/*
* トップページスタイル
**********************************/
.mainImage {
	clear: both;
	background-image: url(../../img/mainBg.jpg),url(../../img/mainImageBg.jpg);
	background-position: top center ,top center;
	background-repeat:no-repeat,repeat-x;
}
.mainImage h1{
	width: 960px;
	height: 776px;
	margin: 0 auto;
	position: relative;
}
.mainImage .logo{
	position: absolute;
	top: 75px;
	left: 121px;
}
.mainImage .time{
	position: absolute;
	top: 510px;
	left: 257px;
}
.info{
	border: 1px solid #afafaf;
	position: absolute;
	width: 960px;
	margin: 69px 0 0 -460px;
	left: 50%;
	top: 0;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	z-index: 10;
	display: flex;
}
.info dt{
	display: inline-block;
	padding: 6px 0 0 ;
	background: #ffd71f;
	box-sizing: border-box;
	width: 16%;
	text-align: center;
}
.info dd{
	width: 84%;
	box-sizing: border-box;
	padding: 5px 8px 4px;
	line-height: 1.3;
}
.info .infoBlue,
.info .blue{
	color: #057bc0 !important;
}
.info .infoBlueBold,
.info .blue14{
	color: #057bc0 !important;
	font-weight: bold;
	font-size: 15px;
}
.info .infoRed,
.info .red{
	color: #e60012 !important;
}
.info .infoRedBold,
.info .red14 {
	color: #e60012 !important;
	font-weight: bold;
	font-size: 15px;
}
.subTitle{
	box-sizing: border-box;
	background: url(../../img/subTitleBg.png) top center no-repeat;
	background-size: 217px 79px;
	min-height: 79px;
	font-family: "メイリオ",Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
	color: #e60012;
	font-size: 20px;
	line-height: 1;
	padding: 28px 0 11px;
	text-align: center;
}
.subTitle strong{
	margin-top: 8px;
	display: block;
	font-size: 12px;
	color: #424141;
	font-weight: normal;
}
.about{
	background: #fff;
	padding: 16px 0 24px;
}
.about .subTitle{
	padding: 18px 0 11px;
	background: none;
	min-height: inherit;
}
.about .logo{
	display: block;
	position: absolute;
	top: 145px;
	right: -402px;
}
.about p{
	width: 974px;
	margin: 20px auto 0;
}
.about p span{
	color: #e60012;
}
.about ul{
	margin-top: 24px;
}
.slideArea{
	padding: 12px 0;
	border-top: 4px solid #fdd000;
	border-bottom: 4px solid #fdd000;
	margin-bottom: 20px;
}
#photoList {
}
#photoList li {
	position: relative;
}
#photoList li:hover {
	cursor: pointer;
}
#photoList li a::after{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: all .3s;
}
#photoList li a:hover::after{
	opacity: 0;
}
#photoList .slick-center li a::after{
	border: 6px solid #fdd000;
	background: none;
	opacity: 1;
}
#photoList li img{
	width: 100%;
	display: inline-block;
}
.howto {
	background: url(../../img/section3Bg.gif);
	padding: 15px 0 35px;
}
.howto div{
	position: relative;
	width: 1000px;
	margin: 15px auto 0;
	background: #fff;
	padding: 24px 0 16px;
}
.howto dl{
	margin-left: 32px;
}
.howto dl dt{
	float: left;
	width: 173px;
}
.howto dl dd span{
	display: block;
}
.howto figure{
	text-align: center;
}
.howto figcaption{
	padding: 5px 0 0 0 ;
	text-align: left;
}
.howto .img{
	position: absolute;
	top: 17px;
	right: 24px;
}
.howto dl dd{
	font-size: 18px;
}
.howto ol{
	margin: 30px 0 0 93px;
}
.howto ol li{
	width: 255px;
	float: left;
}
.howto ol li:nth-child(2){
	margin: 0 20px;
}
.howto ul{
	clear: both;
	padding: 12px 0 0 34px;
}
.recommend {
	background: url(../../img/section4Bg.jpg) top center;
	background-size: cover;
	padding: 15px 0 100px;
}
.recommend ul{
	width: 960px;
	margin: 14px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.recommend ul li {
	width: 475px;
	background: #fff;
	margin-top: 12px;
}
.recommend ul li img{
	width: 100%;
}
.recommend ul li img:hover{
	opacity: .9;
}
.recommend ul li:nth-child(2n-1){
	margin-right: 10px;
}
.snsArea{
	background:url(../../img/section5Bg.gif);
	padding: 34px 0;
}
.snsArea .inner{
	width:960px;
	margin: 0 auto;
	display: flex;
}
#twitterBox{
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	background: #59b6dd;
	width: 474px;
	height: 522px;
	float: left;
}
#twitterBox h4{
	width: 271px;
	padding-bottom: 19px;
}
.snsArea li img,
#twitterBox .hus img,
#twitterBox img{
	width: 100%;
}
#twitterBox .hus{
	width: 165.5px;
	position: absolute;
	right: 9px;
	top: -12px;
}
#twitterBox .btnFollow{
	position: absolute;
	right: 12px;
	top: 10px;
}
.snsArea ul{
	margin-left: 10px;
	width: 475px;
}
.snsArea ul li:first-child{
	margin-bottom: 10px;
}
.snsArea ul li img:hover{
	opacity: .8;
}
.news{
	background: url(../../img/section3Bg.gif);
	padding: 16px 0 34px ;
}
.news ul{
	position: relative;
	background: #fff;
	width: 920px;
	padding: 10px 30px;
	margin: 16px auto 0;
	border: solid #fff 10px;
}
#newsList {
	max-height: 100px;
	overflow-y: scroll;
}
.news ul li{
	font-size: 16px;
	line-height: 2.5em;
	border-bottom: 1px dotted #a0a0a0;
}
.news ul li date{
	font-size: 14px;
	padding-right: 16px;
}
.mapArea{
	position: relative;
	width: 100%;
	height: 740px;
}
.mapArea h3{
	position: absolute;
	z-index: 10;
	top: 16px;
	left: 50%;
	margin-left: -110px;
	width: 217px;
}
#map{
	width: 100%;
	height: 100%;
}
.gurunavi{
	padding-bottom: 20px;
}
.gurunavi a{
	width: 490px;
	margin: 0 auto;
	display: block;
	background: #fff;
}
.gurunavi img{
	width: 100%;
}
.gurunavi img:hover{
	opacity: .7;
}
/*===============================================
●スマホ用 基本構造
===============================================*/
@media screen and (max-width: 768px) {
	.mainImage.kinkyu{
		height:auto;
	}
	.info{
		position: static;
		margin: 0;
		width: 100%;
		height:auto;
		border-radius: 0;
		border: none;
		overflow:inherit;
		box-sizing: border-box;
	}
	.info dt{
		background: #ffd71f;
		text-align: center;
		padding: 8px;
		width: 30%;
	}
	.info dt img{
		width: 100%;
	}
	.info dd{
		width: 70%;
		font-size: 12px;
		padding: 5px;
		line-height: 1.1em;
		background: #fff;
		margin: 0;
	}
	.info .blue14{
		font-size: 14px;
	}
	.info .red14 {
		font-size: 14px;
	}
	.recommend ul li img,
	.mainImage img{
		width: 100%;
	}
	.time{
		display: none;
	}
	.mainImage {
		clear: both;
		background:none;
	}
	.mainImage h1{
		width: 100%;
		height:inherit;
	}
	.subTitle{
		box-sizing: border-box;
		background-size: 125px 48px;
		min-height: 48px;
		font-size: 12px;
		line-height: 1;
		padding: 15px 0 0px;
		text-align: center;
	}
	.subTitle strong{
		margin-top: 5px;
		display: block;
		font-size: 7px;
		color: #424141;
		font-weight: normal;
	}
	.about{
		background: #fff;
		padding: 0 0 8px;
	}
	.about .subTitle{
		padding: 16px 0 10px;
		background: none;
		min-height: inherit;
	}
	.about h2 span{
		/*padding: 0;
		display: block;
		background: url(../../img/smp/arw1.jpg) 97% 50% no-repeat;
		background-size: 24px 24px;*/
	}
	.about p{
		margin-top: 0;
	}
	.about h2 .logo,
	.about p,
	.about #photoList{
	}
	.about h2 .logo.on,
	.about p.on,
	.about #photoList.on{
		display: block !important;
	}
	.about h2 span{
	/*	padding: 0;
		display: block;
		background: url(../../img/smp/arw1.jpg) 97% 50% no-repeat;
		background-size: 24px 24px;*/
	}
	#btnAbout img {
		width: 185px;
	}
	.about .logo{
		width: 40px;
		display: block;
		top:inherit;
		left: inherit;
		position: static;
	}
	.about p{
		padding: 1% 5%;
		width: 90%;
	}
	.howto {
		padding: 12px 0 16px;
	}
	.howto h3 span{
	/*	display: block;
		background: url(../../img/smp/arw2.png) 97% 50% no-repeat;
		background-size: 24px 24px;*/
	}
	.howto div{
		position: relative;
		width: 90%;
		margin: 15px auto 0;
		background: #fff;
		padding: 2% 2% 0;
	}
	.howto dl{
		margin-left: 0;
	}
	.howto dl dt{
		float: left;
		width: 77px;
	}
	.howto dl dd {
		font-size: 12px;
		margin-left: 87px;
	}
	.howto dl dd span{
	display:inline;
}
	.howto dl dt img{
		width: 100%;
	}
	.howto figure{
		text-align: center;
	}
	.howto figcaption{
		padding: 5px 0 0 0 ;
		text-align: left;
	}
	.howto .img{
		display: none;
	}
	.howto ol{
		margin: 10px;
	}
	.howto ol li img{
		width: 100%;
	}
	.howto ol li{
		width: 32%;
		float: left;
		line-height: 1.5;
		font-size: 12px;
	}
	.howto ol li:nth-child(2){
		margin: 0 2%;

	}
	.howto ul{
		clear: both;
		padding: 10px 0 10px 0;
		font-size: 12px;
		line-height: 1.5;
	}
	#photoList li p{
		width:100%;
		line-height: 1.1;
		font-size: 7px !important;
	}
	#photoList .slick-center li::after{
		border: 4px solid #fdd000;
	}
	.recommend {
		padding: 15px 0 20px;
	}
	.recommend ul{
		width: 96%;
		margin: 0 auto 0;
	}
	.recommend ul li {
		width: 49%;
		margin-top: 12px;
	}
		.recommend ul li.stage {
		width: 100%;
		margin-top: 12px;
	}
	.recommend ul li img:hover{
		opacity: .9;
	}
	.recommend ul li:nth-child(2n-1){
		margin-right: 2%;
	}
	.news{
		padding:12px 0;
	}
	.news ul{
		background: #fff;
		box-sizing: border-box;
		width: 90%;
		padding: 2%;
		margin: 12px auto 0;
		border:none;
	}
	.news ul li{
		font-size: 14px;
		line-height: 2.5em;
		border-bottom: 1px dotted #a0a0a0;
	}
	.mapArea{
		position: relative;
		width: 100%;
		height: 400px;
	}
	.mapArea h3{
		width: 160px;
		margin-left: -80px;
	}
	.instagramArea h3{
		text-align: center;
	}
	.instagramArea h3 img{
		width: 180px;
	}
	.instagramArea{
		padding: 10px 16px 19px;
		background: url(../../img/instaBg.png);
		background-size: 35px 29px;
	}
	#instagramList{
		margin-top: 10px;
	}
	#instagramList li{
		width: 32%;
		float: left;
		margin-bottom: 8px;
	}
	#instagramList li:nth-child(3n-1){
		margin-left: 2%;
		margin-right: 2%;
	}
	.instagramArea li img{
		width: 100%;
	}
	.snsList{
		margin-top: 15px;
		text-align: center;
	}
	.snsList li{
		display: inline-block;
		width: 40px;
	}
	.instagramArea .btn {
		margin-top: 15px;
		text-align: center;
	}
	.instagramArea .btn a{
		line-height: 2;
		width: 70%;
		display: inline-block;
		text-align: center;
		border: 1px solid #fdd000;
		background: #fff;
	}
}