@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");

:root {
  --solid-root: 62.5%;
}

html {
  font-size: var(--solid-root);
  scroll-behavior: initial;
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  background-color: #f7eee6;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
}

main :where(img) {
  width: 100%;
  height: auto;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_30 {
  margin-top: 30px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

hr {
  border: none;
  border-top: 1px solid #bfa486;
  margin: 40px 0;
}

.txt_footnote {
  font-size: 1.2rem;
}

.txt_s {
  font-size: 1rem;
}

.txt_sm {
  font-size: 1.4rem;
}

a {
  opacity: 1;
  transition: all 0.3s linear;
  text-decoration: none;
}

a:where([href^="tel:"]) {
  text-decoration: underline;
}

a:where([href^="tel:"]).btn_line {
  text-decoration: none;
}

.bg_arrow::after {
  content: "";
  width: 30px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: sub;
  background: url(/images/common/ico_arrow_wh.svg) no-repeat 50% 50% #333333;
}

.btn_line {
  display: grid;
  place-content: center;
  border-radius: 100px;
  border: 1px solid #999;
  background-color: #fcf9f5;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  padding: 1rem 6rem;
  min-height: 60px;
  max-height: 65px;
  line-height: 1.3;
  text-decoration: none;
}

.btn_line.bg_arrow {
  position: relative;
}

.btn_line.bg_arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn_line + .btn_line {
  margin-top: 10px;
}

p {
  margin-bottom: 1.5rem;
}

.border_tpbt {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-block: 70px 30px;
  padding: 10px 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.4px;
  font-weight: 600;
  line-height: 1.6;
}

.dec_eng + .border_tpbt {
  margin-top: 30px;
}

h2.bg_pink,
h3.bg_pink {
  margin-block: 30px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}

h2.bg_grey,
h3.bg_grey {
  margin-block: 30px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}

h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-block: 16px;
}

.bg_beige {
  background-color: #bfa486;
}

.bg_pink {
  background-color: #f9d1cb;
}

.bg_light_beige {
  background-color: #fcf9f5;
}

.bg_grey {
  background-color: #E5E4E4;
}

.font_notoserif {
  font-family: "Noto Serif JP", serif;
}

.font_shippori {
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
}

.layout_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/common/bg_pc.webp);
  background-size: cover;
  background-position: 50% bottom;
}

.layout_left {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  width: calc(50% - 18.75rem);
  height: 100lvh;
}

.layout_right {
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
  place-items: center;
  width: calc(50% - 18.75rem);
  height: 100lvh;
}

.layout_wrap {
  z-index: 0;
  position: relative;
  margin: 0 auto;
  background-color: #f7eee6;
}

.layout_item {
  display: flex;
}

.layout_item.col2 {
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.layout_item.col2 > * {
  width: calc(50% - 1rem);
}

.menu_pc nav ul {
  display: grid;
  place-content: center;
  margin-bottom: 2rem;
}

.menu_pc nav ul li {
  margin-bottom: 2rem;
}

.menu_pc nav ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: block;
  position: relative;
}

.menu_pc nav ul li a.current::before,
.menu_pc nav ul li a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  display: block;
  width: 2px;
  height: 2.5rem;
  background-color: #ce7d6f;
  transform: rotate(30deg) translateY(-50%);
}

.menu_pc .btn_line {
  padding-left: 5rem;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  min-width: 450px;
  width: 32.9429%;
  background-color: rgba(247, 238, 230, 0.5);
  z-index: 4;
  transition: background-color 0.5s linear;
}

#header:has(.burger_motion.open) {
  background-color: #d3b799;
  transition: background-color 0.1s linear;
}

#header .access a {
  width: 40px;
  display: block;
}

#header .burger_motion {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#header .burger_motion p {
  position: relative;
  width: 40px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

#header .burger_motion p span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  background-color: #666;
  vertical-align: middle;
  transition: background 0.25s ease-in-out 0.25s;
}

#header .burger_motion p span::before,
#header .burger_motion p span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
  transition: transform ease-in-out 0.25s 0s, margin ease-in-out 0.25s 0.25s;
}

#header .burger_motion p span::before {
  width: 35px;
  margin-top: -5px;
  background-color: #666;
}

#header .burger_motion p span::after {
  width: 21px;
  margin-top: 5px;
  background-color: #666;
}

#header .burger_motion.open p span {
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.25s ease-in-out 0s;
}

#header .burger_motion.open p span::before {
  transform: rotate(45deg);
  margin-top: 0;
  transition: transform ease-in-out 0.25s 0.25s, margin ease-in-out 0.25s;
}

#header .burger_motion.open p span::after {
  width: 35px;
  transform: rotate(-45deg);
  margin-top: 0;
  transition: transform ease-in-out 0.25s 0.25s, margin ease-in-out 0.25s;
}

#header .header_nav {
  position: fixed;
  display: none;
  width: 32.9429%;
  min-width: 450px;
  padding: 1rem 3rem;
  background-color: #d3b799;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: calc(100vh - 70px);
  overflow-y: auto;
}

#header .header_nav nav {
  margin-bottom: 30px;
}

#header .header_nav nav li {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

#header .header_nav nav li a {
  letter-spacing: 0.32px;
  padding-block: 1rem;
  display: inline-block;
}

#header + main {
  padding-top: 70px;
}

.link_ig {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.link_ig a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
}

.link_ig a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/common/ico_ig_wh.png) 50% 50% no-repeat;
  background-size: contain;
}

.link_ig a span {
  line-height: 1;
}

.link_ig.bl {
  color: #333333;
}

.link_ig.bl a::before {
  background: url(/images/common/ico_ig_bl.png) 50% 50% no-repeat;
  background-size: contain;
}

.wrap_inside {
  padding-inline: 7%;
}

.wrap_inside.thin {
  padding-inline: 4%;
}

#main {
  margin-bottom: 80px;
}

#main.index {
  margin-bottom: 0;
}

#footer {
  background-color: #bfa486;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}

#footer .link_pagetop {
  margin: 0;
  position: fixed;
  bottom: 11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
}

#footer .link_pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 7%;
}

#footer .wrap_inside {
  padding-inline: 7%;
}

#footer .wrap_inside .footer_content {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

#footer .wrap_inside .footer_content a {
  letter-spacing: 0.32px;
  padding-block: 1rem;
  display: inline-block;
}

#footer .logo_wrap {
  margin-block: 40px 10px;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

#footer .copyright {
  color: #fff;
  font-family: "Shippori Mincho", "Noto Serif JP", sans-serif;
  font-size: 1rem;
  margin-bottom: 4rem;
}

#footer .link_float {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

#footer .link_float ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
}

#footer .link_float ul li {
  width: 50%;
  text-align: center;
}

#footer .link_float ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: block;
  padding-block: 0.6rem;
  position: relative;
  text-decoration: none;
  line-height: 1.6;
}

#footer .link_float ul li:not(:first-child) a::before {
  content: "";
  display: block;
  height: 32px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  transform: rotate(30deg) translateY(-50%);
  top: 50%;
  left: -8px;
}

@media screen and (min-width: 1026px) {
  .layout_wrap {
    min-width: 450px;
    width: 32.9429%;
  }

  #footer .link_pagetop {
    min-width: 450px;
    width: 32.9429%;
  }

  .link_float {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .layout_bg,
  .layout_left,
  .layout_right {
    display: none;
  }

  .layout_wrap {
    width: 100%;
  }

  #header {
    width: 100%;
    min-width: 1%;
  }

  #header .header_nav {
    width: 100%;
    min-width: 1%;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }

  .btn_line:hover {
    background-color: #333333;
    color: #fff;
    border-color: #333333;
  }
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    text-decoration: none;
  }
}

