@charset "UTF-8";

@media screen and (min-width: 768px) {
  .heroVisual {
    height: 600px;
  }

  .heroVisual__capIn {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .heroVisual {
    height: 50vh;
    min-height: 350px;
  }
}

.main {
  overflow-x: hidden;
}


.main section {
  padding: 100px 0;
}

@media only screen and (max-width:768px) {
  .main section {
    padding: 60px 0;
  }
}

.main .flow_contents {
  padding-bottom: 0;
}

.flow_item {
  display: flex;
  column-gap: 2%;
}

.flow_item+.flow_item {
  margin-top: 60px;
}

.flow_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(180, 158, 108);
  background: linear-gradient(60deg, rgba(180, 158, 108, 1) 0%, rgba(160, 132, 69, 1) 100%);
  width: 160px;
  height: 160px;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  letter-spacing: 0.185em;
}


.flow_item_title {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.flow_item_title span {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.flow_item_text {
  margin-top: 20px;
  padding-left: 20px;
  letter-spacing: 0.15em;
  line-height: 2;
}

.flow_item_text .caption {
  display: block;
}
@media only screen and (max-width:768px) {

  .main .flow_contents {
    padding-bottom: 0;
  }

  .flow_item {
    flex-direction: column;
    row-gap: 20px;
  }

  .flow_item+.flow_item {
    margin-top: 30px;
  }

  .flow_item_num {
    width: 100%;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.185em;
  }

  .flow_item_title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .flow_item_title span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .flow_item_text {
    margin-top: 10px;
    padding-left: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

}


/* usableList
======================================== */

@media screen and (max-width: 768px) {
  .usableList {
    margin: 60px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .usableList {
    margin-top: 80px;
  }
}

.usableList__inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .usableList__inner {
    display: block;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
  .usableList__inner {
    column-gap: 6%;
  }
}


.usableList__item {
  width: 100%;
  max-width: 310px;
}

@media screen and (max-width: 768px) {
  .usableList__item {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .usableList__note {
    text-align: left;
  }
}

.generalBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .generalBtn {
    max-width: calc(314 / 375 * 100vw);
  }
}


.generalBtn {
  max-width: 425px;
}


.generalBtn:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(89, 47, 68, 0.4)), to(rgba(89, 47, 68, 0)));
  background: linear-gradient(to right, rgba(89, 47, 68, 0.4) 0%, rgba(89, 47, 68, 0) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 100%;
  z-index: -1;
}

.generalBtn__txt {
  letter-spacing: .04em;
  line-height: 1.4;
}

.generalBtn__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:before,
.generalBtn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .generalBtn__txt {
    font-size: 14px;
  }
}

.generalBtn__arrow {
  width: 22px;
}

.generalBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.generalBtn__blank {
  width: 20px;
}

.generalBtn__blank .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}

.generalBtn--large {
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .generalBtn--large {
    max-width: 100%;
  }
}

.generalBtn--large .generalBtn__txt {
  font-size: 20px;
}

.generalBtn--en .generalBtn__txt {
  font-family: "Cormorant Garamond", serif;
}

.generalBtn--dark {
  background: #3c3a39;
}

.generalBtn--dark:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--dark:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--heathGray {
  background: #8d8186;
}

.generalBtn--heathGray:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--heathGray:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--simple {
  background: none;
  color: #3c3a39;
  padding-left: 0;
  padding-right: 0;
}

.generalBtn--simple:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.generalBtn--simple:after {
  background: -webkit-gradient(linear, left top, right top, from(#614f31), color-stop(52%, #8f7c5d), to(#a08c6a));
  background: linear-gradient(to right, #614f31 0%, #8f7c5d 52%, #a08c6a 100%);
  bottom: 0;
  height: 2px;
}

.generalBtn--simple .generalBtn__txt {
  font-size: 20px;
}

.generalBtn--simple .generalBtn__arrow .arrowSVG__path {
  fill: currentColor;
}

.generalBtn--simple .generalBtn__blank .blankSVG__path {
  fill: currentColor;
}

.generalBtn--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.generalBtn--prev:after {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.generalBtn--prev .generalBtn__arrow .arrowSVG {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* residence_area
=============================== */
.residence_area {
  padding-bottom: 100px;
}

.residence_logo {
  text-align: center;
}

.residence_text {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.1;
}

.residence_text .bold {
  font-weight: bold;
}

.residence_contents {
  margin-top: 120px;
  background-color: rgba(184, 28, 34, .15);
  padding: 80px 30px;
}

.residence_contents_title {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.06em;
  font-family: 'EB Garamond', serif;
}

.residence_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 80px;
}

.residence_item {
  background-color: #fff;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.residence_item_title {
  display: inline-block;
  background-color: #f4ddde;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.residence_item_img {
  margin-top: 18px;
  text-align: center;
}

.residence_item_text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
}

@media only screen and (max-width:768px) {
  .residence_logo {
    text-align: center;
  }

  .residence_text {
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .residence_contents {
    margin-top: 50px;
    padding: 40px 10px;
  }

  .residence_contents .residence_text {
    text-align: left;
  }

  .residence_contents_title {
    font-size: 40px;
  }

  .residence_wrap {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }

  .residence_item {
    margin-inline: auto;
    width: 300px;
    height: 300px;
  }

  .residence_item_title {
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .residence_item_img {
    margin-top: 10px;
    max-width: 180px;
  }

  .residence_item_text {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* flow_area
====================================== */
.flow_area {
  background-color: rgba(184, 28, 34, .07);
  padding: 100px 0 ;
}

.flow_area .flow_contents {
  margin-top: 80px;
}

@media only screen and (max-width:768px) {
  .flow_img {
    margin-inline: auto;
    width: 80%;
  }

  .flow_area .flow_contents {
    margin-top: 60px;
  }
}