@charset "utf-8";
/* ------------------------------------------------------------

top.css

------------------------------------------------------------ */

/* ------------------------------------------------------------
 mainimg
------------------------------------------------------------ */

#mainimg{
	width:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	transition:background-image 0.5s ease;
}
#mainimg .in {
	width:100%;
	max-width:1200px;
	height:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}
#mainimg h1{
	position:relative;
	transition:all 0.5s ease;
}
#mainimg .viewSp{
	display:none;
}
#mainimg .viewPc{
	display:none;
}
@media screen and (max-width: 639px){
	#mainimg{
		background-image:url(/img/top/mainimg_bg_sp.jpg);
	}
	#mainimg .in {
		padding:6.5% 1.5% 7%;
	}
	#mainimg h1 {
		width:100%;
	}
	#mainimg .viewSp{
		display:block;
	}
}
@media screen and (min-width: 640px){
	#mainimg{
		background-image:url(/img/top/mainimg_bg.jpg);
	}
	#mainimg .in {
		padding:9% 0 7.5% 5%;
	}
	#mainimg h1 {
		width:70%;
	}
	#mainimg .viewPc{
		display:block;
	}
}
@media screen and (min-width: 1200px){
	#mainimg{
		height:640px;
	}
	#mainimg .in {
		padding:100px 60px 0;
	}
	#mainimg h1 {
		width:780px;
	}
}



/* ------------------------------------------------------------
 leadtxt
------------------------------------------------------------ */

.leadtxt{
	padding:10px 0 20px;
}
@media screen and (min-width: 768px){
	.leadtxt{
		padding:20px 0 30px;
	}
}
@media screen and (min-width: 960px){
	.leadtxt{
		text-align:center;
	}
}


/* ------------------------------------------------------------
 bannerArea
------------------------------------------------------------ */
.bannerArea {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	fex-wrap: wrap;
	position:relative;
	transition:all 0.5s ease;
}
.bannerArea a.banner {
	display:block;
	text-decoration:none;
	position:relative;
	background:#111111;
}
.bannerArea a.banner img{
	transition:all 0.5s ease;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
}
.bannerArea a.banner .bannerBtn{
	width:80%;
	max-width:320px;
	height:38px;
	margin:0 auto;
	line-height:36px;
	text-align:center;
	color:#4f3aa9;
	border-radius:20px;
	border:2px solid #4f3aa9;
	background-image:url(/common/img/arrow_b.png);
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:18px auto;
	position:absolute;
	bottom:-19px;
	left:0;
	right:0;
	transition:all 0.5s ease;
}
.bannerArea a.banner:hover img {
	opacity:0.6;
}
.bannerArea a.banner:hover .bannerBtn{
	background-color:#4f3aa9;
	color:#ffffff;
}

@media screen and (max-width: 639px){
	.bannerArea {
		padding:0 4% 15px;
		top:-20px;
	}
	.bannerArea a.banner {
		width:100%;
		margin-top:30px;
	}
	.bannerArea a.banner:first-child {
		margin-top:0;
	}
}
@media screen and (min-width: 640px){
	.bannerArea {
		padding:0 2.5% 20px;
		top:-25px;
	}
	.bannerArea a.banner {
		width:47.5%;
		max-width:570px;
	}
}
@media screen and (min-width: 768px){
	.bannerArea {
		top:-35px;
	}
}
@media screen and (min-width: 1200px){
	.bannerArea {
		padding-left:0;
		padding-right:0;
		top:-45px;
	}
}



/* ------------------------------------------------------------
 about
------------------------------------------------------------ */
#about {
	color:#ffffff;
}
#about .txt{
	padding:30px 0;
}
#about .profileBox {
	width:100%;
	max-width:1050px;
	margin:0 auto 30px;
	padding:60px 60px 60px 300px;
	background:url(/img/top/about_profile_bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	border:1px solid #ceab78;
	position:relative;
}
#about .profileBox .photo{
	width:210px;
	height:204px;
	position:absolute;
}
@media screen and (max-width: 639px){
	#about .profileBox {
		margin-top:20px;
		padding:185px 20px 20px;
	}
	#about .profileBox .photo{
		margin:0 auto;
		top:-30px;
		left:0;
		right:0;
	}
}
@media screen and (min-width: 640px){
	#about .profileBox {
		padding:30px 30px 30px 290px;
	}
	#about .profileBox .photo{
		margin:auto 0;
		top:0;
		bottom:0;
		left:35px;
	}
}
@media screen and (min-width: 768px){
	#about .profileBox {
		padding:40px 40px 40px 290px;
	}
}
@media screen and (min-width: 960px){
	#about .profileBox {
		padding:50px 50px 50px 290px;
	}
}

@media screen and (min-width: 1200px){
	#about .profileBox {
		padding:60px 60px 60px 290px;
	}
}



/* ------------------------------------------------------------
 rinkingList
------------------------------------------------------------ */

#pickup .inner,
#ranking .inner {
	padding-left:0;
	padding-right:0;
}
#pickup .leadtxt,
#ranking .leadtxt {
	margin-top:5px;
	padding-left:5%;
	padding-right:5%;
}
.rinkingList {
	margin:0 auto 20px;
	position:relative;
	overflow:hidden;
}
.rinkingList.c3 {
	max-width:1000px;
}
.rinkingList.c4 {
	max-width:1200px;
}
.rinkingList .box {
	padding:15px;
	float:left;
	position:relative;
}
.rinkingList .box .profilePhoto{
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.rinkingList .box .profilePhoto img{
	border-radius:120px;
	overflow:hidden;
}
.rinkingList .box .name{
	padding:10px 0 5px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rinkingList .box .name span{
	padding:15px 0;
	font-size:2.4rem;
	text-align:center;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.rinkingList .box .price {
	padding:5px 0;
	text-align:center;
}
.rinkingList .box .price span{
	font-size:2.6rem;
	letter-spacing:0;
	text-indent:0;
}

.box.rank .profilePhoto::before {
	content: "";
	display: block;
	width: 110px;
	height: 26px;
	margin:0 auto;
	color:#fff;
	font-size:1.6rem;
	line-height:26px;
	letter-spacing:0.2em;
	text-indent:0.2em;
	text-align:center;
	font-family: 'Sawarabi Mincho', sans-serif;
	background:linear-gradient(#961d8c,#720069);
	background:-moz-linear-gradient(#961d8c,#720069);
	background:-webkit-linear-gradient(#961d8c,#720069);
	border-radius:13px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index:6;
	box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
}
.box.rank1 .profilePhoto::before {
	content: "1位";
	background:linear-gradient(#cdbb7c,#b99f46);
	background:-moz-linear-gradient(#cdbb7c,#b99f46);
	background:-webkit-linear-gradient(#cdbb7c,#b99f46);
}
.box.rank2 .profilePhoto::before {
	content: "2位";
	background:linear-gradient(#b9b9b9,#9b9b9b);
	background:-moz-linear-gradient(#b9b9b9,#9b9b9b);
	background:-webkit-linear-gradient(#b9b9b9,#9b9b9b);
}
.box.rank3 .profilePhoto::before {
	content: "3位";
	background:linear-gradient(#bf9f7b,#a57744);
	background:-moz-linear-gradient(#bf9f7b,#a57744);
	background:-webkit-linear-gradient(#bf9f7b,#a57744);
}

@media screen and (max-width: 719px){

	.rinkingList {
		line-height:1.5;
	}
	.rinkingList.c4 .box,
	.rinkingList.c3 .box {
		width:31%;
		margin:0 1%;
		float:left;
		padding:10px 0 20px;
		height:280px;
	}

	.rinkingList.c4 .box .txt,
	.rinkingList.c3 .box .txt {
		display:none;
	}
	
	.rinkingList .box .name {
		padding:0;
		margin-top: 3px;
	}
	
	.rinkingList .box .name span {
	    padding:0;
	    font-size: 1.8rem;
	}	
	
	.rinkingList .box .profilePhoto{
		width:120px;
		height:120px;
	}

	.rinkingList .box .price{
		padding:0;
		margin-bottom: 8px;
	}
	
	.rinkingList .box .price span{
		font-size:1.4rem;
	}
	
	#pickup .btn1,
	#ranking .btn1{
		font-size: 1.8rem;
	}
	
	#pickup .btn2,
	#ranking .btn2{
		font-size:0;
		position: relative;
	}
	
	#pickup .btn2:before,
	#ranking .btn2:before{
		position: absolute;
		font-size:1.2rem;
		content:'ご予約';
		left:43px;
	}
	
	#pickup .icon_status,
	#ranking .icon_status{
		width:50px;
		height:50px;
	}
	
	#pickup .icon_status:after,
	#ranking .icon_status:after{
		top:-4px;
	}

}
@media screen and (min-width: 720px){
	
	.rinkingList.c4 .box,
	.rinkingList.c3 .box {
		width:49%;
		margin:0 0.5%;
		height:600px;
	}

	.rinkingList .box .profilePhoto{
		width:100%;
		max-width:240px;
	}
}
@media screen and (min-width: 960px){
	.rinkingList.c4 .box {
		width:23%;
		margin:0 1%;
		height:600px;
	}
	.rinkingList.c3 .box {
		width:31.33%;
		margin:0 1%;
		height:600px;
	}

	.rinkingList .box .profilePhoto{
		width:100%;
		max-width:240px;
	}
}



/*-----------------------------------------------------------------
	.slider
-----------------------------------------------------------------*/

.sliderRanking {
	position:relative;
	overflow:hidden;
}
.sliderRanking .slick-prev{
	position: absolute; 
	z-index:1;
	margin:auto 0;
	padding:0; 
	display:block; 
	border:none; 
	width:24px; 
	height:64px; 
	top:0;
	bottom: 0;
	left:0; 
	margin:auto 0; 
	background:#000000; 
	background-size: 11px auto; 
	text-indent: -9999px; 
	overflow: hidden;
	cursor: pointer;
}
.sliderRanking .slick-prev::after {
	content: '';
	margin:auto;
	width: 14px;
	height: 14px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	left:8px;
}
.sliderRanking .slick-next{ 
	position: absolute; 
	z-index: 1;
	margin:auto 0;
	padding: 0;
	display: block; 
	border: none; 
	width: 24px; 
	height: 64px; 
	top:0;
	bottom: 0;
	right: 0; 
	margin:auto 0; 
	background:#000000;
	background-size: 11px auto; 
	text-indent: -9999px; 
	overflow: hidden;
	cursor: pointer;
}
.sliderRanking .slick-next::after {
	content: '';
	margin:auto;
	width: 14px;
	height: 14px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	right:8px;
}
.sliderRanking .slick-dots{
	width:;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	text-align:center;
	width:100%;
}
.sliderRanking .slick-dots li{ 
	display:inline-block;
	width:12px; 
	height:12px;
	margin:0 5px;
}
.sliderRanking .slick-dots li button{
	display:inline-block;
	width:12px; 
	height:12px;
	margin:0;
	padding:0;
	border:0px; 
	background:#666666;
	border-radius:12px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.sliderRanking .slick-dots li.slick-active button{
	background:#c8974e;
}



/*----------------------------------------------------------

	changeTab

----------------------------------------------------------*/

.changeTab {
	width:90%;
	max-width:600px;
	margin:50px auto 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.changeTab li {
	width:50%;
	position:relative;
}

.changeTab li a,
.changeTab li p{
	padding:3px 0 5px;
	display:block;
	line-height:36px;
	letter-spaing:0.1em;
	text-indent:0.1em;
	text-align:center;
	color:#b72269;
	text-decoration:none;
	border:2px solid #b72269;
	border-left:none;
	background:#ffffff;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	box-sizing:border-box;
}
.changeTab li:first-child a,
.changeTab li:first-child p{
	border-left:2px solid #b72269;
}
.changeTab li.ac::after {
	content: '';
	display: block;
	width: 18px;
	height: 11px;
	margin:0 auto;
	border-top: 11px solid #b72269;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	position:absolute;
	left:0;
	right:0;
	bottom:-11px;
	z-index:1;
	box-sizing:border-box;
}
.changeTab li.ac a,
.changeTab li.ac p{
	color:#ffffff;
	background:#b72269;
}

.changeTab li:not(.ac) a,
.changeTab li:not(.ac) p{
	cursor:pointer;
}
.changeTab li:not(.ac) a:hover,
.changeTab li:not(.ac) p:hover{
	opacity:0.6;
}

/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (min-width: 768px) {

	.changeTab li a,
	.changeTab li p{
		line-height:46px;
	}
	
}




/* ------------------------------------------------------------
 bg_cloud
------------------------------------------------------------ */
.bg_cloud {
	background-image:
		url(/common/img/bg_cloud_l.png),
		url(/common/img/bg_cloud_r.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		top 10px left -10px,
		top 10px right -10px;
	background-size:
		410px auto,
		410px auto;
	transition:background-size 0.5s ease;
}

@media screen and (max-width: 559px){
	.bg_cloud {
		padding-top:30px;
		background-size:
			205px auto,
			205px auto;
	}
}
@media screen and (min-width: 560px){
	.bg_cloud {
		padding-top:35px;
		background-size:
			280px auto,
			280px auto;
	}
}
@media screen and (min-width: 769px){
	.bg_cloud {
		padding-top:40px;
		background-size:
			410px auto,
			410px auto;
	}
}