@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, span, a, th, td {
  font-family: "Shippori Mincho B1", serif;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}


/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  display: block;
  height: auto;
  border-style: none;
}

/* 消してる要素 */
.sp, .sp-fixed-footer {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* 画面に入った時に動くためのトリガー */
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* ヘッダー 1350 */
#header {
  width: 100%;
  height: min(116px, 8.59vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: transparent;
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 0 min(80px, 5.93vw);
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: min(158px, 11.7vw);
}

.header-link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: min(7px, 0.52vw);
}

.tel-box, .mail-box {
  position: relative;
  z-index: 1100;
}

.tel-box a {
  width: min(200px, 14.81vw);
  height: min(52px, 3.85vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  background-color: #CCC6A6;
}

.mail-box a {
  width: min(180px, 13.33vw);
  height: min(52px, 3.85vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  background-color: #D2C2AF;
}

.tel-box a span, .mail-box a span {
  font-size: min(20px, 1.48vw);
  color: #fff;
}

.tel-box a img, .mail-box a img {
  width: min(18px, 1.33vw);
  height: auto;
}

.menu-btn {
  width: min(260px, 19.26vw);
  height: min(52px, 3.85vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.74vw);
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1100;
  background-color: #FFFFFF;
}

.menu-text {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  font-family: "EB Garamond", serif;
  color: #87857E;
}

.hamburger span {
  display: block;
  width: min(60px, 4.44vw);
  height: min(1px, 0.07vw);
  background: #87857E;
  margin: min(5px, 0.37vw) 0;
}

.side-menu.active {
  right: 0;
}

.side-menu ul {
  list-style: none;
  padding: 0;
}

#js-sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(880px, 65.19vw);
  height: 100%;
  background: #69635B;
  transition: 0.8s;
  z-index: 900;
  padding: min(144px, 10.67vw) min(90px, 6.67vw) min(80px, 5.93vw);  
}

.nav-logo {
  width: min(180px, 13.33vw);
  margin: 0 auto;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  gap: min(60px, 4.44vw);
  margin-top: min(20px, 1.48vw);
}

.nav-list ul li {
  width: min(320px, 23.7vw);
  margin: min(20px, 1.48vw) 0;
}

.nav-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-list ul li a span {
  font-size: min(18px, 1.33vw);
  color: #fff;
}

.nav-list ul li a img {
  width: min(15px, 1.11vw);
  height: auto;
}

#js-sp-nav.is-active {
  right: 0;
}



/* トップ */
/* 1440 */
.main-v {
  width: 100%;
  height: min(723px, 50.21vw);
}

.main-v-container {
  width: 100%;
  height: 100%;
  background-image: url(../image/top-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* 1440 */
.p1-a-container {
  padding-top: min(80px, 5.56vw);
}

.p1-a-box {
  width: min(1440px, 100vw);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
}

.p1-a-item {
  width: min(650px, 45.14vw);
}

.p1-a-title, .p1-a-text {
  width: min(490px, 34.03vw);
  margin-left: auto;
}

.p1-a-title h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  color: #87857E;
  line-height: 2;
}

.p1-a-text {
  margin-top: min(40px, 2.78vw);
}

.p1-a-text p {
  font-size: min(16px, 1.11vw);
  color: #87857E;
  line-height: 2.4;
}

.p1-a-number {
  margin-top: min(98px, 6.81vw);
  margin-left: max(-25px, -1.74vw);
}

.p1-a-number span {
  font-size: min(240px, 16.67vw);
  font-family: "Allura", cursive;
  color: #F1EBE4;
  line-height: 1;
}

.p1-a-img-box {
  width: min(640px, 44.44vw);
  margin-top: min(40px, 2.78vw);
}

.p1-a-span {
  text-align: center;
}

.p1-a-span span {
  font-size: min(128px, 8.89vw);
  font-family: "Allura", cursive;
  color: #87857E;
  line-height: 1;
}

.p1-a-img {
  width: 100%;
  margin-top: min(20px, 1.39vw);
}

/* 1440 */
.p1-b-container {
  padding-top: min(118px, 8.19vw);
  padding-bottom: min(120px, 8.33vw);
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff min(650px, 45.14vw),
    #F1EBE4 min(650px, 45.14vw),
    #F1EBE4 min(2020px, 140.28vw),
    #ffffff min(2020px, 140.28vw)
  );
}

.p1-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(100px, 6.94vw) auto 0;
}

.p1-b-item {
  width: min(480px, 33.33vw);
}

.p1-b-title {
  display: flex;
  align-items: flex-end;
  margin-top: min(110px, 7.64vw);
}

.p1-b-title h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  color: #87857E;
  line-height: 2;
}

.p1-b-title h3 span {
  font-size: min(140px, 9.72vw);
  font-family: "Allura", cursive;
  color: #F1EBE4;
  line-height: 1;
}

.p1-b-text p {
  font-size: min(16px, 1.11vw);
  color: #87857E;
  line-height: 2.4;
  letter-spacing: 0.10em;
}

.p1-b-img-box {
  width: min(730px, 50.69vw);
  display: flex;
  justify-content: space-between;
}

.p1-b-img1 {
  width: min(360px, 25vw);
}

.p1-b-box2 {
  width: min(1440px, 100vw);
  display: flex;
  gap: min(50px, 3.47vw);
  margin: min(120px, 8.33vw) auto 0;
}

.p1-b-box2 .p1-b-title h3 span, .p1-b-box3 .p1-b-title h3 span {
  color: #fff;
}

.p1-b-img-box2 {
  width: min(830px, 57.64vw);
  display: flex;
  justify-content: space-between;
}

.p1-b-img2 {
  width: min(480px, 33.33vw);
}

.p1-b-img3 {
  width: min(300px, 20.83vw);
  margin-top: min(280px, 19.44vw);
}

.p1-b-box3 {
  width: min(1440px, 100vw);
  display: flex;
  justify-content: flex-end;
  gap: min(150px, 10.42vw);
  margin: min(120px, 8.33vw) auto 0;
}

.p1-b-img-box3 {
  width: min(644px, 44.72vw);
  display: flex;
}

.p1-b-img4 {
  width: min(480px, 33.33vw);
}

.p1-b-img5 {
  width: min(300px, 20.83vw);
  margin-left: max(-140px, -9.72vw);
  margin-top: min(300px, 20.83vw);
}

.p1-b-link {
  margin-top: min(40px, 2.78vw);
}

.p1-b-link a {
  width: min(362px, 25.14vw);
  height: min(56px, 3.89vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(30px, 2.08vw);
  border: min(1px, 0.07vw) solid #87857E;
  margin: 0 auto;
}

.p1-b-link a span {
  font-size: min(18px, 1.25vw);
  color: #87857E;
  line-height: 2;
}

.p1-b-link a img {
  width: min(15px, 1.04vw);
  height: auto;
}

/* 1350 */
.p1-c-container {
  padding: min(80px, 5.93vw) 0;
  background: linear-gradient(
    to bottom,
    #EBE7D2 0%,
    #F6E9E2 75%,
    #F6E9E2 100%
  );
}

.p1-c-box, .p1-c-box2 {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p1-c-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(60px, 4.44vw);
}

.p1-c-text {
  width: min(300px, 22.22vw);
  height: min(316px, 23.41vw);
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: min(80px, 5.93vw);
}

.p1-c-text:nth-child(1) {
  background-image: url(../image/part2.png);
}

.p1-c-text:nth-child(2) {
  background-image: url(../image/part3.png);
}

.p1-c-text:nth-child(3) {
  background-image: url(../image/part4.png);
}

.p1-c-text:nth-child(4) {
  background-image: url(../image/part5.png);
  padding-top: min(100px, 7.41vw);
}

.p1-c-text p {
  font-size: min(28px, 2.07vw);
  color: #87857E;
  line-height: 1.6;
}

.p1-c-img {
  width: 100%;
  margin-top: min(40px, 2.96vw);
}

.p1-c-box2 {
  margin-top: min(100px, 7.41vw);
}

.p1-c-text2 {
  width: min(300px, 22.22vw);
  height: min(308px, 22.81vw);
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: min(75px, 5.56vw);
}

.p1-c-text2:nth-child(1) {
  background-image: url(../image/part6.png);
}

.p1-c-text2:nth-child(2) {
  background-image: url(../image/part7.png);
}

.p1-c-text2:nth-child(3) {
  background-image: url(../image/part8.png);
}

.p1-c-text2:nth-child(4) {
  background-image: url(../image/part9.png);
}

.p1-c-text2 p {
  font-size: min(28px, 2.07vw);
  color: #87857E;
  line-height: 1.6;
}

.p1-c-p {
  text-align: center;
  margin-top: min(90px, 6.67vw);
}

.p1-c-p p {
  display: inline-block;
  position: relative;
  font-size: min(48px, 3.56vw);
  color: #87857E;
  line-height: 2;
  padding-right: min(30px, 2.22vw);
  padding-bottom: min(20px, 1.48vw);
  letter-spacing: 0.10em;
  z-index: 1;
}

.p1-c-p p::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(790px, 58.52vw);
  height: min(70px, 5.19vw);
  background-color: #fff;
  z-index: -1;
  white-space: nowrap;
}

/* 1350 */
.p1-d-container {
  padding-top: min(97px, 7.19vw);
}

.p1-d-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p1-d .h2-title {
  text-align: right;
}

.p1-d-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(60px, 4.44vw);
}

.p1-d-text {
  width: min(300px, 22.22vw);
}

.p1-d-p {
  text-align: center;
  margin-top: min(20px, 1.48vw);
}

.p1-d-p p {
  font-size: min(28px, 2.07vw);
  color: #87857E;
  line-height: 1.8;
}

.p1-d-p span {
  font-size: min(16px, 1.19vw);
  color: #87857E;
  line-height: 2;
}

.p1-d-p2 {
  text-align: center;
  margin-top: min(60px, 4.44vw);
}

.p1-d-p2 p {
  display: inline-block;
  position: relative;
  font-size: min(32px, 2.37vw);
  color: #87857E;
  line-height: 2;
  padding-right: min(20px, 1.48vw);
  padding-bottom: min(17px, 1.26vw);
  letter-spacing: 0.10em;
  z-index: 1;
}

.p1-d-p2 p::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(1100px, 81.48vw);
  height: min(50px, 3.7vw);
  background-color: #F1EBE4;
  z-index: -1;
  white-space: nowrap;
}

/* 1350 */
.p1-e-container {
  padding-top: min(120px, 8.89vw);
}

.p1-e .h2-title {
  width: min(1280px, 94.81vw);
  text-align: left;
  margin: 0 auto;
}

.p1-e-box {
  text-align: center;
  background-color: #F1EBE4;
  padding: min(80px, 5.93vw) 0;
  margin-top: min(60px, 4.44vw);
}

.p1-e-box p {
  font-size: min(48px, 3.56vw);
  color: #87857E;
  line-height: 2;
}

/* 1350 */
.p1-f-container {
  padding-top: min(120px, 8.89vw);
}

.p1-f .h2-title {
  width: min(1280px, 94.81vw);
  text-align: right;
  margin: 0 auto;
}

.marqueer {
  overflow: hidden;
  width: 100%;
  margin-top: min(60px, 4.44vw);
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}

.marqueer ul li {
  padding: 0 min(5px, 0.37vw);
  flex-shrink: 0;
}

.marqueer ul li.extra-left {
  margin-left: min(50px, 3.7vw);
}

.marqueer ul li img {
  display: block;
  width: min(300px, 22.22vw);
  height: auto;
}


/* 1350 */
.p1-g-container {
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff min(470px, 34.81vw),
    #EBE8DB min(392px, 29.04vw)
  );
  padding-top: min(120px, 8.89vw);
  padding-bottom: min(80px, 5.93vw);
}

.p1-g-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p1-g .h2-title {
  text-align: left;
}

.p1-g-nume {
  width: 100%;
  padding-bottom: min(5px, 0.37vw);
  border-bottom: min(1px, 0.07vw) dotted #87857E;
  margin-top: min(10px, 0.74vw);
}

.p1-g-nume p {
  font-size: min(18px, 1.33vw);
  color: #87857E;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p1-g-item {
  display: grid;
  grid-template-columns: repeat(3, min(400px, 29.63vw));
  justify-content: space-between;
  row-gap: min(30px, 2.22vw);
  margin-top: min(60px, 4.44vw);
}

.p1-g-text {
  width: min(400px, 29.63vw);
}

.p1-g-img {
  width: 100%;
  height: min(400px, 29.63vw);
  overflow: hidden;
}

.p1-g-p {
  display: block;
  cursor: pointer;
  font-size: min(18px, 1.33vw);
  font-weight: 300;
  font-family: "Shippori Mincho B1", serif;
  color: #87857E;
  line-height: 2;
  padding: min(5px, 0.37vw) min(20px, 1.48vw);
  border-bottom: min(1px, 0.07vw) dotted #87857E;
  margin-top: min(10px, 0.74vw);
  position: relative;
  transition: border 0.3s;
}

.qa-item input:checked + .p1-g-p {
  border-bottom: none;
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  font-size: min(18px, 1.33vw);
  color: #87857E;
  line-height: 2;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 min(20px, 1.48vw);
}

.qa-item input:checked + .p1-g-p + .qa-answer {
  max-height: min(200px, 14.81vw);
  padding: min(10px, 0.74vw) min(20px, 1.48vw);
}

.p1-g-p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: min(20px, 1.48vw);
  width: min(13px, 0.96vw);
  height: min(1px, 0.07vw);
  background-color: #87857E;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.p1-g-p::before {
  content: '';
  position: absolute;
  top: 50%;
  right: min(26px, 1.93vw);
  width: min(1px, 0.07vw);
  height: min(13px, 0.96vw);
  background-color: #87857E;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.qa-item input:checked + .p1-g-p::before {
  opacity: 0;
}


/* 1350 */
.p1-h-container {
  padding: min(120px, 8.89vw) 0;
}

.p1-h-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p1-h .h2-title {
  text-align: right;
}

.p1-h-item {
  margin-top: min(20px, 1.48vw);
}

.p1-h-item .p1-g-p {
  margin-top: min(40px, 2.96vw);
}

.p1-h-item .p1-g-p, .p1-h-item .qa-answer {
  font-size: min(20px, 1.48vw);
}

.p1-h-item .qa-answer {
  display: flex;
  gap: min(10px, 0.74vw);
}

.p1-h-item .qa-answer span {
  font-size: min(20px, 1.48vw);
}

/* 1440 */
.p1-i-container {
  background-color: #EBE8DB;
  padding: min(80px, 5.56vw) 0;
}

.p1-i-box {
  width: min(1440px, 100vw);
  margin: 0 auto;
}

.p1-i-item {
  width: min(1280px, 88.89vw);
  display: flex;
  gap: min(50px, 3.47vw);
  background-color: #fff;
  padding: min(90px, 6.25vw) min(75px, 5.21vw) min(80px, 5.56vw);
  margin-left: auto;
  margin-top: min(60px, 4.17vw);
}

.p1-i-img {
  width: min(400px, 27.78vw);
}

.p1-i .h2-title {
  width: min(1280px, 88.89vw);
  text-align: left;
  margin-left: auto;
}

.p1-i-table {
  width: min(686px, 47.64vw);
}

.p1-i-table table {
  width: 100%;
  border-collapse: collapse;
}

.p1-i-table table tr th, .p1-i-table table tr td {
  text-align: left;
  font-size: min(20px, 1.39vw);
  font-weight: 400;
  color: #87857E;
  padding: min(15px, 1.04vw) 0;
}

.p1-i-table table tr th {
  width: min(125px, 8.68vw);
}

.p1-i-link {
  display: flex;
  justify-content: flex-end;
  gap: min(7px, 0.49vw);
  position: relative;
  z-index: 5;
  margin-top: min(40px, 2.78vw);
}

/* 1350 */
.p1-j-container {
  padding: min(120px, 8.89vw) 0;
}

.p1-j-map {
  width: min(1280px, 94.81vw);
  height: min(480px, 35.56vw);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.p1-j-map iframe {
  width: 100%;
  height: min(900px, 66.67vw);
  margin-top: max(-200px, -14.81vw);
}

.p1-j-img {
  width: min(286px, 21.19vw);
  height: min(56px, 4.15vw);
  position: absolute;
  top: min(20px, 1.48vw);
  left: min(20px, 1.48vw);
  z-index: 5;
}

/* 1350 */
.p1-k-container {
  background: linear-gradient(
    to bottom,
    #F6E9E2 0%,
    #EBE7D2 75%,
    #EBE7D2 100%
  );
  padding: min(80px, 5.93vw) 0;
}

.p1-k-p {
  text-align: center;
  margin-top: min(60px, 4.44vw);
}

.p1-k-p p {
  font-size: min(16px, 1.19vw);
  color: #87857E;
  line-height: 2.4;
}

.p1-k-box {
  width: min(1120px, 82.96vw);
  padding: min(60px, 4.44vw) min(80px, 5.93vw);
  margin: min(60px, 4.44vw) auto 0;
  background-color: #fff;
  color: #87857E;
}

.form-item {
  padding-bottom: min(25px, 1.85vw);
  border-bottom: min(1px, 0.07vw) solid #E8E8E8;
  margin-bottom: min(40px, 2.96vw);
}

.label-row {
  display: flex;
  align-items: center;
  margin-bottom: min(15px, 1.11vw);
}

.required-tag {
  background-color: #E8E8E8;
  font-size: min(16px, 1.19vw);
  padding: min(5px, 0.37vw) min(10px, 0.74vw);
  display: inline-block;
  color: #87857E;
  margin-right: min(10px, 0.74vw);
}

.label-row label {
  font-size: min(16px, 1.19vw);
}

.p1-k-box input[type="text"],
.p1-k-box input[type="email"],
.p1-k-box input[type="tel"],
.p1-k-box textarea {
  width: 100%;
  border: min(2px, 0.15vw) solid #E8E8E8;
  border-radius: min(10px, 0.74vw);
  padding: min(15px, 1.11vw);
  font-size: min(16px, 1.19vw);
  box-sizing: border-box;
  color: #87857E;
}

.p1-k-box textarea {
  height: min(360px, 26.67vw);
}

.policy-section {
  margin-top: min(80px, 5.93vw);
  text-align: left;
}

.policy-section h3 {
  font-size: min(24px, 1.78vw);
  margin-bottom: min(20px, 1.48vw);
  font-weight: 400;
}

.policy-intro {
  font-size: min(16px, 1.19vw);
  line-height: 1.8;
}

.policy-box {
  background-color: #F2F2F2;
  padding: min(40px, 2.96vw) min(60px, 4.44vw);
  margin-top: min(50px, 3.7vw);
}

.policy-box h4 {
  font-size: min(20px, 1.48vw);
  margin-bottom: min(20px, 1.48vw);
  display: inline-block;
  padding-bottom: min(5px, 0.37vw);
  font-weight: 400;
  position: relative;
}

.policy-box h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100px, 7.41vw);
  height: min(1px, 0.07vw);
  background-color: #87857E;
}

.policy-content {
  height: min(256px, 18.96vw);
  overflow-y: scroll;
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.policy-content::-webkit-scrollbar {
  width: min(3px, 0.22vw);
}

.policy-content::-webkit-scrollbar-thumb {
  background: #87857E;
}

.policy-content::-webkit-scrollbar-thumb:hover {
  background: #6D6B65;
}

.policy-item {
  padding-bottom: min(25px, 1.85vw);
}

.policy-item h5 {
  font-size: min(16px, 1.19vw);
  font-weight: 400;
}

.agree-check {
  text-align: center;
  margin: min(40px, 2.96vw) 0;
  font-size: min(18px, 1.33vw);
}

.agree-check input {
  margin-right: min(10px, 0.74vw);
  transform: scale(min(1.5, 0.11vw)); 
  vertical-align: middle;
}

.form-submit {
  text-align: center;
}

.p1-k-box input[type="submit"] {
  width: min(312px, 23.11vw);
  height: min(60px, 4.44vw);
  background-color: #fff;
  border: min(1px, 0.07vw) solid #87857E;
  color: #87857E;
  font-size: min(16px, 1.19vw);
  cursor: pointer;
  transition: 0.3s;
}

.p1-k-box input[type="submit"]:hover {
  background-color: #87857E;
  color: #fff;
}

.wpcf7-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-list-item input {
  margin-bottom: min(5px, 0.37vw);
}

.wpcf7-spinner {
  display: none;
}


/* フッター */
.footer-container {
  padding-top: min(80px, 5.93vw);
}

.footer-box {
  width: min(820px, 60.74vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.footer-logo {
  width: min(160px, 11.85vw);
}

.footer-link {
  display: flex;
  align-items: center;
  gap: min(7px, 0.52vw);
}

.copy-right {
  text-align: center;
  padding: min(28px, 2.07vw) 0;
  margin-top: min(70px, 5.19vw);
}

.copy-right p {
  font-size: min(14px, 1.04vw);
  color: #87857E;
  line-height: 1.6;
}



/* 共通タイトル */
/* 1350 */
.h2-title {
  text-align: center;
}

.h2-title h2 {
  display: inline-block;
  font-size: min(48px, 3.56vw);
  font-weight: 400;
  color: #87857E;
  line-height: 2;
  padding-right: min(80px, 5.93vw);
  position: relative;
}

.h2-title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: min(160px, 11.85vw);
  height: min(2px, 0.15vw);
  background-color: #87857E;
}



@media screen and (max-width: 767px) {
  /* 全体 */
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* ヘッダー 1350 */
  #header {
    width: 100%;
    height: 53px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
  }

  .header-container {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }

  .header-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    width: 79px;
  }

  .header-link {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0;
  }

  .header-link .tel-box, .header-link .mail-box {
    display: none;
  }

  .tel-box a {
    width: 200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #CCC6A6;
  }

  .mail-box a {
    width: 200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #D2C2AF;
  }

  .tel-box a span, .mail-box a span {
    font-size: 16px;
    color: #fff;
  }

  .tel-box a img, .mail-box a img {
    width: 17px;
    height: auto;
  }

  .menu-btn {
    width: 160px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1100;
    background-color: #FFFFFF;
  }

  .menu-text {
    font-size: 18px;
    font-weight: 400;
    font-family: "EB Garamond", serif;
    color: #87857E;
  }

  .hamburger span {
    display: block;
    width: 40px;
    height: 1px;
    background: #87857E;
    margin: 5px 0;
  }

  .side-menu.active {
    right: 0;
  }

  .side-menu ul {
    list-style: none;
    padding: 0;
  }

  #js-sp-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #69635B;
    transition: 0.8s;
    z-index: 900;
    padding: 80px 50px 20px;  
  }

  .nav-logo {
    width: 66px;
    margin: 0 auto;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }

  .nav-list ul {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .nav-list ul li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }

  .nav-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-list ul li a span {
    font-size: 15px;
    color: #fff;
  }

  .nav-list ul li a img {
    width: 15px;
    height: auto;
  }

  #js-sp-nav.is-active {
    right: 0;
  }


  /* トップ */
  /* 1440 */
  .main-v {
    width: 100%;
    height: 723px;
  }

  .main-v-container {
    width: 100%;
    height: 100%;
    background-image: url(../image/top-mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% center;
  }

  /* 1440 */
  .p1-a-container {
    padding-top: 30px;
  }

  .p1-a-box {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
  }

  .p1-a-item {
    width: 100%;
  }

  .p1-a-title, .p1-a-text {
    width: 100%;
    margin-left: auto;
  }

  .p1-a-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #87857E;
    line-height: 2;
  }

  .p1-a-text {
    margin-top: 20px;
  }

  .p1-a-text p {
    font-size: 13px;
    color: #87857E;
    line-height: 2.4;
  }

  .p1-a-number {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
  }

  .p1-a-number span {
    font-size: 128px;
    font-family: "Allura", cursive;
    color: #F1EBE4;
    line-height: 1;
  }

  .p1-a-img-box {
    width: 100%;
    margin-top: 30px;
  }

  .p1-a-span {
    text-align: center;
  }

  .p1-a-span span {
    font-size: 64px;
    font-family: "Allura", cursive;
    color: #87857E;
    line-height: 1;
  }

  .p1-a-img {
    max-width: 400px;
    width: 100%;
    margin: 10px auto 0;
  }

  /* 1440 */
  .p1-b-container {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(
      to bottom,
      #ffffff 0px,
      #ffffff 430px,
      #F1EBE4 430px,
      #F1EBE4 1730px,
      #ffffff 1730px
    );
  }

  .p1-b-box {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    margin: 20px auto 0;
  }

  .p1-b-item {
    width: 100%;
  }

  .p1-b-title {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
  }

  .p1-b-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #87857E;
    line-height: 2;
  }

  .p1-b-title h3 span {
    font-size: 48px;
    font-family: "Allura", cursive;
    color: #F1EBE4;
    line-height: 1;
  }

  .p1-b-text p {
    font-size: 13px;
    color: #87857E;
    line-height: 2.4;
  }

  .p1-b-img-box {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .p1-b-img1 {
    width: 48%;
  }

  .p1-b-box2 {
    width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 30px auto 0;
  }

  .p1-b-box2 .p1-b-title h3 span, .p1-b-box3 .p1-b-title h3 span {
    color: #fff;
  }

  .p1-b-img-box2 {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .p1-b-img2 {
    width: 60%;
  }

  .p1-b-img3 {
    width: 35%;
    margin-top: 120px;
  }

  .p1-b-box3 {
    width: 94%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin: 30px auto 0;
  }

  .p1-b-img-box3 {
    max-width: 400px;
    width: 100%;
    display: flex;
  }

  .p1-b-img4 {
    width: 94%;
  }

  .p1-b-img5 {
    width: 60%;
    margin-left: -180px;
    margin-top: 157px;
  }

  .p1-b-link {
    margin-top: 30px;
  }

  .p1-b-link a {
    width: 263px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid #87857E;
    margin: 0 auto;
  }

  .p1-b-link a span {
    font-size: 14px;
    color: #87857E;
    line-height: 2;
  }

  .p1-b-link a img {
    width: 15px;
    height: auto;
  }

  /* 1350 */
  .p1-c-container {
    padding: 40px 0;
    background: linear-gradient(
      to bottom,
      #EBE7D2 0%,
      #F6E9E2 75%,
      #F6E9E2 100%
    );
  }

  .p1-c-box, .p1-c-box2 {
    width: 94%;
    margin: 0 auto;
  }

  .p1-c-box .h2-title h2, .p1-c-box2 .h2-title h2 {
    font-size: 18px;
  }

  .p1-c-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column; /* 縦並び */
    flex-wrap: wrap;
    width: 335px;       /* 入りきらない分を折り返す */
    height: 308px;         /* ここで高さを指定しないと、2列目に行きません */
    gap: 5px;
    margin: 30px auto 0;
  }

  .p1-c-text {
    width: 160px;
    height: 168px;
    text-align: center;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 40px;
  }

  .p1-c-text:nth-child(1) {
    background-image: url(../image/sp-img1.png);
    height: 135px;
  }

  .p1-c-text:nth-child(2) {
    background-image: url(../image/part3.png);
  }

  .p1-c-text:nth-child(3) {
    background-image: url(../image/sp-img2.png);
    height: 135px;
    padding-top: 54px;
  }

  .p1-c-text:nth-child(4) {
    background-image: url(../image/part4.png);
    padding-top: 40px;
  }

  .p1-c-text p {
    font-size: 16px;
    color: #87857E;
    line-height: 1.6;
  }

  .p1-c-img {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
  }

  .p1-c-box2 {
    margin-top: 40px;
  }

  .p1-c-text2 {
    width: 160px;
    height: 164px;
    text-align: center;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 38px;
  }

  .p1-c-text2:nth-child(1) {
    background-image: url(../image/sp-img3.png);
    height: 128px;
  }

  .p1-c-text2:nth-child(2) {
    background-image: url(../image/part7.png);
  }

  .p1-c-text2:nth-child(3) {
    background-image: url(../image/sp-img4.png);
    height: 128px;
  }

  .p1-c-text2:nth-child(4) {
    background-image: url(../image/part8.png);
  }

  .p1-c-text2 p {
    font-size: 16px;
    color: #87857E;
    line-height: 1.6;
  }

  .p1-c-p {
    text-align: center;
    margin-top: 37px;
  }

  .p1-c-p p {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #87857E;
    line-height: 2;
    padding-right: 20px;
    padding-bottom: 14px;
    letter-spacing: 0.10em;
    z-index: 1;
  }

  .p1-c-p p::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 294px;
    height: 30px;
    background-color: #fff;
    z-index: -1;
    white-space: nowrap;
  }

  /* 1350 */
  .p1-d-container {
    padding-top: 40px;
  }

  .p1-d-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-d .h2-title {
    text-align: center;
  }

  .p1-d-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 20px;
  }

  .p1-d-text {
    width: 160px;
  }

  .p1-d-p {
    text-align: center;
    margin-top: 10px;
  }

  .p1-d-p p {
    font-size: 16px;
    color: #87857E;
    line-height: 1.8;
  }

  .p1-d-p span {
    font-size: 13px;
    color: #87857E;
    line-height: 2;
  }

.p1-d-p2 {
  text-align: center;
  margin-top: 20px;
}

.p1-d-p2 p {
  display: inline-block;
  text-align: left; 
  position: relative;
  font-size: 18px;
  color: #87857E;
  line-height: 2;
  padding-right: 0;
  padding-bottom: 5px;
  letter-spacing: 0.10em;
  z-index: 1;
}

  .p1-d-p2 p::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 326px;
    height: 55px;
    background-color: #F1EBE4;
    z-index: -1;
    white-space: nowrap;
  }

  /* 1350 */
  .p1-e-container {
    padding-top: 50px;
  }

  .p1-e .h2-title {
    width: 94%;
    text-align: left;
    margin: 0 auto;
  }

  .p1-e-box {
    text-align: center;
    background-color: #F1EBE4;
    padding: 40px 0;
    margin-top: 20px;
  }

  .p1-e-box p {
    font-size: 24px;
    color: #87857E;
    line-height: 2;
  }

  /* 1350 */
  .p1-f-container {
    padding-top: 40px;
  }

  .p1-f .h2-title {
    width: 94%;
    text-align: right;
    margin: 0 auto;
  }

  .marqueer {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: max-content;
  }

  .marqueer ul li {
    padding: 0 10px;
    flex-shrink: 0;
  }

  .marqueer ul li.extra-left {
    margin-left: 25px;
  }

  .marqueer ul li img {
    display: block;
    width: 180px;
    height: auto;
  }


  /* 1350 */
  .p1-g-container {
    background: linear-gradient(
      to bottom,
      #ffffff 0px,
      #ffffff 188px,
      #EBE8DB 188px
    );
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p1-g-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-g .h2-title {
    text-align: left;
  }

  .p1-g-nume {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #87857E;
    margin-top: 10px;
  }

  .p1-g-nume p {
    font-size: 14px;
    color: #87857E;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p1-g-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p1-g-text {
    width: 335px;
    margin: 0 auto;
  }

  .p1-g-img {
    width: 100%;
    height: 335px;
    overflow: hidden;
  }

  .p1-g-p {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    font-family: "Shippori Mincho B1", serif;
    color: #87857E;
    line-height: 2;
    padding: 5px 0;
    border-bottom: 1px dotted #87857E;
    margin-top: 10px;
    position: relative;
    transition: border 0.3s;
  }

  .qa-item input:checked + .p1-g-p {
    border-bottom: none;
  }

  .qa-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #87857E;
    line-height: 2;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .qa-item input:checked + .p1-g-p + .qa-answer {
    max-height: 200px;
    padding: 5px 10px;
  }

  .p1-g-p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 1px;
    background-color: #87857E;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  .p1-g-p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1px;
    height: 13px;
    background-color: #87857E;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  .qa-item input:checked + .p1-g-p::before {
    opacity: 0;
  }


  /* 1350 */
  .p1-h-container {
    padding: 40px 0;
  }

  .p1-h-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-h .h2-title {
    text-align: right;
  }

  .p1-h-item {
    margin-top: 20px;
  }

  .p1-h-item .p1-g-p {
    margin-top: 20px;
  }

  .p1-h-item .p1-g-p, .p1-h-item .qa-answer {
    font-size: 14px;
  }

  .p1-h-item .qa-answer {
    display: flex;
    gap: 10px;
  }

  .p1-h-item .qa-answer span {
    font-size: 14px;
  }

  /* 1440 */
  .p1-i-container {
    background-color: #EBE8DB;
    padding: 30px 0;
  }

  .p1-i-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-i-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 20px 10px 20px;
    margin-left: auto;
    margin-top: 20px;
  }

  .p1-i-img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .p1-i .h2-title {
    width: 100%;
    text-align: left;
    margin-left: auto;
  }

  .p1-i-table {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .p1-i-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p1-i-table table tr th, .p1-i-table table tr td {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #87857E;
    padding: 5px 0;
  }

  .p1-i-table table tr th {
    width: 90px;
    text-align: center;
    vertical-align: top;
  }

  .p1-i-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    position: relative;
    z-index: 5;
    margin-top: 20px;
  }

  /* 1350 */
  .p1-j-container {
    padding: 40px 0;
  }

  .p1-j-map {
    width: 94%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .p1-j-map iframe {
    width: 100%;
    height: 900px;
    margin-top: -240px;
  }

  .p1-j-img {
    width: 204px;
    height: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
  }

  /* 1350 */
  .p1-k-container {
    background: linear-gradient(
      to bottom,
      #F6E9E2 0%,
      #EBE7D2 75%,
      #EBE7D2 100%
    );
    padding: 40px 0;
  }

  .p1-k-p {
    width: 94%;
    text-align: left;
    margin: 50px auto 0;
  }

  .p1-k-p p {
    font-size: 13px;
    color: #87857E;
    line-height: 2;
  }

  .p1-k-box {
    max-width: 500px;
    width: 100%;
    padding: 40px 30px;
    margin: 34px auto 0;
    background-color: #fff;
    color: #87857E;
  }

  .form-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 25px;
  }

  .label-row {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }

  .required-tag {
    background-color: #E8E8E8;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    color: #87857E;
    margin-right: 10px;
  }

  .label-row label {
    font-size: 13px;
  }

  .p1-k-box input[type="text"],
  .p1-k-box input[type="email"],
  .p1-k-box input[type="tel"],
  .p1-k-box textarea {
    width: 100%;
    border: 2px solid #E8E8E8;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    box-sizing: border-box;
    color: #87857E;
  }

  .p1-k-box textarea {
    height: 360px;
  }

  .policy-section {
    margin-top: 30px;
    text-align: left;
  }

  .policy-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .policy-intro {
    font-size: 13px;
    line-height: 1.8;
  }

  .policy-box {
    background-color: #F2F2F2;
    padding: 20px 15px;
    margin-top: 30px;
  }

  .policy-box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 400;
    position: relative;
  }

  .policy-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #87857E;
  }

  .policy-content {
    height: 422px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 2;
  }

  .policy-content::-webkit-scrollbar {
    width: 3px;
  }

  .policy-content::-webkit-scrollbar-thumb {
    background: #87857E;
  }

  .policy-content::-webkit-scrollbar-thumb:hover {
    background: #6D6B65;
  }

  .policy-item {
    padding-bottom: 30px;
  }

  .policy-item h5 {
    font-size: 13px;
    font-weight: 400;
  }

  .agree-check {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
  }

  .agree-check input {
    margin-right: 5px;
    transform: scale(min(1.5, 0.11vw)); 
    vertical-align: middle;
  }

  .form-submit {
    text-align: center;
  }

  .p1-k-box input[type="submit"] {
    width: 188px;
    height: 37px;
    background-color: #fff;
    border: 1px solid #87857E;
    color: #87857E;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
  }

  .p1-k-box input[type="submit"]:hover {
    background-color: #87857E;
    color: #fff;
  }

  .wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wpcf7-list-item input {
    margin-bottom: 3px;
  }

  .wpcf7-spinner {
    display: none;
  }


  /* フッター */
  .footer-container {
    padding-top: 40px;
  }

  .footer-box {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
  }

  .footer-logo {
    width: 66px;
  }

  .footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }

  .copy-right {
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
  }

  .copy-right p {
    font-size: 12px;
    color: #87857E;
    line-height: 1.6;
  }

  .sp-fixed-footer {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .sp-footer-flex {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }

  .sp-fixed-footer .sp-footer-flex .tel-box a {
    width: 170px;
    height: 45px;
  }

  .sp-fixed-footer .sp-footer-flex .mail-box a {
    width: 160px;
    height: 45px;    
  }

  /* 固定フッターの分、コンテンツが隠れないように調整（bodyに余白を追加） */
  body {
    padding-bottom: 60px;
  }



  /* 共通タイトル */
  /* 1350 */
  .h2-title {
    text-align: center;
  }

  .h2-title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #87857E;
    line-height: 2;
    padding-right: 40px;
    position: relative;
  }

  .h2-title h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 80px;
    height: 1px;
    background-color: #87857E;
  }







} 