html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 83px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
  background: #fff;
  color: #666;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

a {
  color: #6d603f;
}
a:hover {
  opacity: 0.8;
}

ul,
li,
ol {
  list-style-type: none;
  list-style: none;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lead {
  text-align: left;
  margin-bottom: 1em;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .frontpage .inner {
    padding: 0 30px;
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.flex.center {
  justify-content: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Shippori Mincho", serif;
  color: #6d603f;
  font-weight: 400;
}

.sec_title {
  font-family: "Shippori Mincho", serif;
  color: #6d603f;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 1.4;
}
.sec_title .en {
  display: block;
  font-family: "Ephesis", serif;
  color: #e5d6c8;
  letter-spacing: 2px;
  font-size: clamp(5rem, 4vw, 6rem);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec_title.star {
  font-size: clamp(3rem, 4vw, 3.5rem);
}
.sec_title.star:after {
  content: url(../img/top_h2_star.png);
  display: block;
  margin: 0 auto;
  line-height: 1;
}

.button {
  color: #ab9371;
  width: 300px;
  border-radius: 50px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  text-align: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.button:after {
  content: url("../img/btn_arrow_color.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.button:hover {
  background: #ab9371;
  color: #fff;
}
.button:hover:after {
  content: url("../img/btn_arrow_wh.svg");
}
.button.line {
  background: #06c755;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-color: #06c755;
}
.button.line:hover {
  color: #06c755;
  background: #fff;
}
.button.line:before {
  content: "";
  background: url(../img/icon_line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
}
.button.line:after {
  content: url(../img/btn_arrow_wh.svg);
  position: unset;
  transform: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 10px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #header {
    overflow: hidden;
    padding: 10px 0;
    background: linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  }
}
#header .head_wrap {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #header .head_wrap {
    align-items: center;
    padding: 0 20px;
  }
}
#header .head_wrap h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#header .head_wrap .logo {
  width: 215px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  #header .head_wrap .logo {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  #header .head_wrap .logo .pc_logo {
    display: none;
  }
}
#header .head_wrap .head_nav {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #header .head_wrap .head_nav {
    position: fixed;
    top: -200%;
    left: 0;
    background: rgba(172, 148, 114, 0.97);
    transition: all 0.3s;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
  }
  #header .head_wrap .head_nav.open {
    top: 0;
  }
  #header .head_wrap .head_nav:after {
    content: url(../img/logo_sp_menu.svg);
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
#header .head_wrap .head_nav__sns {
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #header .head_wrap .head_nav__sns {
    display: none;
  }
}
#header .head_wrap .head_nav__sns .insta {
  display: flex;
}
#header .head_wrap .head_nav__sns .insta img {
  filter: drop-shadow(0 0 10px #fff);
}
#header .head_wrap .head_nav__sns .line {
  background: #06c755;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 20px;
}
#header .head_wrap .head_nav__sns .line:before {
  content: url(../img/icon_line.svg);
  height: 16px;
}
@media screen and (max-width: 768px) {
  #header .head_wrap .head_nav__gnav .flex {
    flex-direction: column;
    padding: 60px 30px;
    gap: 0;
  }
}
#header .head_wrap .head_nav__gnav .flex a {
  padding: 10px 0;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 768px) {
  #header .head_wrap .head_nav__gnav .flex a {
    padding: 20px 10px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #c2a986;
    text-align: left;
    text-shadow: none;
    position: relative;
  }
  #header .head_wrap .head_nav__gnav .flex a:before, #header .head_wrap .head_nav__gnav .flex a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  #header .head_wrap .head_nav__gnav .flex a:before {
    transform: rotate(45deg);
  }
  #header .head_wrap .head_nav__gnav .flex a:after {
    transform: rotate(-45deg);
  }
}
#header .head_wrap .head_nav__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .head_wrap .head_nav__toggle {
    display: block;
    top: 10px;
    right: 20px;
    width: 45px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #header .head_wrap .head_nav__toggle span {
    width: 100%;
    background: #6d603f;
    height: 2px;
    transition: all 0.3s;
  }
  #header .head_wrap .head_nav__toggle.open span {
    background: #fff;
    position: relative;
  }
  #header .head_wrap .head_nav__toggle.open span:first-of-type {
    transform: rotate(20deg);
    top: 5px;
  }
  #header .head_wrap .head_nav__toggle.open span:nth-child(2) {
    opacity: 0;
  }
  #header .head_wrap .head_nav__toggle.open span:last-of-type {
    transform: rotate(-20deg);
    top: -10px;
  }
}
#header.scrolled {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  #header.scrolled .logo {
    width: 120px;
  }
}

.front_mv {
  position: relative;
}
.front_mv__img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.front_mv__img img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .front_mv__img {
    height: 700px;
  }
  .front_mv__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.front_mv__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front_mv__text {
    top: 14%;
    transform: unset;
  }
}
.front_mv__text .inner {
  max-width: 1100px;
}
.front_mv__text .catch {
  color: #6d603f;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .front_mv__text .catch {
    text-align: center;
    margin-bottom: 20px;
  }
}
.front_mv__text .btn {
  display: block;
  max-width: 300px;
  border-radius: 50px;
  background: linear-gradient(90deg, #d5ba91 0%, #ab9371 100%);
  padding: 5px 20px;
  box-shadow: 0px 0px 10px #ffffff;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .front_mv__text .btn {
    margin: 0 auto;
    max-width: 220px;
  }
}
.front_mv__text .btn .sub {
  display: block;
  font-size: 1rem;
}
.front_mv__text .btn:after {
  content: url(../img/btn_arrow_wh.svg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.front_mv .copy {
  width: 100%;
  max-width: 394px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .front_mv .copy {
    max-width: 256px;
    margin: 0 auto 15px;
  }
}

.front_message .inner {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .front_message .inner {
    padding: 50px 30px 90px;
  }
}
.front_message img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .front_message img {
    margin: 0 auto;
    border-radius: 0;
    display: block;
  }
}
.front_message .lead_box {
  max-width: 510px;
  margin: 0 auto;
}
.front_message .m_right {
  position: absolute;
  right: 5%;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .front_message .m_right {
    width: 144px;
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .front_message .m_right {
    display: none;
  }
}
.front_message .m_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .front_message .m_left {
    width: 200px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .front_message .m_left {
    display: none;
  }
}
.front_message .m_bottom {
  position: absolute;
  right: 13%;
  bottom: -10%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .front_message .m_bottom {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  .front_message .m_bottom {
    display: none;
  }
}

.front_worries {
  padding: 200px 0;
  background-image: url(../img/top_worries_bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .front_worries {
    padding: 100px 0 150px;
  }
}
.front_worries:before {
  content: "";
  background-image: url(../img/bg_wave_01.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: cover;
}
.front_worries:after {
  content: "";
  background-image: url(../img/bg_wave_02_pc.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .front_worries:after {
    background-image: url(../img/bg_wave_02_sp.svg);
    height: 200px;
    background-position: center;
  }
}
@media screen and (max-width: 1024px) {
  .front_worries__list {
    flex-direction: column;
  }
}
.front_worries__list .item {
  width: calc((100% / 2) - 15px);
  background: #fff;
  gap: 0;
  align-items: unset;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .front_worries__list .item {
    width: 100%;
    max-width: 545px;
  }
}
@media screen and (max-width: 767px) {
  .front_worries__list .item {
    flex-direction: column;
  }
}
.front_worries__list .item picture {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .front_worries__list .item picture {
    width: 100%;
  }
}
.front_worries__list .item picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_worries__list .item .point {
  flex: 1;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .front_worries__list .item .point {
    width: 100%;
  }
}
.front_worries__list .item .point .title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .front_worries__list .item .point .title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.front_worries__list .item .point .list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.front_worries__list .item .point .list li:before {
  content: url(../img/icon_worries_check.svg);
  width: 18px;
  height: 18px;
  line-height: 1;
}

.front_menu {
  padding: 110px 0 90px;
}
@media screen and (max-width: 767px) {
  .front_menu {
    padding: 90px 0;
  }
}
.front_menu__list {
  gap: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .front_menu__list {
    gap: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .front_menu__list:last-of-type {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .front_menu__list img {
    max-width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .front_menu__list img {
    width: 100vw;
    max-width: unset;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.front_menu__list .item {
  flex: 1;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .front_menu__list .item {
    max-width: unset;
    width: 100%;
  }
}
.front_menu__list .item .title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .front_menu__list .item .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .front_menu__list .item .title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .front_menu__list .item .title .main {
    width: 100%;
  }
}
.front_menu__list .item .title .line {
  width: 1px;
  height: 100px;
  background: #6d603f;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .front_menu__list .item .title .line {
    height: 30px;
    position: relative;
    left: 3%;
  }
}
.front_menu__list .item .title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  position: relative;
}
.front_menu .button {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .front_menu .button {
    margin: 0 auto;
  }
}

.front_beginners {
  padding: 150px 0 200px;
  background: url(../img/top_worries_bg.jpg);
  background-position: center;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front_beginners {
    padding: 110px 0;
  }
}
.front_beginners:before {
  content: "";
  background-image: url(../img/bg_wave_01.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: cover;
  transform: scale(-1, 1);
}
.front_beginners:after {
  content: "";
  background-image: url(../img/bg_wave_02_pc.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .front_beginners:after {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front_beginners:after {
    background-image: url(../img/bg_wave_02_sp.svg);
    height: 110px;
  }
}
.front_beginners__list {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .front_beginners__list {
    flex-direction: column;
  }
}
.front_beginners__list .item {
  width: calc((100% / 3) - 10px);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .front_beginners__list .item {
    width: 100%;
    max-width: 430px;
  }
}
.front_beginners__list .item img {
  width: 100%;
  transition: all 0.3s;
}
.front_beginners__list .item:hover img {
  transform: scale(1.1);
}
.front_beginners__list .item .title {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 90%;
  margin: 0 auto;
  font-size: 2.5rem;
}
.front_beginners__list .item .title .en {
  display: block;
  font-size: 1.4rem;
}
.front_beginners__list .item .title:after {
  content: url(../img/icon_bnr_arrow.svg);
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.front_voice {
  padding: 110px 0 150px;
}
@media screen and (max-width: 1024px) {
  .front_voice {
    padding: 110px 0;
  }
}
.front_voice .sec_title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .front_voice .sec_title {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .front_voice .inner {
    flex-direction: column;
  }
}
.front_voice__box {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .front_voice__box {
    flex-direction: column;
    gap: 40px;
  }
}
.front_voice__box .item {
  width: 420px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .front_voice__box .item {
    width: 100%;
  }
}
.front_voice__box .item img {
  position: relative;
  margin-right: -40px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front_voice__box .item img {
    width: 110px;
  }
}
.front_voice__box .item .lead {
  background: #fbf9f7;
  padding: 30px 30px 30px 50px;
  margin: 30px 0 0;
  width: 320px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .front_voice__box .item .lead {
    width: 100%;
  }
}
.front_voice__box .item .lead:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #6d603f;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: -20px;
}

.reservation {
  position: relative;
  padding: 110px 0;
  background: url(../img/top_reserve.jpg);
  background-size: cover;
  background-position: center;
}
.reservation__front:before {
  content: "";
  background-image: url(../img/bg_wave_03.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.reservation__front::after {
  content: "";
  background-image: url(../img/bg_wave_03.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .reservation__front .catch {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .reservation__front br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .reservation .inner {
    padding: 0 20px;
  }
}
.reservation .sec_title {
  color: #fff;
  margin-bottom: 40px;
}
.reservation .sec_title .en {
  color: #fff;
}
.reservation .logo {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .reservation .logo {
    max-width: 200px;
  }
}
.reservation .catch {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  margin-bottom: 40px;
  color: #fff;
}

.front_access {
  position: relative;
  padding: 110px 0 130px;
}
@media screen and (max-width: 768px) {
  .front_access {
    padding: 90px 0 100px;
  }
}
.front_access .flex {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .front_access .flex {
    gap: 50px;
    flex-direction: column;
  }
}
.front_access__info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .front_access__info {
    width: 100%;
  }
}
.front_access__info .sec_title {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front_access__info .sec_title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.front_access__info .button {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .front_access__info .button {
    display: none;
  }
}
.front_access__info .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front_access__info .lead {
    text-align: center;
    margin-bottom: 0;
  }
}
.front_access .map_wrap {
  width: 50%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .front_access .map_wrap {
    width: 100%;
    height: 250px;
  }
}
.front_access .map_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .front_access .map_wrap iframe {
    margin-bottom: 40px;
  }
}
.front_access .map_wrap .button {
  display: none;
}
@media screen and (max-width: 768px) {
  .front_access .map_wrap .button {
    display: block;
  }
}

.footer {
  border-top: 1px solid #6d603f;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer .flex {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    width: 100%;
  }
}
.footer__info img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__info img {
    display: block;
    margin: 0 auto 20px;
  }
}
.footer__info .time {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #6d603f;
}
.footer__info .time .mini {
  font-size: 1.2rem;
}
.footer__info .button {
  max-width: 220px;
  margin: 0 auto 0 0;
  padding: 5px 10px;
}
.footer__info .button:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .footer__info .button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    width: 100%;
  }
}
.footer__menu .gnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
  margin-bottom: 60px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__menu .gnav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__menu .copy {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__menu .copy {
    text-align: center;
  }
}

.footer_fixed {
  display: none;
  gap: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer_fixed {
    display: flex;
    bottom: -100%;
    z-index: 90;
  }
  .footer_fixed.scrolled {
    bottom: 0;
  }
}
.footer_fixed .btn {
  display: flex;
  width: calc((100% / 2) - 0px);
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer_fixed .line {
  background: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #06c755;
}
.footer_fixed .line:before {
  content: "";
  background: url(../img/icon_line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
}
.footer_fixed .insta {
  background: #6d603f;
}
.footer_fixed .insta:before {
  content: "";
  background: url(../img/icon_instagram.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
}

.under_mv {
  background-image: url(../img/under_main_pc.png);
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  position: relative;
}
.under_mv__text {
  display: table;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .under_mv__text {
    height: 300px;
  }
}
.under_mv__text .inner {
  display: table-cell;
  vertical-align: middle;
}
.under_mv .title {
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1;
}
.under_mv .en {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
}

.breadcrumb {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 50px;
}
.breadcrumb .flex {
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.breadcrumb .flex li:first-of-type::after {
  content: "";
  background: url(../img/icon_star_yl.svg);
  background-size: cover;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb .flex li:first-of-type::after {
    margin: 0 10px;
  }
}

.menu_box {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .menu_box {
    padding-bottom: 40px;
  }
}
.menu_box__item {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #dcc9b7;
  padding: 30px 40px;
  flex-wrap: wrap;
  border-radius: 5px;
  gap: 20px 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .menu_box__item {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.menu_box__item:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .menu_box__item:first-of-type {
    margin-bottom: 40px;
  }
}
.menu_box__item-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .menu_box__item-content {
    width: 100%;
  }
}
.menu_box__item-content .menutitle {
  font-size: 2.5rem;
  color: #6d603f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu_box__item-content .menutitle {
    text-align: center;
    margin-bottom: 0;
  }
}
.menu_box__item-content .list .row {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu_box__item-content .list .row {
    padding-top: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .menu_box__item-content .list .row:not(:last-of-type) {
    border-bottom: 1px dashed #cfcfcf;
    padding-bottom: 20px;
  }
}
.menu_box__item-content .list .row:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #cfcfcf;
}
@media screen and (max-width: 767px) {
  .menu_box__item-content .list .row:after {
    content: none;
  }
}
.menu_box__item-content .list .row dt,
.menu_box__item-content .list .row dd {
  font-weight: 400;
  padding: 0 0.5em;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .menu_box__item-content .list .row dt,
.menu_box__item-content .list .row dd {
    text-align: left;
    width: 100%;
  }
}
.menu_box__item .note {
  width: 100%;
  color: #6d603f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu_box__item .note {
    text-align: justify;
  }
}
.menu_box__item .note:before {
  content: "";
  background: url(../img/icon_star_yl.svg);
  background-size: cover;
  width: 20px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .menu_box__item .note:before {
    display: block;
    margin: 0 auto 10px;
  }
}
.menu_box__item img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu_box__item img {
    display: block;
    margin: 0 auto;
  }
}

.menu_campaign {
  background: #f5f3f2;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .menu_campaign {
    padding: 50px 0;
  }
}
.menu_campaign__list {
  flex-wrap: wrap;
  gap: 30px;
}
.menu_campaign__list .card {
  width: calc((100% / 2) - 17px);
  background: #fff;
  padding: 20px 20px 25px;
  text-align: center;
  box-shadow: 0px 2px 8px rgba(171, 147, 113, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu_campaign__list .card {
    width: 100%;
  }
}
.menu_campaign__list .card:after {
  content: url(../img/menu_campaign_accent.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.menu_campaign__list .card .title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #6d603f;
  border-bottom: 1px dashed;
  margin-bottom: 5px;
}
.menu_campaign__list .card .lead {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.menu_campaign__list .card .lead .big {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #bc4e00;
  font-family: "Shippori Mincho", serif;
}
.menu_campaign__list .card .lead .big .num {
  font-size: clamp(3rem, 4vw, 4rem);
}

.therapist_about {
  padding-bottom: 80px;
}
.therapist_about .flex {
  gap: 70px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .therapist_about .flex {
    flex-direction: column-reverse;
    padding: 0 20px;
    gap: 20px;
  }
}
.therapist_about .therapist_photo {
  border-radius: 5px;
  overflow: hidden;
}
.therapist_about__info .sec_title {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .therapist_about__info .sec_title {
    text-align: center;
  }
}
.therapist_about__info .sec_title .en {
  display: inline-block;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .therapist_about__info .sec_title .en {
    display: block;
  }
}
.therapist_about__info .row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.therapist_about__info .row.w100 {
  flex-direction: column;
}
.therapist_about__info .row.w100 dt {
  margin-bottom: 0.5em;
}
.therapist_about__info .row dt {
  width: 150px;
  color: #6d603f;
  position: relative;
  padding-left: 35px;
}
.therapist_about__info .row dt:before {
  content: "";
  background: url(../img/icon_star_br.svg);
  background-size: cover;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
}
.therapist_about__info .row dd {
  flex: 1;
}
.therapist_about__info .row ul {
  margin-left: 2em;
}
.therapist_about__info .row li {
  list-style-type: disc;
}

.therapist_message {
  background: #f5f3f2;
  padding: 100px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .therapist_message {
    padding: 80px 0;
  }
}
.therapist_message .flex {
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .therapist_message .flex {
    flex-direction: column;
  }
}
.therapist_message .sec_title {
  text-align: left;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .therapist_message .sec_title {
    text-align: center;
  }
}
.therapist_message .lead {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .therapist_message .lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .therapist_message img {
    max-width: 305px;
    display: block;
    margin: 0 auto;
  }
}

.users_voice .inner {
  max-width: 1000px;
}
.users_voice__item {
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .users_voice__item {
    gap: 10px;
  }
}
.users_voice__item .img {
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .users_voice__item .img {
    width: 80px;
  }
}
.users_voice__item .img figcaption {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 767px) {
  .users_voice__item .img figcaption {
    padding-top: 10px;
    text-align: left;
  }
}
.users_voice__item-content {
  flex: 1;
  padding: 30px 40px;
  border-radius: 20px 20px 0 20px;
  background: #f9f4f0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .users_voice__item-content {
    padding: 20px;
  }
}
.users_voice__item-content:after {
  content: "";
  background: url(../img/voice_fukidashi_right.svg);
  background-size: cover;
  width: 26px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: -26px;
}
.users_voice__item-content .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #6d603f;
  border-bottom: 1px dashed #dcc9b7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.users_voice__item-content .title:before {
  content: "";
  background: url(../img/voice_accent.svg);
  width: 16px;
  background-size: cover;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
.users_voice__item-content .position {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6d603f;
  gap: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .users_voice__item-content .position {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.users_voice__item-content .position dt {
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 15px;
  font-weight: normal;
  line-height: 1.6;
}
.users_voice__item-content .position dd {
  flex: 1;
}
.users_voice__item:nth-child(even) {
  flex-direction: row-reverse;
}
.users_voice__item:nth-child(even) .users_voice__item-content {
  border-radius: 20px 20px 20px 0;
  background: #fbf9f7;
}
.users_voice__item:nth-child(even) .users_voice__item-content:after {
  content: "";
  background: url(../img/voice_fukidashi_left.svg);
  background-size: cover;
  width: 26px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: -26px;
}

.flow {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 0 0 80px;
  }
}
.flow .flex {
  gap: 90px;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow .flex {
    flex-direction: column;
    gap: 60px;
  }
}
.flow__title {
  text-align: center;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    max-width: 100%;
    width: 100%;
  }
}
.flow__title-photo {
  border-radius: 5px;
}
.flow__info {
  flex: 1;
}
.flow__info .row:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow__info-title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  color: #6d603f;
  position: relative;
  margin-bottom: 10px;
}
.flow__info-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.flow__info-title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px 0 0;
}
.flow__info-reccomend {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #6d603f;
  margin-bottom: 10px;
  line-height: 1.5;
}
.flow__info-reccomend .label {
  background: #dcc9b7;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
.flow__info-catch {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-family: "Shippori Mincho", serif;
  color: #6d603f;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__info-catch {
    margin: 20px 0;
  }
}
.flow__info-catch:before {
  content: "";
  background: url(../img/icon_star_br_3.svg);
  background-size: cover;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .flow__info-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.flow__info-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__info-list-item {
    gap: 30px;
  }
}
.flow__info-list-item .step {
  color: #ab9371;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  text-align: center;
}
.flow__info-list-item .step:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #d1d1d1;
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  .flow__info-list-item .step:after {
    height: 30px;
  }
}
.flow__info-list-item .menu {
  color: #6d603f;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 4vw, 2.2rem);
}
.flow__info-list-item:last-of-type .step:after {
  content: none;
}
.flow__info-point {
  margin-bottom: 50px;
}
.flow__comment {
  background: #fbf9f7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 50px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__comment {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }
}
.flow__comment:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ab9371;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: -20px;
}
.flow__ear {
  background: #fbf9f7;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .flow__ear {
    padding: 80px 0;
  }
}
.flow__ear .flow__info-title span {
  padding: 0;
  background: unset;
}
.flow__ear .flow__info-title::before {
  content: none;
}
.flow__ear .flow__comment {
  background: #fff;
}

.faq {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 50px;
  }
}
.faq__item {
  background: #fbf9f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 3px rgba(109, 96, 63, 0.1);
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding: 10px 15px;
  }
}
.faq__item-trigger {
  border: 0;
  cursor: pointer;
  padding: 0 0 0 50px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-family: "Shippori Mincho", serif;
  color: #6d603f;
}
@media screen and (max-width: 767px) {
  .faq__item-trigger {
    padding: 0 15px 0 25px;
  }
}
.faq__item-trigger:before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ecbd43;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .faq__item-trigger:before {
    left: 0;
  }
}
.faq__item-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
}
@media screen and (max-width: 767px) {
  .faq__item-icon {
    right: 5px;
  }
}
.faq__item-icon:before, .faq__item-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #6d603f;
  transform-origin: 50% calc(100% - 1px);
}
.faq__item-icon:before {
  transform: rotate(45deg);
}
.faq__item-icon::after {
  transform: rotate(-45deg);
}
.faq__item-detail .lead .bold {
  font-weight: 500;
}
.faq__item-detail .lead .color {
  color: #ab9371;
  font-weight: 500;
}
.faq__item-detail .lead:first-of-type {
  padding-top: 20px;
}
.faq__item-detail .lead:not(:last-of-type) {
  margin-bottom: 1em;
}
.faq .js-accordion .is-open .faq__item-icon {
  transform: rotate(180deg);
}

.access {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-bottom: 80px;
  }
}
.access .inner {
  max-width: 1105px;
}
.access .sec_title {
  margin-bottom: 10px;
}
.access .sec_title .kana {
  font-size: 2rem;
}
.access__adrs {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 1.8rem);
  margin-bottom: 50px;
}
.access__adrs:before {
  content: "";
  background: url(../img/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
}
.access__house {
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .access__house {
    flex-direction: column;
  }
}
.access__house img {
  border-radius: 5px;
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .access__house img {
    width: 100%;
  }
}
.access__house-route {
  flex: 1;
  background: #fbf9f7;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__house-route {
    padding: 30px 20px;
  }
}
.access__house-route:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ab9371;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: -20px;
}
.access__house-route .lead {
  position: relative;
  padding-left: 30px;
}
.access__house-route .lead:before {
  content: url(../img/icon_star_br_2.svg);
  width: 17px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.access iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .access iframe {
    height: 200px;
  }
}
.access iframe iframe {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .pc_hide {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc_img {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_img {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */