@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;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

.undeline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.d_flex {
  display: flex !important;
}

.justify-content {
  justify-content: center !important;
}

.red {
  color: #ff0000 !important;
}

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

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.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 !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .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: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}
.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;
  font-size: 90%;
  text-align: center;
  background: #223A70;
  color: #fff;
  border-left: 1px solid #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #333;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0rem;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.7rem 0 1.4rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] {
    padding: 2rem 0 1.8rem;
  }
  .tbl_time tr td {
    padding: 2rem 1.8rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
table:last-child {
  margin-bottom: 0;
}
table.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
table.table_0 th, table.table_0 td {
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #DCDCDC;
  font-size: 1.2rem;
}
table.table_0 th {
  font-weight: normal;
}
table.table_0 th[scope=col] {
  color: #fff;
}
table.table_1 th[scope=col] {
  background: #223A70;
}
table.table_1 th[scope=row] {
  background: #D2D7E2;
}
table.table_1 td.td_bg {
  background: #DBE3F1;
}
table.table_2 th[scope=col] {
  background: #5DC1CF;
}
table.table_2 th[scope=row] {
  background: #CCEFEC;
}
table.table_2 td.td_bg {
  background: #E6F7F6;
}

@media screen and (min-width: 48em), print {
  table.table_0 {
    margin-bottom: 4rem;
  }
  table.table_0 th, table.table_0 td {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) 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;
  color: #223A70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.tit_02 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  color: #223A70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 3px solid #81D8D0;
  padding-bottom: 1rem;
  text-align: center;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4B75BA;
  background: #DBE3F1;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5DC1CF;
  position: relative;
  padding-bottom: 1rem;
}
.tit_04::before, .tit_04::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
}
.tit_04::before {
  background: #DCDCDC;
  width: 100%;
}
.tit_04::after {
  background: #5DC1CF;
  width: 7rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4B75BA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px dotted;
}

.tit_06 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #223A70;
  color: #fff;
  padding: 0 0.7rem 0.2rem;
}

.tit_top2 {
  color: #223A70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 1em;
}
.tit_top2::before {
  content: attr(data-txt);
  color: #5DC1CF;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.3rem;
}
.tit_top2 span {
  display: block;
}
.tit_top2 span:first-letter {
  color: #5DC1CF;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 4rem;
    padding-bottom: 2rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    width: 14rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
  .tit_top2 {
    font-size: 4.2rem;
  }
  .tit_top2::before {
    font-size: 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  padding: 1rem 0;
}
.lst_ul > li {
  padding: 0;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #223A70;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}

.notes {
  color: #D50000;
}

.lst_ul_disc {
  padding: 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: #333;
}

.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: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
}

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

@media screen and (min-width: 48em), print {
  .lst_ul.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.flex > li:not(:nth-child(3n)), .lst_ul.flex > li:not(:last-child) {
    margin-right: 0;
  }
  .lst_ul.flex_2 > li {
    min-width: calc((100% - 1rem) / 2);
  }
  .lst_ul.flex_3 {
    gap: 1rem;
  }
  .lst_ul.flex_3::after {
    content: "";
    width: calc((100% - 2rem) / 3);
  }
  .lst_ul.flex_3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_ul.flex_4::before, .lst_ul.flex_4::after {
    content: "";
    width: calc((100% - 3rem) / 4);
    order: 2;
  }
  .lst_ul.flex_4 > li {
    width: calc((100% - 3rem) / 4);
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

.flex_right {
  display: flex;
  justify-content: flex-end;
}
.flex_right a {
  margin-right: 0;
}

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

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0.5rem 3rem;
  background: #fff;
  color: #fff !important;
  text-decoration: none !important;
  background: #223A70;
  position: relative;
  border-radius: 0.3rem;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e80d";
  position: absolute;
  right: 1rem;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    max-width: 36rem;
    width: 100%;
    padding: 1.5rem 4rem;
    font-size: 2rem;
    border-radius: 0.6rem;
    margin: 4rem auto 0;
  }
  .btn_detail::after {
    right: 3rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: #5DC1CF;
    color: #fff;
  }
}

.linkout {
  display: inline-block;
  color: #333;
  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: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff !important;
  background: #4B75BA;
  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: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    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) {
    background: #B3C717;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: 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: #4B75BA;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

@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%, #DDF240));
  background: linear-gradient(transparent 60%, #DDF240 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);
}

.phtxt_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.phtxt_box:last-child {
  margin-bottom: 0;
}
.phtxt_box .ph {
  order: -1;
  margin-bottom: 1rem;
  border-bottom: 4px solid #81D8D0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 48em), print {
  .phtxt_box {
    flex-direction: row;
    align-items: flex-start;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
    margin-right: 3rem;
  }
  .phtxt_box.phtxt_box_l .ph {
    margin-right: 3rem;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
    margin: 0 0 0 3rem;
  }
  .phtxt_box:nth-child(2n) .ph {
    order: 1;
    margin: 0 0 0 3rem;
  }
}
.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: #E6F7F6;
}
.txt_box.txt_box2 {
  background: #DBE3F1;
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
  }
}
.reservation {
  position: fixed;
  right: 0;
  top: 15rem;
  z-index: 100;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  display: flex;
  justify-content: space-between;
}
.reservation a {
  width: 100%;
  display: block;
  background: #223A70;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 1.7rem 1rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 0.3rem 0 0 0.3rem;
}
.reservation a::before {
  font-family: "fontello";
  content: "\e80c";
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.reservation .instagram {
  margin-top: 1em;
  padding: 1.45rem 1.45rem;
  background: #fff;
}
.reservation .instagram::before {
  content: none;
}
.reservation .instagram:hover {
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .reservation {
    top: 20rem;
  }
  .reservation a {
    font-size: 2rem;
    padding: 2rem 2rem;
    border-radius: 0.6rem 0 0 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .reservation a::before {
    margin-bottom: 1rem;
  }
  .reservation a:is(:hover, :focus-visible) {
    background: #5DC1CF;
  }
  .reservation .instagram {
    padding: 1.5rem 2rem;
  }
}
.lst_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 5rem;
}
.lst_menu > li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
}
.lst_menu > li a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none !important;
  padding: 0.5rem 0;
  background: #DBE3F1;
  color: #4B75BA;
  border: 1px solid #4B75BA;
}
.lst_menu > li a::after {
  font-family: "fontello";
  content: "\72";
  margin-left: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .lst_menu {
    gap: 2rem;
    margin-bottom: 10rem;
  }
  .lst_menu > li {
    width: calc((100% - 4rem) / 3);
  }
  .lst_menu > li a {
    font-size: 1.8rem;
    padding: 1.5rem 0 1rem;
  }
  .lst_menu > li a:is(:hover, :focus-visible) {
    background: #4B75BA;
    color: #fff;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #333;
  font-family: Meiryo, "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", 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;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a, .main button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5DC1CF;
}
.main a:hover, .main button:hover {
  color: #B3C717;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  text-decoration: underline;
}
.main p:first-child {
  margin-top: 0;
}
.main p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  body::after {
    display: none;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
    line-height: 1.6;
  }
  .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% - 5.6rem);
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 1rem 1fr;
  grid-template-columns: 48% 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  color: #223A70;
}
.header > .wrap .headR ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.header > .wrap .headR ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.header > .wrap .headR ul > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.header > .wrap .headR ul > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.header > .wrap .headR ul li .tel {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
}
.header > .wrap .headR ul li .tel::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 1.2rem;
}
.header > .wrap .headR ul li.tel_box {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5DC1CF;
  color: #fff;
  border-radius: 5rem;
}
.header > .wrap .headR ul li.acs_box {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.header > .wrap .headR ul li.acs_box::before {
  font-family: "fontello";
  content: "\e80a";
}
.header > .wrap .headR ul li.add_box {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.header > .wrap .headR ul li.add_box::before {
  font-family: "fontello";
  content: "\e80b";
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40.8rem;
    height: 5rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    margin: 0;
    display: block;
    position: relative;
  }
  .header > .wrap .headR ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .header > .wrap .headR ul li {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .header > .wrap .headR ul li::before {
    margin-right: 0.7rem;
  }
  .header > .wrap .headR ul li.tel_box {
    position: absolute;
    left: -27.5rem;
  }
  .header > .wrap .headR ul li.tel_box .tel {
    font-size: 2.8rem;
    width: 26rem;
  }
  .header > .wrap .headR ul li.tel_box .tel::before {
    font-size: 2rem;
    margin-right: 0.5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #4B75BA;
  color: #fff;
  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;
  border-radius: 5px;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  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: "\e800";
}
#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: #E6F7F6;
  padding: 1rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 5px;
}
#nav .gnav_subnav .gnav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#nav .gnav_subnav .gnav > li {
  padding: 0.5rem 0;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #81D8D0;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  margin-left: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #4B75BA;
  right: 1rem;
  font-size: 1rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #fff;
  background: #4B75BA;
  border-radius: 5px;
}
#nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
  color: #fff;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\72";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  color: #223A70;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  padding: 0.5rem 0;
  width: 48%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  width: auto;
  text-align: center;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: #5DC1CF;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #223A70;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 5px;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  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;
    padding: 0;
    position: static;
    border-radius: 0;
  }
  #nav .gnav_subnav .gnav {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 3rem;
    background: #81D8D0;
    position: absolute;
    right: -0.9rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 1.8rem;
    margin: 0;
    cursor: pointer;
    line-height: 1.3;
    padding: 0.5rem 3.1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0;
    font-size: 1.4rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    opacity: 1;
    background: #B3C717;
    color: #fff;
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible)::after {
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .sub::before {
    content: none !important;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: calc(100% + 1.8rem);
    left: -0.9rem;
    position: absolute;
    z-index: 100;
    margin-top: 1rem;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: #5DC1CF;
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.sidebar {
  padding: 0 1rem;
}
.sidebar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar ul li {
  width: 48%;
  margin-bottom: 1.5rem;
}
.sidebar ul li a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 100%;
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #223A70;
}
.sidebar ul li a::before {
  display: block;
  content: "";
  background: #81D8D0 center center no-repeat;
  background-size: 70%;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  border-radius: 3rem;
}
.sidebar ul li a::after {
  font-family: "fontello";
  content: "\e80d";
  color: #4B75BA;
  margin-left: 0.5rem;
  font-size: 140%;
  line-height: 1.2;
}
.sidebar ul li.dermatology a::before {
  background-image: url("../img/icon_treatment_01.svg");
}
.sidebar ul li.allergy a::before {
  background-image: url("../img/icon_treatment_02.svg");
}
.sidebar ul li.beauty a::before {
  background-image: url("../img/icon_treatment_03.svg");
}
.sidebar ul li.hyperhidrosis a::before {
  background-image: url("../img/icon_treatment_04.svg");
}
.sidebar ul li.hay-fever a::before {
  background-image: url("../img/icon_treatment_05.svg");
}

@media screen and (min-width: 48em), print {
  .sidebar {
    margin: 12rem 0 20rem;
    padding: 0;
  }
  .sidebar nav {
    width: 1100px;
    margin: auto;
  }
  .sidebar nav ul li {
    width: 23.4rem;
  }
  .sidebar nav ul li a {
    font-size: 2rem;
  }
  .sidebar nav ul li a::before {
    background-size: 13.8rem;
    margin-bottom: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar nav ul li a::after {
    line-height: 1.1;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar nav ul li a:hover {
    color: #B3C717;
  }
  .sidebar nav ul li a:hover::before {
    background-color: #B3C717;
  }
  .sidebar nav ul li a:hover::after {
    color: #B3C717;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg.jpg") center center;
  background-size: cover;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f5f8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f5f8 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: left top;
  padding: 3rem 1rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.8rem 0.4rem;
  border-bottom: 2px solid #5DC1CF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #223A70;
}
.overview > .wrap .gaiyo dt:first-of-type {
  border-top: 2px solid #5DC1CF;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.8rem 0.4rem;
  border-bottom: 2px solid #DCDCDC;
}
.overview > .wrap .gaiyo dd:first-of-type {
  border-top: 2px solid #DCDCDC;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0 0;
  background: #fff;
}
.overview > .wrap .overviewR .tbl_time th, .overview > .wrap .overviewR .tbl_time td {
  border-color: #223A70;
}
.overview > .wrap .overviewR .tbl_time th[scope=col] {
  background: #223A70;
  color: #fff;
  padding: 0.7rem 0;
}
.gmap {
  height: 45rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
    margin-top: 0.9rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
    width: 100%;
  }
  .overview .clinic_name img {
    max-width: 100%;
    width: 40.7rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10rem 6rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1.8rem 2rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1.8rem 2rem;
  }
  .overview > .wrap .gaiyo dd .tel {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 47rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_time th[scope=col] {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewR .tbl_time th, .overview > .wrap .overviewR .tbl_time td {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }
  .overview > .wrap .overviewR .tbl_time th:last-child, .overview > .wrap .overviewR .tbl_time td:last-child {
    padding-right: 1rem;
  }
  .overview > .wrap .overviewR .tbl_time caption {
    font-size: 1.8rem;
    padding-left: 1em;
    margin-top: 1.1rem;
  }
}
#tel_up {
  width: 100%;
  height: 5rem;
  background: #DFF1F7;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: 33.3333333333%;
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li:first-child {
  width: 80% !important;
}
#tel_up ul li .tel {
  display: block;
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: #223A70;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  width: 100%;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #223A70;
  letter-spacing: 2px;
}
#tel_up ul li .tel a::before {
  font-family: "fontello";
  content: "\e806";
  color: #5DC1CF;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: none;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #5DC1CF;
  border: 1px solid #5DC1CF;
  overflow: hidden;
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f106";
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#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;
}
#tel_up .reserve {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
#tel_up .reserve a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #5d80ce;
}
#tel_up .instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

@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%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: #B3C717;
    border-color: #B3C717;
  }
  #tel_up #pageup {
    display: block;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #223A70;
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.3rem 0 0;
  }
  .footer .copy {
    margin: 2rem 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;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
    color: #81D8D0;
  }
  .footer ul li a {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer ul li a:hover {
    color: #B3C717;
  }
  .footer ul li.treatment {
    display: none;
  }
}
body.index .tit_decoration {
  position: relative;
  margin-top: 7rem;
}
body.index .tit_decoration::before {
  content: attr(data-txt);
  position: absolute;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 5rem;
  top: -0.8em;
  line-height: 0.9;
  left: 0;
}
body.index > .wrap {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  body.index .tit_decoration::before {
    left: calc(50% - 550px);
    font-size: 13rem;
    top: -0.83em;
  }
  body.index .tit_decoration.greeting::before {
    left: auto;
    right: calc(50% - 550px);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !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 {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
.keyvsl > .wrap::before, .keyvsl > .wrap::after {
  content: "";
  width: 5em;
  height: 5em;
  display: block;
  position: absolute;
}
.keyvsl > .wrap::before {
  background: #223A70;
  left: -1.5rem;
  top: -1.5rem;
}
.keyvsl > .wrap::after {
  border: 1px solid rgba(255, 255, 255, 0.6);
  left: -1rem;
  top: -1rem;
}
.keyvsl > .wrap .catch {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0px #223A70;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 60rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 60rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    left: 0;
    right: 0;
    bottom: 5rem;
    margin: auto;
  }
  .keyvsl > .wrap::before, .keyvsl > .wrap::after {
    width: 13rem;
    height: 13rem;
  }
  .keyvsl > .wrap::before {
    left: -4rem;
    top: -4rem;
  }
  .keyvsl > .wrap::after {
    left: -3rem;
    top: -3rem;
    border-color: #fff;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
    text-shadow: 2px 2px 0px #223a70;
    line-height: 1.7;
  }
}
.info {
  margin: 4rem 1rem;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #223A70;
  cursor: pointer;
}
.info .wrap dl dt span {
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #81D8D0;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 1rem;
  border-radius: 5px;
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #DCDCDC;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 9rem 0 14rem;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
  }
  .info .wrap .tit_top2 {
    flex-shrink: 0;
    width: 19.6rem;
    align-items: flex-start;
    font-size: 3rem;
  }
  .info .wrap .tit_top2::before {
    font-size: 1.6rem;
  }
  .info .wrap .tit_02 {
    width: 26rem;
  }
  .info .wrap dl {
    max-height: 40rem;
    flex: 1;
    padding-right: 1em;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .info .wrap dl dt span {
    padding: 0.5rem 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    color: #5DC1CF;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.feature {
  margin: 4rem 0;
  padding: 3rem 1rem;
  background: url("../img/bg_top_features.jpg") center center;
  background-size: cover;
}
.feature::before {
  color: #DFF1F7;
}
.feature ul {
  counter-reset: number 0;
}
.feature ul li {
  counter-increment: number 1;
  position: relative;
  padding: 2em 0 0;
  margin-bottom: 3rem;
}
.feature ul li::before {
  display: block;
  content: "Feature." counter(number, decimal-leading-zero);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #4B75BA;
  margin: 0 0 1rem;
}
.feature ul li::after {
  content: "";
  width: 1px;
  height: 1.8em;
  background: #4B75BA;
  display: block;
  position: absolute;
  left: 0.8em;
  top: 0;
}
.feature ul li div {
  background: #fff;
  padding: 8rem 1rem 1rem 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #223A70;
  line-height: 1.6;
}
.feature ul li div::before {
  content: "";
  width: calc(100% - 4rem);
  aspect-ratio: 1.5/1;
  position: absolute;
  top: 0;
  border-bottom: 4px solid #81D8D0;
}
.feature ul li.senmon div::before {
  background: url("../img/top_feature01.jpg");
  background-size: cover;
}
.feature ul li.nintei div::before {
  background: url("../img/top_feature02.jpg");
  background-size: cover;
}
.feature ul li.parking div::before {
  background: url("../img/top_feature03.jpg");
  background-size: cover;
}
.feature ul li.kansen div::before {
  background: url("../img/top_feature04.jpg");
  background-size: cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 12rem 0 8rem;
    margin-bottom: 0;
  }
  .feature ul {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature ul li {
    width: 52rem;
    padding: 0;
    margin-bottom: 2rem;
  }
  .feature ul li:nth-child(2n) {
    margin-top: 4rem;
  }
  .feature ul li::before {
    font-size: 2.4rem;
    margin: 5.5rem 0 1.3rem;
    line-height: 1;
  }
  .feature ul li::after {
    height: 4rem;
    left: 0.6em;
  }
  .feature ul li div {
    font-size: 2.4rem;
    padding: 13.9rem 0 3rem 5.9rem;
  }
  .feature ul li div::before {
    width: calc(100% - 5.9rem);
    border-bottom-width: 0.6rem;
  }
}
.cal {
  padding: 1rem;
}
.cal .status {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cal .status li {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.cal .status li::before {
  display: inline-block;
  content: "■";
}
.cal .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .status li.open::before {
  color: #DBE3F1;
}
.cal .status li.amOnly::before {
  color: #CCEFEC;
}
.cal .status li.close::before {
  color: #F8D8DE;
}
.cal .caledit {
  width: 90%;
  margin: 0 auto 2rem;
  padding-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.cal .caledit td {
  border-width: 1px;
}
.cal .caledit tr:nth-child(3) td {
  border-top-width: 2px;
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 1100px;
    margin: 12rem auto 10rem;
  }
  .cal .tit_top2 {
    width: 100%;
  }
  .cal .caledit {
    width: 52rem;
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
    padding-bottom: 1px;
  }
  .cal .caledit .week th {
    padding: 1rem 0 1rem;
  }
  .cal .caledit .week td {
    padding: 0.5rem;
  }
  .cal .status {
    width: 100%;
    justify-content: flex-start;
  }
  .cal .status li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .cal .status li:not(:last-child) {
    margin-right: 1.9rem;
  }
}
.mynumber {
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
  background: #E6F7F6;
}
@media screen and (min-width: 48em), print {
  .mynumber {
    margin-top: -2rem;
    margin-bottom: 8rem;
    padding: 5rem 0;
    text-align: center;
  }
}

.greeting {
  background: url("../img/bg_top_greeting.jpg") center center;
  background-size: cover;
  padding: 3rem 1rem;
}
.greeting::before {
  color: #DBE6EF;
}
.greeting .greeting_box {
  margin-top: 3rem;
  padding: 0.5rem 1rem 1rem;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f5f8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f5f8 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: left top;
}
.greeting .greeting_box .top_greeting_ph {
  content: "";
  background-size: 100%;
  width: 48%;
  aspect-ratio: 1/1.38;
  float: right;
  margin: -1.5rem -2rem 0rem 0.5rem;
}
.greeting .greeting_box .top_greeting_ph img {
  border-bottom: 4px solid #5DC1CF;
}
.greeting .greeting_box .top_greeting_ph p {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 11rem 0 10rem;
  }
  .greeting .tit_top2 {
    width: 1100px;
    margin: auto;
    align-items: flex-start;
  }
  .greeting .greeting_box {
    width: calc(50% + 22.8rem);
    position: relative;
    padding: 6rem 7.8rem 6rem calc(50% - 55rem);
    line-height: 1.5;
  }
  .greeting .greeting_box .top_greeting_ph {
    float: none;
    position: absolute;
    width: 36rem;
    height: auto;
    aspect-ratio: inherit;
    right: -32.2rem;
    top: -8.4rem;
    margin: 0;
  }
  .greeting .greeting_box .top_greeting_ph p {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .greeting .greeting_box p {
    margin: 0;
  }
}
.loopslider {
  margin: 2rem auto 0.5rem;
  width: 100%;
  height: 8rem;
  text-align: left;
  position: relative;
  overflow: hidden !important;
}
.loopslider ul {
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopslider ul li {
  width: 12rem;
  height: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .loopslider {
    margin: 4rem auto 0;
    height: 20rem;
  }
  .loopslider ul li {
    width: 30rem;
  }
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 2rem 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: 9.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: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.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: 1100px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .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;
}
.dr_name span {
  font-size: 120%;
}

.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: #5DC1CF;
  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 #5DC1CF;
}

@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: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #333;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .tbl_time tr th[scope=col] {
  border: none;
}
@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;
  }
}

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

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    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;
  }
}
.beauty table.table_0 th, .beauty table.table_0 td {
  text-align: center;
}
.beauty table.table_0 th {
  width: 50%;
}
.beauty table.table_0 td {
  width: auto;
}

@media screen and (min-width: 48em), print {
  .beauty table.table_0 th {
    width: 44%;
  }
}
.faq .faq_lst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.faq .faq_lst dt {
  background: #4B75BA;
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1.8em;
  position: relative;
}
.faq .faq_lst dt::before {
  position: absolute;
  content: "Q.";
  left: 0.3em;
  line-height: 1;
  top: 0.5em;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.faq .faq_lst dd {
  padding: 0.5rem 1rem 3rem 1.8em;
  position: relative;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 3rem;
}
.faq .faq_lst dd::before {
  position: absolute;
  content: "A.";
  left: 0.3em;
  line-height: 1;
  top: 0.4em;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #5DC1CF;
  font-size: 1.8rem;
}
.faq .faq_lst dd:last-child {
  border: none;
}

@media screen and (min-width: 48em), print {
  .faq .faq_lst dt {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .faq .faq_lst dt::before {
    font-size: 2.5rem;
  }
  .faq .faq_lst dd {
    margin-bottom: 5rem;
    padding-bottom: 4rem;
    font-size: 2rem;
  }
  .faq .faq_lst dd::before {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */