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

main{	padding: 80px 0;}

#reserved{
	width: 1100px;
	margin: 0 auto;
}

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

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

.emer{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #ff0000;
	padding: 30px 0 40px 0;
}


/** guide **/

#guide{
	margin: 0 0 40px 0;
}

#guide_in{
	padding: 20px 40px 30px 40px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#guide_in ul{}

#guide_in li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 15px 0 15px 38px;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#guide_in li span{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #caaa55;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 5px;
}


/** form **/

.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 .sub1,
.form .td .sub2,
.form .td .sub3{
	font-size: 12px;
	line-height: 20px;
}
.form .td .sub1{
	padding-top: 10px;
}
.form .td .sub2{
	padding-bottom: 10px;
}
.form .td .sub3{
	padding: 5px 0 15px 0;
}
.form .td .sub1 span,
.form .td .sub2 span,
.form .td .sub3 span{	color: #ff0000;}

.type dl{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border-bottom: 1px dotted #ddd;
	text-align: left;
}
.type dt,
.type dd{
	display: table-cell;
	vertical-align: middle;
}

.type dt{
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #caaa55;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.type dt p{
	position: relative;
	padding: 0 0 0 28px;
}

.type dt i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;
	position: absolute;
	top: 10px;
	left: 7px;
}

.type dd{
	font-size: 12px;
	line-height: 20px;
	padding: 15px 20px 15px 0;
}

.type dd .type2{
	display: flex;
	justify-content: space-between;
}

.type dl:first-of-type dd{	padding-top: 0;}
.type dl:last-of-type{	border-bottom: none;}
.type dl:last-of-type dt,
.type dl:last-of-type dd{	padding-bottom: 0;}

.cos{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
}

.cos > div{
	width: calc(100% / 4 - 10px);
	margin: 0 10px 10px 0;
}
.cos div img{
	width: 155px;
}
.cos > div p{
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 0 0;
}



.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: 140px;}
.w4{	width: 55px;}
.w5{	width: 340px;}
.w6{	width: 110px;}
.s1{	width: 250px;}
.s2{	width: 180px;}
.s3{	width: 70px;}
.s4{	width: 110px;}

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 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: #999;
}

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


/** ex **/

#ex{
	width: 750px;
	margin: 0 auto;
}

#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/bg1.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;
}


/** att **/

#att_bg{
	border-top: 1px solid #000;
	margin-top: 50px;
	padding-top: 50px;
}
#att{
	width: 750px;
	margin: 0 auto;
}

#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{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#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(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;
}

