
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#review{
}


/** toptxt **/

#toptxt{
	margin-bottom: 40px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
}

#toptxt > div{
	padding: 40px 0;
	border-width: 1px;
	border-style: solid;
}

#toptxt > div p{
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 5px 0;
}

#toptxt > div span{
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #ac8b3c;
	margin: 0 0 20px 0;
}

#toptxt > div .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	cursor: pointer;
}
#toptxt > div .bt1:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** rvbox **/

.inpage_box > div.rvbox_bg{
	margin-bottom: 40px;
	padding: 20px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox{
	border-width: 1px;
	border-style: solid;
	padding: 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 10px 10px;
	color: #974952;
	background: #ffa0ae;
}

.rvbox h3 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	line-height: 30px;
	margin-right: 5px;
}

.rvbox h3 em{	color: #fff;}

.rvdata{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	border: 2px solid #ffdbe2;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	background: #fffbf2;
	margin: 0 0 10px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvdata h4 .day{	color: #333;}
.rvdata h4 .star{	color: #ff9900;}

.rvdata_l{
	width: 310px;
	padding: 0 20px 0 0;
	border-right: 2px solid #ffdbe2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata_l .prof{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}

.rvdata_l .prof_l{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata_l .prof_l a{
	display: inline-block;
	vertical-align: top;
	width: 76px;
	height: 76px;
	border: 3px solid #ffdbe2;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata_l .prof_l a img{
	width: 70px;
	height: auto;
}

.rvdata_l .prof_r{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata_r{
	width: calc(100% - 310px);
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvdata_r h4 br{	display: none;}

.rvdata_r .txt{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.rvres{
	width: 650px;
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 0 auto;
}

.rvres_l{
	position: relative;
	width: 70px;
	padding: 0 14px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvres_l a{
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 56px;
	border: 3px solid #ffdbe2;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvres_l a img{
	width: 50px;
	height: auto;
}

.rvres_l p{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #bf5f6c;
	margin: 5px 0 0 0;
}

.rvres_l span{
	display: inline-block;
	vertical-align: top;
	font-size: 46px;
	line-height: 46px;
	color: #bf5f6c;
	position: absolute;
	top: -42px;
	left: 5px;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.rvres_r{
	position: relative;
	width: 580px;
	background: #ffeef1;
	padding: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvres_r:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ffeef1 transparent transparent;
	position: absolute;
	top: 20px;
	left: -10px;
}

.rvres_r p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.next{
	text-align: center;
	padding: 40px 0 30px 0;
	border-width: 1px;
	border-style: solid;
}

.next a,
.next span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
	line-height: 38px;
	margin: 0 5px 10px 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.next span{
	font-weight: bold;
	padding: 0;
	border-radius: 0;
	color: #fff;
	border-color: #ffa0ae;
	background: #ffa0ae;
}
.next .bt1,
.next .bt1:hover{
	display: inline-block !important;
	font-size: 14px;
	line-height: 38px;
	padding: 0;
	border-radius: 0;
}
.next a{
	color: #333;
	border-color: #ddd;
	background: #fff;
	-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;
}
.next a:hover{
	text-decoration: none;
	color: #333;
	border-color: #ffa0ae;
}


/** form **/

.inpage_box > div#form_box{
	display: none;
}

.inpage_box > div .form{
	margin-bottom: 40px;
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.form:last-of-type{	margin-bottom: 0;}

.form_in{
	border-width: 1px;
	border-style: solid;
	padding: 40px 20px 0 20px;
}

.info{
	display: table;
	width: calc(100% - 20px);
	font-size: 0;
	line-height: 0;
	padding: 0;
	table-layout: fixed;
	margin: 0 auto;
}

.info_in{
	display: table-cell;
	vertical-align: top;
	margin: 0 0 20px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.info_in p{
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 20px 0;
}
.info_in p:last-of-type{	padding-bottom: 40px;}

.hissu{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #ff0033;
	margin-left: 5px;
	border-radius: 2px;
}

.form .bt_bg{
	text-align: center;
	margin: 0 20px;
	padding: 40px 0;
	border-top-width: 1px;
	border-top-style: dotted;
}
.form .error+.bt_bg,
.form .over+.bt_bg{
	padding: 0 0 40px 0;
	border-top: none;
}

.form .sub_p{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 40px 0;
}

.form .sub_p br{	display: none;}

.form .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 5px;
}

.w1{	width		: 250px;}
.w2{	width		: 100%;}
.w3{	width		: 70px;}

.s2{	width		: 68px;}
.select{	width	: 170px;}

select{
	font-size: 16px;
	line-height: 20px;
	padding: 6px 20px 6px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 32px;
	background: #999;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
}

.form textarea{
	width: 100%;
	height: 328px;
	padding			: 4px 7px;
	font-size		: 16px;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"]{
	padding			: 4px 7px;
	font-size		: 16px;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input::placeholder,
.form textarea::placeholder{	color: #ccc;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #ccc;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #ccc;}

.error{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.error span{
	color			: #ff0000;
}

.over{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin			: 0 0 0 0;
	padding			: 40px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 30px 0;
}
#submit .error_text br{	display: inline;}

.error_text:empty{ display: block;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	margin: 30px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #db5a76;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}




.evaluation{
	display: flex;
	width: 100%;
	font-size: 0;
	line-height: 0;
	flex-direction: row-reverse;
	margin: 0 0 -5px 0;
	justify-content: flex-end;
}
.evaluation input[type='radio']{	display: none;}
.evaluation label{
	-webkit-flex-basis:30px;
    flex-basis:30px;
	width: auto;
	height: auto;
	line-height: 10px;
	color: #ddd;
	cursor: pointer;
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}
.evaluation label i{
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
}
.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type='radio']:checked ~ label{	color: #ff9900;}


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

@media screen and (max-width: 650px) {
	#cnt{	padding: 0 0 10px 0;}
	#review{	width: auto;}

	/** toptxt **/
	#toptxt{
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}
	#toptxt > div{
		padding: 10px 0;
	}
	#toptxt > div p{
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		text-align: center;
		margin: 0 0 5px 0;
		padding: 0 10px;
	}
	#toptxt > div span{
		display: block;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	#toptxt > div .bt1{
		width: 100%;
		max-width: 280px;
	}


	/** rvbox **/
	.inpage_box > div.rvbox_bg{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.rvbox{
		border: none;
		padding: 0 0 10px 0;
	}

	.rvbox h3{
		position: relative;
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 10px 10px 10px 40px;
	}
	.rvbox h3 span{
		font-size: 28px;
		line-height: 30px;
		position: absolute;
		top: 5px;
		left: 7px;
	}
	.rvdata{
		display: block;
		width: auto;
		margin: 0 10px;
		padding: 10px;
	}
	.rvdata h4{
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.rvdata_l{
		width: auto;
		padding: 0 0 10px 0;
		border-right: none;
		border-bottom: 2px solid #ffdbe2;
	}
	.rvdata_l .prof_r{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		padding: 0 0 0 10px;
	}
	.rvdata_r{
		width: auto;
		padding: 10px 0 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.rvdata_r h4 br{	display: inline;}
	.rvdata_r .txt{
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}
	.rvres{
		width: calc(100% - 20px);
		display: flex;
		justify-content: flex-start;
		margin: 20px 10px 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.rvres_l p{
		font-size: 14px;
		line-height: 18px;
	}
	.rvres_r{
		width: calc(100% - 70px);
		padding: 10px;
		border-radius: 10px;
	}
	.rvres_r p{
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}
	.next{
		text-align: center;
		padding: 10px 5px 5px 5px;
		border-left: none;
		border-right: none;
		background: #fff;
	}
	.next a,
	.next span{
		width: 34px;
		font-size: 12px;
		line-height: 34px;
		margin: 0 2px 5px 2px;
	}
	.next .bt1,
	.next .bt1:hover{
		font-size: 12px;
		line-height: 34px;
		padding: 0;
		border-radius: 0;
	}


	/** form **/
	.inpage_box > div .form{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.form_in{
		border: none;
		padding: 0;
	}

	/** info **/
	.info,
	.info_in{
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.info_in{	margin: 0;}
	.info_in p{
		font-size: 13px;
		line-height: 20px;
		margin: 0;
		padding: 10px;
	}
	.info_in p:last-of-type{	padding-bottom: 10px;}
	.form .bt_bg{
		width: auto;
		margin: 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.form .error+.bt_bg,
	.form .over+.bt_bg{
		padding: 0 10px 10px 10px;
	}
	.form .bt1{
		display: block;
		width: 100%;
		margin: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.form .sub_p{
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		padding: 10px 0 20px 0;
	}
	.form .sub_p br{	display: inline;}
	.form textarea{
		height: 130px;
	}
	.form input[type="submit"].bt1,
	.error a.bt1,
	.over a.bt1{
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.error{
		font-size: 18px;
		line-height		: 30px;
		padding			: 30px 0 10px 0;
	}
	.error span{
		color			: #ff0000;
	}

	.over{
		font-size: 18px;
		line-height		: 30px;
		text-align		: center;
		margin			: 0 0 50px 0;
		padding			: 50px 0 0 0;
	}
	.error+.bt_bg,
	.over+.bt_bg{
		text-align: center;
		padding: 20px 0 0 0;
	}
	.error_text{	margin-bottom: 10px;}

	.capt{	margin: 20px auto;}

}