@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.l-inner {
  width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  margin-right: auto;
  margin-left: auto; }
.flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 3.4375rem;
    padding-left: 3.4375rem; } }
/**
    header
**/
@media (max-width: 375px) {
  :root {
    --swl-fz--root: 4.2666666667vw; } }
@media screen and (min-width: 768px) {
  :root {
    --swl-fz--root: 1.5238095238vw; } }
@media (min-width: 1050px) {
  :root {
    --swl-fz--root: 100%; } }

.p-header {
    height: 4rem;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  
  @media screen and (min-width: 768px) {
    .p-header {
      height: 4.6875rem; } }
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  
  @media screen and (min-width: 768px) {
    .p-header__inner {
      margin: 0 auto;
      padding: 0; } }
  .p-header__logo {
    display: block;
    height: inherit;
    position: relative;
    padding-left: 1.125rem;
    z-index: 110; }
  
  @media screen and (min-width: 768px) {
    .p-header__logo {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      gap: 1.25rem;
      height: inherit;
      padding-left: 6.25rem; } }
  .p-header__disc {
    display: none; }
  
  @media screen and (min-width: 768px) {
    .p-header__disc {
      display: block;
      font-size: 1.125rem;
      letter-spacing: 0.04em;
      font-weight: 400;
      height: inherit;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 0.5rem; } }
  .p-header__logo a {
    width: 6.5rem;
    display: block;
    height: inherit; }
  
  @media screen and (min-width: 768px) {
    .p-header__logo a {
      width: 6.875rem; } }
  .p-header__logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }
  
  .p-header__buttons {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .p-header__menuButton {
    background-color: #937fa8;
    width: 4rem;
    height: 4rem;
    position: relative;
    z-index: 150; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton {
      width: 4.6875rem;
      height: 4.6875rem; } }
  .p-header__menuButton:hover {
    opacity: 1; }
  
  .p-header__menuButton span:nth-child(1),
  .p-header__menuButton span:nth-child(2),
  .p-header__menuButton span:nth-child(3) {
    display: inline-block;
    width: 1.4375rem;
    height: 0.125rem;
    position: absolute;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(1),
    .p-header__menuButton span:nth-child(2),
    .p-header__menuButton span:nth-child(3) {
      width: 2.1875rem; } }
  .p-header__menuButton span:nth-child(1) {
    top: 2rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(1) {
      top: 1.3rem; } }
  .p-header__menuButton span:nth-child(2) {
    top: 1.1875rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(2) {
      top: 1.8rem; } }
  .p-header__menuButton span:nth-child(3) {
    top: 1.6rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(3) {
      top: 2.35rem; } }
  .p-header__menuButton.is-active span:nth-child(1) {
    top: 2rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton.is-active span:nth-child(1) {
      top: 2.25rem; } }
  .p-header__menuButton.is-active span:nth-child(2) {
    opacity: 0; }
  
  .p-header__menuButton.is-active span:nth-child(3) {
    top: 2rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg); }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton.is-active span:nth-child(3) {
      top: 2.25rem; } }
  .p-header__menuButton span:nth-child(4) {
    color: #fff;
    position: absolute;
    bottom: 0.5rem;
    font-size: 0.625rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.7;
    height: 1em;
    text-align: center;
    width: 100%; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(4) {
      bottom: 1rem; } }
  .p-header__menuButton span:nth-child(4) strong {
    display: block;
    font-size: 0.8rem;
    margin-top: -0.5em;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  
  @media screen and (min-width: 768px) {
    .p-header__menuButton span:nth-child(4) strong {
      font-size: 0.875rem;
      margin-top: -0.2em; } }
  .p-header__reserveButton {
    background-color: #e6c5cf;
    width: 4rem;
    height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 150; }
  
  @media screen and (min-width: 768px) {
    .p-header__reserveButton {
      width: 4.6875rem;
      height: 4.6875rem; } }
  .p-header__reserveButton img {
    width: 3rem;
    height: 3rem;
    margin-top: 0.2em;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }
  
  @media screen and (min-width: 768px) {
    .p-header__reserveButton img {
      width: 3.4375rem;
      height: 3.4375rem; } }
  .p-header__menuButton.is-active span:nth-child(4) strong {
    display: none; }
  
  .p-header__nav {
    position: fixed;
    top: 4rem;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 3.125rem);
    background: url(./images/nav-bg.jpg) no-repeat right 25% center/cover;
    z-index: 100;
    overflow: auto; }
  
  @media screen and (min-width: 768px) {
    .p-header__nav {
      top: 4.6875rem;
      height: calc(100vh - 4.6875rem); } }
  .p-header__navWrapper {
    position: relative;
    padding: 7.25rem 2.5rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__navWrapper {
      padding: 0;
      min-height: 28.75rem;
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .p-header__navWrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(147, 127, 168, 0.7); }
  
  .p-header__navWrap {
    position: relative;
    z-index: 1;
    margin-top: -3em; }
  
  @media screen and (min-width: 768px) {
    .p-header__navWrap {
      max-width: 45.625rem;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .p-header__navList {
    border-top: 1px solid #fff; }
  
  @media screen and (min-width: 768px) {
    .p-header__navList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      /*justify-content: space-between;
      height: 18.125rem;*/
      height: 22.125rem;
      -webkit-column-gap: 2.1875rem;
      -moz-column-gap: 2.1875rem;
      column-gap: 2.1875rem;
      border: none; } }
  .p-header__navItemWrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  @media screen and (min-width: 768px) {
    .p-header__navItem {
      width: calc(50% - 1.0625rem); } }
  .p-header__navItemLink {
    padding: 0.9375rem 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff; }
  
  @media screen and (min-width: 768px) {
    .p-header__navItemLink {
      padding-bottom: 0.125rem;
      min-height: 3.125rem; } }
  @media screen and (min-width: 768px) {
    .p-header__navButtonWrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.1875rem;
      margin-top: 3.75rem; } }
  .p-header__navButton {
    margin-top: 2.375rem;
    text-align: center; }
  
  @media screen and (min-width: 768px) {
    .p-header__navButton {
      margin-top: 0; } }
  .p-header__navButton + .p-header__navButton {
    margin-top: 1.25rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__navButton + .p-header__navButton {
      margin-top: 0; } }
  .p-header__lessonButton {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
    position: relative; }
  
  .p-header__lessonButton::after {
    content: "";
    display: block;
    width: 0.4375rem;
    height: 0.75rem;
    background: url(./images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .p-header__lessonButtonText {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem; }
  
  .p-header__lessonButtonText span {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative; }
  
  .p-header__lessonButtonText span::before {
    content: "";
    display: block;
    background: url(./images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.5rem; }
  
  .p-header__contactButton {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
    position: relative; }
  
  .p-header__contactButton::after {
    content: "";
    display: block;
    width: 0.4375rem;
    height: 0.75rem;
    background: url(./images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .p-header__contactButtonBox {
    margin-top: 0.75rem; }
  
  @media screen and (min-width: 768px) {
    .p-header__contactButtonBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 2.5rem; } }
  .p-header__contactButtonText {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem; }
  
  .p-header__contactButtonText span {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative; }
  
  .p-header__contactButtonText span::before {
    content: "";
    display: block;
    background: url(./images/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.5rem; }

/**
    Footer
**/
.p-footer {
  background-color: #eeecf4; }

.p-footer__inner {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem; }

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.875rem; } }
.p-footer__logo {
  width: 7.5rem;
  display: block; }

.p-footer__logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain; }

.p-footer__disc {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

.p-footer__address {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  font-style: normal;
  margin-top: 2rem; }

.p-footer__tel {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  font-style: normal; }

.p-footer__mail {
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal; }

.p-footer__box {
  display: none; }

@media screen and (min-width: 768px) {
  .p-footer__box {
    display: block;
    margin-top: 2rem; } }
.p-footer__btn {
  color: #fff !important;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  min-width: 18.375rem;
  padding: 0.75rem 1.875rem;
  background-color: #CF98A8;
  border-radius: 0.3125rem;
  position: relative; }

.p-footer__btn::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(./images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-footer__boxLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
  padding-left: 5.2rem; }

.p-footer__boxItem {
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  color: #858585; }

.p-footer__nav {
  display: none; }

@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: block;
    margin-top: 2.875rem; } }
.p-footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem; }

.p-footer__item {
  width: 100%; }

.p-footer__link {
  display: block;
  padding: 0.9375rem 0;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em; }

.p-footer__map {
  width: 100%;
  display: block; }

.p-footer__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 375/368; }

@media screen and (min-width: 768px) {
  .p-footer__map iframe {
    aspect-ratio: 1440/370; } }
.p-footer__copy {
  background-color: #fff;
  padding: 1.25rem; }

@media screen and (min-width: 768px) {
  .p-footer__copy {
    padding: 1.5625rem; } }
.p-footer__copy small {
  font-size: 0.875rem;
  text-align: center;
  display: block; }

.insta_footer {
  width: 1.5rem;
  margin-top: 1.25rem;
  margin-left: 2rem; }
  @media screen and (min-width: 768px) {
    .insta_footer {
      margin-left: 4rem; } }

