@charset "shift_jis";

/* --------------------------------------------------------------------------------
	骨組み
-------------------------------------------------------------------------------- */
* {
 margin: 0;
 padding: 0;
}

.header-inner,
.main-cnt,
.footer-inner {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	max-width: 1170px;
}

.container {
	width: 100%;
	min-width: 1080px;
	padding-top: 0!important;
}

.main-cnt {
	padding: 20px;
}


/* --------------------------------------------------------------------------------
	サイトヘッダー
-------------------------------------------------------------------------------- */
#header {
	width: 100%;
	border-top: solid #3d9b37 4px;
}

.navbar-header {
	display: none;
}

.g-nav-user {
	background-color: #1e8e17;
}

.header-pc {
	background-color: #fff;
}

.nav-pc {
	display: block!important;
 z-index: 999;
}

.header-pc > .header-inner {
	text-align: center;
	/*display: flex;
 justify-content: space-between;
 flex-wrap: wrap;*/
}

.logo {
	width: 48%;
	min-width: 482px;
	/*padding: 7px 0;*/
	display: inline-block;
	text-align: left;
	vertical-align: top;
	text-align: left;
}

.logo img {
	min-width: 545px;
	height: auto;
}

.helper {
	width: 50%;
	min-width: 517px;
	text-align: right;
	display: inline-block;
	/*vertical-align: top;*/
    vertical-align: bottom;
}

.helper i {
	margin-right: 3px;
}
.helper-links02 i {
    margin-right: 3px;
}
.helper-links02 {
    /*margin-top: 5px;*/
}

.helper a:hover {
	text-decoration: none;
}

.helper-cnt {
	margin-bottom: 9px;
	display: table;
	float: right;
}

.helper-inner {
	width: 100%;
	overflow: hidden;
	display: table;
}

.helper-link ul {
	/*margin: 0 auto 9px auto;*/
    margin: 0 auto 0 auto;
	text-align: right;
}

.helper-link li {
	margin-right: 10px;
	display: inline-block;
    vertical-align: middle;
}

.helper-link li a {
	padding: 5px 10px;
	display: block;
	white-space: nowrap;
}

.helper-link .head-emp {
	margin-right: 0;
}

.head-emp a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #3d9b37;
}

.head-emp a:hover {
	background-color: #53b24d;
}


/* helper-cnt
--------------------------------------------------------------- */
.helper-cnt ul {
	display: table;
}

.helper-cnt li {
	padding-right: 15px;
	display: table-cell;
	vertical-align: top;
}

.helper-cnt li a {
	padding: 7px 18px;
	white-space: nowrap;
}

.helper-cnt form {
	position: relative;
	border-radius: 0px 5px 5px 0px !important;
	-webkit-border-radius: 0px 5px 5px 0px;
	overflow: hidden;
	display: table-cell;
}

.helper-cnt form input:nth-of-type(3) {
	width: 200px;
	min-height: 34px;
	padding: 6px 55px 6px 6px;
	background-color: #f6f6f6;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	float: right;
}

.helper-cnt form button {
	border: solid #bcbcbc 1px;
	border-left: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.6;
}

.helper-cnt form button span {
	min-height: 34px;
	color: #fff;
	padding: 7px 12px;
	display: block;
	box-sizing: border-box;
	background-color: #383838;
}

.nav-wrapper .helper-cnt {
	display: none;
}


/* glovbal nav user
--------------------------------------------------------------- */
.g-nav .header-inner {
	overflow: visible;
}

.g-nav {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}

.g-nav-user ul {
	width: 95%;
	max-width: 975px;
	margin: 0 auto;
	overflow: hidden;
	display: table;
}

.g-nav-user li {
	width: calc(100%/6);
	max-width: 162px;
	display: table-cell;
}

.g-nav-user li a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
}

.g-nav-user li a:hover {
	text-decoration: none;
	background-color: #53b24d;
}

.g-nav-user li span {
	border-right: dotted #fff 1px;
	display: block;
	box-sizing: border-box;
}

.g-nav-user li:first-child span {
	border-left: dotted #fff 1px;
}

/* mega-menu
--------------------------------------------------------------- */
.g-nav {
	position: relative;
}

.g-nav .mega-menu {
	padding-top: 3px;
	position: relative;
	display: table;
}

.g-nav .mega-menu > li {
	display: table-cell;
	height: 100%;
	border-right: dotted #1c8816 1px;
	/*vertical-align: middle;*/
}

.g-nav .mega-menu > li:first-child {
	border-left: dotted #1c8816 1px;
}

.g-nav .mega-menu > li > a:hover {
	border-bottom: solid #1c8816 4px;
}

.g-nav .mega-menu > li > a {
	width: 300px;
	max-width: 234px;
	color: #383737;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px 0 10px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: solid #d8d8d8 4px;
	text-decoration: none;
}

.g-nav .mega-menu > li > a > i {
	color: #888;
	font-size: 11px;
	display: block;
}

.g-nav .mega-menu > li > a > span {
	width: 500px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------------
	グローバルナビゲーション
-------------------------------------------------------------------------------- */
.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
}

.head-nav {
	display: none;
}

.mega-box {
	display: none;
}

.navi-mega:hover .mega-box {
	display: block!important;
}

.mega-box {
	width: 100%;
	max-width: 1170px;
	padding: 0px;
	position: absolute;
	z-index: 10000;
	background-color: rgba(252, 252, 252,0.9);
	left: 0;
 /*box-shadow: 0px 5px 5px -3px rgba(206, 206, 206, 1);*/
 border-bottom: solid #d8d8d8 3px;
}

.mega-list + .mage-bnr {
  margin-top: 30px;
}

.mage-bnr {
	overflow: hidden;
}

.mage-bnr p {
	width: calc( (100% - 42px) / 3);
	margin-right: 20px;
	float: left;
}

.mage-bnr p:nth-child(3n) {
	margin-right: 0;
}


.mage-bnr a {
  width: 100%;
  height: 100%;
  color: #383737;
  font-size: 11px;

  display: block;
  overflow: hidden;
  background-color: #fff;
  border: solid #e8e8e8 1px;
  position: relative;
}

.mage-bnr a:hover {
  color:#066900;
  text-decoration: none;
  background-color: #f6f6f6;
}

.mage-bnr img {
  float: left;
}

.mage-bnr a:hover img {
  opacity: .8;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.mage-bnr span {
  width: calc(100% - 70px);
  height: 50px;
  padding: 0 5px;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
}

.mage-bnr span:after {
  width: 25px;
  height: 25px;
  content: "";
  bottom: 0;
  right: 0;
  background: url(../images/common/bg_triangle_02.png) no-repeat right bottom;
  position: absolute;
}


/* mega-list
--------------------------------------------------------------- */
.mega-list {
	overflow: hidden;
}

.mega-list li {
	width: calc((100%)/3);
    margin-right: 0px;
	float: left;
}

.mega-list li:nth-child(3n) {
	margin-right: 0;
}

.mega-list li a {
	color: #383737;
	font-size: 14px;
	padding: 20px 15px;
	border-bottom: 1px dotted #bcbcbc;
	display: block;
	white-space: nowrap;
}

.mega-list li a:hover {
	text-decoration: none;
	background-color: #e6efe0;
    border-bottom: 1px solid #009028;
}

/* State */
.mega-box.is-open-sp {
	display: none!important;
}

@media screen and (max-width: 1500px) {
 .breadcrumbs__inner {
 padding-left: 2.5em;
}
}

/* --------------------------------------------------------------------------------
	メインコンテンツエリア
-------------------------------------------------------------------------------- */
.top header {
	position: relative;
}

.mainimg-box{
	position: relative;
}

.g-nav {
	left: 0;
	position: absolute;
	z-index: 9999;
	width: 100%;
}


/* mainimg-box
--------------------------------------------------------------- */
.mainimg-box {
	max-height: 620px;
	overflow: hidden;
	z-index: 800;
	margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	width: 28px;
	height: 52px;
	top: 310px;
	margin-top: 0;
	margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a:hover {
	margin-top: 0;
	margin-bottom: 0;
	background-position: 0;
}

.bx-wrapper .bx-prev {
	margin-left: 30px;
	background: url(../images/common/icon_prev.png) no-repeat left center;
}

.bx-wrapper .bx-next {
	margin-right: 30px;
	background: url(../images/common/icon_next.png) no-repeat left center;
}

.under-img-02,
.under-main-img{
 height: 210px;
}

.title-box {
     max-width: 1170px;
    margin: 0 auto;
 position: relative;
}

/* mainimg-box
--------------------------------------------------------------- */
.main {
	margin-top: 65px;
	padding: 0 20px;
	background-color: #fff;
	width: 100%;
}

.main.under {
 margin-top: 0;
 padding-top: 50px;
 padding-bottom: 90px;
}

.top-main-box {
	width: 100%;
	max-width: 1170px;
	/*margin-top: 600px;*/
	top: 690px;
	z-index: 830;
	/*position: absolute;*/
	margin: 0 auto;
}

.top-main-box.main-box {
	background-image: none;
	margin-top: -50px;
	position: relative;
	top: 0;
}

.main-cnt {
	width: 100%;
	padding: 0;
}
.top-container {
	/*width: 1140px;*/
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px;
	background: url("../images/common/bg_material.jpg") repeat left top;
	box-sizing: border-box;
}

/* under-main-box
--------------------------------------------------------------- */
.under-main-box {
}

.under-main-box__inner {
 width: 80%;
    max-width: 855px;
    float: right;
}

/* info-box
--------------------------------------------------------------- */
.info-box .tab-style01 li {
	width: calc(100% / 3);
}

/* index-page__inner-box
--------------------------------------------------------------- */
.index-page__inner-box {
 padding-left: 0;
 padding-right: 0;
}

.index-page__inner-box img {
 width: 100%;
}

/* タブコンテンツ
--------------------------------------------------------------- */
.top-container {
	padding: 30px 30px 0 30px;
	overflow: hidden;
}

.info-box {
	width: 68%;
	max-width: 800px;
	float: left;
}

.internal .info-box {
	width: 55%;
	max-width: 800px;
	float: left;
}

#contents1,#contents2,#contents3 {
	max-height: 540px;
	overflow:auto;
}
.tab-content li span {
	margin-right: 20px;
}


.tab-content dl dt{
	max-width: 240px;
}

/* イベント情報のタイトルの横方向位置設定 */

.tab-content #tab-topics dl dd{
	padding-left: 180px;
}

/* イベントの特記事項は左側から離して表記する。 */

.tab-content #tab-topics .notice {
	padding-left:60px;
	display:inline-block;
	max-width:190px;
	word-wrap: break-word;
}

/* バナー
--------------------------------------------------------------- */
.bnr-box {
	width: 30%;
	/*max-width: 250px;*/
	float: right;
}

.bnr-box__small {
 width: 40%;
 max-width: 40%;
}


.bnr-box__small ul {
 overflow: hidden;
}

.bnr-box__small li {
 float: left;
 width: 48.5%;
}

.bnr-box__small li:nth-child(2n) {
 margin-left: 10px;
}

/* 附属施設・関連組織
--------------------------------------------------------------- */
.main .main-cnt {
 width: 1170px;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

.facility-box {
 padding: 0 20px;
}

.facility-box .bnr-box {
 width: 250px;
 float: left;
 margin-right:20px;
}

.facility-cnt {
 width: 580px;
 float: right;
}


/* under-news-box
--------------------------------------------------------------- */
.under-news-box {
 padding: 20px;
}

.under-news-box li {
 padding-bottom: 0.5em;
}

.under-news-box li:last-child {
 padding-bottom: 0;
}

.news-time {
 display: inline-block;
 width: 90px;
     vertical-align: top;
 float: left;
}

.news-tit {
 max-width: 500px;
     display: inline-block;
}

/* under-news-box02
--------------------------------------------------------------- */
.under-news-box02 {
 padding: 0 20px;
 overflow: hidden;
}

.under-news-box02 li {
 padding-bottom: 0.5em;
}

.under-news-box02 li:last-child {
 padding-bottom: 0;
}


/* --------------------------------------------------------------------------------
	サイド
-------------------------------------------------------------------------------- */

/* side-box
--------------------------------------------------------------- */
.side-box {
 width: 20%;
 max-width: 248px;
 float: left;
}

.side-box__title {
 font-family: "游明朝", YuMincho, 'Hiragino Mincho ProN', serif;
 text-align: center;
 font-size: 184.6%;
 /* border-top: 1px solid #e3e3e3; */
    /* padding: 1.5em 0; */
    padding-bottom: 1.5em;
 border-bottom: 1px solid #e3e3e3;
}

.side-box__list {
 font-size: 107.6%;
 border-bottom: 1px solid #e3e3e3;
}


.side-box__list a,
.accordionBox_btn{
  color: #333;
 padding: 20px 20px 20px 20px;
 display: block;
 position: relative;
 margin-bottom: 0;
 cursor: pointer;
 
}

.side-box__list a:after{
 font-family: "FontAwesome";
	content: "\f054";
 color: #5e5e5e;
 float: right;
 vertical-align: middle;
 position: absolute;
 top: 50%;
 margin-top: -9px;
 right: 5%;
}

.accordionBox_btn:after,
.accordion_btn:after{
 font-family: "FontAwesome";
	content: "\f078";
 float: right;
 vertical-align: middle;
 position: absolute;
 top: 50%;
 margin-top: -9px;
 right: 5%;
}

.accordionBox_btn.active:after,
.accordion_btn.active:after{
  font-family: "FontAwesome";
	content: "\f077";
 float: right;
 vertical-align: middle;
 position: absolute;
 top: 50%;
 margin-top: -9px;
 right: 5%;
}

.accordionBox_btn:after,
.accordionBox_btn.active:after {
 color: #333;
}

.side-box__list a:hover,
.accordionBox_btn:hover{
 background: #f1faea;
 text-decoration: none;
}

.accordion_btn {
 padding: 10px 10px 10px 30px;
 display: block;
 position: relative;
 margin-bottom: 0;
 cursor: pointer;
  text-decoration: none;
     border-bottom: 1px solid #e3e3e3;
 font-size: 90%;
}

.accordionBox,
.accordion {
 display: none;
}

.accordion li a {
 padding: 5px 10px 5px 40px;
 font-size: 85%;
 position: relative;
}

.accordionBox,
.side-box__list {
/* background: #DEE8DC;*/
}

/*.accordion {
 background: #fbfefb;
}



.accordionBox {
 background: #DEE8DC;
}*/

.accordionBox_btn {
/* border-bottom: 1px solid #e3e3e3!important;*/
}

.side-box__list,
/*.accordionBox_btn,*/
.accordion_btn,
.accordion li:last-child{
 border-bottom: 1px solid #e3e3e3;
}

.accordion_btn:first-child {
 border-top: 1px solid #e3e3e3;
}

/*.accordion li a:hover {
 background: #edf7f0;
}*/

.accordionBox .side-box__list a {
 padding: 10px 10px 10px 30px;
 font-size: 90%;
 position: relative;
}

.accordionBox .side-box__list a:before,
.accordion_btn:before {
content: "|- ";
 position: absolute;
 top: 50%;
 margin-top: -12px;
 left: 8%;
}

.accordion li a:before {
 content: "|- ";
 position: absolute;
 top: 50%;
 margin-top: -12px;
 left: 12%;
}

.accordionBox .side-box__list:first-child a {
 border-top: 1px solid #e3e3e3;
}

.accordionBox .side-box__list:last-child a,
.accordionBox .side-box__list:last-child,
.accordionBox .side-research-09{
 border-bottom: none;
}

/* --------------------------------------------------------------------------------
	サイトフッター
-------------------------------------------------------------------------------- */
#footer {
	width: 100%;
}
.footer-inner {
	padding: 20px;
}
.footer-nav {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.footer-helper {
	max-width: 270px;
	float: left;
}
.footer-helper-right {
	width: 72%;
	min-width: 730px;
	max-width: 810px;
	float: right;
}

.navarea {
	max-width: 260px;
	display: table-cell;
	margin-right: 10px;
}

.navarea-20 {
 width: 20%;
}

.navarea:last-child {
	margin-right: 0px;
}

.footer-nav dl:last-child {
	margin-bottom: 0;
}

.copyright {
	width: 100%;
 min-width: 1080px;
}


/* ===================================================================================================

	パーツ

=================================================================================================== */

/* --------------------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------------------- */

/* note-txt
--------------------------------------------------------------- */
.note-txt {
	text-align: right;
}


/* --------------------------------------------------------------------------------
	タイトル
-------------------------------------------------------------------------------- */
/* 下層メインタイトル
--------------------------------------------------------------- */
.title-primary-style01 {
	padding: 5em 0 3em;
	color: #fff;
	text-align: center;
}
.title-primary-style01__ja {
	font-family: "游明朝", YuMincho, 'Hiragino Mincho ProN', serif;
	font-size: 277%;
	letter-spacing : 0.05em;
 padding-top: 1.1em;
	padding-bottom: 0.3em;
	display: block;
}
.title-primary-style01__en {
	font-size: 107%;
	letter-spacing : 0.15em;
	display: block;
}

/* title-style09
--------------------------------------------------------------- */
.title-style09 {
 font-family: "游明朝", YuMincho, 'Hiragino Mincho ProN', serif;
 font-weight: normal;
 font-size: 28px;
 padding: 0.4em 0.7em;
 background: #009028;
 display: inline;
 position: absolute;
 top: 180px;
 right: 0;
 color: #fff;
 vertical-align: middle;
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
.title-style09 {
 padding: 0.5em 0.7em 0.2em;
 }
}

/* title-primary-style09
--------------------------------------------------------------- */
/*.under-title-box {
 width: 1140px;
 margin: 0 auto;
 position: relative;
}

.title-primary-style09 {
     display: inline-block;
    background: #1e8e17;
    color: #fff;
    padding: 0.5em 0.5em;
    font-size: 277%;
    font-family: "游明朝", YuMincho, 'Hiragino Mincho ProN', serif;
    position: absolute;
    right: 0;
    top: -40px;
}*/
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
.list-style07 {
 overflow: hidden;
}

.list-style07 li {
     display: table;
    margin-bottom: 0.7em;
 float: left;
 width: 100%;
}

.list-style07 li:nth-child(2n) {
 float: right;
}

.list-style07 li a {
	padding: 0 1em;
	background: #fff;
	margin-bottom: 0.7em;
	color: #333;
	font-size: 14px;
	position: relative;
	height: 53px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


.list-style07.list-style07__2column li {
 width: 48%;
}

.list-style08 {
 overflow: hidden;
}

.list-style08 li {
  width: 48%;
 float: left;
     display: table;
    margin-bottom: 0.7em;
     margin-right: 4%;
}

.list-style08 li:nth-child(2n) {
 margin-right: 0;
}



/* --------------------------------------------------------------------------------
	定義リスト
-------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
/* table-style04
--------------------------------------------------------------- */
.table-style04 {
}

.table-style04 .table {
 margin-bottom: 0;
}

.table-style04 th {
 min-width: 20%;
 padding: 0.5em;
 border-right: 1px solid #cccccc;
 background: #f6f6f6;
 vertical-align: middle;
 text-align: left;
}

@-moz-document url-prefix() {
.table-style04 th {
 min-width: 5%;
 width: 5%
}
}

.table-style04 td {
 padding: 0.4em;
}

.table-style04 th ,
.table-style04 td {
 border: 1px solid #cccccc;
 vertical-align: middle;
 line-height: 2em;
}

.table-style04 .table-style04__w100 {
 width: 100%;
}
/* --------------------------------------------------------------------------------
	ボックス（枠）
-------------------------------------------------------------------------------- */
.summary-box {
/* margin-top: 2em;*/
}

.box-style06 {
 padding-right: 20px;
}
/* --------------------------------------------------------------------------------
	ボタン
-------------------------------------------------------------------------------- */
.btn-block {
	display: inline-block;
}

/* 上下大きめに */
.btn-wide {
	padding-top: 1em!important;
	padding-bottom: 1em!important;
}

/* ネガティブ */
.btn-style01.negative {
	background: #ccc;
	color: #222;
}

.btn-style01.negative:hover {
	background: #B4B4B4;
}


/* --------------------------------------------------------------------------------
	タブ
-------------------------------------------------------------------------------- */
.tab-style01 li a {
	font-size: 18px;
	margin-right: 10px;
	padding: 18px 10px;
}

.tab-style01 li:last-child a {
	margin-right: 0;
}


/* --------------------------------------------------------------------------------
	スライダー
-------------------------------------------------------------------------------- */
.bx-wrapper {
	margin-bottom: 20px !important;
}


.pc-hidden {
 display: none;
}

/* --------------------------------------------------------------------------------
	breadcrumbs
-------------------------------------------------------------------------------- */
.breadcrumbs__underlayer {
 margin-top: 53px;
/* margin-top: 67px;*/
}

/* --------------------------------------------------------------------------------
	汎用
-------------------------------------------------------------------------------- */
.padR30 {
 padding-right: 30px;
}

.padL30 {
 padding-left: 30px;
}

/* --------------------------------------------------------------------------------
	お知らせ可変
-------------------------------------------------------------------------------- */
/* *, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/
 
.article-box {
    display: flex;
    flex-flow: row wrap;
}
.article-box .article-text {
    flex: 1;
    margin-right: 10px;
    min-width: 10px;
}
.article-box .article-img {
    min-width: 0;
}

.pc-padL0 {
 padding-left: 0;
}

.pc-padR0 {
 padding-right: 0;
}

/* --------------------------------------------------------------------------------
	取材申し込みフォーム
-------------------------------------------------------------------------------- */
#contact_form .input_item dl dd {
 width: 65%;
}

/*canvas.img-mail {
    width: 300px!important;
    height: 150px!important;
     margin-bottom: -9em;
}

@-moz-document url-prefix() {
canvas.img-mail {
    width: 300px!important;
    height: 150px!important;
margin-bottom: -9.7em;
margin-top: -1em;
}
}*/

canvas.img-mail {
    width: 300px!important;
margin-bottom: -9.3em;
margin-top: -1.5em;
}

@-moz-document url-prefix() {
canvas.img-mail {
margin-bottom: -9.7em;
margin-top: -1em;
}
}