@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-3vw: calc((100% - 3vw*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-50: calc((100% - 50px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-20: calc((100% - 20px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --shadow-btn: 6.080051898956299px 6.080051898956299px 13.680116653442383px rgba(180.22, 96.52, 18.19, 0.20);
  --primary:#7ECEF4;
  --secondary:#F19EC2;
  --title: #125A7C;
  --white:#ffffff;
  --btn:#125A7C;
  --accColor:#6BC5F3;
  --color-pale:#FFEDD7;
  --text:#092938;
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --font-ja: "Zen Maru Gothic", sans-serif;
  --font-en: "Comfortaa", sans-serif;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

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,
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 {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--text);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: var(--font-ja);
  animation: fadeInAnime 1.5s ease 0s;
}

.ptNone #contents_wrap {
  padding-bottom: 0 !important;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 92.19vw;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1800px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    max-width: 100%;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.p-hero {
  position: relative;
  z-index: 0;
}
.p-hero::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D8F8FF 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-hero::after {
  content: "";
  background: url(../images/home/wave_white.png);
  width: 100%;
  max-height: 252px;
  position: absolute;
  bottom: -5vw;
  left: 0;
  z-index: 1;
  aspect-ratio: 479/63;
  background-size: cover;
}
.p-hero__bg img {
  width: 100% !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-hero__bg img {
    height: 60dvh !important;
  }
}
.p-hero__content {
  position: absolute;
  left: 7.66vw;
  bottom: 11vw;
  z-index: 1;
}
@media (max-width: 834px) {
  .p-hero__content {
    bottom: 100px;
  }
}
.p-hero__content h1 {
  font-size: clamp(32px, 5vw, 68px);
  line-height: 1;
  color: #0BB0FF;
  font-weight: bold;
}
.p-hero__content h1 .sub {
  display: block;
  font-size: 0.6em;
  color: var(--title);
  line-height: 1;
  margin-bottom: 25px;
}

.p-sub-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.p-sub-hero__inner {
  text-align: center;
  width: 100%;
}
.p-sub-hero article {
  display: flex;
  flex-direction: column-reverse;
}
.p-sub-hero h1 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--primary);
}
.p-sub-hero .en {
  color: var(--title);
  font-size: clamp(42px, 4.8vw, 62px);
  font-family: var(--en);
  text-align: center;
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--black);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

.l-header__inner {
  background: linear-gradient(to bottom, #ffffff, transparent);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 834px) {
  .l-header__inner {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .l-header__logo {
    max-width: 26vw;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 20px;
}
.l-header__list {
  display: flex;
  gap: 24px;
}
.l-header__list li a {
  display: inline-block;
  color: var(--text);
  transition: 0.2s;
}
.l-header__list li a:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.l-header__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .l-header__contact {
    gap: 10px;
  }
}
.l-header__contact__mail {
  color: var(--white) !important;
  background-color: var(--btn);
  border-radius: 50vh;
  padding: 18px;
  min-width: 220px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.openBtn {
  display: none;
}
@media (max-width: 900px) {
  .openBtn {
    margin: 8px;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-radius: 100vh;
  }
  .openBtn .btnArea {
    width: 24px;
    height: 16px;
    position: relative;
  }
  .openBtn .btnArea span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .openBtn .btnArea span:nth-of-type(1) {
    top: 0;
  }
  .openBtn .btnArea span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .openBtn .btnArea span:nth-of-type(3) {
    bottom: 0;
  }
  .openBtn.active {
    background-color: var(--primary);
  }
  .openBtn.active .btnArea span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .openBtn.active .btnArea span:nth-of-type(2) {
    opacity: 0;
  }
  .openBtn.active .btnArea span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.l-header__nav .l-header__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__nav .nav_dropdown {
  position: relative;
}
.l-header__nav .nav_dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 200px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  z-index: 100;
}
.l-header__nav .nav_dropdown .dropdown li a {
  display: block;
  padding: 10px 20px;
  color: var(--primary);
  transition: background 0.3s;
}
.l-header__nav .nav_dropdown .dropdown li a:hover {
  background: #F5F2EE;
}
@media (max-width: 900px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(126, 206, 244, 0.85);
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    padding: 80px 40px;
    z-index: 0;
  }
  .l-header__nav.panelactive {
    right: 0;
  }
  .l-header__nav .l-header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .l-header__nav .l-header__list > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-header__nav .l-header__list a {
    display: block;
    padding: 20px 0;
    color: var(--white);
    font-weight: bold;
  }
  .l-header__nav .nav_dropdown .toggle {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .l-header__nav .nav_dropdown .toggle::after {
    content: "▼";
    font-size: 12px;
  }
  .l-header__nav .nav_dropdown .toggle.is-open {
    transform: rotate(180deg);
  }
  .l-header__nav .nav_dropdown .dropdown {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0 0 10px 20px;
    background: #D78F4B;
  }
  .l-header__nav .nav_dropdown .dropdown li a {
    padding: 10px 0;
    color: rgba(var(--white), 0.8);
    font-size: 0.9em;
  }
}

@media (max-width: 900px) {
  .l-header__contact {
    display: none;
  }
  .l-header__contact2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .l-header__contact2 .l-header__number a {
    color: var(--white);
  }
}
#global_footer {
  text-align: left;
}

.c-page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 90;
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 640px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.c-page-top:hover {
  background-color: var(--primary);
  transform: translateY(-5px);
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 100px 3vw;
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.l-footer__nav ul li a {
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
}
.l-footer__nav ul li ul {
  gap: 8px;
  flex-direction: column;
  padding-left: 2rem;
}
.l-footer__nav ul li ul li {
  line-height: 1em;
}
.l-footer__nav ul li ul li a {
  font-size: 0.8em;
}
.l-footer__copy {
  font-size: 14px;
  text-align: center;
}
.l-footer__copy a {
  color: var(--white);
}

.ptNone #contents_wrap {
  padding-bottom: 0 !important;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-container {
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .l-container {
    padding: 0 20px;
  }
}

.c-btn a {
  display: block;
  border-radius: 50vh;
  text-align: center;
  padding: 14px;
  max-width: 250px;
  margin: auto;
}
.c-btn a:hover {
  background-color: var(--primary);
}
.c-btn--primary a {
  background: var(--btn);
  color: var(--white);
}
.c-btn__mail a {
  background: var(--btn);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-btn__mail a i {
  font-size: 1.2em;
}

.c-section-title h2 {
  font-family: var(--font-en);
  color: var(--primary);
  font-size: clamp(32px, 4.8vw, 62px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-section-title h2 .ja {
  font-family: var(--font-ja);
  display: block;
  color: var(--title);
  font-size: 0.3em;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .c-section-title h2 .ja {
    font-size: 1.6rem;
  }
}
.c-section-title__local h2 {
  color: var(--primary);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--title);
  border-bottom: dotted 4px rgba(126, 206, 244, 0.2784313725);
  padding-bottom: 15px;
}
.c-section-title__local h2::before {
  content: "";
  background: url(../images/home/note_01.png);
  background-size: cover;
  width: 45px;
  aspect-ratio: 150/149;
  display: inline-block;
}
.c-section-title__local article > div {
  margin-top: 30px;
}
.c-section-title__local article > div:empty {
  margin-top: 0;
}
.c-section-title__local--prof h2 {
  font-size: clamp(26px, 3vw, 32px);
  border-bottom: dotted 4px rgba(126, 206, 244, 0.2784313725);
  padding-bottom: 15px;
  color: var(--title);
}
.c-section-title__local--prof h2 .position {
  color: var(--secondary);
  margin-left: 8px;
  font-size: 0.6em;
}
.c-section-title__sub h3 {
  font-family: var(--font-ja);
  display: block;
  color: var(--title);
  font-weight: bold;
  border-left: 4px solid var(--secondary);
  padding: 8px 0 8px 2rem;
  line-height: 1;
}

.c-text--radius {
  border-radius: 20px;
}
.c-text__top p {
  line-height: 2.4em;
}
.c-text__ai {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 640px) {
  .c-text__ai {
    padding: 30px;
  }
}

.c-calendar__table {
  padding: 0 30px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 1.1744791269px 2.3489582539px rgba(18, 90, 124, 0.3);
  border-radius: 30px;
  border: 1px solid rgba(18, 90, 124, 0.1);
}
@media (max-width: 640px) {
  .c-calendar__table {
    padding: 0 15px 15px 15px;
    font-size: 1.6rem;
  }
}
.c-calendar__table td {
  text-align: center !important;
  border: none !important;
}
.c-calendar__table .holiday {
  color: #90A1B9;
  font-size: 0.8em;
}
.c-calendar__table .open {
  color: #f5369a;
}
.c-calendar__table .close {
  color: #999;
}
.c-calendar__table .frame {
  color: #0084D6;
  line-height: 1;
}
.c-calendar__table tr:nth-of-type(2) {
  border-bottom: 1px solid rgba(126, 206, 244, 0.2);
}
.c-calendar__table .td-btm ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 0.8em;
}
.c-calendar__table .td-week {
  font-family: var(--font-en);
  color: #0084D6;
}
.c-calendar__table .td-week > div {
  font-weight: bold;
}
.c-calendar__table .td-holiday-pink {
  color: #f5369a;
}
.c-calendar__table .td-holiday-blue {
  color: #55c6fe;
}
.c-calendar__table .td-top {
  text-align: center;
  font-size: 2.4rem;
  color: var(--title);
  font-family: var(--font-en);
  padding: 30px !important;
  padding-bottom: 10px !important;
}
.c-calendar__table .td-top > div {
  font-weight: 500;
}

.newsWrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 640px) {
  .newsWrap {
    padding: 30px;
  }
}

.c-dl__price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.c-dl__price dt {
  background: none !important;
  border: none !important;
  font-weight: bold;
  color: var(--title);
}
@media (max-width: 834px) {
  .c-dl__price dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.c-dl__price dd {
  text-align: right;
  border: none !important;
  background: none !important;
}
@media (max-width: 834px) {
  .c-dl__price dd {
    width: 100% !important;
  }
}
.c-dl__price dl {
  padding: 30px;
  border-bottom: 1px solid rgba(126, 206, 244, 0.3);
  background-color: white;
}
@media (max-width: 834px) {
  .c-dl__price dl {
    display: block !important;
  }
}
.c-dl__news {
  max-height: 200px;
  overflow-y: auto;
}
.c-dl__news dl {
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 834px) {
  .c-dl__news dl {
    flex-direction: column;
  }
}
.c-dl__news dt {
  background: none !important;
  border: none !important;
  color: var(--title);
  font-family: var(--font-en);
  padding: 30px 0 !important;
}
@media (max-width: 834px) {
  .c-dl__news dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.c-dl__news dd {
  background: none !important;
  border: none !important;
  padding: 30px 0 !important;
}
@media (max-width: 834px) {
  .c-dl__news dd {
    width: 100% !important;
  }
}
@media (max-width: 834px) {
  .c-dl__info dl {
    flex-direction: column;
  }
}
.c-dl__info dt {
  background: none !important;
  border: none !important;
  color: var(--title);
}
@media (max-width: 834px) {
  .c-dl__info dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.c-dl__info dd {
  background: none !important;
  border: none !important;
}
@media (max-width: 834px) {
  .c-dl__info dd {
    width: 100% !important;
  }
}
.c-dl__company {
  background-color: #fff;
  padding: 50px;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 834px) {
  .c-dl__company {
    padding: 30px;
  }
}
.c-dl__company dt {
  padding: 30px 0 !important;
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media (max-width: 640px) {
  .c-dl__company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.c-dl__company dd {
  padding: 30px 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .c-dl__company dd {
    width: 100% !important;
  }
}
.c-dl__company dl {
  border-bottom: 1px solid rgba(30, 184, 192, 0.3);
}
@media (max-width: 640px) {
  .c-dl__company dl {
    display: block !important;
  }
}

.p-about {
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .p-about {
    padding: 80px 0;
  }
}
.p-about .c-text__top {
  position: relative;
  z-index: 1;
}
.p-about__deco--left .box:first-of-type {
  position: absolute;
  left: 0;
  top: -10vw;
  z-index: 0;
  max-width: 51vw;
}
.p-about__deco--left .box:last-of-type {
  position: absolute;
  left: 14vw;
  bottom: -12vw;
  z-index: 0;
  max-width: 11vw;
}
.p-about__deco--right .box:first-of-type {
  position: absolute;
  right: 0;
  bottom: -19vw;
  z-index: -1;
  max-width: 51vw;
}
.p-about__deco--right .box:last-of-type {
  position: absolute;
  right: 13vw;
  top: 0;
  z-index: 0;
  max-width: 11vw;
}

.p-spot {
  position: relative;
  z-index: 0;
  background-size: cover;
}
.p-spot::after {
  content: "";
  background: url(../images/home/wave_white_btm.png);
  background-size: cover;
  aspect-ratio: 137/22;
  background-position: center;
  width: 100%;
  max-height: 308px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-spot::before {
  content: "";
  background: url(../images/home/wave_blue.png);
  background-size: cover;
  aspect-ratio: 320/29;
  background-position: center;
  width: 100%;
  max-height: 174px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
.p-spot .deco-img {
  position: absolute;
  right: 20vw;
  bottom: 0;
  max-width: 7vw;
}
.p-spot__card {
  gap: 35px;
}
.p-spot__card .box {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 35px) / 2);
  box-shadow: 0px 1.1744791269px 2.3489582539px rgba(0, 0, 0, 0.05);
  overflow: visible !important;
}
@media (max-width: 640px) {
  .p-spot__card .box {
    width: 100%;
  }
}
.p-spot__card .box > article {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-spot__card .box img {
  border-radius: 5px;
}
.p-spot__card .box h3 {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2rem;
  color: var(--title);
  text-decoration: underline;
  text-decoration-color: #FBBF24;
}

.p-point {
  position: relative;
}
@media (max-width: 834px) {
  .p-point {
    padding: 80px 0;
  }
}
.p-point__card {
  gap: 35px;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .p-point__card {
    gap: 50px;
  }
}
.p-point__card .box {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  overflow: visible !important;
  position: relative;
}
@media (max-width: 640px) {
  .p-point__card .box {
    width: 100%;
    flex: auto;
  }
}
.p-point__card .box img {
  width: 100% !important;
  border-radius: 30px 30px 0 0;
}
.p-point__card .box .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  color: var(--white);
  position: absolute;
  left: -40px;
  top: -40px;
  background: var(--secondary);
  border-radius: 100vh;
  border: 3px white solid;
  width: 86px;
  height: 86px;
  font-size: clamp(28px, 3vw, 48px);
}
@media (max-width: 900px) {
  .p-point__card .box .number {
    width: 60px;
    height: 60px;
    left: 0;
  }
}
.p-point__card .box h3 {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(20px, 2.2vw, 24px);
  color: var(--title);
}

.p-calendar {
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-calendar__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1050px) {
  .p-calendar__flex {
    flex-direction: column;
  }
}
.p-calendar__flex .c-calendar__table {
  flex: 1;
}
@media only screen and (min-width: 835px) and (max-width: 1050px) {
  .p-calendar__flex .c-calendar__table {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 900px) {
  .p-calendar__flex .c-calendar__table {
    width: 100%;
    flex: auto;
  }
}

.p-news {
  position: relative;
  z-index: 0;
}
.p-news::after {
  content: "";
  background: url(../images/home/wave_white_btm.png);
  background-size: cover;
  aspect-ratio: 137/22;
  background-position: center;
  width: 100%;
  max-height: 308px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-news::before {
  content: "";
  background-color: #FFF0F7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.p-news .deco-img {
  position: absolute;
  left: 20vw;
  top: 4vw;
  max-width: 7vw;
  z-index: 1;
}

.p-information__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (min-width: 835px) and (max-width: 1050px) {
  .p-information__inner {
    flex-direction: column;
  }
}
.p-information__content {
  flex: 1;
}
@media (max-width: 834px) {
  .p-information__content {
    flex: auto;
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.l-cta__tel a {
  color: #30562F !important;
  font-size: clamp(36px, 4vw, 42px);
  display: inline-flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  gap: 8px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-cta__tel a {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.l-cta__tel .time {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
.l-cta__tel .time i {
  font-size: 1.2em;
  margin-right: 5px;
}

.color-white {
  color: #FFFFFF;
}
.color-white h2, .color-white h3 {
  color: #FFFFFF !important;
}

.title {
  display: none;
}

.form {
  background-color: #fff;
  padding: 50px;
  border: 5px solid #FFFFFF;
  border: 1px solid rgba(126, 206, 244, 0.3);
  border-radius: 30px;
}
@media (max-width: 834px) {
  .form {
    padding: 30px;
  }
}
.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  font-weight: bold;
  color: var(--title);
}
@media (max-width: 834px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 834px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(30, 184, 192, 0.2);
}
@media (max-width: 834px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid var(--primary);
  color: var(--title);
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.c-box {
  position: relative;
  position: relative;
  z-index: 0;
  background-size: cover;
}
.c-box::after {
  content: "";
  background: url(../images/home/wave_white_btm.png);
  background-size: cover;
  aspect-ratio: 137/22;
  background-position: center;
  width: 100%;
  max-height: 308px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-box__voice__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.c-box__voice--left {
  flex: 0.5;
}
.c-box__voice--left img {
  border-radius: 20px;
  width: 1005 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .c-box__voice--left {
    flex: auto;
    width: 100%;
  }
}
.c-box__voice--right {
  flex: 1;
}
@media (max-width: 834px) {
  .c-box__voice--right {
    flex: auto;
    width: 100%;
  }
}

.c-list__check ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-list__check ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1;
  font-weight: 500;
  overflow: visible !important;
}
.c-list__check ul li::before {
  content: "\e188";
  font-family: var(--icon-regular);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  color: var(--primary);
}

.c-map iframe {
  width: 100%;
  min-height: 415px;
}

.c-box__cards {
  gap: 50px;
}
.c-box__cards--reverse {
  flex-direction: row-reverse !important;
}
.c-box__cards .box {
  overflow: visible !important;
  flex: 1;
}
@media (max-width: 834px) {
  .c-box__cards .box {
    width: 100%;
    flex: auto;
  }
}
.c-box__cards .box .c-btn {
  margin-top: 30px;
}
.c-box__cards .box h2 {
  color: var(--primary);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 500;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.c-box__cards .box img {
  width: 100% !important;
  border-radius: 20px;
}
.c-box__cards__3rows {
  gap: 30px;
}
.c-box__cards__3rows .box {
  overflow: visible !important;
  flex: 1;
}
@media (max-width: 834px) {
  .c-box__cards__3rows .box {
    width: 100%;
    flex: auto;
  }
}
.c-box__cards__3rows .box h3 {
  color: var(--title);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--secondary);
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 15px;
}
.c-box__cards__3rows .box img {
  width: 100% !important;
  border-radius: 20px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-box__cards__interview {
  gap: 15px;
}
.c-box__cards__interview .box {
  background-color: #e1f4fd;
  border-radius: 10px;
  padding: 30px;
}
.c-box__cards__interview .box h3 {
  color: var(--title);
  line-height: 1;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

.c-accordion {
  width: 100%;
  flex-direction: column !important;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.c-accordion .box:first-of-type {
  background-color: #FFF7EF !important;
  width: 100% !important;
  border: none !important;
  position: relative;
  padding: 24px 40px 24px 60px !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
  transition: background-color 0.3s;
}
@media (max-width: 640px) {
  .c-accordion .box:first-of-type {
    padding: 20px 30px 20px 45px;
  }
}
.c-accordion .box:first-of-type:hover {
  background-color: rgba(var(--primary), 0.03);
}
.c-accordion .box:first-of-type::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 24px;
  color: #30562F;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 640px) {
  .c-accordion .box:first-of-type::before {
    left: 15px;
  }
}
.c-accordion .box:first-of-type::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(var(--primary), var(--primary)) no-repeat center/16px 2px, linear-gradient(var(--primary), var(--primary)) no-repeat center/2px 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 640px) {
  .c-accordion .box:first-of-type::after {
    right: 10px;
  }
}
.c-accordion.is-open dt::after {
  background: linear-gradient(var(--primary), var(--primary)) no-repeat center/16px 2px, linear-gradient(transparent, transparent) no-repeat center/2px 16px;
  transform: translateY(-50%) rotate(180deg);
}
.c-accordion .box:last-of-type {
  border: none !important;
  width: 100% !important;
  display: none;
  position: relative;
  margin: 0;
  padding: 30px 20px 32px 60px !important;
  color: #411F08;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .c-accordion .box:last-of-type {
    padding: 0 15px 24px 45px;
  }
}
.c-accordion .box:last-of-type::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 30px;
  color: var(--primary);
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 640px) {
  .c-accordion .box:last-of-type::before {
    left: 15px;
  }
}

.c-dl__price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.c-dl__price dt {
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .c-dl__price dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.c-dl__price dd {
  text-align: right;
  border: none !important;
  background: none !important;
}
.c-dl__price dd .price {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  color: #30562F;
}
@media screen and (max-width: 640px) {
  .c-dl__price dd {
    width: 100% !important;
  }
}
.c-dl__price dl {
  padding: 30px;
  border-bottom: 1px solid var(--primary);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
  .c-dl__price dl {
    display: block !important;
  }
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================
   爽やか＆かっこいい アニメーション（スクロール連動版）
   ========================================= */
/* --- 1. アニメーション前の初期状態（透明＆ずらしておく） --- */
.fx-fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.fx-slide-right {
  opacity: 0;
  transform: translateX(-30px);
}

.fx-zoom-out {
  opacity: 0;
  transform: scale(1.05);
}

/* --- 2. 画面に入った時（is-activeが付与された時）の動き --- */
.fx-fade-up.is-active {
  animation: fxFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fx-slide-right.is-active {
  animation: fxSlideRight 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx-zoom-out.is-active {
  animation: fxZoomOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxZoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- 右から左へ鋭くスライドイン（追加分） --- */
.fx-slide-left {
  opacity: 0;
  /* 最初は右に30pxずらしておく */
  transform: translateX(30px);
}

.fx-slide-left.is-active {
  animation: fxSlideLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* --- 3. アニメーションの遅延（リストなどを順番に出す用） --- */
.fx-delay-1 {
  animation-delay: 0.1s !important;
}

.fx-delay-2 {
  animation-delay: 0.2s !important;
}

.fx-delay-3 {
  animation-delay: 0.3s !important;
}

/* ※前回お渡しした「ホバーエフェクト(.fx-hover-liftなど)」のCSSはそのまま残しておいて大丈夫です *//*# sourceMappingURL=assets.css.map */