@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: 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;
  }
}
/* ===================================
fv
=================================== */
.l-header {
  opacity: 0;
  transition: 0.5s;
}
.l-header.p-fv {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 32px 40px 0;
  flex-wrap: wrap;
  position: relative;
  opacity: 1;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-header.p-fv {
    padding: 0 15px 0;
  }
}
.l-header.p-fv .c-text_label {
  background: url(../img/top/bg_fv-head.png) no-repeat;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  display: block;
  height: 49px;
  background-size: cover;
  width: 290px;
  margin-left: -40px;
  padding: 20px 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .l-header.p-fv .c-text_label {
    display: block;
    background: #50b3b0;
    font-size: 14px;
    color: #fff;
    width: calc(100% + 30px);
    margin: 0 -15px;
    height: auto;
    padding: 10px 0;
    position: relative;
  }
}
.l-header.p-fv .l-logo {
  position: absolute;
  top: 80px;
  left: 30px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .l-header.p-fv .l-logo {
    position: absolute;
    top: 30px;
    left: 15px;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.p-fv .l-logo {
    max-width: 120px;
  }
}
.l-header.p-fv .l-header_right {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .l-header.p-fv .l-header_right {
    margin: 21px 0 29px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header.p-fv .l-header_right .c-menu {
    margin-top: 0;
    margin-left: 14px;
  }
}

/* fv */
.l-fv {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 45px;
}
@media screen and (max-width: 1024px) {
  .l-fv {
    display: block;
    padding-top: 20vw;
    padding-bottom: 8vw;
  }
}

.c-fvslide_02 {
  overflow: hidden;
  width: 42.56vw;
  height: calc(42.56vw + 40px);
  margin: 0 9.5vw;
  padding-bottom: 40px;
}
.c-fvslide_02 .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
  margin: auto;
}
@media (hover: hover) {
  .c-fvslide_02 a {
    display: block;
    position: relative;
  }
  .c-fvslide_02 a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
  }
  .c-fvslide_02 a:hover:before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .c-fvslide_02 {
    width: calc(100% - 15.5vw);
    height: calc(100% - 15.5vw);
    margin: 0 auto;
    border-radius: 8px;
    padding-bottom: 16vw;
  }
}
.c-fvslide_02 .swiper-button-next,
.c-fvslide_02 .swiper-button-prev {
  top: 46%;
  width: 56px;
  height: 86px;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_02 .swiper-button-next,
  .c-fvslide_02 .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
.c-fvslide_02 .swiper-button-next:after,
.c-fvslide_02 .swiper-button-prev:after {
  content: "";
  background: url(../img/top/ico_arrow-fv.png) no-repeat;
  width: 56px;
  height: 86px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_02 .swiper-button-next:after,
  .c-fvslide_02 .swiper-button-prev:after {
    background: url(../img/top/ico_arrow-fv-sp.svg);
    background-size: cover;
    width: 48px;
    height: 48px;
  }
}
.c-fvslide_02 .swiper-button-prev {
  left: 23vw;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_02 .swiper-button-prev {
    top: auto;
    bottom: 36px;
    left: 14px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}
.c-fvslide_02 .swiper-button-next {
  right: 23vw;
  transform: rotate(180deg);
  left: auto;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_02 .swiper-button-next {
    right: auto;
    left: 87px;
    top: auto;
    bottom: 36px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}

.c-fvslide_01 {
  margin-left: -10vw;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_01 {
    width: 31.5vw;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3vw !important;
    margin-left: -3vw;
  }
}

.c-fvslide_03 {
  margin-right: -10vw;
}
@media screen and (max-width: 1024px) {
  .c-fvslide_03 {
    width: 31.5vw;
    position: absolute;
    margin: 0;
    right: -7vw;
    bottom: 70px;
  }
}

.c-fvslide_01,
.c-fvslide_03 {
  width: 27.46vw;
  overflow: hidden;
  border-radius: 16px;
  filter: blur(5px);
  margin-top: 3vw;
  pointer-events: none;
}

.swiper-slide {
  margin: auto;
}

.l-fv_wrap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .l-fv_wrap {
    padding-bottom: 80px;
  }
}
.l-fv_wrap:before {
  content: "";
  background: #dbf6f1;
  width: 100%;
  height: calc(180px + 14vw);
  position: absolute;
  bottom: -36px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-fv_wrap:before {
    height: calc(110px + 19vw);
    bottom: -26px;
  }
}
.l-fv_wrap .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-fv_wrap .swiper-pagination {
    display: none;
  }
}
.l-fv_wrap .swiper-pagination-bullet {
  background: #dbf6f1;
  border: 1px solid #50b3b0;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
}
.l-fv_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #50b3b0;
}

/* ===================================
l-rec
=================================== */
.l-rec {
  position: relative;
}
.l-rec .l-inner {
  padding: 0px 46px;
}
@media screen and (max-width: 767px) {
  .l-rec .l-inner {
    padding: 0 32px;
  }
}
.l-rec .c-sec_ttl .c-ttl_en {
  color: #50b3b0;
  font-family: "Libre Bodoni", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-rec .c-sec_ttl .c-ttl_en {
    font-size: 48px;
  }
}
.l-rec .c-sec_ttl .c-ttl_ja {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-rec .c-sec_ttl .c-ttl_ja {
    font-size: 16px;
  }
}
.l-rec .c-bnr_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 114px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .l-rec .c-bnr_list {
    gap: 26px;
    margin-top: 55px;
  }
}
.l-rec .c-bnr_list li {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .l-rec .c-bnr_list li {
    width: 100%;
  }
}
.l-rec .c-bnr_list a {
  display: block;
}
@media (hover: hover) {
  .l-rec .c-bnr_list a {
    transition: 0.5s;
  }
  .l-rec .c-bnr_list a:hover {
    opacity: 0.5;
  }
}
.l-rec .c-wrap {
  position: relative;
}
.l-rec .c-wrap .c-ico01 {
  position: absolute;
  top: -36px;
  left: -36px;
}
@media screen and (max-width: 767px) {
  .l-rec .c-wrap .c-ico01 {
    display: none;
  }
}
.l-rec .c-wrap .c-ico02 {
  position: absolute;
  top: -36px;
  right: -36px;
}
@media screen and (max-width: 767px) {
  .l-rec .c-wrap .c-ico02 {
    display: none;
  }
}
.l-rec .c-wrap .c-ico03 {
  position: absolute;
  bottom: -36px;
  left: -36px;
}
@media screen and (max-width: 767px) {
  .l-rec .c-wrap .c-ico03 {
    display: none;
  }
}
.l-rec .c-wrap .c-ico04 {
  position: absolute;
  bottom: -36px;
  right: -36px;
}
@media screen and (max-width: 767px) {
  .l-rec .c-wrap .c-ico04 {
    display: none;
  }
}
.l-rec .c-wrap .c-ico05 {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 26px);
}
@media screen and (max-width: 767px) {
  .l-rec .c-wrap .c-ico05 {
    display: none;
  }
}

/* ===================================
l-campaign
=================================== */
.l-campaign {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-campaign {
    margin-top: 90px;
    padding-top: 90px;
  }
}
.l-campaign .l-inner:before {
  content: "";
  background: #dbf6f1;
  width: 16vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .l-campaign .l-inner:before {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .l-campaign .l-inner:before {
    height: 120px;
    width: 160px;
  }
}
.l-campaign .c-ttl_wrap::before {
  width: calc(100% - 523px);
  left: 334px;
}

.c-campaign_wrap {
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-campaign_wrap {
    overflow: visible;
  }
}
.c-campaign_wrap a {
  display: block;
}
@media (hover: hover) {
  .c-campaign_wrap a {
    transition: 0.5s;
  }
  .c-campaign_wrap a:hover {
    opacity: 0.5;
  }
}
.c-campaign_wrap .c-thumb {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.c-campaign_wrap .c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-campaign_wrap .c-ttl {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.c-ttl_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrap {
    display: block;
  }
}
.c-ttl_wrap::before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrap::before {
    width: calc(100% - 168px) !important;
    left: 0 !important;
    top: 110px;
  }
}
.c-ttl_wrap .c-sec_ttl .c-ttl_en {
  color: #50b3b0;
  font-family: "Libre Bodoni", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrap .c-sec_ttl .c-ttl_en {
    font-size: 48px;
  }
}
.c-ttl_wrap .c-sec_ttl .c-ttl_ja {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrap .c-sec_ttl .c-ttl_ja {
    font-size: 16px;
    margin-top: 4px;
  }
}
.c-ttl_wrap .c-link {
  margin: 10px 20px 0 0;
}
.c-ttl_wrap .c-link a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrap .c-link a {
    margin: 0 0 0 auto;
  }
}
@media (hover: hover) {
  .c-ttl_wrap .c-link a .c-ico:before {
    transition: 0.5s;
  }
  .c-ttl_wrap .c-link a:hover .c-ico:before {
    left: 24px;
  }
}
.c-ttl_wrap .c-link .c-ico {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 24px;
  border: 1px solid #333;
  display: block;
  margin-left: 10px;
}
.c-ttl_wrap .c-link .c-ico:before {
  content: "";
  background: url(../img/top/ico_arrow-btn.svg) no-repeat;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 18px;
  left: 18px;
}

/* ===================================
l-case
=================================== */
.l-case {
  border-radius: 80px 80px 0px 0px;
  background: #dbf6f1;
  margin-top: 120px;
  padding-top: 80px;
  padding: 80px 20px 80px;
}
@media screen and (max-width: 1024px) {
  .l-case {
    margin-top: 40px;
    border-radius: 16px 16px 0px 0px;
    padding: 30px 0 80px;
  }
}
.l-case .l-inner {
  border-top: 1px solid #badedd;
  display: flex;
  max-width: 1100px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .l-case .l-inner {
    display: block;
  }
}
.l-case .c-ttl_wrap {
  width: 214px;
  display: block;
  padding-top: 44px;
}
@media screen and (max-width: 1024px) {
  .l-case .c-ttl_wrap {
    width: 100%;
    text-align: center;
    padding-top: 34px;
  }
  .l-case .c-ttl_wrap .c-sec_ttl .c-ttl_en,
  .l-case .c-ttl_wrap .c-sec_ttl .c-ttl_ja {
    text-align: center;
  }
}
.l-case .c-ttl_wrap::before {
  display: none;
}
.l-case .c-ttl_wrap .c-link {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-case .c-ttl_wrap .c-link {
    display: none;
  }
}
.l-case .c-post_wrap {
  width: calc(100% - 214px);
  border-left: 1px solid #badedd;
  padding: 40px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_wrap {
    width: 100%;
    padding: 54px 16px 0;
    border: none;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-case .c-post_wrap .c-link {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_wrap .c-link {
    display: block;
    margin: 30px auto 0;
  }
  .l-case .c-post_wrap .c-link a {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .l-case .c-post_wrap .c-link a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_wrap .c-link .c-ico {
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 24px;
    border: 1px solid #333;
    display: block;
    margin-left: 10px;
  }
  .l-case .c-post_wrap .c-link .c-ico:before {
    content: "";
    background: url(../img/top/ico_arrow-btn.svg) no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 18px;
    left: 18px;
  }
}
.l-case .c-post_list {
  display: block;
}
.l-case .c-post_list .c-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_list .c-item {
    display: block;
  }
}
.l-case .c-post_list .c-item + .c-item {
  margin-top: 50px;
}
.l-case .c-post_list .c-thumb {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  max-width: 264px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_list .c-thumb {
    margin: 0 auto;
  }
}
.l-case .c-post_list .c-text_wrap {
  padding: 32px 32px 32px 72px;
  background: #fff;
  width: calc(100% - 216px);
  margin: 40px 0 0 -40px;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_list .c-text_wrap {
    padding: 16px;
    width: 100%;
    margin: -14px auto 0;
  }
}
.l-case .c-post_list .c-text_wrap .c-ttl_label {
  margin: -32px -32px 0;
  padding: 8px 10px 8px 32px;
  background: #50b3b0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_list .c-text_wrap .c-ttl_label {
    text-align: center;
    font-size: 16px;
    padding: 24px 16px 8px;
    margin: -20px -16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-case .c-post_list .c-price_list {
    margin-top: 20px;
  }
}
.l-case .c-post_list .c-price_list .c-row_wrap {
  padding: 16px 0;
  border-bottom: 1px solid #e3f3f3;
  color: #50b3b0;
}
.l-case .c-post_list .c-price_list .c-row_wrap .c-text {
  color: #50b3b0;
}
.l-case .c-post_list .c-text.p-price {
  font-size: 14px;
  margin-top: 10px;
  color: #aaa;
}
.l-case .c-post_list a {
  width: fit-content;
  margin: 0 0 0 auto;
  color: #50b3b0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
}
.l-case .c-post_list a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #50b3b0;
  border-right: 0;
  position: absolute;
  top: 6px;
  left: -18px;
}

/* ===================================
l-link_sec
=================================== */
.l-link_sec {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-link_sec {
    padding-top: 60px;
  }
}
.l-link_sec::before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/top/bg_link_sec.jpg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-link_sec .c-sec_ttl .c-ttl_ja {
  color: #50b3b0;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-sec_ttl .c-ttl_ja {
    font-size: 24px;
  }
}
.l-link_sec .c-sec_ttl .c-ttl_ja br {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-sec_ttl .c-ttl_ja br {
    display: block;
  }
}
.l-link_sec .c-sec_ttl .c-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-sec_ttl .c-text {
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
.l-link_sec .c-page_list {
  display: flex;
  margin-top: 80px;
  max-width: 1100px;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .l-link_sec .c-page_list {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-page_list {
    flex-wrap: wrap;
    border-radius: 56px 56px 0px 0px;
    margin-top: 60px;
  }
  .l-link_sec .c-page_list li {
    width: 100%;
  }
}
.l-link_sec .c-page_list .c-text {
  background: #fff;
  padding: 16px;
  color: #50b3b0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .l-link_sec .c-page_list .c-text {
    font-size: 16px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-page_list .c-text {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    border-radius: 16px 0px 0px 0px;
    padding: 12px;
  }
}
.l-link_sec .c-page_list .c-text::before {
  content: "";
  background: url(../img/top/ico_arrow-link.svg);
  width: 17px;
  height: 9px;
  position: absolute;
  background-size: cover;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-page_list .c-text::before {
    top: 16px;
  }
}
.l-link_sec .c-page_list a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-link_sec .c-page_list a {
    position: relative;
  }
}
@media (hover: hover) {
  .l-link_sec .c-page_list a .c-text:before {
    transition: 0.5s;
  }
  .l-link_sec .c-page_list a:hover .c-text:before {
    right: 2px;
  }
}

/* ===================================
l-column
=================================== */
.l-column {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-column {
    padding-top: 80px;
  }
}
.l-column .l-inner {
  max-width: 1010px;
}
.l-column .c-ttl_wrap::before {
  left: 270px;
  width: calc(100% - 440px);
}
.l-column .c-ttl_wrap .c-link {
  margin-right: 0;
}
.l-column .c-column_wrap {
  position: relative;
}
.l-column .c-column_slide {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 25px;
}
.l-column .c-column_slide .swiper-slide {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-column .c-column_slide .swiper-slide {
    display: block;
  }
}
.l-column .c-column_slide .c-item {
  border-radius: 8px;
  background: #f1faf8;
}
@media screen and (max-width: 767px) {
  .l-column .c-column_slide .c-item + .c-item {
    margin-top: 8px;
  }
}
.l-column .c-column_slide .c-item a {
  display: flex;
  align-items: center;
  padding: 16px;
}
@media (hover: hover) {
  .l-column .c-column_slide .c-item a {
    transition: 0.5s;
  }
  .l-column .c-column_slide .c-item a:hover {
    opacity: 0.5;
  }
}
.l-column .c-column_slide .c-ttl {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 10px;
}
.l-column .c-column_slide .c-date {
  font-size: 14px;
  display: block;
}
.l-column .c-column_slide .c-cat {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.l-column .c-column_slide .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;
}
.l-column .c-column_slide .c-thumb {
  width: 200px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .l-column .c-column_slide .c-thumb {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-column .c-column_slide .c-thumb {
    width: 120px;
  }
}
.l-column .c-column_slide .c-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-column .c-column_slide .c-text_wrap {
  width: calc(100% - 216px);
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .l-column .c-column_slide .c-text_wrap {
    width: calc(100% - 176px);
  }
}
@media screen and (max-width: 767px) {
  .l-column .c-column_slide .c-text_wrap {
    width: calc(100% - 136px);
  }
}
.l-column .swiper-button-next:after,
.l-column .swiper-button-prev:after {
  background: url(../img/top/ico_arrow-column.svg);
  content: "";
  background-size: cover;
  width: 19px;
  height: 34px;
}
.l-column .swiper-button-prev {
  left: -55px;
  transform: rotate(-180deg);
  top: 120px;
}
.l-column .swiper-button-next {
  right: -55px;
  top: 120px;
}
.l-column .swiper-pagination {
  bottom: -6px !important;
}
.l-column .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #50b3b0;
  opacity: 1;
}
.l-column .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #50b3b0;
}

/* ===================================
l-news
=================================== */
.l-news {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-top: 80px;
  }
}
.l-news .l-inner {
  max-width: 1008px;
}
.l-news .c-ttl_wrap .c-link {
  margin-right: 0;
}
.l-news .c-ttl_wrap::before {
  left: 190px;
  width: calc(100% - 360px);
}
.l-news .c-post_list.p-news {
  margin-top: 60px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .l-news .c-post_list.p-news {
    margin-bottom: 120px;
  }
}

/* ===================================
人気メニューTOP3
=================================== */
.cu-popular {
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 40px 0;
  background: linear-gradient(180deg, #FAFBFC 0%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .cu-popular {
    margin-top: 80px;
    margin-bottom: 92.5px;
    padding: 30px 0;
  }
}

.cu-popular__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .cu-popular__inner {
    padding: 0 16px;
  }
}

.cu-popular__contents {
  margin-top: 48px;
  padding: 0;
  position: relative;
}

/* PC: グリッド表示（Swiperを無効化） */
@media screen and (min-width: 768px) {
  .cu-popular__contents .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cu-popular__contents .swiper-slide {
    width: auto !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
}

/* モバイル: カルーセル表示 */
@media screen and (max-width: 767px) {
  .cu-popular__contents {
    margin-top: 40px;
    display: block;
    overflow: hidden;
    padding: 0 20px;
  }

  .cu-popular__contents .swiper-wrapper {
    display: flex;
  }
}

.cu-popular__item {
  position: relative;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-popular__link {
  display: block;
  text-decoration: none;
  height: 100%;
}

.cu-popular__card {
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

@media (hover: hover) {
  .cu-popular__link:hover .cu-popular__card {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  }

  .cu-popular__link:hover .cu-popular__overlay {
    opacity: 1;
  }

  .cu-popular__link:hover .cu-popular__arrow {
    transform: translateX(4px);
  }

  .cu-popular__link:hover .rank-badge {
    transform: scale(1.1) rotate(5deg);
  }
}

.cu-popular__rank {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-family: "Libre Bodoni", serif;
}
@media screen and (max-width: 767px) {
  .cu-popular__rank {
    top: 12px;
    left: 12px;
  }
}

.rank-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .rank-badge {
    width: 48px;
    height: 48px;
  }
}

.rank-number {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .rank-number {
    font-size: 24px;
  }
}

.rank-label {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  margin-top: -2px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .rank-label {
    font-size: 9px;
  }
}

.cu-popular__item[data-rank="1"] .rank-badge {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cu-popular__item[data-rank="2"] .rank-badge {
  background: linear-gradient(135deg, #E8E8E8 0%, #A8A8A8 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cu-popular__item[data-rank="3"] .rank-badge {
  background: linear-gradient(135deg, #CD7F32 0%, #A0522D 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cu-popular__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #F8F9FA;
}

.cu-popular__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-popular__link:hover .cu-popular__thumb img {
  transform: scale(1.05);
}

.cu-popular__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.placeholder-icon {
  font-size: 48px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .placeholder-icon {
    font-size: 40px;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.placeholder-text {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .placeholder-text {
    font-size: 16px;
  }
}

.cu-popular__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(80, 179, 176, 0) 0%, rgba(80, 179, 176, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.cu-popular__content {
  padding: 24px 20px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .cu-popular__content {
    padding: 20px 16px;
  }
}

.cu-popular__title {
  font-size: 20px;
  font-weight: 700;
  color: #2C3E50;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .cu-popular__title {
    font-size: 18px;
  }
}

.cu-popular__desc {
  font-size: 14px;
  color: #7F8C8D;
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 48px;
}
@media screen and (max-width: 767px) {
  .cu-popular__desc {
    font-size: 13px;
    min-height: 44px;
  }
}

.cu-popular__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #F0F0F0;
}

.cu-popular__price {
  font-size: 24px;
  font-weight: 700;
  color: #50B3B0;
  font-family: "Libre Bodoni", serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .cu-popular__price {
    font-size: 22px;
  }
}

.price-suffix {
  font-size: 16px;
  font-weight: 500;
  color: #7F8C8D;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .price-suffix {
    font-size: 14px;
  }
}

.cu-popular__arrow {
  font-size: 20px;
  color: #50B3B0;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cu-popular__arrow {
    font-size: 18px;
  }
}

/* カルーセルのページネーション */
.cu-popular__pagination {
  margin-top: 32px !important;
  position: static !important;
  display: none;
}
@media screen and (max-width: 767px) {
  .cu-popular__pagination {
    display: block;
  }
}

.cu-popular__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D0D0D0;
  opacity: 1;
  transition: all 0.3s ease;
}

.cu-popular__pagination .swiper-pagination-bullet-active {
  background: #50B3B0;
  width: 24px;
  border-radius: 5px;
}

/* カルーセルのナビゲーションボタン */
.cu-popular__button-prev,
.cu-popular__button-next {
  display: none;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cu-popular__button-prev,
  .cu-popular__button-next {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cu-popular__button-prev {
    left: 10px;
  }

  .cu-popular__button-next {
    right: 10px;
  }

  .cu-popular__button-prev:after,
  .cu-popular__button-next:after {
    font-size: 18px;
    color: #50B3B0;
    font-weight: 700;
  }

  .cu-popular__button-prev:hover,
  .cu-popular__button-next:hover {
    background: #50B3B0;
  }

  .cu-popular__button-prev:hover:after,
  .cu-popular__button-next:hover:after {
    color: #FFFFFF;
  }
}

/*# sourceMappingURL=top.css.map */
