@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
@font-face {
  font-family: "Mobo";
  src: url("../fonts/MOBO.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* Component Document */
/* Color */
/* Font */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Component Document */
.p-l {
  padding: 32px;
}

.p-m {
  padding: 16px;
}

.p-s {
  padding: 8px;
}

/* Font */
.headline {
  font-size: 32px;
}

.sub-headline {
  font-size: 24px;
}

.footnote {
  font-size: 14px;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fffdfa;
}

header {
  width: 100%;
  margin: 0px auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  header {
    height: 70px;
    padding: 12px 16px 0;
    z-index: 200;
  }
}
header .logo {
  margin-right: 15px;
}
header .logo a {
  height: 120px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo a {
    height: 70px;
  }
}
header .logo a img {
  height: 100%;
  width: auto;
}
header .logo a img:hover {
  cursor: pointer;
}
header .logo span img {
  height: 40px;
  width: auto;
}
header .header-btn-box {
  display: flex;
  justify-content: flex-end;
}
header .header-btn-box a {
  height: 60px;
  margin-left: 10px;
}
header .header-btn-box a img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 736px) {
  header .header-btn-box a.btn-reservation,
  header .header-btn-box a.btn-tel {
    display: none;
  }
}
header .header-btn-box a.btn-menu img {
  width: 66px;
}
header .header-btn-box a.btn-menu .icon-close {
  display: none;
}

nav#header-nav {
  display: none;
  width: 375px;
  padding: 32px 16px;
  position: fixed;
  top: 120px;
  right: 30px;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #3B0000;
  border-radius: var(--Component-Padding-sm, 12px);
}
@media screen and (max-width: 736px) {
  nav#header-nav {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background-color: #FADCE9;
  }
}
nav#header-nav ul {
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  nav#header-nav ul {
    margin-top: 100px;
  }
}
nav#header-nav ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
nav#header-nav ul li:last-of-type {
  margin-bottom: 0;
}
nav#header-nav ul li a {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
nav#header-nav .ig {
  text-align: center;
}
nav#header-nav .ig a {
  display: block;
  width: 40px;
  margin: 0 auto 32px;
}
nav#header-nav .nav-btn-box a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
nav#header-nav .nav-btn-box a:last-of-type {
  margin-bottom: 0;
}

.title {
  margin-bottom: 32px;
}
.title h2 {
  color: #83D25A;
  font-family: "Inter", "Zen Kaku Gothic New", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .title h2 {
    font-size: 32px;
  }
}
.title span {
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .title span {
    font-size: var(--Font-Body, 14px);
  }
}

.btn-box {
  margin-top: 30px;
}
.btn-box a {
  height: 65px;
}
@media screen and (max-width: 736px) {
  .btn-box a {
    height: auto;
    width: 100%;
  }
}
.btn-box a img {
  height: 65px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .btn-box a img {
    height: 40px;
    height: auto;
    width: 100%;
  }
}

#banner-box .banner-top ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#banner-box .banner-top ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #banner-box .banner-top ul li {
    width: 100%;
  }
}
#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer {
  padding: 60px 0 0;
  background: #FFF0F0;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    padding: 0 30px;
  }
}
footer .box .footer-top .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}
footer .box .footer-top .footer-logo a {
  display: inline-block;
  height: 100px;
}
footer .box .footer-top .footer-logo a img {
  height: 100%;
}
footer .box .footer-top ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top ul {
    flex-wrap: wrap;
  }
}
footer .box .footer-top ul li {
  padding: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top ul li {
    margin-top: 10px;
  }
}
footer .box .footer-top ul li a {
  color: var(--Color-Secondary, #3B0000);
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .footer-top .footer-btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto 30px;
}
footer .box .footer-top .footer-btn-box a {
  height: 65px;
  padding: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-btn-box a {
    height: auto;
    width: 100%;
    padding: 5px 0;
  }
}
footer .box .footer-bottom {
  background: #1E0000;
  display: flex;
  padding: 14px 10% 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 16px 32px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-bottom-left {
    margin-bottom: 16px;
  }
}
footer .box .footer-bottom .footer-bottom-left a {
  color: #CCC;
  font-family: var(--Font-family-JP, "Zen Kaku Gothic New");
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-bottom-left a {
    padding: 0 8px;
  }
}
footer .box .footer-bottom .footer-bottom-right p {
  color: #666;
  font-family: var(--Font-family-EG, Inter);
  font-size: var(--Font-Footnote, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 10px;
}
.breadcrumb span {
  font-size: 13px;
}
.breadcrumb span a {
  text-decoration: underline;
}

main.under-page section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main.under-page section {
    padding: 30px 0;
  }
}
main.under-page section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main.under-page section .title-box h2.title {
  font-size: 54px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main.under-page section .title-box h2.title {
    font-size: 24px;
  }
}
main.under-page section .title-box h2.title span {
  display: block;
  font-size: 54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main.under-page section .title-box h2.title span {
    font-size: 20px;
  }
}
main.under-page #under-mv {
  padding-top: 110px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/mv-bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv {
    padding-top: 100px;
    padding-bottom: 0;
    height: auto;
  }
}
main.under-page #under-mv .title {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 0;
  color: #fff;
}
main.under-page #under-mv .title h2 {
  color: #fff;
}
main.under-page #under-mv .title span {
  color: #fff;
}
main.under-page #news-detail .box {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
main.under-page #news-detail .box .cat {
  padding: 4px var(--Component-Padding-medium, 16px);
  border-radius: 4px;
  background: #83D25A;
  margin-right: 16px;
}
main.under-page #news-detail .box .date {
  color: #333;
  font-family: var(--Font-family-EG, Inter);
  font-size: var(--Font-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.under-page #news-detail .box .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
}
main.under-page #news-detail .box .thumb {
  text-align: center;
  margin-bottom: 32px;
}
main.under-page #news-detail .box .thumb img {
  width: 80%;
  max-width: 800px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
main.under-page #news-detail .box .content {
  font-size: 14px;
}/*# sourceMappingURL=under.css.map */