@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : escape.css
 author     : Ability Consultant
 style info : ハレクラニエスケープ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.btn_tab {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
html.lower #contents .con_pgtitle .en {
  font-size: 250%;
  text-transform: none;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_pgtitle .en {
    font-size: 188%;
  }
}
html.lower #contents .con_pgtitle .en em {
  font-weight: bold;
}

.inner {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}

.tag {
  margin-top: 1em;
}
.tag span {
  font-size: 90%;
  font-weight: bold;
  background: #EFF6F8;
  padding: .3em 1em;
}

.ta_l {
  text-align: left;
}

.underline {
  text-decoration: underline;
}

.box_txt {
  margin: 3em auto;
}
.box_txt .txt {
  margin-bottom: 1em;
}
.box_txt .txt:last-of-type {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	slider
----------------------------------------------------------- */
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: 8px;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
}
.slick-slider .slick-dots li button {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  padding: 15px 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 6px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots li button {
    width: 12px;
    padding: 12px 0 0;
  }
}
.slick-slider .slick-dots .slick-active button {
  background: #5ea4bf;
}

/* -----------------------------------------------------------
	.btn_tab
----------------------------------------------------------- */
.btn_tab {
  max-width: 1280px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_tab {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_tab {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
@media print {
  .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
.ie8 .btn_tab:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #707070;
}
.btn_tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .btn_tab > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .btn_tab > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .btn_tab > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_tab > ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #707070;
  border-left: 0;
  border-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.8em 0.5em;
  height: 100%;
  line-height: 1.4em;
  display: grid;
  place-items: center center;
}
@media only screen and (max-width: 767px) {
  .btn_tab > ul li a {
    padding: 1em 0.3em;
  }
}
.btn_tab > ul li a.is-active {
  background-color: #000;
  color: #fff;
}
.btn_tab > ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: calc(100% / 3);
    text-align: center;
  }
  .btn_tab > ul li:nth-child(3n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
}
@media print {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: calc(100% / 3);
    text-align: center;
  }
  .btn_tab > ul li:nth-child(3n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
}
.ie8 .btn_tab > ul {
  width: 100%;
}
.ie8 .btn_tab > ul li {
  width: calc(100% / 3);
  text-align: center;
}
.ie8 .btn_tab > ul li:nth-child(3n+1) {
  border-left: 1px solid #707070;
}
.ie8 .btn_tab > ul li:nth-child(-n+3) {
  border-top: 1px solid #707070;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 33.333%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(3n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 50%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(2n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+2) {
    border-top: 1px solid #707070;
  }
}

/* -----------------------------------------------------------
	.box_intro
----------------------------------------------------------- */
.box_intro {
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro {
    margin-bottom: 2em;
  }
}
.box_intro .period {
  margin-bottom: 2em;
}
.box_intro .period span {
  padding: 0.5em 1em;
  background: #EDF3EC;
}
@media only screen and (max-width: 767px) {
  .box_intro .period span {
    padding: 0.5em 0.8em;
  }
}

/* -----------------------------------------------------------
	.layout_primary_2c
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .layout_primary_2c {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_primary_2c.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .layout_primary_2c.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .layout_primary_2c.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .layout_primary_2c.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layout_primary_2c.flex .ir {
    margin-bottom: 2em;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.layout_primary_2c .il {
  margin-left: 0;
  margin-right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout_primary_2c .il {
    margin-right: 5%;
  }
}
.layout_primary_2c .ir {
  margin-right: 0;
  margin-left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout_primary_2c .ir {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .layout_primary_2c.layout_wide .box_txt {
    width: 66%;
  }
}
@media print {
  .layout_primary_2c.layout_wide .box_txt {
    width: 66%;
  }
}
.ie8 .layout_primary_2c.layout_wide .box_txt {
  width: 66%;
}
@media only screen and (min-width: 1025px) {
  .layout_primary_2c.layout_wide .box_img {
    width: 50%;
  }
}
@media print {
  .layout_primary_2c.layout_wide .box_img {
    width: 50%;
  }
}
.ie8 .layout_primary_2c.layout_wide .box_img {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout_primary_2c.layout_wide > div,
  .layout_primary_2c.layout_wide .i,
  .layout_primary_2c.layout_wide .box_txt,
  .layout_primary_2c.layout_wide .box_img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .layout_primary_2c.layout_wide > div,
  .layout_primary_2c.layout_wide .i,
  .layout_primary_2c.layout_wide .box_txt,
  .layout_primary_2c.layout_wide .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .layout_primary_2c .layout_primary.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .layout_primary_2c .layout_primary.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .layout_primary_2c .layout_primary.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .layout_primary_2c .layout_primary.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.layout_primary_2c .layout_primary .txt {
  margin-top: 0;
  margin-bottom: 1em;
}
.layout_primary_2c .layout_primary .txt:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .layout_primary_2c.layout_sp {
    margin-top: 3em;
  }
}
@media print {
  .layout_primary_2c.layout_sp {
    margin-top: 3em;
  }
}
.ie8 .layout_primary_2c.layout_sp {
  margin-top: 3em;
}
.layout_primary_2c.layout_sp .box_txt {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .layout_primary_2c.layout_sp .box_txt {
    width: 42%;
  }
}
@media print {
  .layout_primary_2c.layout_sp .box_txt {
    width: 42%;
  }
}
.ie8 .layout_primary_2c.layout_sp .box_txt {
  width: 42%;
}
@media only screen and (min-width: 1025px) {
  .layout_primary_2c.layout_sp .box_img {
    width: 55%;
  }
}
@media print {
  .layout_primary_2c.layout_sp .box_img {
    width: 55%;
  }
}
.ie8 .layout_primary_2c.layout_sp .box_img {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout_primary_2c.layout_sp > div,
  .layout_primary_2c.layout_sp .i,
  .layout_primary_2c.layout_sp .box_txt,
  .layout_primary_2c.layout_sp .box_img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .layout_primary_2c.layout_sp > div,
  .layout_primary_2c.layout_sp .i,
  .layout_primary_2c.layout_sp .box_txt,
  .layout_primary_2c.layout_sp .box_img {
    width: 100%;
  }
  .layout_primary_2c.layout_sp .layout_primary .txt {
    margin-bottom: 3em;
  }
  .layout_primary_2c.layout_sp .ir {
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.con_chef
----------------------------------------------------------- */
.con_chef {
  padding-top: 7em;
}
@media only screen and (max-width: 767px) {
  .con_chef {
    padding-top: 4em;
  }
}
.con_chef .box_chef {
  background-color: #eff6f8;
  padding: 4em 0;
}
.con_chef .box_chef .layout_primary_2c {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c {
    margin-top: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .con_chef .box_chef .layout_primary_2c .il,
  .con_chef .box_chef .layout_primary_2c .layout_primary {
    margin: 0 auto;
    width: 90%;
  }
  .con_chef .box_chef .layout_primary_2c .il {
    margin-bottom: 2em;
    max-width: 80%;
  }
  .con_chef .box_chef .layout_primary_2c .il .slick-slide img {
    margin: auto;
  }
}
.con_chef .box_chef .layout_primary_2c .box_txt {
  margin-right: auto;
  margin: 0 auto 3em;
}
.con_chef .box_chef .layout_primary_2c .box_txt .sub_tit {
  margin-bottom: 1em;
}
.con_chef .box_chef .layout_primary_2c .sub_tit {
  font-size: 138%;
  font-weight: normal;
  color: #010101;
  font-family: "Playfair Display", serif;
  letter-spacing: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .sub_tit {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .layout_primary_2c .sub_tit {
    font-size: 125%;
  }
}
.con_chef .box_chef .layout_primary_2c .box_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_chef .box_chef .layout_primary_2c .box_type > div {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .layout_primary_2c .box_type > div {
    margin-top: 8%;
  }
}
.con_chef .box_chef .layout_primary_2c .box_type > div .tit {
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .box_type > div .tit {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .layout_primary_2c .box_type > div .tit {
    font-size: 1.4em;
  }
}
.con_chef .box_chef .layout_primary_2c .box_type > div .tit span {
  font-size: 70%;
}
@media only screen and (min-width: 1025px) {
  .con_chef .box_chef .layout_primary_2c .box_type > div {
    width: 30%;
  }
  .con_chef .box_chef .layout_primary_2c .box_type > div:nth-of-type(2n) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media print {
  .con_chef .box_chef .layout_primary_2c .box_type > div {
    width: 30%;
  }
  .con_chef .box_chef .layout_primary_2c .box_type > div:nth-of-type(2n) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.ie8 .con_chef .box_chef .layout_primary_2c .box_type > div {
  width: 30%;
}
.ie8 .con_chef .box_chef .layout_primary_2c .box_type > div:nth-of-type(2n) {
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .box_type > div {
    margin-top: 30px;
    width: 48%;
  }
  .con_chef .box_chef .layout_primary_2c .box_type > div:nth-of-type(2n) {
    margin-left: 4%;
  }
}
.con_chef .box_chef .layout_primary_2c .box_tbl {
  background-color: #fff;
  padding: 1.5em 2em;
}
@media only screen and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .box_tbl {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
  }
}
.con_chef .box_chef .layout_primary_2c .box_tbl .tbl_basic tr {
  border: 0;
}
.con_chef .box_chef .layout_primary_2c .box_tbl .tbl_basic tr th {
  border-right: 3px solid #eff6f8;
  vertical-align: top;
  width: 5em;
}
@media only screen and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .box_tbl .tbl_basic tr th {
    border-right: 1px solid #fff;
    padding-right: 1em;
  }
}
.con_chef .box_chef .layout_primary_2c .box_tbl .tbl_basic tr td {
  padding-left: 2em;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .con_chef .box_chef .layout_primary_2c .box_tbl .tbl_basic tr td {
    padding-left: 1em;
  }
}

/* -----------------------------------------------------------
	.con_details
----------------------------------------------------------- */
.con_details {
  padding-top: 7em;
  margin: 0 auto 3em;
}
@media only screen and (max-width: 767px) {
  .con_details {
    padding-top: 4em;
  }
}
.con_details .bg {
  background: #EFF6F8;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .con_details .bg {
    padding: 2em 1em;
  }
}
.con_details .tbl_basic {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.con_details .tbl_basic tr th {
  width: 25%;
}
.con_details .tbl_basic tr th span {
  font-size: 130%;
  margin: 0 .5em;
}
.con_details .tbl_basic tr td {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr td {
    padding-left: 1rem;
  }
}
.con_details .tbl_basic tr .box_info {
  overflow: auto;
  height: 30em;
  padding-bottom: 2em;
}
.con_details .tbl_basic tr .box_info .st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_details .tbl_basic tr .box_info .st {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr .box_info .st {
    font-size: 119%;
  }
}
.con_details .tbl_basic tr .box_info .st:first-of-type {
  margin-top: 0;
}
.con_details .tbl_basic tr .box_info .st span {
  color: #b8d6db;
}
.con_details .tbl_basic tr .box_info .con_inner {
  margin-left: 1rem;
}
.con_details .tbl_basic tr .box_info .con_inner .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr .box_info .con_inner .inner_flex {
    display: block;
  }
}
.con_details .tbl_basic tr .box_info .con_inner .inner_flex .box_txt_inner {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr .box_info .con_inner .inner_flex .box_txt_inner {
    width: 100%;
  }
}
.con_details .tbl_basic tr .box_info .box_txt_inner {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr .box_info .box_txt_inner {
    margin-bottom: 0.75rem;
  }
}
.con_details .tbl_basic tr .box_info .box_reserve {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .con_details .tbl_basic tr .box_info .box_reserve {
    padding-bottom: 1.75rem;
  }
}
.con_details .tbl_basic tr .box_info .box_reserve .st_basic {
  text-align: left;
}
.con_details .tbl_basic tr .box_info .box_reserve .st_basic .en {
  font-size: 120%;
}
.con_details .tbl_basic tr .box_info .box_reserve .btn_basic a {
  padding: 1px;
  font-size: 100%;
  margin: 0;
  max-width: 420px;
}
.con_details .tbl_basic tr .box_info .sst {
  background-color: #efefef;
  padding: .5em 1em;
  margin-bottom: .5rem;
}
.con_details .tbl_basic tr .box_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1em;
  position: relative;
}
.con_details .tbl_basic tr .box_info dl dt::after {
  content: "／";
}
.con_details .tbl_basic tr .box_info .box_stay {
  margin-top: 2em;
}
.con_details .tbl_basic tr .box_info .box_stay:not(:first-child) {
  margin-top: 3rem;
}
.con_details .tbl_basic tr .box_info .att_list {
  margin: 1em 0 0 1em;
}
.con_details .att_list {
  margin: 2em 0 0 0;
}
.con_details .att_list .att_list_c {
  text-indent: 0;
  /* padding-left: 1.3em; */
  position: relative;
}
.con_details .att_list .att_list_c::before {
  /* position: absolute; */
  content: "*";
  /* left:0;
  top:0; */
}
.con_details .box_reserve {
  text-align: center;
}
.con_details .box_reserve .txt {
  margin-bottom: 2em;
}
