@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: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #313131;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #313131;
  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;
  }
}

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

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

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

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

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

.inner_s {
  max-width: 1076px;
}

.inner_l, .header_box {
  max-width: 1420px;
}

#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%;
  }
}

.section_top .section_01 {
  padding: 87px 0 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 50px 0 0;
  }
}
.section_top .section_01 .news_box {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .news_box {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.section_top .section_01 .news_box .box_1 {
  width: calc(100% - 211px);
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_box .box_1 {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .news_box .box_1 {
    width: 100%;
  }
}
.section_top .section_01 .news_box .box_2 {
  padding-top: 44px;
  width: 211px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_box .box_2 {
    padding-top: 20px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .news_box .box_2 {
    padding-top: 20px;
    width: 100%;
  }
}
.section_top .section_01 .about_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .about_box {
    align-items: flex-start;
  }
}
.section_top .section_01 .about_box .box_1 {
  width: 50%;
  display: grid;
  place-items: center;
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .about_box .box_1 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .about_box .box_1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.section_top .section_01 .about_box .box_1 > div {
  position: relative;
  width: 87%;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .about_box .box_1 > div {
    margin-right: 0;
  }
}
.section_top .section_01 .about_box .box_1 > div::after {
  position: absolute;
  content: "";
  background: url(../images/top_01_2.svg) no-repeat center/cover;
  aspect-ratio: 1/1;
  width: 113%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotation 50s linear infinite;
}
.section_top .section_01 .about_box .box_1 > div img {
  width: 100%;
}
.section_top .section_01 .about_box .box_2 {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .about_box .box_2 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .about_box .box_2 {
    width: 100%;
    padding: 0 8%;
  }
}
.section_top .section_01 .about_box .box_2 .ttl_01 {
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1;
}
.section_top .section_01 .about_box .box_2 .ttl_02 {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.5rem, 0.614rem + 1.85vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.section_top .section_01 .about_box .box_2 .txt_wrap {
  margin-bottom: 30px;
}
.section_top .section_01 .about_box .box_2 .txt_wrap p {
  line-height: 2;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .about_box .box_2 .txt_wrap p {
    margin-bottom: 20px;
  }
}
.section_top .section_01 .about_box .box_2 .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_top .section_02 {
  padding: 62px 0 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 50px 0 0;
  }
}
.section_top .section_02 .main_ttl, .section_top .section_02 .main_ttl_center {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .main_ttl, .section_top .section_02 .main_ttl_center {
    margin-bottom: 30px;
  }
}
.section_top .section_03 {
  padding: 90px 0 120px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 50px 0 65px;
  }
}
.section_top .section_03 .img_wrap {
  width: 50%;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_03 .img_wrap {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .img_wrap {
    padding-right: 16%;
    width: 100%;
  }
}
.section_top .section_03 .img_wrap img {
  border-radius: 0 25px 0 0;
}
.section_top .section_03 .text_wrap {
  padding-top: 50px;
  width: 50%;
  padding-right: 9.3%;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap {
    padding-top: 0;
    width: 100%;
    padding: 0 8%;
    margin-top: -26px;
  }
}
.section_top .section_03 .text_wrap .main_ttl, .section_top .section_03 .text_wrap .main_ttl_center {
  margin-bottom: 50px;
}
.section_top .section_03 .text_wrap ul > li {
  padding-bottom: 30px;
  border-bottom: dashed 1px #000;
  margin-bottom: 30px;
}
.section_top .section_03 .text_wrap ul > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap ul > li:last-of-type {
    padding-bottom: 30px;
    border-bottom: dashed 1px #000;
  }
}
.section_top .section_03 .text_wrap ul > li .ttl {
  font-weight: bold;
  font-size: clamp(1.375rem, 0.711rem + 1.39vw, 1.75rem);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding-left: 56px;
  position: relative;
}
.section_top .section_03 .text_wrap ul > li .ttl > span {
  font-size: clamp(0.875rem, 0.211rem + 1.39vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap ul > li .ttl {
    padding-left: 50px;
    margin-bottom: 15px;
  }
}
.section_top .section_03 .text_wrap ul > li .ttl::before {
  position: absolute;
  content: "";
  background: url(../images/dec_dot.svg) no-repeat center/cover;
  aspect-ratio: 1/1;
  width: 41px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section_top .section_03 .text_wrap ul > li .txt_wrap {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap ul > li .txt_wrap {
    margin-bottom: 15px;
  }
}
.section_top .section_03 .text_wrap .tel_wrap {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1200px) {
  .section_top .section_03 .text_wrap .tel_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap .tel_wrap {
    flex-wrap: wrap;
  }
}
.section_top .section_03 .text_wrap .tel_wrap .ttl_1 {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_03 .text_wrap .tel_wrap .ttl_1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_03 .text_wrap .tel_wrap .ttl_1 {
    width: 100%;
  }
}
.section_top .section_03 .text_wrap .tel_wrap span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.section_top .section_03 .text_wrap .tel_wrap .f_reservation_number {
  font-size: 2rem;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.section_treatment .section_01 {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 {
    padding: 40px 0 0;
  }
}
.section_treatment .section_01 .text_wrap {
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 2;
}
.section_treatment .section_01 .list_treatment_link_wrap {
  position: relative;
}
.section_treatment .section_01 .list_treatment_link_wrap::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_link_wrap::before {
    display: none;
  }
}
.section_treatment .section_01 .list_treatment_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.section_treatment .section_01 .list_treatment_link::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_link::before {
    display: none;
  }
}
.section_treatment .section_01 .list_treatment_link::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_link::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_link {
    margin-bottom: 60px;
  }
}
.section_treatment .section_01 .list_treatment_link > li {
  padding: 0 25px;
  background-color: #fff;
  border-right: solid 1px #000;
}
.section_treatment .section_01 .list_treatment_link > li:nth-of-type(1) {
  padding: 0 20px;
  border-left: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_link > li {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.section_treatment .section_01 .list_treatment_link > li > a {
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 400;
  position: relative;
}
.section_treatment .section_01 .list_treatment_link > li > a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_c.svg) no-repeat center top/contain;
  width: 19px;
  aspect-ratio: 1/1;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}
.section_treatment .section_01 .list_treatment_link > li > a:hover::before {
  opacity: 1;
}
.section_treatment .section_01 .list_treatment > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li {
    margin-bottom: 60px;
  }
}
.section_treatment .section_01 .list_treatment > li:last-of-type {
  margin-bottom: 0;
}
.section_treatment .section_01 .list_treatment > li > .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_treatment .section_01 .list_treatment > li > .contents > .img_wrap {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li > .contents > .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_treatment .section_01 .list_treatment > li > .contents > .img_wrap img {
  border-radius: 20px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap {
  width: 48%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li > .contents .contents_wrap {
    width: 100%;
  }
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .ttl {
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .ttl > span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 2px #000;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap p {
  margin-bottom: 15px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .list_tag {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .list_tag > li {
  display: inline-block;
  padding: 5px 20px;
  background-color: #E6E6E6;
  border-radius: 30px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap {
  margin-top: 56px;
  position: relative;
  border: solid #EEEAE5 2px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap {
    padding: 30px 20px 20px;
  }
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 52px;
  background-color: #EEEAE5;
  top: -26px;
  left: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap::before {
    height: 42px;
    top: -21px;
  }
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap .ttl2 {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap .ttl2 > span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 2px #000;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap .heading1 {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap table.treatment {
  width: 100%;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap table.treatment tr th {
  width: 30%;
  background-color: #E6E6E6;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 10px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap table.treatment tr td {
  width: 70%;
  background-color: #F8F8F8;
  border-bottom: 3px #fff solid;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap table.treatment tr:last-of-type th {
  border-bottom: none;
}
.section_treatment .section_01 .list_treatment > li > .contents .contents_wrap .treatment_wrap table.treatment tr:last-of-type td {
  border-bottom: none;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms {
  max-width: 1016px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li .list_symptoms {
    margin: 50px auto 0;
  }
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li {
  margin-bottom: 40px;
  background-color: #EEEAE5;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li:last-of-type {
  margin-bottom: 0;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li .heading {
  background-color: #B9AC97;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  padding: 18px 0;
  line-height: 1.5;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li > div {
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li .list_symptoms > li > div {
    padding: 20px;
  }
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li p {
  margin-bottom: 10px;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li p:last-of-type {
  margin-bottom: 0;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents .img_wrap {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents .img_wrap img {
  border-radius: 20px;
}
.section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents .txt_wrap {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment > li .list_symptoms > li .contents .txt_wrap {
    width: 100%;
  }
}
.section_treatment .section_01 .list_treatment_sub {
  max-width: 1016px;
  width: 100%;
  margin: auto;
}
.section_treatment .section_01 .list_treatment_sub > li {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_sub > li {
    margin-bottom: 60px;
  }
}
.section_treatment .section_01 .list_treatment_sub > li:last-of-type {
  margin-bottom: 0;
}
.section_treatment .section_01 .list_treatment_sub > li .img_wrap {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_sub > li .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_treatment .section_01 .list_treatment_sub > li .img_wrap img {
  border-radius: 20px;
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .list_treatment_sub > li .contents_wrap {
    width: 100%;
  }
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap .ttl {
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap .ttl > span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 2px #000;
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap .list_tag {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.section_treatment .section_01 .list_treatment_sub > li .contents_wrap .list_tag > li {
  display: inline-block;
  padding: 5px 20px;
  background-color: #E6E6E6;
  border-radius: 30px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.section_treatment .section_01 .note_box {
  max-width: 1016px;
  width: 100%;
  margin: auto;
  border: solid #E6E6E6 1px;
  padding: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_01 .note_box {
    padding: 20px;
  }
}
.section_treatment .section_02 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_02 {
    padding: 80px 0 0;
  }
}
.section_treatment .section_02 .low_main_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_treatment .section_02 .low_main_ttl {
    margin-bottom: 60px;
  }
}
.section_treatment .section_02 .note_box {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}

.section_clinicinfo .section_01 {
  padding: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_01 {
    padding: 60px 0 0;
  }
}
.section_clinicinfo .section_02 {
  padding: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_02 {
    padding: 45px 0 0;
  }
}
.section_clinicinfo .section_02 .inner_s::after {
  position: absolute;
  content: "";
  background: url(../images/dec_clinic_info.svg) no-repeat center/contain;
  aspect-ratio: 279/455;
  width: 279px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .section_clinicinfo .section_02 .inner_s::after {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_02 .inner_s::after {
    display: none;
  }
}
.section_clinicinfo .section_02 .info_ttl_wrap {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.section_clinicinfo .section_02 .info_ttl_wrap span {
  display: inline-block;
  background-color: #F58A3C;
  color: #fff;
  font-size: clamp(1.125rem, -0.425rem + 3.23vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.25;
  padding: 8px 35px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_02 .info_ttl_wrap span {
    padding: 8px 25px;
  }
}
.section_clinicinfo .section_02 .info_ttl_wrap span:last-of-type {
  margin-bottom: 0;
}
.section_clinicinfo .section_02 .txt_wrap {
  position: relative;
  z-index: 3;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.section_clinicinfo .section_03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_03 {
    padding: 80px 0 0;
  }
}
.section_clinicinfo .section_03 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section_clinicinfo .section_03 > div .img_wrap {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_03 > div .img_wrap {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.section_clinicinfo .section_03 > div .img_wrap img {
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.section_clinicinfo .section_03 > div .img_wrap::after {
  position: absolute;
  content: "";
  background-color: #FFEBDD;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_03 > div .img_wrap::after {
    left: -20px;
    top: 20px;
  }
}
.section_clinicinfo .section_03 > div .txt_wrap {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_03 > div .txt_wrap {
    width: 100%;
  }
}
.section_clinicinfo .section_03 > div .txt_wrap .ttl {
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.section_clinicinfo .section_03 > div .txt_wrap .ttl > span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 2px #000;
}
.section_clinicinfo .section_03 > div .txt_wrap p {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 2;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.section_clinicinfo .section_03 > div .txt_wrap p:last-of-type {
  margin-bottom: 0;
}
.section_clinicinfo .section_04 {
  padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_04 {
    padding: 80px 0 0;
  }
}
.section_clinicinfo .section_04 .txt_wrap {
  padding-top: 40px;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  margin-bottom: 40px;
}
.section_clinicinfo .section_04 .img_wrap_1 {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_04 .img_wrap_1 {
    margin-bottom: 15px;
  }
}
.section_clinicinfo .section_04 .img_wrap_1 img {
  width: 100%;
  border-radius: 15px;
}
.section_clinicinfo .section_04 .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_clinicinfo .section_04 .img_list > li {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .section_clinicinfo .section_04 .img_list > li {
    width: 48%;
    margin-bottom: 15px;
  }
}
.section_clinicinfo .section_04 .img_list > li img {
  border-radius: 15px;
}

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

.section_information_2 .section_01 {
  padding: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .section_information_2 .section_01 {
    padding: 80px 0 0;
  }
}
.section_information_2 .section_01 .blog_ttl_wrap .ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section_information_2 .section_01 .category_wrap {
  margin-bottom: 50px;
}
.section_information_2 .section_01 .category_wrap .data {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.section_information_2 .section_01 .article {
  line-height: 2;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.06em;
  font-weight: 400;
}
.section_information_2 .section_01 .article img {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_information_2 .section_01 .article img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section_information_2 .section_01 .article h1, .section_information_2 .section_01 .article h2, .section_information_2 .section_01 .article h3, .section_information_2 .section_01 .article h4 {
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section_information_2 .section_01 .article h1 {
  font-size: clamp(1.625rem, 1.489rem + 0.68vw, 2rem);
}
.section_information_2 .section_01 .article h2 {
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
}
.section_information_2 .section_01 .article h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.section_information_2 .section_01 .article h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.section_information_2 .section_01 .article a {
  display: inline-block;
  letter-spacing: 0.08em;
  font-weight: 400;
  border-bottom: solid 1px #000;
}
.section_information_2 .section_01 .article a:hover {
  color: #F58A3C;
}

.section_policy .section_01 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 80px 0 0;
  }
}
.section_policy .section_01 .ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 56px;
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    margin: 0 auto 20px;
  }
}

.header_box {
  padding-top: 20px;
  margin: 0 auto;
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 20px 8% 0;
  }
}

.header_ttl img.logo {
  width: 170px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 113px;
  }
}

.h_reservation_2 {
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  .h_reservation_2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .h_reservation_2 {
    display: none;
  }
}
.h_reservation_2 .ttl_1 {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.h_reservation_2 span {
  color: #F58A3C;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .h_reservation_2 span {
    font-size: 1.125rem;
  }
}
.h_reservation_2 span a {
  color: #F58A3C;
}
.h_reservation_2 .f_reservation_number {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .h_reservation_2 .f_reservation_number {
    font-size: 1.375rem;
  }
}
.h_reservation_2 p {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .h_reservation_2 p {
    font-size: 0.6rem;
  }
}

#gnavi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #gnavi {
    height: auto;
    width: 100%;
    padding-left: 0;
    background-color: #EEEAE5;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
#gnavi ul {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1200px) {
  #gnavi ul {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: auto;
  }
}
#gnavi ul li a {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li a {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li a {
    padding-top: 0;
    font-size: 1.1875rem;
    padding-left: 20px;
  }
}
#gnavi ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  background: url(../images/icon_c.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #gnavi ul li a::before {
    left: 0;
    top: 11px;
    width: 15px;
  }
}
#gnavi ul li a:hover::before {
  opacity: 1;
}
#gnavi ul li a.current::before {
  opacity: 1;
}

.sp_n_tel {
  text-align: center;
}
.sp_n_tel .ttl_1 {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.sp_n_tel span {
  color: #F58A3C;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.sp_n_tel span a {
  color: #F58A3C;
}
.sp_n_tel .f_reservation_number {
  font-size: 2rem;
}
.sp_n_tel p {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 20px;
    left: auto;
    right: 25px;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 68px;
    height: 68px;
    z-index: 10000;
    color: #fff;
    background-color: #F58A3C;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 20px;
    width: 28px;
    height: 2px;
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 17px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 24px;
    top: 27px;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 14px;
    top: 37px;
    opacity: 1;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(35deg);
    top: 34%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-35deg);
    width: 28px;
    top: 60%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  .menu-trigger.active p::before {
    content: "close";
  }
}
.menu-trigger p {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger p {
    position: absolute;
    display: block;
    font-size: 0.675rem;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    transition: 0.3s;
  }
  .menu-trigger p::before {
    content: "menu";
    color: #fff;
    font-size: 0.675rem;
    line-height: 1;
    transition: 0.3s;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
}

@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: #eeeae5;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    scrollbar-width: none;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

.mv_schedule {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  right: 9.3%;
  bottom: -82px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .mv_schedule {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv_schedule {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.mv_schedule table {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .mv_schedule table {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv_schedule table {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mv_schedule table tr th, .mv_schedule table tr td {
  font-weight: 400;
  font-size: clamp(0.563rem, -0.102rem + 1.39vw, 0.938rem);
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 0;
}
.mv_schedule table tr th {
  width: 8%;
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
.mv_schedule table tr th.h_1 {
  width: 28%;
}
.mv_schedule table tr td {
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
.mv_schedule table tr td:last-of-type {
  border-right: none;
}
.mv_schedule table tr:nth-of-type(1) th:last-of-type {
  border-right: none;
}
.mv_schedule table tr:last-of-type th, .mv_schedule table tr:last-of-type td {
  border-bottom: none;
}

.sp_fixed_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 8%;
  }
  .sp_fixed_btn a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 45px;
    background-color: #F58A3C;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 10px 10px 0 0;
  }
  .sp_fixed_btn a > span {
    display: inline-;
    position: relative;
    padding-left: 30px;
  }
  .sp_fixed_btn a > span::before {
    position: absolute;
    content: "";
    width: 24px;
    aspect-ratio: 1/1;
    top: 1px;
    left: 0;
  }
  .sp_fixed_btn a:nth-of-type(1) > span::before {
    background: url(../images/icon_sp_01.svg) no-repeat center/cover;
  }
  .sp_fixed_btn a:nth-of-type(2) > span::before {
    background: url(../images/icon_sp_02.svg) no-repeat center/cover;
  }
}

#footer {
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 90px;
  }
}

.footer_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin-bottom: 0;
  }
}

.footer_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer_left .map_wrap {
  width: 100%;
  aspect-ratio: 75/40;
  margin-bottom: 30px;
  border-radius: 0 25px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_left .map_wrap {
    border-radius: 0 0 0 0;
    aspect-ratio: 375/200;
  }
}
.footer_left .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.footer_left .txt_1 {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .footer_left .txt_1 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_left .txt_1 {
    text-align: left;
    padding: 0 8%;
  }
}
.footer_left .txt_1 p {
  margin-bottom: 10px;
}
.footer_left .txt_1 p:last-of-type {
  margin-bottom: 0;
}

.footer_right {
  width: 50%;
  padding-left: 60px;
  padding-right: 9.3%;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    padding: 0 8%;
  }
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .f_navi {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .f_navi {
    display: none;
  }
}
.f_navi li {
  display: inline-block;
  text-align: center;
}
.f_navi li a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.f_navi li a:hover {
  color: #F58A3C;
}

.f_logo {
  max-width: 170px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 20px;
  }
}

.copy {
  padding: 30px 30px 58px;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 30px 8% 40px;
  }
}

.f_reservation {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .f_reservation {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.f_reservation .box_l {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .f_reservation .box_l {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.f_reservation .box_l .ttl_1 {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.f_reservation span {
  color: #F58A3C;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.f_reservation span a {
  color: #F58A3C;
}
.f_reservation .f_reservation_number {
  font-size: 2rem;
}

.f_schedule table {
  width: 100%;
  max-width: 515px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .f_schedule table {
    margin-bottom: 10px;
  }
}
.f_schedule table tr th, .f_schedule table tr td {
  font-weight: 400;
  font-size: clamp(0.563rem, -0.102rem + 1.39vw, 0.938rem);
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 0;
}
.f_schedule table tr th {
  width: 8%;
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
.f_schedule table tr th.h_1 {
  width: 28%;
}
.f_schedule table tr td {
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
.f_schedule table tr td:last-of-type {
  border-right: none;
}
.f_schedule table tr:nth-of-type(1) th:last-of-type {
  border-right: none;
}
.f_schedule table tr:last-of-type th, .f_schedule table tr:last-of-type td {
  border-bottom: none;
}
.f_schedule p {
  font-size: clamp(0.75rem, 0.418rem + 0.69vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #313131;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  position: relative;
}
.main_img:before {
  position: absolute;
  content: "";
  background: url(../images/character_01.png) no-repeat center/cover;
  width: 206px;
  aspect-ratio: 206/294;
  left: 24.6%;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .main_img:before {
    width: 137px;
    left: 46%;
  }
}
@media screen and (max-width: 767px) {
  .main_img:before {
    left: auto;
    right: 6.4%;
    width: 137px;
  }
}
.main_img img.mv {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main_img img.mv {
    border-radius: 0;
  }
}
.main_img .mv_txt_wrap {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
}
.main_img .mv_txt_wrap span {
  display: inline-block;
  background-color: #fff;
  color: #F58A3C;
  font-size: clamp(1.75rem, 1.307rem + 0.92vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.25;
  padding: 8px 35px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap span {
    padding: 8px 25px;
  }
}
.main_img .mv_txt_wrap span:last-of-type {
  margin-bottom: 0;
}

.sub_header_wrap {
  position: relative;
}
.sub_header_wrap img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .sub_header_wrap img {
    aspect-ratio: 7/2;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .sub_header_wrap img {
    aspect-ratio: 2/1;
    border-radius: 15px;
  }
}
.sub_header_wrap .side_ttl {
  position: absolute;
  z-index: 5;
  left: 9.3%;
  bottom: 0;
  transform: translateY(60%);
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.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;
}

.list_news > li {
  border-bottom: dashed 1px #000;
}
.list_news > li:nth-of-type(1) > a {
  padding: 0 0 20px;
}
.list_news > li > a {
  display: flex;
  align-items: baseline;
  padding: 20px 78px 20px 0;
  position: relative;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .list_news > li > a {
    flex-wrap: wrap;
    padding: 20px 65px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .list_news > li > a {
    flex-wrap: wrap;
    padding: 20px 65px 20px 0;
  }
}
.list_news > li > a::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background-color: #000;
  top: calc(50% - 1px);
  right: 0;
}
.list_news > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.list_news > li > a span {
  padding: 0 40px 0 20px;
  display: inline-block;
  font-size: clamp(0.813rem, 0.591rem + 0.46vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  width: 142px;
}
@media screen and (max-width: 1200px) {
  .list_news > li > a span {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_news > li > a span {
    padding: 0;
    width: 100%;
  }
}
.list_news > li > a:hover {
  color: #F58A3C;
}

.list_about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_about > li {
  width: 22%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .list_about > li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .list_about > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .list_about > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_about > li .img_wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_about > li .img_wrap {
    width: 100%;
    aspect-ratio: 326/148;
    margin-bottom: 20px;
  }
}
.list_about > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .list_about > li .img_wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.list_about > li .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .list_about > li .ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .list_about > li .ttl {
    font-size: 1.25rem;
  }
}
.list_about > li .txt {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .list_about > li .txt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_about > li .txt {
    font-size: 0.875rem;
    padding: 0 8%;
  }
}
.list_about > li .btn {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .list_about > li .btn {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_about > li .btn {
    font-size: 0.875rem;
  }
}

.list_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.list_flow > li {
  display: block;
  width: 24.7%;
  aspect-ratio: 1/1;
  position: relative;
  border: solid 1px #E6E6E6;
}
@media screen and (max-width: 767px) {
  .list_flow > li {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 50px;
  }
  .list_flow > li:nth-of-type(3) {
    margin-bottom: 50px;
  }
  .list_flow > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_flow > li .step {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px 18px;
  z-index: 10;
  border-right: solid 1px #E6E6E6;
  border-left: solid 1px #E6E6E6;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .step {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .step {
    font-size: 0.9375rem;
  }
}
.list_flow > li .box {
  width: 100%;
  padding: 0 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .box {
    padding: 0 10px;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .box {
    padding: 0 22px;
  }
}
.list_flow > li .box .ttl {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .box .ttl {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .box .ttl {
    font-size: 1.25rem;
  }
}
.list_flow > li .box .ttl::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.list_flow > li .box .txt {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .box .txt {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .box .txt {
    font-size: 0.875rem;
  }
}
.list_flow > li .tel_wrap {
  text-align: center;
}
.list_flow > li span.tel {
  color: #F58A3C;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.938rem, 0.384rem + 1.15vw, 1.25rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_flow > li span.tel {
    font-size: 1.25rem;
  }
}
.list_flow > li span.tel a {
  color: #F58A3C;
}
.list_flow > li .reservation_number {
  font-size: clamp(1.125rem, 0.018rem + 2.31vw, 1.75rem);
  color: #F58A3C;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .list_flow > li .reservation_number {
    font-size: 1.75rem;
  }
}
.list_flow > li:nth-of-type(1) .box .ttl {
  padding-top: 27%;
}
.list_flow > li:nth-of-type(1) .box .ttl::before {
  background: url(../images/icon_step_01.svg) no-repeat center top/contain;
  width: 12.3%;
  aspect-ratio: 37/63;
}
.list_flow > li:nth-of-type(2) .box .ttl {
  padding-top: 24%;
}
.list_flow > li:nth-of-type(2) .box .ttl::before {
  background: url(../images/icon_step_02.svg) no-repeat center top/contain;
  width: 15%;
  aspect-ratio: 46/59;
}
.list_flow > li:nth-of-type(3) .box .ttl {
  padding-top: 19%;
}
.list_flow > li:nth-of-type(3) .box .ttl::before {
  background: url(../images/icon_step_03.svg) no-repeat center top/contain;
  width: 10%;
  aspect-ratio: 1/1;
}
.list_flow > li:nth-of-type(4) .box .ttl {
  padding-top: 23%;
}
.list_flow > li:nth-of-type(4) .box .ttl::before {
  background: url(../images/icon_step_04.svg) no-repeat center top/contain;
  width: 17.3%;
  aspect-ratio: 52/56;
  top: 0;
}

.list_property > li {
  margin-bottom: 40px;
}
.list_property > li:last-of-type {
  margin-bottom: 0;
}
.list_property > li .list_ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: dashed 1px #000;
  margin-bottom: 23px;
}
.list_property > li p {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.list_property > li p:last-of-type {
  margin-bottom: 0;
}

.dlist_policy {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  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;
}

table.schedule {
  width: 100%;
  max-width: 515px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  table.schedule {
    margin-bottom: 30px;
  }
}
table.schedule tr th, table.schedule tr td {
  font-weight: 400;
  font-size: clamp(0.563rem, -0.102rem + 1.39vw, 0.938rem);
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 0;
}
table.schedule tr th {
  width: 8%;
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
table.schedule tr th.h_1 {
  width: 28%;
}
table.schedule tr td {
  border-right: #313131 1px solid;
  border-bottom: #313131 1px solid;
}
table.schedule tr td:last-of-type {
  border-right: none;
}
table.schedule tr:nth-of-type(1) th:last-of-type {
  border-right: none;
}
table.schedule tr:last-of-type th, table.schedule tr:last-of-type td {
  border-bottom: none;
}

.top_ttl {
  font-size: clamp(1.625rem, 0.961rem + 1.39vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.top_ttl::after {
  display: block;
  content: attr(data-title);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.4;
  font-weight: 400;
  font-size: 0.9375rem;
}

.low_main_ttl {
  font-size: clamp(1.375rem, 0.268rem + 2.31vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 82px;
  line-height: 1.5;
  padding-bottom: 30px;
  border-bottom: dashed 1px #000;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .low_main_ttl {
    padding-left: 62px;
  }
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-left: 46px;
  }
}
.low_main_ttl::before {
  position: absolute;
  content: "";
  background: url(../images/ttl_dec_01.svg) no-repeat center/contain;
  width: 57px;
  aspect-ratio: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .low_main_ttl::before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .low_main_ttl::before {
    top: 3px;
    width: 32px;
  }
}

.main_ttl, .main_ttl_center {
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.main_ttl::before, .main_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  font-size: clamp(3.125rem, 2.018rem + 2.31vw, 3.75rem);
  margin-bottom: 5px;
  color: #BC9E4C;
}

.main_ttl_center {
  text-align: center;
}

.sub_ttl {
  font-size: 1.6875em;
  margin: 0 0 1em;
  line-height: 1.7;
}

.article_ttl {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #313131;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

.side_ttl {
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.side_ttl::before {
  display: block;
  content: attr(data-title);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  font-size: clamp(3.125rem, 2.018rem + 2.31vw, 3.75rem);
  margin-bottom: 5px;
  color: #BC9E4C;
}

.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.h_button, a.button_02, a.button_01, a.button_01_center, a.f_button {
  display: grid;
  place-items: center;
  position: relative;
  width: 200px;
  height: 45px;
  background-color: #F58A3C;
  color: #fff;
  border-radius: 30px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  a.h_button, a.button_02, a.button_01, a.button_01_center, a.f_button {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  a.h_button, a.button_02, a.button_01, a.button_01_center, a.f_button {
    width: 200px;
  }
}
a.h_button::after, a.button_02::after, a.button_01::after, a.button_01_center::after, a.f_button::after {
  position: absolute;
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../images/icon_c_white.svg) no-repeat center/contain;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 1200px) {
  a.h_button::after, a.button_02::after, a.button_01::after, a.button_01_center::after, a.f_button::after {
    width: 12px;
  }
}
a.h_button:hover, a.button_02:hover, a.button_01:hover, a.button_01_center:hover, a.f_button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a.button_01, a.button_01_center {
  width: 230px;
  height: 50px;
}
a.button_01::after, a.button_01_center::after {
  top: 18px;
}
@media screen and (max-width: 767px) {
  a.button_01::after, a.button_01_center::after {
    top: 20px;
  }
}

a.button_01_center {
  margin: auto;
}

a.button_02 {
  width: 147px;
  height: 32px;
  font-size: 0.8125rem;
}
a.button_02::after {
  top: 12px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  a.button_02::after {
    top: 12px;
  }
}

a.sp_n_button {
  display: grid;
  place-items: center;
  position: relative;
  width: 80%;
  height: 58px;
  background-color: #F58A3C;
  color: #fff;
  border-radius: 30px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
}
a.sp_n_button::after {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon_c_white.svg) no-repeat center/contain;
  top: 20px;
  right: 13px;
}

a.top_fix_button {
  position: fixed;
  right: 2.8%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F58A3C;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 55px;
  height: 220px;
  z-index: 10;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  a.top_fix_button {
    display: none;
  }
}
a.top_fix_button > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
a.top_fix_button > div::after {
  position: absolute;
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../images/icon_c_white.svg) no-repeat center/contain;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
a.top_fix_button > div > span {
  transform: rotate(90deg);
  white-space: nowrap;
}
a.top_fix_button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a.more {
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 50px;
}
a.more::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background-color: #000;
  top: 11px;
  right: 0;
  transition: 0.3s;
}
a.more::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
a.more:hover {
  color: #F58A3C;
}
a.more:hover::before {
  background-color: #F58A3C;
}
a.more:hover::after {
  border-top: 2px solid #F58A3C;
  border-right: 2px solid #F58A3C;
}
a.btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 40px;
  border-bottom: solid 1px #000;
}
a.btn::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  background-color: #000;
  top: 14px;
  right: 0;
  transition: 0.3s;
}
a.btn::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
a.btn:hover {
  color: #F58A3C;
}
a.btn:hover::before {
  background-color: #F58A3C;
}
a.btn:hover::after {
  border-top: 2px solid #F58A3C;
  border-right: 2px solid #F58A3C;
}

#list_breadcrumb {
  font-size: clamp(0.625rem, 0.182rem + 0.92vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 33px 0 0;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #list_breadcrumb {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 50px 0 0;
  }
}

.grecaptcha_text {
  padding: 20px 30px 0;
  text-align: center;
  font-size: clamp(0.625rem, 0.182rem + 0.92vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    padding: 20px 8% 0;
  }
}

.wp-pagenavi {
  margin: 40px -1em -1em 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 20px 1em 0;
  background: #D1BB7F;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #BC9E4C;
}
.wp-pagenavi .current {
  background: #BC9E4C;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

/* 配置 */
.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;
  }
}

.text_box {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}

.txt_14 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.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: "Noto Sans JP", 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: #313131;
  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: #313131;
  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;
}

.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;
}

.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;
  }
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #313131;
  border-bottom: 1px dashed #313131;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 2em 25px;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 5%;
  }
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a {
    padding-left: 30px;
  }
}
.list_pagination li.prev a:before {
  left: 0;
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
.list_pagination li.middle a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a {
    padding-right: 30px;
  }
}
.list_pagination li.next a:before {
  right: 0;
  transform: scale(-1, 1);
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 34px;
  aspect-ratio: 34/12;
  top: 10px;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .list_pagination li a:before {
    width: 20px;
  }
}

.sp_blog_list {
  display: block;
  text-align: center;
  font-weight: 400;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.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;
  }
}
.swiper_top .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper_top .swiper-wrapper .swiper-slide:nth-of-type(even) {
  padding-top: 70px;
}
.swiper_top .swiper-wrapper .swiper-slide img {
  border-radius: 15px;
}/*# sourceMappingURL=layout.css.map */