@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --cl-primary: #148E4E;
  --cl-text: #664E24;
}

html {
  height: 100%;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-size: 2.057vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #fdf9e6;
  color: #493411;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

b, strong, .fw-bold {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
i.othersite {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../../images/common/icon_othersite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.0625rem;
}
@media screen and (max-width: 767px) {
  i.othersite {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
}

i.arrow {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 1.25rem;
  background: url(../../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.625rem;
  }
}

i.x {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_x_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.x {
    width: 1rem;
    height: 1rem;
  }
}

i.instagram {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_insta_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.instagram {
    width: 1rem;
    height: 1rem;
  }
}

i.line {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_line_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.line {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.youtube {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_youtube_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.youtube {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.homepage {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_home_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  i.homepage {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

a:hover img {
  opacity: 0.7;
}
a img {
  transition: 0.3s ease;
}

/*------------------------
  button
------------------------*/
@media screen and (min-width: 768px) {
  .btn-hover:hover {
    opacity: 1 !important;
  }
  .btn-hover:hover img {
    opacity: 1 !important;
    transform: scale(1.1);
  }
  .btn-hover img {
    transition: 0.3s ease;
  }
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  height: 7.9375rem;
  overflow: hidden;
  padding-left: 1.875rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
}
@media screen and (min-width: 768px) {
  .header {
    top: -1.375rem;
    padding-top: 1.5625rem;
  }
}
.header::after {
  content: "";
  background: url("../../images/common/bg_nav_sp.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header::after {
    background-image: url("../../images/common/bg_nav.svg");
    background-size: auto 100%;
    background-repeat: repeat-x;
    left: -0.625rem;
    right: -0.625rem;
  }
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: 2.6875rem 1.5625rem;
}
.header .header_logo {
  width: 16rem;
  margin-left: -3rem;
}
@media screen and (min-width: 768px) {
  .header .header_logo {
    width: 15.125rem;
    margin-top: -0.4375rem;
    margin-left: -2rem;
    margin-right: 3rem;
  }
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.header_pc_menu a:hover {
  opacity: 0.7;
}
.header_pc_menu img {
  height: 2.5rem;
}
.header_pc_menu .ticket {
  position: relative;
  top: -0.3125rem;
}
.header_pc_menu .ticket img {
  height: 5.125rem;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  height: 4.8125rem;
  width: 4.8125rem;
  z-index: 1200;
  cursor: pointer;
  transform: translateY(-50%);
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.3125rem;
  background-color: #f2efe2;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 6.25rem;
}
.menu_btn span::before,
.menu_btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}
.menu_btn span::before {
  top: 1.25rem;
}
.menu_btn span::after {
  bottom: 1.25rem;
}

#menu_btn_check {
  display: none;
}
#menu_btn_check:checked ~ .menu_btn span {
  background-color: transparent; /*メニューオープン時は真ん中の線を透明にする*/
}
#menu_btn_check:checked ~ .menu_btn span::before, #menu_btn_check:checked ~ .menu_btn span::after {
  transform-origin: center;
}
#menu_btn_check:checked ~ .menu_btn span::before {
  top: 0;
  transform: rotate(35deg);
}
#menu_btn_check:checked ~ .menu_btn span::after {
  bottom: 0;
  transform: rotate(-35deg);
}
#menu_btn_check:checked ~ .sp_menu_content {
  bottom: 0; /*メニューを画面内へ*/
}
#menu_btn_check:checked ~ .menu_btn {
  position: fixed;
  top: 3.125rem;
}

.sp_menu_content {
  background: #846625 url("../../images/common/bg_menu.svg") no-repeat center/cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  padding: 9.375rem 0;
  bottom: 100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: scroll;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 5rem;
  max-width: 37rem;
  width: 90%;
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content ul.header_sp_menu {
  text-align: center;
}
.sp_menu_content ul.header_sp_menu li:not(:last-child) {
  margin-bottom: 4.1875rem;
}
.sp_menu_content ul.header_sp_menu li img {
  height: 6.0625rem;
}
.sp_menu_content ul.header_sp_menu li.special img {
  height: 7.0625rem;
}
.sp_menu_content ul.header_sp_menu li.ticket img {
  height: 13.25rem;
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.ly-container {
  padding-block: 5.8125rem 4.875rem;
}
@media screen and (min-width: 768px) {
  .ly-container {
    padding-block: calc(4.5rem + 6.172vw) 5.5rem;
  }
}

.ly-wrapper {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 60rem;
  width: 100%;
}

/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2;
}

.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 2.5rem;
  }
}
.sec-title .main {
  font-size: 4rem;
  line-height: 4.375rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
.sec-title .sub {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.8125rem;
    line-height: 0.875rem;
    margin-bottom: 0.125rem;
  }
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .heading-small {
    font-size: 1rem;
  }
}

/*------------------------
  page_headline
------------------------*/
.page_headline {
  position: relative;
  padding-top: 12.1875rem;
}
@media screen and (min-width: 768px) {
  .page_headline {
    background-color: #279b4e;
    margin-top: 4.75rem;
    height: 12.125rem;
    padding-top: 4.875rem;
  }
  .page_headline::after {
    content: "";
    background-color: #279B4E;
    -webkit-mask: url("../../images/common/mask_hline.svg") no-repeat center top/auto 100%;
            mask: url("../../images/common/mask_hline.svg") no-repeat center top/auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    height: 6.172vw;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .page_headline {
    background: url("../../images/common/bg_hline_sp.svg") no-repeat bottom center/cover;
    height: 24.625rem;
  }
}
.page_headline .sec-title {
  margin: 0 auto;
}
.page_headline .sec-title img {
  max-height: 6.625rem;
}
.page_headline .sec-title.hline_special img {
  max-height: 7.75rem;
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  min-height: 31.25rem;
  padding-inline: 3.125rem;
}
.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  background: url("../../images/common/bg_footer_sp.svg") no-repeat center top/cover;
  padding: 6.4375rem 5rem 1.25rem;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background-image: url("../../images/common/bg_footer.svg");
    padding-block: 5.75rem 1.125rem;
  }
}
.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social {
    gap: 3.5625rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item img {
  height: auto;
  width: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-social .p-footer-social__item img {
    width: 3rem;
  }
}
.p-footer .p-footer-social .p-footer-social__item a {
  display: block;
}
.p-footer .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-banner {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-banner {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto 4.25rem;
    max-width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-banner__item {
    max-width: 50%;
  }
}
.p-footer .p-footer-banner__item a {
  display: block;
}
.p-footer .p-footer-banner__item a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footer-copyright {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 0.625rem;
  bottom: 1.25rem;
  width: 6.6875rem;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 2.1875rem;
    width: 5.75rem;
  }
}
.page-top img {
  width: 100%;
}

div [data-remodal-id=modal_recipe] {
  background: none;
}

.slider {
  width: 100%;
}

.n_pad {
  padding-left: 0;
  padding-right: 0;
}

.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFA64D;
}

.remodal-wrapper {
  bottom: 0;
  top: 0;
}

.taxin_text {
  font-size: 11.5px;
}

.wwimg {
  display: flex;
}

.features .inner .wwimg img {
  width: 50%;
}

.features .inner .chikawa_f_img {
  width: 200px;
  margin: 0 auto;
}

button.btn.btn-success.btn-block.reject {
  background-color: #525252 !important;
  color: #ffffff !important;
}

/*------------------------
  wow animation
------------------------*/
@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: animate__fadeInUpSmall;
}

/*------------------------
  box
------------------------*/
.c-txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt {
    line-height: 2.25;
  }
}

.ticket_common_box {
  font-size: 1.875rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .ticket_common_box {
    font-size: 1.1875rem;
  }
}

.common_box {
  background-color: #fff;
  border-radius: 3rem;
  margin-bottom: 3.1875rem;
  padding: 2.1875rem 2.1875rem 3.5625rem;
}
@media screen and (min-width: 768px) {
  .common_box {
    margin-bottom: 3rem;
    padding: 2.1875rem 4.0625rem 2.625rem;
  }
}
.common_box:last-child {
  margin-bottom: 0;
}
.common_box .common_box_tbl {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_tbl {
    padding-top: 2.8125rem;
  }
}
.common_box .common_box_item {
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item {
    padding: 1.5625rem 0;
  }
}
.common_box .common_box_item:not(:last-child)::after {
  content: "";
  background: url("../../images/common/line_border.svg") repeat-x left center/auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.125rem;
}
.common_box .common_box_item:first-child {
  padding-top: 0;
}
.common_box .common_box_item:last-child {
  padding-bottom: 0;
}
.common_box .common_box_item .detail {
  font-size: 1.1875rem;
}
.common_box .common_box_item .detail a:not(:last-child) {
  margin-right: 4.75rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item .detail a:not(:last-child) {
    margin-right: 2.1875rem;
  }
}
.common_box .common_box_item p span.blue {
  color: #18AEDB;
}
.common_box .common_box_item p .primary {
  color: #279b4e;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_l {
    font-size: 0.9375rem;
  }
}
.common_box .common_box_item p span.text_m {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_m {
    font-size: 0.75rem;
  }
}
.common_box .common_box_item p span.text_s {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_s {
    font-size: 0.625rem;
  }
}
.common_box .common_box_item p span.bold {
  font-weight: 700;
}
.common_box .common_box_item p a {
  text-decoration: underline;
  transition: 0.3s;
  color: #f7d841;
}
.common_box .common_box_item p a:hover {
  opacity: 0.5;
}
.common_box .common_box_item p.large {
  font-size: 2.375rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p.large {
    font-size: 1.5rem;
  }
}
.common_box .common_box_item p.small {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .common_box .common_box_item p.small {
    font-size: 0.6875rem;
  }
}
.common_box .common_box_item > p:not(:last-child), .common_box .common_box_item > div:not(:last-child), .common_box .common_box_item > img:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item > p:not(:last-child), .common_box .common_box_item > div:not(:last-child), .common_box .common_box_item > img:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item .center-sp {
    text-align: center;
  }
}
.common_box .btn_common {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .common_box .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}

.sec-special .common_box_h3 {
  font-size: 2.625rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-special .common_box_h3 {
    font-size: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-special .common_box {
    padding-top: 3.75rem;
  }
}
.sec-special .common_box_inner .common_box_item p, .sec-special .common_box_inner .common_box_item div {
  font-size: 1.5625rem;
  line-height: 1.68;
}
@media screen and (min-width: 768px) {
  .sec-special .common_box_inner .common_box_item p, .sec-special .common_box_inner .common_box_item div {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 768px) {
  .sec-special .common_box_inner .common_box_item img {
    border-radius: 1.5625rem;
  }
}

/*------------------------
  Screen Loading
------------------------*/
.c-screen-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: #f7d841;
  transition: opacity 0.5s ease;
}
.c-screen-loading.hide {
  opacity: 0;
  pointer-events: none;
}
.c-screen-loading img {
  max-width: 28.125rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.c-screen-loading .loading-bar {
  position: relative;
  width: 100%;
  max-width: 29.6875rem;
  height: 0.625rem;
  border: 0.1875rem solid #FFF;
  overflow: hidden;
}
.c-screen-loading .loading-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .c-screen-loading img {
    max-width: 17.875rem;
    margin-bottom: 2.5rem;
  }
}/*# sourceMappingURL=common.css.map */