@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --body-color: #fff;
  --font-color: #323232;
  --link-color: #0000ff;
  --primary-color: #0000ff;
  --secondary-color: #0000ff;
  --font-family: "Noto Serif JP", serif;
  --base-fontsize: 1.4rem;
  --base-fontsize--sp: 1.2rem;
  --container-width: 1100px;
  --header-height: 155px;
  --header-height--sp: 97px;
  --border-color: #bbb;
  --leading-trim: calc((1em - 1lh) / 2);
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img,
iframe {
  vertical-align: bottom;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.pc-inline {
  display: inline;
}

html {
  color: var(--font-color);
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  background-color: var(--body-color);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--base-fontsize);
  font-weight: 500;
  line-break: strict;
  line-height: 2;
  overflow-wrap: anywhere;
  padding-top: var(--header-height);
  position: relative;
  word-break: normal;
}

a,
button {
  color: var(--link-color);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
iframe {
  vertical-align: bottom;
}

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

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: var(--header-height);
          justify-content: center;
}
.header__title {
  max-width: 180px;
  z-index: 4000;
}
.header__nav {
          align-items: center;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100dvh;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  width: 100%;
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header__nav li {
  margin-bottom: 4em;
}
.header__nav li a {
  color: #333;
  font-size: 2rem;
  text-decoration: none;
}

.burger-btn {
          align-items: center;
  border-left: 0;
  border-right: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 35px;
          justify-content: center;
  line-height: 1;
  position: absolute;
  right: 50px;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  z-index: 4000;
}

.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  color: #0d0d0d;
  display: block;
  height: 12px;
  position: relative;
  width: 35px;
}

.menu-trigger span {
  background-color: #0d0d0d;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
  left: 0;
  width: 35px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4.5px) rotate(-28deg);
          transform: translateY(4.5px) rotate(-28deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6.5px) rotate(28deg);
          transform: translateY(-6.5px) rotate(28deg);
  width: 100%;
}

.footer-inner, .header__inner, .container {
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(var(--container-width) + 60px);
}

.full-container, body {
  min-width: calc(var(--container-width) + 60px);
}

.main {
  position: relative;
}
.main > *:last-child {
  margin-bottom: 0;
}

.narrow-container {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-narrow-width);
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 89px;
  padding-top: 94px;
}
.footer__copyright {
  color: #666666;
  font-size: 1.2rem;
  padding: 3rem 0;
  text-align: center;
}

.js-scroll {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.55, 0.7, 0.96);
  transition: all 0.5s cubic-bezier(0.1, 0.55, 0.7, 0.96);
}
.js-scroll.js-scroll-left {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.js-scroll.js-scroll-right {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.js-scroll.js-scroll-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-scroll.on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.box-flex > * {
  width: calc((100% - 10px) / 3);
}

.btn, .btn--secondary, .btn--primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn, .btn--secondary, .btn--primary {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btn:after, .btn--secondary:after, .btn--primary:after {
  background-color: #fff;
  clip-path: polygon(20.5% 0, 100% 50%, 20.5% 100%, 0% 100%, 79.5% 50%, 0% 0%);
  content: "";
  display: inline-block;
  height: 12px;
  width: 10px;
}
.btn--radius {
  border-radius: 100vw;
}
.btn--primary {
  background-color: blueviolet;
  border: 1px solid blueviolet;
  color: #fff;
}
.btn--primary:after {
  background-color: #fff;
}
.btn--secondary {
  background-color: red;
  border: 1px solid red;
  color: #fff;
}
.btn--secondary:after {
  background-color: #fff;
}

input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid var(--border-color);
  font-size: 2rem;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 100%;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

textarea {
  border: 1px solid var(--border-color);
  height: 150px;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 100%;
}
textarea:focus-visible {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.form-select {
  max-width: 190px;
  position: relative;
  width: 100%;
}
.form-select:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
.form-select select {
  background-color: blueviolet;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  padding: 11px 30px 11px 20px;
  width: 100%;
}

.form-checkbox {
          align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  position: relative;
}
.form-checkbox input[type=checkbox] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts:after {
  border-bottom: 2px solid #25af01;
  border-left: 2px solid #25af01;
  content: "";
  display: block;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}
.form-checkbox input[type=checkbox]:focus + span.form-checkbox-parts {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-checkbox-parts {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.form-checkbox-label {
  padding-left: 0.5em;
}

.form-radio {
          align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  position: relative;
}
.form-radio input[type=radio] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-radio input[type=radio]:checked + span.form-radio-parts {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.form-radio input[type=radio]:checked + span.form-radio-parts:after {
  background-color: #25af01;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.form-radio input[type=radio]:focus + span.form-radio-parts {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-radio-parts {
  border: 1px solid #ccc;
  border-radius: 100%;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.form-radio-label {
  padding-left: 0.5em;
}

.form-file::-webkit-file-upload-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.form-file::file-selector-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.heading-1 {
  color: #323232;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

.ico-bullet {
  display: inline-block;
  position: relative;
}
.ico-bullet:before {
  background-color: blue;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 6px;
}

.tab-nav {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.tab-nav li {
  cursor: pointer;
}
.tab-nav li.on {
  color: DeepSkyBlue;
}
.tab-wrap {
  background: White;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 20px;
}
.tab-content {
  color: #333;
  height: 0;
  opacity: 0;
  padding: 0 0;
  pointer-events: none;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}
.tab-content.on {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  height: auto;
  opacity: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(50px);
  -webkit-transform: translateX(0);
          transform: translateX(50px);
          transform: translateX(0);
}
.tab-content.on ~ .tab-content {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-hero-inner {
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  height: 360px;
  line-height: 1.5;
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
}

.page-nav {
  margin-top: 80px;
}
.page-nav ul {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav ul li {
  margin: 0 5px;
}
.page-nav ul li a,
.page-nav ul li span {
          align-items: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  font-weight: 700;
  height: 43px;
          justify-content: center;
  text-decoration: none;
  width: 43px;
}

.table-default table {
  background-color: #fff;
  width: 100%;
}
.table-default th,
.table-default td {
  line-height: 1.5;
  padding: 12px 15px;
  vertical-align: middle;
}
.table-default th a,
.table-default td a {
  color: #fff;
}
.table-default th {
  background-color: #e3e3e7;
  font-weight: 700;
  text-align: left;
  width: 200px;
}

.topicpath {
  font-size: 1.1rem;
  padding-top: 13px;
}
.topicpath ul {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topicpath ul li {
  display: inline;
}
.topicpath ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topicpath ul li span:before {
  content: ">";
  margin-left: 1.2em;
  margin-right: 1.2em;
}
.topicpath ul li:first-child span:before {
  display: none;
}
.topicpath a {
  color: #333333;
  text-decoration: none;
}

.visual-container {
  height: calc(100dvh - var(--header-height) - 50px);
  padding-inline: 50px;
}
.visual-container picture {
  display: block;
  height: 100%;
  width: 100%;
}
.visual-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.lead-text {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  font-size: 1.6rem;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2.25;
  padding-block: 5em 11em;
  text-align: center;
}

.thumbs-1 {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: justify;
  gap: 100px;
          justify-content: space-between;
  margin-bottom: 150px;
}
.thumbs-1 figure:nth-child(1) {
  max-width: 500px;
}
.thumbs-1 figure:nth-child(2) {
  max-width: 360px;
}

.thumbs-2 {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 300px;
}
.thumbs-2 figure {
  max-width: 675px;
}

.address {
  margin-bottom: 260px;
}
.address-box {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  gap: 50px;
          justify-content: space-between;
  margin-bottom: 5em;
}
.address-box .google-map {
  max-width: 500px;
  width: 100%;
}
.address-box .google-map iframe {
  height: 330px;
  width: 100%;
}
.address-box .address-contents {
  font-size: 1.6rem;
  max-width: 510px;
  width: 100%;
}
.address-box .address-contents .address-title {
  margin-bottom: 2.5em;
  max-width: 143px;
}
.address-box .address-contents .address-text {
  margin-bottom: 1.5em;
}
.address-box .address-contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-bottom: 1.5em;
}
.address-box .address-contents dl:last-of-type {
  margin-bottom: 0;
}
.address-box .address-contents dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6em;
}
.address .guide {
  letter-spacing: 0.1em;
  margin-bottom: 6em;
  text-align: center;
}
.address .guide:last-of-type {
  margin-bottom: 0;
}
.address .guide dt {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.address .guide dt span {
  border-bottom: 1px solid #323232;
}
.address .guide dd {
  font-size: 1.6rem;
}

.stylist {
  margin-bottom: 25em;
}
.stylist .heading-1 {
  margin-bottom: 3em;
}
.stylist-container {
  display: -ms-grid;
  display: grid;
  gap: 100px;
  -ms-grid-columns: 520px 100px 1fr;
  grid-template-columns: 520px 1fr;
}
.stylist-container figure {
  padding-left: 40px;
}
.stylist-container .content {
  letter-spacing: 0.1em;
}
.stylist-container .content dl {
  margin-bottom: 3em;
}
.stylist-container .content dl dt {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: var(--leading-trim);
}
.stylist-container .content dl dt:after {
  content: attr(data-sub);
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.stylist-container .content dl dd {
  font-size: 1.4rem;
}
.stylist-container .content p {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.stylist-container .content p:last-child {
  margin-bottom: 0;
}

.gallery {
  margin-bottom: 250px;
}
.gallery-list {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gallery-item {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery-item:hover {
  opacity: 0.7;
}
.gallery .heading-1 {
  margin-bottom: 1.5em;
}
.gallery .splide__track {
  max-width: 900px;
}
.gallery .splide__arrows {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 10;
}
.gallery .splide__arrows .splide__arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 20px;
}
.gallery .splide__arrows .splide__arrow > svg {
  display: none;
}
.gallery .splide__arrows .splide__arrow--prev {
  background-image: url(../img/gallery/slide-arrow.png);
  left: -100px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gallery .splide__arrows .splide__arrow--next {
  background-image: url(../img/gallery/slide-arrow.png);
  position: absolute;
  right: -100px;
  top: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.gallery-slider .gallery-slider-item {
  aspect-ratio: 900/600;
  max-width: 900px;
  width: 100%;
}
.gallery-slider .gallery-slider-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.modal-slider {
          align-items: center;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100dvh;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}
.modal-slider.is-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-slider .modal-close {
  height: 17px;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 35px;
}
.modal-slider .modal-close:before, .modal-slider .modal-close:after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}
.modal-slider .modal-close:before {
  top: 0;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.modal-slider .modal-close:after {
  bottom: 0;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.menu {
  margin-bottom: 280px;
}
.menu .heading-1 {
  margin-bottom: 1.5em;
}
.menu-note {
  margin-top: 3em;
  text-align: center;
}
.menu .tab-nav {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}
.menu .tab-nav li {
  border-right: 1px solid #cccccc;
  font-size: 1.6rem;
  text-align: center;
}
.menu .tab-nav li:first-child {
  border-left: 1px solid #cccccc;
}
.menu .tab-nav li a {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 60px;
          justify-content: center;
  padding: 7.5px 10px;
  text-decoration: none;
}
.menu .tab-nav li a:hover {
  opacity: 1;
}
.menu .tab-nav li a span {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100%;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.menu .tab-nav li a.on span, .menu .tab-nav li a:hover span {
  background-color: #666666;
  color: #fff;
}
.menu .tab-nav li a.on span:after, .menu .tab-nav li a:hover span:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 5px) rotate(45deg);
          transform: translate(-50%, 5px) rotate(45deg);
  width: 10px;
  z-index: -1;
}
.menu .tab-wrap {
  padding-block: 0;
}
.menu .tab-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.menu .tab-content dl:nth-child(odd) {
  background-color: #f3f3f3;
}
.menu .tab-content dt {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 305px;
  text-align: left;
  width: 50%;
}
.menu .tab-content dd {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 305px;
  text-align: right;
  width: 50%;
}
.menu .tab-content dt,
.menu .tab-content dd {
  font-size: 1.6rem;
  font-weight: 400;
  height: 60px;
}
@media screen and (max-width: 576px){
  input,
  textarea {
    font-size: var(--base-fontsize--sp);
  }
  select {
    font-size: var(--base-fontsize--sp);
  }
  button {
    font-size: var(--base-fontsize--sp);
  }
  .pc-inline {
    display: none;
  }
  html {
    scroll-padding-top: var(--header-height--sp);
  }
  body {
    font-size: var(--base-fontsize--sp);
    padding-top: var(--header-height--sp);
  }
  .header__inner {
    height: var(--header-height--sp);
  }
  .header__title {
    max-width: 120px;
  }
  .header__nav li {
    margin-bottom: 3em;
  }
  .burger-btn {
    right: 30px;
  }
  .footer-inner, .header__inner, .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .full-container, body {
    min-width: 1px;
    width: 100%;
  }
  .narrow-container {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
  .footer-inner {
    display: block;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .form-select {
    max-width: 180px;
  }
  .form-select select {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 11px 30px 11px 20px;
  }
  .heading-1 {
    font-size: 3rem;
  }
  .page-hero-inner {
    height: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-nav {
    margin-top: 40px;
  }
  .table-default th,
  .table-default td {
    border-top: 0;
    display: block;
    font-size: 1.1rem;
    padding: 6px 10px;
  }
  .table-default th {
    width: 100%;
  }
  .table-default td {
    width: 100%;
  }
  .topicpath {
    font-size: 0.9rem;
  }
  .topicpath ul li span:before {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
  .visual-container {
    height: 370px;
    padding-inline: 30px;
  }
  .lead-text {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    padding-block: 45px;
    text-align: left;
  }
  .thumbs-1 {
    display: block;
    margin-bottom: 30px;
  }
  .thumbs-1 figure:nth-child(1) {
    margin-bottom: 30px;
  }
  .thumbs-2 {
    margin-bottom: 200px;
  }
  .address {
    margin-bottom: 150px;
  }
  .address-box {
    display: block;
    margin-bottom: 3em;
  }
  .address-box .google-map {
    aspect-ratio: 630/416;
    margin-bottom: 50px;
  }
  .address-box .google-map iframe {
    aspect-ratio: 630/416;
    height: auto;
  }
  .address-box .address-contents {
    font-size: 1.4rem;
  }
  .address-box .address-contents .address-title {
    max-width: 100px;
  }
  .address .guide dt {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .address .guide dd {
    font-size: 1.4rem;
  }
  .stylist {
    margin-bottom: 13em;
  }
  .stylist-container {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .stylist-container figure {
    padding-left: 0;
  }
  .stylist-container .content dl dt {
    font-size: 1.8rem;
  }
  .stylist-container .content dl dt:after {
    font-size: 1.2rem;
  }
  .stylist-container .content p {
    font-size: 1.4rem;
  }
  .gallery {
    margin-bottom: 150px;
  }
  .gallery-list {
    gap: 10px 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery .heading-1 {
    margin-bottom: 0.4em;
  }
  .gallery .splide__arrows .splide__arrow--prev {
    left: -20px;
  }
  .gallery .splide__arrows .splide__arrow--next {
    right: -20px;
  }
  .modal-slider {
    padding-inline: 30px;
  }
  .modal-slider .modal-close {
    right: 20px;
    top: 20px;
  }
  .menu {
    margin-bottom: 150px;
  }
  .menu .heading-1 {
    margin-bottom: 0.6em;
  }
  .menu .tab-nav {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }
  .menu .tab-nav li {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .menu .tab-nav li:nth-child(odd) {
    border-left: 1px solid #cccccc;
  }
  .menu .tab-nav li a {
    height: 59px;
  }
  .menu .tab-wrap {
    overflow: hidden;
  }
  .menu .tab-content dt {
    padding-left: 15px;
  }
  .menu .tab-content dd {
    padding-right: 15px;
  }
  .menu .tab-content dt,
  .menu .tab-content dd {
    font-size: 1.6rem;
  }
}
@media (hover: hover){
  /* リンクの場合 */
  a:-moz-any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  a:any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
  }
  /* 特定できない場合 */
  .btn:where(:-moz-any-link, :enabled, summary):hover, .btn--secondary:where(:-moz-any-link, :enabled, summary):hover, .btn--primary:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .btn:where(:any-link, :enabled, summary):hover, .btn--secondary:where(:any-link, :enabled, summary):hover, .btn--primary:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}