<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.calendar-block .xo-event-calendar table.xo-month td, .calendar-block .xo-event-calendar table.xo-month th {
  border: none;
}
.calendar-block .xo-event-calendar table.xo-month {
  border: solid 2px #16BECF;
}
.calendar-block .xo-event-calendar table.xo-month thead th {
  height: 2.7em;
  vertical-align: middle;
}
.calendar-block .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #E57914;
}
.calendar-block .xo-event-calendar table.xo-month caption {
  background: #16BECF;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.calendar-block .xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}
.calendar-block .xo-event-calendar table.xo-month .month-dayname-space {
  height: 1em;
}
.calendar-block .xo-event-calendar table.xo-month .month-dayname td div {
  padding-top: 8px;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #545454;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.05em;
}

body {
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #545454;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.inner-block02 {
  position: relative;
  width: auto;
  max-width: 1040px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.woff2) format("woff2"), url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff2) format("woff2"), url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff2) format("woff2"), url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Oswald-Regular.ttf) format("truetype");
  font-family: "Oswald";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 40px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.c-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo-box {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.header-logo-box img {
  height: 40px;
}
.header-nav-list &gt; li {
  position: relative;
}
.header-nav-list li:hover &gt; .header-megaMenu-wrap {
  opacity: 1;
  visibility: visible;
}
.header-nav-list a {
  font-size: 14px;
  font-weight: bold;
}
.header-nav-list__link::before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url("../img/common/icon-arrow-or-03.svg") no-repeat center;
  position: absolute;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}

.header-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-btn-list &gt; li + li {
  margin-left: 20px;
}

.header-reserve-btn-wrap {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.header-menu-btn-wrap {
  text-align: center;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.header-menu-btn-wrap.is-open .header-menu-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
}
.header-menu-btn-wrap.is-open .header-menu-btn span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.header-menu-btn-wrap.is-open .header-menu-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 38%;
}

.header-menu-btn {
  margin-left: auto;
  width: 25px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.header-menu-btn__box {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-menu-btn span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #16BECF;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu-btn span:nth-child(1) {
  top: 0;
  left: 0;
}
.header-menu-btn span:nth-child(2) {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header-menu-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header-menu-btn.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
}
.header-menu-btn.is-open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 38%;
}

.header-menu-btn__txt {
  text-align: center;
  color: #16BECF;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.header-sns-list {
  margin-top: 20px;
  padding: 0 20px;
}
.header-megaMenu__link {
  display: block;
  padding: 0 0 0 17px !important;
  position: relative;
}
.header-megaMenu__link::before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url("../img/common/icon-arrow-or-03.svg") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.header-megaMenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header-megaMenu-list__item {
  font-size: 14px;
  padding: 0 15px !important;
  position: relative;
  font-size: 14px !important;
  font-weight: normal !important;
}
.header-megaMenu-list__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("../img/common/icon-arrow-or-03.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
}

.c-sp-header-nav-btn {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0;
  width: 30px;
  height: 50px;
}
.c-sp-header-nav-btn::before, .c-sp-header-nav-btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #E57914;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-sp-header-nav-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-sp-header-nav-btn.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-header-list03__item {
  position: relative;
  padding-left: 16px;
  display: block;
}
.c-header-list03__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(../img/common/icon-arrow-or-03.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 7px;
}

.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo {
  width: 120px;
}
.footer-copyright {
  font-size: 12px;
}

.footer-box01 {
  background-color: #545458;
  padding: 50px 0;
}

.footer-box02 {
  padding: 15px 0;
}
.c-footer-list__item-wrap {
  position: relative;
}
.c-footer-list__item {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.c-footer-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url(../img/common/icon-arrow-wt.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
}

.js-footer-toggle-btn {
  display: block;
  height: 100%;
  width: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.js-footer-toggle-btn::before, .js-footer-toggle-btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.js-footer-toggle-btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-footer-toggle-btn.is-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-footer-list02-wrap {
  margin-top: 15px;
}

.c-footer-list02 &gt; li + li {
  margin-top: 10px;
}
.c-footer-list02__item {
  color: #fff;
  font-size: 12px;
  padding-left: 24px;
  position: relative;
  display: block;
}
.c-footer-list02__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background: url(../img/common/icon-arrow-wt.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
.c-footer-list03__item {
  color: #fff;
  position: relative;
  padding-left: 16px;
  display: block;
}
.c-footer-list03__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(../img/common/icon-arrow-wt.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 7px;
}

.c-side + .c-side {
  margin-top: 40px;
}

.c-side__list &gt; li {
  border-bottom: 1px solid rgba(84, 84, 88, 0.25);
}
.c-side__list &gt; li + li {
  margin-top: 8px;
}

.c-side__ttl {
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 2px solid currentColor;
  color: #16becf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: justify;
}

.c-side__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: justify;
}
.c-side__link::after {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../img/common/icon-arrow-or.svg") no-repeat;
  background-size: contain;
}

.c-link01 {
  color: #16BECF;
  text-decoration: underline;
  cursor: pointer;
}

.c-common-title {
  margin-bottom: 60px;
}
.c-common-title__en {
  text-align: center;
  font-size: 15px;
  color: #16BECF;
}
.c-common-title__jp {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
}

.c-common-title.left .c-common-title__en {
  text-align: left;
}
.c-common-title.left .c-common-title__jp {
  text-align: left;
}

.c-info-list &gt; li {
  border-bottom: solid 1px rgba(84, 84, 84, 0.25);
}
.c-info-list &gt; li:last-child {
  border-bottom: none;
}
.c-info-list__item {
  padding: 20px;
}
.c-info-list__ttl {
  color: #16BECF;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-info-list__desc {
  font-size: 14px;
}

.c-sns-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px 6px;
  width: 100%;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.c-sns-btn__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
}
.c-sns-btn__txt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 11px;
  position: relative;
}
.c-sns-btn__dec-txt {
  padding: 0 20px;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-shadow: 2px 2px 0 #5AC463, -2px 2px 0 #5AC463, 2px -2px 0 #5AC463, -2px -2px 0 #5AC463;
  font-size: 12px;
  font-weight: bold;
}
.c-sns-btn__dec-txt::before, .c-sns-btn__dec-txt::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  border-radius: 2px;
  width: 15px;
  height: 2px;
  border: 1px solid #5AC463;
  position: absolute;
  top: 5px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #fff;
}
.c-sns-btn__dec-txt::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.c-sns-btn__dec-txt::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.c-sns-btn.line .c-sns-btn__txt,
.c-sns-btn.twitter .c-sns-btn__txt {
  font-size: 12px;
}
.c-sns-btn.line .c-sns-btn__txt &gt; span,
.c-sns-btn.twitter .c-sns-btn__txt &gt; span {
  font-weight: normal;
  font-size: 10px;
}

.c-sns-btn.line {
  background: #5AC463;
}

.c-sns-btn.instagram {
  background: radial-gradient(51.8% 49.8% at 36.25% 96.55%, #FFD600 0%, #FF6930 48.44%, #FE3B36 73.44%, rgba(254, 59, 54, 0) 100%), radial-gradient(182.65% 122.8% at 84.5% 113.5%, #FF1B90 24.39%, #F80261 43.67%, #ED00C0 68.85%, #C500E9 77.68%, #7017FF 89.32%);
}
.c-sns-btn.instagram .c-sns-btn__dec-txt {
  text-shadow: 2px 2px 0 #B804ED, -2px 2px 0 #B804ED, 2px -2px 0 #B804ED, -2px -2px 0 #B804ED;
}
.c-sns-btn.instagram .c-sns-btn__dec-txt::before, .c-sns-btn.instagram .c-sns-btn__dec-txt::after {
  border: 1px solid #B804ED;
}

.c-sns-btn.twitter {
  background: #000;
}
.c-sns-btn.twitter .c-sns-btn__dec-txt {
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
}
.c-sns-btn.twitter .c-sns-btn__dec-txt::before, .c-sns-btn.twitter .c-sns-btn__dec-txt::after {
  border: 1px solid #000;
}

.c-btn01 {
  background: #E57914;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 44px;
  line-height: 44px;
  width: 230px;
  display: block;
  border-radius: 100px;
  border: solid 1px transparent;
}

.c-btn02 {
  display: block;
  border-radius: 100px;
  border: solid 3px #E57914;
  padding: 3px;
}
.c-btn02__inner {
  display: block;
  border-radius: 100px;
  border: solid 3px transparent;
  background: #E57914;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  height: 86px;
  line-height: 82px;
  letter-spacing: 0.05em;
  position: relative;
}
.c-btn02__inner:before {
  display: block;
  content: "";
  width: 12px;
  height: 18px;
  background: url("../img/common/icon-arrow-wt.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}

.c-bg-gray {
  background: #F7F7F7;
}

.c-bg-green {
  background: #52B9B7;
}

.c-bg-white {
  background: #fff;
}

.c-bg-grade {
  background: linear-gradient(130.87deg, rgba(31, 162, 255, 0.4) -3.12%, rgba(18, 216, 250, 0.4) 42.87%, rgba(166, 255, 203, 0.4) 88.86%);
}

.c-btn03 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  background-color: #e57914;
  border: solid 1px #E57914;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.c-btn04 {
  display: block;
  position: relative;
  padding: 19px 80px;
  background-color: #fff;
  border: solid 1px #E57914;
  border-radius: 6px;
  color: #E57914;
  font-weight: bold;
  text-align: center;
}
.c-btn04::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon-arrow-or.svg") no-repeat center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn05 {
  position: relative;
  background: #F7F7F7;
  border: 1px solid rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.c-btn05__img {
  background-color: #fff;
}
.c-btn05__img &gt; img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-btn05__txt {
  padding: 10px 30px 10px 15px;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-menu-first-wrap {
  margin-bottom: 40px;
}

.c-menu-first {
  background: #fff;
}
.c-menu-first__inner {
  padding: 40px;
}
.c-menu-first-list &gt; li {
  border-bottom: solid 1px #D9D9D9;
}
.c-menu-first-list &gt; li:last-child {
  border-bottom: none;
}
.c-menu-first-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 40px;
}
.c-menu-first-list__ttl {
  font-weight: bold;
  color: #16BECF;
}
.c-menu-first-list__price {
  font-size: 16px;
}
.c-menu-first-list__price-small {
  font-size: 12px;
}

.c-menu-list-wrap__list {
  margin-top: 30px;
}

.c-menu-cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-menu-cat-list__item {
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  padding-right: 30px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-menu-cat-list__item:before {
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  background: url("../img/common/icon-arrow-or.svg") no-repeat center;
  background-size: contain;
  margin: auto;
}
.c-menu-cat-list__txt {
  font-size: 14px;
  font-weight: 600;
}

.c-menu-cat-list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-menu-cat-list.gray .c-menu-cat-list__item {
  background: #F7F7F7;
}

.c-menu-list &gt; li + li {
  margin-top: 20px;
}
.c-menu-list__ttl-box {
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.c-menu-list__ttl-box.active .c-menu-list__ttl-box-btn span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-menu-list__ttl-box.active .c-menu-list__ttl-box-btn span:nth-child(2) {
  -webkit-transform: rotate(90deg) translateY(5px);
          transform: rotate(90deg) translateY(5px);
  opacity: 0;
}
.c-menu-list__ttl-box-btn {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.c-menu-list__ttl-box-btn span {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #E57914;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-list__ttl-box-btn span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-menu-list__ttl-box-img {
  width: 200px;
}
.c-menu-list__ttl-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-menu-list__ttl-box-txt {
  width: calc(100% - 200px);
  padding: 20px 80px 20px 24px;
  font-size: 16px;
  font-weight: 600;
}
.c-menu-list__cont-box {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  margin-top: 10px;
}
.c-menu-list__cap {
  font-size: 13px;
  margin-bottom: 10px;
}
.c-menu-list.gray .c-menu-list__ttl-box {
  background: #F7F7F7;
}
.c-menu-list.gray .c-menu-list__cont-box {
  background: #F7F7F7;
}

.c-price-list &gt; li {
  border-bottom: solid 1px #D9D9D9;
}
.c-price-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
.c-price-list__txt {
  font-weight: 600;
  font-size: 14px;
}
.c-price-list__price {
  font-size: 14px;
  font-weight: bold;
  color: #16BECF;
  margin-left: auto;
  margin-top: auto;
}
.c-price-list__price-small {
  font-size: 12px;
  color: #545454;
  font-weight: normal;
}
.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ttl01__inner {
  color: #16BECF;
  font-weight: bold;
  font-size: 20px;
  padding: 0 60px;
  position: relative;
}
.c-ttl01__inner:before, .c-ttl01__inner:after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background: #16BECF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl01__inner:before {
  left: 0;
}
.c-ttl01__inner:after {
  right: 0;
}

.c-ttl02 {
  color: #16BECF;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 14px;
  border-bottom: solid 2px #16BECF;
}

.c-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-sns-list &gt; li + li {
  margin-left: 10px;
}
.c-sns-list__item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 8px;
  background: #fff;
  border: solid 1px rgba(84, 84, 84, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal01 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 80px;
  overflow-y: auto;
}
.c-modal01.active {
  visibility: visible;
  opacity: 1;
}
.c-modal01__inner {
  position: relative;
  max-height: 100%;
}
.c-modal01__cont {
  background: #fff;
  border-radius: 6px;
  padding: 50px;
}
.c-modal01__close-btn {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  right: 0;
  top: -36px;
  cursor: pointer;
}
.c-modal01__close-btn span {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 37%;
}
.c-modal01__close-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal01__close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal-reserve__cap {
  margin-bottom: 16px;
}
.c-modal-reserve__txt01 {
  font-size: 14px;
}
.c-modal-reserve__caution {
  margin-top: 30px;
  background: #FFF4F4;
  border-radius: 6px;
  padding: 15px;
}
.c-modal-reserve__caution-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.c-modal-reserve__caution-ttl:before {
  display: block;
  content: "";
  width: 20px;
  height: 18px;
  background: url("../img/common/icon-caution.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-modal-reserve__caution-ttl-small {
  font-weight: 500;
  font-size: 12px;
}
.c-modal-reserve__caution-list {
  margin-top: 5px;
}
.c-modal-reserve__caution-list &gt; li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.c-modal-reserve__list &gt; li + li {
  margin-top: 20px;
}
.c-modal-reserve__qr-code {
  margin-top: 10px;
  width: 86px;
}
.c-modal-reserve__line-add {
  margin-top: 10px;
  width: 120px;
  display: inline-block;
}

.c-accordion01__ttl {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(84, 84, 84, 0.25);
  position: relative;
  cursor: pointer;
}
.c-accordion01__btn {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
.c-accordion01__btn span {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #E57914;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-accordion01__btn span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion01__ttl.active .c-accordion01__btn span:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion01__ttl.active .c-accordion01__btn span:nth-child(2) {
  -webkit-transform: rotate(90deg) translateY(5px);
          transform: rotate(90deg) translateY(5px);
  opacity: 0;
}
.c-accordion01__cont {
  margin-top: 10px;
}

.c-point-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-point {
  background-color: #16BECF;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 115px;
  text-align: center;
  border-radius: 3px;
}
.c-point &gt; span {
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
}

.c-feature-title-wrap {
  text-align: center;
  position: relative;
}
.c-feature-title-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #545454;
  position: absolute;
  top: 25px;
  left: 0;
}

.c-feature-title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  line-height: 1;
}
.c-feature-title &gt; span {
  position: relative;
  color: #FDFF83;
  font-size: 36px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.c-feature-title &gt; span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/common/features-dec.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: -8px;
}

.c-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.c-btn-list &gt; li {
  width: calc((100% - 20px * 3)/4);
}
.c-btn-list__item {
  height: 100%;
}

.c-btn-list.three &gt; li {
  width: calc((100% - 20px * 2)/3);
}

.js-slider, .js-slider02 {
  display: block !important;
  position: relative;
}
.js-slider .slick-arrow, .js-slider02 .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/common/icon-arrow-or.svg") no-repeat center;
  background-size: contain;
  z-index: 3;
}
.js-slider .slick-prev, .js-slider02 .slick-prev {
  left: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-slider .slick-next, .js-slider02 .slick-next {
  right: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.js-slider03__img &gt; img {
  border-radius: 6px;
}

.js-slider04-wrap {
  margin-top: 20px;
  padding: 0 20px;
}

.js-slider04__img &gt; img {
  border-radius: 6px;
}

.c-slider03-arrows-wrap {
  margin-top: 20px;
}

.c-slider03-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-slider03-arrows .slick-arrow {
  width: 22px;
  height: 22px;
  background: url("../img/common/icon-arrow-or.svg") no-repeat center;
  background-size: contain;
  z-index: 3;
}
.c-slider03-arrows .slick-prev {
  left: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.c-slider03-arrows .slick-next {
  right: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.c-slider03-arrows .slick-dots {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-slider03-arrows .slick-dots &gt; li.slick-active &gt; button {
  background: #E57914;
}
.c-slider03-arrows .slick-dots button {
  font-size: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(84, 84, 84, 0.25);
  border-radius: 50%;
}

.c-step {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
  counter-reset: num;
  padding-top: 20px;
}
.c-step .box {
  position: relative;
  border: 2px solid #16BECF;
  background: rgba(22, 190, 207, 0.05);
  border-radius: 10px;
  padding: 18px 50px;
}
.c-step .box::before, .c-step .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17px 0 17px;
}
.c-step .box::before {
  bottom: -12px;
  border-color: #16BECF transparent transparent transparent;
}
.c-step .box::after {
  bottom: -10px;
  border-color: #F3FBFC transparent transparent transparent;
}
.c-step .box:last-child::before, .c-step .box:last-child::after {
  content: none;
}
.c-step .box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #16BECF;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: -20px;
}
.c-step .box .circle::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 22px;
}
.c-step .box .circle .en {
  font-size: 12px;
  margin-bottom: 2px;
}
.c-step .box .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-step .box p {
  font-size: 14px;
  line-height: 1.8;
}

.c-caution {
  padding: 20px;
  background-color: #FFF4F4;
  border: 1px solid #FD7D7D;
  border-radius: 6px;
}
.c-caution__flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-caution__flx &gt; img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
.c-caution__ttl {
  font-size: 12px;
}
.c-caution__ttl &gt; span {
  font-size: 16px;
  font-weight: bold;
}

.c-caution-list-wrap {
  margin-top: 5px;
}

.c-caution-list &gt; li + li {
  margin-top: 5px;
}
.c-caution-list__item {
  font-size: 14px;
  padding-left: 12px;
  position: relative;
}
.c-caution-list__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #545454;
}

.c-section {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
}
.c-section__box {
  background: -webkit-gradient(linear, right bottom, left top, from(#1FA2FF), color-stop(50%, #12D8FA), to(#A6FFCB));
  background: linear-gradient(to left top, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%);
  width: 100%;
  padding: 2px;
  /*borderの太さ*/
  border-radius: 6px;
}
.c-section__box02 {
  border-radius: 6px;
  background: #fff;
  padding: 48px;
}
.c-section__ttl {
  margin-bottom: 22px;
  color: #52B9B7;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.c-section__ttl &gt; span {
  font-size: 25px;
}
.c-section__cont {
  text-align: center;
  line-height: 2.4;
}
.c-section__cont &gt; span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#FDFF83));
  background: linear-gradient(transparent 60%, #FDFF83 100%);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
}
.c-section__cont span.small {
  font-size: 16px;
}
.c-section__cont + .c-section__cont {
  margin-top: 12px;
}

.c-author-list-wrap {
  margin-top: 20px;
}

.c-author-list &gt; li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.c-author-list &gt; li &gt; span {
  font-weight: normal;
}

.c-not-found__cont {
  text-align: center;
}
.c-not-found__btn {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-author-box01 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 1px #16becf;
  border-radius: 6px;
  background-color: rgba(22, 190, 207, 0.05);
}
.c-author-box01__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #16becf;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.c-author-box01__human {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-author-box01__human-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
.c-author-box01__human-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-author-box01__human-ttl {
  width: calc(100% - 140px);
  padding-left: 24px;
}
.c-author-box01__human-name {
  font-weight: bold;
  font-size: 18px;
}
.c-author-box01__human-facility {
  font-size: 12px;
  color: #aaa;
}
.c-author-box01__human-sns {
  margin-top: 10px;
}
.c-author-box01__right {
  position: relative;
}
.c-author-box01__right:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}

.c-sns-list03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.c-sns-list03 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: solid 1px rgba(84, 84, 84, 0.25);
  border-radius: 50%;
  background-color: #fff;
}
.c-sns-list03 a.tiktok {
  padding-left: 4px;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area &gt; * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#pagetop img {
  width: 100%;
}

.c-heading {
  position: relative;
  z-index: 0;
  height: 255px;
  padding-top: 150px;
}
.c-heading &gt; img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.c-heading__en {
  margin-bottom: 2px;
  color: #16becf;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.c-heading__ja {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.c-bread {
  padding: 6px 0 8px;
  border-bottom: 1px solid #f7f7f7;
}
.c-bread + * {
  padding: 80px 0;
}

.c-bread__list &gt; li {
  display: inline;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: justify;
}
.c-bread__list &gt; li + li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin: 0 8px;
  background: url("../img/common/arrow_bread.svg") no-repeat;
  background-size: contain;
}
.c-bread__list a {
  color: #e57914;
  text-decoration: underline;
}

.c-cta {
  padding: 40px 0;
  background-color: #52b9b7;
}

.c-cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-cta__cap {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.c-cta02 {
  background-color: rgba(22, 190, 207, 0.05);
  border: 1px solid #16BECF;
  border-radius: 6px;
  padding: 30px;
  position: relative;
}
.c-cta02__ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cta02__ttl-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-cta02__ttl {
  display: inline-block;
  padding: 0 13px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, rgba(22, 190, 207, 0)));
  background: linear-gradient(#fff 50%, rgba(22, 190, 207, 0) 50%);
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.c-cta02__ttl &gt; span.green {
  color: #5AC463;
}
.c-cta02__txt {
  color: rgba(84, 84, 84, 0.75);
  font-size: 12px;
  margin-top: 12px;
}
.c-cta02__btn-wrap {
  text-align: center;
}

.c-ttl {
  margin-bottom: 40px;
  color: #16becf;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: justify;
}
.c-ttl.center {
  text-align: center;
}

.c-txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
.c-txt a:not([href^="tel:"]) {
  color: #16becf;
  text-decoration: underline;
}

.c-list &gt; li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-list &gt; li::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin: 0.64em 8px 0 0;
  border-radius: 50%;
  background-color: #16becf;
}
.c-list &gt; li + li {
  margin-top: 4px;
}

.c-list02-wrap {
  margin-top: 60px;
}

.c-list02 &gt; li {
  background: linear-gradient(271.64deg, #DEF1F1 -6.87%, rgba(215, 214, 209, 0) 117.37%);
  border: 1px solid rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  padding: 25px;
}
.c-list02__ttl {
  text-align: center;
  color: #E57914;
  font-size: 22px;
  font-weight: bold;
}
.c-list02__ttl02 {
  text-align: center;
  font-size: 18px;
}
.c-list02__btn-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-list03 {
  width: 100%;
}
.c-list03 &gt; li {
  border-top: 1px solid rgba(84, 84, 84, 0.25);
}
.c-list03 &gt; li:last-child {
  border-bottom: 1px solid rgba(84, 84, 84, 0.25);
}
.c-list03__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px;
  position: relative;
}
.c-list03__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list03__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.c-list03__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px;
  border: 1px solid currentColor;
  border-radius: 3px;
  color: #77ac07;
  font-size: 12px;
  margin-left: 10px;
}
.c-list03__ttl {
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-lede {
  margin-bottom: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.c-lede &gt; span {
  color: #16becf;
  font-weight: 700;
}

.c-lede02 {
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.c-lede02 &gt; span {
  color: #16becf;
  font-weight: 700;
}

.c-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}
.c-icon-list &gt; li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.c-icon-list__item img {
  height: 80px;
}

.c-article &gt; *:first-child {
  margin-top: 0 !important;
}
.c-article &gt; * + * {
  margin-top: 1.6em;
}
.c-article img {
  border-radius: 6px;
}
.c-article h2 {
  margin: 2em 0 -0.2em;
  padding-left: 12px;
  border-left: 2px solid #16becf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.045em;
}
.c-article h3 {
  margin: 2em 0 -0.2em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-article h4 {
  margin: 3em 0 -0.2em;
  font-size: 16px;
  font-weight: 700;
  border-left: 4px solid #16BECF;
  border-bottom: 1px solid #16BECF;
  padding-left: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}
.c-article .photo-slider {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.c-article .photo-slider:before, .c-article .photo-slider:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 120px;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(89.71%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 89.71%);
  z-index: 2;
}
.c-article .photo-slider:before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-article .photo-slider:after {
  right: 0;
}
.c-article table tr:first-child th {
  border-top-left-radius: 6px;
}
.c-article table tr:last-child th {
  border-bottom-left-radius: 6px;
}
.c-article table tr:first-child td {
  border-top-right-radius: 6px;
}
.c-article table tr:last-child td {
  border-bottom-right-radius: 6px;
}
.c-article table tr:nth-child(n+2) th {
  border-top: solid 1px #fff;
}
.c-article table th {
  background: #16BECF;
  color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
.c-article table td {
  padding: 20px;
  border: solid 1px #16BECF;
}
.c-article .check-list {
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #16BECF;
  background: rgba(22, 190, 207, 0.05);
}
.c-article .check-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -20px;
}
.c-article .check-list__list &gt; li {
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
.c-article .check-list__list &gt; li:before {
  width: 19px;
  height: 17px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  background: url("../img/common/icon-check.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.c-article .risk-box__item + .risk-box__item {
  margin-top: 30px;
}
.c-article .risk-box__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-article .risk-box__ttl-icon {
  width: 26px;
  margin-right: 10px;
}
.c-article .risk-box__ttl-txt {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.c-article .risk-box__desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-article .caution-box {
  border: solid 1px #FD7D7D;
  background: #FFF4F4;
  padding: 24px;
  border-radius: 6px;
}
.c-article .caution-box__ttl {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}
.c-article .caution-box__ttl:before {
  display: block;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/common/icon-caution.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-article .caution-box__ttl-main {
  font-weight: bold;
  font-size: 16px;
}
.c-article .caution-box__ttl-sub {
  font-size: 12px;
}
.c-article .caution-box__list &gt; li {
  list-style: inside;
  text-indent: -1.2em;
  /*インデントの調整*/
  padding-left: 1.2em;
  font-size: 14px;
}
.c-article .reco-box {
  margin-top: 3.2em;
  border: solid 1px #16BECF;
  border-radius: 6px;
  background: rgba(22, 190, 207, 0.05);
  padding: 30px 20px 20px;
  position: relative;
}
.c-article .reco-box__ttl {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-article .reco-box__ttl-txt {
  font-size: 16px;
  font-weight: bold;
  color: #16BECF;
  text-align: center;
  padding: 4px 18px;
  background: #fff;
  border-radius: 40px;
  border: solid 1px #16BECF;
}
.c-article .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FDFF83));
  background: linear-gradient(transparent 70%, #FDFF83 70%);
}

.c-archive__body {
  padding: 24px 0 0 20px;
}

.c-archive__img {
  position: relative;
  overflow: hidden;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
}
.c-archive__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-archive__img &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-archive__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.c-archive__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.c-archive__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 3px 1px;
  border: 1px solid currentColor;
  border-radius: 3px;
  color: #77ac07;
  font-size: 12px;
}

.c-archive__ttl {
  display: -webkit-box;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-archive__ttl.blue {
  color: #16BECF;
}
.c-archive__ttl.big {
  font-size: 20px;
}

.c-archive__txt {
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-archive__txt.ptn02 {
  -webkit-line-clamp: 5;
}

.c-archive-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(84, 84, 84, 0.25);
}

.c-archive-detail__heading .c-archive__meta {
  gap: 12px;
  margin-bottom: 10px;
}

.c-archive-detail__contents &gt; * + * {
  margin-top: 1.6em;
}
.c-archive-detail__contents img {
  border-radius: 6px;
}
.c-archive-detail__contents h2 {
  margin: 2em 0 -0.2em;
  padding-left: 12px;
  border-left: 2px solid #16becf;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-archive-detail__contents h3 {
  margin: 2em 0 -0.2em;
  color: #16becf;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-archive-detail__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: justify;
}

.c-archive-detail__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0 15px;
  margin-bottom: -4px;
  margin-left: auto;
}

.c-archive-detail__share__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding-top: 2px;
  border: solid 1px rgba(84, 84, 84, 0.25);
  border-radius: 50%;
}

.c-archive-detail-back {
  margin-top: 40px;
  text-align: center;
}

.c-archive-detail-related {
  margin-top: 60px;
}

.c-archive-detail-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-top: 40px;
}
.c-archive-detail-share &gt; li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-archive-detail-share__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
}
.c-archive-detail-share__link.fb {
  background-color: #3b5998;
}
.c-archive-detail-share__link.ln {
  background-color: #5ac463;
}
.c-archive-detail-share__link.tw {
  background-color: #00acee;
}
.c-archive-detail-share__link &gt; .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.c-archive-detail-share__link &gt; .txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#toc_container {
  margin: 30px 0;
  padding: 24px 30px;
  border: solid 1px #16becf;
  border-radius: 6px;
  background-color: rgba(22, 190, 207, 0.05);
  width: 100%;
}
#toc_container .toc_title {
  margin-bottom: 10px;
  padding-bottom: 6px !important;
  border-bottom: 1px solid rgba(84, 84, 84, 0.25);
  color: #16becf;
  font-size: 18px;
  font-weight: 700;
}
#toc_container .toc_list li + li {
  margin-top: 8px;
}
#toc_container .toc_list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.1em;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#toc_container .toc_list a + ul {
  margin-top: 6px;
  padding-left: 1.6em;
}
#toc_container .toc_number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -0.1em;
  padding-right: 0.6em;
  color: #16becf;
  font-size: 16px;
}
.c-archive02.js-slider {
  margin-left: 0;
  margin-top: 0;
}
.c-archive02__link {
  display: block;
  padding: 20px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background-color: #fff;
}
.c-archive02__box {
  margin-top: 10px;
}
.c-archive02__ttl {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0 !important;
}
.c-archive02__ttl02 {
  font-size: 12px;
  font-weight: bold;
}
.c-archive02__cap {
  margin-top: 2px;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-archive02-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 12px;
}
.c-archive02-img-box::before {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background: url("../img/common/icon-arrow-bl.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-archive02-img {
  width: calc((100% - 33px)/2);
}
.c-archive02-img__ttl {
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
}
.c-archive02-img.before .c-archive02-img__ttl {
  background-color: rgba(84, 84, 88, 0.25);
  color: #545454;
}
.c-archive02-img.after .c-archive02-img__ttl {
  background-color: #16BECF;
  color: #fff;
}
.c-archive02-img__img {
  margin-top: 5px;
  padding-top: 100%;
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #eeecec;
}
.c-archive02-img__img &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-archive03__link {
  display: block;
}
.c-archive03__img {
  position: relative;
  overflow: hidden;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
}
.c-archive03__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-archive03__img &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-archive03__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.c-archive03__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.c-archive03__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px;
  border: 1px solid currentColor;
  border-radius: 3px;
  color: #77ac07;
  font-size: 12px;
}
.c-archive03__ttl {
  display: -webkit-box;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-archive03__txt {
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-archive__list01 {
  margin-top: 18px;
}

.c-paging-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-top: 40px;
}
.c-paging-area &gt; .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e57914;
  border-radius: 50%;
  background-color: #fff;
  color: #e57914;
  font-size: 20px;
}
.c-paging-area &gt; .current {
  background-color: #e57914;
  color: #fff;
}
.c-paging-area &gt; .prev::before,
.c-paging-area &gt; .next::before {
  content: "";
  width: 10px;
  height: 16px;
  background: url("../img/common/icon-arrow-or-03.svg") no-repeat;
  background-size: contain;
}
.c-paging-area &gt; .prev {
  padding-right: 3px;
}
.c-paging-area &gt; .prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-paging-area &gt; .next {
  padding-left: 3px;
}

.c-cat-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.c-cat-list.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.c-cat-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 52px;
  padding: 8px 40px 8px 12px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background-color: #f7f7f7;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: justify;
}
.c-cat-list__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url("../img/common/icon-arrow-or.svg") no-repeat;
  background-size: contain;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#p_home-mv-section img {
  width: 100%;
}

.p_home-info-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p_home-info-cont02 {
  margin-bottom:10px;
}
.p_home-info-cont02 p:nth-child(2) {
  margin:10px 0 0 0;
}
.p_home-info-cont02 a img{
  width:100%;
}

.p_home-info-cont__list {
  width: 100%;
}
.p_home-info-cont__sns-list {
  margin-top: 20px;
}

.p_home-info-sns {
  position: relative;
  margin-top: 20px;
}
.p_home-info-sns__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.p_home-info-sns__ttl-txt {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  font-weight: bold;
  color: #16BECF;
  font-size: 28px;
  line-height: 1;
}
.p_home-info-sns__cont {
  border: solid 2px #16BECF;
  background: rgba(22, 190, 207, 0.05);
  border-radius: 6px;
}

.p_home-feature-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p_home-feature-section .c-common-title {
  margin-bottom: 20px;
}

.p_home-feature-list-wrap {
  margin-top: 50px;
}

.p_home-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/*ファスト処方ここから*/
.p_home-feature-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.fast_product_block{
  background-color:#fff;
  margin-top: 20px;
}
.fast_product{
  border-collapse:collapse;
}
.fast_product th{
  width: 25%;
  border:1px solid #16BECF;
  padding:10px;
  text-align: left;
}
.fast_product th h4{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.fast_product th img{
  border: 1px solid #ccc;
  border-radius: 10px;
}
.fast_product td{
  border:1px solid #16BECF;
  padding:10px;
  font-size:14px;
}
.fast_product td div{
  background-color: #eee;
  padding: 10px;
  margin: 10px 0;
  font-size: 12px;
}
.fast_product td div span{
  display: block;
}
.fast_product td .fast_product_cost{
  font-size: 16px;
  font-weight: bold;
  color: #16BECF;
}
/*ファスト処方ここまで*/
.p_home-feature-list__item {
  height: 100%;
  border: 1px solid rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background: #F7F7F7;
  padding: 30px 20px 20px;
  position: relative;
}
.p_home-feature-list__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_home-feature-list__icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid 1px #16BECF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
.p_home-feature-list__ttl {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
}
.p_home-feature-list__ttl &gt; span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FDFF83));
  background: linear-gradient(transparent 60%, #FDFF83 60%);
}
.p_home-feature-list__desc {
  margin-top: 15px;
  font-size: 14px;
}

.p_home-menu-section {
  padding: 80px 0;
}
.p_home-menu-section__menu {
  margin-top: 30px;
}

.p_home-product-section {
  padding: 80px 0;
}

.p_home-first-section {
  padding: 50px 0;
  background: linear-gradient(130.87deg, rgba(31, 162, 255, 0.4) -3.12%, rgba(18, 216, 250, 0.4) 42.87%, rgba(166, 255, 203, 0.4) 88.86%);
}

.p_home-first-ttl {
  text-align: center;
  color: #FDFF83;
  font-size: 30px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  margin-bottom: 20px;
}

.p_home-reservation-section {
  padding: 80px 0;
}
.p_home-reservation-section .c-common-title {
  margin-bottom: 30px;
}

.p_home-reservation-caption {
  text-align: center;
  font-size: 14px;
}

.p_home-reservation-ttl {
  margin-top: 40px;
}

.p_home-reservation-list__caption {
  text-align: center;
  font-weight: 600;
}

.p_home-reservation-add-btn {
  display: inline-block;
  vertical-align: middle;
}

.p_home-reservation-list {
  margin-top: 40px;
}
.p_home-reservation-list__item {
  border: solid 2px #16BECF;
  border-radius: 6px;
  background: #fff;
  padding: 45px 50px 30px 50px;
  position: relative;
  margin-top: 55px;
}
.p_home-reservation-list__item:first-child {
  margin-top: 0;
}
.p_home-reservation-list__item + .p_home-reservation-list__item {
  margin-top: 60px;
}
.p_home-reservation-list__ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: -36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_home-reservation-list__ttl-num {
  width: 72px;
  height: 72px;
  background: #fff;
  border: solid 1px #16BECF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 38px;
  font-weight: bold;
  color: #16BECF;
  position: relative;
  z-index: 1;
}
.p_home-reservation-list__ttl-txt {
  height: 44px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  background: #16BECF;
  color: #fff;
  margin-left: -20px;
  padding: 10px 20px 10px 30px;
  font-weight: bold;
  font-size: 18px;
}
.p_home-reservation-list02 &gt; li {
  position: relative;
}
.p_home-reservation-list02__item {
  border-radius: 6px;
  border: solid 2px #16BECF;
  background: #F7F7F7;
  padding: 15px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p_home-reservation-list02 &gt; li:before {
  display: block;
  content: "";
  width: 20px;
  height: 56px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #F7F7F7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 2px);
  z-index: 2;
}
.p_home-reservation-list02 &gt; li:after {
  display: block;
  content: "";
  width: 22px;
  height: 58px;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 29px solid #16BECF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 1px);
  z-index: 1;
}
.p_home-reservation-list02 &gt; li:last-child:before {
  display: none;
}
.p_home-reservation-list02 &gt; li:last-child:after {
  display: none;
}
.p_home-reservation-list02__ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-reservation-list02__ttl-num {
  width: 34px;
  height: 34px;
  background: #5AC463;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-reservation-list02__ttl-txt {
  font-weight: 600;
  margin-left: 10px;
}
.p_home-reservation-list02__cont-box {
  margin-top: 17px;
}
.p_home-reservation-list02__img {
  width: 100%;
}

.p_home-reservation-parts01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 6px 0;
}
.p_home-reservation-parts01__left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #828282;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.p_home-reservation-parts01__right {
  background: #F7F7F7;
  color: #828282;
  padding: 12px 15px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p_home-reservation-list__caption + .p_home-reservation-list02 {
  margin-top: 20px;
}
.p_home-reservation-arrow-box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p_home-reservation-arrow-box img {
  width: 63px;
}

.p_home-reservation-item {
  width: 100%;
  background: #fff;
  border: solid 2px #16BECF;
  border-radius: 6px;
  padding: 30px;
}
.p_home-reservation-item__img {
  text-align: center;
}
.p_home-reservation-item__cap {
  margin-top: 15px;
  font-weight: 600;
}

.p_home-cta01-section {
  padding: 40px 0;
}
.p_home-cta01-section__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_home-cta01-section__cap {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.p_home-access-section {
  padding: 80px 0;
}

.p_home-access-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_home-access-cont__cont-box {
  padding: 30px;
  border: solid 2px #16BECF;
  border-radius: 6px;
  background: #fff;
}
.p_home-access-cont__img {
  margin-left: auto;
}
.p_home-access-cont__img img {
  border-radius: 6px;
}
.p_home-access-cont__ttl {
  color: #16BECF;
  font-weight: bold;
  margin-bottom: 10px;
}
.p_home-access-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_home-access-info-item + .p_home-access-info-item {
  margin-top: 6px;
}
.p_home-access-info-item__ttl {
  font-size: 14px;
  font-weight: bold;
}
.p_home-access-info-item__cont {
  font-size: 14px;
}
.p_home-access-info-item__cont-small {
  font-size: 12px;
}

.p_home-access-map {
  margin-top: 40px;
  width: 100%;
}
.p_home-access-map__inner {
  width: 100%;
  height: 0;
  padding-top: 20%;
  position: relative;
}
.p_home-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_home-introduction-section {
  padding: 80px 0;
}
.p_home-introduction-cont__img img {
  border-radius: 6px;
}

.p_home-introduction-ttl-head {
  margin-bottom: 8px;
  font-size: 14px;
}

.p_home-introduction-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: solid 2px #16BECF;
  margin-bottom: 28px;
}
.p_home-introduction-ttl__ttl {
  font-weight: bold;
  font-size: 20px;
  color: #16BECF;
  margin-top: 5px;
}
.p_home-introduction-item01 + .p_home-introduction-item01 {
  margin-top: 20px;
}
.p_home-introduction-item01__ttl {
  font-weight: bold;
}
.p_home-introduction-item01__cont {
  margin-top: 10px;
  font-size: 14px;
}
.p_home-introduction-item01__cont-year-indent {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

.p_home-btn-wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.p_home-btn-wrap03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.p_home-news-section,
.p_home-faq-section,
.p_home-column-section,
.p_home-calendar-section,
.p_home-photo-section {
  padding: 80px 0;
}

.p_home-faq-section .p_faq-sub-list__item {
  background-color: #fff;
}

.p_home-photo-section {
  position: relative;
}
.p_home-photo-section::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p_home-photo-section::after {
  right: 0;
}

.p_home-slider-section {
  padding: 50px 0 92px;
}

.p_privacypolicy-section &gt; .inner-block {
  max-width: 1040px;
}
.p_privacypolicy-section .container + .container {
  margin-top: 60px;
}
.p_privacypolicy-section .ttl {
  margin-bottom: 18px;
}
.p_privacypolicy-section .mb {
  margin-bottom: 10px;
}
.p_privacypolicy-section .mb-2 {
  margin-bottom: 20px;
}
.p_privacypolicy-section .list-en &gt; li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_privacypolicy-section .list-en &gt; li + li {
  margin-top: 4px;
}
.p_privacypolicy-section .list-en span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.1em;
  margin-top: -0.1em;
  color: #16becf;
  font-size: 16px;
}

.p_faq-cat-list {
  margin-bottom: 60px;
}

.p_faq-list &gt; li + li {
  display: none;
}

.p_faq-sub-list &gt; li + li {
  margin-top: 20px;
}

.p_faq-sub-list__ans {
  padding-top: 10px;
}

.p_faq-sub-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 15px 25px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background-color: #f7f7f7;
  text-align: justify;
}
.p_faq-sub-list__item.ans {
  padding: 25px;
}
.p_faq-sub-list__item.is-active &gt; .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p_faq-sub-list__item.is-active &gt; .arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.p_faq-sub-list__item &gt; .en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  padding-bottom: 2px;
  border-radius: 50%;
  background-color: #16becf;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.p_faq-sub-list__item &gt; .contents {
  padding: 8px 12px 0 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p_faq-sub-list__item &gt; .arrow {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: auto 0 auto auto;
}
.p_faq-sub-list__item &gt; .arrow::before, .p_faq-sub-list__item &gt; .arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  background-color: #e57914;
}
.p_faq-sub-list__item &gt; .arrow::before {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
}
.p_faq-sub-list__item &gt; .arrow::after {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
}

.js-faq__ans-btn + * {
  display: none;
}

.p_faq-back {
  margin-top: 40px;
  text-align: center;
}

.p_for20s__about__heading {
  margin-bottom: 84px;
  text-align: center;
}

.p_for20s__about__box__inner {
  position: relative;
  z-index: 0;
  padding: 30px 0 30px 218px;
  border: solid 1px #16becf;
  border-radius: 6px;
  background-color: rgba(22, 190, 207, 0.05);
}
.p_for20s__about__box__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 24px;
  width: 164px;
  height: 205px;
  background: url("../img/for20s/box_img.svg") no-repeat;
  background-size: contain;
}
.p_for20s__about__box__inner &gt; img {
  position: absolute;
  z-index: 1;
  top: -118px;
  left: -76px;
}

.p_for20s__about__box__list &gt; li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p_for20s__about__box__list &gt; li::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 29px;
  height: 26px;
  margin: 2px 10px 0 0;
  background: url("../img/for20s/box_check.svg") no-repeat;
  background-size: contain;
}
.p_for20s__about__box__list &gt; li + li {
  margin-top: 16px;
}
.p_for20s__about__box__list &gt; li span {
  position: relative;
  z-index: 0;
  font-weight: 700;
}
.p_for20s__about__box__list &gt; li span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 4px;
  width: 100%;
  height: 7px;
  background-color: #fdff83;
}

.p_for20s__about__note {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: justify;
}

.p_for20s__advise {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.p_for20s__advise__heading {
  margin-bottom: 40px;
  text-align: center;
}
.p_for20s__advise__heading .ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p_for20s__advise__heading .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p_for20s__box {
  padding: 50px 100px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background-color: #fff;
}

.p_for20s__box--rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  padding: 30px 30px 28px 40px;
}
.p_for20s__box--rank::before, .p_for20s__box--rank::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.p_for20s__box--rank::before {
  z-index: -1;
  left: calc(50% - 18px);
  border-width: 20px 18px 0 18px;
  border-top-color: #fff;
}
.p_for20s__box--rank::after {
  z-index: -2;
  left: calc(50% - 19px);
  border-width: 21px 19px 0 19px;
  border-top-color: rgba(84, 84, 88, 0.25);
}

.p_for20s__rank__ttl {
  text-align: justify;
}
.p_for20s__rank__ttl &gt; span {
  position: relative;
  z-index: 0;
  margin-left: 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p_for20s__rank__ttl .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdff83));
  background: linear-gradient(transparent 70%, #fdff83 70%);
}

.p_for20s__graph__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.p_for20s__graph__ttl &gt; span {
  color: #16becf;
}
.p_for20s__graph__ttl &gt; sup {
  font-size: 0.6em;
  font-weight: 500;
  vertical-align: 0;
}

.p_for20s__graph__note {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.p_for20s__box__txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}
.p_for20s__box__txt &gt; span {
  color: #16becf;
  font-weight: 700;
}

.p_for20s__box__note {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}

.p_for20s__box__sub {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}
.p_for20s__box__sub &gt; span {
  color: #16becf;
  font-weight: 700;
}

.p_for20s__sub-box {
  position: relative;
  z-index: 0;
  padding: 0 50px 30px;
  border: solid 1px #16becf;
  border-radius: 6px;
  background-color: rgba(22, 190, 207, 0.05);
}
.p_for20s__sub-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 50%;
  width: 480px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.p_for20s__sub-box__ttl {
  color: #16becf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.p_for20s__sub-box__ttl &gt; span {
  display: inline-block;
  margin-top: -0.8em;
  vertical-align: top;
}

.p_for20s__rank-wrap {
  margin-top: 60px;
}

.p_for20s__content01 {
  text-align: center;
}
.p_for20s__content02 .heading01 {
  margin-bottom: 70px;
}
.p_for20s__content02 .heading02 {
  margin-bottom: 32px;
  padding-top: 18px;
}

.p_for20s__content03 .heading {
  margin-bottom: 25px;
}
.p_for20s__content03 .graph {
  margin-bottom: 34px;
  text-align: center;
}
.p_for20s__content03 .txt01 {
  margin-bottom: 12px;
}

.p_for20s__content04 {
  margin-top: 50px;
}
.p_for20s__content04 .heading {
  margin-bottom: 36px;
}
.p_for20s__content04 .col {
  margin-bottom: 40px;
}
.p_for20s__content05 .txt {
  margin-bottom: 36px;
}

.p_for20s__content06 .txt01 {
  margin-bottom: 46px;
}
.p_for20s__content06 .txt02 {
  margin-bottom: 2px;
}
.p_for20s__content06 .txt03 {
  margin-bottom: 16px;
}
.p_for20s__content06 .heading {
  margin-bottom: 20px;
}
.p_for20s__content06 .graph {
  margin-bottom: 22px;
  text-align: center;
}

.p_photo-detail-category {
  margin-bottom: 12px;
}
.p_photo-detail-col &gt; * + * {
  position: relative;
}
.p_photo-detail-col &gt; * + *::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: url("../img/common/arrow_photo_detail.svg") no-repeat;
  background-size: contain;
}

.p_photo-detail-col__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: rgba(84, 84, 84, 0.25);
  font-size: 20px;
  letter-spacing: 0.05em;
}
.p_photo-detail-col__ttl.after {
  background-color: #16becf;
  color: #fff;
}

.p_photo-detail-slider {
  margin: 0 -16px;
  margin-bottom: 20px;
}
.p_photo-detail-slider .item {
  padding: 0 16px;
}
.p_photo-detail-slider .img {
  position: relative;
  z-index: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f7f7f7;
}
.p_photo-detail-slider .img &gt; img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.p_photo-detail-slider .txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}

.p_photo-detail-thumbnail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p_photo-detail-thumbnail &gt; li {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.p_photo-detail-thumbnail &gt; li.is-current::after,
.p_photo-detail-thumbnail &gt; li.is-current img {
  opacity: 1;
}
.p_photo-detail-thumbnail &gt; li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p_photo-detail-thumbnail &gt; li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 3px solid #16becf;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
}
.p_photo-detail-thumbnail &gt; li button {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_photo-detail-thumbnail &gt; li img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.75;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.p_photo-detail-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding: 30px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  border-radius: 6px;
  background-color: #f7f7f7;
}
.p_photo-detail-profile &gt; * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_photo-detail-profile .doctor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.p_photo-detail-profile .doctor::before {
  content: "";
  position: absolute;
  background-color: rgba(84, 84, 84, 0.25);
}
.p_photo-detail-profile h2 {
  margin-bottom: 4px;
  color: #16becf;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p_photo-detail-profile p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
.p_photo-detail-profile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.p_photo-detail-profile a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: solid 1px rgba(84, 84, 84, 0.25);
  border-radius: 50%;
  background-color: #fff;
}
.p_photo-detail-profile a.tiktok {
  padding-left: 4px;
}
.p_photo-detail-profile .photo {
  width: 190px;
}
.p_photo-detail-profile .photo &gt; img {
  border-radius: 6px;
}

.p_photo-detail-container + .p_photo-detail-container {
  margin-top: 60px;
}

.p_recruit-slogan {
  margin: -12px 0 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.p_recruit-slogan &gt; span {
  color: #16becf;
}

.p_recruit-list &gt; li {
  position: relative;
  z-index: 0;
}
.p_recruit-list &gt; li + li {
  margin-top: 30px;
}
.p_recruit-list .icon {
  position: absolute;
  z-index: -1;
  right: 34px;
  bottom: 0;
}
.p_recruit-list .ttl {
  letter-spacing: 0.05em;
}
.p_recruit-list .txt {
  font-size: 16px;
}

.p_recruit-bnr {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: 90px;
  padding: 32px 50px;
  border-radius: 6px;
  background: url("../img/recruit/bnr_bg.svg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
.p_recruit-bnr::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid 2px #fff;
  border-radius: 4px;
  pointer-events: none;
}
.p_recruit-bnr::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 80px;
  bottom: 0;
  width: 190px;
  height: 283px;
  background: url("../img/recruit/photo.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}

.p_recruit-bnr__ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: justify;
  display: block;
}

.p_recruit-bnr__txt {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  display: block;
}
.p_recruit-bnr__txt &gt; span {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.p_recruit-bnr__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 0 50px;
  border-radius: 25px;
  background-color: #e57914;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* -----------------------------------------------

-------------------------------------------------- */
.p_beautymenu-anchor-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p_beautymenu-anchor-item {
  background: url("../img/beautymenu/anchor-menu-btn-bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 6px;
  border: solid 1px rgba(84, 84, 88, 0.25);
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
.p_beautymenu-anchor-item.product {
  background-image: url("../img/beautymenu/anchor-product-btn-bg.jpg");
  background-size: cover;
}
.p_beautymenu-anchor-item__txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p_beautymenu-anchor-item__arrow {
  margin-left: 30px;
}
.p_beautymenu-anchor-item__arrow img {
  width: 35px;
}

.p_beautymenu-treatment-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p_beautymenu-product-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p_beautymenu-payment-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p_beautymenu-payment-box {
  position: relative;
  border-radius: 6px;
  border: solid 1px #16BECF;
  padding: 25px 50px 35px;
}
.p_beautymenu-payment-box:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(22, 190, 207, 0.05);
  position: absolute;
  border-radius: 6px;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p_beautymenu-payment-box__ttl {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_beautymenu-payment-box__ttl-txt {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
}
.p_beautymenu-payment-box__pay {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p_beautymenu-payment-box__desc {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p_beautymenu-payment-box__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.p_beautymenu-payment-box__list &gt; * {
  margin-right: 12px;
  margin-bottom: 12px;
}
.p_beautymenu-payment-box__list-item img {
  height: 40px;
}

.p_beautymenu-category-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.p_beautymenu-category-ttl__ttl {
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p_beautymenu-category-ttl__ttl .big {
  font-size: 25px;
  color: #16BECF;
}
.p_beautymenu-category-ttl__ttl .small {
  font-size: 22px;
  margin-left: 10px;
}
.p_beautymenu-category-ttl__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.p_beautymenu-category-detail-section {
  padding: 80px 0;
}

.p_beautymenu-category-detail-ttl {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.p_beautymenu-category-detail-ttl .big {
  font-size: 25px;
  color: #16BECF;
}
.p_beautymenu-category-detail-ttl .small {
  font-size: 22px;
  margin-left: 10px;
}

.p_beautymenu-category-detail-body-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.beauty-heading {
  height: 380px;
  position: relative;
}
.beauty-heading__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.beauty-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beauty-heading__ttl {
  font-weight: bold;
}
.beauty-heading__ttl-txt {
  font-size: 35px;
}
.beauty-heading__ttl-txt.small {
  font-size: 25px;
}
.beauty-heading__desc {
  margin-top: 10px;
  font-size: 14px;
}
.beauty-heading__bottom {
  margin-top: 20px;
}
.beauty-heading__price-desc {
  display: inline-block;
  background: #16BECF;
  color: #fff;
  border-radius: 70px;
  padding: 2px 20px;
  text-align: center;
  font-size: 13px;
}
.beauty-heading__price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.beauty-heading__price-main {
  color: #16BECF;
  font-size: 60px;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.beauty-heading__price-sub {
  color: #16BECF;
  margin-top: auto;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding-left: 6px;
}
.beauty-heading__price-sub .txt1 {
  font-size: 13px;
}
.beauty-heading__price-sub .txt2 {
  font-size: 23px;
  margin-bottom: 4px;
}
.p_beauty-detail-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_contact-section01 .c-lede {
  margin-bottom: 30px;
}

.p_contact-section02 {
  padding-bottom: 80px;
}

.p_contact-cap {
  margin-top: 20px;
}
.p_contact-cap &gt; span {
  font-weight: bold;
}

.p_contact-cap02 {
  margin-top: 15px;
}

.p_contact-list02-wrap {
  margin-top: 20px;
}

.p_contact-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_contact-list02 &gt; li {
  width: 33%;
}
.p_contact-list02__item {
  display: block;
  height: 100%;
}
.p_contact-list02__item &gt; img {
  width: 100%;
  height: 100%;
}

.p_contact-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #16BECF;
  text-align: center;
}

.p_concept-section {
  background: url("../img/home/home-concept01.jpg") no-repeat center;
  background-size: cover;
  padding: 20px;
}
.p_concept-section__inner {
  border: solid 2px #fff;
  border-radius: 6px;
  padding: 60px;
}
.p_concept-section02 {
  padding: 70px 0 80px;
}

.p_concept-txt {
  text-align: center;
  color: #fff;
  line-height: 2.4;
}
.p_concept-txt + .p_concept-txt {
  margin-top: 1.25em;
}
.p_concept-txt__strong {
  font-weight: bold;
  color: #FDFF83;
  font-size: 24px;
}
.p_concept-txt__line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #E57914));
  background: linear-gradient(transparent 65%, #E57914 65%);
}

.p_concept-list &gt; li {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: solid 2px #52B9B7;
  border-radius: 6px;
}
.p_concept-list &gt; li:before {
  display: block;
  content: "";
  width: 36px;
  height: 24px;
  border-top: 24px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: calc(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.p_concept-list &gt; li:after {
  display: block;
  content: "";
  width: 36px;
  height: 24px;
  border-top: 24px solid #52B9B7;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.p_concept-list &gt; li:last-child::before, .p_concept-list &gt; li:last-child::after {
  display: none;
}
.p_concept-list &gt; li + li {
  margin-top: 45px;
}
.p_concept-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_concept-list__img {
  width: 400px;
}
.p_concept-list__img &gt; img {
  border-radius: 6px;
  width: 100%;
}
.p_concept-list__ttl {
  color: #52B9B7;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.p_concept-list__cap {
  font-size: 14px;
  margin-top: 5px;
}
.p_concept-list__cap &gt; span.small {
  font-size: 12px;
}
.p_concept-list__link {
  color: #E57914;
  text-decoration: underline;
}
.p_concept-box__img &gt; img {
  border-radius: 6px;
}
.p_concept-box__ttl {
  color: #52B9B7;
  font-size: 20px;
  font-weight: bold;
}
.p_concept-box__ttl &gt; span {
  font-size: 16px;
}
.p_concept-box__btn {
  margin-top: 20px;
}

.p_concept-table {
  margin-top: 8px;
}
.p_concept-table th {
  word-break: keep-all;
  vertical-align: top;
  font-weight: bold;
}
.p_concept-table td &gt; span {
  font-size: 14px;
}

.p_clinic-section {
  padding: 80px 0;
}
.p_clinic-list__img {
  width: 100%;
  height: 220px;
}
.p_clinic-list__img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.p_clinic-list__ttl {
  color: #52B9B7;
  font-weight: bold;
  margin-top: 12px;
}
.p_clinic-list__cap {
  margin-top: 5px;
  font-size: 14px;
}
.p_underage-list &gt; li + li {
  margin-top: 60px;
}
.p_underage-list__img &gt; img {
  border-radius: 6px;
}
.p_underage-list__txt {
  font-size: 14px;
}

.p_underage-section {
  margin-top: 60px;
}

/* -----------------------------------------------

-------------------------------------------------- */
.p_price-menu-box {
  margin-top: 40px;
}
.p_price-menu-box__ttl {
  margin-bottom: 20px;
}
.p_price-menu-box__cont {
  padding-left: 30px;
}
.p_price-menu-box__cont.ptn01 {
  padding-left: 0;
}
.p_price-menu-box__item + .p_price-menu-box__item {
  margin-top: 20px;
}
.p_price-menu-box__caption {
  margin-bottom: 30px;
  font-size: 16px;
}
.p_price-menu-box__btn {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .calendar-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calendar-block &gt; * {
    width: calc((100% - 30px) / 2);
  }
  .outer-block {
    min-width: 1240px;
  }
  .inner-block {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    max-width: 1200px;
    background: #fff;
    border-radius: 60px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .header-logo-box .logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-logo-box .logo:hover {
    opacity: 0.7;
  }
  .header-nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav-list &gt; li + li {
    margin-left: 20px;
  }
  .header-nav-list &gt; li:hover &gt; .header-nav-list__link::before {
    width: 100%;
  }
  .header-nav-list &gt; li &gt; a::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #16BECF;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header-nav-list a {
    padding: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    white-space: nowrap;
  }
  .header-nav-list a:hover {
    color: #16BECF;
  }
  .header-btn-box {
    margin-left: 30px;
  }
  .header-megaMenu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    padding: 50px 20px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-megaMenu__box {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
  }
  .header-megaMenu__ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(84, 84, 84, 0.25);
    font-weight: bold;
  }
  .header-megaMenu__link {
    font-size: 18px !important;
  }
  .header-megaMenu-list {
    margin-left: -50px;
  }
  .header-megaMenu-list &gt; li {
    margin-left: 50px;
    margin-top: 15px;
  }
  .header-megaMenu-list__item::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .footer-cont__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .footer-logo:hover {
    opacity: 0.7;
  }
  .footer-copyright {
    margin-left: 30px;
  }
  .c-footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer-list &gt; li {
    width: calc((100% - 30px * 3)/4);
  }
  .c-footer-list &gt; li + li {
    margin-left: 30px;
  }
  .c-footer-list__box + .c-footer-list__box {
    margin-top: 20px;
  }
  .c-side__link {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-side__link:hover {
    opacity: 0.7;
  }
  .c-link01.pc-none {
    color: #545454;
    text-decoration: none;
    cursor: inherit;
  }
  .c-sns-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-sns-list02 &gt; li {
    min-height: 75px;
    width: calc((100% - 40px) / 3);
  }
  .c-sns-list02 &gt; li + li {
    margin-left: 20px;
  }
  .c-sns-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-sns-btn:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .c-sns-btn.instagram .c-sns-btn__dec-txt {
    top: -14px;
  }
  .c-btn01 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01:hover {
    color: #E57914;
    background: #fff;
    border: solid 1px #E57914;
  }
  .c-btn02 {
    width: 410px;
  }
  .c-btn02 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-btn03 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn03:hover {
    color: #E57914;
    background-color: #fff;
  }
  .c-btn04 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn04:hover {
    background-color: #E57914;
    color: #fff;
  }
  .c-btn04:hover::before {
    margin-right: -5px;
  }
  .c-btn04.ptn02 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-btn05::before {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto 0;
    background: url(../img/common/icon-arrow-or.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .c-btn05__img {
    width: 100px;
    min-height: 59px;
  }
  .c-btn05__txt {
    width: calc(100% - 100px);
  }
  .c-menu-first-list {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-menu-cat-list {
    margin-right: -14px;
    margin-bottom: -14px;
  }
  .c-menu-cat-list &gt; li {
    width: calc((100% - (14px * 6)) / 6);
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .c-menu-cat-list__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-menu-cat-list__item:hover {
    opacity: 0.7;
  }
  .c-menu-cat-list__item:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-menu-list__ttl-box {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-menu-list__ttl-box:hover {
    opacity: 0.7;
  }
  .c-price-list.two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-price-list.three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .c-modal01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-modal01__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-modal-reserve__line-add {
    display: none;
  }
  .c-btn-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .c-btn-list02 &gt; li {
    width: calc((100% - 30px * 2)/3);
  }
  .js-slider .slick-slide, .js-slider02 .slick-slide {
    margin: 0 15px;
  }
  .js-slider .slick-arrow, .js-slider02 .slick-arrow {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .js-slider .slick-prev:hover, .js-slider02 .slick-prev:hover {
    -webkit-transform: translateX(-10px) rotate(90deg);
            transform: translateX(-10px) rotate(90deg);
  }
  .js-slider .slick-next:hover, .js-slider02 .slick-next:hover {
    -webkit-transform: translateX(10px) rotate(-90deg);
            transform: translateX(10px) rotate(-90deg);
  }
  .js-slider03 .slick-slide {
    margin: 0 15px;
  }
  .c-slider03-arrows .slick-arrow {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-slider03-arrows .slick-arrow:hover {
    opacity: 0.7;
  }
  .c-pc-no-pointer {
    pointer-events: none;
  }
  .c-not-found__btn &gt; * {
    width: 300px;
  }
  .c-author-box01__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-author-box01__human {
    width: 40%;
    padding-right: 14px;
  }
  .c-author-box01__right {
    width: 60%;
    padding-left: 24px;
    padding-top: 10px;
  }
  .c-sns-list03 a {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .c-sns-list03 a:hover {
    background-color: transparent;
  }
  .paging-area &gt; * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area &gt; *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #pagetop:hover a {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .c-bread__list a:hover {
    text-decoration: none;
  }
  .c-cta02__txt {
    text-align: center;
  }
  .c-ttl.mb {
    margin-bottom: 30px;
  }
  .c-ttl.mb02 {
    margin-bottom: 20px;
  }
  .c-txt a:not([href^="tel:"]):hover {
    text-decoration: none;
  }
  .c-list02.pat01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .c-list02.pat01 &gt; li {
    width: calc((100% - 30px)/2);
  }
  .c-list03-wrap {
    width: calc(100% - 340px);
  }
  .c-list03__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-list03__item::before {
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    background: url(../img/common/icon-arrow-or.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: auto;
  }
  .c-list03__item:hover {
    background-color: #f7f7f7;
  }
  .c-list03__head {
    width: calc(170px);
  }
  .c-list03__ttl {
    width: calc(100% - 170px);
    padding-left: 15px;
  }
  .c-lede02 {
    text-align: center;
  }
  .c-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-column__main {
    width: 860px;
  }
  .c-column__side {
    width: 290px;
  }
  .c-column__ttl {
    margin-bottom: 30px;
  }
  .c-article .two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-article .two-col__left {
    width: 62%;
    padding-right: 3%;
  }
  .c-article .two-col__right {
    width: 38%;
  }
  .c-article table th {
    min-width: 150px;
  }
  .c-archive {
    border-top: 1px solid rgba(84, 84, 84, 0.25);
  }
  .c-archive &gt; li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.25);
  }
  .c-archive__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .c-archive__link[href]:hover {
    background-color: #f7f7f7;
  }
  .c-archive__link[href]:hover .c-archive__img &gt; img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-archive__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 300px;
    height: 100%;
  }
  .c-archive__img &gt; img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-archive-detail__share__link {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .c-archive-detail__share__link:hover {
    background-color: #f7f7f7;
  }
  .c-archive-detail-share__link {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-archive-detail-share__link:hover {
    opacity: 0.7;
  }
  #toc_container .toc_list a:hover {
    text-decoration: underline;
  }
  .c-archive02 {
    margin-left: -20px;
    margin-top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-archive02 &gt; li {
    width: calc((100% - 20px * 3)/3);
    margin-left: 20px;
    margin-top: 20px;
  }
  .c-archive03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .c-archive03 &gt; li {
    width: calc((100% - 30px * 3)/4);
  }
  .c-archive03__link {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .c-archive03__link:hover {
    background-color: #f7f7f7;
  }
  .c-archive03__link:hover .c-archive03__img &gt; img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-archive03__body {
    padding: 24px 0 0 0;
  }
  .c-archive03__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-archive03__img &gt; img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-paging-area &gt; a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-paging-area &gt; a:hover {
    opacity: 0.7;
  }
  .c-cat-list__link {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-cat-list__link:hover {
    opacity: 0.7;
  }
  .p_home-info-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /*ファスト処方バナーここから*/
  .p_home-info-cont02 {
    display: flex;
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:30px;
  }
  .p_home-info-cont02 p:nth-child(2){
    margin-top: 0;
    margin-left: 20px;
  }
  .p_home-info-cont02 a{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p_home-info-cont02 a:hover{
    opacity: 0.7;
  }
  .p_home-info-cont02 a img{
    width:438px;
  }
  /*ファスト処方バナーここまで*/
  .p_home-info-cont__ttl {
    width: 350px;
    padding-left: 20px;
  }
  .p_home-info-sns__cont {
    padding: 35px 150px 30px;
  }
  .p_home-feature-list {
    margin-left: -20px;
  }
  .p_home-feature-list &gt; li {
    width: calc((100% - 20px * 4) / 4);
    margin-left: 20px;
  }
  .p_home-first-section-box {
    padding: 0 150px;
  }
/*ファスト処方ここから*/
.p_home-feature-list02 {
  margin-left: -20px;
}
.p_home-feature-list02 &gt; li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
}
/*ファスト処方ここまで*/
  .p_home-reservation-add-btn {
    width: 140px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .p_home-reservation-list__item.pat01 {
    padding: 35px 50px 30px 50px;
  }
  .p_home-reservation-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-reservation-list02 &gt; li {
    width: calc((100% - 88px) / 3);
  }
  .p_home-reservation-list02 &gt; li + li {
    margin-left: 44px;
  }
  .p_home-reservation-list02__item {
    min-height: 270px;
  }
  .p_home-reservation-list02__img.pat-small {
    text-align: center;
  }
  .p_home-reservation-list02__img.pat-small &gt; img {
    width: 180px;
  }
  .p_home-reservation-item__img img {
    width: 420px;
  }
  .p_home-reservation-item__cap {
    text-align: center;
  }
  .p_home-access-cont__cont-box {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 10%;
  }
  .p_home-access-cont__img {
    width: 60%;
  }
  .p_home-introduction-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-introduction-cont__img {
    width: 50%;
  }
  .p_home-introduction-cont__cont {
    width: 50%;
    padding-left: 4%;
  }
  .p_home-btn-wrap {
    margin-top: 30px;
  }
  .p_home-flx-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-ttl-box {
    width: 340px;
  }
  .p_home-photo-section::before, .p_home-photo-section::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 209px;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(89.71%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 89.71%);
    z-index: 2;
  }
  .p_for20s__about__box {
    padding-left: 86px;
  }
  .p_for20s__about__box__inner {
    width: 910px;
    margin: 0 auto;
  }
  .p_for20s__advise__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_for20s__advise__heading::before, .p_for20s__advise__heading::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    margin-bottom: 44px;
    background-color: currentColor;
  }
  .p_for20s__advise__heading &gt; .inner {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 20px;
  }
  .p_for20s__rank__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_for20s__rank__ttl &gt; img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p_for20s__box__txt.center {
    text-align: center;
  }
  .p_for20s__box__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_for20s__box__note &gt; .mark {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 3px;
  }
  .p_for20s__box__sub.center {
    text-align: center;
  }
  .p_for20s__content01 {
    padding: 8px 0;
  }
  .p_for20s__content02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 65px;
  }
  .p_for20s__content04 .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 50px;
  }
  .p_for20s__content05 {
    padding-bottom: 8px;
  }
  .p_for20s__content05 .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 80px;
  }
  .p_for20s__detail {
    max-width: 860px;
    margin: 60px auto 0;
  }
  .p_photo-detail-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 40px;
  }
  .p_photo-detail-col &gt; * {
    width: calc((100% - 80px) / 2);
  }
  .p_photo-detail-col &gt; * + *::before {
    top: 228px;
    left: -56px;
  }
  .p_photo-detail-profile &gt; * {
    padding-bottom: 30px;
  }
  .p_photo-detail-profile .doctor::before {
    top: 0;
    bottom: 0;
    left: -20px;
    width: 1px;
  }
  .p_photo-detail-profile a {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .p_photo-detail-profile a:hover {
    background-color: transparent;
  }
  .p_photo-detail-profile .photo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p_recruit-section &gt; .inner-block {
    width: 1040px;
  }
  .p_recruit-list .ttl {
    font-size: 24px;
  }
  .p_recruit-list a {
    padding-right: 56px;
    padding-left: 56px;
  }
  .p_recruit-bnr {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_recruit-bnr:hover {
    opacity: 0.7;
  }
  .p_beautymenu-anchor-section__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_beautymenu-anchor-section__list &gt; * {
    width: calc((100% - 20px) / 2 );
  }
  .p_beautymenu-anchor-section__list &gt; * + * {
    margin-left: 20px;
  }
  .p_beautymenu-anchor-item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p_beautymenu-anchor-item:hover {
    opacity: 0.8;
  }
  .p_beautymenu-category-ttl__ttl {
    width: calc(100% - 130px);
  }
  .p_beautymenu-category-ttl__icon {
    width: 130px;
  }
  .p_beautymenu-category-detail-body-btn &gt; * {
    width: 440px;
  }
  .beauty-heading__content {
    padding-top: 125px;
  }
  .beauty-heading__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .beauty-heading__list {
    margin-right: 40px;
  }
  .p_beauty-detail-cat-list {
    grid-template-columns: repeat(3, 1fr);
  }
/*------------------------------------------
美容メニュー/物販メニュー一覧ページ用ここから
------------------------------------------*/
.unapproved_list table{
  border-collapse:collapse;
  border:1px solid;
  font-size:10px;
}
.unapproved_list th,.unapproved_list td{
  padding:5px;
  border: 1px solid rgba(84, 84, 88, 0.25);;
}
.unapproved_list th{
  background-color: #16BECF;
  color: #fff;
  width: 30%;
}
/*------------------------------------------
美容メニュー/物販メニュー一覧ページ用ここまで
------------------------------------------*/
/*------------------------------------------
美容メニュー/物販メニュー詳細ページ用ここから
------------------------------------------*/
.beautymenu_table_4Column th{
    background: #16BECF;
    color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;  
    width:10%;
}
.beautymenu_table_4Column .center{
    text-align: center; 
}
.beautymenu_table_4Column td{
    width:30%;
    vertical-align: top;
}
.beautymenu_table_4Column td img{
    width:50%;
    margin: 20px auto 0;
    display: block;
}
.beautymenu_table_4Column td .beautymenu_table_img{
    padding-top:75px;
}
/*------------------------------------------
美容メニュー/物販メニュー詳細ページ用ここまで
------------------------------------------*/

  .p_beauty-detail-btn-block &gt; * {
    width: 400px;
  }
  .p_contact-cap02 {
    text-align: center;
  }
  .p_contact-list02-wrap {
    padding: 0 260px;
  }
  .p_concept-list &gt; li {
    min-height: 285px;
  }
  .p_concept-list__box {
    padding-left: 30px;
    width: calc(100% - 400px);
  }
  .p_concept-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p_concept-box__img {
    width: 50%;
  }
  .p_concept-box__box {
    width: 50%;
    padding: 10px 0 10px 30px;
  }
  .p_clinic-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 35px 30px;
  }
  .p_clinic-list &gt; li {
    width: calc((100% - 30px * 2)/3);
  }
  .p_underage-list__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_underage-list__img {
    width: 400px;
  }
  .p_underage-list__txt {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .calendar-block &gt; * + * {
    margin-top: 20px;
  }
  main {
    margin-top: 56px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 20px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-header {
    top: 0;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid rgba(84, 84, 88, 0.25);
  }
  .c-header__inner {
    padding: 0 20px;
  }
  .c-header.is-white {
    background: rgba(255, 255, 255, 0.8);
  }
  .header-logo-box {
    position: relative;
    z-index: 1000;
  }
  .header-logo-box img {
    height: 36px;
  }
  .header-nav-box {
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #F7F7F7;
    padding: 0 0 90px;
    margin-top: 56px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .header-nav-box.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-list {
    padding: 30px 20px 0;
    background-color: #F7F7F7;
  }
  .header-nav-list a {
    display: block;
    font-size: 16px;
    padding: 8px 20px;
    position: relative;
  }
  .header-nav-list__link {
    border-bottom: 1px solid rgba(84, 84, 88, 0.25);
    padding: 20px 20px 8px 5px !important;
    font-size: 14px !important;
    position: relative;
  }
  .header-nav-list__link::before {
    top: 0;
  }
  .header-nav-list__link.pat01::before {
    display: none;
  }
  .header-btn-box {
    margin-top: 30px;
  }
  .header-btn-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu-btn {
    position: relative;
    z-index: 1000;
  }
  .header-megaMenu-wrap {
    display: none;
  }
  .header-megaMenu {
    padding: 0;
  }
  .header-megaMenu__ttl {
    display: none;
  }
  .header-megaMenu-list &gt; li {
    width: 50%;
    margin-top: 15px;
  }
  .header-megaMenu-list__item::before {
    top: 6px;
  }
  .c-header-list03-wrap {
    padding: 0 20px;
  }
  .c-header-list03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-header-list03 &gt; li {
    display: block;
    width: 50%;
    margin-top: 20px;
  }
  .footer-copyright {
    text-align: center;
    padding: 4px 20px;
    font-size: 10px;
    color: #fff;
    background-color: #16BECF;
    font-size: 11px;
  }
  .footer-box01 {
    padding: 10px 0 60px;
  }
  .footer-box02 {
    padding: 17px 0;
  }
  .c-footer-list__item {
    padding: 20px 5px 8px 5px;
  }
  .c-footer-list__item::before {
    width: 14px;
    height: 14px;
    right: 9px;
  }
  .c-footer-list__item.pat01::before {
    display: none;
  }
  .js-footer-toggle-btn::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer-list02-wrap {
    display: none;
  }
  .c-footer-list03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer-list03 &gt; li {
    display: block;
    width: 50%;
    margin-top: 20px;
  }
  .c-side__ttl {
    font-size: 18px;
  }
  .c-side__link {
    padding: 10px 8px;
  }
  .c-common-title {
    margin-bottom: 30px;
  }
  .c-common-title__en {
    font-size: 12px;
  }
  .c-common-title__jp {
    font-size: 24px;
  }
  .c-common-title.left .c-common-title__en {
    text-align: center;
  }
  .c-common-title.left .c-common-title__jp {
    text-align: center;
  }
  .c-info-list__item {
    padding-left: 0;
    padding-right: 0;
  }
  .c-info-list__ttl {
    font-size: 14px;
  }
  .c-info-list__desc {
    font-size: 12px;
  }
  .c-sns-list02 &gt; li {
    height: 71px;
  }
  .c-sns-list02 &gt; li + li {
    margin-top: 15px;
  }
  .c-sns-btn__dec-txt {
    top: -6px;
    text-shadow: 1px 1px 0 #5AC463, -1px 1px 0 #5AC463, 1px -1px 0 #5AC463, -1px -1px 0 #5AC463;
  }
  .c-sns-btn.instagram .c-sns-btn__dec-txt {
    top: -13px;
    text-shadow: 1px 1px 0 #B804ED, -1px 1px 0 #B804ED, 1px -1px 0 #B804ED, -1px -1px 0 #B804ED;
  }
  .c-sns-btn.twitter .c-sns-btn__dec-txt {
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  }
  .c-btn01 {
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .c-btn02 {
    width: 100%;
  }
  .c-btn02__inner {
    height: 76px;
    line-height: 74px;
    font-size: 18px;
  }
  .c-btn03 {
    font-size: 14px;
    border-radius: 22px;
    min-width: 200px;
    padding: 14px 51px;
    font-size: 16px;
    border-radius: 100px;
  }
  .c-btn04 {
    padding: 19px 40px;
    font-size: 16px;
  }
  .c-btn04.ptn02 {
    padding: 12px 40px;
    font-size: 12px;
  }
  .c-btn04.ptn02::before {
    right: 10px;
  }
  .c-btn05__img {
    height: 55px;
  }
  .c-btn05__txt {
    padding: 5px 27px 5px 10px;
    font-size: 11px;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-btn05__txt::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background: url(../img/common/icon-arrow-or.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .c-menu-first-wrap {
    margin-bottom: 40px;
  }
  .c-menu-first__inner {
    padding: 20px;
  }
  .c-menu-first-list__item {
    padding: 10px;
  }
  .c-menu-first-list__ttl {
    font-size: 14px;
  }
  .c-menu-first-list__price {
    font-size: 14px;
  }
  .c-menu-first-list__price-small {
    font-size: 10px;
  }
  .c-menu-cat-list {
    margin-right: -9px;
    margin-bottom: -9px;
  }
  .c-menu-cat-list &gt; li {
    width: calc((100% - (9px * 2)) / 2);
    margin-right: 9px;
    margin-bottom: 9px;
  }
  .c-menu-cat-list__item {
    height: 50px;
  }
  .c-menu-cat-list__txt {
    font-size: 12px;
  }
  .c-menu-cat-list.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-menu-list &gt; li + li {
    margin-top: 16px;
  }
  .c-menu-list__ttl-box-btn {
    width: 18px;
    height: 18px;
    right: 12px;
  }
  .c-menu-list__ttl-box-img {
    width: 100px;
  }
  .c-menu-list__ttl-box-txt {
    width: calc(100% - 100px);
    padding: 10px 50px 10px 14px;
    font-size: 14px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-menu-list__cont-box {
    padding: 20px;
  }
  .c-menu-list__cap {
    font-size: 11px;
  }
  .c-price-list__item {
    padding: 10px 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-price-list__txt {
    font-size: 12px;
  }
  .c-price-list__price {
    font-size: 12px;
    margin-left: auto;
  }
  .c-price-list__price-small {
    font-size: 10px;
  }
  .c-ttl01__inner {
    font-size: 18px;
    padding: 0 50px;
  }
  .c-ttl01__inner:before, .c-ttl01__inner:after {
    width: 40px;
  }
  .c-ttl02 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .c-modal01 {
    padding: 60px 20px 20px;
  }
  .c-modal01__cont {
    padding: 20px;
  }
  .c-modal-reserve__cap {
    font-size: 12px;
  }
  .c-modal-reserve__txt01 {
    font-size: 12px;
  }
  .c-modal-reserve__caution-ttl {
    font-size: 14px;
  }
  .c-modal-reserve__caution-ttl:before {
    top: 2px;
  }
  .c-modal-reserve__caution-ttl-small {
    font-size: 11px;
  }
  .c-modal-reserve__caution-list &gt; li {
    font-size: 12px;
  }
  .c-modal-reserve__qr-code {
    display: none;
  }
  .c-accordion01__btn {
    right: 8px;
  }
  .c-tel-text {
    color: #16BECF;
    text-decoration: underline;
  }
  .c-point {
    font-size: 12px;
    width: 90px;
  }
  .c-point &gt; span {
    font-size: 18px;
  }
  .c-feature-title {
    font-size: 16px;
    padding: 0 8px;
  }
  .c-btn-list {
    gap: 9px 12px;
  }
  .c-btn-list &gt; li {
    width: calc((100% - 9px * 2)/2);
  }
  .c-btn-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn-list__item .c-btn05__txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-btn-list.three &gt; li {
    width: calc((100% - 9px * 2)/2);
  }
  .c-btn-list02 &gt; li + li {
    margin-top: 12px;
  }
  .js-slider, .js-slider02 {
    padding: 0 37px;
  }
  .js-slider .slick-arrow, .js-slider02 .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .js-slider .slick-prev, .js-slider02 .slick-prev {
    left: 10px;
  }
  .js-slider .slick-next, .js-slider02 .slick-next {
    right: 10px;
  }
  .js-slider03 .slick-slide {
    margin: 0 7px;
  }
  .js-slider04-wrap {
    margin-top: 10px;
    padding: 0 10px;
  }
  .c-slider03-arrows-wrap {
    margin-top: 15px;
  }
  .c-step .box {
    padding: 24px 12px;
  }
  .c-step .box .circle {
    width: 42px;
    height: 42px;
    left: -10px;
    top: -20px;
  }
  .c-step .box .circle::before {
    font-size: 18px;
  }
  .c-step .box .circle .en {
    font-size: 10px;
  }
  .c-step .box .title {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .c-step .box p {
    font-size: 13px;
  }
  .c-caution {
    padding: 10px;
  }
  .c-caution__ttl {
    font-size: 11px;
  }
  .c-caution__ttl &gt; span {
    font-size: 13px;
  }
  .c-caution-list__item {
    font-size: 12px;
  }
  .c-section {
    padding: 6px;
  }
  .c-section__box02 {
    padding: 18px 5px;
  }
  .c-section__ttl {
    margin-bottom: 11px;
    font-size: 25px;
  }
  .c-section__ttl &gt; span {
    font-size: 20px;
  }
  .c-section__cont {
    font-size: 14px;
  }
  .c-section__cont &gt; span {
    font-size: 17px;
  }
  .c-section__cont + .c-section__cont {
    margin-top: 6px;
  }
  .c-author-list-wrap {
    margin-top: 10px;
  }
  .c-author-box01__ttl {
    font-size: 18px;
  }
  .c-author-box01__human-img {
    width: 100px;
    height: 100px;
  }
  .c-author-box01__human-ttl {
    width: calc(100% - 100px);
  }
  .c-author-box01__right {
    margin-top: 20px;
  }
  .c-author-box01__right:before {
    display: none;
  }
  #pagetop {
    width: 50px;
    height: 50px;
    right: 12px;
    bottom: 16px;
  }
  .c-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 180px;
    padding-top: 0;
  }
  .c-heading &gt; img {
    opacity: 0.6;
  }
  .c-heading__en {
    font-size: 13px;
    text-align: center;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  }
  .c-heading__ja {
    font-size: 28px;
    text-align: center;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  }
  .c-bread + * {
    padding: 40px 0;
  }
  .c-bread__list &gt; li {
    font-size: 11px;
  }
  .c-cta__cap {
    font-size: 12px;
    text-align: left;
  }
  .c-cta02 {
    padding: 15px;
  }
  .c-cta02__ttl {
    font-size: 14px;
  }
  .c-cta02__txt {
    margin-top: 6px;
  }
  .c-cta02__btn-wrap {
    margin-top: 10px;
  }
  .c-ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .c-txt {
    font-size: 12px;
  }
  .c-txt a[href^="tel:"] {
    color: #16becf;
    text-decoration: underline;
  }
  .c-list02-wrap {
    margin-top: 30px;
  }
  .c-list02 &gt; li {
    padding: 12px;
  }
  .c-list02 &gt; li + li {
    margin-top: 10px;
  }
  .c-list02__ttl {
    font-size: 17px;
  }
  .c-list02__ttl02 {
    font-size: 15px;
  }
  .c-list02__btn-wrap {
    margin-top: 7px;
  }
  .c-list03__item {
    padding: 12px 10px;
    margin-top: -4px;
  }
  .c-list03__date {
    padding-top: 2px;
  }
  .c-list03__category {
    padding: 0 2px;
    margin-top: 4px;
  }
  .c-list03__ttl {
    width: 100%;
    font-size: 14px;
    margin-top: 7px;
  }
  .c-lede {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .c-lede02 {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .c-icon-list__item img {
    height: 60px;
  }
  .c-column__side {
    margin-top: 40px;
  }
  .c-article h2 {
    font-size: 18px;
  }
  .c-article h3 {
    font-size: 14px;
  }
  .c-article h4 {
    font-size: 14px;
  }
  .c-archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
  .c-archive.sp-one-column {
    display: block;
  }
  .c-archive.sp-one-column &gt; li + li {
    margin-top: 15px;
    padding-top: 30px;
    border-top: solid 1px rgba(84, 84, 88, 0.25);
  }
  .c-archive__body {
    padding: 6px 6px 0;
  }
  .c-archive__meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-archive__date {
    padding-top: 2px;
    font-size: 11px;
  }
  .c-archive__category {
    padding: 0 2px;
    font-size: 11px;
  }
  .c-archive__ttl {
    margin-bottom: 0;
    font-size: 12px;
  }
  .c-archive__ttl.big {
    font-size: 14px;
  }
  .c-archive__txt.ptn02 {
    -webkit-line-clamp: 8;
  }
  .c-archive-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px 0;
  }
  .c-archive-detail__heading .c-archive__date {
    font-size: 14px;
  }
  .c-archive-detail__contents h2 {
    font-size: 16px;
  }
  .c-archive-detail__contents h3 {
    font-size: 14px;
  }
  .c-archive-detail__ttl {
    font-size: 18px;
  }
  .c-archive-detail__share {
    gap: 0 8px;
  }
  .c-archive-detail-back {
    margin-top: 24px;
  }
  .c-archive-detail-related {
    margin-top: 40px;
  }
  .c-archive-detail-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
  .c-archive-detail-share__link {
    padding: 8px 12px;
  }
  .c-archive-detail-share__link &gt; .txt {
    font-size: 14px;
  }
  #toc_container {
    padding: 16px;
  }
  #toc_container .toc_title {
    font-size: 16px;
  }
  #toc_container .toc_list a {
    font-size: 12px;
  }
  #toc_container .toc_number {
    font-size: 14px;
  }
  .c-archive02 &gt; li {
    margin-top: 10px;
  }
  .c-archive02__box {
    margin-top: 12px;
  }
  .c-archive02-img {
    width: calc((100% - 36px)/2);
  }
  .c-archive02-img__ttl {
    margin-top: 6px;
  }
  .c-archive02-img__img {
    margin-top: 2px;
  }
  .c-archive03 &gt; li + li {
    margin-top: 25px;
  }
  .c-archive03__body {
    margin-top: 10px;
  }
  .c-archive03__date {
    font-size: 14px;
  }
  .c-archive03__category {
    padding: 3px 4px;
    font-size: 12px;
  }
  .c-archive03__ttl {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 5px;
  }
  .c-archive__list01 {
    margin-top: 12px;
  }
  .c-paging-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
    margin: 32px -12px 0;
  }
  .c-paging-area &gt; .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .c-paging-area &gt; .prev::before,
.c-paging-area &gt; .next::before {
    width: 7px;
    height: 11.2px;
  }
  .c-cat-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c-cat-list.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-cat-list__link {
    font-size: 12px;
  }
  .p_home-info-section {
    padding: 16px 0 20px;
  }
  .p_home-info-sns__ttl-txt {
    font-size: 20px;
  }
  .p_home-info-sns__cont {
    padding: 30px 20px 20px;
  }
  .p_home-feature-section {
    padding: 40px 0;
  }
  .p_home-feature-section .c-common-title {
    margin-bottom: 10px;
  }
  .p_home-feature-list-wrap {
    margin-top: 32px;
  }
  .p_home-feature-list {
    margin-left: -10px;
    margin-top: -25px;
  }
  .p_home-feature-list &gt; li {
    width: calc((100% - 10px * 2) / 2);
    margin-left: 10px;
  }
  .p_home-feature-list &gt; li {
    margin-top: 25px;
  }
/*ファスト処方ここから*/
.p_home-feature-list02 {
  margin-left: -10px;
  margin-top: -25px;
}
.p_home-feature-list02 &gt; li {
  width: calc((100% - 10px * 2) / 2);
  margin-left: 10px;
}
.p_home-feature-list02 &gt; li {
  margin-top: 25px;
}
.fast_product th{
  display: block;
  width:100%;
  border-bottom: none;
}
.fast_product td{
  display: block;
  width:100%;
}
/*ファスト処方ここまで*/

  .p_home-feature-list__item {
    padding: 30px 10px 20px;
  }
  .p_home-feature-list__icon {
    width: 80px;
    height: 80px;
    padding: 19px;
  }
  .p_home-feature-list__ttl {
    font-size: 13px;
  }
  .p_home-feature-list__desc {
    font-size: 12px;
  }
  .p_home-menu-section {
    padding: 40px 0;
  }
  .p_home-menu-section .c-common-title {
    margin-bottom: 15px;
  }
  .p_home-product-section {
    padding: 40px 0;
  }
  .p_home-product-section .c-common-title {
    margin-bottom: 15px;
  }
  .p_home-first-section {
    padding: 30px 0;
  }
  .p_home-first-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p_home-reservation-section {
    padding: 40px 0;
  }
  .p_home-reservation-caption {
    font-size: 12px;
    text-align: left;
  }
  .p_home-reservation-ttl {
    margin-top: 20px;
  }
  .p_home-reservation-list__caption {
    font-size: 13px;
  }
  .p_home-reservation-add-btn {
    width: 120px;
    margin: 6px;
  }
  .p_home-reservation-list__item {
    padding: 30px 20px;
    margin-top: 30px;
  }
  .p_home-reservation-list__item + .p_home-reservation-list__item {
    margin-top: 30px;
  }
  .p_home-reservation-list__ttl-box {
    left: -10px;
  }
  .p_home-reservation-list__ttl-num {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }
  .p_home-reservation-list__ttl-txt {
    font-size: 14px;
    padding: 5px 14px 5px 24px;
    height: 34px;
  }
  .p_home-reservation-list02 &gt; li + li {
    margin-top: 30px;
  }
  .p_home-reservation-list02 &gt; li:before {
    left: 0;
    right: 0;
    bottom: auto;
    width: 22px;
    height: 28px;
    border-top: 14px solid #F7F7F7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: calc(100% - 2px);
  }
  .p_home-reservation-list02 &gt; li:after {
    left: 0;
    right: 0;
    bottom: auto;
    width: 24px;
    height: 28px;
    border-top: 16px solid #16BECF;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    top: calc(100% - 2px);
  }
  .p_home-reservation-list02__ttl-num {
    font-size: 18px;
  }
  .p_home-reservation-arrow-box {
    margin: 15px 0;
  }
  .p_home-reservation-item {
    padding: 20px;
  }
  .p_home-cta01-section__cap {
    font-size: 12px;
    text-align: left;
  }
  .p_home-access-section {
    padding: 40px 0;
  }
  .p_home-access-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_home-access-cont__cont-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 14px;
    padding: 20px;
  }
  .p_home-access-cont__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_home-access-info-item__ttl {
    white-space: nowrap;
    font-size: 12px;
  }
  .p_home-access-info-item__cont {
    font-size: 12px;
  }
  .p_home-access-map {
    margin-top: 25px;
  }
  .p_home-access-map__inner {
    padding-top: 60%;
  }
  .p_home-introduction-section {
    padding: 40px 0 80px;
  }
  .p_home-introduction-cont__cont {
    margin-top: 16px;
  }
  .p_home-introduction-ttl-head {
    margin-top: 12px;
  }
  .p_home-introduction-ttl {
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .p_home-introduction-ttl__ttl {
    font-size: 18px;
    margin-top: 0;
  }
  .p_home-introduction-item01__cont {
    font-size: 12px;
  }
  .p_home-btn-wrap02 {
    margin-top: 25px;
  }
  .p_home-btn-wrap03 {
    margin-top: 15px;
  }
  .p_home-news-section,
.p_home-faq-section,
.p_home-column-section,
.p_home-calendar-section,
.p_home-photo-section {
    padding: 40px 0;
  }
  .p_home-slider-section {
    padding: 20px 0 27px;
  }
  .p_privacypolicy-section .container + .container {
    margin-top: 32px;
  }
  .p_privacypolicy-section .ttl {
    margin-bottom: 8px;
  }
  .p_privacypolicy-section .mb-2 {
    margin-bottom: 16px;
  }
  .p_privacypolicy-section .list-en span {
    margin-top: -0.3em;
  }
  .p_faq-cat-list {
    margin-bottom: 40px;
  }
  .p_faq-sub-list &gt; li + li {
    margin-top: 15px;
  }
  .p_faq-sub-list__item {
    padding: 12px 15px !important;
  }
  .p_faq-sub-list__item.ans &gt; .contents {
    font-size: 14px;
    padding: 2px 5px 0 8px;
  }
  .p_faq-sub-list__item &gt; .en {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .p_faq-sub-list__item &gt; .contents {
    padding: 2px 12px 0 8px;
    font-size: 14px;
  }
  .p_faq-sub-list__item &gt; .arrow {
    width: 16px;
    height: 16px;
  }
  .p_faq-back {
    margin-top: 20px;
  }
  .p_for20s__about__box__inner {
    padding: 12px 16px 12px 112px;
  }
  .p_for20s__about__box__inner::before {
    left: 16px;
    width: 82px;
    height: 102.5px;
  }
  .p_for20s__about__box__inner &gt; img {
    top: auto;
    bottom: 100%;
    left: 50%;
    width: 236.8px;
    margin-bottom: -16px;
    -webkit-transform: translateX(-50%) rotate(15deg);
            transform: translateX(-50%) rotate(15deg);
  }
  .p_for20s__about__box__list &gt; li {
    font-size: 12px;
  }
  .p_for20s__about__box__list &gt; li::before {
    width: 17.4px;
    height: 15.6px;
    margin-right: 6px;
  }
  .p_for20s__about__box__list &gt; li + li {
    margin-top: 8px;
  }
  .p_for20s__about__box__list &gt; li span::before {
    bottom: 1px;
    height: 4px;
  }
  .p_for20s__about__note {
    font-size: 10px;
  }
  .p_for20s__advise {
    padding: 40px 0;
  }
  .p_for20s__advise__heading {
    margin-bottom: 24px;
  }
  .p_for20s__advise__heading .ttl {
    font-size: 20px;
  }
  .p_for20s__advise__heading .txt {
    font-size: 12px;
  }
  .p_for20s__box {
    padding: 24px 16px;
  }
  .p_for20s__box .graph &gt; img {
    width: 100%;
  }
  .p_for20s__box--rank {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 16px;
    margin-bottom: 24px;
    padding: 16px;
  }
  .p_for20s__box--rank::before {
    left: calc(50% - (18px * 0.7));
    border-width: 14px 12.6px 0 12.6px;
  }
  .p_for20s__box--rank::after {
    left: calc(50% - (18px * 0.7 + 1px));
    border-width: 15px 13.6px 0 13.6px;
  }
  .p_for20s__rank__ttl &gt; img {
    width: 90px;
  }
  .p_for20s__rank__ttl &gt; span {
    display: block;
    margin: 8px 0 0 0;
    font-size: 16px;
  }
  .p_for20s__rank__txt {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100px;
  }
  .p_for20s__graph__ttl {
    font-size: 16px;
  }
  .p_for20s__graph__note {
    font-size: 10px;
  }
  .p_for20s__box__txt {
    font-size: 12px;
  }
  .p_for20s__box__note {
    font-size: 10px;
  }
  .p_for20s__box__note &gt; * {
    display: block;
  }
  .p_for20s__box__note &gt; .mark {
    margin-bottom: 2px;
  }
  .p_for20s__box__sub {
    font-size: 11px;
  }
  .p_for20s__sub-box {
    padding: 0 16px 16px;
  }
  .p_for20s__sub-box::before {
    width: 200px;
  }
  .p_for20s__sub-box__ttl {
    font-size: 14px;
  }
  .p_for20s__sub-box__ttl &gt; span {
    margin-top: -1.6em;
  }
  .p_for20s__rank-wrap {
    margin-top: 30px;
  }
  .p_for20s__content02 .heading01 {
    margin-bottom: 16px;
  }
  .p_for20s__content02 .heading02 {
    margin-bottom: 24px;
    padding-top: 32px;
  }
  .p_for20s__content03 .heading {
    margin-bottom: 16px;
  }
  .p_for20s__content03 .graph {
    margin-bottom: 32px;
  }
  .p_for20s__content04 {
    margin-top: 32px;
  }
  .p_for20s__content04 .heading {
    margin-bottom: 24px;
  }
  .p_for20s__content04 .col {
    margin-bottom: 32px;
  }
  .p_for20s__content04 .col &gt; * + * {
    margin-top: 32px;
  }
  .p_for20s__content05 .txt {
    margin-bottom: 24px;
  }
  .p_for20s__content05 .col &gt; * + * {
    margin-top: 32px;
  }
  .p_for20s__content06 .txt01 {
    margin-bottom: 40px;
  }
  .p_for20s__content06 .txt02 {
    margin-bottom: 8px;
  }
  .p_for20s__content06 .heading {
    margin-bottom: 24px;
  }
  .p_for20s__content06 .graph {
    margin-bottom: 24px;
  }
  .p_photo-detail-col {
    margin-bottom: 32px;
  }
  .p_photo-detail-col &gt; * + * {
    margin-top: 24px;
    padding-top: 48px;
  }
  .p_photo-detail-col &gt; * + *::before {
    top: 0;
    left: calc(50% - 36px * 0.7 / 2);
    width: 25.2px;
    height: 25.2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_photo-detail-col__ttl {
    font-size: 18px;
  }
  .p_photo-detail-slider {
    margin-bottom: 16px;
  }
  .p_photo-detail-slider .txt {
    margin-top: 16px;
    font-size: 12px;
  }
  .p_photo-detail-thumbnail {
    gap: 16px;
  }
  .p_photo-detail-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    padding: 16px;
  }
  .p_photo-detail-profile .doctor::before {
    top: -20px;
    right: 0;
    left: 0;
    height: 1px;
  }
  .p_photo-detail-profile h2 {
    font-size: 14px;
  }
  .p_photo-detail-profile p {
    font-size: 12px;
  }
  .p_photo-detail-profile .photo {
    width: 100%;
  }
  .p_photo-detail-profile .photo &gt; img {
    width: 100%;
  }
  .p_photo-detail-container + .p_photo-detail-container {
    margin-top: 40px;
  }
  .p_recruit-slogan {
    font-size: 24px;
  }
  .p_recruit-list &gt; li + li {
    margin-top: 24px;
  }
  .p_recruit-list .icon {
    right: 12px;
    width: 100px;
    opacity: 0.1;
  }
  .p_recruit-list .txt {
    font-size: 14px;
  }
  .p_recruit-bnr {
    margin-top: 40px;
    padding: 24px;
  }
  .p_recruit-bnr::after {
    right: 4px;
    width: 114px;
    height: 169.8px;
  }
  .p_recruit-bnr__ttl {
    font-size: 20px;
  }
  .p_recruit-bnr__txt {
    padding-right: 60px;
    font-size: 12px;
  }
  .p_recruit-bnr__txt &gt; span {
    font-size: 14px;
  }
  .p_recruit-bnr__btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 22px;
    font-size: 14px;
  }
  .p_beautymenu-anchor-section {
    padding: 40px 0;
  }
  .p_beautymenu-anchor-section__list &gt; * + * {
    margin-top: 20px;
  }
  .p_beautymenu-anchor-item {
    height: 70px;
    padding: 20px;
  }
  .p_beautymenu-anchor-item__txt {
    font-size: 16px;
  }
  .p_beautymenu-anchor-item__arrow {
    margin-left: 10px;
  }
  .p_beautymenu-anchor-item__arrow img {
    width: 24px;
  }
  .p_beautymenu-treatment-section {
    padding: 40px 0;
  }
  .p_beautymenu-product-section {
    padding: 40px 0;
  }
  .p_beautymenu-payment-section {
    padding: 40px 0;
  }
  .p_beautymenu-payment-box {
    padding: 20px 20px;
  }
  .p_beautymenu-payment-box__pay {
    font-size: 14px;
  }
  .p_beautymenu-payment-box__desc {
    font-size: 12px;
  }
  .p_beautymenu-payment-box__list-item img {
    height: 28px;
  }
  .p_beautymenu-category-ttl__ttl {
    width: calc(100% - 100px);
  }
  .p_beautymenu-category-ttl__ttl .big {
    font-size: 22px;
  }
  .p_beautymenu-category-ttl__ttl .small {
    font-size: 16px;
    margin-left: 0;
    display: block;
  }
  .p_beautymenu-category-ttl__icon {
    width: 100px;
    padding: 0 10px;
  }
  .p_beautymenu-category-detail-section {
    padding: 40px 0;
  }
  .p_beautymenu-category-detail-ttl {
    margin-bottom: 40px;
  }
  .p_beautymenu-category-detail-ttl .big {
    font-size: 22px;
  }
  .p_beautymenu-category-detail-ttl .small {
    font-size: 16px;
    margin-left: 0;
    display: block;
  }
/*------------------------------------------
美容メニュー/物販メニュー一覧ページ用ここから
------------------------------------------*/
.unapproved_list table{
  border-collapse:collapse;
  border:1px solid;
  font-size:10px;
}
.unapproved_list th,.unapproved_list td{
  padding:5px;
  border: 1px solid rgba(84, 84, 88, 0.25);;
}
.unapproved_list th{
  background-color: #16BECF;
  color: #fff;
  width: 30%;
}
/*------------------------------------------
美容メニュー/物販メニュー一覧ページ用ここまで
------------------------------------------*/


/*------------------------------------------
美容メニュー/物販メニュー詳細ページ用ここから
------------------------------------------*/
  .beautymenu_table_4Column td div{
    display: flex;
}
.beautymenu_table_4Column td img{
    width:30%;
    height: 100%;
}
/*------------------------------------------
美容メニュー/物販メニュー詳細ページ用ここまで
------------------------------------------*/

  .beauty-heading {
    height: auto;
    margin-bottom: 40px;
    min-height: 290px;
  }
  .beauty-heading__img img {
    opacity: 0.6;
  }
  .beauty-heading__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .beauty-heading__ttl-txt {
    font-size: 22px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  }
  .beauty-heading__ttl-txt.small {
    font-size: 18px;
  }
  .beauty-heading__desc {
    font-size: 12px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  }
  .beauty-heading__bottom {
    margin-top: 14px;
  }
  .beauty-heading__list {
    margin-bottom: 14px;
  }
  .beauty-heading__price-box {
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  }
  .p_contact-section01 .c-lede {
    margin-bottom: 15px;
  }
  .p_contact-section02 {
    padding-bottom: 40px;
  }
  .p_contact-section02 .c-ttl {
    text-align: center;
  }
  .p_contact-cap {
    margin-top: 10px;
    font-size: 13px;
  }
  .p_contact-cap02 {
    margin-top: 8px;
    font-size: 13px;
  }
  .p_contact-list02-wrap {
    margin-top: 10px;
  }
  .p_contact-ttl {
    font-size: 16px;
  }
  .p_concept-section {
    padding: 10px;
  }
  .p_concept-section .inner-block {
    padding-left: 0;
    padding-right: 0;
  }
  .p_concept-section__inner {
    padding: 30px 10px;
  }
  .p_concept-section02 {
    padding: 35px 0 40px;
  }
  .p_concept-txt {
    font-size: 14px;
  }
  .p_concept-txt + .p_concept-txt {
    margin-top: 0.6em;
  }
  .p_concept-txt__strong {
    font-size: 18px;
  }
  .p_concept-list &gt; li {
    padding: 15px;
  }
  .p_concept-list &gt; li + li {
    margin-top: 30px;
  }
  .p_concept-list__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    width: 100%;
  }
  .p_concept-list__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_concept-list__ttl {
    font-size: 16px;
    margin-top: 8px;
  }
  .p_concept-list__cap &gt; span.small {
    font-size: 11px;
  }
  .p_concept-list__cap {
    font-size: 12px;
    margin-top: 3px;
  }
  .p_concept-box__ttl {
    font-size: 16px;
  }
  .p_concept-box__ttl &gt; span {
    font-size: 14px;
  }
  .p_concept-box__box {
    margin-top: 10px;
  }
  .p_concept-box__btn {
    text-align: center;
    margin-top: 10px;
  }
  .p_concept-table th {
    font-size: 14px;
  }
  .p_home-feature-list.pat01 {
    margin: 0;
  }
  .p_home-feature-list.pat01 &gt; li {
    margin-left: 0;
    width: 100%;
  }
  /*ファスト処方ここから*/
  .p_home-feature-list02.pat01 {
    margin: 0;
  }
  .p_home-feature-list02.pat01 &gt; li {
    margin-left: 0;
    width: 100%;
  }
  /*ファスト処方ここまで*/
  .p_clinic-section {
    padding: 40px 0;
  }
  .p_clinic-list &gt; li + li {
    margin-top: 15px;
  }
  .p_clinic-list__img {
    height: 195px;
  }
  .p_clinic-list__ttl {
    margin-top: 6px;
    font-size: 14px;
  }
  .p_clinic-list__cap {
    font-size: 12px;
  }
  .p_underage-list &gt; li + li {
    margin-top: 30px;
  }
  .p_underage-list__txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .p_underage-section {
    margin-top: 30px;
  }
  .p_price-menu-box__cont {
    padding-left: 20px;
  }
  .p_price-menu-box__caption {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-btn-box {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .c-btn04 {
    font-size: 13px;
  }
  .c-btn04.ptn02 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */</pre></body></html>