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

main{
	padding-bottom: 80px;
}
.topimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 80px 0;
}


/** recinfo **/

#recinfo_bs{
	width: 1200px;
	margin: 0 auto 80px auto;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#recinfo_bg{
	padding: 20px;
	box-shadow:0px 0px 0px 1px #c5a135 inset;
	-moz-box-shadow:0px 0px 0px 1px #c5a135 inset;
	-webkit-box-shadow:0px 0px 0px 1px #c5a135 inset;
}
#recinfo{
	padding: 50px;
	background: url(img/recinfo.jpg) no-repeat;
	background-size: cover;
}
#recinfo h3{	margin-bottom: 50px;}

.recinfo_in{
	text-align: left;
	padding: 30px 50px 50px 50px;
	background: rgba(0, 0, 0, 0.7);
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo_in dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #333;
}
.recinfo_in dl:first-of-type{	border-top: 1px solid #333;}
.recinfo_in dt,
.recinfo_in dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	padding: 37px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo_in dt{
	width: 210px;
	color: #f7e28e;
	padding-left: 20px;
}
.recinfo_in dd{}
.recinfo_in dd li{
	position: relative;
	padding-left: 15px;
}
.recinfo_in dd li:after{
	content: "";
	width: 2px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 6px;
}
.color1, .color1 a{	color: #74e3ff;}
.color2, .color2 a{	color: #ffa8d5;}
.color3, .color3 a{	color: #ffce3a;}
.color4, .color4 a{	color: #2ae137;}


/** contact **/

#contact_bg{
	width: 1200px;
	margin: 0 auto 80px auto;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact{
	display: flex;
	align-items: center;
	align-content: center;
	text-align: left;
	background: rgb(0,0,0);
	background:
	url(img/logo.png) no-repeat 100% 50%,
	linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(66,0,0,0.7) 100%);
	background-size: 300px auto, auto;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact_l{
	width: 430px;
	padding: 25px 0 25px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact_l div{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #560000;
	border-radius: 5px;
}
#contact_l div:last-of-type{	margin-bottom: 0;}
#contact_l div span{	color: #f7e28e;}
#contact_l div dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#contact_l div dt,
#contact_l div dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact_l div dt{
	position: relative;
	width: 80px;
	color: #f7e28e;
}
#contact_l div dt:after{
	content: ":";
	position: absolute;
	top: 0;
	right: 8px;
}
#contact_l div dd br{	display: none;}

#contact_r{
	width: calc(100% - 430px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact_r p{
	font-size: 24px;
	line-height: 28px;
	color: #f7e28e;
}
#contact_r p span{
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	background: #f7e28e;
	border-radius: 50%;
	margin-right: 5px;
}
#contact_r a{
	font-size: 42px;
	line-height: 1;
	color: #f7e28e;
}


/** form **/

.form{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 65px 100px 100px 100px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form .s_title{	margin-bottom: 50px;}

.form ul{}

.form .tr{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}
.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
}

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

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

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

.form .th p:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #ffdd80;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
}

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

.form .td textarea{
	width: 100%;
	height: 250px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 30px 0 0 0;
	border-top: 1px dotted #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

.form #submit input[type="submit"],
.form .bt{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #ddc35f;
	border: 1px solid #836918;
	background: rgba(0, 0, 0, 0.7);
	background:
	url(img/i1.png) no-repeat 1px 1px,
	url(img/i2.png) no-repeat calc(100% - 1px) 1px rgba(0, 0, 0, 0.7);
	background-size: 30px auto;
	-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-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 #submit input[type="submit"]:hover,
.form .bt:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	padding: 10px;
	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;
}

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

.w1{	width: 300px;}
.w2{	width: 100%;}
.w3{	width: 75px;}
.s1{	width: 300px;}
.s2{	width: 180px;}
.s3{	width: 90px;}

select{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 10px 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: 40px;
	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: 250px;
	padding: 10px;
	font-size		: 16px;
	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;
}

.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="number"],
.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: 100px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	color: #000;
	border: 1px solid #333;
	background: #999;
	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: #000;
	background: #f7e28e;
	border-color: #333;
	border-style: solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #333;
	background: #121212;
	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: #cc0000;
}

.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 #333;
	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) {
	main{	padding: 20px 0;}
	.topimg{
		margin: 0 0 30px 0;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}

	/** recinfo **/
	#recinfo_bs{
		width: auto;
		margin: 0 15px 30px 15px;
		padding: 5px;
	}
	#recinfo_bg{
		padding: 5px;
	}
	#recinfo{
		padding: 20px 5px 5px 5px;
	}
	#recinfo h3{	margin-bottom: 20px;}

	.recinfo_in{
		text-align: left;
		padding: 10px;
		border: 3px solid #fff;
	}
	.recinfo_in dl{
		display: block;
	}
	.recinfo_in dt,
	.recinfo_in dd{
		display: block;
		width: auto;
		font-size: 13px;
		line-height: 20px;
	}
	.recinfo_in dt{
		font-size: 15px;
		margin: 0 0 5px 0;
		padding: 10px 0 0 0;
		padding-left: 0;
	}
	.recinfo_in dd{
		padding: 0 0 10px 0;
	}
	.recinfo_in dd li{
		position: relative;
		padding-left: 15px;
	}

	/** contact **/
	#contact_bg{
		width: auto;
		margin: 0 15px 30px 15px;
		padding: 5px;
	}
	#contact{
		display: block;
		width: auto;
		background: rgb(0,0,0);
		background:
		url(img/logo.png) no-repeat 50% calc(100% - 10px),
		linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(66,0,0,0.7) 100%);
		background-size: 200px auto, auto;
		border: 3px solid #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#contact_l{
		width: auto;
		padding: 10px;
	}
	#contact_l div{
		text-align: left;
		margin: 0 0 10px 0;
		padding: 10px;
		background: #560000;
		border-radius: 5px;
	}
	#contact_l div:last-of-type{	margin-bottom: 0;}
	#contact_l div span{	color: #f7e28e;}
	#contact_l div dl{
		display: table;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	#contact_l div dt,
	#contact_l div dd{
		display: table-cell;
		vertical-align: top;
		font-size: 13px;
		line-height: 20px;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#contact_l div dt{
		position: relative;
		width: 70px;
		color: #f7e28e;
	}
	#contact_l div dt:after{
		content: ":";
		position: absolute;
		top: 0;
		right: 6px;
	}
	#contact_l div dd br{	display: inline;}
	#contact_r{
		width: auto;
		text-align: center;
		padding: 0 0 100px 0;
	}
	#contact_r p{
		font-size: 15px;
		line-height: 25px;
		color: #f7e28e;
	}
	#contact_r p span{
		position: relative;
		bottom: -2px;
		width: 20px;
		height: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
		color: #000;
		background: #f7e28e;
		border-radius: 50%;
		margin-right: 5px;
	}
	#contact_r a{
		font-size: 35px;
	}




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

	.form .td{
		position: relative;
		font-size: 13px;
		line-height: 18px;
		padding: 5px 0 0 0;
	}
	.form .th br{	display: none;}
	.form .td textarea{
		width: 100%;
		height: 220px;
	}
	.form #submit{
		font-size: 0;
		line-height: 0;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 20px 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{
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		padding: 13px 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: 70px;}
	.s1{	width: 100%;}
	.s2{	width: 100%;}
	.s3{	width: 70px;}

	.select_bg{
		width: auto;
		display: block;
	}

	select{
		font-size: 16px;
		line-height: 20px;
	}
	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;}

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

}
