@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: 1/1;
}
.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;
  margin-top: 10px;
}
.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: 25%;
  }
  .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;
  }
}
/* ===================================
Guide
=================================== */
/* common
==============================　*/
.l-sec_guide {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .l-sec_guide {
    padding: 80px 0;
  }
}
.l-sec_guide .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-sec_guide .l-inner {
    display: block;
  }
}
.l-sec_guide:nth-of-type(1) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-sec_guide:nth-of-type(1) {
    margin-top: 0;
  }
}
.l-sec_guide:nth-of-type(even) {
  background: #dbf6f1;
}
.l-sec_guide:nth-of-type(even) .c-guide_ttl {
  border-color: #badedd;
}
.l-sec_guide .c-guide_cont {
  width: calc(100% - 100px);
  max-width: 928px;
}
@media screen and (max-width: 1024px) {
  .l-sec_guide .c-guide_cont {
    padding-left: 0;
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .l-sec_guide .c-guide_cont {
    width: 100%;
    max-width: none;
  }
}

.c-guide_ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.032em;
  padding: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-guide_ttl {
    writing-mode: horizontal-tb;
    border: none;
    font-size: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 24px;
  }
}

/* 選ばれる理由
==============================　*/
.c-ico_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-ico_list {
    gap: 12px;
  }
}
.c-ico_list li {
  width: calc((100% - 64px) / 3);
  height: 164px;
  border-radius: 24px;
  border: 2px solid #50b3b0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-ico_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .c-ico_list li {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.c-ico_list li .c-ico img {
  display: block;
  margin: 0 auto;
}
.c-ico_list li .c-text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ico_list li .c-text {
    font-size: 18px;
  }
}

/* 予約方法
==============================　*/
.c-guide_cont.p-reserve {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .c-guide_cont.p-reserve {
    padding-left: 0;
  }
}
.c-guide_cont.p-reserve .c-link_area {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-guide_cont.p-reserve .c-link_area {
    display: block;
  }
}
.c-guide_cont.p-reserve .c-link_area .c-tel {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-guide_cont.p-reserve .c-link_area .c-tel {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.c-guide_cont.p-reserve .c-link_area .c-tel a {
  display: block;
  color: #333;
  font-family: "Libre Bodoni", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (hover: hover) {
  .c-guide_cont.p-reserve .c-link_area .c-tel a {
    transition: 0.5s;
  }
  .c-guide_cont.p-reserve .c-link_area .c-tel a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .c-guide_cont.p-reserve .c-link_area .c-tel a {
    font-size: 26px;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.c-guide_cont.p-reserve .c-link_area .c-tel .c-text {
  display: block;
  text-align: center;
}
.c-guide_cont.p-reserve .c-reserve_list {
  display: flex;
  margin-left: 30px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-guide_cont.p-reserve .c-reserve_list {
    margin-left: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-guide_cont.p-reserve .c-reserve_list {
    display: block;
    margin-left: 0;
  }
}
.c-guide_cont.p-reserve .c-reserve_list a {
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .c-guide_cont.p-reserve .c-reserve_list a {
    width: fit-content;
    padding: 10px 20px;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-guide_cont.p-reserve .c-reserve_list a {
    min-width: auto;
    width: 90%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}

/* 診療の流れ
==============================　*/
.c-flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  padding: 32px 32px 32px 80px;
  background: #f1faf8;
}
@media screen and (max-width: 767px) {
  .c-flow_list li {
    display: block;
    padding: 80px 20px 20px 20px;
  }
}
.c-flow_list li + li {
  margin-top: 40px;
  position: relative;
}
.c-flow_list li + li:before {
  content: "";
  width: 8px;
  height: 40px;
  background: #50b3b0;
  position: absolute;
  top: -40px;
  left: calc(50% - 4px);
}
.c-flow_list .c-text_area {
  width: calc(100% - 320px);
  max-width: 456px;
}
@media screen and (max-width: 1024px) {
  .c-flow_list .c-text_area {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .c-flow_list .c-text_area {
    width: 100%;
  }
}
.c-flow_list .c-text_area .c-ttl {
  color: #50b3b0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.c-flow_list .c-img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .c-flow_list .c-img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow_list .c-img {
    width: 100%;
    margin-top: 20px;
  }
}
.c-flow_list .c-num_wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #50b3b0;
  color: #ffffff;
  font-family: "Libre Bodoni", serif;
  border-radius: 20px 0;
  line-height: 1;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .c-flow_list .c-num_wrap {
    display: flex;
    align-items: center;
    padding: 14px;
  }
}
.c-flow_list .c-num_wrap .c-text {
  display: block;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.01em;
}
.c-flow_list .c-num_wrap .c-num {
  display: block;
  font-size: 26px;
  letter-spacing: 0.13em;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-flow_list .c-num_wrap .c-num {
    margin: 0 0 0 4px;
  }
}

/* 2col
==============================　*/
.l-guide_2col {
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .l-guide_2col {
    display: block;
  }
}
.l-guide_2col .c-item {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .l-guide_2col .c-item {
    padding: 40px 32px;
    width: 100%;
  }
}
.l-guide_2col .c-item + .c-item {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .l-guide_2col .c-item + .c-item {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
.l-guide_2col .c-inner {
  max-width: 404px;
}
.l-guide_2col .c-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.032em;
  padding: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .l-guide_2col .c-ttl {
    font-size: 26px;
  }
}
.l-guide_2col .p-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto 10px;
  width: fit-content;
  background: #50b3b0;
  border: 1px solid #50b3b0;
  padding: 8px 18px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .l-guide_2col .p-download {
    padding: 8px 10px;
  }
}
.l-guide_2col .p-download .c-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-guide_2col .p-download .c-text {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .l-guide_2col .p-download .c-text {
    font-size: 14px;
  }
}
.l-guide_2col .p-download .c-ico {
  margin-left: 10px;
}
.l-guide_2col .p-download .c-ico svg {
  display: block;
}
@media (hover: hover) {
  .l-guide_2col .p-download {
    transition: 0.5s;
  }
  .l-guide_2col .p-download .c-text {
    transition: 0.5s;
  }
  .l-guide_2col .p-download .c-ico svg path {
    transition: 0.5s;
  }
  .l-guide_2col .p-download:hover {
    background: #fff;
  }
  .l-guide_2col .p-download:hover .c-text {
    color: #50b3b0;
  }
  .l-guide_2col .p-download:hover .c-ico svg path {
    fill: #50b3b0;
  }
}
.l-guide_2col .c-small {
  font-size: 14px;
  text-align: center;
}

/* ===================================
doctor
=================================== */
.l-doctor_list {
  max-width: 1440px;
  margin: 160px auto 200px;
  padding: 0 32px;
  box-sizing: content-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-doctor_list {
    margin: 80px auto;
  }
}
.l-doctor_list .c-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item {
    display: block;
  }
}
.l-doctor_list .c-item + .c-item {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item + .c-item {
    margin-top: 60px;
  }
}
.l-doctor_list .c-item .c-thumb-wrapper {
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-thumb-wrapper {
    margin: 0 auto !important;
    max-width: 380px;
    width: 100%;
  }
}
.l-doctor_list .c-item .c-thumb {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-thumb {
    margin: 0 auto !important;
    max-width: 380px;
    width: 100%;
  }
}
.l-doctor_list .c-item .c-text_area {
  width: calc(100% - 508px);
  max-width: 700px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .l-doctor_list .c-item .c-text_area {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-text_area {
    width: 100%;
    margin-top: 60px;
  }
}
.l-doctor_list .c-item .c-top_text {
  padding-left: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-top_text {
    padding-left: 0;
  }
}
.l-doctor_list .c-item .c-position {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.032em;
}
.l-doctor_list .c-item .c-name {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-name {
    font-size: 26px;
  }
}
.l-doctor_list .c-item .c-sns_list {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.l-doctor_list .c-item .c-sns_list a {
  display: block;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #ddd;
}
@media (hover: hover) {
  .l-doctor_list .c-item .c-sns_list a {
    transition: 0.5s;
  }
  .l-doctor_list .c-item .c-sns_list a:hover {
    opacity: 0.5;
  }
}
.l-doctor_list .c-item .c-text_list {
  border-top: 1px solid #50b3b0;
  padding: 36px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item .c-text_list {
    padding-left: 0;
  }
}
.l-doctor_list .c-item .c-text_list > dt {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #50b3b0;
}
.l-doctor_list .c-item .c-text_list > dd {
  font-size: 16px;
  line-height: 1.7;
}
.l-doctor_list .c-item .c-text_list > dd + dt {
  margin-top: 26px;
}
.l-doctor_list .c-item .c-career_list {
  display: flex;
  flex-wrap: wrap;
}
.l-doctor_list .c-item .c-career_list dt {
  width: 60px;
}
.l-doctor_list .c-item .c-career_list dd {
  width: calc(100% - 60px);
}
.l-doctor_list .c-item:nth-of-type(odd) .c-thumb-wrapper {
  margin-left: 128px;
}
@media screen and (max-width: 1200px) {
  .l-doctor_list .c-item:nth-of-type(odd) .c-thumb-wrapper {
    margin-left: 0;
  }
}
.l-doctor_list .c-item:nth-of-type(odd) .c-thumb::before {
  content: "";
  width: 480px;
  height: 282px;
  background: #dbf6f1;
  position: absolute;
  bottom: -76px;
  left: -160px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item:nth-of-type(odd) .c-thumb::before {
    width: 100%;
    height: 64%;
    left: -50%;
    bottom: -32px;
  }
}
.l-doctor_list .c-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.l-doctor_list .c-item:nth-of-type(even) .c-thumb-wrapper {
  margin-right: 128px;
}
@media screen and (max-width: 1200px) {
  .l-doctor_list .c-item:nth-of-type(even) .c-thumb-wrapper {
    margin-right: 0;
  }
}
.l-doctor_list .c-item:nth-of-type(even) .c-thumb::before {
  content: "";
  width: 480px;
  height: 282px;
  background: #dbf6f1;
  position: absolute;
  bottom: -76px;
  right: -160px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-doctor_list .c-item:nth-of-type(even) .c-thumb::before {
    width: 100%;
    height: 64%;
    right: -50%;
    bottom: -32px;
  }
}

/* ===================================
faq
=================================== */
.c-faq_list {
  margin: 160px auto 200px;
}
@media screen and (max-width: 767px) {
  .c-faq_list {
    margin: 80px auto;
  }
}
.c-faq_list .c-item + .c-item {
  margin-top: 16px;
}
.c-faq_list .c-ttl_wrap {
  position: relative;
  padding: 32px;
  border-radius: 8px;
  background: #f1faf8;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq_list .c-ttl_wrap {
    padding: 20px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .c-faq_list .c-ttl_wrap {
    transition: 0.5s;
  }
  .c-faq_list .c-ttl_wrap:hover {
    opacity: 0.5;
  }
}
.c-faq_list .c-en {
  font-size: 24px;
  color: #50b3b0;
  line-height: 1;
  font-family: "Libre Bodoni", serif;
}
.c-faq_list .c-ttl {
  padding: 2px 0 0 12px;
  width: calc(100% - 76px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-faq_list .c-ttl {
    padding: 0;
  }
}
.c-faq_list .c-ico {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.c-faq_list .c-ico:before,
.c-faq_list .c-ico:after {
  content: "";
  background: #50b3b0;
  width: 16px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
}
.c-faq_list .c-ico:before {
  top: 14px;
  left: 8px;
}
.c-faq_list .c-ico:after {
  transform: rotate(90deg);
  top: 14px;
  left: 8px;
  transition: 0.5s;
}
.c-faq_list .c-text {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .c-faq_list .c-text {
    padding: 20px 10px;
  }
}
.c-faq_list .js-aco_open .c-ico:after {
  transform: rotate(0deg);
}

/* ===================================
access
=================================== */
.c-access_bnr {
  max-width: 800px;
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .c-access_bnr {
    margin-top: 80px;
  }
}

.l-access_2col {
  display: flex;
  align-items: center;
  margin: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-access_2col {
    display: block;
    margin: 60px 0 80px;
  }
}
.l-access_2col .c-map_area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .l-access_2col .c-map_area {
    width: 100%;
  }
}
.l-access_2col .c-map_area iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .l-access_2col .c-map_area iframe {
    height: 300px;
  }
}
.l-access_2col .c-map_area a {
  display: flex;
  margin: 0 0 0 auto;
  width: fit-content;
  font-size: 16px;
  margin-top: 6px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) {
  .l-access_2col .c-map_area a {
    transition: 0.5s;
  }
  .l-access_2col .c-map_area a:hover {
    opacity: 0.5;
  }
}
.l-access_2col .c-map_area a .c-ico {
  display: inline-block;
  margin-left: 5px;
}
.l-access_2col .c-text_area {
  width: 45%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-access_2col .c-text_area {
    width: 100%;
    padding: 20px 0 0;
  }
}

.c-access_list {
  font-size: 16px;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .c-access_list {
    margin-top: 0;
  }
}
.c-access_list dt {
  font-weight: bold;
}
.c-access_list dd {
  margin-top: 6px;
}
.c-access_list > div {
  border-bottom: 1px solid var(--gray-line, #ddd);
  padding: 12px 0;
}

.c-access_bglist {
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-access_bglist {
    margin-bottom: 80px;
  }
}
.c-access_bglist > div {
  border-radius: 4px;
  background: #f1faf8;
  padding: 24px;
  width: calc((100% - 8px) / 2);
}
.c-access_bglist > div.p-w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-access_bglist > div {
    padding: 16px;
    width: 100%;
  }
}
.c-access_bglist dt {
  display: flex;
  align-items: center;
}
.c-access_bglist dt .c-text {
  color: #50b3b0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.028em;
  margin-left: 6px;
}
.c-access_bglist dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.007em;
  margin-top: 6px;
}
.c-access_bglist .c-aco_wrap {
  margin-top: 10px;
}
.c-access_bglist .c-aco_wrap .js-aco_ttl {
  padding: 16px 50px 16px 16px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.c-access_bglist .c-aco_wrap .js-aco_ttl:before {
  content: "";
  background: url(../img/access/ico_open.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 16px;
  right: 16px;
}
.c-access_bglist .c-aco_wrap .js-aco_ttl.js-aco_open:before {
  background: url(../img/access/ico_close.png) no-repeat;
  background-size: cover;
}
.c-access_bglist .c-aco_wrap .js-aco_ttl .c-text {
  color: #50b3b0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.c-access_bglist .js-aco_item {
  padding: 18px;
}
.c-access_bglist .js-aco_item .c-ttl {
  font-size: 16px;
  color: #fff;
  padding: 4px 12px;
  line-height: 1.6;
  border-radius: 38px;
  border: 1px solid #50b3b0;
  background: #50b3b0;
  width: fit-content;
}
.c-access_bglist .js-aco_item .c-list {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.c-access_bglist .js-aco_item .c-list li {
  position: relative;
  padding-left: 14px;
}
.c-access_bglist .js-aco_item .c-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #50b3b0;
  position: absolute;
  top: 12px;
  left: -2px;
}
.c-access_bglist .js-aco_item .c-list + .c-ttl {
  margin-top: 8px;
}
.c-access_bglist .js-aco_item .c-list + .c-text {
  margin-top: 0;
  line-height: 1.6;
}
.c-access_bglist .js-aco_item .c-text + .c-ttl.p-border {
  margin-top: 8px;
  background: #fff;
  color: #50b3b0;
}
.c-access_bglist .js-aco_item .c-ttl.p-border + .c-text {
  line-height: 1.6;
  margin-top: 4px;
}
.c-access_bglist .js-aco_item .c-small {
  font-size: 12px;
  padding-left: 24px;
  letter-spacing: 0.08em;
  margin-top: 6px;
  position: relative;
}
.c-access_bglist .js-aco_item .c-small:before {
  content: "";
  background: url(../img/access/ico_info.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ===================================
clinic
=================================== */
.c-clinic_comment {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .c-clinic_comment {
    flex-direction: revert;
    flex-wrap: wrap;
  }
}
.c-clinic_comment .c-img {
  max-width: 582px;
}
@media screen and (max-width: 1024px) {
  .c-clinic_comment .c-img {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .c-clinic_comment .c-img {
    max-width: none;
    margin-top: 40px;
  }
}
.c-clinic_comment .c-comment {
  width: calc(100% - 600px);
  max-width: 420px;
  color: #50b3b0;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-clinic_comment .c-comment {
    width: calc(100% - 420px);
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-clinic_comment .c-comment {
    width: 100%;
    max-width: none;
  }
}
.c-clinic_comment .c-comment:before {
  content: "";
  width: 86px;
  height: 1px;
  background: #badedd;
  position: absolute;
  bottom: 26px;
  left: 247px;
}
@media screen and (max-width: 1024px) {
  .c-clinic_comment .c-comment:before {
    bottom: 16px;
    left: 180px;
    width: 66px;
  }
}

.l-think_wrap {
  margin-top: 80px;
  border-radius: 8px;
  border: 1px solid #50b3b0;
  font-family: "Noto Serif JP", serif;
}
.l-think_wrap .c-ttl {
  color: var(--green-main, #50b3b0);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-ttl {
    font-size: 20px;
    padding: 10px;
  }
}
.l-think_wrap .c-in_wrap {
  position: relative;
  padding: 20px 20px 64px;
  border-top: 1px solid #50b3b0;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-in_wrap {
    padding: 20px 20px 40px;
  }
}
.l-think_wrap .c-in_wrap:before {
  content: "";
  width: 1px;
  height: 24px;
  background: #50b3b0;
  position: absolute;
  top: 0;
  left: 50%;
}
.l-think_wrap .c-circle_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-circle_list {
    display: block;
    margin-top: 30px;
  }
}
.l-think_wrap .c-circle_list li {
  position: relative;
  width: 320px;
  height: 320px;
  background: #dbf6f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-circle_list li {
    width: 250px;
    height: 250px;
  }
  .l-think_wrap .c-circle_list li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 365px) {
  .l-think_wrap .c-circle_list li {
    width: 200px;
    height: 200px;
  }
}
.l-think_wrap .c-circle_list .c-text_en {
  font-family: "Libre Bodoni", serif;
  font-size: 36px;
  color: #50b3b0;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 6px;
  letter-spacing: 0.02em;
}
.l-think_wrap .c-circle_list .c-text_ja {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-circle_list .c-text_ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .l-think_wrap .c-circle_list .c-text_ja {
    font-size: 12px;
  }
}
.l-think_wrap .c-text {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .l-think_wrap .c-text {
    margin-top: 40px;
    text-align: left;
  }
}

body.l-clinic .l-sec_guide {
  background: #dbf6f1;
  margin-top: 100px;
}

.c-info_list {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-info_list {
    margin-left: 0;
  }
}
.c-info_list .c-item {
  display: flex;
  font-size: 16px;
  line-height: 1.4;
}
.c-info_list .c-item + .c-item {
  margin-top: 16px;
}
.c-info_list .c-item dt {
  border-radius: 8px 0px 0px 8px;
  background: #fff;
  padding: 8px 12px;
  width: 120px;
}
.c-info_list .c-item dd {
  border-radius: 0px 8px 8px 0px;
  background: #fff;
  padding: 8px 12px;
  width: calc(100% - 120px);
  margin-left: 4px;
}
.c-info_list .c-item dd a {
  display: flex;
  width: fit-content;
  margin-top: 10px;
  font-size: 16px;
  color: #50b3b0;
  border-bottom: 1px solid #badedd;
}
@media (hover: hover) {
  .c-info_list .c-item dd a {
    transition: 0.5s;
  }
  .c-info_list .c-item dd a:hover {
    opacity: 0.5;
  }
}
.c-info_list .c-item dd a .c-ico {
  margin-left: 8px;
}

.l-slide_area {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .l-slide_area {
    margin: 60px 0;
  }
}
.l-slide_area .c-slide_clinic {
  display: flex;
  overflow: hidden;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .l-slide_area .c-slide_clinic {
    display: block;
    height: auto;
  }
}
.l-slide_area .c-main_slide {
  width: 820px;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .l-slide_area .c-main_slide {
    width: 100%;
    height: auto;
  }
}
.l-slide_area .c-main_slide .swiper-slide .c-img {
  width: 100%;
  height: 100%;
}
.l-slide_area .c-main_slide .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-slide_area .cーthumb_slide_wrap {
  width: 224px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .l-slide_area .cーthumb_slide_wrap {
    width: 100%;
    margin: 10px 0 0;
  }
}
.l-slide_area .c-thumb_slide {
  height: 410px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-slide_area .c-thumb_slide {
    height: auto;
  }
}
.l-slide_area .c-thumb_slide .swiper-slide {
  transition: 0.5s;
}
.l-slide_area .c-thumb_slide .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #50b3b0;
  padding: 4px;
}
.l-slide_area .c-thumb_slide .swiper-slide .c-img {
  display: block;
  overflow: hidden;
  height: 100%;
}
.l-slide_area .c-thumb_slide .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-slide_area .c-swiper_btn {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.l-slide_area .c-swiper_btn > div {
  width: 50%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (hover: hover) {
  .l-slide_area .c-swiper_btn > div {
    transition: 0.5s;
  }
  .l-slide_area .c-swiper_btn > div:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-slide_area .c-swiper_btn .swiper-thumbs-button-prev img {
    transform: rotate(-90deg);
  }
}
.l-slide_area .c-swiper_btn .swiper-thumbs-button-next img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .l-slide_area .c-swiper_btn .swiper-thumbs-button-next img {
    transform: rotate(90deg);
  }
}

.l-inner.p-404 {
  padding: 80px 32px;
  text-align: center;
}

.form_content {
  max-width: 700px;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .form_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.form_content .flex {
  display: flex;
}
.form_content .form_list dt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_content .form_list dt.form_ttl {
  color: #50b3b0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.form_content .form_list dt span {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  display: block;
  padding: 4px 5px;
  border-radius: 4px;
  color: #fff;
  background: #c9c9c9;
}
.form_content .form_list dt span.req {
  background: #50b3b0;
}
.form_content .form_list dd input {
  border: 1px solid #6f6f6f;
  color: #333;
  background: #fff;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  border-radius: 0;
}
.form_content .form_list dd input::placeholder {
  color: #aaa;
}
.form_content .form_list dd textarea {
  width: 100%;
  border: 1px solid #6f6f6f;
  color: #333;
  background: #fff;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  border-radius: 0;
}
.form_content .form_list dd textarea::placeholder {
  color: #aaa;
}
.form_content .form_list dd select {
  border: 1px solid #6f6f6f;
  padding: 10px;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  border-radius: 0;
}
.form_content .form_list dd select::placeholder {
  color: #aaa;
}
.form_content .form_list dd .txt {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
.form_content .form_list dd.flex {
  align-items: center;
  gap: 16px;
}
.form_content .form_list dd.flex.radio {
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .form_content .form_list dd.flex.radio {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_content .form_list dd.flex span.mwform-radio-field {
  display: block;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.form_content .form_list dd.flex .flex {
  align-items: center;
  gap: 4px;
}
.form_content .form_list dd.flex .flex span {
  color: #50b3b0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  position: relative;
}
.form_content .form_list dd.flex .flex span select {
  position: relative;
}
.form_content .form_list dd.flex .flex span select[name="生年月日：年"] {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .form_content .form_list dd.flex .flex span select[name="生年月日：年"] {
    width: 82px;
  }
}
.form_content .form_list dd.flex .flex span select[name="生年月日：月"],
.form_content .form_list dd.flex .flex span select[name="生年月日：日"] {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .form_content .form_list dd.flex .flex span select[name="生年月日：月"],
  .form_content .form_list dd.flex .flex span select[name="生年月日：日"] {
    width: 82px;
  }
}
@media screen and (max-width: 420px) {
  .form_content .form_list dd.flex .flex span select[name="生年月日：月"],
  .form_content .form_list dd.flex .flex span select[name="生年月日：日"] {
    width: 60px;
  }
}
@media screen and (max-width: 420px) {
  .form_content .form_list dd.flex {
    gap: 6px;
  }
}
@media screen and (max-width: 359px) {
  .form_content .form_list dd.flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_content .form_list dd .day_list {
  margin-bottom: 12px;
}
.form_content .form_list dd .day_list dt {
  margin-top: 12px;
  margin-bottom: 6px;
}
.form_content .form_list dd .day_list dd.flex {
  flex-wrap: wrap;
  gap: 12px;
}
.form_content .form_list dd .day_list dd input {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .form_content .form_list dd .day_list dd input {
    width: 200px;
  }
}
.form_content .form_list dd .day_list dd select {
  width: 180px;
  color: #aaa;
}
.form_content
  .form_list
  dd
  .day_list
  dd
  select[data-gtm-form-interact-field-id] {
  color: #333;
}
@media screen and (max-width: 767px) {
  .form_content .form_list dd .day_list dd select {
    width: 165px;
  }
}
.form_content .form_list dd .select_calendar {
  position: relative;
}
.form_content .form_list dd .select_calendar::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/select_calendar.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 1;
}
.form_content .form_list dd .select_calendar input {
  cursor: default;
}
.form_content .form_list dd .select_arrow {
  position: relative;
}
.form_content .form_list dd .select_arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/select_arrow.svg);
  background-size: cover;
  width: 14px;
  height: 10px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 1;
}
.form_content .form_list > div {
  margin-bottom: 30px;
}
.form_content .form_list > div .error_box {
  margin-top: 5px;
}
.form_content .form_list > div .error {
  margin-top: 5px;
}
.form_content .form_list .flex.radio > span {
  width: fit-content;
}
.form_content .form_list .flex.radio label input[type="radio"] {
  display: none;
}
.form_content .form_list .flex.radio label input[type="radio"] + span {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1px;
  padding-left: 30px;
  word-break: break-all;
  line-height: 1.4em;
}
.form_content .form_list .flex.radio label input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #6f6f6f;
  background-color: #fff;
}
.form_content .form_list .flex.radio label input[type="radio"] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #6f6f6f;
  opacity: 0;
  transition: 0.3s;
}
.form_content .form_list .flex.radio label input[type="radio"]:checked + span {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1px;
  padding-left: 30px;
  line-height: 1.4em;
}
.form_content
  .form_list
  .flex.radio
  label
  input[type="radio"]:checked
  + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #6f6f6f;
  background-color: #fff;
}
.form_content
  .form_list
  .flex.radio
  label
  input[type="radio"]:checked
  + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #6f6f6f;
  opacity: 1;
}
.form_content input[type="submit"] {
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 40px;
  color: #fff;
  background: #50b3b0;
  border: solid 1px #50b3b0;
  padding: 16px 10px;
  margin-top: 50px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
.form_content input[type="submit"]:hover {
  color: #50b3b0;
  background: #fff;
}
.form_content.thx {
  max-width: 1200px;
}
.form_content.thx .thx_ttl {
  color: #50b3b0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.form_content.thx .thx_txt {
  margin: 50px auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
.form_content.thx .thx_btn {
  display: block;
  max-width: 250px;
  width: 100%;
  border-radius: 40px;
  border: solid 1px #50b3b0;
  background: #50b3b0;
  padding: 14px 10px;
  margin-inline: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s;
}
.form_content.thx .thx_btn:hover {
  background: #fff;
  color: #50b3b0;
}
.form_content .sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .form_content .sp-br {
    display: block;
  }
} /*# sourceMappingURL=page.css.map */
