
#reserve > div:nth-of-type(even){	background: rgba(2, 17, 54, 0.7);}
.s_title{	margin-bottom: 30px;}


/** customers **/

#customers{
	padding: 0 20px 40px 20px;
}
#customers p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}


/** tel **/

#tel{
	padding: 40px 20px;
}

#ex1{
	padding: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}
#ex1 h4{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#ex1 h4:after{
	content: "";
	width: 30px;
	border-bottom: 2px solid currentColor;
	position: absolute;
	bottom: -9px;
	left: calc(50% - 15px);
}
#ex1 h4 em{
	font-style: normal;
	margin-left: 5px;
}

#ex1 h4 span{
	font-size: 24px;
	line-height: 1;
}
#ex1 p:nth-of-type(1){
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#ex1 p:nth-of-type(2){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: currentColor;
	margin: 0 0 10px 0;
}
#ex1 p:nth-of-type(2) em{	font-size: 28px; color: currentColor;}
#ex1 p:nth-of-type(3){
	font-size: 14px;
	line-height: 1.2;
}


/** line **/

#line{
	padding: 40px 20px;
}

#ex2{
	text-align: center;
	background: rgba(0, 185, 0, 0.2);
	border-radius: 10px 10px 0 0;
	margin: 0 0 5px 0;
	padding: 20px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ex2 h4{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#ex2 h4:after{
	content: "";
	width: 30px;
	border-bottom: 2px solid currentColor;
	position: absolute;
	bottom: -9px;
	left: calc(50% - 15px);
}
#ex2 h4 em{
	font-style: normal;
	margin-left: 5px;
}
#ex2 h4 img{
	width: 22px;
	height: auto;
}

#ex2 p{
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#ex2 .exbox{
}
#ex2 .exbox .copytxt{
	width: auto;
	text-align: center;
}
#ex2 .exbox .copytxt div{
	height: 250px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 15px;
	border: 3px solid #003f00;
	background: #000;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ex2 .exline{
	text-align: center;
	margin: 30px 0 0 0;
}
#ex2 .exline p{
	font-size: 14px;
	line-height: 1.2;
}
#ex2 .exline a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	height: 50px;
	color: #fff;
	border: 2px solid #fff;
	background: 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ex2 .exline a:hover{	text-decoration: none;}
#ex2 .exline a img{
	width: 20px;
	height: auto;
	margin-right: 5px;
}
#ex2 .exline a em{
	font-size: 16px;
	line-height: 1.2;
}

#ex3 h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	color: #000;
	background: #00b900;
	margin: 0 0 10px 0;
	padding: 10px;
}
#ex3 h4:after{	display: none;}
#ex3 p{
}
#ex3 p img{
	width: 165vw;
	max-width: 710px;
	height: auto;
}

@media screen and (max-width: 750px) {
	#ex3 p{
		overflow-x: scroll;
		padding: 0 10px 30px 10px;
		background: url(./img/scroll.png) no-repeat 50% calc(100% - 15px);
		background-size: 110px auto;
	}
}



/** att **/

#att{
	padding: 40px 20px;
}

#att h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-align: left;
	margin: 0 0 10px 0;
}

#att > p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 20px 0;
}
#att > img{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}

#att div{
	padding: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255, 0, 0, 0.2);
}
#att div p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #ff9999;
	margin: 0 0 10px 0;
}
#att div p:nth-of-type(2){
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}



/** form **/

.form{
	padding: 40px 20px;
}

.rbox{
	text-align: left;
	margin: 0 0 20px 0;
}

.rbox h4{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.rbox h4:first-letter{	color: #7a93d1;}

.rbox h4 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #cc0000;
	border-radius: 2px;
	margin: 0 0 0 5px;
	top: 3px;
}

.rbox > p{
	font-size: 16px;
	line-height: 22px;
}
.rbox > p:nth-of-type(n + 2){	margin-top: 8px;}
.rbox > .sub1{
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
}

.rbox .sub{
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.rbox .sub p{
	position: relative;
	padding-left: 18px;
}
.rbox .sub em{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}

.addbox{
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	border-left: 5px solid rgba(51, 51, 51, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.addbox_in{
	margin: 0 0 10px 0;
}
.addbox_in:last-of-type{	margin-bottom: 0;}
.addbox_in p{
	font-size: 16px;
	line-height: 22px;
}
.addbox h5{
	font-size: 16px;
	line-height: 22px;
	color: #7a93d1;
	margin: 0 0 10px 0;
}
.addbox h5 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 3px 0 0;
	top: 3px;
}

.submit p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 20px 0;
}
.submit p span{	color: #ff0000;}

.w1{	max-width: 350px; width: 100%;}
.w2{	width: 100%;}
.w3{	width: 80px;}
.s1{	width: 350px;}
.s2{	width: 100%;}
.s3{	width: 140px;}
.s4{	width: 65px;}
.s2_bg{	display: block !important;}

.form textarea{
	width: 100%;
	height: 250px;
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    vertical-align	: middle;
	border: 1px solid #333;
	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="url"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"]{
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: 1px solid #333;
	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;}

select{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #333;
	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{	padding-right: 30px;}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 40px;
	background: #666;
	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;
}

.list{
	padding: 10px 0 0 0;
	justify-content: space-between;
}
.list .cbox{
	width: calc(100% / 4 - 7.5px);
	margin: 0 0 10px 0;
}
@media screen and (max-width: 650px) {
	.list .cbox{
		width: calc(100% / 3 - 2px);
		margin: 0 1px 2px 1px;
	}
}
@media screen and (max-width: 460px) {
	.list .cbox{
		width: calc(100% / 2 - 2px);
	}
}

.cbox label{	cursor: pointer;}
.cbox .check{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #ccc;
	border: 1px solid #ccc;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox .check span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 18px;
	bottom: -2px;
}

.cbox input[type="radio"]:checked + label .check{
	color: #fff;
	background: #ff0000;
	border-color: #ff0000;
}

.cbox.free_sel .txt{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	color: #8e6621;
	background: none;
}
@media screen and (max-width: 650px) {
	.cbox.free_sel .txt{
		font-size: 15px;
		line-height: 18px;
	}
}

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


.rbox.chk_bar_bg,
.rbox.list_bg{
	margin-bottom: 0;
	padding: 0 0 10px 0;
}
.chk_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% + 10px);
	position: relative;
	left: -5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 4 - 10px);
	height: 40px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
	color: #999;
	background: #333;
	cursor: pointer;
	margin: 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar input[type="checkbox"]:nth-of-type(n + 5) + label,
.chk_bar input[type="radio"]:nth-of-type(n + 5) + label{ margin-top: 10px; }
@media screen and (max-width: 650px) {
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{
		width: calc(100% / 2 - 10px);
		font-size: 14px;
		margin: 0 5px 10px 5px;
	}
	.chk_bar input[type="checkbox"]:nth-of-type(n + 5) + label,
	.chk_bar input[type="radio"]:nth-of-type(n + 5) + label{ margin-top: 0; }
}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #fff;
	background: #7a93d1;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.over_div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 90px 0 20px 0;
}
.over{	padding: 0 0 80px 0;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	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;
}

.capt_bg{
	border-bottom: 1px dotted #333;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 0 auto;
	padding: 0 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;
}

.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;}
.capt a{	color: #ff0000;}


br.pc_none{	display: none;}


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

@media screen and (max-width: 750px) {
	.s1{	width: 100%;}
	.s1_bg{	display: block;}


	br.pc_none{	display: inline;}
}
