@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&family=Poppins:ital,wght@0,400;0,600;1,400&family=Zen+Kaku+Gothic+Antique:wght@700&family=Poppins:wght@400;600&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  /*overflow:auto;*/
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #111111;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  color: #333;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.wrapper {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}

/***************************

layout/_header.scss

***************************/
header [class^=container] {
  width: 100%;
  padding-left: 30px;
  padding-right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
}

@media screen and (max-width: 1180px) {
  header [class^=container] {
    padding-right: 150px;
  }
}

@media screen and (max-width: 768px) {
  header [class^=container] {
    width: 100%;
    padding-right: 0px;
  }
}

header {
  height: 105px;
}

/* @media screen and (max-width: 997px) and (min-width: 768px) {
  header {
    height: auto;
  }
} */

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-right {
    display: none;
  }
}

.header-telnum {
  margin-left: 10px;
  font-size: 28px;
  color: #343434;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-weight: normal;
  line-height: 1;
}

.header-contact-link {
  max-width: 140px;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  padding-top: 30px;
  border-bottom-left-radius: 30px;
  background-color: #343434;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1091px) {
  .header-contact-link {
    max-width: 120px;
    height: 120px;
  }
}

.header-contact-link .imgBox {
  margin-bottom: 10px;
  text-align: center;
}

.header-contact-link:hover {
  color: #343434;
  background-color: #fff;
  border: 1px solid #343434;
  opacity: 1;
}

.header-logo {
  max-width: 230px;
  height: 100px;
  margin-right: 30px;
  padding-top: 10px;
  position: relative;
  z-index: 900;
  text-align: right;
}



.header-logo a p {
  font-weight: bold;
  color: #00B0C4;
  font-size: 14px;
  margin-right: 18px;
}


.header.is-show {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 999;
  animation: down-slidein 0.5s ease-out forwards;
}

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

.gnav-item {
  margin: 0 20px;
}

@media screen and (max-width: 945px) and (min-width: 769px) {
  .gnav-item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .gnav-item {
    margin: 0;
  }
}

.gnav-item a:hover {
  color: #9F8B72;
  opacity: 0.6;
}

.gnav-item.current {
  color: #9F8B72;
}

.hum-item {
  display: none;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    /* height: calc(100vh - 90px); */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: none;
    background-color: #fff;
    z-index: 800;
    text-align: center;
    transition: 0.5s;
  }

  .gnav .flexbox {
    display: block;
  }

  .gnav.active {
    /* top: 90px; */
    top: 0;
    display: block;
    /* padding-top: 35px; */
    /* padding-top: 125px; */
    padding-top: 180px;
    overflow-y: scroll;
  }

  .gnav.active .gnav-item:nth-of-type(1) {
    animation: down-fadein 0.3s ease-out forwards;
  }

  .gnav.active .gnav-item:nth-of-type(2) {
    animation: down-fadein 0.3s ease-out forwards 0.1s;
    opacity: 0;
  }

  .gnav.active .gnav-item:nth-of-type(3) {
    animation: down-fadein 0.3s ease-out forwards 0.2s;
    opacity: 0;
  }

  .gnav.active .gnav-item:nth-of-type(4) {
    animation: down-fadein 0.3s ease-out forwards 0.3s;
    opacity: 0;
  }

  .gnav.active .gnav-item:nth-of-type(5) {
    animation: down-fadein 0.3s ease-out forwards 0.4s;
    opacity: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    bottom: 95px;
    left: 0;
  }

  .gnav.active .gnav-item:nth-of-type(6) {
    animation: down-fadein 0.3s ease-out forwards 0.5s;
    opacity: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .gnav-item {
    margin-right: 0px;
    /* height: calc((100vh - 90px) / 6); */
    height: 70px;
  }

  /* .gnav-item:not(.hum-item) {
    line-height: calc((100vh - 90px) / 6);
  } */

  .hum-item {
    display: block;
  }

  .tel-item {
    display: flex;
    width: 100%;
    justify-content: center;
    /* padding-top: calc((100vh - 90px) / 6 / 2 - 14px); */
    padding-top: 40px;
  }

  .mail-item {
    display: flex;
    height: 100%;
    /* padding-top: calc((100vh - 90px) / 6 / 3); */
    padding-top: 28px;
    justify-content: center;
    color: #fff;
    background-color: #343434;
  }

  .mail-item .imgBox {
    margin-right: 10px;
  }
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded=true] .toggle__bar {
  background-color: rgba(0, 0, 0, 0);
}

.toggle[aria-expanded=true] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  background-color: #343434;
}

.toggle[aria-expanded=true] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background-color: #343434;
}

.toggle[aria-expanded=true] .toggle__title:before {
  text-align: center;
  content: "とじる ";
  color: #343434;
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 13px;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: 999;
  }

  .toggle.on {
    background-color: #fff;
  }

  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #343434;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }

  .toggle__title:before {
    content: "メニュー";
    color: #343434;
  }
}

.totop {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  background-color: #343434;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 450px) {
  .totop {
    width: 50px;
    height: 50px;
    bottom: 10px;
  }
}

.top-arrow {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 20px;
  margin-top: calc(50% - 10px);
  top: 0;
  left: 50%;
}

.top-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  box-sizing: border-box;
}

.totop:hover {
  background-color: #fff;
  border: 1px solid #343434;
  transition: 0.5s;
}

.totop:hover .top-arrow {
  background: #343434;
}

.totop:hover .top-arrow::before {
  border-color: #343434;
}

/***************************

layout/_footer.scss

***************************/
footer {
  margin-top: 260px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}

footer .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  background-color: #1F1F1F;
}

@media screen and (max-width: 768px) {
  footer .container {
    display: block;
    background-color: rgba(0, 0, 0, 0);
  }
}

.footer-contact-block {
  max-width: 600px;
  width: 100%;
  margin-top: -60px;
  padding: 170px 30px 0 30px;
  background-color: #A08B73;
  border-top-right-radius: 150px;
  text-align: center;
}

.footer-contact-block>p>a {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer-contact-block {
    max-width: 100%;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-right-radius: 70px;
  }
}

.footer-contact-block .hdg-title {
  margin-bottom: 40px;
  display: block;
}

.footer-contact-block .hdg-title .topTitle-en {
  font-size: 74px;
  margin-right: 0;
}

.footer-contact-block .hdg-title .topTitle-ja {
  margin-top: 10px;
  padding-left: 0;
}

.footer-contact-block .hdg-title .topTitle-ja::before {
  display: none;
}

.footer-contact-block .link-tel {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-size: 56px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .footer-contact-block .link-tel {
    font-size: 40px;
  }
}

.footer-contact-block .link-tel .imgBox {
  margin-right: 10px;
}

.footer-contact-block .line-link {
  margin: 40px auto 0;
}

.footer-contact-block .mail-link {
  max-width: 380px;
  width: 100%;
  margin: 40px auto 0;
  height: 84px;
  line-height: 84px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  background-color: #1F1F1F;
  border-radius: 45px;
  font-weight: bold;
}

.footer-contact-block .mail-link .imgBox {
  margin-right: 10px;
}

@media screen and (max-width: 355px) {
  .footer-contact-block .mail-link {
    line-height: 1;
    padding-top: 35px;
  }
}

.footer-contact-block .mail-link:hover {
  color: #1f1f1f;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  opacity: 1;
}

.footer-block {
  max-width: 730px;
  width: 100%;
  /* margin-left: 30px; */
  margin-left: 100px;
  padding: 125px 70px 70px 0;
}

@media screen and (max-width: 1200px) {
  .footer-block {
    padding-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-block {
    margin-left: 0;
    padding-top: 50px;
    padding-left: 30px;
    max-width: 100%;
    background-color: #1F1F1F;
  }
}

.sitemap {
  padding-bottom: 15px;
  border-bottom: 1px solid #3C3C3B;
}

@media screen and (max-width: 768px) {
  .sitemap {
    padding-bottom: 10px;
  }
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.sitemap-item {
  padding-bottom: 15px;
}

.sitemap-item:not(:last-of-type) {
  margin-right: 2em;
}

.sitemap-item:not(:first-of-type) {
  margin-left: 1.5em;
}

@media screen and (max-width: 1200px) {
  .sitemap-item:not(:first-of-type) {
    margin-left: 0;
  }
}

.footer-logo {
  max-width: 313px;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin-top: 30px;
  }
}

.footer-add {
  margin-top: 20px;
  font-size: 14px;
  color: #D3D3D3;
}

.bnr-list {
  margin-top: 35px;
  margin-bottom: 45px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .bnr-list {
    flex-wrap: wrap;
  }
}

.copy {
  font-size: 12px;
  color: #494949;
  font-family: "Poppins";
}

/***************************

layout/_slick.scss

***************************/
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 30px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  transition: 0.5s;
}

@media screen and (max-width: 450px) {

  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 18%;
  background-color: #A08B73;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 30px;
  }
}

@media screen and (max-width: 450px) {
  .slick-prev {
    left: -15px;
  }
}

.slick-prev::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  top: 50%;
  right: calc(50% - 9px);
  border-top: 2px solid #fff;
}

.slick-prev::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 450px) {
  .slick-prev::after {
    left: 10px;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.slick-next {
  right: 18%;
  background-color: #A08B73;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 30px;
  }
}

@media screen and (max-width: 450px) {
  .slick-next {
    right: -15px;
  }
}

.slick-next::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  top: 50%;
  right: calc(50% - 9px);
  border-top: 2px solid #fff;
}

.slick-next::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}

@media screen and (max-width: 450px) {
  .slick-next::after {
    right: 10px;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }

  .slick-archive__label {
    font-size: 1rem;
  }
}

/* Swiper Slider */
.swiper {
  overflow: visible;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 400px;
  }
}

@media screen and (max-width: 450px) {
  .swiper-slide {
    width: 250px;
  }
}

.progressbar {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 80px;
  background: #EDECE9;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .progressbar {
    margin-top: 20px;
  }
}

.progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #A08B73;
}

/* プログレスバーの色変更 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #A08B73;
}

.button-block {
  position: absolute;
  top: 10px;
  left: 250px;
  z-index: 1;
}

@media screen and (max-width: 380px) {
  .button-block {
    top: 60px;
    left: 30%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  top: 0;
  margin-top: 0;
}

.swiper-button-next {
  left: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-image: linear-gradient(rgb(223, 111, 119) 0%, rgb(255, 179, 184) 100%) 1;
  transform: rotate(135deg);
  z-index: 1;
}

.swiper-button-prev::after {
  transform: rotate(-45deg);
}

/***************************

layout/_lity.scss

***************************/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/***************************

layout/_pager.scss

***************************/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 430px) {
  .wp-pagenavi {
    flex-wrap: wrap;
  }
}

.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span {
  color: #A08B73;
  font-size: 22px;
  margin: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border: 1px solid #A08B73;
  border-radius: 40px;
  display: block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  padding: 0;
  opacity: 1;
}

@media screen and (max-width: 500px) {

  .wp-pagenavi a:not(.previouspostslink, .nextpostslink),
  .wp-pagenavi span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 320px) {

  .wp-pagenavi a:not(.previouspostslink, .nextpostslink),
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #F1EDEB;
  color: #C1C1C1;
  position: relative;
}

.wp-pagenavi .previouspostslink {
  margin-right: 45px;
}

@media screen and (max-width: 500px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 30px;
  }
}

@media screen and (max-width: 349px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 45px;
  background-color: #A08B73;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 20px;
  }
}

@media screen and (max-width: 349px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.wp-pagenavi .previouspostslink::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: calc(50% + 3px);
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #A08B73;
  cursor: default;
}

.wp-pagenavi a:hover {
  background-color: #A08B73;
  color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi .extend {
    display: none;
  }

  .wp-pagenavi .extend+.larger {
    display: none;
  }
}

.wp-pagenavi .pages {
  width: 75px;
  color: #999;
}

@media screen and (max-width: 450px) {
  .wp-pagenavi .pages {
    line-height: 1.5;
  }
}

.pager {
  margin: 20px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.pager a {
  color: #202020;
  margin: 5px;
  width: 77px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-decoration: none;
  padding: 0;
  background: #f4f4f4;
  opacity: 1;
}

.pager a:hover {
  opacity: 0.65;
}

.pager .back a {
  width: 113px;
  color: #202020;
}

@media screen and (max-width: 450px) {
  .pager .back a {
    width: auto;
  }
}

/***************************

layout/_breadcrumbs.scss

***************************/
.breadcrumbs {
  font-size: 12px;
  font-weight: bold;
}

.breadcrumbs-list:not(:last-of-type) {
  margin-right: 15px;
}

.breadcrumbs-list:not(:first-of-type) {
  padding-left: 15px;
  position: relative;
  color: #666;
}

.breadcrumbs-list:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  top: calc(50% - 6px);
  left: 0;
  border-left: 1px solid #666;
  transform: rotate(45deg);
}

.breadcrumbs-link {
  color: #9F8B72;
  border-bottom: 1px solid #9F8B72;
}

/***************************

layout/_page-title.scss

***************************/
.topTitle-en {
  font-size: 75px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .topTitle-en {
    font-size: 75px;
  }
}

@media screen and (max-width: 450px) {
  .topTitle-en {
    font-size: 35px;
  }
}

.topTitle-ja {
  font-size: 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hdg-block {
  gap: 20px;
}

.hdg-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hdg-title .topTitle-en {
  margin-right: 30px;
}

.hdg-title .topTitle-en .fz80 {
  font-size: 80px;
}

.hdg-title .topTitle-ja {
  position: relative;
  padding-left: 30px;
}

.hdg-title .topTitle-ja::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: 0;
  border-left: 2px solid #343434;
}

.subpage-common {
  margin-bottom: 100px;
  background-color: #F8F6F5;
}

.subpage-common .container-l {
  height: 320px;
  gap: 30px;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .subpage-common .container-l {
    height: auto;
    gap: 20px;
  }
}

.pageTitle-en {
  margin-right: 40px;
  font-size: 90px;
  color: #333;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.pageTitle.flex-align-center{
  flex-direction: row;
  
  align-items: center;
}
@media screen and (max-width: 768px){
  .pageTitle.flex-align-center{
    flex-direction: column;
    align-items: flex-start;
  }
  .pageTitle-en{
    margin-right: 0;
  }
}


@media screen and (max-width: 768px) {
  .pageTitle-en {
    font-size: 80px;
  }
}

@media screen and (max-width: 450px) {
  .pageTitle-en {
    font-size: 60px;
  }

  .hdg-title .topTitle-en .fz80 {
    font-size: 60px;
  }

}
@media screen and (max-width: 390px){
  .pageTitle-en {
    font-size: 55px;
  }

}

.pageTitle-ja {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
}

.pageTitle-ja::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: 0;
  border-left: 2px solid #343434;
}

.hdg01-block {
  margin-bottom: 40px;
  font-size: 36px;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 450px) {
  .hdg01-block {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.hdg01-block::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 10px solid #9F8B72;
}

/***************************

layout/_faq.scss

***************************/
.faq01__dl {
  border-bottom: 1px dotted #bbb;
  margin: 0;
  padding: 0 50px 0px 0;
  position: relative;
}

.faq01__dl:nth-of-type(1) {
  border-top: 1px dotted #bbb;
}

.faq01__dl:after,
.faq01__dl:before {
  content: "";
  width: 1px;
  height: 15px;
  border-bottom: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.faq01__dl:before,
.faq01__dl.is-open:after {
  transform: rotate(90deg);
}

.faq01__dl__dt {
  position: relative;
  padding: 25px 0 25px 60px;
  font-size: 20px;
  font-weight: bold;
}

.faq01__dl__dt:before {
  content: "Q.";
  font-family: "Jost", sans-serif;
  color: #BD9F64;
  font-size: 24px;
  font-weight: 500;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 26px);
}

.faq01__dl__dd {
  position: relative;
  padding: 10px 0 30px 60px;
  font-size: 16px;
}

.faq01__dl__dd:before {
  content: "A.";
  font-family: "Jost", sans-serif;
  color: #BABABA;
  font-size: 24px;
  font-weight: 500;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/***************************

object/component/_heading.scss

***************************/
/***************************

object/component/_box.scss

***************************/
[class*=container-] {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-l {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1420px) {
  .container-l {
    width: 95%;
  }
}

.condition-block .lineup-list::before {
  content: "";
  width: calc(96% / 3);
  order: 1;
}

.condition-block .lineup-list::after {
  content: "";
  width: calc(96% / 3);
}


.lineup-list-item {
  position: relative;
  width: 600px;
}

.lineup-list-cate {
  /* position: absolute;
  top: 0;
  left: 0; */
  display: inline-block;
  background-color: #A08B73;
  color: #fff;
  font-weight: bold;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  z-index: 500;
  transform: translate3d(0, 0, 0);
}

.lineup-list-title {
  margin-top: 20px;
  font-size: 20px;
}

.lineup-list-detail {
  font-weight: bold;
  margin: 7px auto 10px;
}

.lineup-list-price {
  margin-right: 10px;
  color: #9F8B72;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 450px) {
  .lineup-list-title {
    font-size: 16px;
  }

  .lineup-list-detail {
    font-size: 12px;
  }

  .lineup-list-price {
    font-size: 22px;
    margin-right: 5px;
  }
}

.lineup-list-address {
  font-size: 13px;
  color: #666;
  font-weight: bold;
}

.lineup-list-address p {
  margin-left: 5px;
}

.no-page {
  margin-top: 100px;
}

.no-page .link-btn {
  margin: 30px auto 0;
}

/* fadeシリーズ */
/* 真ん中からフェードイン */
.anime-fadein {
  animation: fadein 3s ease-out forwards;
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 左からフェードイン */
.anime-left-fadein {
  animation: left-fadein 3s ease-out forwards;
  opacity: 0;
}

@keyframes left-fadein {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 下からフェードイン */
.anime-up-fadein {
  animation: up-fadein 1s ease-out forwards;
  opacity: 0;
}

@keyframes up-fadein {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上からフェードイン */
.anime-down-fadein {
  animation: down-fadein 1s ease-out forwards;
  opacity: 0;
}

@keyframes down-fadein {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上からスライドイン */
.anime-down-slidein {
  animation: down-slidein 0.5s ease-out forwards;
  opacity: 0;
}

@keyframes down-slidein {
  0% {
    transform: translateY(-140px);
  }

  100% {
    transform: translateY(0);
  }
}

/*----------------------------
fade_in ｜ 真ん中からじわっと出現
----------------------------*/
.fade_in {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  opacity: 0;
}

.fade_in.on {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*----------------------------
fade_up ｜下から上へ出現
----------------------------*/
.fade_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.fade_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
fade_down ｜上から下へ出現
----------------------------*/
.fade_down {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateY(-30px);
  opacity: 0;
}

.fade_down.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
fade_left ｜左から出現
----------------------------*/
.fade_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
fade_right ｜右から出現
----------------------------*/
.fade_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/***************************

object/component/_button.scss

***************************/
.link-btn {
  max-width: 280px;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  background-color: #343434;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .link-btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

.arrow {
  height: 1px;
  width: 14px;
  background: #fff;
  position: relative;
  display: inline-block;
  top: calc(50% - 3px);
  right: 35px;
}

.arrow::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 0.2px;
  right: -0.05em;
}

.link-btn:hover {
  background-color: #fff;
  color: #343434;
  border: 1px solid #343434;
}

.link-btn:hover .arrow {
  background: #343434;
}

/***************************

object/component/_form.scss

***************************/
/***************************

object/object/project/_top.scss

***************************/
.mv {
  position: relative;
  z-index: 5;
  height: calc(100vh - 90px);
  overflow: hidden;
}

@media screen and (max-width: 550px) {
  .mv {
    height: 350px;
  }
}

@media screen and (max-width: 380px) {
  .mv {
    height: 250px;
  }
}

.mv-imgBox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.45);
}

.img-upperBox,
.img-downerBox {
  width: 33.3333333333%;
}

.img-upperBox .mv-loop:first-of-type {
  animation: mv-upper-slide01 50s -25s linear infinite;
}

.img-upperBox .mv-loop:last-of-type {
  animation: mv-upper-slide02 50s linear infinite;
}

@keyframes mv-upper-slide01 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes mv-upper-slide02 {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-200%);
  }
}

.img-downerBox .mv-loop:first-of-type {
  animation: mv-downer-slide01 50s -25s linear infinite;
}

.img-downerBox .mv-loop:last-of-type {
  animation: mv-downer-slide02 50s linear infinite;
}

@keyframes mv-downer-slide01 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes mv-downer-slide02 {
  0% {
    transform: translateY(-200%);
  }

  100% {
    transform: translateY(0%);
  }
}

.mv-loop-item img {
  width: 100%;
}

.mv-inner {
  max-width: 1405px;
  width: 100%;
  padding-right: 20px;
}

.mvTitle {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  left: 70px;
  margin-bottom: 100px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mvTitle {
    left: 30px;
  }
}

@media screen and (max-width: 450px) {
  .mvTitle {
    bottom: 0px;
  }
}

@media screen and (max-width: 380px) {
  .mvTitle {
    left: 10px;
  }
}

.mvTitle-en {
  font-family: "Poppins";
  font-size: 88px;
}

.mvTitle-en span:nth-of-type(-n+7) {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .mvTitle-en {
    font-size: 55px;
  }
}

@media screen and (max-width: 450px) {
  .mvTitle-en {
    font-size: 45px;
  }
}

@media screen and (max-width: 380px) {
  .mvTitle-en {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  .mvTitle-ja {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .mvTitle-ja {
    font-size: 16px;
  }
}

.mvTitle p {
  overflow: hidden;
  position: relative;
}

.mvTitle p span {
  display: inline-block;
  opacity: 0;
}

.mvTitle p span:first-of-type {
  opacity: 1;
  animation: slide-up 0.2s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(2) {
  animation: slide-up 0.2s 0.04s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(3) {
  animation: slide-up 0.2s 0.08s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(4) {
  animation: slide-up 0.2s 0.12s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(5) {
  animation: slide-up 0.2s 0.16s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(6) {
  animation: slide-up 0.2s 0.2s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(7) {
  animation: slide-up 0.2s 0.24s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(8) {
  animation: slide-up 0.2s 0.28s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(9) {
  animation: slide-up 0.2s 0.36s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(10) {
  animation: slide-up 0.2s 0.4s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(11) {
  animation: slide-up 0.2s 0.44s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(12) {
  animation: slide-up 0.2s 0.48s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(13) {
  animation: slide-up 0.2s 0.52s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(14) {
  animation: slide-up 0.2s 0.56s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(15) {
  animation: slide-up 0.2s 0.6s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(16) {
  animation: slide-up 0.2s 0.64s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(17) {
  animation: slide-up 0.2s 0.68s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(18) {
  animation: slide-up 0.2s 0.72s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(19) {
  animation: slide-up 0.2s 0.76s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(20) {
  animation: slide-up 0.2s 0.8s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(21) {
  animation: slide-up 0.2s 0.84s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(22) {
  animation: slide-up 0.2s 0.88s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(23) {
  animation: slide-up 0.2s 0.92s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(24) {
  animation: slide-up 0.2s 0.96s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(25) {
  animation: slide-up 0.2s 1s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(26) {
  animation: slide-up 0.2s 1.04s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(27) {
  animation: slide-up 0.2s 1.08s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(28) {
  animation: slide-up 0.2s 1.12s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(29) {
  animation: slide-up 0.2s 1.16s ease-in-out forwards;
}

.mvTitle p span:nth-of-type(30) {
  animation: slide-up 0.2s 1.2s ease-in-out forwards;
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
    /*表示範囲外から*/
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /*通常の位置へ*/
    transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  }
}

.mvNews-link {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  right: 20px;
  max-width: 450px;
  width: 100%;
  height: 100px;
  padding-left: 15px;
  background-color: #fff;
  border-radius: 50px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .mvNews-link {
    bottom: 15px;
    max-width: 400px;
  }
}

@media screen and (max-width: 450px) {
  .mvNews-link {
    max-width: 300px;
    height: 70px;
    bottom: 10px;
  }
}

@media screen and (max-width: 380px) {
  .mvNews-link {
    right: 10px;
    max-width: 250px;
    padding-left: 5px;
  }
}

.mvNews-link .news-cate {
  max-width: 90px;
  margin-left: 10px;
}

@media screen and (max-width: 450px) {
  .mvNews-link .news-cate {
    height: 20px;
    line-height: 20px;
  }
}

.mvNews-link .news-title {
  margin-top: 12px;
}

@media screen and (max-width: 450px) {
  .mvNews-link .news-title {
    font-size: 12px;
    margin-top: 5px;
  }
}

.mvNews-link .news-list-item {
  padding: 0;
}

.mvNews-link .news-block {
  width: 100%;
  gap: 0;
  align-items: flex-end;
}

.mvNews-link:hover .news-date,
.mvNews-link:hover .news-title {
  color: #A08B73;
}

@media screen and (max-width: 450px) {
  .mv-thumbnail {
    width: 55px;
  }
}

.rotate-circle {
  position: absolute;
  z-index: 3;
  margin-top: -100px;
  margin-left: -40px;
  animation: rotation 50s linear infinite;
}

@media screen and (max-width: 768px) {
  .rotate-circle {
    width: 70%;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.top01 {
  margin-top: 180px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top01 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 450px) {
  .top01 {
    margin-top: 50px;
  }
}

.top01-imgBox {
  width: 420px;
}

.top01-imgBox img {
  position: absolute;
  padding-top: 160px;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .top01-imgBox img {
    width: 500px;
    padding-top: 300px;
  }
}

@media screen and (max-width: 980px) {
  .top01-imgBox {
    display: none;
  }
}

.top01-contents {
  max-width: 1140px;
  width: 100%;
  height: 800px;
  padding-top: 160px;
  padding-left: 380px;
  padding-right: 160px;
  background-color: #A08B73;
  border-top-left-radius: 160px;
  color: #fff;
}

@media screen and (max-width: 1470px) {
  .top01-contents {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .top01-contents {
    padding-left: 300px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 980px) {
  .top01-contents {
    margin-left: 0;
    padding-left: 50px;
    padding-bottom: 50px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .top01-contents {
    padding-top: 100px;
    padding-left: 30px;
    border-top-left-radius: 100px;
  }
}

@media screen and (max-width: 450px) {
  .top01-contents {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}

.top01-contents .topTitle-en {
  font-size: 70px;
}

.top01-contents .topTitle-en .regular {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .top01-contents .topTitle-en {
    font-size: 60px;
  }
}

@media screen and (max-width: 450px) {
  .top01-contents .topTitle-en {
    font-size: 35px;
  }
}

.top01-contents .link-btn {
  margin-top: 40px;
}

@media screen and (max-width: 450px) {
  .top01-contents .link-btn {
    margin-top: 20px;
  }
}

.top01::after {
  content: "";
  background-image: url(./img/top/top01-deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  /* width: 533px;
  height: 382px; */
  width: 375px;
  height: 379px;
  bottom: -153px;
  right: 0px;
}

@media screen and (max-width: 1364px) {
  .top01::after {
    width: 293.15px;
    height: 300.1px;
    bottom: -84px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 981px) {
  .top01::after {
    width: 159.9px;
    height: 114.6px;
    bottom: -46px;
  }
}

@media screen and (max-width: 550px) {
  .top01::after {
    width: 159.9px;
    height: 114.6px;
    bottom: -46px;
  }
}

@media screen and (max-width: 430px) {
  .top01::after {
    display: none;
  }
}

.top01-catchcopy {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .top01-catchcopy {
    margin-top: 20px;
    font-size: 20px;
  }
}

.top01-text {
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 450px) {
  .top01-text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.top02 {
  margin-top: 200px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top02 {
    margin-top: 100px;
  }
}

.top02 .lineup-list-item .imgBox img {
  max-width: 600px;
  width: 100%;
}

.top02-swiper {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .top02-swiper {
    margin-top: 30px;
  }
}

.present {
  border: 4px solid #00B0C4;
  border-radius: 28px;
  padding: 30px 10px;
  text-align: center;
  width: 60%;
  margin: 150px auto 0;
  z-index: 66;
}

@media screen and (max-width: 1100px) {
  .present {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .present {
    padding: 18px 5px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 450px) {
  .present {
    width: 95%;
  }
}

.present p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .present p {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .present p {
    padding-top: 14px;
  }

  .present p:first-child {
    padding: 0;
  }
}

.present p span {
  font-size: 25px;
  color: #00B0C4;
}

@media screen and (max-width: 768px) {
  .present p span {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .present p span {
    padding-top: 18px;
  }
}

.top03 {
  margin-top: 200px;
  padding-top: 190px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 {
    margin-top: 100px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 450px) {
  .top03 {
    padding-top: 50px;
  }
}

.bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
  width: 100%;
  height: 4300px;
  z-index: -1;
  background-color: #F8F6F5;
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
}

@media screen and (max-width: 1000px) {
  .bg-deco {
    height: 2400px;
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .bg-deco {
    height: 1900px;
  }
}

.top03-block {
  max-width: 1360px;
  height: 640px;
  padding-top: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .top03-block {
    height: 500px;
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .top03-block {
    padding-top: 15%;
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .top03-block {
    height: auto;
    padding-bottom: 20px;
  }
}

.top03-inner {
  padding-left: 80px;
}

@media screen and (max-width: 1000px) {
  .top03-inner {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .top03-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* @media screen and (max-width: 1081px) {
  .top03-block:nth-child(5) {
    padding-top: 350px;
  }
}

@media screen and (max-width: 1000px) {
  .top03-block:nth-child(5) {
    padding-top: 230px;
  }
}

@media screen and (max-width: 768px) {
  .top03-block:nth-child(5) {
    padding-top: 20%;
  }
} */

.top03-block.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top03-block.mt-60 {
    margin-top: 30px;
  }
}

.top03-block.mt-60::after {
  background-image: url(./img/top/top03-01.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:not(:first-child) {
  margin-top: 5px;
}

.top03-block:nth-child(3)::after {
  background-image: url(./img/top/top03-02.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:nth-child(4)::after {
  background-image: url(./img/top/top03-03.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:nth-child(5)::after {
  background-image: url(./img/top/top03-04.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:nth-child(6)::after {
  background-image: url(./img/top/top03-05.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:nth-child(7)::after {
  background-image: url(./img/top/top03-06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}

.top03-block:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.top03-inner {
  color: #fff;
}

.top03-inner .topTitle-en {
  font-size: 80px;
}

@media screen and (max-width: 768px) {
  .top03-inner .topTitle-en {
    font-size: 45px;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .top03-inner .topTitle-ja {
    margin-top: 10px;
    font-size: 16px;
  }
}

.top03-inner .topTitle-ja::before {
  border-left: 2px solid #fff;
}

.top03-text {
  margin-top: 20px;
  max-width: 640px;
  width: 100%;
}

@media screen and (max-width: 1223px) {
  .top03-block:nth-child(7) .topTitle-ja {
    margin-top: 15px;
  }
}

.top04 {
  margin-top: 340px;
}

.top04 .hdg-block {
  flex: 0 0 420px;
}

.top04 .news-list {
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .top04 .container-l {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .top04 {
    margin-top: 240px;
  }

  .top04 .hdg-block {
    flex: 0 0 320px;
  }
}

@media screen and (max-width: 768px) {
  .top04 {
    margin-top: 150px;
  }

  .top04 .hdg-block {
    flex: unset;
  }

  .top04 .news-list {
    flex: unset;
  }
}

@media screen and (max-width: 450px) {
  .top04 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 356px) {
  .top04 {
    margin-top: 100px;
  }
}

.top04 .hdg-title {
  display: block;
}

@media screen and (max-width: 768px) {
  .top04 .hdg-title br {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .top04 .hdg-title br {
    display: none;
  }
}

.top04 .topTitle-ja {
  margin-top: 30px;
}

.top04 .link-btn {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top04 .link-btn {
    margin-top: 30px;
  }
}

/***************************

object/object/project/_lineup.scss

***************************/
.serch-block {
  padding: 25px 30px;
  background-color: #F8F6F5;
  border: #E7E7E7;
  border-radius: 10px;
  gap: 20px;
}

@media screen and (max-width: 1394px) {
  .serch-block.flex-justify-between {
    justify-content: start;
  }
}

.serch-box {
  margin-top: 15px;
}

.input-box {
  margin-top: 15px;
}

.serch-hdg {
  margin-right: 10px;
  font-size: 16px;
}

select {
  width: 200px;
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

@media screen and (max-width: 366px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.serch-box {
  position: relative;
}

@media screen and (max-width: 366px) {
  .serch-box {
    flex-wrap: wrap;
  }
}

.serch-box ::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #a08b73;
  border-bottom: 0;
  top: calc(50% - 5px);
  right: 15px;
}

@media screen and (max-width: 366px) {
  .serch-box ::after {
    top: 45px;
  }
}

.btn-rectangle {
  width: 240px;
  height: 60px;
  border-radius: 40px;
  background-color: #A08B73;
  color: #fff;
  border: none;
  font-size: 16px;
  transition: 0.5s;
  margin: 20px auto 0;
  display: block;
}

.btn-rectangle i {
  margin-right: 5px;
}

.btn-rectangle:hover {
  background-color: #fff;
  color: #A08B73;
  border: 1px solid #A08B73;
}

.result-top {
  margin-top: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E3DE;
}

.result-text01 {
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 450px) {
  .result-text01 {
    font-size: 30px;
  }
}

.result-text02 {
  margin: 0 5px;
  line-height: 1;
  font-size: 70px;
  color: #9F8B72;
}

@media screen and (max-width: 450px) {
  .result-text02 {
    font-size: 55px;
  }
}

.sort-block {
  position: relative;
}

.sort-block::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #a08b73;
  border-bottom: 0;
  top: calc(50% - 5px);
  right: 15px;
}

@media screen and (max-width: 366px) {
  .select-block::after {
    top: 45px;
  }
}

.sort-title {
  margin-right: 10px;
}

.sort-text {
  margin-left: 10px;
}

.result-condition {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #F4F4F4;
  color: #96928B;
}

.condition-block {
  margin-top: 70px;
}

@media screen and (max-width: 450px) {
  .condition-block ul.flex-justify-between {
    justify-content: center;
  }
}

.condition-block .lineup-list-item {
  width: 32%;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .condition-block .lineup-list-item {
    width: 48%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 450px) {
  .condition-block .lineup-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.lineup-detail01-title {
  font-size: 30px;
  line-height: 44px;
}

.home-type {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 135px;
  height: 44px;
  background-color: #A08B73;
}

.lineup-detail01-top-block {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E4E3DE;
  gap: 10px;
}

/* 20240610 */
.lineup-detail01 .link-btn {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  max-width: 260px;
  padding: 0 20px;
}

.slider-main-wrapper {
  position: relative;
  /* 20240610 */
  opacity: 0;
  height: 0;
  transition: all .3s linear;
}

.slider-main-wrapper.slick-initialized {
  opacity: 1;
  height: auto;
}

.slider-main-wrapper .slick-slide {
  /* max-width: 800px; */
  /* width: 100%; */
  margin: 0 10px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;


}

.slider-main-wrapper .slick-slide img {
  /* object-fit: cover; */
  object-fit: contain;
  height: 500px;
  
}

@media screen and (max-width: 768px) {
  .slider-main-wrapper .slick-slide img {
    height: 400px;
    /* height: auto; */
  }
} 

 @media screen and (max-width: 450px) {
  .slider-main-wrapper .slick-slide img {
    height: 300px;
  }
}

/* .slider-main-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%);
  z-index: 50;
}

@media screen and (max-width: 450px) {
  .slider-main-wrapper::before {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgb(255, 255, 255) 100%);
  }
} */

.slider-sub-wrapper {
  max-width: 980px;
  width: 100%;
  margin: 20px auto 0;
}

.slider-sub-wrapper .slick-slide {
  max-width: 150px;
  width: 100%;
  margin: 0 5px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
}

.slider-sub-wrapper li.slick-current {
  border: 3px solid #A08B73;
}

.slider-sub-wrapper img {
  object-fit: cover;
  height: 100px;
}

.lineup-detail01-list {
  max-width: 980px;
  width: 100%;
  margin: 20px auto 0;
  padding: 40px 30px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  background-color: #F8F6F5;
  column-gap: 45px;
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .lineup-detail01-list {
    gap: 30px;
  }
}

@media screen and (max-width: 450px) {
  .lineup-detail01-list {
    gap: 20px;
  }
}

@media screen and (max-width: 450px) {
  .lineup-detail01-list-item {
    flex-wrap: wrap;
  }
}

.lineup-detail01-list-title {
  width: 86px;
  height: 22px;
  margin-right: 8px;
  line-height: 22px;
  background-color: #9F8B72;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
}

.lineup-detail02 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .lineup-detail02-block {
    flex-wrap: wrap;
  }
}

.lineup-detail02-block .list-block {
  height: auto;
}

.lineup-detail03 {
  margin-top: 140px;
}

.lineup-detail03-cap {
  margin-bottom: 35px;
  font-size: 22px;
  color: #9F8B72;
}

@media screen and (max-width: 450px) {
  .lineup-detail03-cap {
    font-size: 20px;
  }
}

.lineup-detail03-list-explan {
  margin-bottom: 25px;
}

.lineup-detail04 {
  margin-top: 130px;
}

.lineup-detail04 .gmap iframe {
  width: 100%;
  height: 420px;
}

.lineup-detail04 .lineup-detail01-list {
  max-width: 100%;
  gap: 5px;
}

.lineup-detail04 .lineup-detail01-list-item {
  max-width: 570px;
  width: 100%;
}

@media screen and (max-width: 1302px) {
  .lineup-detail04 .lineup-detail01-list-item {
    max-width: 510px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-detail04 .lineup-detail01-list-item {
    flex-wrap: wrap;
  }
}

.lineup-detail04 .lineup-detail01-list-title {
  width: 140px;
}

.lineup-link-list {
  margin: 50px auto 0;
  padding-bottom: 120px;
  gap: 25px;
  border-bottom: 1px solid #E4E3DE;
}

.lineup-link-btn01,
.lineup-link-btn02 {
  max-width: 340px;
  display: block;
  padding-left: 0;
  transition: 0.5s;
}

.lineup-link-btn01 .arrow {
  top: -3px;
  left: -55px;
}

@media screen and (max-width: 310px) {
  .lineup-link-btn01 .arrow {
    left: -20px;
  }
}

.lineup-link-btn01 .arrow::before {
  transform: rotate(-135deg);
  left: -0.3em;
}

.lineup-link-btn02 {
  background-color: #9F8B72;
}

.lineup-link-btn02 .arrow {
  top: -5px;
  right: -30px;
}

@media screen and (max-width: 310px) {
  .lineup-link-btn02 .arrow {
    right: -10px;
  }
}

.lineup-link-btn02:hover {
  border: 1px solid #9F8B72;
  background-color: #fff;
  color: #9F8B72;
}

.lineup-link-btn02:hover .arrow {
  background: #9F8B72;
}

.pikup-block {
  margin-top: 110px;
}

.pikup-list {
  margin-top: 50px;
  gap: 25px;
}

.pikup-list .lineup-list-item {
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pikup-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/***************************

simulation

***************************/

.simulation {
  position: relative;
}

/* .simulation h1 {
  color: #fff;
  font-size: 65px;
  padding-top: 15px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
} */

.simulation .hdg-title {
  display: block;
  color: #fff;
  padding: 15px 0 0 40px;
}

.simulation .hdg-title .topTitle-en {
  font-size: 68px;
  margin-right: 0;
}

.simulation .hdg-title .topTitle-ja {
  margin-top: 10px;
  padding-left: 0;
}

.simulation .hdg-title .topTitle-ja::before {
  content: none;
}

.simu-title-deco {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 700px;
  width: 100%;
  height: 150px;
  z-index: -1;
  background-color: #A08B73;
  /* border-top-right-radius: 160px; */
  border-bottom-right-radius: 160px;
}

.simulation form {
  margin: 100px 0 0 50px;
  padding-bottom: 100px;
}

.simulation button {
  border: none;
  font-size: 18px;
  margin: 60px auto 0;
  background-color: #343434;
  max-width: 240px;
  width: 100%;
  height: 60px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}

.simulation button:hover {
  background: #fff;
  color: #343434;
  border: 1px solid #343434;
}


input:not([type=checkbox]).simu_txtarea {
  max-width: 400px;
  width: 100%;
  height: 46px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 0 20px;
}

.simulation tr {
  margin-right: 15px;
  margin-top: 10px;
}

.simulation table:nth-of-type(1) tr:nth-child(-n+2),
.simulation table:nth-of-type(1) tr:last-child {
  width: 100%;
}

.simulation table:nth-of-type(1) tbody {
  display: flex;
  flex-wrap: wrap;
}


/***************************

object/object/project/_business.scss

***************************/

.pageInfo {
  margin-bottom: 100px;
}

.business-block {
  gap: 80px;
}

.business-block .pageTitle {
  margin-bottom: 50px;
}

@media screen and (max-width: 950px) {
  .business-block .pageTitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .business-block .pageTitle {
    margin-bottom: 0;
  }
}

.business-block .pageTitle-en {
  font-size: 80px;
  color: #343434;
}

@media screen and (max-width: 450px) {
  .business-block .pageTitle-en {
    font-size: 50px;
  }
}

.business-block .pageTitle-ja {
  font-size: 28px;
  padding-left: 0;
  margin-top: 10px;
}

@media screen and (max-width: 450px) {
  .business-block .pageTitle-ja {
    font-size: 20px;
  }
}

.business-block .pageTitle-ja::before {
  display: none;
}

@media screen and (max-width: 1100px) {
  .business-block {
    gap: 40px;
  }
}

@media screen and (max-width: 950px) {
  .business-block {
    flex-wrap: wrap;
  }
}

.business-block:not(:first-child) {
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .business-block:not(:first-child) {
    margin-top: 100px;
  }
}

.business-block-item:first-of-type {
  max-width: 560px;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .business-block-item:first-of-type {
    max-width: 100%;
  }
}

.business-block-item:last-of-type {
  width: calc(100% - 560px);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 950px) {
  .business-block-item:last-of-type {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .business-block-item:last-of-type {
    margin-top: 0;
  }
}

.business-block-item.left-over {
  margin-left: calc(50% - 50vw);
}

.business-catchcopy {
  font-size: 22px;
  color: #9F8B72;
  line-height: 1.6;
  font-weight: bold;
}

.business-text {
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .business-text {
    margin-top: 15px;
  }
}

/***************************

object/object/project/_about.scss

***************************/
.about01 .container-l {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .about01 .container-l {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.about01 .flex-item:first-child {
  max-width: 920px;
  width: 100%;
}

.about01 .flex-item:last-child .imgBox {
  width: 380px;
  margin-top: 20px;
  /* height: 340px; */
  /* background-color: #F8F6F5; */
  /* padding-top: calc(50% - 106px); */
}


@media screen and (max-width: 450px) {
  .about01 .flex-item:last-child .imgBox {
    width: 250px;
    /* height: 250px; */
    /* padding: 30px; */
  }
}

.about01-cap {
  margin-bottom: 15px;
  font-size: 22px;
  color: #9F8B72;
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .about01-cap {
    font-size: 20px;
  }
}

.about01-text {
  font-size: 14px;
  line-height: 1.8;
}

.about01-text:not(:first-child) {
  margin-top: 20px;
}

.name-ja {
  font-size: 18px;
}

.name-en {
  margin-top: 5px;
  font-size: 12px;
  color: #9F8B72;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.about01-02 {
  margin-top: 30px;
}

.about01-02 .list-block {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .about01-02 .list-block {
    width: 100%;
  }
}

.about01-02 .list-block:not(:last-child) .list-block-list-title,
.about01-02 .list-block:not(:last-child) .list-block-list-explan {
  width: 100%;
  border-right: none;
}

.about01-02 .list-block:not(:last-child) .list-block-list-explan {
  border-bottom: none;
}

.about01-02 .list-block:last-child .list-block-list-title {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .about01-02 .list-block:last-child .list-block-list-title {
    width: 100%;
    border-right: none;
  }
}

.about01-02 .list-block:last-child .list-block-list-explan {
  width: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
  .about01-02 .list-block:last-child .list-block-list-explan {
    width: 100%;
  }
}

.about01-02 .list-block:last-child .list-block-list-title:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .about01-02 .list-block:last-child .list-block-list-title:last-of-type {
    border-bottom: 1px solid #E4E3DE;
  }
}

.about01-02 .list-block:last-child .list-block-list-explan:last-child {
  border-bottom: none;
}

.about02 {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .about02 {
    margin-top: 100px;
  }
}

.about02-box {
  gap: 30px;
}

@media screen and (max-width: 1100px) {
  .about02-box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1100px) {
  .about02-box.flex-justify-between {
    justify-content: center;
  }
}

.list-block {
  max-width: 820px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #E4E3DE;
}

@media screen and (max-width: 1100px) {
  .list-block {
    max-width: 100%;
  }
}

.list-block-list-title,
.list-block-list-explan {
  padding: 20px 1em;
  border-bottom: 1px solid #E4E3DE;
}

.list-block-list-title {
  width: 160px;
  background-color: #F8F6F5;
  font-weight: bold;
  border-right: 1px solid #E4E3DE;
}

@media screen and (max-width: 450px) {
  .list-block-list-title {
    width: 100%;
  }
}

.list-block-list-explan {
  width: calc(100% - 160px);
}

@media screen and (max-width: 450px) {
  .list-block-list-explan {
    width: 100%;
  }
}

.map-block iframe {
  width: 480px;
  height: 320px;
  border: 1px solid #E4E3DE;
}

@media screen and (max-width: 540px) {
  .map-block iframe {
    width: 100%;
  }
}

.map-link {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  color: #fff;
  background-color: #343434;
  border-radius: 40px;
  font-size: 18px;
  line-height: 60px;
}

@media screen and (max-width: 450px) {
  .map-link {
    font-size: 16px;
  }
}

.map-link::after {
  position: absolute;
  content: "\f08e";
  width: 10px;
  height: 10px;
  font-size: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: 0;
  right: 25px;
}

.map-link:hover {
  background-color: #fff;
  color: #343434;
  border: 1px solid #343434;
}

/***************************

object/object/project/_news&blog.scss

***************************/
.news-list {
  width: 100%;
}

.news-list-block {
  border-top: 1px solid #E4E3DE;
}

.news-list-block a {
  display: flex;
}

@media screen and (max-width: 458px) {
  .news-list-block a {
    flex-wrap: wrap;
    gap: 10px;
  }

  .news-list-block .thumbnail {
    width: 100%;
  }

  .news-list-block .thumbnail img {
    width: 100%;
  }
}

.news-list-block:last-of-type {
  border-bottom: 1px solid #E4E3DE;
}

.news-list-item {
  width: 100%;
  padding: 0 10px 0 30px;
}

@media screen and (max-width: 458px) {
  .news-list-item {
    padding: 0 0 10px;
  }
}

.news-block {
  width: calc(100% - 60px);
  gap: 10px;
  align-items: center;
}

.news-date {
  font-size: 12px;
  color: #bfbfbf;
  font-family: "Poppins";
  font-weight: bold;
}

.news-cate {
  max-width: 100px;
  width: 100%;
  color: #A08B73;
  font-family: "Poppins";
  font-size: 12px;
  border: 1px solid #A08B73;
  border-radius: 30px;
  text-align: center;
}

.news-title {
  font-size: 16px;
  line-height: 1.5;
}

.news-arrow-block {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #F3F4F5;
}

.news-arrow {
  position: relative;
  background: #D0D0D0;
  width: 9px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  top: 1px;
  left: calc(50% - 4px);
}

.news-arrow::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #D0D0D0;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
}

.news-list-block:hover .news-date,
.news-list-block:hover .news-title {
  color: #A08B73;
}

.news-list-block:hover .news-arrow-block {
  background-color: #A08B73;
  transition: 0.5s;
}

.news-list-block:hover .news-arrow {
  background: #fff;
}

.news-list-block:hover .news-arrow::before {
  border-color: #F3F4F5;
}

.news-main-block {
  margin: 80px 0 75px;
}

@media screen and (max-width: 450px) {
  .news-main-block {
    margin: 50px 0;
  }

  .news-title {
    width: 100%;
  }
}

.news-detail .news-title-block {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E3DE;
  gap: 10px;
}

.news-detail .news-cate {
  margin-right: 15px;
}

.news-detail .news-detail-title {
  font-size: 30px;
}

@media screen and (max-width: 450px) {
  .news-detail .news-detail-title {
    font-size: 22px;
  }
}

.news-detail .news-detail-text {
  margin-top: 35px;
}

.news-btn {
  margin: 50px auto 0;
  display: block;
}

/***************************

object/object/project/_contact.scss

***************************/
.contact01 .tel-block {
  margin-top: 20px;
  padding: 30px 45px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  line-height: 1;
  gap: 70px;
}

@media screen and (max-width: 1201px) {
  .contact01 .tel-block {
    gap: 30px;
  }
}

@media screen and (max-width: 450px) {
  .contact01 .tel-block {
    padding: 15px 20px;
    gap: 10px;
  }
}

.contact01 .tel-block-title {
  font-size: 20px;
}

.contact01 .tel-block-title .imgBox {
  margin-right: 10px;
}

.contact01 .tel-block-deatil a {
  margin-left: 5px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .contact01 .tel-block-deatil a {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .contact01 .fz-42 {
    font-size: 30px;
  }
}

@media screen and (max-width: 450px) {
  .contact01 .fz-26 {
    font-size: 20px;
  }
}

.form-block {
  margin-top: 100px;
}

.contact-form-list {
  margin-top: 60px;
  border-bottom: 1px solid #E4E3DE;
}

.contact-form-dt,
.contact-form-dd {
  border-top: 1px solid #E4E3DE;
}

.contact-form-dt {
  width: 165px;
  height: 97px;
  line-height: 97px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact-form-dt {
    width: 100%;
    height: auto;
    line-height: 1;
    padding-top: 25px;
  }
}

.contact-form-dd {
  width: calc(100% - 165px - 25px);
  padding: 25px 0 25px 25px;
}

@media screen and (max-width: 768px) {
  .contact-form-dd {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}

.required {
  display: inline-block;
  width: 46px;
  height: 22px;
  margin-left: 3px;
  background-color: #9F8B72;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  border-radius: 11px;
}

::placeholder {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ADADAD;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
}

input:not([type=checkbox]),
textarea {
  max-width: 400px;
  width: 100%;
  height: 46px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {

  input:not([type=checkbox]),
  textarea {
    max-width: 100%;
  }
}

input.add-num-input {
  max-width: 160px;
}

input.add-input {
  max-width: 860px;
  margin-top: 8px;
  display: block;
}

textarea {
  max-width: 860px;
  width: 100%;
  height: 200px;
  padding: 10px 15px;
}

.privacy-policy {
  margin-top: 30px;
  padding: 25px 25px 30px 25px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
}

.privacy-policy-box {
  height: 260px;
  padding: 45px 25px 45px 45px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  overflow-y: scroll;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .privacy-policy-box {
    padding: 25px;
  }
}

.privacy-policy-title {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}

.privacy-policy-list {
  margin-top: 35px;
}

.praivacy-policy-list-item {
  margin-bottom: 30px;
}

.privacy-policy-check {
  margin-top: 30px;
}

@media screen and (max-width: 450px) {
  .privacy-policy-check {
    margin-top: 10px;
  }
}

.mwform-checkbox-field-text {
  font-size: 18px;
}

.submit-btn {
  border: none;
  font-size: 18px;
  margin: 60px auto 0;
  /* padding-left: 40px; */
  background-color: #343434;
  max-width: 340px;
  width: 100%;
  height: 80px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
}

.submit-btn .arrow {
  display: inline-block;
  top: -5px;
  right: -30%;
}

@media screen and (max-width: 350px) {
  .submit-btn .arrow {
    right: -10%;
  }
}

@media screen and (max-width: 450px) {
  .submit-btn {
    margin-top: 30px;
  }
}

.submit-btn:hover {
  background: #fff;
  color: #343434;
  border: 1px solid #343434;
}

.submit-btn:hover .arrow {
  background-color: #343434;
}

.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  line-height: 22px;
}

.mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  position: absolute;
  top: 0;
  left: 0;
}

.mwform-checkbox-field input:checked+span::after {
  content: "";
  width: 22px;
  height: 18px;
  background-image: url(./img/common/check.png);
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 2px;
}

.mwform-checkbox-field input:checked+.mwform-checkbox-field-text::before {
  background-color: #fff;
  border: 1px solid #E7E7E7;
}

.mwform-checkbox-field-text {
  font-weight: bold;
}

.mw_wp_form .error {
  font-size: 12px;
  font-weight: bold;
}

.submit-block {
  margin-top: 30px;
}

.submit-block .lineup-link-btn01,
.submit-block .lineup-link-btn02 {
  border: none;
}

.submit-block .lineup-link-btn01:hover {
  border: 1px solid #343434;
}

.submit-block .lineup-link-btn02:hover {
  border: 1px solid #9F8B72;
}

input.price--from,
input.price--to {
  width: 100px;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

option {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select option {
  padding: 15px;
  border: 1px solid #D8D8D8;
}

/***************************

object/object/project/_flow.scss

***************************/
.flow .flow-list {
  padding: 0 25px;
}

.flow .flow-list li {
  margin-bottom: 60px;
  position: relative;
}

.flow-list li i {
  color: #A08B73;
  font-size: 3.2rem;
  position: absolute;
  bottom: -60px;
  left: 17%;
}

.flow-list li span {
  color: #00B0C4;
  font-weight: bold;
  font-size: 1.8rem;
}

.flow-list li h2 {
  margin: 5px 0 10px;
  font-size: 2.8rem;
}

.flow-contact-block {
  text-align: center;
  margin: 70px auto 0;
  padding: 45px 15px;
  border: 4px solid #EDECE9;
  width: 75%;
  border-radius: 5px;
}

.flow-contact-block a {
  margin: 30px auto 0;
}

.flow-contact-block .contact-link {
  max-width: 380px;
  width: 100%;
  height: 84px;
  line-height: 84px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  background-color: #1F1F1F;
  color: #fff;
  border-radius: 45px;
  font-weight: bold;
}

.flow-contact-block .link-tel {
  display: flex;
  justify-content: center;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.flow-contact-block .imgBox {
  margin-right: 10px;
}

.link-tel .imgBox img {
  width: 30px;
}

@media screen and (max-width: 750px) {
  .flow .flow-list {
    padding: 0;
  }

  .flow-list li h2 {
    font-size: 2rem;
  }

  .flow-list li i {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .flow-contact-block {
    width: 95%;
  }

  .flow-contact-block .link-tel {
    font-size: 40px;
  }
}

/***************************

simulation

***************************/

.simulation {
  position: relative;
}

/* .simulation h1 {
  color: #fff;
  font-size: 65px;
  padding-top: 15px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
} */

.simulation .pageInfo {
  margin-top: 80px;
}

.simulation .hdg-title {
  display: block;
  color: #fff;
  padding: 20px 0 0 40px;
}

.simulation .hdg-title .topTitle-en {
  font-size: 68px;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .simulation .hdg-title .topTitle-en {
    font-size: 40px;
  }
}

.simulation .hdg-title .topTitle-ja {
  margin-top: 10px;
  padding-left: 0;
}

.simulation .hdg-title .topTitle-ja::before {
  content: none;
}

.simu-title-deco {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 700px;
  width: 100%;
  height: 155px;
  z-index: -1;
  background-color: #A08B73;
  /* border-top-right-radius: 160px; */
  border-bottom-right-radius: 160px;
}

@media screen and (max-width: 750px) {
  .simu-title-deco {
    height: 140px;
  }
}

.simulation form {
  margin: 100px 0 0 50px;
  padding-bottom: 100px;
}

.simulation .square_btn {
  border: none;
  font-size: 18px;
  margin: 60px auto 0;
  background-color: #343434;
  max-width: 240px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  font-weight: bold;
}

.simulation button:hover {
  background: #fff;
  color: #343434;
  border: 1px solid #343434;
}


input:not([type=checkbox]).simu_txtarea {
  max-width: 400px;
  width: 100%;
  height: 46px;
  background-color: #F8F6F5;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 0 20px;
}

.simulation tr {
  margin-right: 15px;
  margin-top: 10px;
}

.simulation table:nth-of-type(1) tr:nth-child(-n+2),
.simulation table:nth-of-type(1) tr:last-child {
  width: 100%;
}

.simulation table:nth-of-type(1) tbody {
  display: flex;
  flex-wrap: wrap;
}


/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-item0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/***************************

object/utility/_background.scss

***************************/
/***************************

object/utility/_link.scss

***************************/
.link--under-line {
  text-decoration: underline;
}

.link--under-line:hover {
  text-decoration: none;
}

.under-link {
  font-weight: bold;
  border-bottom: 1px solid #b8b8b8;
}

/***************************

object/utility/_text.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.tac {
  text-align: center;
  vertical-align: middle;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.indent--1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent--2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent--3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent--4 {
  text-indent: -4em;
  padding-left: 4em;
}

.indent--5 {
  text-indent: -5em;
  padding-left: 5em;
}

.fc--white {
  color: #fff;
}

.fc--black {
  color: #111111;
}

.fc--red {
  color: red;
}

.txtdeco-none {
  text-decoration: none;
}

/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb300 {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}


.br_sp {
  display: none;
}

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

.br_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

/***************************

object/utility/_font.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.YuGo {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Manrope {
  font-family: "Manrope", sans-serif;
}

.Poppins {
  font-family: "Poppins", sans-serif;
}

.ZenKaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.Bahnschrift {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-26 {
  font-size: 26px;
}

.fz-42 {
  font-size: 42px;
}

.b {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.letterspace01 {
  letter-spacing: 2px;
}

.letterspace02 {
  letter-spacing: 4px;
}

.letterspace03 {
  letter-spacing: 1px;
}

.lineheight01 {
  line-height: 1.3;
}

.subEng {
  text-transform: uppercase;
  font-family: "Lexend Zetta", sans-serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.lexend {
  font-family: "Lexend Zetta", sans-serif;
}

.vertical {
  writing-mode: vertical-rl;
}


/* 240903追加 */
.wp-pagenavi span.no-item,
.wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi span.extend {
  position: relative;
}

.wp-pagenavi span.extend:after {
  content: '・・・';
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-type {
  margin-right: 10px;
}

/* 250423 */
.lineup-list-item .imgBox img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/* 250627 */
.lineup-list-item .imgBox {
  padding-top: 60px;
}

.home-type.new {
  background-color: rgb(230, 139, 116);
}

.home-type.negotiation {
  background-color: rgb(124, 190, 228);
}
.home-type.keiyakuyotei {
  background-color: rgb(166, 228, 124);
}
.lineup-list-cate_list {
  position: absolute;
  top: 0;
  left: 0;
}

.lineup-list-cate.new {
  display: inline-block;
  background-color: rgb(230, 139, 116);
  color: #fff;
  font-weight: bold;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  z-index: 500;
  transform: translate3d(0, 0, 0);
}

.lineup-list-cate.negotiation {
  display: inline-block;
  background-color: rgb(124, 190, 228);
  color: #fff;
  font-weight: bold;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  z-index: 500;
  transform: translate3d(0, 0, 0);
}


.lineup-list-cate.keiyakuyotei {
  display: inline-block;
  background-color: rgb(166, 228, 124);
  color: #fff;
  font-weight: bold;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  z-index: 500;
  transform: translate3d(0, 0, 0);
}
.slider-lineup{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.footer_fax{
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */