@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

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;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
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; }

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

html {
  color: #2A0906;
  background-color: #ffffee;
  min-width: 320px;
  scroll-behavior: smooth;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 1.2; }
  @media (max-width: 1399px) {
    html {
      font-size: calc(100vw / 140); } }
  @media (max-width: 767px) {
    html {
      font-size: calc(100vw / 39); } }

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

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

@media (max-width: 1399px) {
  ._xll {
    display: none !important; } }

@media (min-width: 1400px) {
  ._xls {
    display: none !important; } }

._nowrap {
  white-space: nowrap; }

._centered {
  text-align: center; }

._z99 {
  z-index: 99; }

._z88 {
  z-index: 88; }

._orange {
  color: #ffff00; }

@media (max-width: 767px) {
  .main {
    margin-top: 8.1rem; } }

img {
  width: 100%; }

a {
  display: inline-block;
  transition: 300ms; }
  a:hover {
    opacity: 0.8; }

button {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer; }

.header .top {
  height: 13rem; }
  .header .top-inner {
    position: relative; }
    @media (min-width: 1400px) {
      .header .top-inner {
        margin: auto;
        max-width: 1280px; } }
    @media (max-width: 1399px) and (min-width: 768px) {
      .header .top-inner {
        margin: auto;
        max-width: 91.4vw; } }
  .header .top-title {
    text-align: center;
    padding-top: 1.6rem; }
    .header .top-title .chinese_cafe {
      font-size: 2.7rem; }
    .header .top-title .yumeya {
      font-size: 2.8rem; }
  .header .logo__img {
    width: 23rem;
    margin-bottom: 1rem;
  }
  @media (max-width: 780px)  {
    .header .logo__img {
      width: 14rem;
      margin-bottom: 0;
    }
  }

  .header .top-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .header .top-right .contact {
      margin-right: 3.4rem; }
      .header .top-right .contact-btn button {
        font-size: 1.4rem;
        color: #ffffff;
        background-color: #ffff00;
        width: 19.1rem;
        height: 4.4rem;
        border-radius: 0.5rem; }
      .header .top-right .contact .tel {
        margin: 0.5rem 0 0.4rem;
        font-size: 2.5rem; }
        .header .top-right .contact .tel i {
          transform: translate(0, -12%) rotate(100deg);
          font-size: 1.8rem;
          margin-right: 0.5rem; }
      .header .top-right .contact .time {
        font-family: 'Zen Maru Gothic', serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2rem; }
    .header .top-right .online_shop {
      width: 13rem; }

.header .bottom {
  margin-top: 5rem; }
  .header .bottom-inner .menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap; }
  .header .bottom-inner .item {
    text-align: center;
    width: 21.4rem;
    padding-bottom: 2rem; }
    .header .bottom-inner .item:nth-child(1) img {
      width: 6rem; }
    .header .bottom-inner .item:nth-child(2) img {
      width: 5.8rem; }
    .header .bottom-inner .item:nth-child(3) img {
      width: 6.3rem; }
    .header .bottom-inner .item:nth-child(4) img {
      width: 6rem; }
    .header .bottom-inner .item:nth-child(5) img {
      width: 6.74rem; }
    .header .bottom-inner .item-title {
      font-size: 2.6rem;
      padding-top: 1.4rem; }

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  .header .toggle {
    position: absolute;
    top: 3rem;
    left: 1.6rem;
    width: 3rem;
    cursor: pointer; }
  .header .top {
    height: 9.1rem; }
    .header .top .title {
      text-align: center;
      padding: 1rem 0; }
      .header .top .title .chinese_cafe {
        font-size: 1.2rem; }
      .header .top .title .yumeya {
        font-size: 1.2rem;
        margin-top: 0.2rem; }
        .header.active .header-body-opened .top .title .yumeya {
          color: #2A0906; }
  
    .header .top .online_shop {
      width: 9.1rem;
      position: absolute;
      top: 0;
      right: 0; }
      .header .top .online_shop a {
        width: 100%; }
  .header .bottom {
    position: absolute;
    top: 8.1rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    color: #2A0906;
    overflow-y: auto;
    padding-bottom: 2rem; }
    .header .bottom .menu .item {
      border-bottom: 1px solid #ffffff;
      font-size: 1.6rem; }
      .header .bottom .menu .item:nth-child(1) img {
        width: 4.2rem; }
      .header .bottom .menu .item:nth-child(2) img {
        width: 4rem; }
      .header .bottom .menu .item:nth-child(3) img {
        width: 4.4rem; }
      .header .bottom .menu .item:nth-child(4) img {
        width: 4.2rem; }
      .header .bottom .menu .item:nth-child(5) img {
        width: 4.7rem; }
      .header .bottom .menu .item-link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        height: 7.5rem; }
      .header .bottom .menu .item-img {
        width: 8.5rem;
        text-align: center; }
      .header .bottom .menu .item-title {
        padding-left: 0.4rem; }
    .header .bottom .menu .item.two-columns {
      display: flex;
      justify-content: left;
      align-items: flex-start;
      flex-wrap: wrap;
      text-align: center; }
      .header .bottom .menu .item.two-columns .access {
        width: 50%; }
        .header .bottom .menu .item.two-columns .access .item-link {
          border-right: 1px solid #ffffff; }
      .header .bottom .menu .item.two-columns .privacy {
        width: 50%; }
      .header .bottom .menu .item.two-columns a {
        justify-content: center; }
    .header .bottom .contact {
      text-align: center;
      max-width: 76.9vw;
      margin: auto; }
      .header .bottom .contact .social {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 5rem 0 4rem; }
        .header .bottom .contact .social .instagram {
          width: 5rem; }
        .header .bottom .contact .social .facebook {
          width: 5.25rem;
          margin-left: 2.8rem; }
      .header .bottom .contact-btn a {
        width: 100%; }
      .header .bottom .contact-btn button {
        width: 100%;
        height: 6.8rem;
        color: #ffff00;
        background-color: #ffffff;
        font-size: 2rem;
        border-radius: 0.5rem; }
      .header .bottom .contact .tel {
        font-size: 3.7rem;
        margin: 0.8rem 0; }
        .header .bottom .contact .tel i {
          font-size: 2.6rem;
          transform: rotate(100deg) translateX(-12%);
          margin-right: 1rem; }
      .header .bottom .contact .time {
        font-size: 1.8rem; }
  .header .header-body-opened {
    background-color: #ffff00;
    color: #ffffff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    transition: 500ms; }
  .header .header-body.closed {
    background-color: #ffffee; }
  .header:not(.active) .opened {
    display: none; }
  .header.active {
    background-color: #ffff00;
    color: #ffffff; }
    .header.active .header-body-opened {
      right: 0; }
    .header.active .closed {
      display: none; }
    .header.active .toggle {
      padding: 0 0.3rem; } }

.footer {
  background-color: #00935F;
  color: #ffffff;
  padding-top: 10rem; }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 1400px) {
      .footer-top {
        margin: auto;
        max-width: 1080px; } }
    @media (max-width: 1399px) and (min-width: 768px) {
      .footer-top {
        margin: auto;
        max-width: 77.14vw; } }
    .footer-top .title {
      text-align: center;
      padding-left: 6.2rem;
      margin-top: 0.5rem; }
      .footer-top .title .logo__img {
        width: 30rem; }
      .footer-top .title .yumeya {
        font-size: 3rem; }
    .footer-top .access-btn {
      margin-left: 5rem;
      margin-top: 1rem;
      text-align: center; }
      .footer-top .access-btn .social .instagram {
        width: 5rem; }
      .footer-top .access-btn .social .facebook {
        width: 5.25rem;
        margin-left: 2.8rem; }
      .footer-top .access-btn .map {
        margin-top: 2rem; }
        .footer-top .access-btn .map button {
          width: 13.8rem;
          height: 4.5rem;
          font-size: 1.6rem;
          background-color: #ffff00;
          color: #ffffff;
          border-radius: 4.5rem;
          border: 0.3rem solid #ffffff; }
    .footer-top .access-text {
      margin-left: 3.6rem;
      font-size: 1.8rem;
      line-height: 1.8; }
  .footer-menu {
    margin-top: 7.2rem;
    margin-bottom: 5rem; }
    .footer-menu .menu {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-wrap: wrap; }
    .footer-menu .item {
      text-align: center;
      width: 21.4rem; }
      .footer-menu .item:nth-child(1) img {
        width: 6rem; }
      .footer-menu .item:nth-child(2) img {
        width: 5.8rem; }
      .footer-menu .item:nth-child(3) img {
        width: 6.3rem; }
      .footer-menu .item:nth-child(4) img {
        width: 6rem; }
      .footer-menu .item:nth-child(5) img {
        width: 6.74rem; }
      .footer-menu .item-title {
        font-size: 2.6rem;
        padding-top: 1.4rem; }
  .footer .copyright {
    padding: 1.8rem 3rem;
    text-align: right;
    font-size: 1.4rem; }
  .footer .to-top {
    position: fixed;
    right: 8.1rem;
    bottom: 9.8rem;
    width: 8rem; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 5rem; }
      .footer-top {
        display: block; }
        .footer-top .title {
          padding-left: 0;
          margin-top: 0; }
          .footer-top .title .chinese_cafe {
            font-size: 2.5rem; }
          .footer-top .title .yumeya {
            font-size: 2.6rem; }
        .footer-top .access-btn {
          margin-left: 0;
          margin-top: 3rem; }
        .footer-top .access-text {
          margin-left: 0;
          font-size: 1.8rem;
          line-height: 1.8;
          max-width: 76.9vw;
          margin: 3.5rem auto 4.2rem; }
      .footer-menu {
        margin-top: 7.2rem;
        margin-bottom: 5rem; }
        .footer-menu .menu {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          flex-wrap: wrap; }
        .footer-menu .item {
          text-align: center;
          width: 21.4rem; }
          .footer-menu .item:nth-child(1) img {
            width: 6rem; }
          .footer-menu .item:nth-child(2) img {
            width: 5.8rem; }
          .footer-menu .item:nth-child(3) img {
            width: 6.3rem; }
          .footer-menu .item:nth-child(4) img {
            width: 6rem; }
          .footer-menu .item:nth-child(5) img {
            width: 6.74rem; }
          .footer-menu .item-title {
            font-size: 2.6rem;
            padding-top: 1.4rem; }
      .footer-contact {
        text-align: center; }
        .footer-contact .contact-btn a {
          width: 100%; }
        .footer-contact .contact-btn button {
          width: 76.9vw;
          height: 6.8rem;
          font-size: 2rem;
          background-color: #ffffff;
          color: #ffff00;
          border-radius: 0.5rem; }
        .footer-contact .tel {
          font-size: 3.7rem;
          margin: 0.7rem 0; }
          .footer-contact .tel i {
            transform: rotate(100deg) translateX(-0.3rem);
            margin-right: 0.9rem;
            font-size: 2.8rem; }
        .footer-contact .time {
          font-family: 'Zen Maru Gothic', serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.8rem; }
      .footer .copyright {
        margin-top: 3.2rem;
        padding: 2.8rem 0;
        text-align: center;
        font-size: 1.2rem; }
      .footer .to-top {
        position: fixed;
        right: 1.9rem;
        bottom: 2rem;
        width: 8rem; } }

body.home .section-hero .sec-inner {
  padding-top: 4.8rem;
  padding-bottom: 34rem; }
  @media (min-width: 1400px) {
    body.home .section-hero .sec-inner {
      margin: auto;
      max-width: 1280px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body.home .section-hero .sec-inner {
      margin: auto;
      max-width: 91.4vw; } }

body.home .section-hero .sec-img {
  height: 107rem;
  position: relative; }

body.home .section-hero .sec .img1 {
  width: 84.5rem;
  position: absolute;
  top: 0;
  left: 0; }
  body.home .section-hero .sec .img1 p {
    font-size: 3.2rem;
    line-height: 1.5;
    position: absolute;
    top: 19rem;
    left: 5.5rem;
    color: #ffffff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1); }

body.home .section-hero .sec .img2 {
  width: 35.5rem;
  position: absolute;
  top: 2.3rem;
  right: 0; }

body.home .section-hero .sec .img3 {
  width: 44rem;
  position: absolute;
  right: 2.2rem;
  bottom: 0; }

body.home .section-hero .sec-text {
  font-size: 3.8rem;
  line-height: 1.6; }

body.home .section01 {
  background-color: #ffff00; }
  body.home .section01 .sec {
    position: relative; }
    body.home .section01 .sec-caption {
      position: absolute;
      width: 70rem;
      top: -10.3rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    body.home .section01 .sec-inner {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      padding-top: 12.6rem;
      padding-bottom: 5.7rem; }
      @media (min-width: 1400px) {
        body.home .section01 .sec-inner {
          margin: auto;
          max-width: 1280px; } }
      @media (max-width: 1399px) and (min-width: 768px) {
        body.home .section01 .sec-inner {
          margin: auto;
          max-width: 91.4vw; } }
    body.home .section01 .sec-img {
      width: 75rem; }
    body.home .section01 .sec-right {
      flex-grow: 1;
      padding: 0 2.8rem 0 2.2rem; }
    body.home .section01 .sec-title {
      font-size: 3rem;
      line-height: 1.7;
      margin-top: 15.5rem; }
    body.home .section01 .sec-text {
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2;
      margin-top: 3.4rem; }
    body.home .section01 .sec-btn {
      margin-top: 3rem; }
      body.home .section02 {
        background-color: #ffff00!important;
      }
      body.home .section02 .yellow-btn button {
        background-color: #ffff00!important;
      }
      body.home .section01 .sec-btn button,
      body.home .section02 .yellow-btn button {
        width: 32rem;
        height: 6rem;
        border-radius: 3rem;
        font-size: 1.6rem;
        position: relative;
        background-color: #ffffff;
        color: #2A0906; }
        body.home .section01 .sec-btn button::after,
        body.home .section02 .yellow-btn button::after {
          content: '';
          display: block;
          width: 0.9rem;
          height: 0.9rem;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          top: 2.4rem;
          right: 2.4rem; }
        body.home .section01 .sec-btn button::after,
        body.home .section02 .yellow-btn button::after {
          border-top: 2px solid #2A0906;
          border-right: 2px solid #2A0906; }
        @media (max-width: 767px) {
          body.home .section01 .sec-btn button,
          body.home .section02 .yellow-btn button {
            width: 100%;
            height: 5rem;
            font-size: 1.4rem; }
            body.home .section01 .sec-btn button::after,
            body.home .section02 .yellow-btn button::after {
              width: 0.7rem;
              height: 0.7rem;
              top: 2rem;
              right: 2rem; } }

body.home .section02,
body.home .section03 {
  background-color: #ffff00;
  overflow-x: hidden; }
  body.home .section02 .sec,
  body.home .section03 .sec {
    background-color: #ffffee; }
    @media (min-width: 1400px) {
      body.home .section02 .sec-inner,
      body.home .section03 .sec-inner {
        margin: auto;
        max-width: 1280px; } }
    @media (max-width: 1399px) and (min-width: 768px) {
      body.home .section02 .sec-inner,
      body.home .section03 .sec-inner {
        margin: auto;
        max-width: 91.4vw; } }
    body.home .section02 .sec-caption,
    body.home .section03 .sec-caption {
      text-align: center; }
      body.home .section02 .sec-caption img,
      body.home .section03 .sec-caption img {
        width: 70rem; }
    body.home .section02 .sec-list,
    body.home .section03 .sec-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: 7rem; }
    body.home .section02 .sec-item,
    body.home .section03 .sec-item {
      width: 61.5rem;
      position: relative;
      border-radius: 2.3rem;
      overflow: hidden; }
      body.home .section02 .sec-item {
        width: 100%!important;
       }
       body.home .section02 .service-item {
        width: calc(33.3% - 20px) !important;
        text-align: center;
       }
    body.home .section02 .service-item .service-item__tit {
      font-size: 2.5rem;
      margin-bottom: 3rem;
    }
    @media (max-width: 780px) {
      body.home .section02 .service-item {
        width: 100% !important;
        text-align: center;
       }
    }
    
    body.home .section02 .sec-btn,
    body.home .section03 .sec-btn {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      body.home .section02 .sec-btn a,
      body.home .section03 .sec-btn a {
        width: 100%; }
      body.home .section02 .sec-btn button,
      body.home .section03 .sec-btn button {
        font-size: 2.5rem;
        width: 100%;
        height: 10.2rem;
        background-color: #ffff00;
        color: #2A0906;
        padding: 0 1rem 0 0; }
        body.home .section02 .sec-btn button::after,
        body.home .section03 .sec-btn button::after {
          content: '';
          display: block;
          width: 1.2rem;
          height: 1.2rem;
          border-top: 0.3rem solid #ffffff;
          border-right: 0.3rem solid #ffffff;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          top: 4.5rem;
          right: 4.5rem; }
          .bwpTopEcPickup .service-item .sec-btn button {
            padding-right: 20px!important;
          }  
        .service-item .sec-btn button::after {
          content: none!important;
        }
        body.home .section02 .yellow-btn  {
          margin-top: 5rem;
          text-align: center;
        }

body.home .section02 .sec {
  width: 110%;
  margin-left: -5%;
  border-top-left-radius: 150% 90rem;
  border-top-right-radius: 150% 90rem;
  padding-top: 11.5rem; }
  @media (max-width: 767px) {
    body.home .section02 .sec {
      border-top-left-radius: 150% 15rem;
      border-top-right-radius: 150% 15rem; } }

body.home .section03 .sec {
  width: 110%;
  margin-left: -5%;
  border-bottom-left-radius: 150% 90rem;
  border-bottom-right-radius: 150% 90rem;
  padding-top: 13rem;
  padding-bottom: 26rem; }
  @media (max-width: 767px) {
    body.home .section03 .sec {
      border-bottom-left-radius: 150% 15rem;
      border-bottom-right-radius: 150% 15rem; } }

body.home .section04 {
  background-color: #ffff00; }
  body.home .section04 .sec {
    padding-top: 10rem;
    padding-bottom: 6.2rem; }
    @media (min-width: 1400px) {
      body.home .section04 .sec-inner {
        margin: auto;
        max-width: 1280px; } }
    @media (max-width: 1399px) and (min-width: 768px) {
      body.home .section04 .sec-inner {
        margin: auto;
        max-width: 91.4vw; } }
    body.home .section04 .sec-title {
      font-size: 4rem;
      color: #ffffff;
      text-align: center; }
    body.home .section04 .sec-list {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: 10rem;
      position: relative; }
    body.home .section04 .sec-text1 {
      width: 26.7rem;
      transform: rotate(4deg) translateX(23.8rem);
      -webkit-transform: rotate(4deg) translateX(23.8rem);
      position: absolute;
      top: -8.8rem;
      left: 50%; }
    body.home .section04 .sec-text2 {
      width: 35.7rem;
      transform: rotate(-3deg) translateX(-15rem);
      -webkit-transform: rotate(-3deg) translateX(-15rem);
      position: absolute;
      bottom: -9.7rem;
      right: 50%; }
    body.home .section04 .sec-item {
      width: 31rem;
      margin: 0.6rem; }
    body.home .section04 .sec-img {
      border: 1rem solid #ffffff; }
    body.home .section04 .sec-btn {
      margin-top: 10rem;
      text-align: center; }
      body.home .section04 .sec-btn button {
        width: 32rem;
        height: 6rem;
        border-radius: 3rem;
        font-size: 1.6rem;
        position: relative;
        background-color: #ffffff;
        color: #2A0906; }
        body.home .section04 .sec-btn button::after {
          content: '';
          display: block;
          width: 0.9rem;
          height: 0.9rem;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          top: 2.4rem;
          right: 2.4rem; }
        body.home .section04 .sec-btn button::after {
          border-top: 2px solid #2A0906;
          border-right: 2px solid #2A0906; }
        @media (max-width: 767px) {
          body.home .section04 .sec-btn button {
            width: 100%;
            height: 5rem;
            font-size: 1.4rem; }
            body.home .section04 .sec-btn button::after {
              width: 0.7rem;
              height: 0.7rem;
              top: 2rem;
              right: 2rem; } }

body.home .section05 .sec {
  padding: 13rem 0 20rem; }
  @media (min-width: 1400px) {
    body.home .section05 .sec-inner {
      margin: auto;
      max-width: 1080px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body.home .section05 .sec-inner {
      margin: auto;
      max-width: 77.14vw; } }
  body.home .section05 .sec-title {
    font-size: 4rem;
    text-align: center; }
  body.home .section05 .sec-list {
    margin-top: 6rem; }
  body.home .section05 .sec-item {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 3rem 6.2rem 2.7rem;
    border-bottom: 1px solid #9B9B9B;
    position: relative; }
    body.home .section05 .sec-item .time {
      font-size: 1.6rem;
      min-width: 12.4rem; }
    body.home .section05 .sec-item .content {
      font-size: 1.8rem;
      flex-grow: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      padding-right: 2rem; }
    body.home .section05 .sec-item::after {
      content: '';
      display: block;
      width: 0.9rem;
      height: 0.9rem;
      border-top: 0.3rem solid #9B9B9B;
      border-right: 0.3rem solid #9B9B9B;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: 3.3rem;
      right: 4.5rem; }
  body.home .section05 .sec-btn {
    margin-top: 6.8rem;
    text-align: center; }
    body.home .section05 .sec-btn button {
      width: 32rem;
      height: 6rem;
      border-radius: 3rem;
      font-size: 1.6rem;
      position: relative;
      background-color: #ffff00;
      color: #2A0906; }
      body.home .section05 .sec-btn button::after {
        content: '';
        display: block;
        width: 0.9rem;
        height: 0.9rem;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 2.4rem;
        right: 2.4rem; }
      body.home .section05 .sec-btn button::after {
        border-top: 2px solid #2A0906;
        border-right: 2px solid #2A0906; }
      @media (max-width: 767px) {
        body.home .section05 .sec-btn button {
          width: 100%;
          height: 5rem;
          font-size: 1.4rem; }
          body.home .section05 .sec-btn button::after {
            width: 0.7rem;
            height: 0.7rem;
            top: 2rem;
            right: 2rem; } }


body#about .hero {
  position: relative; }
  body#about .hero-img {
    border-radius: 6.7rem;
    overflow: hidden; }
  body#about .hero-title {
    position: absolute;
    top: 9.6rem;
    left: 5.8rem; }
    body#about .hero-title p {
      background-color: #ffffff;
      color: #2A0906;
      font-size: 3.8rem;
      line-height: 2;
      width: fit-content;
      letter-spacing: 0.15em; }
    body#about .hero-title p:nth-child(1) {
      padding-left: 2.9rem;
      padding-right: 1.3rem; }
    body#about .hero-title p:nth-child(2) {
      padding-left: 4.6rem;
      padding-right: 2.1rem;
      margin-top: 2.3rem;
      margin-left: 13.3rem; }

body#about .sec1 {
  padding-top: 15.6rem;
  position: relative; }
  body#about .sec1-title h2 {
    font-size: 4rem;
    line-height: 6rem;
    width: fit-content; }
  body#about .sec1-title p {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4rem; }
  body#about .sec1-title1 {
    margin-left: 2.7rem; }
    body#about .sec1-title1 p {
      width: 46.8rem;
      margin-top: 7.5rem; }
  body#about .sec1-title2 h2 {
    margin-left: 4.5rem; }
  body#about .sec1-title2 p {
    width: 55.4rem;
    margin-left: 10.4rem;
    margin-top: 6.3rem; }
  body#about .sec1-img1 {
    width: 69.6rem;
    position: absolute;
    top: 27.1rem;
    right: 0; }
    body#about .sec1-img1 .img-line {
      left: -22.3rem;
      bottom: 8.29rem;
      width: 30.609rem; }
  body#about .sec1-img2 {
    width: 40.6rem;
    margin-top: 7.5rem;
    position: relative; }
    body#about .sec1-img2 .img-line {
      width: 30.609rem;
      transform: rotate(82deg);
      -webkit-transform: rotate(82deg);
      bottom: -13.2rem;
      left: 20.39rem; }
    body#about .sec1-img2 .img-text {
      width: 23rem;
      top: -2rem;
      right: -6.3rem;
      transform: rotate(9deg);
      -webkit-transform: rotate(9deg); }
  body#about .sec1-img3 {
    width: 52.2rem;
    position: relative; }
    body#about .sec1-img3 .img-line {
      width: 39.106rem;
      bottom: -26.8rem;
      left: -3.5rem;
      transform: rotate(-74deg);
      -webkit-transform: rotate(-74deg); }
    body#about .sec1-img3 .img-text {
      width: 26.853rem;
      top: 3.8rem;
      left: -5rem;
      transform: rotate(-7deg);
      -webkit-transform: rotate(-7deg); }
  body#about .sec1-block1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8.1rem;
    padding-left: 6.2rem; }
  body#about .sec1 .img-line {
    position: absolute;
    z-index: -1; }
  body#about .sec1 .img-text {
    position: absolute; }

body#about .sec2 {
  margin-top: 23.6rem; }
  body#about .sec2-title h2 {
    text-align: center;
    font-size: 4rem; }
  body#about .sec2-content {
    margin-top: 7.5rem; }
  body#about .sec2-block1 {
    border-radius: 7.3rem;
    overflow: hidden; }
    body#about .sec2-block1 > iframe {
      width: 100%;
      height: 61.2rem; }
  body#about .sec2-block2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 13.2rem;
    margin-bottom: 11.1rem; }
    body#about .sec2-block2-left h3 {
      font-size: 3.5rem;
      margin-top: 1rem; }
    body#about .sec2-block2-left p {
      font-size: 1.8rem;
      line-height: 4rem;
      margin-top: 4.9rem; }
    body#about .sec2-block2-right {
      margin-left: 8.2rem; }
  body#about .sec2-img1 {
    width: 40.6rem;
    position: relative; }
    body#about .sec2-img1 .img-line {
      width: 30.609rem;
      transform: rotate(64deg);
      -webkit-transform: rotate(64deg);
      position: absolute;
      top: -13.9rem;
      left: -13.2rem;
      z-index: -1; }
    body#about .sec2-img1 .img-text {
      width: 25.661rem;
      transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      position: absolute;
      top: -4.2rem;
      right: -2.9rem; }

body#coursemenu .page {
  padding-top: 6rem; }
  @media (min-width: 1400px) {
    body#coursemenu .page {
      margin: auto;
      max-width: 1280px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body#coursemenu .page {
      margin: auto;
      max-width: 91.4vw; } }

body#coursemenu .hero {
  position: relative; }
  body#coursemenu .hero-img {
    border-radius: 6.7rem;
    overflow: hidden; }
  body#coursemenu .hero-title {
    position: absolute;
    top: 13.7rem;
    left: 5.8rem; }
    body#coursemenu .hero-title p {
      background-color: #ffffff;
      color: #2A0906;
      font-size: 3.8rem;
      line-height: 2;
      width: fit-content;
      letter-spacing: 0.15em; }
    body#coursemenu .hero-title p:nth-child(1) {
      padding-left: 2.8rem;
      padding-right: 2rem; }

body#coursemenu .sec1 {
  margin-top: 7.4rem; }
  body#coursemenu .sec1-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffff00;
    border-radius: 3.7rem;
    overflow: hidden; }
  body#coursemenu .sec1-left {
    width: 71.4rem; }
  body#coursemenu .sec1-text1 {
    font-size: 4rem;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-left: 12.87rem; }
  body#coursemenu .sec1-line1 {
    width: 64.693rem;
    margin-top: 0.3rem;
    margin-left: 5.8rem; }
  body#coursemenu .sec1-text2 {
    font-size: 3.2rem;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.15em;
    margin-top: 4.5rem;
    margin-left: 12.87rem; }
  body#coursemenu .sec1-text3 {
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 1rem; }
    body#coursemenu .sec1-text3 .num {
      font-size: 4rem;
      line-height: 5.9rem; }
  body#coursemenu .sec1-text3_2 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    font-size: 1.6rem;
    color: #ffffff; }
  body#coursemenu .sec1-text4 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4rem;
    margin-top: 3.3rem;
    margin-left: 12.87rem;
    width: 55.2rem; }
  body#coursemenu .sec1-img1 {
    width: 43.025rem;
    margin-left: 2rem;
    padding: 3.4rem 0; }

body#coursemenu .sec2 {
  margin-top: 8.5rem; }
  body#coursemenu .sec2-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 3.7rem;
    overflow: hidden;
    border: 0.8rem solid #ffff00; }
  body#coursemenu .sec2-left {
    width: 70.6rem; }
  body#coursemenu .sec2-text1 {
    font-size: 4rem;
    color: #ffff00;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-left: 12.07rem; }
  body#coursemenu .sec2-line1 {
    width: 64.693rem;
    margin-top: 0.3rem;
    margin-left: 5rem; }
  body#coursemenu .sec2-text2 {
    font-size: 3.2rem;
    line-height: 1.5;
    color: #ffff00;
    letter-spacing: 0.15em;
    margin-top: 4.5rem;
    margin-left: 12.07rem; }
  body#coursemenu .sec2-text3 {
    color: #ffff00;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 1rem; }
    body#coursemenu .sec2-text3 .num {
      font-size: 4rem;
      line-height: 5.9rem; }
  body#coursemenu .sec2-text3_2 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    font-size: 1.6rem;
    color: #ffff00; }
  body#coursemenu .sec2-text4 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4rem;
    margin-top: 3.3rem;
    margin-left: 12.07rem;
    width: 55.2rem; }
  body#coursemenu .sec2-img1 {
    width: 43.025rem;
    margin-left: 2rem;
    padding: 2.6rem 0; }

body#coursemenu .sec3 {
  margin-top: 8.5rem; }
  body#coursemenu .sec3-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  body#coursemenu .sec3-img {
    width: 40.1rem;
    border-radius: 3.6rem;
    overflow: hidden; }

body#coursemenu .sec4-title {
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 12rem; }

body#coursemenu .sec4-contact {
  margin-top: 10rem;
  text-align: center; }
  body#coursemenu .sec4-contact .btn button {
    font-size: 3.4rem;
    color: #ffffff;
    background-color: #ffff00;
    width: 46.7rem;
    height: 10.759rem;
    border-radius: 0.5rem; }
  body#coursemenu .sec4-contact .tel {
    margin: 0.5rem 0 0.4rem;
    font-size: 6rem; }
    body#coursemenu .sec4-contact .tel i {
      transform: translate(0, -12%) rotate(100deg);
      font-size: 4.2rem;
      margin-right: 0.5rem; }
  body#coursemenu .sec4-contact .time {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.8rem; }

body#coursemenu .sec4-reserve {
  font-size: 3rem;
  margin-top: 6.85rem;
  margin-bottom: 12rem;
  text-align: center; }

body#onemenu .page {
  padding-top: 6rem; }
  @media (min-width: 1400px) {
    body#onemenu .page {
      margin: auto;
      max-width: 1280px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body#onemenu .page {
      margin: auto;
      max-width: 91.4vw; } }

body#onemenu .hero {
  position: relative; }
  body#onemenu .hero-img {
    border-radius: 6.7rem;
    overflow: hidden; }
  body#onemenu .hero-title {
    position: absolute;
    top: 9.6rem;
    left: 5.8rem; }
    body#onemenu .hero-title p {
      background-color: #ffffff;
      color: #2A0906;
      font-size: 3.8rem;
      line-height: 2;
      width: fit-content;
      letter-spacing: 0.15em; }
    body#onemenu .hero-title p:nth-child(1) {
      padding-left: 2.8rem;
      padding-right: 6.3rem; }
    body#onemenu .hero-title p:nth-child(2) {
      padding-left: 2.8rem;
      padding-right: 4.1rem;
      margin-top: 2.2rem;
      margin-left: 7.1rem; }

body#onemenu .sec1 {
  margin-top: 7.4rem; }
  body#onemenu .sec1-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffff00;
    border-radius: 3.7rem;
    overflow: hidden; }
  body#onemenu .sec1-left {
    width: 71.4rem; }
  body#onemenu .sec1-text1 {
    font-size: 4rem;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-left: 12.87rem; }
  body#onemenu .sec1-line1 {
    width: 64.693rem;
    margin-top: 0.3rem;
    margin-left: 5.8rem; }
  body#onemenu .sec1-text2 {
    font-size: 3.2rem;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.15em;
    margin-top: 4.5rem;
    margin-left: 12.87rem; }
  body#onemenu .sec1-text3 {
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 1rem; }
    body#onemenu .sec1-text3 .num {
      font-size: 4rem;
      line-height: 5.9rem; }
  body#onemenu .sec1-text4 {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4rem;
    margin-top: 3.3rem;
    margin-left: 12.87rem;
    width: 55.2rem; }
  body#onemenu .sec1-img1 {
    width: 43.025rem;
    margin-left: 2rem;
    padding: 3.4rem 0; }

body#onemenu .sec2 {
  margin-top: 13.8rem; }
  body#onemenu .sec2 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    body#onemenu .sec2 .row {
      margin-bottom: 5.9rem; }
  body#onemenu .sec2 .col {
    width: 61.7rem; }
  body#onemenu .sec2 .item {
    padding: 0 4.8rem; }
    body#onemenu .sec2 .item div:nth-child(2) {
      margin-top: 1rem; }
    body#onemenu .sec2 .item:not(:first-child) {
      margin-top: 4.5rem; }
  body#onemenu .sec2 .img {
    border-radius: 7.9rem;
    overflow: hidden; }
  body#onemenu .sec2 .t1 {
    font-size: 4rem;
    color: #ffff00;
    margin-bottom: 8rem; }
  body#onemenu .sec2 .t2 {
    font-size: 3rem;
    line-height: 4.3rem; }
  body#onemenu .sec2 .t3 {
    font-size: 1.8rem; }
  body#onemenu .sec2 .centered {
    text-align: center; }
  body#onemenu .sec2 .righted {
    text-align: right; }
  body#onemenu .sec2 .lefted {
    text-align: left; }
  body#onemenu .sec2 .w-fit {
    width: fit-content; }
  body#onemenu .sec2 .block4 .row {
    align-items: flex-start; }
  body#onemenu .sec2 .dash {
    width: 124rem;
    max-width: 100%;
    margin: 8rem auto;
    height: 1px;
    background-image: linear-gradient(to right, #2A0906 0%, #2A0906 50%, transparent 50%, transparent 100%);
    background-repeat: repeat;
    background-position: center;
    background-size: 10px 1px; }
  body#onemenu .sec2 .lh-2 {
    line-height: 2; }

body#onemenu .sec3 {
  font-size: 4rem;
  text-align: center;
  margin: 18.5rem 0;
  letter-spacing: 0.15em;
  line-height: 6rem; }

body#archive-news .page-inner {
  padding-top: 6rem; }
  @media (min-width: 1400px) {
    body#archive-news .page-inner {
      margin: auto;
      max-width: 1280px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body#archive-news .page-inner {
      margin: auto;
      max-width: 91.4vw; } }

body#archive-news .page-img,
.post-type-archive .page-img {
  position: relative; }

body#archive-news .page-title,
.post-type-archive .page-title {
  position: absolute;
  font-size: 3.8rem;
  line-height: 2;
  padding: 0 15rem 0 2.8rem;
  background-color: #ffffff;
  left: 5.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

body#archive-news .posts {
  padding-top: 12.5rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
  font-style: normal; }
  @media (min-width: 1400px) {
    body#archive-news .posts {
      margin: auto;
      max-width: 1080px; } }
  @media (max-width: 1399px) and (min-width: 768px) {
    body#archive-news .posts {
      margin: auto;
      max-width: 77.14vw; } }
  body#archive-news .posts a {
    display: block;
    border-bottom: 1px solid #9B9B9B;
    padding: 0 6rem;
    position: relative; }
    body#archive-news .posts a .arrow {
      position: absolute;
      right: 6rem;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-size: 1.6rem; }
  body#archive-news .posts .post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    height: 8rem; }
    body#archive-news .posts .post-time {
      font-size: 1.6rem;
      min-width: 12.4rem; }
    body#archive-news .posts .post-title {
      font-size: 1.8rem;
      flex-grow: 1; }
      body#archive-news .posts .post-title h2 {
        width: calc(100% - 5rem);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }

body#archive-news .pagination {
  margin-top: 7rem;
  margin-bottom: 13rem;
  text-align: center; }
  body#archive-news .pagination .wp-pagenavi {
    width: fit-content;
    margin: auto; }
  body#archive-news .pagination a, body#archive-news .pagination span.current {
    display: inline-block;
    font-size: 2.4rem;
    color: #9B9B9B;
    padding: 0 1rem;
    height: 5rem;
    line-height: 5rem;
    min-width: 5rem;
    border-radius: 2.5rem;
    border: 1px solid #9B9B9B;
    margin: 0 0.6rem; }
  body#archive-news .pagination span.current {
    border-color: transparent;
    color: #ffffff;
    background-color: #ffff00; }

body#archive-news .nopost {
  padding: 10rem 0 15rem;
  text-align: center;
  font-size: 3rem; }

body#single-news .page-inner,
body.single-work .page-inner,
body.single-column .page-inner {
  padding-top: 6rem;
  padding-bottom: 18rem; }
  @media (min-width: 1400px) {
    body#single-news .page-inner,
    body.single-work .page-inner,
    body.single-column .page-inner{
      margin: auto;
      max-width: 1080px; } 
    
  }
  @media (max-width: 1399px) and (min-width: 768px) {
    body#single-news .page-inner,
    body.single-work .page-inner,
    body.single-column .page-inner {
      margin: auto;
      max-width: 77.14vw; } }

body#single-news .post,
body.single-work .post,
body.single-column .post {
  background-color: #ffffff;
  border-radius: 5.1rem;
  padding: 7.6rem 6rem 10rem; }
  body#single-news .post-time,
  body.single-work .post-time,
  body.single-column .post-time {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.3rem; }
  body#single-news .post-title,
  body.single-work .post-title,
  body.single-column .post-title {
    font-size: 4rem;
    margin-top: 0.5rem; }
  body#single-news .post-content,
  body.single-work .post-content,
  body.single-column .post-content{
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    padding: 6.5rem 2.2rem 15rem;
    line-height: 2.2; }

 #prev-next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem; }
  #prev-next i {
    color: #9B9B9B;
    margin: 0 2rem; }
  #prev-next .list-link {
    margin: 0 11.6rem; }

@media (max-width: 767px) {
  body.home .section-hero .sec-inner {
    max-width: 35.5rem;
    margin: auto;
    padding-top: 2.5rem;
    padding-bottom: 12rem; }
  body.home .section-hero .sec-img {
    height: 63.3rem; }
  body.home .section-hero .sec .img1 {
    width: 33.2rem;
    top: 14rem;
    left: 0; }
    body.home .section-hero .sec .img1 p {
      font-size: 1.1rem;
      top: 7.4rem;
      left: 2rem; }
  body.home .section-hero .sec .img2 {
    width: 14rem;
    top: 0;
    right: 0; }
  body.home .section-hero .sec .img3 {
    width: 18rem;
    right: 0.9rem;
    bottom: 0; }
  body.home .section-hero .sec-text {
    font-size: 1.4rem;
    padding-top: 3.1rem;
    padding-left: 1.3rem;
    letter-spacing: 0.12rem; }
  body.home .section01 .sec-caption {
    width: 27.8rem;
    top: -4.1rem; }
  body.home .section01 .sec-inner {
    display: block;
    max-width: 76.9vw;
    margin: auto;
    padding-top: 4.8rem;
    padding-bottom: 4rem; }
  body.home .section01 .sec-img {
    width: 100%; }
  body.home .section01 .sec-right {
    padding: 0; }
  body.home .section01 .sec-title {
    font-size: 1.8rem;
    margin-top: 3rem;
    text-align: center; }
  body.home .section01 .sec-text {
    font-size: 1.4rem; }
  body.home .section01 .sec-btn {
    margin-top: 4.2rem; }
    body.home .section01 .sec-btn a {
      width: 100%; }
  body.home .section02 .sec-inner,
  body.home .section03 .sec-inner {
    max-width: 93.8vw;
    margin: auto; }
  body.home .section02 .sec-caption img,
  body.home .section03 .sec-caption img {
    width: 27.8rem; }
    body.home .section02 .sec-caption img {
      margin-bottom: 6rem;
    }
  body.home .section02 .sec-list,
  body.home .section03 .sec-list {
    display: block;
    margin-top: 0; }
    body.home .section02 .sec-item {
      margin-bottom: 5rem;
    }
  body.home .section03 .sec-item {
    width: 100%;
    margin-top: 5.4rem; }
  body.home .section02 .sec-btn,
  body.home .section03 .sec-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    body.home .section02 .sec-btn a,
    body.home .section03 .sec-btn a {
      width: 100%; }
    body.home .section02 .sec-btn button,
    body.home .section03 .sec-btn button {
      font-size: 1.4rem;
      height: 6.1rem;
      padding: 0; }
      body.home .section02 .sec-btn button::after,
      body.home .section03 .sec-btn button::after {
        width: 0.6rem;
        height: 0.6rem;
        border-top: 0.3rem solid #ffffff;
        border-right: 0.3rem solid #ffffff;
        top: 2.6rem;
        right: 3rem; }
  body.home .section02 .sec {
    padding-top: 7.8rem; }
  body.home .section03 .sec {
    padding-top: 5.6rem;
    padding-bottom: 9.5rem; }
  body.home .section04 .sec {
    padding-top: 4.8rem;
    padding-bottom: 6.6rem; }
    body.home .section04 .sec-title {
      font-size: 2rem; }
    body.home .section04 .sec-list {
      margin-top: 9.5rem; }
    body.home .section04 .sec-text1 {
      width: 14.1rem;
      transform: rotate(4deg) translateX(2.4rem);
      -webkit-transform: rotate(4deg) translateX(2.4rem);
      top: -7rem; }
    body.home .section04 .sec-text2 {
      width: 17.8rem;
      transform: rotate(-3deg) translateX(1rem);
      -webkit-transform: rotate(-3deg) translateX(1rem);
      bottom: -5rem; }
    body.home .section04 .sec-item {
      width: 11.6rem;
      margin: 0.2rem; }
    body.home .section04 .sec-img {
      border: 0.4rem solid #ffffff; }
    body.home .section04 .sec-btn {
      max-width: 76.9vw;
      margin: auto;
      margin-top: 9.2rem; }
      body.home .section04 .sec-btn a {
        width: 100%; }
  body.home .section05 .sec {
    padding: 6rem 0 8rem; }
    body.home .section05 .sec-inner {
      max-width: 76.9vw;
      margin: auto; }
    body.home .section05 .sec-title {
      font-size: 2rem; }
    body.home .section05 .sec-list {
      margin-top: 2.8rem; }
    body.home .section05 .sec-item {
      display: block;
      padding: 2.3rem 0 1.2rem; }
      body.home .section05 .sec-item .time {
        font-size: 1.2rem;
        min-width: unset; }
      body.home .section05 .sec-item .content {
        font-size: 1.4rem;
        margin-top: 0.7rem;
        padding-right: 3rem; }
      body.home .section05 .sec-item::after {
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.2rem solid #9B9B9B;
        border-right: 0.2rem solid #9B9B9B;
        top: 4.7rem;
        right: 1.6rem; }
    body.home .section05 .sec-btn {
      margin-top: 5rem; }
      body.home .section05 .sec-btn a {
        width: 100%; }
  body#about .page {
    max-width: 76.9vw;
    margin: auto;
    padding-top: 4.1rem; }
  body#about .hero-img {
    border-radius: 1.5rem; }
  body#about .hero-title {
    top: 5.2rem;
    left: 0.9rem; }
    body#about .hero-title p {
      font-size: 1.8rem;
      line-height: 3.4rem; }
    body#about .hero-title p:nth-child(1) {
      padding-left: 1rem;
      padding-right: 0; }
    body#about .hero-title p:nth-child(2) {
      padding-left: 1.6rem;
      padding-right: 0;
      margin-top: 1rem;
      margin-left: 4.4rem; }
  body#about .sec1 {
    padding-top: 5rem;
    position: relative; }
    body#about .sec1-title h2 {
      font-size: 2rem;
      line-height: 4rem;
      width: 100%;
      letter-spacing: 0.15em; }
    body#about .sec1-title p {
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 4rem; }
    body#about .sec1-title1 {
      margin-left: 0; }
      body#about .sec1-title1 p {
        width: 100%;
        margin-top: 51.7rem; }
    body#about .sec1-title2 h2 {
      margin-left: 0;
      margin-top: 5rem; }
    body#about .sec1-title2 p {
      width: 100%;
      margin-left: 0;
      margin-top: 4.5rem; }
    body#about .sec1-img1 {
      width: 25.3rem;
      top: 19.9rem;
      right: 0; }
      body#about .sec1-img1 .img-line {
        left: 2rem;
        bottom: -5.9rem;
        width: 15.55rem;
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg); }
    body#about .sec1-img2 {
      width: 14.2rem;
      margin-top: 0;
      position: absolute;
      top: 47.3rem;
      left: 0; }
      body#about .sec1-img2 .img-text {
        width: 14.472rem;
        top: -2rem;
        left: -3rem;
        right: unset;
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg); }
    body#about .sec1-img3 {
      width: 100%;
      position: relative; }
      body#about .sec1-img3 .img-text {
        width: 18.797rem;
        top: -3.39rem;
        left: 0;
        transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg); }
    body#about .sec1-block1 {
      display: block;
      margin-top: 8.7rem;
      padding-left: 0rem; }
    body#about .sec1 .img-line {
      position: absolute;
      z-index: -1; }
    body#about .sec1 .img-text {
      position: absolute; }
  body#about .sec2 {
    margin-top: 8.7rem; }
    body#about .sec2-title h2 {
      font-size: 2rem; }
    body#about .sec2-content {
      margin-top: 0;
      display: flex;
      flex-direction: column; }
    body#about .sec2-block1 {
      order: 2;
      border-radius: 2rem;
      margin-top: 5rem;
      margin-bottom: 12.5rem; }
      body#about .sec2-block1 > iframe {
        height: 30rem; }
    body#about .sec2-block2 {
      order: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 8.7rem;
      margin-bottom: 0; }
      body#about .sec2-block2-left {
        order: 2; }
        body#about .sec2-block2-left h3 {
          font-size: 1.8rem;
          margin-top: 5rem; }
        body#about .sec2-block2-left p {
          font-size: 1.6rem;
          line-height: 3.5rem;
          margin-top: 3.4rem; }
      body#about .sec2-block2-right {
        margin-left: 0;
        order: 1; }
    body#about .sec2-img1 {
      width: 100%; }
      body#about .sec2-img1 .img-text {
        width: 22.5rem;
        top: -3rem;
        right: -2.6rem; }
  body#coursemenu .page {
    max-width: 76.9vw;
    margin: auto;
    padding-top: 4.1rem; }
  body#coursemenu .hero-img {
    border-radius: 1.5rem; }
  body#coursemenu .hero-title {
    top: 5.2rem;
    left: 0.9rem; }
    body#coursemenu .hero-title p {
      font-size: 1.8rem;
      line-height: 3.4rem; }
    body#coursemenu .hero-title p:nth-child(1) {
      padding-left: 0.9rem;
      padding-right: 1.9rem; }
  body#coursemenu .sec1 {
    margin-top: 5.5rem; }
    body#coursemenu .sec1-inner {
      display: block;
      border-radius: 2.3rem;
      padding: 3.2rem 2.5rem 2.5rem; }
    body#coursemenu .sec1-left {
      width: 100%; }
    body#coursemenu .sec1-text1 {
      font-size: 2rem;
      margin-left: 0;
      letter-spacing: 0.1em;
      text-align: center; }
    body#coursemenu .sec1-img1 {
      width: 21.58rem;
      margin: 2.52rem auto 0;
      padding: 0; }
    body#coursemenu .sec1-text2 {
      font-size: 1.8rem;
      margin-top: 2.52rem;
      margin-left: 0;
      text-align: center;
      line-height: 2.4rem; }
    body#coursemenu .sec1-text3 {
      font-size: 1.4rem;
      margin-top: 1.5rem;
      text-align: center; }
      body#coursemenu .sec1-text3 .num {
        font-size: 1.8rem;
        line-height: 2rem; }
    body#coursemenu .sec1-text3_2 {
      font-size: 1.4rem;
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      margin-top: 0.5rem; }
    body#coursemenu .sec1-text4 {
      font-size: 1.8rem;
      line-height: 4rem;
      margin-top: 4rem;
      margin-left: 0rem;
      width: 100%; }
  body#coursemenu .sec2 {
    margin-top: 5.5rem; }
    body#coursemenu .sec2-inner {
      display: block;
      border-radius: 2.3rem;
      padding: 2.7rem 2rem 2rem;
      border-width: 0.5rem; }
    body#coursemenu .sec2-left {
      width: 100%; }
    body#coursemenu .sec2-text1 {
      font-size: 2rem;
      margin-left: -1rem;
      margin-right: -1rem;
      letter-spacing: 0em;
      text-align: center; }
    body#coursemenu .sec2-img1 {
      width: 21.58rem;
      margin: 2.52rem auto 0;
      padding: 0; }
    body#coursemenu .sec2-text2 {
      font-size: 1.8rem;
      margin-top: 2.52rem;
      margin-left: 0;
      text-align: center;
      line-height: 2.4rem; }
    body#coursemenu .sec2-text3 {
      font-size: 1.4rem;
      margin-top: 1.5rem;
      text-align: center; }
      body#coursemenu .sec2-text3 .num {
        font-size: 1.8rem;
        line-height: 2rem; }
    body#coursemenu .sec2-text3_2 {
      font-size: 1.4rem;
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      margin-top: 0.5rem; }
    body#coursemenu .sec2-text4 {
      font-size: 1.8rem;
      line-height: 4rem;
      margin-top: 4rem;
      margin-left: 0rem;
      width: 100%; }
  body#coursemenu .sec3 {
    margin-top: 5.9rem; }
    body#coursemenu .sec3-inner {
      display: block; }
    body#coursemenu .sec3-img {
      width: 100%;
      border-radius: 3.3rem; }
      body#coursemenu .sec3-img:not(:first-child) {
        margin-top: 4.3rem; }
  body#coursemenu .sec4-title {
    font-size: 2rem;
    margin-top: 5.9rem;
    margin-left: -2rem;
    margin-right: -2rem;
    letter-spacing: 0.1rem; }
  body#coursemenu .sec4-contact {
    margin-top: 5.9rem; }
    body#coursemenu .sec4-contact .btn button {
      font-size: 2.1rem;
      width: 76.9vw;
      height: 6.9rem; }
    body#coursemenu .sec4-contact .tel {
      margin-top: 1rem;
      font-size: 3.7rem; }
      body#coursemenu .sec4-contact .tel i {
        font-size: 2.5rem; }
    body#coursemenu .sec4-contact .time {
      font-size: 1.8rem; }
  body#coursemenu .sec4-reserve {
    font-size: 1.4rem;
    margin-top: 3.6rem;
    margin-bottom: 14rem;
    text-align: center; }
  body#onemenu .page {
    max-width: 76.9vw;
    margin: auto;
    padding-top: 4.1rem; }
  body#onemenu .hero-img {
    border-radius: 1.5rem; }
  body#onemenu .hero-title {
    top: 5.2rem;
    left: 0.9rem; }
    body#onemenu .hero-title p {
      font-size: 1.8rem;
      line-height: 3.4rem; }
    body#onemenu .hero-title p:nth-child(1) {
      padding-left: 0.9rem;
      padding-right: 1.5rem; }
    body#onemenu .hero-title p:nth-child(2) {
      padding-left: 0.9rem;
      padding-right: 0.9rem;
      margin-top: 1rem;
      margin-left: 2rem; }
  body#onemenu .sec1 {
    margin-top: 4.3rem; }
    body#onemenu .sec1-inner {
      display: block;
      border-radius: 2.3rem;
      padding: 3.2rem 2.5rem 2.5rem; }
    body#onemenu .sec1-left {
      width: 100%; }
    body#onemenu .sec1-text1 {
      font-size: 2rem;
      margin-left: 0;
      letter-spacing: 0.1em;
      text-align: center; }
    body#onemenu .sec1-img1 {
      width: 21.58rem;
      margin: 2.52rem auto 0;
      padding: 0; }
    body#onemenu .sec1-text2 {
      font-size: 1.8rem;
      margin-top: 2.52rem;
      margin-left: 0;
      text-align: center;
      line-height: 2.4rem; }
    body#onemenu .sec1-text3 {
      font-size: 1.4rem;
      margin-top: 1.5rem;
      text-align: center; }
      body#onemenu .sec1-text3 .num {
        font-size: 1.8rem;
        line-height: 2rem; }
    body#onemenu .sec1-text4 {
      font-size: 1.8rem;
      line-height: 4rem;
      margin-top: 4rem;
      margin-left: 0rem;
      width: 100%; }
  body#onemenu .sec2 {
    margin-top: 7rem; }
    body#onemenu .sec2 .row {
      flex-wrap: wrap; }
      body#onemenu .sec2 .row {
        margin-bottom: 5.9rem; }
    body#onemenu .sec2 .col {
      width: 100%; }
      body#onemenu .sec2 .col:not(:first-child):not(.order1) {
        margin-top: 5.3rem; }
      body#onemenu .sec2 .col.order2 {
        margin-top: 5.3rem; }
    body#onemenu .sec2 .dash ~ .col {
      margin-top: 0 !important; }
    body#onemenu .sec2 .item {
      padding: 0 0 0 1.2rem; }
      body#onemenu .sec2 .item div:first-child {
        letter-spacing: 0.1em; }
      body#onemenu .sec2 .item div:nth-child(2) {
        margin-top: 0.3rem; }
      body#onemenu .sec2 .item:not(:first-child) {
        margin-top: 2.5rem; }
    body#onemenu .sec2 .img {
      border-radius: 3.3rem; }
    body#onemenu .sec2 .t1 {
      font-size: 2rem;
      margin-bottom: 5.3rem; }
    body#onemenu .sec2 .t2 {
      font-size: 1.8rem;
      line-height: 2.5rem; }
    body#onemenu .sec2 .t3 {
      font-size: 1.4rem; }
    body#onemenu .sec2 .centered {
      text-align: center; }
    body#onemenu .sec2 .righted {
      text-align: right; }
    body#onemenu .sec2 .lefted {
      text-align: left; }
    body#onemenu .sec2 .w-fit {
      width: fit-content; }
    body#onemenu .sec2 .block4 .row {
      align-items: flex-start; }
    body#onemenu .sec2 .dash {
      margin: 5.3rem auto;
      height: 1px; }
    body#onemenu .sec2 .lh-2 {
      line-height: 2rem;
      text-align: left; }
    body#onemenu .sec2 .order1 {
      order: 1; }
    body#onemenu .sec2 .order2 {
      order: 2; }
    body#onemenu .sec2 .block6 .col:nth-child(2) {
      margin-top: 2.5rem; }
  body#onemenu .sec3 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 9.5rem 0 13.5rem; }
  body#archive-news .page-inner {
    max-width: 93.8vw;
    margin: auto;
    padding-top: 3rem; }
  body#archive-news .page-title,
  .post-type-archive .page-title {
    font-size: 2.2rem;
    padding: 0 2rem;
    left: 1.8rem; }
  body#archive-news .posts {
    padding-top: 5rem; }
    body#archive-news .posts a {
      padding: 0; }
      body#archive-news .posts a .arrow {
        right: 1rem;
        font-size: 1.6rem; }
    body#archive-news .posts .post {
      display: block;
      height: fit-content;
      padding: 1rem; }
      body#archive-news .posts .post-time {
        font-size: 1.4rem; }
      body#archive-news .posts .post-title {
        margin-top: 0.5rem;
        font-size: 1.6rem; }
        body#archive-news .posts .post-title h2 {
          width: calc(100% - 3rem); }
  body#archive-news .pagination {
    margin-top: 5rem;
    margin-bottom: 8rem; }
    body#archive-news .pagination a, body#archive-news .pagination span.current {
      font-size: 1.8rem;
      padding: 0 0.5rem;
      height: 4rem;
      line-height: 4rem;
      min-width: 4rem;
      border-radius: 2rem;
      margin: 0 0.3rem; }
  body#archive-news .nopost {
    padding: 5rem 0 9rem;
    text-align: center;
    font-size: 2.4rem; }
  body#single-news .page-inner,
  body.single-work .page-inner,
body.single-column .page-inner{
    max-width: 93.8vw;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 8rem; }
  body#single-news .post,
  body.single-work .post,
  body.single-column .post{
    border-radius: 3rem;
    padding: 3rem 2rem 6rem; }
      body#single-news .post-time,
    body.single-work .post-time,
    body.single-column .post-time {
      font-size: 1.4rem; }
    body#single-news .post-title,
    body.single-work .post-title,
    body.single-column .post-title {
      font-size: 2.2rem; }
    body#single-news .post-content,
    body.single-work .post-content,
    body.single-column .post-content {
      font-size: 1.6rem;
      padding: 4rem 1rem 8rem;
      line-height: 2; }
  #prev-next {
    font-size: 1.4rem; }
  #prev-next i {
      margin: 0 0.5rem; }
 #prev-next .list-link {
      margin: 0 2rem; } }

/*# sourceMappingURL=style.css.map */

html {
  visibility: hidden !important;
}
html.wf-active {
  visibility: visible !important;
}
