@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.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 {
  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]) {
  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;
  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;
  object-fit: contain;
}

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

:root {
  --clr_txt: #4E4E4E;
  --rgb_txt: 78, 78, 78;
  --clr_pink_dark: #DFBCB8;
  --rgb_pink_dark: 223, 188, 184;
  --clr_pink_dark2: #E9A6B1;
  --rgb_pink_dark2: 233, 166, 177;
  --clr_pink_dark3: #F98381;
  --rgb_pink_dark3: 249, 131, 129;
  --clr_pink: #F5C0C9;
  --rgb_pink: 245, 192, 201;
  --clr_pink_light: #F1D4D1;
  --rgb_pink_light: 241, 212, 209;
  --clr_pink_light2: #FBE5E9;
  --rgb_pink_light2: 251, 229, 233;
  --clr_pink_light3: #F3E1E0;
  --rgb_pink_light3: 243, 225, 224;
  --clr_pink_light4: #F8F1F1;
  --rgb_pink_light4: 248, 241, 241;
  --clr_pink_light5: #E8D0CD;
  --rgb_pink_light5: 232, 208, 205;
  --clr_pink_light6: #F9F1F2;
  --rgb_pink_light6: 249, 241, 242;
  --clr_brown_dark: #7B634B;
  --rgb_brown_dark: 123, 99, 75;
  --clr_brown_dark2: #F28900;
  --rgb_brown_dark2: 242, 137, 0;
  --clr_brown_dark3: #2F1700;
  --rgb_brown_dark3: 47, 23, 0;
  --clr_brown: #C6A98C;
  --rgb_brown: 198, 169, 140;
  --clr_brown_light: #DEB086;
  --rgb_brown_light: 222, 176, 134;
  --clr_brown_light2: #F2B680;
  --rgb_brown_light2: 242, 182, 128;
  --clr_brown_light3: #E5D3C2;
  --rgb_brown_light3: 229, 211, 194;
  --clr_brown_light4: #D6C8B9;
  --rgb_brown_light4: 214, 200, 185;
  --clr_yellow: #F8F1C6;
  --rgb_yellow: 248, 241, 198;
  --clr_yellow_light: #FFFAEE;
  --rgb_yellow_light: 255, 250, 238;
  --clr_gray_dark: #A8A8A8;
  --rgb_gray_dark: 168, 168, 168;
  --clr_gray_dark2: #D9D9D9;
  --rgb_gray_dark2: 217, 217, 217;
  --clr_gray_dark3: #C1C1C1;
  --rgb_gray_dark3: 193, 193, 193;
  --clr_gray_dark4: #D4D4D4;
  --rgb_gray_dark4: 212, 212, 212;
  --clr_gray: #F6F6F6;
  --rgb_gray: 246, 246, 246;
  --clr_gray_light: #F5F5F5;
  --rgb_gray_light: 245, 245, 245;
  --clr_gray_light2: #EEEEEE;
  --rgb_gray_light2: 238, 238, 238;
  --clr_line: #06c755;
  --rgb_line: 6, 199, 85;
  --clr_blue: #c0d9f5;
  --rgb_blue: 192, 217, 245;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cutin_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cutin_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.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%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_yellow) 60%);
}

.txt_pink {
  color: var(--clr_pink) !important;
}

.txt_orange {
  color: var(--clr_brown_dark2) !important;
}

p.kome,
span.kome {
  display: block;
}
p.kome::before,
span.kome::before {
  content: "※";
  margin: 0 0.5rem 0 0;
}
p.kome.orange::before,
span.kome.orange::before {
  color: var(--clr_brown_dark2);
}
@media screen and (min-width: 48em), print {
  p.kome::before,
  span.kome::before {
    margin: 0 1rem 0 0;
  }
}

.notice {
  position: relative;
  display: inline-block;
  padding: 0 0.8em 0 0;
}
.notice::after {
  content: "※";
  font-size: 70%;
  color: var(--clr_brown_dark2);
  position: absolute;
  right: 0;
  top: 0;
}

.img_c {
  margin: 1rem auto;
}

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

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

.img_wrap > img, .img_wrap > div, .img_wrap3 > img, .img_wrap3 > div {
  max-width: 90%;
  margin: 0 auto;
}
.img_wrap > img:not(:last-of-type), .img_wrap > div:not(:last-of-type), .img_wrap3 > img:not(:last-of-type), .img_wrap3 > div:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 48em), print {
  .img_c.small {
    max-width: 50%;
  }
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_l.small {
    max-width: 30% !important;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  .img_r.small {
    max-width: 30% !important;
  }
  img.tate {
    max-width: 25% !important;
  }
  img.tate.small {
    max-width: 20% !important;
  }
  .img_wrap, .img_wrap3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem 0;
  }
  .img_wrap > img, .img_wrap3 > img {
    max-width: 48%;
    margin: 0;
  }
  .img_wrap > img:not(:last-of-type), .img_wrap3 > img:not(:last-of-type) {
    margin: 0;
  }
  .img_wrap > img.small, .img_wrap3 > img.small {
    max-width: 35%;
  }
  .img_wrap > img.smaller, .img_wrap3 > img.smaller {
    max-width: 30%;
  }
  .img_wrap > div, .img_wrap3 > div {
    max-width: 45%;
    margin: 0;
  }
  .img_wrap > div.small, .img_wrap3 > div.small {
    width: 30%;
  }
  .img_wrap > div:not(:last-of-type), .img_wrap3 > div:not(:last-of-type) {
    margin: 0;
  }
  .img_wrap.center, .img_wrap3.center {
    justify-content: center;
    gap: 4rem;
  }
  .img_wrap.img_wrap3, .img_wrap3.img_wrap3 {
    gap: 2rem 0;
  }
  .img_wrap.img_wrap3 > img, .img_wrap3.img_wrap3 > img {
    max-width: 31%;
  }
  .img_small {
    max-width: 30%;
  }
  .img_medium {
    max-width: 50%;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mx-auto {
  margin: 0 auto;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section 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;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 3rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  letter-spacing: 0.06em;
}
.tbl_time caption p {
  margin: 0 0 0.5rem;
}
.tbl_time caption ul li {
  display: flex;
  align-items: first baseline;
}
.tbl_time caption ul li::before {
  content: "＊";
}
.tbl_time caption ul li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: var(--clr_pink);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col]:last-child {
  width: 14%;
  padding: 0.4rem 0.5rem 0.4rem 0;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_gray_dark2);
  letter-spacing: 0.04em;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_gray_dark2);
  line-height: 1;
  color: var(--clr_brown_dark);
  font-size: 90%;
}
.tbl_time tr td:last-child {
  padding: 1.4rem 0.5rem 1.4rem 0;
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 0 2rem 0 0;
  }
  .tbl_time caption p {
    margin: 0 0 1rem;
  }
  .tbl_time caption ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .tbl_time caption ul li {
    width: 100%;
  }
  .tbl_time caption ul li.small {
    width: fit-content;
  }
  .tbl_time caption ul li:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.5rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col]:last-child {
    padding: 0.5rem 1.8rem 0.5rem 0;
  }
  .tbl_time tr td {
    padding: 2.6rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 2.6rem 1.8rem 2.6rem 0;
  }
}
.tbl {
  width: 100%;
  font-size: 1rem;
  border: 1px solid var(--clr_gray_dark4);
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl tr th {
  border: 1px solid var(--clr_gray_dark4);
  padding: 0.4rem;
}
.tbl tr th[scope=col] {
  background: var(--clr_pink_light2);
}
.tbl tr th[scope=row] {
  background: var(--clr_yellow_light);
}
.tbl tr td {
  border: 1px solid var(--clr_gray_dark4);
  padding: 0.4rem;
}
.tbl.center tr td {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tbl {
    font-size: 1.6rem;
  }
  .tbl.fixed {
    table-layout: fixed;
  }
  .tbl tr th {
    padding: 1rem;
  }
  .tbl tr td {
    padding: 1rem;
  }
}
.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: 2rem;
  line-height: 1.4;
  padding: 1rem;
  /*margin-top: 7rem;*/
  text-align: center;
}

.tit_02 {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  margin: 0 auto 2rem;
  text-align: center;
}
.tit_02::after {
  content: "";
  width: 7.5em;
  height: 2px;
  background: var(--clr_pink);
  display: block;
  margin: 1rem auto 0;
}

.tit_03 {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  background: var(--clr_pink);
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-bottom: 2px dotted var(--clr_gray_dark3);
}
.tit_04::before {
  font-family: "fontello";
  content: "\e924";
  color: var(--clr_pink_dark);
  margin: 0 0.5rem 0 0;
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.2rem 0 0.5rem;
  border-bottom: 1px solid var(--clr_gray_dark3);
}
.tit_05::before {
  content: "";
  width: 4px;
  height: auto;
  background: var(--clr_pink_light);
  flex-shrink: 0;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}
.tit_06::before {
  content: "■";
  color: var(--clr_brown_light4);
  margin: 0 0.5rem 0 0;
}

@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;
    /*margin-top: 14.5rem;*/
  }
  .tit_02 {
    font-size: 2.6rem;
    margin: 0 auto 3rem;
  }
  .tit_02::after {
    width: 19.6rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 1rem 2rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    border-bottom: 3px dotted var(--clr_gray_dark3);
  }
  .tit_04::before {
    margin: 0 1rem 0 0;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0.5rem 0 1rem;
    gap: 1rem;
  }
  .tit_05::before {
    width: 6px;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_brown_light2);
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 65%;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
  font-size: 100%;
  top: 0;
}

.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: var(--clr_txt);
}

.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) ".";
  color: var(--clr_brown_dark2);
  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_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;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_gray_dark4);
  border-top: none;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  background: var(--clr_pink_light2);
  border-top: 1px solid var(--clr_gray_dark4);
  border-bottom: 1px solid var(--clr_gray_dark4);
}
.lst_dl02 dd {
  padding: 1rem;
}
.lst_dl02.price dt {
  background: var(--clr_yellow_light);
}
.lst_dl02.price dd {
  text-align: center;
}
.lst_dl02.center dd {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_gray_dark4);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_gray_dark4);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_gray_dark4);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
  .lst_dl02.price dd {
    text-align: right;
  }
}

.lst_faq dt {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 2px dotted var(--clr_gray_dark3);
  margin: 0 0 1rem;
}
.lst_faq dt::before {
  content: "Q. ";
  color: var(--clr_brown_dark2);
}
.lst_faq dd {
  padding: 0.2rem 0 0 2em;
  position: relative;
}
.lst_faq dd:not(:last-of-type) {
  margin: 0 0 2rem;
}
.lst_faq dd::before {
  content: "A. ";
  color: var(--clr_pink_dark3);
  font-size: 110%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_faq dt {
    border-bottom: 3px dotted var(--clr_gray_dark3);
  }
  .lst_faq dd:not(:last-of-type) {
    margin: 0 0 3rem;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  padding: 1rem;
  position: relative;
  border: 3px solid var(--clr_pink_light);
  border-radius: 0.5rem;
  background: #fff;
}
.lst_flow > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--clr_pink);
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  line-height: 1;
}
.lst_flow > li > p:first-child,
.lst_flow > li > .tit:first-child {
  display: inline;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  line-height: 1.4;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 5rem;
  height: 1.8rem;
  background: var(--clr_gray_light2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.lst_flow > li p:last-child {
  margin: 1em 0 0;
}
.lst_flow > li p:first-child {
  margin: 0 0 1em;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
    border-radius: 1rem;
  }
  .lst_flow > li::before {
    font-size: 3.1rem;
  }
  .lst_flow > li .tit {
    font-size: 2rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 9.6rem;
    height: 2.8rem;
    bottom: -6.5rem;
  }
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  background: var(--clr_pink);
  color: #fff !important;
  padding: 0.5rem 3rem 0.5rem 2rem;
  position: relative;
  display: block;
  line-height: 1.4;
  text-decoration: none !important;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\62";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.lst_anc li a.page {
  background: var(--clr_pink_dark);
}
.lst_anc li a.page::after {
  font-family: "fontello";
  content: "\63";
}
.lst_anc.page li a {
  background: var(--clr_pink_dark);
}
.lst_anc.page li a::after {
  font-family: "fontello";
  content: "\63";
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a {
    padding: 0.6rem 5rem 0.6rem 4rem;
  }
  .lst_anc li a::after {
    right: 1.5rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    background: var(--clr_pink_dark2);
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}
.flex.-jc-center {
  justify-content: center;
}

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

@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;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex_col {
    display: flex;
    flex-direction: column;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: var(--clr_brown_dark3);
}
.tel_style::before {
  content: "TEL.";
  font-size: 60%;
  letter-spacing: 0.12em;
}

.box_yellow,
.box_gray {
  padding: 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .box_yellow,
  .box_gray {
    padding: 3rem;
    border-radius: 1rem;
  }
}
.box_yellow > p:first-child,
.box_gray > p:first-child {
  margin: 0 0 1em;
}
.box_yellow > p:last-child,
.box_gray > p:last-child {
  margin: 1em 0 0;
}
.box_yellow > p:only-child,
.box_gray > p:only-child {
  margin: 0;
}

.box_yellow {
  background: var(--clr_yellow_light);
}

.box_gray {
  background: var(--clr_gray_light);
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}

.btn_pink,
.btn_brown {
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
}
.btn_pink::after,
.btn_brown::after {
  font-family: "fontello";
  content: "\63";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.btn_pink.pdf::after,
.btn_brown.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}
@media screen and (min-width: 48em), print {
  .btn_pink,
  .btn_brown {
    font-size: 1.6rem;
    padding: 1rem 6rem;
    position: relative;
    z-index: 1;
  }
  .btn_pink::before,
  .btn_brown::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .btn_pink::after,
  .btn_brown::after {
    right: 1rem;
  }
  .btn_pink:is(:hover, :focus-visible),
  .btn_brown:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .btn_pink:is(:hover, :focus-visible)::before,
  .btn_brown:is(:hover, :focus-visible)::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.btn_pink {
  background: var(--clr_pink_dark2);
}
@media screen and (min-width: 48em), print {
  .btn_pink::before {
    background: var(--clr_pink);
  }
}

.btn_brown {
  background: var(--clr_brown_light);
}
@media screen and (min-width: 48em), print {
  .btn_brown::before {
    background: var(--clr_brown_dark);
  }
}

.main .btn_rsv {
  min-width: 60%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  background: var(--clr_blue);
}
.main .btn_rsv::before {
  font-family: "fontello";
  content: "\e985";
  margin-right: 1rem;
  font-weight: normal;
  font-size: 32px;
}
.main .btn_rsv::after {
  font-family: "fontello";
  content: "\63";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .main .btn_rsv {
    min-width: 25%;
  }
  .main .btn_rsv::before {
    font-size: inherit;
  }
}

.main .btn_line {
  min-width: 60%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  color: var(--clr_line);
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  background: #fff;
  color: var(--clr_line);
  border: 1px solid var(--clr_line);
}
.main .btn_line::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon_line.png") no-repeat center/cover;
  margin-right: 1rem;
}
.main .btn_line::after {
  font-family: "fontello";
  content: "\63";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .main .btn_line {
    min-width: 25%;
  }
  .main .btn_line::before {
    width: 25px;
    height: 25px;
    margin-right: 2rem;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  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;
  }
}

@media screen and (min-width: 48em), print {
  .link_img img {
    transition: 0.3s;
  }
  .link_img:hover img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 48em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 6rem;
    color: var(--clr_brown_dark);
    transition: 0.3s;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e800";
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\63";
  }
}
.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: var(--clr_brown_dark);
}
.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;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  font-weight: bold;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_brown_light3);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_brown_dark);
}

@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);
  }
}
html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
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;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
/*:target {
 scroll-margin-top: 8rem;
 @include pc {
   scroll-margin-top: 10rem;
 }
}

:target::before {
  content: "";
  display: block;
  height: 8rem;
  margin-top: -8rem;
  visibility: hidden;
  @include pc {
    height: 15rem;
    margin-top: -15rem;
  }
}*/
.header {
  position: relative;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo {
  width: 100%;
  height: 7rem;
  padding: 1rem;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 7rem);
  height: 100%;
  background: url(../img/logo.png) 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 > ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header.sticky {
    background: rgba(255, 255, 255, 0.95);
  }
  .header.sticky > .wrap {
    padding: 2rem 0;
  }
  .header.sticky > .wrap .logo {
    height: 5.5rem;
  }
  .header.sticky > .wrap .headR > ul {
    display: none;
  }
  .header.sticky > .wrap .headR #nav {
    margin: 0 14rem 0 auto;
  }
  .header.sticky > .wrap .headR #nav .gnav_subnav .gnav > li .subbox {
    top: 9.5rem;
  }
  .header > .wrap {
    padding: 2rem 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 7.2rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
    transition: 0.5s;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 60%;
    padding: 1rem 0 0;
  }
  .header > .wrap .headR > ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 2.5rem;
    margin: 0 13rem 0.7rem 0;
  }
  .header > .wrap .headR > ul li .tel_style {
    font-size: 2.6rem;
  }
  .header > .wrap .headR > ul li .tel_style::before {
    font-size: 1.4rem;
  }
  .header > .wrap .headR > ul li.rsv a {
    font-size: 1.8rem;
    font-weight: bold;
    background: var(--clr_brown);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 5rem 1rem 4rem;
    height: 100%;
    position: relative;
    text-align: center;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    z-index: 1;
  }
  .header > .wrap .headR > ul li.rsv a::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--clr_brown_dark);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .header > .wrap .headR > ul li.rsv a::after {
    font-family: "fontello";
    content: "\32";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 2rem;
  }
  .header > .wrap .headR > ul li.rsv a:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .header > .wrap .headR > ul li.rsv a:is(:hover, :focus-visible)::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.sp_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 1rem;
  gap: 1rem;
  /*li .tel_style{
  	font-size: 1.6rem;

  }*/
}
.sp_tel li .tel_style {
  min-width: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  background: #a48468;
}
.sp_tel li .tel_style::before {
  font-family: "fontello";
  content: "\e993";
  margin-right: 0.3rem;
  font-weight: normal;
  font-size: 1.4rem;
}
.sp_tel li a.btn_rsv {
  min-width: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  background: var(--clr_blue);
}
.sp_tel li a.btn_rsv::before {
  font-family: "fontello";
  content: "\e985";
  margin-right: 0rem;
  font-weight: normal;
  font-size: 1.4rem;
}
.sp_tel li a.btn_line {
  min-width: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  background: var(--clr_line);
}
.sp_tel li a.btn_line::before {
  font-family: "fontello";
  content: "\e994";
  margin-right: 0.3rem;
  font-weight: normal;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .sp_tel {
    display: none;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 5rem;
  background: var(--clr_pink);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  padding: 2.5rem 0 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: calc(36% - 0.7rem);
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: calc(50% - 0.7rem);
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: calc(64% - 0.7rem);
  left: 50%;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
}
#nav #sp_menu.close span {
  top: calc(50% - 0.7rem);
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-405deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(405deg);
  transform-origin: center;
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav .gnav_subnav {
  width: 100%;
  height: calc(100dvh - 7rem);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: #fff;
  padding: 2rem 0;
  position: absolute;
  top: 7rem;
  left: auto;
  right: -100%;
  z-index: 100;
  transition: 0.8s;
}
#nav .gnav_subnav.show_nav {
  right: 0;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 0;
  letter-spacing: 0.05em;
  color: var(--clr_brown_dark3);
  font-weight: bold;
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  content: attr(data-txt);
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: "";
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background: var(--clr_brown_dark);
}
#nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
  width: 20%;
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: rgba(var(--rgb_pink_light6), 0.95);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  text-align: left;
  color: var(--clr_txt);
  font-weight: normal;
  letter-spacing: 0.08em;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\32";
  color: var(--clr_brown_light);
  font-size: 1.6rem;
  line-height: 1;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::after {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span::after {
  content: "";
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background: var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current span::after {
  width: 100%;
}
#nav .gnav_subnav #menu_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2rem);
  border-radius: 100vh;
  font-size: 1.2rem;
  color: var(--clr_pink);
  border: 2px solid var(--clr_pink);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 1rem 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e803";
  margin: 0 0.6rem 0 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    max-width: 57.5rem;
    width: auto;
    position: static;
    margin: 0 0 0 auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.gnav_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    margin: 0;
    padding: 1rem 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    font-size: 1.6rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 14.3rem;
    padding: 2.5rem calc((100% - 120rem) / 2);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 25%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.9rem 0;
    font-size: 1.6rem;
    gap: 0 1rem;
    transition: 0.5s;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
    font-size: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a span::after {
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: var(--clr_brown_light);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) span::after {
    width: 100%;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  overflow-x: clip;
}
.overview .logo_tel_sns {
  margin: 0 0 2rem;
}
.overview .logo_tel_sns > p {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.overview .logo_tel_sns .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.overview .logo_tel_sns .sns a > img {
  width: 3.5rem;
  height: auto;
}
.overview .logo_tel_sns .sns .point {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  background: var(--clr_brown_dark);
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-align: center;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  letter-spacing: 0.06em;
}
.overview > .wrap .overviewL .gaiyo dt {
  font-weight: bold;
  border-bottom: 1px solid var(--clr_pink);
  padding: 0 0 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}
.overview > .wrap .overviewL .gaiyo dt.two_letters {
  letter-spacing: 1.5em;
}
.overview > .wrap .overviewL .gaiyo dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.overview > .wrap .overviewR {
  margin: 3rem 0;
}

.gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.6rem;
  }
  .overview .logo_tel_sns {
    margin: 0 0 5rem;
  }
  .overview .logo_tel_sns img {
    max-width: 44.87rem;
    margin: auto;
  }
  .overview .logo_tel_sns p {
    margin: 1.5rem 0;
  }
  .overview .logo_tel_sns p > .tel_style {
    font-size: 2.4rem;
  }
  .overview .logo_tel_sns p > .tel_style::before {
    font-size: 1.4rem;
  }
  .overview .logo_tel_sns .sns {
    gap: 4rem;
  }
  .overview .logo_tel_sns .sns a > img {
    width: 4rem;
  }
  .overview .logo_tel_sns .sns .point {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 47.6%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    font-size: 1.8rem;
    padding: 0 0 0.6rem;
    margin: 0 0 1rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #a48468;
  color: #fff;
}
#tel_up ul li .tel_style::before {
  font-family: "fontello";
  content: "\e993";
}
#tel_up ul li .btn_acs {
  height: 100%;
  background: var(--clr_pink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem;
}
#tel_up ul li .btn_acs::before {
  font-family: "fontello";
  content: "\e9c8";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  background: var(--clr_blue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem;
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\e985";
}
#tel_up ul li .btn_line {
  height: 100%;
  background: var(--clr_line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem;
}
#tel_up ul li .btn_line::before {
  font-family: "fontello";
  content: "\e994";
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  padding: 0 0 0.5rem;
  color: #fff;
  line-height: 1;
  background: var(--clr_brown_dark3);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\76";
  font-size: 1.6rem;
  font-weight: normal;
}

.floating_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5.8rem;
    height: 5.8rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0 0.8rem;
  }
  #tel_up #pageup::before {
    font-size: 2.2rem;
    margin: 0 0 0.5rem;
  }
  .floating_btn {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: fixed;
    top: 20rem;
    right: 0;
    z-index: 100;
  }
  .floating_btn a {
    width: 5.7rem;
    height: 17.8rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 1.5rem;
    font-size: 1.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    border-radius: 2rem 0 0 2rem;
    filter: drop-shadow(0px 3px 3px rgba(var(--rgb_txt), 0.2));
  }
  .floating_btn a.btn_rsv {
    background: var(--clr_blue);
    color: #fff;
  }
  .floating_btn a.btn_rsv::before {
    display: block;
    font-family: "fontello";
    content: "\e985";
    font-size: 2.5rem;
  }
  .floating_btn a.btn_line {
    background: #fff;
    color: var(--clr_line);
    border: 1px solid var(--clr_line);
  }
  .floating_btn a.btn_line::before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url("../img/icon_line.png") no-repeat center/cover;
  }
  .floating_btn a.btn_line span {
    font-size: 60%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_brown_dark);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.5rem 0 0;
  }
  .footer .copy {
    margin: 2.5rem 0 0;
    font-size: 1.6rem;
    padding: 2.5rem 0;
  }
  .footer ul {
    display: block;
  }
  .footer ul.gnav {
    display: flex;
    gap: 0 4rem;
    justify-content: center;
    margin: 0 0 2.5rem;
  }
  .footer ul.gnav li {
    font-size: 1.4rem;
  }
  .footer ul.gnav li.treatment {
    display: none;
  }
  .footer ul.gnav li::before {
    font-family: "fontello";
    content: "\32";
    color: var(--clr_pink);
    font-size: 2rem;
    margin: 0 0.8rem 0 0;
  }
  .footer ul.gnav li a {
    letter-spacing: 0.08em;
    position: relative;
  }
  .footer ul.gnav li a::before {
    content: attr(data-txt);
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
  }
  .footer ul.gnav li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: var(--clr_pink);
    display: block;
    margin: auto;
    transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .footer ul.gnav li a:hover {
    opacity: 1;
  }
  .footer ul.gnav li a:hover::after {
    width: 100%;
  }
  .footer ul.subnav {
    text-align: center;
    padding: 0 calc((100% - 110rem) / 2);
  }
  .footer ul.subnav li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul.subnav li::after {
    content: "|";
    margin: 0 0.5rem;
  }
  .footer ul.subnav li:first-of-type::before, .footer ul.subnav li.footer_line::before {
    content: "|";
    margin: 0 0.5rem;
  }
  .footer ul.subnav li a {
    opacity: 1;
  }
  .footer ul.subnav li a:hover {
    color: var(--clr_brown_dark);
    opacity: 1;
  }
}
.honyaku #gt_float_wrapper {
  right: 0.5rem !important;
  /*top: 7.5rem !important;*/
  top: 12rem !important;
}
.honyaku #gt_float_wrapper .gt_float_switcher {
  font-size: 1.4rem !important;
}
.honyaku #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0.5rem 1rem !important;
}
.honyaku #gt_float_wrapper .gt_float_switcher .gt_options a {
  padding: 0.5rem 1rem !important;
}

@media screen and (min-width: 48em), print {
  .honyaku #gt_float_wrapper {
    right: calc((100% - 120rem) / 2) !important;
    top: 3rem !important;
  }
  .honyaku #gt_float_wrapper .gt_float_switcher {
    font-size: 2rem !important;
  }
  .honyaku #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1rem 1.5rem !important;
  }
  .honyaku #gt_float_wrapper .gt_float_switcher .gt_options a {
    padding: 1rem 1.5rem !important;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  /*margin-top: 7rem;*/
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 33rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div::before {
  white-space: pre;
  padding: 0 1rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  color: var(--clr_brown_dark);
  font-weight: bold;
  letter-spacing: 0.12em;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff;
}
.keyvsl #keyvsl .slick-list div.kv1::before {
  text-align: right;
  content: "一般皮膚科/美容皮膚科 開院14年目\a肌にこだわりをもつをコンセプトに\a🌸当院はひとりひとりの肌に合わせ\a院長が診察から施術まで一貫して\a行なっております";
  bottom: 6rem;
}
.keyvsl #keyvsl .slick-list div.kv2::before {
  text-align: right;
  content: "一般皮膚科/美容皮膚科 開院14年目\a肌にこだわりをもつをコンセプトに\a🌸当院はひとりひとりの肌に合わせ\a院長が診察から施術まで一貫して\a行なっております";
}
.keyvsl #keyvsl .slick-list div.kv3::before {
  text-align: right;
  content: "一般皮膚科/美容皮膚科 開院14年目\a肌にこだわりをもつをコンセプトに\a🌸当院はひとりひとりの肌に合わせ\a院長が診察から施術まで一貫して\a行なっております";
}
.keyvsl #keyvsl .slick-list div.kv4::before {
  text-align: right;
  content: "一般皮膚科/美容皮膚科 開院14年目\a肌にこだわりをもつをコンセプトに\a🌸当院はひとりひとりの肌に合わせ\a院長が診察から施術まで一貫して\a行なっております";
  bottom: 6rem;
}
.keyvsl #keyvsl .slick-list div img {
  height: 33rem !important;
  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;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    /*margin-top: 14.5rem;*/
  }
  .keyvsl #keyvsl {
    height: 75.9rem;
  }
  .keyvsl #keyvsl .slick-list div::before {
    font-size: 3.2rem;
    padding: 0;
    line-height: 1.8;
    left: auto;
    right: calc((100% - 120rem) / 2);
    bottom: 6.5rem;
    text-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
  }
  .keyvsl #keyvsl .slick-list div.kv1, .keyvsl #keyvsl .slick-list div.kv3 {
    bottom: 6.5rem;
  }
  .keyvsl #keyvsl .slick-list div.kv2::before, .keyvsl #keyvsl .slick-list div.kv4::before {
    text-align: left;
    content: "一般皮膚科/美容皮膚科 開院14年目\a肌にこだわりをもつをコンセプトに\a🌸当院はひとりひとりの肌に合わせ\a院長が診察から施術まで一貫して\a行なっております";
    bottom: 6.5rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 75.9rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
}
.info {
  padding: 2rem 0 4rem;
}
.info .tit_02_info {
  color: var(--clr_pink_dark);
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  margin: 0 0 2.5rem;
  position: relative;
}
.info .tit_02_info::before {
  content: "";
  width: 75%;
  height: 3rem;
  background: var(--clr_gray);
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  z-index: -1;
}
.info .tit_02_info span {
  display: block;
  padding: 2rem 0;
  background: url(../img/index_info_tit02.svg) no-repeat center/auto 100%;
}
.info dl {
  max-height: calc(100vw - 2rem);
  /*    overflow-y: auto;
      overscroll-behavior-y: none;*/
  margin: 0 2rem 0 1rem;
  padding: 1rem;
  opacity: 0;
}
.info dl.trigger {
  animation: fade_up 1s forwards;
  border: 1px solid var(--clr_pink_light3);
}
.info dl dt {
  display: flex;
  align-items: first baseline;
  gap: 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_gray_dark);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--clr_txt);
  cursor: pointer;
  margin: 0 2rem 0 0.5rem;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\32";
  color: var(--clr_pink);
  font-weight: normal;
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 2rem 0.5rem 0;
}
.info dl dt .date {
  display: block;
}
.info dl dd {
  margin: 0 0 1.6rem;
  margin: 0 2rem 0 0.5rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-duration: 0.2s;
}
.info .simplebar-track.simplebar-vertical {
  width: 35px;
}
.info .simplebar-scrollbar::before {
  background: #f5c0c9; /* 矢印の色 */
  content: "";
  display: block;
  width: 30px; /* 矢印の幅 */
  height: 30px; /* 矢印の高さ */
  clip-path: polygon(0 30%, 0 70%, 50% 70%, 50% 100%, 100% 50%, 50% 0, 50% 30%); /* →の形にクリップ */
  transform: rotate(90deg); /* 要素を回転 */
}
.info .btn {
  display: block;
  border: 2px solid var(--clr_pink_dark);
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 0.3rem;
  margin: 3rem 1rem 0;
  position: relative;
  opacity: 0;
}
.info .btn::after {
  font-family: "fontello";
  content: "\eb1d";
  color: var(--clr_pink_dark);
  font-weight: normal;
  font-size: 2rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.info .btn.trigger {
  animation: fadein 1s forwards;
}
.info .btn span {
  border: 1px solid rgba(var(--rgb_pink_dark), 0.62);
  border-radius: 100vh;
  display: block;
  padding: 1rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem calc((100% - 120rem) / 2) 5rem 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info .tit_02_info {
    width: calc(100% - 120rem + 22rem);
    font-size: 2.5rem;
    display: flex;
    justify-content: flex-end;
  }
  .info .tit_02_info::before {
    width: 100%;
    height: 7.4rem;
    bottom: -4rem;
  }
  .info .tit_02_info span {
    width: 22rem;
    padding: 4.5rem 1rem 0 0;
  }
  .info dl {
    max-height: 60rem;
    width: 92.5rem;
    margin: 0;
    padding: 0 4rem 0 0;
  }
  .info dl::-webkit-scrollbar {
    width: 1.4rem;
  }
  .info dl.trigger {
    border: none;
  }
  .info dl dt {
    margin: 0 0 1rem;
    padding: 3.5rem 0 0 2rem;
    font-size: 2rem;
    transition: 0.3s;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
  }
  .info dl dt .date {
    display: inline-block;
    margin: 0 2.5rem 0 0;
  }
  .info dl dt:is(:hover, :focus-visible) {
    color: var(--clr_brown_dark);
  }
  .info dl dd {
    margin: 0 0 3.5rem;
    padding: 0 0 0 3.7rem;
    font-size: 1.7rem;
  }
  .info .btn_wrap {
    width: 100%;
    padding: 0 0 0 calc(100% - 120rem);
  }
  .info .btn_wrap .btn {
    width: fit-content;
    margin: 6rem auto 0;
    font-size: 2.6rem;
    padding: 0.5rem;
    transition: 0.3s;
  }
  .info .btn_wrap .btn::after {
    font-size: 3.6rem;
    right: 4rem;
    transition: 0.3s;
  }
  .info .btn_wrap .btn span {
    padding: 2.3rem 17rem;
  }
  .info .btn_wrap .btn:is(:hover, :focus-visible) {
    background: var(--clr_pink_light4);
    opacity: 1;
  }
  .info .btn_wrap .btn:is(:hover, :focus-visible)::after {
    right: 3rem;
  }
}
.tit_02_top {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.4;
  margin: 0 auto 2rem;
}
.tit_02_top::before {
  content: attr(data-txt);
  display: block;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}

@media screen and (min-width: 48em), print {
  .tit_02_top {
    font-size: 1.8rem;
    margin: 0 auto 4rem;
  }
  .tit_02_top::before {
    font-size: 3rem;
    margin: 0 0 0.8rem;
  }
}
.bnr_wrap {
  padding: 3rem 0;
}
.bnr_wrap #bnr_slide01,
.bnr_wrap #bnr_slide02 {
  position: relative;
}
.bnr_wrap #bnr_slide01 .slick-arrow,
.bnr_wrap #bnr_slide02 .slick-arrow {
  position: absolute;
  bottom: -1.5rem;
  font-size: 0;
  color: var(--clr_brown_dark);
}
.bnr_wrap #bnr_slide01 .slick-arrow.slick-prev,
.bnr_wrap #bnr_slide02 .slick-arrow.slick-prev {
  left: 1rem;
  bottom: -0.8rem;
}
.bnr_wrap #bnr_slide01 .slick-arrow.slick-prev::before,
.bnr_wrap #bnr_slide02 .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 1.8rem;
}
.bnr_wrap #bnr_slide01 .slick-arrow.slick-next,
.bnr_wrap #bnr_slide02 .slick-arrow.slick-next {
  right: 1rem;
  bottom: -0.8rem;
}
.bnr_wrap #bnr_slide01 .slick-arrow.slick-next::before,
.bnr_wrap #bnr_slide02 .slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\63";
  font-size: 1.8rem;
}
.bnr_wrap #bnr_slide01 .slick-list .slick-slide,
.bnr_wrap #bnr_slide02 .slick-list .slick-slide {
  margin: 0 0.8rem;
  width: 24rem;
}
.bnr_wrap #bnr_slide01 .slick-dots,
.bnr_wrap #bnr_slide02 .slick-dots {
  flex-wrap: wrap;
  max-width: 80%;
  gap: 1rem 0;
}
.bnr_wrap #bnr_slide01 .slick-dots li,
.bnr_wrap #bnr_slide02 .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.4rem;
}
.bnr_wrap #bnr_slide01 .slick-dots li button,
.bnr_wrap #bnr_slide02 .slick-dots li button {
  background: #fff;
  opacity: 1;
}
.bnr_wrap #bnr_slide01 .slick-dots li.slick-active button,
.bnr_wrap #bnr_slide02 .slick-dots li.slick-active button {
  opacity: 1;
  background: var(--clr_brown_dark);
}
.bnr_wrap.recommend {
  background: var(--clr_pink);
}
.bnr_wrap.partil {
  background: var(--clr_brown_light3);
}

@media screen and (min-width: 48em), print {
  .bnr_wrap {
    padding: 7rem 0;
  }
  .bnr_wrap #bnr_slide01,
  .bnr_wrap #bnr_slide02 {
    width: 100%;
  }
  .bnr_wrap #bnr_slide01 .slick-arrow,
  .bnr_wrap #bnr_slide02 .slick-arrow {
    bottom: -2.7rem;
  }
  .bnr_wrap #bnr_slide01 .slick-arrow.slick-prev,
  .bnr_wrap #bnr_slide02 .slick-arrow.slick-prev {
    left: calc(50% - 42rem);
    top: 40.7rem;
  }
  .bnr_wrap #bnr_slide01 .slick-arrow.slick-prev::before,
  .bnr_wrap #bnr_slide02 .slick-arrow.slick-prev::before {
    font-size: 3rem;
  }
  .bnr_wrap #bnr_slide01 .slick-arrow.slick-next,
  .bnr_wrap #bnr_slide02 .slick-arrow.slick-next {
    right: calc(50% - 42rem);
    top: 40.7rem;
  }
  .bnr_wrap #bnr_slide01 .slick-arrow.slick-next::before,
  .bnr_wrap #bnr_slide02 .slick-arrow.slick-next::before {
    font-size: 3rem;
  }
  .bnr_wrap #bnr_slide01 .slick-list .slick-slide,
  .bnr_wrap #bnr_slide02 .slick-list .slick-slide {
    margin: 0 1.5rem;
    width: 46rem;
    overflow: hidden;
  }
  .bnr_wrap #bnr_slide01 .slick-list .slick-slide a,
  .bnr_wrap #bnr_slide02 .slick-list .slick-slide a {
    position: relative;
    display: block;
  }
  .bnr_wrap #bnr_slide01 .slick-list .slick-slide a::after,
  .bnr_wrap #bnr_slide02 .slick-list .slick-slide a::after {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    position: absolute;
    top: 0;
    left: -75%;
  }
  .bnr_wrap #bnr_slide01 .slick-list .slick-slide a img,
  .bnr_wrap #bnr_slide02 .slick-list .slick-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .bnr_wrap #bnr_slide01 .slick-list .slick-slide a:hover::after,
  .bnr_wrap #bnr_slide02 .slick-list .slick-slide a:hover::after {
    animation: 0.7s shine forwards;
  }
  .bnr_wrap #bnr_slide01 .slick-dots,
  .bnr_wrap #bnr_slide02 .slick-dots {
    margin: 3.5rem auto 0;
  }
  .bnr_wrap #bnr_slide01 .slick-dots li,
  .bnr_wrap #bnr_slide02 .slick-dots li {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.9rem;
  }
}
.tre {
  padding: 3rem 1rem;
}
.tre .tit_02_top::before {
  color: var(--clr_pink);
}
.tre .tre_inner.trigger > div:nth-child(1) {
  animation: fade_up 1s forwards;
  animation-delay: 0.3s;
}
.tre .tre_inner.trigger > div:nth-child(2) {
  animation: fade_up 1s forwards;
  animation-delay: 0.6s;
}
.tre .tre_inner > div {
  margin: 0 0 2rem;
  opacity: 0;
}
.tre .tre_inner > div .btn {
  display: block;
  border: 2px solid var(--clr_pink_dark);
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 0.3rem;
  background: var(--clr_pink_light4);
}
.tre .tre_inner > div .btn span {
  border: 1px solid var(--clr_pink_light5);
  border-radius: 100vh;
  display: block;
  padding: 1rem;
}
.tre .tre_inner > div > p {
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 2;
  font-size: 1.2rem;
}
.tre .tre_inner > div > p span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 2.25;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 7rem 0 2rem;
  }
  .tre .tre_inner {
    display: flex;
    justify-content: space-between;
  }
  .tre .tre_inner > div {
    width: 48%;
  }
  .tre .tre_inner > div .btn {
    font-size: 2.6rem;
    padding: 0.5rem;
    transition: 0.3s;
  }
  .tre .tre_inner > div .btn span {
    padding: 2.3rem 17rem;
  }
  .tre .tre_inner > div .btn:is(:hover, :focus-visible) {
    background: var(--clr_pink_light3);
    opacity: 1;
  }
  .tre .tre_inner > div > p {
    font-size: 1.8rem;
    padding: 0 1.4rem;
  }
  .tre .tre_inner > div > p span {
    font-size: 1.6rem;
  }
}
.menu {
  padding: 0 1rem 4rem;
}
.menu .tit_02_top::before {
  color: var(--clr_pink);
}
.menu .menu_nav.trigger li a {
  margin-left: 0;
  color: var(--clr_txt);
}
.menu .menu_nav.trigger li a::before {
  margin-left: 0;
}
.menu .menu_nav li {
  overflow: hidden;
}
.menu .menu_nav li:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
.menu .menu_nav li a {
  display: block;
  min-height: 8rem;
  height: auto;
  width: 100%;
  background: var(--clr_pink_light4);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  padding: 1rem 1.5rem 1rem 9.5rem;
  text-decoration: none;
  position: relative;
  transition: margin-left 1s cubic-bezier(0.8, 0, 0.2, 1) 0s, color 0.6s ease 0.9s;
  margin-left: -22rem;
  color: transparent;
}
.menu .menu_nav li a::before {
  font-size: 7rem;
  font-weight: normal;
  color: #fff;
  background: var(--clr_pink);
  width: 8rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22rem;
  transition: 1s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.menu .menu_nav li a .top_body {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 0;
}
.menu .menu_nav li a.cavishape, .menu .menu_nav li a.formulation, .menu .menu_nav li a.selectcosme {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .menu_nav li a .txt_small {
  font-size: 1rem;
  display: block;
  letter-spacing: 0.05em;
}
.menu .menu_nav li a .txt_small_14 {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.menu .menu_nav li a.ion::before {
  font-family: "fontello";
  content: "\eb0a";
}
.menu .menu_nav li a.electroporation::before {
  font-family: "fontello";
  content: "\eb0b";
}
.menu .menu_nav li a.peeling::before {
  font-family: "fontello";
  content: "\eb0c";
}
.menu .menu_nav li a.ledanceblue::before {
  font-family: "fontello";
  content: "\eb0d";
}
.menu .menu_nav li a.toning::before {
  font-family: "fontello";
  content: "\eb0e";
}
.menu .menu_nav li a.ipl::before {
  font-family: "fontello";
  content: "\eb0f ";
}
.menu .menu_nav li a.hyaluronic::before {
  font-family: "fontello";
  content: "\eb10";
}
.menu .menu_nav li a.collargen::before {
  font-family: "fontello";
  content: "\eb11";
}
.menu .menu_nav li a.rejuran::before {
  font-family: "fontello";
  content: "\eb11";
}
.menu .menu_nav li a.wrinkleinjection::before {
  font-family: "fontello";
  content: "\eb11";
}
.menu .menu_nav li a.derma::before {
  font-family: "fontello";
  content: "\eb12";
}
.menu .menu_nav li a.dermahair::before {
  font-family: "fontello";
  content: "\eb13";
}
.menu .menu_nav li a.drip::before {
  font-family: "fontello";
  content: "\eb14";
}
.menu .menu_nav li a.injection::before {
  font-family: "fontello";
  content: "\eb15";
}
.menu .menu_nav li a.fatinjection::before {
  font-family: "fontello";
  content: "\eb11";
}
.menu .menu_nav li a.cavishape::before {
  font-family: "fontello";
  content: "\eb16";
}
.menu .menu_nav li a.me::before {
  font-family: "fontello";
  content: "\eb16";
}
.menu .menu_nav li a.hifu::before {
  font-family: "fontello";
  content: "\eb17";
}
.menu .menu_nav li a.lift::before {
  font-family: "fontello";
  content: "\eb17";
}
.menu .menu_nav li a.potenza::before {
  font-family: "fontello";
  content: "\eb1a";
}
.menu .menu_nav li a.vio::before {
  font-family: "fontello";
  content: "\eb18";
}
.menu .menu_nav li a.sweat::before {
  font-family: "fontello";
  content: "\eb19";
}
.menu .menu_nav li a.formulation::before {
  font-family: "fontello";
  content: "\eb1b";
}
.menu .menu_nav li a.selectcosme::before {
  font-family: "fontello";
  content: "\eb1c";
}

@media screen and (min-width: 48em), print {
  .menu {
    padding: 0 calc((100% - 120rem) / 2) 4rem;
    overflow-x: clip;
  }
  .menu .menu_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4.7rem 6rem;
    position: relative;
    z-index: 1;
  }
  .menu .menu_nav::after {
    content: "";
    width: 43.6rem;
    height: 72.7rem;
    position: absolute;
    bottom: 0;
    right: -31rem;
    background: url(../img/index_menu_bg.svg) no-repeat center/100% auto;
    z-index: -1;
  }
  .menu .menu_nav li {
    width: 36rem;
  }
  .menu .menu_nav li:not(:last-of-type) {
    margin: 0;
  }
  .menu .menu_nav li a {
    font-size: 1.8rem;
    min-height: 10rem;
    padding: 1.5rem 0.5rem 1rem 11.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: -26rem;
  }
  .menu .menu_nav li a::before {
    width: 10rem;
    font-size: 9rem;
    margin-left: 26rem;
  }
  .menu .menu_nav li a .top_body {
    font-size: 1.5rem;
  }
  .menu .menu_nav li a .txt_small {
    font-size: 1.6rem;
  }
  .menu .menu_nav li a .txt_small_14 {
    font-size: 1.4rem;
  }
  .menu .menu_nav li a span::after {
    width: calc(100% - 10rem);
    height: 100%;
    content: "";
    position: absolute;
    left: 10rem;
    top: 0;
    background: var(--clr_pink_light3);
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .menu .menu_nav li a:is(:hover, :focus-visible) span::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.top_symptom {
  padding: 3rem 1rem 5rem;
}
.top_symptom .tit_02_top::before {
  color: var(--clr_pink);
}
.top_symptom .symp_nav.trigger li a {
  visibility: visible;
  color: var(--clr_txt);
}
.top_symptom .symp_nav.trigger li a::before {
  left: 100%;
}
.top_symptom .symp_nav li {
  overflow: hidden;
}
.top_symptom .symp_nav li:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
.top_symptom .symp_nav li a {
  display: block;
  border: 2px solid var(--clr_pink);
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  visibility: hidden;
  transition: all 0s 0.7s, color 0.6s ease 1.2s;
  color: transparent;
}
.top_symptom .symp_nav li a::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  box-sizing: content-box;
  position: absolute;
  left: calc(-100% - 6px);
  top: -2px;
  background: var(--clr_pink);
  transition: 1.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  visibility: visible;
}

@media screen and (min-width: 48em), print {
  .top_symptom {
    padding: 3rem 0 8rem;
  }
  .top_symptom .symp_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 2.7rem;
  }
  .top_symptom .symp_nav li {
    width: 31.8%;
  }
  .top_symptom .symp_nav li:not(:last-of-type) {
    margin: 0;
  }
  .top_symptom .symp_nav li a {
    font-size: 1.8rem;
    padding: 2rem;
    position: relative;
    z-index: 1;
  }
  .top_symptom .symp_nav li a::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--clr_pink_light4);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
  }
  .top_symptom .symp_nav li a:is(:hover, :focus-visible)::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.concept {
  background: var(--clr_pink_light4);
}
.concept::after {
  width: 100%;
  height: 22rem;
  content: "";
  display: block;
  background: url(../img/index_concept.jpg) no-repeat center/cover;
}
.concept .concept_inner {
  padding: 4rem 1rem 1rem;
}
.concept .concept_inner.trigger p:nth-of-type(1) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.3s;
}
.concept .concept_inner.trigger p:nth-of-type(2) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.6s;
}
.concept .concept_inner.trigger p:nth-of-type(3) {
  animation: fade_up 1s forwards normal;
  animation-delay: 0.9s;
}
.concept .concept_inner.trigger p:nth-of-type(4) {
  animation: fade_up 1s forwards normal;
  animation-delay: 1.2s;
}
.concept .concept_inner .tit_02 {
  color: var(--clr_pink);
  text-align: center;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
.concept .concept_inner .tit_02::after {
  width: 3.5em;
}
.concept .concept_inner p {
  letter-spacing: 0.04em;
  line-height: 2.1;
  opacity: 0;
}

@media screen and (min-width: 48em), print {
  .concept {
    display: flex;
    flex-direction: row-reverse;
  }
  .concept::after {
    width: 50%;
    height: auto;
    background: linear-gradient(to right, transparent 60%, var(--clr_pink_light4) 100%), url(../img/index_concept.jpg) no-repeat center right/auto 100%;
  }
  .concept .concept_inner {
    width: 50%;
    padding: 7rem calc((100% - 120rem) / 2) 4.5rem 7rem;
  }
  .concept .concept_inner .tit_02 {
    margin: 0 auto 3.5rem;
  }
  .concept .concept_inner p {
    font-size: 1.8rem;
  }
  .concept .concept_inner p:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 1.2rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"]) {
  color: var(--clr_pink_dark3);
}
body:not(.index) .main p:first-of-type {
  margin: 0 0 1em;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 110rem;
    margin: 4rem auto 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .main .cf .img_l, body: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;
  font-family: "fontello";
  content: "\63";
  font-size: 140%;
  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.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.info_lst dt {
  padding: 1.6rem 1rem 0;
  border-top: 1px solid var(--clr_gray_dark);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  pointer-events: none;
  margin: 0 0 1.2rem;
  color: var(--clr_pink);
  font-size: 115%;
}
.info_lst dt .date {
  display: block;
  font-size: 90%;
  color: var(--clr_pink_dark);
}
.info_lst dd {
  padding: 0 1rem;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 48em), print {
  .info_lst {
    margin: 0 auto;
  }
  .info_lst dt {
    margin: 0 0 1.5rem;
    padding: 3.5rem 2rem 0;
    font-size: 2rem;
  }
  .info_lst dd {
    margin: 0 0 3.5rem;
    padding: 0 2rem;
    font-size: 1.7rem;
  }
}

.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

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: auto;
  }
}

body.price .tbl tr td {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  body.price .tbl tr th[scope=col]:first-child {
    width: 50%;
  }
}
body.cosmetics .shourei li:not(:last-of-type) {
  margin: 0 0 3rem;
}

@media screen and (min-width: 48em), print {
  body.cosmetics .shourei li:not(:last-of-type) {
    margin: 0;
  }
}
.lst_effect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 2rem;
}
.lst_effect.left {
  justify-content: flex-start;
}
.lst_effect li {
  display: flex;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  border-radius: 0.3rem;
  color: #fff;
}
.lst_effect li.antioxidant {
  background: #297DDC;
}
.lst_effect li.osteoporosis {
  background: #9FC7F5;
}
.lst_effect li.menopause {
  background: #56d1a7;
}
.lst_effect li.symptoms {
  background: #884ea9;
}
.lst_effect li.diet {
  background: #ffac4d;
}
.lst_effect li.constipation {
  background: #a6cf1b;
}
.lst_effect li.anti_aging {
  background: #DCC914;
}
.lst_effect li.lifestyle {
  background: #009C15;
}
.lst_effect li.aga {
  background: #E86796;
}
.lst_effect li.hairdye_trouble {
  background: #b775b5;
}
.lst_effect li.sweat {
  background: #2C3178;
}
.lst_effect li.blemish {
  background: #80522A;
}
.lst_effect li.moisturize {
  background: #22BFBA;
}
.lst_effect li.wrinkle {
  background: #22BF4C;
}
.lst_effect li.repair {
  background: #A1BF22;
}
.lst_effect li.flash {
  background: #f75757;
}
.lst_effect li.rosacea {
  background: #885f5f;
}
.lst_effect li.acne_scar {
  background: #E1B12E;
}
.lst_effect li.blood_spots {
  background: #9A0000;
}
.lst_effect li.acne {
  background: #FCA800;
}
.lst_effect li.pores {
  background: #6F887F;
}
.lst_effect li.sunscreen {
  background: #7D5D5D;
}
.lst_effect li.hand {
  background: #e6ae3e;
}
.lst_effect li.skin {
  background: #3a98a8;
}
.lst_effect li.dry {
  background: #817BBB;
}
.lst_effect li.oil {
  background: #d88778;
}
.lst_effect li.loose {
  background: #30796d;
}

@media screen and (min-width: 48em), print {
  .lst_effect {
    margin: 0 0 4rem;
  }
  .lst_effect li {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border-radius: 0.6rem;
  }
}
body.selectcosme .bnr img {
  width: 80%;
  margin: 0 auto 2rem;
}
body.selectcosme .bnr p {
  font-weight: bold;
  text-align: center;
}
body.selectcosme .bnr p.tit {
  font-size: 1.6rem;
}
body.selectcosme .perspirex_wrap .img_table {
  width: 100%;
  margin: 0 0 2rem;
}
body.selectcosme .perspirex_wrap > div > div {
  width: 80%;
  margin: 0 auto 2rem;
}
body.selectcosme .perspirex_wrap > div > div img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  body.selectcosme .bnr {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  body.selectcosme .bnr img {
    width: 50%;
    margin: 0;
  }
  body.selectcosme .bnr > div {
    width: 50%;
  }
  body.selectcosme .bnr p.tit {
    font-size: 2rem;
  }
  body.selectcosme .perspirex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body.selectcosme .perspirex_wrap .img_table {
    width: 60%;
    margin: 0;
  }
  body.selectcosme .perspirex_wrap > div {
    width: 32%;
  }
  body.selectcosme .perspirex_wrap > div > div {
    width: 100%;
    margin: 0;
  }
}
.accordion .accordion_btn {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  color: var(--clr_brown_dark);
  margin: 0 0 1rem;
  border-bottom: 1px solid var(--clr_gray_dark2);
}
.accordion .accordion_btn::before {
  font-family: "fontello";
  content: "\62";
}
.accordion .accordion_btn.close::before {
  font-family: "fontello";
  content: "\76";
}
.accordion .accordion_inner {
  display: none;
}
.accordion.close .accordion_btn {
  font-family: "fontello";
  content: "\76";
}
.accordion.close .accordion_inner {
  display: block;
}

@media screen and (min-width: 48em), print {
  .accordion .accordion_btn {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
body.order .order_flex {
  margin: 0 0 4rem;
}
body.order .order_flex img {
  width: 80%;
  margin: 0 auto 1rem;
}
body.order .order_flex p {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  body.order .order_flex {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  body.order .order_flex img {
    width: 30%;
    margin: 0;
  }
  body.order .order_flex p {
    text-align: left;
    font-size: 2rem;
  }
}
#mailformpro {
  padding: 0 !important;
}
#mailformpro .form dt {
  padding: 0.6rem 1rem !important;
  border-top: 1px solid var(--clr_pink) !important;
  color: #fff;
  background: var(--clr_pink);
  font-weight: bold;
  font-size: 1.4rem !important;
  margin: 0 0 1rem;
}
#mailformpro .form dt.required::after {
  content: "※";
  color: var(--clr_pink_dark3);
  margin: 0 0 0 1rem;
}
#mailformpro .form dd {
  padding: 1rem 1rem 2rem !important;
  line-height: 1.8 !important;
  margin: 0;
  box-shadow: none;
  border-top: none !important;
}
#mailformpro .form dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray_dark2);
}
#mailformpro .form dd input, #mailformpro .form dd textarea {
  border: 1px solid var(--clr_gray_dark2);
  padding: 0.4rem;
}
#mailformpro .form dd .zip_prefecture .zip {
  margin: 0 0 1rem;
  width: 50%;
}
#mailformpro .form dd .zip_prefecture select {
  width: 50%;
  margin: 0 0 1rem;
  padding: 1rem 0.5rem;
}
#mailformpro .form dd input {
  box-shadow: none !important;
}
#mailformpro .form dd input[type=text], #mailformpro .form dd input[type=tel], #mailformpro .form dd input[type=email] {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid var(--clr_gray_dark2);
  padding: 0.6rem;
}
#mailformpro .form dd input.harf {
  width: 48%;
}
#mailformpro .form dd label {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  display: block;
  margin: 0 1rem 0 0;
}
#mailformpro .form dd select {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid var(--clr_gray_dark2);
  background: none;
  padding: 0.6rem;
}
#mailformpro .form dd textarea {
  max-width: 100% !important;
  width: 100% !important;
  height: 20rem !important;
  border: 1px solid var(--clr_gray_dark2);
  box-shadow: none;
}
#mailformpro .lst_dl01 dt {
  font-size: inherit !important;
  border-top: none !important;
  padding: 0 !important;
  text-align: left !important;
}
#mailformpro .lst_dl01 dd {
  padding: 0 !important;
  font-size: inherit !important;
  border-top: none !important;
}
#mailformpro .lst_dl01 dd:not(:last-of-type) {
  margin: 0 0 1rem;
}
#mailformpro .mfp_not_checked, #mailformpro .mfp_checked {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
#mailformpro .mfp_element_submit {
  background: var(--clr_brown_dark);
  border: 1px solid var(--clr_brown_dark);
  text-shadow: none;
  font-weight: bold;
  padding: 1rem 2rem;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
#mailformpro .mfp_element_submit:hover {
  box-shadow: none !important;
  opacity: 1;
  background: #fff;
  color: var(--clr_brown_dark);
}
#mailformpro div.mfp_err {
  background: none;
  padding: 0;
  color: #c00;
}
#mailformpro .problem {
  background: #ffeef1 !important;
}

#mfp_confirm_table {
  border-bottom: solid 1px var(--clr_gray_dark2);
}
#mfp_confirm_table tr.mfp_colored {
  background: none !important;
}
#mfp_confirm_table tr th {
  background: var(--clr_pink);
  width: 42% !important;
  white-space: pre-wrap !important;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
#mfp_confirm_table tr:last-of-type th {
  border-bottom: var(--clr_gray_dark2) !important;
}
#mfp_confirm_table tr th, #mfp_confirm_table tr td {
  font-size: inherit !important;
}

.mfp_buttons {
  margin: 2rem 0 0;
}

.mfp_element_button {
  background: var(--clr_brown_dark) !important;
  border: 1px solid var(--clr_brown_dark) !important;
  text-shadow: none !important;
  padding: 1rem 2rem !important;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.mfp_element_button:hover {
  box-shadow: none !important;
  opacity: 1;
  background: #fff !important;
  color: var(--clr_brown_dark) !important;
}

.mfp_colored {
  background: none !important;
}

@media screen and (min-width: 48em), print {
  #mailformpro .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_gray_dark2);
    margin: 0 0 3rem;
  }
  #mailformpro .form dt {
    width: 30% !important;
    text-align: left !important;
    float: none !important;
    font-size: inherit !important;
    padding: 2rem !important;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  #mailformpro .form dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray_dark2);
  }
  #mailformpro .form dd {
    width: 70%;
    padding: 2rem !important;
    border-bottom: 1px solid var(--clr_gray_dark2) !important;
    font-size: 1.8rem;
  }
  #mailformpro .lst_dl01 dt {
    width: 25%;
  }
  #mailformpro .lst_dl01 dd {
    width: 75%;
  }
  #mailformpro .lst_dl01 dd:not(:last-of-type) {
    margin: 0;
  }
  #mailformpro .mfp_element_submit {
    padding: 2rem 4rem;
  }
  div#mfp_phase_confirm h4 {
    font-size: 2.4rem !important;
  }
  #mfp_confirm_table tr th {
    width: 30% !important;
  }
  #mfp_confirm_table tr th, #mfp_confirm_table tr td {
    padding: 2rem !important;
  }
  .mfp_buttons {
    margin: 4rem 0 0;
  }
  .mfp_element_button {
    padding: 2rem 4rem !important;
  }
}
.lst_media li {
  border-bottom: 1px dotted var(--clr_gray_dark2);
  padding: 1rem 0;
}
.lst_media li .tit {
  margin: 0 0 1rem;
  font-size: 110%;
  color: var(--clr_pink_dark2);
}
.lst_media li p:last-of-type {
  margin: 1em 0 0;
}
.lst_media li.img_flex > img,
.lst_media li.img_flex > a {
  width: 80%;
  margin: 2rem auto;
  display: block;
}
.lst_media li.img_flex > img > img,
.lst_media li.img_flex > a > img {
  width: 100%;
}
.lst_media li.img_flex > div > div {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .lst_media li {
    padding: 2rem 0;
  }
  .lst_media li .tit {
    margin: 0 0 2rem;
  }
  .lst_media li p:last-of-type {
    margin: 1em 0 0;
  }
  .lst_media li.img_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 3rem;
  }
  .lst_media li.img_flex > img,
  .lst_media li.img_flex > a {
    margin: 0;
    max-width: 30%;
  }
  .lst_media li.img_flex > img > img,
  .lst_media li.img_flex > a > img {
    transition: 0.3s;
  }
  .lst_media li.img_flex > a:hover img {
    transform: scale(1.02);
  }
  .lst_media li.img_flex > div > div {
    text-align: left;
  }
}
.greeting .bnr_doctorsfile {
  width: 80%;
  margin: 0 auto;
}
.greeting .bnr_doctorsfile li {
  width: 100%;
  margin-bottom: 1rem;
}
.greeting .bnr_doctorsfile li img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .greeting .bnr_doctorsfile {
    width: 700px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .greeting .bnr_doctorsfile li {
    width: 48%;
  }
  .greeting .bnr_doctorsfile li img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */