@charset "UTF-8";
/* ===================================
Reset
=================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  line-height: 1.8;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
ttl
=================================== */
/* page_ttl
==============================　*/
.l-ttl_wrap {
  padding-top: 266px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-ttl_wrap {
    padding-top: 40vw;
  }
}
.l-ttl_wrap .c-page_ttl {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.l-ttl_wrap:before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background: #dbf6f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-ttl_wrap:before {
    height: calc(100% - 16vw);
  }
}
.l-ttl_wrap .c-ttl_en {
  display: block;
  color: #50b3b0;
  font-family: "Libre Bodoni", serif;
  font-size: 104px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-ttl_wrap .c-ttl_en {
    font-size: 16vw;
    margin-bottom: 8px;
  }
}
.l-ttl_wrap .c-ttl_ja {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-ttl_wrap .c-ttl_ja {
    font-size: 16px;
  }
}

/* ===================================
edit
=================================== */
.c-edit_wrap h2 {
  border-radius: 4px;
  background: #dbf6f1;
  padding: 8px;
  color: #50b3b0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-edit_wrap h2 {
    font-size: 22px;
  }
}
.c-edit_wrap h3 {
  width: 100%;
  color: #50b3b0;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .c-edit_wrap h3 {
    font-size: 18px;
  }
}
.c-edit_wrap h3:before {
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #50b3b0;
}
.c-edit_wrap .c-text.p-price {
  text-align: right;
  font-size: 14px;
}

/* price_list
==============================　*/
.c-price_list .c-row_wrap {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .c-price_list .c-row_wrap {
    font-size: 14px;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #badedd;
  }
}
.c-price_list .c-row_wrap > dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-price_list .c-row_wrap > dt {
    font-size: 16px;
  }
}
.c-price_list .c-row_wrap > dt .c-sub {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #50b3b0;
}
.c-price_list .c-row_wrap > dd {
  width: 100%;
}
.c-price_list .c-in_wrap {
  display: flex;
  align-items: flex-start;
}
.c-price_list .c-in_wrap > * {
  text-align: right;
}
.c-price_list .c-in_wrap .c-text {
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-price_list .c-in_wrap .c-text {
    text-align: left;
    font-size: 14px;
  }
}
.c-price_list .c-in_wrap .c-price {
  width: 30%;
}
.c-price_list .c-in_wrap + .c-in_wrap {
  margin-top: 6px;
}

/* c-post_list
==============================　*/
.c-post_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
}
@media screen and (max-width: 1024px) {
  .c-post_list {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-post_list {
    gap: 40px 20px;
  }
}
.c-post_list .c-item {
  width: calc((100% - 144px) / 4);
}
@media screen and (max-width: 1024px) {
  .c-post_list .c-item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-post_list .c-item {
    width: calc((100% - 20px) / 2);
  }
}
.c-post_list a {
  display: block;
}
@media (hover: hover) {
  .c-post_list a {
    transition: 0.5s;
  }
  .c-post_list a:hover {
    opacity: 0.5;
  }
}
.c-post_list .c-thumb {
  border-radius: 8px;
  overflow: hidden;
  /* aspect-ratio: 1200 / 630; */
    margin-top: 10px;
}
.c-post_list .c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post_list .c-ttl {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-post_list .c-date {
  font-size: 14px;
  margin-top: 16px;
  display: block;
}
.c-post_list .c-cat {
  margin-top: 10px;
}

.c-post_list.p-news {
  display: block;
}
.c-post_list.p-news li {
  width: 100%;
}
.c-post_list.p-news li + li {
  margin-top: 16px;
}
.c-post_list.p-news li a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #f1faf8;
  position: relative;
  padding: 24px 70px 24px 26px;
}
@media screen and (max-width: 600px) {
  .c-post_list.p-news li a {
    display: block;
    padding: 20px 60px 20px 20px;
  }
}
@media (hover: hover) {
  .c-post_list.p-news li a {
    transition: 0.5s;
  }
  .c-post_list.p-news li a:hover {
    opacity: 0.5;
  }
}
.c-post_list.p-news li a::before {
  content: "";
  background: url(../img/common/ico_arrow-bg.svg) no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  right: 24px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 600px) {
  .c-post_list.p-news li a::before {
    right: 14px;
  }
}
.c-post_list.p-news li .c-date {
  font-size: 14px;
  width: 100px;
  margin: 0 !important;
}
.c-post_list.p-news li .c-ttl {
  margin: 0;
  width: calc(100% - 100px);
  max-width: 820px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .c-post_list.p-news li .c-ttl {
    width: 100%;
  }
}

/* ===================================
common
=================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  text-align: justify;
  background: #fff;
  font-weight: 400;
}

.l-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}

.c-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.028em;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .sp-br {
    display: none;
  }
}

/* ===================================
header
=================================== */
.l-header {
  opacity: 1 !important;
  width: 100%;
}
.l-header:not(.p-fv) .l-head_inner {
  mix-blend-mode: exclusion;
}
.l-header:not(.p-fv) * {
  color: #fff !important;
  border-color: #fff !important;
}
.l-header:not(.p-fv) .c-menu .c-line {
  background: #fff !important;
}
.l-header:not(.p-fv) .c-ig .c-ico path,
.l-header:not(.p-fv) .l-logo path {
  fill: #fff !important;
}
.l-header .l-head_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 32px 40px 0;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .l-header .l-head_inner {
    padding: 0 15px 0;
    top: 25px;
  }
}
.l-header .c-text_label {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .c-text_label {
    display: block;
    background: #50b3b0;
    font-size: 14px;
    color: #fff;
    width: calc(100% + 30px);
    margin: 0 -15px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-logo {
    margin-top: 16px;
  }
}
.l-header .l-logo a {
  display: block;
}
@media (hover: hover) {
  .l-header .l-logo a {
    transition: 0.5s;
  }
  .l-header .l-logo a:hover {
    opacity: 0.5;
  }
}
.l-header .l-logo svg.p-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .l-logo svg.p-sp {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-logo svg.p-pc {
    display: none;
  }
}
.l-header .l-logo .c-text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .l-header .l-logo .c-text {
    display: none;
  }
}
.l-header .l-logo svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .l-header .l-logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-logo {
    max-width: 120px;
  }
}
.l-header .sns-area {
  display: block;
  width: fit-content;
  position: fixed;
  top: 52.5px;
  right: 120px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .l-header .sns-area {
    top: 53px;
    right: 95px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .sns-area {
    top: 39px;
    right: 85px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 359px) {
  .l-header .sns-area {
    right: 57px;
  }
}
.l-header .sns-area > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  padding: 9px 24px;
  border-radius: 22px;
  cursor: pointer;
}
@media (hover: hover) {
  .l-header .sns-area > a {
    transition: 0.5s;
  }
  .l-header .sns-area > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header .sns-area > a {
    padding: 9px 20px;
  }
}
.l-header .sns-area > a .c-text {
  line-height: 1.4;
  letter-spacing: 0;
}
.l-header .sns-area .sns-modal {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(219, 246, 241, 0.7);
    backdrop-filter: blur(3px);
  }
}
.l-header .sns-area .sns-modal .sns-modal_box {
  width: 200px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #333 !important;
  padding: 20px 8px;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box {
    width: 320px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px 8px;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .close-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .close-btn {
    display: block;
    width: fit-content;
    position: absolute;
    top: -41px;
    right: 0;
    cursor: pointer;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .ttl {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 12px;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .ttl {
    margin-bottom: 24px;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .doctor-sns {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd !important;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .doctor-sns {
    padding-bottom: 32px;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .official-sns {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .official-sns {
    padding-top: 32px;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .c-sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .c-sns_list {
    gap: 24px;
  }
}
.l-header .sns-area .sns-modal .sns-modal_box .c-sns_list li a {
  display: block;
}
@media (hover: hover) {
  .l-header .sns-area .sns-modal .sns-modal_box .c-sns_list li a {
    transition: 0.5s;
  }
  .l-header .sns-area .sns-modal .sns-modal_box .c-sns_list li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header .sns-area .sns-modal .sns-modal_box .c-sns_list li a img {
    width: 32px;
  }
}

.l-header_right {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .l-header_right {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_right {
    margin-top: -10px;
  }
}
.l-header_right .c-tel {
  color: #333;
  font-family: "Libre Bodoni", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-top: 5px;
}
.l-header_right .c-tel a {
  display: inline-block;
}
@media (hover: hover) {
  .l-header_right .c-tel a {
    transition: 0.5s;
  }
  .l-header_right .c-tel a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header_right .c-tel a {
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    padding: 6px;
    border-radius: 22px;
  }
  .l-header_right .c-tel a::before {
    content: "";
    background: url(../img/common/ico_tel-b.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_right .c-tel {
    display: none;
  }
}
.l-header_right .c-ig {
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig {
    margin-left: 12px;
  }
}
.l-header_right .c-ig > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  padding: 9px 24px;
  border-radius: 22px;
  cursor: pointer;
}
@media (hover: hover) {
  .l-header_right .c-ig > a {
    transition: 0.5s;
  }
  .l-header_right .c-ig > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig > a {
    padding: 9px 20px;
  }
}
.l-header_right .c-ig .c-ico {
  display: block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .c-ico {
    margin-right: 0;
  }
}
.l-header_right .c-ig .c-ico svg {
  display: block;
}
.l-header_right .c-ig .c-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}
.l-header_right .c-ig .sns-modal {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(219, 246, 241, 0.7);
    backdrop-filter: blur(3px);
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box {
  width: 200px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #333;
  padding: 20px 8px;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box {
    width: 320px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px 8px;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .close-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .close-btn {
    display: block;
    width: fit-content;
    position: absolute;
    top: -41px;
    right: 0;
    cursor: pointer;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .ttl {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .ttl {
    margin-bottom: 24px;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .doctor-sns {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .doctor-sns {
    padding-bottom: 32px;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .official-sns {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .official-sns {
    padding-top: 32px;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list {
    gap: 24px;
  }
}
.l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list li a {
  display: block;
}
@media (hover: hover) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list li a {
    transition: 0.5s;
  }
  .l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header_right .c-ig .sns-modal .sns-modal_box .c-sns_list li a img {
    width: 32px;
  }
}
.l-header_right .c-menu {
  width: 64px;
  height: 42px;
  position: relative;
  margin-left: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header_right .c-menu {
    width: 56px;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 359px) {
  .l-header_right .c-menu {
    width: 36px;
  }
}
.l-header_right .c-menu .c-line {
  background: #000;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.l-header_right .c-menu .c-line.p-01 {
  top: 7px;
}
.l-header_right .c-menu .c-line.p-02 {
  top: 15px;
}
.l-header_right .c-menu .c-line.p-03 {
  top: 23px;
}
.l-header_right .c-menu .c-menu_text {
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

/* fix */
.l-fix_btn {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 1000;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-fix_btn {
    bottom: env(safe-area-inset-bottom) !important;
    transition: 0.5s;
    width: 100%;
  }
}

.c-fix_list li.p-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fix_list {
    display: flex;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .c-fix_list li {
    width: 34%;
    height: 100px;
  }
  .c-fix_list li.p-tel {
    display: block;
  }
}
.c-fix_list li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-fix_list li + li {
    margin-top: 0;
  }
}
.c-fix_list a {
  width: 130px;
  height: 130px;
  border-radius: 50% 50% 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (hover: hover) {
  .c-fix_list a {
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list a {
    border-radius: 0;
  }
}
.c-fix_list a .c-in_wrap > span {
  display: block;
}
.c-fix_list .c-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-fix_list .c-text .nowrap {
  white-space: nowrap;
}
.c-fix_list .c-ico {
  display: block;
  margin: 4px auto;
  width: fit-content;
  height: fit-content;
}
.c-fix_list .c-ico svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .c-fix_list .c-ico svg path {
    transition: 0.5s;
  }
}
@media screen and (max-width: 420px) {
  .c-fix_list .c-ico {
    margin: 0 auto 3px;
  }
}
.c-fix_list .c-subtxt {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.c-fix_list .c-subtxt::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_subtxt_top.svg);
  background-size: cover;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 5px;
  z-index: 1;
  transition: transform 0.5s;
}
.c-fix_list .p-res a {
  background: #d96f6f;
  border: 1px solid #d96f6f;
}
@media (hover: hover) {
  .c-fix_list .p-res a:hover {
    background: #fff;
    color: #d96f6f;
  }
  .c-fix_list .p-res a:hover path {
    fill: #d96f6f;
  }
  .c-fix_list .p-res a:hover .c-text {
    color: #d96f6f;
  }
  .c-fix_list .p-res a:hover .c-subtxt::before {
    background-image: url(../img/common/ico_subtxt_top_gold.svg);
  }
}
.c-fix_list .p-web a {
  background: #50b3b0;
  border: 1px solid #f1faf8;
}
@media (hover: hover) {
  .c-fix_list .p-web a:hover {
    background: #fff;
    color: #50b3b0;
    border: 1px solid #50b3b0;
  }
  .c-fix_list .p-web a:hover path {
    fill: #50b3b0;
  }
  .c-fix_list .p-web a:hover .c-text {
    color: #50b3b0;
  }
  .c-fix_list .p-web a:hover .c-subtxt::before {
    background-image: url(../img/common/ico_subtxt_top_green.svg);
  }
}
.c-fix_list .p-line a {
  background: #06c755;
  border: 1px solid #06c755;
}
@media (hover: hover) {
  .c-fix_list .p-line a:hover {
    background: #fff;
    color: #06c755;
  }
  .c-fix_list .p-line a:hover path {
    fill: #06c755;
  }
  .c-fix_list .p-line a:hover .c-text {
    color: #06c755;
  }
}
.c-fix_list .p-line a .c-ico svg {
  width: 28px;
  height: 29px;
}
.c-fix_list .p-line.p-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fix_list .p-line.p-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list .p-line.p-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list a {
    display: flex;
    justify-content: center;
    padding: 12px 5px 7px;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .c-fix_list a {
    aspect-ratio: unset;
    padding: 12px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list .c-text {
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }
  .c-fix_list .c-text .p-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .c-fix_list .c-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list .c-ico {
    display: block;
  }
  .c-fix_list .c-ico svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .c-fix_list .c-ico svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list .c-subtxt {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 2px;
  }
  .c-fix_list .c-in_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .c-fix_list .c-in_wrap {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-fix_list .p-res a {
    background: #d96f6f;
  }
  .c-fix_list .p-web a {
    background: #50b3b0;
    border: 1px solid #50b3b0;
  }
  .c-fix_list .p-line a {
    background: #06c755;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
  .c-fix_list .p-line a img {
    width: 28px;
    height: 29px;
  }
  .c-fix_list .p-line a .c-ico {
    margin: 0;
    margin-inline: auto;
  }
  .c-fix_list .p-tel {
    display: block;
    background: #fff;
  }
  .c-fix_list .p-tel a {
    flex-direction: column;
    gap: 6px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
  .c-fix_list .p-tel a svg {
    width: 28px;
    height: 28px;
  }
}

/* .l-header_menu.
==============================　*/
body.js-menu_open {
  overflow: hidden;
}
body.js-menu_open .l-header_menu {
  z-index: 10000;
}
body.js-menu_open .l-header .c-menu .c-line.p-01 {
  top: 16px;
  transform: rotate(-20deg);
}
body.js-menu_open .l-header .c-menu .c-line.p-02 {
  opacity: 0;
}
body.js-menu_open .l-header .c-menu .c-line.p-03 {
  top: 16px;
  transform: rotate(20deg);
}

.l-header_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(219, 246, 241, 0.7);
  backdrop-filter: blur(12px);
  z-index: 100;
  display: none;
  top: 0;
}
.l-header_menu .c-menu {
  width: 64px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .l-header_menu .c-menu {
    width: 56px;
    height: 32px;
    position: absolute;
    top: 50px;
    right: 16px;
    z-index: 100;
  }
}
.l-header_menu .c-menu .c-line {
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header_menu .c-menu .c-line {
    background: #333;
  }
}
.l-header_menu .c-menu .c-line.p-01 {
  top: 16px;
  transform: rotate(-20deg);
}
.l-header_menu .c-menu .c-line.p-02 {
  top: 16px;
  transform: rotate(20deg);
}

.l-head_menu-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner {
    display: block;
    overflow: auto;
    height: 100%;
  }
}
.l-head_menu-inner .l-left {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .l-left {
    width: 100%;
    height: auto;
    padding: 60px 20px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .l-left .c-logo {
    display: none;
  }
}
.l-head_menu-inner .l-left .c-link_area {
  margin-top: 40px;
}
.l-head_menu-inner .l-left .c-tel a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (hover: hover) {
  .l-head_menu-inner .l-left .c-tel a {
    transition: 0.5s;
  }
  .l-head_menu-inner .l-left .c-tel a:hover {
    opacity: 0.5;
  }
}
.l-head_menu-inner .l-left .c-tel .c-num {
  color: #333;
  font-family: "Libre Bodoni", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}
.l-head_menu-inner .l-left .c-tel .c-text {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.l-head_menu-inner .l-left .c-center_wrap {
  width: 290px;
}
.l-head_menu-inner .l-left .c-center_wrap .c-logo a img {
  margin-inline: auto;
}
.l-head_menu-inner .l-left .c-reserve_list {
  margin-top: 18px;
}
.l-head_menu-inner .l-left .c-reserve_list a {
  padding: 8px 20px;
}
.l-head_menu-inner .l-left .c-reserve_list a .c-text .c-subtxt {
  font-size: 12px;
}
.l-head_menu-inner .l-left .c-reserve_list a .c-text .c-subtxt::before {
  width: 12px;
  height: 12px;
  top: 3px;
}
.l-head_menu-inner .l-left .c-reserve_list a .c-text .c-subtxt::after {
  width: 12px;
  height: 12px;
  top: 3px;
}
.l-head_menu-inner .l-left .c-reserve_list li + li {
  margin-top: 20px;
}
.l-head_menu-inner .l-left .c-reserve_list .p-line a {
  padding: 13px 20px;
}
.l-head_menu-inner .l-right {
  width: 62%;
  background: rgb(80, 179, 176);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .l-right {
    width: 100%;
    height: auto;
    padding: 80px 20px 35vw;
    min-height: 100vh;
  }
}
@media screen and (max-width: 600px) {
  .l-head_menu-inner .l-right {
    justify-content: flex-start;
  }
}
.l-head_menu-inner .l-right .c-link_area {
  height: auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .l-right .c-link_area {
    max-width: 350px;
    padding: 0;
  }
}
.l-head_menu-inner .l-right .c-sns_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .l-right .c-sns_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 70px;
    position: relative;
  }
  .l-head_menu-inner .l-right .c-sns_wrap + .c-sns_wrap {
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .l-head_menu-inner .l-right .c-sns_wrap .c-sns_list {
    background: rgb(80, 179, 176);
  }
  .l-head_menu-inner .l-right .c-sns_wrap .c-text {
    color: #fff;
    position: static;
    background: rgb(80, 179, 176);
  }
  .l-head_menu-inner .l-right .c-sns_wrap .c-text:before {
    width: calc(100% - 195px);
    left: 90px;
    background: #fff;
  }
}
.l-head_menu-inner .c-head_link {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .c-head_link {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .l-head_menu-inner .c-head_link {
    flex-flow: column;
    gap: 20px;
  }
}
.l-head_menu-inner .c-head_link li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 600px) {
  .l-head_menu-inner .c-head_link li {
    width: 100%;
  }
}
.l-head_menu-inner .c-head_link a {
  display: block;
  width: fit-content;
  color: #fff;
}
@media (hover: hover) {
  .l-head_menu-inner .c-head_link a {
    transition: 0.5s;
  }
  .l-head_menu-inner .c-head_link a:hover {
    opacity: 0.5;
  }
}
.l-head_menu-inner .c-head_link .p-en {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .c-head_link .p-en {
    font-size: 32px;
  }
}
.l-head_menu-inner .c-head_link .p-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .c-head_link .p-ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .l-head_menu-inner .c-head_link .p-ja {
    font-size: 20px;
  }
}
.l-head_menu-inner .c-sns_wrap {
  position: absolute;
  bottom: 82px;
  left: 32px;
  display: flex;
  align-items: center;
}
.l-head_menu-inner .c-sns_wrap + .c-sns_wrap {
  bottom: 32px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .l-head_menu-inner .c-sns_wrap {
    display: none;
  }
}
.l-head_menu-inner .c-sns_wrap .c-sns_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-head_menu-inner .c-sns_wrap .c-sns_list a {
  display: block;
}
@media (hover: hover) {
  .l-head_menu-inner .c-sns_wrap .c-sns_list a {
    transition: 0.5s;
  }
  .l-head_menu-inner .c-sns_wrap .c-sns_list a:hover {
    opacity: 0.5;
  }
}
.l-head_menu-inner .c-sns_wrap .c-text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Libre Bodoni", serif;
  position: relative;
  display: block;
  margin-left: 80px;
}
.l-head_menu-inner .c-sns_wrap .c-text:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: -66px;
  background: #333;
}

/* ===================================
footer
=================================== */
/* path area
==============================　*/
.l-path_list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: content-box;
  display: flex;
  font-size: 14px;
  color: #aaa;
  overflow: auto;
  word-break: keep-all;
  white-space: nowrap;
}
.l-path_list li + li {
  margin-left: 36px;
  position: relative;
}
.l-path_list li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #50b3b0;
  position: absolute;
  top: 10px;
  left: -18px;
}
.l-path_list a {
  display: inline-block;
  color: #50b3b0;
}
@media (hover: hover) {
  .l-path_list a {
    transition: 0.5s;
  }
  .l-path_list a:hover {
    opacity: 0.5;
  }
}

/* access
==============================　*/
.l-foot_access {
  border-top: 4px solid #50b3b0;
}
.l-foot_access .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 32px;
}
@media screen and (max-width: 767px) {
  .l-foot_access .l-inner {
    display: block;
    padding: 80px 16px;
  }
}
.l-foot_access .c-text_area {
  width: 274px;
}
@media screen and (max-width: 767px) {
  .l-foot_access .c-text_area {
    margin: 0 auto 56px;
  }
}
.l-foot_access .c-text_area .c-logo {
  display: block;
}
@media (hover: hover) {
  .l-foot_access .c-text_area .c-logo {
    transition: 0.5s;
  }
  .l-foot_access .c-text_area .c-logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_access .c-text_area .c-logo {
    max-width: 220px;
    margin: 0 auto;
  }
}
.l-foot_access .c-text_area .c-text {
  margin-top: 40px;
  line-height: 1.6;
}
.l-foot_access .c-sns_wrap {
  margin-top: 24px;
}
.l-foot_access .c-sns_wrap .c-sns_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.l-foot_access .c-sns_wrap .c-sns_box + .c-sns_box {
  margin-top: 10px;
}
.l-foot_access .c-sns_wrap .c-text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Libre Bodoni", serif;
}
.l-foot_access .c-sns_wrap .c-sns_list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-foot_access .c-sns_wrap a {
  display: block;
}
@media (hover: hover) {
  .l-foot_access .c-sns_wrap a {
    transition: 0.5s;
  }
  .l-foot_access .c-sns_wrap a:hover {
    opacity: 0.5;
  }
}
.l-foot_access .c-map_area {
  width: calc(100% - 300px);
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  .l-foot_access .c-map_area {
    width: 100%;
  }
}
.l-foot_access .c-map_area iframe {
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .l-foot_access .c-map_area iframe {
    height: 200px;
  }
}
.l-foot_access .c-map_area a {
  display: flex;
  margin: 0 0 0 auto;
  width: fit-content;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) {
  .l-foot_access .c-map_area a {
    transition: 0.5s;
  }
  .l-foot_access .c-map_area a:hover {
    opacity: 0.5;
  }
}
.l-foot_access .c-map_area a .c-ico {
  display: inline-block;
  margin-left: 5px;
}

/* reserve
==============================　*/
.l-foot_reserve {
  background: #50b3b0;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve {
    padding: 40px 0 80px;
  }
}
.l-foot_reserve .l-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve .l-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_reserve .l-inner {
    padding: 0 8px;
  }
}
.l-foot_reserve .l-foot_reserve_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 34px 40px;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve .l-foot_reserve_box {
    display: block;
    padding: 30px 12px 40px;
  }
}
.l-foot_reserve .c-ttl {
  font-family: "Libre Bodoni", serif;
  color: #52c5c1;
  font-size: 160px;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve .c-ttl {
    writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: -36px;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_reserve .c-ttl {
    font-size: 22vw;
    margin-bottom: -6vw;
  }
}
.l-foot_reserve .c-calendar {
  width: calc(100% - 370px);
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve .c-calendar {
    width: 100%;
  }
}
.l-foot_reserve .c-link_area {
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .l-foot_reserve .c-link_area {
    width: 330px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_reserve .c-link_area {
    width: 100%;
    max-width: 310px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_reserve .c-tel {
    width: fit-content;
    margin: 0 auto;
  }
}
.l-foot_reserve .c-tel a {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .l-foot_reserve .c-tel a {
    transition: 0.5s;
  }
  .l-foot_reserve .c-tel a:hover {
    opacity: 0.5;
  }
}
.l-foot_reserve .c-tel a .c-num {
  color: #afa14f;
  font-family: "Libre Bodoni", serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  display: block;
  margin: 0 0 -10px 7px;
}
.l-foot_reserve .c-tel .c-text {
  margin: 4px 0 0 26px;
  display: block;
}
.l-foot_reserve .c-reserve_list {
  margin-top: 16px;
}
.l-foot_reserve .c-reserve_list li + li {
  margin-top: 16px;
}

.c-reserve_list a {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 40px;
  padding: 12px 30px;
}
.c-reserve_list a .c-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.c-reserve_list a .c-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 140%;
}
.c-reserve_list a .c-ico {
  margin-right: 10px;
  flex-shrink: 0;
}
.c-reserve_list a .c-ico svg {
  display: block;
}
@media screen and (max-width: 359px) {
  .c-reserve_list a .c-ico {
    margin-right: 4px;
  }
}
.c-reserve_list a .c-subtxt {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-inline: auto;
  padding: 0 14px;
  position: relative;
}
.c-reserve_list a .c-subtxt::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_subtxt_left.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.c-reserve_list a .c-subtxt::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/ico_subtxt_right.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 2px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-reserve_list a .c-subtxt {
    font-size: 12px;
  }
  .c-reserve_list a .c-subtxt::before {
    width: 12px;
    height: 12px;
  }
  .c-reserve_list a .c-subtxt::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 359px) {
  .c-reserve_list a .c-subtxt {
    padding: 0 8px;
  }
  .c-reserve_list a .c-subtxt::before {
    left: -4px;
  }
  .c-reserve_list a .c-subtxt::after {
    right: -4px;
  }
}
@media screen and (max-width: 767px) {
  .c-reserve_list a {
    padding: 10px 20px;
  }
}
.c-reserve_list .p-res a {
  background: #d96f6f;
  border: 1px solid #d96f6f;
}
@media (hover: hover) {
  .c-reserve_list .p-res a {
    transition: 0.5s;
  }
  .c-reserve_list .p-res a .c-text {
    transition: 0.5s;
  }
  .c-reserve_list .p-res a .c-ico svg path {
    transition: 0.5s;
  }
  .c-reserve_list .p-res a:hover {
    background: #fff;
  }
  .c-reserve_list .p-res a:hover .c-text {
    color: #d96f6f;
  }
  .c-reserve_list .p-res a:hover .c-ico svg path {
    fill: #d96f6f;
  }
  .c-reserve_list .p-res a:hover .c-subtxt::before {
    background-image: url(../img/common/ico_subtxt_left_gold.svg);
  }
  .c-reserve_list .p-res a:hover .c-subtxt::after {
    background-image: url(../img/common/ico_subtxt_right_gold.svg);
  }
}
.c-reserve_list .p-web a {
  background: #50b3b0;
  border: 1px solid #50b3b0;
}
@media (hover: hover) {
  .c-reserve_list .p-web a {
    transition: 0.5s;
  }
  .c-reserve_list .p-web a .c-text {
    transition: 0.5s;
  }
  .c-reserve_list .p-web a .c-ico svg path {
    transition: 0.5s;
  }
  .c-reserve_list .p-web a:hover {
    background: #fff;
  }
  .c-reserve_list .p-web a:hover .c-text {
    color: #50b3b0;
  }
  .c-reserve_list .p-web a:hover .c-ico svg path {
    fill: #50b3b0;
  }
  .c-reserve_list .p-web a:hover .c-subtxt::before {
    background-image: url(../img/common/ico_subtxt_left_green.svg);
  }
  .c-reserve_list .p-web a:hover .c-subtxt::after {
    background-image: url(../img/common/ico_subtxt_right_green.svg);
  }
}
.c-reserve_list .p-line a {
  background: #06c755;
  border: 1px solid #06c755;
  transition: 0.5s;
  padding: 18px 30px;
}
@media (hover: hover) {
  .c-reserve_list .p-line a {
    transition: 0.5s;
  }
  .c-reserve_list .p-line a .c-text {
    transition: 0.5s;
  }
  .c-reserve_list .p-line a .c-ico svg path {
    transition: 0.5s;
  }
  .c-reserve_list .p-line a:hover {
    background: #fff;
  }
  .c-reserve_list .p-line a:hover .c-text {
    color: #06c755;
  }
  .c-reserve_list .p-line a:hover .c-ico svg path {
    fill: #06c755;
  }
}
@media screen and (max-width: 767px) {
  .c-reserve_list .p-line a {
    padding: 16px 20px;
  }
}

.c-calendar .simcal-align-right {
  display: none;
}
.c-calendar .simcal-default-calendar-grid > table tbody td {
  border: 1px solid #ddd !important;
  background: none !important;
}
.c-calendar .simcal-default-calendar-grid > table .simcal-day-number {
  background: none !important;
}
.c-calendar .simcal-current-year::after {
  content: "年";
}
.c-calendar .simcal-week-day {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-calendar .simcal-default-calendar .simcal-nav-button {
  width: 20px;
}
.c-calendar .simcal-prev-wrapper {
  text-align: left !important;
}
.c-calendar .simcal-next-wrapper {
  text-align: right !important;
}
.c-calendar .simcal-icon-left:before {
  content: "";
  width: 16px;
  height: 17px;
  background: url(../img/common/ico_calendar.svg) no-repeat;
  display: inline-block;
}
.c-calendar .simcal-icon-right:before {
  content: "";
  width: 16px;
  height: 17px;
  background: url(../img/common/ico_calendar.svg) no-repeat;
  display: inline-block;
  transform: rotate(-180deg);
}
.c-calendar button[disabled] {
  display: none;
}
.c-calendar .simcal-default-calendar-grid .simcal-day > div {
  text-align: right !important;
}
.c-calendar .simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
  margin-left: -5px;
}
.c-calendar .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
  margin-right: -5px;
}
.c-calendar .simcal-default-calendar .simcal-current h3 {
  margin: 0 0 6px;
}
.c-calendar .simcal-weekday-0,
.c-calendar .simcal-week-day-0 {
  color: #ff4f4f;
}
.c-calendar .simcal-weekday-6,
.c-calendar .simcal-week-day-6 {
  color: #396ae9;
}
.c-calendar .simcal-events {
  color: #333 !important;
  display: block !important;
}
.c-calendar .simcal-events span {
  text-decoration: underline;
  display: block !important;
}
.c-calendar .simcal-events-dots,
.c-calendar .simcal-event-details {
  display: none !important;
}

.simcal-event-bubble {
  display: none !important;
}

/* menu
==============================　*/
.l-foot_menu {
  position: relative;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .l-foot_menu {
    padding: 56px 16px;
  }
  .l-foot_menu .l-inner {
    padding: 0;
  }
}
.l-foot_menu .c-copy {
  font-size: 14px;
  position: absolute;
  top: calc(50% - 50px);
  left: 26px;
  transform: rotate(90deg);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .l-foot_menu .c-copy {
    position: relative;
    transform: rotate(0deg);
    top: auto;
    left: auto;
    text-align: center;
    margin-top: 56px;
  }
}

.c-foot_menulist {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-foot_menulist {
    display: block;
  }
}
.c-foot_menulist > dt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.16em;
  width: 120px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .c-foot_menulist > dt {
    border-right: 0;
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.c-foot_menulist > dd {
  width: calc(100% - 120px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-foot_menulist > dd {
    width: 100%;
    padding-left: 0;
  }
}
.c-foot_menulist .c-foot_catlist {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
.c-foot_menulist .c-foot_catlist dt {
  font-weight: bold;
}
.c-foot_menulist .c-foot_catlist dd {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-foot_menulist .c-foot_catlist dd {
    gap: 8px 0;
  }
}
.c-foot_menulist .c-foot_catlist dd a {
  display: inline-block;
}
@media (hover: hover) {
  .c-foot_menulist .c-foot_catlist dd a {
    transition: 0.5s;
  }
  .c-foot_menulist .c-foot_catlist dd a:hover {
    opacity: 0.5;
  }
}
.c-foot_menulist .c-foot_catlist dd a:after {
  content: "/";
  color: #ddd;
  margin: 0 4px;
}
.c-foot_menulist .c-foot_catlist dd a:nth-last-of-type(1):after {
  display: none;
}
.c-foot_menulist .c-foot_catlist dd + dt {
  margin-top: 24px;
}
.c-foot_menulist + .c-foot_menulist {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-foot_menulist + .c-foot_menulist {
    margin-top: 56px;
  }
}

/* bottom
==============================　*/
.l-foot_link {
  padding: 24px 20px;
  background: #333;
}
@media screen and (max-width: 1024px) {
  .l-foot_link {
    padding: 24px 130px;
  }
}
@media screen and (max-width: 767px) {
  .l-foot_link {
    padding: 24px 20px 28vw;
  }
}

.c-foot_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-foot_link {
    gap: 6px 20px;
    justify-content: flex-start;
  }
}
.c-foot_link a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-foot_link a {
    transition: 0.5s;
  }
  .c-foot_link a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
}
/* ===================================
common
=================================== */
.c-bnr_list li + li {
  margin-top: 16px;
}
.c-bnr_list a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .c-bnr_list a {
    transition: 0.5s;
  }
  .c-bnr_list a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr_list.p-case {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr_list.p-case li {
    width: calc((100% - 16px) / 2);
  }
  .c-bnr_list.p-case li + li {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr_list.p-case li {
    width: 100%;
  }
}
.c-bnr_list.p-case a {
  position: relative;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #dbf6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  width: 100%;
}
.c-bnr_list.p-case a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #50b3b0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-bnr_list.p-case a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #50b3b0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-bnr_list.p-case a .c-img {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-bnr_list.p-case a .c-text {
  position: relative;
  z-index: 1;
}
.c-bnr_list.p-case a .bg {
  border-radius: 8px;
  background: #fff;
  width: calc(100% - 40px);
  position: absolute;
  right: 14px;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-bnr_list.p-case a:hover {
    opacity: 1;
  }
  .c-bnr_list.p-case a:hover .bg {
    width: calc(100% - 30px);
    right: 10px;
  }
}
.c-bnr_list.p-case .p-futae .c-text {
  width: 100px;
  margin-left: 40px;
}
.c-bnr_list.p-case .p-futae .bg {
  height: 48px;
}
@media (hover: hover) {
  .c-bnr_list.p-case .p-futae a:hover .bg {
    height: 58px;
  }
}
.c-bnr_list.p-case .p-kuma .c-text {
  width: 136px;
  margin-left: 56px;
}
.c-bnr_list.p-case .p-kuma .bg {
  height: 54px;
}
@media (hover: hover) {
  .c-bnr_list.p-case .p-kuma a:hover .bg {
    height: 64px;
  }
}
.c-bnr_list.p-case .p-datsumo .c-text {
  width: 110px;
  margin-left: 34px;
}
.c-bnr_list.p-case .p-datsumo .bg {
  height: 48px;
}
@media (hover: hover) {
  .c-bnr_list.p-case .p-datsumo a:hover .bg {
    height: 58px;
  }
}
.c-bnr_list.p-case .p-lift .c-text {
  width: 126px;
  margin-left: 42px;
}
.c-bnr_list.p-case .p-lift .bg {
  height: 48px;
}
@media (hover: hover) {
  .c-bnr_list.p-case .p-lift a:hover .bg {
    height: 58px;
  }
}

/* ===================================
menu
=================================== */
/* list
==============================　*/
.l-menu_2col {
  display: flex;
  justify-content: space-between;
  margin: 160px auto 200px;
  max-width: 1120px;
  padding: 0 32px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-menu_2col {
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-menu_2col {
    display: block;
  }
}
.l-menu_2col .l-left {
  width: calc(100% - 340px);
  max-width: 720px;
}
@media screen and (max-width: 1024px) {
  .l-menu_2col .l-left {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .l-menu_2col .l-left {
    width: 100%;
  }
}
.l-menu_2col .l-right {
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .l-menu_2col .l-right {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-menu_2col .l-right {
    width: 100%;
    max-width: 240px;
    margin: 40px auto 0;
  }
}

.l-tab_list {
  display: flex;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border: 1px solid #50b3b0;
  border-radius: 40px;
  user-select: none;
  position: relative;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .l-tab_list {
    font-size: 16px;
  }
}
.l-tab_list:after {
  content: "";
  width: calc(50% - 8px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 250ms ease-in-out;
  border-radius: 40px;
  background: #50b3b0;
}
.l-tab_list.js-slide:after {
  left: 50%;
}
.l-tab_list .l-tab_trigger {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
  color: #bcdad4;
  width: 50%;
  text-align: center;
  padding: 12px;
}
.l-tab_list .l-tab_trigger.js-active {
  color: #fff;
}

.c-menupost_list {
  margin-top: 40px;
}
.c-menupost_list dt {
  width: 100%;
  color: #50b3b0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  position: relative;
  padding-left: 14px;
}
.c-menupost_list dt:before {
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #50b3b0;
}
.c-menupost_list dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 46px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-menupost_list dd {
    gap: 12px 20px;
  }
}
.c-menupost_list dd a {
  width: calc((100% - 46px) / 2);
  display: block;
  position: relative;
  border-bottom: 1px solid var(--gray-line, #ddd);
  font-size: 16px;
  padding: 8px 24px 14px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-menupost_list dd a {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .c-menupost_list dd a {
    width: 100%;
  }
}
.c-menupost_list dd a:before {
  content: "";
  background: url(../img/common/ico_arrow-b.svg) no-repeat;
  position: absolute;
  top: 14px;
  right: 0;
  width: 18px;
  height: 16px;
}
@media (hover: hover) {
  .c-menupost_list dd a {
    transition: 0.5s;
  }
  .c-menupost_list dd a:before {
    transition: 0.5s;
  }
  .c-menupost_list dd a:hover {
    opacity: 0.5;
  }
  .c-menupost_list dd a:hover:before {
    right: -6px;
  }
}
.c-menupost_list dd + dt {
  margin-top: 64px;
}

/* single
==============================　*/
.c-single_cont.p-menu {
  padding: 64px 80px 80px 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-menu {
    margin-bottom: 80px;
    padding: 64px 16px 80px 16px;
  }
}
.c-single_cont.p-menu .c-ttl_area .c-ttl {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.024em;
  text-align: center;
  color: #50b3b0;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-menu .c-ttl_area .c-ttl {
    font-size: 32px;
  }
}
.c-single_cont.p-menu .c-ttl_area .c-cat_name {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.018em;
  text-align: center;
  width: fit-content;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-menu .c-ttl_area .c-cat_name {
    font-size: 16px;
  }
}
.c-single_cont.p-menu .c-ttl_area .c-cat_name:before,
.c-single_cont.p-menu .c-ttl_area .c-cat_name:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #ddd;
  display: inline-block;
}
.c-single_cont.p-menu .c-edit_wrap {
  max-width: none;
  margin: 56px auto 0;
}
.c-single_cont.p-menu .c-edit_wrap .wp-block-columns {
  gap: 16px !important;
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li {
  width: calc((100% - 32px) / 3);
  padding: 0;
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li + li {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-menu .c-edit_wrap .c-case_list li {
    width: calc((100% - 16px) / 2);
  }
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li::before {
  display: none;
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li a {
  display: block;
}
@media (hover: hover) {
  .c-single_cont.p-menu .c-edit_wrap .c-case_list li a {
    transition: 0.5s;
  }
  .c-single_cont.p-menu .c-edit_wrap .c-case_list li a:hover {
    opacity: 0.5;
  }
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li .c-thumb {
  aspect-ratio: 1/1;
}
.c-single_cont.p-menu .c-edit_wrap .c-case_list li .c-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-single_cont.p-menu .c-edit_wrap .c-text.p-price {
  text-align: left !important;
  font-size: 14px !important;
}
.c-single_cont.p-menu #toc_container {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #badedd;
  background: #fff;
  width: 100%;
  margin-top: 40px;
}
.c-single_cont.p-menu #toc_container .toc_title {
  text-align: left;
  color: #50b3b0;
  font-size: 16px;
}
.c-single_cont.p-menu #toc_container .toc_list {
  margin-top: 4px !important;
}
.c-single_cont.p-menu #toc_container .toc_list li {
  padding-left: 16px !important;
}
.c-single_cont.p-menu #toc_container .toc_list li a {
  text-decoration: underline;
  display: inline-block;
}
@media (hover: hover) {
  .c-single_cont.p-menu #toc_container .toc_list li a {
    transition: 0.5s;
  }
  .c-single_cont.p-menu #toc_container .toc_list li a:hover {
    opacity: 0.5;
  }
}
.c-single_cont.p-menu #toc_container .toc_list li:before {
  border-radius: 50%;
}
.c-single_cont.p-menu #toc_container .toc_list li + li {
  margin-top: 4px !important;
}

/* ===================================
price
=================================== */
/* list
==============================　*/
.l-price_2col {
  display: flex;
  justify-content: space-between;
  margin: 160px auto 200px;
  max-width: 1120px;
  padding: 0 32px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-price_2col {
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-price_2col {
    flex-direction: column-reverse;
  }
}
.l-price_2col .l-left {
  width: calc(100% - 300px);
  max-width: 720px;
}
@media screen and (max-width: 1024px) {
  .l-price_2col .l-left {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .l-price_2col .l-left {
    width: 100%;
  }
}
.l-price_2col .l-right {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .l-price_2col .l-right {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-price_2col .l-right {
    width: 100%;
    max-width: none;
    margin: 0 auto 40px;
  }
}
.l-price_2col .c-edit_wrap {
  margin-top: 12px;
}
.l-price_2col .c-edit_wrap h2 {
  margin-top: 60px;
}
.l-price_2col .c-edit_wrap h3 {
  margin-top: 40px;
}

.c-price_wrap + h2 {
  margin-top: 40px !important;
}

.c-side_select dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #50b3b0;
  margin-bottom: 8px;
}
.c-side_select dd + dt {
  margin-top: 16px;
}
.c-side_select .c-select {
  width: 100%;
  position: relative;
  border-radius: 8px;
  border: 1px solid #badedd;
  cursor: pointer;
}
.c-side_select .c-select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #50b3b0;
  border-bottom: 0;
  position: absolute;
  top: 17px;
  right: 10px;
}
.c-side_select .c-select select {
  display: block;
  border-radius: 0;
  background: transparent;
  appearance: none;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  padding: 10px;
}

/* ===================================
post common
=================================== */
/* list
============================== */
.l-post_area {
  margin: 160px auto 200px;
}
@media screen and (max-width: 767px) {
  .l-post_area {
    margin: 80px auto;
  }
}

.l-pager {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-pager {
    margin-top: 40px;
  }
}
.l-pager .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Libre Bodoni", serif;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .l-pager .nav-links {
    gap: 6px;
  }
}
.l-pager .page-numbers {
  padding: 10px 8px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 600px) {
  .l-pager .page-numbers {
    padding: 10px 6px;
  }
}
.l-pager .page-numbers.current {
  border-bottom: 1px solid #333;
}
.l-pager .next {
  padding: 12px 40px 12px 22px !important;
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .l-pager .next {
    margin-left: 10px;
  }
}
.l-pager .next::before {
  top: 14px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .l-pager .next::before {
    top: 13px;
    right: 11px;
  }
}
.l-pager .prev {
  padding: 12px 22px 12px 40px !important;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .l-pager .prev {
    margin-right: 10px;
  }
}
.l-pager .prev::before {
  top: 14px;
  left: 20px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 600px) {
  .l-pager .prev::before {
    top: 13px;
    left: 11px;
  }
}
.l-pager .next,
.l-pager .prev {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 1 !important;
  letter-spacing: 0.08em;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .l-pager .next,
  .l-pager .prev {
    color: transparent;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    font-size: 0;
  }
}
.l-pager .next:before,
.l-pager .prev:before {
  content: "";
  background: url(../img/common/ico_pager-w.svg) no-repeat;
  position: absolute;
  width: 13px;
  height: 8px;
}
.l-pager a {
  display: inline-block;
}
@media (hover: hover) {
  .l-pager a {
    transition: 0.5s;
  }
  .l-pager a:hover {
    opacity: 0.5;
  }
}

/* single
============================== */
.l-single_area {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single_area {
  padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-single_area .l-inner {
    padding: 0 8px;
  }
}

.c-single_top.p-2col .c-in_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-single_top.p-2col .c-in_wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.c-single_top.p-2col .c-thumb {
  max-width: 320px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-single_top.p-2col .c-thumb {
    margin-top: 40px;
  }
}
.c-single_top.p-2col .c-tetx_area {
  width: calc(100% - 340px);
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .c-single_top.p-2col .c-tetx_area {
    width: 100%;
    max-width: none;
  }
}
.c-single_top.p-2col .c-tetx_area.p-1col {
  width: 100%;
  max-width: none;
}
.c-single_top .c-ttl {
  color: #50b3b0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.028em;
}
@media screen and (max-width: 767px) {
  .c-single_top .c-ttl {
    font-size: 28px;
  }
}
.c-single_top .c-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 14px;
  display: block;
}

.c-single_cont {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 960px;
  padding: 64px 80px 80px;
}
@media screen and (max-width: 1024px) {
  .c-single_cont {
    padding: 64px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-single_cont {
    padding: 40px 16px;
  }
}
.c-single_cont .c-edit_wrap {
  max-width: 740px;
  margin: 96px auto 0;
}
@media screen and (max-width: 600px) {
  .c-single_cont .c-edit_wrap {
    margin: 50px auto 0;
  }
}
.c-single_cont .c-edit_wrap h2 {
  margin-top: 60px;
  font-size: 28px;
  padding: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap h2 {
    font-size: 26px;
  }
}
.c-single_cont .c-edit_wrap h3 {
  font-size: 24px;
  border-left: 6px solid #50b3b0;
  border-bottom: 1px solid #50b3b0;
  margin-top: 40px;
  font-weight: bold;
  padding: 9px 0 9px 14px;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap h3 {
    font-size: 22px;
    padding: 6px 0 6px 10px;
  }
}
.c-single_cont .c-edit_wrap h3:before {
  display: none;
}
.c-single_cont .c-edit_wrap h4 {
  color: #50b3b0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0032em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap h4 {
    font-size: 18px;
  }
}
.c-single_cont .c-edit_wrap p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.028em;
  margin-top: 18px;
}
.c-single_cont .c-edit_wrap p a {
  text-decoration: underline;
  display: inline-block;
  color: #4e9bd3;
}
@media (hover: hover) {
  .c-single_cont .c-edit_wrap p a {
    transition: 0.5s;
  }
  .c-single_cont .c-edit_wrap p a:hover {
    opacity: 0.5;
  }
}
.c-single_cont .c-edit_wrap ul {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.028em;
  margin-top: 16px;
}
.c-single_cont .c-edit_wrap ul li {
  position: relative;
  padding-left: 14px;
}
.c-single_cont .c-edit_wrap ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #50b3b0;
  position: absolute;
  top: 12px;
  left: -2px;
}
.ez-toc-list li::before {
  display: none;
}
.c-single_cont .c-edit_wrap ul li + li {
  margin-top: 4px;
}
body:not(.l-column) .c-single_cont .c-edit_wrap mark.has-inline-color {
  background: linear-gradient(transparent 40%, #dbf6f1 60%) !important;
  padding-bottom: 4px;
}
.c-single_cont .c-edit_wrap .wp-block-table {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap .wp-block-table {
    border-top: 1px solid #50b3b0;
  }
}
.c-single_cont .c-edit_wrap .wp-block-table td,
.c-single_cont .c-edit_wrap .wp-block-table th {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.028em;
  border: 1px solid #50b3b0;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap .wp-block-table td,
  .c-single_cont .c-edit_wrap .wp-block-table th {
    display: block;
    border-top: none;
  }
}
.c-single_cont .c-edit_wrap .wp-block-table td:nth-of-type(1) {
  width: 190px;
  background: #dbf6f1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap .wp-block-table td:nth-of-type(1) {
    width: 100%;
  }
}
.c-single_cont .c-edit_wrap .wp-block-table td:nth-of-type(2) {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .c-single_cont .c-edit_wrap .wp-block-table td:nth-of-type(2) {
    width: 100%;
  }
}
.c-single_cont .c-edit_wrap .block-edit {
  margin-bottom: 30px;
}
.c-single_cont .c-edit_wrap .block-edit > *:first-child {
  margin-top: 0 !important;
}
.c-single_cont .c-edit_wrap .block-edit .wp-block-image {
  margin-top: 20px;
}
.c-single_cont .c-edit_wrap .block-edit .wp-block-image figcaption {
  font-size: 14px;
  text-align: center;
}
.c-single_cont .c-share_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.c-single_cont .c-share_link .c-text {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-single_cont .c-share_link .c-text {
    font-size: 14px;
  }
}
.c-single_cont .c-share_link .c-text:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #ddd;
  display: inline-block;
  margin: 0 14px;
}
@media screen and (max-width: 600px) {
  .c-single_cont .c-share_link .c-text:after {
    width: 16px;
  }
}
.c-single_cont .c-share_link .c-link_list {
  display: flex;
  gap: 8px;
}
.c-single_cont .c-share_link .c-link_list a {
  display: block;
}
@media (hover: hover) {
  .c-single_cont .c-share_link .c-link_list a {
    transition: 0.5s;
  }
  .c-single_cont .c-share_link .c-link_list a:hover {
    opacity: 0.5;
  }
}

.l-pager_single {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin: 56px auto 200px;
  font-family: "Libre Bodoni", serif;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .l-pager_single {
    gap: 10px;
    margin: 40px auto 60px;
  }
}
.l-pager_single a {
  display: block;
}
@media (hover: hover) {
  .l-pager_single a {
    transition: 0.5s;
  }
  .l-pager_single a:hover {
    opacity: 0.5;
  }
}
.l-pager_single .p-all * {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 1 !important;
  letter-spacing: 0.08em;
  border-radius: 24px;
  padding: 12px 24px 12px 54px !important;
}
.l-pager_single .p-all *:before {
  content: "";
  background: url(../img/common/ico_pager-all.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 22px;
}
.l-pager_single .p-next * {
  padding: 12px 40px 12px 22px !important;
}
.l-pager_single .p-next *::before {
  top: 14px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .l-pager_single .p-next *::before {
    top: 13px;
    right: 11px;
  }
}
.l-pager_single .p-prev * {
  padding: 12px 22px 12px 40px !important;
}
.l-pager_single .p-prev *::before {
  top: 14px;
  left: 20px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 600px) {
  .l-pager_single .p-prev *::before {
    top: 13px;
    left: 11px;
  }
}
.l-pager_single .p-next *,
.l-pager_single .p-prev * {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 1 !important;
  letter-spacing: 0.08em;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .l-pager_single .p-next *,
  .l-pager_single .p-prev * {
    color: transparent;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    font-size: 0;
  }
}
.l-pager_single .p-next *:before,
.l-pager_single .p-prev *:before {
  content: "";
  background: url(../img/common/ico_pager-w.svg) no-repeat;
  position: absolute;
  width: 13px;
  height: 8px;
}
.l-pager_single .p-next div,
.l-pager_single .p-prev div {
  background: #ffffff;
  color: #aaa;
  border: 1px solid #aaa;
}
.l-pager_single .p-next div:before,
.l-pager_single .p-prev div:before {
  background-image: url(../img/common/ico_pager-g.svg) !important;
}
.l-pager_single .p-next div:before {
  transform: rotate(-180deg);
}
.l-pager_single .p-prev div:before {
  transform: rotate(0deg);
}

/* other
============================== */
.c-post_list .c-cat,
.c-single_top .c-cat {
  display: flex;
  gap: 6px;
}
.c-post_list .c-cat .c-item,
.c-single_top .c-cat .c-item {
  font-size: 14px;
  color: #50b3b0;
  line-height: 1;
  letter-spacing: 0.024em;
  padding: 6px !important;
  border-radius: 4px !important;
  border: 1px solid #50b3b0;
  display: inline-block;
  width: fit-content !important;
}

/* ===================================
news
=================================== */
.c-single_top.p-2col .c-tetx_area.p-news .c-date {
  margin-top: 0;
}
.c-single_top.p-2col .c-tetx_area.p-news .c-ttl {
  margin-top: 14px;
}

.c-edit_wrap.p-news {
  margin-top: 56px;
}

/* ===================================
column / case
=================================== */
/* common
============================== */
.l-post_2col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-post_2col {
    display: block;
  }
}
.l-post_2col .l-left {
  width: calc(100% - 270px);
  max-width: 790px;
}
@media screen and (max-width: 767px) {
  .l-post_2col .l-left {
    width: 100%;
    max-width: none;
  }
}
.l-post_2col .l-right {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .l-post_2col .l-right {
    width: 100%;
    max-width: none;
    margin: 80px auto 0;
  }
}

/* column
============================== */
.l-column > .l-inner {
  padding: 0 16px;
}

.l-column h3.wp-block-heading:after {
    border-bottom: 2px solid #50b3b0;
    content: "";
    display: block;
}

.l-column .c-single_cont em{
	font-style: italic;
}

.l-column .c-single_cont .c-edit_wrap h4{
  font-size: 18px;
}

.l-column .c-single_cont .c-edit_wrap ol {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.028em;
    margin-top: 16px;
}

.l-column .c-single_cont .c-edit_wrap ol li{
  list-style-type: none;
  counter-increment: cnt;
    position: relative;
    padding-left: 14px;
    margin-top: 4px;
}
.l-column .c-single_cont .c-edit_wrap ol li:before{
  content: counter(cnt);
  color: #50b3b0;
  font-weight: bold;
    position: absolute;
    left: -2px;
}

.l-column .wp-block-quote {
    padding: 1.5em 3em;
    margin-top: 18px;
}
.l-column .wp-block-quote {
    background: hsla(0,0%,78%,.15);
    position: relative;
}
.l-column .wp-block-quote::before {
    font-family: Arial, Helvetica, sans-serif;
    top: 4px;
    left: 8px;
}

.l-column .wp-block-quote::after {
    transform: rotate(180deg);
    font-family: Arial, Helvetica, sans-serif;
    bottom: 4px;
    right: 8px;
}

.l-column .wp-block-quote::before, .l-column .wp-block-quote::after {
    content: "\00201c";
    display: inline-block;
    position: absolute;
    font-size: 6em;
    color: rgba(200, 200, 200, .4);
}

.l-column .wp-block-quote:after, .l-column .wp-block-quote:before {
    line-height: 1;
    position: absolute;
    z-index: 0;
}

.c-post_list.p-column {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-post_list.p-column {
    gap: 16px;
  }
}
.c-post_list.p-column .c-item {
  width: calc((100% - 48px) / 3);
  border-radius: 8px;
  background: #f1faf8;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-post_list.p-column .c-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-post_list.p-column .c-item {
    padding: 8px;
    width: calc((100% - 16px) / 2);
  }
}
.c-post_list.p-column .c-thumb {
  border-radius: 0;
}

.c-single_top.column .c-thumb {
  border-radius: 0;
}
.c-single_top.column .c-cat {
  margin-bottom: 16px;
}

.l-editor {
  max-width: 740px;
  margin: 80px auto 0;
}
.l-editor .c-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 24px;
  border: 1px solid #50b3b0;
  background: #f1faf8;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .l-editor .c-item {
    display: block;
    padding: 16px;
  }
}
.l-editor .c-img_wrap {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .l-editor .c-img_wrap {
    width: 100%;
  }
}
.l-editor .c-img_wrap .c-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-editor .c-img_wrap .c-img {
    max-width: 200px;
    margin: 20px auto 0;
  }
}
.l-editor .c-img_wrap .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.l-editor .c-img_wrap .c-name_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-editor .c-img_wrap .c-name_wrap {
    display: block !important;
  }
}
.l-editor .c-text_wrap {
  width: calc(100% - 150px);
}
.l-editor .c-text_wrap .c-text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .l-editor .c-text_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-editor .c-name_wrap {
    display: none;
  }
}
.l-editor .c-name_wrap .c-ttl {
  color: #50b3b0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.028em;
}
@media screen and (max-width: 767px) {
  .l-editor .c-name_wrap .c-ttl {
    text-align: center;
  }
}
.l-editor .c-name_wrap .c-name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .l-editor .c-name_wrap .c-name {
    justify-content: center;
  }
}
.l-editor .c-name_wrap .c-name span {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.028em;
  margin-left: 6px;
}

.l-editor + .c-share_link {
  margin-top: 40px;
}

/* case
============================== */
.l-search_wrap input#s {
  display: none;
}
.l-search_wrap .c-side_select dt {
  margin-bottom: 16px;
}
.l-search_wrap .c-side_select .c-select + .c-select {
  margin-top: 10px;
}
.l-search_wrap .c-submit button {
  display: block;
  width: 100%;
  border: none;
  background: #50b3b0;
  border-radius: 22px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 18px;
}
@media (hover: hover) {
  .l-search_wrap .c-submit button {
    transition: 0.5s;
  }
  .l-search_wrap .c-submit button:hover {
    opacity: 0.5;
  }
}
.l-search_wrap .c-submit button span {
  position: relative;
  padding-left: 24px;
}
.l-search_wrap .c-submit button span:before {
  content: "";
  background: url(../img/common/ico_search.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 16px;
}
.l-search_wrap + .c-bnr_list {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .l-search_wrap + .c-bnr_list {
    margin-top: 56px;
  }
}
.l-search_wrap + .c-bnr_list li + li {
  margin-top: 8px;
}

.c-post_list.p-case {
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .c-post_list.p-case {
    gap: 20px;
  }
}
.c-post_list.p-case .c-item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1024px) {
  .c-post_list.p-case .c-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-post_list.p-case .c-item {
    width: calc((100% - 20px) / 2);
  }
}
.c-post_list.p-case .c-thumb {
  border-radius: 0;
}

.c-single_cont.p-case {
  max-width: 1120px;
  padding: 56px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case {
    margin-bottom: 80px;
    padding: 64px 16px;
  }
}
.c-single_cont.p-case .c-ttl_area {
  padding-bottom: 22px;
  border-bottom: 2px solid #50b3b0;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case .c-ttl_area {
    padding-bottom: 16px;
  }
}
.c-single_cont.p-case .c-ttl_area .c-ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.024em;
  text-align: center;
  color: #50b3b0;
}
.c-single_cont.p-case .c-single_2col {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case .c-single_2col {
    display: block;
  }
}
.c-single_cont.p-case .c-single_2col .c-img_area {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .c-single_cont.p-case .c-single_2col .c-img_area {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case .c-single_2col .c-img_area {
    max-width: 400px;
    margin: 0 auto;
  }
}
.c-single_cont.p-case .c-cat_text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #50b3b0;
  color: #fff;
  padding: 4px;
}
.c-single_cont.p-case .c-cat_text .c-ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.028em;
}
.c-single_cont.p-case .c-cat_text .c-text {
  color: #fff;
}
.c-single_cont.p-case .c-cat_text .c-item + .c-item:before {
  content: "/";
  margin: 0 4px 0 8px;
  transform: rotate(25deg);
  display: inline-block;
}
.c-single_cont.p-case .c-edit_wrap {
  width: calc(100% - 420px);
  margin: 0 0 0 auto;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  .c-single_cont.p-case .c-edit_wrap {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case .c-edit_wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.c-single_cont.p-case .c-edit_wrap h2 {
  margin-top: 0;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 10px;
}
.c-single_cont.p-case .c-edit_wrap .c-wrap + .c-wrap {
  margin-top: 40px;
}
.c-single_cont.p-case .c-edit_wrap .c-price_list {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .c-single_cont.p-case .c-edit_wrap .c-price_list {
    margin-top: 0;
  }
}
.c-single_cont.p-case .c-edit_wrap .c-price_list .c-row_wrap {
  padding: 16px 0;
}

.l-other_post {
  margin: 54px -56px -56px;
  padding: 16px 56px 56px;
  background: #dbf6f1;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .l-other_post {
    margin: 54px -16px -64px;
    padding: 16px 16px 64px;
  }
}
.l-other_post .c-other_ttl {
  color: #50b3b0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: #fff;
  width: fit-content;
  padding: 8px 24px;
  border-radius: 0px 8px 8px 0px;
  margin-left: -56px;
}
@media screen and (max-width: 767px) {
  .l-other_post .c-other_ttl {
    margin-left: -16px;
  }
}
.l-other_post .c-post_list.p-case {
  margin-top: 36px;
}
.l-other_post .c-post_list.p-case .c-item {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 1024px) {
  .l-other_post .c-post_list.p-case .c-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-other_post .c-post_list.p-case .c-item {
    width: calc((100% - 20px) / 2);
  }
}
.l-other_post .c-no_post {
  margin: 20px 0;
}

/* =============================
Subscription
============================== */
.ly_subscSection .el_subscCommon {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ly_subscSection .bl_pageTtlWrapper {
  padding-top: 11.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .bl_pageTtlWrapper {
    padding-top: 7.5rem;
  }
}
.ly_subscSection .bl_pageTtlWrapper .bl_pageTtl {
  width: 100%;
}
.ly_subscSection .bl_pageTtlWrapper .bl_pageTtl .el_pageTtlImg {
  width: 100%;
  height: auto;
}
.ly_subscSection .bl_pageTtlWrapper .bl_pageTtl img {
  width: 100%;
  height: auto;
}
.ly_subscSection .ly_aboutWrapper {
  width: 100%;
  background-color: #dbf6f1;
}
.ly_subscSection .ly_aboutWrapper .ly_aboutWrapper_inner {
  width: fit-content;
  padding: 3.25rem 1rem;
  margin-inline: auto;
}
.ly_subscSection .ly_aboutWrapper .ly_aboutWrapper_inner .el_aboutTxt {
  text-align: center;
  color: #50b3b0;
  font-family: "Noto Serif JP";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ly_subscSection .ly_aboutWrapper .ly_aboutWrapper_inner .el_aboutTxt {
    font-size: 1.25rem;
  }
}
.ly_subscSection .ly_aboutWrapper .ly_aboutWrapper_inner .el_aboutTxt .spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .ly_subscSection .ly_aboutWrapper .ly_aboutWrapper_inner .el_aboutTxt .spBr {
    display: block;
  }
}
.ly_subscSection
  .ly_aboutWrapper
  .ly_aboutWrapper_inner
  .el_aboutTxt
  .el_aboutTxt_line {
  position: relative;
  z-index: 1;
}
.ly_subscSection
  .ly_aboutWrapper
  .ly_aboutWrapper_inner
  .el_aboutTxt
  .el_aboutTxt_line::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1rem;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ly_subscSection .ly_pointSection {
  background-color: #fff;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .ly_subscSection .ly_pointSection {
    padding: 5rem 1.25rem;
  }
}
.ly_subscSection .ly_pointSection .bl_pointSection_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.875rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .ly_pointSection .bl_pointSection_inner {
    flex-flow: column;
    align-items: center;
  }
}
.ly_subscSection .ly_pointSection .bl_pointSection_inner .bl_pointTtl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .ly_pointSection .bl_pointSection_inner .bl_pointTtl {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 100%;
    writing-mode: horizontal-tb;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .bl_pointTtl
  .el_pointTtl_txt
  .sp_br {
  display: none;
}
@media screen and (max-width: 360px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .bl_pointTtl
    .el_pointTtl_txt
    .sp_br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .bl_pointTtl
    .el_pointTtl_txt {
    font-size: 1.25rem;
  }
}
.ly_subscSection .ly_pointSection .bl_pointSection_inner .ly_pointListWrapper {
  max-width: 53.125rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper {
    margin-inline: auto;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList {
    gap: 3.75rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item {
    flex-flow: column;
    gap: 1.875rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-right: 4.375rem;
  padding-left: 4rem;
  padding-bottom: 2.6875rem;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper {
    padding: 0;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper
  .el_pointListItem_pointTxt {
  color: #50b3b0;
  font-family: "Libre Bodoni";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper
    .el_pointListItem_pointTxt {
    text-align: center;
    font-size: 1.5rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper
  .el_pointListItem_txt {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper
  .el_pointListItem_txt
  .pcBr {
  display: block;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper
    .el_pointListItem_txt
    .pcBr {
    display: none;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper
  .el_pointListItem_txt
  .sp_br {
  display: none;
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper
    .el_pointListItem_txt
    .sp_br {
    display: block;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_txtWrapper
  .el_pointListItem_txt
  .min_sp_br {
  display: none;
}
@media screen and (max-width: 365px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper
    .el_pointListItem_txt
    .min_sp_br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_txtWrapper
    .el_pointListItem_txt {
    text-align: center;
    font-size: 1.375rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_imgWrapper {
  position: relative;
  max-width: 18.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item
    .bl_pointListItem_imgWrapper {
    max-width: 15.625rem;
    margin-inline: auto;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 1px solid #badedd;
  background-color: #fff;
  z-index: -1;
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item
  .bl_pointListItem_imgWrapper
  .el_pointListItem_imgWrapper_img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 16.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(odd) {
    flex-flow: column;
    gap: 1.875rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(odd)
  .bl_pointListItem_txtWrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115%;
  height: 1px;
  background-color: #badedd;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(odd)
    .bl_pointListItem_txtWrapper::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(even) {
    flex-flow: column;
    gap: 1.875rem;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(even)
  .bl_pointListItem_txtWrapper {
  padding-right: 2.5rem;
  padding-top: 6rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(even)
    .bl_pointListItem_txtWrapper {
    padding-left: 1rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(even)
    .bl_pointListItem_txtWrapper {
    padding: 0;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(even)
  .bl_pointListItem_txtWrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115%;
  height: 1px;
  background-color: #badedd;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(even)
    .bl_pointListItem_txtWrapper::before {
    display: none;
  }
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(3)
  .bl_pointListItem_txtWrapper {
  padding-left: 2.9375rem;
  padding-right: 3.075rem;
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.ly_subscSection
  .ly_pointSection
  .bl_pointSection_inner
  .ly_pointListWrapper
  .bl_pointList
  .bl_pointList_item:nth-child(3)
  .bl_pointListItem_txtWrapper::before {
  width: 115%;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(3)
    .bl_pointListItem_txtWrapper {
    padding-left: 2.9375rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_pointSection
    .bl_pointSection_inner
    .ly_pointListWrapper
    .bl_pointList
    .bl_pointList_item:nth-child(3)
    .bl_pointListItem_txtWrapper {
    padding: 0;
  }
}
.ly_subscSection .ly_infoSection {
  width: 100%;
  border-top: 1px solid #ccc;
}
.ly_subscSection .ly_infoSection .ly_infoSection_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .ly_infoSection .ly_infoSection_inner {
    flex-flow: column;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper:first-child {
  padding-right: 10rem;
  box-sizing: content-box;
}
@media screen and (max-width: 1100px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:first-child {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:first-child {
    padding: 2.5rem 1.25rem;
    box-sizing: border-box;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper:first-child
  .bl_infoWrapper_inner {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:first-child
    .bl_infoWrapper_inner {
    margin: 0 auto;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper:last-child {
  padding-left: 10rem;
  padding-bottom: 3.75rem;
  box-sizing: content-box;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:last-child {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:last-child {
    padding: 2.5rem 1.25rem;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper:last-child
  .bl_infoWrapper_inner {
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper:last-child
    .bl_infoWrapper_inner {
    margin: 0 auto;
  }
}
.ly_subscSection .ly_infoSection .ly_infoSection_inner .bl_infoWrapper {
  padding-top: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .ly_infoSection .ly_infoSection_inner .bl_infoWrapper {
    box-sizing: border-box;
    padding: 2.5rem 1.25rem;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper
  .bl_infoWrapper_inner {
  max-width: 24.1875rem;
  width: 100%;
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper
  .bl_infoWrapper_inner
  .bl_infoListTtl {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  width: fit-content;
  margin-bottom: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper
    .bl_infoWrapper_inner
    .bl_infoListTtl
    .el_subscCommon {
    font-size: 1.625rem;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper
  .bl_infoWrapper_inner
  .bl_infoList {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_infoSection
    .ly_infoSection_inner
    .bl_infoWrapper
    .bl_infoWrapper_inner
    .bl_infoList {
    width: 100%;
  }
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper
  .bl_infoWrapper_inner
  .bl_infoList
  .bl_infoList_item {
  position: relative;
  padding-left: 1rem;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
.ly_subscSection
  .ly_infoSection
  .ly_infoSection_inner
  .bl_infoWrapper
  .bl_infoWrapper_inner
  .bl_infoList
  .bl_infoList_item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #50b3b0;
  width: 0.5rem;
  aspect-ratio: 1/1;
}
.ly_subscSection .ly_planSection {
  background-color: #dbf6f1;
  padding: 7.5rem 1.25rem 12.5rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection .ly_planSection {
    box-sizing: border-box;
    padding: 5rem 1.25rem;
  }
}
.ly_subscSection .ly_planSection .bl_planSectionInner {
  max-width: 65rem;
  margin-inline: auto;
}
.ly_subscSection .ly_planSection .bl_planSectionInner .bl_planSectionInner_ttl {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .bl_planSectionInner_ttl {
    width: 100%;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .bl_planSectionInner_ttl
  .el_planSectionInner_ttl_txt {
  width: fit-content;
  margin-inline: auto;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .bl_planSectionInner_ttl
    .el_planSectionInner_ttl_txt {
    font-size: 1.25rem;
    width: 100%;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .bl_planSectionInner_ttl
  .el_planSectionInner_ttl_subTxt {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .bl_planSectionInner_ttl
    .el_planSectionInner_ttl_subTxt {
    font-size: 1rem;
  }
}
.ly_subscSection .ly_planSection .bl_planSectionInner .ly_planDetailList {
  display: flex;
  flex-flow: column;
  gap: 3.75rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item {
  /* 各メニュー */
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planTtl {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 4.125rem;
  padding-right: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  height: 16.25rem;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_planTtl {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    height: 10.625rem;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planTtl
  .el_font {
  position: absolute;
  width: 150%;
  right: -1%;
  bottom: -11%;
  color: white;
  opacity: 0.1;
  text-align: right;
  font-family: "Libre Bodoni";
  font-size: clamp(2.5rem, 0.1667rem + 11.6667vw, 7.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_planTtl
    .el_font {
    bottom: calc(-8% + 6px);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planTtl
  .el_planTtl_txt {
  max-width: 50%;
  min-width: fit-content;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: clamp(1.25rem, 0.5833rem + 3.3333vw, 2.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_planTtl
    .el_planTtl_txt {
    max-width: 50%;
    min-width: fit-content;
    font-size: 1.375rem;
    white-space: nowrap;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_stain_frecklesBg {
  background-image: url(../img/subscription/stain_freckles_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_stain_frecklesBg {
    background-image: url(../img/subscription/sp/sp_stain_freckles_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_acneBg {
  background-image: url(../img/subscription/acne_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_acneBg {
    background-image: url(../img/subscription/sp/sp_acne_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_melasmaBg {
  background-image: url(../img/subscription/melasma_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_melasmaBg {
    background-image: url(../img/subscription/sp/sp_melasma_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_whiteningBg {
  background-image: url(../img/subscription/whitening_bnr.jpg);
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_whiteningBg
  .el_font {
  font-size: clamp(1.5rem, -0.6111rem + 10.5556vw, 6.25rem);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_whiteningBg
    .el_font {
    font-size: clamp(2.5rem, 0.1667rem + 11.6667vw, 7.75rem);
  }
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_whiteningBg {
    background-image: url(../img/subscription/sp/sp_whitening_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_dietBg {
  background-image: url(../img/subscription/diet_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_dietBg {
    background-image: url(../img/subscription/sp/sp_diet_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_poresBg {
  background-image: url(../img/subscription/pores_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_poresBg {
    background-image: url(../img/subscription/sp/sp_pores_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_rough_skinBg {
  background-image: url(../img/subscription/roughskin_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_rough_skinBg {
    background-image: url(../img/subscription/sp/sp_roughskin_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_self_careBg {
  background-image: url(../img/subscription/selfcare_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_self_careBg {
    background-image: url(../img/subscription/sp/sp_selfcare_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_female_removalBg {
  background-image: url(../img/subscription/female_hair_removal_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_female_removalBg {
    background-image: url(../img/subscription/sp/sp_female_hair_removal_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_male_removalBg {
  background-image: url(../img/subscription/male_hair_removal_bnr.jpg);
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_male_removalBg {
    background-image: url(../img/subscription/sp/sp_male_hair_removal_bnr.jpg);
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item {
  background-color: #fff;
  border-radius: 0.5rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1.25rem;
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .ly_planSetList
    .bl_planSetList_item
    .bl_planDetailSetBtn {
    padding: 1.25rem;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn
  .el_planDetailSetBtn_txt {
  color: #50b3b0;
  font-family: "Noto Serif JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn
  .el_planDetailSetBtn_icon {
  position: relative;
  display: block;
  background-color: #50b3b0;
  border-radius: 100%;
  max-width: 2rem;
  width: 100%;
  aspect-ratio: 1/1;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn
  .el_planDetailSetBtn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  translate: -50% -50%;
  background-color: #fff;
  border-radius: 5px;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn
  .el_planDetailSetBtn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  rotate: 90deg;
  translate: -50% -50%;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .ly_planSetList
  .bl_planSetList_item
  .bl_planDetailSetBtn
  .is_openPlanBtn::after {
  content: "";
  rotate: 0deg;
  transition: all 0.5s ease;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents {
  padding: 5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .ly_subscSection
    .ly_planSection
    .bl_planSectionInner
    .ly_planDetailList
    .bl_planDetailList_item
    .bl_planDetailContents {
    padding: 2.5rem 1rem;
  }
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > img,
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  figure {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > h2 {
  color: #50b3b0;
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #f1faf8;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > h2:first-child {
  margin-top: 0;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  h3 {
  position: relative;
  color: #50b3b0;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: calc(1rem - 6px);
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 24px;
  width: 6px;
  background-color: #50b3b0;
  border-radius: 12px;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1.875rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > ul {
  margin-top: 1.75rem;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > ul
  li {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-left: 1rem;
}
.ly_subscSection
  .ly_planSection
  .bl_planSectionInner
  .ly_planDetailList
  .bl_planDetailList_item
  .bl_planDetailContents
  > ul
  li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: #50b3b0;
}

.subscThumnail {
  margin-bottom: 1.25rem;
}

.ly_monthlyFeeWrapper {
  background: linear-gradient(180deg, #feffe1 0%, #fff 100%);
  border: 3px solid #50b3b0;
  border-radius: 0.5rem;
  padding: 0.625rem;
  margin-top: 1.25rem;
}
.ly_monthlyFeeWrapper .bl_monthlyFeeWrapper_inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-radius: 0.5rem;
  border: 1px solid #badedd;
}
@media screen and (max-width: 767px) {
  .ly_monthlyFeeWrapper .bl_monthlyFeeWrapper_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.ly_monthlyFeeWrapper .bl_monthlyFeeWrapper_inner .el_monthlyFeeTtl {
  text-align: center;
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ly_monthlyFeeWrapper .bl_monthlyFeeWrapper_inner .el_monthlyFeeTtl {
    font-size: 1.125rem;
  }
}
.ly_monthlyFeeWrapper .bl_monthlyFeeWrapper_inner .bl_monthlyFeeList {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  width: fit-content;
  margin-inline: auto;
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .bl_monthlyFeeTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 600px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt {
    flex-flow: column;
  }
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .bl_monthlyFeeTxt
  .bl_monthlyFeetxt_money {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .bl_monthlyFeeTxt
  .bl_monthlyFeetxt_money
  .el_monthlyFeeTxt_number {
  color: #50b3b0;
  text-align: center;
  font-family: "Libre Bodoni";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt
    .bl_monthlyFeetxt_money
    .el_monthlyFeeTxt_number {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt
    .bl_monthlyFeetxt_money
    .el_monthlyFeeTxt_number {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 365px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt
    .bl_monthlyFeetxt_money
    .el_monthlyFeeTxt_number {
    font-size: 1.4rem;
  }
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .bl_monthlyFeeTxt
  .el_monthlyFeeTxt_txt {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt
    .el_monthlyFeeTxt_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .bl_monthlyFeeTxt
    .el_monthlyFeeTxt_txt {
    font-size: 1rem;
  }
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .el_monthlyFeeSubtxt {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .el_monthlyFeeSubtxt {
    line-height: 2;
  }
}
@media screen and (max-width: 365px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .el_monthlyFeeSubtxt {
    font-size: 1rem;
  }
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .el_monthlyFeeSubtxt
  .el_monthlyFeeSubtxt_lineTxt {
  position: relative;
  color: #000;
  font-family: "Libre Bodoni", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .el_monthlyFeeSubtxt
    .el_monthlyFeeSubtxt_lineTxt {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 365px) {
  .ly_monthlyFeeWrapper
    .bl_monthlyFeeWrapper_inner
    .bl_monthlyFeeList
    .bl_monthlyFeeList_item
    .el_monthlyFeeSubtxt
    .el_monthlyFeeSubtxt_lineTxt {
    font-size: 1rem;
  }
}
.ly_monthlyFeeWrapper
  .bl_monthlyFeeWrapper_inner
  .bl_monthlyFeeList
  .bl_monthlyFeeList_item
  .el_monthlyFeeSubtxt
  .el_monthlyFeeSubtxt_lineTxt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #dbf6f1;
  z-index: -1;
}

.bl_planDetailContents .monthlyFeeWrapper:first-child {
  margin-top: 0;
}

.ly_setListWrapper {
  margin-top: 1.875rem;
}
.ly_setListWrapper .bl_setList {
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.ly_setListWrapper .bl_setList .bl_menuList .bl_menuList_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .ly_setListWrapper .bl_setList .bl_menuList .bl_menuList_item {
    flex-direction: column;
    gap: 1rem;
  }
}
.ly_setListWrapper .bl_setList .bl_menuList .bl_menuList_item .el_menuTtl {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
}
.ly_setListWrapper .bl_setList .bl_menuList .bl_menuList_item .bl_priceList {
  min-width: fit-content;
}
@media screen and (max-width: 600px) {
  .ly_setListWrapper .bl_setList .bl_menuList .bl_menuList_item .bl_priceList {
    width: 100%;
  }
}
.ly_setListWrapper
  .bl_setList
  .bl_menuList
  .bl_menuList_item
  .bl_priceList
  .bl_menuItem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ly_setListWrapper
    .bl_setList
    .bl_menuList
    .bl_menuList_item
    .bl_priceList
    .bl_menuItem {
    justify-content: space-between;
  }
}
.ly_setListWrapper
  .bl_setList
  .bl_menuList
  .bl_menuList_item
  .bl_priceList
  .bl_menuItem
  .el_menuItem_txt,
.ly_setListWrapper
  .bl_setList
  .bl_menuList
  .bl_menuList_item
  .bl_priceList
  .bl_menuItem
  .el_menuItem_number {
  color: #333;
  text-align: right;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  min-width: 8.4rem;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .ly_setListWrapper
    .bl_setList
    .bl_menuList
    .bl_menuList_item
    .bl_priceList
    .bl_menuItem
    .el_menuItem_txt,
  .ly_setListWrapper
    .bl_setList
    .bl_menuList
    .bl_menuList_item
    .bl_priceList
    .bl_menuItem
    .el_menuItem_number {
    min-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .ly_setListWrapper
    .bl_setList
    .bl_menuList
    .bl_menuList_item
    .bl_priceList
    .bl_menuItem
    .el_menuItem_txt {
    text-align: left;
  }
} /*# sourceMappingURL=post.css.map */
