@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanrp.min.css");
/* 源柔ゴシック サブセット */
@import url("../fonts/genjyuugothic/light/GenJyuuGothic-Light.css");
@import url("../fonts/genjyuugothic/normal/GenJyuuGothic-Normal.css");
@import url("../fonts/genjyuugothic/regular/GenJyuuGothic-Regular.css");
@import url("../fonts/genjyuugothic/medium/GenJyuuGothic-Medium.css");
@import url("../fonts/genjyuugothic/bold/GenJyuuGothic-Bold.css");

/* カスタムプロパティ
============================================================= */

:root {
  --theme-main: #cae4db;
  --theme-sub-1: #e6d9b1;
  --theme-sub-2: #00303f;
  --theme-sub-3: #6aa7b6;
  /* --theme-accent: #fff; */
  --theme-base: #fff;
  --theme-fonts: #333;
  --theme-bcg: #f7f7f7;
  /* --theme-border: #f7f7f7; */

  /* Fonts */
  --font-family-notosansjp: "Noto Sans JP", "Helvetica Neue", arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --font-family-genjyuugothic: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue",
    arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  /* 源柔ゴシック 約物半角 */
  --font-family-yakuhanrp: yakuhanrp, "GenJyuuGothic", "Noto Sans JP",
    "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    meiryo, sans-serif;

  /* Layer */
  --z-index-container: 0;
  /* --z-index-header: 110; */
  /* --z-index-g-nav: 120; */
  --z-index-overlay: 200;
  --z-index-spmenu: 300;
  --z-index-hamburger: 400;

  /* Width */
  --width-sm: 576px;
  --width-md: 768px;
  --width-lg: 992px;
  --width-xl: 1200px;
  --width-xxl: 1400px;
}

/* Note
=============================================================
  ブレイクポイント一覧
  
  xs: 0
  sm: 576px
  md: 768px
  lg: 992px
  xl: 1200px
  xxl: 1400px

  @media only screen and (max-width: 1399.98px) {
  }
  @media only screen and (max-width: 1199.98px) {
  }
  @media only screen and (max-width: 991.98px) {
  }
  @media only screen and (max-width: 767.98px) {
  }
  @media only screen and (max-width: 575.98px) {
  }

  @media only screen and (min-width: 1400px) {
  }
  @media only screen and (min-width: 1200px) {
  }
  @media only screen and (min-width: 992px) {
  }
  @media only screen and (min-width: 768px) {
  }
  @media only screen and (min-width: 576px) {
  }
  
/* 初期化
============================================================= */

html {
  scroll-behavior: smooth;
}

a {
  /* font-weight: 700; */
  color: inherit;

  &:hover {
    opacity: 0.8;
  }
}

address {
  font-style: normal;
}

img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

hr {
  width: 100%;
  height: 0;
  margin: 20px 0;
  border: none;
  border-top: 2px solid var(--theme-border);
}

figure {
  & img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  & figcaption {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.5em;
  }
}

/* Fonts
============================================================= */

body {
  font-family: "Noto Sans JP", "Helvetica Neue", arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: 400;
  color: var(--theme-fonts);
}

/* Wrapper
============================================================= */
.container {
  position: relative;
  z-index: var(--z-index-container);
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--theme-base);
}

/* Main
============================================================= */
.main {
  width: 100%;
}

/* Header
============================================================= */
.header {
  position: relative;
  width: 100%;
}

.header__top {
  display: flex;
  gap: 20px 0;
  align-items: center;
  width: 100%;
  max-width: var(--width-lg);
  padding: 20px 2%;
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .header__top {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__top {
    flex-direction: column;
    justify-content: center;
  }
}

.h-logo {
  box-sizing: content-box;
  width: 260px;
  padding-right: 40px;
  border-right: 1px solid #cae4db;

  & img {
    display: block;
    width: 100%;
    height: auto;
  }

  & a {
    color: inherit;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .h-logo {
    border: none;
  }
}

.h-open {
  box-sizing: content-box;
  padding-left: 40px;
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05;
}

.h-open__main {
  margin-bottom: 0.5em;
}

.h-open__sub {
  padding: 0.5em;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767.98px) {
  .h-open {
    padding: 0;
  }
}

.h-phone {
  box-sizing: content-box;
  width: 200px;
  margin-left: auto;

  & img {
    display: block;
    width: 100%;
    height: auto;
  }

  & a {
    color: inherit;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .h-phone {
    margin: 0;
  }
}

/* メインビジュアル
============================================================= */
.eyecatch {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin: auto;
}

.eyecatch--mainvisual {
  max-width: var(--width-lg);
}

@media only screen and (max-width: 767.98px) {
  .eyecatch {
    min-height: initial;
  }
}

/* mainvisual */
.mainvisual {
  margin: 0;
}

.mainvisual__image {
  display: block;
  width: 100%;
  height: auto;
}

.mainvisual__catch {
  position: absolute;
  top: 15%;
  left: 10%;
  display: inline-block;
  font-family: var(--font-family-yakuhanrp);
  font-size: 40px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
  letter-spacing: 0.05em;

  & span {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .mainvisual__catch {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .mainvisual__catch {
    font-size: 32px;
  }
}

@media only screen and (max-width: 499.98px) {
  .mainvisual__catch {
    font-size: 24px;
  }
}

@media only screen and (max-width: 399.98px) {
  .mainvisual__catch {
    font-size: 20px;
  }
}

/* g-nav-wrapper */
.g-nav-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 0 10px;
  background-color: var(--theme-main);
}

.g-nav-wrapper--over-mainvisual {
  background-color: rgb(255 255 255 / 40%);
}

@media only screen and (max-width: 767.98px) {
  .g-nav-wrapper {
    height: 0;
    background-color: transparent;
  }

  .g-nav-wrapper--over-mainvisual {
    height: auto;
    background-color: transparent;
  }
}

/* グローバルナビ
============================================================= */
.g-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 768px;
  font-family: var(--font-family-yakuhanrp);
  font-size: 16px;
  font-feature-settings: "palt";
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  transform: translate(-50%, -50%);

  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  & li {
    display: block;
  }

  & a {
    display: block;
    padding: 0.5em 1em;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 50px;
  }

  & a.current {
    color: #fff;
    background-color: var(--theme-sub-2);
  }

  & a:hover {
    opacity: 0.9;
  }
}

@media only screen and (max-width: 767.98px) {
  .g-nav {
    display: none;
  }
}

/* モバイルメニュー
============================================================= */
.m-nav {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-spmenu);
  display: none;
  width: 100%;
  padding: 0;
  overflow-y: auto;
  font-size: 16px;
  background: none;
  transition: all 0.6s;
  transform: translateY(-100%);

  &.active {
    transform: translateY(0%);
  }
}

@media only screen and (max-width: 767.98px) {
  .m-nav {
    display: block;
  }
}

.m-nav__ul {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;

  & li {
    justify-content: center;
    width: 100%;
    color: var(--color-fonts);
    background-color: rgb(255 255 255 / 90%);

    &:not(:first-child) {
      border-top: 1px solid #b9dbd0;
    }
  }

  /* stylelint-disable-next-line no-descending-specificity */
  & a {
    position: relative;
    display: block;
    padding: 0.75em 0;
    color: inherit;
    text-align: center;
    text-decoration: none;
  }
}

/* ハンバーガーメニューのボタン */
.hamburger {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: var(--z-index-hamburger);
  box-sizing: border-box;
  display: none;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(202 228 219 / 40%);
  border-radius: 6px;
}

@media only screen and (max-width: 767.98px) {
  .hamburger {
    display: block;
  }
}

.hamburger::before {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  color: #b9dbd0;
  pointer-events: none;
  content: "MENU";
  transition: 0.4s ease-in-out;
}

.hamburger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 66.6%;
  height: 2px;
  background-color: #b9dbd0;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.hamburger span:nth-of-type(1) {
  top: 25%;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:nth-of-type(3) {
  top: 75%;
}

.hamburger.active::before {
  content: "";
}

.hamburger.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2),
.hamburger.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ハンバーガーメニュー表示時のオーバーレイ */
.overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-overlay);
  display: none;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgb(0 0 0 / 40%);
  background-repeat: no-repeat;
  background-position: top 80% center;
  background-size: 300px auto;
  opacity: 1;
  animation: fade-overlay 0.6s;
}

@media only screen and (max-width: 767.98px) {
  .overlay.active {
    display: block;
  }
}

/* オーバーレイのフェードアニメーション */
@keyframes fade-overlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Footer 'footer, f'
============================================================= */
.footer {
  width: 100%;
}

.f-nav-wrapper {
  max-width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 14px;
  background-color: var(--theme-bcg);
}

@media only screen and (max-width: 991.98px) {
  .f-nav-wrapper {
    padding: 40px 15px;
  }
}

.f-copy {
  width: 100%;
  padding: 1em 0.5em;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--theme-sub-2);
}

/* アクセス */
.f-access {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: center;
  width: 992px;
  max-width: 100%;
  margin: 0 auto;
}

.f-access__left {
  flex: 2;
}

.f-access__right {
  flex: 3;
}

@media only screen and (max-width: 991.98px) {
  .f-access {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .f-access {
    flex-direction: column;
    align-items: center;
  }

  .f-access__left {
    width: 100%;
    max-width: fit-content;
  }

  .f-access__right {
    width: 100%;
  }
}

/* Left */
.f-contact {
  width: 320px;
  max-width: 100%;
  margin: auto;
}

.f-logo {
  max-width: 100%;
  margin: auto;

  & img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.f-reserve {
  display: block;
  max-width: 100%;
  padding: 0.5em 1em;
  margin: auto;
  font-size: 14px;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #333;
  border-radius: 2em;
}

.f-phone {
  max-width: 100%;
  margin: auto;

  & img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.f-open {
  width: 100%;
  margin: auto;
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05;
}

.f-open__main {
  margin-bottom: 0.5em;
}

.f-open__sub {
  padding: 0.5em;
  background-color: #f6f6f6;
}

/* Right */
.f-maps {
  width: 100%;

  & iframe {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
  }

  & address {
    padding: 0.5em 0;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    background-color: var(--theme-sub-1);
  }
}

/* フッターナビ */
.f-nav {
  width: 100%;
  max-width: 992px;
  margin: auto;
  font-feature-settings: "palt";

  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
    width: 100%;
    padding-left: 1px;
    list-style: none;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  & a {
    padding: 0 0.5em;
    margin-left: -1px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
  }
}

/* レイアウト
============================================================= */

/* 1カラム */
/* .layout-singlecol {
  width: 100%;
  max-width: var(--width-xl);
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .layout-singlecol {
    padding: 0 15px;
  }
} */

/* 項 'section'
============================================================= */
.sect {
  width: 100%;
}

.sect-content {
  /* width: var(--width-lg); */
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 991.98px) {
  .sect-content {
    padding: 0 15px;
  }
}

/* 見出し 'heading'
============================================================= */

.heading-page {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

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

@media only screen and (max-width: 767.98px) {
  .heading-page {
    font-size: 24px;
  }
}

/* 見出し下線 */
.heading-underline {
  position: relative;
  width: fit-content;
  padding-bottom: 0.75em;
  margin: auto;
  font-family: var(--font-family-yakuhanrp);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;

  &::after {
		position:absolute;
		bottom:0;
		left:50%;
		display:block;
		width:1.8em;
		height:0;
		content: "";
		border:2px solid var(--theme-main);
		border-radius: 2px;
		transform: translate(-50%,0);
  }
}

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

@media only screen and (max-width: 767.98px) {
  .heading-underline {
    font-size: 24px;
  }
}

.heading-frame {
  width: 100%;
  max-width: 600px;
  padding: .25em;
  margin: 0 auto;
  font-family: var(--font-family-yakuhanrp);
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
  background-color: var(--theme-sub-1);
}

@media only screen and (max-width: 767.98px) {
  .heading-frame {
    font-size: 24px;
  }
}

/* 段落
============================================================= */
.text-content {
  max-width:100%;
  margin: auto;
  line-height: 1.8em;
}

.text-content strong {
  font-weight: 700;
}

.text-content p:not(:first-child) {
  margin-top: 0.5em;
}

.text-content--justify {
  text-align: justify;
}

.text-content--fit-content {
  width: fit-content;
}

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

