@charset "utf-8";

/* リンク */

a {
    position: relative;
    display: inline-block;
    transition: .3s;
  }

a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #f6eb00;
    transition: .3s;
    transform: translateX(-50%);
  }

a:hover::after{
    width: 100%;
  }

.banner a:hover::after{
    width: 0%;
  }

  /* 文字 */

  h1 {
    font-size: 2rem;
    /* color: #59b53b; */
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    padding: 30px 0;
  }

  h3 {
    font-size: 0.8rem;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  .region {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
  }

 .site_concept {
    font-size: 2rem;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
 }

  /* ヘッダー */

.header {
    width: 100%;
    height: 9vh;
    background: #ffffff;
}

.btn_open,
.btn_close {
    display: none;
}

nav {
    width: 100%;
    text-align: center;
    position: fixed; /* ナブ固定 */
    z-index: 30;
    border-bottom: 1px solid #59B53B;
    background: #ffffff;
}

nav h1 img {
    background-color: transparent;
}

.logo {
    margin: 0 auto;
    width: 200px;
}

.logo img {
    width: 200px;
}

rt {
	position: relative;
	top: -.5em;
	transform: translateY(-.5em);
}

nav ul {
    background: #ffffff;
    width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 20px 30px;
}

nav ul li a {
    font-size: 1.2rem;
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 400;
    font-style: normal;
}

    /*ヘッダーが上部に到達した後 */

    nav.sticky {
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        display: flex;/* ロゴとナブを横並びにする */
        text-align: end;
        align-items: center;
        padding: 5px 3%;
        transition: 0.6s;
    }

    /* .header nav.sticky {
        height: 10vh;
    } */

    nav.sticky ul {
        background-color: transparent;
    }

    nav.sticky .logo img {
        margin-top: 5px;
    }

    /* スライド */

.slider li img {
    margin: 0 auto;
    width: 100%;
}

.lo li img {
    margin: 0 auto;
    width: 50%;
}

/* スライド説明文 */

.kv {
    position: relative;
    margin-bottom: 50px;
}


.info li {
    opacity: 0; /* コメント見えなくする */
    transition: all 0.4s; /* ゆっくり見せる */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    padding: 20px;
    width: 30%;
    background: #f6ffc6;
    border-radius: 10px;
    z-index: 10;
}

.info li.is-show {
    opacity: 1; /* 再度表示させる */
}

/* パンくずリスト */

.breadcrumb{
    margin-top: 100px;
    margin-bottom: 40px;
}
.breadcrumb ul li {
    display: inline;
    padding-right: 10px;
    font-size: 0.8rem;
}

/* メニュー */

.container {
    display: flex;
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
}

.main {
    flex: 1 1 auto;
    margin-bottom: 150px;
}

/* トップバナー */

.topbanner {
    width: 50px;
    position: fixed;
    bottom: 150px;
    right: 50px;
}

.index_top {
    width: 70px;
}

.index_top img {
    width: 100%;
}

.topbanner_index,
.topbanner img {
    width: 70px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 50;
}

.topbanner_index a img {
    width: 50px;
    opacity: 0.5;
}
 
/* .topbanner img {
    width: 100%;
    opacity: 0.5;
} */

/* メイン */

#chiba_know_it .banner img{
    width: 100%;
}

/* サブ1 */

.sub1 {
    flex: 0 0 320px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    margin-top: 105px;

}

#index_top .sub1 {
    margin-top: 0;
}

#index_top .sub1 .guidance {
    position: sticky;
    top: 100px;
}

.sub1 .guidance {
    position: sticky;
    top: 170px;
}

.container .sub1 .guidance h3 {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;

}

.sub1 a {
    display: block;
}

.sub1 a p {
    margin: 20px 20px;
    font-size: 0.9rem;
}

/* サブ2 */

.sub2 {
    flex: 0 0 320px;
    padding: 0 15px;
    position: relative;
    margin-top: 20px;
}

.sub2 .guidance {
    margin-left: 20px;
    margin-right: 20px;
}

.sub2 .banner {
    width: 100%;
    position: sticky;
    top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

/* #index_top .sub2 {
    margin-top: 20px;
} */

#index_top .sub2 .banner {
    width: 100%;
    margin-top: 0;
    position: sticky;
    top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}


.sub2 a:hover::after {
    width: 0%;
  }

.banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.banner img {
    width: 100%;
}

.sub2 .banner li {
    width: 100%;
}

.sub2 .banner img {
    width: 85%;
    margin-bottom: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

/* サイトマップ */

#map {
    width: 100%;
    padding: 2% 10%;
    /* margin-top: 150px; */
    display: flex;
    justify-content: space-evenly;
    background: #59B53B;
    background-color: rgba(89,181,59,0.58);
    border-top: 1px solid #59B53B;
    border-bottom: 1px solid #59B53B;
}


.sitemap_top {
    font-size: 0.9rem;
    font-weight: 600;
    padding-bottom: 15px;
}

.sitemap_bottom {
    font-size: 0.8rem;
    padding-bottom: 12px;
}

/* フッター */

footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

footer p {
    text-align: center;
}


.image1 {
    width: 28%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2.66%;
    margin-right: 2.66%;
}


/* 店舗案内 */

.information {
    margin: 0 auto;
    padding-top: 5px;
    width: 70%;
    border: 1px #000000 solid;
    text-align: center;
}

.information img {
    /* margin: 10px auto; */
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 50%;
}

.information_sub {
    display: flex;
}

.information_sub2 {
    /* margin-left: 5%; */
    margin-right: 5%;
    margin-top: 3%;
    margin-bottom: 5%;
}


.information .bold {
    font-size: 1.1rem;
    margin-top: 0px;

}

.information p {
    font-size: 0.9rem;
    text-align: left;
}

/*  */

.image2 {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.sub1 .guidance h2:last-of-type {
    margin-bottom: 50px;
    
}

.text_float {
    overflow: hidden;
}

.image_left {
    float: left;
    margin-right: 50px;
    /* margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px; */
}

.image_right {
    float: right;
    margin-left: 50px;
    /* margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px; */
}

.newline  {
    font-size: 1.8rem;
    margin-top: 0;
}

/* レスポンシブ　ナブ */

@media screen and (max-width:1450px) {

    .information_sub {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 5%;
    }

    .information img {
        width: 85%;
        margin-right: 20px;
    }

    .information_sub2 {
        margin-left: 5%;
    }
}

@media screen and (max-width:1235px) {

    .header {
        height: 10vh;
    }

    nav.sticky {
        height: 10vh;
    }

    /* ハンバーガーメニュー */

    .btn_open {
        display: block;
        cursor: pointer;
        z-index: 40;
        margin-right: 10px;
        padding-top: 10px;
    }

    .btn_close {
        cursor: pointer;
        z-index: 40;
    }

    .logo {
        z-index: 50;
        padding-top: 10px;
    }

    .nav_burger {
        display: flex;
    }

    .menu,
    nav.sticky .menu {
        width: 100%;
        height: 35vh;
        background-color: rgba(255, 255, 255, 0.99);
        z-index: 40;
        position: fixed;
        top: -100%;/* 非表示にする */
        left: 0;
        transition: all .6s;
    }

    .menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

     .menu.is-active,
     nav.sticky .menu.is-active {
        top: 0vh;
    }

    .topbanner {
        width: 50px;
        height: 50px;
        top: 20px;
        left: 15px;
    }

    .topbanner a img {
        width: 50px;
    }




}

@media screen and (max-width:375px) {

    .menu.is-active,
    nav.sticky .menu.is-active {
       top: 10vh;
   }

   .information .bold {
    font-size: 0.9rem;
}

.information p {
    font-size: 0.7rem;
}

}

/* レスポンシブ　コンテナー */

@media screen and (max-width:1279px) {

.container {
    flex-direction: column;
}

.main {
    margin: 0 3% 10% 3%;
    order: -1;
}

.sub1 {
    order: 2;
    margin-bottom: 10%;
}

/* #index_top .sub1 {
    order: 1;
}

#index_top .main {
    order: 2;
}

#index_top .sub2 {
    order: 3;
} */

.sub2 {
    order: 1;
    flex: 0 0 0;
    margin-top: 0;
}

.sub2 .banner {
    flex-direction: row;
}

.sub2 .banner li {
    width: 30%;
    margin-left: 1.66%;
    margin-right: 1.66%;
}

.no_color {
    width: 33.3%;
}


.topbanner a {
    width: 50px;
}

.header {
    height: 10vh;
}

.sub1 {
    flex: 0 0 0 ;
    margin-top: 50px;
    margin-bottom: 0;
    flex-direction: row；
}

.sub1 .guidance h2:last-of-type {
    margin-bottom: 30px;
}

}




@media screen and (max-width:541px) {

    h2 {
        margin-top: 50px;
    }

    .no_color {
        width: 280px;
    }

    .img3 {
        flex-direction: column;
        align-content: center;
    }

    .image1 {
        width: 79%;
    }

    .sub2 .banner {
        justify-content: center;
    }

    .sub2 .banner li {
        width: 100%;
        margin-left: 7%;
        margin-right: 7%;
    }

    .information .bold {
        font-size: 1.0rem;
    }
    
    .information p {
        font-size: 0.8rem;
    }

    .image2 {
        width: 100%;
    }

    .header {
        height: 10vh;
    }

    .newline {
       word-break: keep-all;
    }

    .text_float img {
        width: 100%;
    }

    .image_left {
        margin-left: 0;
        margin-right: 0;
    }
    
    .image_right {
        margin-left: 0px;
        margin-right: 0;
    }

}

/* レスポンシブ　マップ*/

@media screen and (max-width:1071px) {

    #map{
    padding: 2% 0;
    justify-content: space-evenly
    }

}

@media screen and (max-width:750px) {

    #map {
    padding: 2% 0;
    flex-direction: column;
    align-items: stretch;
    padding-left: 38%;
    }

    .sitemap_top {
        margin-top: 15px;
    }

}