@charset "utf-8";
/* CSS Document */
/*==========================================
 contact
===========================================*/

@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/

/*-------------reservation-------------*/
.contact_ti {
 margin: 0px auto;
 padding: 65px 0 0;
 width: 1200px;
 height: 185px;
	display: flex;
	flex-wrap: nowrap;
 flex-direction: row;
 align-items: flex-start;
 background: url("../images/contact/h2_contact.jpg") no-repeat 0 0;
}
.contact_ti div {
 margin: 0px;
 padding: 40px 45px 0px;
 background: #666;
 opacity: 0.9;
}
.contact_ti div h2 {
 margin: 0px;
 padding-bottom: 35px;
 font-size: 40px;
 line-height: 52px;
 color: #FFF;
 text-align: left;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.contact_ti div h2 span {
 font-size: 20px;
}
.contact_ti div h2 span img {
 width: 5%;
 height: auto;
 vertical-align: text-bottom;
}
#contact {
 margin: 60px auto 0;
 padding: 0;
 width: 1100px;
}
#contact dl.freedial {
 margin: 0px auto 40px;
 padding: 25px 45px;
 width: 700px;
 border: 1px solid #dddddd;
 border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
}
#contact dl.freedial dt {
 margin: 0px auto;
 padding: 0;
 font-size: 20px;
 line-height: 1.5;
 text-align: center;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#contact dl.freedial dt:before,#contact dl.freedial dt:after {
 margin: 0px 15px;
 content: "";
 display: inline-block;
 width: 1em;
 height: 1px;
 background: #333;
 vertical-align: .4em;
}
#contact dl.freedial dd {
 margin: 0px auto;
 padding: 0;
 font-size: 40px;
 line-height: 1.2;
 text-align: center;
 font-family: "Times New Roman", Times, "serif";
}
#contact dl.freedial dd img {
 margin: 0px;
 padding: 0 5px 0 0;
}
#contact dl.freedial dd span {
 font-size: 16px;
 line-height: 1.2;
}
#contact ul.nav {
 margin: 0px auto 40px;
 padding: 0;
 width: 790px;
 display: flex;
 flex-wrap: nowrap;
	justify-content: space-between; 
}
#contact ul.nav li {
 margin: 0px;
 padding: 20px 0;
 width: 215px;
 font-size: 18px;
 line-height: 1;
 text-align: center; 
 border: 4px solid #efefef;
 border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
}
#contact ul.nav li.cur {
 background: #ffefe9;
 font-weight: bold;
}
#contact p.contact_txt {
 margin: 0px;
 padding: 0px 0 40px;
 font-size: 20px;
 line-height: 1.5;
 text-align: center; 
}
#contact .contact_footer {
 margin: 0px auto;
 padding: 0px;
}
#contact .contact_footer ul {
 margin: 0px;
 padding: 0px;
 list-style-type: disc;
 list-style-position: outside;
}
#contact .contact_footer ul li {
 margin: 0px;
 padding: 0px 0 10px;
 font-size: 16px;
 line-height: 1.5;
}
#contact .contact_footer ul li a,
#contact .contact_footer p a {
 text-decoration: underline;
 color: #333;
}
#contact .contact_footer ul li a:hover,
#contact .contact_footer p a:hover {
 text-decoration: none;
 color: #c6b057;
}
#contact table.contact_table {
 margin: 0px auto 60px;
 padding: 0;
 width: 1100px;
 box-sizing: border-box;
 border: 2px solid #dddddd;
}
#contact table.contact_table th {
 margin: 0px;
 padding: 30px 30px;
 width: 350px;
 font-size: 16px;
 line-height: 1.5;
 background: #f7f7f7;
 border-bottom: 1px solid #dddddd;
}
#contact table.contact_table th em {
 font-weight: bold;
 color: #ff7c67;
}
#contact table.contact_table th .must {
 margin: 0px 10px 5px 0;
 padding: 3px 8px;
 font-size: 16px;
 font-weight: bold;
 color: #FFF;
 background: #cc3366;
 border-radius: 3px;
 display: inline-block;
}
#contact table.contact_table td {
 margin: 0px;
 padding: 30px 20px;
 font-size: 16px;
 line-height: 1.5;
 text-align: left;
 border-bottom: 1px solid #dddddd;
}
#contact table.contact_table td input[type='text'] {
 margin-bottom: 10px;
 padding: 5px 10px;
 font-size: 16px;
 border: 1px solid #ccc;
}
#contact table.contact_table td select {
 margin-bottom: 10px;
 padding: 5px 10px;
 font-size: 16px;
 border: 1px solid #ccc;
}
#contact table.contact_table td textarea {
 margin-bottom: 10px;
 padding: 5px 10px;
 max-width: 600px;
 font-size: 16px;
 border: 1px solid #ccc;
 resize: none;
}
#contact .btc,#contact .btcb {
 margin: 0 auto 65px;
	padding: 0;
 text-align: center;
	}
#contact .btcm {
 margin: 0 auto 65px;
	padding: 0;
 text-align: center;
 display: flex;
 flex-wrap: nowrap;
	justify-content: space-between; 
	}
#contact .btc input[type='submit'] {
	padding: 0.8em;
	width: 480px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	border-radius: 5px;
	background: #cc3366;
	cursor: pointer;
	}
#contact .btc input[type='submit']:hover {
	color: #333;
	background: #fff6ef;;
	}
#contact .btcb input[type='submit'] {
	padding: 0.8em;
	width: 480px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
 color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background: #666;
	cursor: pointer;
	}
#contact .btcb input[type='submit']:hover {
	color: #333;
	background: #eee;
	}
#contact p.arr_txt {
 margin: 0px auto;
 padding: 40px 0;
 font-size: 20px;
 line-height: 1.5;
 text-align: left;
	font-weight: bold;
 color: #cc3366;
}
#contact .btcm .send input[type='submit'] {
	padding: 0.8em;
	width: 450px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	border-radius: 5px;
	background: #cc3366;
	cursor: pointer;
	}
#contact .btcm .send input[type='submit']:hover {
	color: #333;
	background: #fff6ef;;
	}
#contact .btcm .back input[type='submit'] {
	padding: 0.8em;
	width: 450px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
 color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background: #666;
	cursor: pointer;
	}
#contact .btcm .back input[type='submit']:hover {
	color: #333;
	background: #eee;
	}

}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
/*-------------reservation-------------*/
.contact_ti {
 margin: 0px auto;
 padding: 20px 0 0;
 width: 100%;
 height: 80px;
	display: flex;
	flex-wrap: nowrap;
 flex-direction: row;
 align-items: flex-start;
 background: url("../images/contact/h2_contact.jpg") no-repeat 0 0;
 background-size: auto 100%;
}
.reservation_ti {
 height: 97px;
  background-size: auto 87%;
}

.contact_ti div {
 margin: 0px;
 padding: 20px 17px 0px;
 background: #666;
 opacity: 0.9;
}
.contact_ti div h2 {
 margin: 0px;
 padding-bottom: 15px;
 font-size: 20px;
 line-height: 26px;
 color: #FFF;
 text-align: left;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.contact_ti div h2 span {
 font-size: 12px;
}
.contact_ti div h2 span img {
 width: 6%;
 height: auto;
 vertical-align: text-top;
}
#contact {
 margin: 30px auto 0;
 padding: 0;
 width: 92%;
}
#contact dl.freedial {
 margin: 0px auto 20px;
 padding: 10px 0;
 width: 85%;
 border: 1px solid #dddddd;
 border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
}
#contact dl.freedial dt {
 margin: 0px auto;
 padding: 0;
 font-size: 10px;
 line-height: 1.5;
 text-align: center;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#contact dl.freedial dt:before,#contact dl.freedial dt:after {
 margin: 0px 8px;
 content: "";
 display: inline-block;
 width: 1em;
 height: 1px;
 background: #333;
 vertical-align: .4em;
}
#contact dl.freedial dd {
 margin: 0px auto;
 padding: 0;
 font-size: 20px;
 line-height: 1.2;
 text-align: center;
 font-family: "Times New Roman", Times, "serif";
}
#contact dl.freedial dd img {
 margin: 0px;
 padding: 0 5px 0 0;
 width: 10%;
}
#contact dl.freedial dd span {
 font-size: 8px;
 line-height: 1.2;
}
#contact a:link {
 color: #333 !important;
 text-decoration: none;
}
#contact ul.nav {
 margin: 0px auto 20px;
 padding: 0;
 width: 100%;
 display: flex;
 flex-wrap: nowrap;
	justify-content: space-between; 
}
#contact ul.nav li {
 margin: 0px;
 padding: 10px 0;
 width: 31%;
 font-size: 10px;
 line-height: 1;
 text-align: center; 
 border: 2px solid #efefef;
 border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
}
#contact ul.nav li.cur {
 background: #ffefe9;
 font-weight: bold;
}
#contact p.contact_txt {
 margin: 0px auto;
 padding: 0px 0 20px;
 font-size: 10px;
 line-height: 1.5;
 text-align: center; 
}
#contact .contact_footer {
 margin: 0px auto 40px;
 padding: 0px;
 width: 92%;
}
#contact .contact_footer ul {
 margin: 0px;
 padding: 0px;
 list-style-type: disc;
 list-style-position: outside;
}
#contact .contact_footer ul li {
 margin: 0px;
 padding: 0px 0 10px;
 font-size: 10px;
 line-height: 1.5;
}
#contact .contact_footer ul li a {
 text-decoration: underline;
 color: #333;
}
#contact .contact_footer ul li a:hover {
 text-decoration: none;
 color: #c6b057;
}
#contact table.contact_table {
 margin: 0px auto 30px;
 padding: 0;
 width: 100%;
 box-sizing: border-box;
 border: 2px solid #dddddd;
}
#contact table.contact_table th {
 margin: 0px;
 padding: 15px 5%;
 width: 90%;
 font-size: 12px;
 line-height: 1.5;
 background: #f7f7f7;
 border-bottom: 1px solid #dddddd;
 display: block;
}
#contact table.contact_table th em {
 font-weight: bold;
 color: #ff7c67;
}
#contact table.contact_table th .must {
 margin: 0px 5px 5px 0;
 padding: 2px 4px;
 font-size: 8px;
 font-weight: bold;
 color: #FFF;
 background: #cc3366;
 border-radius: 3px;
 display: inline-block;
}
#contact table.contact_table td {
 margin: 0px;
 padding: 15px 5%;
 width: 90%;
 font-size: 12px;
 line-height: 1.5;
 text-align: left;
 border-bottom: 1px solid #dddddd;
 display: block;
}
#contact table.contact_table td input[type='text'] {
 margin-bottom: 5px;
 padding: 5px 5px;
 max-width: 90%;
 font-size: 10px;
 border: 1px solid #ccc;
}
#contact table.contact_table td select {
 margin-bottom: 5px;
 padding: 5px 5px;
 font-size: 10px;
 border: 1px solid #ccc;
}
#contact table.contact_table td textarea {
 margin-bottom: 5px;
 padding: 5px 5px;
 width: 90%;
 font-size: 10px;
 border: 1px solid #ccc;
 resize: none;
}
#contact .btc,#contact .btcb {
 margin: 0 auto 30px;
	padding: 0;
 text-align: center;
	}
#contact .btcm {
 margin: 0 auto 30px;
	padding: 0;
 text-align: center;
	}
#contact .btc input[type='submit'] {
	padding: 0.8em;
	width: 89%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	border-radius: 5px;
	background: #cc3366;
	cursor: pointer;
	}
#contact .btc input[type='submit']:hover {
	color: #333;
	background: #fff6ef;;
	}
#contact .btcb input[type='submit'] {
	padding: 0.8em;
	width: 89%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
 color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background: #666;
	cursor: pointer;
	}
#contact .btcb input[type='submit']:hover {
	color: #333;
	background: #eee;
	}
#contact p.arr_txt {
 margin: 0px auto;
 padding: 20px 0;
 font-size: 10px;
 line-height: 1.5;
 text-align: left;
	font-weight: bold;
 color: #cc3366;
}
#contact .btcm .send input[type='submit'] {
 margin-bottom: 10px;
	padding: 0.8em;
	width: 89%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: none;
	border-radius: 5px;
	background: #cc3366;
	cursor: pointer;
	}
#contact .btcm .send input[type='submit']:hover {
	color: #333;
	background: #fff6ef;;
	}
#contact .btcm .back input[type='submit'] {
 margin-bottom: 10px;
	padding: 0.8em;
	width: 89%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
 color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background: #666;
	cursor: pointer;
	}
#contact .btcm .back input[type='submit']:hover {
	color: #333;
	background: #eee;
	}


}

