@charset "UTF-8";
/* ==========================================================
    mixin
========================================================== */
/* ==========================================================
    clamp vw自動算出
========================================================== */
/* ==========================================================
    カラー変数
========================================================== */
/* ==========================================================
    共通
========================================================== */
.p-self-tour {
  letter-spacing: 0.075em;
  color: #1a0d05 !important;
}

a {
  transition: 0.3s;
}

/* フォント */
.u-font_R {
  font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: normal;
}

.u-font_B {
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
}

/* ==========================================================
    セクション共通見出し
========================================================== */
.p-self-tour__sec-head {
  margin-bottom: clamp(30px, 30px + 20 * (100vw - 375px) / 825, 50px);
}
.p-self-tour__sec-head .EN i {
  width: clamp(11px, 11px + 5 * (100vw - 375px) / 825, 16px);
  height: clamp(11px, 11px + 5 * (100vw - 375px) / 825, 16px);
  border-radius: 100vmax;
  display: inline-block;
  background: #0052A5;
  margin-right: clamp(10px, 10px + 8 * (100vw - 375px) / 825, 18px);
}
.p-self-tour__sec-head .EN {
  font-size: clamp(20px, 20px + 6 * (100vw - 375px) / 825, 26px);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #0052A5;
  text-align: center;
  margin: 0 auto 10px;
}
.p-self-tour__sec-head .JP {
  font-size: clamp(32px, 32px + 18 * (100vw - 375px) / 825, 50px) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.p-self-tour__sec-head .JP--wh {
  color: #fff !important;
  text-shadow: 0 0 5px rgba(0, 82, 165, 0.75);
}

/* ==========================================================
    CTA ボタン
========================================================== */
.p-self-tour__cta-btn .cta-btn {
  display: grid;
  place-content: center;
  position: relative;
  background: linear-gradient(to bottom, #0052A5, #00C8D4);
  border-radius: 100vmax;
  margin: 0 auto;
  width: 100%;
  height: clamp(60px, 60px + 20 * (100vw - 375px) / 825, 80px);
  overflow: hidden;
}
.p-self-tour__cta-btn .cta-btn--floating {
  width: min(90%, 700px);
  height: clamp(60px, 60px + 30 * (100vw - 375px) / 825, 90px);
  margin-top: -45px;
}
@media (max-width: 768px) {
  .p-self-tour__cta-btn .cta-btn--floating {
    margin-top: -30px;
  }
}
.p-self-tour__cta-btn .cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0052A5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-self-tour__cta-btn .cta-btn:hover::before {
    opacity: 1;
  }
}
.p-self-tour__cta-btn .cta-btn .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 12px + 18 * (100vw - 375px) / 825, 30px);
  z-index: 1;
}
.p-self-tour__cta-btn .cta-btn .cont img {
  width: clamp(24px, 24px + 14 * (100vw - 375px) / 825, 38px);
  height: auto;
}
.p-self-tour__cta-btn .cta-btn .cont .txt {
  font-size: clamp(18px, 18px + 12 * (100vw - 375px) / 825, 30px);
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.p-self-tour__cta-btn .cta-btn .arw {
  position: absolute;
  top: 50%;
  right: clamp(20px, 20px + 25 * (100vw - 375px) / 825, 45px);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================
    MV
========================================================== */
.mv {
  position: relative;
  background: url(../../../img/contents/self_tour/mv_bg_pc.jpg) center/cover no-repeat;
  background: url(../../../img/contents/self_tour/mv_bg_pc.webp) center/cover no-repeat;
  padding: clamp(50px, 50px + 10 * (100vw - 375px) / 825, 60px) 0 clamp(70px, 70px + 80 * (100vw - 375px) / 825, 150px);
  padding-right: 3%;
  padding-left: 7%;
}
@media (max-width: 768px) {
  .mv {
    background: url(../../../img/contents/self_tour/mv_bg_sp.jpg) center/cover no-repeat;
    background: url(../../../img/contents/self_tour/mv_bg_sp.webp) center/cover no-repeat;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.mv .mv__main {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mv .mv__main {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.mv .mv__main .mv-body {
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv .mv__main .mv-body {
    position: relative;
    transform: scale(1.3);
    transform-origin: top left;
  }
}
@media (max-width: 440px) {
  .mv .mv__main .mv-body {
    transform: scale(1);
  }
}
.mv .mv__main .mv-body .mv-label {
  font-size: clamp(20px, 20px + 14 * (100vw - 375px) / 825, 34px);
  color: #0052A5;
  line-height: 1;
  margin-bottom: clamp(10px, 10px + 10 * (100vw - 375px) / 825, 20px);
  margin-left: clamp(20px, 20px + 10 * (100vw - 375px) / 825, 30px);
}
.mv .mv__main .mv-body .mv-ttl {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.mv .mv__main .mv-body .mv-ttl span {
  font-size: clamp(32px, 32px + 28 * (100vw - 375px) / 825, 60px);
  line-height: 1;
  text-align: left;
  width: fit-content;
  padding: clamp(15px, 15px + 4 * (100vw - 375px) / 825, 19px) clamp(20px, 20px + 10 * (100vw - 375px) / 825, 30px) clamp(16px, 16px + 8 * (100vw - 375px) / 825, 24px);
  border-radius: 10px;
  background: #fff;
}
.mv .mv__main .mv-body .mv-ttl span i {
  /* 文字上の強調点 */
  background-image: radial-gradient(circle at center, #0052A5 17%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.6em;
  padding-top: 0.6em;
  width: fit-content;
}
@media (max-width: 767px) {
  .mv .mv__main .mv-body .mv-ttl span i {
    padding-top: 0.7em;
  }
}
.mv .mv__main .mv-body .mv-txt {
  font-size: clamp(14px, 14px + 6 * (100vw - 375px) / 825, 20px);
  line-height: 1.6;
  margin-top: clamp(15px, 15px + 15 * (100vw - 375px) / 825, 30px);
  margin-left: clamp(20px, 20px + 10 * (100vw - 375px) / 825, 30px);
}
.mv .mv__main .mv-body .mv-illust {
  position: absolute !important;
  right: 29%;
  bottom: -12%;
  width: clamp(75px, 75px + 15 * (100vw - 375px) / 825, 90px);
  height: auto;
}
@media (max-width: 768px) {
  .mv .mv__main .mv-body .mv-illust {
    right: 4%;
    bottom: -2%;
  }
}
.mv .mv__main .mv-pic {
  position: relative;
  z-index: 0;
  width: 100%;
}
.mv .mv__main .mv-pic .pic {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .mv .mv__main .mv-pic .pic {
    width: 100%;
  }
}
.mv .mv-feature {
  position: absolute;
  bottom: 10%;
  right: 7%;
}
@media (max-width: 1350px) {
  .mv .mv-feature {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mv .mv-feature {
    margin-top: -30px;
  }
}
.mv .mv-feature .mv-feature-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 15px + 15 * (100vw - 375px) / 825, 30px);
}
.mv .mv-feature .mv-feature-list li {
  width: clamp(110px, 110px + 90 * (100vw - 375px) / 825, 200px);
  height: clamp(110px, 110px + 90 * (100vw - 375px) / 825, 200px);
  background: linear-gradient(to right, rgba(0, 82, 165, 0.8), rgba(0, 200, 212, 0.8));
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .mv .mv-feature .mv-feature-list li {
    gap: 5px;
  }
}
.mv .mv-feature .mv-feature-list li img {
  width: auto;
  height: clamp(44px, 44px + 29 * (100vw - 375px) / 825, 73px);
}
.mv .mv-feature .mv-feature-list li p {
  font-size: clamp(13px, 13px + 7 * (100vw - 375px) / 825, 20px);
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

/* ==========================================================
    こんな方におすすめ
========================================================== */
.recommend {
  background: #EDF2F7;
  padding: clamp(100px, 100px + 40 * (100vw - 375px) / 825, 140px) 0 0;
  margin-top: -45px;
}
@media (max-width: 768px) {
  .recommend {
    margin-top: -30px;
  }
}
.recommend .inner {
  margin-bottom: clamp(60px, 60px + 60 * (100vw - 375px) / 825, 120px);
}
.recommend .recommend__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 40 * (100vw - 375px) / 825, 80px);
  margin-bottom: clamp(50px, 50px + 50 * (100vw - 375px) / 825, 100px);
  isolation: isolate;
}
.recommend .recommend__list .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: clamp(30px, 30px + 10 * (100vw - 375px) / 825, 40px) clamp(20px, 20px + 20 * (100vw - 375px) / 825, 40px);
}
@media (max-width: 768px) {
  .recommend .recommend__list .item {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.recommend .recommend__list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: clamp(10px, 10px + 20 * (100vw - 375px) / 825, 30px);
  right: clamp(10px, 10px + 20 * (100vw - 375px) / 825, 30px);
  background: linear-gradient(to right, #73BAF0, #96EDF2);
  z-index: -1;
}
.recommend .recommend__list .item .pic {
  text-align: center;
}
@media (max-width: 768px) {
  .recommend .recommend__list .item .pic {
    order: 1;
  }
}
.recommend .recommend__list .item .pic img {
  width: auto;
  height: 300px;
}
@media (max-width: 960px) {
  .recommend .recommend__list .item .pic img {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .recommend .recommend__list .item .pic img {
    width: auto;
    height: 210px;
  }
}
.recommend .recommend__list .item .txt {
  padding: 0 40px;
}
@media (max-width: 960px) {
  .recommend .recommend__list .item .txt {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recommend .recommend__list .item .txt {
    order: 0;
  }
}
.recommend .recommend__list .item .txt .ttl {
  text-align: center;
}
.recommend .recommend__list .item .txt .ttl img {
  width: clamp(70px, 70px + 20 * (100vw - 375px) / 825, 90px);
  height: auto;
}
.recommend .recommend__list .item .txt .ttl h3 {
  font-size: clamp(22px, 22px + 6 * (100vw - 375px) / 825, 28px);
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
.recommend .recommend__list .item .txt .ttl hr {
  border: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #73BAF0, #96EDF2);
  margin: clamp(15px, 15px + 10 * (100vw - 375px) / 825, 25px) 0;
}
.recommend .recommend__list .item .txt p {
  font-size: clamp(16px, 16px + 2 * (100vw - 375px) / 825, 18px);
  margin-top: clamp(15px, 15px + 10 * (100vw - 375px) / 825, 25px);
}

/* ==========================================================
    見学の流れ
========================================================== */
.flow {
  background: linear-gradient(to right, #73BAF0, #96EDF2);
  padding-top: clamp(50px, 50px + 50 * (100vw - 375px) / 825, 100px);
  margin-top: -1px;
}
.flow .flow__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 20 * (100vw - 375px) / 825, 60px);
}
.flow .flow__list .item {
  display: grid;
  align-items: center;
  grid-template-columns: 60% 1fr;
  gap: 30px;
  isolation: isolate;
}
.flow .flow__list .item--rvrs {
  grid-template-columns: 1fr 60%;
}
@media (max-width: 768px) {
  .flow .flow__list .item {
    grid-template-columns: auto;
    gap: 0;
  }
  .flow .flow__list .item--rvrs .step-info {
    order: 0;
  }
  .flow .flow__list .item--rvrs .step-pic {
    order: 1;
  }
}
.flow .flow__list .item .step-info {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: clamp(30px, 30px + 30 * (100vw - 375px) / 825, 60px) clamp(20px, 20px + 20 * (100vw - 375px) / 825, 40px) clamp(50px, 50px + 10 * (100vw - 375px) / 825, 60px);
}
.flow .flow__list .item .step-info::after {
  content: "";
  width: clamp(48px, 48px + 48 * (100vw - 375px) / 825, 96px);
  height: clamp(30px, 30px + 18 * (100vw - 375px) / 825, 48px);
  background: linear-gradient(to right, #0052A5, #00C8D4);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .flow .flow__list .item .step-info::after {
    bottom: auto;
    top: -6%;
  }
}
.flow .flow__list .item .step-info--noarwPC::after {
  display: none;
}
@media (max-width: 768px) {
  .flow .flow__list .item .step-info--noarwPC::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .flow .flow__list .item .step-info--noarwSP::after {
    display: none;
  }
}
.flow .flow__list .item .step-info .ttl {
  display: flex;
  align-items: center;
  gap: clamp(13px, 13px + 7 * (100vw - 375px) / 825, 20px);
  padding-bottom: clamp(15px, 15px + 5 * (100vw - 375px) / 825, 20px);
}
.flow .flow__list .item .step-info .ttl .step-num {
  display: inline-block;
  font-size: clamp(50px, 50px + 20 * (100vw - 375px) / 825, 70px);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(to right, #0052A5, #00C8D4);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow .flow__list .item .step-info .ttl h3 {
  font-size: clamp(22px, 22px + 6 * (100vw - 375px) / 825, 28px);
  line-height: 1.3;
}
.flow .flow__list .item .step-info hr {
  border: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #73BAF0, #96EDF2);
  margin: 0 0 clamp(20px, 20px + 5 * (100vw - 375px) / 825, 25px);
}
.flow .flow__list .item .step-info .step-txt {
  font-size: clamp(16px, 16px + 2 * (100vw - 375px) / 825, 18px);
}
.flow .flow__list .item .step-pic {
  z-index: 1;
}
@media (max-width: 768px) {
  .flow .flow__list .item .step-pic {
    margin: -12% auto 0;
    width: 80%;
  }
}
.flow .flow__terms {
  margin: clamp(50px, 50px + 70 * (100vw - 375px) / 825, 120px) auto clamp(60px, 60px + 60 * (100vw - 375px) / 825, 120px);
}
.flow .flow__terms .terms {
  display: flex;
  flex-flow: column wrap;
  list-style: square;
  list-style-position: inside;
  padding: clamp(25px, 25px + 15 * (100vw - 375px) / 825, 40px) clamp(20px, 20px + 20 * (100vw - 375px) / 825, 40px);
  background: #fff;
  border-radius: 10px;
}
.flow .flow__terms .terms li {
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 825, 16px);
  text-indent: -16px;
  padding-left: 16px;
}
.flow .flow__terms .terms li::marker {
  color: #1a0d05;
}

/* ==========================================================
    開催分譲地
========================================================== */
.land {
  background: #EDF2F7;
  padding-top: clamp(50px, 50px + 50 * (100vw - 375px) / 825, 100px);
  position: relative;
  isolation: isolate;
  margin-top: -1px;
}
.land .gmap {
  width: min(100%, 1024px);
  margin: 0 auto clamp(20px, 20px + 20 * (100vw - 375px) / 825, 40px);
}
.land .land__area-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(5px, 5px + 5 * (100vw - 375px) / 825, 10px);
  margin-bottom: clamp(30px, 30px + 30 * (100vw - 375px) / 825, 60px);
}
.land .land__area-nav li a {
  display: grid;
  place-content: center;
  font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 825, 24px);
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #0052A5, #00C8D4);
  height: clamp(44px, 44px + 16 * (100vw - 375px) / 825, 60px);
  border-radius: 100vmax;
  position: relative;
  overflow: hidden;
}
.land .land__area-nav li a span {
  z-index: 1;
}
.land .land__area-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0052A5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .land .land__area-nav li a:hover::before {
    opacity: 1;
  }
}
.land .land__area {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .land .land__area {
    margin-top: -20px;
    padding-top: 20px;
  }
}
.land .land__area h4 {
  color: #0052A5;
  text-align: center;
  margin-bottom: clamp(15px, 15px + 15 * (100vw - 375px) / 825, 30px);
  position: relative;
  z-index: 0;
}
.land .land__area h4 span {
  display: inline-block;
  font-size: clamp(22px, 22px + 8 * (100vw - 375px) / 825, 30px);
  line-height: 1.2;
  padding: 0 10px;
  background: #EDF2F7;
}
.land .land__area h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0052A5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.land .land__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(30px, 30px + 20 * (100vw - 375px) / 825, 50px) clamp(30px, 30px + 10 * (100vw - 375px) / 825, 40px);
  margin-bottom: clamp(70px, 70px + 50 * (100vw - 375px) / 825, 120px);
}
.land .land__list .item {
  width: calc((100% - 50px) / 2);
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: clamp(30px, 30px + 10 * (100vw - 375px) / 825, 40px) clamp(20px, 20px + 20 * (100vw - 375px) / 825, 40px);
}
@media (max-width: 767px) {
  .land .land__list .item {
    width: 100%;
  }
}
.land .land__list .item::before {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to right, #0052A5, #00C8D4);
  position: absolute;
  top: 0;
  left: 0;
}
.land .land__list .item .land-card .pic {
  background: #f4f4f4;
}
.land .land__list .item .land-card .pic img {
  width: 100%;
  aspect-ratio: 407/271;
  object-fit: contain;
}
.land .land__list .item .land-card .name {
  font-size: clamp(20px, 20px + 6 * (100vw - 375px) / 825, 26px);
  text-align: center;
  line-height: 1.4;
  margin-bottom: clamp(20px, 20px + 10 * (100vw - 375px) / 825, 30px);
}
.land .land__list .item .land-card .btns {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 15px;
  margin-top: clamp(20px, 20px + 10 * (100vw - 375px) / 825, 30px);
  min-height: clamp(103px, 103px + 12 * (100vw - 375px) / 825, 115px);
}
@media (max-width: 767px) {
  .land .land__list .item .land-card .btns {
    min-height: 1px;
  }
}
.land .land__list .item .land-card .btns .btn {
  display: grid;
  place-content: center;
  text-align: center;
  width: 100%;
  height: clamp(44px, 44px + 6 * (100vw - 375px) / 825, 50px);
  padding-bottom: 3px;
  border-radius: 100vmax;
  overflow: hidden;
  position: relative;
}
.land .land__list .item .land-card .btns .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0052A5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .land .land__list .item .land-card .btns .btn:hover::before {
    opacity: 1;
  }
}
.land .land__list .item .land-card .btns .btn p {
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 825, 22px);
  line-height: 1;
  z-index: 1;
}
.land .land__list .item .land-card .btns .btn .arw {
  position: absolute;
  top: 50%;
  right: clamp(10px, 10px + 10 * (100vw - 375px) / 825, 20px);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.land .land__list .item .land-card .btns .btn--reserve {
  background: linear-gradient(to right, #0052A5, #00C8D4);
  color: #fff;
}
.land .land__list .item .land-card .btns .btn--detail {
  background: #fff;
  border: 1px solid #003E80;
  color: #003E80;
}
.land .land__list .item .land-card .btns .btn--detail .arw {
  border-bottom: 2px solid #003E80;
  border-right: 2px solid #003E80;
}
@media (hover: hover) and (pointer: fine) {
  .land .land__list .item .land-card .btns .btn--detail:hover {
    color: #fff;
    background: #003E80;
  }
  .land .land__list .item .land-card .btns .btn--detail:hover .arw {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.land .land__deco1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.land .land__deco1 img {
  width: clamp(128px, 128px + 314 * (100vw - 375px) / 825, 442px);
  height: auto;
}
.land .land__deco2 {
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: -1;
}
.land .land__deco2 img {
  width: clamp(62px, 62px + 215 * (100vw - 375px) / 825, 277px);
  height: auto;
}

/* ==========================================================
    POPUP
========================================================== */
.p-self-tour__popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.p-self-tour__popup.is-active {
  display: flex;
}
.p-self-tour__popup .popup__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: clamp(30px, 30px + 20 * (100vw - 375px) / 825, 50px) clamp(24px, 24px + 6 * (100vw - 375px) / 825, 30px) clamp(30px, 30px + 16 * (100vw - 375px) / 825, 46px);
  width: min(90%, 500px);
  text-align: center;
}
.p-self-tour__popup .popup__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(to right, #0052A5, #00C8D4);
  border: none;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .p-self-tour__popup .popup__close {
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
  }
}
.p-self-tour__popup .popup__close svg {
  width: 22px;
  height: 22px;
}
@media (hover: hover) and (pointer: fine) {
  .p-self-tour__popup .popup__close:hover {
    opacity: 0.75;
  }
}
.p-self-tour__popup .popup__icon {
  margin: 0 auto clamp(16px, 16px + 8 * (100vw - 375px) / 825, 24px);
}
.p-self-tour__popup .popup__icon img {
  width: clamp(60px, 60px + 30 * (100vw - 375px) / 825, 90px);
  height: auto;
}
.p-self-tour__popup .popup__title {
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 825, 20px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: clamp(10px, 10px + 6 * (100vw - 375px) / 825, 16px);
  color: #1a0d05;
}
.p-self-tour__popup .popup__text {
  font-size: clamp(12px, 12px + 2 * (100vw - 375px) / 825, 14px);
  line-height: 1.7;
  color: #1a0d05;
  margin-bottom: clamp(20px, 20px + 12 * (100vw - 375px) / 825, 32px);
}
.p-self-tour__popup .popup__btn {
  display: block;
  background: linear-gradient(to right, #0052A5, #00C8D4);
  color: #fff;
  font-size: clamp(16px, 16px + 2 * (100vw - 375px) / 825, 18px);
  font-weight: 600;
  border-radius: 100vmax;
  padding: 14px 0;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-self-tour__popup .popup__btn:hover {
    opacity: 0.75;
  }
}

/* ==========================================================
    Gマップ内見学リンク
========================================================== */
#gmap .bukken_url--reserve a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #0052A5;
  text-align: center;
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  letter-spacing: 0.01em;
}/*# sourceMappingURL=style.css.map */