@charset "UTF-8";
/* Scss Document */
/* CSS Document */
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../font/ShipporiMincho-SemiBold.woff") format("woff");
}
/*------------------------------mixin フォント------------------------------*/
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
html {
  font-size: 2.56vw;
  scroll-behavior: smooth;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  line-height: 1.5;
}
@media only screen and (min-width: 780px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.4rem;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 780px) {
  .wrap {
    max-width: 390px;
  }
}

main {
  flex: 1;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bold {
  font-weight: 700;
  color: #665412;
}

.adobe {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.strong01 {
  font-weight: 700;
  color: #665412;
  background: linear-gradient(to bottom, transparent 60%, #fff8df 60.1%);
}
.strong02 {
  font-weight: 700;
  color: #E5B505;
}

.note {
  margin-top: 0.4rem;
  font-size: 1rem;
  color: #616161;
}

/*------------------ ▼ CVボタン / .cv-btn ▼ ------------------*/
.cv-btn {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.cv-btn--baloon {
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  border-radius: 0.2rem;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(5, 9, 48, 0.12));
  position: relative;
  z-index: 1;
}
.cv-btn--baloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.cv-btn--baloon p {
  font-size: 1.2rem;
  line-height: 2.5;
}
.cv-btn--baloon p sup {
  font-size: 1rem;
}
.cv-btn--btn {
  margin-top: -1.2rem;
  width: 100%;
  padding: 2rem 0;
  /*background:$color-navy;*/
  background: linear-gradient(to bottom, #EB8700 0%, #EB5E00 50%, #DB5800 100%);
  border-radius: 0.4rem;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.cv-btn--btn::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  /*background: linear-gradient(180deg, #616482 0%, #131630 80%, #131630 100%);*/
  background: linear-gradient(to top, #EB8700 0%, #EB5E00 50%, #DB5800 100%);
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cv-btn--btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: rotate(-45deg) translateY(-50%);
}
.cv-btn--btn .animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cv-btn--btn .animation::before {
  z-index: 2;
  content: "";
  position: absolute;
  height: 100%;
  width: 1.6rem;
  background: #fff;
  animation: shine 2.5s ease-in-out infinite;
  top: -3rem;
  left: -3rem;
  opacity: 0;
  transform: rotate(45deg);
}
.cv-btn--btn p {
  position: relative;
  z-index: 1;
}
.cv-btn--btn .sub {
  color: #EED783;
  font-size: 1.2rem;
}
.cv-btn--btn .main {
  margin-top: 0.4rem;
  font-size: 2rem;
  color: #fff;
}
.cv-btn--btn .main.long {
  font-size: 1.7rem;
}
.cv-btn--btn .main .small {
  font-size: 80%;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.15;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.3;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*------------------ ▲ CVボタン / .cv-btn ▲ ------------------*/
/*------------------ ▼ FV / .fv ▼ ------------------*/
.fv {
  padding: 7.4rem 0 0rem;
  background: url(../img/fv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.fv--ttl {
  font-size: 2.8rem;
  background: linear-gradient(97deg, #665412 0.53%, #AD9D61 18.28%, #665412 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  line-height: 1.3;
}
.fv--ttl::before {
  content: "";
  width: 34.4rem;
  height: 6.4rem;
  background: url(../img/ttl_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -4.4rem;
  transform: translateX(-50%);
}
.fv--ttl .small {
  font-size: 2.4rem;
}
.fv h1 {
  margin-top: 20rem;
  font-size: 1.8rem;
}
.fv h1 .brand {
  font-size: 2.8rem;
  color: #665412;
}

/*------------------ ▲ FV / .fv ▲ ------------------*/
.first-btn {
  padding: 0 2rem 2rem;
}
.first-btn .cv-btn {
  margin-top: 1rem;
}

/*------------------ ▼ 目次 / .toc ▼ ------------------*/
.toc {
  padding: 3rem 2rem;
  background: #fff;
  position: relative;
}
.toc::before {
  content: "";
  display: block;
  height: 0.1rem;
  width: 35rem;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.toc .content {
  background: #f2f1f3;
  padding: 2rem;
}
.toc .content h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  padding-left: 2rem;
  position: relative;
}
.toc .content h2::before {
  content: "";
  background: url(../img/toc.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.toc .content ul {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 2.2;
}
.toc .content ul li a {
  padding-left: 1.3rem;
  position: relative;
}
.toc .content ul li a::before {
  content: "・";
  font-size: 1.3rem;
  color: #665412;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------ ▲ 目次 / .toc ▲ ------------------*/
/*------------------ ▼ 導入 / .introduction ▼ ------------------*/
.introduction {
  padding: 3.6rem 0;
  background: #F8F6F2;
}
.introduction h2 {
  padding: 0 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  color: #665412;
}
.introduction p {
  margin-top: 1.2rem;
  padding: 0 2rem 0 4rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 1.2rem;
}
.introduction--img-box {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.introduction--img-box picture {
  width: 28rem;
  box-shadow: 0.4rem 0.4rem 0 #EED783;
  transform: translateX(-20%);
}
.introduction--img-box picture + picture {
  box-shadow: 0.4rem 0.4rem 0 #EED783;
  margin-top: -0.8rem;
  z-index: -1;
  transform: translateX(20%);
}

/*------------------ ▲ 導入 / .introduction ▲ ------------------*/
/*------------------ ▼ 選び方 / .choice ▼ ------------------*/
.choice {
  padding: 4.8rem 2rem;
  background: #EEEBE0;
}
.choice--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.choice--ttl .main {
  font-size: 2.4rem;
  color: #665412;
}
.choice--ttl .main .small {
  font-size: 2rem;
}
.choice > p {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}
.choice--list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.choice--list--item {
  display: block;
  padding: 1.2rem 0 1.6rem;
  width: calc((100% - 0.8rem) / 3);
  background: #292A32;
  text-align: center;
  color: #fff;
}
.choice--list--item .number {
  display: inline-block;
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}
.choice--list--item p {
  margin-top: 0.8rem;
  font-size: 1.1rem;
}
.choice--list--item + li {
  margin-left: 0.4rem;
}
.choice--point-list {
  margin-top: 4rem;
}
.choice--point-list--item--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.choice--point-list--item--ttl .sub {
  padding-top: 0.6rem;
  width: 25.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/choice_point-list_ttl_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #665412;
  line-height: 1.6;
}
.choice--point-list--item--ttl .sub span:nth-child(1) {
  font-size: 1.2rem;
}
.choice--point-list--item--ttl .sub span:nth-child(1) .small {
  font-size: 1rem;
}
.choice--point-list--item--ttl .sub span:nth-child(2) {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
.choice--point-list--item--ttl .main {
  margin-top: 0.5rem;
  line-height: 1.3;
  font-size: 2.2rem;
  color: #665412;
}
.choice--point-list--item picture {
  margin-top: 1.6rem;
}
.choice--point-list--item > p {
  margin-top: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 1.2rem;
}
.choice--point-list--item .note {
  margin-top: 0.8rem;
  font-size: 1rem;
  text-align: center;
}
.choice--point-list--item + li {
  margin-top: 4rem;
}

/*------------------ ▲ 選び方 / .choice ▲ ------------------*/
/*------------------ ▼ エクセルコダイヤモンドについて / .about-exelco ▼ ------------------*/
.about-exelco {
  padding: 8.4rem 0 3.6rem;
  background: url(../img/about-exelco_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-exelco--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  background: linear-gradient(97deg, #665412 0.53%, #AD9D61 18.28%, #665412 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.about-exelco--ttl::before {
  content: "";
  width: 34.4rem;
  height: 6.4rem;
  background: url(../img/ttl_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
}
.about-exelco--ttl .sub {
  line-height: 1.8;
}
.about-exelco--ttl .main {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}
.about-exelco--ttl .main .small {
  font-size: 1.8rem;
}
.about-exelco picture {
  margin-top: 2rem;
}
.about-exelco h3 {
  margin-top: 2.8rem;
  padding: 0 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  color: #665412;
}
.about-exelco h3 .small {
  font-size: 1.4rem;
}
.about-exelco p {
  margin-top: 1.2rem;
  padding: 0 2rem 0 4rem;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.2rem;
}
.about-exelco .accordion {
  display: block;
  margin-top: 0.5rem;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.about-exelco .accordion.open {
  display: none;
}
.about-exelco .accordion_content {
  display: none;
}
.about-exelco .accordion_content p {
  margin-top: 1.2rem;
  padding: 0 2rem 0 4rem;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.2rem;
}

/*------------------ ▲ エクセルコダイヤモンドについて / .about-exelco ▲ ------------------*/
/*------------------ ▼ おすすめポイント / .recommendations ▼ ------------------*/
.recommendations {
  padding: 4.8rem 2rem;
}
.recommendations--ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  background: linear-gradient(97deg, #665412 0.53%, #AD9D61 18.28%, #665412 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.recommendations--ttl .small {
  font-size: 1.4rem;
}
.recommendations--list {
  margin-top: 2rem;
}
.recommendations--list--item--ttl {
  padding: 1.8rem 0 1rem;
  background: #F4F1EC;
  text-align: center;
  position: relative;
  border-bottom: 0.1rem solid #665412;
}
.recommendations--list--item--ttl .number {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  color: #665412;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.recommendations--list--item--ttl .number::after {
  content: "";
  margin-left: 1.2rem;
  display: block;
  flex: 1;
  width: auto;
  height: 0.1rem;
  background: #665412;
}
.recommendations--list--item--ttl .main {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #665412;
}
.recommendations--list--item--ttl .main.small {
  font-size: 1.9rem;
}
.recommendations--list--item--ttl .main .small {
  font-size: 1.8rem;
}
.recommendations--list--item .accordion {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.recommendations--list--item .accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(90deg);
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/cta_arrow_gold.svg) no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
}
.recommendations--list--item .accordion.open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.recommendations--list--item .accordion_content {
  display: none;
  padding-bottom: 2.5rem;
}
.recommendations--list--item .accordion_content p {
  margin-top: 1.2rem;
  line-height: 1.8;
  font-size: 1.2rem;
}
.recommendations--list--item .accordion_content .sub {
  color: #EED783;
  font-size: 1.2rem;
}
.recommendations--list--item .accordion_content .main {
  margin-top: 0.4rem;
  font-size: 2rem;
  color: #fff;
}
.recommendations--list--item .accordion_content .main.long {
  font-size: 1.7rem;
}
.recommendations--list--item .accordion_content .main .small {
  font-size: 80%;
}
.recommendations--list--item > p {
  margin-top: 1.2rem;
  line-height: 1.8;
  font-size: 1.2rem;
}
.recommendations--list--item picture {
  margin-top: 2rem;
}
.recommendations--list--item + li {
  margin-top: 3rem;
}
.recommendations--list--item .setring {
  margin-top: 2rem;
}
.recommendations--list--item .setring tr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.recommendations--list--item .setring tr td {
  border: solid 0.1rem #ccc;
  position: relative;
}
.recommendations--list--item .setring tr td::before {
  content: "";
  background: url(../img/search_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
.recommendations .tab_area {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 2rem;
}
.recommendations .tab_area--group {
  width: 100%;
  text-align: center;
}
.recommendations .tab_area--group--button {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
}
.recommendations .tab_area--group--button .tab {
  padding: 0.5em 0;
  width: calc(50% - 0.25rem);
  background: #efefef;
  color: #ccc;
}
.recommendations .tab_area--group--button .tab.is-active {
  background: #E5B505;
  color: #665412;
}
.recommendations .tab_area--contents .content {
  display: none;
  background: #fff;
  border: solid #efefef 1px;
}
.recommendations .tab_area--contents .content.is-display {
  display: block;
}
.recommendations .tab_area--contents .content .table_wrap {
  padding: 1rem;
  width: 100%;
  font-weight: 400;
}
.recommendations .tab_area--contents .content .table_wrap table {
  width: 100%;
  table-layout: fixed;
  color: #665412;
  border-collapse: separate;
  border-spacing: 1px;
}
.recommendations .tab_area--contents .content .table_wrap table thead tr th {
  width: calc((100% - 3rem) / 3);
  vertical-align: middle;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
  text-align: center;
}
.recommendations .tab_area--contents .content .table_wrap table thead tr th.none {
  width: 3rem;
}
.recommendations .tab_area--contents .content .table_wrap table tbody tr th {
  width: 3rem;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
}
.recommendations .tab_area--contents .content .table_wrap table tbody tr th img {
  width: 1rem;
  margin: auto;
}
.recommendations .tab_area--contents .content .table_wrap table tbody tr td {
  vertical-align: middle;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
  width: calc((100% - 3rem) / 3);
  position: relative;
}
.recommendations .tab_area--contents .content .table_wrap table tbody tr td::before {
  content: "";
  background: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 2rem;
  width: 35rem;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  .modal .modal-box {
    top: 2rem;
    transform: translate(-50%, 0%);
  }
}
.modal .modal-box.modal-map {
  top: 3rem;
  padding: 4.5rem 2rem 3rem;
  transform: translate(-50%, 0);
}
.modal .modal-box .name {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 2.2rem;
  color: #665412;
  display: inline-block;
  position: relative;
  line-height: 0.9;
}
.modal .modal-box .name .small {
  font-size: 1.4rem;
}
.modal .modal-box .name.small {
  font-size: 1.8rem;
}
.modal .modal-box .name.small .small {
  font-size: 1.2rem;
}
.modal .modal-box .name::before, .modal .modal-box .name::after {
  content: "";
  background: linear-gradient(to left, #665412, rgba(102, 84, 18, 0));
  height: 0.1rem;
  width: 5rem;
  position: absolute;
  left: -5.8rem;
  top: 50%;
}
.modal .modal-box .name::after {
  left: auto;
  right: -5.8rem;
  background: linear-gradient(to right, #665412, rgba(102, 84, 18, 0));
}
.modal .modal-box .main-slider {
  margin-top: 1.5rem;
}
.modal .modal-box .thumb-slider {
  margin-top: 1rem;
}
.modal .modal-box .thumb-slider .swiper-slide {
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-box .thumb-slider .swiper-slide-thumb-active {
  border: 0.3rem solid #E5B505;
  opacity: 1;
}
.modal .modal-box .cv-btn {
  margin-top: 2rem;
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
}
.modal .modal-box .concept {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: solid 0.1rem #ccc;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.modal .modal-box .concept .bold {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.modal .modal-box .google-maps {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 75%;
}
.modal .modal-box .google-maps iframe {
  position: absolute;
  width: 100%;
  top: -8rem;
  left: 0;
  width: 100%;
  height: 25rem;
}
.modal .modal-box .info_wrap {
  margin-top: -4rem;
}
.modal .modal-box .info_wrap .top {
  font-size: 1.6rem;
  color: #665412;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px #665412;
}
.modal .modal-box .info_wrap dl {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: flex;
}
.modal .modal-box .info_wrap dl dt {
  width: 25%;
  background: #F4F1EC;
  padding: 0.5rem;
}
.modal .modal-box .info_wrap dl dd {
  width: 75%;
  text-align: left;
  padding: 0.5rem 1rem;
}

.area_wrap {
  font-size: 1.2rem;
}
.area_wrap .accordion {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.2rem;
  background: #f2f1f3;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
}
.area_wrap .accordion::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_black.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  right: 1em;
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease-in-out;
}
.area_wrap .accordion.accordion.open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.area_wrap .accordion.accordion_2 {
  background: #fff;
  color: #665412;
  margin-top: 0;
  border-bottom: solid 0.1rem #f1ebdf;
}
.area_wrap .accordion.accordion_2::after {
  content: "";
  background: url(../img/arrow_gold.svg) no-repeat center/contain;
}
.area_wrap .box {
  display: none;
  padding: 0.5rem 1.5rem;
}
.area_wrap .box.box_2 {
  padding: 1.5rem 0;
}
.area_wrap .box button {
  font-weight: bold;
  background: #665412;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: none;
  text-align: center;
  position: relative;
}
.area_wrap .box button::before {
  content: "";
  background: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.area_wrap .box button .small {
  font-size: 1rem;
  color: #EED783;
  font-weight: normal;
}
.area_wrap .box .pc_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.area_wrap .box .note {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.area_wrap .table_wrap {
  display: none;
}
.area_wrap table {
  width: 100%;
  border-left: 1px solid #665412;
}
.area_wrap table tr {
  border-bottom: 1px solid #292A32;
}
.area_wrap table th {
  text-align: center;
  background: #EED783;
  border-right: 1px solid #292A32;
  padding: 1em 0;
}
.area_wrap table th:first-child {
  width: 33%;
}
.area_wrap table th:nth-child(2) {
  width: 40%;
}
.area_wrap table th:last-child {
  width: 27%;
}
.area_wrap table td {
  background: #fff;
  border-right: 1px solid #292A32;
  padding: 0.8em;
  line-height: 1.6;
}
.area_wrap table td a {
  position: relative;
  display: block;
  background: #EB5E00;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  font-size: 1.2rem;
}
.area_wrap table td button {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.7rem;
  text-decoration: underline;
}
.area_wrap + .area_wrap {
  margin-top: 3rem;
}

/*------------------ ▲ おすすめポイント / .recommendations ▲ ------------------*/
/*------------------ ▼ 利用者の声 / .voice ▼ ------------------*/
.voice {
  background: #F8F6F2;
  padding: 3rem 0rem;
}
.voice h2 {
  text-align: left;
  line-height: 1;
  font-weight: 300;
  font-size: 2.4rem;
  padding-left: 2rem;
  color: #665412;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.voice .slider_voice {
  margin-top: 2rem;
}
.voice .slider_voice .slick-track {
  display: flex;
}
.voice .slider_voice .slick-slide {
  height: auto !important;
}
.voice .slider_voice li {
  padding: vw(40);
  background: #fff;
  border: solid 5px #F9F8F7;
  box-shadow: 0rem 0.4rem 1.5rem rgba(102, 84, 18, 0.1);
  margin: 0 8px 8px;
  padding: 2rem;
}
.voice .slider_voice li .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.2rem;
}
.voice .slider_voice li .top picture {
  width: 11rem;
}
.voice .slider_voice li .top .text_wrap .star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.voice .slider_voice li .top .text_wrap .star figure {
  width: 13rem;
}
.voice .slider_voice li .top .text_wrap p {
  margin-top: 0.5rem;
  font-weight: bold;
}
.voice .slider_voice li .bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 0.1rem #756d4f;
  font-size: 1.2rem;
}
.voice .slider_voice li .bottom .bold {
  font-size: 1.4rem;
}
.voice .slider_voice .slick-arrow {
  z-index: 2;
  top: 48%;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.1rem solid #665412;
  border-right: 0.1rem solid #665412;
  opacity: 0.8;
  cursor: pointer;
}
.voice .slider_voice .slick-arrow:before {
  content: "";
}
.voice .slider_voice .slick-prev {
  left: 2rem;
  transform: rotate(-135deg);
}
.voice .slider_voice .slick-next {
  right: 2rem;
  transform: rotate(45deg);
}

/*------------------ ▼ キャンペーン / .campaign ▼ ------------------*/
.campaign {
  padding: 3rem 0 4.4rem;
}
.campaign .campaign_bnr {
  margin: 0 2rem 2rem;
}
.campaign--ttl {
  padding: 4.4rem 0 4rem;
  background: url(../img/campaign_bg.webp) no-repeat center/contain;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #665412;
}
.campaign--ttl .first_line {
  margin-bottom: 0.4em;
  display: inline-block;
}
.campaign--ttl .adobe {
  font-size: 2.6rem;
}
.campaign--ttl .small {
  font-size: 1.2rem;
}
.campaign > p {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  padding: 0 2rem;
  line-height: 1.8;
  text-align: justify;
}
.campaign > p.note2 {
  font-size: 1rem;
}
.campaign .cv-btn {
  margin: 2.8rem 2rem 0;
}

/*------------------ ▲ キャンペーン / .campaign ▲ ------------------*/
/*------------------フッター------------------*/
footer {
  text-align: center;
  padding: 2rem 0;
  background: #000;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
footer ul a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
footer small {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */