@charset "UTF-8";
/*
00：FONTS
01：SETTING
  01-A：KEY FRAMES
02：BASE
03：PAGE COMMON
04：PARTS COMMON
05：HEADER
05-1：DRAWER (SP) - .p-drawer
06：FOOTER
  06-A：CONTACTセクション
07：TOP
  07-A：MV
  07-B：ABOUT
  07-C：PR
  07-D：LINE UP
  07-E：STORE
  07-F：INSTA
08：FC PAGE
*/
/*=====================

00：FONTS

=======================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.font-zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.font-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

/*=====================

01：SETTING

=======================*/
:root {
  --ark-font_family: "noto-sans-cjk-jp","Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  --ark-color--border--table:#000000;
}

.red {
  color: red;
  font-weight: bold;
}

/*----------------------
00-A：KEY FRAMES
-----------------------*/
/*=====================

02：BASE

=======================*/
.wp-block-image img {
  width: 100%;
}

p {
  font-size: 0.875rem;
  line-height: 2;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/*=====================

03：PAGE COMMON

=======================*/
.l-content {
  overflow: hidden;
}

.p-topArea__body {
  text-shadow: none;
}
.p-topArea__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media not all and (min-width: 1000px) {
  .p-topArea__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.p-topArea__title .c-pageTitle__main {
  font-family: "Zen Maru Gothic", serif;
}
@media not all and (min-width: 1000px) {
  .p-topArea__title .c-pageTitle__main {
    font-size: 1.25rem;
  }
}
.p-topArea.-noimg {
  background-color: #E40013;
}
.p-topArea .teba_title_img {
  max-width: 140px;
}

#breadcrumb {
  display: none;
}

.ark-block-heading__main {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
}
@media not all and (min-width: 1000px) {
  .ark-block-heading__main {
    font-size: 1.875rem;
  }
}

/*=====================

04：PARTS COMMON

=======================*/
/* =====================

05：HEADER

=======================*/
.l-header__logo {
  display: none;
}
@media not all and (min-width: 1000px) {
  .l-header__bar {
    display: block;
  }
}
.l-header .btn-wrap {
  margin-top: 30px;
}
@media not all and (min-width: 1000px) {
  .l-header .btn-wrap {
    margin-top: 18px;
  }
}
.l-header .btn-wrap .link {
  width: 100%;
  max-width: 200px;
}
@media not all and (min-width: 1000px) {
  .l-header .btn-wrap .link {
    max-width: 150px;
  }
}
@media not all and (min-width: 600px) {
  .l-header .btn-wrap .link {
    max-width: 110px;
  }
}

/* =====================

05-1：DRAWER (SP) - .p-drawer

=======================*/
/* =====================

06：FOOTER

=======================*/
.l-footer {
  margin-top: 100px;
  border-radius: 50px 50px 0 0;
}
@media not all and (min-width: 1000px) {
  .l-footer {
    margin-top: 30px;
    border-radius: 30px 30px 0 0;
  }
}
.l-footer__widgets {
  padding-bottom: 0;
}
.l-footer__widgets .c-widget + .c-widget {
  margin-top: 1.5rem;
}
@media not all and (min-width: 1000px) {
  .l-footer__widgets .c-widget + .c-widget {
    margin-top: 0.5rem;
  }
}
.l-footer__widgets #block-7 img {
  max-width: 270px;
  height: 100%;
}
@media not all and (min-width: 1000px) {
  .l-footer__widgets #block-7 img {
    max-width: 140px;
  }
}
.l-footer .l-container {
  position: relative;
}
@media (min-width: 1000px) {
  .l-footer .btn-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media not all and (min-width: 1000px) {
  .l-footer .btn-wrap {
    text-align: center;
  }
}
.l-footer .btn-wrap .link {
  width: 100%;
  max-width: 200px;
}
@media not all and (min-width: 1000px) {
  .l-footer .btn-wrap .link {
    max-width: 150px;
  }
}

/*=====================

07：TOP

=======================*/
.home #mv img {
  max-width: 640px;
}
@media not all and (min-width: 1000px) {
  .home #mv img {
    max-width: 74vw;
  }
}
.home #about {
  padding-block: 100px 0;
}
@media not all and (min-width: 1000px) {
  .home #about {
    padding-block: 10px 0;
  }
}
.home #about img {
  max-width: 760px;
}
.home #pr {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #E40013 50%, #E40013 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #E40013 50%, #E40013 100%);
}
@media not all and (min-width: 1000px) {
  .home #pr {
    padding-top: 30%;
  }
}
.home #pr .p-sec {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.home #pr .pr-img {
  max-width: 360px;
  position: absolute;
}
@media (min-width: 1000px) {
  .home #pr .pr-img {
    rotate: -11deg;
    top: 25%;
    right: 60%;
  }
}
@media not all and (min-width: 1000px) {
  .home #pr .pr-img {
    rotate: -8deg;
    width: min(70vw, 370px);
    margin-inline: auto;
    top: -32vw;
    left: 0;
    right: 0;
  }
}
.home #pr .pr-img img {
  border: 10px solid #fff;
  border-radius: 20px;
}
@media not all and (min-width: 1000px) {
  .home #pr .pr-img img {
    border: 4px solid #fff;
    border-radius: 10px;
  }
}
.home #pr .pr-txt {
  background: #fff;
}
@media (min-width: 1000px) {
  .home #pr .pr-txt {
    margin-left: 34%;
    margin-right: calc(50% - 50vw);
    padding: 70px 30px 70px 190px;
    border-radius: 40px 0 0 40px;
  }
}
@media not all and (min-width: 1000px) {
  .home #pr .pr-txt {
    padding: 30px;
    border-radius: 20px;
    padding-block: min(53vw, 240px) 50px;
  }
}
.home #pr .pr-txt h2 {
  color: #E40013;
  font-size: 3.125rem;
}
@media not all and (min-width: 1000px) {
  .home #pr .pr-txt h2 {
    font-size: 1.875rem;
  }
}
.home #pr .pr-txt p {
  font-size: 1.125rem;
  line-height: 3;
  margin-top: 40px;
}
@media not all and (min-width: 1000px) {
  .home #pr .pr-txt p {
    font-size: 0.875rem;
    line-height: 2.6;
    margin-top: 20px;
  }
}
.home #lineup .menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 1000px) {
  .home #lineup .menu-container {
    gap: 20px 60px;
    padding: 20px;
  }
}
.home #lineup .menu-item {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 1000px) {
  .home #lineup .menu-item {
    width: 45%;
  }
}
.home #lineup .menu-item img {
  background-color: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 10px;
  padding: 4px;
}
@media not all and (min-width: 1000px) {
  .home #lineup .menu-item img {
    width: 170px;
    height: 170px;
  }
}
.home #lineup .menu-item .des h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin: 10px 0 5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
@media not all and (min-width: 1000px) {
  .home #lineup .menu-item .des h3 {
    font-size: 22px;
  }
}
.home #lineup .menu-item .des h3 > span {
  display: block;
  font-size: 20px;
}
.home #lineup .menu-item .des p {
  font-size: 14px;
  margin: 5px 0;
}
@media (min-width: 1000px) {
  .home #store {
    padding-block: 40px;
  }
}
@media not all and (min-width: 1000px) {
  .home #store .ark-block-section__body {
    background: #fff;
  }
}
@media (min-width: 1000px) {
  .home #store .ark-block-container {
    margin-top: 70px;
    padding: 6%;
    border-radius: 40px;
  }
}
.home #store .wp-block-table {
  font-size: 15px;
  color: #5A4620;
  font-weight: 600;
}
.home #store .wp-block-table > table {
  border-right: none;
}
.home #store .wp-block-table td,
.home #store .wp-block-table th {
  border-left: none;
}
.home #store .shop-name {
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 40px;
}
.home #store iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 30px;
}
@media not all and (min-width: 1000px) {
  .home #store .arkb-column--3 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
}
.home #insta {
  padding-block: 30px 0;
}
@media not all and (min-width: 1000px) {
  .home #insta {
    padding-block: 10px 0;
  }
}
.home #insta .txt-link {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .home #insta #sb_instagram {
    margin-top: 30px;
  }
}
.home #insta #sb_instagram #sbi_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

/* =====================

08：FC PAGE

=======================*/
.p-page-fc #fc-about {
  padding-block: 100px 0;
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-about {
    padding-block: 10px 0;
  }
}
.p-page-fc #fc-about img {
  max-width: 760px;
}
.p-page-fc #fc-guidelines .wp-block-flexible-table-block-table {
  max-width: 840px;
  margin-inline: auto;
  margin-top: 60px;
}
.p-page-fc #fc-guidelines .wp-block-flexible-table-block-table table {
  border: none;
}
.p-page-fc #fc-guidelines .wp-block-flexible-table-block-table th, .p-page-fc #fc-guidelines .wp-block-flexible-table-block-table td {
  border: none;
}
.p-page-fc #fc-guidelines .wp-block-flexible-table-block-table th {
  background: transparent;
  color: #E40013;
  width: 26%;
}
@media (min-width: 1000px) {
  .p-page-fc #fc-guidelines .wp-block-flexible-table-block-table th {
    border-right: 1px solid #E40013;
  }
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-guidelines .wp-block-flexible-table-block-table th {
    border-bottom: 1px solid #E40013;
  }
}
.p-page-fc #fc-form .ark-block-section {
  max-width: 1100px;
  margin-inline: auto;
}
.p-page-fc #fc-form .ark-block-section__color {
  border-radius: 30px;
}
.p-page-fc #fc-form .ark-block-section__body {
  padding: 0 10%;
}
.p-page-fc #fc-form .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 20px 0;
  border-top: 1px solid #F0F0F0;
  /* .acceptance{
      input{
          display: inline-block;
          width: auto;
      }
  } */
}
.p-page-fc #fc-form .form-row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.p-page-fc #fc-form .form-row__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  min-height: 42px;
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-form .form-row__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 15px;
    width: 100%;
  }
}
.p-page-fc #fc-form .form-row .add-txt {
  padding: 20px 0 20px 300px;
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-form .form-row .add-txt {
    padding: 10px 0;
  }
}
.p-page-fc #fc-form .form-row__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .p-page-fc #fc-form .form-row__label {
    margin-bottom: 0;
    width: 300px;
    padding: 0 30px 0 0;
  }
}
.p-page-fc #fc-form .form-row__label .label {
  font-weight: 600;
  padding-right: 1rem;
}
.p-page-fc #fc-form .form-row__label .required {
  display: inline-block;
  color: #FFFFFF;
  background-color: #E40013;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.25em;
  font-weight: 500;
  text-align: center;
  padding: 0px 6px;
  border-radius: 3px;
}
.p-page-fc #fc-form .form-row__input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.p-page-fc #fc-form .form-row__input span:not(.form-row__input__wrap) {
  font-size: 0.875rem;
  padding-right: 0.875rem;
  width: 100%;
}
.p-page-fc #fc-form .form-row__input__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
@media not all and (min-width: 600px) {
  .p-page-fc #fc-form .form-row__input__wrap:first-of-type {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-form .form-row .wpcf7-form-control-wrap {
    padding-right: 0 !important;
  }
}
.p-page-fc #fc-form .form-row input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  background-color: #F0F1F4;
  padding: 10px;
}
@media (min-width: 600px) {
  .p-page-fc #fc-form .form-row input {
    font-size: 0.875rem;
  }
}
.p-page-fc #fc-form .form-row textarea {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  background-color: #F0F1F4;
  padding: 10px;
  height: 190px;
}
@media (min-width: 600px) {
  .p-page-fc #fc-form .form-row textarea {
    font-size: 0.875rem;
  }
}
@media (min-width: 1000px) {
  .p-page-fc #fc-form .form-row .name-input, .p-page-fc #fc-form .form-row .kana-input {
    margin-left: -50px;
  }
}
@media not all and (min-width: 600px) {
  .p-page-fc #fc-form .form-row .name-input, .p-page-fc #fc-form .form-row .kana-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 600px) {
  .p-page-fc #fc-form .form-row .name-input .wpcf7-form-control-wrap:nth-child(1), .p-page-fc #fc-form .form-row .kana-input .wpcf7-form-control-wrap:nth-child(1) {
    margin-right: 20px;
  }
}
.p-page-fc #fc-form .form-row .name-input > span .sei-mei, .p-page-fc #fc-form .form-row .kana-input > span .sei-mei {
  width: 60px;
}
@media (min-width: 600px) {
  .p-page-fc #fc-form .form-row .name-input > span .sei-mei, .p-page-fc #fc-form .form-row .kana-input > span .sei-mei {
    text-align: right;
  }
}
.p-page-fc #fc-form .form-row .tel-input {
  width: 100%;
  max-width: 400px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.p-page-fc #fc-form .form-row .tel-input input {
  width: 100%;
}
.p-page-fc #fc-form .form-row .tel-input span:not(.wpcf7-form-control-wrap) {
  padding-inline: 10px;
  font-size: 20px;
  width: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  text-align: center;
}
.p-page-fc #fc-form .form-row .tel-input .wpcf7-form-control-wrap {
  padding: 0;
  width: 100%;
}
.p-page-fc #fc-form .form-row .tel-input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  white-space: nowrap;
  padding: 5px 0 0;
}
.p-page-fc #fc-form .ark-block-buttons {
  padding-top: 70px;
}
@media not all and (min-width: 1000px) {
  .p-page-fc #fc-form .ark-block-buttons {
    padding-top: 40px;
  }
}
.p-page-fc #fc-form .ark-block-button__text {
  border-radius: calc(infinity * 1px);
  background: #E40013;
  color: #FFFFFF;
  min-width: 300px;
}
.p-page-fc #fc-form .wpcf7-not-valid-tip {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */