@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > :where(section ~ section), .flex2 > :where(section ~ section) {
  margin-top: 4rem;
}
.main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
  margin-top: 2rem;
}
.main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 4rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #F0F6E9;
  text-align: center;
  border: solid #DBDBD1;
  border-width: 1px 0;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #DBDBD1;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #DBDBD1;
  line-height: 1;
  color: #9AC46B;
}
.tbl_time_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.tbl_time_caption dt, .tbl_time_caption dd {
  padding: 0.2rem 0.5rem;
  margin-top: 0.5rem;
}
.tbl_time_caption dt {
  width: 5em;
  text-align: center;
  background: #fff;
  color: #6C9BC4;
  border: 1px solid #C46C9B;
}
.tbl_time_caption dd {
  width: calc(100% - 5em);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] {
    padding: 2rem 0;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
  .tbl_time_caption {
    margin-top: 1rem;
  }
  .tbl_time_caption dt, .tbl_time_caption dd {
    margin-top: 2rem;
    padding: 0.5rem 2rem;
  }
  .tbl_time_caption dt {
    width: 12rem;
  }
  .tbl_time_caption dd {
    width: calc(100% - 12rem);
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid #DCDCDC;
  padding: 0.3rem 0.5rem;
}
.table_0.table_1 th[scope=col] {
  color: #fff;
  background: #9AC46B;
}
.table_0.table_1 th[scope=row] {
  background: #FDFAF2;
}
.table_0.table_1 td {
  text-align: right;
}
.table_0.table_2 th[scope=col] {
  color: #fff;
  background: #AECF88;
}
.table_0.table_2 th[scope=row] {
  background: #FDFAF2;
}
.table_0.table_2 td {
  text-align: right;
}
.table_0.table_3 tr th {
  background: #9AC46B;
  color: #fff;
}
.table_0.table_3 tr:nth-child(2n) th {
  background: #AECF88;
}
.table_0.table_3 tr:nth-child(2n) td {
  background: #FDFAF2;
}

@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 2rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 13rem;
  background: url("../img/tit_01.png") no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  padding: 0.5rem 1rem;
  background: url("../img/h2_bg.svg") left top no-repeat;
  background-size: 3.5rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding-bottom: 0.3rem;
  color: #9AC46B;
  border-bottom: 2px solid #F0F6E9;
  position: relative;
}
.tit_03::before {
  content: "";
  height: 2px;
  width: 2.5em;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #9AC46B;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: #fff;
  background: #6C9BC4;
  border-radius: 0.7rem;
  padding: 0.5rem 0.5rem 0.6rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border-left: 2px solid;
  padding: 0 0.5rem 0.1rem;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1em;
  position: relative;
  padding-left: 1.1em;
}
.tit_06::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.35em;
  font-size: 1rem;
}

.top_tit_02 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 2;
}
.top_tit_02 span {
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #9AC46B;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 26rem;
    background: url("../img/tit_01.png") no-repeat center center/auto;
    font-size: 4rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 4rem;
    padding: 1.5rem 3rem;
    min-height: 8rem;
    background-size: auto 8rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding-bottom: 1.4rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 1rem 1.4rem 1.1rem;
    border-radius: 1.5rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding: 0.5rem 1.2rem 0.6rem;
  }
  .tit_06 {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
  .tit_06::before {
    top: 0.5em;
  }
  .top_tit_02 {
    font-size: 4rem;
  }
  .top_tit_02 span {
    font-size: 1.8rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:where(:not(:last-child)) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #726357;
  position: absolute;
  left: 0;
  color: #9AC46B;
  font-size: 1rem;
  top: 0.3em;
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #726357;
  font-size: 1.4rem;
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #726357;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #726357;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.8em;
  }
  .lst_ul.kome > li::before {
    font-size: 1.6rem;
    top: auto;
  }
  .lst_ul.lst_ul_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: block;
  padding: 0.4rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  color: #9AC46B;
  text-align: center;
  border: 2px solid #9AC46B;
  text-decoration: none !important;
  border-radius: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.5rem 3rem;
    border-radius: 2.3rem;
    min-width: 24rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: #9AC46B;
    color: #fff;
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: #726357;
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #726357;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\71";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\77";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #726357;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #726357;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #726357;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbf5d3));
  background: linear-gradient(transparent 60%, #fbf5d3 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1.5rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: #FDFAF2;
}
.txt_box.txt_box2 {
  background: #F0F5F9;
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 3rem;
  }
}
.nav_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menu li {
  width: 48%;
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e4a3";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: 24%;
  }
  .nav_menu li a {
    height: 6rem;
    letter-spacing: 1rem;
  }
  .nav_menu li a:hover {
    background: #ccc;
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.phtxt_box {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .phtxt_box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #726357;
  font-family: "Zen Maru Gothic", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  text-decoration: underline;
  color: #9AC46B;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 8rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header > .wrap .headR ul li .tel {
  font-size: 1.6rem;
  background: #9AC46B;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  height: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.header > .wrap .headR ul li .tel::before {
  font-family: "fontello";
  content: "\e809";
}
.header > .wrap .headR ul li.acs {
  font-size: 90%;
  width: 55%;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 40rem;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header > .wrap .headR ul li .tel {
    width: 32rem;
    height: 8rem;
    font-size: 3.4rem;
    border-radius: 3rem;
    margin-left: 1.5rem;
    letter-spacing: 0.2rem;
  }
  .header > .wrap .headR ul li .tel::before {
    padding-top: 0.3rem;
    padding-right: 0.5rem;
    font-size: 80%;
  }
  .header > .wrap .headR ul li.acs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.43rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #AECF88;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 0 0 0.5rem 0.5rem;
}
#nav .gnav_subnav .gnav {
  border-top: 1px dotted #726357;
  border-bottom: 1px dotted #726357;
}
#nav .gnav_subnav .gnav > li {
  padding: 0.5rem 0;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #726357;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #fff;
  background: #9AC46B;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e800";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9AC46B;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e803";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  margin-top: 0.5rem;
  width: 49%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 0.5rem 0rem 0.5rem 1rem;
  color: #726357;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #726357;
  background: rgba(114, 99, 87, 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    background: #F0F6E9;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    padding: 0 1rem;
    border-right: 1px dotted #DBDBD1;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px dotted #DBDBD1;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    height: 4rem;
    margin: 0;
    cursor: pointer;
    border-radius: 1rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
    padding-top: 0.2rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
    color: #fff;
    background: #9AC46B;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: calc(200% - 2rem);
    position: absolute;
    left: 0;
    background: #fff;
    padding: 1rem;
    margin: 0 1rem;
    border-radius: 1rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 49.5%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.sidebar {
  padding: 4rem 1rem;
}
.sidebar .top_tit_02 {
  background: url("../img/h2_bg4.svg") left calc(50% + 1.8em) top no-repeat;
  background-size: 2.3em;
}
.sidebar .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #DBDBD1;
  border-radius: 1.5rem;
  overflow: hidden;
}
.sidebar .subnav li {
  width: 50%;
  text-align: center;
  border-top: 1px solid #DBDBD1;
}
.sidebar .subnav li:where(:nth-child(2n)) {
  border-left: 1px solid #DBDBD1;
}
.sidebar .subnav li:where(:nth-child(1), :nth-child(2)) {
  border-top: none;
}
.sidebar .subnav li a {
  padding: 70% 0 1rem;
  font-size: 1.2rem;
  position: relative;
  display: block;
}
.sidebar .subnav li a::before {
  font-family: "fontello";
  content: "\e4a2";
  padding-right: 0.5rem;
  color: #9AC46B;
}
.sidebar .subnav li a::after {
  content: "";
  width: 50%;
  aspect-ratio: 1/1;
  display: block;
  background: center center no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
}
.sidebar .subnav li.stress a::after {
  background-image: url("../img/icon_treatment_01.svg");
}
.sidebar .subnav li.depression a::after {
  background-image: url("../img/icon_treatment_02.svg");
}
.sidebar .subnav li.bipolar a::after {
  background-image: url("../img/icon_treatment_03.svg");
}
.sidebar .subnav li.schizophrenia a::after {
  background-image: url("../img/icon_treatment_04.svg");
}
.sidebar .subnav li.ocd a::after {
  background-image: url("../img/icon_treatment_05.svg");
}
.sidebar .subnav li.social a::after {
  background-image: url("../img/icon_treatment_06.svg");
}
.sidebar .subnav li.oldage a::after {
  background-image: url("../img/icon_treatment_07.svg");
}
.sidebar .subnav li.panic a::after {
  background-image: url("../img/icon_treatment_08.svg");
}
.sidebar .subnav li.ddpd a::after {
  background-image: url("../img/icon_treatment_09.svg");
}
.sidebar .subnav li.sleep a::after {
  background-image: url("../img/icon_treatment_10.svg");
}
.sidebar .subnav li.second a::after {
  background-image: url("../img/icon_treatment_11.svg");
}
.sidebar .subnav li.family a::after {
  background-image: url("../img/icon_treatment_12.svg");
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
    padding: 8rem 0 10rem;
  }
  .sidebar .top_tit_02 {
    background-size: 9.5rem;
    padding-top: 1rem;
    margin-bottom: 6rem;
  }
  .sidebar .tit {
    font-size: 2.4rem;
    text-align: center;
  }
  .sidebar .subnav {
    width: 1200px;
    margin: auto;
  }
  .sidebar .subnav li {
    width: 25%;
    border-left: 1px solid #DBDBD1;
  }
  .sidebar .subnav li:nth-child(4n+1) {
    border-left: none;
  }
  .sidebar .subnav li:nth-child(3), .sidebar .subnav li:nth-child(4) {
    border-top: none;
  }
  .sidebar .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.2rem 0.6rem 3rem;
    position: relative;
    font-size: 2rem;
    height: 22rem;
  }
  .sidebar .subnav li a::after {
    width: 10rem;
    height: 10rem;
    top: 3rem;
  }
  .sidebar .subnav li a:is(:hover, :focus-visible) {
    background: #F0F5F9;
    color: #9AC46B;
    opacity: 1;
  }
  .sidebar .subnav li a:is(:hover, :focus-visible)::before {
    color: #C46C9B;
  }
}
.overview {
  padding: 5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #FDFAF2 url("../img/bg_namitop.png") center top no-repeat;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd {
  padding: 0.6rem;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  text-align: center;
  color: #9AC46B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid;
}
.overview > .wrap .gaiyo dt:nth-of-type(1) {
  border-top: 1px solid;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  border-bottom: 1px solid #DBDBD1;
}
.overview > .wrap .gaiyo dd:nth-of-type(1) {
  border-top: 1px solid #DBDBD1;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR {
  margin-bottom: 3rem;
}
.overview .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 2rem;
  color: #9AC46B;
  background: #fff;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 2px solid;
}
.overview .tel_box .tel_caption {
  font-size: 1.2rem;
  line-height: 1.3;
}
.overview .tel_box .tel {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .tel_box .tel::before {
  font-family: "fontello";
  content: "\e809";
  padding-right: 0.5rem;
}

.gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    width: 41.8rem;
    margin: 0;
  }
  .overview .tel_box {
    margin-top: 3rem;
    font-weight: bold;
    padding: 1.8rem 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .tel_box .tel_caption {
    font-size: 1.6rem;
  }
  .overview .tel_box .tel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd {
    padding: 1.8rem 0;
  }
  .overview > .wrap .gaiyo dt {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
}
.gmap {
  height: 45rem;
}

#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  display: block;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #9AC46B;
  font-family: "Quicksand", sans-serif;
}
#tel_up ul li .tel a::before {
  font-family: "fontello";
  content: "\e809";
  padding-right: 0.5rem;
  font-size: 80%;
  padding-top: 0.3rem;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #9AC46B;
  overflow: hidden;
  position: relative;
  z-index: 101;
  color: #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    background: #C46C9B;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #9AC46B;
  color: #fff;
  padding: 1rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
  }
  .footer .copy {
    margin: 3rem 0 0;
    font-size: 1.6rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    color: #333;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    color: #9AC46B;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/index_keyvsl_over.png") center bottom no-repeat;
  background-size: auto 100%;
  z-index: 1;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
  visibility: hidden;
  background: #FDFAF2;
}
.keyvsl #keyvsl .slick-list div img {
  height: 20rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap .catch {
  background: url("../img/index_renew_bg.png") center top no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  width: 10em;
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    background: #FDFAF2;
  }
  .keyvsl #keyvsl {
    height: 61rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 59rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 5rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.4rem;
    right: calc(50% - 60rem);
    bottom: -2.8rem;
  }
  .keyvsl > .wrap .catch span span {
    font-size: 1.8rem;
  }
}
.info {
  padding: 4rem 1rem 6rem;
  background: #FDFAF2 url("../img/bg_namibottom.png") center bottom no-repeat;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #9AC46B;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #DBDBD1;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 12.7rem;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .top_tit_02 {
    width: 29rem;
    text-align: left;
    font-size: 3.2rem;
  }
  .info .wrap .top_tit_02 span {
    font-size: 1.6rem;
  }
  .info .wrap dl {
    max-height: 40rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    padding-left: 4rem;
    font-size: 2rem;
    position: relative;
  }
  .info .wrap dl dt span {
    display: none;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
    position: absolute;
    left: 1px;
    font-size: 2.5rem;
    line-height: 1.7;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding-top: 1.6rem;
  }
  .info .wrap dl dt:hover {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
    padding-left: 4rem;
    font-size: 1.8rem;
  }
}
.feature {
  margin: 4rem 1rem;
}
.feature .top_tit_02 {
  background: url("../img/h2_bg2.svg") left calc(50% - 2.2em) top no-repeat;
  background-size: 2.3em;
}
.feature ol {
  counter-reset: number 0;
  margin: 4rem 2rem 2rem;
}
.feature ol li {
  counter-increment: number 1;
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature ol li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  text-align: center;
  top: 17rem;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1rem;
}
.feature ol li::after {
  content: "";
  width: 100%;
  height: 22rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background: center top no-repeat;
  background-size: 90%;
}
.feature ol li.counseling::before {
  padding-left: 0.5rem;
}
.feature ol li.counseling::after {
  background-image: url("../img/top_identity_01.png");
}
.feature ol li.recovery::after {
  background-image: url("../img/top_identity_02.png");
}
.feature ol li.learning::before {
  top: 18rem;
}
.feature ol li.learning::after {
  background-image: url("../img/top_identity_03.png");
}
.feature ol li.support::before {
  top: 17.5rem;
}
.feature ol li.support::after {
  background-image: url("../img/top_identity_04.png");
}

@media screen and (min-width: 48em), print {
  .feature {
    width: 1200px;
    margin: 9.5rem auto 10rem;
    position: relative;
  }
  .feature .top_tit_02 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11rem;
    height: 7em;
    line-height: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 2.4rem;
    font-size: 4rem;
    letter-spacing: 1rem;
    background-position: center top;
    background-size: 100%;
  }
  .feature .top_tit_02 span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: absolute;
    bottom: -1.5rem;
    letter-spacing: 0.1rem;
    font-size: 1.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .feature .feature_list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature .feature_list li {
    width: 48rem;
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
  .feature .feature_list li::before {
    font-size: 3.2rem;
    top: 31rem !important;
  }
  .feature .feature_list li::after {
    height: 37.5rem;
    width: 42rem;
    margin: 0 auto 2rem;
    background-position: center bottom;
  }
}
.symptoms {
  background: url("../img/bg_namitop.png") center top no-repeat, url("../img/bg_namibottom.png") center bottom no-repeat #FDFAF2;
  padding: 4rem 1rem;
}
.symptoms .top_tit_02 {
  line-height: 1.6;
  padding-top: 0.5rem;
  background: url("../img/h2_bg3.svg") left calc(50% - 2.5em) top no-repeat;
  background-size: 2.3em;
}
.symptoms .top_tit_02 span {
  margin-top: 0.6rem;
}
.symptoms .lst_ul::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  background: url("../img/top_symptoms.png") center top no-repeat;
  background-size: contain;
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 9rem 0 11rem;
  }
  .symptoms .top_tit_02 {
    background-size: 10rem;
    background-position: left calc(50% - 6.2em) top;
    padding-top: 1rem;
  }
  .symptoms .lst_ul {
    width: 108rem;
    margin: auto;
    position: relative;
    height: 40rem;
    font-size: 2rem;
    padding-top: 6rem;
  }
  .symptoms .lst_ul > li:not(:last-child) {
    margin-bottom: 1em;
  }
  .symptoms .lst_ul::before {
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.bnr {
  margin: 2rem 0.5rem;
  display: block;
  text-align: center;
}
.bnr a.link_wrap {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .bnr {
    margin: 5rem auto;
  }
  .bnr img {
    width: 95%;
  }
}
body:where(:not(.index)) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 3rem 1rem 6rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .main {
    width: 100rem;
    margin: 4rem auto 8rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  color: #9AC46B;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: "＞";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
/*.dr_name {
  text-align: right;
  span {
    font-size: 120%;
  }
}*/
.doctor_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor_flex p {
  margin: 0;
}
.doctor_flex img {
  margin-right: 0;
  margin-bottom: 10px;
}
.doctor_flex .dr_name {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .doctor_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .doctor_flex p {
    /*margin: 0;*/
  }
  .doctor_flex img {
    margin-right: 10px;
    margin-bottom: 0;
    max-height: calc(4.5em + 1rem);
  }
  .doctor_flex .dr_name {
    text-align: left;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #726357;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #726357;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow li {
  position: relative;
  margin: 0;
  border: 2px solid #9AC46B;
  border-radius: 1.5rem;
  padding: 2rem;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dt {
  position: relative;
  margin: 0;
  border: solid #9AC46B;
  border-width: 2px 2px 0 2px;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1rem;
  line-height: 1.5;
}
.lst_flow .lst_flow_tit {
  counter-increment: number 1;
  color: #9AC46B;
  border-bottom: 2px dotted;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.5em;
}
.lst_flow .lst_flow_tit::before {
  content: "Q" counter(number) ".";
  position: absolute;
  left: 1rem;
}
.lst_flow dd {
  padding: 1rem;
  position: relative;
  margin: 0;
  border: solid #9AC46B;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 1.5rem 1.5rem;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 3rem;
}

@media screen and (min-width: 48em), print {
  .lst_flow .lst_flow_tit {
    font-size: 2.4rem;
  }
  .lst_flow li {
    padding: 3rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7.5rem;
    border-top: 3rem solid #9AC46B;
    border-right: 6rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 6rem solid transparent;
  }
  .lst_flow dt, .lst_flow dd {
    padding: 2rem;
  }
  .lst_flow dt.lst_flow_tit {
    font-size: 2.2rem;
  }
  .lst_flow dt.lst_flow_tit::before {
    left: 2rem;
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 6rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

body.treatment .main {
  counter-reset: number 0;
}
body.treatment h2 {
  counter-increment: number 1;
}
body.treatment h2::before {
  content: "Care." counter(number);
  margin-right: 1rem;
}

body.expense .price th, body.expense .price td {
  width: 50%;
}
body.expense .price td {
  text-align: right;
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #726357;
  margin-right: 0.4rem;
}
.anc li a {
  color: #726357;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}