@charset "utf-8";
body {
	-webkit-print-color-adjust: exact;
}
.nanum{
	font-family: 'Nanum Myeongjo', serif;
}
.noto-serif{
	font-family: 'Noto Serif SC', serif;
}
.noto-serif-tc{
	font-family: 'Noto Serif TC', serif;
}
/* ////////////////////////////////////////
韓国語用・中国語用翻訳セレクター
//////////////////////////////////////// */
.gtranslate_wrapper select{/*初期化*/
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.direct-lang,.gtranslate_wrapper select{
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border:1px solid #312823;
	background-color: transparent;
	color:#312823;
	padding: 4px 18px 4px 3px;
	position: relative;
	cursor: pointer;
	line-height: 1em;
	transition: 0.5s;
}
.direct-lang:hover,.gtranslate_wrapper select:hover{
	background-color: #312823;
	color:#fff;
}
.gtranslate_wrapper{
	position: relative;
	display: inline-block;
}
.direct-lang::before,.dummy-btn .gtranslate_wrapper::before {
	position: absolute;
	z-index:5;
	top: 28%;
	right: 0.6em;
	content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #312823;
    border-right: 1px solid #312823;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.5s;
}
.dummy-btn .gtranslate_wrapper::before {
	top: 50%;
	margin-top:-4px;
}
.direct-lang:hover::before,.gtranslate_wrapper:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*色反転用セレクター*/
.lang-main-nav .direct-lang,#newsArea .direct-lang,.lang-main-nav .gtranslate_wrapper select,#newsArea .gtranslate_wrapper select{
	border:1px solid #687303;
	color:#687303;
}
.lang-main-nav .direct-lang:hover,#newsArea .direct-lang:hover,.lang-main-nav .gtranslate_wrapper select:hover,#newsArea .gtranslate_wrapper select:hover{
	background-color: #687303;
	color:#fff;
}
.lang-main-nav .direct-lang::before,#newsArea .direct-lang::before,.lang-main-nav .gtranslate_wrapper::before,#newsArea .gtranslate_wrapper::before{
    border-top: 1px solid #687303;
    border-right: 1px solid #687303;
}
.lang-main-nav .direct-lang:hover::before,#newsArea .direct-lang:hover::before,.lang-main-nav .gtranslate_wrapper:hover::before,#newsArea .gtranslate_wrapper:hover::before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* 自動翻訳表示 ////////// */
.translate-bar{
	line-height: 1.7em;
	position: fixed;
	bottom:0;
	left:0;
	color:#fff;
	background-color: #E18005;
	padding:10px;
	z-index:100;
	display: none;
}
.return-lang{
	background: #fff;
	color: #E18005;
	cursor: pointer;
	transition: 0.8s;
	display: inline-block;
	padding:3px 5px;
}
.return-lang:hover{
	background: #ccc;
}
@media screen and (max-width: 767px) {
	.translate-bar{
		text-align: center;
	}
	.return-lang{
		text-align: center;
		display: block;
	}
}
/* /自動翻訳表示 ////////// */
/* PDFリーダー ////////// */
.get-pdf{
	padding:10px;
	background-color: #e6e6e6;
	border:1px solid #a0a0a0;
	margin-bottom:10px;
}
.get-pdf a{
	width:112px;
	transition: 0.5s;
}
.get-pdf a:hover{
	opacity:0.8;
}
.get-pdf p{
	line-height: 1.7em;
	padding-left:10px;
}
@media screen and (min-width:768px) , print{
	.get-pdf p{
		padding-left:10px;
	}
	.direction{
		display: inline-block;
	}
}
@media screen and (max-width:767px){
	.get-pdf p{
		padding-top:10px;
	}
	.direction{
		display: none;
	}
}
/* /PDFリーダー ////////// */
/* ロードまち ////////// */
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #e2d6c6;
  z-index: 9998;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}
#loadend{
	display: none;
}
/* ロードまち ////////// */
h1.logo{
	display:table-cell;
	vertical-align: middle;
	margin:0;
	padding:7px 0;
	line-height: 0;
}
h1.logo a{
    display: inline-block;
	transition: opacity 0.8s;
}
h1.logo a:hover{
    opacity:0.6;
}
object{
    pointer-events: none;
}
.global-nav-wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:90;
	justify-content: space-between;
	padding: 0px;
	background-color: rgba(238,236,233,0.9);
    background-image: url(../../img/common/bg-main.jpg);
    background-size: 86px 86px;
    opacity: 0.95;
}
.global-nav{
	position: relative;
}
.global-nav-inner{
	width:100%;
	display: table;
	position: relative;
}
.nav-list li a{
	height:100%;
	position: relative;
	transition: color 0.8s ease;
}
.nav-list li:last-child a{
	margin-right:0;
}
.nav-list > li {
  display: inline-block;
  padding: 0 7px;
  border-right:1px solid #312823;
  color:#312823;
  line-height: 1.3em;
}
.nav-list > li:last-child {
  border-right:none;
}
.nav-list > li > a{
 display: block;
  color:#312823;
  line-height: 1.3em;
}
.nav-list > li.no-list-line{
  border-right:none;
}
.nav-list > li.facebook-icon,.nav-list > li.search-icon{
  padding: 0 9px;
	position: relative;
}
.facebook-icon img{
	width:12px;
   height:auto;
}
/*EN用facebook///////////*/
.facebook-icon-en{
	display: inline-block;
	padding-left:20px;
	line-height: 1.2em;
	position: relative;
}
.facebook-icon-en:before{
	background-image:url(../../img/common/f-icon-g.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 12px;
	height:21px;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-10.5px;
}
/*/EN用facebook///////////*/
 .nav-list > li.search-icon img.search{
	width:22px;
   height:auto;
}
/* ////////////////////////////////////////
パンクズ
//////////////////////////////////////// */
#pankuz li{
  	position: relative;
	padding-left:1.5em;
}
#pankuz li:first-child{
	padding-left:0;
}
#pankuz li:not(:first-child):before {
	content: "\03e";
	font-size:0.8em;
	position: absolute;
	top: 0;
	left: 0.5em;
}
#pankuz a{
	text-decoration:underline;
}
#pankuz a:hover{
	text-decoration:none;
}
/* ////////////////////////////////////////
メインメニュー
//////////////////////////////////////// */
	.main-nav > li > a,.lang-main-nav > li > a{
		color:#78840f;
		display: block;
		padding:1.6% 6%;
		position: relative;
		padding-left:15%;
	}
	.main-nav > li > a::before,
	.main-nav > li > a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.main-nav > li > a::before{
		left: 12%;
		box-sizing: border-box;
		width: 3px;
		height: 5px;
		border: 3px solid transparent;
		border-left: 5px solid #78840f;
	}
/* ////////////////////////////////////////
分館・分室メニュー
//////////////////////////////////////// */
.other-nav {
  	display: table-cell !important;
	vertical-align:top;
	position: relative;
	top:-1px;
}
.other-nav li{
	width: 50%;
	position: relative;
	transition: opacity 0.8s;
}
.other-nav li .text{
	position: absolute;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
	line-height: 1.6em;
	padding-bottom:24px;
}
.other-nav li:hover{
	opacity:0.8;
}
/* ////////////////////////////////////////
フッター
//////////////////////////////////////// */
footer .footer_fixwrap{
 	position: relative;
	background-image: url(../../img/common/footer-bg.png);
	background-repeat: no-repeat;
	background-size: 190px 173px;
	background-position: right bottom;
	padding:50px 0 90px 0;
}
@media screen and (min-width:1420px){
	footer .footer_fixwrap{
		background-position: right 14vw bottom 0;
	}
}
/*華背景*/
footer .footer-bg1{
	background-image:url(../../img/common/bg-flower.png);
	background-size: 116px 116px;
	background-repeat:no-repeat;
	background-position: left 1vw top 60%;
}
footer .footer-bg2{
	background-image:url(../../img/common/bg-flower.png);
	background-size: 116px 116px;
	background-repeat:no-repeat;
	background-position: right 1vw top 20%;
}
@media screen and (min-width:1420px){
	footer .footer-bg1{
		background-position: left 4vw top 50%;
	}
	footer .footer-bg2{
		background-position: right 4vw top 20%;
	}
}
@media screen and (min-width:1700px){
	footer .footer-bg1{
		background-position: left 16vw top 50%;
	}
	footer .footer-bg2{
		background-position: right 16vw top 20%;
	}
}
@media screen and (max-width: 991px){
	footer .footer-bg1{
		background-position: left 0 top 50%;
	}
	footer .footer-bg2{
		background-position: right 0 top 20%;
	}
}
@media screen and (max-width: 767px){
	footer .footer-bg1{
		background-size: 100px 100px;
		background-position: left 0 top 80%;
	}
	footer .footer-bg2{
		background-size: 100px 100px;
		background-position: right 0 top 30%;
	}
}
/*/華背景*/
footer .footer_menu_other li{
	margin-left:20px;
}
footer .footer_menu_other li{
	display: inline-block;
}
footer .footer_menu_other li a{
	color:#312823;
}
footer .footer_menu_other li a:hover{
	text-decoration: underline;
}
footer .footer-facebook img{
	width:37px;
	height:36px;
}
footer .footer_logo a,footer .footer-facebook a{
	transition: opacity 0.8s;
}
footer .footer_logo a:hover,footer .footer-facebook a:hover{
	opacity:0.6;
}
footer .link-list li{
	border:solid 1px #898989;
	transition: opacity 0.8s;
}
footer .link-list li a{
	display: block;
	padding:50px 0;
	text-shadow:0px 0px 3px #282828;
}
footer .link-list li:hover{
	opacity:0.6;
}
footer .link-list li.honkan{
	background-image: url(../../img/common/footer-rekihaku.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
footer .link-list li.honkan a{
	padding:55px 0 45px 0;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	footer .link-list li a{
		padding:60px 0 40px 0;
	}
	footer .link-list li.honkan a{
		padding:60px 0 30px 0;
	}
}
footer .link-list li.bunshitsu{
	background-image: url(../../img/common/footer-harasankei.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
footer .link-list li.bunkan{
	background-image: url(../../img/common/footer-katoukinen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
footer .footer_menu dl{
	width:100%;
}
footer .footer_menu dl:last-child{
	margin-right:0;
}
footer .footer_menu dl dt{
	border-bottom:1px solid #312823;
	padding-bottom:10px;
	margin-bottom:10px;
}
footer .footer_menu a{
	position: relative;
	padding-left:19px;
	color:#312823;
}
footer .footer_menu a:hover{
	text-decoration: underline;
}
footer .footer_menu a:before{
	background-image:url(../../img/common/nav-next-r.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 10px;
	height:11px;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-5.5px;
}
/* ////////////////////////////////////////
ページトップ
//////////////////////////////////////// */
.pagetop-btn{
	position: absolute;
	right: 35px;
	width:118px;
	height:auto;
    z-index:90;
	line-height:1em;
}
.pagetop-btn p{
	width:100%;
	position: absolute;
	top:50%;
	margin-top:-0.3em;
}
.static{
	top: 11px;
	right: 35px;
}
.static a{
	position: relative;
}
.fixed {
	position: fixed;
	right: 35px;
	bottom: 25px;
	z-index:99;
}
/* ////////////////////////////////////////
翻訳セレクター
//////////////////////////////////////// */
#googlet-ranslate select {
	border: 1px solid #312823;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 1.8em;
	max-width: 100%;
	background-color: transparent;
	color:#312823;
	appearance: none;
	box-shadow: none;
	-webkit-appearance: none;
	padding: 0 18px 0 3px;
	position: relative;
	cursor: pointer;
}
#googlet-ranslate select::-ms-expand {
    display: none;
}
#googlet-ranslate select option{
	color:#000;
}
#googlet-ranslate {
	position: relative;
	height: 2em;
}
#googlet-ranslate::before {
	position: absolute;
	top: 28%;
	right: 0.6em;
	content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #312823;
    border-right: 1px solid #312823;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* ////////////////////////////////////////
PC・印刷時のみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) , print{
	h1.logo{
		width:264px;
		height:auto;
	}
	h1.logo img{
		width:264px;
		height:auto;
	}
	/* ////////////////////////////////////////
	ナビゲーション
	//////////////////////////////////////// */
	.global-nav-inner{
		padding:1px 0;
	}
  	.nav-wrap {
    	display: table-cell !important;
		vertical-align: middle;
		width:61%;
  	}
	.lang-nav-wrap{
		display: none;
	}
	/* ////////////////////////////////////////
	検索ボックス
	//////////////////////////////////////// */
	.search-box{
		display: none;
		position: absolute;
		top:40px;
		right:-150px;
		z-index:100;
	}
	.search-box-inner{
		background-color:rgba(122,133,16,0.95);
		padding:15px 10px 12px 10px;
		position: relative;
	}
	.search-box-inner:before{
		position: absolute;
		top:-20px;
		right:50%;
		margin-right:-17px;
		content:"";
		width: 0px;
	  border-color: rgba(122,133,16,0.95);
	  border-style: solid;
	  border-width: 10px;
	  border-left-color: transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	}
	.search-box-inner>div{
		width:300px;
	}
	.search-box input[type="text"]{
		width:80%;
		border: 1px solid #fff;
		background-color:#fff;
		appearance: none;
	}
	.search-box input[type="submit"]{
		width:19%;
		margin-left:1%;
		border: 1px solid #eeece9;
		background-image:url(../../img/common/search-icon2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-color: #78840f;
		appearance: none;
		box-shadow: none;
		-webkit-appearance: none;
		cursor: pointer;
	}
	.search-close{
		cursor: pointer;
		line-height: 1em;
		text-decoration: underline;
	}
	.search-close:hover{
		text-decoration: none;
	}
	/* ////////////////////////////////////////
	左から現れるライン
	//////////////////////////////////////// */
	.nav-list li:not(.no-line) a::after,.nav-list li:not(.active) a::after{
		content: "";
		position: absolute;
		display: block;
		bottom:0px;
		width: 100%;
		height: 1px;
		background: #312823;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .4s;
	}
	.nav-list li:not(.no-line) a:hover::after {
	  transform: scale(1, 1);
	}
	.nav-list li a:after,.nav-list li.active a:after{
		left:50%;
		margin-left:-50%;
	}
	/* ////////////////////////////////////////
	分館・分室メニュー
	//////////////////////////////////////// */
  	.other-nav {
		width:39%;
	}
	.other-nav li .text{
		font-size:0.875rem;/*14px*/
	}
	/* ////////////////////////////////////////
	メインメニュー
	//////////////////////////////////////// */	
	.main-nav{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
		z-index:89;
	}
	.main-nav > li{
		margin:0 0.2%;
		width:99.6%;
		float: left;
		display: flex;
		align-items: center;
		position: relative;
		z-index:89;
	}
	.main-nav > li:after{
		content: "";
		width: 100%;
		height: 2px;
		position:absolute;
		bottom:-2px;
		left:0;
		background-color: #78840f;
	}
	.main-nav > li > a{
		width:100%;
        display: block;
    }
	/* ////////////////////////////////////////
	サブメニュー
	//////////////////////////////////////// */
	.main-nav > li > .submenu{
		visibility: hidden;
		opacity: 0;
  		transition: 0.5s;
		position: absolute;
		top: 80%;
		left:0;
		margin: 0;
		width:100%;
		padding-left: 0;
		list-style-type: none;
		z-index: 20;
	}
	.main-nav > li:hover > .submenu{
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
	.main-nav > li > .submenu > li > a{
	   background-color:#78840f;
        border-bottom:1px solid #eeece9;
        padding:5px 10px;
        color:#fff;
        display: block;
		font-size:0.875rem;/*14px*/
	}
	.main-nav > li > .submenu > li:last-child > a{
        border-bottom:none;
    }
	.main-nav > li > .submenu > li > a:hover{
	   background-color:#4c5403;
    }
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer_logo h1 img{
		width:264px;
		height:auto;
	}
	footer .footer_wrap{
		display: table;
	}
	footer .footer_wrap > *:first-child{
		width:50%;
		display: table-cell;
		vertical-align: middle;
	}
	footer .footer_wrap > *:last-child{
		width:50%;
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
	footer .link-list{
		margin-top:50px;
	}
	footer .link-list li{
		width:50%;
		font-size:1.625rem;/*26px*/
	}
	footer .link-list li:last-child{
		border-left:none;
	}
}
/* ////////////////////////////////////////
PCのみ（印刷しない）
//////////////////////////////////////// */
@media screen and (min-width:1100px){
	.nav-wrap{
		padding-left:2%;
	}
	/*上メニュー*/
	.top-nav-wrap{
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:100;
		background-color: rgba(238,236,233,0.9);
        background-image: url(../../img/common/bg-main.jpg);
        opacity: 0.95;
        background-size: 86px 86px;
	}
	.top-nav-wrap .main-nav > li{
		background: transparent;
		border-top:none;
	}
	.top-nav-wrap .main-nav > li:after{
		content: "";
		width: 100%;
		height: 2px;
		position:absolute;
		bottom:-2px;
		left:0;
		background-color: #78840f;
	}
	.top-nav-wrap .main-nav > li > a::before{
		left: 17%;
	}
	.top-nav-wrap .main-nav > li > a,.lang-main-nav > li > a{
		padding:1.1% 6%;
		padding-left:20%;
	}
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
}
/* ////////////////////////////////////////
レイアウト用微調整
//////////////////////////////////////// */
@media screen and (min-width: 1100px) and (max-width: 1232px) {
	.noprint{
		display: none;
	}
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){
	h1.logo{
		width:60%;
		height:auto;
	}
	h1.logo img{
		width:100%;
		height:auto;
	}
	.search-box{
		display: none!important;
	}
	/* ////////////////////////////////////////
	分館・分室メニュー
	//////////////////////////////////////// */
  	.other-nav {
		width:40%;
	}
	.other-nav li .text{
		font-size:0.8rem;/*12px*/
	}
	/* ////////////////////////////////////////
	ナビゲーションボタン
	//////////////////////////////////////// */
	.compact-menu{
		width:100%;
		z-index:97;
	}
	.compact-menu_inner{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
	}
	/*上メニュー*/
	.compact-menu.top-menu{
		position:fixed;
		width:100%;
		top:0;
		left:0;
		background-color: rgba(238,236,233,0.9);
        background-image: url(../../img/common/bg-main.jpg);
        opacity: 0.95;
        background-size: 86px 86px;
	}
	.compact-menu .compact-menu_inner > li{
		margin-left:1%;
		width:48.5%;
		background: transparent;
		border-top:none;
		height:100%;
		position: relative;
	}
	.compact-menu .compact-menu_inner > li:after{
		content: "";
		width: 100%;
		height: 2px;
		position:absolute;
		bottom:-2px;
		left:0;
		background-color: #78840f;
	}
	/*固定メニュー*/
	.compact-menu_inner > li{
		padding:10px 20px;
		margin-left:1%;
		width:48.5%;
		background-color: #eeece9;
		background-image: url(../../img/common/bg-main.jpg);
        background-size: 86px 86px;
		float: left;
		display: flex;
		align-items: center;
    	cursor: pointer;
	}
	.compact-menu_inner > li:last-child{
		margin-right:1%;
	}
	.nav-button ul {
		position: relative;
		margin:auto 0 auto;
    	width: 30px;
    	height: 20px;
	}
	.close-button ul {
		position: relative;
		display: inline-block;
    	width: 20px;
    	height: 10px;
		top:-7px;
	}
  .nav-button li,.close-button li {
		position: absolute;
		box-sizing: border-box;
	  	border-radius: 5px;
		width: 100%;
		height: 3px;
		background-color: #fff;
		transition: all 0.4s;
	  }
	  .nav-button li:nth-of-type(1),.close-button li:nth-of-type(1) {
		top: 0;
	  }
	  .nav-button li:nth-of-type(2),.close-button li:nth-of-type(2)  {
		top: 5px;
	  }
	  .nav-button li:nth-of-type(3),.close-button li:nth-of-type(3)  {
		top: 10px;
	  }
	  .close-button li:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
	  }
	  .close-button li:nth-of-type(2) {
		opacity: 0;
	  }
	  .close-button li:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
	  }
	.close-button{
		cursor: pointer;
	}
	.main-nav-wrap,.lang-nav-wrap{
		display: none;
    	width: 100%;
		height:100vh;
		background-color: #eeece9;
		background-image: url(../../img/common/bg-main.jpg);
        background-size: 86px 86px;
		transition: .5s transform ease-in-out;
		position: fixed;
		right: 0;
  		top: 0;
		/*スクロールするようにする*/
  		overflow: scroll;
		 /*滑らかスクロール*/
  		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
        z-index:100;
   	}
	/* ////////////////////////////////////////
	メインメニュー
	//////////////////////////////////////// */
	.lang-main-nav > li,.main-nav > li,.main-nav-top{
		border-bottom:1px solid #78840f;
	}
	.lang-main-nav > li.googlet-ranslate-box {
		padding:10px 5%;
		border-bottom:none;
	}
	.lang-main-nav > li > a{
		padding:5px 5%;
	}
	.main-nav-top a{
		display: block;
		padding:5px 5%;
	}
	.main-nav li a{
		padding:5px 10%;
	}
	.main-nav li a::before{
		left: 5%;
		box-sizing: border-box;
		width: 3px;
		height: 5px;
		border: 3px solid transparent;
		border-left: 5px solid #4c5403;
	}
	.sub-nav li{
		width:100%;
		border-bottom:1px solid #78840f;
	}
	.sub-nav li:nth-child(even){
		border-right:none;
	}
	.sub-nav li a{
		display: block;
		color:#78840f;
		padding:5px 8%;
	}
    .main-nav-top a{
        color:#78840f;
    }
	/* ////////////////////////////////////////
	翻訳セレクター
	//////////////////////////////////////// */
	#googlet-ranslate select {
		border: 1px solid #78840f;
		color:#78840f;
	}
	#googlet-ranslate::before {
		border-top: 1px solid #78840f;
		border-right: 1px solid #78840f;
	}
	/* ////////////////////////////////////////
	サブメニュー
	//////////////////////////////////////// */
	.main-nav > li > .submenu{
        display: none;
  		transition: opacity 0.5s;
		margin: 0;
		width:100%;
		padding-left: 0;
		list-style-type: none;
		z-index: 20;
	}
	.main-nav > li > .submenu > li > a{
        background-color: #78840f;
        color:#fff;
        border-top:1px solid #78840f;
        display: block;
		font-size:0.875rem;/*14px*/
		padding:5px 10%;
	}
	/* ////////////////////////////////////////
	検索
	//////////////////////////////////////// */
	.search-box-sp input[type="text"]{
		width:80%;
		border: 1px solid #fff;
		background-color:#fff;
		appearance: none;
		-webkit-appearance: none;
	   	border-radius: 0;
		height:30px;
	}
	.search-box-sp input[type="submit"]{
		width:18%;
		margin-left:2%;
		border: 1px solid #78840f;
		background-image:url(../../img/common/search-icon2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-color: #78840f;
		appearance: none;
		box-shadow: none;
		cursor: pointer;
		-webkit-appearance: none;
   		border-radius: 0;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer-facebook{
		width:100%;
		text-align: left;
	}
	footer .link-list{
		margin-top:70px;
	}
	footer .link-list li{
		font-size:1.25rem;/*20px*/
	}
	footer .link-list li a{
		padding:40px 0;
	}
	footer .footer_menu{
		margin-bottom:70px;
	}
	footer .footer_menu dl{
		width:100;
	}
	footer .footer_menu dl:nth-child(3){
		margin-right:0;
	}
	footer .link-list li.honkan{
		background-image: url(../../img/common/footer-rekihaku-sp.jpg);
	}
}
/*タブレットのみ*/
@media screen and (min-width: 768px) and (max-width: 1100px){
	h1.logo{
		width:65%;
		height:auto;
	}
  	.other-nav {
		width:35%;
	}
  	.other-nav li a div{
		padding-top:5px;
		padding-left:10px;
		padding-right:10px;
		line-height:1.2em!important;
	}
	h1.logo a{
		width:60%;
		height:auto;
	}
	.nav-wrap{
		display: none !important;
	}
	.main-nav-top a{
		display: block;
		padding:10px 5%;
	}
	.main-nav li a{
		padding:10px 10%;
	}
	.sub-nav li a{
		display: block;
		padding:10px 8%;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer_logo h1{
		width:264px;
	}
	footer .footer_logo h1 img{
		width:264px;
		height:auto;
	}
	footer .link-list li{
		width:50%;
	}
	footer .link-list li:last-child{
		border-left:none;
	}
	.static{
		top: 20px;
		right: 35px;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {
	.no-scroll{
    	overflow-y: hidden;
	}
	/* ////////////////////////////////////////
	分館・分室メニュー
	//////////////////////////////////////// */
  	.other-nav {
		width:40%;
	}
	.other-nav li .text{
		padding-bottom:12px;
	}
	/* ////////////////////////////////////////
	サブメニュー
	//////////////////////////////////////// */
	.nav-list > li.product span.sp-arrow{
		position:relative;
	}
	.nav-list > li.product span.sp-arrow:after{
		background-image:url(../../img/common/submenu_arrow.png);
		background-repeat:no-repeat;
		background-size: contain;
		content: "";
		width: 10px;
		height: 6px;
		position:absolute;
		top:50%;
		right:-15px;
		margin-top:-4.5px;
		transition: background 0.5s;
	}
	.nav-list > li.product span.sp-arrow:hover:after{
		background-image:url(../../img/common/submenu_arrow_over.png);
	}
	.nav-list > li.product > .submenu{
		display: none;
		padding-top:1em;
		padding-left:1em;
	}
   .nav-list > li.product > .submenu > .submenu-in > li{
		padding: 0.8rem 0;
	}
    /* ////////////////////////////////////////
    ページトップ
    //////////////////////////////////////// */
    .pagetop-btn{
		right: 5px;
		bottom: 5px;
	   width:110px;
	   height:72.6px;
    }
    .fixed {
		right: 5px;
		bottom: 5px;
    }
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer_fixwrap{
		padding:24px 0;
	}
	footer .address{
		text-shadow:
			#e2d6c6 2px 0px,  #e2d6c6 -2px 0px,
			#e2d6c6 0px -2px, #e2d6c6 0px 2px,
			#e2d6c6 2px 2px , #e2d6c6 -2px 2px,
			#e2d6c6 2px -2px, #e2d6c6 -2px -2px,
			#e2d6c6 1px 2px,  #e2d6c6 -1px 2px,
			#e2d6c6 1px -2px, #e2d6c6 -1px -2px,
			#e2d6c6 2px 1px,  #e2d6c6 -2px 1px,
			#e2d6c6 2px -1px, #e2d6c6 -2px -1px;
	}
    footer .footer_logo{
        width:100%;
    }
	footer .footer_logo h1{
		width:85%;
	}
    footer .footer_logo .footer-facebook{
		width:15%;
    }
	footer .link-list li:last-child{
		border-top:none;
	}
	footer .link-list li{
		font-size:1.25rem;/*20px*/
	}
	footer .link-list li a{
		padding:30px 0;
	}
	footer .link-list li.honkan a{
		padding:35px 0 25px 0;
	}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
	.top-nav-wrap{
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
	}
}
