@charset "UTF-8";
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridbox {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #695446;
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

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

q, blockquote {
  quotes: none;
}

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

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #695446;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  min-width: 1280px;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #695446;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.cont {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

.textbox {
  display: block;
  box-sizing: border-box;
}

.imagebox {
  width: 48%;
  min-width: 48%;
  max-width: 48%;
  box-sizing: border-box;
}

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.cont_text {
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.cont_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.cont_image img {
  width: 100%;
  height: 100%;
}

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

.point {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

.point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.point_num {
  min-width: 55px;
  margin-right: 20px;
  padding-left: 10px;
  font-family: "noto sans";
  font-size: 40px;
  color: #172243;
}

.point_icon {
  width: 68px;
  min-width: 68px;
  margin-right: 20px;
}

.point_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #695446;
}

.point_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.point_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.point_image img {
  width: 100%;
  height: 100%;
}

.item_text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #695446;
}

.box_text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #695446;
}

.flexbox {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridbox {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.link_btn {
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 2.8em 24px 5.8em;
  border-radius: 80px;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  color: #000;
  position: relative;
}
.link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  background: url(/images/index02/btn_arrow.webp) center center/contain no-repeat;
  width: 47px;
  height: 47px;
}

.price_dbox {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}

.price_dbox:last-of-type {
  margin-bottom: 55px;
}

.price_dline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.price_term {
  width: 50%;
  padding: 30px 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #172243;
  border: 0.5px solid #806363;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.price_data {
  width: 50%;
  padding: 30px 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  background-color: #fff;
  text-align: center;
  border: 0.5px solid #172243;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cautionarynote {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333631;
  margin-bottom: 25px;
}

.column_box {
  width: 1100px;
  max-width: 100%;
  padding: 40px 60px;
  margin: 0 auto 80px;
  background-color: #e9e0d6;
  box-sizing: border-box;
}

.column_box_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1d2b53;
  margin-bottom: 10px;
}

.column_box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1d2b53;
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2b53;
  margin-bottom: 50px;
}

.column_box_text {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.check_list_box {
  position: relative;
  width: 1100px;
  max-width: 100%;
  padding-top: 35px;
  margin: 0 auto;
  background-color: #d2c1ad;
  border: 2px solid #c7b299;
  box-sizing: border-box;
}
.check_list_box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/common/text_checklist.webp) center/contain no-repeat;
  width: 148px;
  height: 42px;
}
.check_list_box .check_list_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534741;
  margin-bottom: 10px;
}
.check_list_box .check_list_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534741;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
.check_list_box .check_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 150px 0px;
}
.check_list_box .check_column {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 50px 150px 0px;
}
.check_list_box .column01 {
  margin-right: 30px;
}
.check_list_box .check_item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3em;
  padding-right: 1em;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.check_list_box .check_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 35px;
  background: url(/images/common/icon_check.webp) center/contain no-repeat;
}
.check_list_box .check_text {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
  .column_box {
    width: 1100px;
    max-width: 100%;
    padding: 40px 30px;
    margin: 0 auto 80px;
    background-color: #e9e0d6;
    box-sizing: border-box;
  }
  .check_list_box .check_column {
    padding: 50px 6.64vw 0px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
    margin-bottom: 18.6vw;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0;
  }
  .sec_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    min-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 4.2vw;
  }
  .imagebox img {
    width: 100%;
    height: 100%;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
    text-align: center;
    color: #695446;
  }
  .cont_text {
    padding-left: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .cont_image {
    margin: 0 auto 4.2vw;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .point_num {
    width: 16.6vw;
    min-width: 16.6vw;
    margin-right: 2.7vw;
    font-size: 10.6vw;
  }
  .point_icon {
    width: 18.13vw;
    min-width: 18.13vw;
    margin-right: 2.7vw;
  }
  .point_icon img {
    width: 100%;
  }
  .point_title {
    font-size: 5.5vw;
    letter-spacing: 0.008em;
  }
  .point_text {
    padding-left: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .point_image {
    margin: 0 auto 4.2vw;
  }
  .point_image img {
    width: 100%;
    height: 100%;
  }
  .item_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .box_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .link_btn {
    height: 15.46vw;
    padding: 4.4vw 2.8em 4.4vw 4.8em;
    border-radius: 21.33vw;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-size: 4.8vw;
    text-wrap: nowrap;
    position: relative;
  }
  .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.13vw;
    background: url(/images/index02/btn_arrow.webp) center center/contain no-repeat;
    width: 9.06vw;
    height: 9.06vw;
  }
  .link_btn .link_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .price_dbox {
    margin-bottom: 8vw;
  }
  .price_dline {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .price_dline:nth-of-type(1) {
    margin-bottom: 6.6vw;
  }
  .price_term {
    width: 100%;
    padding: 4vw 4vw 2vw;
    font-size: 4vw;
  }
  .price_data {
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
  }
  .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
  .column_box {
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    background-color: #e9e0d6;
    box-sizing: border-box;
  }
  .column_box_subtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.7vw;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2.6vw;
  }
  .column_box_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding-bottom: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .column_box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .check_list_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20.7vw;
    padding: 8.2vw 0 0;
  }
  .check_list_box::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/common/text_checklist.webp) center/contain no-repeat;
    width: 39.46vw;
    height: 11.2vw;
  }
  .check_list_box .check_list_subtitle {
    font-size: 4.2vw;
    margin-bottom: 2.4vw;
    padding-top: 4.2vw;
  }
  .check_list_box .check_list_title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 2.4vw;
  }
  .check_list_box .check_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 12vw 5.5vw 0;
  }
  .check_list_box .check_column {
    display: block;
    background-color: #fff;
    padding: 12vw 5.5vw 0.1vw;
  }
  .check_list_box .column01 {
    margin-right: initial;
  }
  .check_list_box .check_item {
    position: relative;
    width: 100%;
    padding-left: 3.5em;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 4.2vw;
    letter-spacing: 0.2em;
    margin-bottom: 12vw;
  }
  .check_list_box .check_item:before {
    width: 12vw;
    height: 9.33vw;
    background: url(/images/common/icon_check.webp) center/contain no-repeat;
  }
  .check_list_box .check_text {
    padding: 0;
    font-size: 4vw;
    text-align: left;
  }
}
.header {
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.header .header_left {
  padding: 10px 0 0 20px;
}
.header .header_left .page_subtitle {
  font-size: 15px;
  color: #fff;
  text-shadow: #000000 1px 0 8px;
}
.header .header_left .clinic_box {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header_left .clinic_box .clinic_logo {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  height: auto;
  margin-right: 10px;
}
.header .header_left .clinic_box .page_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 41px;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: #000000 1px 0 8px;
}
@media screen and (max-width: 767px) {
  .header .header_left {
    padding: 2.66vw 0 0 2.33vw;
  }
  .header .header_left .page_subtitle {
    font-size: 3.73vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-feature-settings: "palt";
    color: #fff;
    text-shadow: #000000 1px 0 8px;
  }
  .header .header_left .clinic_box {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .header_left .clinic_box .clinic_logo {
    width: 11.46vw;
    min-width: 11.46vw;
    max-width: 11.46vw;
    height: 12.26vw;
    margin-right: 2.16vw;
  }
  .header .header_left .clinic_box .page_title {
    font-size: 5.33vw;
    font-weight: 500;
    color: #fff;
    text-shadow: #000000 1px 0 8px;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  display: none;
  position: absolute;
  z-index: 499;
  top: -5px;
  right: 0;
  width: 85px;
  height: 95px;
  background: #172243;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  font-size: 14px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 50px;
}
.ham .menu_border:nth-of-type(2) {
  top: 60px;
}
.ham .menu_border:nth-of-type(3) {
  top: 70px;
}
.ham a.active span:nth-of-type(1) {
  top: 55px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 55px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 2.46vw;
    right: 2.46vw;
    width: 15.2vw;
    height: 15.46vw;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #EB909C;
    font-size: 1.13vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 9.56vw;
    width: 100%;
    font-size: 2.13vw;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 3.46vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 5.46vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 7.46vw;
  }
  .ham a.active span:nth-of-type(1) {
    top: 5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 5vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  box-sizing: border-box;
  width: 100%;
  min-width: 1280px;
  height: 100px;
  position: fixed;
  left: 0;
  top: -102px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: rgb(255, 255, 255);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .navi_wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .navi_wrap .menu_box {
  box-sizing: border-box;
  padding: 2px 5px 2px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.copy_header .navi_wrap .menu_box .reserve_btn {
  width: clamp(184px, 14.444vw, 208px);
  height: clamp(71px, 5.555vw, 80px);
  margin-right: 7px;
  box-sizing: border-box;
}
.copy_header .navi_wrap .menu_box .tel_btn {
  width: clamp(192px, 15vw, 216px);
  height: clamp(71px, 5.555vw, 80px);
  box-sizing: border-box;
}
.copy_header .navi_wrap .h_menu {
  position: relative;
  width: clamp(818px, 63.958vw, 921px);
  max-width: 64%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .copy_header .navi_wrap .h_menu {
    display: none;
  }
}
.copy_header .navi_wrap .h_menu .line {
  color: #fff;
}
.copy_header .navi_wrap .h_menu > li {
  float: left;
  width: 100%;
  height: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .navi_wrap .h_menu > li:not(:last-of-type) {
  border-right: 1px solid #444;
}
.copy_header .navi_wrap .h_menu > li a {
  display: block;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy_header .navi_wrap .h_menu__none:hover,
.copy_header .navi_wrap .h_menu__multi:hover,
.copy_header .navi_wrap .h_menu__mega:hover,
.copy_header .navi_wrap .h_menu__single:hover {
  transition: all 0.4s ease;
}
.copy_header .navi_wrap .h_menu__none:hover a,
.copy_header .navi_wrap .h_menu__multi:hover a,
.copy_header .navi_wrap .h_menu__mega:hover a,
.copy_header .navi_wrap .h_menu__single:hover a {
  text-align: center;
  position: relative;
}
.copy_header .navi_wrap .h_menu__none:hover a::before,
.copy_header .navi_wrap .h_menu__multi:hover a::before,
.copy_header .navi_wrap .h_menu__mega:hover a::before,
.copy_header .navi_wrap .h_menu__single:hover a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #EB909C;
  width: 35px;
}
.copy_header .navi_wrap .h_menu > .h_menu__single,
.copy_header .navi_wrap .h_menu > .h_menu__mega {
  position: relative;
  z-index: 256;
}
.copy_header .navi_wrap .h_menu > .h_menu__single li a,
.copy_header .navi_wrap .h_menu > .h_menu__mega li a {
  box-sizing: border-box;
  display: block;
  padding: 20px 10px 20px 2.2em;
  font-family: initial;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #444;
  position: relative;
}
.copy_header .navi_wrap .h_menu > .h_menu__single li a::before,
.copy_header .navi_wrap .h_menu > .h_menu__mega li a::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  background: url(/images/common02/link_sub_btn.webp) center/contain no-repeat;
  width: 19px;
  height: 14px;
  border-bottom: initial;
}
.copy_header .navi_wrap .h_right {
  right: 5px;
}
.copy_header .navi_wrap .h_center {
  left: 190% !important;
  transform: translateX(-50%);
}
.copy_header .navi_wrap {
  /*.h_init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } */
  /*.h_menu:before,
  .h_menu:after {
    content: "";
    display: table;
  }*/
  /*.h_menu:after {
    clear: both;
  } */
}
.copy_header .navi_wrap .h_menu {
  *zoom: 1;
}
.copy_header .navi_wrap {
  /**
  * single menu
  */
}
.copy_header .navi_wrap .h_menu > .h_menu__single {
  position: relative;
}
.copy_header .navi_wrap .h_menu__single .h_menu__second-level {
  position: absolute;
  top: 92px;
  width: 390px;
  padding: 20px;
  background: #EB909C;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.copy_header .navi_wrap .h_menu__single:hover > .h_menu__second-level {
  top: 92px;
  visibility: visible;
  opacity: 1;
}
.copy_header .navi_wrap {
  /**
  * mega menu
  */
}
.copy_header .navi_wrap .h_menu__mega .h_menu__second-level {
  position: absolute;
  top: 87px;
  left: 0;
  box-sizing: border-box;
  width: 650px;
  padding: 20px 2%;
  background: #FFF0F3;
  transition: all 0.1s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.copy_header .navi_wrap .h_menu__mega:hover .h_menu__second-level {
  top: 87px;
  left: 0;
  visibility: visible;
  opacity: 1;
  padding: 40px;
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.copy_header .navi_wrap .h_menu__mega:hover .h_menu__second-level .h_item_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E4B419;
}
.copy_header .navi_wrap .h_wrap .h_indent {
  padding: 20px 10px 20px 3em !important;
}
.copy_header .navi_wrap .h_wrap .h_indent::before {
  left: 35px !important;
}
.copy_header .navi_wrap .h_menu__mega .h_menu__second-level > li {
  float: left;
  width: 100%;
  border: none;
}
.copy_header .navi_wrap .menu__mega .menu__second-level > li:nth-child(2n+2) {
  margin: 0 1%;
}
.copy_header {
  /*
  @media screen and (max-width: 1440px) and (min-width: 1025px) {
    .upper_wrap {
      .header_left {
        width: 550px;
        .page_subtitle {
          line-height: 1.3;
        }
      }
      .header_right {
        .menu_box {
          .prelusion_btn {
            display: none;
          }
        }
      }
    }
    .navi_wrap {

      .left {
        left: 0;
      }

      .h_menu__mega:hover .h_menu__second-level {
        width: 550px;
        top: 80px;
        visibility: visible;
        opacity: 1;

        padding: 40px;
        display: grid;
        column-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
      }

      .h_menu > .h_menu__mega   {
        position: relative;
        z-index: 256;
        li {
          width: 100%;
          //max-width: 84%
        }
        li a {
          box-sizing: border-box;
          display: block;
          padding: 20px 10px 20px 2.2em;
          font-size: 18px;
          letter-spacing: 0;

          position: relative;
          &::before {
            content: "";
            position: absolute;
            top: 26px;
            left: 20px;
            background: url(/images/common/f_link_icon.webp) center / contain no-repeat;
            width: 12px;
            height: 13px;
          }
        }
      }
    }
  }
  @media screen and (max-width: 1260px) and (min-width: 768px) {

    .header_left {
      width: 490px;
      padding: 0 0 5px 10px;
    }

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

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

    .header_left {
      width: 100%;
    }

    .reserve_btn {
      display: none;
    }
  }
  */
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .ham_sitemap {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 100%;
    max-width: 100%;
    padding: 21.3vw 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5.33vw 0;
    padding-left: 3em;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
    position: relative;
  }
  .ham_sitemap .link_item::before {
    content: "";
    position: absolute;
    top: 2.66vw;
    left: 0;
    background: url(/images/common02/link_btn.webp) center/contain no-repeat;
    width: 10.13vw;
    height: 10.13vw;
  }
  .ham_sitemap .link_item01 {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5.33vw 0;
    padding-left: 3em;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
    position: relative;
  }
  .ham_sitemap .link_item01::before {
    content: "";
    position: absolute;
    top: 5.86vw;
    left: 3.73vw;
    background: url(/images/common02/link_sub_btn.webp) center/contain no-repeat;
    width: 5.06vw;
    height: 3.73vw;
  }
  .ham_sitemap .wrapp01 {
    padding: 0 5vw;
  }
  .ham_sitemap .wrapp02 {
    padding: 0 5vw;
  }
  .ham_sitemap .wrapp02 .sub_grid {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .ham_sitemap .wrapp03 {
    padding: 0 5vw;
    background-color: #FFF0F3;
  }
  .ham_sitemap .wrapp03 .link_item01 {
    height: 3em;
    padding: 2.33vw 0 2.33vw 3em;
    margin-bottom: 2vw;
  }
  .ham_sitemap .wrapp03 .link_item01::before {
    top: 2.86vw;
  }
  .ham_sitemap .wrapp03 .sub_grid {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .ham_sitemap .wrapp04 {
    padding: 0 5vw 13.8vw;
  }
  .ham_sitemap .wrapp04 .flexbox {
    margin-top: 2.4vw;
  }
  .ham_sitemap .link_banner {
    padding: 0 2vw;
    display: grid;
    row-gap: 4.2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .ham_sitemap .link_banner .link_recruit {
    width: 100%;
    text-align: center;
  }
  .ham_sitemap .link_banner .link_lp {
    width: 100%;
    text-align: center;
  }
}

.breadcrumb {
  display: flex;
  width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
}
.breadcrumb .item {
  position: relative;
}
.breadcrumb .item:not(:first-of-type) {
  padding-left: 30px;
}
.breadcrumb .item:not(:first-of-type):before {
  content: ">";
  position: absolute;
  left: 13px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    position: relative;
    font-family: "noto sans jp", sans-serif;
    color: #6a3906;
  }
  .breadcrumb .item:not(:first-of-type) {
    padding-left: 30px;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: ">";
    position: absolute;
    left: 13px;
    top: 0;
    color: rgb(77, 69, 69);
  }
}

.footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.footer .info_box {
  width: 1235px;
  max-width: 100%;
  margin: 0 auto clamp(88px, 6.944vw, 100px);
  -moz-column-gap: clamp(59px, 4.652vw, 67px);
       column-gap: clamp(59px, 4.652vw, 67px);
  grid-template-columns: clamp(434px, 33.958vw, 489px) clamp(603px, 47.152vw, 679px);
}
.footer .info_box .clinic_info {
  text-align: center;
}
.footer .info_box .clinic_info .clinic_icon {
  width: clamp(78px, 6.111vw, 88px);
  margin: 0 auto 10px;
}
.footer .info_box .clinic_info .clinic_name {
  margin: 0 auto 15px;
  letter-spacing: 0.2em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  font-weight: 600;
  text-wrap: nowrap;
  color: #444;
}
.footer .info_box .clinic_info .zipcode {
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #444;
}
.footer .info_box .clinic_info .address {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 24px;
  color: #444;
}
.footer .info_box .clinic_info .timetable {
  width: 100%;
}
.footer .info_box .map_box {
  width: clamp(603px, 47.152vw, 679px);
}
.footer .info_box .map_box iframe {
  margin-bottom: 30px;
}
.footer .info_box .map_box .traffic {
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.footer .info_box .map_box .traffic .text {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  text-align: left;
  position: relative;
}
.footer .info_box .map_box .traffic .text:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/common02/icon_bus.webp) center/contain no-repeat;
  width: 50px;
  height: 50px;
}
.footer .info_box .map_box .traffic .text:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/common02/icon_park.webp) center/contain no-repeat;
  width: 38px;
  height: 38px;
}
.footer .contact_box {
  margin: 0 auto 80px;
}
.footer .contact_box .contact_title {
  margin-right: clamp(115px, 9.027vw, 130px);
}
.footer .contact_box .contact_title .text {
  margin-top: -15px;
  letter-spacing: 0.2em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  color: #444;
}
.footer .contact_box .contact_reserve {
  margin-right: clamp(80px, 6.25vw, 90px);
}
.footer .footer_sitemap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto clamp(88px, 6.944vw, 100px);
  padding: 0 60px;
}
.footer .footer_sitemap .link_item {
  display: block;
  width: 100%;
  padding: 20px 0;
  padding-left: 3em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  position: relative;
}
.footer .footer_sitemap .link_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/images/common02/link_btn.webp) center/contain no-repeat;
  width: 38px;
  height: 38px;
}
.footer .footer_sitemap .link_item01 {
  display: block;
  width: 100%;
  padding: 20px 0;
  padding-left: 3em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  position: relative;
}
.footer .footer_sitemap .link_item01::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  background: url(/images/common02/link_sub_btn.webp) center/contain no-repeat;
  width: 19px;
  height: 14px;
}
.footer .footer_sitemap .main_grid {
  box-sizing: border-box;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: 1fr 2fr 1fr;
}
.footer .footer_sitemap .main_grid .wrapp03 .sub_grid {
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.footer .link_banner {
  margin: 0 auto clamp(149px, 11.666vw, 168px);
}
.footer .link_banner .link_lp {
  display: block;
  width: clamp(497px, 38.888vw, 560px);
  margin-right: clamp(56px, 4.375vw, 63px);
}
.footer .link_banner .link_recruit {
  display: block;
  width: clamp(497px, 38.888vw, 560px);
}
.footer .copyright {
  padding: 20px 0;
  letter-spacing: 0.2em;
  text-align: center;
  color: #444;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
  }
  .footer .info_box {
    width: 1235px;
    max-width: 100%;
    margin: initial;
    margin-bottom: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: 1fr;
  }
  .footer .info_box .clinic_info {
    text-align: center;
  }
  .footer .info_box .clinic_info .clinic_icon {
    width: 23.46vw;
    margin: 0 auto 2.66vw;
  }
  .footer .info_box .clinic_info .clinic_name {
    margin: 0 auto 4vw;
    letter-spacing: 0.2em;
    font-size: 6.58vw;
  }
  .footer .info_box .clinic_info .zipcode {
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    font-size: 3.46vw;
  }
  .footer .info_box .clinic_info .address {
    margin-bottom: 5.33vw;
    letter-spacing: 0.1em;
    font-size: 4.16vw;
  }
  .footer .info_box .clinic_info .timetable {
    width: 100%;
    margin-bottom: 8vw;
  }
  .footer .info_box .map_box {
    width: 100%;
  }
  .footer .info_box .map_box iframe {
    width: 100%;
    max-width: 100%;
    height: 64vw;
    margin-bottom: 8vw;
  }
  .footer .info_box .map_box .traffic {
    padding: 0 5.5vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: 1fr;
  }
  .footer .info_box .map_box .traffic .text {
    box-sizing: border-box;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 18vw;
    letter-spacing: 0.15em;
    line-height: 1.3;
    font-size: 4vw;
    position: relative;
  }
  .footer .info_box .map_box .traffic .text:nth-of-type(1) {
    margin-bottom: 4.2vw;
  }
  .footer .info_box .map_box .traffic .text:nth-of-type(1)::before {
    top: 0;
    left: 0;
    width: 13.33vw;
    height: 13.33vw;
  }
  .footer .info_box .map_box .traffic .text:nth-of-type(2)::before {
    top: 0;
    left: 2vw;
    width: 10.13vw;
    height: 10.13vw;
  }
  .footer .contact_box {
    display: none;
  }
  .footer .footer_sitemap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .footer .footer_sitemap .link_item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5.33vw 0;
    padding-left: 3em;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
    position: relative;
  }
  .footer .footer_sitemap .link_item::before {
    content: "";
    position: absolute;
    top: 2.66vw;
    left: 0;
    background: url(/images/common02/link_btn.webp) center/contain no-repeat;
    width: 10.13vw;
    height: 10.13vw;
  }
  .footer .footer_sitemap .link_item01 {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5.33vw 0;
    padding-left: 3em;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
    position: relative;
  }
  .footer .footer_sitemap .link_item01::before {
    content: "";
    position: absolute;
    top: 5.86vw;
    left: 3.73vw;
    background: url(/images/common02/link_sub_btn.webp) center/contain no-repeat;
    width: 5.06vw;
    height: 3.73vw;
  }
  .footer .footer_sitemap .wrapp01 {
    padding: 0 4vw;
  }
  .footer .footer_sitemap .main_grid {
    box-sizing: border-box;
    width: 100%;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: 1fr;
  }
  .footer .footer_sitemap .main_grid .wrapp02 {
    padding: 0 4vw;
  }
  .footer .footer_sitemap .main_grid .wrapp02 .sub_grid {
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .main_grid .wrapp03 {
    box-sizing: border-box;
    margin-bottom: 4vw;
    background-color: #FFF0F3;
    padding: 0 4vw;
  }
  .footer .footer_sitemap .main_grid .wrapp03 .sub_grid {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .main_grid .wrapp04 {
    padding: 0 5vw 13.8vw;
  }
  .footer .footer_sitemap .main_grid .wrapp04 .flexbox {
    margin-top: 4.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_sitemap .main_grid .wrapp04 .flexbox a {
    display: block;
    width: 63.466vw;
    height: 16.8vw;
  }
  .footer .footer_sitemap .main_grid .wrapp04 .flexbox a img {
    width: 100%;
    height: 100%;
  }
  .footer .link_banner {
    display: block;
    margin: 0 auto 2.4vw;
    padding: 0 2vw;
  }
  .footer .link_banner .link_lp {
    width: 96vw;
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .footer .link_banner .link_lp img {
    width: 100%;
  }
  .footer .link_banner .link_recruit {
    width: 96vw;
  }
  .footer .link_banner .link_recruit img {
    width: 100%;
  }
  .footer .copyright {
    padding: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 4.1vw;
  }
}

.to_top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 5px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 70px;
    height: 70px;
  }
  .to_top:hover {
    opacity: 1;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    box-sizing: border-box;
    position: fixed;
    z-index: 300;
    left: 0;
    bottom: -1.066vw;
    width: 100%;
    height: 21.33vw;
    display: flex;
    align-items: flex-start;
    background: initial;
    background-color: #fff;
  }
  .sp_fixed .web_reserve {
    width: 50%;
    height: 21.33vw;
    background: initial;
  }
  .sp_fixed .web_reserve a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: initial;
    border: initial;
    padding: 0;
  }
  .sp_fixed .web_reserve a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .web_reserve .btn_reserve {
    width: 50vw;
    height: 21.333vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sp_fixed .web_reserve .btn_reserve img {
    width: 100%;
  }
  .sp_fixed .tel_cont {
    width: 50%;
    background: initial;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: initial;
    border: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sp_fixed .tel_cont a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .tel_cont .btn_tel {
    width: 50vw;
    height: 21.333vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .sp_fixed .tel_cont .btn_tel img {
    width: 100%;
  }
  .sp_fixed .tel_cont .time_text01 {
    margin: 0;
    font-size: clamp(13px, 1.953vw, 15px);
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=common.css.map */