@charset "utf-8";
/* CSS Document */
.top_bg{
	background-color: #000000;
}
.top_img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 600px;
	position: relative;
	width:1280px;
}

.faq_nav{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 30px;

}
.faq_nav_btn{
  	border: 1px solid #FFFFFF;
	width: 240px;
    display: inline-block;
}
.faq_nav_btn a{
	color:#FFFFFF;
	text-decoration: none;
	display: inline-block;
    width: 240px;
    height: 40px;
    vertical-align: middle;
	padding-top: 10px;
	line-height: 1.3em;
}
.faq_nav_btn:hover{
	/*background-color: hsla(0,0%,100%,0.50);*/
	background-color: #FFFFFF;
}
.faq_nav_btn a:hover{
	color:#000000;
}

#stay,#meal{ margin-top: -100px; padding-top: 100px; }
#other{ margin-top: -40px; padding-top: 40px; }
#contact{ margin-top: -30px; padding-top: 30px; }


#faq{
	background: url(../img/faq/faq_bg.png) no-repeat;
	background-position: top right;
	padding-bottom: 80px;
	width:1280px;
	margin: 0 auto;
	height:auto;
	position: relative;
}
.q_lodging{
	display: inline-block;
	width:1000px;
	padding-bottom: 60px;
}
.q_cuisine{
	display: inline-block;
	width:1000px;
	padding-bottom: 60px;
}
.q_other{
	display: inline-block;
	width:1000px;
	padding-bottom: 70px;
}
.q_title{
	display:table;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 30px;
}
.admin_q{
	position: absolute;
	bottom: 60px;
	right: 100px;
}
.admin_q a{	
	color: #FFFFFF;
    padding: 4px 7px;
    text-decoration: none;
    border: solid 1px #FFFFFF;
}
.admin_q a:hover{
	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
}


#formWrap {
    background: url(../img/faq/faq_bg.png) no-repeat;
    background-position: top right;
    padding-bottom: 80px;
    width: 1280px;
	color:#FFFFFF;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.text_block{
    width: 700px;
    margin: 50px auto 40px;
}
.text_block p{
    line-height: 26px;
    letter-spacing: 0.1em;
}
.form_block{
    width: 700px;
    margin: 30px auto 0;
}
.mw_wp_form {
    margin-top: -150px;
    padding-top: 150px;
}
.mw_wp_form .field_wrap {
    margin: 40px 0 0;
}
.mw_wp_form .field_wrap:first-child {
    margin-top: 0;
}
.mw_wp_form .field_col2{
    overflow: hidden;
}
.mw_wp_form .field_col2 .Box_L{
	float: left;
    width: 335px;
}
.mw_wp_form .field_col2 .Box_R{
	float: right;
    width: 335px;
}

.mw_wp_form dl {
  overflow: hidden;
}
.mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
}
.mw_wp_form dl dt .label {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.mw_wp_form dl dt .small {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 14px!important;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
    color: #a62126;
    vertical-align: 0.2em;
    margin-left: 8px;
}
.mw_wp_form dl dd {
  padding: 6px 0 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.0;
}
.mw_wp_form dl dd .horizontal_wrap {
  margin: -5px -40px 0 0;
  overflow: hidden;
}
.mw_wp_form dl dd .horizontal_wrap .error {
  padding-top: 10px;
}
.mw_wp_form dl dd .form_box {
  margin: 20px 0 0;
}
.mw_wp_form .btn_wrap {
  margin: 40px auto 0;
}

.mw_wp_form .btn_wrap {
    border:0;
}
.mw_wp_form .btn_wrap .btn_box {
  text-align: center;
}
.mw_wp_form .btn_wrap .btn_box .btn {
  border: none;
  width: 300px;
  height: 80px;
  padding: 0 25px 0 0;
  color: #FFF;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 80px;
  letter-spacing: 0.32em;
  background: #a62126;
  transition: 0.3s;
  position: relative;
}
.mw_wp_form .btn_wrap .btn_box .btn:hover {
  background: #582023;
}
.mw_wp_form .btn_wrap .btn_box .btn::after {
  content: "";
  background-image: url("../img/faq/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.mw_wp_form .btn_wrap .btn_box.form_back {
  margin: 20px auto 0;
}
.mw_wp_form .btn_wrap .btn_box.form_back .btn {
  background-color: #ffeeee;
  height: 60px;
  line-height: 60px;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="tel"], .mw_wp_form input[type="email"] {
   background: #4d4d4d; 
   border: none; 
   font-family: inherit; 
   font-size: 15px; 
   width: 100%; 
   height: 50px; 
   padding: 0 20px; 
   color: #ffffff; 
   line-height: 50px; 
   letter-spacing: inherit; 
}

.mw_wp_form input[type="text"].short, .mw_wp_form input[type="tel"].short, .mw_wp_form input[type="email"].short {
  width: 200px;
}
.mw_wp_form input[type="radio"] {
  width: 20px;
  height: 20px;
}
.mw_wp_form input[type="submit"], .mw_wp_form button[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mw_wp_form textarea {
  background: #4d4d4d;
  border: none;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 10px 15px;
}
.mw_wp_form span.mwform-radio-field {
  float: left;
  margin: 15px 40px 0 0;
  line-height: 1.0;
  display: block;
  position: relative;
}
.mw_wp_form span.mwform-radio-field::before {
  content: "";
  background: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mw_wp_form span.mwform-radio-field label {
  min-height: 20px;
  padding-left: 38px;
  line-height: 20px;
  letter-spacing: 0.1em;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.mw_wp_form span.mwform-radio-field label::before {
  content: '';
  border: 1px solid #44321e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.mw_wp_form span.mwform-radio-field label::after {
  content: '';
  background-color: #44321e;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.mw_wp_form span.mwform-radio-field label input[type="radio"], .mw_wp_form span.mwform-radio-field label input[type="checkbox"] {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0px;
  position: absolute;
  left: -25px;
  top: 0px;
  z-index: 2;
  box-shadow: 26px 1px #FFFFFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.mw_wp_form span.mwform-radio-field label input[type="radio"]:checked, .mw_wp_form span.mwform-radio-field label input[type="checkbox"]:checked {
  box-shadow: none;
}
.mw_wp_form span.mwform-radio-field.horizontal-item {
  margin-left: 0;
}
.mw_wp_form input:placeholder-shown {
  color: rgba(153, 153, 153, 1);
  letter-spacing: 0.1em;
}
.mw_wp_form input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 1);
  letter-spacing: 0.1em;
}
.mw_wp_form input:-moz-placeholder {
  color: rgba(153, 153, 153, 1);
  letter-spacing: 0.1em;
  opacity: 1;
}
.mw_wp_form input::-moz-placeholder {
  color: rgba(153, 153, 153, 1);
  letter-spacing: 0.1em;
  opacity: 1;
}
.mw_wp_form input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 1);
  letter-spacing: 0.1em;
}
