@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, ul, li, div, span, p, ul, li, dd, dt, dl, section, button {
  margin: 0;
  padding: 0%;
}
body {
  color: #212121;
  background-color: #fff;
  font-family: kinto-sans, sans-serif;
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}
.zindex_1000000 {
  position: relative;
  z-index: 1000000;
}
/* fadeUpをするアイコンの動き */
/*.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }*/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.line {
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
h1 {
  margin: 0;
}
.fv_concept {
  position: relative;
  z-index: 10;
  ;
}
.fv_title {
  width: 100%;
  margin: -16rem auto 2rem auto;
  text-align: center;
}
.fv_area_deoo {
  margin: 0 auto 14rem auto;
  width: 15%;
}
/*----------------------------------追加↓-------------------------------- */
#modal_link {
  text-decoration: none;
}
.modal_title {
  width: 90%;
  /*
    font-size: 2.1rem;
    */
  font-weight: bold;
  margin: 1rem auto;
  text-decoration: none !important;
  color: #000;
}
.modal_botton {
  padding: 1rem 2rem 1rem 2rem;
  /*
    font-size: 1.7rem;
    */
  background-color: #3e5243;
  text-align: center;
  color: #fff;
}
/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
/*構成------------------------------------------------------------------------------------------------------*/
#main_flex {
  display: flex;
}
.centercolumn {
  width: 100%;
}
.rightcolumn {
  position: relative;
  width: calc(100%);
}
.leftcolumn {
  position: relative;
  width: 100%;
}
.leftcolumn_air {
  width: 100%;
  position: relative;
}
.kbf {
  padding: 2rem 0 5rem 0;
  background-color: #f5f5f3;
}
.kbf_gda_logo {
  width: 80%;
  margin: 0rem auto 0 auto;
}
.kbf_logo_alala {
  width: 60%;
  margin: 4rem auto 0rem auto;
}
.kbf_text {
  width: 90%;
  margin: 4rem auto 0rem auto;
  line-height: 3rem;
  font-size: 16px;
}
.kbf_info {
  margin: 5rem auto 1rem auto;
}
.kbf .midashi_area_deoo {
  margin-top: 5rem;
}
.kbf_point {
  margin: 15rem 0 0 0;
  width: 100%;
}
/*ピックアップポイント------------------------------------------------------------------------------------------------------*/
#pickup_point {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #f5f5f3;
}
.pickup_point_image {
  margin: 5rem auto 0 auto;
}
/*anchor_button------------------------------------------------------------------------------------------------------*/
.anchor_button {
  background-color: #f5f5f3;
  padding-bottom: 3rem;
}
.anchor_button ul li a {
  text-decoration: none;
  cursor: none;
}
.anchor_button ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 8rem;
}
.anchor_button ul li {
  width: 40%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 3px #9e9c8999;
}
.anchor_button_main {
  display: block;
  font-family: 'Shippori Mincho', sans-serif;
  color: #3e5243;
  font-weight: 600;
  font-size: 2.4rem;
}
.anchor_button_sub {
  display: block;
  font-family: "Shippori Mincho";
  color: #231d11;
  font-size: 2.8vw;
  font-weight: 300;
  margin-top: 1rem;
}
/*バーガーテキスト*/
#sidebarMenu {
  font-size: 2rem;
}
.docu {
  font-size: 1.4rem;
}
/*横幅90%*/
.w90 {
  width: 90%;
  margin: 0 auto;
}
/*横幅80%*/
.w80 {
  width: 80%;
	margin: 0 auto;
}
/*中央揃え*/
.mgauto {
  margin: 0 auto;
}
.mgright {
  margin: 0 right;
}
/*見出し------------------------------------------------------------------------------------------------------*/
.midashi_area {
  margin: 0 auto;
}
.midashi_area_deoo {
  margin: 0 auto;
  width: 5%;
}
.midashi_area_text_en {
  text-align: center;
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: #083C6E;
  margin-top: -2rem;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.midashi_area_text_jp {
  text-align: center;
  margin-top: -40px;
  font-size: 1.8rem;
  color: #734748;
}
.midashi_area_text_jp_type2 {
  text-align: center;
  margin-top: -2rem;
  font-size: 1.8rem;
  color: #734748;
}
/*ニュース------------------------------------------------------------------------------------------------------*/
#news {
  margin-top: 10rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f5f3;
}
.news_space {
  height: 10rem;
  width: 100%;
}
.news_daybox {
  margin: 0rem auto 0 auto;
  width: 100%;
}
.news_daybox_img img {
  border-radius: 8px;
  aspect-ratio: calc(2/1);
  object-fit: cover;
  object-position: bottom;
}
.news_daybox_myd {
  margin: 2rem auto 0 auto;
  font-size: 1.6rem;
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 90%;
}
.news_box_title {
  font-size: 2.2rem;
  margin: 1.2rem auto 0 auto;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 90%;
}
.news_box_content {
  font-size: 1.6rem;
  margin: 3rem auto 0 auto;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  width: 90%;
}
.under_color {
  border-color: #3e5243;
  border-width: 3px;
  border-bottom-style: solid;
}
.center {
  text-align: center;
  margin-bottom: 6rem;
}
.news_midashi_font_size {
  font-size: 1.7rem;
  padding-top: 10px;
  font-weight: bold;
  line-height: 3rem;
}
.entry_botton {
  width: 60%;
  margin: 5rem auto 0rem auto;
  text-align: center;
}
.entry_botton_text {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #2b2f32;
  padding: 1.5rem 10px 1.5rem 10px;
  text-decoration: none;
}
video {
  width: 100%;
}
/*パララックス------------------------------------------------------------------------------------------------------*/
/* 背景画像の見えている高さ */
/*
.parallax {
    height: 380px;
}
*/
/* 背景画像 */
/*
.parallax::before {
    background-image: url(../img/concept/chiba_shinchiku_tsugakita_parallax2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:;
    content: "";
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
*/
.concept_top {
  width: 100%;
  margin-bottom: -3px;
}
.concept_img_top img {
  aspect-ratio: calc(3/2);
  object-fit: cover;
}
#concept {
  background: rgba(219, 200, 193, 0.8);
  color: #212121;
  margin-top: 20rem;
  margin-bottom: 15rem;
}
.concept_img_main {
  margin: 9rem auto 0 auto;
  width: 90%;
}
.concept_img_main img {
  border-radius: 8px;
  aspect-ratio: calc(2/1);
  object-fit: cover;
}
.concept_img_botton {
  margin: 10rem auto 0 auto;
}
.concept_img_botton img {
  border-radius: 8px;
  aspect-ratio: calc(3/2);
  object-fit: cover;
}
.concept_title {
  width: 100%;
  margin: 8rem auto 8rem auto;
  text-align: center;
}
.concept_title_text_1 {
  font-size: 4rem;
  margin-top: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
.concept_title_text_2 {
  font-size: 1.9rem;
  margin-top: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
.concept_title_text_3 {
  font-size: 1.9rem;
  margin-top: 6rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  text-align: center;
}
.concept_text {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 5rem;
  letter-spacing: 0.1rem;
  line-height: 3.5rem;
}
.concept_fleximg {
  margin: 4rem auto 0 auto;
  width: 90%;
  display: flex;
}
.concept_fleximg_left {
  width: 50%;
}
.concept_fleximg_right {
  width: 50%;
}
.concept_space {
  height: 18rem;
  width: 100%;
}
.concept_space2 {
  height: 5rem;
  width: 100%;
}
/*横スライダー------------------------------------------------------------------------------------------------------*/
.slide-wrap {
  /*
    background-color: #fcf8f3;
    */
  display: flex;
  padding: 0;
  max-width: 1024px;
  width: 100%;
  margin-top: 4rem;
  margin-right: 3rem;
}
.slide-box {
  height: auto;
  /*margin: 0 20px;*/
  /*padding-right: 20px;*/
  padding-left: 20px;
  width: 24%;
  scrollbar-width: none;
}
.slide-wrap::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
/*.slide-box a {
    background-color: #fff;
    color: #222;
    display: block;
    text-decoration: none;
  }*/
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
/*.slide-box p {
    font-weight: bold;
    padding: 10px;
    margin:.5rem auto;
  }*/
@media screen and (max-width: 768px) {
  /* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 80%;
    /* margin: auto 1% auto auto;*/
  }
  .slide-box_last {
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) {
  /* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 80%;
    /* margin: auto 1% auto auto;*/
  }
  .slide-wrap {
    max-width: 1280px;
  }
}
/*==================================================スライダーのためのcss===================================*/
.slider { /*横幅80%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 3rem auto 0 auto;
}
.slider img {
  width: 80vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (min-width: 880px) {
  .slider img {
    width: 23vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .slider img {
    width: 17vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 50%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 4.5%;
  transform: rotate(-135deg);
  z-index: 1000;
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 4.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  display: none !important;
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.8rem;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  /*
    border-radius:50%;
    /*
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*ランドプラン------------------------------------------------------------------------------------------------------*/
#landplan {
  background-color: #F9F5F4;
  padding: 2rem 0 20rem 0;
}
.landplan_img {
  margin-top: 6rem;
}
.landplan_img img {
  border-radius: 8px;
  /*
    aspect-ratio: calc(2/1);
    object-fit: cover;
    */
}
.landplan_title {
  width: 90%;
  margin: 5rem auto 0 auto;
  font-size: 2.5rem;
  line-height: 1.5;
}
.landplan_text {
  width: 90%;
  margin: 3rem auto 0 auto;
  font-size: 1.6rem;
}
.landplan_point_circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #8b6a3a5e;
  line-height: 80px;
  margin: -4rem auto 0 auto;
  text-align: center;
}
.landplan_text {
  width: 90%;
  margin: 5rem auto 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
.landplan_text span {
  font-size: 6rem;
  color: #3e5243;
  margin: 0 13px 0 13px;
  letter-spacing: -3px;
}
.landplan_map_title {
  font-size: 3rem;
  margin-top: 7rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #734748; /* テキストカラー */
}
.landplan_map_img {
  margin: 1rem auto 0 auto;
  width: 90%;
}
.landplan_point {
  margin: 7rem auto 0 auto;
  color: #2b2f32;
}
.landplan_point_title {
  font-size: 2.3rem;
  width: 25%;
  margin: 13rem auto 0 auto;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
}
.landplan_point_text {
  width: 100%;
  margin: 4rem auto 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
}
.landplan_point_text_plus {
  width: 100%;
  margin: 4rem auto 0 auto;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 31px;
}
.landplan_photo {
  font-size: 1.9rem;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 15rem;
  color: #2b2f32;
}
.landplan_image {
  margin: 3rem auto 0 auto;
}
.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
/*プラン------------------------------------------------------------------------------------------------------*/
#plan {
  padding: 10rem 0 10rem 0;
  background: rgba(219, 200, 193, 0.8);
}
.plan_midashi {
  font-size: 3rem;
}
.plan_img {
  margin-top: 7rem;
}
.plan_img img {
  border-radius: 8px;
  aspect-ratio: calc(2/1);
  object-fit: cover;
}
.planpage_img {
  margin-top: -20rem;
}
.plan_word {
  width: 90%;
  margin: 0 auto;
  color: #212121;
  line-height: 3.5rem;
}
.plan_word_title {
  font-size: 2.5rem;
  margin-top: 8rem;
}
.plan_word_text {
  font-size: 1.6rem;
  margin-top: 5rem;
  letter-spacing: 0.1rem;
}
.plan_word_text img {
  border-radius: 8px;
}
.plan_word_img_title {
  width: 70%;
  margin: 7rem auto 0 auto;
}
.plan_word_img {
  margin: 5rem 0 0 0;
}
.plan_vs {
  width: 80%;
  margin: 3rem auto 0 auto;
}
.planbplan_NO_top {
  padding-top: 5rem;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.planbox_planpage_NO_top {
  padding-top: 5rem;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.plan_NO {
  font-size: 3rem; /*実際にーplanーの表記にするときは3remにする*/
  letter-spacing: 5px;
  text-align: center;
  width: 130px;
  /*
    border-bottom: solid 3px #209944;
    */
  color: #2b2f32;
  margin: 0rem auto 0 auto;
  line-height: 60px;
  font-weight: 300;
}
.plan_NO span {
  font-size: 6.5rem;
  margin-left: 3px;
}
.plan_model {
  font-size: 3rem; /*実際にーplanーの表記にするときは3remにする*/
  letter-spacing: 5px;
  text-align: center;
  /*
    border-bottom: solid 3px #209944;
    */
  color: #2b2f32;
  margin: 0rem auto 0 auto;
  padding-top: 5rem;
  line-height: 60px;
  font-weight: 300;
}
/*間取りポイントテキスト*/
.plan_point {
  font-size: 1.9rem;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 10rem;
  color: #2b2f32;
}
.plan_point_text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-top: 3rem;
  color: #2b2f32;
}
/*内観パース*/
.plan_photo {
  font-size: 1.9rem; /*実際にーplanーの表記にするときは3remにする*/
  letter-spacing: 5px;
  text-align: center;
  margin-top: 10rem;
  color: #2b2f32;
}
.modelhouse_image {
  width: 80%;
  margin: 3rem auto 0 auto;
}
/*プラン背景薄い緑*/
.planbox_planpage {
  padding-bottom: 0rem;
}
/*プラン背景薄い緑*/
.planbox {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
.plan_space {
  height: 10rem;
}
.madori {
  margin: 0 auto;
  width: 90%;
}
/*プラン内容テキスト*/
.plan_text {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  color: #f5f5f3;
}
/*プラン間取りデータ*/
.plan_madori_date {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #f5f5f3;
}
/*プラン間取りデータ(左)*/
.plan_madori_date_left {
  width: 30%;
}
/*プラン間取りデータ(右)*/
.plan_madori_date_right {
  width: 70%;
  text-align: right;
  color: #2b2f32;
}
/*プラン間取りデータ(span金額)*/
.plan_madori_date_left_text_decoration {
  font-size: 3.3rem;
  color: #3e5243;
}
/*プラン間取りデータ(span金額)*/
.plan_madori_date_right_text_decoration {
  font-size: 3.3rem;
  color: #e5652e;
  margin-right: 0.4rem;
}
/*プラン、線*/
.plan_madori_date_line {
  width: 80%;
  height: 1px;
  background-color: #2b2f32;
  margin-bottom: 1rem;
}
/*建物面積と土地面積*/
.plan_madori_m2 {
  display: flex;
  justify-content: space-around;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2b2f32;
}
/*土地面積(左)*/
.plan_madori_m2_left {
  width: 50%;
  text-align: center;
}
/*建物面積データ(右)*/
.plan_madori_m2_right {
  border-left: solid 1px #2b2f32;
  width: 50%;
  text-align: center;
}
/*間取りポイントタグ*/
.plan_madori_point_tag {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0 auto;
}
/*間取りポイントタグテキスト*/
.plan_madori_point_tag_text {
  font-size: 1.5rem;
  color: #f5f5f3;
  padding: 1% 2% 1% 2%;
  border-radius: 4px;
  background: #3e5243;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.slider_plan_number {
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-size: 3.5rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2rem;
  /*
    margin-bottom: 50px;
    */
  color: #734748;
}
.slider_plan_number span {
  font-size: 6rem;
  margin-left: 5px;
}
.slider_plan_deco {
  margin: 0 auto 0 auto;
  width: 50%;
}
.slider_plan_name {
  width: 100%;
  margin: 3rem auto 5rem auto;
  text-align: center;
  font-size: 2rem;
  color: #734748;
  letter-spacing: 0.35rem;
}
.slider_plan_point {
  width: 100%;
  margin: 2rem auto 0 auto;
  color: #083C6E;
  letter-spacing: 0.15rem;
  line-height: 2rem;
}
.slider_plan_name {
  width: 100%;
}
.slider_plan_img {
  width: 100%;
}
.slider_plan_img img {
  border-radius: 8px;
}
.openModal {
  width: 50%;
  margin: 4rem auto 4rem auto;
}
/* モーダルCSS ----------------------------------------------------------------------------------------------------*/
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}
.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}
/* モーダル本体 */
/* いる */
.modal__wrapper {
  display: none; /* 初期は非表示 */
  position: fixed; /* 画面全体に表示するために固定位置に設定 */
  /*
    top: 8rem;
    left: 7%;
    */
  z-index: 10; /* 必要に応じて調整 */
  position: fixed;
  inset: 0;
  margin: auto;
  width: 90%;
  height: 100%;
  max-height: 90vh; /* モーダルの高さを画面の80%に制限 */
  overflow-y: auto; /* 垂直スクロールを許可 */
  background-color: #e2d1cb;
  z-index: 100; /* モーダルウィンドウよりも前面に表示 */
  border-radius: 8px;
}
.modal__wrapper.is-active {
  position: fixed; /* 親要素から独立して画面全体に固定 */
  top: 0;
  left: 0;
  width: 100vw; /* ビューポート幅に合わせる */
  height: 100vh; /* ビューポート高さに合わせる */
  z-index: 1000; /* 他の要素の上に表示 */
  display: flex; /* 中央に配置 */
  align-items: center;
  justify-content: center;
}
.modal__layer {
  height: 100%;
  /*
    background: rgba(50, 50, 50, .85);
    */
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  /*
    height: calc(100% - 0px);
    */
  padding: 20px;
  /*
    background: #fff;
    */
}
/* いる */
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding-top: 4rem;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
  border-radius: 10px;
}
.modal__close:hover {
  opacity: .6;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* モーダル内のコンテンツ */
.modal__content {
  width: 100%;
  margin: 5rem 0 5rem 0;
}
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__img {
  width: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒色 */
  z-index: 1; /* モーダルウィンドウよりも前面に表示 */
}
.modal_plan_madori_img {
  width: 90%;
  margin: 0 auto;
}
.modal_plan_madori_img img {
  border-radius: 8px;
}
.modal__content_title {
  margin: 5rem 0 0 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #734748;
  letter-spacing: 0.2;
}
.modal_plan_gallery_img {
  margin: 2rem auto 0 auto;
  width: 90%;
}
.modal_plan_gallery_img img {
  border-radius: 8px;
}
.modal_plan_madori_text {
  width: 90%;
  margin: 3rem auto 0 auto;
}
.modal_plan_story_img {
  width: 90%;
  margin: 5rem auto 5rem auto;
}
/*-間取り切り替えタブ---------------------------------------------------------------------------------------------------------*/
.tab4 {
  display: flex;
  flex-direction: row;
  text-align: center;
  /*
    background-color: #fff !important;
    */
  margin: 0 auto 5rem auto !important;
  width: 90%;
  font-size: 2rem;
}
.tab4__item {
  flex: 1;
}
.tab4__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #734748;
  cursor: pointer;
  padding-bottom: 15px;
  letter-spacing: 3px;
}
.tab4__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
.tab4__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
.tab4__link.on:before {
  width: 25%;
}
.tab4__link.on:after {
  width: 25%;
}
.tab4-body {
  position: relative;
  height: 62rem;
}
.tab4-body__item {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.tab4-body__item.on {
  opacity: 1;
  z-index: 20;
}
/* カルーセルコンテナのスタイル */
.carousel-container {
  display: flex;
  gap: 16px;
  overflow: hidden;
  margin: 0 auto;
  width: 80%; /* お好みで調整 */
}
/* スライドアイテムのスタイル */
.slide {
  flex: 0 0 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.slide p {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}
/* スライドアイテムにホバー効果を追加 */
.slide:hover {
  transform: scale(1.05);
}
/* モーダルの背景と位置 */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明にする */
}
/* モーダルコンテンツのスタイル */
.modal-content {
  background-color: #fff;
  margin: 10% auto; /* 上下センタリング */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* お好みで調整 */
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/* モーダル内のテキスト */
.modal-body {
  margin-top: 10px;
  font-size: 18px;
  color: #555;
}
/* 閉じるボタンのスタイル */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}
.close-button:hover {
  color: #333;
}
/*-間取り切り替えタブ↑---------------------------------------------------------------------------------------------------------*/
.slider {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.slide {
  display: none;
  position: relative;
}
.slide.active {
  display: block;
}
.caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2em;
  color: #fff;
}
.controls .prev, .controls .next {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  user-select: none;
}
.controls .prev {
  left: 10px;
}
.controls .next {
  right: 10px;
}
.dots {
  text-align: center;
  padding: 10px;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.dot.active {
  background-color: #717171;
}
/*周辺環境------------------------------------------------------------------------------------------------------*/
#location {
  background-color: #fffbf5;
  /*padding: 0 0 7rem 0;*/
}
.location_img {
  margin-top: 5rem;
}
.location_img img {
  border-radius: 8px;
  aspect-ratio: calc(2/1);
  object-fit: cover;
}
.location_word {
  width: 90%;
  margin: 0 auto 0 auto;
  color: #6c625a;
  line-height: 3.5rem;
}
.location_word_text_title {
  font-size: 2.5rem;
  line-height: 1.5;
}
.location_word_text {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.location_display_flex {
  display: flex;
  margin: 5rem auto 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*学校見出し*/
.location_category_titel {
  text-align: center;
  color: #734748;
  margin: 0 auto 10rem 0;
}
.location_category_titel_e {
  font-size: 5rem;
  text-align: center;
  font-family: adobe-handwriting-tiffany, sans-serif;
  margin-bottom: 40px;
}
.location_category_titel_j {
  font-size: 2rem;
  text-align: center;
  font-family: kinto-sans, sans-serif;
  margin: -2rem 0 0 0;
}
.location_category_titel_j_type2 {
  font-size: 2rem;
  text-align: center;
  font-family: kinto-sans, sans-serif;
  margin: -2rem 0 0 0;
}
/*横スクロール注意書き*/
.location_attention p {
  font-size: 1.5rem;
  text-align: left;
}
/*周辺環境横並び*/
.yokoflex {
  display: flex;
  overflow-x: scroll;
}
/*各BOXの横幅*/
.yokoflex_box {
  width: 70%;
  flex-shrink: 0;
  margin-right: 3rem;
  padding-right: 30px;
}
/*1つ目のBOXの左横幅*/
.yokoflex_first {
  margin-left: 3rem;
}
/*最後のBOXの右横幅*/
.yokoflex_last {
  margin-right: 3rem;
}
/*説明ありの周辺環境*/
.location_explanation {}
.location_explanation_image {
  margin: 5rem 0 0 0;
}
.location_explanation_image img {
  border-radius: 8px;
}
.location_explanation_text {
  color: #212121;
  margin: 2rem auto 0rem auto;
}
.location_explanation_text dl {
  align-items: center;
}
.location_explanation_text dl dt {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.location_explanation_text dl dd {
  font-size: 1.6rem;
}
.location_explanation_text dl dd img {
  border-radius: ;
}
.location_explanation_text_time {
  margin: 0 2rem 0 1rem;
}
.location_explanation_text_title {
  margin-bottom: 1.4rem;
}
.location_explanation_text_info {
  line-height: 30px;
  line-height: 2rem;
}
/*各ボックス内コンテンツ*/
.yokoflex_box_img {
  margin-bottom: 1.5rem;
}
.yokoflex_box_text {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 200;
  color: #f5f5f3;
}
.yokoflex_box_time {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #f5f5f3;
}
.icon {
  width: 2.7rem;
  margin-right: 1.5rem;
}
.yokoflex_box_time_span {
  margin-right: 3rem;
}
/*横スクロールバーカスタマイズ*/
.yokoflex::-webkit-scrollbar {
  height: 5px; /* スクロールバーの高さ */
}
.yokoflex::-webkit-scrollbar-thumb {
  background: #f5f5f3; /* ツマミの色 */
  border-radius: 1px; /* ツマミ両端の丸み */
}
.yokoflex::-webkit-scrollbar-track {
  background: #3e5243; /* トラックの色 */
  border-radius: 1px; /* トラック両端の丸み */
}
/*周辺環境テキストのみ*/
ul {
  list-style-type: none;
  font-size: 1.6rem;
}
/*周辺環境テキストエリア*/
.location_lists_all {
  margin: 8rem 0 0 0;
}
.location_lists {
  color: #212121;
}
.location_lists li {
  border-bottom: solid #7347485f 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.location_lists .gakku {
  border-bottom: none;
}
.location_lists li dl {
  display: flex;
  align-items: center;
}
.location_lists li .gakku100 {
  display: block;
  align-items: center;
}
.location_lists li .gakku100 dt {
  width: 100%;
}
.location_lists li dl dt {
  width: 58%;
  margin-right: 5%;
}
.location_lists li dl dd {
  margin-right: 0%;
  width: 15%;
  text-align: center;
}
.icon_lists {
  width: 2rem;
}
.location_time {
  font-size: 3rem;
}
.pickpu_location {
  position: relative;
}
.pickpu_location_hukidashi {
  position: absolute;
  top: -6rem;
  width: 35%;
}
.location_display_flex_w {
  width: 47%;
}
/*-周辺環境切り替えタブ---------------------------------------------------------------------------------------------------------*/
.tab_location,.tab_location_2,.tab_location_3 {
  /* 全体の幅を100％にして、中央揃えで表示 */
  width: 90%;
  margin: 0 auto 0;
}
.tab_location_hiraya,.tab_location_hiraya_2 {
  letter-spacing: 0.2rem;
  opacity: 0.45;
  position: relative;
  padding-bottom: 0.5rem;
	
}
.tab_location_plus {
  letter-spacing: 0.2rem;
  opacity: 0.45;
  position: relative;
  padding-bottom: 0.5rem;
	top: 10%;
}
.no-space {
  /* 文末の文字間を詰める */
  letter-spacing: normal; /* 通常の字間 */
}
/* タブボタンのスタイル設定 */
.tab_location .tab_menu,.tab_location_2 .tab_menu_2,.tab_location_3 .tab_menu_3{
  /* 2分割してタブの幅を設定 */
  width: calc(96%/2);
  height: 60px;
  line-height: 1.2; /* テキストを中央寄せ */
  font-size: 16px;
  text-align: center;
  color: #de9251; /* テキストカラー */
  border-bottom: 0px solid #fff; /* 下線の色 */
  display: block;
  float: left; /* 横並び配置 */
  transition: all 0.2s ease; /* スムーズなホバー効果 */
  margin: 4% 2% 0 0;
  border-radius: 8px;
  background-color: #f8ebe1;
	padding: 10px 0;
	font-family: "all-round-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.planp{
	font-size: 12px;
	line-height: 1;
}
.planp_sub{
	font-family: "all-round-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* タブボタンのスタイル設定・右側限定 */
.tab_location .tab_menu_r,.tab_location_2 .tab_menu_r_2,.tab_location_3 .tab_menu_r_3{
  /* 2分割してタブの幅を設定 */
  width: calc(96%/2);
  height: 60px;
  line-height: 1.2; /* テキストを中央寄せ */
  font-size: 16px;
  text-align: center;
  color: #de9251; /* テキストカラー */
  border-bottom: 0px solid #fff; /* 下線の色 */
  display: block;
  float: left; /* 横並び配置 */
  transition: all 0.2s ease; /* スムーズなホバー効果 */
  margin: 4% 0% 0 2%;
  border-radius: 8px;
  background-color: #f8ebe1;
	padding: 10px 0;
	font-family: "all-round-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tab_location_2 .tab_menu_r_2,.tab_location_2 .tab_menu_2,.tab_location_3 .tab_menu_3{
background-color: #dcd1ca!important;
	color: #633b20!important;
}

.tab_location_2 .tab_menu_dekki,.tab_location_3 .tab_menu_dekki{
background-color: #f3e9d2!important;
	color: #c49426!important;
}

.tab_location .syosai{
background-color: #e2eceb!important;
	color: #689e9d!important;
}


.tab_location .tab_location_gap,.tab_location_2 .tab_location_gap,.tab_location_3 .tab_location_gap{
  gap: 30px;
}
.tab_location .tab_menu:hover,.tab_location_2 .tab_menu_2:hover,.tab_location_3 .tab_menu_3:hover{
  /* ホバー時の透明度変更 */
  opacity: 1;
}
.tab_location .tab_menu_r:hover,.tab_location_2 .tab_menu_r_2:hover,.tab_location_3 .tab_menu_r_3:hover{
  /* ホバー時の透明度変更 */
  opacity: 1;
}
/* ラジオボタンを全て非表示に */
.tab_location input[name="tab_menu"],.tab_location_2 input[name="tab_menu_2"],.tab_location_3 input[name="tab_menu_3"]{
  display: none;
}
/* タブの内容部分のスタイル設定 */
.tab_contents,.tab_contents_2 {
  display: none; /* 初期状態で非表示 */
  padding-top: 6rem;
  clear: both;
  overflow: hidden;
  transition: .9s opacity; /* フェードインのような表示効果 */
  /*box-shadow: 0 0 3px rgba(0,0,0,.2); */ /* 影をつけて立体感を追加 */
}
/* 選択されているタブの内容を表示 */
#menu01:checked ~ #menu01, #menu02:checked ~ #menu02, #menu03:checked ~ #menu03, #menu04:checked ~ #menu04, #menu05:checked ~ #menu05, #menu06:checked ~ #menu06, #menu07:checked ~ #menu07, #menu08:checked ~ #menu08, #menu09:checked ~ #menu09, #menu10:checked ~ #menu10,#menu11:checked ~ #menu11,#menu12:checked ~ #menu12 {
  display: block;	
}

/* 選択されているタブのスタイルを変更 */
.tab_location input:checked + .tab_menu,.tab_location_2 input:checked + .tab_menu_2,.tab_location_3 input:checked + .tab_menu_3{
  color: #fff; /* 選択中のテキスト色 */
  background-color: #de9251;
  margin-right: 2%;
}

/* 選択されているタブのスタイルを変更 */
.tab_location input:checked + .tab_menu_r,.tab_location_2 input:checked + .tab_menu_r_2,.tab_location_3 input:checked + .tab_menu_r_3{
  color: #fff; /* 選択中のテキスト色 */
  background-color: #de9251;
  margin-left: 2%;
}

/*⇩アウトドアプラン*/
.tab_location_2 input:checked + .tab_menu_2,.tab_location_2 input:checked + .tab_menu_r_2,.tab_location_3 input:checked + .tab_menu_r_3{
	background-color: #906242!important;
	color: #fff!important;
}

/*⇩ウッとデッキプラン*/
.tab_location_2 input:checked + .tab_menu_dekki,.tab_location_3 input:checked + .tab_menu_dekki{
	background-color: #c49426!important;
	color: #fff!important;
}

/*⇩書斎プラン*/
.tab_location input:checked + .syosai{
	background-color: #689e9d!important;
	color: #fff!important;
}

.tab_location input:checked + .tab_menu span,.tab_location_2 input:checked + .tab_menu_2 span,.tab_location_3 input:checked + .tab_menu_3 span{
  opacity: 1;
}
.tab_location input:checked + .tab_menu_r span,.tab_location_2 input:checked + .tab_menu_r_2 span,.tab_location_3 input:checked + .tab_menu_r_3 span{
  opacity: 1;
}
/*
.tab_location input:checked + .tab_menu span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
}
*/
/*-周辺環境切り替えタブ↑---------------------------------------------------------------------------------------------------------*/
/*アクセス------------------------------------------------------------------------------------------------------*/
#access {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.access_word {
  font-size: 2rem;
  width: 80%;
  margin: 5rem auto 0rem auto;
  color: #f5f5f3;
  line-height: 3.5rem;
}
.access_img {
  width: 90%;
  margin: 5rem auto 0 auto;
}
.access_img img {
  border-radius: 8px;
}
.access_note {
  width: 80%;
  margin: 1.3rem auto 0 auto;
  font-size: 0.6rem;
  color: #f5f5f3;
}
/*物件概要------------------------------------------------------------------------------------------------------*/
#overview {
  padding: 5rem 0 0rem 0;
}
.ov_contents {
  font-size: 1.6rem; /*SPはこのサイズでPCは2remくらいでいいかも*/
}
/*箱の構造*/
.ov_contents {
  margin-bottom: 1rem;
  margin-top: 5rem;
  color: #212121;
  line-height: 2rem;
}
.ov_contents li {
  padding: 2.5rem 0 2.5rem 0;
  border-bottom: solid 1px #212121;
}
.ov_contents li dl {
  display: flex;
  justify-content: space-between;
}
.ov_contents dl dt {
  width: 35%;
}
.ov_contents dl dd {
  width: 50%;
  line-height: 1.5;
}
/*物件概要テキスト*/
.ov_contents_update {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #212121;
  line-height: 3.5rem;
}
.ov_contents_yokoku {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #212121;
  line-height: 3.5rem;
}
.ov_contents_caution {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #212121;
  line-height: 3.5rem;
}
.ov_contents ul li dl dd span {
  text-decoration: none;
  color: #231d11;
}
.call_number {
  color: #212121;
}
/*施工例------------------------------------------------------------------------------------------------------*/
#works {
  padding: 10rem 0 10rem 0;
  background-color: #fffbf5;
}
.works_img {
  margin: 5rem auto 0 auto;
  width: 90%;
}
.works_img img {
  border-radius: 8px;
}
.works_word {
  margin-top: 5rem;
}
.works_word_title {
  font-size: 2rem;
  width: 90%;
  margin: 0rem auto 0rem auto;
  color: #212121;
  line-height: 3.5rem;
  text-align: center;
}
.works_word_text {
  font-size: 1.6rem;
  width: 90%;
  margin: 5rem auto 0 auto;
  color: #212121;
  line-height: 3.5rem;
}
.works_gda {
  margin-top: 8rem;
}
.works_gda_title {
  font-size: 2rem;
  width: 90%;
  margin: 4rem auto 0rem auto;
  color: #212121;
  text-align: center;
  line-height: 3.5rem;
}
.works_gda_text {
  font-size: 1.6rem;
  width: 90%;
  margin: 5rem auto 0 auto;
  color: #212121;
  line-height: 3.5rem;
}
.works_gda_logo {
  width: 90%;
  margin: 3rem auto 0 auto;
}
.works_moriniaru_title {
  font-size: 2rem;
  width: 90%;
  margin: 5rem auto 0rem auto;
  color: #212121;
  text-align: center;
}
.works_moriniaru {
  margin-top: 8rem;
}
.works_moriniaru_logo {
  width: 30%;
  margin: 0rem auto 0 auto;
}
.works_moriniaru_img {
  margin: 4rem auto 0 auto;
  width: 90%;
}
.works_moriniaru_img img {
  border-radius: 8px;
}
.works_moriniaru_text {
  font-size: 1.6rem;
  width: 90%;
  margin: 5rem auto 0 auto;
  color: #212121;
  line-height: 3.5rem;
}
/*knowmore------------------------------------------------------------------------------------------------------*/
#know_more {
  padding: 10rem 0 10rem 0;
}
.know_more_sns {
  width: 90%;
  margin: 5rem auto 0 auto;
}
.know_more_sns img {
  border-radius: 8px;
}
.know_more_contents {
  margin: 8rem auto 0 auto;
  width: 90%;
}
.works_know_more_title {
  font-size: 2rem;
  width: 80%;
  margin: 5rem auto 0rem auto;
  color: #2b2f32;
  line-height: 3.5rem;
  text-align: center;
}
.works_know_more_flex {
  display: flex;
  margin-top: 4rem;
}
.re {
  flex-direction: row-reverse;
}
.works_know_more_flex_img {
  width: 45%;
  margin-right: 5%;
  border-radius: 8px;
}
.works_know_more_flex_img img {
  height: 100%;
}
.works_know_more_flex_img_re {
  width: 45%;
  margin-left: 5%;
  border-radius: 8px;
}
.corporate {
  background-image: url(../img/works/chiba_shinchiku_tsugakita_corporate.jpg);
  background-size: cover;
  background-position: center center;
}
.after {
  background-image: url(../img/works/chiba_shinchiku_tsugakita_after.jpg);
  background-size: cover;
  background-position: center center;
}
.tochi {
  background-image: url(../img/works/chiba_shinchiku_tsugakita_tochi.jpg);
  background-size: cover;
  background-position: center center;
}
.shinchiku {
  background-image: url(../img/works/chiba_shinchiku_tsugakita_shinshiku.jpg);
  background-size: cover;
  background-position: center center;
}
.works_know_more_flex_img_re img {
  height: 100%;
}
.works_know_more_flex_text {
  width: 50%;
}
.works_know_more_flex_text a {
  text-decoration: none;
}
.works_know_more_flex_text p {
  /* margin-bottom: 1rem; */
}
.works_know_more_flex_text .info {
  margin-bottom: 1rem;
}
.works_know_more_flex_text p {
  font-size: 1.6rem;
  line-height: 3rem;
}
.works_know_more_button {
  background-color: #734748;
  padding: 10px 0 10px 10px;
  color: #fff;
  border-radius: 8px;
}
.know_more_contents_note {
  margin-top: 1.3rem;
  font-size: 0.6rem;
}
/*フッター*/
#footer {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
}
.footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 00% auto 10% auto;
  width: 90%;
  max-width: 300px;
}
.footer_background {
  background-color: #251917;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_background p {
  font-size: 1.5rem;
  color: #fff;
  padding: 5% 0 5% 0;
}
/*----------------------------------追加↑-------------------------------- */
/* ヘッダーロゴ */
.header {
  background-color: #fff;
  position: relative;
  z-index: 20;
  padding-top: 1px;
}
img.h-logo {
  min-width: 140px;
  margin: 16px auto 0px 5px;
  padding-bottom: 16px;
  display: block;
  width: 8%;
}
/*スライダー用*/
#slider_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 768px);
  height: 100vh;
  overflow: hidden;
}
@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-880px);
  }
}
.hero .swiper-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
.hero .slide-img_pc img {
  width: 100%;
}
.hero {
  position: relative;
}
.hero_mark {
  position: absolute;
  background-color: #734748;
  letter-spacing: 0.5rem;
  border-radius: 9px;
  color: #fff;
  z-index: 99;
  padding: 1rem;
  margin: 1rem 0 0 0;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  right: 4%;
}
.hero_mark p {
  margin-right: -0.5rem;
}
.pcnone {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.flex_test-box {
  display: flex; /* フレックスボックスにする */
  justify-content: center;
  margin: 0;
  padding: 0;
}
.flex_test-item {
  padding: 0;
  margin: 0; /* 外側の余白 */
}
/*-------------------------------------margin-top-------*/
.mgt25 {
  margin-top: 2.5rem;
}
.mgt50 {
  margin-top: 5rem;
}
.mgt100 {
  margin-top: 10rem;
}
.mgt150 {
  margin-top: 15rem;
}
.mgt200 {
  margin-top: 20rem;
}
.mgt250 {
  margin-top: 25rem;
}
.mgt300 {
  margin-top: 30rem;
}
/*--------------------------------------margin-right-----*/
.mgr50 {
  margin-right: 5rem;
}
.mgr100 {
  margin-right: 10rem;
}
.mgr150 {
  margin-right: 15rem;
}
.mgr200 {
  margin-right: 20rem;
}
.mgr250 {
  margin-right: 25rem;
}
.mgr300 {
  margin-right: 30rem;
} /*--------------------------------------margin-bottom-----*/
.mgb20 {
  margin-bottom: 2rem;
}
.mgb25 {
  margin-bottom: 2.5rem;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb100 {
  margin-bottom: 10rem;
}
.mgb150 {
  margin-bottom: 15rem;
}
.mgb200 {
  margin-bottom: 20rem;
}
.mgb250 {
  margin-bottom: 25rem;
}
.mgb300 {
  margin-bottom: 30rem;
}
/*------------------------------------margin-left--------*/
.mgl50 {
  margin-left: 5rem;
}
.mgl100 {
  margin-left: 10rem;
}
.mgl150 {
  margin-left: 15rem;
}
.mgl200 {
  margin-left: 20rem;
}
.mgl250 {
  margin-left: 25rem;
}
.mgl300 {
  margin-left: 30rem;
}
/*---------------------------------padding-top---------------------------------------*/
.pdt50 {
  padding-top: 5rem;
}
.pdt100 {
  padding-top: 10rem;
}
.pdt150 {
  padding-top: 15rem;
}
.pdt200 {
  padding-top: 20rem;
}
.pdt250 {
  padding-top: 25rem;
}
.pdt300 {
  padding-top: 30rem;
}
/*-------------------------------------padding-right-----*/
.pdr50 {
  padding-right: 5rem;
}
.pdr100 {
  padding-right: 10rem;
}
.pdr150 {
  padding-right: 15rem;
}
.pdr200 {
  padding-right: 20rem;
}
.pdr250 {
  padding-right: 25rem;
}
.pdr300 {
  padding-right: 30rem;
}
/*----------------------------------padding-bottom-----*/
.pdb50 {
  padding-bottom: 5rem;
}
.pdb100 {
  padding-bottom: 10rem;
}
.pdb150 {
  padding-bottom: 15rem;
}
.pdb200 {
  padding-bottom: 20rem;
}
.pdb250 {
  padding-bottom: 25rem;
}
.pdb300 {
  padding-bottom: 30rem;
}
/*----------------------------------padding-bottom-----*/
.pdl50 {
  padding-left: 5rem;
}
.pdl100 {
  padding-left: 10rem;
}
.pdl150 {
  padding-left: 15rem;
}
.pdl200 {
  padding-left: 20rem;
}
.pdl250 {
  padding-left: 25rem;
}
.pdl300 {
  padding-left: 30rem;
}
ul.pcnone, ul.spnone {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*ループ用*/
.loop {
  background-image: url(img/shinchiku-miyanogi-loop.jpg);
  position: relative;
  width: 100%;
  height: 530px;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top: 300px;
}
@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
/*ここからフローティングメニュー*/
.page-top {
  position: fixed;
  bottom: 15px !important;
  font-size: 77%;
  width: 100%;
  z-index: 100;
}
.page-top a:hover {
  text-decoration: none;
}
.page-top ul {
  width: 800px;
  list-style: none;
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  border: 1px solid #333;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-top ul li.docu {
  width: 50%;
}
.page-top ul li {
  width: 50%;
  text-align: center;
  /* border-left: 1px solid #333; */
  height: 59px;
}
.page-top ul li.docu, .page-top ul li.visit {
  border-right: 1px solid #333;
  font-size: 1rem;
}
.visit {
  font-size: 1.4rem;
}
.page-top ul li.docu img {
  width: 20px;
  margin-bottom: 5px;
}
.page-top ul li.visit img {
  width: 20px;
  margin-bottom: 5px;
}
.page-top ul li.tel img {
  width: 20px;
  margin-bottom: 5px;
  margin-top: 9px;
}
.page-top ul li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2em;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .charm {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /*最後のBOXの右横幅*/
  .yokoflex_last {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .hero .swiper-wrapper {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .page-top ul {
    width: 90%;
  }
  .hero-text {
    width: 100%;
    max-width: 15%;
    left: 74%;
  }
  .gallery_midashi_area_text {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    margin-bottom: 0.6rem;
    color: #202856;
  }
}
@media (min-width: 500px) {
  .centercolumn {
    max-width: 375px;
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 30px #000000d1;
  }
  .rightcolumn {
    background-color: #f9f5f4;
    background-image: url(../img/fv/hoshikukichuo_right_0127.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    overflow: hidden;
    background-position-y: 35%;
  }
  .leftcolumn {
    background-color: #f9f5f4;
    background-image: url(../img/fv/hoshikukichuo_left_0127_3.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    background-position-x: 80%;
  }
  .anchor_button_sub {
    font-size: 1vw;
  }
  .parallax::before {
    background-image: url(../img/concept/chiba_shinchiku_tsugakita_parallax2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100vh;
    position: fixed;
    top: 0;
    width: 375px;
    z-index: -1;
  }
  .works_know_more_flex_text p {
    font-size: 1.1rem;
  }
  .modal__container {
    top: 380px;
  }
  .modal__wrapper {
    max-width: 340px;
  }
  .slider img {
    width: 80vw;
    height: auto;
  }
  .slick-slide {
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .anchor_button_sub {
    font-size: 0.9vw;
  }
}
@media (min-width: 1300px) {
  .anchor_button_sub {
    font-size: 0.7vw;
  }
}
@media (max-width: 499px) {
  .leftcolumn, .rightcolumn {
    background-color: #e3e3e3;
    display: none;
  }
  /*プラン間取りデータ(span金額)*/
  .plan_madori_date_left_text_decoration {
    font-size: 4rem;
  }
  /*プラン間取りデータ(span金額)*/
  .plan_madori_date_right_text_decoration {
    font-size: 4rem;
  }
  .works_know_more_button {
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .ToggleMenu {
    padding: 16px;
    width: 37px;
    /* height: 44px; */
    position: fixed;
    top: 0;
    right: 0;
    /* z-index: 1000; */
  }
}
@media screen and (max-width: 520px) {
  .gallery_midashi_area_text {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    margin-bottom: 0.6rem;
    color: #202856;
  }
}
@media only screen and (max-width: 621px) {
  .landplan_text {
    font-size: 1.6rem;
  }
  .landplan_text_span {
    font-size: 5rem;
    color: #202856;
    margin: 0 6px 0 6px;
  }
  .landplan_point_text_teitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .loop {
    height: 280px;
    margin-top: 15%;
    animation-duration: 420s;
  }
  .page-top ul li.docu img {
    width: 20px;
  }
  .page-top ul li.visit img {
    width: 20px;
  }
  .page-top ul li.tel img {
    width: 29px;
  }
  .page-top ul li {
    height: 50px;
  }
  .page-top ul {
    height: 44px;
  }
  .landplan_text {
    font-size: 1.6rem;
  }
  .landplan_text_span {}
}
@media screen and (max-width: 520px) {
  .location_explanation {
    flex-direction: column;
  }
  .location_explanation_image {
    width: 100%;
    margin: 3rem auto 0 0;
  }
  .location_explanation_text {
    width: 100%;
    margin-top: 1rem;
    margin: 2rem auto 0rem auto;
  }
  .works_know_more_flex_text p {
    font-size: 1.1rem;
  }
  .works_know_more_flex_text {
    width: 50%;
    line-height: 2.1rem;
  }
}
@media only screen and (max-width: 414px) {
  .plan_madori_date_right_text_decoration {
    font-size: 3.5rem;
  }
  .plan_madori_date {
    font-size: 1.3rem;
    align-items: center;
  }
  .plan_madori_point_tag_text {
    margin-right: 1.1rem;
  }
  ul {
    font-size: 1.5rem;
  }
  .ov_contents {
    font-size: 1.5rem;
  }
  .landplan_text_span {}
  .works_know_more_flex_text p {
    font-size: 1.6rem;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー谷追加ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/