@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.com-anchor {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 33px;
  }
}
.com-txt .ac {
  color: #ef7581;
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #089e74;
}

.marker {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 160px 0 120px;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center rgba(62, 58, 57, 0.3);
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-wave01 {
  background: url(../img/top/com_wave-bg-beige.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-wave01 {
    background-size: auto;
  }
}
.com-wave02 {
  background: url(../img/top/com_wave-bg-blue.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-wave02 {
    background-size: auto;
  }
}
.com-wave03 {
  background: url(../img/top/com_wave-bg-green.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-wave03 {
    background-size: auto;
  }
}
.com-wave04 {
  background: url(../img/top/com_wave-bg-white.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-wave04 {
    background-size: auto;
  }
}

.com-bg01 {
  background: #f3eeeb;
}
.com-bg02 {
  background: url(../img/top/highlights-r.png) no-repeat calc(50% + 449px) 0px #c3e1e6;
}

.news-post {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-post-item {
    max-width: 250px;
  }
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 35px;
  }
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 73.7%;
  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.news-post-img::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/top/news-arw.png) no-repeat right bottom;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 1;
}
.news-post-time {
  display: block;
  margin: 15px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-ttl {
  margin: 5px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-post-tag {
  display: flex;
  margin-top: 13px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1.5;
}
.news-post-tag li:nth-of-type(n+2) {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid;
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #089e74;
  line-height: 1.2;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag > li:nth-of-type(n+2) {
  margin-left: 48px;
}
.com-tag-item {
  width: 100%;
  max-width: 350px;
}
.com-tag-link {
  width: 100%;
  max-width: none;
}

/* =========================================

  main layout  all

========================================= */
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 10.26%;
  background: url(../img/top/fixed-btm.png) no-repeat center bottom/contain;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
@media screen and (min-width: 1921px) {
  body::before {
    padding-top: 197px;
    background-size: cover;
    background-position-y: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  body::before {
    bottom: -8%;
  }
}

/* top-concept  PC
------------------------------------ */
#top-concept .concept-con {
  margin-left: 60px;
}
#top-concept .concept-ttl {
  text-align: left;
}
#top-concept .concept-ttl .en {
  display: inline-block;
  position: relative;
}
#top-concept .concept-ttl .ico {
  position: absolute;
  top: -15px;
  right: -49px;
}
#top-concept .concept-txt-box {
  margin-top: 34px;
}

/* top-facility  PC
------------------------------------ */
#top-facility .facility-ttl .en {
  display: inline-block;
  position: relative;
}
#top-facility .facility-ttl .ico {
  position: absolute;
  right: -82px;
  top: -53px;
}
#top-facility .facility-season {
  margin: 39px auto 0;
  position: relative;
  z-index: 1;
}
#top-facility .facility-season::before {
  content: "";
  display: block;
  width: 115px;
  height: 214px;
  background: url(../img/top/top_map-ttl-deco-left.png) no-repeat left bottom/contain;
  position: absolute;
  left: 127px;
  top: -157px;
  z-index: -1;
}
#top-facility .facility-season-box {
  height: 0;
  padding-top: 46.3%;
  background: url(../img/top/top_map-img-spring.png) no-repeat center/cover;
  border-radius: 30px;
  border: 9px solid #fff;
  position: relative;
}
#top-facility .facility-season-box-season {
  background-image: url(../img/top/top_highlights-list-img01.png);
}
#top-facility .facility-season-box-summer {
  background-image: url(../img/top/top_highlights-list-img02.png);
}
#top-facility .facility-season-box-autumn {
  background-image: url(../img/top/top_highlights-list-img03.png);
}
#top-facility .facility-season-box-winter {
  background-image: url(../img/top/top_highlights-list-img04.png);
}
#top-facility .facility-season-link {
  position: absolute;
}
#top-facility .facility-season-link01 {
  left: 21.1%;
  top: 11.8%;
}
#top-facility .facility-season-link02 {
  left: 32.1%;
  top: 31%;
}
#top-facility .facility-season-link03 {
  left: 30.1%;
  top: 55.4%;
}
#top-facility .facility-season-link04 {
  left: 42.9%;
  bottom: 7.4%;
}
#top-facility .facility-season-link05 {
  top: 13.4%;
  right: 27.6%;
}
#top-facility .facility-season-link06 {
  top: 52.4%;
  right: 33.1%;
}
#top-facility .facility-btn {
  margin: 50px auto 0;
}

/* top-highlights  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-highlights .com-ttl01 {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
  }
}
#top-highlights .highlights-list {
  margin: 35px auto 0;
}
#top-highlights .highlights-list-item {
  display: flex;
  align-items: center;
}
#top-highlights .highlights-list-item:nth-of-type(n+2) {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #top-highlights .highlights-list-item:nth-of-type(2n-1) .highlights-list-con {
    margin-left: 36px;
  }
  #top-highlights .highlights-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #top-highlights .highlights-list-item:nth-of-type(2n) .highlights-list-con {
    margin-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  #top-highlights .highlights-list-img {
    width: 49.5%;
    height: 510px;
    position: relative;
  }
  #top-highlights .highlights-list-img03 {
    width: 49.7%;
  }
  #top-highlights .highlights-list-img04 {
    width: 49.2%;
  }
  #top-highlights .highlights-list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #top-highlights .highlights-list-img {
    height: 0;
    padding-top: 26.5625%;
  }
}
#top-highlights .highlights-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-highlights .highlights-list-con {
    max-width: 520px;
  }
}
#top-highlights .highlights-list-ico {
  text-align: center;
}
#top-highlights .highlights-list-ttl {
  margin: 19px auto 0;
}
#top-highlights .highlights-list-txt {
  margin: 30px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-highlights .highlights-list-txt {
    font-size: 1.5rem;
  }
}
#top-highlights .highlights-list-txt {
  line-height: 1.9;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/top_bnr.jpg) no-repeat center top/cover;
}
#top-bnr .bnr-inner {
  background: url(../img/top/top_bnr-bg-deco.png) no-repeat center 20px;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 454px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-top: 110px;
  margin-left: 26px;
}
#top-bnr .bnr-list-link {
  display: grid;
  width: 100%;
  background: url(../img/top/bnr-box.png) no-repeat center top;
  height: 416px;
  place-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-ico01 {
    transform: translate(0, -5px);
  }
  #top-bnr .bnr-list-link:hover .bnr-ico02 {
    transform: translate(5px, -5px);
  }
  #top-bnr .bnr-list-link:hover .bnr-ico03 {
    transform: translate(-5px, 10px);
  }
  #top-bnr .bnr-list-link:hover .bnr-ico04 {
    transform: translate(-5px, -10px);
  }
  #top-bnr .bnr-list-link:hover .bnr-ico05 {
    transform: translate(-5px, 10px);
  }
}
#top-bnr .bnr-list-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.7rem;
  }
}
#top-bnr .bnr-list-ttl {
  letter-spacing: 0.15em;
  color: #089e74;
  line-height: 1.47;
}
#top-bnr .bnr-ico {
  position: absolute;
  transition: all 0.3s ease;
}
#top-bnr .bnr-ico01 {
  left: 45px;
  top: 32px;
}
#top-bnr .bnr-ico02 {
  top: -10px;
  right: 20px;
}
#top-bnr .bnr-ico03 {
  bottom: -50px;
  left: 0;
}
#top-bnr .bnr-ico04 {
  top: 7px;
  right: 27px;
}
#top-bnr .bnr-ico05 {
  left: 40px;
  bottom: -14px;
}

/* top-information  PC
------------------------------------ */
#top-information .information-flx {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #top-information .information-map {
    max-width: 450px;
    height: auto;
    padding-top: 0;
  }
}

/* top-reservation  PC
------------------------------------ */
#top-reservation {
  background: url(../img/top/top_cta-bg.jpg) no-repeat center/cover;
}
#top-reservation .reservation-box {
  padding: 48px 0;
  background: url(../img/top/top_cta-deco-right.png) no-repeat 27px 52px, url(../img/top/top_cta-deco-left.png) no-repeat calc(100% - 27px) 11px, url(../img/ptn/ptn.png);
  border-radius: 0 0 30px 30px;
  position: relative;
}
#top-reservation .reservation-box::before, #top-reservation .reservation-box::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#top-reservation .reservation-box::before {
  width: 100%;
  height: 0;
  padding-top: 61px;
  background: url(../img/top/top_cta-bg-deco.png) no-repeat center bottom/contain;
  top: -60px;
}
#top-reservation .reservation-box::after {
  width: 438px;
  height: 158px;
  background: url(../img/top/top_cta-deco-center.png) no-repeat center top/contain;
  top: -123px;
}
#top-reservation .reservation-list {
  margin: 40px auto 0;
}
#top-reservation .reservation-list li:nth-of-type(n+2) {
  margin-left: 34px;
}
#top-reservation .reservation-info-btn {
  width: 380px;
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  #top-reservation .reservation-info-btn::before {
    width: 80px;
    height: 80px;
    background-position-x: calc(100% - 25px);
  }
  #top-reservation .reservation-info-btn:hover::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
#top-reservation .com-btn01 {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-reservation .com-btn01 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-reservation .com-btn01-check::before {
    background-size: 30px;
  }
  #top-reservation .com-btn01-reserve::before {
    background-size: 32px;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #f3eeeb;
}
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-btn {
  max-width: 250px;
}
#top-news .news-post {
  margin: 40px auto 0;
}

/* =========================================

  sub layout  all

========================================= */
/* facility  PC
------------------------------------ */
#facility .facility-wrap {
  margin: 105px auto 0;
}
#facility .facility-list {
  margin: 32px auto 0;
  position: relative;
  z-index: 1;
}
#facility .facility-list::before {
  content: "";
  display: block;
  width: 115px;
  height: 214px;
  background: url(../img/factory/top_map-ttl-deco-left.png) no-repeat left top/contain;
  position: absolute;
  left: 190px;
  top: -139px;
  z-index: -1;
}
#facility .facility-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#facility .facility-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#facility .facility-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#facility .facility-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #facility .facility-list-con {
    max-width: 530px;
  }
}
#facility .facility-list-txt-box {
  margin: 17px auto 0;
}
#facility .facility-list-btn {
  width: 100%;
  max-width: none;
  margin: 30px auto 0;
}
#facility .facility-list-img img {
  border-radius: 30px;
}
#facility .facility-role {
  margin: 22px auto 0;
  border-radius: 9px;
  padding: 20px 12px 24px;
  background: #f3eeeb;
}
#facility .facility-role .ttl {
  border-bottom: 1px solid #089e74;
  text-align: center;
  color: #089e74;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
#facility .facility-role ul {
  margin: 12px auto 0;
  padding: 0 15px;
}
#facility .facility-role ul li {
  padding-left: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  position: relative;
}
#facility .facility-role ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#facility .price {
  background-color: #f3eeeb;
  background-position: calc(50% + 355px) 34px;
}
#facility .price-txt {
  margin: 17px auto 0;
  text-align: center;
}
#facility .price-list {
  margin: 38px auto 0;
}
#facility .price-list-item {
  width: 100%;
  border-radius: 0px;
  border: 3px solid #fff;
  background: #fff;
  padding-bottom: 38px;
}
#facility .price-list-item.harf {
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  #facility .price-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#facility .price-list-item.max .price-list-table {
  width: calc(100% - 150px);
}
#facility .price-list-item.max .price-list-table.lg {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #facility .price-list-item.max .price-list-table.lg tbody tr:nth-of-type(1) td {
    padding-top: 25px;
  }
}
#facility .price-list-item.max .price-list-table.lg tbody tr:last-of-type {
  border: none;
}
#facility .price-list-item.max .price-list-table.lg tbody th, #facility .price-list-item.max .price-list-table.lg tbody td {
  text-align: left;
}
#facility .price-list-table {
  width: calc(100% - 25px);
  margin: 13px auto 0;
}
@media screen and (min-width: 768px) {
  #facility .price-list-table.lg tr:nth-of-type(1) th:nth-of-type(1) {
    width: 21.7%;
  }
  #facility .price-list-table.lg tr:nth-of-type(1) th:nth-of-type(2) {
    width: 62%;
  }
}
#facility .price-list-table.lg tbody tr td:nth-of-type(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#facility .price-list-table tr {
  border-bottom: 1px solid #089e74;
}
#facility .price-list-table tr.none {
  border: none;
}
#facility .price-list-table tr.txt td {
  padding-top: 0;
  text-align: left;
}
#facility .price-list-table th, #facility .price-list-table td {
  padding: 14px 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #facility .price-list-table th, #facility .price-list-table td {
    font-size: 1.5rem;
  }
}
#facility .price-list-table th, #facility .price-list-table td {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#facility .price-list-table th {
  color: #089e74;
}
#facility .price-list-table td {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#facility .price-list-table thead tr {
  border: none;
}
#facility .price-list-table thead th {
  text-align: center;
  background: #f3eeeb;
  color: #089e74;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #facility .price-list-table thead th {
    font-size: 1.5rem;
  }
}
#facility .price-list-table thead th:nth-of-type(n+2) {
  border-left: 20px solid #fff;
}
#facility .price-list-table-wrap {
  margin: 20px auto 0;
}
#facility .price-list-table-wrap table {
  max-width: 440px;
  margin: 0;
}
#facility .price-list-table-wrap table:nth-of-type(n+2) {
  margin-left: 50px;
}
#facility .price-list-table-wrap table th {
  width: 50%;
}
#facility .price-list-note {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}
#facility .price-list-note.mt {
  text-align: center;
}
#facility .price-note {
  width: calc(100% - 150px);
  margin: 22px auto 0;
}

/* enjoy  PC
------------------------------------ */
#enjoy .how-list {
  margin: 40px auto 0;
}
#enjoy .how-list-item:nth-of-type(1) {
  padding-bottom: 100px;
}
#enjoy .how-list-item:nth-of-type(2) {
  background: #f3eeeb;
}
#enjoy .how-list-item:nth-of-type(3) {
  background: #c3e1e6;
}
@media screen and (min-width: 768px) {
  #enjoy .how-list-item:nth-of-type(n+2) {
    padding-top: 100px;
  }
}
#enjoy .how-list-wave {
  padding-bottom: 100px;
}
#enjoy .how-list-wave .how-list-flx {
  margin-top: 0;
}
#enjoy .how-list-left {
  position: relative;
}
#enjoy .how-list-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #enjoy .how-list-right {
    max-width: 520px;
  }
}
#enjoy .how-list-flx {
  width: 100%;
  max-width: 1080px;
  margin: 35px auto 0;
}
#enjoy .how-list-ttl {
  text-align: left;
  background-position-x: left;
}
@media screen and (min-width: 768px) {
  #enjoy .how-list-ico {
    position: absolute;
    left: 11px;
    bottom: 80px;
  }
  #enjoy .how-list-ico img {
    max-width: none;
  }
  #enjoy .how-list-ico03 {
    bottom: 10px;
  }
}
#enjoy .how-list-time > li:last-of-type {
  min-height: 1px;
}
#enjoy .how-list-time > li:last-of-type::after {
  content: none;
}
#enjoy .how-list-time-item {
  display: flex;
  min-height: 120px;
  position: relative;
  align-items: flex-start;
}
#enjoy .how-list-time-item::before, #enjoy .how-list-time-item::after {
  content: "";
  position: absolute;
}
#enjoy .how-list-time-item::before {
  width: 15px;
  height: 15px;
  background: #089e74;
  border-radius: 999px;
  left: 0;
  top: 10px;
}
#enjoy .how-list-time-item::after {
  width: 2px;
  height: 66.6%;
  background: #089e74;
  top: 35px;
  left: 7px;
}
@media screen and (min-width: 768px) {
  #enjoy .how-list-time .time {
    min-width: 130px;
  }
}
#enjoy .how-list-time .time {
  padding-left: 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #enjoy .how-list-time .time {
    font-size: 1.6rem;
  }
}
#enjoy .how-list-time .time {
  letter-spacing: 0.05em;
  color: #089e74;
  line-height: 1;
  flex-shrink: 0;
}
#enjoy .how-list-time .time .sm {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #enjoy .how-list-time .time .sm {
    font-size: 1.5rem;
  }
}
#enjoy .how-list-time .time .sm {
  transform: rotate(90deg);
}
#enjoy .how-list-time dl {
  margin-left: 17px;
}
#enjoy .how-list-time dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #enjoy .how-list-time dl dt {
    font-size: 1.5rem;
  }
}
#enjoy .how-list-time dl dt {
  letter-spacing: 0.15em;
  color: #089e74;
  line-height: 1.6;
  flex-shrink: 0;
  position: relative;
}
#enjoy .how-list-time dl dd {
  margin-top: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
#enjoy .how-list-image {
  display: flex;
  max-width: 1080px;
  margin: 25px auto 0;
  justify-content: space-between;
}
#enjoy .how-list-image img {
  border-radius: 30px;
}

/* faq  PC
------------------------------------ */
#faq .faq-inner {
  background: url(../img/faq/top_bnr-faq-deco-btm.png) no-repeat left 123px, url(../img/faq/top_bnr-faq-deco-right.png) no-repeat right 110px;
}
#faq .faq-list {
  margin: 40px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin: 35px auto 0;
}
#faq .faq-list-ttl {
  padding: 13px 80px;
  border-radius: 30px;
  background: #089e74;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
#faq .faq-list-ttl::before {
  content: "Q";
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 58px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl::before {
  letter-spacing: 0.05em;
  color: #089e74;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#faq .faq-list-txt {
  margin: 14px auto 0;
  padding: 0 80px;
  line-height: 1.875;
  white-space: pre-line;
}

/* information  PC
------------------------------------ */
#information .information-flx {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #information .information-map {
    max-width: 450px;
    height: auto;
    padding-top: 0;
  }
}
#information .greeting {
  background-color: #f3eeeb;
}
#information .greeting-flx {
  margin: 35px auto 0;
}
#information .greeting-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .greeting-right {
    max-width: 632px;
  }
}
#information .greeting-name {
  margin-top: 20px;
  text-align: right;
}
#information .greeting-name p {
  display: inline-block;
  padding: 7px 28px;
  text-align: center;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #089e74;
  line-height: 1.6;
}
#information .how-ttl {
  text-align: left;
}
#information .how-box {
  margin: 40px auto 0;
  padding: 24px 0 39px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
}
#information .how-box-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #information .how-box-ttl {
    font-size: 1.5rem;
  }
}
#information .how-box-txt {
  margin: 30px auto 0;
}
#information .how-list {
  margin: 40px auto 0;
}
#information .how-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#information .how-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#information .how-list-item h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #information .how-list-item h5 {
    font-size: 1.5rem;
  }
}
#information .how-list-item h5 {
  text-align: left;
  background-position-x: left;
}
#information .how-list-check {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .how-list-check {
    max-width: 635px;
  }
}
#information .how-list-check li {
  padding-left: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #information .how-list-check li {
    font-size: 1.5rem;
  }
}
#information .how-list-check li {
  line-height: 1.875;
  letter-spacing: 0.05em;
  position: relative;
}
#information .how-list-check li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* contact  PC
------------------------------------ */
#contact .reservation-box {
  padding: 48px 0;
  background: url(../img/top/top_cta-deco-right.png) no-repeat 27px 52px, url(../img/top/top_cta-deco-left.png) no-repeat calc(100% - 27px) 11px, url(../img/ptn/ptn.png);
  border-radius: 0 0 30px 30px;
  position: relative;
}
#contact .reservation-box::before, #contact .reservation-box::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#contact .reservation-box::before {
  width: 100%;
  height: 0;
  padding-top: 61px;
  background: url(../img/top/top_cta-bg-deco.png) no-repeat center bottom/contain;
  top: -60px;
}
#contact .reservation-box::after {
  width: 438px;
  height: 158px;
  background: url(../img/top/top_cta-deco-center.png) no-repeat center top/contain;
  top: -123px;
}
#contact .reservation-list {
  margin: 40px auto 0;
}
#contact .reservation-list li:nth-of-type(n+2) {
  margin-left: 34px;
}
#contact .reservation-info-btn {
  width: 380px;
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  #contact .reservation-info-btn::before {
    width: 80px;
    height: 80px;
    background-position-x: calc(100% - 25px);
    top: 0;
    right: 0;
  }
  #contact .reservation-info-btn:hover::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
#contact .reservation-txt {
  margin: 35px auto 0;
  text-align: center;
}
#contact .com-ttl02 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #contact .com-ttl02 {
    font-size: 1.5rem;
  }
}
#contact .com-btn01 {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .com-btn01 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .com-btn01-check::before {
    background-size: 30px;
  }
  #contact .com-btn01-reserve::before {
    background-size: 32px;
  }
}
#contact .form {
  margin: 40px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin: 40px auto 0;
  padding: 40px 0 0;
  border-top: 1px solid #089e74;
}
#news .com-news-time {
  margin: 0;
}
#news .com-news-img {
  border-radius: 30px;
  overflow: hidden;
}/*# sourceMappingURL=all.css.map */