@charset "UTF-8";

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #222222;
  line-height: 2;
  letter-spacing: 0;
}

.body_no_scroll {
  overflow: hidden;
  touch-action: none;
  height: 100vh;
}

.hamburger_menu .hamburger_menu_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_menu_btn {
    position: fixed;
    z-index: 999;
    left: 1.875rem;
    top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 2.25rem;
    aspect-ratio: 36/26;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_menu_btn .bar {
    display: block;
    height: 2px;
    background-color: #574b2b;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_menu_btn .bar:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_menu_btn .bar:nth-child(2) {
    width: 83%;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_menu_btn .bar:nth-child(3) {
    width: 66%;
  }
}

.hamburger_menu .hamburger_contents_wrapper {
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .hamburger_menu .hamburger_contents_wrapper {
    position: fixed;
    z-index: 998;
    top: -100%;
    right: 0;
    width: 100vw;
    height: 100%;
  }
}

.hamburger_menu.open .hamburger_menu_btn {
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .hamburger_menu.open .hamburger_menu_btn {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu.open .hamburger_menu_btn .bar:nth-child(1) {
    width: 100%;
    transform: translateY(0.0625rem) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu.open .hamburger_menu_btn .bar:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hamburger_menu.open .hamburger_menu_btn .bar:nth-child(3) {
    width: 100%;
    transform: translateY(-0.0625rem) rotate(-45deg);
  }
}

.hamburger_menu.open .hamburger_contents_wrapper {
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .hamburger_menu.open .hamburger_contents_wrapper {
    top: 0;
  }
}

.swiper-pagination {
  width: fit-content !important;
  left: 1.125rem !important;
  bottom: 0.875rem !important;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 1.375rem;
}

/* リセットCSS */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
  transition: all 0.3s ease;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
video,
iframe,
picture {
  display: block;
  max-width: 100%;
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

html {
  font-size: 1.4545454545vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
}

.u_sp,
.u_sp_b {
  display: none !important;
}

@media screen and (max-width: 768px) {

  .u_sp,
  .u_sp_b {
    display: block !important;
  }
}

.u_sp_i {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u_sp_i {
    display: inline !important;
  }
}

.u_sp_ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u_sp_ib {
    display: inline-block !important;
  }
}

.u_sp_f {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u_sp_f {
    display: flex !important;
  }
}

.u_sp_t {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u_sp_t {
    display: table-row !important;
  }
}

/* インナーボックス */
.innerbox_480 {
  max-width: calc(480px + 2.5rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.innerbox_480_0 {
  max-width: 480px;
  margin: 0 auto;
}

.innerbox_566 {
  max-width: calc(566px + 2.5rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.innerbox_566_0 {
  max-width: 566px;
  margin: 0 auto;
}

.innerbox_654 {
  max-width: calc(654px + 2.5rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.innerbox_654_0 {
  max-width: 654px;
  margin: 0 auto;
}

/* その他頻出パーツ */
.flexbox {
  display: flex;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a,
button,
.btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
button:hover,
.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {

  a:hover,
  button:hover,
  .btn:hover {
    opacity: 1;
  }
}

ul.dot_list>li,
.dot_item {
  display: block;
  position: relative;
  padding-left: 1em;
}

ul.dot_list>li::before,
.dot_item::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* body(全体) */
body {
  background-color: #eae9e8;
  background-image: url(../../assets/img/all_bg.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

header#header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

header#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.875rem 1.875rem 0 5.5rem;
}

@media screen and (max-width: 768px) {
  header#header .language_links {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  header#header .language_link {
    margin-bottom: 0;
  }
}

/* その他パーツ */
.section_title {
  position: relative;
  z-index: 400;
  padding-left: 1.5rem;
}

.section_title span {
  display: block;
  letter-spacing: 0.02em;
  color: #574b2b;
}

.section_title__en {
  font-size: 2.125rem;
  line-height: 1.0882352941;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}

.section_title__ja {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.875rem;
}

.section_title__num {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 2.5rem;
}

.section_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 0.25rem;
  height: 8.75rem;
  background-image: url(../../assets/img/line_section_title.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section_subtitle {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}

.section_explain {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
  margin-top: -2rem;
}

@media screen and (max-width: 768px) {
  .section_explain {
    padding-left: 4rem;
    padding-right: 0;
    margin-top: -1.125rem;
  }
}

.section_explain.small {
  font-size: 0.875rem;
  margin-top: -1.75rem;
}

@media screen and (max-width: 768px) {
  .section_explain.small {
    margin-top: -1.875rem;
  }
}

.section_explain.text_center {
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.btn:hover {
  opacity: 1;
}

.btn_link {
  gap: 0.3125rem;
  width: fit-content;
  height: 2.125rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #717171;
  border: 1px solid #717171;
  border-radius: 2rem;
  padding: 0 0.6875rem 0 0.5625rem;
}

@media screen and (max-width: 768px) {
  .btn_link {
    background: rgba(252, 252, 252, 0.3);
  }
}

.btn_link img {
  width: 0.6875rem;
  height: 0.6875rem;
  object-fit: contain;
}

.btn_link:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .btn_link:hover {
    background: rgba(252, 252, 252, 0.3);
  }
}

.btn_square {
  width: 21.25rem;
  height: 3.4375rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #717171;
  border: 1px solid rgba(113, 113, 113, 0.6);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn_square {
    background: rgba(252, 252, 252, 0.3);
  }
}

.btn_square:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .btn_square:hover {
    background: rgba(252, 252, 252, 0.3);
  }
}

/* 各セクション */
.all_container {
  position: relative;
  z-index: 400;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .all_container {
    display: block;
    overflow-x: hidden;
  }
}

.all_container::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  width: calc(100% - 2.5rem);
  height: auto;
  aspect-ratio: 2480/690;
  background-image: url(../../assets/img/foot_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .all_container::before {
    left: 0;
    right: 0;
    bottom: 6rem;
    width: 100%;
    height: 17rem;
    aspect-ratio: initial;
  }
}

main#main {
  width: 100%;
}

section#fv {
  position: relative;
  z-index: 400;
  max-height: calc(100vh - 2rem);
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  section#fv {
    max-height: initial;
    padding-bottom: 0;
  }
}

section#fv .fv_bg img {
  max-height: calc(100vh - 2rem - 2rem);
  object-fit: cover;
  border-bottom-right-radius: 0.25rem;
}

@media screen and (max-width: 768px) {
  section#fv .fv_bg img {
    max-height: initial;
    border-bottom-right-radius: 0;
  }
}

section#fv .fv_title {
  position: absolute;
  top: 3rem;
  left: 7.375rem;
  width: 1.875rem;
}

@media screen and (max-width: 768px) {
  section#fv .fv_title {
    top: 5.5625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
  }
}

section#fv .fv_explain {
  position: absolute;
  right: 1.75rem;
  bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.048em;
  font-family: "EB Garamond", serif;
  color: #fff;
  padding-right: 0.625rem;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  section#fv .fv_explain {
    right: 0;
    left: 0;
    bottom: 2.875rem;
    text-align: center;
    padding: 0 1rem;
    border: none;
  }
}

@media screen and (max-width: 768px) {
  section#fv .fv_title_en {
    width: 18.1875rem;
    margin: 0 auto 1.375rem;
  }
}

section#about_us {
  padding-top: 5.3125rem;
}

@media screen and (max-width: 768px) {
  section#about_us {
    padding-top: 5.625rem;
  }
}

@media screen and (max-width: 768px) {
  section#about_us .section_explain {
    text-align: right;
  }
}

section#about_us .about_us_row {
  position: relative;
  z-index: 400;
}

section#about_us .about_us_row_wrapper {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_wrapper {
    margin-top: 1.625rem;
  }
}

section#about_us .about_us_row .about_us_text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_text {
    line-height: 1.8571428571;
  }
}

section#about_us .about_us_row .about_us_text.text_center {
  text-align: center;
}

section#about_us .about_us_row .about_us_text .f_4 {
  padding-left: 4em;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_text .f_4 {
    padding-left: 0;
  }
}

section#about_us .about_us_row .about_us_text .f_3 {
  padding-left: 3em;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_text .f_3 {
    padding-left: 0;
  }
}

section#about_us .about_us_row .about_us_text .f_2 {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_text .f_2 {
    padding-left: 0;
  }
}

section#about_us .about_us_row .about_us_text .f_1 {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_text .f_1 {
    padding-left: 0;
  }
}

section#about_us .about_us_row .about_us_bg {
  position: absolute;
  z-index: -1;
}

section#about_us .about_us_row .about_us_bg_01 {
  z-index: 1;
  left: 1.3125rem;
  bottom: 1.25rem;
  width: 6.75rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_bg_01 {
    display: none;
  }
}

section#about_us .about_us_row .about_us_bg_02 {
  top: -12.875rem;
  right: -1.5625rem;
  width: 9.125rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_bg_02 {
    top: -4.375rem;
    right: -0.125rem;
    width: 7.5rem;
  }
}

section#about_us .about_us_row .about_us_bg_03 {
  top: -5.875rem;
  left: 2.25rem;
  width: 11.375rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_bg_03 {
    top: -13.8125rem;
    left: 0.375rem;
    width: 8.875rem;
  }
}

section#about_us .about_us_row .about_us_bg_04 {
  z-index: 1;
  top: -4rem;
  right: 0.1875rem;
  width: 14.5625rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row .about_us_bg_04 {
    display: none;
  }
}

section#about_us .about_us_row_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#about_us .about_us_row_01 .about_us_image {
  max-width: 31.6875rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_01 .about_us_image {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

section#about_us .about_us_row_01 .about_us_text {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_01 .about_us_text {
    text-align: center;
    margin-top: 1.625rem;
  }
}

section#about_us .about_us_row_02 {
  z-index: 401;
  display: flex;
  align-items: flex-start;
  gap: 1.375rem;
  margin-top: 2.75rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 {
    display: block;
    margin-top: 2.125rem;
  }
}

section#about_us .about_us_row_02 .about_us_image {
  position: relative;
  z-index: 400;
  width: 100%;
  height: 11.5625rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 .about_us_image {
    width: 14.25rem;
    height: auto;
    aspect-ratio: 228/144;
  }
}

section#about_us .about_us_row_02 .about_us_image img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: initial;
  width: auto;
  height: 100%;
  aspect-ratio: 293/185;
  object-fit: cover;
}

section#about_us .about_us_row_02 .about_us_text_wrapper {
  max-width: 100%;
  width: 26.4375rem;
  flex-shrink: 0;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 .about_us_text_wrapper {
    margin-top: 2.1875rem;
  }
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 .about_us_text_02 {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 .about_us_text_03 {
    text-align: center;
  }
}

section#about_us .about_us_row_02 .about_us_text:nth-child(n+2) {
  margin-top: 3.375rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_02 .about_us_text:nth-child(n+2) {
    margin-top: 2.125rem;
  }
}

section#about_us .about_us_row_03 {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_03 {
    margin-top: 2.125rem;
  }
}

section#about_us .about_us_row_03 .about_us_text {
  padding-left: 3.25rem;
}

section#about_us .about_us_row_03 .about_us_image {
  padding-right: 2rem;
  margin-top: 2.9375rem;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_03 .about_us_image {
    padding-right: 0.75rem;
    margin-top: 0;
  }
}

section#about_us .about_us_row_03 .about_us_image img {
  width: 17.625rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  section#about_us .about_us_row_03 .about_us_image img {
    width: 13.625rem;
  }
}

section#reservation {
  padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  section#reservation {
    padding-top: 4.3125rem;
  }
}

section#reservation .reservation_swiper_wrapper {
  max-width: 100%;
  width: 31.6875rem;
  margin: 3.125rem auto 0;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_swiper_wrapper {
    max-width: initial;
    width: auto;
    margin: 1.6875rem -1.25rem 0;
  }
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_swiper_pagination {
    display: none;
  }
}

section#reservation .reservation_subtitle {
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_subtitle {
    margin-bottom: 1.25rem;
  }
}

section#reservation .reservation_subtitle__sub {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_subtitle__sub {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

section#reservation .reservation_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.875rem;
}

section#reservation .reservation_check_days {
  max-width: 480px;
  padding-top: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_check_days {
    max-width: 100%;
    padding-top: 1.625rem;
  }
}

section#reservation .reservation_check_days .reservation_flexbox {
  align-items: center;
  gap: 1.625rem 2rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_check_days .reservation_flexbox {
    flex-wrap: wrap;
  }
}

section#reservation .reservation_check_days .reservation_text_wrapper {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_check_days .reservation_text_wrapper {
    width: 100%;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
  }
}

section#reservation .reservation_check_days .reservation_text_wrapper .small {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_check_days .reservation_text_wrapper .small {
    font-size: 0.875rem;
  }
}

section#reservation .reservation_check_days .reservation_btn_wrapper {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_check_days .reservation_btn_wrapper {
    width: 100%;
  }
}

section#reservation .reservation_howto {
  max-width: 480px;
  padding-top: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_howto {
    max-width: 100%;
    padding-top: 2.125rem;
  }
}

section#reservation .reservation_howto .reservation_text_wrapper {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_howto .reservation_text_wrapper {
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
  }
}

section#reservation .reservation_howto .reservation_btn_wrapper {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_howto .reservation_btn_wrapper {
    margin-top: 1.625rem;
  }
}

section#reservation .reservation_attentions {
  max-width: 480px;
  padding-top: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_attentions {
    max-width: 100%;
    padding-top: 1.625rem;
  }
}

section#reservation .reservation_attentions .attention_content {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_attentions .attention_content {
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
  }
}

section#reservation .reservation_attentions .reservation_btn_wrapper {
  flex-direction: column;
  padding-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  section#reservation .reservation_attentions .reservation_btn_wrapper {
    padding-top: 2.1875rem;
  }
}

section#reservation .reservation_attentions .reservation_btn_wrapper .btn_balloon_text {
  width: 16.625rem;
}

section#reservation .access {
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access {
    padding-top: 2.5rem;
  }
}

section#reservation .access .access_maininfo {
  align-items: center;
  gap: 1.3125rem;
  margin-top: 1.625rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo {
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }
}

section#reservation .access .access_maininfo__image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo__image {
    max-width: 17.875rem;
    margin-inline: auto;
  }
}

section#reservation .access .access_maininfo__text {
  width: 16.25rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo__text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
  }
}

section#reservation .access .access_maininfo__text .shop_name {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo__text .shop_name {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

section#reservation .access .access_maininfo__text .shop_address {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo__text .shop_address {
    line-height: 1.7142857143;
  }
}

section#reservation .access .access_maininfo__text .shop_link {
  margin-top: 2.1875rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_maininfo__text .shop_link {
    flex-shrink: 0;
    margin-top: 0;
  }
}

section#reservation .access .access_subinfo {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_subinfo {
    margin-top: 2rem;
  }
}

section#reservation .access .access_subinfo_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section#reservation .access .access_subinfo_item:nth-child(n+2) {
  margin-top: 2.25rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_subinfo_item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

section#reservation .access .access_subinfo_title {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #c3c1c1;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_subinfo_title {
    font-size: 1rem;
    line-height: 1.75;
    padding-bottom: 0.25rem;
  }
}

section#reservation .access .access_subinfo_content {
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-top: 1.5rem;
  padding-left: 1.625rem;
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_subinfo_content {
    flex-direction: column;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    padding-top: 1.25rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  section#reservation .access .access_subinfo_text_wrapper {
    padding-left: 2.125rem;
  }
}

section#reservation .access .access_subinfo_image_wrapper {
  width: 11.625rem;
  flex-shrink: 0;
}

section#reservation .access .access_subinfo_image_wrapper span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.625rem;
}

section#online_shop {
  padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  section#online_shop {
    padding-top: 4.375rem;
  }
}

@media screen and (max-width: 768px) {
  section#online_shop .section_explain {
    text-align: left;
  }
}

section#online_shop .shop_swiper_wrapper {
  max-width: 100%;
  width: 31.6875rem;
  margin: 3.125rem auto 0;
}

@media screen and (max-width: 768px) {
  section#online_shop .shop_swiper_wrapper {
    max-width: initial;
    width: auto;
    margin: 1.4375rem -1.25rem 0;
  }
}

@media screen and (max-width: 768px) {
  section#online_shop .shop_swiper_pagination {
    display: none;
  }
}

section#online_shop .shop_btn_wrapper {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  section#online_shop .shop_btn_wrapper {
    margin-top: 1.625rem;
  }
}

section#online_shop .shop_btn_wrapper .btn {
  margin-inline: auto;
}

section#howto_brew {
  padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew {
    padding-top: 4.375rem;
  }
}

section#howto_brew .howto_brew_item_wrapper {
  max-width: 100%;
  width: 35.4375rem;
  margin: 3.75rem auto 0;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item_wrapper {
    width: 100%;
    margin-top: 2.3125rem;
  }
}

section#howto_brew .howto_brew_item:nth-child(n+2) {
  margin-top: 4.25rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item:nth-child(n+2) {
    margin-top: 1.625rem;
  }
}

section#howto_brew .howto_brew_item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

section#howto_brew .howto_brew_item__title {
  display: flex;
  align-items: flex-end;
  gap: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__title {
    gap: 0;
  }
}

section#howto_brew .howto_brew_item__title img {
  width: 1.53125rem;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__title img {
    width: 1.875rem;
  }
}

section#howto_brew .howto_brew_item__subtitle {
  font-size: 0.75rem;
  line-height: 2.3333333333;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__subtitle {
    font-size: 0.625rem;
    line-height: 2.8;
    padding-left: 2rem;
  }
}

section#howto_brew .howto_brew_item__object {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__object {
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.625rem;
  }
}

section#howto_brew .howto_brew_item__object .title {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  font-size: 1rem;
  line-height: 2.3125;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__object .title {
    font-size: 0.875rem;
    line-height: 2.6428571429;
  }
}

section#howto_brew .howto_brew_item__object .title::before, section#howto_brew .howto_brew_item__object .title::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 1.125rem;
  background-image: url(../../assets/img/icon_brackets.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

section#howto_brew .howto_brew_item__object .title::after {
  transform: rotate(180deg);
}

section#howto_brew .howto_brew_item__object .list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  gap: 0 1em;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__object .list {
    flex-direction: column;
    line-height: 1.7142857143;
  }
}

section#howto_brew .howto_brew_item__object .list .small {
  font-size: 0.75rem;
}

section#howto_brew .howto_brew_item__image {
  margin-top: 1.125rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__image {
    max-width: 18.125rem;
    margin: 0.75rem auto 0;
  }
}

section#howto_brew .howto_brew_item__explain {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: rgba(252, 253, 253, 0.3);
  padding: 0.9375rem 2.75rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__explain {
    margin-top: 0.75rem;
  }
}

section#howto_brew .howto_brew_item__explain .number_list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

section#howto_brew .howto_brew_item__explain .number_list li::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

section#howto_brew .howto_brew_item__explain .number_list li:nth-child(n+2) {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  section#howto_brew .howto_brew_item__explain .number_list li:nth-child(n+2) {
    margin-top: 0.5625rem;
  }
}

section#howto_brew .howto_brew_item__explain .number_list li:nth-child(1)::before {
  background-image: url(../../assets/img/number_01.webp);
}

section#howto_brew .howto_brew_item__explain .number_list li:nth-child(2)::before {
  background-image: url(../../assets/img/number_02.webp);
}

section#howto_brew .howto_brew_item__explain .number_list li:nth-child(3)::before {
  background-image: url(../../assets/img/number_03.webp);
}

section#howto_brew .howto_brew_item__explain .number_list li:nth-child(4)::before {
  background-image: url(../../assets/img/number_04.webp);
}

section#foot {
  padding: 6.25rem 1.25rem 1.875rem;
}

@media screen and (max-width: 768px) {
  section#foot {
    padding: 4.375rem 1.25rem 4.5rem;
  }
}

section#foot .foot_explain {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#foot .foot_explain {
    font-size: 0.875rem;
    line-height: 2;
  }
}

section#foot .foot_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  section#foot .foot_btn_wrapper {
    margin-top: 1.375rem;
  }
}

section#foot .foot_pagetop_btn {
  margin-top: 5.1875rem;
}

@media screen and (max-width: 768px) {
  section#foot .foot_pagetop_btn {
    margin-top: 4.25rem;
  }
}

section#foot .foot_pagetop_btn a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  text-align: center;
  text-decoration: underline;
}

section#foot .foot_sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.375rem;
}

section#foot .foot_sns_link a {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

section#foot .foot_sns_link a img {
  height: 100%;
  object-fit: contain;
}

section#foot .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  margin-top: 2.75rem;
}

@media screen and (max-width: 768px) {
  section#foot .copyright {
    line-height: 1.5;
    text-align: center;
    margin-top: 5.8125rem;
  }
}

#animation_area {
  position: relative;
  z-index: 300;
}

#animation_area .sway_bg {
  position: fixed;
  right: calc((100vw - 20.125rem - 35.375rem) / 2 + 20.125rem);
  bottom: 25vh;
  z-index: -1;
  width: 9.875rem;
  transition: opacity 240ms ease;
  will-change: transform, opacity;
  pointer-events: none;
  opacity: 0;
}

#animation_area .sway_bg.is-visible {
  opacity: 1;
}

aside#sidebar {
  position: sticky;
  top: 0;
  width: 20.125rem;
  height: 100vh;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  aside#sidebar {
    position: initial;
    width: auto;
    height: auto;
  }
}

.hamburger_contents_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 13.5rem;
  height: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .hamburger_contents_wrapper {
    justify-content: flex-start;
    max-width: 100vw;
    background-color: #938d7b;
    padding: 6.875rem 5rem 5rem;
  }
}

.hamburger_contents_wrapper>* {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .hamburger_contents_wrapper>* {
    padding-right: 0;
    padding-left: 0;
  }
}

.nav_logo img {
  width: 2.625rem;
  height: 2.6875rem;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .nav_logo img {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.hamburger_menu_list {
  margin-top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list {
    margin-top: 0;
  }
}

.hamburger_menu_list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.875rem;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list ul {
    gap: 2rem;
  }
}

.hamburger_menu_list ul .menu_item a {
  position: relative;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list ul .menu_item a {
    font-size: 1.75rem;
  }
}

.hamburger_menu_list ul .menu_item a .number {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list ul .menu_item a .number {
    font-size: 1rem;
  }
}

.hamburger_menu_list ul .menu_item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1.125rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #222222;
  border-radius: 50%;
  opacity: 0;
}

.hamburger_menu_list ul .menu_item.accent a {
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list ul .menu_item.accent a {
    font-size: 1.75rem;
  }
}

.hamburger_menu_list ul .menu_item.accent a::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .hamburger_menu_list ul .menu_item.accent a::before {
    opacity: 0;
  }
}

.sns_list {
  width: 100%;
  margin-top: 7.75rem;
}

@media screen and (max-width: 768px) {
  .sns_list {
    max-width: 11.4375rem;
    margin-top: 3.375rem;
  }
}

.sns_list_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sns_list_item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.sns_list_item .icon {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .sns_list_item .icon {
    width: 1rem;
    height: 1rem;
  }
}

.sns_list_item .dot {
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #222222 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}

.sns_list_item .link {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  text-decoration: underline;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .sns_list_item .link {
    font-size: 1rem;
  }
}

.language_links {
  display: flex;
  margin-top: 2rem;
}

.language_link {
  position: relative;
  z-index: 400;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  color: #959595;
  margin-bottom: 0.625rem;
}

.language_link .dot {
  position: absolute;
  z-index: 1;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #222222;
  border-radius: 50%;
  opacity: 0;
}

.language_link:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 0.75rem;
  background-color: #222222;
  margin-inline: 0.75rem;
}

.language_link:nth-child(n+2) .dot {
  transform: translateX(calc(-50% + 0.5px + 0.75rem));
}

body#lp_japanese .language_link__ja,
body#lp_english .language_link__en {
  color: #222222;
}

body#lp_japanese .language_link__ja .dot,
body#lp_english .language_link__en .dot {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #sidebar .language_link {
    color: #eae9e8;
  }
}

.title_img__en {
  margin-top: 1.875rem;
  padding-left: 0;
}

.title_img__en img {
  width: 11.0625rem;
}

@media screen and (max-width: 768px) {
  .title_img__en img {
    width: 11.4375rem;
  }
}

#fixed_navi {
  position: fixed;
  z-index: 990;
  left: 0;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media screen and (max-width: 768px) {
  #fixed_navi {
    right: 0;
    bottom: 0.5rem;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
  }
}

#fixed_navi .fixed_navi_item {
  width: 9.0625rem;
  height: 3.25rem;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-family: "EB Garamond", serif;
  color: #fff;
  background-color: rgba(131, 126, 111, 0.65);
  border-radius: 0 0.125rem 0.125rem 0;
}

@media screen and (max-width: 768px) {
  #fixed_navi .fixed_navi_item {
    width: 11rem;
    font-size: 1.125rem;
    border-radius: 0.125rem;
  }
}

#fixed_navi .fixed_navi_item:hover {
  background-color: rgba(98, 94, 84, 0.65);
  opacity: 1;
}

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

body#lp_english {
  font-family: "EB Garamond", serif;
}

.en_zipcode {
  padding-right: 1em;
}

body#lp_english section#howto_brew .howto_brew_item__title {
  font-weight: 500;
}

body#lp_english .section_subtitle {
  font-weight: 500;
}

body#lp_english section#reservation .access .access_subinfo_title {
  font-weight: 500;
}

@media screen and (min-width: 768px) {

  body#lp_english section#about_us .about_us_row .about_us_text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
  }

  body#lp_english section#about_us .about_us_row .about_us_text .f_4 {
    padding-left: 0;
  }

  body#lp_english section#about_us .about_us_row .about_us_text .f_2 {
    padding-left: 3em;
  }

  body#lp_english section#about_us .about_us_row_02 .about_us_text_wrapper {
    margin-top: 4rem;
  }

}

@media screen and (max-width:768px) {

  section#about_us .about_us_row .about_us_text {
    font-size: 16px;
    line-height: 24px;
  }

  section#about_us .about_us_row_03 .about_us_text {
    padding-left: 0;
    margin-bottom: 1.625rem;
  }

}