@charset "utf-8";
/* CSS Document */
article {
  background-color: #ECE6DF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #3C3402;
}
article section {
  max-width: 960px;
  margin-bottom: 200px;
}
article section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 200px;
}
article h2 {
  font-family: "ab-kirigirisu", 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;
}
.bkGreen {
  background-color: #65674D;
  color: #ECE6E0;
}
/*--------------------------------------------------

 #top

----------------------------------------------------*/
#top {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}
#top h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  text-align: center;
  font-size: 4rem;
}
article .sliderArea {
  max-width: 1200px;
  margin: 0 auto;
  border: 3px solid #373737;
}
.regular {
  margin: 0;
  padding: 0;
}
article .slick-slide {
  margin-bottom: 0;
}
article .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:767px) {
  #top {
    width: 98%;
    padding-top: 10px;
  }
  #top h1 {
    font-size: 3rem;
  }
}
/*--------------------------------------------------

 #lead

----------------------------------------------------*/
#lead {
  margin: -50px auto 100px;
}
#lead img {
  border: 3px solid #373737;
}
#lead h2 {
  font-size: 4.5rem;
  margin-bottom: 30px;
}
#lead .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
#lead .flexbox p {
  width: calc(100% - 10px);
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  #lead {
    width: 98%;
  }
  #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: 98%;
  }
}
/*--------------------------------------------------

 #reno

----------------------------------------------------*/
#reno {
  max-width: 90%;
  padding-top: 200px;
}
#reno .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#reno .flexbox h2 {
  font-size: 4rem;
  text-align: center
}
#reno .flexbox h2 span {
  display: block;
  transform: rotate(-10deg);
  margin-bottom: 1em;
  font-size: 2rem;
}
#reno .flexbox h2, #reno .flexbox p {
  width: 40%;
}
#reno h3 {
  margin-bottom: .5em;
  font-size: 3rem;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#reno ul {
  max-width: 600px;
  margin: 0 auto;
}
#reno ul li {
  line-height: 3;
}
.content-container {
  padding: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  border-bottom: 5px solid #6C6020;
  border-right: 5px solid #6C6020;
  border-left: 5px solid #6C6020;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.content_area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.tab-container {
  display: flex;
  justify-content: space-between;
}
.tab-container {
  margin: 0;
}
.tab {
  text-align: center;
  width: calc(100% / 3 - 1px);
  padding: 20px;
  background-color: #6C6020;
  border: 4px solid #6C6020;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  color: #fff;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.tab.active {
  background-color: #CEC59E;
  color: #6C6020;
}
.contentWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentWrap div {
  align-self: flex-start;
}
.contentWrap .text {
  order: 2;
}
.contentWrap .text, .contentWrap img {
  width: 49%;
}
.contentWrap .text h4 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
}
.contentWrap .text h4 span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
}
.contentWrap .text h4 span em {
  text-orientation: upright;
  font-style: normal;
}
.content {
  display: none;
}
.content.show {
  display: block;
  opacity: 1;
}
@media screen and (max-width:767px) {
  #reno .flexbox {
    display: block;
  }
  #reno .flexbox h2, #reno .flexbox p {
    width: 90%;
    margin: 2rem auto;
  }
  .contentWrap {
    display: block;
  }
  .contentWrap .text h4 {
    margin-bottom: 20px;
  }
  .contentWrap img {
    margin-top: 20px;
  }
  .content-container {
    padding: 0px;
  }
  .tab {
    padding: 5px;
    font-size: 1.4rem;
  }
  .contentWrap .text, .contentWrap img {
    width: 98%;  
  }
    .contentWrap .text {
        padding: 20px;
    }
    .contentWrap img {
        padding-bottom: 20px;
    }
}
/*--------------------------------------------------

 #plan

----------------------------------------------------*/
#plan {
  margin-bottom: -200px;
  max-width: 80%;
  padding: 100px;
  background-color: #65674D;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
}
#plan h2 {
  font-size: 4rem;
  text-align: center;
}
#plan p {
  max-width: 700px;
  margin: 50px auto;
}
#plan img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  border-radius: 20px;    
}
@media screen and (max-width:767px) {
  #plan {
    max-width: 98%;
    padding: 50px;
    border-radius: 100px;
  }
}
/*--------------------------------------------------

 #area

----------------------------------------------------*/
#area {
  max-width: 100%;
  padding-top: 100px;
  position: relative;
  text-align: center;
  margin-top: 0;
}
#area h2 {
  margin-bottom: 50px;
  font-size: 4rem;
}
#area h2 span {
  display: block;
  margin-bottom: 1em;
  font-size: 2.5rem;
  transform: rotate(-5deg);
}
#area p {
  text-align: start;
  margin-bottom: 50px;
}
#area .wrap {
  max-width: 960px;
  margin: 0 auto;
}
.ribbon9 {
  display: inline-block;
  margin: 100px auto 50px;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}
.ribbon9:before { /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #6C6020;
  border-left-color: transparent; /*山形に切り抜き*/
}
.ribbon9:after { /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #6C6020;
  border-right-color: transparent; /*山形に切り抜き*/
}
.ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #6C6020;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #3C3402; /*左の折り返し部分*/
}
.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #3C3402; /*右の折り返し部分*/
}
article #area .sliderArea {
  max-width: 90%;
  border: none;
  color: #ECE6E0;
}
article #area .slick-slide {
  margin: 0 10px; /* 左右に10pxずつ → 合計20pxの隙間 */
}
article #area .slick-list {
  margin: 0 -10px; /* 外側にはみ出さないよう調整 */
}
article #area .slick-prev::before, article #area .slick-next::before {
  color: #3C3402;
}
#area .balloon {
  position: relative;
}
#area .balloon .inner {
  position: relative;
  padding: 30px 20px;
  background-color: #5a7d23; /* 背景：緑など */
  border: 4px solid #333; /* 外枠：濃い色 */
  box-sizing: border-box;
  border-radius: 30px;
}
#area .slick-slide:not(.slick-cloned):nth-child(even) .balloon .inner {
  background-color: #C35B00;
}
/* 内側のベージュ線（2重線の内側） */
#area .balloon .inner::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 4px solid #e7ded3; /* ベージュ線 */
  border-radius: 25px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}
#area .balloon img {
  border-radius: 20px;
}
#area h4 {
  margin: 1em auto;
  text-align: center;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
#area .balloon .inner p {
  margin-bottom: 0;
}
.fiximg {
  position: relative;
  margin-top: -1px; /* 少しだけ上に食い込ませて隙間を埋める */
  z-index: 3;
}
.custom-shape-divider-top-1751707831 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
.custom-shape-divider-top-1751707831 .shape-fill {
  display: block;
  width: 100%;
  height: 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: 3rem;
  }
  #area img {
    width: 98%;
  }
}
/*--------------------------------------------------

 #photos

----------------------------------------------------*/
#photos {
  padding-top: 100px;
}
#photos h2, #virtualtour h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 4rem;
}
#photos p, #virtualtour p {
  margin-bottom: 50px;
}
.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 p {
    width: 90%;
    text-align: left;
    margin: 0 auto;  
  }
  .fancybox_area {
    column-count: 2;
    width: 95%;
    margin: 0 auto;
  }
}
/*--------------------------------------------------

 #virtualtour

----------------------------------------------------*/
.vrbox {
  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: 100%;
}
#details h2 {
  margin-bottom: 50px;
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #3C3402;
}
#details div {
  max-width: 85%;
  background-color: #ECE6E0;
  padding: 100px 0;
  margin: 0 auto;
  border-radius: 30px;
}
#details table {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  border-collapse: collapse;
  color: #3C3402;
}
#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;
  }
  #details table {
    width: 100%;
  }
  #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: #C35B00;
  border-radius: 10px;
  border: 3px solid #3C3402;
  border-bottom: solid 8px #3C3402;
  font-family: "ab-kirigirisu", sans-serif;
  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;
}
.contact p:before { /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -1px;
  left: -40px;
  z-index: -2;
  border: 3.5rem solid #6C6020;
  border-left-color: rgb(86, 173, 243);
  border-left-color: transparent;
}
.cta_btn {
  position: fixed;
  background-color: #6C6020;
  border-radius: 0;
  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;
}
.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-bottom: 22px;
  }
}
#open {
    max-width: 400px;
    position: fixed;
    bottom: -200px;
    left: 0;
    background-color: #6C6020;
    color: #fff;
    padding: 30px;
    z-index: 10;
    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;
}
}