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

main{
	width: 100%;
	padding: 80px 0;
}

#recruit .topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
}

#recruit h4 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
}

#recruit h4 span{
	display: block;
	font-family: "FontA";
	font-size: 12px;
	line-height: 16px;
	color: #caaa55;
	padding: 5px 0 0 0;
}

.toptxt{
	margin: 0 0 50px 0;
}

.toptxt h4{
	margin: 0 0 50px 0;
}

.toptxt p{
	font-size: 14px;
	line-height: 22px;
}

.mintxt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 50px 0;
}

.mintxt span{	color: #caaa55;}


/** recinfo **/

#recinfo_bg{
	padding: 30px 0 50px 0;
	background: url(img/bg1.gif) top center;
	background-size: 125px auto;
}

#recinfo_bg .s_title{	margin-bottom: 40px;}

#recinfo{
	width: 1100px;
	margin: 0 auto 50px auto;
}

#recinfo dl{
	display: flex;
	align-items: stretch;
	margin: 0 0 1px 0;
}

#recinfo dt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #caaa55;
	background: #000;
	padding: 20px;
	margin-right: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd{
	width: calc(100% - 251px);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px;
	background: #fff;
	box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd ul{
	display: flex;
	flex-wrap: wrap;
}

#recinfo dd li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% / 2);
	margin: 0 0 3px 0;
}

#recinfo dd li span{
	font-size: 14px;
	line-height: 14px;
	margin-right: 3px;
	color: #caaa55;
}

#reccnt{
	width: 1100px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto 50px auto;
	padding: 0 40px 40px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt:last-child{	margin-bottom: 0;}

#reccnt h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 3px double #d8c173;
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt h3 img{
	width: 180px;
	height: auto;
}

#reccnt .recbt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 470px;
	height: 80px;
	color: #fff !important;
	margin: 0 10px 20px 10px;
	border-radius: 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;
}
#reccnt .tel{
	background: #2c69ca;
	box-shadow: 0px 3px 0px 0px #174da5;
}
#reccnt .mail{
	background: #e75283;
	box-shadow: 0px 3px 0px 0px #be3964;
}
#reccnt .line{
	background: #15b200;
	box-shadow: 0px 3px 0px 0px #118f00;
	margin-bottom: 0;
}
#reccnt .line div em{	color: #0e6a02;}

#reccnt .recbt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#reccnt .recbt > span{
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#reccnt .recbt p{
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	margin: 0 20px 0 8px;
}
#reccnt .recbt p span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#reccnt .recbt p em{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

#reccnt .recbt div{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-top: -14px;
	box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}


/** point **/

#point{
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

#point .s_title{	margin-bottom: 30px;}

#point h4{	margin-bottom: 50px;}
#point h4 em{	font-size: 24px;}
#point h4 span{	font-size: 10px;}

#point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#point li{
	position: relative;
	width: calc(100% / 2 - 10px);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	min-height: 50px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 15px 20px 15px 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#point li div{
	display: inline-flex;
}
#point li span{
	font-size: 20px;
	line-height: 20px;
	color: #009700;
	margin: -2px 4px 0 0;
}


/** qa **/

#qa{
	padding: 30px 0 50px 0;
	background: url(img/bg2.gif) top center;
	background-size: 50px auto;
}

#qa .s_title{	margin-bottom: 30px;}
#qa .s_title em{	color: #fff;}
#qa .s_title span{
	color: #caaa55;
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%);
}
#qa .s_title span:before,
#qa .s_title span:after{	border-color: #fff;}

#qa h4{	margin-bottom: 50px;}
#qa h4 em{	font-size: 24px;}
#qa h4 span{	font-size: 10px;}

.qa_bg{
	width: 1100px;
	margin: 0 auto;
	padding: 20px;
	background: #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qa_in{
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qabox{
	text-align: left;
	background: #b89948;
	margin: 0 0 20px 0;
	padding: 15px 20px 20px 20px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox:last-of-type{	margin-bottom: 0;}

.qabox h5{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 9px 0 9px 48px;
}
.qabox h5:after{
	content: 'Q';
	width: 40px;
	height: 40px;
	font-family: "FontA";
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	color: #caaa55;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.qabox div{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
	background: #fff;
	padding: 15px 15px 15px 48px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox div:after{
	content: 'A.';
	font-family: "FontA";
	font-size: 26px;
	line-height: 38px;
	color: #cc0000;
	position: absolute;
	top: 3px;
	left: 12px;
}


/** att **/

#att_bg{
	border-top: 1px solid #000;
	margin-top: 50px;
	padding-top: 50px;
}
#att{
	width: 750px;
	margin: 0 auto;
}
#att .s_title{	margin-bottom: 40px;}
#att h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 20px 0;
}
#att h4 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	color: currentColor;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
#att h4 span:before,
#att h4 span:after{
	content: "";
	width: 40px;
	height: 9px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	position: absolute;
	top: 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#att h4 span:before{	left: -50px;}
#att h4 span:after{	right: -50px;}

#att > p{
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 20px 0;
}
#att > img{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
}

#att div{
	padding: 30px 20px;
	text-align: center;
	color: #fff;
	background: url(/reserved/img/bg1.gif) top center;
	background-size: 50px auto;
	margin: 0 0 30px 0;
	border-radius: 10px;
}
#att div p:nth-of-type(1){
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #ffff00;
	margin: 0 0 10px 0;
}
#att div p:nth-of-type(2){
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}


/** form **/

#form{
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#form:first-child{	padding-top: 0;}

#form .s_title{	margin-bottom: 40px;}

.form_bg{
	padding: 20px;
	background: #ececec;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form{
	background: #fff;
	padding: 30px 40px 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .tr{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border-bottom: 1px dotted #ddd;
	text-align: left;
}
.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
}

.form .th{
	width: 305px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	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 25px;
}

.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: 2px;
}

.form .th i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #caaa55;
	position: absolute;
	top: 0;
	left: 3px;
}

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

.form .td span{	color: #caaa55;}

.form .td textarea{
	width: 100%;
}

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

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

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

.form #submit input,
.form .bt{
	display: inline-block;
	width: 300px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background: #caaa55;
	border: 1px solid #caaa55;
	-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:hover,
.form .bt:hover{
	color: #caaa55;
	background: #fff;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	padding: 10px;
	font-size		: 14px;
	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: 250px;}
.w2{	width: 100%;}
.w3{	width: 80px;}
.s1{	width: 250px;}
.s2{	width: 180px;}
.s3{	width: 70px;}

select{
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border			: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
}

.form textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size		: 14px;
	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"].maru{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

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

.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: 150px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	color: #999;
	background: #f5f5f5;
	border: 1px solid #ddd;
	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: #fff;
	background: #caaa55;
	border-color: #caaa55;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.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 50px 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 textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}


/** ex **/

#ex{
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
}

#ex h3{
	margin: 0 0 30px 0;
}
#ex .p1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px 0;
}

#ex1{
	padding: 20px;
	text-align: center;
	color: #fff;
	background: url(img/bg2.gif) top center;
	background-size: 50px auto;
	margin: 0 0 30px 0;
	border-radius: 10px;
}
#ex h4{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 50px 0;
}
#ex h4:after{
	content: "";
	width: 50px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 25px);
}
#ex h4 em{
	font-style: normal;
	margin-left: 5px;
}

#ex1 h4 img{
	width: 25px;
	height: auto;
}
#ex2 h4 img{
	width: 32px;
	height: auto;
}
#ex1 p:nth-of-type(1){
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#ex1 p:nth-of-type(2){
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffff00;
	margin: 0 0 10px 0;
}
#ex1 p:nth-of-type(2) em{	font-size: 38px; color: #ffff00;}
#ex1 p:nth-of-type(3){
	font-size: 12px;
	line-height: 1.2;
}
#ex1 p:nth-of-type(3) span{	color: #ff0000;}
#ex1 p:nth-of-type(4){
	font-size: 16px;
	line-height: 1.2;
}

#ex2{
	color: #fff;
	background: #00b900;
	border-radius: 10px 10px 0 0;
	margin: 0 0 5px 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ex2 p{
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#ex2 .exbox{
	width: 100%;
	display: flex;
}
#ex2 .exbox .qr{
	width: 185px;
}
#ex2 .exbox .qr a{
	display: block;
	color: #fff;
	border: 2px solid #fff;
	margin: 0 0 6px 0;
	-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;
}
#ex2 .exbox .qr a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#ex2 .exbox .qr a em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}
#ex2 .exbox .qr a span{
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	color: #00c300;
	background: #fff;
}

#ex2 .exbox .copytxt{
	width: calc(100% - 205px);
	margin-left: 20px;
	text-align: center;
}
#ex2 .exbox .copytxt div{
	height: 240px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 29px;
	text-align: left;
	color: #333;
	margin: 0 0 12px 0;
	padding: 12.5px 15px;
	border: 3px solid #00a000;
	background: #e7ffe7;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ex2 .exbox .copytxt button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 290px;
	height: 50px;
	color: #fff;
	background: #004408;
	border-radius: 3px;
	border: none;
	outline: 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;
}
#ex2 .exbox .copytxt button:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#ex2 .exbox .copytxt button em{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#ex2 .exbox .copytxt button img{
	width: 20px;
	height: auto;
	margin-left: 5px;
}

#ex3 h4{
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #00b900;
	margin: 0 0 10px 0;
	padding: 10px;
}
#ex3 h4:after{	display: none;}
#ex3 img{
	max-width: 750px;
	height: auto;
	image-rendering:auto;
}