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

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

#cnt{	padding-bottom: 80px;}

.cnt_bt{
	font-size: 0;
	line-height: 0;
	margin: 50px 0 0 0;
}
.cnt_bt a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 425px;
}
.cnt_bt a:nth-of-type(1){	margin-right: 25px;}
.cnt_bt a:nth-of-type(2){	margin-left: 25px;}


/** form **/

.form{
	width: 900px;
	background: #fff;
	margin: 0 auto;
	padding: 30px 50px 50px 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form h3{	margin-bottom: 30px;}

.fbox{
}

.form ul{}

.form .tr{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px dotted #ccc;
}

.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
}

.form .th{
	width: 180px;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	color: #b09a50;
	padding: 20px 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form .th em{	display: none;}
.kakunin .th{	padding: 20px 0;}

.form .th p{
	position: relative;
	padding: 0 20px 0 0;
}

.form .th span{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	margin-left: 5px;
	color: #ff6666;
	border-radius: 2px;
	border: 1px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td{
	position: relative;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 20px 0;
}
.form .td.txa{
	font-size: 0;
	line-height: 0;
}

.form .td .sub{	padding-top: 10px;}
.form .td .sub span{
	color: #ff0000;
}

.res_list{
	font-size: 0;
	line-height: 0;
}
.res_list li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 10px);
	margin: 0 10px 10px 0;
}
.res_list li label{	cursor: pointer;}
.res_list li img{
	width: 100%;
	height: auto;
}
.res_list li p{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 5px 0 0 0;
}
.res_list li p input{
	position: relative;
	bottom: -2px;
	margin-right: 5px;
}
.res_rq{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted rgba(255, 255, 255, 0.16);
}
.res_rq p{
	margin: 0 0 10px 0;
}
.res_rq p label{	cursor: pointer;}

.form .td textarea{
	width: 100%;
	height: 250px;
	font-size: 16px;
	line-height: 25px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 40px 0 0 0;
}

#submit p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

.form #submit .fade{
}
.form #submit br{	display: none;}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	background: #fff;
	padding: 8px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 300px;}
.w2{	width: 100%;}
.w3{	width: 50px;}
.s1{	width: 300px;}
.s2{	width: 100%;}
.s2_bg{	display: block !important;}
.s3{	width: 90px;}

select{
	font-size: 16px;
	line-height: 25px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	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: 45px;
	height: 45px;
	background: #000;
	border-radius: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 5px);
	right: 19px;
	pointer-events: none;
}

.form textarea{
	width: 100%;
	padding: 8px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: #fff;
	border			: 1px solid #ccc;
	border-radius: 0;
	-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;
	padding			: 40px 0 0 0;
}
.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;
}

.chk_bar{
	font-size: 0;
	line-height: 0;
}

.chk_bar li{
	display: inline-block;
	vertical-align: top;
}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	color: #999;
	border: 1px dashed #ccc;
	cursor: pointer;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #0089d8;
	background: #e8faff;
	border-color: #0089d8;
	border-style: solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	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: #e1c65e;
}

.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-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;}




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

@media screen and (max-width: 650px) {
	body{
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#cnt{	padding-bottom: 30px;}

	.cnt_bt{
		width: 280px;
		margin: 30px auto 0 auto;
	}
	.cnt_bt a{
		display: block;
	}
	.cnt_bt a:nth-of-type(1){	margin: 0 0 10px 0;}
	.cnt_bt a:nth-of-type(2){	margin: 0;}
	.cnt_bt a img{
		width: 100%;
		height: auto;
	}


	/** form **/
	.form{
		width: auto;
		margin: 0 15px;
		padding: 0 15px 30px 15px
	}
	.form h3{	margin-bottom: 0px;}
	.fbox{
	}
	.form .tr{
		width: 100%;
		display: block;
		padding: 15px 0;
	}
	.form .th,
	.form .td{
		display: block;
		width: auto;
	}
	.form .th{
		font-size: 16px;
		text-align: left;
		line-height: 24px;
		padding: 0 0 5px 0;
	}
	.form .th p{	padding: 0;}
	.form .th em{	display: inline;}

	.form .td{
		position: relative;
		font-size: 15px;
		line-height: 20px;
		padding: 5px 0 0 0;
	}
	.form .th br{	display: none;}
	.form .td textarea{
		width: 100%;
		height: 150px;
		font-size: 13px;
		line-height: 18px;
	}
	.res_list li{
		width: calc(100% / 3 - 10px);
		margin: 0 10px 10px 0;
	}
	.res_rq{
		margin: 0 0 0 0;
	}
	.form #submit{
		font-size: 0;
		line-height: 0;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}
	#submit p{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}
	.form #submit br{	display: inline;}
	.form #submit input,
	.form .bt{
		width: 100%;
		max-width: 280px;
		font-size: 18px;
		line-height: 30px;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		-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-appearance: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/** form item **/

	input[type="text"],
	input[type="url"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="number"]
	{
		font-size: 16px;
		line-height: 20px;
	}

	input[type="radio"]{
		padding			:0;
		margin			:0;
	}

	.w1{	width: 200px;}
	.w2{	width: 100%;}
	.w3{	width: 50px;}
	.s1{	width: 200px;}
	.select_bg.sel{		display: block;	}
	.sel, .sel select{	width: 100%;}
	.s2{	width: 100%;}
	.s3{	width: 70px;}

	form textarea{
		font-size: 16px;
		line-height: 20px;
	}

	.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;}



	.chk_bar{
		display: flex;
		font-size: 0;
		line-height: 0;
		justify-content: space-between;
	}
	.chk_bar li{	width: calc(50% - 5px);}
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{	width: 100%;}

	.capt{	margin: 20px auto 0 auto;}



}
