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

 file name  : terms.css
 author     : Ability Consultant
 style info : 宿泊約款
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */
.main_img {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
.main_img img {
  width: 100%;
}

.con_terms {
  overflow: hidden;
  *zoom: 1;
}
.con_terms .box_terms.first {
  margin-bottom: 3em;
}
.con_terms h3 {
  border-bottom: 1px solid #666666;
  font-size: 216%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-bottom: .7em;
}
.con_terms .cont_area {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area {
    margin-bottom: .7em;
  }
}
.con_terms .cont_area .box_inner {
  border-bottom: 1px dotted #CCC;
  padding-top: .5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area .box_inner {
    border-bottom: none;
    display: none;
    margin-bottom: 0;
  }
}
.con_terms .cont_area h4 {
  font-size: 139%;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area h4 {
    font-size: 100%;
  }
}
.con_terms .cont_area .cont_text {
  margin: 5px 0 10px;
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area .cont_text {
    margin: 0.5em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area .cont_text {
    padding: 0;
  }
}
.con_terms .cont_area .table {
  margin: 0 auto 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_terms .cont_area .table {
    margin: 0 auto 0 0;
  }
}
.con_terms .cont_area table {
  width: 100%;
  border: 1px #666 solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_terms .cont_area table td, .con_terms .cont_area table th {
  border: 1px #666 solid;
  padding: .3em;
}
.con_terms .cont_area table th {
  text-align: center;
}
.con_terms .cont_area table td.day {
  text-align: center;
}
.con_terms .cont_area .tbl_basic {
  border: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d2d2d2;
}
.con_terms .cont_area .tbl_basic th {
  padding: 1em;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.con_terms .cont_area .tbl_basic td {
  padding: 1em;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.con_terms .cont_area .shomei {
  text-align: right;
}
.con_terms .btn_terms {
  margin-top: 1em;
  text-align: right;
}
.con_terms .btn_terms a {
  display: inline-block;
  background: -moz-linear-gradient(#cd2a2a, #8c0101);
  background: -webkit-linear-gradient(#cd2a2a, #8c0101);
  background: linear-gradient(#cd2a2a, #8c0101);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCD2A2A', endColorstr='#FF8C0101');
  color: white;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
}
.con_terms .btn_terms a:before, .con_terms .btn_terms a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_terms .btn_terms a > * {
  vertical-align: baseline;
  display: inline;
}
.con_terms .btn_terms a:before {
  content: "\f138";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_terms .btn_terms a {
    padding: .8em 0;
  }
}
.con_terms .btn_terms a:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .con_terms .btn_terms a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_terms h4 {
    position: relative;
    background: #777;
    color: #FFF;
    font-weight: normal;
    padding: 0.8em 1.5em 0.8em .8em;
  }
  .con_terms h4:before {
    content: "\f0d7" !important;
    font-family: "FontAwesome";
    position: absolute;
    right: .8em;
    top: 50%;
    color: #FFF;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
    left: inherit;
  }
  .con_terms h4.active:before {
    content: "\f0d8" !important;
  }
}
