@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_lang
----------------------------------------------------------- */
.con_lang {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .con_lang ul {
    float: left;
    padding: 0 15px;
  }
}
@media print {
  .con_lang ul {
    float: left;
    padding: 0 15px;
  }
}
.ie8 .con_lang ul {
  float: left;
  padding: 0 15px;
}
.con_lang ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 90%;
}
@media only screen and (min-width: 768px) {
  .con_lang ul li {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media print {
  .con_lang ul li {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.ie8 .con_lang ul li {
  font-size: 12px;
  margin-bottom: 0;
}
.con_lang ul li a {
  background: #e4d8c7;
  color: #080808;
  position: relative;
  padding: 6px 55px 6px 25px;
  text-decoration: none;
  display: inline-block;
}
.con_lang ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../faq/images/ic_narow_right.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_lang ul li a:hover, .con_lang ul li a:focus {
  color: #fff;
  background: #b8a080;
}
.con_lang ul li.active a {
  color: #fff;
  background: #b8a080;
}

/* -----------------------------------------------------------
	.con_select_hotel
----------------------------------------------------------- */
.con_select_hotel {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 768px) {
  .con_select_hotel {
    padding-bottom: 63px;
  }
}
@media print {
  .con_select_hotel {
    padding-bottom: 63px;
  }
}
.ie8 .con_select_hotel {
  padding-bottom: 63px;
}
.con_select_hotel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #d8d6d6 transparent transparent transparent;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-width: 30px 40px 0 40px;
}
@media only screen and (min-width: 768px) {
  .con_select_hotel:after {
    border-width: 60px 80px 0 80px;
  }
}
@media print {
  .con_select_hotel:after {
    border-width: 60px 80px 0 80px;
  }
}
.ie8 .con_select_hotel:after {
  border-width: 60px 80px 0 80px;
}
.con_select_hotel h3 {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .con_select_hotel h3 {
    font-size: 124%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media print {
  .con_select_hotel h3 {
    font-size: 124%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.ie8 .con_select_hotel h3 {
  font-size: 124%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.con_select_hotel .sp_select_hotel select {
  width: 100%;
}
.con_select_hotel .box_select_hotel {
  border: 2px solid #ebebeb;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_select_hotel .box_select_hotel {
    padding: 20px 0;
  }
}
@media print {
  .con_select_hotel .box_select_hotel {
    padding: 20px 0;
  }
}
.ie8 .con_select_hotel .box_select_hotel {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .con_select_hotel .box_select_hotel {
    padding: 20px;
  }
}
@media print {
  .con_select_hotel .box_select_hotel {
    padding: 20px;
  }
}
.ie8 .con_select_hotel .box_select_hotel {
  padding: 20px;
}
.con_select_hotel .box_select_hotel dl {
  display: inline-block;
  vertical-align: top;
  margin: 0 3%;
  width: 25%;
}
.con_select_hotel .box_select_hotel dl dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: url("../faq/images/img_line.jpg") repeat-x center bottom;
}
.con_select_hotel .box_select_hotel dl dd {
  padding: 0 10px;
}
.con_select_hotel .box_select_hotel dl dd ul li {
  margin-bottom: 3px;
  padding-left: 15px;
  position: relative;
  font-size: 116%;
}
.con_select_hotel .box_select_hotel dl dd ul li span {
  font-size: 90%;
}
.con_select_hotel .box_select_hotel dl dd ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: .8em;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con_select_hotel .box_select_hotel dl dd ul li a {
  text-decoration: none;
}
.con_select_hotel .box_select_hotel dl dd ul li.inn:before {
  background: #009944;
}
.con_select_hotel .box_select_hotel dl dd ul li.cmp:before {
  background: #9a0030;
}
.con_select_hotel .box_select_hotel dl dd ul li.vsl:before {
  background: #1d2088;
}

/* -----------------------------------------------------------
	.con_frequently_asked
----------------------------------------------------------- */
.con_frequently_asked {
  margin-bottom: 50px;
}
.con_frequently_asked h4 {
  font-weight: normal;
  font-size: 124%;
  padding: 0 20px;
  margin-bottom: 35px;
}
.con_frequently_asked .wrp_content {
  overflow: hidden;
}
.con_frequently_asked .wrp_content .box_head {
  text-align: center;
  padding: 15px 0 12px;
}
.con_frequently_asked .wrp_content .box_head h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 150%;
}
@media only screen and (min-width: 768px) {
  .con_frequently_asked .wrp_content .box_head h3 {
    font-size: 26px;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_head h3 {
    font-size: 26px;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_head h3 {
  font-size: 26px;
}
.con_frequently_asked .wrp_content .box_head p {
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_frequently_asked .wrp_content .box_head p {
    font-size: 124%;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_head p {
    font-size: 124%;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_head p {
  font-size: 124%;
}
.con_frequently_asked .wrp_content .box_content {
  background: #fff;
  margin: 0 10px;
  padding: 20px 20px 0;
}
.con_frequently_asked .wrp_content .box_content p {
  font-size: 115%;
}
@media only screen and (min-width: 768px) {
  .con_frequently_asked .wrp_content .box_content p {
    font-size: 124%;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_content p {
    font-size: 124%;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_content p {
  font-size: 124%;
}
.con_frequently_asked .wrp_content .box_cat_keyword {
  background: #f6ede1;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .con_frequently_asked .wrp_content .box_cat_keyword {
    width: 49%;
    float: left;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_cat_keyword {
    width: 49%;
    float: left;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_cat_keyword {
  width: 49%;
  float: left;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_content ul {
  width: 100%;
  display: inline-block;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li a {
  display: block;
  text-decoration: none;
  background: #f6ede1;
  border: 1px dashed #d8cab8;
  font-size: 18px;
  color: #7f6f5a;
  padding: 10px 0;
  margin-bottom: 13px;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li a:hover, .con_frequently_asked .wrp_content .box_cat_keyword .box_content ul li a:focus {
  background: #b8a080;
  border-color: #b8a080;
  color: #fff;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_keyword .box_title {
  background: #f6ede1;
  margin: 0 -20px 20px;
  padding: 10px 20px;
  text-align: center;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_keyword .box_title p {
  font-size: 18px;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_keyword input {
  padding: 13px 10px;
  width: 100%;
  border: 1px solid #b28850;
  margin-bottom: 15px;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_keyword button {
  background: url("../images/common/bg_btn.jpg") repeat center center;
  border: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  min-width: 48%;
  padding: 12px 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.con_frequently_asked .wrp_content .box_cat_keyword .box_keyword button:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/common/ic_narow_green.jpg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_frequently_asked .wrp_content .box_frequently_asked {
  background: #fdf4d9;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .con_frequently_asked .wrp_content .box_frequently_asked {
    width: 49%;
    float: right;
  }
}
@media print {
  .con_frequently_asked .wrp_content .box_frequently_asked {
    width: 49%;
    float: right;
  }
}
.ie8 .con_frequently_asked .wrp_content .box_frequently_asked {
  width: 49%;
  float: right;
}
.con_frequently_asked .wrp_content .box_frequently_asked .box_content ul {
  width: 100%;
  padding: 24px 15px;
}
.con_frequently_asked .wrp_content .box_frequently_asked .box_content ul li {
  width: 100%;
  font-size: 116%;
  border-bottom: 1px solid #cbb79d;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.con_frequently_asked .wrp_content .box_frequently_asked .box_content ul li a {
  text-decoration: none;
  padding-left: 22px;
  background: url("../faq/images/ic_narow_right.jpg") no-repeat left center;
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_faq {
    margin-bottom: 30px;
  }
}
.con_faq .box_head {
  text-align: center;
  margin-bottom: 35px;
}
.con_faq .box_head h3 {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 150%;
  margin-bottom: 15px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .con_faq .box_head h3 {
    font-size: 26px;
  }
}
@media print {
  .con_faq .box_head h3 {
    font-size: 26px;
  }
}
.ie8 .con_faq .box_head h3 {
  font-size: 26px;
}
.con_faq .box_head p {
  font-size: 110%;
}
@media only screen and (min-width: 768px) {
  .con_faq .box_head p {
    font-size: 108%;
  }
}
@media print {
  .con_faq .box_head p {
    font-size: 108%;
  }
}
.ie8 .con_faq .box_head p {
  font-size: 108%;
}
.con_faq .wrp_content .box_faq {
  background: #fdfbf7;
  border: 1px dashed #d8cab8;
  padding: 20px;
  margin: 0 0 30px 0;
}
.con_faq .wrp_content .box_faq h4 {
  font-size: 170%;
  text-align: center;
  font-weight: normal;
}
.con_faq .wrp_content .box_faq dl {
  font-size: 124%;
}
.con_faq .wrp_content .box_faq dl dt {
  background: url("../faq/images/ic_narow_right.jpg") no-repeat left 3px;
  padding-left: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbb79d;
  cursor: pointer;
}
.con_faq .wrp_content .box_faq dl dt span {
  display: inline-block;
  padding: .2em 1em;
  background: #f5e9d9;
  color: #000;
  margin: 0 .5em 0 0;
}
.con_faq .wrp_content .box_faq dl dd {
  background: #fef5dc;
  padding: 35px 25px;
  margin-bottom: 15px;
  display: none;
  width: 100%;
  overflow: hidden;
}
.con_faq .wrp_content .box_faq dl dd p.photo {
  width: 24.8%;
  padding: 0 1em 0 0;
  float: left;
}
.con_faq .wrp_content .box_faq dl dd p.photo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_faq .wrp_content .box_faq dl dd p.photo {
    width: 100%;
    padding: 0 0 1em 0;
    float: none;
  }
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact .box_head {
  text-align: center;
  margin-bottom: 35px;
}
.con_contact .box_head h3 {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 185%;
  margin-bottom: 15px;
  font-weight: normal;
}
.con_contact .box_head h3 span {
  font-size: 84%;
  padding: 0 0 0 .5em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_head h3 {
    font-size: 139%;
  }
  .con_contact .box_head h3 span {
    font-size: 84%;
    display: block;
    padding: 0;
  }
}
.con_contact .box_head p {
  font-size: 110%;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_head p {
    font-size: 108%;
  }
}
@media print {
  .con_contact .box_head p {
    font-size: 108%;
  }
}
.ie8 .con_contact .box_head p {
  font-size: 108%;
}
.con_contact .box_head p.account .english {
  display: block;
  padding: 1em 0;
  color: #999999;
}

#contact_form {
  width: 80%;
  margin: 0 auto;
}
#contact_form input, #contact_form select, #contact_form textarea {
  width: 100%;
  border: 1px solid #CCC;
  padding: .5em 1em;
}
#contact_form .btn_gray {
  width: 30%;
  margin: 0 auto 2em auto;
}
@media only screen and (max-width: 767px) {
  #contact_form {
    width: 100%;
  }
  #contact_form .btn_gray {
    width: 90%;
  }
}

#cnt_reserve_b {
  margin: 0 auto;
  width: 59%;
  max-width: 590px;
  overflow: hidden;
  padding: 1em;
  clear: both;
  background: #f9f8f8;
  border: #dfddd7 solid 1px;
}
#cnt_reserve_b .box_r {
  width: 55%;
  max-width: 330px;
  float: right;
  text-align: right;
}
#cnt_reserve_b .img_l {
  width: 41%;
  max-width: 244px;
  padding: 4em 0 0 0;
  float: left;
}

/* -----------------------------------------------------------
	.box_info
----------------------------------------------------------- */
.box_info {
  background: #fdfbf7;
  overflow: hidden;
  border: 1px solid #d8cab8;
  width: 76%;
  max-width: 960px;
  margin: 0 auto 50px auto;
  padding: 2em 5%;
}
.box_info h4 {
  font-weight: normal;
  font-size: 124%;
  padding: 0 0 0 30px;
  margin: 0 0 1em 0;
}
.box_info .f_left {
  float: left;
  width: 45%;
  border-right: 1px solid #d8cab8;
  padding: 0 5% 0 0;
}
.box_info .f_left h4 {
  background: url(../faq/images/bg_mail.png) no-repeat left 50%;
}
@media only screen and (max-width: 767px) {
  .box_info .f_left {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d8cab8;
    padding: 0 0 2em 0;
  }
  .box_info .f_left h4 {
    font-size: 108%;
  }
}
.box_info .f_right {
  float: right;
  width: 45%;
  padding: 0 0 0 5%;
}
.box_info .f_right h4 {
  background: url(../faq/images/bg_tel.png) no-repeat left 50%;
}
.box_info .f_right p {
  text-align: center;
  font-size: 139%;
}
.box_info .f_right p span {
  font-size: 200%;
  display: block;
  margin: 0 0 0 .3em;
}
.box_info .f_right p a {
  font-size: 200%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .box_info .f_right {
    float: none;
    width: 100%;
    padding: 2em 0 0 0;
  }
  .box_info .f_right h4 {
    font-size: 108%;
  }
  .box_info .f_right a {
    font-size: 154%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_info {
    width: 100%;
  }
}

.btn_info {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 124%;
  background: url(../faq/images/bg_bt_brwn.png);
  border: 0;
  position: relative;
  padding: .8em 1em;
  cursor: pointer;
  width: 100%;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_info {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_info {
    font-size: 108%;
  }
}
.btn_info a {
  color: #fff !important;
  text-decoration: none;
}
.btn_info a:hover {
  color: #fff !important;
}
.btn_info:hover {
  opacity: .7;
  color: #fff !important;
}
.btn_info:hover:after {
  right: .2em;
}

/*----------------------------------------------------
	table情報
----------------------------------------------------*/
#faq table {
  background: #FFF;
  border-spacing: 0;
  margin: 10px 0 20px 0;
  padding: 1px;
  font-size: small;
  border: 1px solid #ccc;
}
#faq table th {
  padding: 3px;
  text-align: left;
  width: 40%;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
#faq table th.sent {
  text-align: center;
}
#faq table th.set1 {
  text-align: center;
  width: 40%;
}
#faq table th.set2 {
  text-align: center;
  width: 20%;
}
#faq table th.set3 {
  text-align: center;
  width: 20%;
}
#faq table td {
  padding: 3px;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#faq table td.no_boder {
  text-align: left;
  border-bottom: 0px solid #ccc;
}

/* 並列セット用 */
#faq dd .setbox {
  overflow: hidden;
  max-width: 860px;
}
#faq dd .setbox table {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #faq dd .setbox table {
    width: 100%;
  }
}
#faq dd .setbox table.right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #faq dd .setbox table.right {
    float: none;
    padding: 1em 0 0 0;
  }
}
