
.cnt{	padding-bottom: 0;}
.s_title{	margin-bottom: 20px;}


/** slide **/

#slide{
	position: relative;
	font-size: 0;
	line-height: 0;
}
#slide .slick-slide{
}
#slide .slider{
	background: #000;
}

#slide img{
	width: 100%;
	max-width: 450px;
	height: auto;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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;
}
#slide .slick-active img,
#slide li:only-child img{
	opacity: 1;
	filter: alpha(opacity=100);
}
#slide .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 0;
	left: calc(50% - 225px);
}
#slide .icon img{
	width: 70px;
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 750px) {
	#slide .icon{
		top: 0;
		left: 50px;
	}
}

.slick-prev,
.slick-next{
	width: 80px;
	height: 80px;
	border: 0;
	outline: 0;
	border-radius: 50%;
	background: none;
	position: absolute;
	z-index: 2;
	top: calc(50% - 40px);
}

.slick-prev{	left: calc(50% - 295px);}
.slick-prev:after{
	content: '';
	width: 25px;
	height: 25px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 12.5px);
	right: calc(50% - 12.5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.slick-next{	right: calc(50% - 295px);}
.slick-next:after{
	content: '';
	width: 25px;
	height: 25px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(50% - 12.5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
	.slick-prev{	left: 0px;}
	.slick-next{	right: 0px;}
}
@media screen and (max-width: 349px) {
	.slick-prev{	left: 0;}
	.slick-next{	right: 0;}
}

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

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #ccc;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slick-dots li.slick-active button{	background: #00c8c8;}

@media screen and (max-width: 500px) {
	.slick-dots{
		bottom: 8px;
	}
	.slick-dots li{
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	.slick-dots li button{
		width: 10px;
		height: 10px;
	}
}


/** name_bg **/

#name{
	padding: 40px 20px 30px 20px;
}
#name .icon{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 1;
	color: #006c6c;
}
#name h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: #00c8c8;
	margin: 0 0 10px 0;
}
#name > p{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
#name > p span{	color: #006c6c;}
.name_bt{
	font-size: 0;
	line-height: 0;
}
.name_bt p{	margin: 0 0 10px 0;}
.name_bt p:last-of-type;{	margin-bottom: 0;}
.name_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #00c8c8;
	margin: 0 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_bt a img{
	width: 20px;
	height: auto;
	margin-right: 5px;
}
.name_bt a.x_bt{
	width: auto;
	padding: 0 15px;
	background: #000;
}

#name .type{
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** comment **/

.comment{
	padding: 30px 20px;
}
.comment p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
#mana{	background: #dff7f7;}


/** sche **/

#sche{
	padding: 30px 20px;
	background: #009994;
}
#sche .s_title{
	border-color: #fff;
}
#sche .s_title em,
#sche .s_title span{	color: #fff;}

.sche_in{
	background: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche dl{
	display: table;
	width: 100%;
	max-width: 450px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche dt,
#sche dd{
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	font-size: 14px;
	line-height: 1;
}
#sche dt{	color: #006c6c;}
#sche dd{}
#sche dd .now{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #ff7633;
	padding: 2px 5px;
	border-radius: 2px;
	-webkit-animation:now 0.75s ease-in-out infinite alternate;
	-moz-animation:now 0.75s ease-in-out infinite alternate;
	animation:now 0.75s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche dd .stay{
	font-size: 12px;
	line-height: 18px;
	color: #006c6c;
}


/** play **/

#play{
	padding: 30px 20px;
	background: #006c6c;
}
#play .s_title{
	border-color: #fff;
}
#play .s_title em,
#play .s_title span{	color: #fff;}

#play ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#play li{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 1px);
	height: 90px;
	background: #fff;
	margin: 0 1px 1px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#play li div{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #006c6c;
}
#play li p{
	width: 100%;
	font-size: 34px;
	line-height: 40px;
}
#play li .ok{	color: #ff0000;}
#play li .sp{	color: #0099ff;}
#play li .ng{	color: #999;}


/** diary **/

#diary{
	padding: 30px 0;
	background: #dff7f7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#diary h3{
	width: auto;
	margin: 0 20px 20px 20px;
}

#diary .d_list{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#diary .d_list::-webkit-scrollbar{
	display: none;
}
#diary .d_list .d_box{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 20px);
	border-radius: 3px;
	margin: 0 5px;
	color: #000;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#diary .d_list .d_box:first-of-type{	margin-left: 5px;}
#diary .d_list .d_box:last-of-type{	margin-right: 5px;}

@media screen and (max-width: 750px) {
	#diary .d_list .d_box{
		width: calc(100% / 2 - 20px);
	}
}

#diary .d_list .d_box .date{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	padding: 5px 5px;
	color: #0e2a60;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#diary .d_list .d_box .img{
	display: block;
	overflow: hidden;
}

#diary .d_list .d_box .img img{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

#diary .d_list .d_box .txt{
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	padding: 7.5px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#diary .di_bt{
	margin: 20px 0 0 0;
}
#diary .di_bt .bt_main{	width: 140px;}
.di_0{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 30px 0;
}


/** review **/

#review{	padding: 30px 20px;}

.rvbox{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #dff7f7;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.rvbox dt,
.rvbox dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.rvbox dt{
	width: 59px;
	color: #006c6c;
}
.rvbox dd{}
.rvbox dd span{	color: #a2cece;}
.rvbox .rv_txt{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 15px 0 0 0;
}

.rbt_bg{
	font-size: 0;
	line-height: 0;
}
.rbt_bg .bt_main{
	width: 140px;
	margin: 0 5px;
}


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

@media screen and (max-width: 750px) {
	#slide img{
		width: calc(100% - 100px);
		max-width: 100%;
	}
}
