@charset "UTF-8";

.menu {
    background-color: #FFF;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-top: 5px solid #038f38;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-family: "M PLUS Rounded 1c";

}

.se_menu_line {
    border-bottom: 10px solid #e5e5e5;
}


.menu img {
    max-width: 100%;
}

.menu>* {
    border-right: #4dbb77 1px solid;
    text-align: center;
    padding: 0 10px 0 0;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu>*:first-child,
.menu>*:last-child {
    border-right: #4dbb77 0px solid;
    text-align: center;
}

.menu .menu_logo,
.se_menu_logo_rwap .menu_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
}

.menu a.menu_link {
    display: block;
    color: #038f38;
    font-size: clamp(10px, 1.3vw, 14px);
    text-align: center;
    line-height: 1.2em;
    margin: auto;
    padding: 30px 0;
}

.se_menu_logo_rwap {
    display: none;

}

@media screen and (max-width: 768px) {
    .menu {
        display: none;
    }

    .se_menu_logo_rwap {
        background-color: #FFF;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        border-top: 5px solid #038f38;
        padding: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .se_menu_line {
        border-bottom: 5px solid #e5e5e5;
    }

}

.wrapper_line {
    max-width: 1000px;
    margin: 0 auto 30px;
}

/*左右ライン*/

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

    .wrapper_line {
        border-right: 4px solid #e5e5e5;
        border-left: 4px solid #e5e5e5;
        border-bottom: 4px solid #e5e5e5;
    }

}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .wrapper_line {
        border-right: 6px solid #e5e5e5;
        border-left: 6px solid #e5e5e5;
        border-bottom: 6px solid #e5e5e5;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

    .wrapper_line {
        border-right: 8px solid #e5e5e5;
        border-left: 8px solid #e5e5e5;
        border-bottom: 8px solid #e5e5e5;
    }

}

@media screen and (min-width: 1001px) {

    .wrapper_line {
        border-right: 10px solid #e5e5e5;
        border-left: 10px solid #e5e5e5;
        border-bottom: 10px solid #e5e5e5;
    }

}




/*kaburimono*/

#kaburimono {
    max-width: 1000px;
    background-color: #faeebd;
    padding: 0 0;
    margin: -10px auto 0;
}

#kaburimono .kaburimono_card {
    width: 180px;
    background-color: #fff;
    border: solid #e1ca6c 4px;
    text-align: center;
    border-radius: 15px;
    padding: 0 10px 10px;
    margin: 50px 2%;
}

#kaburimono .rotate-right {
    transform: rotate(5deg);
}

#kaburimono .rotate-left {
    transform: rotate(-5deg);
}

#kaburimono .kaburimono_character {
    MAX-width: 150px;
    aspect-ratio: 15 / 19;
    width: 100%;
    margin: 0 auto 5PX;
    display: flex;
    align-items: flex-end;
    /* ← これで画像を下に揃える */
    justify-content: center;
    /* ついでに中央寄せ */
}

#kaburimono .kaburimono_name {
    font-size: 16px;
    font-family: "M PLUS Rounded 1c";
}

#kaburimono .swiper-wrapper {
    transition-timing-function: linear;
}

#kaburimono .kaburimono_link {
    font-size: 14px;
    margin: 0 20px 0 auto;
    text-align: right;
    padding: 0 0 20px;
    font-weight: 600;
}

#kaburimono .kaburimono_link span {
    font-size: 12px;
    color: #e1ca6c;
}





/*info*/

#info {
    max-width: 1000px;
    min-height: 600px;
    background-color: #f8dc84;
    padding: 50px 0;
    margin: 0 auto 0;
    background-image: url(../images/common/info_bk.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 85%;
    font-family: "M PLUS Rounded 1c";
    box-sizing: border-box;
}

#info .info_wrap {
    max-width: 630px;
    min-height: 400px;

}

#info .info_wrap {
    margin: 50px auto;
    max-width: 630px;
    width: 90%;
}

#info .info_title {
    max-width: 380px;
    min-height: 110px;
    background-image: url(../images/common/info_title_bk.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-end;
    /* 下に寄せる */
    justify-content: center;
    /* 横中央 */
    padding-bottom: 10px;
    /* 下に少し余白 */
}

#info .info_title p {
    font-size: 25px;
    color: #038f38;
    text-align: center;
    font-weight: 800;
}

#info .info_kiji {
    border-bottom: 1px solid #9b9b9b;
    display: flex;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

#info .info_kiji dd {
    margin: 0 0 0 5px;
    width: 150px;
}

#info .info_kiji dd::before {
    content: "■";
    color: #f6ab00;
    margin: 0 2px 0 0;
}

#info .info_kiji dt {
    margin: 0 0 0 1.2em;
    width: auto;
}

#info .info_link {
    font-size: 16px;
    margin: 20px 20px 0 auto;
    text-align: center;
    padding: 0 0 20px;
    font-weight: 600;
}

#info .info_link span {
    font-size: 12px;
    color: #f6ab00;
}

@media screen and (max-width: 600px) {
    #info .info_kiji {
        display: block;
    }
}



/*topmenu*/

#topmenu {
    max-width: 1000px;
    background-color: #eef6e5;
    padding: 50px 20px;
    margin: 0 auto 0;
    font-family: "M PLUS Rounded 1c";
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* ←ここを修正 */
}

#topmenu a {
    text-decoration: none;
    display: block;
}

#topmenu .topmenu_wrap {
    width: calc(50% - 2%);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow:
        5px 5px 5px rgba(0, 0, 0, 0.2),
        /* 下・右側に暗めの影 */
        -5px -5px 10px rgba(255, 255, 255, 0.5);
    /* 上・左側に明るめのハイライト */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #fff;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#topmenu .about {
    background-color: #f994b4;
    background-image: url(../images/common/about_kazari.png)
}


#topmenu .caravan {
    background-color: #72accd;
    background-image: url(../images/common/caravan_kazari.png);
}

#topmenu .movie {
    background-color: #db74b6;
    background-image: url(../images/common/movie_kazari.png);
}

#topmenu .arukumablog {
    background-color: #85bd69;
    background-image: url(../images/common/arukumablog_kazari.png);
}

#topmenu .goods {
    background-color: #8c81b0;
    background-image: url(../images/common/goods_kazari.png);
}

#topmenu .request {
    background-color: #f9ab65;
    background-image: url(../images/common/request_kazari.png);
}

#topmenu .friend {
    background-color: #37d1f9;
    background-image: url(../images/common/friend_kazari.png);
}

#topmenu .anniversary15th {
    background-color: #fa6d6f;
    background-image: url(../images/common/anniversary15th_kazari.png);
}

#topmenu .topmenu_txt {
    width: 57%;
    font-weight: 500;
}

#topmenu .topmenu_photo {
    width: 40%;
}


#topmenu .topmenu_txt p {
    font-size: 15px;
}

#topmenu .topmenu_title {
    font-size: clamp(22px, 4.6vw, 26px);
    font-weight: 800;
    line-height: 1.3em;
    font-feature-settings: "palt";
    position: relative;
    padding-top: 5px;
    padding-left: 45px;
    margin: 0 0 5px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
    min-height: 50px;
}

#topmenu .topmenu_title::before {
    position: absolute;
    top: 0;
    left: 0;
}

#topmenu .about .topmenu_title::before {
    content: url(../images/common/about_icon.svg);
}

#topmenu .caravan .topmenu_title::before {
    content: url(../images/common/caravan_icon.svg);
}

#topmenu .movie .topmenu_title::before {
    content: url(../images/common/movie_icon.svg);
}

#topmenu .arukumablog .topmenu_title::before {
    content: url(../images/common/arukumablog_icon.svg);
}

#topmenu .goods .topmenu_title::before {
    content: url(../images/common/goods_icon.svg);
}

#topmenu .request .topmenu_title::before {
    content: url(../images/common/request_icon.svg);
}

#topmenu .friend .topmenu_title::before {
    content: url(../images/common/friend_icon.svg);
}

#topmenu .anniversary15th .topmenu_title::before {
    content: url(../images/common/anniversary15th_icon.svg);
}

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

    #topmenu {
        padding: 50px 10px;
    }

    #topmenu .topmenu_wrap {
        width: 100%;
        padding: 10px;
    }

    #topmenu .topmenu_txt {
        width: 63%;
    }

    #topmenu .topmenu_photo {
        width: 34%;
        margin: 0 0 0 auto;
    }


}


/*movie*/

#movie {
    max-width: 1000px;
    background-color: #d1e9eb;
    padding: 50px 0 0;
    margin: -10px auto 0;
}

#movie .swiper-slide {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

#movie .youtube {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
}

#movie .youtube iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* 矢印の色を変更 */
#movie .swiper-button-prev,
#movie .swiper-button-next {
    color: #ffffff;
    /* 赤色に設定 */
}

/* 矢印のサイズを変更 */
#movie .swiper-button-prev::after,
#movie .swiper-button-next::after {
    font-size: 20px;
    /* アイコンのサイズを大きくする */
}

/* 矢印の背景を追加 */
#movie .swiper-button-prev,
#movie .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明の黒い背景 */
    border-radius: 50%;
    /* 円形にする */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*SNS*/

#sns {
    max-width: 1000px;
    height: 350px;
    background-color: #d1e9eb;
    padding: 30px 0 0;
    margin: -10px auto 0;
    text-align: center;
    position: relative;
    background-image: url(../images/common/footer_illust.png);
    background-position: bottom 0 right -50px;
    background-size: 1100px auto;
    background-repeat: no-repeat;
}

#sns .sns_title {
    font-size: 25px;
    color: #038f38;
    text-align: center;
    font-weight: 800;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    margin: 0 auto 20px;
    position: relative;
    display: inline-block;
    /* ← テキスト＋アイコンで自然な横並びに */
    padding-left: 55px;
    /* ← アイコンのスペース分空ける */
}

#sns .sns_title::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/sns_arukuma.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* 垂直中央寄せ */
}


#sns .sns_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#sns .sns_wrap>* {
    width: clamp(70px, 10vw, 80px);
}

#sns .sns_wrap a {
    display: block;
}

#sns .sns_wrap img {
    max-width: 100%;
    width: initial;
    height: clamp(35px, 10vw, 48px);
}

#sns .footer_arukuma {
    width: clamp(80px, 10vw, 90px);
    position: absolute;
    bottom: 20px ;
    left: 30px;
}

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

#sns {
    height: 350px;
    background-position: bottom 0 right -40px;
    background-size: 800px auto;
}

}

