@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --color-main: #274875;
  --color-text: #333333;
  --color-bg: #EFEFEF;
  --bg-gra: linear-gradient(234deg, rgba(4, 102, 175, 1) 0%, rgba(0, 70, 121, 1) 100%);
  --bg-gra-rev: linear-gradient(-234deg, rgba(4, 102, 175, 1) 0%, rgba(0, 70, 121, 1) 100%);
  --bezier: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
}
.c-container {
  padding: 0 3rem;
  margin: auto;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-section__title {
  font-size: min(5.3vw, 2.6rem);
  margin-bottom: 5rem;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 3rem;
  }
}

.c-recommend__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.c-recommend__item {
  width: 33.3%;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-recommend__item {
    width: 100%;
  }
  .c-recommend__item:last-child {
    margin-bottom: 0;
  }
}
.c-recommend__item-inner {
  border: 1px solid var(--color-main);
  background: #fff;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}
.c-recommend__item-inner:hover {
  background: #faeee1;
  border-color: #C47A23;
}
.c-recommend__item-inner a {
  height: 100%;
  position: relative;
  display: block;
}
.c-recommend__item-inner a figure {
  overflow: hidden;
}
.c-recommend__item-inner a figure img {
  transition: opacity 0.3s var(--bezier), transform 0.3s var(--bezier);
  aspect-ratio: 3/2;
  object-fit: cover;
}
.c-recommend__item-inner a:hover figure img {
  opacity: 0.8;
  transform: scale(1.1);
}
.c-recommend__item-top {
  position: relative;
}
.c-recommend__item-area {
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 1rem 0.7rem;
  background: #004679;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-recommend__item-main {
  padding: 2rem;
}
.c-recommend__item-title {
  font-size: min(4.26vw, 1.8rem);
  font-weight: 700;
  color: var(--color-main);
}
.c-recommend__item-descript {
  font-size: 1.4rem;
  color: #555555;
  margin-top: 1.5rem;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}
.c-recommend__item-label {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.c-recommend__item-label li {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #004679;
  line-height: 1;
  padding: 0.4rem 1rem 0.6rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  border-radius: 4rem;
}
.c-recommend__item-price table {
  width: 100%;
  margin-top: 2rem;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
.c-recommend__item-price table th {
  font-size: min(3.2vw, 1.4rem);
  font-weight: 700;
  color: var(--color-main);
  background: #F8F8F8;
  padding: 1rem 1rem;
  max-width: 13rem;
  vertical-align: middle;
  line-height: 1.5;
  border-top: 1px solid #D0D0D0;
}
@media screen and (max-width: 767px) {
  .c-recommend__item-price table th {
    max-width: 10rem;
  }
}
.c-recommend__item-price table td {
  padding: 1rem 1rem 1rem 1rem;
  border-top: 1px solid #D0D0D0;
  line-height: 1.5;
  background: #fff;
}
.c-recommend__item-price table td .price-main {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-recommend__item-price table td .price-main__ttl {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.c-recommend__item-price table td .price-sub {
  font-size: 1.2rem;
}
.c-recommend__item-price table td .price-sub__ttl {
  font-size: 1.2rem;
  padding-right: 1rem;
}
.c-recommend__item-size {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.c-btn__archive {
  margin-top: 5rem;
}
.c-btn__archive a,
.c-btn__archive button {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  font-size: min(4.8vw, 1.8rem);
  color: #fff;
  font-weight: 700;
  padding: 1.5rem;
  border-radius: 4rem;
  background: var(--bg-gra);
  text-align: center;
  position: relative;
  transition: opacity 0.2s var(--bezier);
}
.c-btn__archive a::after,
.c-btn__archive button::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-btn__archive a:hover,
.c-btn__archive button:hover {
  opacity: 0.8;
}

.c-map {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .c-map {
    aspect-ratio: 2/3;
  }
}

.c-footcontact {
  padding: 7rem 0;
  background: url(../img/common/fig-contact.jpg) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footcontact {
    padding: 5rem 0;
  }
}
.c-footcontact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.c-footcontact .c-container {
  position: relative;
  z-index: 11;
}
.c-footcontact__title {
  color: #fff;
  font-weight: 700;
  font-size: min(6.4vw, 2.8rem);
  text-align: center;
}
.c-footcontact__info {
  margin-top: 3rem;
  text-align: center;
  font-size: min(4.26vw, 1.8rem);
  color: #fff;
  font-weight: 500;
}
.c-footcontact__list {
  max-width: 940px;
  margin: 5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-footcontact__list {
    flex-direction: column;
  }
}
.c-footcontact__item {
  width: 50%;
  max-width: 440px;
  padding: 0 2rem;
}
.c-footcontact__item:nth-of-type(3) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-footcontact__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footcontact__item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.c-footcontact__item a {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C47A23;
  color: #fff;
  border-radius: 9rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-footcontact__item a {
    height: 8rem;
  }
}
.c-footcontact__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #36A83F;
  border-radius: 9rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 4rem;
  inset: 0;
  transform-origin: right;
  scale: 0 1;
  transition: scale 0.4s var(--bezier) 0s;
}
.c-footcontact__item a:hover::after {
  scale: 1;
  transform-origin: left;
}
.c-footcontact__item.item-line a {
  background: #06c755;
}
.c-footcontact__item .foot-mail i {
  position: relative;
  z-index: 10;
  display: block;
}
.c-footcontact__item .foot-mail i.line-icn img {
  width: 5rem;
}
.c-footcontact__item .foot-mail__inner {
  position: relative;
  z-index: 1;
  font-size: min(5.3vw, 2.4rem);
  font-weight: 700;
  margin-left: 2rem;
}
.c-footcontact__item .foot-phone i {
  position: relative;
  z-index: 10;
}
.c-footcontact__item .foot-phone__inner {
  display: flex;
  flex-direction: column;
  margin-left: 3rem;
  position: relative;
  z-index: 1;
}
.c-footcontact__item .foot-phone__number {
  font-size: min(6.4vw, 3.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.c-footcontact__item .foot-phone__info {
  font-size: min(3.2vw, 1.4rem);
  font-weight: 500;
  color: #fff;
}

.c-arrowbtn {
  width: min(6.4vw, 48px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.c-arrowbtn::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
}
a:hover .c-arrowbtn .ripple {
  animation: pulsate 0.5s linear;
}

.c-arrowbtn__gra::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(124deg, rgb(157, 50, 61) 0%, rgb(255, 122, 18) 100%);
  position: absolute;
}
.c-arrowbtn__gra .ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(124deg, rgba(157, 50, 61, 0.8) 0%, rgba(255, 122, 18, 0.8) 100%);
  opacity: 0;
}

@keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
.c-anc {
  margin-top: -10rem;
  padding-top: 10rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-anc {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}

.c-breadcrumb {
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb a {
  text-decoration: underline;
}
.c-breadcrumb a:hover {
  text-decoration: none;
}

.c-tobtn {
  margin-top: min(14vw, 7rem);
}
.c-tobtn_info {
  text-align: center;
}
.c-tobtn_button {
  margin: 2rem auto 0;
  background: #67696F;
  border-radius: 10px;
  width: 100%;
  max-width: 490px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: min(4.8vw, 2.2rem);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-tobtn_button {
    height: 80px;
  }
}
.c-tobtn_button .c-arrowbtn {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-tobtn_button.c-tobtn_full {
  width: 100%;
  max-width: 100%;
  background: rgb(157, 50, 61);
  background: linear-gradient(90deg, rgb(157, 50, 61) 0%, rgb(255, 122, 18) 100%);
  font-size: min(6.4vw, 3rem);
  letter-spacing: 0.1em;
}
.c-tobtn_button.c-tobtn_full::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-tobtn_button.c-tobtn_full::after {
    right: 30px;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.anim {
  opacity: 0;
  transform: translateY(8rem);
}

.anim02 {
  opacity: 0;
  transform: translateY(8rem);
}

.opacity {
  opacity: 0;
}

.anim.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.anim02.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.opacity.in-view {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.l-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1129px) {
  .l-header__logo {
    max-width: 220px;
  }
}
.l-header__logo img {
  width: min(54vw, 280px);
}
.l-header__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  transition: height 0.8s ease;
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 60px;
    padding: 0px 20px;
  }
}
.l-header__navitem {
  height: 100%;
  flex: 1;
}
.l-header__navitem-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  position: relative;
  margin: 0 1rem;
  height: 100%;
}
@media (max-width: 1179px) {
  .l-header__nav-item {
    margin: 0 1rem;
  }
}
.l-header__nav-item a,
.l-header__nav-item span {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .l-header__nav-item a,
  .l-header__nav-item span {
    font-size: 1.4rem;
  }
}
.l-header__nav-item a i,
.l-header__nav-item span i {
  margin-right: 1rem;
}
.l-header__nav-item a:hover,
.l-header__nav-item span:hover {
  color: #004679;
}
.l-header__nav-item.list04 {
  max-height: 500px;
}
@media (hover: hover) and (min-width: 1080px) {
  .l-header__nav-item.list04:hover::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: #004679;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .l-header__nav-item.list04:hover .l-header__nav-sublist {
    max-height: 500px;
  }
}
.l-header__nav-item.list04.js-open .l-header__nav-sublist {
  max-height: 500px;
}
.l-header__nav-sublist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--bezier);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #004679;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.l-header__nav-sublist li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 70, 121, 0.6);
}
.l-header__nav-sublist a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 1rem 5rem;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.l-header__nav-sublist a::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.l-header__nav-sublist a:hover {
  background: var(--bg-gra);
  color: #fff;
}
.l-header__nav-btn {
  margin-left: 4rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1179px) {
  .l-header__nav-btn {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 1079px) {
  .l-header__nav-btn {
    width: 90%;
    max-width: 400px;
    margin: 4rem auto 0;
    height: auto;
    justify-content: center;
  }
}
.l-header__nav-btn a,
.l-header__nav-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #004679, #0466AF, #0F80D5);
  background-size: 200% 200%;
  animation: gradient 15s ease infinite;
  color: #fff;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 4rem;
  transition: opacity 0.2s var(--bezier);
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .l-header__nav-btn a,
  .l-header__nav-btn span {
    width: 90%;
  }
}
.l-header__nav-btn a:hover,
.l-header__nav-btn span:hover {
  opacity: 0.8;
}
.l-header__nav-btn a i,
.l-header__nav-btn span i {
  margin-right: 1rem;
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--bezier);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1079px) {
  .l-header__nav-btn .l-header__nav-sublist.nav-btn-sub {
    visibility: hidden;
  }
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 70, 121, 0.6);
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  background: var(--color-main);
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub a::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub a:hover {
  background: var(--bg-gra);
  color: #fff;
  opacity: 1;
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub a i {
  width: 2rem;
  margin-right: 1rem;
}
.l-header__nav-btn .l-header__nav-sublist.nav-btn-sub a .head-mail__inner {
  flex: 1;
}
@media (hover: hover) and (min-width: 1080px) {
  .l-header__nav-btn:hover::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: #004679;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .l-header__nav-btn:hover .l-header__nav-sublist {
    max-height: 500px;
  }
}
.l-header__nav-btn .js-open.l-header__nav-sublist {
  max-height: 500px;
}
@media (max-width: 1079px) {
  .l-header__navitem {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
  }
  .l-header__navitem-inner {
    width: 100%;
    display: block;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.5s var(--bezier);
  }
  .l-header__navitem-inner a {
    width: 100%;
  }
  .l-header__nav {
    height: auto;
  }
  .l-header__nav-list {
    display: block;
  }
  .l-header__nav-item {
    padding: 0;
  }
  .l-header__nav-item a,
  .l-header__nav-item span {
    padding: 1.5rem 3rem;
  }
  .l-header__nav-item .has-sub {
    position: relative;
    display: flex;
    align-items: center;
  }
  .l-header__nav-item .has-sub::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #004679;
    border-right: 2px solid #004679;
    margin-left: auto;
    transform: translateX(-50%) rotate(135deg);
    transform-origin: center;
    transition: transform 0.3s;
  }
  .l-header__nav-item.js-open .has-sub::after {
    transform: translateX(-50%) rotate(-45deg);
  }
  .l-header__nav-sublist {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: none;
    box-shadow: none;
    transition: max-height 0.5s var(--bezier);
  }
  .l-header__nav-sublist li {
    border: none;
  }
  .l-header__nav-sublist a {
    padding: 1rem 2rem;
    color: var(--color-main);
  }
  .l-header__nav-sublist a::after {
    background: var(--color-main);
  }
  .l-header__hambtn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: grid;
    place-items: center;
    margin-left: 20px;
  }
  .l-header__hambtn span {
    display: inline-block;
    transition: all 0.2s var(--bezier);
    left: 50%;
    top: 50%;
    width: 32px;
    height: 2px;
    background-color: #333;
    grid-area: 1/1/-1/-1;
  }
  .l-header__hambtn span:nth-child(2) {
    translate: 0 -1rem;
  }
  .l-header__hambtn span:nth-child(3) {
    translate: 0 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__navitem {
    top: 60px;
  }
}

body.js-scrolled .l-header__inner {
  height: 60px;
}
@media (max-width: 767px) {
  body.js-scrolled .l-header__inner {
    height: 40px;
  }
}
@media (max-width: 1079px) {
  body.js-scrolled .l-header__navitem {
    top: 60px;
  }
}
@media (max-width: 767px) {
  body.js-scrolled .l-header__navitem {
    top: 40px;
  }
}

body.navopen .l-header__hambtn span:nth-child(1) {
  opacity: 0;
}
body.navopen .l-header__hambtn span:nth-of-type(2) {
  rotate: 135deg;
  translate: 0;
}
body.navopen .l-header__hambtn span:nth-of-type(3) {
  rotate: -135deg;
  translate: 0;
}
body.navopen .l-header__navitem {
  opacity: 1;
  visibility: visible;
}

.js-open .l-sidebar_sub {
  max-height: 500px;
  /* 必要に応じて適切な高さに調整してください */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.navmodal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  display: flex;
  align-items: center;
}

.show.navmodal {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}

.navmodal-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  position: relative;
}

.navclose {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -4rem;
  right: 2rem;
}

.navclose:hover,
.navclose:focus {
  color: black;
  cursor: pointer;
}

.navmodal-body-list li {
  margin-top: 1rem;
}
.navmodal-body-list a {
  border-radius: 4rem;
  display: flex;
  background: var(--bg-gra);
  color: #fff;
  padding: 1rem 2rem;
  align-items: center;
  position: relative;
}
.navmodal-body-list a::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.navmodal-body-list a i {
  width: 2rem;
  margin-right: 2rem;
}

.l-footer {
  background: #004679;
  color: #fff;
}
.l-footer__inner {
  padding: 5rem 0 3rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__sns {
  margin-top: 2rem;
}
.l-footer__sns ul {
  display: flex;
}
.l-footer__sns li {
  width: 6rem;
  margin-right: 2rem;
}
.l-footer__sns li a img {
  transition: opacity 0.3s var(--bezier);
}
.l-footer__sns li a:hover img {
  opacity: 0.8;
}
.l-footer__company {
  width: 320px;
  padding-left: 3rem;
}
.l-footer__company-catch {
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
.l-footer__company-copy {
  font-size: min(3.2vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    padding: 0;
    margin-top: 3rem;
  }
}
.l-footer__link {
  flex: 1;
}
.l-footer__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-wrap: wrap;
  }
}
.l-footer__nav-list {
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    width: 50%;
    margin-right: 0rem;
  }
}
.l-footer__nav-list a {
  display: block;
  font-size: min(3.2vw, 1.4rem);
  margin-bottom: 1.5rem;
}
.l-footer__nav-list a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.l-footer__copyright-inner {
  padding: 1.5rem max(2rem, 5%);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-inner {
    flex-direction: column;
  }
}
.l-footer__copyright-inner p {
  font-size: 1.2rem;
}
.l-footer__copyright-inner p a:hover {
  text-decoration: underline;
}

main {
  background: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
main a {
  text-decoration: none;
}

.js-scrolled main {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .js-scrolled main {
    padding-top: 40px;
  }
}

.top-mainvisual img {
  width: 100%;
}

.p-top__recommend {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-top__recommend {
    padding: 5rem 0;
  }
}
.p-top__map {
  padding: 10rem 0;
  background: #E6F5FF;
}
@media screen and (max-width: 767px) {
  .p-top__map {
    padding: 5rem 0;
  }
}
.p-top__guide {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-top__guide {
    padding: 5rem 0;
  }
}

.p-top__guide-list {
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}
.p-top__guide-item {
  width: 33.3%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__guide-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-top__guide-item a {
  display: block;
  position: relative;
}
.p-top__guide-item a img {
  transition: transform 0.3s var(--bezier), opacity 0.3s var(--bezier);
}
.p-top__guide-item a:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
.p-top__guide-item figure {
  position: relative;
  overflow: hidden;
}
.p-top__guide-item figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
}
.p-top__guide-item h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: min(5.3vw, 2.4rem);
  z-index: 11;
}

.map-window {
  max-height: 300px;
}
.map-window_name {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: min(4.8vw, 1.6rem);
}
.map-window_img {
  max-width: 240px;
  aspect-ratio: 3/2;
}
.map-window_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-window_list {
  padding: 1rem 0;
}
.map-window_list a {
  margin-top: 1rem;
  display: block;
  border: 1px solid #0466AF;
  border-radius: 6px;
  padding: 1rem 3rem 1rem 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .map-window_list a {
    padding: 1rem 3rem 1rem 1.5rem;
  }
}
.map-window_list a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: #004679;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.map-window_list a .list-title {
  font-weight: 700;
  font-size: min(4.8vw, 1.6rem);
}
.map-window_list a .list-prise {
  margin-top: 1rem;
}
.map-window_list a .list-prise .list-price_month {
  font-size: min(3.6vw, 1.4rem);
  font-weight: 700;
}
.map-window_list a .list-room {
  margin-top: 1rem;
  font-size: min(3.2vw, 1.4rem);
}

#mapcont .gm-style .gm-style-iw-c {
  padding-left: 12px !important;
  padding-right: 10px !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 2px;
  height: 100%;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gm-style-iw {
  outline: none;
  /* アウトラインを無効化 */
}

.gm-style-iw-c {
  outline: none;
  /* アウトラインを無効化 */
}

.p-single__top {
  padding: 5rem 0 3rem;
}
.p-single__top-label ul {
  display: flex;
  flex-wrap: wrap;
}
.p-single__top-label li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: min(3.2vw, 1.4rem);
  color: #fff;
  background: #4E4E4E;
  line-height: 1;
  padding: 0.5rem 1rem 0.6rem;
}
.p-single__top-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.5;
}
.p-single__top-info {
  margin-top: 2rem;
  font-size: min(3.2vw, 1.4rem);
  display: flex;
  align-items: center;
}
.p-single__top-info .info-num {
  margin-right: 5rem;
}
.p-single__inpagenav {
  position: sticky;
  top: 60px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-single__inpagenav {
    top: 40px;
  }
}
.p-single__inpagenav ul {
  display: flex;
  width: 100%;
}
.p-single__inpagenav li {
  width: 25%;
  border-right: 1px solid #7FA2BC;
}
.p-single__inpagenav li a {
  padding: 1rem;
  background: #004679;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(3.2vw, 1.4rem);
}
.p-single__inpagenav li a:hover {
  background: var(--bg-gra);
}
.p-single__inpagenav li a .arrow {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inpagenav li a .arrow {
    font-size: 1.1rem;
    margin-left: 0.3rem;
  }
}
.p-single__gallery {
  padding: 5rem 0 2rem;
}
.p-single__gallery-msg {
  font-size: 1.2rem;
  color: var(--color-main);
  text-align: right;
  margin-top: 1.5rem;
}
.p-single__gallery-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr) repeat(2, 0.75fr);
  grid-template-rows: repeat(4, 0.5fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
.p-single__gallery-inner img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-single__gallery .gallery01 {
  grid-area: 1/4/3/6;
}
.p-single__gallery .gallery02 {
  grid-area: 3/4/4/5;
}
.p-single__gallery .gallery03 {
  grid-area: 3/5/4/6;
}
.p-single__gallery .gallery04 {
  grid-area: 4/4/5/5;
}
.p-single__gallery .gallery05 {
  grid-area: 4/5/5/6;
  position: relative;
}
.p-single__gallery .gallery05 button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 71, 121, 0.7);
  color: #fff;
  transition: all 0.3s ease;
}
.p-single__gallery .gallery05 button .num {
  font-size: min(4.26vw, 1.8rem);
}
.p-single__gallery .gallery05 button:hover {
  background: rgba(0, 71, 121, 0.9);
}
.p-single__gallery .gallery06 {
  grid-area: 1/1/5/4;
  position: relative;
}
.p-single__gallery .gallery06 .gallery-point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__gallery-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 0.3fr 0.5fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  .p-single__gallery .gallery01 {
    grid-area: 2/1/3/3;
  }
  .p-single__gallery .gallery02 {
    grid-area: 2/3/3/5;
  }
  .p-single__gallery .gallery03 {
    grid-area: 2/5/3/7;
  }
  .p-single__gallery .gallery04 {
    grid-area: 3/1/4/4;
  }
  .p-single__gallery .gallery05 {
    grid-area: 3/4/4/7;
  }
  .p-single__gallery .gallery06 {
    grid-area: 1/1/2/7;
  }
}
.p-single__point {
  padding: 2rem 0 0;
}
.p-single__point-list {
  display: flex;
  flex-wrap: wrap;
}
.p-single__point-item {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555555;
  line-height: 1;
  padding: 0.4rem 1rem;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.p-single_underplan {
  padding: 1rem 2rem;
  text-align: center;
  border: 2px solid var(--color-main);
  color: var(--color-main);
  margin-top: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-single_underplan {
    padding: 1rem 2rem;
    text-align-last: left;
    line-height: 1.5;
  }
}
.p-single__movie-inner {
  background: #F8F8F8;
  padding: 2rem min(5.3vw, 20rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__movie-inner {
    padding: 1rem 1rem;
  }
}
.p-single__movie-title h2 {
  font-weight: 700;
  margin-right: 2rem;
  display: inline-block;
  line-height: 1;
  padding: 2rem 3rem;
  background: var(--color-main);
  color: #fff;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__movie-title h2 {
    padding: 1rem 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-right: 1.5rem;
  }
}
.p-single__movie-title h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-single__movie-title h2::after {
    right: -8px;
  }
}
.p-single__movie-list {
  flex: 1;
}
.p-single__movie-list img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single__movie-list img {
    width: 5rem;
  }
}
.p-single__movie-list ul {
  display: flex;
  align-items: center;
}
.p-single__movie-list ul li {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__movie-list ul li {
    margin-left: 1rem;
  }
}
.p-single_title {
  font-weight: 700;
  font-size: min(5.3vw, 2.4rem);
  color: #274875;
  margin-top: 4rem;
  border-bottom: 2px solid #D1D1D1;
}
.p-single_subtitle {
  font-weight: 700;
  font-size: min(4.8vw, 2rem);
  color: #274875;
}
.p-single__plan {
  padding-bottom: 5rem;
}
.p-single__plan-list {
  margin: 0 -1.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .p-single__plan-list {
    flex-direction: column;
  }
}
.p-single__plan-item {
  margin-top: 3rem;
  width: 50%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
  .p-single__plan-item {
    width: 100%;
  }
}
.p-single__plan-inner {
  padding: 2rem 3rem 3rem;
  border: 1px solid #274875;
}
@media screen and (max-width: 767px) {
  .p-single__plan-inner {
    padding: 2rem 2rem 3rem;
  }
}
.p-single__plan-title {
  background: #274875;
  padding: 1rem 2rem 1.5rem;
  color: #fff;
}
.p-single__plan-title h3 {
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
}
.p-single__plan-title p {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.p-single__plan-price {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__plan-price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-single__plan-price .num {
  margin-left: 1rem;
}
.p-single__plan-price-month {
  margin-right: 4vw;
}
.p-single__plan-price-month .num {
  font-size: min(4.8vw, 2rem);
  color: #C47A23;
}
.p-single__plan-uchiwake {
  background: #F8F8F8;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__plan-uchiwake {
    padding-top: 1rem;
  }
}
.p-single__plan-uchiwake h4 {
  font-weight: 700;
  text-align: center;
}
.p-single__plan-uchiwake-list {
  margin-top: 1rem;
}
.p-single__plan-uchiwake-list li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__plan-uchiwake-list li {
    display: contents;
  }
}
.p-single__plan-uchiwake-list li:nth-child(2n-1) {
  background: #EAEAEA;
}
.p-single__plan-uchiwake-list li dl {
  width: 50%;
  display: flex;
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single__plan-uchiwake-list li dl {
    width: 100%;
    justify-content: space-between;
    padding: 0.5rem 2rem;
  }
  .p-single__plan-uchiwake-list li dl:nth-child(2n-1) {
    background: #EAEAEA;
  }
}
.p-single__plan-uchiwake-list li dt {
  font-weight: 500;
  width: 134px;
}
.p-single__plan-uchiwake-list li dt .uchiwake-small {
  font-size: 13px;
}
.p-single__plan-uchiwake-list li:last-child dl {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-single__plan-uchiwake-list li:last-child dl {
    flex-direction: row;
  }
}
.p-single__plan-uchiwake-list li:last-child dt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__plan-uchiwake-list li:last-child dt {
    width: auto;
  }
}
.p-single__plan-option {
  margin-top: 5rem;
  border: 1px solid #274875;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__plan-option {
    padding: 3rem 2rem;
  }
}
.p-single__plan-option-item {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -2rem 0;
}
.p-single__plan-option-item .itemlist {
  width: 50%;
  padding: 0 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__plan-option-item .itemlist {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.p-single__plan-option-item .itemlist-inner {
  background: #F8F8F8;
  padding: 1rem 6vw 1rem 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__plan-option-item .itemlist-inner {
    padding: 1rem 2rem;
  }
}
.p-single__plan-option-item .itemlist-price {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single__plan-option-item .itemlist-small {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.p-single__planbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 calc((100% - 20px) / 2);
}
.p-single__planbtn-list {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-single__planbtn-list {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-single__planbtn.btn-mail {
    margin-top: 2rem;
  }
}
.p-single__planbtn.btn-mail a {
  background: #d7aa3e;
}
.p-single__planbtn.btn-mail a::after {
  background: #ecb738;
}
.p-single__planbtn a {
  width: 100%;
  max-width: 380px;
  border-radius: 4rem;
  display: block;
  background: #36A83F;
  color: #fff;
  text-align: center;
  padding: 2rem 2rem;
  font-size: min(5.3vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-single__planbtn a {
    font-size: 18px;
  }
}
.p-single__planbtn a span {
  position: relative;
  z-index: 1;
}
.p-single__planbtn a small {
  font-size: 1.2rem;
}
.p-single__planbtn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #33c43e;
  border-radius: 9rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 4rem;
  inset: 0;
  transform-origin: right;
  scale: 0 1;
  transition: scale 0.2s var(--bezier) 0s;
}
.p-single__planbtn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 3s ease-in-out infinite;
}
.p-single__planbtn a:hover::after {
  scale: 1;
  transform-origin: left;
}
.p-single_small {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.p-single__facility {
  padding-bottom: 5rem;
}
.p-single__facility-item {
  margin-top: 3rem;
}
.p-single__facility-item h3 {
  font-weight: 700;
  color: #fff;
  background: #004679;
  padding: 0.5rem 2rem;
  border-radius: 4px;
}
.p-single__facility-item .facility-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
  .p-single__facility-item .facility-card {
    margin: 0.5rem -0.2rem 0;
  }
}
.p-single__facility-item .facility-card li {
  margin-top: 2rem;
  padding: 0 1rem;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .p-single__facility-item .facility-card li {
    width: 25%;
    padding: 0.2rem;
    margin-top: 0rem;
  }
}
.p-single__facility-item .facility-card li .facility-inner {
  display: block;
  background: #B5B5B5;
}
.p-single__facility-item .facility-card li .facility-inner.facility-on {
  background: #C47A23;
}
.p-single__facility-item .facility-card li.facility-on {
  background: #C47A23;
}
.p-single__access {
  padding-bottom: 5rem;
}
.p-single__access-place {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__access-place {
    margin: 2rem 0;
  }
}
.p-single__access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.p-single__access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-single__gaiyo {
  padding-bottom: 10rem;
}
.p-single__gaiyo-wrap {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-wrap {
    flex-direction: column;
  }
}
.p-single__gaiyo-sub {
  width: 270px;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-sub {
    width: 100%;
    margin-right: 0;
  }
}
.p-single__gaiyo-subitem {
  border: 1px solid #274875;
  margin-bottom: 2rem;
  padding: 1rem 2rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-subitem {
    min-height: 72px;
    margin-bottom: 1rem;
  }
}
.p-single__gaiyo-subitem h3 {
  font-weight: 700;
  color: #274875;
  display: flex;
  align-items: center;
  font-size: min(4.26vw, 1.8rem);
}
.p-single__gaiyo-subitem h3 i {
  margin-right: 1rem;
}
.p-single__gaiyo-subitem .infobox {
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
.p-single__gaiyo-subitem .infobox .bg {
  font-size: 1.4rem;
  color: #fff;
  background: #274875;
  padding: 0.2rem 1rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  top: -2px;
  right: -3px;
}
.p-single__gaiyo-subitem .infobox .small {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-single__gaiyo-main {
  flex: 1;
}
.p-single__gaiyo-maintable {
  border: 1px solid #274875;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-maintable {
    padding: 2rem 2rem;
  }
}
.p-single__gaiyo-maintable .table-item {
  display: flex;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-maintable .table-item {
    padding: 1rem 2rem;
  }
}
.p-single__gaiyo-maintable .table-item:nth-child(2n) {
  background: #F5F5F5;
}
.p-single__gaiyo-maintable .table-item dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-maintable .table-item dl {
    flex-direction: column;
  }
}
.p-single__gaiyo-maintable .table-item dt {
  width: 145px;
  color: #274875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-maintable .table-item dt {
    width: 100%;
  }
}
.p-single__gaiyo-maintable .table-item dd {
  flex: 1;
}
.p-single__gaiyo-maintable .table-item.item-double dl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single__gaiyo-maintable .table-item.item-double dl:nth-child(2) {
    margin-left: 1rem;
    padding-left: 2rem;
    border-left: 1px solid #ddd;
  }
}
.p-single__recommend {
  padding: 10rem 0;
  background: #E6F5FF;
}
@media screen and (max-width: 767px) {
  .p-single__recommend {
    padding: 5rem 0;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .modal {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

.js-scrolled .modal {
  top: 60px;
}
@media screen and (max-width: 767px) {
  .js-scrolled .modal {
    top: 40px;
  }
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.modal__content .swiper-slide img {
  max-height: calc(100vh - 20rem);
  object-fit: contain;
  margin: auto;
  width: 100%;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .swiper-button-next {
  right: -8rem;
  padding: 10rem 5rem;
  top: 50%;
  transform: translateY(-50%);
}
.modal .swiper-button-next::after {
  color: #fff;
}

.modal .swiper-button-prev {
  left: -10rem;
  padding: 10rem 5rem;
  top: 50%;
  transform: translateY(-50%);
}
.modal .swiper-button-prev::after {
  color: #fff;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}
.modal__slide-info {
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.p-archive__header {
  background: var(--bg-gra);
  padding: 3vw 0;
}
.p-archive__header-title {
  color: #fff;
  font-size: min(5.2vw, 3rem);
  font-weight: 700;
  text-align: center;
}
.p-archive__list {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    margin-bottom: 5rem;
  }
}
.p-archive__search {
  margin-top: 5rem;
}
.p-archive__search-inner {
  background: #f5f5f5;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-archive__search-inner {
    padding: 3rem 2rem;
  }
}
.p-archive__search-inner.js-search .p-archive__search-top .icn-open::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-archive__search-inner.js-search .p-archive__search-top .icn-open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-archive__search-top {
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 8rem;
  background: #C47A23;
  cursor: pointer;
  color: #fff;
  padding: 2rem;
  position: relative;
}
.p-archive__search-top .icn-open {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-archive__search-top .icn-open::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.p-archive__search-top .icn-open::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.p-archive__search-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.6s ease;
  max-width: 960px;
  margin: 0 auto;
}
.p-archive__search-body-title {
  font-weight: 700;
  color: #274875;
  margin: 3rem 0 0.5rem;
}
.p-archive__search-bodylist ul {
  display: flex;
  flex-wrap: wrap;
}
.p-archive__search-bodylist li {
  margin-right: 3rem;
  margin-top: 1rem;
}
.p-archive__search-bodylist li label {
  display: flex;
  align-items: center;
}
.p-archive__search-bodylist input[type=checkbox] {
  appearance: none;
  height: 20px;
  width: 20px;
  margin-right: 1rem;
  border: 1px solid #274875;
  border-radius: 4px;
}
.p-archive__search-bodylist input[type=checkbox]:checked {
  border: 1px solid #C47A23;
  background-color: #C47A23;
}
.p-archive__search-bodylist input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 7.4px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.p-archive__search-bodylist input[type=checkbox]:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}
.p-archive__search .js-search .p-archive__search-body {
  max-height: 800px;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-archive__search .js-search .p-archive__search-body {
    max-height: 260vh;
    padding: 1rem 0;
  }
}
.p-archive__counter-inner {
  padding: 3rem 0;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.p-archive__counter-count .num {
  font-size: 140%;
  margin-right: 0.5rem;
}

.no-result {
  padding: 5rem 0 10rem;
  text-align: center;
}
.no-result h3 {
  font-size: min(4.8vw, 2rem);
  margin-bottom: 5rem;
  font-weight: 700;
}
.no-result a {
  color: #274875;
  text-decoration: underline;
  font-weight: 700;
}
.no-result a:hover {
  text-decoration: none;
}

.filter-summary {
  background: #f5f5f5;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.filter-summary h3 {
  font-weight: 700;
  color: #274875;
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77a0d1;
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a {
  color: var(--color-main);
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px var(--color-main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: var(--color-main);
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: var(--color-main);
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.p-map {
  padding: 5rem 0;
}

.p-information {
  padding: 5rem 0 10rem;
}
.p-information h3 {
  margin-top: 4rem;
  padding: 0.4em 0.5em 0.4em 1em;
  /*文字の上下 左右の余白*/
  color: #004679;
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #004679;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/
}
.p-information p {
  margin-top: 1.5em;
  text-align: justify;
}
.p-information ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 1em;
}
.p-information a {
  text-decoration: underline;
}

.p-contact {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 0;
  }
}
.p-contact_head {
  max-width: 900px;
  margin: auto;
}
.p-contact_head .text-center {
  text-align: center;
}
.p-contact_head-end {
  text-align: center;
}
.p-contact_head-end h2 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 4rem;
}
.p-contact_head-end p {
  text-align: left;
}
.p-contact_head-tel {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  line-height: 1;
  flex-wrap: wrap;
}
.p-contact_head-tel a {
  font-size: min(8.53vw, 3.4rem);
  font-weight: 700;
  color: var(--color-main);
}
.p-contact_head-tel i.icn-phone {
  margin-right: 1rem;
  display: block;
  width: 29px;
  aspect-ratio: 1;
  background: url(../img/common/icn-phone.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.p-contact_head-tel .small {
  margin-left: 3rem;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact_head-tel .small {
    margin-left: 4rem;
    margin-top: 2rem;
    display: block;
  }
}
.p-contact_body {
  background: #f5f5f5;
  margin-top: 5rem;
  padding: 3rem 2rem;
  /* ラジオボタンの外観を消す */
  /* チェックされた状態 */
  /* チェックされた状態の内部のマークを作成 */
}
@media screen and (max-width: 767px) {
  .p-contact_body {
    padding: 1rem 2rem 3rem;
  }
}
.p-contact_body-inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact_body dl {
  margin-top: 4rem;
}
.p-contact_body dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-main);
  position: relative;
  padding-left: 2rem;
}
.p-contact_body dt::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: linear-gradient(234deg, rgb(4, 102, 175) 0%, rgb(0, 70, 121) 100%);
  position: absolute;
  left: 0;
}
.p-contact_body dd {
  margin-top: 3rem;
}
.p-contact_body .fm-date_start::placeholder,
.p-contact_body .fm-date_end::placeholder {
  color: #999;
  font-style: italic;
}
.p-contact_body input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.p-contact_body input[type=text],
.p-contact_body input[type=email],
.p-contact_body input[type=tel],
.p-contact_body textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.p-contact_body input[type=text]::placeholder,
.p-contact_body input[type=email]::placeholder,
.p-contact_body input[type=tel]::placeholder,
.p-contact_body textarea::placeholder {
  color: #999;
  font-style: normal;
}
.p-contact_body input[type=text]:read-only,
.p-contact_body input[type=email]:read-only,
.p-contact_body input[type=tel]:read-only,
.p-contact_body textarea:read-only {
  background: none;
}
.p-contact_body select.wpcf7-form-control {
  appearance: none;
  /* デフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  /* 背景色 */
  border: 1px solid #ccc;
  /* 枠線 */
  padding: 10px;
  /* 内側の余白 */
  font-size: 16px;
  /* フォントサイズ */
  border-radius: 4px;
  /* 角丸 */
  padding-right: 40px;
  /* 幅を100%にする */
  box-sizing: border-box;
  /* パディングを含めてサイズ計算 */
  cursor: pointer;
  /* カスタム矢印を作成 */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
}
.p-contact_body select.wpcf7-form-control:focus {
  border-color: #007BFF;
  /* フォーカス時の枠線色 */
  outline: none;
  /* フォーカス時のアウトラインを非表示 */
}
.p-contact_body input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  margin: 0 8px 3px 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.p-contact_body input[type=radio]:checked {
  border-color: var(--color-main);
  /* 枠線の色を変更 */
  background-color: var(--color-main);
  /* 背景色 */
}
.p-contact_body input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contact_body .wpcf7-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact_body .wpcf7-radio label .wpcf7-list-item-label {
  margin-bottom: 0.2rem;
}
.p-contact_body .fm-kanji,
.p-contact_body .fm-kana {
  display: flex;
  gap: 2rem;
}
.p-contact_body .fm-kana {
  margin-top: 2rem;
}
.p-contact_body .must {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
  background: #cc0000;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  margin-left: 2rem;
}
.p-contact_body .fm-date {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p-contact_body input[type=text].fm-count {
  width: 12rem;
  margin-right: 2rem;
}
.p-contact .privacy-info {
  margin-top: 3rem;
  text-align: center;
}
.p-contact .privacy-info a {
  text-decoration: underline;
}
.p-contact .submit-btn {
  background: #36A83F;
  border-radius: 4rem;
  width: 100%;
  max-width: 680px;
  position: relative;
  margin: 5rem auto;
}
.p-contact .submit-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact .submit-btn input[type=submit] {
  background: none;
  border: none;
  color: #fff;
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  padding: 2rem 3rem;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  white-space: normal;
  text-align: center;
}
.p-contact .submit-btn span.wpcf7-spinner {
  display: none;
}
.p-contact .back-btn {
  background: #eee;
  border-radius: 4rem;
  width: 100%;
  max-width: 200px;
  position: relative;
  border: 1px solid #ccc;
  margin: auto;
}
.p-contact .back-btn input {
  width: 100%;
  display: block;
  padding: 1.5rem 3rem;
  text-align: center;
  font-weight: 700;
  text-align: center;
}

.p-faq {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 0;
  }
}
.p-faq_ib {
  display: inline-block;
}
.p-faq_item {
  margin-top: 5rem;
}
.p-faq_item:first-child {
  margin-top: 0;
}
.p-faq_item-q {
  font-size: min(4.8vw, 2.2rem);
  color: var(--color-main);
  font-weight: 700;
  border-bottom: 2px solid #ddd;
  display: flex;
}
.p-faq_item-qicn {
  width: 2em;
  font-size: min(4.8vw, 2.2rem);
  color: var(--color-main);
  font-weight: 700;
}
.p-faq_item-q-txt {
  flex: 1;
}
.p-faq_item-a {
  margin-top: 2rem;
  display: flex;
}
.p-faq_item-a-txt {
  flex: 1;
}
.p-faq_item-aicn {
  width: 2em;
  font-size: min(4.8vw, 2.2rem);
  color: var(--color-main);
  font-weight: 700;
  position: relative;
  top: -0.2em;
}
.p-faq_item a {
  text-decoration: underline;
  color: var(--color-main);
}
.p-faq_item a:hover {
  text-decoration: none;
}
.p-faq_item ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 1em;
}

.p-company {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 5rem 0;
  }
}
.p-company_table {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border-collapse: collapse;
}
.p-company_table th {
  padding: 2rem;
  width: 25%;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-company_table th {
    padding: 2rem 2rem 2rem 0;
  }
}
.p-company_table td {
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-company_table td {
    padding: 2rem 0 2rem 0;
  }
}

.p-step {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding: 5rem 0;
  }
}
.p-step_header ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-step_header ul {
    flex-direction: column;
  }
}
.p-step_header ul li {
  background: var(--bg-gra);
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin-right: 5rem;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-step_header ul li {
    padding: 1rem 1.5rem 0;
    margin: 0 0 2.5rem;
  }
}
.p-step_header ul li::after {
  content: "";
  display: inline-table;
  width: 3rem;
  height: 100%;
  background: var(--bg-gra);
  top: 0;
  right: -3rem;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-step_header ul li::after {
    width: 100%;
    height: 2rem;
    top: 99%;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.p-step_list {
  margin-top: 0rem;
}
.p-step_item {
  margin-top: 10rem;
  position: relative;
}
.p-step_item:first-child {
  margin-top: 0;
}
.p-step_item::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-gra);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.p-step_item:last-of-type::after {
  display: none;
}
.p-step_item a {
  text-decoration: underline;
  color: var(--color-main);
}
.p-step_item a:hover {
  text-decoration: none;
}
.p-step_item h2 {
  font-size: min(4.8vw, 2.2rem);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-step_item h2 {
    flex-direction: column;
  }
}
.p-step_item h2 .step-icn {
  width: 100px;
  font-size: min(4.26vw, 1.8rem);
  color: #fff;
  background: var(--bg-gra);
  padding: 0.2rem 1rem;
  margin-right: 3rem;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-step_item h2 .step-icn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.p-step_item h2 .ja {
  flex: 1;
}

.p-guide {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    padding: 5rem 0;
  }
}
.p-guide_catch {
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
  color: var(--color-main);
}
.p-guide h2 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 2rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1.5rem;
}
.p-guide p + p {
  margin-top: 2rem;
}
.p-guide_item {
  margin-top: 8rem;
}
.p-guide_item:first-child {
  margin-top: 0;
}
.p-guide_item-figtxt {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-guide_item-figtxt {
    flex-direction: column;
    margin-top: 0rem;
    margin-bottom: 3rem;
    gap: 0;
  }
}
.p-guide_item-figtxt.item-rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-guide_item-figtxt.item-rev {
    flex-direction: column;
  }
}
.p-guide_item-txt {
  width: 50%;
  font-size: min(4.26vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .p-guide_item-txt {
    width: 100%;
  }
}
.p-guide_item-fig {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-guide_item-fig {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-privacy {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 5rem 0;
  }
}
.p-privacy p {
  margin-top: 3rem;
}
.p-privacy h4 {
  margin-top: 4rem;
  font-size: min(4.8vw, 2.2rem);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 2rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
}
.p-privacy ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 1em;
}
.p-privacy ol {
  list-style: decimal;
  margin-left: 2em;
  margin-top: 1em;
}
.p-privacy ol > li {
  margin-top: 1em;
}
.p-privacy .tR {
  text-align: right;
}

.p-owner {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-owner {
    padding: 5rem 0;
  }
}
.p-owner .c-container {
  max-width: 1080px;
}
.p-owner .c-container + h2 {
  margin-top: 0rem;
}
.p-owner_catch {
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
  color: var(--color-main);
}
.p-owner h2 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 2rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1.5rem;
  margin-top: 6rem;
}
.p-owner h2:first-child {
  margin-top: 0;
}
.p-owner p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-owner p + p {
  margin-top: 2rem;
}
.p-owner ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-owner ul {
    margin-top: 3rem;
  }
}
.p-owner ul > li {
  margin-top: 1em;
}
.p-owner ol {
  list-style: decimal;
  margin-left: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-owner ol {
    margin-top: 3rem;
  }
}
.p-owner ol > li {
  margin-top: 1em;
}
.p-owner_item {
  margin-top: 8rem;
}
.p-owner_item:first-child {
  margin-top: 0;
}
.p-owner_item-figtxt {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-owner_item-figtxt {
    flex-direction: column;
    margin-top: 0rem;
    margin-bottom: 3rem;
    gap: 0;
  }
}
.p-owner_item-figtxt.item-rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-owner_item-figtxt.item-rev {
    flex-direction: column;
  }
}
.p-owner_item-txt {
  width: 50%;
  font-size: min(4.26vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .p-owner_item-txt {
    width: 100%;
  }
}
.p-owner_item-fig {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-owner_item-fig {
    width: 100%;
    margin-top: 2rem;
  }
}

.c-qq {
  margin: 20px 0;
  background: #f1f1f1;
}
.c-qq_title {
  background: #30A18C;
  color: #fff;
  font-weight: 700;
  padding: 1rem clamp(15px, 8.7845303867px + 1.6574585635vw, 30px);
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
}
.c-qq_inner {
  padding: clamp(20px, 2.21vw + 11.71px, 40px);
}
.c-qq_subtitle {
  color: #30A18C;
  font-weight: 700;
  font-size: 18px;
}

.c-qq .qq-grid {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-qq .qq-grid {
    flex-direction: column;
  }
}
.c-qq .qq-grid .qq-grid_item.item01 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-qq .qq-grid .qq-grid_item.item01 {
    width: 100%;
  }
}
.c-qq .qq-grid .qq-grid_item.item02 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-qq .qq-grid .qq-grid_item.item02 {
    width: 100%;
  }
}
.c-qq .qq-grid .qq-grid_item.item03 {
  width: 6%;
}
@media screen and (max-width: 767px) {
  .c-qq .qq-grid .qq-grid_item.item03 {
    width: 100%;
  }
}
.c-qq .qq-grid .qq-grid_item.item04 {
  width: 28%;
}
@media screen and (max-width: 991px) {
  .c-qq .qq-grid .qq-grid_item.item04 {
    width: 100%;
  }
}
.c-qq .qq-grid .qq-grid_item.item04 label {
  font-weight: 500;
}

.c-qq label {
  display: block;
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  font-weight: 700;
  margin-bottom: 6px;
}

.c-qq input {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1.6rem;
  background: #fff;
}

.c-qq input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 1.6rem;
  background: #fff;
}

/* 見た目を最低限整える（任意） */
.c-qq input[type=checkbox] {
  width: auto;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: auto;
  appearance: auto;
  /* ブラウザ標準でOK。色を合わせたいなら: accent-color: #111827; */
}

.c-qq .qq-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
}

.c-qq .qq-actions button {
  appearance: none;
  border: 1px solid #30A18C;
  background: #30A18C;
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  min-width: 240px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.c-qq .qq-actions button:hover {
  opacity: 0.8;
}

.c-qq .qq-actions button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.c-qq .qq-planname {
  font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
  color: #30A18C;
}

.c-qq .qq-out {
  margin-top: clamp(40px, 31.7127071823px + 2.2099447514vw, 60px);
  background: #fff;
  border: 1px solid #30A18C;
  padding: clamp(20px, 2.21vw + 11.71px, 40px);
  transition: opacity 0.25s;
  opacity: 0;
  display: none;
}

.c-qq .qq-out.show {
  display: block;
  opacity: 1;
}

.c-qq .qq-out .total {
  font-weight: 700;
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
  padding-bottom: 1rem;
  margin-top: 2rem;
  border-bottom: 1px solid #30A18C;
  color: #30A18C;
}

.c-qq .qq-note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

.c-qq .qq-break {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .c-qq .qq-break {
    grid-template-columns: 1fr;
  }
}

.c-qq .qq-break dl {
  border-bottom: 1px dotted #aaa;
  padding-block: 1rem;
  display: flex;
}
@media (max-width: 575px) {
  .c-qq .qq-break dl {
    flex-direction: column;
  }
}

.c-qq .qq-break dt {
  width: 15em;
  white-space: nowrap;
  padding-left: clamp(20px, 2.21vw + 11.71px, 40px);
  padding-right: 40px;
  color: #30A18C;
}
@media screen and (max-width: 767px) {
  .c-qq .qq-break dt {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-qq .qq-break dt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-qq .qq-break dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .c-qq .qq-break dd {
    width: 100%;
  }
}

.qq-form.hidden {
  display: none;
}

.qq-form.show {
  display: block !important;
  margin-top: 1em;
}

.qq-form button {
  width: 100%;
  max-width: 380px;
  border-radius: 4rem;
  display: block;
  background: #d7aa3e;
  color: #fff;
  text-align: center;
  padding: 2rem 2rem;
  font-size: min(5.3vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .qq-form button {
    font-size: 18px;
  }
}

.auto-grow {
  box-sizing: border-box;
  overflow: hidden;
  /* スクロールバーを消す */
  resize: none;
  /* 手動リサイズ不要なら */
  /* お好みで下限 */
}

textarea.auto-grow {
  overflow: hidden;
  /* スクロールバー非表示 */
  resize: none;
  /* つまみ無効（任意） */
  box-sizing: border-box;
  width: 100%;
  /* お好みで */
  font-size: 16px;
  /* iOSの自動ズーム対策 */
}

dl.only-view:has(span.cf7msm-ro:empty) {
  display: none;
}/*# sourceMappingURL=style.css.map */