@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Zen+Maru+Gothic:wght@400;500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 800px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 1001px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

body {
  font-size: 16px;
  color: #502e06;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  overflow-x: hidden;
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
}
@media (min-width: 1001px) {
  body {
    font-size: 18px;
  }
}

img,
a {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

.text-center {
  text-align: center;
}

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 1001px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Parts
======================================== */
.basic-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 1001px) {
  .basic-ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.basic-ttl.sm {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  .basic-ttl.sm {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.basic-ttl.center {
  text-align: center;
}
.basic-ttl + .desc {
  text-align: center;
  margin: -20px 0 30px;
}

.ttl-flower {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-flower {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.ttl-flower:before, .ttl-flower:after {
  content: "";
  display: block;
  background-image: url(../img/icon-flower.png);
  background-size: cover;
  aspect-ratio: 44/41;
  width: 44px;
  height: auto;
}

.basic-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  min-height: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg-btn-orange.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  margin: 50px auto 0;
  outline: 1px solid #d06914;
  outline-offset: 3px;
  padding: 0 10px;
}
@media (min-width: 1001px) {
  .basic-btn {
    width: 400px;
    height: 65px;
    font-size: 18px;
  }
}
.basic-btn.grn {
  background-image: url("../img/bg-btn-grn.jpg");
  outline: 2px solid #4b795d;
}
@media (min-width: 1001px) {
  .basic-btn.lg {
    width: 500px;
    height: 80px;
    font-size: 22px;
  }
}
.basic-btn:hover {
  transform: translateY(-0.1875em);
}

iframe.youtube {
  aspect-ratio: 16/9;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 50px auto 0;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 700px) {
  .btn-row {
    gap: 30px;
  }
}
.btn-row a {
  margin: 0;
}
@media (min-width: 700px) {
  .btn-row a {
    width: calc((100% - 60px) / 3);
  }
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -40px;
}
@media (min-width: 1001px) {
  .anchor span {
    top: -80px;
  }
}
.anchor #staff {
  top: -70px;
}
@media (min-width: 1001px) {
  .anchor #staff {
    top: -200px;
  }
}
.anchor #pillars,
.anchor #hydrogen {
  top: -100px;
}
@media (min-width: 1001px) {
  .anchor #pillars,
  .anchor #hydrogen {
    top: -200px;
  }
}

/* Header
======================================== */
header {
  height: 70px;
  background-color: #fff;
  width: 100%;
  position: relative;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 1251px) {
  header {
    height: 150px;
  }
}
header .header-wrap {
  height: 70px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1251px) {
  header .header-wrap {
    height: 150px;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header .header-wrap .lg-inner .intro {
  background-color: #01451e;
  color: #fff;
  font-size: 16px;
  margin: 0 calc(50% - 50vw) auto;
  padding: 5px calc(50vw - 50%);
  width: 100vw;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.3;
  align-items: center;
}
@media (max-width: 1250px) {
  header .header-wrap .lg-inner .intro {
    display: none;
  }
}
header .header-wrap .lg-inner .intro .address {
  font-size: 14px;
}
header .header-wrap .lg-inner .intro .address span {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
header .header-wrap .lg-inner .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  header .header-wrap .lg-inner .contents {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
header .header-wrap .lg-inner .logo {
  height: auto;
  width: 200px;
  margin-right: auto;
}
@media (min-width: 700px) {
  header .header-wrap .lg-inner .logo {
    width: 210px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    width: 220px;
  }
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  font-size: 16px;
}
header .header-wrap nav.top {
  width: 100%;
}
header .header-wrap nav.top ul.nav {
  justify-content: center;
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1251px) {
  header .hamburger {
    display: none !important;
  }
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #01451e;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: calc(100% - 70px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
header .nav-container .inner_nav .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
header .nav-container .inner_nav .sns img {
  width: 50px;
  border-radius: 10px;
}

/* サイドCTA
======================================== */
aside {
  display: none;
  position: fixed;
  z-index: 500;
  right: 0;
  top: 170px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1001px) {
  aside {
    display: flex;
  }
}
aside .basic-btn {
  writing-mode: vertical-rl;
  width: auto;
  height: auto;
  padding: 20px 20px;
  margin: 0;
  outline: none !important;
}
aside img {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}

/* Subpage MV
======================================== */
section.subpage-mv {
  position: relative;
  height: 300px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1001px) {
  section.subpage-mv {
    height: 400px;
  }
}
section.subpage-mv:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background-size: cover;
  height: 60%;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  z-index: 100;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media (min-width: 1001px) {
  section.subpage-mv:before {
    height: 40%;
  }
}
section.subpage-mv .text {
  margin-top: auto;
  position: relative;
  z-index: 150;
  padding-bottom: 25px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.subpage-mv .text {
    padding-bottom: 50px;
  }
}
section.subpage-mv .text h1 {
  font-size: 30px;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  section.subpage-mv .text h1 {
    font-size: 40px;
  }
}
section.subpage-mv figure {
  height: auto;
  position: absolute;
  z-index: -10;
  width: 100vw;
  height: 100%;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  top: 0;
  overflow: hidden;
}
section.subpage-mv img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  section.subpage-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.subpage-mv img.top {
  top: 0;
  transform: none;
}

/* Footer
======================================== */
section.footer-news {
  position: relative;
}
section.footer-news:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/top-news-bg.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.footer-news:before {
    height: 40%;
  }
}
@media (max-width: 1000px) {
  section.footer-news .basic-ttl {
    color: #fff;
  }
}
section.footer-news ul.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media (min-width: 700px) {
  section.footer-news ul.news-list {
    gap: 30px;
  }
}
section.footer-news ul.news-list li {
  width: 80%;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
}
section.footer-news ul.news-list li:hover {
  transform: translateY(-0.1875em);
}
section.footer-news ul.news-list li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.footer-news ul.news-list li a .text {
  padding: 10px;
}
section.footer-news ul.news-list li a .text .time {
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 700px) {
  section.footer-news ul.news-list li {
    width: calc((100% - 90px) / 4);
  }
}
section.footer-news ul.news-list li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.footer-news ul.news-list li .ttl {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1001px) {
  section.footer-news ul.news-list li .ttl {
    font-size: 20px;
  }
}

footer .images-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .images-list .item {
  width: 100%;
}
@media (min-width: 700px) {
  footer .images-list .item {
    width: calc((100% - 60px) / 3);
  }
}
footer .images-list .item img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
footer section.store-info {
  text-align: center;
}
footer section.store-info .store-info {
  display: grid;
  gap: 0.5rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  footer section.store-info .store-info {
    grid-template-columns: max-content 1fr;
  }
}
footer section.store-info .store-info dt,
footer section.store-info .store-info dd {
  border-bottom: 2px solid #ccc;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer section.store-info .store-info dt {
  font-weight: 600;
  border-color: #a3d977;
  justify-content: center;
}
footer section.store-info .store-info dd {
  border-color: transparent;
  text-align: left;
}
@media (min-width: 1001px) {
  footer section.store-info .store-info dd {
    border-color: #ccc;
  }
}
footer section.gallery .images-list .item img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
footer section.gallery .images-list .item p {
  margin-top: 0.5rem;
}
footer section.gallery .images-list .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
@media (min-width: 1001px) {
  footer section.gallery .images-list .modal {
    height: calc(100% - 150px);
  }
}
footer section.gallery .images-list .modal .modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}
footer section.gallery .images-list .modal .close {
  position: absolute;
  top: 20px;
  right: 5%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
footer section.access iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
footer section.access .images-list {
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  footer section.access .images-list {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  footer section.access .images-list li {
    width: calc((100% - 30px) / 2);
  }
}
footer section.cta {
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../img/cta-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
footer section.cta:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
footer section.cta .tel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (min-width: 1001px) {
  footer section.cta .tel {
    font-size: 42px;
  }
}
footer section.cta .tel:before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.png);
  background-size: cover;
  aspect-ratio: 1/1;
  width: 25px;
  height: auto;
}
@media (min-width: 1001px) {
  footer section.cta .tel:before {
    width: 35px;
  }
}
footer section.cta .tel + p {
  font-size: 16px;
  line-height: 1.6;
}
footer section.cta .tel + p span {
  margin-top: 20px;
}
footer section.cta .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
footer section.cta .row a {
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  footer section.cta .row a {
    width: 420px;
    font-size: 22px;
  }
}
footer section.cta .row a:hover {
  transform: translateY(-0.1875em);
}
footer section.cta > * {
  position: relative;
  z-index: 50;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 0;
  width: 100vw;
  text-align: center;
}
footer .footer-info img {
  width: 225px;
}
footer .footer-info ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
}
@media (min-width: 1001px) {
  footer .footer-info ul {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  footer .footer-info ul li {
    width: calc((100% - 10px) / 2);
  }
}
footer .footer-info .copy {
  font-size: 14px;
  background: #01451e;
  color: #fff;
  margin: 20px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

/* パンくずリスト
======================================== */
.aioseo-breadcrumbs {
  margin: 10px 0;
}
.aioseo-breadcrumbs span,
.aioseo-breadcrumbs a {
  display: inline;
  font-size: 14px;
}
@media (min-width: 1001px) {
  .aioseo-breadcrumbs span,
  .aioseo-breadcrumbs a {
    font-size: 16px;
  }
}

main {
  overflow-x: hidden;
}

section.mv {
  height: calc(100vh - 150px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  /* --- テキストアニメーション --- */
}
@media (max-width: 1000px) {
  section.mv {
    aspect-ratio: 401/500;
    width: 100%;
    height: auto;
  }
}
section.mv .slide {
  position: absolute;
  right: calc(50% - 50vw);
  left: auto;
  height: auto;
  z-index: -1;
  top: 0;
  height: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s ease;
  z-index: 0;
}
section.mv .slide.active {
  opacity: 1;
}
section.mv .slide:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
}
section.mv .slide img {
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media (min-width: 1001px) {
  section.mv .slide img {
    width: 60vw;
  }
}
section.mv .text {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  section.mv .text {
    margin: auto 0 20% 5vw;
  }
}
@media (min-width: 1001px) {
  section.mv .text {
    line-height: 1.6;
    font-size: 40px;
  }
}
section.mv .text .sm {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  section.mv .text .sm {
    font-size: 30px;
  }
}
section.mv .text img {
  width: 500px;
  margin-top: 30px;
  max-width: 80%;
}
@media (min-width: 1001px) {
  section.mv .text img {
    width: 400px;
  }
}
section.mv :root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}
section.mv .reveal-text,
section.mv .reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.mv .reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
}
section.mv .reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@media (min-width: 1001px) {
  section.lead {
    text-align: center;
  }
}

section.keys {
  background-image: url("../img/keys-1.jpg");
  background-position: center right;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.keys .container {
  background-color: rgba(75, 121, 93, 0.8);
  color: #fff;
  padding: 50px 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.keys .container {
    padding: 50px;
  }
}
section.keys .container a {
  border: 1px solid #fff;
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  section.keys .container a {
    width: 400px;
  }
}

section.menu {
  text-align: center;
}
section.menu ul {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.menu ul li {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.menu ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media (min-width: 1001px) {
  section.menu ul li {
    width: 50%;
  }
}
section.menu ul li:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  transition: 0.3s all;
}
section.menu ul li:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
section.menu ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  section.menu ul li:before {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    left: 0;
    width: 100vw;
  }
}
@media (min-width: 1001px) {
  section.menu ul li:nth-child(odd):before, section.menu ul li:nth-child(odd):after {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    right: 0;
  }
  section.menu ul li:nth-child(even):before, section.menu ul li:nth-child(even):after {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    left: 0;
  }
}
section.menu ul li:nth-child(1)::before {
  background-image: url("../img/menu-1.jpg");
}
section.menu ul li:nth-child(2)::before {
  background-image: url("../img/menu-2.jpg");
}
section.menu ul li:nth-child(3)::before {
  background-image: url("../img/menu-3.jpg");
}
section.menu ul li:nth-child(4)::before {
  background-image: url("../img/menu-4.jpg");
}
section.menu ul li p {
  position: relative;
  z-index: 10;
}

section.recs .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
section.recs .heading h3 {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1000px) {
  section.recs .heading h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1001px) {
  section.recs .heading h3 {
    font-size: 28px;
  }
}
section.recs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.recs .container {
    gap: 30px;
  }
}
section.recs .container .video {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1001px) {
  section.recs .container .video {
    width: 50%;
  }
}
section.recs .container .video iframe {
  margin: 0;
}
section.recs .container .text {
  flex: 1;
}
section.recs .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  section.recs .container .text .ttl {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
section.recs .container img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  section.recs .container img {
    width: 450px;
    max-width: 45%;
  }
}
section.recs .epark {
  display: block;
}