@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
  hotel
----------------------------------------------------- */
.hotel .inner {
  padding: 120px 0 0;
}

@media screen and (max-width: 768px) {
  .hotel .inner {
    padding: 11.71875vw 0 0;
  }
}

.hotel .inner .hotel_ttl {
  display: inline-block;
  font-size: 5.2rem;
  line-height: 1.34615;
  color: #042054;
  border-bottom: 4px solid #014099;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  -webkit-border-image: -webkit-linear-gradient(left, #0099e2 0%, #014099 100%);
  -o-border-image: -o-linear-gradient(left, #0099e2 0%, #014099 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  border-image: linear-gradient(to right, #0099e2 0%, #014099 100%);
  border-image-slice: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .hotel .inner .hotel_ttl {
    font-size: 7.55208vw;
    margin-bottom: 7.8125vw;
  }
}

.hotel .inner .tab_area {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 20px 50px 0px rgba(68, 68, 68, 0.4);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area {
    border-radius: 2.60417vw;
  }
}

.hotel .inner .tab_area .tab {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  border-bottom: 4px solid #0091d2;
}

.hotel .inner .tab_area .tab li {
  width: calc(100% / 2);
  padding: 26px 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #c1c5c9;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area .tab li {
    padding: 2.60417vw 1.30208vw;
  }
}

.hotel .inner .tab_area .tab li:last-of-type {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area .tab li:last-of-type {
    margin-left: 0.78125vw;
  }
}

.hotel .inner .tab_area .tab li span {
  color: #717171;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area .tab li span {
    font-size: 3.90625vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hotel .inner .tab_area .tab li:hover {
    cursor: pointer;
  }
}

.hotel .inner .tab_area .tab li.is-current {
  background: #0091d2;
}

.hotel .inner .tab_area .tab li.is-current span {
  color: #ffffff;
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area .tab li.is-current span {
    font-size: 3.90625vw;
  }
}

.hotel .inner .tab_area .list {
  background: #ffffff;
}

.hotel .inner .tab_area .list .list_inner {
  display: none;
}

.hotel .inner .tab_area .list .list_inner.is-current {
  display: block;
}

.hotel .inner .tab_area .list .list_inner .content {
  padding: 90px 70px 80px;
}

@media screen and (max-width: 768px) {
  .hotel .inner .tab_area .list .list_inner .content {
    padding: 10.41667vw 5.20833vw 13.02083vw;
  }
}

.hotel .inner .tab_area .list .list_inner .content.is-current {
  display: block;
}

.hotel_detail_wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap {
    display: block;
  }
}

.hotel_detail_wrap + .hotel_detail_wrap {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ced1d3;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap + .hotel_detail_wrap {
    margin-top: 11.71875vw;
    padding-top: 11.71875vw;
  }
}

.hotel_detail_wrap .col {
  width: calc(100% / 2 - 2%);
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col {
    width: 100%;
  }
}

.hotel_detail_wrap .col.img_box img {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(68, 68, 68, 0.2);
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col.img_box {
    padding-top: 11.71875vw;
  }
}

.hotel_detail_wrap .col.text_box {
  text-align: left;
}

.hotel_detail_wrap .col.text_box .ttl {
  color: #042054;
  margin-bottom: 35px;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col.text_box .ttl {
    margin-bottom: 5.20833vw;
  }
}

@media screen and (min-width: 769px) {
  .hotel_detail_wrap .col.text_box .ttl.grad_line {
    display: inline-block;
    border-bottom: 4px solid #014099;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
    -webkit-border-image: -webkit-linear-gradient(left, #0099e2 0%, #014099 100%);
    -o-border-image: -o-linear-gradient(left, #0099e2 0%, #014099 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
    border-image: linear-gradient(to right, #0099e2 0%, #014099 100%);
    border-image-slice: 1;
  }
}

.hotel_detail_wrap .col.text_box .ttl span {
  font-size: 3.2rem;
  line-height: 1.2;
  border-bottom: 4px solid #014099;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  -webkit-border-image: -webkit-linear-gradient(left, #0099e2 0%, #014099 100%);
  -o-border-image: -o-linear-gradient(left, #0099e2 0%, #014099 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  border-image: linear-gradient(to right, #0099e2 0%, #014099 100%);
  border-image-slice: 1;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col.text_box .ttl span {
    font-size: 5.20833vw;
  }
}

.hotel_detail_wrap .col.text_box .ttl span:nth-of-type(n+2) {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .hotel_detail_wrap .col.text_box .ttl span.grad_no {
    border-bottom: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
  }
}

.hotel_detail_wrap .col.text_box .sub_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col.text_box .sub_ttl {
    font-size: 3.64583vw;
    margin-bottom: 1.30208vw;
  }
}

.hotel_detail_wrap .col.text_box .text {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .hotel_detail_wrap .col.text_box .text {
    font-size: 3.38542vw;
    margin-bottom: 4.42708vw;
  }
}

/* -----------------------------------------------------
  plan
----------------------------------------------------- */
.plan .inner .plan_wrap .item_list_wrap {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.plan .inner .plan_wrap .item_list_wrap:nth-of-type(n+2) {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap:nth-of-type(n+2) {
    margin: 13.02083vw auto 0;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #e4ecf1;
  border-radius: 12px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(68, 68, 68, 0.4);
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list {
    display: block;
    border-radius: 2.60417vw;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap {
    padding: 5.20833vw 4.42708vw;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .ttl {
  display: inline-block;
  font-size: 3rem;
  color: #042054;
  border-bottom: 4px solid #014099;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  -webkit-border-image: -webkit-linear-gradient(left, #0099e2 0%, #014099 100%);
  -o-border-image: -o-linear-gradient(left, #0099e2 0%, #014099 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  border-image: linear-gradient(to right, #0099e2 0%, #014099 100%);
  border-image-slice: 1;
  line-height: 1.2;
}

@media screen and (max-width: 1560px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .ttl {
    font-size: 1.79487vw;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .ttl {
    font-size: 5.46875vw;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .sub_text {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 8%;
}

@media screen and (max-width: 1560px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .sub_text {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .sub_text {
    font-size: 4.94792vw;
    padding: 0 0 5.20833vw;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area {
  padding: 10px 0;
  margin: 0 8%;
  background: #ffffff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area {
    padding: 3.90625vw 2.60417vw;
    border-radius: 2.60417vw;
    margin: 0 0;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large {
  font-size: 2.6rem;
  font-weight: 700;
  color: #042054;
  margin-bottom: 8px;
}

@media screen and (max-width: 1560px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large {
    font-size: 1.79487vw;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large {
    font-size: 6.25vw;
    margin-bottom: 0.78125vw;
  }
}

.plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large small {
  font-size: 1.8rem;
}

@media screen and (max-width: 1560px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large small {
    font-size: 1.15385vw;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_large small {
    font-size: 3.90625vw;
  }
}

@media screen and (max-width: 1560px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_small {
    font-size: 1.15385vw;
  }
}

@media screen and (max-width: 768px) {
  .plan .inner .plan_wrap .item_list_wrap .item_list .item.detail_wrap .text_area .text_small {
    font-size: 3.90625vw;
  }
}

/* -----------------------------------------------------
  flow
----------------------------------------------------- */
.flow .inner {
  padding: 0;
}

.flow .inner .flow_wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

.flow .inner .flow_wrap .flow_list {
  counter-reset: my-counter;
}

.flow .inner .flow_wrap .flow_list > li {
  list-style-type: none;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.flow .inner .flow_wrap .flow_list > li:last-of-type .icon::after {
  content: none;
}

.flow .inner .flow_wrap .flow_list > li:last-of-type dl dd {
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .flow .inner .flow_wrap .flow_list > li:last-of-type dl dd {
    /*font-size: vw(26);*/
    padding: 0;
  }
}

.flow .inner .flow_wrap .flow_list > li .icon {
  position: relative;
}

.flow .inner .flow_wrap .flow_list > li .icon::before {
  content: counter(my-counter, decimal-leading-zero);
  counter-increment: my-counter;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  background: #042054;
  color: #ffffff;
  border-radius: 50vw;
  padding: 2px 0 0;
}

@media screen and (max-width: 768px) {
  .flow .inner .flow_wrap .flow_list > li .icon::before {
    width: 13.02083vw;
    height: 13.02083vw;
    font-size: 5.20833vw;
    padding: 0.26042vw 0 0;
  }
}

.flow .inner .flow_wrap .flow_list > li .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: dotted 1px #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

.flow .inner .flow_wrap .flow_list > li dl {
  text-align: left;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .flow .inner .flow_wrap .flow_list > li dl {
    padding-left: 7.8125vw;
  }
}

.flow .inner .flow_wrap .flow_list > li dl dt {
  font-size: 4rem;
  line-height: 56px;
  color: #042054;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .flow .inner .flow_wrap .flow_list > li dl dt {
    /*font-size: vw(60);*/
    line-height: 15.625vw;
  }
}

.flow .inner .flow_wrap .flow_list > li dl dd {
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 0 80px;
}

@media screen and (max-width: 768px) {
  .flow .inner .flow_wrap .flow_list > li dl dd {
    /*font-size: vw(26);*/
    padding: 0 0 13.02083vw;
  }
}

.flow .inner .flow_wrap .flow_list > li dl dd a {
  display: inline-block;
  color: #0091d2;
  line-height: 1.4;
  text-decoration: underline;
  word-break: break-all;
  -webkit-text-decoration-skip: none;
}
