@charset "UTF-8";
/* Scss Document */
/* =10px */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
  /*62.5%*/
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #000;
  background: #FDFDFD;
  counter-reset: number 0;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  word-break: normal;
  letter-spacing: 0.05em;
  font-weight: 300;
}

p:last-of-type {
  margin-bottom: 0;
}

a:focus,
*:focus {
  outline: none;
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

article {
  margin-bottom: 96px;
}
@media (min-width: 992px) {
  article {
    margin-bottom: 128px;
  }
}

.container {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    padding-right: 4%;
    padding-left: 4%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
}

.align__left {
  text-align: left !important;
}
.align__right {
  text-align: right !important;
}
.align__center {
  text-align: center !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 1.5em !important;
}

.mb-3 {
  margin-bottom: 2em !important;
}

.mb-4 {
  margin-bottom: 2.5em !important;
}

.mb-5 {
  margin-bottom: 3em !important;
}

.c-hero {
  position: relative;
}
.c-hero h1 img {
  position: absolute;
  top: 16px;
  left: 2%;
  width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  .c-hero h1 img {
    width: 35vw;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-hero img.catch {
  position: absolute;
  top: 96px;
}
@media (min-width: 768px) {
  .c-hero img.catch {
    width: calc(100vw - 40vw);
    top: 8%;
    left: 38vw;
  }
}
.c-hero img.hero {
  margin-top: 132px;
}
@media (min-width: 768px) {
  .c-hero img.hero {
    margin-top: 0;
  }
}

.l-bg__orange {
  background: #FFEFD7;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .l-bg__orange {
    padding: 56px 0;
  }
}
@media (min-width: 992px) {
  .l-bg__orange {
    padding: 64px 0;
  }
}

.l-bg__gray {
  background: #E6E6E6;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .l-bg__gray {
    padding: 56px 0;
  }
}
@media (min-width: 992px) {
  .l-bg__gray {
    padding: 64px 0;
  }
}

.gmap iframe {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}

nav.pc-only {
  background: #F2B300;
  padding-top: 24px;
  padding-bottom: 24px;
}
nav.pc-only ul {
  list-style-type: none;
  font-size: clamp(1.7rem, calc(1.569rem + 0.54vw), 2rem);
  font-weight: 800;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
nav.pc-only ul li {
  text-align: center;
}
nav.pc-only ul li + li {
  border-left: solid 3px #fff;
}
nav.pc-only ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
}
nav.pc-only .nav-area {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  nav.pc-only .nav-area {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  nav.pc-only .nav-area {
    max-width: 1140px;
  }
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../../images/common/bg-sp-nav.png");
  background-size: cover;
  transition: all 0.6s;
}
@media (min-width: 768px) {
  #g-nav {
    display: none;
  }
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  list-style-type: none;
  margin-right: 32px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#g-nav li {
  border-bottom: solid 1px #fff;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 16px;
  display: block;
  position: relative;
}
#g-nav li a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .openbtn {
    display: none;
  }
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

footer {
  background: #F2B300;
}
footer img {
  display: none;
}
@media (min-width: 768px) {
  footer img {
    display: block;
  }
}
footer p {
  font-size: small;
  text-align: inherit;
  text-justify: inherit;
  white-space: nowrap;
}
@media (min-width: 768px) {
  footer p {
    display: none;
  }
}
footer a {
  display: block;
  width: 100%;
  color: #000;
  padding: 8px 0 8px 16px;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  footer a {
    padding: 8px 0 8px 32px;
    text-align: center;
  }
}

.c-grid__menu {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .c-grid__menu {
    grid-template-columns: 1fr 1.75fr;
    grid-template-rows: repeat(2, auto);
    gap: 8px;
  }
  .c-grid__menu .item-1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .c-grid__menu .item-2 {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .c-grid__menu .item-3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 992px) {
  .c-grid__menu {
    grid-template-columns: 1fr 1.5fr;
    column-gap: 24px;
  }
}
.c-grid__menu h3 {
  font-size: clamp(1.8rem, calc(1.712rem + 0.36vw), 2rem);
  letter-spacing: 0.125em;
  line-height: 1.5;
  margin-bottom: 4px;
}
.c-grid__menu h3 span {
  display: block;
  color: #F2B300;
  font-size: clamp(1.6rem, calc(1.512rem + 0.36vw), 1.8rem);
}
.c-grid__menu h2 {
  font-size: clamp(1.7rem, calc(1.656rem + 0.18vw), 1.8rem);
  font-weight: 500;
  background: #F2D7BB;
  border: solid 1px #F2D7BB;
  color: #fff;
  line-height: 1;
  padding: 8px 4px;
  margin-bottom: 0;
  position: relative;
}
.c-grid__menu h2 span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  position: absolute;
  right: 4px;
}
.c-grid__menu img {
  border: solid 1px #F2D7BB;
  margin-bottom: 16px;
}

.c-grid__price {
  display: grid;
  grid-template-columns: 1fr;
}
.c-grid__price h3 {
  font-size: 1.6rem;
  font-weight: 400;
  background: #9B8C81;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-grid__price {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .c-grid__price h3 {
    justify-content: center;
    align-items: center;
  }
  .c-grid__price h3 br {
    display: block !important;
  }
}
.c-grid__price table {
  font-size: 1.6rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.c-grid__price table th {
  background: #9B8C81;
  color: #fff;
  font-weight: 400;
  padding: 8px;
  text-align: left;
}
.c-grid__price table td {
  padding: 8px;
  width: calc(100% /3);
  border-bottom: solid 1px #9B8C81;
}
.c-grid__price table td:first-child {
  text-align: right;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .c-grid__price table td:first-child {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .c-grid__price table td:first-child {
    width: calc(100% /3);
  }
}
.c-grid__price table td:last-child {
  text-align: right;
  padding-right: 64px;
}
@media (min-width: 768px) {
  .c-grid__price table td:last-child {
    width: 25%;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .c-grid__price table td:last-child {
    width: calc(100% /3);
    padding-right: 40px;
  }
}
.c-grid__price table td:nth-child(2) {
  background-image: url("../../../../images/content/dot_line.png");
  background-position: top 50% left 16px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .c-grid__price table td:nth-child(2) {
    background-position: top 50% left 8px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .c-grid__price table td:nth-child(2) {
    background-position: top 50% left 4px;
    width: calc(100% /3);
  }
}
.c-grid__price table tr:last-of-type td {
  border-bottom: none;
}

.c-grid__about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid__about {
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid__about h4 {
  color: #F2B300;
  font-size: clamp(1.4rem, calc(0.962rem + 1.8vw), 2.4rem);
  font-weight: 400;
}
.c-grid__about h3 {
  font-size: clamp(1.5rem, calc(1.106rem + 1.62vw), 2.4rem);
  margin-bottom: 8px;
}
.c-grid__about p {
  font-size: clamp(1.4rem, calc(1.312rem + 0.36vw), 1.6rem);
}

.c-grid__access {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid__access {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.c-grid__access img.logo {
  width: 90%;
  margin-bottom: 32px;
}
.c-grid__access dl {
  font-size: clamp(1.4rem, calc(1.312rem + 0.36vw), 1.6rem);
}
.c-grid__access dl span {
  display: block;
}
@media (min-width: 992px) {
  .c-grid__access dl span {
    display: contents;
  }
}
.c-grid__access dl dd {
  margin-bottom: 16px;
}
.c-grid__access dl dd:last-of-type {
  margin-bottom: 0;
}
.c-grid__access dl dt {
  line-height: 25px;
  position: relative;
  margin-left: 28px;
  font-size: 1.7rem;
}
.c-grid__access dl dt.pin:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../../../images/common/icon-pin.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.c-grid__access dl dt.tel:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../../../images/common/icon-tel.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.c-grid__access dl dt.time:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../../../images/common/icon-clock.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

.c-grid__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
}
.c-grid__footer div:first-child {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .c-grid__footer div:first-child {
    padding-right: 32px;
  }
}
.c-grid__footer div + div {
  border-left: solid 1px #000;
}

.c-grid__nav {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-grid__nav .item-1 {
  background: #F2B300;
  padding: 24px 16px;
  height: 100vh;
}
.c-grid__nav .item-1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}
.c-grid__nav .item-2 img {
  width: 100px;
  margin-top: 32px;
  margin-left: 32px;
  margin-bottom: 80px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}

img.alignright {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

img.aligncenter {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

table.c-table__price {
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border: solid 1px #B3B3B3;
  border-collapse: collapse;
  width: 100%;
}
table.c-table__price th,
table.c-table__price td {
  padding: 16px;
  border: solid 1px #B3B3B3;
  white-space: nowrap;
}
table.c-table__price td {
  border-left: none;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}
table.c-table__price th {
  border-right: none;
}
table.c-table__price th p {
  position: relative;
  font-weight: 600;
}
table.c-table__price th p span {
  background: #fff;
  padding-right: 0.5em;
  display: block;
}
@media (min-width: 768px) {
  table.c-table__price th p span {
    display: inline;
  }
}
table.c-table__price th p span.price {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  table.c-table__price th p span.price {
    position: absolute;
    right: 0;
    padding-left: 1em;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  table.c-table__price th p:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
}

.p-linebox {
  display: none;
}
@media (min-width: 768px) {
  .p-linebox {
    display: block;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url("../../../../images/content/bottanical.jpg");
    background-size: cover;
    text-align: center;
  }
  .p-linebox img {
    width: 90%;
    max-width: 900px;
  }
}

.p-reservebox {
  text-align: center;
  padding: 24px 0;
}
.p-reservebox img {
  width: 50%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .p-reservebox {
    display: none;
  }
}

.p-bg__leaf {
  aspect-ratio: 375/50;
  width: 100%;
  background-image: url("../../../images/content/leaf.jpg");
  background-size: cover;
  object-fit: cover;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-bg__leaf {
    aspect-ratio: 192/20;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-bg__leaf {
    margin-bottom: 164px;
  }
}
.p-bg__leaf h3 {
  text-align: center;
  position: absolute;
  display: inline-block;
  font-size: clamp(1.8rem, calc(.274rem + 2.16vw), 3rem);
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-bg__leaf h3 span:before {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background: #000;
  position: absolute;
  left: -32px;
  top: 50%;
  z-index: 99;
}
.p-bg__leaf h3 span:after {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background: #000;
  position: absolute;
  right: -32px;
  top: 50%;
  z-index: 99;
}

#price h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #price h3 {
    margin-bottom: 80px;
  }
  #price h3 br {
    display: none;
  }
}

#set {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #set {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #set {
    margin-bottom: 124px;
  }
}

#set h3 {
  margin-bottom: 40px;
  text-align: center;
}
#set h3 br:nth-child(n+2) {
  display: none;
}
@media (min-width: 768px) {
  #set h3 {
    margin-bottom: 80px;
  }
  #set h3 br:first-child {
    display: none;
  }
  #set h3 br:nth-child(n+2) {
    display: block;
  }
}

h2 {
  font-size: clamp(2.4rem, calc(1.787rem + 2.52vw), 3.8rem);
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: 0.125em;
}

h2.u-v2__border {
  position: relative;
  font-size: clamp(2.4rem, calc(1.787rem + 2.52vw), 3.8rem);
  text-transform: uppercase;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 32px;
}
h2.u-v2__border span {
  padding-left: 8px;
  padding-right: 8px;
}
h2.u-v2__border span:before {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #000;
  width: 24px;
  height: 1px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
h2.u-v2__border span:after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #000;
  width: 24px;
  height: 1px;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

h3 {
  font-size: clamp(1.6rem, calc(1.074rem + 2.16vw), 2.8rem);
  letter-spacing: normal;
  font-weight: 500;
  margin-bottom: 24px;
}
h3.u-v3__green {
  font-size: clamp(1.6rem, calc(1.512rem + 0.36vw), 1.8rem);
  background: #71BE74;
  padding: 8px;
  color: #fff;
}
h3.u-v3__green br {
  display: none;
}
@media (min-width: 992px) {
  h3.u-v3__green br {
    display: block !important;
  }
}
@media (min-width: 992px) {
  h3.u-v3__green {
    display: block;
    width: 30%;
    text-align: center;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

ul.u-list_price {
  color: #71BE74;
  padding-left: 2em;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  ul.u-list_price li {
    position: relative;
    background-image: url("../../../../images/content/dot_line.png");
    background-position: top 50% left;
    background-repeat: repeat-x;
  }
}
ul.u-list_price li + li {
  margin-top: 1.5em;
}
ul.u-list_price span {
  color: #000;
  background: #fff;
}
@media (min-width: 992px) {
  ul.u-list_price span {
    padding-left: 8px;
    padding-right: 8px;
  }
}
ul.u-list_price span.price {
  display: none;
}
@media (min-width: 992px) {
  ul.u-list_price span.price {
    display: inline;
    position: absolute;
    top: -0.25em;
    right: 0;
    padding-right: 10%;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

p.u-priceText {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: solid 1px #71BE74;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
p.u-priceText span {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 8px;
}
@media (min-width: 992px) {
  p.u-priceText {
    display: none;
  }
}

p.u-notice {
  text-align: center;
  font-size: small;
  letter-spacing: normal;
}

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