@charset "UTF-8";

/*----////////----FIRSTVIEW----////////----*/

#firstview{
	width:100%;
	/*height:480px;*/
	
	position: relative;
	overflow: hidden;
	
	background-color:#121212;
}

#firstview div.bg-container{
	height:480px;
	
	opacity: 1;
}

#firstview div.bg-container p.thumbnail{
	width:100%;
	height:100%;
	
	background-image: url("../images/bg-cover.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

#firstview div.message{
	/*position: absolute;
	top:0;
	left:0;*/
	
	width:100%;
	height:100%;
}

#firstview div.message div.wrap{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:40px 20px;
}

#firstview div.message div.content{
	text-align: center;
	color:#fff;
}

#firstview div.message p.img-adult{	
	margin-bottom:40px;
}

#firstview div.message p.img-adult img{
	display:block;
	width:80%;
	max-width: 90px;
	margin:0 auto;
}

#firstview div.message div.btn{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	margin:0 auto 40px;
	max-width: 480px;
}

#firstview div.message div.btn p{
	width:50%;
}

#firstview div.message div.btn p:nth-child(odd){
	box-sizing: border-box;
	padding-right:5px;
}

#firstview div.message div.btn p:nth-child(even){
	box-sizing: border-box;
	padding-left:5px;
}

#firstview div.message div.btn p a{
	display:block;	
	text-align: center;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:bold;	
	background-color:#1b7eba;
	color:#fff;	
	box-sizing: border-box;
	border:solid 2.5px #1b7eba;
	border-radius:2.5px;
}

#firstview div.message div.btn p a:hover{
	background-color:#00aca7;
	border:solid 2.5px #00aca7;
	color:#fff;		
	text-decoration: none;
}

#firstview div.message div.btn p.btn-entry a{
	display:block;
	padding:15px 0;
	
	text-align: center;
	
	font-size:1.5rem;
	line-height:1.0em;
	font-weight:bold;
	
	background-color:#000;
	border:solid 1px #000;
	border-radius:2.5px;
	color:#fff;
	cursor: pointer;
}

#firstview div.message div.btn p.btn-entry a:hover{
	background-color:#333;
	color:#fff;
	
	text-decoration: none;
}

#firstview div.message div.btn p.btn-entry span.note{
	display:block;
	
	font-size:0.8rem;
	line-height:1.0em;
	
	margin-top:7.5px;
}

#firstview div.message div.btn p.btn-entry span.note:before{
	content:"（";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-entry span.note:after{
	content:"）";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-leave a{
	display:block;
	padding:10px 0;
	
	text-align: center;
	
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;
	
	background-color:#444;
	border:solid 1px #444;
	border-radius:2.5px;
	color:#fff;
	cursor: pointer;
}

#firstview div.message div.btn p.btn-leave a:hover{
	background-color:#333;
	color:#fff;
	
	text-decoration: none;
}

#firstview div.message div.btn p.btn-leave span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:1.0em;
	
	margin-top:7.5px;
}

#firstview div.message div.btn p.btn-leave span.note:before{
	content:"（";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-leave span.note:after{
	content:"）";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

/*----////////----BANNER_GROUP----////////----*/

#banner_group div.content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	box-sizing: border-box;
	padding:5px;
}

#banner_group div.row{
	width:calc(100%/3);
	
	box-sizing: border-box;
	padding:5px;
}

#banner_group div.row a{
	display:block;
	color:#fff;
	
	transition:0.25s;
}

#banner_group div.row a:hover{
	opacity: 0.5;
	
	text-decoration: none;
}

#banner_group div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#banner_group div.row div.text{
	box-sizing: border-box;
	padding:5px;
	
	font-size:0.8rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align: center;
}

#banner_group div.row div.text p.category{
	font-size:0.6rem;
	line-height:1.75em;
	font-weight:normal;
	
	color:#f69;
}

@media only screen and (min-width: 720px){
	
	#banner_group div.row{
		width:20%;
	}
	
}

/*----////////----BANNER_EXTRA----////////----*/


#banner_extra div.content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

#banner_extra div.recruit{	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 640px;
	
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:0 10px;
}

#banner_extra div.recruit p{
	width:50%;
}

#banner_extra div.recruit p:nth-child(odd){
	box-sizing: border-box;
	padding-right:5px;
}

#banner_extra div.recruit p:nth-child(even){
	box-sizing: border-box;
	padding-left:5px;
}

#banner_extra div.recruit p a{
	display:block;
	
	transition: 0.25s;
}

#banner_extra div.recruit p a:hover{
	opacity: 0.5;
}

#banner_extra div.recruit p img{
	width:100%;
	vertical-align: bottom;
}

#banner_extra div.ad{	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:0 10px;
}

#banner_extra div.ad p{
	width:100%;
	
	margin-bottom:10px;
}

#banner_extra div.ad p:last-child{
	margin-bottom:0;
}

#banner_extra div.ad p a{
	display:block;
	
	transition: 0.25s;
}

#banner_extra div.ad p a:hover{
	opacity: 0.5;
}

#banner_extra div.ad p img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 720px){
	
	#banner_extra div.ad p{
		width:50%;
	}
	
	#banner_extra div.ad p:nth-child(odd){
		box-sizing: border-box;
		padding-right:5px;
	}
	
	#banner_extra div.ad p:nth-child(even){
		box-sizing: border-box;
		padding-left:5px;
	}
	
}

#shop_information div.content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	box-sizing: border-box;
	padding:5px;
}

#shop_information article{
	margin-bottom:20px;
}

#shop_information article:last-child{
	margin-bottom:0;
}

#shop_information article div.inner{
	box-sizing: border-box;
	padding:10px;
	border:solid 5px #333;
	background-color:#1e1e1e;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#shop_information article p.thumbnail{
	width:100%;
	order:2;
}

#shop_information article p.thumbnail a{
	display:block;
	
	transition:0.25s;
}

#shop_information article p.thumbnail a:hover{
	opacity: 0.5;
}

#shop_information article p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#shop_information article div.text{
	width:100%;
	order:1;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:15px;
}

#shop_information article div.text h4{
	font-weight:bold;
	color:#f69;
	
	font-size:1.0rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding-bottom:5px;
	padding-left:90px;
	border-bottom:solid 1px #fff;
	margin-bottom:10px;
	
	position: relative;
}

#shop_information article div.text h4 span.note{
	display:block;
	width:80px;
	
	font-size:0.6rem;
	line-height:20px;
	
	text-align: center;
	
	position: absolute;
	top:2.5px;
	left:0;
	
	background-color:#f69;
	color:#fff;
}

#shop_information article div.text div.postdata{
	width:100%;
	
	display:flex;
	flex-flow: row wrap;
	align-self: stretch;
	justify-content: flex-start;
	
	margin-top:10px;
}

#shop_information article div.text div.postdata ul.btn{
	width:80px;
}

#shop_information article div.text div.postdata ul.btn li{
	margin-bottom:5px;
	
	font-size:0.6rem;
	line-height:40px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#f36;
	color:#fff;
	
	border-radius:2.5px;
}

#shop_information article div.text div.postdata ul.btn li a{
	display:block;
	color:#fff;
	
	transition:0.25s;
}

#shop_information article div.text div.postdata ul.btn li a:hover{
	opacity: 0.5;
	text-decoration: none;
}

#shop_information article div.text div.postdata ul.btn li:last-child{
	margin-bottom:0;
}

#shop_information article div.text div.postdata ul.castimg{
	width:calc(100% - 80px);
	
	box-sizing: border-box;
	padding-left:10px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#shop_information article div.text div.postdata ul.castimg li{
	width:calc(100%/3);
	
	position: relative;
	
	box-sizing: border-box;
	border-left:solid 5px #1e1e1e;
}

#shop_information article div.text div.postdata ul.castimg li:before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:100%;
}

#shop_information article div.text div.postdata ul.castimg li img{
	width:100%;
	height:100%;
	
	object-fit: cover;
	object-position: center top;
	
	position: absolute;
	top:0;
	left:0;
}

@media only screen and (min-width: 720px){
	
	#shop_information article p.thumbnail{
		width:50%;
		
		box-sizing: border-box;
		padding-left:10px;
	}
	
	#shop_information article div.text{
		width:50%;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding-right:10px;
	}

	
}
