@charset "utf-8";

html {
    scroll-padding-top: 500px;
    /* 固定ヘッダーの高さなど、ずらしたい分 */
    scroll-behavior: smooth;

}

body {
    line-height: 1.75;
    font-size: 16px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;
    background-color: #a5a5a5;
}

/* 背景画像の下部分伸ばすときpadding-bottom */
.header-area {
    background-image: url(../photo_shitahara_new/top-background-sumaho.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    min-height: 600px;
    padding-bottom: 80px;
    padding-top: 20px;
}


.headnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.headnav ul {
    background-color: #d1bdc1;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0.4em 0 0.4em;
    box-shadow: 0 0px 10px rgb(0 0 0 / 0.7);
}

.headnav ul li {
    margin: 0 18px 0;
    font-size: 12px;
    color: #01172d;
    text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 102, 0.5);
}

header nav ul li a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: #ff6a14;
}
.top-icon {
    width: 28px ;
    height: 28px ;
    display: block;
    object-fit: contain;
    box-shadow: none;
}


.insta {
    color: #fff;
    font-weight: bold;
}

.instaArea {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
}
.instaArea li a:hover {
    opacity: 0.7;
    color: #fff;
}
/* ヘッドトップナビ　ここまで------- */
/* トップ題名　ふりがな付 */
h1 {
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 0.1em;
    padding-top: 1.6em;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
}

.rubitop {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding-bottom: 0.5em;
    color: aqua;
}

.rubisita {
    color: #fff;
    font-size: 0.8em;
    font-family: serif;
    padding: 5px 20px 0px 20px;
}

.topbutton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.topbutton li {
    box-shadow: 2px 2px 2px 1px #2f2c7d;
    border-radius: 7px;
    height: 70px;
    width: 180px;
}

.topbutton li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: rgb(12, 1, 47);
    font-size: 19px;
    font-weight: bold;
}

.btnToha {
    background-color: #d2f9f9;
}

.btnKatsudou {
    background-color: #ffe0e0;
}

.btnOsirase {
    background-color: #d9fadc;
}

.btnToudou {
    background-color: #d2c5e8;
}

.btnToiawase {
    background-color: #fff9c4;
}


img,
iframe {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 3px #dddddd;
}

main {
    width: 100%;
    margin: 0 auto;
}

h2,
h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
}

/*水色エリア */
.sitaharatoha-top {
    background-color: #e3fcfc;
    margin-bottom: 20px;
}

.blueareaText,
.aisatsuText,
.benkyokaiText,
.tenjiText,
.hozonText,
.osiraseText,
.iventText,
.toudouText,
.toiawaseText {
    max-width: 1300px;
    padding: 4em 2.3em;
    margin: 0 auto;
}

/*赤色エリア*/
.katudousita {
    text-align: center;
    font-size: 18px;
}

.aisatsu,
.benkyokansyoukai,
.tenjikouenkai,
.hozon {
    background-color: #f3ebf0;
    margin-bottom: 20px;
}

.kaityou {
    text-align: right;
    padding-right: 1em;
}

.kuwasiku a {
    color: #990066;
    border-bottom: 1px solid #990066;
    font-weight: bold;
    font-size: 20px;
}

.kuwasiku a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: #ff6a14;
}
.tiiki {
   font-weight: bold; 
}
.sagasu {
    background-color: #e0cacf;
    border-top: 5px double #990066;
    border-bottom: 6px double #990066;
    margin-top: 20px;
    padding: 15px 25px 20px 25px;
}

/*緑色エリア*/
.osirase-benkyo,
.ivent {
    background-color: #e6ffe8;
    margin-bottom: 20px;
}

.osiraseText ul,
.fukusimaya {
    text-align: center;
}

.osiraseText ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/*bxスライダーの指定*/
.slider-wrapper {
  text-align: center; /* 中央寄せの基礎 */
  width: 300px;           /* スライダーの希望幅 */
  margin: 0 auto;         /* 中央寄せ */
}
.bxslider {
  width: 300px;
  height: 390px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.bxslider li {
  flex-shrink: 0;          /* 要素が縮まないように */
  width: 100%;
  height: 100%;
}

.bxslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*スライダーここまで*/
.kongo {
    border-radius: 16px;
    background-color: #d8efbe;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    padding: 24px 28px;
    margin-bottom: 24px;
}
.kongonoivent {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}
.zumi {
    border-radius: 16px;
    background-color: #d3d8cd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    padding: 24px 28px;
    margin-bottom: 24px;
}

.zumi ul li {
    border-bottom: 1px solid #7c5d48;
    padding-bottom: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #545351;
}

.zumi ul {
    height: 150px;
    overflow: hidden scroll;
}
.maps3 {
  display: flex;
  flex-direction: column; /* スマホでは縦並び */
  align-items: center;     /* 中央に揃える */
  padding: 0;
  margin: 0;
  list-style: none;
}

.map-frame {
    width: 250px;
    height: 290px;
    border: 0;
}

.mapteirei2 {
    width: 250px;
    height: 290px;
    border: 0;
}

/*紫色エリア*/
.toudou {
    background-color: #d2c5e8;
    margin-bottom: 20px;
    text-align: center;
}

/* 黄色問合せエリア */
.toiawase {
    background-color: #fbffb4ee;
    padding-bottom: 50px;
    text-align: center;
}

a.button {
    display: inline-block;
    width: 300px;
    background-color: #990066;
    color: yellow;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 2px 2px 3px #1f011f;
    transition: 0.2s;
}

a.button:hover {
    opacity: 0.8;
    border-radius: 5px;
    color: rgb(92, 247, 229);
}
.back-to {
    position: fixed;
    width: 100%;
    z-index: 100;
    right: 5px;
    bottom: 10px;
    width: 120px;
  }
  .back-to img {
    box-shadow: none;
    width: 70px;
    height: 70px;
    opacity: 0.7;
  }
/* footerフッター */
footer {
    background-color: #003366;
    color: whitesmoke;
    text-align: center;
    font-size: 0.9em;
}

/* footer会名前大文字化 */
.footer1 {
    text-transform: uppercase;
    border-bottom: 2px solid #008080;
    font-size: 18px;
    padding: 1em;
}

.footer-nav {
    background-color: #ccbec1;
    color: #1e001e;
    margin-bottom: 5px;
    border-bottom: 5px double #990066;
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 16px;
}

.footer-nav li a {
    border-bottom: 1px solid #1e001e;
}

.footer-nav li a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: #ff6a14;
}

.footername {
    padding-top: 15px;
    border-top: 6px solid #008080;
    font-size: 18px;
}

.footer1 {
    font-size: 16px;
}

.footer2 {
    margin-top: -20px;
    font-size: 0.8em;
}
/*　パララックスの指定　*/
.no-paralax {
    background-color: #d9d9d9;
}
.paralax {
    margin-bottom: 450px;
    }
.paralax::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../photo_shitahara_new/pallalax.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.tenbou {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: #015eba;
    text-indent: 1em;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}


/*　スマホ版のトップナビボタンを小さく */
@media screen and (max-width: 800px) {
    .topbutton li {
        height: 60px;
    width: 140px;
    }
.topbutton li a {
    font-size: 16px;
    font-weight: bold;
}
  .back-to {
    right: 5px;
    bottom: 10px;
    width: 50px;
  }
  
.back-to img {
    box-shadow: none;
    width: 40px;
    height: 40px;
    opacity: 0.6;
  }

}

/*スマホ対応からｐｃへレスポンシブ ブレイクポイント800px*/
@media screen and (min-width:960px) {
    img {
        width: 100%;
        height: auto;
    }

    body {
        font-size: 18px;
    }
.headnav ul li {
    font-size: 16px;
}
.header-area {
    background-image: url(../photo_shitahara_new/top-background-pc.webp);
}



    .flexy {
        display: flex;
        justify-content: space-around;
        gap: 70px;
        align-items: center;
    }
.maps3 {
        flex-direction: row;
        justify-content: space-around;
        gap: 70px;
        align-items: center;
}


    .blueareaText,
    .aisatsuText,
    .benkyokaiText,
    .tenjiText,
    .hozonText,
    .osiraseText,
    .iventText,
    .toudouText,
    .toiawaseText {
        padding: 4em 2.3em;
        margin: 0 auto;
    }

    h1 {
        font-size: 40px;
    }

    .rubitop,
    .rubisita {
        font-size: 1em;
    }

    h2,
    h3 {
        font-size: 28px;
    }

    .tenjikouenkai ul li img {
        max-width: 500px;
    }

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

    .hozon ul li img {
        max-width: 500px;
    }

    .aisatsu ul li img,
    .benkyokansyoukai ul li img {
        min-width: 500px
    }



}