@charset "utf-8";
/*////////////////////////////////////
reserv
////////////////////////////////////*/

@media screen and (min-width: 768px){
#reserv {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#reserv_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#reserv_item_area {
	position: relative;
	width: 100%;
}
.reserv_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}
.reserv_title {
	position: relative;
	width: 25%;
	margin-right: 2%;
	background: rgba(191,210,218,1.00);
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
}
.reserv_hissu,
.reserv_hissu1,
.reserv_hissu2 {
	position: relative;
	width: 8%;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #FFF;
	padding: 10px;
	margin-right: 2%;
	text-align: center;
}
.reserv_hissu1 {background: rgba(106,106,106,1.00);}
.reserv_hissu2 { background: rgba(150,14,16,1.00);}
.reserv_word {
	position: relative;
	width: 63%;
	font-size: 1.6rem;
	font-weight: 300;
}

#introduction{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #B90219;
	padding: 20px;
}

#introduction p{
	font-size: 1.6rem;
	margin-bottom: 0px;
	line-height: 1.6;
	font-weight: 400;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#reserv {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#reserv_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#reserv_item_area {
	position: relative;
	width: 100%;
}
.reserv_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.reserv_title {
	position: relative;
	width: 50%;
	margin-right: 2%;
	background: rgba(191,210,218,1.00);
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 5px;
}
.reserv_hissu,
.reserv_hissu1,
.reserv_hissu2 {
	position: relative;
	width: 20%;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #FFF;
	padding: 10px;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 5px;
}
.reserv_hissu1 {background: rgba(106,106,106,1.00);}
.reserv_hissu2 { background: rgba(150,14,16,1.00);}
.reserv_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
}



}


#privacy_area{
	position: relative;
	width: 90%;
	max-width: 1000px;
	height: 200px;
	border: 1px solid #EEE;
	margin: 30px auto 0px;
	padding: 15px;
	overflow: scroll;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;	
}

#privacy_area h3{
	font-size: 1.6rem;
	margin-bottom: 1em;
	font-weight: 400;
}

#privacy_check{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
    font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
/*////////////////////////////////////
reserv bt
////////////////////////////////////*/
#resrv_bt {
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.reserv_bt {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: 400;
	padding: 20px 50px;
	background: rgba(18,125,148,1.00);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}
.reserv_bt:hover {
	background:rgba(19,129,177,1.00);
}
.reserv_bt:active {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.reserv_bt:disabled {
	background: #999;
	color: #555;
}
@media screen and (min-width: 768px){
#coution1,
#coution2,
#coution3,
#coution4,
#coution5,
#coution6,
#coution7 {
	position: absolute;
	top: -33px;
	left: 50%;
}
.alert_ng {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px;
	border-radius: 3px;
	background-color: #ff0000;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
}
.alert_ng::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 10%;
	background: #ff0000;
	width: 5px;
	height: 5px;
	clip-path: polygon(50% 100%,100% 0,0 0);
}
.form_red {
	background: rgba(253,239,240,1.00);
}

}
@media screen and (min-width: 0px) and (max-width: 767px){
#coution1,
#coution2,
#coution3,
#coution4,
#coution5,
#coution6,
#coution7 {
	position: absolute;
	top: -33px;
	left: 50%;
}
.alert_ng {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px;
	border-radius: 3px;
	background-color: #ff0000;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
}
.alert_ng::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 10%;
	background: #ff0000;
	width: 5px;
	height: 5px;
	clip-path: polygon(50% 100%,100% 0,0 0);
}
.form_red {
	background: rgba(253,239,240,1.00);
}


#introduction{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #B90219;
	padding: 20px;
}

#introduction p{
	font-size: 1.6rem;
	margin-bottom: 0px;
	line-height: 1.6;
	font-weight: 400;
}


}