.p-top_mv {
  position: relative;
}
.p-top_mv::after {
  content: "";
  background: url(../img/dec_01.png) no-repeat;
  background-size: contain;
  width: calc(692 / 1920 * 100vw);
  aspect-ratio: 692/606;
  display: block;
  position: absolute;
  bottom: calc(-80 / 1920 * 100vw);
  right: calc(-80 / 1920 * 100vw);
  z-index: -1;
}
.slider {
  width: calc(1434 / 1920 * 100vw) !important;
}
.p-mv_box01 {
  background: url(../img/top_mv01.webp) no-repeat center;
  aspect-ratio: 1434/794;
  background-size: cover;
  width: calc(1434 / 1920 * 100vw);
}
.p-mv_box02 {
  background: url(../img/gallery_img07.webp) no-repeat center;
  aspect-ratio: 1434/794;
  background-size: cover;
  width: calc(1434 / 1920 * 100vw);
}
.p-mv_box03 {
  background: url(../img/top_mv03.webp) no-repeat center;
  aspect-ratio: 1434/794;
  background-size: cover;
  width: calc(1434 / 1920 * 100vw);
}

.p-top_ttl {
  writing-mode: vertical-lr;
  position: absolute;
  right: calc(342 / 1920 * 100vw);
  top: 17px;
  letter-spacing: 0.8rem;
}

.p-top_greet {
  padding: calc(133 / 1920 * 100vw) 0 0;
}
.t-greet_ttl {
  writing-mode: vertical-lr;
  letter-spacing: 0.8rem;
}
.t-greet__inner {
  display: flex;
  gap: calc(85 / 1920 * 100vw);
  justify-content: flex-end;
  position: relative;
}
.t-greet__inner::after {
  content: "";
  background: url(../img/dec_02.png) no-repeat;
  background-size: contain;
  width: calc(692 / 1920 * 100vw);
  aspect-ratio: 692/606;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.t-greet_img {
  aspect-ratio: 1434/794;
  width: calc(1434 / 1920 * 100vw);
  position: relative;
}
.t-greet_lead {
  position: absolute;
  background-color: rgba(253, 251, 239, 0.9);
  padding: calc(88 / 1920 * 100vw) calc(331 / 1920 * 100vw)
    calc(107 / 1920 * 100vw) calc(76 / 1920 * 100vw);
  top: calc(307 / 1920 * 100vw);
  right: 0;
  width: calc(821 / 1920 * 100vw);
}
.t-greet_lead p {
  line-height: 2;
}
.p-top_kodawari {
  background: url(../img/top_kodawari_bg.webp) no-repeat;
  background-size: cover;
  padding: calc(108 / 1920 * 100vw) 0;
}
.kodawari_ttl {
  writing-mode: vertical-lr;
  letter-spacing: 0.8rem;
}

.kodawari__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: calc(32 / 1920 * 100vw);
}

.kodawari_lead {
}
.kodawari_lead_01 {
  margin-bottom: calc(81 / 1920 * 100vw);
}
.kodawari_lead h2 {
  margin-bottom: calc(39 / 1920 * 100vw);
  position: relative;
  z-index: 99;
}
.kodawari_lead h2::before {
  content: "";
  background: url(../img/dec_03.webp) no-repeat;
  background-size: contain;
  width: calc(113 / 1920 * 100vw);
  height: calc(111 / 1920 * 100vw);
  position: absolute;
  z-index: -1;
  top: calc(-50 / 1920 * 100vw);
  left: calc(-60 / 1920 * 100vw);
}
.kodawari_lead p {
  line-height: 2;
  width: calc(1075 / 1920 * 100vw);
}

.kodawari_lead_02 {
  margin-left: calc(40 / 1920 * 100vw);
}
.t-menu_ttl {
  background: url(../img/menu_bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1920/392;
  margin: calc(111 / 1920 * 100vw) 0 calc(72 / 1920 * 100vw);
  position: relative;
}
.t-menu_ttl h2 {
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  font-family: "Charmonman", cursive;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  letter-spacing: 0.8rem;
}

.t-menu_list ul {
  display: flex;
  justify-content: center;
  gap: calc(20 / 1920 * 100vw);
  margin-bottom: calc(55 / 1920 * 100vw);
}
.t-menu_list li {
  width: calc(306 / 1920 * 100vw);
}
.p-top__shop {
  margin: calc(195 / 1920 * 100vw) 0;
}
.t-shop__inner {
  position: relative;
}
.t-shop__inner::after {
  content: "";
  background: url(../img/dec_01.png) no-repeat;
  background-size: contain;
  width: calc(692 / 1920 * 100vw);
  aspect-ratio: 692 / 606;
  display: block;
  position: absolute;
  top: calc(-220 / 1920 * 100vw);
  left: calc(-190 / 1920 * 100vw);
  z-index: -1;
}
.t-shop__ttl {
  display: flex;
  align-items: center;
  gap: calc(22 / 1920 * 100vw);
  margin-bottom: calc(80 / 1920 * 100vw);
}
.t-shop__ttl h2 {
  font-size: min(calc(36 / 1920 * 100vw), 3.6rem);
  font-weight: 500;
}
.t-shop__ttl h3 {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  color: #00bbc8;
  font-weight: 700;
  letter-spacing: 1.2;
}
.t-shop__flex {
  display: flex;
  justify-content: flex-end;
  gap: calc(30 / 1920 * 100vw);
}
.t-shop__box dl {
  display: flex;
  margin: 0;
}
.t-shop__box dt,
.t-shop__box dd {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
  margin: 0;
  padding: calc(22 / 1920 * 100vw) 0;
}
.t-shop__box dt {
  border-bottom: solid #2bc0e4 3px;
  width: calc(126 / 1920 * 100vw);
}
.t-shop__box dd {
  border-bottom: solid #eaecc6 3px;
  width: calc(683 / 1920 * 100vw);
  padding-left: calc(100 / 1920 * 100vw);
}

.t-shop__img {
  width: calc(760 / 1920 * 100vw);
}

.t-shop__map {
  width: calc(943 / 1920 * 100vw);
  aspect-ratio: 943/430;
  margin: calc(142 / 1920 * 100vw) auto 0;
}
.p-top__instagram {
  background-image: linear-gradient(90deg, #acb6e5, #86fde8);
  padding: calc(85 / 1920 * 100vw) 0 calc(131 / 1920 * 100vw);
}
.instagram__inner {
  max-width: calc(1100 / 1920 * 100vw);
  margin: 0 auto;
}
.instagram_ttl h3 {
  font-family: "Charmonman", cursive;
  color: #fff;
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slider {
    width: calc(354 / 440 * 100vw);
  }
  .p-mv_box01 {
    background: url(../img/top_mv01_sp.webp) no-repeat center;
    aspect-ratio: 354/820;
    background-size: cover;
    width: calc(354 / 440 * 100vw);
  }
  .p-mv_box02 {
    background: url(../img/top_mv02_sp.webp) no-repeat center;
    aspect-ratio: 354/820;
    background-size: cover;
    width: calc(354 / 440 * 100vw);
  }
  .p-mv_box03 {
    background: url(../img/top_mv03_sp.webp) no-repeat center;
    aspect-ratio: 354/820;
    background-size: cover;
    width: calc(354 / 440 * 100vw);
  }

  .p-top_ttl {
    right: 18px;
    top: 80px;
  }
  .p-top_mv::after {
    width: 350px;
    aspect-ratio: 350/307;
    bottom: 157px;
    right: -150px;
  }
  .p-top_greet {
    padding: 35px 0 85px;
  }
  .t-greet__inner {
    display: block;
  }
  .t-greet_ttl {
    margin: 0 auto 35px;
  }

  .t-greet_lead {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    padding: 32px 4% 72px;
  }
  .t-greet_img {
    right: 0;
    margin: -60px 0 0 auto;
    width: calc(372 / 440 * 100vw);
  }
  .t-greet__inner::after {
    top: 50px;
    width: 444px;
    aspect-ratio: 444/407;
    left: -40px;
    bottom: unset;
  }
  .p-top_kodawari {
    padding: 48px 4%;
  }
  .kodawari__inner {
    display: block;
  }
  .kodawari_ttl {
    writing-mode: unset;
    text-align: center;
    margin-bottom: 62px;
    letter-spacing: 0.3rem;
  }
  .kodawari_lead h2 {
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
  }
  .kodawari_lead p {
    width: auto;
  }
  .kodawari_lead_01 {
    margin-bottom: 62px;
  }
  .kodawari_lead_02 {
    margin-left: 0;
  }
  .kodawari_lead h2::before {
    width: 113px;
    height: 111px;
    top: -53px;
  }
  .t-menu_ttl {
    margin: 0;
    background: url(../img/menu_bg_sp.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 441/170;
  }
  .t-menu_ttl h2 {
    font-size: 3.2rem;
  }
  .t-menu_list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    padding: 5px 1%;
    margin-bottom: 0;
  }
  .t-menu_list li {
    width: calc(214 / 440 * 100vw);
  }
  .t-shop__inner::after {
    width: 411px;
    aspect-ratio: 411 / 367;
    top: -193px;
    left: -250px;
  }
  .p-top__shop {
    margin: 151px 0 40px;
    padding: 0 4%;
  }
  .t-shop__flex {
    display: block;
  }
  .t-shop__ttl h2 {
    font-size: 3.6rem;
  }
  .t-shop__ttl h3 {
    font-size: 2.4rem;
  }
  .t-shop__box dl {
    line-height: 1.6;
  }
  .t-shop__box dt,
  .t-shop__box dd {
    font-size: 15px;
    padding: 28px 0;
  }
  .t-shop__box dt {
    width: 105px;
  }
  .t-shop__box dd {
    width: 283px;
  }
  .t-shop__ttl {
    margin-bottom: 75px;
    justify-content: center;
  }
  .t-shop__img {
    width: auto;
    margin: 121px 0 0;
  }
  .t-shop__map {
    width: auto;
    aspect-ratio: 438/310;
  }
  .instagram_ttl h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .instagram__inner {
    max-width: unset;
    padding: 0 4%;
  }
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* --------
menu
------------- */
.p-menu {
  margin: 0 0 calc(120 / 1920 * 100vw);
}
.p-menu_ttl {
  text-align: center;
  margin: calc(73 / 1920 * 100vw) 0 calc(56 / 1920 * 100vw);
}
.p-menu_ttl h2 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
}
.p-menu_ttl h2::after {
  content: "";
  border-bottom: solid 2px #00bbc8;
  width: calc(60 / 1920 * 100vw);
  margin: 0 auto;
  display: block;
  padding: 18px 0 0;
}
.p-menu_ttl p {
  margin: 38px 0 0;
}
.p-menu__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(123 / 1920 * 100vw);
}
.p-menu__list dl {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  display: flex;
  margin-bottom: calc(32 / 1920 * 100vw);
}
.p-menu__box img {
  width: calc(600 / 1920 * 100vw);
}
.p-menu__list dt {
  width: calc(465 / 1920 * 100vw);
}
.p-menu__list p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  margin-top: calc(48 / 1920 * 100vw);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-menu {
    padding: 0 4%;
  }
  .p-menu_ttl {
    margin: 60px 0 20px;
  }

  .p-menu_ttl h2 {
    font-size: 3.4rem;
  }
  .p-menu_ttl h2::after {
    width: 40px;
  }
  .p-menu__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-menu__box img {
    width: auto;
  }
  .p-menu__list dl {
    font-size: 1.6rem;
  }
  .p-menu__list dt {
    width: 230px;
  }
  .p-menu__list p {
    font-size: 2.4rem;
    margin-top: 28px;
  }
  .p-menu__list p:first-of-type {
    margin-top: 0px;
  }
}
/* ---------------
kodawari
----------------*/
.p-kodawari {
  background: url(../img/kodawari_bg.webp) no-repeat center;
  background-size: cover;
  padding: calc(94 / 1920 * 100vw) 0 calc(174 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead {
  display: flex;
  justify-content: center;
  gap: calc(43 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead img {
  width: calc(495 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead-box {
  width: calc(743 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead_01 {
  margin-bottom: calc(48 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead_02 {
  flex-direction: row-reverse;
  margin-left: 0;
  gap: calc(102 / 1920 * 100vw);
  margin-bottom: calc(117 / 1920 * 100vw);
}
.p-kodawari .kodawari_lead p {
  width: calc(743 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-kodawari {
    padding: 100px 0;
  }
  .p-kodawari .kodawari_lead-box {
    width: auto;
  }
  .kodawari_txtArea {
    padding: 0 4%;
  }
  .p-kodawari .kodawari_lead {
    flex-direction: column;
  }
  .p-kodawari .kodawari_lead p {
    width: auto;
  }
  .p-kodawari .kodawari_lead img {
    width: auto;
  }
  .p-kodawari .kodawari_lead_01,
  .p-kodawari .kodawari_lead_02 {
    margin-bottom: 100px;
  }
}
/* -------------
gallery
----------------*/
.p-gallery_ttl {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  text-align: center;
  margin: calc(80 / 1920 * 100vw) 0 calc(26 / 1920 * 100vw);
}
.p-gallery {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.p-gallery_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 17.54px;
}
@media screen and (max-width: 768px) {
  .p-gallery_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-gallery_ttl {
    margin: 100px 0 40px;
  }
}
/* ---------------
shop
-----------------*/
.p-shop {
  background: url(../img/kodawari_bg.webp) no-repeat center;
  background-size: cover;
  padding: calc(140 / 1920 * 100vw) 0 calc(174 / 1920 * 100vw);
}
.p-shop .shop_lead {
  display: flex;
  justify-content: center;
  gap: calc(43 / 1920 * 100vw);
}
.p-shop .shop_lead img {
  width: calc(495 / 1920 * 100vw);
}
.p-shop .shop_lead-box {
  width: calc(743 / 1920 * 100vw);
}
.p-shop .shop_lead_01 {
  margin-bottom: calc(48 / 1920 * 100vw);
}
.shop_lead h2 {
  margin-bottom: calc(39 / 1920 * 100vw);
  position: relative;
  z-index: 99;
}
.shop_lead h2::before {
  content: "";
  background: url(../img/dec_03.webp) no-repeat;
  background-size: contain;
  width: calc(113 / 1920 * 100vw);
  height: calc(111 / 1920 * 100vw);
  position: absolute;
  z-index: -1;
  top: calc(-50 / 1920 * 100vw);
  left: calc(-60 / 1920 * 100vw);
}
.shop_lead p {
  line-height: 2;
  width: calc(764 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-shop {
    padding: 0;
  }
  .p-shop .shop_lead {
    flex-direction: column;
    padding: 100px 4% 0;
  }
  .p-shop .shop_lead-box {
    width: auto;
  }
  .shop_lead p {
    width: auto;
  }
  .p-shop .shop_lead img {
    width: auto;
  }
  .shop_lead h2 {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .shop_lead h2::before {
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
  }
}

/* --------------
contact
-------------------*/
.contact_lead {
  margin: calc(80 / 1920 * 100vw) auto calc(60 / 1920 * 100vw);
  text-align: center;
}
.contact_lead h3 {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
.contact_lead p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  margin: calc(48 / 1920 * 100vw) auto 0;
  width: calc(1196 / 1920 * 100vw);
}
.p-contact h1 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  text-align: center;
}
.contact_form {
  margin: 60px 0 0;
}
.form-group {
  display: flex;
  margin-bottom: calc(20 / 1920 * 100vw);
  align-items: flex-start;
  justify-content: center;
}
.form-label {
  width: 15%;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  display: flex;
  margin-right: calc(30 / 1920 * 100vw);
}
.form-label p {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.required {
  background-color: #ff0000;
  width: 67px;
  padding: 3px 0px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
}
.form-input {
  width: calc(527 / 1920 * 100vw);
}
.form-input input,
.form-input textarea {
  width: 100%;
  border: solid #999 1px;
  height: 48px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.form-input textarea {
  height: 249px;
}
.contact-txt {
  margin: 27px 0 0;
}
.btn_submit {
  text-align: center;
  margin: calc(80 / 1920 * 100vw) auto;
}
.btn_submit input {
  border: unset;
  background-color: unset;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}
.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .contact_lead {
    margin: 80px 4% 60px;
  }
  .contact_lead h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .contact_lead p {
    font-size: 1.6rem;
    width: auto;
    margin-top: 40px;
    line-height: 1.6;
  }
  .p-contact h1 {
    font-size: 2.4rem;
  }
  .form-group {
    display: block;
    margin-bottom: 20px;
  }
  .form-input {
    width: auto;
  }
  .form-label {
    font-size: 1.6rem;
    width: auto;
    margin: 0 0 10px;
  }
  .contact_form {
    margin: 60px 4%;
  }
  .btn_submit input {
    font-size: 2rem;
  }
  .required {
    margin-left: 10px;
  }
  .form-label p {
    align-items: center;
    width: auto;
  }
  .form-input input,
  .form-input textarea {
    width: 94%;
  }
}
