@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 740px) {

#container{
	width: 92%;
	margin: 0 auto;
}

#galleryPage + .txt-c{
	margin-top: 20px;
	margin-bottom: 20px;
}

.top .ttl{
	padding:6px 0 3px 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #ccc;
	background:url(../images/top/ttl_bg.jpg) no-repeat left center;
	font-size:1.5rem;
	font-weight: bold;
}

#top_menu dt{
	background: #eef8fd;
	padding: 3px 5px;
}

#top_menu dd{
	padding-top: 10px;
}

#top_menu ul{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#top_menu ul li{
	width: 50%;
	float: left;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
}

#top_menu ul li:nth-of-type(2n){
	border-right: none;
}

#top_menu ul li:last-child{
	border-bottom: none;
}

#top_menu ul li a{
	display: block;
	padding:5px 0;
	padding-left: 20px;
	background: url(../images/common/sankaku.png) 5px center no-repeat;
}


#info{
	position: relative;
}

#info a.infobtn{
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	text-align: center;
	background: #4c7eb0;
	color:#fff;
	font-size: 1.1rem;
	padding: 3px 5px;
}

.top #info #overflow{
	height: 100px;
	margin-bottom:10%;
}

.top #info #overflow table{
	font-size: 1.1rem;
}

.top #info #overflow th{
	width: 32%;
	padding-left: 10px;
}


.top-message .txt{
	padding-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
}

.top-btns{
	margin-bottom: 60px;
}
.top-btn-box{
	margin-bottom: 10px;
}



}




@media screen and (min-width: 741px) {

#container{
	width:1000px;
	margin:0 auto 45px;
}

.mainslider{
	position: relative;
}

.mainslider ul.slides{
	height: 360px;
	overflow: hidden;
}

.top .ttl{
	padding:6px 0 3px 10px;
	border-bottom:1px solid #ccc;
	background:url(../images/top/ttl_bg.jpg) no-repeat center left;
	font-size:13px;
}

.top #top_menu{
	width:100%;
	margin:40px 0;
	font-size:12px;
}

.top #top_menu div{
	display:inline;
	float:left;
	width:300px;
	margin-right:50px;
}

.top #top_menu div.tlast{
	margin-right:0;
}

.top #top_menu dl dt{
	margin-bottom:10px;
	font-size:13px;
}

.top #top_menu dl dd{
	margin-bottom:10px;
}

.top #top_menu div ul li{
	width: 36%;
	float: left;
	padding-left:13px;
	background: url(../images/top/top_menu_head.jpg) no-repeat center left;
	font-weight: bold;
}

.top #top_menu div ul li.srt{
	width: 22%;
}

.top #top_menu div ul li.mdl{
	width: 25%;
}

.top #top_menu div ul li:hover{
	background: url(../images/top/top_menu_head_on.jpg) no-repeat center left;
}

.top #info{
	display:inline;
	float:left;
	width:570px;
}

.top #info .ttl{
	float: left;
	width: 470px;
}

.top #info a.infobtn{
	width: 80px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 5px;
	display: block;
	text-align: center;
	background: #4c7eb0;
	color:#fff;
	font-style: 11px;
	padding: 2px;
	float: right;
}

.top #info #overflow_wrap{
	padding:10px 0;
	border-left:1px solid #ccc;
}

.top #info #overflow{
	height:100px;
	padding:0 10px 10px 10px;
	font-size:13px;
	overflow-y:auto;
	overflow-x:hidden;
}

.top #info #overflow table{
	width:100%;
}

.top #info #overflow table th,.top #info #overflow table td{
	padding-bottom:3px;
}

.top #info #overflow table th{
	width: 20%;
	font-weight:normal;
}

.top #bnr{
	display:inline;
	float:right;
	width:365px;
	margin-top:30px;
}

.fontS{
	font-size: 12px!important;
}

.fontS dt, .fontS dd, .fontS p, .fontS li{
	font-size: 12px!important;
}

.fontM{
	font-size: 13px!important;
}

.fontM dt, .fontM dd, .fontM p, .fontM li{
	font-size: 13px!important;
}

.fontL{
	font-size: 15px!important;
}

.fontL dt, .fontL dd, .fontL p, .fontL li{
	font-size: 15px!important;
}

.fontM p.credit,.fontL p.credit{
	font-size: 12px!important;
}

.top-message{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
}
.top-message .txt{
	padding-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
	font-size: 18px !important;
}

.top-btns{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 60px;
}
.top-btn-box{
	margin-left: 10px;
	margin-right: 10px;
}

.top-btn-box a:hover{
	opacity: 0.8;
}

}
