@charset "UTF-8";
/* ==========================================================================
//
// メディアクエリ
//
========================================================================== */
/* ==========================================================================
//
// トップページ
//
========================================================================== */
main {
  padding-bottom: 100px;
}

/* セクションタイトル
---------------------------------------------------------- */
.ttl-cmn-sec {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.15em;
}

/* メインビジュアル
---------------------------------------------------------- */
.hero-top {
  margin: 0 auto;
  max-width: 1920px;
}
.hero-top .box-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0), 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.hero-top .box-txt p {
  padding: 0 10px;
  line-height: 1.2;
}
.hero-top .swiper-wrapper {
  position: relative;
}
.hero-top .swiper-slide img {
  width: 100%;
}
.hero-top .swiper-pagination {
  position: absolute;
  z-index: 1;
  padding-right: 50px;
  text-align: right;
  bottom: 30px;
}
.hero-top .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  transition: 0.2s;
}
.hero-top .swiper-pagination-bullet:hover, .hero-top .swiper-pagination-bullet:focus {
  background: rgba(255, 255, 255, 0.5);
}
.hero-top .swiper-pagination-bullet-active, .hero-top .swiper-pagination-bullet-active:hover, .hero-top .swiper-pagination-bullet-active:focus {
  background: #fff;
}
.hero-top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  /* セクションタイトル
  ---------------------------------------------------------- */
  .ttl-cmn-sec {
    font-size: 26px;
  }
  /* メインビジュアル
  ---------------------------------------------------------- */
  .hero-top .box-txt {
    font-size: 28px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  main {
    padding-bottom: 80px;
  }
  /* セクションタイトル
  ---------------------------------------------------------- */
  .ttl-cmn-sec {
    font-size: 24px;
  }
  /* メインビジュアル
  ---------------------------------------------------------- */
  .hero-top .box-txt {
    font-size: 20px;
  }
  .hero-top .swiper-pagination {
    bottom: 15px !important;
    padding-right: 0;
    text-align: center;
  }
}
/* ==========================================================================
//
// 概要
//
========================================================================== */
.area-overview {
  padding: 70px 0;
}
.area-overview .ttl-sec {
  margin: 0 0 50px;
}
.area-overview .tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.area-overview .tbl a {
  color: #d20f15;
}
.area-overview .tbl > tbody > tr > th, .area-overview .tbl > tbody > tr > td {
  border: 1px solid #ccc;
  line-height: 1.5;
}
.area-overview .tbl > tbody > tr > th {
  width: 215px;
  background: #f8f8f8;
  letter-spacing: 0.1em;
}
.area-overview .tbl > tbody > tr > td {
  padding: 18px 30px;
  word-wrap: break-word;
}
.area-overview .tbl .tr-gaiyou .list {
  margin: 10px 0 0;
  list-style: none;
  font-size: 0;
}
.area-overview .tbl .tr-gaiyou .list li {
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #31a83b;
  border-radius: 8px;
  color: #31a83b;
  font-size: 14px;
  font-weight: bold;
}
.area-overview .tbl .tr-contact a {
  text-decoration: none;
  color: #555;
}
.area-overview .tbl .tr-checkout .list {
  display: inline-block;
}
.area-overview .tbl .tr-checkout .list:first-child {
  margin-right: 1em;
}
.area-overview .tbl .tr-checkout .list dt, .area-overview .tbl .tr-checkout .list dd {
  display: inline-block;
}
.area-overview .tbl .tr-checkout .list dt {
  font-weight: bold;
}
.area-overview .tbl .tr-price .tbl-sub {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
}
.area-overview .tbl .tr-price .tbl-sub caption {
  margin: 0 0 0.5em;
  font-weight: bold;
  text-align: left;
}
.area-overview .tbl .tr-price .tbl-sub caption:before {
  content: "▼";
}
.area-overview .tbl .tr-price .tbl-sub th, .area-overview .tbl .tr-price .tbl-sub td {
  border: 1px solid #e7c39f;
  text-align: center;
}
.area-overview .tbl .tr-price .tbl-sub th {
  padding: 10px 5px;
  background: #ffefde;
  color: #df5010;
}
.area-overview .tbl .tr-price .tbl-sub td {
  padding: 10px 5px;
}
.area-overview .tbl .tr-price .tbl-sub td .price span {
  font-weight: bold;
  font-size: 1.5em;
}
.area-overview .tbl .tr-price .note {
  text-indent: -1em;
  margin: 0 0 1.5em 1em;
}
.area-overview .tbl .tr-price .detail dt {
  font-weight: bold;
}
.area-overview .tbl .tr-price .detail dd + dt {
  margin-top: 1.5em;
}
.area-overview .tbl .tr-cancel .emphasis {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.area-overview .tbl .tr-cancel .emphasis em {
  font-style: normal;
  color: #ff0008;
}
.area-overview .tbl .tr-cancel .tbl-sub {
  margin: 20px 0;
}
.area-overview .tbl .tr-cancel .tbl-sub th, .area-overview .tbl .tr-cancel .tbl-sub td {
  padding: 0;
  border: none;
}
.area-overview .tbl .tr-cancel .tbl-sub th {
  background: none;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0;
}
.area-overview .tbl .tr-cancel .tbl-sub td span::before {
  content: "……";
}
.area-overview .tbl .tr-cancel .note {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.area-overview .tbl .tr-notes li {
  text-indent: -1em;
  margin: 0 0 0 1em;
  list-style: none;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  .area-overview {
    padding: 40px 0;
  }
  .area-overview .ttl-sec {
    margin-bottom: 30px;
  }
  .area-overview .tbl > tbody > tr > th {
    width: 150px;
  }
  .area-overview .tbl > tbody > tr > td {
    padding: 12px 15px;
    word-wrap: break-word;
  }
  .area-overview .tbl .tr-price .tbl-sub tbody {
    font-size: 13px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  .area-overview {
    padding: 30px 0;
  }
  .area-overview .tbl {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .area-overview .tbl > tbody {
    display: block;
  }
  .area-overview .tbl > tbody > tr {
    display: block;
  }
  .area-overview .tbl > tbody > tr > th,
.area-overview .tbl > tbody > tr > td {
    display: block;
    border-bottom: none;
  }
  .area-overview .tbl > tbody > tr > th {
    padding: 10px;
    width: 100%;
    text-align: left;
  }
}
/* ==========================================================================
//
// コンセプト
//
========================================================================== */
.area-concept {
  padding: 70px 0 120px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.area-concept .box-content,
.area-concept .img-photo {
  width: 50%;
}
.area-concept .box-content > div {
  max-width: 770px;
  margin: 0 0 0 auto;
  padding: 30px 20px 0;
}
.area-concept .box-content .ttl-sec {
  margin: 0 0 20px;
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.07em;
}
.area-concept .box-content .box + .box {
  margin-top: 40px;
}
.area-concept .box-content .box .ttl-box {
  padding: 5px 5px 5px 10px;
  margin: 0 0 0.3em;
  font-size: 22px;
  border-left: 3px solid #E95513;
  letter-spacing: 0.05em;
}
.area-concept .box-content .box .txt {
  margin: 0 0 10px;
  line-height: 1.5;
}
.area-concept .box-content .box table {
  margin: 0 0 1em;
  width: 100%;
  max-width: 500px;
  line-height: 1.4;
  border-collapse: collapse;
}
.area-concept .box-content .box table th, .area-concept .box-content .box table td {
  padding: 10px 10px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.area-concept .box-content .box table th {
  width: 5.8em;
  vertical-align: top;
  background: #f8f8f8;
  letter-spacing: 0.1em;
}
.area-concept .box-content .box table td {
  padding-left: 1em;
}
.area-concept .box-content .box .btn-menu {
  display: block;
  max-width: 300px;
  margin: 30px 0 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #da212a;
  background: #da212a;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-weight: bold;
}
.area-concept .box-content .box .btn-menu i {
  margin: 0 0.5em 0 0;
  font-size: 1.3em;
}
.area-concept .box-content .box .btn-menu:hover, .area-concept .box-content .box .btn-menu:focus {
  color: #da212a;
  background: #fff;
}

.box-btn-reserve {
  margin: 0 0 80px;
  padding: 0 20px;
}
.box-btn-reserve a {
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  max-width: 500px;
  display: block;
  border: 2px solid #E95513;
  background: #E95513;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.box-btn-reserve a:hover, .box-btn-reserve a:focus {
  color: #E95513;
  background: #fff;
}
.box-btn-reserve a i {
  margin: 0 0.5em 0 0;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  .area-concept {
    padding: 40px 0;
    display: block;
  }
  .area-concept .box-content,
.area-concept .img-photo {
    width: 100%;
  }
  .area-concept .box-content {
    margin-bottom: 30px;
  }
  .area-concept .box-content > div {
    max-width: none;
    padding: 0 20px;
  }
  .area-concept .box-content .ttl-sec,
.area-concept .box-content .txt-lead {
    text-align: center;
  }
  .area-concept .box-content .ttl-sec {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .area-concept .box-content .txt-lead {
    font-size: 24px;
  }
  .area-concept .box-content .box table {
    max-width: none;
  }
  .area-concept .box-content .box .ttl-box {
    font-size: 18px;
  }
  .area-concept .box-content .box .btn-menu {
    margin: 20px auto 0;
  }
  .box-btn-reserve {
    margin-bottom: 30px;
  }
  .box-btn-reserve a {
    font-size: 20px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  .area-concept {
    padding: 30px 0;
  }
  .area-concept .box-content .ttl-sec {
    font-size: 24px;
  }
  .area-concept .box-content .box .ttl-box {
    font-size: 18px;
  }
  .area-concept .box-content .box .btn-menu {
    max-width: none;
  }
  .box-btn-reserve a {
    font-size: 18px;
  }
}
/* ==========================================================================
//
// 写真ギャラリー
//
========================================================================== */
.area-gallery {
  padding: 40px 0 0;
}
.area-gallery .ttl-sec {
  margin: 0 0 60px;
}
.area-gallery .list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-gallery .list::before, .area-gallery .list::after {
  content: "";
  display: block;
  width: 24.21%;
}
.area-gallery .list::before {
  order: 1;
}
.area-gallery .list li {
  margin: 0 0 1.05%;
  width: 24.21%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.area-gallery .list li a {
  display: block;
  position: relative;
}
.area-gallery .list li a img {
  vertical-align: bottom;
  transition: 0.3s;
}
.area-gallery .list li a:hover img, .area-gallery .list li a:focus img {
  transform: scale(1.05);
}
.area-gallery .list a:hover .ttl-gallery,
.area-gallery .list a:focus .ttl-gallery {
  opacity: 1;
}
.area-gallery .list .ttl-gallery {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: 0.2s;
}
.area-gallery .list .ttl-gallery p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.area-gallery .list .ttl-gallery span {
  display: block;
  position: relative;
  padding: 0 0 20px;
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #fff;
}
.area-gallery .list .ttl-gallery span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 45px;
  height: 1px;
  background: #fff;
}

/*-- モーダルウィンドウ --*/
.lb-data .lb-caption {
  font-size: 14px;
}

/* ==========================================================================
// TB
========================================================================== */
@media screen and (max-width:1024px) {
  .area-gallery .list .ttl-gallery span {
    font-size: 16px;
  }
}
/* ==========================================================================
// SP
========================================================================== */
@media screen and (max-width:480px) {
  .area-gallery .ttl-sec {
    margin-bottom: 30px;
  }
  .area-gallery .list li {
    margin-bottom: 2%;
    width: 49%;
  }
}

/*# sourceMappingURL=style.css.map */
