@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : yutai.css
 author     : Ability Consultant
 style info : yutai
=================================================================== */
#contents .container {
  max-width: 1000px;
  margin: auto;
  *zoom: 1;
}
#contents .container:before, #contents .container:after {
  content: " ";
  display: table;
}
#contents .container:after {
  clear: both;
}
@media only screen and (max-width: 999px) {
  #contents .container {
    width: 96%;
  }
}

.con_coution, .con_btn {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_coution, .con_btn {
    width: 96%;
  }
}
@media print {
  .con_coution, .con_btn {
    width: 96%;
  }
}

#contents .container:after, .con_main:after {
  content: "";
  display: table;
  clear: both;
}

/* %計算*/
/*con_name_small | @include con_name_small();*/
/*ホテル名など 小さい*/
/*con_fukidashi | @include con_fukidashi();*/
/*吹き出しの枠*/
/*bxslider_css | @include bxslider_css();*/
/*スライダーイメージ用*/
/*キャンペーンページ用 幅1000px再指定用*/
/*@include camlayout(0);*/
/*#homepage*/
/*専用設定*/
/*フォントサイズ設定*/
/*icon style*/
#contents {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #000;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-bottom: 2em;
  }
}

.con_main {
  background: #eef4f8;
}

.con_detail {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail {
    padding: 2em 0;
  }
}
.con_detail table {
  width: 1000px;
  margin: 0 auto;
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table {
    font-size: 129%;
  }
}
.con_detail table tr {
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.con_detail table tr:last-child {
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .con_detail table tr {
    border-left: 1px solid #d2d2d2;
  }
}
.con_detail table tr th {
  background: #dd4b55;
  color: #fff;
  text-align: center;
  width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table tr th {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr th {
    display: block;
    padding: .5em 0;
  }
}
.con_detail table tr td {
  padding: 15px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table tr td {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr td {
    display: block;
    width: 100%;
  }
}
.con_detail table tr td span {
  color: #dd4b55;
}
.con_detail table tr a {
  color: #000;
  border-bottom: 1px solid;
}
.con_detail table tr a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: .5em;
}

.con_banner {
  padding: 20px 0 85px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    padding: 20px 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    padding: 2% 5% 10%;
  }
}
.con_banner .txt {
  font-size: 129%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .txt {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .txt {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .txt {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .txt {
    padding-bottom: 1em;
  }
}

.con_coution {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_coution {
    margin-bottom: 1.5em;
  }
}
.con_coution .st {
  background: #e98c12;
  font-size: 158%;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_coution .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .st {
    padding: 0.5em 0;
  }
}
.con_coution .box_txt {
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt {
    padding: 5% 2.5%;
  }
}
.con_coution .box_txt .sub_st {
  padding: 10px;
  font-size: 115%;
  font-weight: bold;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .sub_st {
    padding: 0.8em;
  }
}
.con_coution .box_txt .inner {
  padding: 10px 10px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner {
    padding: 0.8em 0.5em;
  }
}
.con_coution .box_txt .inner .txt {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner .txt {
    padding-bottom: 0.8em;
  }
}
.con_coution .box_txt .inner a {
  text-decoration: underline;
}
.con_coution .box_txt .inner a:hover {
  text-decoration: none;
}

.con_btn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_btn {
    margin-bottom: 2em;
  }
}
.con_btn .btn {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_btn .btn {
    width: 100%;
  }
}
.con_btn .btn a {
  background: #dd4b55;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: block;
  border-radius: 15px;
  font-size: 129%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a {
    font-size: 115%;
  }
}
.con_btn .btn a span {
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a span {
    font-size: 129%;
  }
}
.con_btn .btn a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 215%;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a:after {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a:after {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a:after {
    right: 3%;
  }
}
.con_btn .btn a:hover {
  color: #fff;
}
