@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: #3e3a39;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}




.line {
    text-decoration: none;
}

html {
    font-size: 62.5%;
  }

h1{
    margin:0;
}

.brrd {
    border-radius: 15px;
}



/*表示時にモーダル表示↓------------------------------------------------------------------ */

#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;
}

/*FV見出し------------------------------------------------------------------------------------------------------*/

#fv_midashi {
    margin: 5rem auto 0 auto;
    width: 90%;
}

.fv_midashi_situation {
    font-size: 1.5rem;
}

.fv_midashi_svg {
    width: 90%;
    margin-top: 1.5rem;
    max-width: 520px;
}

.fv_midashi_info {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.fv_main {
    margin-top: 4rem;
    background:#37523C;
}

.swiper-container {
    position: relative;
}


#kbf {
    background-color: #E0E8D4;
    padding-top: 6rem;
    padding-bottom: 10rem;
}


.kbf_no1 {
    width: 85%;
    margin: 0rem auto 0 auto;
}

#kbf_2 {
    margin-bottom: 15rem;
}






/*バーガーテキスト*/
#sidebarMenu {
    font-size: 2rem;
}

.docu {
    font-size: 1.4rem;
}

/*横幅90%*/
.w90 {
    width: 90%;
}

/*横幅80%*/
.w80 {
    width: 80%;
}

/*中央揃え*/
.mgauto {
    margin: 0 auto;
}

.mgright {
    margin: 0 right;
}




/*見出し------------------------------------------------------------------------------------------------------*/

.midashi_area {
    margin: 0rem auto 0rem auto;
}


.headline_main {
    width: 100%;
    margin: 0rem auto 0rem auto;
}


/*ニュース------------------------------------------------------------------------------------------------------*/
#news {
    padding-top: 10rem;
    padding-bottom: 18rem;
    background-color: #fff6e2;
}

.news_space {
    height: 10rem;
    width: 100%;
}

.news_daybox {
    margin: 0rem auto 0 auto;
    width: 90%;
    border-bottom: solid 1px #14293399;
}

.news_daybox_img {
    /*
    width: 90%;
    */
    margin: 0 auto;
}

.news_daybox_myd {
    margin: 2rem auto 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    width: 90%;
}

.news_box_title {
    font-size: 2.1rem;
    margin: 1.2rem auto 0 auto;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    /*
    width: 90%;
    */
}

.news_box_content {
    font-size: 1.4rem;
    margin: 4rem auto 0 auto;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    /*
    width: 90%;
    */
}

.news_botton {
    width: 65%;
    margin: 0rem auto 0rem auto;
    text-align: center;
}


.entry_botton {
    width: 90%;
    margin: 0rem 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;
}

.news_video {
    width: 100%;
}





/*コンセプト------------------------------------------------------------------------------------------------------*/


#concept {
    background-image: linear-gradient(25deg, rgba(0, 51, 56, 1), rgba(255, 255, 255, 0)), linear-gradient(172deg, rgba(46, 101, 82, 1), rgba(255, 255, 255, 0)), linear-gradient(192deg, rgba(0, 51, 56, 1));
    color: #fff;
    padding-bottom: 10rem;
}

.concept_box {
    margin:  0rem auto 0rem auto;
}

/*グラデーションをコードで書いた場合
.original-gradient {
  height: 1000px;
  width: 90%;
  background-image: linear-gradient(25deg, rgba(0, 51, 56, 1), rgba(255, 255, 255, 0)), linear-gradient(172deg, rgba(46, 101, 82, 1), rgba(255, 255, 255, 0)), linear-gradient(192deg, rgba(0, 51, 56, 1));
}
*/







/*横スライダー------------------------------------------------------------------------------------------------------*/
.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 {/*横幅100%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:3rem auto 0 auto;
}

.slider img {
    width:80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
    height:auto;
}


@media screen and (min-width: 880px) {
    .slider img {
        width:23vw;/*スライダー内の画像を23vwにしてレスポンシブ化*/
        height:auto;
    }
}

@media screen and (min-width: 1100px) {
    .slider img {
        width:17vw;/*スライダー内の画像を17vwにしてレスポンシブ化*/
        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: 5;
}

.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: #fff;
    padding: 0rem 0 15rem 0;
}

#landplan .landplan_img_area {
    background: linear-gradient(to bottom, rgb(234 230 228) 50%, rgba(255, 0, 0, 0) 50%);
}

.landplan_text {
    width: 90%;
    margin: 5rem auto 0 auto;
    font-size: 1.6rem;
    line-height: 2;
}

.landplan_map_img {
    margin: 1rem auto 0 auto;
}

.landplan_contents_img {
    width: 90%;
    margin: 4rem auto 0 auto;
}

.landplan_point {
    margin: 7rem auto 0 auto; 
    color: #2b2f32;
}

.landplan_point_title {
    width: 90%;
    margin: 14rem auto 8rem auto;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

.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;
}

.landplan_address a {
    text-decoration: none;
    color: #142833;
}

.landplan_attention_1 {
    font-size: 8px;
    margin-top: 0.5rem;
}

.landplan_attention_2 {
    font-size: 8px;
}

.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.landplan_harenohara {
    background-color: #fffdeaae;
    padding-bottom: 20rem;
}

.landplan_harenohara .yokoflex_box {
    width: 64%!important;
}


/*インテリアデザイン&プラン------------------------------------------------------------------------------------------------------*/
#interiordesign {
    padding: 0rem 0 10rem 0;
    background-color: #E0E8D4;
}


#plan {
    padding: 0rem 0 0rem 0;
    background-color: #E0E8D4;
}

#yiraya_plan {
    padding: 0rem 0 10rem 0;
}


.plan_miharashi {
    margin: 15rem 0 0 auto;
    width: 95%;
}


.plan_one_image {
    margin: 5rem auto 0 auto;
    width: 90%;
}

.plan_attention {
    font-size: 0.8rem;
    text-align: right;
}


.plan_word {
    width: 90%;
    margin: 0 auto;
    line-height: 2.5rem;
}

.plan_word_title {
    font-size: 1.6rem;
    margin-top: 5rem;
}

.plan_word_text {
    font-size: 1.8rem;
    margin-top: 5rem;
    letter-spacing: 0.1rem;
}


/*間取りポイントテキスト*/
.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;
}


/*プラン背景薄い緑*/
.planbox_planpage {
    padding-bottom: 0rem;
    margin: 15rem 0 0 0;
}

/*プラン背景薄い緑*/
.planbox {
    margin-top: 10rem;
    padding-bottom: 10rem;
}

/*プラン内容テキスト*/
.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;
}




.plan_number {
    width: 65%;
    margin: 10rem auto 0 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;
    color: #73a19c;
    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;
  }
  
  
  


/*-間取り、平屋or2F切り替えタブ切り替えタブ---------------------------------------------------------------------------------------------------------*/

.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;
}


.tab_plan {
    /* 全体の幅を100％にして、中央揃えで表示 */
    width: 90%;
    margin: 0 auto 50px;
}

.tab_plan svg{
    vertical-align: bottom; /* SVGをベースラインではなく下端に揃える */
    display: block;
    margin: 0 auto; /* 親要素内で中央寄せ */
}

.tab_location_hiraya_2 {
    letter-spacing: 0.2rem;
    opacity: 0.45;
    position: relative;
    padding-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;       /* （任意）行間を適切に調整。単一行なら1でも可 */
}

.tab_location_plus_2 {
    letter-spacing: 0.2rem;
    opacity: 0.45;
    position: relative;
    padding-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;       /* （任意）行間を適切に調整。単一行なら1でも可 */
}

.no-space {
    /* 文末の文字間を詰める */
    letter-spacing: normal; /* 通常の字間 */
}

/* タブボタンのスタイル設定 */
.tab_plan .tab_menu_2 {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    /*
    height: 50px;
    */
    line-height: 60px; /* テキストを中央寄せ */
    font-size: 20px;
    text-align: center;
    color: #fff; /* テキストカラー */
    border-bottom: 0px solid #fff; /* 下線の色 */
    display: block;
    float: left; /* 横並び配置 */
    transition: all 0.2s ease; /* スムーズなホバー効果 */
    margin: 4% 2% 0 0;
    border-radius: 10px;
    background-color: #00333866;
}

.tab_location_hiraya {

}







/* タブボタンのスタイル設定・右側限定 */
.tab_plan .tab_menu_r_2 {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    /*
    height: 50px;
    */
    line-height: 60px; /* テキストを中央寄せ */
    font-size: 20px;
    text-align: center;
    color: #ffffff; /* テキストカラー */
    border-bottom: 0px solid #fff; /* 下線の色 */
    display: block;
    float: left; /* 横並び配置 */
    transition: all 0.2s ease; /* スムーズなホバー効果 */
    margin: 4% 0% 0 2%;
    border-radius: 10px;
    background-color: #00333866;
}

.tab_plan .tab_location_gap {
    gap: 30px;
}

.tab_plan .tab_menu_2:hover {
    /* ホバー時の透明度変更 */
    opacity: 0.75;
}

.tab_plan .tab_menu_r_2:hover {
    /* ホバー時の透明度変更 */
    /*opacity: 0.75;*/
}

/* ラジオボタンを全て非表示に */
.tab_plan input[name="tab_menu_2"] {
    display: none;
}

/* タブの内容部分のスタイル設定 */
.tab_contents {
    display: none; /* 初期状態で非表示 */
    padding-top: 6rem;
    clear: both;
    overflow: hidden;
    transition: .9s opacity; /* フェードインのような表示効果 */
    /*box-shadow: 0 0 3px rgba(0,0,0,.2); *//* 影をつけて立体感を追加 */
}

/* 選択されているタブの内容を表示(TOPの平屋or2F) */
#hiraya:checked ~ #hiraya,
#nikaidate:checked ~ #nikaidate {
    display: block;
}

/* 選択されているタブの内容を表示(間取りページ) */
#plan01:checked ~ #plan01,
#plan02:checked ~ #plan02,
#plan03:checked ~ #plan03,
#plan04:checked ~ #plan04,
#plan05:checked ~ #plan05,
#plan06:checked ~ #plan06,
#plan07:checked ~ #plan07,
#plan08:checked ~ #plan08,
#plan09:checked ~ #plan09,
#plan10:checked ~ #plan10,
#plan11:checked ~ #plan11 {
    display: block;
}

/* 選択されているタブのスタイルを変更 */
.tab_plan input:checked + .tab_menu_2 {
    color: #fff; /* 選択中のテキスト色 */
    background-color: #003338;
    margin-right: 2%;
    border-radius: 10px;
}

/* 選択されているタブのスタイルを変更 */
.tab_plan input:checked + .tab_menu_r_2 {
    color: #F0E8E5; /* 選択中のテキスト色 */
    background-color: #003338;
    margin-left: 2%;
    border-radius: 10px;
}

.tab_plan input:checked + .tab_menu_2 span {
    opacity: 1;
}

.tab_plan input:checked + .tab_menu_r_2 span {
    opacity: 1;
}

/*
.tab_plan 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;
}
*/



/*-間取り、平屋or2F切り替えタブ切り替えタブ↑---------------------------------------------------------------------------------------------------------*/




.slider {
  position: relative;
  max-width: 100%;
  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;
}


.modal_plan_roomtour {
    text-align: center;
    margin-top: 2rem;    
}

.modal_plan_roomtour iframe {
    aspect-ratio: 1 / 1;
}



.tab_contents_category {
    width: 50%;
    margin: 3rem auto 0 auto;
}

.tab_contents_category_p {
    margin: 3rem auto 0 auto;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.tab_contents_category_botton {
    width: 70%;
    max-width: 300px;
    margin: 3rem auto 0 auto;
}






/*周辺環境------------------------------------------------------------------------------------------------------*/
#location {
    padding: 0rem 0 13rem 0;
    background-color: #FFF6E2;
}


.location_img {
    width: 85%;
    aspect-ratio: 1 / 1; /* 幅:高さを1:1に設定 */
    background-image: url(../img/location/top/oguranooka_main.jpg);
    background-size: cover;
    background-position: -30px 100%;
}




.location_word {
    width: 90%;
    margin: 4rem auto 12rem auto;
    line-height: 2.5rem;
}

.location_word_text_title {
   font-size: 1.6rem;
   line-height: 2.2;
}

.location_word_text {
    margin-top: 3rem;
    font-size: 1.6rem;
}

.location_display_flex {
    display: flex;
    margin: 5rem auto 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}



/*学校見出し*/
.location_category_titel {
    text-align: center;
    color: #2E6552;
    margin: 0 auto 10rem 0;
}

.location_category_titel_e {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.location_category_titel_j {
    font-size: 2rem;
    text-align: center;
    margin: -2rem 0 0 0;
}

.location_category_titel_j_type2 {
    font-size: 2rem;
    text-align: center;
    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: 80%;
    flex-shrink: 0;
    margin-right: 3rem;
    /* 
    padding-right: 30px;
    */
}

/*1つ目のBOXの左横幅*/
.yokoflex_first {
    margin-left: 0rem;
}

/*最後のBOXの右横幅*/
.yokoflex_last {
    margin-right: 3rem;
}

/*説明ありの周辺環境*/
.location_explanation {

}

.location_explanation_image {
    margin: 5rem 0 0 0;
}


.location_explanation_text {
    margin: 2rem auto 0rem auto;
}

.location_explanation_text dl {
    align-items: center;
}

.location_explanation_text dl dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.location_explanation_text dl dd {
    font-size: 1.4rem;
}

.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: 0px; /* スクロールバーの高さ */
}
   
.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 {
}

.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: -3rem;
    width: 35%;
}

.location_display_flex_w {
    width: 47%;
}

/*-周辺環境切り替えタブ---------------------------------------------------------------------------------------------------------*/

.tab_location {
    /* 全体の幅を100％にして、中央揃えで表示 */
    width: 90%;
    margin: 0 auto 50px;
}

.tab_location_hiraya {
    letter-spacing: 0.2rem;
    opacity: 0.45;
    position: relative;
    padding-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
}

.tab_location_plus {
    letter-spacing: 0.2rem;
    opacity: 0.45;
    position: relative;
    padding-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
}

.no-space {
    /* 文末の文字間を詰める */
    letter-spacing: normal; /* 通常の字間 */
}

/* タブボタンのスタイル設定 */
.tab_location .tab_menu {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    /*
    height: 50px;
    */
    line-height: 60px; /* テキストを中央寄せ */
    font-size: 25px;
    text-align: center;
    color: #ffffff; /* テキストカラー */
    border-bottom: 0px solid #fff; /* 下線の色 */
    display: block;
    float: left; /* 横並び配置 */
    transition: all 0.2s ease; /* スムーズなホバー効果 */
    margin: 4% 2% 0 0;
    /*
    border-radius: 8px;
    */
    background-color: #2e65525c;
    border-radius: 10px;
}

.tab_location_hiraya {

}







/* タブボタンのスタイル設定・右側限定 */
.tab_location .tab_menu_r {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    /*
    height: 50px;
    */
    line-height: 60px; /* テキストを中央寄せ */
    font-size: 25px;
    text-align: center;
    color: #ffffff; /* テキストカラー */
    border-bottom: 0px solid #fff; /* 下線の色 */
    display: block;
    float: left; /* 横並び配置 */
    transition: all 0.2s ease; /* スムーズなホバー効果 */
    margin: 4% 0% 0 2%;
    /*
    border-radius: 8px;
    */
    background-color: #2e65525c;
    border-radius: 10px;
}

.tab_location .tab_location_gap {
    gap: 30px;
}

.tab_location .tab_menu:hover {
    /* ホバー時の透明度変更 */
    opacity: 0.75;
}

.tab_location .tab_menu_r:hover {
    /* ホバー時の透明度変更 */
    /*opacity: 0.75;*/
}

/* ラジオボタンを全て非表示に */
.tab_location input[name="tab_menu"] {
    display: none;
}

/* タブの内容部分のスタイル設定 */
.tab_contents {
    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 {
    display: block;
}

/* 選択されているタブのスタイルを変更 */
.tab_location input:checked + .tab_menu {
    color: #fff; /* 選択中のテキスト色 */
    background-color: #2E6552;
    margin-right: 2%;
    border-radius: 10px;
}

/* 選択されているタブのスタイルを変更 */
.tab_location input:checked + .tab_menu_r {
    color: #F0E8E5; /* 選択中のテキスト色 */
    background-color: #2E6552;
    margin-left: 2%;
    border-radius: 10px;
}

.tab_location input:checked + .tab_menu span {
    opacity: 1;
}

.tab_location input:checked + .tab_menu_r 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;
}
*/

.location_pickup {
    margin: 0 auto 0 auto;
    text-align: center;
}

.location_pickup_location_explanation_image {
    width: 90%;
    margin: 3rem auto 0 auto;
}

.location_pickup_location_explanation_otherimage {
    width: 90%;
    margin: 7rem auto 0 auto;
}

.location_pickup_location_explanation_text {
    margin: 2rem auto 0rem auto;
    width: 90%;
}

.location_pickup_location_explanation_text dl {
    align-items: center;
}

.location_pickup_location_explanation_text dl dt {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.location_pickup_location_explanation_text dl dd {
    font-size: 1.4rem;
}

.location_pickup_location_explanation_text dl dd img {
    border-radius: ;
}

.location_pickup_location_explanation_text_time {
    margin: 0 2rem 0 1rem;
}

.location_pickup_location_explanation_text_title {
    margin-bottom: 1.4rem;
}

.location_pickup_location_explanation_text_info {
    line-height: 3rem;
}

/*-周辺環境切り替えタブ↑---------------------------------------------------------------------------------------------------------*/

/*アクセス------------------------------------------------------------------------------------------------------*/
#access {
    padding-bottom: 12rem;
}

.access_img {
    width: 85%;
    aspect-ratio: 1 / 1; /* 幅:高さを1:1に設定 */
    background-image: url(../img/access/chiba_shinchiku_access_main.jpg);
    background-size: cover;
    background-position: 0 100%;
}

#access .access_img_area {
    background: linear-gradient(to bottom, rgb(234 230 228) 50%, rgb(255, 255, 255) 0%);
}

.access_word {
    font-size: 2rem;
    width: 80%;
    margin: 5rem auto 0rem auto;
    color: #f5f5f3;
    line-height: 2.5rem;
}

.access_mapimg {
    width: 90%;
    margin: 3rem auto 0 auto;
    text-align: center;
}

.access_mapimg img {
    max-width: 500px;
}

.access_note {
    width: 80%;
    margin: 1.3rem auto 0 auto;
    font-size: 0.6rem;
    color: #f5f5f3;
}

/*物件概要------------------------------------------------------------------------------------------------------*/
#overview {
    padding: 10rem 0 12rem 0;
        background: #FFF6E2;
}

.ov_contents {
    font-size: 1.4rem; /*SPはこのサイズでPCは2remくらいでいいかも*/
}

/*箱の構造*/
.ov_contents {
    margin-bottom: 1rem;
    margin-top: 5rem;
    line-height: 2rem;
}

.ov_contents li {
    padding: 2.5rem 0 2.5rem 0;
    border-bottom: solid 1px #2A2A29;
}

.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 ul li dl dd span {
    text-decoration: none;
    color: #142833;
}

.ov_contents li dl dd a {
    text-decoration: none;
    color: #142833;
}

.ov_contents li dl dd span {
    font-size: 1rem;
    display: block;
    line-height: 1.2;
    margin-top: 1rem;
}

/*物件概要テキスト*/
.ov_contents_update {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.ov_contents_yokoku {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.ov_contents_caution {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.ov_contents ul li dl dd span {
    text-decoration: none;
}

.call_number {
}

/*施工例------------------------------------------------------------------------------------------------------*/
#works {
    padding: 10rem 0 12em 0;
    background-color: #E0E8D4;
}

.works_img {
    margin: 5rem auto 0 auto;
    width: 90%;
}

.works_word {
    margin-top: 5rem;
}

.works_word_title {
    font-size: 2rem;
    width: 90%;
    margin: 0rem auto 0rem auto;
    line-height: 2.5rem;
    text-align: center;
}

.works_word_text {
    font-size: 1.4rem;
    width: 90%;
    margin: 3rem auto 0 auto;
    line-height: 2.5rem;
}

.works_gda {
    margin-top: 8rem;
}

.works_gda_title {
    font-size: 2rem;
    width: 90%;
    margin: 4rem auto 0rem auto;
    text-align: center;
    line-height: 2.5rem;
}

.works_gda_text {
    font-size: 1.4rem;
    width: 90%;
    margin: 3rem auto 0 auto;
    line-height: 2.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_text {
    font-size: 1.4rem;
    width: 90%;
    margin: 3rem auto 0 auto;
    color: #212121;
    line-height: 2.5rem;
}

/*knowmore------------------------------------------------------------------------------------------------------*/
#know_more {
    padding: 10rem 0 10rem 0;
}

.know_more_sns {
    width: 90%;
    margin: 5rem auto 0 auto;
}

.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: 2.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%;
}

.works_know_more_flex_img img {
    height: 100%;
}

.works_know_more_flex_img_re {
    width: 45%;
    margin-left: 5%;
}

.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;
    border-radius: 10px;
}

.works_know_more_button {
    background-color: #DC7154;
    padding: 10px 0 10px 10px;
    color: #fff;
}

.know_more_contents_note {
    margin-top: 1.3rem;
    font-size: 0.6rem;
}

/*フッター*/
#footer {
    width: 100%;
    height: 20%;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-top: 10%;
}

.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;
    width: 90%;
    text-align: center;
}


/*----------------------------------追加↑-------------------------------- */



/* ヘッダーロゴ */
.header {
    background-color: #E0E8D4;
    position: relative;
    z-index: 20;
    padding-top: 1px;
}

img.h-logo {
    min-width: 140px;
    margin: 16px auto 0px 20px;
    padding-bottom: 16px;
    display: block;
    width: 5%;
}

/*スライダー用*/
#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_mark {
    position: absolute;
    background-color: rgb(223 232 212 / 40%);
    letter-spacing: 0.1rem;
    line-height: 0.9;
    color: #fff;
    z-index: 80;
    padding: 1rem;
    margin: 2rem 0 0 0;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    right: 4%;
    font-size: 18px;
    border-radius: 10px;
}

.hero_mark span {
    font-size: 8px;
}


.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: 1100px) {

    .centercolumn {
        max-width: 375px;
        position: relative;
        z-index: 10;
        box-shadow: 0 5px 30px #000000d1;
    }

    .rightcolumn {
        background-color: #f9f5f4;        
        background-image: url(../img/right/chiba_shinchiku_tsugakita_right.jpg);
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        overflow: hidden;
        background-position-y: 35%;
    }

    .leftcolumn {
        background-color: #f9f5f4;        
        background-image: url(../img/right/chiba_shinchiku_tsugakita_right.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: 1099px) {

    .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;
    }

    .header {
        /*
        padding-top: 20px;
        */
    }

    img.h-logo {
        min-width: 140px;
        margin: 16px auto 0px 5%;
        padding-bottom: 16px;
        display: block;
        width: 20%;
    }

    
}












@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.4rem;
    }
    
    .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.4rem;
    }

    .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.4rem;
    }

    .landplan_text_span {
        
    }

    .works_know_more_flex_text p {
        font-size: 1.4rem;
    }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー谷追加ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/