@charset "utf-8";

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-feature-settings: "palt";
    color: #333;
}

:root{
    --head-bg: rgba(0, 69, 62, 1);
    --green: rgba(0, 105, 52, 1);
    --head-menu-bg: rgba(0, 105, 52, 0.2);
    --head-ac-bg: rgba(190, 255, 223, 1);
    --beige: rgba(235, 228, 194, 1);
    --brown: rgba(106, 57, 6, 1);
    --gray: rgba(70, 70, 70, 1);
    --text-color: rgba(51, 51, 51, 1);
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --red: rgba(255, 0, 0, 1);
    --title-size: 2.5rem;
    --mobile-title-size: 2rem;
    --text-size: 1.6rem;
    --teshikaga: rgba(232, 85, 20, 1);
    --kushiro: rgba(0, 200, 255, 1);
    --akan: rgba(255, 150, 180, 1);
    --nakashibetsu: rgba(40, 220, 175, 1);
}

ul, ol{
    list-style: none;
}

p,
ul li{
    font-size: var(--text-size);
    line-height: 1.4;
}

a{
    display: block;
    text-decoration: none;
    transition: 0.7s all;
}

a:hover{
    opacity: 0.7;
}

@media ( min-width: 701px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: pointer;
        text-decoration: none;
    }
}

.title-bg{
    background-color: rgba(47, 147, 247, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 10px solid rgba(47, 147, 247, 1);;
    box-shadow: 3px 2px 3px 0px rgba(51, 51, 51, .3);
    margin-bottom: 50px;
    padding: 10px 10px;
}

.section{
    margin-bottom: 50px;
    padding: 20px 20px;
}

/* PC：#header ------------------- */
#header{
    width: 100%;
    margin-bottom: 150px;
}

.head-wrap{
    background-color: var(--head-bg);
    width: 100%;
    margin: 0 auto;
}

.head-wrap h1 a img{
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* チェックボックス等は非表示に */
#nav-input{
    display: none;
}

.head-nav{
    background-color: var(--head-menu-bg);
    width: 100%;
}

.head-menu{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: clamp( 330px, 100%, 800px );
    margin: 0 auto;
    padding: 10px 0;
}

.head-menu li{
    width: calc( 100% / 4 );
    border-left: 10px solid var(--green);
}

.head-menu li a,
.head-menu li label p{
    font-size: 2rem;
    font-weight: bold;
    color: var(--green);
    padding: 3px 0;
    padding-left: 10px;
}

.head-menu li a span,
.head-menu li label span{
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}

.head-menu li a:hover{
    transition: all 0.6;
}

.acd-check{
    display: none;
}

.acd-label{
    display: flex;
    cursor: pointer;
}

.acd-label p{
    width: 100%;
}

.head-menu li label span{
    display: block;
}

.acd-label img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 18px;
    margin-left: 30px;
    transition: all 3;
}

.acd-check:checked ~ .acd-label img{
    transform: rotate(180deg);
    transition: all 0.8;
}

.acd-content{
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.acd-content ul{
    background-color: var(--head-ac-bg);
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    z-index: 999;
}

.acd-content ul li{
    width: 100%;
    border-left: 4px dotted var(--green);
}

.acd-content ul li a{
    font-size: var(--text-size);
    padding: 10px 5px;
    padding-left: 10px;
}

.acd-content ul li a.small{
    font-size: 1.4rem;
}

/* PC：.wrapper ------------------- */
.wrapper{
    width: clamp( 350px, 95%, 1000px );
    margin: 0 auto;
}

.title{
    margin-bottom: 20px;
    padding: 50px 0;
}

.title h1{
    font-size: var(--title-size);
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
}

.title p{
    font-size: var(--text-size);
}

.title h1,
.title p{
    text-align: center;
}

/* PC：index.html#parkingspace ------------ */
#parkingspace{
    padding: 0 0;
}

.bn_parking{
    display: block;
}

.bn_parking a img{
    width: 100%;
    max-width: 1000px;
}

/* PC：index.html#event ------------------- */
#event{
    padding: 0;
}

#event h1,
#event-result h1{
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #F09033;
    color: rgb(7, 34, 85);
    border-bottom: 5px solid #F09033;
    border-bottom: 5px solid rgb(7, 34, 85);
    margin-bottom: 20px;
    padding-left: 5px;
    z-index: -1;
}

#event-result h1{
    color: #F09033;
    border-bottom: 5px solid #F09033;
}

#event h1::before,
#event-result h1::before{
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    content: '';
    border-bottom: 1px solid #F09033;
    border-bottom: 1px solid rgb(7, 34, 85);
    z-index: -1;
}

#event-result h1::before{
    border-bottom: 1px solid #F09033;
}

#event a img,
#event-result a img{
    width: 100%;
    max-width: 1000px;
}

.photocon{
    /* position: relative; */
    /* background-image: url(../photocon/images/2023/photocon2023.jpg); */
    /* background-image: url(../photocon/2024/images/photocon2024.jpg); */
    background-image: url(../photocon/2025/images/bg_2025_60.jpg);
    background-size: cover;
    background-position: center 80%;
    background-position: center center;
    border-radius: 15px;
}

.photocon::after{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    color: #000;
    width: 100%;
    height: 100%;
}

.toumei{
    background-color: rgba(255, 255, 255, 0.5);
}

.toumei a{
    background-image: url(../photocon/images/camera.png);
    background-size: 18%;
    background-position: 20% center;
    background-position: 50% center;
    border-radius: 10px;
    font-size: var(--text-size);
    font-size: clamp( 2.2rem, 2.5vw, 3rem );
    font-weight: bold;
    line-height: 1.4;
    color: var(--white);
    color: #000;
    color: rgb(7, 34, 85);
    text-align: center;
    margin: 0 auto 50px;
    padding: 15% 0;
}

#event-result{
    margin: 0 auto 50px;
}

.photocontest img{
    width: 100%;
    max-width: 1000px;
}

/* PC：index.html#about ------------------- */
#about{
    background-color: rgba(228, 243, 228, 1);
}

#about .title{
    background-image: url(../sbw-images/logo-sbw.png);
    background-position: center;
}

#about .title h1,
#about .title p{
    color: var(--green);
}

#about .title h1{
    border-bottom: 1px solid var(--green);
}

.content-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

#about .content-wrap p img{
    display: block;
    width: 100%;
    max-width: 450px;
    border-radius: 5px;
}

#about .content{
    width: calc( 100% / 2.2 );
}

.content-text{
    margin-bottom: 20px;
}

#about .content a{
    background-color: var(--white);
    font-size: 2rem;
    color: var(--green);
    text-align: center;
    width: 100%;
    max-width: 300px;
    border: 1px solid var(--green);
    border-radius: 50px;
    margin: 0 auto;
    padding: 10px 10px;
}

#about .content a:after{
    display: inline-block;
    content: "";
    /* vertical-align: middle; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent var(--green);
    margin-left: 15px;
}

/* PC：index.html#initiative ------------------- */
#initiative{
    background-color: rgba(235, 228, 194, 1);
}

#initiative .title{
    background-image: url(../sbw-images/logo-initiative.png);
    background-position: center;
}

#initiative .title h1,
#initiative .title p{
    color: var(--brown);
}

#initiative .title h1{
    border-bottom: 1px solid var(--brown);
}

.initiative-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    width: clamp( 330px, 100%, 900px );
    margin: 0 auto;
}

.initiative-list li{
    background-color: var(--white);
    width: calc( 100% / 3.3 );
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 3px 4px rgba( 0, 0, 0, 0.3 );
    margin-bottom: 30px;
    padding-bottom: 10px;
    transition: all 0.8s;
}

.initiative-list li:hover{
    box-shadow: none;
}

.initiative-list li:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--brown) transparent transparent transparent;
    text-align: center;
    margin: 0 auto;
}

.initiative-list li a{
    height: 400px;
}

.initiative p{
    overflow: hidden;
}

.initiative p img{
    display: block;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    transition: all 0.8s;
}

.initiative-list li:hover p img{
    transform: scale(1.1);
}

.initiative h2{
    background-color: rgba(255, 232, 194, 1);
    font-size: 1.7rem;
    color: var(--brown);
    text-align: center;
    padding: 10px 0;
}

.initiative-text{
    color: var(--text-color);
    padding: 10px 10px;
}

.initiative-list li .arrow img{
    display: block;
    width: 100%;
    max-width: 20px;
    margin: 0 auto;
}

/* PC：index.html#sns ------------------- */
#sns .title{
    padding: 20px 0;
}

#sns .title h1,
#sns .title p{
    color: var(--gray);
}

#sns .title h1{
    border-bottom: 1px solid var(--gray);
}

.sns-wrap{
    margin: 0 auto;
}

.sns-list{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}

.sns-list li{
    width: 100%;
    margin-bottom: 50px;
}

.sns-list li:last-child{
    margin-bottom: 0px;
}

.sns-list li a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--gray);
    padding: 10px 10px;
}

.sns-list .b_none a{
    border: none;
    padding: 0;
}

.sns-list .b_none a img{
    max-width: 1000px;
    margin: 0 auto;
}

.sns-list li a img{
    /* display: block; */
    width: 100%;
    max-width: 200px;
}

.sns-list li .sns-content{
    /* display: block; */
    text-align: center;
    width: 75%;
}

.sns-list li .sns-content h2,
.sns-list li .sns-content p{
    color: var(--gray);
    padding: 5px 0;
}

.sns-list li .sns-content h2 br{
    display: none;
}

.sns-list li .sns-content h2{
    border-bottom: 1px solid var(--gray);
}

.sns-list li a.wow-east{
    /* background-color: red; */
    padding: 60px 10px;
}

.sns-wrap .facebook{
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
}

/*
.facebook a img{
    color: rgba(24, 119, 240, 1);
    width: 100%;
    max-width: 48px;
    margin: 0 auto;
}
*/

.facebook iframe{
    display: block;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

/* PC：scenic-cafe.html ------------- */
#sc-cafe h1{
    margin-bottom: 30px;
}

#sc-cafe h1 img{
    width: 100%;
    max-width: 950px;
}

#trip-info h1{
    font-size: var(--title-size);
    color: var(--green);
    text-align: center;
    border-bottom: 3px solid var(--green);
    padding-bottom: 10px;
}

#trip-info h1::before,
#trip-info h1::after{
    background-color: var(--green);
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#trip-info h1::before{
    margin-right: 20px;
}

#trip-info h1::after{
    margin-left: 20px;
}

#trip-info p{
    color: var(--green);
    text-align: center;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
/*
.scroll_up{
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 1;
    z-index: -1;
}

.scroll_up.on{
    transform: translateY(0);
    opacity: 1;
    z-index: -1;
}
*/

.fadein{
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

@keyframes fadein{
    0%{
        opacity: 0;
        transform: translateY(60px);
    }

    100%{
        opacity: 1;
    }
}
/* 
.timing01{
    animation-duration: 1s;
}

.timing02{
    animation-duration: 5s;
}

.timing03{
    animation-duration: 9s;
}

.timing04{
    animation-duration: 14s;
}

.timing05{
    animation-duration: 18s;
}

.timing06{
    animation-duration: 22s;
}

.timing07{
    animation-duration: 26s;
}

.timing08{
    animation-duration: 30s;
}

.timing08{
    animation-duration: 34s;
}

.timing09{
    animation-duration: 38s;
}
*/

.cafe-info-wrap{
    width: 100%;
    max-width: 1000px;
    border: 1px solid var(--green);
    margin: 0 auto 50px;
    padding: 20px 20px;
}

#homesweethome.cafe-info-wrap{
    border: 5px dotted var(--teshikaga);
}

#homesweethome h1{
    background-color: var(--head-menu-bg);
    background-color: rgba(153, 227, 165, 0.8);
    border-radius: 50px;
    padding: 5px 0;
}

.cafe-info-wrap h1{
    font-size: var(--title-size);
    color: var(--green);
    text-align: center;
}

.cafe-info-wrap h1 span{
    font-size: 1.8rem;
    font-weight: normal;
    color: var(--white);
    text-align: center;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    margin-right: 20px;
    padding: 8px 25px;
}

.cafe-info-wrap h1 br{
    display: none;
}

.teshikaga{
    background-color: var(--teshikaga);
}

.kushiro{
    background-color: var(--kushiro);
}

.akan{
    background-color: var(--akan);
}

.nakashibetsu{
    background-color: var(--nakashibetsu);
}

.attention{
    color: var(--red);
}

.cafe-info-wrap p{
    color: var(--green);
    margin-bottom: 10px;
    padding: 0 20px;
}

.cafe-info-wrap ul{
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px;
}

.cafe-info-wrap ul li img{
    display: block;
    width: 100%;
    max-width: 450px;
}

.cafe-info{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.cafe-info dl{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: var(--text-size);
    color: var(--green);
    width: 55%;
}

.cafe-info dl dt{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    width: 20%;
    margin-bottom: 10px;
    padding: 0px 0px;
}

.cafe-info dl dt span{
    width: 100%;
    max-width: 210px;
    border: 1px solid var(--green);
    border-radius: 50px;
    padding: 3px 10px;
}

.cafe-info dl dt img{
    width: 100%;
    max-width: 135px;
}

.cafe-info dl dd{
    line-height: 1.4;
    width: 80%;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.cafe-info dl dt:last-of-type,
.cafe-info dl dd:last-of-type{
    margin-bottom: 0px;
}

.cafe-info .map{
    width: 46%;
    /* height: 300px; */
}

.cafe-info .map iframe{
    width: 100%;
    height: 300px;
    border: none;
    box-shadow: 1px 2px 6px 0px rgba(31, 31, 31, 0.3);
}

/* PC：iinkai.html 勝手にオススメ委員会 ------------- */
#iinkai h1{
    margin-bottom: 30px;
}

#iinkai h1 img{
    display: block;
    width: 100%;
    max-width: 828px;
    margin: 0 auto 30px;
}

.osusume-text{
    width: 80%;
    margin: 0 auto 30px;
}

#osusume{
    padding: 0 0;
}

#osusume input{
    display: none;
}

.name-but{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: clamp( 300px, 95%, 900px );
    margin: 0 auto 30px;
}

.name-but li{
    width: calc( 100% / 4.3 );
    margin-bottom: 15px;
}

/*
.name-but li label{
    background-color: rgba(255, 246, 210, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: #5a3900;
    border-radius: 5px;
    height: 55px;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    padding: 10px 10px;
}

.name-but li label img{
    width: 100%;
    max-width: 35px;
    margin-right: 5px;
}

.name-but li label:hover{
    background-color: rgba(255, 255, 153, 0.5);
}
*/

.osusume-wrap{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

/*
#ai-za:checked ~ .osusume-wrap #ai-za-osusume,
#ozawashi:checked ~ .osusume-wrap #ozawashi-osusume,
#kirichan:checked ~ .osusume-wrap #kirichan-osusume,
#kumagoron:checked ~ .osusume-wrap #kumagoron-osusume,
#sakachan:checked ~ .osusume-wrap #sakachan-osusume,
#syukuchan:checked ~ .osusume-wrap #syukuchan-osusume,
#shinchan:checked ~ .osusume-wrap #shinchan-osusume,
#tatchan:checked ~ .osusume-wrap #tatchan-osusume,
#tanitani:checked ~ .osusume-wrap #tanitani-osusume,
#tsu-ji:checked ~ .osusume-wrap #tsu-ji-osusume,
#bunchan:checked ~ .osusume-wrap #bunchan-osusume,
#borichan:checked ~ .osusume-wrap #borichan-osusume,
#minmisan:checked ~ .osusume-wrap #minmisan-osusume,
#yamachan:checked ~ .osusume-wrap #yamachan-osusume,
#yukarin:checked ~ .osusume-wrap #yukarin-osusume,
#youkosan:checked ~ .osusume-wrap #youkosan-osusume,
#reichan:checked ~ .osusume-wrap #reichan-osusume{
    display: block;
}

#ai-za:checked ~ .name-but li label.ai-za,
#ozawashi:checked ~ .name-but li label.ozawashi,
#kirichan:checked ~ .name-but li label.kirichan,
#kumagoron:checked ~ .name-but li label.kumagoron,
#sakachan:checked ~ .name-but li label.sakachan,
#syukuchan:checked ~ .name-but li label.syukuchan,
#shinchan:checked ~ .name-but li label.shinchan,
#tatchan:checked ~ .name-but li label.tatchan,
#tanitani:checked ~ .name-but li label.tanitani,
#tsu-ji:checked ~ .name-but li label.tsu-ji,
#bunchan:checked ~ .name-but li label.bunchan,
#borichan:checked ~ .name-but li label.borichan,
#minmisan:checked ~ .name-but li label.minmisan,
#yamachan:checked ~ .name-but li label.yamachan,
#yukarin:checked ~ .name-but li label.yukarin,
#youkosan:checked ~ .name-but li label.youkosan,
#reichan:checked ~ .name-but li label.reichan{
    background-color: rgba(255, 255, 153, 0.5);
	border: 2px solid rgba(255, 177, 58, 1);
    box-shadow: none;
    border-radius: 5px;
	opacity: 1;
}
*/

.name-but li a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 153, 0.5);
    font-weight: 900;
    color: var(--gray);
	border: 2px solid rgba(255, 177, 58, 1);
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 10px;
}

.name-but li a img{
    margin-right: 10px;
}

/* 
@keyframes displayAnime{
    0%{
      opacity: 0.6;
    }

    100%{
      opacity: 1;
    }
}

.osusume-content{
    display: none;
    opacity: 0;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    z-index: -1;
}
*/

.osusume-content{
    border-bottom: 5px dotted var(--gray);
    padding: 50px 0;
}

.osusume-content h2{
    display: block;
    font-size: var(--title-size);
    /* font-weight: 500; */
    color: var(--white);
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 
        1px  1px 1px var(--text-color),
        -1px  1px 1px var(--text-color),
        1px -1px 1px var(--text-color),
        -1px -1px 1px var(--text-color),
        1px  0px 1px var(--text-color),
        0px  1px 1px var(--text-color),
        -1px  0px 1px var(--text-color),
        0px -1px 1px var(--text-color);
    margin-bottom: 30px;
    padding: 0px 10px;
}

.osusume-content h2 span{
    font-weight: bold;
    color: var(--text-color);
    letter-spacing: 0px;
    text-shadow: none;
}

.osusume-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.osusume{
    display: block;
    width: 60%;
}

.person-img img,
.osusume-img img{
    display: block;
    text-align: center;
    width: 100%;
    max-width: 300px;
    /* text-align: center; */
    border-radius: 50%;
    margin-bottom: 20px;
}

.person-img img{
    background-color: rgba(255, 255, 153, 0.5);
    border: 2px solid rgba(255, 177, 58, 1);
}

.osusume-info{
    width: 100%;
    padding: 20px 20px;
}

.activity-list{
    list-style-type: disc;
    list-style-position: inside;
}

.iinkai_sns-list{
    display: flex;
    flex-flow: row wrap;
}

.iinkai_sns-list li a{
    color: var(--text-color);
    margin-right: 10px;
}

.iinkai_sns-list li:last-child a{
    margin-right: 0px;
}

.iinkai_sns-list a img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 30px;
    margin-right: 5px;
}

.title-box{
    font-size: var(--text-size);
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 200px;
    border: 1px solid var(--text-color);
    margin-bottom: 10px;
    padding: 5px 10px;
}

.osusume-info .impression-text{
    width: 100%;
    margin-bottom: 20px;
}

.osusume-info h4{
    font-size: var(--title-size);
}

.shop-info{
    width: 100%;
    margin-bottom: 20px;
    /* padding: 20px 20px; */
}

.shop-name{
    font-size: var(--title-size);
    font-weight: bold;
    margin-bottom: 10px;
}

.shop-info dl{
    display: flex;
    flex-flow: row wrap;
    font-size: var(--text-size);
}

.shop-info dl dt{
    width: 100%;
    /* border-bottom: 1px solid var(--gray); */
    margin-bottom: 5px;
    padding: 0px 10px;
    /* padding-bottom: 5px; */
}

.shop-info dl dd{
    width: 100%;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 10px;
    padding: 0px 10px;
    padding-bottom: 5px;
}

.shop-info dl dd a{
    color: var(--text-color);
}

/* PC：suminohito.html スミの人ファイル ------------- */
#suminohito{
    width: clamp( 350px, 95%, 1000px );
    margin: 0 auto;
}

#suminohito .section{
    margin-bottom: 50px;
}

#suminohito h1 img{
    display: block;
    width: 100%;
    max-width: 780px;
    /* text-align: center; */
    margin: 0 auto 30px;
}

.suminohito-text{
    width: 80%;
    margin: 0 auto 50px;
}

.suminohito-text span{
    display: block;
    color: var(--red);
}

.sumi-but{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 50px;
}

.sumi-but li{
    width: calc( 100% / 3.5 );
    margin-bottom: 20px;
}

.sumi-but li a{
    background-color: rgba(47, 132, 51, 1);
    font-size: var(--text-size);
    color: var(--white);
    text-align: center;
    border: 2px solid rgb(37, 119, 41);
    border-radius: 5px;
    padding: 10px 10px;
}

.backnunber{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 80px;
}

.backnunber h2{
    color: rgba(47, 132, 51, 1);
    text-align: center;
    margin-bottom: 20px;
}

.sumi_backnunber{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    /* text-align: right; */
    /* width: 100%;
    max-width: 200px; */
}

.sumi_backnunber li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--text-size);
    font-weight: bold;
    color: rgba(47, 132, 51, 1);
    color: #555;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #ccc;
    /* padding: 10px 30px; */
    transition: ease .2s;
}

.sumi_backnunber li a::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    z-index: -1;
}

.sumi_backnunber li a:hover{
    /* background-color: rgba(47, 132, 51, .3); */
}

.current{
    background-color: rgba(47, 132, 51, .3);
}

.bgright::after,
.bgleft::after{
    background: rgba(47, 132, 51, .3);
}

.bgleft::after{
    transform-origin: left top;
}

.bgright::after{
    transform-origin: right top;
}

.bgleft:hover::after{
    transform-origin: right top;
    transform: scale(1, 1);
}

.bgright:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}

#suminohito .section h1 img{
    width: 100%;
    max-width: 420px;
    margin: 0 0 30px;
}

.suminohito-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.suminohito-list li{
    background: linear-gradient(to top, rgba(255, 255, 153, 0.2) 10%, #FFF);
    width: clamp( 250px, calc( 100% / 3.2 ), 350px );
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px;
    padding: 15px 10px;
}

.suminohito-list li a{
    color: var(--gray);
}

.suminohito-list li.shadow-none{
    background: linear-gradient(to top, #FFF 10%, #FFF);
    background-color: var(--white);
    box-shadow: none;
}

/*
.timing01{
    transition-delay: .2s;
}

.timing02{
    transition-delay: .4s;
}

.timing03{
    transition-delay: .6s;
}

.timing04{
    transition-delay: .8s;
}

.timing05{
    transition-delay: 1s;
}

.timing06{
    transition-delay: 1.2s;
}

.timing07{
    transition-delay: 1.3s;
}

.timing08{
    transition-delay: 1.4s;
}
*/

.suminohito p{
    font-size: var(--text-size);
    text-align: center;
    margin-bottom: 5px;
}

.suminohito p.small{
    font-size: 1.7rem;
}

.hito-img img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
}

.suminohito .suminohito-name{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* PC：hanaippai.html 花いっぱい運動 --------- */
#hana{
    height: 100%;
}

#hana #footer{
    margin-top: auto;
}

#hanaippai h1,
.hana-wrap h2{
    font-size: var(--title-size);
    font-weight: bold;
}

#hanaippai h1{
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    width: 100%;
    max-width: 300px;
	border: 2px dotted #EAA8BF;
	margin: 0 auto 30px;
	padding: 10px 0px;
    z-index: -1;
}

#hanaippai h1::before{
    position: absolute;
	top: -38px;
	left: -25px;
	font-size: 50px;
    color: #fff;
    content: '＊';
	font-weight: bold; 
    text-shadow:  0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg); 
	-o-transform: rotate(20deg);
}

#hanaippai h1::after{
	position: absolute;
	bottom: -45px;
	right: -15px;
	font-size: 50px;
	font-weight: bold;
    color: #fff;
    content: '*';
    text-shadow:  0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg); 
	-o-transform: rotate(20deg);
}

#hanaippai p{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
}

.hana-wrap{
    margin-bottom: 80px;
}

.hana-wrap h2{
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    z-index: -1;
}

.hana-wrap h2::before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: -3px;
    width: 30%;
    z-index: -1;
}

.hana-wrap h2.hana-akan{
    border-bottom: solid 3px rgba(255, 150, 180, 0.3);
}

.hana-wrap h2.hana-akan::before{
    border-bottom: solid 3px var(--akan);
}

.hana-wrap h2.hana-teshikaga{
    border-bottom: solid 3px rgba(232, 85, 20, 0.3);
}

.hana-wrap h2.hana-teshikaga::before{
    border-bottom: solid 3px var(--teshikaga);
}

.hana-wrap h2.hana-nakashibetsu,
.hana-wrap h2.hana-akancho{
    border-bottom: solid 3px rgba(40, 220, 175, 0.3);
}

.hana-wrap h2.hana-nakashibetsu::before,
.hana-wrap h2.hana-akancho::before{
    border-bottom: solid 3px var(--nakashibetsu);
}

.hana-image-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto 20px;
}

.hana-image-list li{
    margin-bottom: 10px;
}

.hana-image-list li img{
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.hana-activity-wrap{
    width: 95%;
    margin: 0 auto;
}

.hana-activity-wrap h3{
    display: flex;
    align-items: center;
    font-size: var(--title-size);
    margin-bottom: 20px;
}

.hana-activity-wrap h3::before{
    display: inline-block;
    content: url(../sbw-images/hanaippai/icon-flower.png);
    vertical-align: middle;
    width: 100%;
    max-width: 30px;
    width: 30px;
    margin-right: 5px;
}

.hana-input{
    display: none;
}

.hana-but{
	font-size: var(--text-size);
	font-weight: bold;
	color: var(--white);
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	padding: 10px 10px;
}

.hana-but::after{
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-right: 3px solid var(--white);
	border-bottom: 3px solid var(--white);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: 10px;
    z-index: -10;
}

.hana-but:active{
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.hana-input:checked ~ .hana-activity{
	visibility: visible;
	height: 20vh;
	overflow-y: scroll;
	transition: all 0.5s ease-out;
}

.hana-input:checked ~ .hana-but::after{
	transform: rotate(-135deg);
	margin-top: 0px;
}

.hana-activity{
	visibility: hidden;
	width: 100%;
	height: 0;
	background-color: #fff;
	border: 2px solid #f09199;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px #fce2c4 inset;
	margin: 2em auto;
	padding: 10px 10px;
}

.hana-activity-list{
    display: flex;
    flex-flow: row wrap;
    font-size: var(--text-size);
}

.hana-activity-list dt{
    font-weight: bold;
    width: 25%;
    padding: 5px 5px;
}

.hana-activity-list dd{
    width: 75%;
    padding: 5px 5px;
}

.b-bottom{
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    padding: 15px 0;
}

#hana_backnumber h2{
    color: #f09199;
    color: rgba(163, 52, 159, 1);
}

#hana_backnumber .sumi_backnunber li a.current{
    background: rgba(163, 52, 159, 0.3);
}

#hana_backnumber .sumi_backnunber li a.bgleft:hover::after{
    transform-origin: right top;
    transform: scale(1, 1);
}

#hana_backnumber .sumi_backnunber li a.bgright:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}

#hana_backnumber .sumi_backnunber li a.bgright::after,
#hana_backnumber .sumi_backnunber li a.bgleft::after{
    background: rgba(163, 52, 159, 0.5);
}

#hana_backnumber .sumi_backnunber li a.bgleft::after{
    background: rgba(163, 52, 159, 0.5);
    transform-origin: left top;
}

#hana_backnumber .sumi_backnunber li a.bgright::after{
    background: rgba(163, 52, 159, 0.5);
    transform-origin: right top;
}


/* PC：ezoshika.html エゾシカ衝突事故対策 --- */
.ezoshika-wrap{
    background-color: rgba(255, 239, 0, 1);
    margin-top: -150px;
}

.line{
    background: repeating-linear-gradient(-30deg, var(--black), var(--black) 30px, rgba(255, 239, 0, 1) 30px, rgba(255, 239, 0, 1) 60px);
    background-position: top center;
    width: 100%;
    margin-bottom: 50px;
    padding: 8px 0;
    border: none;
}

#ezoshika-taisaku h1,
#zendou h1,
#senkon h1,
#taisaku h1{
    font-size: var(--title-size);
    margin-bottom: 30px;
}

#ezoshika-taisaku h1 img{
    width: 100%;
    max-width: 1000px;
}

#ezoshika-taisaku h2{
    font-size: var(--title-size);
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0;
}

#ezoshika-taisaku h2 img{
    width: 100%;
    max-width: 950px;
}

#ezoshika-taisaku p{
    background-color: var(--white);
    font-weight: bold;
    width: 100%;
    max-width: 750px;
    border: 5px dashed var(--black);
    margin: 0 auto;
    padding: 20px 20px;
}

#ezoshika-taisaku p span{
    color: var(--red);
}

#zendou h1,
#senkon h1{
    background-color: var(--red);
    border-radius: 30px 30px 0 0;
    margin-bottom: 20px;
    padding: 15px 30px;
}

#zendou h1 img{
    display: block;
    width: 100%;
    max-width: 943px;
    margin: 0 auto;
}

#senkon h1 img{
    display: block;
    width: 100%;
    max-width: 838px;
    margin: 0 auto;
}

.graph img{
    width: 100%;
    max-width: 950px;
}

#taisaku h1 img{
    width: 100%;
    max-width: 850px;
}

.taisaku-list{
    display: block;
    width: 100%;
    max-width: 1000px;
}

.taisaku-list li{
    background-color: var(--white);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 5px dashed var(--black);
    border-radius: 20px;
    padding: 15px 15px;
}

.taisaku-list li{
    width: 100%;
    margin-bottom: 30px;
}

.taisaku-list li img{
    width: 100%;
    max-width: 230px;
    border-radius: 10px;
}

.taisaku-list li .taisaku{
    display: block;
    width: 73%;
}

.taisaku-list li .taisaku h2{
    color: var(--red);
    border-bottom: 1px solid var(--red);
    margin-bottom: 10px;
    padding: 0 10px;
    padding-bottom: 5px;
}

.taisaku-list li .taisaku p{
    padding: 0 10px;
}

.jikomap-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 30px;
    padding: 20px 0;
}

.jikomap{
    display: block;
}

.jikomap p{
    text-align: center;
    margin-bottom: 10px;
}

.jikomap a img{
    width: 100%;
    max-width: 480px;
}

.outside{
    font-size: var(--title-size);
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.outside-list{
    display: block;
}

.outside-list li{
    width: 100%;
    margin-bottom: 30px;
}

.outside-list li a{
    background-color: var(--white);
    font-size: 1.8rem;
    color: var(--black);
    font-weight: bold;
    border: 2px solid var(--black);
    padding: 10px 10px;
}

.outside-list li a::before{
    display: inline-block;
    content: "";
    /* vertical-align: middle; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent var(--black);
    margin-right: 10px;
}

/* PC：.page-top ------------------- */
.page-top{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 0;
    width: 64px;
    height: 64px;
    font-family: "ヒラギノ角ゴ Pro W6";
    color: #fff;
    border-radius: 8px 8px 0 0;
    background-color: #e69c15;
}

.page-top::before{
    position: relative;
    top: 8px;
    content: "";
    width: 24px;
    height: 24px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}

.page-top:hover {
    background-color: #ecc049;
    opacity: 1;
}

/* #footer --------------------- */
#footer{
    background-color: var(--green);
    /* padding: 10px 10px; */
}

.foot-wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.foot-comp{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 20px 0;
}

.foot-comp li{
    width: 30%;
}

.foot-comp li a img{
    width: 100%;
    max-width: 145px;
}

.copyright{
    font-size: 1.4rem;
    color: var(--white);
    text-align: center;
}

/* スマホよこ ------------------ */
@media screen and (max-width: 896px){
    #header{
        margin-bottom: 30px;
    }

    #nav-drawer{
        position: fixed;
        top: 3%;
        right: 3%;
        z-index: 9999;
    }

    /* アイコンのスペース */
    #nav-open{
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }

    /* ハンバーガーの形をCSSで表現 */
    #nav-open span, #nav-open span:before, #nav-open span:after{
        background-color: rgba(230, 156, 21, 1);
        position: absolute;
        right: 0;
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        cursor: pointer;
        transition: .5s;
        z-index: 9999;
    }

    #nav-open span:before{
        bottom: -8px;
    }

    #nav-open span:after{
        bottom: -16px;
    }

    #nav-input:checked ~ #nav-open span{
        position: fixed;
        top: 5%;
        right: 81%;
    }

    /*メニューの中身*/
    #nav-content{
        position: fixed;
        top: 0%;
        right: 0;
        width: 80%;
        height: 100%;
        /* background: rgba(255, 255, 255, 1); */
        background: var(--white);
        background: var(--head-ac-bg);
        transform: translateX(100%);
        transition: .3s ease-in-out;
        overflow-y: scroll;
        z-index: 9999;
    }

    #nav-input:checked ~ #nav-content{
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
        transform: translateX(0%);
    }

    #nav-input:checked ~ #nav-open span{
        transform: rotate(45deg);
    }

    #nav-input:checked ~ #nav-open span:before{
        opacity: 0;
    }

    #nav-input:checked ~ #nav-open span:after{
        bottom: 0px;
        transform: rotate(90deg);
    }

    /*閉じる用の薄黒箇所*/
    #nav-close{
        background: rgba(0, 0, 0, 0.2);
        display: none;
        position: fixed;
        top: 0;
        right: 0%;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .5s ease-in-out;
        z-index: 999;
        z-index: 100;
    }

    /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close{
        display: block;
        opacity: .5;
    }

    .head-menu{
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px;
        /* z-index: 9999; */
    }

    .head-menu li{
        width: 100%;
        /* border-left: 10px solid var(--green); */
        margin-bottom: 20px;
    }

    .head-menu li:last-child{
        margin-bottom: 0;
    }

    .acd-content{
        flex-flow: column;
        width: 100%;
        height: 0;
        /* opacity: 0; */
        transition: all 0s ease;
    }

    .acd-check:checked + .acd-label + .acd-content{
        width: 100%;
        height: auto;
        opacity: 1;
        transform: translateY(180deg);
    }

    .acd-content ul{
        flex-flow: column;
        margin-top: 0px;
    }

    .acd-content ul li{
        width: 100%;
        border-left: none;
        overflow-y: scroll;
        /* z-index: 9999; */
        margin-bottom: 0;
    }

    .acd-content ul li a{
        font-size: var(--text-size);
        padding: 15px 10px;
    }

    .acd-content ul li a.small{
        font-size: var(--text-size);
    }

    /* スマホよこ：.wrapper ------------------- */
    .wrapper{
        /* width: 95%; */
    }

    /* スマホよこ：index.html#about ------------------- */
    .content-wrap{
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
    }

    #about .content-wrap p img{
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    #about .content{
        width: 100%;
    }

    /* スマホよこ：index.html#initiative ------------------- */
    #initiative{
        margin-bottom: 30px;
    }

    .initiative-list{
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .initiative-list li{
        /* width: 48%; */
        width: calc( 100% / 2.2 );
        margin-bottom: 30px;
    }

    .initiative-list li a{
        height: 400px;
    }

    /* スマホよこ：index.html#sns ------------------- */
    .sns-wrap{
        margin: 0 auto;
    }

    .sns-list{
        flex-flow: column;
    }

    .sns-list li{
        width: 100%;
        padding: 10px 10px;
    }

    .sns-list li{
        margin-bottom: 30px;
    }

    .sns-list li a{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .sns-list li .sns-content{
        text-align: left;
        width: 57%;
    }

    .sns-list li .sns-content h2{
        text-align: center;
    }

    .sns-list li .sns-content p{
        padding: 5px 10px;
    }

    .sns-list li .sns-content h2 br{
        display: block;
    }

    /* スマホよこ：scenic-cafe.html ------------- */
    #sc-cafe{
        padding: 10px 10px;
    }

    #sc-cafe h1{
        margin-bottom: 30px;
    }

    #trip-info h1{
        font-size: var(--title-size);
        text-align: center;
        padding-bottom: 10px;
    }

    #trip-info p{
        text-align: left;
    }

    .cafe-info-wrap{
        width: 100%;
        margin: 0 auto 30px;
        padding: 10px 0;
    }

    #sc-cafe .cafe-info-wrap h1{
        text-align: center;
        width: 90%;
        margin: 0 auto 10px;
    }

    .cafe-info-wrap p{
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .cafe-info-wrap ul{
        flex-flow: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .cafe-info-wrap ul li img{
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .cafe-info{
        flex-flow: column;
        justify-content: space-between;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .cafe-info dl{
        flex-flow: row wrap;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .cafe-info dl dt{
        justify-content: flex-start;
        width: 37%;
        margin-bottom: 10px;
        padding: 0px 0px;
    }

    .cafe-info dl dt span{
        width: 50%;
    }
    
    .cafe-info dl dd{
        width: 63%;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
    
    .cafe-info .map{
        width: 100%;
    }
    
    .cafe-info .map iframe{
        width: 100%;
        height: 200px;
    }

    /* スマホよこ：iinkai.html 勝手にオススメ委員会 ------------- */
    #iinkai h1{
        margin-bottom: 30px;
    }

    #iinkai h1 img{
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }

    .osusume-text{
        width: 95%;
        margin: 0 auto 30px;
    }

    .name-but{
        flex-flow: row wrap;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .name-but li{
        width: calc( 100% / 2.5 );
        margin-bottom: 15px;
    }

    .name-but li label{
        /* justify-content: flex-start; */
        font-size: 1.7rem;
        padding: 10px 10px;
    }

    .osusume-wrap{
        flex-flow: row wrap;
        /* justify-content: space-between; */
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .osusume-content{
        padding: 20px 0;
    }

    .osusume-content h2{
        font-size: var(--title-size);
        text-align: center;
        margin-bottom: 30px;
        padding: 0px 10px;
    }

    .osusume-box{
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .osusume{
        display: block;
        width: 100%;
        order: 2;
    }
    
    .osusume-img{
        display: block;
        text-align: center;
        margin-bottom: 20px;
        order: 1;
    }
    
    .osusume-img img{
        width: 100%;
        max-width: 300px;
    }
    
    .osusume-info{
        width: 100%;
        padding: 20px 20px;
    }

    .osusume-info .impression-text{
        width: 100%;
    }

    .shop-info{
        width: 100%;
        padding: 0px 0px;
    }

    .shop-name{
        font-size: var(--title-size);
        margin-bottom: 20px;
    }

    .shop-info dl{
        display: flex;
        flex-flow: row wrap;
        font-size: var(--text-size);
    }

    .shop-info dl dt{
        font-weight: bold;
        width: 100%;
        border-bottom: none;
        margin-bottom: 0px;
        padding: 5px 10px;
    }

    .shop-info dl dd{
        width: 100%;
        border-bottom: 1px solid var(--gray);
        margin-bottom: 0px;
        padding: 5px 10px;
    }

    /* スマホよこ：suminohito.html スミの人ファイル ------ */
    .sumi-but li{
        width: calc( 100% / 2.2 );
        margin-bottom: 20px;
    }

    .suminohito-list{
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .suminohito-list li{
        margin: 0 auto 30px;
        padding: 15px 10px;
    }

    /* スマホよこ：hanaippai.html 花いっぱい運動 --------- */
    #hanaippai p{
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .hana-wrap{
        margin-bottom: 50px;
    }

    .hana-wrap h2{
        position: relative;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .hana-wrap h2::before{
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 37%;
    }

    .hana-activity-wrap h3{
        align-items: center;
        font-size: var(--mobile-title-size);
        font-size: var(--text-size);
        margin-bottom: 20px;
    }
    
    .hana-input:checked ~ .hana-activity{
        height: 50vh;
        overflow-y: scroll;
    }

    .hana-image-list{
        flex-flow: row wrap;
        justify-content: center;
    }

    .hana-image-list li{
        margin-bottom: 30px;
    }

    .hana-activity-list{
        flex-flow: column wrap;
    }

    .hana-activity-list dt{
        width: 100%;
        border-bottom: none;
        padding: 5px 5px;
        padding-bottom: 0;
    }

    .hana-activity-list dd{
        width: 100%;
        padding: 5px 5px;
    }

    /* スマホよこ：ezoshika.html エゾシカ衝突事故対策 --- */
    .ezoshika-wrap{
        background-color: rgba(255, 239, 0, 1);
        margin-top: -30px;
    }
    
    .line{
        background: repeating-linear-gradient(-30deg, var(--black), var(--black) 10px, rgba(255, 239, 0, 1) 10px, rgba(255, 239, 0, 1) 25px);
        width: 100%;
        margin-bottom: 30px;
        padding: 5px 0;
    }

    .taisaku-list{
        display: block;
        width: 100%;
    }

    .taisaku-list li{
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 5px dashed var(--black);
        border-radius: 10px;
        padding: 15px 15px;
    }

    .taisaku-list li{
        width: 100%;
        margin-bottom: 30px;
    }

    .taisaku-list li img{
        width: 100%;
        margin: 0 auto 10px;
    }

    .taisaku-list li .taisaku{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .taisaku-list li .taisaku h2{
        text-align: center;
        margin-bottom: 10px;
        padding: 0 10px;
        padding-bottom: 5px;
    }

    .jikomap-wrap{
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px 0;
    }

    .jikomap{
        display: block;
        margin-bottom: 50px;
    }

    .jikomap p{
        text-align: center;
        margin-bottom: 10px;
    }

    .jikomap h2 img{
        width: 100%;
        margin-bottom: 20px;
    }

    .outside{
        font-size: var(--title-size);
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .outside-list{
        display: block;
    }

    .outside-list li{
        width: 100%;
        margin-bottom: 30px;
    }

    .outside-list li a{
        font-size: var(--text-size);
    }

    .outside-list li a::before{
        vertical-align: middle;
        margin-right: 5px;
    }
}

/* スマホたて ------------------ */
@media screen and (max-width: 480px){

    #nav-drawer{
        position: fixed;
        top: 1%;
        right: 3%;
    }

    #nav-input:checked ~ #nav-open span{
        position: fixed;
        top: 2%;
        right: 81%;
    }

    .head-menu li{
        width: 100%;
        /* border-left: 10px solid var(--green); */
        margin-bottom: 20px;
    }

    .acd-label p{
        width: 100%;
    }

    /* スマホたて：.wrapper ------------------- */
    .wrapper{
        /* width: 95%; */
    }

    /* スマホたて：#about ------------------- */
    .content-wrap{
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
    }

    #about .content-wrap p img{
        display: block;
        margin: 0 auto 10px;
    }

    #about .content{
        width: 100%;
    }

    /* スマホたて：#initiative ------------------- */
    .initiative-list{
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .initiative-list li{
        width: 100%;
        margin-bottom: 30px;
    }

    .initiative-list li a{
        height: auto;
    }

    /* スマホたて：#sns ------------------- */
    .sns-wrap{
        margin: 0 auto;
    }

    .sns-list{
        flex-flow: column;
    }

    .sns-list li{
        width: 100%;
        padding: 10px 10px;
    }

    .sns-list li{
        margin-bottom: 30px;
    }

    .sns-list li a{
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .sns-list li a img{
        width: 100%;
        margin: 0 auto 10px;
    }

    .sns-list li .sns-content{
        text-align: left;
        width: 100%;
    }

    .sns-list li .sns-content h2{
        /* font-size: 1.7rem; */
        text-align: center;
    }

    .sns-list li .sns-content p{
        padding: 5px 10px;
    }
    
    /* スマホたて：scenic-cafe.html ------------- */
    #trip-info{
        padding: 0px 10px;
    }

    #trip-info h1{
        font-size: 1.8rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #trip-info h1::before,
    #trip-info h1::after{
        width: 11px;
        height: 11px;
    }

    #trip-info p{
        text-align: left;
    }

    #sc-cafe .cafe-info-wrap h1{
    }

    #sc-cafe #michinoeki_masyu h1{
        text-align: center;
        padding: 5px 0;
    }

    .cafe-info-wrap h1 span{
        display: block;
        width: 40%;
        margin-bottom: 5px;
        margin-left: 5px;
        padding: 5px 10px;
    }

    #sc-cafe .cafe-info-wrap h1 br{
        display: block;
    }

    .cafe-info-wrap p{
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .cafe-info-wrap ul{
        flex-flow: column;
        align-items: center;
        margin-bottom: 10px;
    }

    .cafe-info-wrap ul li img{
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .cafe-info{
        flex-flow: column;
        justify-content: space-between;
    }
    
    .cafe-info dl{
        flex-flow: row wrap;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .cafe-info dl dt{
        justify-content: flex-start;
        align-items: center;
        width: 80%;
        margin-bottom: 8px;
        padding: 0px 0px;
    }
    
    .cafe-info dl dd{
        width: 100%;
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    
    .cafe-info .map{
        width: 100%;
    }
    
    .cafe-info .map iframe{
        width: 100%;
        height: 200px;
    }

    /* スマホたて：iinkai.html ------------- */
    .name-but li{
        justify-content: space-between;
        width: calc( 100% / 2.2 );
        margin-bottom: 15px;
    }

    .name-but li a{
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        padding: 7px 7px;
    }

    .name-but li a img{
        margin-right: 5px;
    }

    .osusume-content{
        padding: 30px 0;
    }

    .osusume-content h2{
        font-size: 1.9rem;
        margin-bottom: 30px;
        padding: 0px 10px;
    }

    .osusume-info{
        width: 100%;
        padding: 20px 0px;
    }

    .title-box{
        margin-bottom: 10px;
    }

    .shop-info{
        width: 100%;
        padding: 0px 0px;
        padding-top: 20px;
    }

    .shop-info dl{
        padding: 0px 0px;
    }

    /* スマホたて：suminohito.html スミの人ファイル ------ */
    .suminohito-text{
        width: 95%;
    }

    .sumi-but li{
        width: 100%;
        margin-bottom: 20px;
    }

    .suminohito-list{
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .suminohito-list li{
        margin: 0 auto 30px;
        padding: 15px 10px;
    }

    /*
    .timing01{
        transition-delay: .1s;
    }

    .timing02{
        transition-delay: .2s;
    }

    .timing03{
        transition-delay: .3s;
    }

    .timing04{
        transition-delay: .4s;
    }

    .timing05{
        transition-delay: .5s;
    }

    .timing06{
        transition-delay: .6s;
    }

    .timing07{
        transition-delay: .7s;
    }

    .timing08{
        transition-delay: .8s;
    }
    */

    /* スマホたて：hanaippai.html 花いっぱい運動 --------- */
    #hanaippai h1{
        text-align: center;
    }

    #hanaippai p{
        font-size: var(--text-size);
        text-align: left;
        margin-bottom: 30px;
    }

    .hana-wrap{
        margin-bottom: 50px;
    }

    .hana-wrap h2{
        font-size: 1.8rem;
        position: relative;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .hana-wrap h2::before{
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 58%;
    }

    .hana-image-list{
        flex-flow: column wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .hana-image-list li{
        margin-bottom: 30px;
    }
    
    /* スマホたて：ezoshika.html エゾシカ衝突事故対策 --- */
    #ezoshika .section{
        margin-bottom: 30px;
    }

    .line{
        background: repeating-linear-gradient(-30deg, var(--black), var(--black) 10px, rgba(255, 239, 0, 1) 10px, rgba(255, 239, 0, 1) 25px);
        width: 100%;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    #ezoshika-taisaku p{
        width: 100%;
        margin: 0 auto;
        padding: 15px 15px;
    }

    #zendou h1,
    #senkon h1{
        border-radius: 15px 15px 0 0;
        margin-bottom: 10px;
        padding: 5px 20px;
    }

    .taisaku-list li .taisaku h2{
        font-size: var(--text-size);
        margin-bottom: 10px;
        padding: 0 5px;
        padding-bottom: 5px;
    }

    /* スマホたて：#footer --------------------- */
    .foot-comp{
        flex-flow: column wrap;
        /* justify-content: center; */
        align-items: center;
        width: 100%;
        margin: 0 auto 30px;
        padding: 0px 0;
    }

    .foot-comp li{
        width: auto;
        margin-bottom: 20px;
    }
}