

.s_title{	margin-bottom: 20px;}


/** slide **/

#slide{
	position: relative;
	width: 420px;
	margin: 0 auto;
}
#slide .slick-slide{
}

#slide img{
	width: 100%;
	height: auto;
}
.thumbs_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 5px 0 20px 0;
}
.thumbs .slick-track{
	display: inline-flex;
	justify-content: center;
}
.thumbs .slick-slide{
	width: 80px !important;
	margin: 0 2.5px;
	cursor: pointer;
}
.thumbs img{
	width: 100%;
	height: auto;
}
.thumbs .slick-track{
	transform:unset!important;
}

@media screen and (max-width: 750px) {
	#slide{
		position: relative;
		width: auto;
		margin: 0;
	}
	#slide .slider img{
		width: 100%;
		height: auto;
	}
	.thumbs .slick-slide{
		width: 50px !important;
		margin: 0 5px;
	}
}


/** name **/

#name{
	color: #fff;
	text-align: center;
	background: rgba(144, 99, 110, 0.9);
	padding: 20px;
}
#name .icon{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #e6c5cc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .sns_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
#name .sns_bt a{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .sns_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#name .sns_bt .sns_line{	background: url(../img/all/icon_line.png) no-repeat #00b900; background-size: 40px auto;}
#name .sns_bt .sns_x{	background: url(../img/all/icon_x.png) no-repeat #000; background-size: 40px auto;}
#name .sns_bt .sns_cas{
	background: url(../img/all/icon_cas.png) no-repeat rgb(0,143,255);
	background: url(../img/all/icon_cas.png) no-repeat, linear-gradient(135deg, rgba(0,143,255,1) 0%, rgba(0,234,161,1) 100%);
	background-size: 40px auto;
}

#name .data dl{
	display: table;
	width: 100%;
	max-width: 450px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .data dl:first-of-type{
	border-top: 1px solid rgba(0, 0 0, 0.2);
}
#name .data dt,
#name .data dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .data dt{
	width: 80px;
	color: #e6c5cc;
	padding-left: 20px;
}
#name .data dd{}


/** sche **/

#sche{
	background: rgba(206, 169, 177, 0.9);
	padding: 20px;
}
#sche ul{
	display: block;
	padding: 0;
}

#sche .today{
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 450px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	box-shadow:0px 0px 0px 1px #90636e inset;
	-moz-box-shadow:0px 0px 0px 1px #90636e inset;
	-webkit-box-shadow:0px 0px 0px 1px #90636e inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche .today dt,
#sche .today dd{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
#sche .today dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	background: #90636e;
}
#sche .today dt span{
	position: relative;
	bottom: -2px;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 12px;
	color: #e6c5cc;
}

#sche .today dd{
	font-size: 14px;
	line-height: 15px;
	text-align: center;
}

#sche ul{
	max-width: 450px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ba929b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li .day{
	flex: 1;
	font-size: 14px;
	line-height: 15px;
	color: #90636e;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche li div{
	flex: 1;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
}
#sche li div span{	color: #333;}
#sche li div .pc_none{	display: none;}

#sche li div p{	padding-left: 5px;}
#sche li div br{	display: none;}
#sche li div .sp_none{	display: none;}
#sche li div .pc_none{	display: inline;}


/** comment **/

#comment{
	text-align: left;
	background: rgba(194, 159, 166, 0.9);
	padding: 20px;
}
#comment div{
	font-size: 14px;
	line-height: 1.8;
}


/** review **/

#review{
	padding: 20px;
}

.rvbox{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px;
	border-radius: 10px;
	background: rgba(206, 169, 177, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox .rv_score{	margin: 0 0 15px 0;}
.rvbox .rv_score dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.rvbox .rv_score dt,
.rvbox .rv_score dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.rvbox .rv_score dt{
	width: 57px;
	color: #90636e;
}
.rvbox .rv_score dd{}
.rvbox .rv_score .star{	color: #ccc;}
.rvbox .rv_score .star em{	color: #ffd600;}
.rvbox .rv_txt{
	font-size: 14px;
	line-height: 22px;
}
.rv_bt{
	font-size: 0;
	line-height: 0;
}
.rv_bt a{
	width: 140px;
	margin: 0 5px;
}

#review .zero_p{
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 40px 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

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

}
