@charset "UTF-8";
*: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 {
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
  padding: 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;
}

:root {
  --clr_txt: #4D3639;
  --rgb_txt: 77, 54, 57;
  --clr_txt_white: #fff;
  --rgb_txt_white: 255, 255, 255;
  --clr_txt_gray: #F5F5F5;
  --rgb_txt_gray: 245, 245, 245;
  --clr_txt_red: #ee1b1b;
  --rgb_txt_red: 238, 27, 27;
  --clr_main: #E9A2AC;
  --rgb_main: 233, 162, 172;
  --clr_main_light: #FCF0F3;
  --rgb_main_light: 252, 240, 243;
  --clr_sub: #E9AEA5;
  --rgb_sub: 233, 174, 165;
  --clr_sub_light: #F9F4F0;
  --rgb_sub_light: 249, 244, 240;
}

.has-txtbase-color {
  color: #4D3639;
}

.has-txtbase-background-color {
  background-color: #4D3639;
}

.has-txtwhite-color {
  color: #fff;
}

.has-txtwhite-background-color {
  background-color: #fff;
}

.has-txtgray-color {
  color: #F5F5F5;
}

.has-txtgray-background-color {
  background-color: #F5F5F5;
}

.has-txtred-color {
  color: #ee1b1b;
}

.has-txtred-background-color {
  background-color: #ee1b1b;
}

.has-mainbase-color {
  color: #E9A2AC;
}

.has-mainbase-background-color {
  background-color: #E9A2AC;
}

.has-mainlight-color {
  color: #FCF0F3;
}

.has-mainlight-background-color {
  background-color: #FCF0F3;
}

.has-subbase-color {
  color: #E9AEA5;
}

.has-subbase-background-color {
  background-color: #E9AEA5;
}

.has-sublight-color {
  color: #F9F4F0;
}

.has-sublight-background-color {
  background-color: #F9F4F0;
}

.has-txt-base-color {
  color: #4D3639;
}

.has-txt-base-background-color {
  background-color: #4D3639;
}

.has-txt-white-color {
  color: #fff;
}

.has-txt-white-background-color {
  background-color: #fff;
}

.has-txt-gray-color {
  color: #F5F5F5;
}

.has-txt-gray-background-color {
  background-color: #F5F5F5;
}

.has-txt-red-color {
  color: #ee1b1b;
}

.has-txt-red-background-color {
  background-color: #ee1b1b;
}

.has-main-base-color {
  color: #E9A2AC;
}

.has-main-base-background-color {
  background-color: #E9A2AC;
}

.has-main-light-color {
  color: #FCF0F3;
}

.has-main-light-background-color {
  background-color: #FCF0F3;
}

.has-sub-base-color {
  color: #E9AEA5;
}

.has-sub-base-background-color {
  background-color: #E9AEA5;
}

.has-sub-light-color {
  color: #F9F4F0;
}

.has-sub-light-background-color {
  background-color: #F9F4F0;
}

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mb00 {
  margin-bottom: 0rem !important;
}

.ml00 {
  margin-left: 0rem !important;
}

.mr00 {
  margin-right: 0rem !important;
}

.pt00 {
  padding-top: 0rem !important;
}

.pb00 {
  padding-bottom: 0rem !important;
}

.pl00 {
  padding-left: 0rem !important;
}

.pr00 {
  padding-right: 0rem !important;
}

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

.mb10 {
  margin-bottom: 1.2rem !important;
}

.ml10 {
  margin-left: 1.2rem !important;
}

.mr10 {
  margin-right: 1.2rem !important;
}

.pt10 {
  padding-top: 1.2rem !important;
}

.pb10 {
  padding-bottom: 1.2rem !important;
}

.pl10 {
  padding-left: 1.2rem !important;
}

.pr10 {
  padding-right: 1.2rem !important;
}

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

.mb20 {
  margin-bottom: 2.4rem !important;
}

.ml20 {
  margin-left: 2.4rem !important;
}

.mr20 {
  margin-right: 2.4rem !important;
}

.pt20 {
  padding-top: 2.4rem !important;
}

.pb20 {
  padding-bottom: 2.4rem !important;
}

.pl20 {
  padding-left: 2.4rem !important;
}

.pr20 {
  padding-right: 2.4rem !important;
}

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

.mb30 {
  margin-bottom: 3.6rem !important;
}

.ml30 {
  margin-left: 3.6rem !important;
}

.mr30 {
  margin-right: 3.6rem !important;
}

.pt30 {
  padding-top: 3.6rem !important;
}

.pb30 {
  padding-bottom: 3.6rem !important;
}

.pl30 {
  padding-left: 3.6rem !important;
}

.pr30 {
  padding-right: 3.6rem !important;
}

.mt40 {
  margin-top: 4.8rem !important;
}

.mb40 {
  margin-bottom: 4.8rem !important;
}

.ml40 {
  margin-left: 4.8rem !important;
}

.mr40 {
  margin-right: 4.8rem !important;
}

.pt40 {
  padding-top: 4.8rem !important;
}

.pb40 {
  padding-bottom: 4.8rem !important;
}

.pl40 {
  padding-left: 4.8rem !important;
}

.pr40 {
  padding-right: 4.8rem !important;
}

.mt50 {
  margin-top: 6rem !important;
}

.mb50 {
  margin-bottom: 6rem !important;
}

.ml50 {
  margin-left: 6rem !important;
}

.mr50 {
  margin-right: 6rem !important;
}

.pt50 {
  padding-top: 6rem !important;
}

.pb50 {
  padding-bottom: 6rem !important;
}

.pl50 {
  padding-left: 6rem !important;
}

.pr50 {
  padding-right: 6rem !important;
}

.mt60 {
  margin-top: 7.2rem !important;
}

.mb60 {
  margin-bottom: 7.2rem !important;
}

.ml60 {
  margin-left: 7.2rem !important;
}

.mr60 {
  margin-right: 7.2rem !important;
}

.pt60 {
  padding-top: 7.2rem !important;
}

.pb60 {
  padding-bottom: 7.2rem !important;
}

.pl60 {
  padding-left: 7.2rem !important;
}

.pr60 {
  padding-right: 7.2rem !important;
}

.mt70 {
  margin-top: 8.4rem !important;
}

.mb70 {
  margin-bottom: 8.4rem !important;
}

.ml70 {
  margin-left: 8.4rem !important;
}

.mr70 {
  margin-right: 8.4rem !important;
}

.pt70 {
  padding-top: 8.4rem !important;
}

.pb70 {
  padding-bottom: 8.4rem !important;
}

.pl70 {
  padding-left: 8.4rem !important;
}

.pr70 {
  padding-right: 8.4rem !important;
}

.mt80 {
  margin-top: 9.6rem !important;
}

.mb80 {
  margin-bottom: 9.6rem !important;
}

.ml80 {
  margin-left: 9.6rem !important;
}

.mr80 {
  margin-right: 9.6rem !important;
}

.pt80 {
  padding-top: 9.6rem !important;
}

.pb80 {
  padding-bottom: 9.6rem !important;
}

.pl80 {
  padding-left: 9.6rem !important;
}

.pr80 {
  padding-right: 9.6rem !important;
}

.mt90 {
  margin-top: 10.8rem !important;
}

.mb90 {
  margin-bottom: 10.8rem !important;
}

.ml90 {
  margin-left: 10.8rem !important;
}

.mr90 {
  margin-right: 10.8rem !important;
}

.pt90 {
  padding-top: 10.8rem !important;
}

.pb90 {
  padding-bottom: 10.8rem !important;
}

.pl90 {
  padding-left: 10.8rem !important;
}

.pr90 {
  padding-right: 10.8rem !important;
}

.mt100 {
  margin-top: 12rem !important;
}

.mb100 {
  margin-bottom: 12rem !important;
}

.ml100 {
  margin-left: 12rem !important;
}

.mr100 {
  margin-right: 12rem !important;
}

.pt100 {
  padding-top: 12rem !important;
}

.pb100 {
  padding-bottom: 12rem !important;
}

.pl100 {
  padding-left: 12rem !important;
}

.pr100 {
  padding-right: 12rem !important;
}

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mb00 {
    margin-bottom: 0rem !important;
  }
  .ml00 {
    margin-left: 0rem !important;
  }
  .mr00 {
    margin-right: 0rem !important;
  }
  .pt00 {
    padding-top: 0rem !important;
  }
  .pb00 {
    padding-bottom: 0rem !important;
  }
  .pl00 {
    padding-left: 0rem !important;
  }
  .pr00 {
    padding-right: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mb10 {
    margin-bottom: 2.4rem !important;
  }
  .ml10 {
    margin-left: 2.4rem !important;
  }
  .mr10 {
    margin-right: 2.4rem !important;
  }
  .pt10 {
    padding-top: 2.4rem !important;
  }
  .pb10 {
    padding-bottom: 2.4rem !important;
  }
  .pl10 {
    padding-left: 2.4rem !important;
  }
  .pr10 {
    padding-right: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mb20 {
    margin-bottom: 4.8rem !important;
  }
  .ml20 {
    margin-left: 4.8rem !important;
  }
  .mr20 {
    margin-right: 4.8rem !important;
  }
  .pt20 {
    padding-top: 4.8rem !important;
  }
  .pb20 {
    padding-bottom: 4.8rem !important;
  }
  .pl20 {
    padding-left: 4.8rem !important;
  }
  .pr20 {
    padding-right: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mb30 {
    margin-bottom: 7.2rem !important;
  }
  .ml30 {
    margin-left: 7.2rem !important;
  }
  .mr30 {
    margin-right: 7.2rem !important;
  }
  .pt30 {
    padding-top: 7.2rem !important;
  }
  .pb30 {
    padding-bottom: 7.2rem !important;
  }
  .pl30 {
    padding-left: 7.2rem !important;
  }
  .pr30 {
    padding-right: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .mb40 {
    margin-bottom: 9.6rem !important;
  }
  .ml40 {
    margin-left: 9.6rem !important;
  }
  .mr40 {
    margin-right: 9.6rem !important;
  }
  .pt40 {
    padding-top: 9.6rem !important;
  }
  .pb40 {
    padding-bottom: 9.6rem !important;
  }
  .pl40 {
    padding-left: 9.6rem !important;
  }
  .pr40 {
    padding-right: 9.6rem !important;
  }
  .mt50 {
    margin-top: 12rem !important;
  }
  .mb50 {
    margin-bottom: 12rem !important;
  }
  .ml50 {
    margin-left: 12rem !important;
  }
  .mr50 {
    margin-right: 12rem !important;
  }
  .pt50 {
    padding-top: 12rem !important;
  }
  .pb50 {
    padding-bottom: 12rem !important;
  }
  .pl50 {
    padding-left: 12rem !important;
  }
  .pr50 {
    padding-right: 12rem !important;
  }
  .mt60 {
    margin-top: 14.4rem !important;
  }
  .mb60 {
    margin-bottom: 14.4rem !important;
  }
  .ml60 {
    margin-left: 14.4rem !important;
  }
  .mr60 {
    margin-right: 14.4rem !important;
  }
  .pt60 {
    padding-top: 14.4rem !important;
  }
  .pb60 {
    padding-bottom: 14.4rem !important;
  }
  .pl60 {
    padding-left: 14.4rem !important;
  }
  .pr60 {
    padding-right: 14.4rem !important;
  }
  .mt70 {
    margin-top: 16.8rem !important;
  }
  .mb70 {
    margin-bottom: 16.8rem !important;
  }
  .ml70 {
    margin-left: 16.8rem !important;
  }
  .mr70 {
    margin-right: 16.8rem !important;
  }
  .pt70 {
    padding-top: 16.8rem !important;
  }
  .pb70 {
    padding-bottom: 16.8rem !important;
  }
  .pl70 {
    padding-left: 16.8rem !important;
  }
  .pr70 {
    padding-right: 16.8rem !important;
  }
  .mt80 {
    margin-top: 19.2rem !important;
  }
  .mb80 {
    margin-bottom: 19.2rem !important;
  }
  .ml80 {
    margin-left: 19.2rem !important;
  }
  .mr80 {
    margin-right: 19.2rem !important;
  }
  .pt80 {
    padding-top: 19.2rem !important;
  }
  .pb80 {
    padding-bottom: 19.2rem !important;
  }
  .pl80 {
    padding-left: 19.2rem !important;
  }
  .pr80 {
    padding-right: 19.2rem !important;
  }
  .mt90 {
    margin-top: 21.6rem !important;
  }
  .mb90 {
    margin-bottom: 21.6rem !important;
  }
  .ml90 {
    margin-left: 21.6rem !important;
  }
  .mr90 {
    margin-right: 21.6rem !important;
  }
  .pt90 {
    padding-top: 21.6rem !important;
  }
  .pb90 {
    padding-bottom: 21.6rem !important;
  }
  .pl90 {
    padding-left: 21.6rem !important;
  }
  .pr90 {
    padding-right: 21.6rem !important;
  }
  .mt100 {
    margin-top: 24rem !important;
  }
  .mb100 {
    margin-bottom: 24rem !important;
  }
  .ml100 {
    margin-left: 24rem !important;
  }
  .mr100 {
    margin-right: 24rem !important;
  }
  .pt100 {
    padding-top: 24rem !important;
  }
  .pb100 {
    padding-bottom: 24rem !important;
  }
  .pl100 {
    padding-left: 24rem !important;
  }
  .pr100 {
    padding-right: 24rem !important;
  }
}
.timetable table {
  width: 100%;
  font-size: 1.3rem;
  table-layout: fixed;
  border-bottom: 2px dotted var(--clr_main);
}
.timetable table thead {
  border-bottom: 2px dotted var(--clr_main);
}
.timetable table thead th {
  padding: 0.6rem 0;
  font-weight: normal;
  border: none;
}
.timetable table thead th:first-child {
  width: 30%;
}
.timetable table tr td {
  color: var(--clr_main);
  text-align: center;
  padding: 1.4rem 0;
  line-height: 1.4;
  border: none;
}
.timetable table tr td:first-child {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .timetable table {
    font-size: 1.8rem;
  }
  .timetable table tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  color: var(--clr_main);
  background: var(--clr_sub_light);
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02, .editor-styles-wrapper h2, .box_page h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
}
.tit_02::after, .editor-styles-wrapper h2::after, .box_page h2::after {
  display: block;
  content: "";
  width: 7rem;
  height: 1rem;
  background: radial-gradient(circle farthest-side, var(--clr_main), var(--clr_main) 25%, transparent 25%, transparent) left bottom/1.5rem;
  margin: 0.4rem auto 0;
}

.tit_03, .editor-styles-wrapper h3, .box_page h3 {
  font-size: 1.8rem;
  color: var(--clr_main);
  line-height: 1.4;
  font-weight: normal;
  border-bottom: 2px dotted var(--clr_main);
  padding: 0 0 0.4rem;
  margin: 0 0 2rem;
}

.tit_04, .editor-styles-wrapper h4, .box_page h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  background: var(--clr_main);
  padding: 0.4rem 1rem;
  margin: 0 0 2rem;
}

.tit_05, .editor-styles-wrapper h5, .box_page h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 1rem;
}
.tit_05::before, .editor-styles-wrapper h5::before, .box_page h5::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid var(--clr_main);
  border-radius: 50%;
  margin: 0.3em 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8em;
          flex: 0 0 0.8em;
}

.tit_06, .editor-styles-wrapper h6, .box_page h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 0.4rem 1rem;
  color: var(--clr_main);
  border-top: 1px solid var(--clr_main);
  border-bottom: 1px solid var(--clr_main);
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 26rem;
    font-size: 4.8rem;
  }
  .tit_02, .editor-styles-wrapper h2, .box_page h2 {
    font-size: 4rem;
    margin: 0 auto 4rem;
  }
  .tit_02::after, .editor-styles-wrapper h2::after, .box_page h2::after {
    width: 15rem;
    height: 3rem;
    background: radial-gradient(circle farthest-side, var(--clr_main), var(--clr_main) 22%, transparent 22%, transparent) left bottom/3.2rem;
    margin: 0 auto;
  }
  .tit_03, .editor-styles-wrapper h3, .box_page h3 {
    font-size: 3.2rem;
    padding: 0 0 1rem;
    margin: 0 0 3rem;
  }
  .tit_04, .editor-styles-wrapper h4, .box_page h4 {
    font-size: 2.6rem;
    padding: 0.6rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_05, .editor-styles-wrapper h5, .box_page h5 {
    font-size: 2.2rem;
    padding: 0.6rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_06, .editor-styles-wrapper h6, .box_page h6 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul, .editor-styles-wrapper ul, .box_page ul {
  display: flow-root;
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li, .editor-styles-wrapper ul > li, .box_page ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child), .editor-styles-wrapper ul > li:not(:last-child), .box_page ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before, .editor-styles-wrapper ul > li::before, .box_page ul > li::before {
  content: "●";
  color: var(--clr_main);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before, .editor-styles-wrapper ul.kome > li::before, .box_page ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.lst_ul_disc {
  display: flow-root;
  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_main);
}

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

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

@media screen and (min-width: 48em), print {
  .lst_ul, .editor-styles-wrapper ul, .box_page ul, .lst_ol, .editor-styles-wrapper ol, .box_page ol {
    margin: 2rem 0;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.lst_flow, .editor-styles-wrapper .lst_flow, .box_page .lst_flow {
  counter-reset: number 0;
}
.lst_flow li, .editor-styles-wrapper .lst_flow li, .box_page .lst_flow li {
  margin: 0;
  padding: 1.6rem 1rem 1.6rem 4.8rem !important;
  border: 1px dashed var(--clr_main);
  border-radius: 1.6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow li, .editor-styles-wrapper .lst_flow li, .box_page .lst_flow li {
    border-radius: 3rem;
  }
}
.lst_flow li::before, .editor-styles-wrapper .lst_flow li::before, .box_page .lst_flow li::before {
  left: 2rem !important;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem !important;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  content: "";
  width: 2.8rem;
  height: 1.4rem;
  background: var(--clr_main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -4rem;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li, .editor-styles-wrapper .lst_flow li, .box_page .lst_flow li {
    border: 2px dashed var(--clr_main);
    padding: 2rem 2rem 2rem 6rem !important;
  }
  .lst_flow li::before, .editor-styles-wrapper .lst_flow li::before, .box_page .lst_flow li::before {
    left: 2.6rem !important;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem !important;
  }
  .lst_flow li:not(:last-child)::after {
    width: 3.6rem;
    height: 1.8rem;
    inset: auto 0 -6rem;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}
.tel::before {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 80%;
  width: 1.6em;
  aspect-ratio: 1;
  font-family: "fontello";
  content: "\e815";
  font-weight: bold;
  color: var(--clr_main);
  border-radius: 50%;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.btn_rsv, .btn_online, .btn_blog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  padding: 0.8rem 2rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.btn_rsv::before, .btn_online::before, .btn_blog::before {
  font-weight: bold;
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_rsv, .btn_online, .btn_blog {
    opacity: 1;
  }
  .btn_rsv:where(:-moz-any-link, :enabled, summary):hover, .btn_online:where(:-moz-any-link, :enabled, summary):hover, .btn_blog:where(:-moz-any-link, :enabled, summary):hover {
    background: #fff;
    opacity: 1;
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover, .btn_online:where(:any-link, :enabled, summary):hover, .btn_blog:where(:any-link, :enabled, summary):hover {
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .btn_rsv:focus-visible, .btn_online:focus-visible, .btn_blog:focus-visible {
    background: #fff;
    opacity: 1;
  }
}

.btn_rsv {
  color: #fff;
  background: var(--clr_main);
  border: 1px solid var(--clr_main);
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e818";
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_rsv {
    opacity: 1;
  }
  .btn_rsv:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_main);
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover {
    color: var(--clr_main);
  }
}
@media screen and (min-width: 48em), print {
  .btn_rsv:focus-visible {
    color: var(--clr_main);
  }
}

.btn_online {
  color: #fff;
  background: var(--clr_sub);
  border: 1px solid var(--clr_sub);
}
.btn_online::before {
  font-family: "fontello";
  content: "\e816";
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_online {
    opacity: 1;
  }
  .btn_online:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
  .btn_online:where(:any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
}
@media screen and (min-width: 48em), print {
  .btn_online:focus-visible {
    color: var(--clr_sub);
  }
}

.btn_blog {
  color: #fff;
  background: var(--clr_sub);
  border: 1px solid var(--clr_sub);
}
.btn_blog::before {
  font-family: "fontello";
  content: "\cb02";
  font-weight: normal;
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn_blog {
    opacity: 1;
  }
  .btn_blog:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
  .btn_blog:where(:any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
}
@media screen and (min-width: 48em), print {
  .btn_blog:focus-visible {
    color: var(--clr_sub);
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  padding: 0.4rem 2rem;
  background: var(--clr_main);
  color: #fff !important;
  text-decoration: none !important;
  margin: 0.6rem 0;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em), print {
  .btn a {
    border-radius: 1.6rem;
  }
}
@media screen and (min-width: 48em), print {
  .btn a {
    padding: 0.4rem 4rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .btn a {
    opacity: 1;
  }
  .btn a:where(:-moz-any-link, :enabled, summary):hover {
    background: rgba(var(--rgb_main), 0.8);
  }
  .btn a:where(:any-link, :enabled, summary):hover {
    background: rgba(var(--rgb_main), 0.8);
  }
}
@media screen and (min-width: 48em), print {
  .btn a:focus-visible {
    background: rgba(var(--rgb_main), 0.8);
  }
}

.anchor[href^="#"], .editor-styles-wrapper a[href^="#"], .box_page a[href^="#"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.6rem 2rem;
  margin: 0.8rem 0;
  color: var(--clr_txt);
  border: 1px solid var(--clr_main);
  border-radius: 0.8rem;
  text-decoration: none !important;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em), print {
  .anchor[href^="#"], .editor-styles-wrapper a[href^="#"], .box_page a[href^="#"] {
    border-radius: 1.6rem;
  }
}
.anchor[href^="#"]::before, .editor-styles-wrapper a[href^="#"]::before, .box_page a[href^="#"]::before {
  font-family: "fontello";
  content: "\e806";
  color: var(--clr_main);
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

@media screen and (min-width: 48em), print {
  .anchor[href^="#"], .editor-styles-wrapper a[href^="#"], .box_page a[href^="#"] {
    gap: 0.8rem;
    padding: 0.6rem 4rem;
    margin: 0.8rem 0;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .anchor[href^="#"], .editor-styles-wrapper a[href^="#"], .box_page a[href^="#"] {
    opacity: 1;
  }
  .anchor[href^="#"]:where(:-moz-any-link, :enabled, summary):hover, .editor-styles-wrapper a[href^="#"]:where(:-moz-any-link, :enabled, summary):hover, .box_page a[href^="#"]:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_main_light);
  }
  .anchor[href^="#"]:where(:any-link, :enabled, summary):hover, .editor-styles-wrapper a[href^="#"]:where(:any-link, :enabled, summary):hover, .box_page a[href^="#"]:where(:any-link, :enabled, summary):hover {
    background: var(--clr_main_light);
  }
}
@media screen and (min-width: 48em), print {
  .anchor[href^="#"]:focus-visible, .editor-styles-wrapper a[href^="#"]:focus-visible, .box_page a[href^="#"]:focus-visible {
    background: var(--clr_main_light);
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .anchor, .editor-styles-wrapper a, .box_page a {
    opacity: 1;
  }
  .anchor:where(:-moz-any-link, :enabled, summary):hover, .editor-styles-wrapper a:where(:-moz-any-link, :enabled, summary):hover, .box_page a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .anchor:where(:any-link, :enabled, summary):hover, .editor-styles-wrapper a:where(:any-link, :enabled, summary):hover, .box_page a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  .anchor:focus-visible, .editor-styles-wrapper a:focus-visible, .box_page a:focus-visible {
    text-decoration: none;
  }
}
.wp-block-button__link {
  text-decoration: none !important;
}

.tbl, .editor-styles-wrapper .wp-block-table, .box_page .wp-block-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--clr_main);
}
@media screen and (min-width: 48em), print {
  .tbl, .editor-styles-wrapper .wp-block-table, .box_page .wp-block-table {
    border-radius: 3rem;
  }
}
.tbl th, .editor-styles-wrapper .wp-block-table th, .box_page .wp-block-table th, .tbl td, .editor-styles-wrapper .wp-block-table td, .box_page .wp-block-table td {
  border: none;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl th, .editor-styles-wrapper .wp-block-table th, .box_page .wp-block-table th, .tbl td, .editor-styles-wrapper .wp-block-table td, .box_page .wp-block-table td {
    padding: 1rem 3rem;
  }
}
.tbl thead, .editor-styles-wrapper .wp-block-table thead, .box_page .wp-block-table thead {
  border: none;
  color: #fff;
  background: var(--clr_main);
}
.tbl thead th, .editor-styles-wrapper .wp-block-table thead th, .box_page .wp-block-table thead th {
  font-weight: normal;
}
.tbl tbody tr td:first-child, .editor-styles-wrapper .wp-block-table tbody tr td:first-child, .box_page .wp-block-table tbody tr td:first-child {
  background: var(--clr_sub_light);
}
.tbl tbody tr:not(:last-of-type) td, .editor-styles-wrapper .wp-block-table tbody tr:not(:last-of-type) td, .box_page .wp-block-table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid var(--clr_main);
}

.pager {
  margin-top: 4rem;
}
.pager > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.1rem;
}
.pager > .page-numbers li a, .pager > .page-numbers li .current, .pager > .page-numbers li .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  background: var(--clr_main);
  color: #fff;
  padding: 0.4rem 1rem;
  text-decoration: none !important;
  border: 1px solid var(--clr_main);
}
.pager > .page-numbers li a.prev::before, .pager > .page-numbers li .current.prev::before, .pager > .page-numbers li .dots.prev::before {
  font-family: "fontello";
  content: "\71";
  font-size: 80%;
}
.pager > .page-numbers li a.next::after, .pager > .page-numbers li .current.next::after, .pager > .page-numbers li .dots.next::after {
  font-family: "fontello";
  content: "\77";
  font-size: 80%;
}
.pager > .page-numbers li .current {
  background: #fff;
  color: var(--clr_main);
}
.pager > .page-numbers li .dots {
  height: 100%;
  border: none;
  color: #999;
  background: #fff;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .pager {
    margin-top: 8rem;
  }
  .pager > .page-numbers li a, .pager > .page-numbers li .current, .pager > .page-numbers li .dots {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .pager > .page-numbers li a, .pager > .page-numbers li .current, .pager > .page-numbers li .dots {
    opacity: 1;
  }
  .pager > .page-numbers li a:where(:-moz-any-link, :enabled, summary):hover, .pager > .page-numbers li .current:where(:-moz-any-link, :enabled, summary):hover, .pager > .page-numbers li .dots:where(:-moz-any-link, :enabled, summary):hover {
    background: #fff;
    color: var(--clr_main);
  }
  .pager > .page-numbers li a:where(:any-link, :enabled, summary):hover, .pager > .page-numbers li .current:where(:any-link, :enabled, summary):hover, .pager > .page-numbers li .dots:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: var(--clr_main);
  }
}
@media screen and (min-width: 48em), print {
  .pager > .page-numbers li a:focus-visible, .pager > .page-numbers li .current:focus-visible, .pager > .page-numbers li .dots:focus-visible {
    background: #fff;
    color: var(--clr_main);
  }
}
.wp-block-image .alignleft, .wp-block-image .alignright {
  float: none;
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  .wp-block-image .alignleft {
    float: left;
    margin: 0 4rem 4rem 0;
  }
  .wp-block-image .alignright {
    float: right;
    margin: 0 0 4rem 4rem;
  }
}
.wp-element-caption {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 48em), print {
  .wp-element-caption {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
.has-background, .editor-styles-wrapper .has-background {
  padding: 1rem 1.6rem;
  border-radius: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .has-background, .editor-styles-wrapper .has-background {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 48em), print {
  .has-background, .editor-styles-wrapper .has-background {
    padding: 3rem;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus-visible {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Hiragino Maru Gothic ProN", "Kosugi Maru", "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  inset: 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: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);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #fff;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 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: 6rem 0 0;
}
.header > .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
}
.header > .wrap .headR ul li.add {
  width: 100%;
  font-size: 1.2rem;
}
.header > .wrap .headR ul li .tel {
  font-size: 1.8rem;
}
.header > .wrap .headR ul li .btn_online {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .header > .wrap .headR ul li .btn_online {
    border-radius: 1.6rem;
  }
}

@media screen and (min-width: 48em), print {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .header::before, .header::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
    height: 16rem;
  }
  .header::before {
    background: url(../img/pink/deco01.jpg) no-repeat left top/auto;
  }
  .header::after {
    background: url(../img/pink/deco02.jpg) no-repeat right top/auto;
  }
  .header > .wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1200px;
            flex: 0 0 1200px;
    padding: 0 0 2rem;
    margin: -1rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 60%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
    text-align: right;
  }
  .header > .wrap .headR ul li.add {
    font-size: 1.6rem;
  }
  .header > .wrap .headR ul li .tel {
    font-size: 3.2rem;
  }
  .header > .wrap .headR ul li .btn_online {
    display: none;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: var(--clr_main);
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid var(--clr_main);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
}
#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(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  border-radius: 1.6rem;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li > .sub.current {
  color: var(--clr_main);
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\72";
  color: var(--clr_main);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--clr_main_light);
  border-top: 1px dashed var(--clr_main);
  border-bottom: 1px dashed var(--clr_main);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li:not(:first-child, :nth-child(2)) {
  border-top: 1px dashed var(--clr_main);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li:nth-child(odd) {
  border-right: 1px dashed var(--clr_main);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
  font-size: 1.2rem;
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current {
  color: var(--clr_main);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_main);
  background: rgba(var(--rgb_main), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  border-radius: 100vh;
  margin: 2rem 0 0;
}
#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;
    inset: 0 0 auto;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    margin: -3rem 0 0;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > .sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--clr_main);
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li > .sub::after {
    margin: 0 0 0 1rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:-moz-any-link, :enabled, summary):hover, #nav .gnav_subnav .gnav > li > .sub:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover, #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:-moz-any-link, :enabled, summary):hover::before, #nav .gnav_subnav .gnav > li > .sub:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
    transform: translateY(0);
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover::before, #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li > a:focus-visible, #nav .gnav_subnav .gnav > li > .sub:focus-visible {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:focus-visible::before, #nav .gnav_subnav .gnav > li > .sub:focus-visible::before {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li > .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li > a.current::before, #nav .gnav_subnav .gnav > li > .sub.current::before {
    background: var(--clr_main);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 50rem;
    position: absolute;
    top: 6.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 0.1rem 0 0.1rem 0.1rem;
    border-bottom: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
    border: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
    text-align: center;
    font-size: 1.8rem;
    padding: 1.6rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:where(:any-link, :enabled, summary):hover {
    color: var(--clr_main);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a:focus-visible {
    color: var(--clr_main);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav > li > a.current {
    color: var(--clr_main);
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li.hide {
    display: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav .gnav_subnav.sticky {
    background: #fff;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
  }
}
.pc_fix {
  display: none;
}

@media screen and (min-width: 48em), print {
  .pc_fix {
    display: block;
    width: 6rem;
    position: fixed;
    top: 18rem;
    right: 0;
    z-index: 101;
  }
  .pc_fix ul li {
    margin: 1rem 0;
  }
  .pc_fix ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    font-size: 1.8rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 2rem 1.6rem;
    border-radius: 1.4rem 0 0 1.4rem;
  }
}
.overview {
  padding: 6rem 0 0;
  background: var(--clr_sub_light);
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap {
  margin: 0 1.6rem 4rem;
  padding: 4rem 1.6rem 2rem;
  background: #fff;
  border-radius: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap {
    border-radius: 3rem;
  }
}
.overview > .wrap .clinic_name {
  margin: 0 0 3rem;
}
.overview > .wrap .clinic_name img {
  max-width: 85%;
  max-height: 7rem;
  margin: auto;
}
.overview > .wrap .tel_yoyaku {
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.8rem;
}
.overview > .wrap .tel_yoyaku li.telno {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.overview > .wrap .tel_yoyaku li.telno .tel {
  font-size: 1.8rem;
  padding: 0 1rem;
}
.overview > .wrap .tel_yoyaku li .btn_rsv {
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .tel_yoyaku li .btn_rsv {
    border-radius: 1.6rem;
  }
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 25%;
  padding: 1rem 0;
  color: var(--clr_main);
  background: var(--clr_main_light);
  border-radius: 0.6rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .gaiyo dt {
    border-radius: 1rem;
  }
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 75%;
  padding: 1rem 0 1rem 1.8rem;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dd .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.overview > .wrap .overviewL .gaiyo dd .sns li {
  width: 40%;
}
.overview > .wrap .overviewL .gaiyo dd .sns li a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.4rem;
  border-radius: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .overview > .wrap .overviewL .gaiyo dd .sns li a {
    border-radius: 1rem;
  }
}
.overview > .wrap .overviewL .gaiyo dd .sns li a.btn_line {
  background: #06C755;
}
.overview > .wrap .overviewL .gaiyo dd .sns li a.btn_insta {
  background: -webkit-gradient(linear, left top, left bottom, from(#7638fa), to(#ff0069));
  background: linear-gradient(to bottom, #7638fa 0%, #ff0069 100%);
}
.overview > .wrap .overviewL .gaiyo dd .sns li a.btn_x {
  background: #0F1419;
}
.overview > .wrap .overviewL .gaiyo dd .sns li a.btn_facebook {
  background: #1877f2;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview .gmap {
  height: 100vw;
}
.overview .bnr {
  padding: 4rem 1.6rem;
  background: var(--clr_main_light);
}
.overview .bnr ul {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    margin: 0 auto 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4%;
    padding: 5rem 4rem;
  }
  .overview > .wrap .clinic_name {
    width: 100%;
    margin: 0 0 5rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap .tel_yoyaku {
    width: 100%;
    margin: 0 0 4rem;
    gap: 0 2rem;
  }
  .overview > .wrap .tel_yoyaku li {
    width: 32rem;
  }
  .overview > .wrap .tel_yoyaku li.telno .tel {
    font-size: 3.2rem;
  }
  .overview > .wrap .tel_yoyaku li .btn_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    padding: 1rem 0 1rem 2.4rem;
  }
  .overview > .wrap .overviewL .gaiyo dd .sns li {
    width: 30%;
  }
  .overview > .wrap .overviewL .gaiyo dd .sns li a {
    padding: 0.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dd .sns li a:hover {
    opacity: 0.8;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .timetable {
    font-size: 1.6rem;
  }
  .overview .gmap {
    height: 40rem;
  }
  .overview .bnr {
    padding: 6rem 0;
  }
  .overview .bnr ul {
    width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
  font-size: 1.8rem;
  border-top: 1px solid var(--clr_main);
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  color: var(--clr_main);
  background: #fff;
  border: 1px solid var(--clr_main);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 1.6rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    inset: auto 8rem 2rem auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  #tel_up #pageup {
    opacity: 1;
  }
  #tel_up #pageup:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    color: #fff;
    background: var(--clr_main);
  }
  #tel_up #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
    color: #fff;
    background: var(--clr_main);
  }
}
@media screen and (min-width: 48em), print {
  #tel_up #pageup:focus-visible {
    opacity: 1;
    color: #fff;
    background: var(--clr_main);
  }
}
.footer {
  text-align: center;
}
.footer .copy {
  display: block;
  color: var(--clr_main);
  padding: 0.6rem 1rem 4.6rem;
  font-size: 1.2rem;
}
.footer > .wrap ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .footer::before, .footer::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
    scale: -1 -1;
  }
  .footer::before {
    background: url(../img/pink/deco02.jpg) no-repeat right top/auto;
  }
  .footer::after {
    background: url(../img/pink/deco01.jpg) no-repeat left top/auto;
  }
  .footer .copy {
    font-size: 1.8rem;
    margin: auto;
    padding: 2rem;
    position: absolute;
    inset: auto 0 0;
  }
  .footer > .wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1200px;
            flex: 0 0 1200px;
    padding: 4rem 0 8rem;
  }
  .footer > .wrap ul {
    width: 1200px;
    margin: 0 auto 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
    text-align: center;
  }
  .footer > .wrap ul li {
    font-size: 1.8rem;
    -webkit-text-size-adjust: none;
  }
  .footer > .wrap ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer > .wrap ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer > .wrap ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background-color: #f3f3f1;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 30rem;
  overflow: hidden;
}
.keyvsl #keyvsl div img {
  height: 27rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(var(--rgb_main), 0.4);
}
.keyvsl #keyvsl .slick-dots li.slick-active button {
  background: var(--clr_main);
}
.keyvsl > .wrap {
  height: 83%;
  position: absolute;
  inset: 1rem;
}
.keyvsl > .wrap .catch {
  margin: 0;
}
.keyvsl > .wrap .catch span {
  display: inline-block;
  padding: 0.2rem 1rem;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.9);
  margin: 0.2rem 0;
}
.keyvsl > .wrap .open_nairan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  position: absolute;
  inset: auto 0 0 auto;
}
.keyvsl > .wrap .open_nairan li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 10rem;
  aspect-ratio: 1;
  font-size: 1.4rem;
  text-align: center;
}
.keyvsl > .wrap .open_nairan li span {
  display: block;
}
.keyvsl > .wrap .open_nairan li.open {
  color: var(--clr_main);
  background: url(../img/pink/kv_open.svg) no-repeat center/contain, url(../img/pink/kv_date_bg.svg) no-repeat center/contain;
}
.keyvsl > .wrap .open_nairan li.nairan {
  color: var(--clr_sub);
  background: url(../img/pink/kv_nairan.svg) no-repeat center/contain, url(../img/pink/kv_date_bg.svg) no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 74rem;
  }
  .keyvsl #keyvsl div img {
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1.6rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .keyvsl #keyvsl .slick-dots li button {
    opacity: 1;
  }
  .keyvsl #keyvsl .slick-dots li button:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_main);
  }
  .keyvsl #keyvsl .slick-dots li button:where(:any-link, :enabled, summary):hover {
    background: var(--clr_main);
  }
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl .slick-dots li button:focus-visible {
    background: var(--clr_main);
  }
  .keyvsl > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    inset: auto 0 7rem;
  }
  .keyvsl > .wrap .catch span {
    font-size: 4.4rem;
    margin: 0.4rem 0;
  }
  .keyvsl > .wrap .open_nairan {
    gap: 2rem;
    padding: 0 5rem 0 0;
  }
  .keyvsl > .wrap .open_nairan li {
    width: 17rem;
    font-size: 2.4rem;
  }
}
body.home .main .tit_02 {
  padding: 3rem 0 0;
  position: relative;
}
body.home .main .tit_02 span {
  position: relative;
  z-index: 1;
}
body.home .main .tit_02::before {
  display: block;
  content: attr(data-txt);
  color: var(--clr_main);
  font-size: 260%;
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  opacity: 0.3;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin: auto;
  position: absolute;
  inset: 0 0 auto;
}
@media screen and (min-width: 48em), print {
  body.home .main .tit_02 {
    padding: 5rem 0 0;
  }
}

.main > .timetable {
  margin: 4rem 1.6rem 8rem;
}

@media screen and (min-width: 48em), print {
  .main > .timetable {
    width: 56%;
    margin: 8rem auto 12rem;
  }
  .main > .timetable table {
    font-size: 2.2rem;
  }
}
.toprecruit {
  margin: 6rem 1.6rem;
  padding: 3rem 1rem;
  background: url(../img/pink/recruit_left.png) no-repeat left 1rem top 1rem/8rem auto, url(../img/pink/recruit_right.png) no-repeat right 1rem bottom 1rem/8rem auto, var(--clr_sub_light);
  border-radius: 1.4rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em), print {
  .toprecruit {
    border-radius: 3rem;
  }
}
.toprecruit .tit {
  text-align: center;
  color: var(--clr_main);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  position: relative;
}
.toprecruit .tit::before {
  display: block;
  content: attr(data-txt);
  color: var(--clr_main);
  font-size: 200%;
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  opacity: 0.3;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin: auto;
  position: absolute;
  inset: -5.4rem 0 auto auto;
}
.toprecruit .tit::after {
  display: block;
  content: "";
  width: 4em;
  height: 1rem;
  background: radial-gradient(circle farthest-side, var(--clr_main), var(--clr_main) 25%, transparent 25%, transparent) left bottom/1.5rem;
  margin: auto;
}
.toprecruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (min-width: 48em), print {
  .toprecruit {
    width: 1200px;
    margin: 8rem auto;
    padding: 5rem;
    background: url(../img/pink/recruit_left.png) no-repeat left 2rem top 4rem/19rem auto, url(../img/pink/recruit_right.png) no-repeat right 4rem bottom 2rem/14rem auto, var(--clr_sub_light);
    border-radius: 1.4rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .toprecruit {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 48em), print {
  .toprecruit .tit {
    font-size: 3.2rem;
    margin: 0 auto 3rem;
  }
  .toprecruit .tit::before {
    font-size: 10rem;
    inset: -11rem 2rem auto auto;
  }
  .toprecruit .tit::after {
    width: 4em;
    height: 3rem;
    background: radial-gradient(circle farthest-side, var(--clr_main), var(--clr_main) 22%, transparent 22%, transparent) left bottom/3.2rem;
    margin: 0 auto;
  }
  .toprecruit ul {
    gap: 4rem;
  }
  .toprecruit ul li a {
    font-size: 2rem;
  }
}
.news_blog {
  margin: 6rem 1.6rem;
}
.news_blog .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 48em), print {
  .news_blog {
    width: 1200px;
    margin: 10rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_blog .tit_02 {
    width: 40rem;
  }
  .news_blog .tit_02::before {
    font-size: 220% !important;
  }
  .news_blog .lst_news {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.lst_news {
  margin: 0 0 6rem;
}
.lst_news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.6rem;
}
.lst_news li::before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_main);
}
.lst_news li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  color: var(--clr_main);
}
.lst_news li:not(:first-child) {
  margin: 2rem 0 0.6rem;
  padding: 2rem 0 0 0;
  border-top: 1px dotted var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .lst_news {
    margin: 0 0 10rem;
    font-size: 2rem;
  }
  .lst_news li {
    gap: 2rem;
  }
  .lst_news li::before {
    width: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
    margin: 0.6em 0 0;
  }
  .lst_news li:not(:first-child) {
    padding: 3rem 0 0 0;
  }
  .lst_news li a {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .lst_news li a {
    opacity: 1;
  }
  .lst_news li a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_txt);
  }
  .lst_news li a:where(:any-link, :enabled, summary):hover {
    color: var(--clr_txt);
  }
}
@media screen and (min-width: 48em), print {
  .lst_news li a:focus-visible {
    color: var(--clr_txt);
  }
}
.tre {
  padding: 6rem 1.6rem;
  background: url(../img/tre_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.tre .subnav li {
  width: 48%;
}
.tre .subnav li a {
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-height: 6rem;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none !important;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .tre .subnav li a {
    border-radius: 2rem;
  }
}
.tre .subnav li:nth-child(odd) a {
  background: var(--clr_main);
  border: 1px solid var(--clr_main);
}
.tre .subnav li:nth-child(odd) a.current {
  background: #fff;
  color: var(--clr_main);
}
.tre .subnav li:nth-child(even) a {
  background: var(--clr_sub);
  border: 1px solid var(--clr_sub);
}
.tre .subnav li:nth-child(even) a.current {
  background: #fff;
  color: var(--clr_sub);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0;
  }
  .tre .subnav {
    width: 1200px;
    margin: auto;
    gap: 1.6rem;
  }
  .tre .subnav li {
    width: calc(25% - 1.6rem);
  }
  .tre .subnav li a {
    padding: 2.6rem 1rem;
    font-size: 2.2rem;
  }
  .tre .subnav li a::after {
    width: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .tre .subnav li a {
    opacity: 1;
  }
  .tre .subnav li a:where(:-moz-any-link, :enabled, summary):hover {
    background: #fff;
    opacity: 1;
  }
  .tre .subnav li a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .tre .subnav li a:focus-visible {
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .tre .subnav li:nth-child(odd) a {
    opacity: 1;
  }
  .tre .subnav li:nth-child(odd) a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_main);
  }
  .tre .subnav li:nth-child(odd) a:where(:any-link, :enabled, summary):hover {
    color: var(--clr_main);
  }
}
@media screen and (min-width: 48em), print {
  .tre .subnav li:nth-child(odd) a:focus-visible {
    color: var(--clr_main);
  }
}
@media screen and (min-width: 48em) and (hover: hover), print and (hover: hover) {
  .tre .subnav li:nth-child(even) a {
    opacity: 1;
  }
  .tre .subnav li:nth-child(even) a:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
  .tre .subnav li:nth-child(even) a:where(:any-link, :enabled, summary):hover {
    color: var(--clr_sub);
  }
}
@media screen and (min-width: 48em), print {
  .tre .subnav li:nth-child(even) a:focus-visible {
    color: var(--clr_sub);
  }
}
.greeting {
  padding: 6rem 1.6rem;
  background: url(../img/pink/greeting_bg.jpg) no-repeat center top/cover;
}
.greeting .wrap .photo {
  text-align: center;
  margin: 2rem 0 0;
}
.greeting .wrap .photo img {
  width: 60%;
  border-radius: 1.6rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  .greeting .wrap .photo img {
    border-radius: 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 8rem 0;
  }
  .greeting .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 8rem;
  }
  .greeting .wrap .tit_02 {
    width: 100%;
  }
  .greeting .wrap .greeting_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .greeting .wrap .photo {
    width: 40rem;
    text-align: right;
    margin: 0;
  }
  .greeting .wrap .photo img {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.feature {
  margin: 6rem 1.6rem;
}
.feature ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
  margin: 4rem 0 0;
  counter-reset: number 0;
}
.feature ol li {
  padding: 12rem 0 0 0;
  counter-increment: number 1;
  position: relative;
}
.feature ol li::before {
  display: block;
  content: counter(number, decimal-leading-zero);
  color: var(--clr_main);
  font-size: 400%;
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  inset: -5rem 2rem auto auto;
  z-index: 1;
}
.feature ol li::after {
  display: block;
  content: "";
  width: 100%;
  height: 17rem;
  border-radius: 1.6rem;
  position: absolute;
  inset: 0 0 auto;
}
@media screen and (min-width: 48em), print {
  .feature ol li::after {
    border-radius: 3rem;
  }
}
.feature ol li > div {
  width: 93%;
  margin: auto;
  padding: 0 1.6rem 1.6rem;
  background: #fff;
  border-radius: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  .feature ol li > div {
    border-radius: 3rem;
  }
}
.feature ol li > div .tit {
  color: var(--clr_main);
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  line-height: 1.6;
  background: url(../img/pink/feature_bg.jpg) no-repeat center/10rem auto;
  padding: 2rem 0;
}
.feature ol li > div p {
  margin: -0.6rem 0 0;
}
.feature ol li.feature01::after {
  background: url(../img/pink/feature01.jpg) no-repeat center/cover;
}
.feature ol li.feature02::after {
  background: url(../img/pink/feature02.jpg) no-repeat center/cover;
}
.feature ol li.feature03::after {
  background: url(../img/pink/feature03.jpg) no-repeat center/cover;
}
.feature ol li.feature04::after {
  background: url(../img/pink/feature04.jpg) no-repeat center/cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    width: 1200px;
    margin: 10rem auto;
  }
  .feature ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8rem 6rem;
    margin: 6rem 0 0;
    counter-reset: number 0;
  }
  .feature ol li {
    width: 57rem;
    padding: 20rem 0 0 0;
  }
  .feature ol li::before {
    font-size: 9rem;
    inset: -9rem 3rem auto auto;
  }
  .feature ol li::after {
    height: 30rem;
  }
  .feature ol li > div {
    min-height: 19rem;
    padding: 1rem 3.6rem 3.6rem;
  }
  .feature ol li > div .tit {
    font-size: 3.2rem;
    background: url(../img/pink/feature_bg.jpg) no-repeat center/12rem auto;
  }
}
body:not(.home) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.home) .main {
  margin: 6rem 1.6rem;
}
body:not(.home) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.home) .main {
    width: 100rem;
    margin: 10rem auto;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .aioseo-breadcrumbs {
    font-size: 1.8rem;
  }
  .breadnav .aioseo-breadcrumbs .aioseo-breadcrumb:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.txt_photo .photo {
  text-align: center;
}
.txt_photo .photo img {
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  .txt_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6rem;
  }
  .txt_photo .greeting_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .txt_photo .photo {
    width: 30%;
  }
  .txt_photo .photo img {
    max-width: 100% !important;
    margin: 0 auto 2rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

body.treatment .main .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.treatment .main section + section {
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  body.treatment .main section + section {
    margin-top: 8rem;
  }
}

.wp-block-image img {
  margin: auto;
}

.greeting_txt .wp-block-heading {
  color: var(--clr_main);
  font-size: 130%;
  line-height: 1.4;
  padding: 0 0 0.6rem;
  border-bottom: 2px dotted var(--clr_main);
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 48em), print {
  .greeting_txt .wp-block-heading {
    font-size: 3.2rem;
    padding: 0 0 1rem;
    margin: 0 0 2.6rem;
  }
}

.box_page {
  overflow: hidden;
}
.box_page a:not([href*="#"], [class*=button]) {
  color: var(--clr_main);
}
.box_page h2 {
  margin: 0 auto 2rem;
}
.box_page h2:not(:first-of-type) {
  margin: 5rem auto 2rem;
}
.box_page h3 {
  margin: 4rem auto 2rem;
}
.box_page h4 {
  margin: 3rem auto 2rem;
}
.box_page h5 {
  margin: 3rem auto 1rem;
}
.box_page h6 {
  margin: 3rem auto 1rem;
}
@media screen and (min-width: 48em), print {
  .box_page h2 {
    margin: 0 auto 3rem;
  }
  .box_page h2:not(:first-of-type) {
    margin: 8rem auto 3rem;
  }
  .box_page h3 {
    margin: 6rem auto 3rem;
  }
  .box_page h4 {
    margin: 4rem auto 3rem;
  }
  .box_page h5 {
    margin: 4rem auto 2rem;
  }
  .box_page h6 {
    margin: 4rem auto 2rem;
  }
}
.box_page p {
  overflow: hidden;
}
.wrap.blog .main {
  margin: 4rem 1.6rem 6rem;
}
@media screen and (min-width: 48em), print {
  .wrap.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 6rem;
    margin: 8rem auto;
  }
  .wrap.blog .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .wrap.blog .sidebar_blog {
    width: calc(1200px * 0.276 + 3rem);
  }
}
.wrap.blog .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  margin: 0 0 2rem;
  padding: 0 0 0.6rem;
  border-bottom: 2px solid var(--clr_main);
  color: var(--clr_main);
  line-height: 1.4;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .tit {
    margin: 0 0 3rem;
    padding: 0 0 1rem;
    font-size: 130%;
    line-height: 1.6;
  }
}
.wrap.blog .eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 2rem;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wrap.blog .eyecatch img {
  min-width: 105%;
  min-height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap.blog .main .tit.cat, .wrap.blog .main .tit.arc {
  margin: 0 0 4rem;
}
.wrap.blog .main .tit.cat::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal !important;
}
.wrap.blog .main .tit.arc::before {
  font-family: "fontello";
  content: "\cb04";
  font-weight: normal !important;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .main .tit.cat, .wrap.blog .main .tit.arc {
    margin: 0 0 6rem;
  }
}
.wrap.blog .post {
  margin: 0 0 4rem;
}
.wrap.blog .post .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-bottom: none;
}
.wrap.blog .post .post-categories li {
  list-style: none;
}
.wrap.blog .post .post-categories li a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  color: #999;
  background: #fff;
  padding: 0.2rem 0.6rem;
  text-decoration: none;
}
.wrap.blog .post .post-categories li a::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal !important;
}
.wrap.blog .post .box_post {
  display: block;
  padding: 3rem 1.6rem;
  margin: -1px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}
.wrap.blog .post .box_post > .eyecatch {
  display: none;
}
.wrap.blog .post .box_post .txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0 0 1rem;
}
.wrap.blog .post .box_post .txt .date li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  font-size: 1.2rem;
  color: #999;
}
.wrap.blog .post .box_post .txt .date li.release::before {
  font-family: "fontello";
  content: "\cb10";
  font-weight: normal !important;
}
.wrap.blog .post .box_post .txt .date li.update::before {
  font-family: "fontello";
  content: "\cb11";
  font-weight: normal !important;
}
.wrap.blog .post .box_post .txt .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
}
.wrap.blog .post .box_post .txt .inner .eyecatch {
  width: 35%;
  height: calc((100vw - 6.4rem - 2px) * 0.35);
}
.wrap.blog .post .box_post .txt .inner .date_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap.blog .post .box_post .txt .inner .date_tit .tit {
  font-size: 110%;
}
.wrap.blog .post .box_post .txt .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  background: var(--clr_sub);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--clr_sub);
  border-radius: 0.4rem;
  padding: 0.4rem 2rem;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post .box_post .txt .more {
    border-radius: 1rem;
  }
}
.wrap.blog .post .box_post .txt .more::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post {
    margin: 0 0 8rem;
  }
  .wrap.blog .post .post-categories {
    font-size: 1.4rem;
    gap: 0;
  }
  .wrap.blog .post .post-categories li a {
    padding: 0.2rem 1rem;
  }
  .wrap.blog .post .post-categories li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .post .box_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4rem;
    padding: 4rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wrap.blog .post .box_post .eyecatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22rem;
    height: 22rem;
  }
  .wrap.blog .post .box_post .eyecatch img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .wrap.blog .post .box_post .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrap.blog .post .box_post .txt .date {
    font-size: 1.4rem;
    gap: 0 2rem;
  }
  .wrap.blog .post .box_post .txt .inner {
    display: block;
  }
  .wrap.blog .post .box_post .txt .inner > .eyecatch {
    display: none;
  }
  .wrap.blog .post .box_post .txt .inner .date_tit {
    width: 100%;
  }
  .wrap.blog .post .box_post .txt p {
    margin: 0 0 2rem;
  }
  .wrap.blog .post .box_post .txt .more {
    padding: 0.4rem 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wrap.blog .post a.box_post:is(:hover, :focus-visible) {
    border: 1px solid rgba(var(--rgb_sub), 0.6);
    -webkit-box-shadow: 0 0 0.4rem 0.4rem rgba(var(--rgb_sub), 0.6) inset;
            box-shadow: 0 0 0.4rem 0.4rem rgba(var(--rgb_sub), 0.6) inset;
  }
  .wrap.blog .post a.box_post:is(:hover, :focus-visible) .eyecatch img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .wrap.blog .post a.box_post:is(:hover, :focus-visible) .txt .more {
    background: #fff;
    color: var(--clr_sub);
  }
}
.wrap.blog .pager {
  margin-top: 4rem;
}
.wrap.blog .pager > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.1rem;
}
.wrap.blog .pager > .page-numbers li a, .wrap.blog .pager > .page-numbers li .current, .wrap.blog .pager > .page-numbers li .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  background: var(--clr_sub);
  color: #fff;
  padding: 0.4rem 1rem;
  border: 1px solid var(--clr_sub);
}
.wrap.blog .pager > .page-numbers li a.prev::before, .wrap.blog .pager > .page-numbers li .current.prev::before, .wrap.blog .pager > .page-numbers li .dots.prev::before {
  font-family: "fontello";
  content: "\cb15";
  font-weight: normal !important;
  font-size: 80%;
}
.wrap.blog .pager > .page-numbers li a.next::after, .wrap.blog .pager > .page-numbers li .current.next::after, .wrap.blog .pager > .page-numbers li .dots.next::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
}
.wrap.blog .pager > .page-numbers li .current {
  background: #fff;
  color: var(--clr_sub);
}
.wrap.blog .pager > .page-numbers li .dots {
  height: 100%;
  border: none;
  color: #999;
  background: #fff;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .pager > .page-numbers li a, .wrap.blog .pager > .page-numbers li .current, .wrap.blog .pager > .page-numbers li .dots {
    padding: 1rem 2rem;
  }
  .wrap.blog .pager > .page-numbers li a:is(:hover, :focus-visible), .wrap.blog .pager > .page-numbers li .current:is(:hover, :focus-visible), .wrap.blog .pager > .page-numbers li .dots:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_sub);
  }
}
.wrap.blog .post.not-found .tit::before {
  font-family: "fontello";
  content: "\cb09";
  font-weight: normal !important;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post.not-found .tit {
    margin: 0 0 6rem;
    padding: 0 0 0.6rem;
    font-size: 2rem;
  }
}
.wrap.blog .post_entry a {
  text-decoration: underline;
}
.wrap.blog .post_entry a[class*=button] {
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post_entry a:hover {
    text-decoration: none;
  }
  .wrap.blog .post_entry a[class*=button]:hover {
    opacity: 0.8;
  }
}
.wrap.blog .post_entry .wp-block-table {
  overflow: auto;
  white-space: nowrap;
}
.wrap.blog .post_entry .wp-block-table table {
  width: 100%;
}
.wrap.blog .post_entry .wp-block-table table thead {
  border-bottom: 2px solid #ccc;
  color: var(--clr_main);
}
.wrap.blog .post_entry .wp-block-table table tfoot {
  border-top: 2px solid #ccc;
}
.wrap.blog .post_entry .wp-block-table.is-style-stripes {
  border: none;
}
.wrap.blog .post_entry .wp-block-table.is-style-stripes table th, .wrap.blog .post_entry .wp-block-table.is-style-stripes table td {
  border: 1px solid #ccc;
}
.wrap.blog .post_entry .wp-block-table.is-style-stripes table tbody tr:nth-child(2n+1) {
  background: rgba(var(--rgb_main), 0.1);
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post_entry .wp-block-table {
    overflow: hidden;
    white-space: normal;
  }
}
.wrap.blog .post_entry iframe {
  width: 100%;
}
.wrap.blog .post_entry p {
  margin: 1em 0;
}
.wrap.blog .post_entry ul, .wrap.blog .post_entry ol {
  margin: 1em 0 1em 2em;
}
.wrap.blog .post_entry ul li {
  list-style: disc;
}
.wrap.blog .post_entry ol li {
  list-style: decimal;
}
.wrap.blog .related {
  margin: 4rem 0;
}
.wrap.blog .related .tit::before {
  font-family: "fontello";
  content: "\cb08";
  font-weight: normal !important;
}
.wrap.blog .related ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.wrap.blog .related ul li::before {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
  color: var(--clr_sub);
  margin: 0.8em 0 0;
}
.wrap.blog .related ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 0;
  text-decoration: none;
}
.wrap.blog .related ul li a .eyecatch {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .related {
    margin: 8rem 0;
  }
  .wrap.blog .related ul li a .eyecatch {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    margin: 0;
  }
  .wrap.blog .related ul li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
}
.wrap.blog .post_link {
  margin: 0 0 4rem;
}
.wrap.blog .post_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wrap.blog .post_link ul li {
  width: 50%;
  font-size: 90%;
}
.wrap.blog .post_link ul li a {
  display: block;
  font-size: 110%;
  line-height: 1.4;
  text-decoration: none;
  color: var(--clr_sub);
  position: relative;
}
.wrap.blog .post_link ul li a span {
  display: block;
  color: var(--clr_txt);
  margin: 0.6rem 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wrap.blog .post_link ul li a::before, .wrap.blog .post_link ul li a::after {
  position: absolute;
  top: 1.2em;
}
.wrap.blog .post_link ul li.prev a {
  padding: 1rem 1rem 1rem 2.4rem;
}
.wrap.blog .post_link ul li.prev a::before {
  font-family: "fontello";
  content: "\cb15";
  font-weight: normal !important;
  font-size: 80%;
  left: 0.6rem;
}
.wrap.blog .post_link ul li.next {
  border-left: 1px solid #ccc;
}
.wrap.blog .post_link ul li.next a {
  text-align: right;
  padding: 1rem 2.4rem 1rem 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wrap.blog .post_link ul li.next a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
  right: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .post_link {
    margin: 0 0 6rem;
  }
  .wrap.blog .post_link ul li a::before, .wrap.blog .post_link ul li a:after {
    top: 2.6em;
  }
  .wrap.blog .post_link ul li a:is(:hover, :focus-visible) span {
    color: var(--clr_sub);
  }
  .wrap.blog .post_link ul li.prev a {
    padding: 3rem 2rem 3rem 4rem;
  }
  .wrap.blog .post_link ul li.prev a::before {
    left: 1.6rem;
  }
  .wrap.blog .post_link ul li.next a {
    padding: 3rem 4rem 3rem 2rem;
  }
  .wrap.blog .post_link ul li.next a::after {
    right: 1.6rem;
  }
}
.wrap.blog .btn_postindex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 1rem;
  color: #fff;
  background: var(--clr_sub);
  border: 1px solid var(--clr_sub);
  padding: 0.4rem 2rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .btn_postindex {
    border-radius: 1rem;
  }
}
.wrap.blog .btn_postindex::before {
  font-family: "fontello";
  content: "\cb02";
  font-weight: normal !important;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .btn_postindex:is(:hover, :focus-visible) {
    color: var(--clr_sub);
    background: #fff;
  }
}
.wrap.blog .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.wrap.blog .search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap.blog .search-form label input.search-field {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
}
.wrap.blog .search-form input.search-submit {
  width: 6rem;
  background: var(--clr_sub);
  color: #fff;
  border: 1px solid var(--clr_sub);
  border-radius: 0.4rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .search-form input.search-submit {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 48em), print {
  .wrap.blog .search-form input.search-submit:hover {
    background: #fff;
    color: var(--clr_sub);
  }
}
.wrap.blog .result {
  margin: 0 0 3rem;
  padding: 1rem;
  font-weight: bold;
  background: rgba(var(--rgb_main), 0.1);
}
@media screen and (min-width: 48em), print {
  .wrap.blog .result {
    margin: 0 0 6rem;
    padding: 2rem;
  }
}
.wrap.blog .sidebar_blog {
  margin: 6rem 1.6rem 0;
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.wrap.blog .sidebar_blog .side_inner {
  margin: 0 0 4rem;
}
.wrap.blog .sidebar_blog .side_inner .tit {
  margin: 0 0 2rem;
}
.wrap.blog .sidebar_blog .side_inner ul, .wrap.blog .sidebar_blog .side_inner ol {
  margin: 0;
}
.wrap.blog .sidebar_blog .side_inner .eyecatch {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin: 0;
}
.wrap.blog .sidebar_blog .side_inner.cat .tit::before {
  font-family: "fontello";
  content: "\cb03";
  font-weight: normal !important;
}
.wrap.blog .sidebar_blog .side_inner.cat ul:not(.children) {
  border-bottom: 1px solid #ccc;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-bottom: none;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
  color: var(--clr_sub);
  margin: 0 0 0 auto;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li .children li a {
  padding: 1rem;
  border-top: 1px dotted #aaa;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li .children li a::before {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  color: #666;
  margin: 0.2em 0 auto 0;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li .children li .children li a {
  padding: 1rem 1rem 1rem 2em;
}
.wrap.blog .sidebar_blog .side_inner.cat ul > li:not(:last-child) a {
  border-bottom: 1px solid transparent;
}
.wrap.blog .sidebar_blog .side_inner.popular .tit::before {
  font-family: "fontello";
  content: "\cb07";
  font-weight: normal !important;
}
.wrap.blog .sidebar_blog .side_inner.popular ol {
  counter-reset: number 0;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li {
  counter-increment: number 1;
  border-bottom: 1px solid #ccc;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1.2rem 0;
  line-height: 1.2;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li a::before {
  width: 1.6em;
  height: 1.6em;
  font-family: "Arial Black", sans-serif;
  border: 1px solid #ccc;
  content: counter(number);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6em;
          flex: 0 0 1.6em;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li a .view {
  font-family: Arial, sans-serif;
  font-size: 70%;
  color: #999;
  white-space: nowrap;
  margin: auto 0 auto auto;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li:first-child a::before {
  background: #ffde00;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li:nth-child(2) a::before {
  background: #cfcfcf;
}
.wrap.blog .sidebar_blog .side_inner.popular ol li:nth-child(3) a::before {
  background: #cfbb95;
}
.wrap.blog .sidebar_blog .side_inner.new .tit::before {
  font-family: "fontello";
  content: "\cb06";
  font-weight: normal !important;
}
.wrap.blog .sidebar_blog .side_inner.new ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1rem;
  padding: 0.6rem 0;
}
.wrap.blog .sidebar_blog .side_inner.new ul li a::before {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
  color: var(--clr_sub);
  margin: 0.2em 0 0;
}
.wrap.blog .sidebar_blog .side_inner.archive .tit::before {
  font-family: "fontello";
  content: "\cb04";
  font-weight: normal !important;
}
.wrap.blog .sidebar_blog .side_inner.archive details .btn_select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
}
.wrap.blog .sidebar_blog .side_inner.archive details .btn_select::after {
  font-family: "fontello";
  content: "\cb17";
  font-weight: normal !important;
  color: var(--clr_sub);
}
.wrap.blog .sidebar_blog .side_inner.archive details .btn_select::-webkit-details-marker {
  display: none;
}
.wrap.blog .sidebar_blog .side_inner.archive details .lst_month {
  background: #fff;
  margin: 0;
}
.wrap.blog .sidebar_blog .side_inner.archive details .lst_month li {
  border: 1px solid #ccc;
  border-top: none;
}
.wrap.blog .sidebar_blog .side_inner.archive details .lst_month li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.wrap.blog .sidebar_blog .side_inner.archive details .lst_month li a::after {
  font-family: "fontello";
  content: "\cb14";
  font-weight: normal !important;
  font-size: 80%;
  color: var(--clr_sub);
}
.wrap.blog .sidebar_blog .side_inner.archive details[open] .btn_select::after {
  font-family: "fontello";
  content: "\cb16";
  font-weight: normal !important;
}
.wrap.blog .sidebar_blog .search-form {
  margin: 0 0 4rem;
}
@media screen and (min-width: 48em), print {
  .wrap.blog .sidebar_blog {
    margin: 0 0 6rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .wrap.blog .sidebar_blog .side_inner {
    margin: 0 0 6rem;
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li a {
    padding: 1rem 1.6rem;
    background: #fff;
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li .children li a {
    padding: 1rem 1.6rem;
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li .children li a::before {
    margin: 0.3em 0 auto 0;
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li .children li a:is(:hover, :focus-visible)::before {
    border-left: 1px solid var(--clr_sub);
    border-bottom: 1px solid var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .side_inner.cat ul > li .children li .children li a {
    padding: 1rem 1.6rem 1rem 2.4em;
  }
  .wrap.blog .sidebar_blog .side_inner.popular .tit::before {
    font-family: "fontello";
    content: "\cb07";
    font-weight: normal !important;
  }
  .wrap.blog .sidebar_blog .side_inner.popular ol li a {
    padding: 1.6rem 0;
    line-height: 1.4;
  }
  .wrap.blog .sidebar_blog .side_inner.popular ol li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .side_inner.popular ol li a:is(:hover, :focus-visible)::before {
    color: var(--clr_txt);
  }
  .wrap.blog .sidebar_blog .side_inner.new ul li a {
    padding: 1rem 0.6rem;
  }
  .wrap.blog .sidebar_blog .side_inner.new ul li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .side_inner.archive .btn_select {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wrap.blog .sidebar_blog .side_inner.archive .btn_select:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .side_inner.archive .lst_month li a:is(:hover, :focus-visible) {
    color: var(--clr_sub);
  }
  .wrap.blog .sidebar_blog .search-form {
    margin: 0 0 6rem;
  }
}
.wrap.blog .wp-caption,
.wrap.blog .wp-caption-text,
.wrap.blog .sticky,
.wrap.blog .gallery-caption,
.wrap.blog .bypostauthor,
.wrap.blog .alignright,
.wrap.blog .alignleft,
.wrap.blog .aligncenter {
  color: inherit;
}

.editor-styles-wrapper {
  background: #fff;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  overflow-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper {
    padding: 0 13%;
  }
}
.editor-styles-wrapper a {
  color: var(--clr_txt);
}
.editor-styles-wrapper h2 {
  font-size: 1.4rem;
  margin: 5rem auto 2rem;
}
.editor-styles-wrapper h2::after {
  width: 11rem;
  background: radial-gradient(circle farthest-side, var(--clr_main), var(--clr_main) 15%, transparent 15%, transparent) left bottom/2.2rem;
}
.editor-styles-wrapper h3 {
  font-size: 1.2rem;
  margin: 4rem auto 2rem;
}
.editor-styles-wrapper h4 {
  font-size: 1rem;
  margin: 3rem auto 2rem;
}
.editor-styles-wrapper h5 {
  font-size: 1rem;
  margin: 3rem auto 1rem;
}
.editor-styles-wrapper h6 {
  font-size: 1rem;
  margin: 3rem auto 1rem;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper h2 {
    font-size: 2.4rem;
    margin: 8rem auto 3rem;
  }
  .editor-styles-wrapper h3 {
    font-size: 2rem;
    margin: 6rem auto 3rem;
  }
  .editor-styles-wrapper h4 {
    font-size: 1.6rem;
    margin: 4rem auto 3rem;
  }
  .editor-styles-wrapper h5 {
    font-size: 1.4rem;
    margin: 4rem auto 2rem;
  }
  .editor-styles-wrapper h6 {
    font-size: 1.2rem;
    margin: 4rem auto 2rem;
  }
}
.editor-styles-wrapper ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.editor-styles-wrapper ol {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.editor-styles-wrapper .lst_flow li:not(:last-child) {
  margin: 0 0 4rem !important;
}
.editor-styles-wrapper .lst_flow li:not(:last-child)::after {
  inset: auto 0 -3rem;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper p, .editor-styles-wrapper ul, .editor-styles-wrapper ol {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.editor-styles-wrapper table {
  font-size: 1rem;
}
.editor-styles-wrapper .wp-block-table th, .editor-styles-wrapper .wp-block-table td {
  padding: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper .wp-block-table th, .editor-styles-wrapper .wp-block-table td {
    padding: 1rem 0.4rem;
  }
}
.editor-styles-wrapper .block-editor-rich-text__editable.wp-element-caption.rich-text {
  display: none;
}
.editor-styles-wrapper .wp-block {
  height: auto;
}
.editor-styles-wrapper .wp-block[data-align=left] > *, .editor-styles-wrapper .wp-block[data-align=right] > * {
  float: none;
  margin: 2rem auto;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper .wp-block[data-align=left] > * {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .editor-styles-wrapper .wp-block[data-align=right] > * {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.editor-styles-wrapper {
  background: #fff;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  overflow-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  .editor-styles-wrapper {
    padding: 0 20%;
  }
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  display: flow-root;
}
/*# sourceMappingURL=style.css.map */