@charset "UTF-8";
/* =========================================================
 base
========================================================= */
/* reset
------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}
ol li {
  list-style: decimal;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

body {
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background: #F2F2F2;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

a {
  text-decoration: none;
  color: #000;
}

/* =========================================================
 utility
========================================================= */
/* テキスト
-------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

/* 表示・非表示
----------------------------------------------- */
.u-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .u-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-large {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .u-hidden-xLarge {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-visible-large {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .u-visible-xLarge {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .u-visible-xxLarge {
    display: none !important;
  }
}

/* マージン調整
-------------------------------------- */
.u-mt-01 {
  margin-top: 70px !important;
}
@media (min-width: 768px) {
  .u-mt-01 {
    margin-top: 150px !important;
  }
}

.u-mt-02 {
  margin-top: 50px !important;
}
@media (min-width: 768px) {
  .u-mt-02 {
    margin-top: 100px !important;
  }
}

.u-mt-03 {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .u-mt-03 {
    margin-top: 60px !important;
  }
}

.u-mt-04 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .u-mt-04 {
    margin-top: 40px !important;
  }
}

.u-mt-05 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .u-mt-05 {
    margin-top: 20px !important;
  }
}

.u-mb-01 {
  margin-bottom: 70px !important;
}
@media (min-width: 768px) {
  .u-mb-01 {
    margin-bottom: 150px !important;
  }
}

.u-mb-02 {
  margin-bottom: 50px !important;
}
@media (min-width: 768px) {
  .u-mb-02 {
    margin-bottom: 100px !important;
  }
}

.u-mb-03 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .u-mb-03 {
    margin-bottom: 60px !important;
  }
}

.u-mb-04 {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .u-mb-04 {
    margin-bottom: 40px !important;
  }
}

.u-mb-05 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .u-mb-05 {
    margin-bottom: 20px !important;
  }
}

.u-pt-01 {
  padding-top: 70px !important;
}
@media (min-width: 768px) {
  .u-pt-01 {
    padding-top: 150px !important;
  }
}

.u-pt-02 {
  padding-top: 50px !important;
}
@media (min-width: 768px) {
  .u-pt-02 {
    padding-top: 100px !important;
  }
}

.u-pt-03 {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .u-pt-03 {
    padding-top: 60px !important;
  }
}

.u-pt-04 {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .u-pt-04 {
    padding-top: 40px !important;
  }
}

.u-pt-05 {
  padding-top: 10px !important;
}
@media (min-width: 768px) {
  .u-pt-05 {
    padding-top: 20px !important;
  }
}

.u-pb-01 {
  padding-bottom: 70px !important;
}
@media (min-width: 768px) {
  .u-pb-01 {
    padding-bottom: 150px !important;
  }
}

.u-pb-02 {
  padding-bottom: 50px !important;
}
@media (min-width: 768px) {
  .u-pb-02 {
    padding-bottom: 100px !important;
  }
}

.u-pb-03 {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .u-pb-03 {
    padding-bottom: 60px !important;
  }
}

.u-pb-04 {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .u-pb-04 {
    padding-bottom: 40px !important;
  }
}

.u-pb-05 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .u-pb-05 {
    padding-bottom: 20px !important;
  }
}

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

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

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

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

/* 右よせ
-------------------------------------- */
.u-align-right {
  margin-left: auto;
}

/* 文字
-------------------------------------- */
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* =========================================================
 component
========================================================= */
/* inner
-------------------------------------- */
.c-inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .c-inner {
    width: 85%;
  }
}
.c-inner--small {
  max-width: 1200px;
}

/* flex
-------------------------------------- */
.c-flex {
  display: flex;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--center {
  justify-content: center;
}
.c-flex--between {
  justify-content: space-between;
}
.c-flex--top {
  align-items: flex-start;
}
.c-flex--middle {
  align-items: center;
}
.c-flex--bottom {
  align-items: flex-end;
}

/* grid
-------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid > * {
  width: 100%;
  box-sizing: border-box;
}
.c-grid--2 > * {
  width: 50%;
}
.c-grid--3 > * {
  width: 33.3222259247%;
}
@media (min-width: 768px) {
  .c-grid--tab2 > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-grid--tab3 > * {
    width: 33.3222259247%;
  }
}
@media (min-width: 1366px) {
  .c-grid--pc2 > * {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .c-grid--pc3 > * {
    width: 33.3222259247%;
  }
}
@media (min-width: 1366px) {
  .c-grid--pc4 > * {
    width: 25%;
  }
}

/* section
-------------------------------------- */
/* heading
-------------------------------------- */
/* btn
-------------------------------------- */
/* link
-------------------------------------- */
/* table
-------------------------------------- */
.c-table {
  letter-spacing: 0.06em;
}
.c-table > div {
  display: flex;
}
@media (max-width: 767px) {
  .c-table > div {
    flex-direction: column;
    padding: 0.8em 0;
    border-bottom: 1px solid #08AECE;
  }
}
@media (max-width: 767px) {
  .c-table dt {
    margin-bottom: 0.5em;
    color: #08AECE;
  }
}
@media (min-width: 768px) {
  .c-table dt {
    position: relative;
    width: 12em;
    padding: 1em 0;
    text-align: center;
  }
  .c-table dt::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #08AECE;
    content: "";
  }
}
@media (min-width: 768px) {
  .c-table dd {
    flex: 1;
    padding: 1em 0 1em 1.5em;
    border-bottom: 1px solid #08AECE;
  }
}

/* pageNav
-------------------------------------- */
.c-pageNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-pageNav {
    margin-top: 70px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-pageNav__arrow::before {
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(assets/img/common/arrow_right.svg) no-repeat center/contain;
  content: "";
}
.c-pageNav__arrow:hover::before {
  background-image: url(assets/img/common/arrow_right_on.svg);
}
.c-pageNav__arrow--prev {
  margin-right: 2em;
  transform: scale(-1, 1);
}
.c-pageNav__arrow--next {
  margin-left: 2em;
}
.c-pageNav__arrow--disabled {
  opacity: 0.3;
}
.c-pageNav__arrow--disabled:hover::before {
  background-image: url(assets/img/common/arrow_right.svg);
}

/* =========================================================
 header
========================================================= */
.l-header h1 {
    font-family: 'Noto Serif JP';
    font-size: 6.5px;
    color: #FFFFFF;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  color: #FFF;
}
.l-header .icon--black {
  display: none;
}
.l-header--black {
  color: #000;
}
@media (min-width: 1024px) {
  .l-header--black .icon--black {
    display: block;
  }
  .l-header--black .icon--white {
    display: none;
  }
  .l-header h1 {
    font-size: 8px;
}
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 80px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .l-header__inner {
    align-items: flex-start;
    height: auto;
    padding: 30px 36px;
  }
}

.l-header__logo {
  width: 100px;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: min(12.1875vw, 234px);
    padding-top: 0;
  }
}
@media (any-hover: hover) {
  .l-header__logo a {
    transition: 0.3s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.75;
  }
}

.l-header__lead {
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .l-header__nav {
    display: flex;
    gap: min(2.7604166667vw, 53px);
    margin-right: 100px;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .l-header__nav .l-header__contact {
    width: max(min(14.0625vw, 270px), 200px);
  }
}
@media (any-hover: hover) {
  .l-header__nav .l-header__contact {
    transition: 0.3s background-color, 0.3s color;
  }
  .l-header__nav .l-header__contact:hover {
    background: #08AECE;
    color: #FFF;
  }
}

.l-header__drawer {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 174, 206, 0.95);
  pointer-events: none;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  color: #231815;
}
body.is-spMenuOpen .l-header__drawer {
  pointer-events: initial;
  opacity: 1;
  z-index: 4;
}
@media (any-hover: hover) {
  .l-header__drawer .l-header__contact {
    transition: 0.3s opacity;
  }
  .l-header__drawer .l-header__contact:hover {
    opacity: 0.75;
  }
}

.l-header__drawerInner {
  width: 100%;
  max-width: 600px;
  padding: 80px 5%;
  display: grid;
  gap: 40px;
  margin: auto;
  place-items: center;
  grid-auto-rows: minmax(60px, auto);
}
.l-header__drawerInner > * {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-header__drawerNav {
  display: grid;
  gap: 1em;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .l-header__drawerNav {
    font-size: max(min(1.5625vw, 30px), 22px);
  }
}
.l-header__drawerNav a {
  color: #FFF;
}
@media (any-hover: hover) {
  .l-header__drawerNav a {
    transition: 0.3s opacity;
  }
  .l-header__drawerNav a:hover {
    opacity: 0.75;
  }
}

.l-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 74px;
  line-height: 1.4;
  text-align: center;
  background: #FFF;
  border: 1px solid #08AECE;
  color: #08AECE;
}
@media (max-width: 1023px) {
  .l-header__contact {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .l-header__contact {
    font-size: max(min(0.9375vw, 18px), 13px);
  }
}
.l-header__contact .en {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-size: 1.25rem;
}
.l-header__contact .ja {
  font-size: 16px;
  font-size: 1rem;
}

.l-header__sns {
  display: flex;
  gap: 27px;
  justify-content: center;
}
@media (any-hover: hover) {
  .l-header__sns a {
    transition: 0.3s opacity;
  }
  .l-header__sns a:hover {
    opacity: 0.75;
  }
}
.l-header__sns img {
  display: block;
}

.l-header__spMenuBtn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 75px;
}
@media (min-width: 1024px) {
  .l-header__spMenuBtn {
    width: 133px;
    height: 93px;
  }
}
.l-header__spMenuBtn > span {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  margin-left: -16px;
  background: #FFF;
  transition: 0.3s;
  content: "";
}
@media (min-width: 1024px) {
  .l-header__spMenuBtn > span {
    width: 45px;
    height: 3px;
    margin-left: -22.5px;
  }
}
.l-header--black .l-header__spMenuBtn > span {
  background: #000;
}
body.is-spMenuOpen .l-header__spMenuBtn > span {
  background: #FFF !important;
}
.l-header__spMenuBtn > span:nth-child(1) {
  margin-top: -8px;
}
@media (min-width: 1024px) {
  .l-header__spMenuBtn > span:nth-child(1) {
    margin-top: -11px;
  }
}
body.is-spMenuOpen .l-header__spMenuBtn > span:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}
.l-header__spMenuBtn > span:nth-child(2) {
  margin-left: -20px;
}
@media (min-width: 1024px) {
  .l-header__spMenuBtn > span:nth-child(2) {
    margin-left: -34px;
  }
}
body.is-spMenuOpen .l-header__spMenuBtn > span:nth-child(2) {
  opacity: 0;
}
.l-header__spMenuBtn > span:nth-child(3) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .l-header__spMenuBtn > span:nth-child(3) {
    margin-top: 11px;
  }
}
body.is-spMenuOpen .l-header__spMenuBtn > span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

/* =========================================================
 footer
========================================================= */
.l-footer {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
}

.l-footer__logo {
  width: max(min(33.3vw, 333px), 200px);
  margin: auto;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: 0.3s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.75;
  }
}

.l-footer__address {
  letter-spacing: 0.08em;
  font-size: max(min(2.8vw, 28px), 16px);
  margin: 0.8em 0 0.3em;
  color: #1a1a1a;
}

.l-footer__tel {
  margin-bottom: 1em;
  line-height: 1.4;
  font-family: "futura-pt", sans-serif;
  font-size: max(min(4.8vw, 48px), 34px);
}
.l-footer__tel a {
  color: #3E3A39;
}
@media (any-hover: hover) {
  .l-footer__tel a {
    transition: 0.3s opacity;
  }
  .l-footer__tel a:hover {
    opacity: 0.75;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .l-footer__nav {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-footer__nav a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-footer__nav a:hover {
    text-decoration: none;
  }
}

.l-footer__copy,
.l-footer__copy a{
  padding: 1.3em 1em;
  letter-spacing: 0.1em;
  color: #08AECE;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .l-footer__copy,
  .l-footer__copy a{
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
 main
========================================================= */
.l-main {
  position: relative;
}

/* =========================================================
 project
========================================================= */
/* kv
-------------------------------------- */
.p-kv {
  position: relative;
}

.p-kv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  min-width: 6.92em;
  min-height: 3.65em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-kv__title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.p-kv__title .subTitle {
  margin-top: 0.1em;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
.p-kv__title .mainTitle {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-kv__title .mainTitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-kv__bg {
  height: 280px;
}
@media (min-width: 768px) {
  .p-kv__bg {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .p-kv__bg {
    height: 640px;
  }
}
.p-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* pageLead
-------------------------------------- */
.p-pageLead {
  text-align: center;
}

.p-pageLead__inner {
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  .p-pageLead__inner {
    padding: 80px 0 100px;
  }
}

.p-pageLead__title {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  color: #08AECE;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .p-pageLead__title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.p-pageLead__text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-pageLead__text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .p-pageLead__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* sectionTitle
-------------------------------------- */
.p-sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.p-sectionTitle .subTitle {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.04em;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-sectionTitle .subTitle {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-sectionTitle .mainTitle {
  margin-bottom: 2.2em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-sectionTitle .mainTitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
 home
========================================================= */
/* kv
-------------------------------------- */
.p-homeKv {
  position: relative;
}

.p-homeKv__lead {
  position: absolute;
  z-index: 2;
  left: 50%;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  color: #231815;
  font-weight: 500;
  line-height: 1;
  font-size: 3.5vh;
}
.p-homeKv__lead::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1em;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}
@media (min-width: 768px) {
  .p-homeKv__lead::before {
    bottom: 0.3em;
  }
}
@media (max-width: 1023px) {
  .p-homeKv__lead {
    padding: 0.2em 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .p-homeKv__lead {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    top: 50%;
    transform: translate(-50%, -60%);
    font-size: min(2.5vw, 48px);
  }
}
.p-homeKv__lead span {
  position: relative;
}

.p-homeKv__grandOpen {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  line-height: 0.94;
  font-family: "futura-pt", sans-serif;
  font-size: min(11.5vh, 23vw);
}
@media (max-width: 767px) {
  .p-homeKv__grandOpen {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-homeKv__grandOpen {
    line-height: 1.2;
    font-size: min(13.5416666667vw, 260px);
  }
}
.p-homeKv__grandOpen::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F2F2F2;
  content: "";
}
@media (min-width: 768px) {
  .p-homeKv__grandOpen::before {
    top: 53%;
  }
}
.p-homeKv__grandOpen .line {
  position: relative;
  z-index: 2;
}
.p-homeKv__grandOpen .white {
  color: #FFF;
}
@media (min-width: 768px) {
  .p-homeKv__grandOpen .white {
    position: absolute;
    top: 0;
    height: 53%;
    overflow: hidden;
    z-index: 3;
  }
}
.p-homeKv__grandOpen .green {
  color: #08AECE;
}

.p-homeKv__bg {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767px) {
  .p-homeKv__bg {
    min-height: 100vw;
  }
}
@media (min-width: 768px) {
  .p-homeKv__bg {
    min-height: 50vw;
  }
}
.p-homeKv__bg img {
  width: 100%;
  height: 95%;
  object-fit: cover;
}

.p-homeKv__slider {
  height: 100%;
}

.p-homeKv__slide {
  height: 100%;
}

.p-homeReserveBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 10;
  top: 8.5vh;
  right: 0;
  padding: 0.1em 1.8em;
  background: #08AECE;
  color: #FFF;
  line-height: 1.2;
  font-size: min(3.7vw, 37px);
  transform-origin: right bottom;
  transform: rotate(-90deg) translateX(0%);
}
@media (min-width: 768px) {
  .p-homeReserveBtn {
    top: 50%;
    transform: rotate(-90deg) translateX(100%);
  }
}
@media (any-hover: hover) {
  .p-homeReserveBtn {
    transition: 0.3s background-color;
  }
  .p-homeReserveBtn:hover {
    background: #07a2bf;
  }
}
.p-homeReserveBtn .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-homeReserveBtn .ja {
  font-size: max(min(2.1vw, 21px), 14px);
  letter-spacing: 0.1em;
}

/* title
-------------------------------------- */
.p-homeTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.p-homeTitle .subTitle {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  font-size: max(min(6vw, 60px), 36px);
}
@media (min-width: 768px) {
  .p-homeTitle .subTitle {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-homeTitle .mainTitle {
  margin-bottom: 2.2em;
  letter-spacing: 0.3em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-homeTitle .mainTitle {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* reserved
-------------------------------------- */
.p-homeReserved {
  background: #08AECE;
}

.p-homeReserved__inner {
  max-width: 1300px;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-homeReserved__inner {
    padding: 60px 0;
  }
}

.p-homeReserved__title {
  color: #FFF;
}

.p-homeReserved__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .p-homeReserved__wrapper {
    gap: 20px;
  }
}

.p-homeReserved__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 36%;
  padding: 10px;
  background: #FFF;
}
@media (min-width: 768px) {
  .p-homeReserved__box {
    width: 21.8%;
  }
}
@media (min-width: 1024px) {
  .p-homeReserved__box {
    padding: 14px 20px 20px;
  }
}
.p-homeReserved__box--date {
  width: 100%;
}
@media (min-width: 768px) {
  .p-homeReserved__box--date {
    width: 37%;
  }
}

.p-homeReserved__boxTitle {
  margin-bottom: 0.3em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: min(3.3vw, 33px);
}
@media (min-width: 768px) {
  .p-homeReserved__boxTitle {
    font-size: min(1.5vw, 24px);
  }
}
.p-homeReserved__boxTitle small {
  font-size: 75%;
  letter-spacing: normal;
}

.flatpickr-wrapper {
  width: 100%;
  text-align: center;
}

.p-homeReserved__checkinOut {
  width: 100%;
  max-width: 24em;
  height: 2.4em;
  margin: auto;
  padding: 0 0.5em;
  border: 1px solid #004C40;
  background: #F2F2F2;
  color: #08AECE;
  font-size: max(min(2.5vw, 25px), 14px);
}
@media (min-width: 768px) {
  .p-homeReserved__checkinOut {
    font-size: max(min(1.2857142857vw, 18px), 14px);
  }
}

.p-homeReserved__select {
  position: relative;
  width: 100%;
}
.p-homeReserved__select::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background: #08AECE;
  height: 0.65em;
  width: 0.8em;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-homeReserved__select select {
  position: relative;
  width: 100%;
  padding: 0.3em 2em 0.3em 0.8em;
  color: #08AECE;
  cursor: pointer;
  letter-spacing: 0.04em;
  font-size: max(min(2.5vw, 25px), 14px);
}
@media (min-width: 768px) {
  .p-homeReserved__select select {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-homeReserved__submit {
  flex: 1;
  background: #000;
  color: #FFF;
  border: 1px solid;
  letter-spacing: 0.1em;
  font-size: min(3.3vw, 33px);
}
@media (min-width: 768px) {
  .p-homeReserved__submit {
    font-size: min(1.5vw, 24px);
  }
}
@media (any-hover: hover) {
  .p-homeReserved__submit {
    transition: 0.3s opacity;
  }
  .p-homeReserved__submit:hover {
    opacity: 0.75;
  }
}

.p-homeReserved__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  position: relative;
  width: calc((100% - 10px) / 2);
  height: 2.92em;
  padding: 0 0.8em 0 1em;
  letter-spacing: 0.12em;
  font-size: min(3.2vw, 32px);
}
@media (min-width: 768px) {
  .p-homeReserved__btn {
    justify-content: center;
    width: calc((100% - 20px) / 2);
    font-size: min(1.7142857143vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-homeReserved__btn span {
    flex: 1;
    text-align: center;
  }
}
.p-homeReserved__btn::after {
  width: 1.6em;
  height: 0.5em;
  background: url(../img/home/reserved_btn_arrow.svg) no-repeat center/contain;
  content: "";
  transition: 0.2s right;
}
@media (min-width: 768px) {
  .p-homeReserved__btn::after {
    position: absolute;
    right: 1em;
  }
}
@media (any-hover: hover) {
  .p-homeReserved__btn:hover::after {
    right: 0.5em;
  }
}
.p-homeReserved__btn--plan {
  background: #C0AD5E;
}
@media (any-hover: hover) {
  .p-homeReserved__btn--plan {
    transition: 0.3s background-color;
  }
  .p-homeReserved__btn--plan:hover {
    background: #b49f46;
  }
}
.p-homeReserved__btn--room {
  background: #FBB03B;
}
@media (any-hover: hover) {
  .p-homeReserved__btn--room {
    transition: 0.3s background-color;
  }
  .p-homeReserved__btn--room:hover {
    background: #faa218;
  }
}

.p-homeReserved__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em 1em;
  margin: auto;
}
.p-homeReserved__links a {
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: max(min(2.7vw, 27px), 12px);
}
@media (min-width: 768px) {
  .p-homeReserved__links a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-homeReserved__links a {
    transition: 0.3s opacity;
  }
  .p-homeReserved__links a:hover {
    opacity: 0.75;
  }
}
.p-homeReserved__links a::before {
  right: 1em;
  width: 1.6em;
  height: 0.5em;
  background: url(../img/home/reserved_link_arrow.svg) no-repeat center/contain;
  content: "";
}

/* plan
-------------------------------------- */
.p-homePlan__inner {
  max-width: 1520px;
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .p-homePlan__inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-homePlan__inner {
    padding-top: 70px;
  }
}

@media (min-width: 1024px) {
  .p-homePlan__wrapper {
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-homePlan__slide {
  background: #08AECE;
}
@media (max-width: 1023px) {
  .p-homePlan__slide {
    width: 50vw !important;
  }
}
@media (min-width: 1024px) {
  .p-homePlan__slide {
    width: auto !important;
  }
}
.p-homePlan__slide .link {
  display: block;
  position: relative;
  aspect-ratio: 500/800;
}
@media (any-hover: hover) {
  .p-homePlan__slide .link {
    transition: 0.3s opacity;
  }
  .p-homePlan__slide .link:hover {
    opacity: 0.75;
  }
}
.p-homePlan__slide .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 5.42em;
  box-sizing: border-box;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-align: center;
  color: #FFF;
  font-size: min(4.8vw, 48px);
}
@media (min-width: 1024px) {
  .p-homePlan__slide .caption {
    font-size: min(2.5vw, 48px);
  }
}
.p-homePlan__slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* experience
-------------------------------------- */
.p-homeExperience__inner {
  max-width: 1100px;
  padding-top: 80px;
}

.p-homeExperience__grid {
  display: grid;
  gap: 7vw 3vw;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeExperience__grid {
    gap: 4%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-homeExperience__item {
  text-align: center;
  display: grid;
  place-items: center;
}
.p-homeExperience__item--etc {
  font-family: "futura-pt", sans-serif;
  color: #08AECE;
  font-size: max(min(6.8vw, 68px), 34px);
}
@media (min-width: 768px) {
  .p-homeExperience__item--etc {
    font-size: min(4.5833333333vw, 55px);
  }
}
.p-homeExperience__item .link {
  display: block;
}
@media (any-hover: hover) {
  .p-homeExperience__item .link {
    transition: 0.3s opacity;
  }
  .p-homeExperience__item .link:hover {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .p-homeExperience__item .img img {
    width: 100%;
  }
}
.p-homeExperience__item .title {
  letter-spacing: 0.05em;
  color: #08AECE;
  font-size: max(min(4vw, 40px), 18px);
}
@media (min-width: 768px) {
  .p-homeExperience__item .title {
    font-size: min(2.6666666667vw, 32px);
  }
}

/* opening
-------------------------------------- */
.p-homeOpening__inner {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .p-homeOpening__inner {
    padding-top: 90px;
  }
}

.p-homeOpening__wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-homeOpening__wrapper {
    padding: 0 min(1.5vw, 15px);
  }
}

@media (max-width: 1023px) {
  .p-homeOpening__flex {
    display: flex;
    flex-wrap: wrap;
    gap: min(1vw, 10px);
  }
}
@media (min-width: 1024px) {
  .p-homeOpening__flex {
    margin-right: -10vw;
    margin-left: -10vw;
    display: grid;
    gap: min(0.5208333333vw, 10px);
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1023px) {
  .p-homeOpening__item {
    width: 37.6%;
  }
  .p-homeOpening__item:nth-child(3) {
    margin-left: auto;
  }
}

.p-homeOpening__text {
  text-align: center;
  color: #08AECE;
}
.p-homeOpening__text .line1 {
  margin-top: 0.9em;
  font-family: "futura-pt", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: min(10.2vw, 102px);
}
@media (min-width: 768px) {
  .p-homeOpening__text .line1 {
    margin-top: 0.5em;
    font-size: min(6vw, 90px);
  }
}
.p-homeOpening__text .line2 {
  margin-top: 0.3em;
  letter-spacing: 0.16em;
  font-size: min(4vw, 40px);
}
@media (min-width: 768px) {
  .p-homeOpening__text .line2 {
    font-size: min(2.6666666667vw, 40px);
  }
}

/* concept
-------------------------------------- */
.p-homeConcept__inner {
  padding: 100px 0;
}
@media (min-width: 1024px) {
  .p-homeConcept__inner {
    width: auto;
    max-width: 1920px;
  }
}

.p-homeConcept__flex {
  display: flex;
}
@media (max-width: 1023px) {
  .p-homeConcept__flex {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .p-homeConcept__flex {
    gap: 3%;
  }
}

@media (max-width: 1023px) {
  .p-homeConcept__img {
    margin-right: -2%;
    margin-left: -2%;
  }
}
@media (min-width: 1024px) {
  .p-homeConcept__img {
    width: 49%;
  }
}

@media (min-width: 1024px) {
  .p-homeConcept__main {
    width: 42%;
  }
}
.p-homeConcept__main p {
  letter-spacing: 0.06em;
  font-size: max(min(3.2vw, 32px), 16px);
}
@media (min-width: 1024px) {
  .p-homeConcept__main p {
    font-size: max(min(1.4583333333vw, 28px), 16px);
  }
}
.p-homeConcept__main p + p {
  margin-top: 1.5em;
}

.p-homeConcept__lead {
  margin: 1em 0;
  letter-spacing: 0.2em;
  font-size: max(min(4.8vw, 48px), 24px);
}
@media (min-width: 1024px) {
  .p-homeConcept__lead {
    margin-top: 0;
    font-size: max(min(2.0833333333vw, 40px), 24px);
  }
}
.p-homeConcept__lead span {
  line-height: 2.2;
  padding: 0.1em 0.4em;
  background: #FFF;
  border-radius: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #08AECE;
  font-weight: 500;
}

/* reason
-------------------------------------- */
.p-homeReason {
  position: relative;
  background: #333333;
  overflow: hidden;
  color: #FFF;
}
.p-homeReason::before {
  position: absolute;
  width: min(22.5vw, 225px);
  height: min(20vw, 200px);
  content: "";
  background: url(../img/home/reason_deco.svg) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .p-homeReason::before {
    top: 0;
    left: 0;
    transform: translate(-13%, -12%);
  }
}
@media (min-width: 1024px) {
  .p-homeReason::before {
    top: 15px;
    transform: translateX(-7%);
    width: 225px;
    height: 200px;
  }
}

.p-homeReason__inner {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .p-homeReason__inner {
    width: 94%;
  }
}

.p-homeReason__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: max(min(4vw, 40px), 20px);
}
@media (min-width: 1024px) {
  .p-homeReason__title {
    width: 94%;
    font-size: max(min(2.0833333333vw, 40px), 32px);
  }
}

.p-homeReason__grid {
  display: grid;
  gap: 45px;
}
@media (max-width: 1023px) {
  .p-homeReason__grid {
    width: 60%;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .p-homeReason__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.p-homeReason__item {
  text-align: center;
}
.p-homeReason__item .link {
  display: block;
  color: #FFF;
}
@media (any-hover: hover) {
  .p-homeReason__item .link {
    transition: 0.3s opacity;
  }
  .p-homeReason__item .link:hover {
    opacity: 0.75;
  }
}
.p-homeReason__item .img img {
  width: 100%;
}
.p-homeReason__item .caption {
  margin-top: 0.5em;
  letter-spacing: 0.08em;
  font-size: max(min(2.8vw, 28px), 16px);
}
@media (min-width: 1024px) {
  .p-homeReason__item .caption {
    font-size: min(1.4583333333vw, 28px);
  }
}

/* gallery
-------------------------------------- */
.p-homeGallery__inner {
  max-width: 1580px;
  padding-top: 90px;
}

@media (max-width: 1023px) {
  .p-homeGallery__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30vw;
  }
}
@media (min-width: 1024px) {
  .p-homeGallery__flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.p-homeGallery__item {
  position: relative;
}
.p-homeGallery__item--02 {
  z-index: 3;
}
.p-homeGallery__item--05 {
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-homeGallery__item {
    width: calc((100% - 10px) / 2);
  }
  .p-homeGallery__item--05 {
    width: 100%;
    margin-top: 18vw;
  }
  .p-homeGallery__item--06, .p-homeGallery__item--07, .p-homeGallery__item--08 {
    width: calc((100% - 20px) / 3.001);
  }
}
@media (min-width: 1024px) {
  .p-homeGallery__item--05 {
    grid-column: 2/4;
  }
}

.p-homeGallery__itemLead {
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 4.2vw;
  letter-spacing: 0.2em;
}
@media (min-width: 1024px) {
  .p-homeGallery__itemLead {
    font-size: min(2.2105263158vw, 42px);
  }
}
.p-homeGallery__itemLead span {
  line-height: 2.1;
  padding: 0.4em 0.1em;
  background: #FFF;
  border-radius: 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #08AECE;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .p-homeGallery__item--02 .p-homeGallery__itemLead {
    top: 0;
    right: 2em;
    transform: translateY(-80%);
  }
}
@media (min-width: 1024px) {
  .p-homeGallery__item--02 .p-homeGallery__itemLead {
    left: -10px;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 1023px) {
  .p-homeGallery__item--05 .p-homeGallery__itemLead {
    top: 0;
    left: 2em;
    transform: translateY(-85%);
  }
}
@media (min-width: 1024px) {
  .p-homeGallery__item--05 .p-homeGallery__itemLead {
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 50%);
  }
}

/* access
-------------------------------------- */
.p-homeAccess__inner {
  max-width: 1580px;
  padding: 80px 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeAccess__inner {
    padding: 80px 0;
  }
}

.p-homeAccess__logo {
  width: max(min(33.3vw, 333px), 200px);
  margin: auto;
}

.p-homeAccess__address {
  letter-spacing: 0.08em;
  font-size: max(min(2.8vw, 28px), 16px);
  margin: 0.8em 0 0.3em;
  color: #1a1a1a;
}

.p-homeAccess__tel {
  margin-bottom: 1em;
  line-height: 1.4;
  font-family: "futura-pt", sans-serif;
  font-size: max(min(4.8vw, 48px), 34px);
}
.p-homeAccess__tel a {
  color: #3E3A39;
}

.p-homeAccess__map iframe {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-homeAccess__map iframe {
    aspect-ratio: 1580/740;
  }
}

/* =========================================================
 food
========================================================= */
/* Manufacturer
-------------------------------------- */
.p-foodManufacturer {
  position: relative;
  z-index: 3;
}

.p-foodManufacturer__inner {
  max-width: 1000px;
}

.p-foodManufacturer__list {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .p-foodManufacturer__list {
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-foodManufacturer__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F2F2F2;
}
.p-foodManufacturer__list dt img {
  mix-blend-mode: multiply;
}
@media (max-width: 1023px) {
  .p-foodManufacturer__list dt {
    margin-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  .p-foodManufacturer__list dt {
    aspect-ratio: 5/2;
  }
}
.p-foodManufacturer__list dd {
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .p-foodManufacturer__list dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* section
-------------------------------------- */
.p-foodSection {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-foodSection {
    margin-top: 100px;
  }
}

.p-foodSection__header {
  position: relative;
}

@media (max-width: 767px) {
  .p-foodSection__headerImg {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .p-foodSection__headerImg {
    aspect-ratio: 1920/640;
    min-height: 500px;
    max-width: 100%;
  }
}
.p-foodSection__headerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-foodSection__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.p-foodSection__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 200px;
  aspect-ratio: 1/1;
  background: #F2F2F2;
  border-radius: 100%;
  content: "";
}
@media (min-width: 768px) {
  .p-foodSection__title::before {
    width: 320px;
  }
}
.p-foodSection__title .subTitle {
  position: relative;
  margin-top: -0.2em;
}
.p-foodSection__title .mainTitle {
  position: relative;
  margin-bottom: 0;
}

.p-foodSection__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1735px;
}
@media (max-width: 767px) {
  .p-foodSection__inner {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-foodSection__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .p-foodSection__inner {
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .p-foodSection__img {
    position: relative;
    width: 48.9913544669%;
  }
  .p-foodSection__img--right {
    order: 2;
  }
  .p-foodSection__img .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-66%);
  }
}
.p-foodSection__img .caption {
  margin-top: 0.6em;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-foodSection__img .caption {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-foodSection__main {
    flex: 1;
  }
}

.p-foodSection__mainTitle {
  margin-bottom: 0.6em;
  color: #08AECE;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-foodSection__mainTitle {
    margin-top: 1em;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-foodSection__menu {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .p-foodSection__menu {
    flex: 1;
  }
}
@media (min-width: 1366px) {
  .p-foodSection__menu {
    flex-direction: row;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-foodSection__menu ul, .p-foodSection__menu dl {
  display: grid;
  gap: 0.4em;
}

/* option
-------------------------------------- */
.p-foodOption {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-foodOption {
    margin-top: 100px;
  }
}

.p-foodOption__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .p-foodOption__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-foodOption__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 768/355;
  padding: 1em;
  background: #08AECE;
  color: #FFF;
}
@media (max-width: 1023px) {
  .p-foodOption__main {
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .p-foodOption__main {
    aspect-ratio: 384/355;
  }
}

.p-foodOption__mainTitle {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (min-width: 1024px) {
  .p-foodOption__mainTitle {
    font-size: min(4.6875vw, 90px);
  }
}

.p-foodOption__mainText {
  margin-top: 1.5em;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .p-foodOption__mainText {
    font-size: min(0.9375vw, 18px);
  }
}

.p-foodOption__img {
  aspect-ratio: 384/355;
  overflow: hidden;
}
.p-foodOption__img--wide {
  aspect-ratio: 768/355;
}
@media (max-width: 1023px) {
  .p-foodOption__img--wide {
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .p-foodOption__img--wide {
    grid-column: 4/6;
  }
}
.p-foodOption__img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.p-foodOption__inner {
  max-width: 800px;
}

.p-foodOption__list {
  margin-top: 40px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-foodOption__list {
    font-size: max(min(2.4vw, 24px), 18px);
  }
}
.p-foodOption__list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding: 0.6em 0;
  border-bottom: 1px solid #08AECE;
}
@media (min-width: 1024px) {
  .p-foodOption__list > div {
    padding: 0.6em 1.2em;
  }
}
.p-foodOption__list dd {
  flex-shrink: 0;
  text-align: right;
}

.p-foodOption__att {
  margin-top: 1em;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-foodOption__att {
    margin-right: 1.2em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
 facility
========================================================= */
/* 
-------------------------------------- */
/* =========================================================
 activity
========================================================= */
/* section
-------------------------------------- */
.p-activitySection {
  overflow: hidden;
}
.p-activitySection + .p-activitySection {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-activitySection + .p-activitySection {
    margin-top: 80px;
  }
}

.p-activitySection__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1520px;
}
@media (min-width: 768px) {
  .p-activitySection__inner {
    gap: 40px;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-activitySection__main {
    width: 48.6842105263%;
  }
}

.p-activitySection__title {
  margin-bottom: 0.8em;
  letter-spacing: 0.2em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-activitySection__title {
    margin: 0.3em 0 1em;
    font-size: max(min(2.0833333333vw, 40px), 24px);
  }
}
* + .p-activitySection__title {
  margin-top: 1.5em;
}
.p-activitySection__title span {
  line-height: 2.2;
  padding: 0.1em 0.4em;
  background: #FFF;
  border-radius: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #08AECE;
  font-weight: 500;
}

.p-activitySection__text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-activitySection__text {
    font-size: max(min(1.4583333333vw, 28px), 16px);
  }
}

.p-activitySection__list {
  margin-top: 1.5em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-activitySection__list {
    font-size: max(min(1.4583333333vw, 28px), 16px);
  }
}
.p-activitySection__list li {
  display: flex;
}
.p-activitySection__list li::before {
  content: "●";
}
.p-activitySection__list li + li {
  margin-top: 0.3em;
}
.p-activitySection__list li.asterisk::before {
  content: "※";
}

@media (min-width: 768px) {
  .p-activitySection__img {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .p-activitySection__img:not(.p-activitySection__img--left) {
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .p-activitySection__img--left {
    order: -1;
    margin-left: calc(50% - 50vw);
  }
}
.p-activitySection__img img {
  width: 100%;
}

/* free
-------------------------------------- */
.p-activityFree {
  margin-top: 70px !important;
}
@media (min-width: 768px) {
  .p-activityFree {
    margin-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .p-activityFree .p-activitySection__title {
    margin-bottom: 0.8em;
  }
}

.p-activityFree__title {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-activityFree__title {
    font-size: max(min(3.125vw, 60px), 40px);
  }
}

/* =========================================================
 access
========================================================= */
/* access
-------------------------------------- */
.p-access__inner {
  max-width: 1580px;
}

.p-access__logo {
  width: max(min(33.3vw, 333px), 200px);
  margin: auto;
  text-align: center;
}

.p-access__address {
  letter-spacing: 0.08em;
  font-size: max(min(2.8vw, 28px), 16px);
  margin: 0.8em 0 0.3em;
  color: #1a1a1a;
  text-align: center;
}

.p-access__tel {
  margin-bottom: 1em;
  line-height: 1.4;
  font-family: "futura-pt", sans-serif;
  font-size: max(min(4.8vw, 48px), 34px);
  text-align: center;
}
.p-access__tel a {
  color: #3E3A39;
}

.p-access__map iframe {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-access__map iframe {
    aspect-ratio: 1580/740;
  }
}

.p-access__traffic {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-access__traffic {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-access__traffic {
    flex-direction: row;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    margin-top: 80px;
  }
}
.p-access__traffic dt {
  margin-bottom: 0.8em;
  color: #08AECE;
  letter-spacing: 0.14em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-access__traffic dt {
    font-size: max(min(1.875vw, 36px), 24px);
  }
}
.p-access__traffic dd {
  letter-spacing: 0.13em;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-access__traffic dd {
    font-size: max(min(1.25vw, 24px), 16px);
  }
}

/* neighborhood
-------------------------------------- */
.p-accessNeighborhood {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-accessNeighborhood {
    margin-top: 80px;
  }
}

.p-accessNeighborhood__inner {
  max-width: 1000px;
}

.p-accessNeighborhood__grid {
  display: grid;
  gap: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-accessNeighborhood__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-accessNeighborhood__grid {
    gap: 50px;
  }
}
.p-accessNeighborhood__grid span {
  display: block;
  margin-top: 0.3em;
  color: #08AECE;
  letter-spacing: 0.13em;
}
@media (min-width: 768px) {
  .p-accessNeighborhood__grid span {
    font-size: max(min(1.25vw, 24px), 16px);
  }
}

/* =========================================================
 company
========================================================= */
/* info
-------------------------------------- */
.p-companyInfo__inner {
  max-width: 1040px;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .p-companyInfo__inner {
    padding: 120px 0;
  }
}

.p-companyInfo__logo {
  width: max(min(33.3vw, 333px), 200px);
  margin: auto;
}

.p-companyInfo__address {
  letter-spacing: 0.08em;
  font-size: max(min(2.8vw, 28px), 16px);
  text-align: center;
  margin: 0.8em 0 50px;
  color: #1a1a1a;
}

/* =========================================================
 contact
========================================================= */
/* contact
-------------------------------------- */
.p-contact__inner {
  padding: 60px 0;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .p-contact__inner {
    padding: 100px 0;
  }
}

.p-contact__lead {
  margin-bottom: 1.5em;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-contact__lead {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .p-contact__lead {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-contact__table > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #08AECE;
}
@media (min-width: 768px) {
  .p-contact__table > div {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .p-contact__table > div:last-child dt {
    align-items: flex-start;
  }
}
.p-contact__table dt {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-contact__table dt {
    align-items: flex-end;
    width: 13.86em;
  }
}
@media (min-width: 1024px) {
  .p-contact__table dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-contact__table dt label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-contact__table dt span {
  width: 5.375em;
  padding: 0.2em 0;
  letter-spacing: 0.3em;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-contact__table dt span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-contact__table dt span.required {
  background: #08AECE;
}
.p-contact__table dt span.any {
  background: #666;
}
@media (min-width: 768px) {
  .p-contact__table dd {
    flex: 1;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-contact__input {
  border: 1px solid #08AECE;
  color: #000;
  letter-spacing: 0.16em;
  background: #FFF;
}
.p-contact__input--text {
  width: 100%;
  height: 3.3em;
  padding: 0 0.8em;
}
.p-contact__input--textarea {
  width: 100%;
  height: 14em;
  padding: 0.8em;
}
.p-contact__input--select {
  position: relative;
}
.p-contact__input--select select {
  height: 3.3em;
  min-width: 10em;
  letter-spacing: 0.16em;
  padding: 0 2em 0 0.8em;
  color: #000;
}
.p-contact__input--select::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background: #08AECE;
  height: 0.8em;
  width: 1.1em;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-contact__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (min-width: 768px) {
  .p-contact__wrap {
    max-width: 660px;
    padding-left: 2.8em;
  }
}
.p-contact__wrap .prefix {
  flex-shrink: 0;
  text-align: right;
  color: #08AECE;
}
@media (min-width: 768px) {
  .p-contact__wrap .prefix {
    width: 2.5em;
  }
}
.p-contact__wrap > div {
  display: flex;
  gap: 0.3em;
  align-items: center;
}
.p-contact__wrap--name {
  padding-left: 0;
}
.p-contact__wrap--name > div {
  flex: 1;
}
.p-contact__wrap--zip {
  max-width: 330px;
  padding-left: 0;
}
.p-contact__wrap--zip > div {
  flex: 1;
}
@media (max-width: 767px) {
  .p-contact__wrap--address > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-contact__wrap--address > div:first-child {
    width: 60%;
  }
  .p-contact__wrap--address > div:last-child {
    flex: 1;
  }
}

.p-contact__btn {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__btn {
    margin-top: 60px;
  }
}
.p-contact__btn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13em;
  height: 3.7em;
  background: #08AECE;
  border-radius: 3em;
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (any-hover: hover) {
  .p-contact__btn button {
    transition: 0.3s background-color;
  }
  .p-contact__btn button:hover {
    background: #07a2bf;
  }
}
@media (min-width: 768px) {
  .p-contact__btn button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-contact__credit {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}/*# sourceMappingURL=styles.css.map */

/*2024.04.12add*/
.l-footer__tel span,
.p-homeAccess__tel span{
  line-height: 0 !important;
  font-size: max(min(1.6vw, 16px), 12px);
}
.l-footer__tel span b,
.p-homeAccess__tel span b{
  display: block;
  color: #3E3A39;
}

/* =========================================================
 faq
========================================================= */

.p-faq{
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}

.p-faq dl{
  margin-bottom: 2em;
}

.p-faq dl dt{
  color: #08AECE;
  border-bottom: 1px solid #08AECE;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}

.p-faq dl dt::after{
  width: 2rem;
  height: 2rem;
  content: "";
  background: url("../img/faq/plus.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.p-faq dl dt.active::after{
  background: url("../img/faq/minus.svg") no-repeat center center/cover;
}

.p-faq dl dt .num{
  width: 5%;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}

.p-faq dl dt .txt{
  width: 90%;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-faq dl dt::after{
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-faq dl dt .num{
    width: 15%;
    font-size: 1.5rem;
  }
  .p-faq dl dt .txt{
    width: 80%;
    font-size: 1.2rem;
    padding-right: 10%;
    box-sizing: border-box;
  }
}

.p-faq dl dd{
  width: 95%;
  margin-left: 5%;
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 1em;
  display: none;
}

@media (max-width: 767px) {
  .p-faq dl dd{
    width: 100%;
    margin-left: 0;
  }
}

.p-faq dl dd.active{
  display: block;
}

/* 20241211add */
#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 10px;
bottom: 30px;
background: #808080;
border-radius: 50%;
opacity: 0.6;
}

/* Font Awesome */
#page_top::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f0d8';
font-size: 30px;
color: rgb(255, 255, 255);
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}
/*20250630add*/
.footer-menu {
  background-color: #08AECE;
  color: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 11px;
  padding: 15px 10px;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-menu li {
  display: flex;
  align-items: center;
}

.footer-menu li:not(:last-child)::after {
  content: "│";
  color: #ffffff;
  margin: 0 6px;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.footer-menu a:hover {
  text-decoration: underline;
}
