@charset "utf-8";
/* CSS Document */
article {
  background-color: #F5F4EA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #F5F4EA;
}
article section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 200px;
}
article h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bkBeige {
  width: 100%;
  padding-bottom: 200px;
  position: relative;
  background-color: #CEC59E;
  z-index: 1;
}
.custom-shape-divider-bottom-1751707453 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1751707453 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 233px;
}
.custom-shape-divider-bottom-1751707453 .shape-fill {
  fill: #ECE6DF;
}
.top-arch {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 300px;
  display: block;
}
.fiximg {
  height: 700px;
  position: relative;
  clip-path: inset(0);
}
.fiximg img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-shape-divider-top-1751707831 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}
.custom-shape-divider-top-1751707831 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.custom-shape-divider-top-1751707831 .shape-fill {
  fill: #ECE6DF;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*--------------------------------------------------

 #top

----------------------------------------------------*/
#top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0
}
.sliderArea {
  position: relative;
}
#top .slider {
  margin-inline: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 200px;
}
#top .slider-img {
  margin: 0 10px;
}
#top .slider-img img {
  height: auto;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  display: block;
  position: relative;
  z-index: 1;
}
.front-fan {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2; /* 必要に応じて調整 */
  max-width: 100%;
  height: auto;
}
.front-fan img {
  width: 100%;
}
.bg-fan {
  position: absolute;
  bottom: -180px; /* または必要に応じて 0 */
  left: 0;
  width: 700px;
  height: 500px;
  background-image: url('../img/back.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 0;
  pointer-events: none;
}
.bg-fan img {
  width: 100%;
}
#top h1 {
  position: absolute;
  bottom: 120px;
  left: 40px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width:767px) {
  #top {
    padding-top: 10px;
  }
  #top h1 {
    font-size: 2.6rem;
    text-align: right;
    left: 150px;
  }
  .front-fan {
    bottom: 50px;
    max-width: 100%;
  }
  .bg-fan {
    width: 100%;
    bottom: 100px;
  }
}
/*--------------------------------------------------

 #lead

----------------------------------------------------*/
#lead {
  width: 100%;
  padding-top: 100px;
  margin: -50px auto -300px;
  background-color: #3D9F76;
}
#lead img {
  max-width: 430px;
  border-radius: 30px;
}
#lead h2 {
  font-size: 4.5rem;
  margin-bottom: 30px;
}
#lead .flexbox {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 500px;
}
#lead .flexbox p {
  width: calc(100% - 10px);
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  #lead {
    width: 100%;
    padding-top: 0;
    margin-top: -150px;
  }
  #lead h2 {
    font-size: 3rem;
  }
  #lead .flexbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  #lead .flexbox .lead-text {
    width: 90%;
    margin: 10rem auto 5rem;
  }
  #lead img {
    width: 70%;
  }
}
/*--------------------------------------------------

 #point

----------------------------------------------------*/
#point h2 {
  max-width: 960px;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 auto;
}
#point .swiper {
  width: 100%;
  height: 100%;
  margin: 50px auto;
}
#point .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .inner {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 30px;
  color: #3D9F76;
  box-sizing: border-box;
  text-align: center;
}
#point .inner img {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 20px;
}
#point .point-text {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
#point .inner h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#point .inner p {
  margin-bottom: 0;
}
/* 矢印ボタン（共通） */
.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #2e7d32;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 左矢印：画面中央より左へ */
.swiper-button-prev {
  left: calc(50% - 400px); /* スライド幅/2 + 間20pxくらい想定 */
}
/* 右矢印：画面中央より右へ */
.swiper-button-next {
  right: auto;
  left: calc(50% + 400px);
}
/* 白い三角 */
.swiper-button-next::after, .swiper-button-prev::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.swiper-button-prev::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  #point wrap {
    width: 98%;
  }
  #point h2 {
    width: 90%;
    font-size: 2.6rem;
  }
  .pointSwiper {
    padding: 0 20px;
  }
  #point .inner {
    width: 100%;
    padding: 20px 15px;
  }
  #point .inner h4 {
    font-size: 1.8rem;
  }
  #point .inner img {
    max-width: 100%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  /* 左矢印：画面中央より左へ */
  .swiper-button-prev {
    left: calc(50% - 200px);
  }
  /* 右矢印：画面中央より右へ */
  .swiper-button-next {
    left: calc(50% + 160px);
  }
}
/*--------------------------------------------------

 #plan

----------------------------------------------------*/
#plan {
  padding-top: 120px;
  color: #3D9F76;
  position: relative;
}
#plan h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
#plan p {
  max-width: 960px;
  margin: 50px auto;
}
#plan img {
  display: block;
  margin: 3rem auto;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width:767px) {
  #plan {
    max-width: 98%;
  }
  #plan h2 {
    font-size: 2.6rem;
  }
  #plan p {
    width: 90%;
  }
}
/*--------------------------------------------------

 吹き出し

----------------------------------------------------*/
.hukidashi img {
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------------------

 #reno

----------------------------------------------------*/
#reno {
  background: #EDECD7;
  color: #3D9F76;
  margin-top: -5px;
  padding-bottom: 200px;
}
#reno h2 {
  padding-top: 5rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center
}
#reno p {
  max-width: 960px;
  margin: 50px auto;
}
#reno img {
  display: block;
  margin: 3rem auto;
  width: 100%;
  max-width: 960px;
}
#reno ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #reno h2 {
    font-size: 2.6rem;
  }
  #reno .wrap {
    width: 98%;
    margin: 0 auto;
  }
  #reno p, #reno ul {
    width: 90%;
  }
}
/*--------------------------------------------------

 parallax

----------------------------------------------------*/
.bg01 {
  background-image: url("../img/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 360px;
  display: block;
}
@media (max-width: 767px) {
  .bg01 {
    background-attachment: scroll;
    height: 250px;
  }
}
/*--------------------------------------------------

 #area

----------------------------------------------------*/
#area {
  max-width: 100%;
  padding-top: 100px;
  position: relative;
  text-align: center;
  margin-top: 0;
  color: #3D9F76;
}
#area .wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
#area h2 {
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
#area .wrap img {
  max-width: 960px;
  width: 100%;
  margin-top: 3rem;
}
#area .flexbox {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}
#area .inner {
  max-width: 300px;
}
#area .inner img {
  border: 1px #333333 solid;
  border-radius: 20px;
  width: 300px;
}
#area .inner h4 {
  font-size: 2.4rem;
  margin-top: 2rem;
}
#area .flexbox p {
  text-align: start;
  margin: 20px auto;
}
#area .bnr p {
  margin: 10rem auto 0;
  text-align: center;
}
#area .bnr img {
  margin: 3rem auto;
}
@media screen and (max-width:767px) {
  #area .wrap {
    max-width: 98%;
  }
  #area .wrap p {
    width: 90%;
    margin: 0 auto;
  }
  #area h2 {
    font-size: 2.6rem;
  }
  #area img {
    width: 98%;
  }
  #area .flexbox {
    width: 98%;
    justify-content: center;
    margin: 5rem auto 0;
  }
  #area .spot .inner {
    margin-bottom: 3rem;
  }
  #area .inner h4 {
    font-size: 2rem;
  }
}
/*--------------------------------------------------

 #photos

----------------------------------------------------*/
#photos {
  padding-top: 100px;
  color: #3D9F76;
}
#photos .bg-white {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  padding: 100px 0;
}
#photos h2, #virtualtour h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
#photos p, #virtualtour p {
  margin-bottom: 50px;
}
#photos ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.fancybox_area {
  column-count: 4;
  column-gap: 10px;
}
.fancybox_area li a {
  display: inline-block;
  position: relative;
}
.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Material Icons';
  font-size: 4rem;
  content: '\e8ff';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}
.fancybox_area li a:hover::before {
  opacity: 1;
}
.fancybox_area img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #photos .bg-white {
    width: 98%;
    margin: 0 auto;
  }
  #photos h2, #virtualtour h2 {
    font-size: 2.6rem;
  }
  #photos p {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  #photos ul {
    width: 90%;
    margin: 0 auto;
  }
  .fancybox_area {
    column-count: 2;
    width: 95%;
    margin: 0 auto;
  }
}
/*--------------------------------------------------

 #virtualtour

----------------------------------------------------*/
#virtualtour .wrap {
  max-width: 960px;
  width: 100%;
  margin: 10rem auto 0;
}
.vrbox {
  max-width: 100%;
  margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #virtualtour p {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .vrbox {
    width: 95%;
  }
  .vrbox iframe {
    height: 400px;
  }
}
/*--------------------------------------------------

 #details

----------------------------------------------------*/
#details {
  max-width: 960px;
  width: 100%;
  color: #3D9F76;
  margin: 200px auto 150px;
}
#details h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
#details table {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  border-collapse: collapse;
}
#details table th, #details table td {
  border-block-end: 1px solid #DDDAD1;
  vertical-align: middle;
  font-style: normal;
  text-align: justify;
  line-height: 3;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
@media (max-width: 767px) {
  #details div {
    max-width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  #details h2 {
    font-size: 2.6rem;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}
/*--------------------------------------------------

.inquiry

----------------------------------------------------*/
#inquiry a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  background: #3D9F76;
  border-radius: 10px;
  border: 3px solid #3C3402;
  border-bottom: solid 8px #3C3402;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
#inquiry a:hover {
  border-bottom: solid 3px #3C3402;
  transform: translateY(5px);
}
/*--------------------------------------------------

.contact

----------------------------------------------------*/
.contact button {
  border: none;
}
.contact p {
  line-height: normal;
  position: relative;
}
.cta_btn {
  position: fixed;
  background-color: #90C5A7;
  border-radius: 30px 0 0 30px;
  padding-left: 30px;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
  color: #fff;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
#cta_floating.cta_btn, .cta_floating {
  transform: translateX(15rem);
}
#cta_floating.cta_btn:hover, .cta_floating:hover {
  transform: translateX(0);
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn, .cta_floating {
    transform: translateX(0);
  }
  .cta_link .material-icons-outlined {
    margin-left: -.3rem;
  }
}
.contact .material-symbols-outlined {
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
.producer {
  padding-bottom: 5px;
  position: relative;
  color: #3D9F76;
}
.producer::before {
  background: #65674D;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.producer:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .contact .material-symbols-outlined {
    margin: 20px 0; 
  }
}
#open {
  max-width: 400px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #90C5A7;
  color: #fff;
  padding: 30px;
  z-index: 100;
  border-radius: 0 20px 0 0;
}
#open h2 {
  font-size: 2rem;
  margin: 1rem auto;
}
#open h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#open p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #open {
    max-width: 200px;
    padding: 10px;
  }
  #open h2 {
    font-size: 1.6rem;
  }
  #open h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #open p {
    font-size: 0.8rem;
  }
}