@charset "utf-8";

/* ********** midokoro  ********** */

.main{
    padding: 0 4%;
}


.midokoro{
    margin-top: 40px;
}


.midokoro--logo{
    display: block;
    width: 253px;
    height: 33px;
    margin: 40px auto 0;
}

.cap__txt{
    margin-top: 5px;

}

.pcbr{
    display: none;
}

.midokoro__txt{
    margin-top: 50px;
    text-align: left;
    line-height: 2;
}

.m__item{
    margin-top: 30px;
    background: #FFF;
    padding:30px  4%;
}

.m__cap{
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 10px;
    font-weight: 700;
    text-align: center;
}

.tab__list{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 2%;
}

.tab__item{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 3px 7px;
    border-radius: 5px;
}

.item--refresh{
    background: #BAD97C;
}

.item--iitokodori{
    background: #A6DDE6;
}

.item--mankitsu{
    background: #EFA684;
}

.m__subcap{
    margin-top: 30px;
    font-weight: 700;
    line-height: 1.6;

}



.m__imgPc{
    display: none;
}


.m__imgSp,
.m__img2{
    display: block;
    margin: 30px auto 0;
}


.m__txt{
    margin-top: 30px;
}

.m__tag{
    display: flex;
    gap:6%;
    justify-content: center;
    margin-top: 30px;
    padding: 24px 4%;
    background: #FFFFF5;
}

.m__tagTxt{
    color: #F8C816;
    font-size: 1.4rem;
    font-weight: 700;
}

.spot__capGroup{
    margin-top: 30px;
    text-align: center;
}

.m__cap2{
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 2px dashed #F8C816;
    display: inline-block;
    padding-bottom: 9px;
    line-height: 1;
}

.spot__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.spot__item{
    width: 47%;
    margin: 30px 3% 0 0;
}

.spot__item:nth-child(2n){
    margin-right: 0;
} 

.spot__img{
    margin-top: 8px;
}

.spot__txt,
.spot__subcap{
    margin-top: 4px;
    line-height: 1.4;
    font-size: 1.2rem;
}

.spot__btnGroup{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.spot__cap{
    margin-top: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.spot__btn{
    display: block;
    width: 18px;
   height: 18px;
}


/* ===================
       modal
===================== */

.modal__group{
    margin-top: 30px;
    background: #FFF;
    padding: 60px 4%;
}

.modal__subcap{
    text-align: center;

}

.modal__imgSp{
    display: block;
    width: 100%;
    margin-top: 30px;
}

.modal__imgPc{
    display: none;
}

.modal__img2{
    display: block;
    /* width: 100%;
    height: 210px; */
    margin-top: 30px;
}


/* modalエリア初期表示 */
.modal,
.modal1,
.modal2,
.modal3,
.modal4,
.modal5,
.modal6,
.modal7,
.modal8,
.modal9,
.modal10,
.modal11,
.modal12,
.modal13,
.modal14,
.modal15{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 100%;
    height: 100%;
    background: #FFFFF5;
    overflow: auto;
    padding: 40px 4%;

}


/* modal表示 */
.modal.active,
.modal1.active,
.modal2.active,
.modal3.active,
.modal4.active,
.modal5.active,
.modal6.active,
.modal7.active,
.modal8.active,
.modal9.active,
.modal10.active,
.modal11.active,
.modal12.active,
.modal13.active,
.modal14.active,
.modal15.active{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

/* modal closeボタン */

.modal__closeBtn,
.modal__closeBtn1,
.modal__closeBtn2,
.modal__closeBtn3,
.modal__closeBtn4,
.modal__closeBtn5,
.modal__closeBtn6,
.modal__closeBtn7,
.modal__closeBtn8,
.modal__closeBtn9,
.modal__closeBtn10,
.modal__closeBtn11,
.modal__closeBtn12,
.modal__closeBtn13,
.modal__closeBtn14,
.modal__closeBtn15{
    width: 30px;
    height: 30px;
    position: fixed;
    right: 8%;
    top: 6%;
    z-index: 10;

}



/* トトロの森 */

.cap--totoro{
    letter-spacing: 0;

}

.totoro__web{
    text-decoration: underline;

}

/* 狭山湖 */

.subcap--center{
    text-align: center;
}

.m__capCoroto{
    letter-spacing: 4px;
}


/*  others */

.bord__group{
    display: flex;
    flex-direction: column;
}

.cap--simoyamaguchi{
    letter-spacing: 0;
   
}

.bord__bangai{
    display: block;
    width: 30%;
    height: auto;
    max-width: 100px;
    position: relative;
  
}

.ohters__txt{
    width: fit-content;
    font-size: 1.2rem;
    font-weight: 700;
    background:#FD9C68;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 7px;
    text-align: center;
    margin: 30px auto;
}

.spot__stimg{
    display: block;
    /* max-width: 400px; */
    margin: 20px auto 0;
    padding: 0 9%;
    
}

.modal__img2SPc{
    display: none;
}


.m__capikihure{
    letter-spacing: 3px;

}


/* midokoro pc */

@media screen and (min-width:769px) {
    .main{
    padding: 0 14%;
}


.midokoro--logo{
    display: block;
    width: 596px;
    height: 67px;
    margin: 70px auto 0 ;
}

.cap__txt{
    margin-top: 15px;

}

.pcbr{
    display: block;
}

.midokoro__txt{
    margin-top: 50px;
    text-align: center;
    line-height: 2;
}

.m__item{
    margin-top: 60px;
    padding:60px  9%;
}

.m__cap{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 3px;
}


.tab__list{
    margin-top: 50px;
    gap: 3%;
}

.spbr{
    display: none;
}

.tab__item{
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 5px;
}


.m__subcap{
    margin-top: 50px;
    text-align: center;
    font-size: 2rem;

}


.m__imgSp{
    display: none;
}


.m__imgPc{
    display: block;
    width: 100%;
    max-width: 824px;
    margin: 50px auto 0;
}

.m__pcGroup{
    display: flex;
    align-items: flex-start;
    max-width: 824px;
    gap: 4%;
    margin: 50px auto 0;
}

.m__pcGroup2{
   width: 50%;

}

.m__img2{
    margin: 0;
    width: 50%;

}

.m__txt{
    margin-top: 0;
}


.m__tag{
    gap:6%;
    margin-top: 20px;
    padding: 24px 4%;
    /* justify-content: space-between; */
}


.m__tagTxt{
    font-size: 1.6rem;
}


.spot__capGroup{
    margin-top: 80px;
    text-align: center;
}

.m__cap2{
    margin-top: 0px;
    font-size: 2.2rem;
    border-bottom: 3px dashed #F8C816;
    padding-bottom: 11px;
}

.spot__list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
    width: 100%;
    max-width: 966px;
    margin: 0 auto;
    justify-content:center;
}


.spot__item{
    width: 22%;
    margin: 50px 0 ;
}

.spot__item:nth-child(2n){
    margin-right: 0;
} 

.spot__img{
    margin-top: 8px;
}

.spot__txt,
.spot__subcap{
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
}


.spot__btnGroup{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.spot__cap{
    margin-top: 8px;
    font-size: 2rem;
    line-height: 1.2;
}

.spot__btn{
    width: 24px;
   height: 24px;
}


.bord__group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.bord__bangai{
    display: block;
    width: 40%;
    height: auto;
    max-width: 170px;
    position: relative;
    right: 2%;
  
}

.others__pcGroup{
    display: flex;
    gap: 3%;
    max-width: 500px;
    margin: 50px auto 0;


}

.ohters__txt{
    width: fit-content;
    font-size: 1.6rem;
    background:#FD9C68;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
}

.spot__stimg{
    display: block;
    width: 40%;
    /* max-width: 400px; */
    margin:  0;
    padding: 0;
    
}

.subcap--center2{
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 12px;
    text-align: left;

}

.ohters__txt


/* ===================
       modal
===================== */

.modal__group{
    margin: 70px 8%;
    padding: 60px 9%;
}

.modal__imgSp{
    display: none;

}


.modal__imgPc{
    display: block;
    width: 100%;
    max-width: 824px;
    margin: 30px auto;
}

.modal__img2{
    display: block;
    /* width: 400px;
    height: 260px; */
    margin-top: 0;
    width: 50%;
}

.modal__img2Sp{
    display: none;
}



/* modal closeボタン */

.modal__closeBtn,
.modal__closeBtn1,
.modal__closeBtn2,
.modal__closeBtn3,
.modal__closeBtn3,
.modal__closeBtn4,
.modal__closeBtn5,
.modal__closeBtn6,
.modal__closeBtn7,
.modal__closeBtn8,
.modal__closeBtn9,
.modal__closeBtn10,
.modal__closeBtn11,
.modal__closeBtn12,
.modal__closeBtn13,
.modal__closeBtn14,
.modal__closeBtn15{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 17%;
    top: 6%;
    z-index: 10;

}


}

/* pc 769px */

/*  cycling  */

.cycling{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background-image: url(..//images/midokoro/cycling_back.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 40px 0;
    max-width: 500px;
}

.cycling__img{
    width: 36px;
    height: 25px;
}

.cycling__txt{
    font-family: Zen Maru Gothic;
    font-size: 1.8rem;
    font-weight: 700;

}

.cycling__txt2{
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
}

.banner{
    display: block;
    width: 70%;
    max-width: 350px;
    margin: 5px auto 0;

}


/* cycling pc */

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

.cycling{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background-image: url(..//images/midokoro/cycling_backPc.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 50px 0;
    max-width: 829px;
}

.cycling__img{
    width: 40px;
    height: 32px;
}

.cycling__txt{
    margin-top: 18px;
    font-family: Zen Maru Gothic;
    font-size: 2.4rem;

}

.cycling__txt2{
    margin-top: 5px;
    font-size: 1.8rem;
}

.banner{
    display: block;
    width: 100%;
    max-width: 332px;
    margin: 7px auto 0;

}


}

/* px 769px */