@charset "UTF-8";
/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

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;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  background-color: #fff;
}

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

@media (min-width: 375px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-main {
  position: relative;
  display: block;
  padding-top: 72px;
  flex-grow: 1;
}

.l-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 375px;
  background-color: #fff;
}
@media (max-width: 375px) {
  .l-container {
    max-width: 540px;
  }
}

.l-inner {
  margin: 0 auto;
  width: 82%;
  max-width: 1200px;
}
.l-inner.-small {
  max-width: 1000px;
}
.l-inner.-fluid {
  width: 100%;
  max-width: 1920px;
}

.bg-cover {
  position: relative;
}
.bg-cover::before {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../img/bg01.webp");
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-image, filter;
  overflow: hidden;
  transform: scale(1.2);
  filter: blur(30px);
}
@media (max-width: 375px) {
  .bg-cover::before {
    display: none;
  }
}
.bg-cover.is-active::before {
  -webkit-animation: img_anime2 45s ease-in-out 0s infinite;
          animation: img_anime2 45s ease-in-out 0s infinite;
  will-change: background-image, filter, transform;
}

html:not(.webp) .bg-cover::before {
  background-image: url("../img/bg01.jpg");
}
@media (max-width: 375px) {
  html:not(.webp) .bg-cover::before {
    display: none;
  }
}
html:not(.webp) .bg-cover.is-active::before {
  -webkit-animation: img_anime_jpg2 45s ease-in-out 0s infinite;
          animation: img_anime_jpg2 45s ease-in-out 0s infinite;
  will-change: background-image, filter;
}

@-webkit-keyframes img_anime2 {
  0% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg01.webp");
  }
  18% {
    filter: blur(0px);
  }
  24.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg01.webp");
  }
  25% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg02.webp");
  }
  41% {
    filter: blur(0px);
  }
  49.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg02.webp");
  }
  50% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg03.webp");
  }
  68% {
    filter: blur(0px);
  }
  74.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg03.webp");
  }
  75% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg04.webp");
  }
  93% {
    filter: blur(0px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg04.webp");
  }
}

@keyframes img_anime2 {
  0% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg01.webp");
  }
  18% {
    filter: blur(0px);
  }
  24.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg01.webp");
  }
  25% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg02.webp");
  }
  41% {
    filter: blur(0px);
  }
  49.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg02.webp");
  }
  50% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg03.webp");
  }
  68% {
    filter: blur(0px);
  }
  74.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg03.webp");
  }
  75% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg04.webp");
  }
  93% {
    filter: blur(0px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg04.webp");
  }
}
@-webkit-keyframes img_anime_jpg2 {
  0% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg01.jpg");
  }
  18% {
    filter: blur(0px);
  }
  24.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg01.jpg");
  }
  25% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg02.jpg");
  }
  41% {
    filter: blur(0px);
  }
  49.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg02.jpg");
  }
  50% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg03.jpg");
  }
  68% {
    filter: blur(0px);
  }
  74.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg03.jpg");
  }
  75% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg04.jpg");
  }
  93% {
    filter: blur(0px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg04.jpg");
  }
}
@keyframes img_anime_jpg2 {
  0% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg01.jpg");
  }
  18% {
    filter: blur(0px);
  }
  24.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg01.jpg");
  }
  25% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg02.jpg");
  }
  41% {
    filter: blur(0px);
  }
  49.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg02.jpg");
  }
  50% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg03.jpg");
  }
  68% {
    filter: blur(0px);
  }
  74.9% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg03.jpg");
  }
  75% {
    transform: scale(1.2);
    filter: blur(30px);
    background-image: url("../img/bg04.jpg");
  }
  93% {
    filter: blur(0px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    background-image: url("../img/bg04.jpg");
  }
}
/******************************
* utility
*******************************/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.u-en {
  font-family: "Noto Serif JP", serif;
}

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

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

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

.u-fwb {
  font-weight: 700;
}

.u-red {
  color: #FF0000;
}

.u-theme-color {
  color: #323232;
}

.bg-white {
  background-color: #fff;
}

.bg-theme-color {
  background-color: #323232;
}

.bg-gray {
  background: #E9E9E9;
}

/******************************
* header
*******************************/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 375px;
  height: 72px;
  z-index: 100;
  background-color: white;
}
@media (max-width: 375px) {
  .l-header {
    max-width: 540px;
  }
}
.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 84%;
}

.p-header__title {
  width: 158px;
}
.p-header__title a {
  display: block;
  line-height: 1;
}

.instagram {
  width: 20px;
  height: 20px;
}

.link-instagram {
  display: block;
  line-height: 1;
}

/*******************************
* common
******************************/
.c-section {
  padding: 52px 0 72px;
}

.c-text01 {
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
.c-text01 + .c-text01 {
  margin-top: 2.25em;
}

.c-text02 {
  font-size: 13px;
  line-height: 1.84;
  letter-spacing: 0.025em;
}
.c-text02 + .c-text02 {
  margin-top: 2.25em;
}

.c-text03 {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.025em;
}
.c-text03 + .c-text03 {
  margin-top: 1.75em;
}

.c-text04 {
  font-size: 13px;
  line-height: 1.53;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.c-text04 + .c-text04 {
  margin-top: 1.5em;
}

.c-title01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 375px) {
  .c-title01 {
    font-size: min(4.26vw,16px);
  }
}

.c-title02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 375px) {
  .c-title02 {
    font-size: min(4.26vw,16px);
  }
}

.c-title03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 375px) {
  .c-title03 {
    font-size: min(4.8vw,18px);
  }
}

.c-button01 {
  display: inline-block;
  padding: 0.05em 2.5em;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.025em;
  color: #323232;
  background-color: #fff;
  text-align: center;
  border: 1px solid #323232;
  font-feature-settings: "palt";
  transition: color 0.3s ease-in-out;
  transition-property: color, background-color;
}
.c-button01.-white {
  color: #323232;
  background-color: transparent;
  border: 1px solid #323232;
}
@media (hover: hover) {
  .c-button01.-white:hover {
    color: #fff;
    background-color: #323232;
  }
}
@media (hover: none) {
  .c-button01.-white:active {
    color: #fff;
    background-color: #323232;
  }
}
.c-button01.-gray {
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
}
@media (hover: hover) {
  .c-button01.-gray:hover {
    color: #323232;
    background-color: transparent;
  }
}
@media (hover: none) {
  .c-button01.-gray:active {
    color: #323232;
    background-color: transparent;
  }
}

/**********************
* mv
*************************/
.p-mv-lead {
  position: relative;
  margin-top: 56px;
  padding-bottom: 76px;
}
.p-mv-lead::before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 30px;
  background: url(../img/icon_key.png) no-repeat center/contain;
}
.p-mv-lead .c-text01:first-child {
  margin-top: 30px;
}

.section-about {
  position: relative;
  padding-top: 0;
  background: url(../img/bg_about.webp) no-repeat top center/contain;
}
.section-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 34px;
  height: 1px;
  background-color: #323232;
}

html:not(.webp) .section-about {
  background: url(../img/bg_about.jpg) no-repeat top center/contain;
}

.bg-about {
  padding-top: 80px;
  padding-bottom: 92px;
  background-color: rgba(255, 255, 255, 0.8);
}

.about-text {
  margin-top: 62px;
}

.section-menu {
  padding-top: 48px;
  padding-bottom: 56px;
}

.thumb-list.-break {
  margin-top: 58px;
}
.thumb-list.-break .thumb-item {
  width: 73.3333333333%;
}
.thumb-list.-break .thumb-item:nth-child(n+2) {
  margin-top: 30px;
}

.thumb-item {
  width: 85.3333333333%;
}
.thumb-item:nth-child(even) {
  margin-left: auto;
}
.thumb-item:nth-child(odd) {
  margin-right: auto;
}
.thumb-item:nth-child(n+2) {
  margin-top: 22px;
}

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

.menu-lead {
  margin-top: 52px;
  font-feature-settings: "palt";
}

.menu-img {
  margin: 0 auto;
  width: 48px;
  height: 13px;
}

.menu-text {
  margin-top: 36px;
}

.marker {
  display: inline-block;
  padding: 0 3em 0.25em;
  background: linear-gradient(transparent 70%, #C9D8AB 70%);
}

.p-menu-slider {
  margin-top: 34px;
}

.p-menu-slide__item {
  display: flex;
  flex-direction: column;
}
.p-menu-slide__item .title {
  order: 2;
  margin-top: 1.5em;
  padding: 0 17.3333333333%;
}
.p-menu-slide__item .title .u-en {
  margin-top: 0.5em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
}
.p-menu-slide__item .thumb {
  order: 1;
}
.p-menu-slide__item .comment {
  margin-top: 1em;
  padding: 0 17.3333333333%;
  order: 3;
  font-feature-settings: "palt";
  color: #000000;
}
.p-menu-slide__item .price {
  margin-top: 1.75em;
  padding: 0 17.3333333333%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.025em;
  order: 4;
}

.p-menu-slider .swiper-button-next {
  top: 0;
  margin-top: 27%;
  right: 6%;
  bottom: auto;
  width: 22px;
  height: 22px;
  background: url(../img/arrow_right.svg) no-repeat center/contain;
}
.p-menu-slider .swiper-button-next:after {
  display: none;
}

.p-menu-slider .swiper-button-prev {
  top: 0;
  margin-top: 27%;
  left: 6%;
  width: 22px;
  height: 22px;
  background: url(../img/arrow_left.svg) no-repeat center/contain;
}
.p-menu-slider .swiper-button-prev:after {
  display: none;
}

.section-course {
  padding-top: 40px;
  padding-bottom: 45px;
  text-align: center;
}

.course-title {
  text-align: center;
}
.course-title .marker {
  padding: 0 1em 0.25em;
}

.course-img {
  margin: 0 auto;
  width: 106px;
  height: 17px;
}

.course-thumb {
  margin: 54px auto 0;
  width: 100%;
}

.course-text {
  margin-top: 28px;
}

.course-button-wrap {
  margin-top: 46px;
}

.break-thumb {
  margin-top: 32px;
}

.break-text {
  margin-top: 56px;
}

.break-button-wrap {
  margin-top: 38px;
  text-align: center;
}

.section-access {
  padding-bottom: 52px;
}

.access-title {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
.access-title .logo {
  display: block;
  width: 56px;
}
.access-title .shopname {
  margin-top: 0.5em;
  display: block;
  font-feature-settings: "palt";
}

.access-text {
  margin-top: 46px;
}

.section-company {
  padding-bottom: 140px;
}

.p-company-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
}
.p-company-title .en {
  text-transform: uppercase;
  display: block;
}

.access-subtitle {
  font-size: 13px;
  line-height: 1.53;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.c-text04 + .access-subtitle {
  margin-top: 1.5em;
}

.logo-shiozawa {
  margin-top: 28px;
  width: 255px;
}

.company-text {
  margin-top: 26px;
  width: 90%;
  font-feature-settings: "palt";
}

.fixed-menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 375px;
  width: 100%;
  height: 70px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, visibility;
}
.fixed-menu.is-show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 375px) {
  .fixed-menu {
    max-width: 540px;
  }
}

.reserve-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  background-color: #323232;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.reserve-link span {
  position: relative;
}
.reserve-link span::after {
  position: absolute;
  top: 50%;
  right: -4em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/arrow_reserve.svg) no-repeat center/contain;
}

.totop {
  position: fixed;
  right: 24px;
  bottom: 94px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, visibility;
}
.totop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 541px) {
  .totop {
    right: calc((100% - 375px) / 2 + 24px);
  }
}

/*************************
* animation
**************************/
.js-animation[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, visibility;
}

.js-animation[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

/* 左からふわっと*/
.js-animation[data-type=fadeInLeft] {
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInLeft].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 右からふわっと*/
.js-animation[data-type=fadeInRight] {
  transform: translate(30px, 0);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInRight].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 下からふわっと*/
.js-animation[data-type=fadeInUp] {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInUp].is-show {
  transform: translate(0, 0);
  opacity: 1;
}