@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : escape.css
 author     : Ability Consultant
 style info : ハレクラニエスケープ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_note, .con_es, .con_item, .box_contact, .con_att {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
html.lower #contents .con_pgtitle {
  padding-bottom: 0;
}
html.lower #contents .con_intro {
  padding: 60px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_intro {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro {
    padding: 2em 0 5em;
  }
}
html.lower #contents .con_intro .note {
  margin-top: 2em;
  font-size: 90%;
  color: #999;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_intro .note {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro .note {
    margin-top: 1em;
  }
}

.tit {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 188%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #000;
}

.tit2 {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 157%;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tit2 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .tit2 {
    margin-bottom: 1em;
  }
}

.con_note {
  margin-top: 2em;
}

.con_es {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_es {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_es {
    margin-bottom: 100px;
  }
}
.con_es .box_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_es .box_list {
    display: block;
  }
}
.con_es .box_list > div {
  margin-bottom: 90px;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_es .box_list > div {
    margin-bottom: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .con_es .box_list > div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_es .box_list > div .sub {
  margin: 1.5em auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_es .box_list > div .sub {
    margin: 1.5em auto 0;
  }
}
.con_es .box_list > div .sub span {
  background: #5ea4bf;
  padding: .4em 1em;
  color: #fff;
  letter-spacing: 3px;
  font-size: 90%;
}
.con_es .box_list > div .sub span.c_gold {
  background: #bda67c;
}
.con_es .box_list > div .tit {
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-top: 0.4em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_es .box_list > div .tit {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_es .box_list > div .tit {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_es .box_list > div:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media print {
  .con_es .box_list > div:nth-of-type(2n) {
    margin-left: 4%;
  }
}
.ie8 .con_es .box_list > div:nth-of-type(2n) {
  margin-left: 4%;
}
.con_es .box_list > div .btn_more {
  text-align: center;
}

.con_nav {
  margin: 0 auto 200px;
  max-width: 1200px;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nav {
    margin: 0 auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nav {
    margin: 0 auto 4em;
  }
}
.con_nav .list {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nav .list {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_nav .list {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_nav .list {
    flex-wrap: wrap;
  }
}
.con_nav .list .list_c {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .con_nav .list .list_c {
    width: 100%;
  }
}
.con_nav .list .list_c:first-of-type {
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_nav .list .list_c:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_nav .list .list_c:first-of-type {
    margin-bottom: .7em;
  }
}
.con_nav .list .list_c a {
  display: block;
  position: relative;
}
.con_nav .list .list_c a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .con_nav .list .list_c a::before {
    width: 96%;
    height: 90%;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .con_nav .list .list_c a::before {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: ease .5s;
  }
  .con_nav .list .list_c a:hover::before {
    width: 96%;
    height: 90%;
    border: 1px solid #fff;
    transition: ease .5s;
  }
}
@media print {
  .con_nav .list .list_c a::before {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: ease .5s;
  }
  .con_nav .list .list_c a:hover::before {
    width: 96%;
    height: 90%;
    border: 1px solid #fff;
    transition: ease .5s;
  }
}
.ie8 .con_nav .list .list_c a::before {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: ease .5s;
}
.ie8 .con_nav .list .list_c a:hover::before {
  width: 96%;
  height: 90%;
  border: 1px solid #fff;
  transition: ease .5s;
}
.con_nav .list .list_c a img {
  width: 100%;
}

.con_item {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item {
    margin-bottom: 6em;
  }
}
.con_item .box_item {
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item {
    margin-bottom: 5em;
  }
}
.con_item .box_item .st {
  font-size: 213%;
  color: #343434;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item .st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .st {
    font-size: 175%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item .st {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .st {
    margin-bottom: 0.5em;
  }
}
.con_item .box_item .box_slide {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item .box_slide {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_slide {
    margin-bottom: 2em;
  }
}
.con_item .box_item .box_slide .slick-slide {
  outline: none;
  position: relative;
}
.con_item .box_item .box_slide .slick-slide img {
  margin: 0 auto;
}
.con_item .box_item .box_slide .slick-dots {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
}
.con_item .box_item .box_slide .slick-dots li {
  display: inline-block;
}
.con_item .box_item .box_slide .slick-dots li:first-of-type {
  margin-right: .5em;
}
.con_item .box_item .box_slide .slick-dots li.slick-active button {
  background: #5da6be;
}
.con_item .box_item .box_slide .slick-dots li button {
  display: block;
  width: 1em;
  height: 0;
  padding: 1em 0 0;
  background: #fff;
  overflow: hidden;
  border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_slide .slick-dots li button {
    margin: 0;
  }
}
.con_item .box_item .txt {
  margin: 40px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item .txt {
    margin: 20px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .txt {
    margin: 1em 0 3em;
  }
}
.con_item .box_item .note {
  display: block;
  margin-top: 1em;
  font-size: 90%;
  color: #999;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_item .note {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .note {
    margin-top: 1em;
  }
}
.con_item .box_item .tbl_basic {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .tbl_basic {
    margin-bottom: 0.5em;
  }
}
.con_item .box_item .tbl_basic tr th {
  min-width: 6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.con_item .box_item .tbl_basic tr td {
  text-align: left;
}
.con_item .box_item .box_t {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .con_item .box_item .box_t {
    display: block;
  }
}
.con_item .box_item .box_t .tbl_basic {
  width: 47%;
}
@media only screen and (max-width: 1024px) {
  .con_item .box_item .box_t .tbl_basic {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_t .tbl_basic {
    margin-bottom: 2em;
  }
}
.con_item .box_item .box_t .tbl_basic tr th {
  min-width: 10em;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_t .tbl_basic tr th {
    min-width: 6em;
  }
}
.con_item .box_item caption {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 112%;
}
.con_item .box_item .base_txt_layout {
  width: 95%;
}
.con_item .box_item .base_txt_layout .txt {
  margin: 60px 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .base_txt_layout .txt {
    margin: 40px 0 20px;
  }
}
.con_item .box_price {
  margin-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item .box_price {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_price {
    margin-top: 4em;
  }
}

.box_contact {
  margin-top: 70px;
  margin-bottom: 120px;
  padding: 50px 90px 40px;
  border: 1px solid #bea67c;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contact {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contact {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contact {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact {
    padding: 2em 1em;
  }
}
.box_contact::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 3px;
  background: #bea67c;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.box_contact .inner {
  margin: 40px auto 0;
  padding: 1.5em 0 2em;
  background: #eff6f8;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contact .inner {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact .inner {
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact .inner {
    padding: 2em 1em 1.5em;
  }
}
.box_contact .inner .title {
  font-weight: bold;
  font-size: 90%;
}
@media only screen and (min-width: 1025px) {
  .box_contact .inner .title {
    letter-spacing: 4px;
  }
}
@media print {
  .box_contact .inner .title {
    letter-spacing: 4px;
  }
}
.ie8 .box_contact .inner .title {
  letter-spacing: 4px;
}
.box_contact .inner .tel {
  color: #5da6be;
  font-size: 213%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contact .inner .tel {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact .inner .tel {
    font-size: 175%;
  }
}
.box_contact .inner .tel span,
.box_contact .inner .tel a {
  color: #5da6be;
}
.box_contact .inner .time,
.box_contact .inner .mail {
  color: #343434;
}
.box_contact .inner .mail {
  margin-bottom: 1em;
}

.att_list {
  margin-top: 3em;
}
.att_list .sub_tit {
  font-size: 138%;
  font-weight: normal;
  color: #010101;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .att_list .sub_tit {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .att_list .sub_tit {
    font-size: 100%;
  }
}
.att_list .can_list_c {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.att_list .att_list_c {
  position: relative;
  padding-left: 1.2em;
}
.att_list .att_list_c::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.con_att {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_att {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_att {
    margin-bottom: 3em;
  }
}
.con_att .st_basic {
  font-size: 138%;
  margin-bottom: .5em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_att .st_basic {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_att .st_basic {
    font-size: 113%;
  }
}
.con_att .att_list_c::before {
  content: "-";
}

.btn_basic a {
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    max-width: 85%;
  }
}

.box_plan02 {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_plan02 {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .box_plan02 {
    width: 100%;
  }
}

.box_plan {
  width: 85%;
  background: #eff6f8;
  padding: 4em 4em;
  margin: 0 auto;
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_plan {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .box_plan {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_plan {
    padding: 4em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_plan {
    padding: 2em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_plan {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_plan {
    margin-bottom: 3em;
  }
}
.box_plan caption {
  margin: 0 0 1em 0;
  color: #5da6be;
  font-weight: bold;
  margin-left: 1em;
}
.box_plan table.tbl_basic {
  margin-bottom: 4em !important;
}
@media only screen and (max-width: 767px) {
  .box_plan table.tbl_basic {
    margin-bottom: 3em !important;
  }
}
.box_plan table.tbl_basic tr th {
  width: 12%;
}

.link_plan {
  font-weight: bold;
  font-size: 112%;
}
.link_plan a {
  text-decoration: underline !important;
  text-underline-offset: 8px;
  color: #5da6be !important;
}
.link_plan a :hover {
  text-decoration: underline !important;
  color: #5da6be !important;
}
