@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Zen Kaku Gothic Antique", sans-serif;
  color: #474645;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

a {
  text-decoration: none;
  color: #474645;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tb {
    display: inherit;
  }
}

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

::-moz-selection {
  background-color: #fff800;
  color: #474645;
}

::selection {
  background-color: #fff800;
  color: #474645;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_s {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_s {
    padding: 0 8%;
  }
}

.inner_s {
  max-width: 1080px;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_01 {
  padding: 80px 0 155px;
}
@media screen and (max-width: 767px) {
  .section_01 {
    padding: 80px 0 80px;
  }
}

.section_02 {
  position: relative;
  padding-bottom: 86px;
  background: url(../images/bg_section_01.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 1200px) {
  .section_02 {
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 767px) {
  .section_02 {
    padding-bottom: 98px;
  }
}
.section_02 .worries_wrap {
  width: 100%;
  max-width: 1016px;
  margin: auto;
  padding: 85px 85px 80px;
  background-color: rgba(255, 255, 255, 0.58);
  height: calc(100% - 86px);
}
@media screen and (max-width: 767px) {
  .section_02 .worries_wrap {
    max-width: 84%;
    padding: 85px 8% 80px;
    height: calc(100% - 84px);
  }
}
.section_02 .worries_wrap .ttl {
  display: block;
  background-color: #846A72;
  color: #fff;
  text-align: center;
  font-size: clamp(1.063rem, -0.82rem + 3.93vw, 2.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 10px 0;
  margin-bottom: 45px;
  text-align: center;
}
.section_02 .worries_wrap .list_worries {
  text-align: left;
}
.section_02 .worries_wrap .list_worries > li {
  font-size: clamp(0.938rem, 0.163rem + 1.62vw, 1.375rem);
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_02 .worries_wrap .list_worries > li {
    padding-left: 30px;
  }
}
.section_02 .worries_wrap .list_worries > li:last-of-type {
  margin-bottom: 0;
}
.section_02 .worries_wrap .list_worries > li > span {
  display: inline-block;
  background-color: #A59096;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .section_02 .worries_wrap .list_worries > li > span {
    margin: 0 5px 0 0;
  }
}
.section_02 .worries_wrap .list_worries > li::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .section_02 .worries_wrap .list_worries > li::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

.section_03 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section_03 {
    padding: 80px 0 0;
  }
}

.section_04 {
  padding: 90px 0;
  background: url(../images/bg_section_02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section_04 {
    padding: 90px 0;
  }
}

.section_05 {
  padding: 120px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 80px 0 80px;
  }
}

.section_06 {
  padding: 120px 0 150px;
  background-color: #A59096;
}
@media screen and (max-width: 767px) {
  .section_06 {
    padding: 80px 0 100px;
  }
}

.section_07 {
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .section_07 {
    padding: 80px 0 0;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
  }
}

.header_box {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 14px 8%;
  }
}

header.scroll {
  height: 100px;
}
header.scroll .header_ttl img.logo {
  width: 230px;
}
header.scroll .text_wrap {
  font-size: 0.875rem;
}
header.scroll .header_navi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.scroll .header_navi li > a:hover {
  opacity: 0.6;
}
header.scroll .header_navi li > a.line_btm {
  height: 40px;
}
header.scroll .header_navi li > a.web_btm {
  height: 40px;
}
header.scroll .header_navi li .header_tel_wrap {
  font-size: 1.375rem;
  padding-left: 30px;
}
header.scroll .header_navi li .header_tel_wrap::before {
  width: 20px;
  height: 20px;
}
header.scroll .header_navi li .header_tel_wrap {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.125rem, 0.018rem + 2.31vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 52px;
  margin-right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  header.scroll .header_navi li .header_tel_wrap {
    padding-left: 40px;
  }
}
header.scroll .header_navi li .header_tel_wrap::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/icon_tel.svg) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  header.scroll .header_navi li .header_tel_wrap::before {
    width: 30px;
    height: 30px;
  }
}

.header_ttl img.logo {
  width: 320px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 200px;
  }
}

#gnavi ul {
  display: flex;
  text-align: center;
}
#gnavi ul li {
  margin-right: 2em;
}

.header_navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li > a:hover {
  opacity: 0.6;
}
.header_navi li .header_tel_wrap {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.125rem, 0.018rem + 2.31vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 52px;
  margin-right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header_navi li .header_tel_wrap {
    padding-left: 40px;
  }
}
.header_navi li .header_tel_wrap::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/icon_tel.svg) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header_navi li .header_tel_wrap::before {
    width: 30px;
    height: 30px;
  }
}

.list_sp_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_sp_nav {
    display: block;
    text-align: center;
  }
  .list_sp_nav > li {
    margin-bottom: 15px;
  }
  .list_sp_nav > li:last-of-type {
    margin-bottom: 0;
  }
  .list_sp_nav > li > a {
    color: #9D6A63;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}

.sp_nav_logo {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 40px;
}

.header_sp_tel_wrap {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 52px;
  margin-right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header_sp_tel_wrap {
    padding-left: 40px;
  }
}
.header_sp_tel_wrap::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/icon_tel.svg) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header_sp_tel_wrap::before {
    width: 30px;
    height: 30px;
  }
}

.list_button {
  display: flex;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 10000;
    color: #9D6A63;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: #9D6A63;
    transition: 0.6s;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 23px;
    height: 2px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 40px;
    opacity: 1;
  }
  .menu-trigger p {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    font-size: 0.875rem;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    transition: 0.3s;
  }
  .menu-trigger p.menu {
    display: block;
  }
  .menu-trigger p.close {
    display: none;
  }
  .menu-trigger.active {
    background-color: #fff;
  }
  .menu-trigger.active p.menu {
    display: none;
  }
  .menu-trigger.active p.close {
    display: block;
  }
  .menu-trigger.active span {
    background: #9D6A63;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(40deg);
    top: 26%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-40deg);
    top: 48%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  .menu-trigger.active p {
    color: #9D6A63;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger.scroll {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    text-align: left;
    width: 100%;
    height: 0;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #ede0d5;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    display: grid;
    place-items: center;
    scrollbar-width: none;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

#footer {
  padding: 150px 30px 110px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 8% 60px;
  }
}

.footer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_box {
    flex-wrap: wrap;
  }
}

.footer_left {
  padding-left: 8.3%;
}
@media screen and (max-width: 1200px) {
  .footer_left {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}

.footer_right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_logo {
  width: 100%;
  max-width: 420px;
  margin: 0 0 40px;
}

.footer_info_text {
  line-height: 1.9;
}

.footer_tel_wrap {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.75rem, 0.864rem + 1.85vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 52px;
  transition: 0.3s;
  display: inline-block;
}
.footer_tel_wrap::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/tel.png) no-repeat center top/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_info_add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  margin-bottom: 50px;
}
.footer_info_add span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
}
.footer_info_add span::before {
  display: block;
  content: "";
  min-width: 32px;
  width: 32px;
  aspect-ratio: 1;
  background: url(../images/map.png) left center/100% auto no-repeat;
}

.footer_payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer_info_ttl {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer_info_ttl::before {
  display: block;
  content: "";
  min-width: 30px;
  width: 30px;
  aspect-ratio: 60/52;
  background: url(../images/paw.png) left center/100% auto no-repeat;
}

.schedule {
  font-weight: 400;
  font-style: normal;
}

.schedule_table {
  width: 100%;
  background: #e6e0d6;
  line-height: 1.6;
  font-size: 18px;
  padding: 20px 10px 25px;
}
@media screen and (max-width: 767px) {
  .schedule_table {
    font-size: 13px;
  }
}
.schedule_table table {
  width: 100%;
}
.schedule_table table tr:first-child th, .schedule_table table tr:first-child td {
  font-weight: 600;
}
.schedule_table table tr:not(:first-child) td {
  color: #c9865a;
}
.schedule_table table tr th {
  width: 31%;
  padding: 8px 3px;
  vertical-align: middle;
  text-align: center;
}
.schedule_table table tr td {
  padding: 8px 3px;
  vertical-align: middle;
  text-align: center;
}

.schedule_note {
  background: #ab9a8f;
  color: #fff;
  padding: 12px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .schedule_note {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .schedule_note > *:not(:first-child)::before {
    content: "　｜　";
  }
}

.copy {
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.4;
  margin-top: 70px;
}

.main_img {
  margin-top: 130px;
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-top: 70px;
  }
}
.main_img img {
  width: 100%;
}

.mv_text_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mv_text_wrap {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv_text_wrap {
    top: 20%;
    left: 8%;
  }
}
.mv_text_wrap .txt_wrap_01 {
  display: inline-block;
  color: #9D6A63;
  font-size: clamp(1rem, -0.107rem + 2.31vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #fff;
  padding: 6px 20px;
  margin-bottom: 15px;
}
.mv_text_wrap .txt_wrap_02 {
  display: inline-block;
  color: #9D6A63;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.393rem + 2.31vw, 2.125rem);
  letter-spacing: 0.08em;
  background-color: #fff;
  padding: 6px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv_text_wrap .txt_wrap_02 {
    display: none;
  }
}
.mv_text_wrap .txt_wrap_02_sp_01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_text_wrap .txt_wrap_02_sp_01 {
    display: inline-block;
    color: #9D6A63;
    font-weight: bold;
    font-size: clamp(1.375rem, 0.046rem + 2.77vw, 2.125rem);
    letter-spacing: 0.08em;
    background-color: #fff;
    padding: 6px 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.mv_text_wrap .txt_wrap_02_sp_02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_text_wrap .txt_wrap_02_sp_02 {
    display: inline-block;
    color: #9D6A63;
    font-weight: bold;
    font-size: clamp(1.375rem, 0.046rem + 2.77vw, 2.125rem);
    letter-spacing: 0.08em;
    background-color: #fff;
    padding: 6px 20px;
    line-height: 1.5;
  }
}

.list_mv_01 {
  position: absolute;
  z-index: 10;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -180px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .list_mv_01 {
    flex-wrap: wrap;
  }
}
.list_mv_01 > li {
  width: 23%;
  height: 256px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: clamp(0.875rem, -0.232rem + 2.31vw, 1.5rem);
  background-color: #A59096;
  position: relative;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .list_mv_01 > li {
    width: 48%;
    height: 200px;
  }
}
.list_mv_01 > li .txt_wrap {
  position: relative;
  text-align: center;
  padding-top: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_mv_01 > li .txt_wrap {
    padding-top: 60px;
  }
}
.list_mv_01 > li .txt_wrap::before {
  position: absolute;
  content: "";
  width: 61px;
  height: 63px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .list_mv_01 > li .txt_wrap::before {
    width: 41px;
    height: 43px;
  }
}
.list_mv_01 > li::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #fff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .list_mv_01 > li:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.list_mv_01 > li:nth-of-type(1) .txt_wrap::before {
  background: url(../images/point_01.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .list_mv_01 > li:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
.list_mv_01 > li:nth-of-type(2) .txt_wrap::before {
  background: url(../images/point_02.svg) no-repeat center/cover;
}
.list_mv_01 > li:nth-of-type(3) .txt_wrap::before {
  background: url(../images/point_03.svg) no-repeat center/cover;
}
.list_mv_01 > li:nth-of-type(4) .txt_wrap::before {
  background: url(../images/point_04.svg) no-repeat center/cover;
}

.map {
  width: 100%;
}
.map iframe {
  aspect-ratio: 122/39;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 1/1;
  }
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.about_wrap, .treatment_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about_wrap, .treatment_wrap {
    margin-bottom: 60px;
  }
}
.about_wrap .box_l, .treatment_wrap .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about_wrap .box_l, .treatment_wrap .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 8%;
  }
}
.about_wrap .box_l img, .treatment_wrap .box_l img {
  width: 100%;
  border-top-right-radius: 30px;
}
.about_wrap .box_r, .treatment_wrap .box_r {
  position: absolute;
  width: 58%;
  bottom: -85px;
  right: 0;
  background-color: #fff;
  z-index: 3;
  padding: 52px 3.6% 0 65px;
  border-top-left-radius: 30px;
}
@media screen and (max-width: 767px) {
  .about_wrap .box_r, .treatment_wrap .box_r {
    position: static;
    width: 100%;
    padding: 0 8%;
  }
}
.about_wrap .box_r p:not(:last-of-type), .treatment_wrap .box_r p:not(:last-of-type) {
  margin-bottom: 10px;
}

.treatment_wrap {
  margin-bottom: 550px;
}
@media screen and (max-width: 1200px) {
  .treatment_wrap {
    margin-bottom: 750px;
  }
}
@media screen and (max-width: 767px) {
  .treatment_wrap {
    margin-bottom: 80px;
  }
}
.treatment_wrap .box_r {
  bottom: -440px;
}
@media screen and (max-width: 1200px) {
  .treatment_wrap .box_r {
    bottom: -640px;
  }
}

.lbl_txt_box_wrap {
  padding: 0 30px;
  width: 100%;
}

.lbl_txt_box {
  background-color: #8B5673;
  color: #fff;
  font-size: clamp(1rem, 0.114rem + 1.85vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
  padding: 13px 0;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .lbl_txt_box {
    padding: 15px 8%;
  }
}

.doctor_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctor_box_wrap .box_l {
  width: 41.1%;
}
@media screen and (max-width: 767px) {
  .doctor_box_wrap .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.doctor_box_wrap .box_l img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.doctor_box_wrap .box_r {
  width: 52.1%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .doctor_box_wrap .box_r {
    width: 100%;
  }
}

.treatment_box_1 {
  background-color: #F7ECEF;
  font-size: clamp(0.938rem, -0.723rem + 3.46vw, 1.875rem);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding: 60px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .treatment_box_1 {
    padding: 30px 30px;
  }
}
.treatment_box_1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 74px;
  background: #474645;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .treatment_box_1::before {
    height: 60px;
  }
}

.line_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.line_box .box_l {
  width: 50%;
  font-size: clamp(1.125rem, -0.204rem + 2.77vw, 1.875rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .line_box .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.line_box .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .line_box .box_r {
    width: 100%;
  }
}
.line_box .box_r .line_btan_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .line_box .box_r .line_btan_wrap {
    flex-wrap: wrap;
  }
}
.line_box .box_r .line_btan_wrap .button_box {
  text-align: center;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .line_box .box_r .line_btan_wrap .button_box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.line_box .box_r .line_btan_wrap .qrcode_wrap {
  width: 106px;
}
@media screen and (max-width: 767px) {
  .line_box .box_r .line_btan_wrap .qrcode_wrap {
    margin: auto;
  }
}
.line_box .box_r .line_btan_wrap .qrcode_wrap img {
  width: 100%;
}

.treatment_start_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 150px 0 50px;
}
@media screen and (max-width: 1200px) {
  .treatment_start_box {
    padding: 80px 0 50px;
  }
}
.treatment_start_box .sub_inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .treatment_start_box .sub_inner {
    padding: 0 8%;
  }
}

.list_purpose_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_purpose_01 > li {
  width: 31%;
  height: 228px;
  padding: 25px 30px;
  border: solid 1px rgba(217, 199, 204, 0.8);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_purpose_01 > li {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .list_purpose_01 > li {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}
.list_purpose_01 > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #A59096;
  top: -2px;
  left: 30px;
}
.list_purpose_01 > li::after {
  position: absolute;
  content: "";
  font-size: clamp(3.75rem, 1.536rem + 4.62vw, 5rem);
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  right: 15px;
  top: 0;
  color: #F7ECEF;
  opacity: 0.5;
  transform: translateY(-45%);
  line-height: 1;
}
.list_purpose_01 > li:nth-of-type(1)::after {
  content: "01";
}
.list_purpose_01 > li:nth-of-type(2)::after {
  content: "02";
}
.list_purpose_01 > li:nth-of-type(3)::after {
  content: "03";
}
.list_purpose_01 > li:nth-of-type(4)::after {
  content: "04";
}
@media screen and (max-width: 767px) {
  .list_purpose_01 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_purpose_01 > li .ttl {
  width: 100%;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: clamp(1.625rem, 1.182rem + 0.92vw, 1.875rem);
}
.list_purpose_01 > li .ttl::after {
  width: 100%;
  position: absolute;
  display: block;
  content: attr(data-title);
  font-size: 0.75rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  bottom: 0;
  left: 0;
  color: #D9C7CC;
  line-height: 1.5;
}
.list_purpose_01 > li .ttl > span {
  color: #A59096;
}
.list_purpose_01 > li .txt_wrap {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.list_step_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_step_01 > li {
  width: 22.4%;
  height: 236px;
  background-color: #A59096;
  color: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  position: relative;
  padding: 19px;
}
@media screen and (max-width: 767px) {
  .list_step_01 > li {
    width: 49%;
    padding: 15px;
    height: 250px;
    margin-bottom: 30px;
  }
}
.list_step_01 > li .ttl {
  width: 131px;
  height: 32px;
  display: grid;
  place-items: center;
  border: solid 3px #A59096;
  position: absolute;
  font-size: clamp(1.188rem, 0.966rem + 0.46vw, 1.313rem);
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #A59096;
  background-color: #fff;
  line-height: 1.5;
}
.list_step_01 > li .txt_wrap {
  padding-top: 10px;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_step_01 > li .txt_wrap {
    text-align: left;
  }
}

.list_choices > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_choices > li {
    margin-bottom: 80px;
  }
}
.list_choices > li:last-of-type {
  margin-bottom: 0;
}
.list_choices > li .img_wrap {
  width: 34.4%;
}
@media screen and (max-width: 767px) {
  .list_choices > li .img_wrap {
    width: 100%;
  }
}
.list_choices > li .img_wrap img {
  border-radius: 20px;
}
.list_choices > li .txt_wrap {
  padding-top: 36px;
  width: 60.6%;
}
@media screen and (max-width: 767px) {
  .list_choices > li .txt_wrap {
    padding-top: 30px;
    width: 100%;
  }
}
.list_choices > li .txt_wrap .choices_ttl {
  display: inline-block;
  border-radius: 10px;
  background-color: #A59096;
  color: #fff;
  font-size: clamp(0.938rem, 0.605rem + 0.69vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 3px 16px;
  margin-bottom: 25px;
}
.list_choices > li .txt_wrap .choices_main_ttl {
  font-size: clamp(1.375rem, 0.489rem + 1.85vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
  border-left: solid 5px #A59096;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_choices > li .txt_wrap .choices_main_ttl {
    margin-bottom: 30px;
  }
}
.list_choices > li .txt_wrap .table_choices_01 {
  width: 100%;
}
.list_choices > li .txt_wrap .table_choices_01 tr {
  width: 100%;
}
.list_choices > li .txt_wrap .table_choices_01 tr th {
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  width: 20%;
  vertical-align: top;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_choices > li .txt_wrap .table_choices_01 tr th {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.list_choices > li .txt_wrap .table_choices_01 tr th span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: dashed 1px rgba(217, 199, 204, 0.8);
}
.list_choices > li .txt_wrap .table_choices_01 tr td {
  width: 80%;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_choices > li .txt_wrap .table_choices_01 tr td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .list_choices > li .txt_wrap .table_choices_01 tr:last-of-type th {
    padding-bottom: 0;
  }
}
.list_choices > li .txt_wrap .table_choices_01 tr:last-of-type td {
  padding-bottom: 0;
}
.list_choices > li .txt_s {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.list_treatment_step {
  max-width: 85.6%;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_treatment_step {
    max-width: 100%;
  }
}
.list_treatment_step > li {
  margin-bottom: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list_treatment_step > li .img_wrap {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li .img_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.list_treatment_step > li .img_wrap img {
  display: block;
  border-radius: 10px;
}
.list_treatment_step > li .img_wrap .number_wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background-color: #AB9A8F;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.75rem, 1.529rem + 0.46vw, 1.875rem);
  color: #fff;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li .img_wrap .number_wrap {
    transform: translate(-20%, -50%);
  }
}
.list_treatment_step > li .img_wrap .number_wrap .en_s {
  display: block;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_treatment_step > li .img_wrap::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 80px;
  background: rgba(217, 199, 204, 0.8);
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li .img_wrap::after {
    display: none;
  }
}
.list_treatment_step > li .txt_wrap {
  width: 56%;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.75;
}
.list_treatment_step > li .txt_wrap .ttl {
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li .txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 80px;
    background: rgba(217, 199, 204, 0.8);
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
  }
}
.list_treatment_step > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_treatment_step > li:last-of-type::after {
    display: none;
  }
}
.list_treatment_step > li:last-of-type .img_wrap::after {
  display: none;
}

.list_features_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_features_01 {
    margin-bottom: 50px;
  }
}
.list_features_01 > li {
  width: 46.7%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .list_features_01 > li {
    width: 100%;
    margin-bottom: 130px;
  }
}
.list_features_01 > li .img_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}
.list_features_01 > li .img_wrap::before {
  position: absolute;
  content: "";
  width: 112px;
  height: 116px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
@media screen and (max-width: 767px) {
  .list_features_01 > li .img_wrap::before {
    width: 92px;
    height: 96px;
  }
}
.list_features_01 > li .img_wrap img {
  border-radius: 10px;
  width: 100%;
}
.list_features_01 > li .img_wrap .img_txt_wrap {
  position: absolute;
  left: -25px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .list_features_01 > li .img_wrap .img_txt_wrap {
    left: -15px;
  }
}
.list_features_01 > li .img_wrap .img_txt_wrap > span {
  display: inline-block;
  background-color: #fff;
  padding: 3px 15px;
  color: #A59096;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.25rem, 0.143rem + 2.31vw, 1.875rem);
  margin-bottom: 10px;
}
.list_features_01 > li .img_wrap .img_txt_wrap > span:last-of-type {
  margin-bottom: 0;
}
.list_features_01 > li .txt_wrap {
  color: #fff;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06;
}
.list_features_01 > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list_features_01 > li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.list_features_01 > li:nth-of-type(1) .img_wrap::before {
  background: url(../images/point_01.svg) no-repeat center/contain;
}
.list_features_01 > li:nth-of-type(2) .img_wrap::before {
  background: url(../images/point_02.svg) no-repeat center/contain;
}
.list_features_01 > li:nth-of-type(3) .img_wrap::before {
  background: url(../images/point_03.svg) no-repeat center/contain;
}
.list_features_01 > li:nth-of-type(4) .img_wrap::before {
  background: url(../images/point_04.svg) no-repeat center/contain;
}

.list_message > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px;
  margin-bottom: 40px;
  border: solid 1px rgba(217, 199, 204, 0.8);
}
.list_message > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #A59096;
  top: -2px;
  left: 30px;
}
.list_message > li .img_wrap {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .list_message > li .img_wrap {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.list_message > li .img_wrap img {
  width: 100%;
}
.list_message > li .txt_wrap {
  width: 72.5%;
  letter-spacing: 0.08em;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list_message > li .txt_wrap {
    width: 100%;
  }
}
.list_message > li .txt_wrap .txt_a {
  font-size: 0.075rem;
  font-weight: 400;
}
.list_message > li .txt_wrap .ttl {
  line-height: 1.75;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.586rem + 1.39vw, 1.625rem);
  margin-bottom: 10px;
}
.list_message > li:last-of-type {
  margin-bottom: 0;
}

.dlist_policy {
  border-top: 1px solid #474645;
  border-bottom: 1px solid #474645;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.tabe_career {
  width: 100%;
}
.tabe_career tr th {
  font-weight: bold;
  letter-spacing: 0.08em;
  vertical-align: top;
  width: 22%;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tabe_career tr th {
    width: 26%;
  }
}
.tabe_career tr th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  background-color: #A59096;
  top: 5px;
  right: 0;
}
.tabe_career tr td {
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 78%;
  padding-bottom: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .tabe_career tr td {
    width: 74%;
  }
}
.tabe_career tr td > p {
  margin-bottom: 10px;
}
.tabe_career tr td > p:last-of-type {
  margin-bottom: 0;
}
.tabe_career tr:last-of-type th {
  padding-bottom: 0;
}
.tabe_career tr:last-of-type td {
  padding-bottom: 0;
}

.table_price {
  width: 100%;
}
.table_price tr th {
  width: 42%;
  background-color: #D9B9C3;
  color: #fff;
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 15px;
  border-bottom: solid 10px #fff;
  border-right: solid 10px #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table_price tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
}
.table_price tr td {
  width: 58%;
  background-color: #F7ECEF;
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  font-weight: bold;
  padding: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: solid 10px #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table_price tr td {
    display: block;
    width: 100%;
  }
}
.table_price tr:last-of-type th, .table_price tr:last-of-type td {
  border-bottom: none;
}

.ttl_about_01 {
  position: relative;
  font-size: clamp(1.25rem, 0.586rem + 1.39vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.ttl_about_02 {
  position: absolute;
  display: block;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  top: 0;
  left: 58px;
  color: #EDE0D5;
  opacity: 0.5;
  line-height: 1;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  .ttl_about_02 {
    position: static;
    transform: none;
  }
}

.side_line_ttl {
  font-size: clamp(1.125rem, 0.239rem + 1.85vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
  border-left: solid 5px #A59096;
  margin-bottom: 20px;
}

.ttl_doctor_01 {
  font-size: clamp(1.75rem, 1.086rem + 1.39vw, 2.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding-left: 41px;
}
@media screen and (max-width: 767px) {
  .ttl_doctor_01 {
    margin-bottom: 30px;
  }
}
.ttl_doctor_01::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #D9C7CC;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl_doctor_01::before {
    top: 9px;
  }
}
.ttl_doctor_01::after {
  position: absolute;
  display: block;
  content: attr(data-title);
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-family: "Josefin Sans", sans-serif;
  color: #AB9A8F;
  font-weight: 500;
  letter-spacing: 0.06em;
  left: 43px;
  bottom: 0;
}

.doctor_name_ttl {
  display: flex;
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  align-items: baseline;
}
.doctor_name_ttl > span {
  margin-left: 10px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ttl_main, .ttl_main_w {
  position: relative;
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-top: 100px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .ttl_main, .ttl_main_w {
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_main, .ttl_main_w {
    padding-top: 60px;
  }
}
.ttl_main::after, .ttl_main_w::after {
  width: 100%;
  position: absolute;
  display: block;
  content: attr(data-title);
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #EDE0D5;
  line-height: 1.5;
  opacity: 0.5;
}

.ttl_main_w {
  color: #fff;
}

.ttl_main2, .ttl_main3 {
  border-top: solid 3px rgba(217, 199, 204, 0.8);
  padding-top: 25px;
  position: relative;
  font-size: clamp(1.25rem, -0.3rem + 3.23vw, 2.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 55px;
  border-bottom: solid 3px rgba(217, 199, 204, 0.8);
}
.ttl_main2::after, .ttl_main3::after {
  width: 100%;
  position: absolute;
  content: attr(data-title);
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  left: 50%;
  bottom: 30px;
  color: #AB9A8F;
  opacity: 0.5;
  transform: translateX(-50%);
  line-height: 1;
  line-height: 1.5;
}

.ttl_main3 {
  border-top: none;
  padding-top: 0;
}

.ttl_center_lbl_line {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}
.ttl_center_lbl_line::before {
  content: "";
  position: absolute;
  background: #A59096;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 0;
}
.ttl_center_lbl_line > span {
  position: relative;
  display: inline-block;
  font-size: clamp(1.25rem, -0.3rem + 3.23vw, 2.125rem);
  font-weight: bold;
  background-color: #A59096;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6;
  padding: 10px 30px;
  z-index: 3;
}

.heading_20px, .heading_20px_underline {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}

.heading_20px_underline {
  padding-bottom: 10px;
  border-bottom: #A59096 solid 1px;
  margin-bottom: 30px;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.btn {
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 1em;
  margin: auto;
  position: relative;
  background: #000;
  text-align: center;
}
a.line_btm {
  background-color: #38CD01;
  color: #fff;
  width: 200px;
  height: 50px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  a.line_btm {
    width: 160px;
  }
}
a.line_btm > span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
a.line_btm > span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 23px;
  background: url(../images/icon_line.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
a.web_btm {
  background-color: #9D6A63;
  color: #fff;
  width: 200px;
  height: 50px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  a.web_btm {
    width: 160px;
  }
}
a.web_btm > span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
a.web_btm > span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 23px;
  background: url(../images/icon_web.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
a.line_btm2 {
  background-color: #38CD01;
  color: #fff;
  width: 300px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  a.line_btm2 {
    width: 100%;
  }
}
a.line_btm2 > span {
  position: relative;
  display: inline-block;
  padding-left: 41px;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.06em;
}
a.line_btm2 > span::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 28px;
  background: url(../images/icon_line.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
a.line_btm2:hover {
  opacity: 0.6;
}

.text_wrap {
  text-align: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: 0.3s;
}

.font_weight_bold {
  font-weight: bold;
}

.line_height_2 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .line_height_2 {
    line-height: 1.8;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.under_line {
  border-bottom: solid 3px rgba(217, 199, 204, 0.8);
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #474645;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #474645;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m65 {
  margin-bottom: 4.0625rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m150 {
  margin-bottom: 9.375rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m130_sp {
    margin-bottom: 8.125rem;
  }
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 4s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=layout.css.map */