@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%;
}

html {
    font-size: 62.5%;
}

.libero_button {
    width: 60%;
    margin: 2rem auto 5rem auto;
}



ul {
    list-style-type: none;
    font-size: 1.6rem;
}

@media only screen and (max-width: 414px) {
    ul {
        font-size: 1.3rem;
    }
}

/* 中庭エリア　タブのスタイルを変更 */
.tab_location input:checked+.tab_menu {
    color: #F0E8E5;
    /* 選択中のテキスト色 */
    background-color: #7c792c;
    margin-right: 2%;
    padding: 0.5rem 0 0.5rem 0;
}

/* 中庭エリア　(右)タブのスタイルを変更 */
.tab_location input:checked+.tab_menu_rn {
    color: #F0E8E5;
    /* 選択中のテキスト色 */
    background-color: #7c792c;
    margin-left: 2%;
}

/* 見晴らしエリア(左)　タブのスタイルを変更 */
.tab_location input:checked+.tab_menu_rm {
    color: #F0E8E5;
    /* 選択中のテキスト色 */
    background-color: #18657d;
    margin-right: 2%;
    padding: 0.5rem 0 0.5rem 0;
}

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


/* 見晴らしエリア(右)　タブボタンのスタイル設定 */
.tab_location .tab_menu {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    line-height: 28px;
    /* テキストを中央寄せ */
    font-size: 13px;
    text-align: center;
    color: #fff;
    /* テキストカラー */
    border-bottom: 0px solid #fff;
    /* 下線の色 */
    display: block;
    float: left;
    /* 横並び配置 */
    transition: all 0.2s ease;
    /* スムーズなホバー効果 */
    margin: 4% 2% 0 0;
    background-color: #c2bea4;
    font-weight: 600;
    padding: 5px;
}


/* 見晴らしエリア(左)　タブボタンのスタイル設定 */
.tab_location .tab_menu_rm {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    line-height: 28px;
    /* テキストを中央寄せ */
    font-size: 13px;
    text-align: center;
    color: #fff;
    /* テキストカラー */
    border-bottom: 0px solid #fff;
    /* 下線の色 */
    display: block;
    float: left;
    /* 横並び配置 */
    transition: all 0.2s ease;
    /* スムーズなホバー効果 */
    margin: 4% 2% 0 0;
    background-color: #98afaf;
    font-weight: 600;
    padding: 5px 0 5px 0;
}


/* 中庭エリア(左)　タブボタンのスタイル設定 */
.tab_location .tab_menu_rn {
    /* 2分割してタブの幅を設定 */
    width: calc(96%/2);
    line-height: 28px;
    /* テキストを中央寄せ */
    font-size: 13px;
    text-align: center;
    color: #fff;
    /* テキストカラー */
    border-bottom: 0px solid #fff;
    /* 下線の色 */
    display: block;
    float: left;
    /* 横並び配置 */
    transition: all 0.2s ease;
    /* スムーズなホバー効果 */
    margin: 4% 2% 0 0;
    background-color: #98afaf;
    font-weight: 600;
    padding: 5px 0 5px 0;
}





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


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



.plan_word {
    /*
    width: 90%;
    */
    margin: 6rem auto 1rem auto;
    color: #2A2A29;
    line-height: 3.5rem;
}

.plan_word_text_title_plan {
    font-size: 1.4rem;
    line-height: 3;
    font-weight: 300;
}


.modal__content_title_plan {
    margin: 5rem 0 2rem 0;
    text-align: center;
    font-size: 1.5rem;
    color: #36523c;
    letter-spacing: 0.3;
    line-height: 1.8;
    font-weight: 600;
}


.tab_location_hiraya {
    letter-spacing: 0.1rem;
}





/* ーーーーーー */

html,
body,
h1,
h2,
h3,
h4,
ul,
li,
div,
span,
p,
ul,
li,
dd,
dt,
dl,
section,
button {
    margin: 0;
    padding: 0%;
}

body {
    color: #2A2A29;
    background-color: #f0e9e2;
    font-family: 'Noto Serif JP';
    font-feature-settings: "palt";
    letter-spacing: 1px;
}



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



/*構成------------------------------------------------------------------------------------------------------*/
#main_flex {
    display: flex;
}

.centercolumn {
    width: 100%;
}

.rightcolumn {
    position: relative;
    width: calc(100%);
}

.leftcolumn {
    position: relative;
    width: 100%;
}

.leftcolumn_air {
    width: 100%;
    position: relative;
}




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

.docu {
    font-size: 1.4rem;
}

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

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

/*横幅75%*/
.w75 {
    width: 75%;
}

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

.mgright {
    margin: 0 right;
}






/*プラン------------------------------------------------------------------------------------------------------*/
#plan {
    padding: 0rem 0 20rem 0;
    background-color: #f0e9e2;
}




.plan_green {
    background-color: #37533c;
}

#plan .plan_img_area {
    background: linear-gradient(to bottom, rgb(255 255 255) 50%, rgb(240, 233, 226) 50%);
}

.plan_img {
    width: 90%;
    aspect-ratio: 16 / 9;
    /* 幅:高さを1:1に設定 */
    background-image: url(../img/plan/chiba_shinchiku_chibaoguranooka_main_250902.jpg);
    background-size: cover;
    background-position: 0 100%;
    background-position: 0rem;
}

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

.plan_nakaniwa {
    margin: 12rem auto 0 0;
    width: 95%;
}

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









.plan_midashi {
    font-size: 3rem;
}

.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: #2A2A29;
    line-height: 3.5rem;
}

.plan_word_title {
    font-size: 1.7rem;
    color: #fff;
    margin-top: 5rem;
}

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

.plan_wplan {
    margin-top: 7rem;
}

.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;
    margin: 4rem 0 0 0;
    overflow: hidden;
    /* floatを解除するため */
}

/*プラン背景薄い緑*/
.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;
}




/*切り替えボタン修正------------------------------------------------------------------------------------------------------*/

/* ボタンのレイアウト */
.plan-buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; 
    gap: 6%;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.7rem;
}

.plan-btn {
    border: none;
    padding: 15px 0 5px 0;
    cursor: pointer;
    color: #F0E8E5;
    font-weight: bold;
    width: 47%;
    margin-top: 2rem;
    font-family: 'Noto Serif JP';
    line-height: 23px;
}

.plan-btn span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}

/* 各カラー */
/* 通常状態（押していない） */
.plan-btn[data-target="plan3"] {
    background-color: #cb9785;
}

.plan-btn[data-target="plan7"] {
    background-color: #cb9785;
}

.plan-btn[data-target="plan8"] {
    background-color: #cb9785;
}

/* 押されている状態（濃い） */
.plan-btn[data-target="plan3"].active {
    background-color: #994e33;
}

.plan-btn[data-target="plan7"].active {
    background-color: #994e33;
}

.plan-btn[data-target="plan8"].active {
    background-color: #994e33;
}

/* 切り替え用スタイル */
.plan-content {
    display: none;
}

.plan-content.active {
    display: block;
}

.plan-btn.active {
    outline-offset: -3px;
}


/* 初期状態は非表示 */
.plan-content {
    display: none;
}

/* activeがついている時だけ表示 */
.plan-content.active {
    display: block;
}





/* 親となるラベルの設定（位置基準にするため） */
.plan-btn {
    position: relative;
    padding-bottom: 26px;
    /* 矢印が入るスペースを確保（既存値に合わせて調整） */
}

/* SVGを囲むコンテナの配置 */
.plan-btn .icon {
    position: absolute;
    left: 50%;
    bottom: 12px;
    /* 下端からの距離 */
    width: 20px;
    /* 矢印の横幅 */
    transform: translateX(-50%);
    /* 真ん中に寄せる */
    line-height: 0;
    /* 余計な隙間を排除 */
}

/* 矢印の色設定 */
.plan-btn .icon svg {
    fill: #F0E8E5;
    /* 矢印を白にする */
    width: 100%;
    /* コンテナの幅に合わせる */
    height: auto;
}


/* 選択されているボタンの中にあるSVGの色を変更 */
.plan-buttons .plan-btn.active .icon svg {
    fill: #F0E8E5;
    /* 選択時の矢印の色（文字色に合わせる場合） */
}


/*切り替えボタン修正------------------------------------------------------------------------------------------------------*/

/* スライダー基準位置 */
.slick-slider {
  position: relative;
}

/* ボタン本体は透明・サイズだけ確保 */
.slick-prev,
.slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 44px;
  height: 44px;

  background: none;
  border: none;
  padding: 0;
  font-size: 0; /* Next/Prev文字を消す */
  cursor: pointer;
}

/* 左右の配置 */
.slick-prev{ left: -14px; }
.slick-next{ right: -14px; }

/* デフォルトの文字矢印は消す */
.slick-prev:before,
.slick-next:before{
  content: "";
}

/* 線で作る “くの字” */
.slick-prev::after,
.slick-next::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 18px;   /* 矢印の大きさ */
  height: 18px;

  border-top: 3px solid #6b6b6b;   /* 線の太さ/色 */
  border-right: 3px solid #6b6b6b; /* 線の太さ/色 */

  transform-origin: center;
}

/* 左：＜ */
.slick-prev::after{
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* 右：＞ */
.slick-next::after{
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ついで：ホバーで少し濃く */
.slick-prev:hover::after,
.slick-next:hover::after{
  border-top-color: #333;
  border-right-color: #333;
}


/* slickドットナビ */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfcfcf; /* 通常グレー */
  border: none;
  padding: 0;
  cursor: pointer;
}

/* activeドット */
.slick-dots li.slick-active button {
  background: #6b6b6b; /* 選択グレー */
}


.plan_contents_title {
    margin: 5rem 0 2rem 0;
    text-align: center;
    font-size: 1.5rem;
    color: #36523c;
    line-height: 1.8;
    font-weight: 600;
}









.youtube_short {
    width: 100%;
    max-width: 791px;
    height: auto;
    aspect-ratio: 2 / 3;
}


.access_note {
    width: 90%;
    margin: 1.6rem auto 0 auto;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
}

.access_note a {
    color: #333;
}


.schedule_selectbutton {
    display: flex;
    gap: 1.2rem
}

.schedule_selectbutton div {
    width: 50%;
}

   






/*フッター*/
#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: #f0e9e2;
    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;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}



/*-------------------------------------margin-top-------*/
.mgt10 {
    margin-top: 1rem;
}

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






/*ここからフローティングメニュー*/

.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: 1.3rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.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 (min-width: 1100px) {
    .leftcolumn {
        background-color: #f9f5f4;
        background-image: url(../img/right/chiba_shinchiku_chibaoguranooka_right_251028.jpg);
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
        background-position-x: 80%;
    }
}

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



@media (min-width: 1100px) {
    .rightcolumn {
        background-color: #f9f5f4;
        background-image: url(../img/right/chiba_shinchiku_chibaoguranooka_right_251028.jpg);
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        overflow: hidden;
        background-position-y: 35%;
    }
}






@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_chibaoguranooka_right_251028.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_chibaoguranooka_right_251028.jpg);
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
        background-position-x: 80%;
    }


}


@media (max-width: 1099px) {

    .leftcolumn,
    .rightcolumn {
        background-color: #e3e3e3;
        display: none;
    }


    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) {

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

}