@charset "utf-8";
body {
	-webkit-print-color-adjust: exact;
}
/* ロードまち ////////// */
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #eeece9;
  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;
}
/* 赤色バナー(aタグ要らない／赤色) ////////// */
.red-bnr{
	display: block;
	border:2px solid #ff3d58;
	background-color: #ffd6d6;
	border-radius:10px;
}
.red-bnr .red-bnr-title{
	color:#fff;
	font-weight:bold;
	background-color: #ff3d58;
	border-radius:4px 4px 0 0;
	padding:20px 10px;
}
.red-bnr .red-bnr-title span{
	padding-left:65px;
	display: inline-block;
	position: relative;
}
.red-bnr .red-bnr-title span:before{
	position: absolute;
	content:'';
	top:50%;
	left:0;
	background-image: url(../../img/common/icon-reservation.png);
	background-size: contain;
	width:49px;
	height:42px;
	margin-top:-21px;
}
.red-bnr .red-bnr-detail{
	color:#f60c0c;
	font-weight:bold;
	padding:10px 10px;
	line-height: 2em;
}
.red-bnr .red-bnr-link{
	border:2px solid #ff3d58;
	color:#ff3d58;
	background-color: #fff;
	border-radius:30px;
	padding:2px 30px;
	display: inline-block;
	margin-top:10px;
	transition: 0.3s;
	line-height: 1.4em;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	.red-bnr .red-bnr-link{
		padding:4px 30px 0px 30px;
	}
}
.red-bnr:hover .red-bnr-link{
	color:#fff;
	background-color: #ff3d58;
}
.red-bnr .red-bnr-link span{
	font-weight:bold;
	padding-right:22px;
	display: inline-block;
	position: relative;
}
.red-bnr .red-bnr-link span:after{
	position: absolute;
	content:'';
	top:50%;
	right:0;
	background-image: url(../../img/common/icon-reservation-arrow.png);
	background-size: contain;
	width:14px;
	height:14px;
	margin-top:-7px;
	transition: 0.3s;
}
.red-bnr:hover .red-bnr-link span:after{
	background-image: url(../../img/common/icon-reservation-arrow-w.png);
}
.red-bnr .pre-box{
	color:#fff;
	background-color: #FF0000;
	max-width:200px;
	border-radius:5px;
}
.red-bnr .no-link{
	cursor: default;
}
/* /予約バナー ////////// */
/* 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リーダー ////////// */
/* ロードまち ////////// */
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: 20px 20px;
    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 #414141;
  color:#414141;
  line-height: 1.3em;
}
.nav-list > li:last-child {
  border-right:none;
}
.nav-list > li > a{
 display: block;
  color:#414141;
  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;
}
 .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:#4b7394;
		display: block;
		padding:8% 6%;
		position: relative;
		padding-left:20%;
	}
	.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: 10%;
		box-sizing: border-box;
		width: 3px;
		height: 5px;
		border: 3px solid transparent;
		border-top: 5px solid #4b7394;
	}
/* ////////////////////////////////////////
分館・分室メニュー
//////////////////////////////////////// */
.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 70px 0;
}
@media screen and (min-width:1420px){
	footer .footer_fixwrap{
		background-position: right 14vw bottom 0;
	}
}
footer .footer_menu_other li{
	margin-left:20px;
}
footer .footer_menu_other li{
	display: inline-block;
}
footer .footer_menu_other li a{
	color:#414141;
}
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 .footer_menu dl{
	width:19%;
	margin-right:1.25%;
}
footer .footer_menu dl:last-child{
	margin-right:0;
}
footer .footer_menu dl dt{
	border-bottom:1px solid #4b7394;
	padding-bottom:10px;
	margin-bottom:10px;
}
footer .footer_menu a{
	position: relative;
	padding-left:19px;
	color:#414141;
}
footer .footer_menu a:hover{
	text-decoration: underline;
}
footer .footer_menu a:before{
	background-image:url(../img/common/nav-next.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;
}
.pagetop-btn p{
	width:100%;
	position: absolute;
	top:50%;
	margin-top:-0.8em;
}
.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 #414141;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 1.8em;
	max-width: 100%;
	background-color: transparent;
	color:#414141;
	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 #414141;
    border-right: 1px solid #414141;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* ////////////////////////////////////////
PC・印刷時のみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) , print{
	h1.logo{
		width:330px;
		height:auto;
	}
	h1.logo img{
		width:330px;
		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(75,115,148,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(75,115,148,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: #4b7394;
		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: #414141;
		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:19.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: #4b7394;
	}
	.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:#4b7394;
        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:#315877;
    }
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer_logo h1 img{
		width:330px;
		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){
	/*上メニュー*/
	.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: 20px 20px;
	}
	.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: #4b7394;
	}
	.top-nav-wrap .main-nav > li > a,.lang-main-nav > li > a{
		padding:5% 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: 20px 20px;
	}
	.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: #4b7394;
	}
	/*固定メニュー*/
	.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: 20px 20px;
		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: 20px 20px;
		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 #4b7394;
	}/*
	.lang-main-nav > li:last-child {
		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-top: 5px solid #315877;
	}
	.sub-nav li{
		width:50%;
		border-bottom:1px solid #4b7394;
		border-right:1px solid #4b7394;
	}
	.sub-nav li:nth-child(even){
		border-right:none;
	}
	.sub-nav li a{
		display: block;
		color:#4b7394;
		padding:5px 8%;
	}
    .main-nav-top a{
        color:#4b7394;
    }
	/* ////////////////////////////////////////
	翻訳セレクター
	//////////////////////////////////////// */
	#googlet-ranslate select {
		border: 1px solid #4b7394;
		color:#4b7394;
	}
	#googlet-ranslate::before {
		border-top: 1px solid #4b7394;
		border-right: 1px solid #4b7394;
	}
	/* ////////////////////////////////////////
	サブメニュー
	//////////////////////////////////////// */
	.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: #386284;
        color:#fff;
        border-top:1px solid #4b7394;
        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 #4b7394;
		background-image:url(../img/common/search-icon2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-color: #4b7394;
		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:32%;
		margin-right:2%;
	}
	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%;
	}
	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:330px;
	}
	footer .footer_logo h1 img{
		width:330px;
		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:
			#edebe8 2px 0px,  #edebe8 -2px 0px,
			#edebe8 0px -2px, #edebe8 0px 2px,
			#edebe8 2px 2px , #edebe8 -2px 2px,
			#edebe8 2px -2px, #edebe8 -2px -2px,
			#edebe8 1px 2px,  #edebe8 -1px 2px,
			#edebe8 1px -2px, #edebe8 -1px -2px,
			#edebe8 2px 1px,  #edebe8 -2px 1px,
			#edebe8 2px -1px, #edebe8 -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;
	}
}
