@charset "UTF-8";
/* CSS Document */

/* contact_mail 
---------------------------- */

.wtn_copyright{
	display:none;
}

.form_table table{
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.form_table table th,
.form_table table td{
	padding:10px 15px;
	font-size: 87.5%;
	line-height: 1.4;
	text-align: center;
}

.form_table table tr:first-of-type th,
.form_table table tr:first-of-type td{
	border-top: 0;
}

.form_table table th{
	font-weight: nomal;
	text-align: left;
	vertical-align:top;
}

.form_table table thead th,
.form_table table thead td{
	background: #eef8f6;
}

.form_table table tbody th,
.form_table table tbody td{
	border-top: 1px solid #ccc;
}

.form_table table ul{
	margin-top: 15px;
	font-size: 87.5%;
	line-height: 1.4;
}

#contact_mail table{
	margin-bottom: 30px;
}

#contact_mail table th,
#contact_mail table td{
	padding: 10px;
}

#contact_mail table th{
	font-size: 82%;
}

#contact_mail table td{
	font-size: 82%;
	line-height: 1.4;
	text-align: left;
}

#contact_mail table .name_form input{
	margin-left: 5px;
}

#contact_mail p{
	font-size: 87.5%;
	line-height: 1.6;
}

#contact_mail .require{
	color: #c00;
}

#contact_mail optgroup{
	font-style:normal;
}

section.rental_num{
	margin-top: 60px;
}

.remarks p{
	margin-bottom: 10px;
}

.ski_link{
	margin-top: 10px;
}

/* check */

#check article h4{
	margin: 30px 0 5px -10px !important;
}

#check p{
	font-size: 82%;
	line-height: 1.4;
}

#check table td{
	text-align: left;
}
	
#check .button{
	margin-top: 50px;
}
	
#check .error{
	color: #c00;
}

/* completion */

#completion p{
	margin-bottom: 15px;
	font-size: 87.5%;
	line-height: 1.4;
}

#completion .contact{
	width: 360px;
	margin: 15px 0;
	padding: 15px 20px;
	background: #ecf5fc;
	display:block;
	font-size: 113%;
	line-height: 1.8;
}

#completion .contact strong{
	color: #0a85db;
}

#completion .link_back{
	margin-top: 30px;
}


/* contact_tel
---------------------------- */

#contact_tel section{
	margin: 0 4px;
}

#contact_tel section table th{
	width: 320px;
}

#contact_tel .mark_note {
	color: #22a58e;
	font-size: 87.5%;
}

#contact_tel section table .mark_note {
	margin-left: 3px;
}

#contact_tel ul.notes {
	font-size: 75%;
	line-height: 1.8;
}

#contact_tel ul.notes .mark_note {
	margin-right: 3px;
	font-size: 100%;
}

#contact_tel #tel01 {
	margin-bottom: 50px;
}

/* contact_mail */

#contact_mail #name{
	margin: 0 0 8px 0em;
}

#contact_mail #name_kana{
	margin-left: 1em;
}

/* privacy */

#contact_mail #privacy {
	margin: 0 10px;
}

#contact_mail #privacy h3{
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #22a58e;
	font-size: 87.5%;
}

#contact_mail #privacy p.lead{
	margin-bottom: 30px;
	color: #666;
	font-size: 82% !important;
	line-height: 1.5;
}

#contact_mail #privacy p{
	margin-bottom: 20px;
}

#contact_mail #privacy_detail{
	width: 610px;
	height: 190px;
	margin-bottom: 30px;
	padding: 30px 20px;
	border: 1px solid #ccc;
	overflow:scroll;
}

#contact_mail #privacy_detail h1,
#contact_mail #privacy_detail h2{
	font-weight: bold;
}

#contact_mail #privacy_detail h1{
	margin-bottom: 30px;
	font-size: 107%;
}

#contact_mail #privacy_detail h2{
	margin: 20px 0 12px 0;
	font-size: 87.5%;
}

#contact_mail #privacy_detail .lead{
	margin-bottom: 20px;
}

#contact_mail #privacy_detail p,
#contact_mail #privacy_detail li li,
#contact_mail #privacy_detail dl{
	font-size: 82%;
	line-height: 1.4;
}

#contact_mail #privacy_detail dl,
#contact_mail #privacy_detail dd{
	padding: 0;
	border: 0;
	float: none;
}

#contact_mail #privacy_detail li ul li{
	margin-left: 20px;
	list-style:disc;
}

#contact_mail #privacy_detail li ol li{
	padding-left: 3em;
	text-indent:-3em;
}

#contact_mail #privacy_detail dt{
	margin-top: 10px;
}

#contact_mail #privacy_detail dd li {
	font-size: 100%;
}

/* errArea */

#errArea {
	margin: 0 0 30px 16px;
}

#errArea li {
	color: #c00;
	font-size: 87.5%;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {

	#catch #before h3{
		font-size: 100%;
		font-weight: bold;
	}

	#contact_tel section table th{
		width: 100px;
	}

	#contact_mail section table th{
		width: 55px;
	}

	#contact_mail section select,
	#contact_mail section .email_form input,
	#contact_mail section textarea{
		width: 100%;
	}
	
	#contact_mail section .name_form input{
		width: 80px;
	}

	#contact_mail #name,
	#contact_mail #name_kana{
		margin-left: 0;
	}
	
	#contact_mail #privacy_detail{
		width: auto;
	}
	
	#local .menu_btn:after,
	#local .menu_btn.open:after {
		background-image: none;
	}
}