@charset "UTF-8";
/*=============================
color & Breakpoints & Mixins
=============================*/
/* =============================
  Device Utility
============================= */
.pc {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

/*=============================
common (Base styles)
=============================*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #231815;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.7;
  letter-spacing: 0.18em;
  font-size: clamp(1.4rem, 1.354rem + 0.123vw, 1.6rem);
  font-weight: 400;
  text-align: left;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

h1 {
  font-feature-settings: "palt";
}

h2 {
  font-size: clamp(2.2rem, 2.015rem + 0.492vw, 3rem);
  letter-spacing: 0.3em;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  h2 {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #231815;
  display: block;
  -webkit-text-fill-color: currentcolor;
}
a:hover {
  opacity: 0.9;
  transition: all ease 0.5s;
}

section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.inner {
  width: 85%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.caption {
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 8px;
  }
}

button {
  color: #231815;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0;
  border: none;
  -webkit-text-fill-color: currentcolor;
}

/*=============================
header
=============================*/
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 35px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 0 0 17px;
  }
}
header .header-left {
  width: 170px;
}
@media screen and (max-width: 767px) {
  header .header-left {
    width: 35%;
  }
}
header .header-left a {
  display: block;
}
header .header-right {
  width: auto;
}
header .header-right > a {
  display: inline-block;
}
header .header-right a:first-child {
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .header-right a:first-child {
    display: none;
    margin: 46px 0 0;
  }
}
header .header-right a:last-child {
  text-decoration: none;
  width: 140px;
  padding: 13px 0;
  text-align: center;
  margin-left: 28px;
  background-color: #d0ad70;
}
@media screen and (max-width: 767px) {
  header .header-right a:last-child {
    padding: 15px 0;
    width: 120px;
  }
}

/*=============================
contact
=============================*/
.contact {
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.contact .contact-title {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact .contact-title {
    width: 90%;
    font-size: 1.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.11em;
  }
}
.contact img {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .contact img {
    width: 85%;
    max-width: 500px;
    margin-bottom: 15px;
  }
}
.contact .access_map01 {
  width: 100%;
  height: 600px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contact .access_map01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .contact .access_map01 {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .contact .access_map01 {
    height: 300px;
  }
}
.contact .access_map01 iframe {
  width: 100%;
  height: 100%;
}

/*=============================
footer
=============================*/
footer {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer a {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer a {
    width: 85%;
    max-width: 380px;
  }
}

/*=============================
mv
=============================*/
.mv {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv .marquee {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.mv .marquee__inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.mv .marquee__inner img {
  height: 130px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv .marquee__inner img {
    height: 70px;
  }
}
.mv .marquee__inner {
  animation: marquee-scroll 35s linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*=============================
top
=============================*/
.top {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 50px 0;
  }
}
.top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url("../img/top_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.85;
}
.top .inner {
  width: 65%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .inner {
    width: 85%;
  }
}
.top .top-content .top-subtitle {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.35em;
  margin-bottom: 20px;
}
.top .top-content .top-subtitle::after {
  content: "";
  display: block;
  flex-grow: 1;
  max-width: 300px;
  height: 1px;
  background-color: #231815;
}
.top .top-content .top-title {
  width: 80%;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top .top-content .top-title {
    width: 90%;
  }
}
.top .top-content .top-title img {
  display: block;
  width: 100%;
  height: auto;
}
.top .top-content .top-message {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 50px;
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top .top-content .top-message {
    line-height: 2;
    display: block;
    margin-top: 25px;
    letter-spacing: 0.15em;
  }
}

/*=============================
dev-map
=============================*/
.dev-map {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.dev-map__inner {
  width: 100%;
  margin: 0 auto;
}
.dev-map .map-container {
  position: relative;
  width: 100%;
}
.dev-map .map-container .title-slant {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 15px 70px 15px 30px;
  font-size: clamp(1.8rem, 1.477rem + 0.862vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.25em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .dev-map .map-container .title-slant {
    padding: 10px 40px 10px 25px;
  }
}
.dev-map .map-container .title-slant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 173, 112, 0.6);
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  z-index: -1;
}
.dev-map .map-container .map-bg {
  width: 100%;
  height: auto;
  display: block;
}
.dev-map .area-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 11%;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208, 173, 112, 0.85) 0%, rgba(208, 173, 112, 0.5) 50%, rgba(208, 173, 112, 0) 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.4s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .dev-map .area-btn {
    width: 25%;
  }
}
.dev-map .area-btn:hover {
  transform: translate(-50%, -50%) scale(1.15);
}
.dev-map .area-btn .ja {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.6rem, 1.462rem + 0.369vw, 2.2rem);
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: #231815 !important;
  -webkit-text-fill-color: #231815 !important;
}
@media screen and (max-width: 767px) {
  .dev-map .area-btn .ja {
    letter-spacing: 0.1em;
  }
}
.dev-map .area-btn .en {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(0.438rem, 0.308rem + 0.554vw, 1rem);
  letter-spacing: 0.3em;
  color: #231815 !important;
  -webkit-text-fill-color: #231815 !important;
}
@media screen and (max-width: 767px) {
  .dev-map .area-btn .en {
    letter-spacing: 0.1em;
  }
}
.dev-map .area-btn_sm {
  width: 9%;
}
@media screen and (max-width: 767px) {
  .dev-map .area-btn_sm {
    width: 20%;
  }
}
.dev-map .area-btn_sm .ja {
  font-size: clamp(1.4rem, 1.308rem + 0.246vw, 1.8rem);
}
.dev-map .area-btn_lg {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .dev-map .area-btn_lg {
    width: 32%;
  }
}
.dev-map .area-btn_lg .ja {
  font-size: clamp(2.4rem, 2.146rem + 1.077vw, 3.5rem);
}
.dev-map .btn-ikebukuro {
  top: 75%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-ikebukuro {
    top: 80%;
    left: 60%;
  }
}
.dev-map .btn-oyama {
  top: 48%;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-oyama {
    top: 48%;
    left: 44%;
  }
}
.dev-map .btn-kamiitabashi {
  top: 30%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-kamiitabashi {
    top: 28%;
    left: 18%;
  }
}
.dev-map .btn-itabashi {
  top: 50%;
  left: 54%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-itabashi {
    top: 52%;
    left: 64%;
  }
}
.dev-map .btn-jujo {
  top: 33%;
  left: 55%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-jujo {
    top: 32%;
    left: 65%;
  }
}
.dev-map .btn-oji {
  top: 43%;
  left: 65%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-oji {
    top: 44%;
    left: 86%;
  }
}
.dev-map .btn-akabane {
  top: 15%;
  left: 55%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-akabane {
    top: 13%;
    left: 65%;
  }
}
.dev-map .btn-tobutojo {
  top: 42.5%;
  left: 40.5%;
}
@media screen and (max-width: 767px) {
  .dev-map .btn-tobutojo {
    top: 42.5%;
    left: 40.5%;
  }
}

.area-btn-line {
  position: absolute;
  transform: translate(calc(-100% + 10px), -10px);
  display: flex;
  align-items: flex-end;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .area-btn-line {
    transform: translate(calc(-100% + 5px), -7px);
  }
}
.area-btn-line:hover {
  opacity: 0.9;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}
.area-btn-line .box {
  background-color: #e5cca3;
  padding: 8px 16px;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.4rem, 1.331rem + 0.185vw, 1.7rem);
  letter-spacing: 0.25em;
  white-space: nowrap;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area-btn-line .box {
    letter-spacing: 0em;
    padding: 5px 10px;
  }
}
.area-btn-line .line-img {
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: auto;
  margin-bottom: 18px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .area-btn-line .line-img {
    width: 45px;
    margin-bottom: 22px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  background-image: url("../img/modal-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 30px;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #231815;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 10px;
    right: 15px;
  }
}
.modal__body {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .modal__body {
    flex-direction: column;
    gap: 20px;
  }
}
.modal__info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal__info {
    display: contents;
  }
}
.modal__title {
  position: relative;
  display: inline-block;
  margin-left: -50px;
  margin-bottom: 30px;
  padding: 15px 80px 14px 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal__title {
    order: 1;
    padding: 10px 20px 10px 30px;
    margin-bottom: 0px;
    margin-left: -30px;
  }
}
.modal__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 107, 37, 0.8);
  background-image: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.15"/%3E%3C/svg%3E');
  clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .modal__title::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  }
}
.modal__title .ja {
  display: block;
  font-family: serif;
  font-size: clamp(2.4rem, 2.123rem + 0.738vw, 3.6rem);
  letter-spacing: 0.3em;
  line-height: 1;
}
.modal__title .ja-tobu {
  font-size: clamp(1.7rem, 1.538rem + 0.431vw, 2.4rem);
}
.modal__title .en {
  line-height: 1;
  display: block;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-top: 5px;
}
.modal__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal__list {
    order: 2;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.modal__list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.modal__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: rgb(170, 104, 45);
}
.modal__btn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .modal__btn {
    order: 4;
    margin: 0 auto;
    display: block;
  }
}
.modal__image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal__image {
    order: 3;
    margin-bottom: 20px;
  }
}
.modal__image img {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}

/*=============================
market, info, satisfaction
=============================*/
@media screen and (max-width: 767px) {
  .market {
    padding-bottom: 0;
  }
}
.market h2 span {
  display: block;
  font-size: clamp(1.6rem, 1.554rem + 0.123vw, 1.8rem);
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
.market h2 {
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .market h2 {
    letter-spacing: 0.25em;
  }
}
.market .market-conts {
  width: 80%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .market .market-conts {
    width: 100%;
    margin: 30px auto 0;
  }
}
.market .market-conts h3 {
  font-size: clamp(1.8rem, 1.662rem + 0.369vw, 2.4rem);
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .market .market-conts h3 {
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
}
.market .market-conts p {
  text-align: justify;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .market .market-conts p {
    margin-bottom: 15px;
  }
}
.market .market-graph {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .market .market-graph {
    margin: 50px 0;
  }
}
.market .market-graph img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .info {
    padding-bottom: 20px;
  }
}
.info h2 {
  font-size: clamp(2rem, 1.908rem + 0.246vw, 2.4rem);
}
.info h2 span {
  display: block;
  font-size: clamp(1.6rem, 1.554rem + 0.123vw, 1.8rem);
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
.info .info-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info .info-wrapper {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.info .info-wrapper .info-list {
  flex: 1;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .satisfaction {
    padding-bottom: 20px;
  }
}
.satisfaction .cs_plain {
  font-size: clamp(1.8rem, 1.638rem + 0.431vw, 2.5rem);
  text-align: center;
  margin-bottom: 20px;
}
.satisfaction .satisfaction_img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .satisfaction .satisfaction_img {
    width: 80%;
    max-width: 450px;
  }
}
.satisfaction .satisfaction_img .caption {
  margin-top: 15px;
}

/*=============================
下層ページ
=============================*/
.under-construction {
  padding: 80px 0;
  background-color: #f9f6f0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .under-construction {
    padding: 60px 0;
  }
}
.under-construction .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.under-construction .uc-content {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.under-construction .uc-title {
  font-family: serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #e5cca3;
  display: inline-block;
  padding-bottom: 10px;
}
.under-construction .uc-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}
.under-construction .uc-back-btn {
  display: inline-block;
  background-color: #b23b1c;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.under-construction .uc-back-btn:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */