@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

html, body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover {
  opacity: 0.7;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=reset]),
select {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #fff;
  border: 0.3px solid #000;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  letter-spacing: 0.1em;
}

select {
  -moz-appearance: none; /* Firefox */ /* Safari and Chrome */
  appearance: none;
  background: #fff url(../img/common/arrow_01.svg) no-repeat center right 1em;
  background-size: 13px;
  padding-right: 2em;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/


/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  max-width: 400px;
  min-width: 320px;
  margin-inline: auto;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 450px) {
  body {
    max-width: 450px;
  }main{
    background-size: 100%;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.com-width-center {
  margin-inline: auto;
}

/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.keyvisual-sec-01 {
  position: relative;
}
.keyvisual-sec-01 .tit {
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
}
.keyvisual-sec-01 .tit .badge {
  position: absolute;
  width: 37%;
  top: 6%;
  left: 0;
  transform: translate(-60%, 0);
}
.keyvisual-sec-01 .eyecatch-01 {
  width: 81%;
  position: absolute;
  top: 35%;
  left: 0;
}
.keyvisual-sec-01 .eyecatch-02 {
  position: absolute;
  right: 0;
  bottom: 8%;
  width: 50%;
}

.lp-sec-01 {
  position: relative;
  background: url(../img/01_01.png) no-repeat top center;
  background-size: 100%;
  padding-block: 18% 35%;
  margin-top: -36.5%;
}
.lp-sec-01 .wrapper {
  padding-inline: 11%;
}
.lp-sec-01 .tit {
  width: 31.5%;
}
.lp-sec-01 .text-01 {
  margin-top: 30%;
}
.lp-sec-01 .img-01 {
  margin-top: 21%;
}

.lp-sec-02 {
  background: url(../img/02_01.png) no-repeat top center;
  background-size: 100%;
  padding-block: 9% 55%;
}
.lp-sec-02 .wrapper {
  padding-inline: 12%;
}
.lp-sec-02 .tit {
  width: 66%;
  margin-inline: auto;
}
.lp-sec-02 .sect-01 {
  margin-top: 12.5%;
}
.lp-sec-02 .sect-01 > * {
  margin-inline: auto 0;
}
.lp-sec-02 .sect-01 .sect-tit {
  width: 81%;
  margin-bottom: 8.5%;
}
.lp-sec-02 .sect-01 .sect-text {
  width: 71.5%;
}
.lp-sec-02 .sect-02 {
  margin-top: 27%;
  position: relative;
}
.lp-sec-02 .sect-02 .sect-tit {
  width: 54%;
  margin-bottom: 10%;
}
.lp-sec-02 .sect-02 .sect-text {
  width: 78%;
}
.lp-sec-02 .sect-02 .sect-notice {
  display: block;
  margin-top: 12%;
  margin-left: 5%;
  width: 53%;
}
.lp-sec-02 .sect-02 .sect-badge {
  position: absolute;
  bottom: -2%;
  left: calc(min(100vw, 640px) * 12 / 100 * -1);
  width: 22%;
}
.lp-sec-02-new {
  background-image: url(../img/02_10.png);
}

.lp-sec-03 {
  padding-block: 24% 0;
}
.lp-sec-03 .tit {
  width: 57%;
  margin-inline: auto;
  margin-bottom: 6.5%;
}
.lp-sec-03 .sect-01, .lp-sec-03 .sect-02 {
  position: relative;
}
.lp-sec-03 .sect-01::before, .lp-sec-03 .sect-02::before {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 92%;
  height: 100%;
}
.lp-sec-03 .sect-01 .sect-tit, .lp-sec-03 .sect-02 .sect-tit {
  margin-inline: auto;
  margin-bottom: 6.5%;
}
.lp-sec-03 .sect-01 .sect-label, .lp-sec-03 .sect-02 .sect-label {
  width: 6%;
  position: absolute;
}
.lp-sec-03 .sect-01 {
  z-index: 3;
  padding: 12% 12.5% 20%;
  margin-bottom: -10%;
}
.lp-sec-03 .sect-01::before {
  background-color: #FFA4C4;
  top: 0;
  left: 0;
  border-top-right-radius: 100px;
}
.lp-sec-03 .sect-01 .sect-label {
  top: 9%;
  right: 0;
}
.lp-sec-03 .sect-01 .sect-tit {
  width: 56%;
}
.lp-sec-03 .sect-01 .sect-eyecatch {
  width: 28%;
  margin-inline: auto;
}
.lp-sec-03 .sect-02 {
  z-index: 2;
  padding: 23.5% 12.5% 20%;
}
.lp-sec-03 .sect-02::before {
  background-color: #EBDED0;
  top: 0;
  right: 0;
  border-bottom-left-radius: 100px;
}
.lp-sec-03 .sect-02 .sect-label {
  top: 5%;
  left: 0;
}
.lp-sec-03 .sect-02 .sect-tit {
  width: 52%;
}

.lp-sec-04 {
  background: url(../img/04_01.svg) no-repeat top center;
  background-size: 100%;
  margin-top: 5%;
  padding-block: 8.5% 18%;
}
.lp-sec-04 .tit {
  width: 39.2%;
  margin-inline: auto;
  margin-bottom: 11%;
}

.lp-sec-06 {
  padding-block: 14%;
}

.lp-sec-07 {
  padding-block: 8%;
}
.lp-sec-07 .tit {
  width: 30.7%;
  margin-inline: auto;
  margin-bottom: 13%;
}
.lp-sec-07 .sect-cont-01 + .sect-cont-02 {
  margin-top: 21%;
}
.lp-sec-07 .sect-cont-02 {
  width: 87.9%;
  margin-inline: auto;
}
.lp-sec-07 .sect-cont-02 + .sect-cont-02 {
  margin-top: 10%;
}


.lp-card-01 .card-image {
  grid-area: card-image;
  position: relative;
  aspect-ratio: 1/1.22;
}
.lp-card-01 .card-image .wrapper, .lp-card-01 .card-image .main, .lp-card-01 .card-image .label {
  position: absolute;
}
.lp-card-01 .card-image .wrapper {
  width: calc(100% + min(100vw, 640px) * 0.125);
  height: 100%;
  right: 0;
}
.lp-card-01 .card-image .main {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-card-01 .card-image .label {
  bottom: -8%;
  right: -6%;
  width: 11.9%;
}
.lp-card-01.reserve .card-body {
  grid-template-areas: "card-text card-image";
}
.lp-card-01.reserve .card-image .wrapper {
  right: unset;
  left: 0;
}
.lp-card-01.reserve .card-image .label {
  right: unset;
  left: -6%;
}
.lp-card-01 + .lp-card-01 {
  margin-top: 14.5%;
}


.lp-card-02 {
  width: 79%;
  margin-inline: auto;
  text-align: center;
}
.lp-card-02 + .lp-card-02 {
  margin-top: 13%;
}



.lp-card-03 .placeholder {
  font-size: 1.4rem;
  color: #8A8A8A;
  display: block;
  margin-top: 2%;
  letter-spacing: 0.1em;
}
.lp-card-03 .submit {
  width: 90%;
  box-sizing: border-box;
  display: block;
  margin-inline: auto;
  margin-top: 20%;
  background-color: #C1A842;
  color: #fff;
  font-size: 2rem;
  border-radius: 50px;
  padding: 1.5em 1em;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}


.lp-card-03 .submit:hover {
  opacity: 0.7;
}

.lp-card-03 label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-block: 12% 5%;
}




.lp-text-01 {
  width: 59%;
  margin-inline: auto;
  margin-top: 11%;
}

.lp-btn-01 {
  display: block;
  width: 70%;
  margin-inline: auto;
  margin-top: 8%;
}

.lp-btn-02 {
  display: block;
  width: 54%;
  font-size: 1.2em;
  color: #fff;
  background-color: #5FAABD;
  margin-inline: auto;
  margin-top: 13%;
  text-align: center;
  padding: 3% 5%;
}


.lp-card-03 {
  background-color: #F0F0EC;
  padding: 9% 11%;
}

.lp-map-01 {
  width: 100%;
  aspect-ratio: 1/0.53;
}
.lp-map-01 > iframe {
  width: 100%;
  height: 100%;
}

.lp-container {
  padding-inline: 7.5%;
}
.lp-card-01 .card-tit {
  margin-bottom: 6.5%;
}
.lp-card-01.card-01 .card-tit {
  width: 73%;
}
.lp-card-01.card-02 .card-tit {
  width: 94.7%;
}
.lp-card-01.card-03 .card-tit {
  width: 66%;
}
.lp-card-01.card-04 .card-tit {
  width: 87%;
}
.lp-card-01.card-05 .card-tit {
  width: 92%;
}
.lp-card-01.card-06 .card-tit {
  width: 89.2%;
}
.lp-card-03 .card-tit {
  width: 35%;
  margin-inline: auto;
  margin-bottom: 15.5%;
}
.lp-card-03 .card-tit-02 {
  color: #3C3736;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  margin-block: 15.5% 12%;
}
.lp-card-03 label.required::after {
  content: "必 須";
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0;
  color: #fff;
  background-color: #C1A842;
  border-radius: 2px;
  font-size: 80%;
  padding: 0.2em 0.9em;
  margin-left: 5%;
}
.lp-card-01 .card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "card-image card-text";
  gap: 0 6%;
}

.lp-card-01 .card-text {
  grid-area: card-text;
}
.lp-card-03 .card-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  margin-top: 14%;
}
.contact-button {
  margin: 0 32px 10px 32px;
  padding-bottom: 80px;
  background: #ece5df;
  height: 10px;
  display: inline-block;
}
.contact-button img {
  object-fit: cover;
  width: 100%;
  height: 65px;
}





/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*------------------------------------------------------------
FAQ Section
------------------------------------------------------------*/
.faq-section-title {
  width: 30%;
  margin-top: 60px;
  margin-bottom: -75px;
  position: relative;
  z-index: 10;
}
.faq-section {
  background-color: #f2ecd7;
  padding: 80px 30px 20px 30px;
  margin: 20px 0;
  position: relative;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item:first-child {
  margin-top: 0;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  border: 1px solid #936c1e;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.9;
}

.faq-q-icon {
  font-size: 3.5rem;
  font-weight: bold;
  color: #936c1e;
  margin-right: 15px;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.faq-q-icon::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #936c1e;
  top: 25px;
  right: -5px;
  transform: rotate(285deg);
}

.faq-question-text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #936c1e;
  font-weight: 500;
}

.faq-plus-icon {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-plus-icon {
  transform: rotate(45deg);
}

.faq-separator {
  margin: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-chevron {
  font-size: 1.2rem;
  color: #000;
  margin-right: 10px;
}

.faq-dotted-line {
  flex: 1;
  height: 1px;
  border-top: 2px dotted #936c1e;
  margin-top: 1px;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-a-label {
  font-weight: bold;
  margin-right: 8px;
  color: #000;
}

.faq-answer-text {
  color: #000;
}

.faq-footer-message {
  margin-top: 20px;
}

.faq-footer-message .faq-dotted-line {
  margin-bottom: 15px;
}

.faq-footer-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #936c1e;
  text-align: center;
  margin-top: 15px;
}
.box2,
.box {
  background-color: #fff;
}
.box2 img.text-img,
.box img.text-img {
  margin-top: 20px;
  width: 80%;
  height: auto;
}

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