@charset "utf-8";

/* ********** model ********** */

.model{
    margin-top: 30px;
}


.model--logo{
    display: block;
    width: 273px;
    height: 28px;
    margin: 0 auto;
}

.cap__txt{
    margin-top: 10px;

}

.model__txt{
    margin-top: 40px;
    text-align: center;
    line-height: 1.6;

}

/* ===================
       tab
===================== */


/* tabのリスト */

.course__cappc{
    display: none;
}

.tab__list{
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    /* gap: 0 3%; */
    margin-top: 50px;

}

/* tab初期表示 */

.tab{
    opacity: 0.6;
    width: 32%;
}

/* tab表示状態 */

.tab.active{
    opacity: 1;
}

/* tabのコンテンツエリア */

.tab__contents{
    display: none;
    padding: 0 4%;

}

.tab__contents.show{
    display: block;
}

.contents__whiteback{
    background-color:#FFF;
    padding: 50px 3%;
    text-align: center;

}

.contents__subcap{
    /* margin-top: 50px; */
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
}

.contents__cap{
    margin-top: 10px;
    font-family: Zen Maru Gothic;
    font-size: 2rem;
    font-weight: 900;
    line-height:1;
    border-bottom: 2px dashed #F8C816;
    display: inline-block;
    padding-bottom: 10px;
}

.contents__txt{
    margin-top: 50px;
    text-align: left;
}

.pcbr{
    display: none;
}

.tab__course1pc,
.tab__course2pc,
.tab__course3pc{
    display: none;
}

.tab__course img{
    margin-top: 30px;
}

.contents__whiteback iframe{
    margin-top: 30px;
}

.tab__gauge1pc,
.tab__gauge2pc,
.tab__gauge3pc{
    display: none;

}

.refresh__map{
    margin: 0 auto;
    max-width: 847px;
}

.btn__contents{
    display: block;
    color: var(--txt-color);
    text-align: center;
    margin: 30px auto 0;
    width: 240px;
    font-family: Zen Maru Gothic;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 48px;
    background:#FFF;
    padding:17px 42px 17px  5px;
    border: 1px solid var(--txt-color);
    position: relative;

}

.btn__contents::after{
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(..//images/model/modal_openBtn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;

}

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

/* modalエリア初期表示 */
.modal{
    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: 0 4%;


}

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

.modal--item1{
    margin-top: 70px;
}


.modal__capGroup{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modal__capImg{
    width: 30px;
    height: 30px;

}

.modal__cap{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.modal__img1pc{
    display: none;
}

.modal__img1sp{
    margin: 30px auto;
}

.modal__img2,
.modal__img3{
    margin: 30px auto;
    display: block;
    width: 131px;
    height: 307px;
    
}

.modal__txt{
    max-width: 345px;
    margin: 30px auto 0;
    line-height: 1.6;

}

/* modal closeボタン */

.modal__closeBtn{
    width: 30px;
    height: 30px;
    position: fixed;
    right: 4%;
    top: 3%;
    z-index: 10;

}



/* modal表示 */
.modal.active{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}


/* model pc */

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

    .model--logo{
        margin-top: 50px;
        width: 634px;
        height: 53px;
    }

    .cap--model{
        margin-top: 15px;
    }

    .model__txt{
        margin-top: 50px;
        font-size: 1.8rem;
        line-height: 1.6;
    }


/* ===================
       tab
===================== */


/* tabのリスト */

.course__cappc{
    display: block;
}


.course__capsp{
    display: none;
}

.tab__list{
    display: flex;
    justify-content: center;
    gap: 0 3%;
    max-width: 955px;
    margin: 80px auto 0; 
}


/* tabのコンテンツエリア */

.tab__contents{
    display: none;
    padding: 0 14%;

}

.tab__contents.show{
    display: block;
}

.contents__whiteback{
    background-color:#FFF;
    padding: 70px 9%;
    text-align: center;

}

.contents__subcap{
    font-size: 1.8rem;
}

.contents__cap{
    margin-top: 12px;
    font-size: 2.6rem;
    border-bottom: 3px dashed #F8C816;
    padding-bottom: 12px;
}

.contents__txt{
    margin-top: 50px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.pcbr{
    display: block;
}


.tab__course{
    display: flex;
    justify-content: center;
    max-width: 824px;
    gap: 1.5%;
    margin: 50px auto 0;
}

.tab__course1pc,
.tab__course2pc,
.tab__course3pc{
    display: block;
    width: 62%;
}

.tab__course1sp,
.tab__course2sp,
.tab__course3sp{
    display: none;
}


.contents__whiteback iframe{
    margin-top: 50px;
}

.tab__gauge1pc,
.tab__gauge2pc,
.tab__gauge3pc{
    display:block;
    width: 38%;
}


.tab__gauge1sp,
.tab__gauge2sp,
.tab__gauge3sp{
    display: none;
}



.btn__contents{
    display: block;
    margin: 50px auto 0;
    width: 265px;
    font-size: 2rem;
    border-radius: 48px;
    padding:17px 42px 17px  5px;
    border: 2px solid var(--txt-color);
    position: relative;

}



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

/* modalエリア初期表示 */
.modal{
    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: 160px 14%;


}

.modal__item{
    /* margin-top: 70px; */
    margin: 0 auto;
    background: #FFF;
    padding: 40px 4%;
    max-width: 1024px;
}



.modal__capImg{
    width: 41px;
    height: 41px;

}

.modal__cap{
    font-size: 2.4rem;
}


.modal__img1sp{
    display: none;
}

.modal__img1pc{
    display: block;
    margin-top: 50px;
}


.modal__img2,
.modal__img3{
    margin: 26px auto;
    display: block;
    width: 114px;
    height: 307px;
    
}

.modal__txt{
    max-width: 345px;
    margin: 30px auto 0;
    font-size: 1.8rem;
    line-height: 1.4;

}

.modal__pcGroup{
    display: flex;
    justify-content: center;
    gap: 6%;
    max-width: 1024px;
    margin: 66px auto 0;

}

/* modal closeボタン */

.modal__closeBtn{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 14%;
    top: 60px;
    z-index: 10;

}



/* modal表示 */
.modal.active{
    opacity: 1;
    visibility: visible;
}


}

/* pc 769px */


/*********** course ******** */

.course{
    margin-top: 40px;
    padding: 0 4%;
}

.course--logo{
    display: block;
    width: 249px;
    height: 69px;
    margin: 0 auto;
}

.course--logoPc{
    display: none;
}

.cap--course{
    font-size: 1.8rem;
}

.course__type{
    margin-top: 50px;
}

.course__typePc{
    display: none;
}

.course__typeSp{
    display: block;
    width: 230px;
    height: 100px;
    margin: 0 auto;
}

.course__typeAllPc{
    display: none;
}

/* 椿峰キッチン */

.course--backBeige{
    margin-top: 30px;
    background-image: url(..//images/model/course_backBeige.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

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

/* lineエリア */

.bord{
    position: relative;
    width: 107px;
    height: 70px;
    z-index: 20;

}


.bord__cap{
    position: absolute;
    top: 38%;
    left: 10%;
    font-family: Zen Maru Gothic;
    font-size: 1.4rem;
    font-weight: 700;
    line-height:1;
    
}

.bord__txt{
    position: absolute;
    right: 20px;
    top: -5px;
    rotate: -8deg;
    width: 88px;
    height: 24px;
}

.line__group{
    /* width: 30%; */
}

.line{
    display: flex;
    justify-content: center;
    position: relative;
    right: 6px;
    bottom: 20px;
    width: 100%;
    height: 100%;
}

.line span{
    height: 100%;
    width: 16%;
    
}

.line1{
    border-right: 7px solid #BAD97C;
}

.line2{
    border-right: 7px solid #A6DDE6;
}

.line3{
    border-right: 7px solid #EFA684;
}

/* txtエリア */

.course__item{
    margin-top: 100px;
}

.txt__group{
    margin-bottom: 50px;
}

.item--1{
    margin-top: 0;
    margin-right: auto;
    max-width: 500px;
}



.course__img1{
    width: 100%;
    max-width: 300px;
    height: auto;

}

.course__cap{
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #F8C816;
}

.course__txt{
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.course__img2{
    width: 178px;
    height: auto;
    max-width: 260px;
}

.item--2{
    text-align: end;
}

.img2--vari{
   position: relative; 
   left:40px;
}

.btn-course{
    width: 197px;
    height: auto;
    margin: 20px 0 0 auto;
    background: #FFF;
    font-size: 1.4rem;
    border: 3px solid #FFDB54;
}

.course__img3{
    width: 70%;
    max-width: 280px;
    height: auto;
}


.item--4{
    margin-left: auto;
    max-width: 322px;
}

.course__img4{
    display: block;
    width: 80%;
    max-width: 290px;
    height: auto;
   margin-left: auto;

}

.circle__img{
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 16px auto 0;

}

.circle__txt{
    text-align: center;
    position:relative;
    max-width: 200px;
    margin: 0 auto;
}


.circle__txt::before{
    content: '';
    display: inline-block;
    width: 68px;
    height: 38px;
    background-image: url(..//images/model/line_left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -38px;
    bottom: 2px;
}

.circle__txt::after{
    content: '';
    display: inline-block;
    width: 68px;
    height: 38px;
    background-image: url(..//images/model/line_right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -38px;
    bottom: 2px;
}

/* 椿峰緑道 */

.course--backGreen{
    background-image: url(..//images/model/course_backgreen1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cap--2{
    letter-spacing: 5px;
    left: 15%;
}


.btn-course2{
    width: 197px;
    height: auto;
    margin: 20px 0 0 auto;
    background: #FFF;
    font-size: 1.4rem;
    border: 3px solid #FFDB54;
}

.course__illust{
    width: 37px;
    height: 37px;
    position: relative;
    right: 7px;
}

.course__2illust{
    width: 68px;
    height: 24px;
    position: relative;
    top: 20px;
    left: 150px;
}


.btn--midokoro{
    max-width: 260px;
    height: auto;
    margin: 20px auto 0;
    padding: 12px 26px 12px  13px;
    background: #FFDB54;
    font-size: 1.2rem;    
}


/* トトロの森1号地 */

.cap--3{
    top: 27%;
    left: 14%;
    line-height: 1.2;
    text-align: center;
}

.course--backGreen2{
    background-image: url(..//images/model/course_backgreen2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.coure__note{
    margin: 0 auto;
}

.typePc--refresh{
    display: none;
}

.typeSp--refresh{
    display: block;
    width: 184px;
    height: 55px;
    margin: 0 auto;

}

.btn-iitokodori{
    width: 190px;
    margin: 20px auto 0;
    font-size: 1.2rem;
    border-radius: 40px;
    background:#A6DDE6;
    padding: 10px 26px 10px  13px;
}
.btn-mankitsu{
    width: 190px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1.2rem;
    border-radius: 40px;
    background:#EFA684;
    padding: 10px 26px 10px  13px;
}


/* 狭山湖 */

.course--backBlue{
    background-image: url(..//images/model/course_backBlue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cap--4{
    letter-spacing: 6px;
    top: 35%;
    left: 23%;
}

.typeSp--iitokodori{
    width: 238px;
    height: 57px;
}

.typePc--iitokodori{
    display: none;
}

.btn-refresh{
    width: 190px;
    margin: 18px auto 0;
    font-size: 1.2rem;
    border-radius: 40px;
    background:#D9ECB3;
    padding: 10px 26px 10px  13px;
}

/* クロスケの家 */


.course--backBeige2{
    background-image: url(..//images/model/course_backBeige2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.course__illust5{
    width: 35px;
    height: 31px;
    position: relative;
    right: 116px;
}



/* course tablet */

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

.course{
    margin-top: 40px;
    padding: 0 14%;
}

.course--logoSp{
    display: none;
}

.course--logoPc{
    display: block;
    width: 66%;
    height: auto;
    max-width: 963px;
    margin: 130px auto 0;
}

.cap--course{
    font-size: 2.4rem;
}

.course__type{
    margin-top: 50px;
}

.course__typeSp{
    display: none;
}

.course__typeAllPc{
    display: block;
    width: 493px;
    height: 71px;
    margin: 30px auto 0;
}

/* 椿峰キッチン */


.course__group{
    display: flex;
    max-width: 1024px;
    margin: 0 auto ;
    justify-content: space-between;
    padding-bottom: 65px;
}

.course--backBeige{
    margin-top: 30px;
    background-image: url(..//images/model/course_backBeige_tab.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* lineエリア */

.bord{
    position: relative;
    width: 170px;
    height: 113px;
    z-index: 20;

}


.bord__cap{
    position: absolute;
    top: 38%;
    left: 14%;
    font-size: 2rem;
}

.bord__txt{
    position: absolute;
    right: 20px;
    top: -5px;
    rotate: -8deg;
    width:148px;
    height: 36px;
}

.line1{
    border-right: 15px solid #BAD97C;
}

.line2{
    border-right: 15px solid #A6DDE6;
}

.line3{
    border-right: 15px solid #EFA684;
}

/* txtエリア */

.course__item{
    margin-top: 120px;
}

.txt__group{
    margin-bottom: 45px;
}

.item--1{
    display: flex;
    gap: 2%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-right: auto;
    max-width: 838px;
}



.course__img1{
    width: 50%;
    max-width: 379px;
    height: auto;

}

.spbr{
    display: none;
}

.course__cap{
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.4;
}

.course__txt{
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
}

.course__img2{
    width: 50%;
    height: auto;
    max-width: 247px;
}

.item--2{
    display: flex;
    gap: 4%;
    justify-content: end;
    align-items: center;
    text-align: left;
}

.item--2-2{
    gap: 0;
}

.img2--vari{
    position: static;
}


.btn-course{
    width: 227px;
    font-size: 1.6rem;
}

.course__img3{
    width: 50%;
    max-width: 374px;
    height: auto;
}

.item--3{
    display: flex;
    gap: 2%;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
}


.item--4{
    display: flex;
    gap: 2%;
    /* justify-content: end; */
    align-items: center;
    margin-left: 0;
    max-width: 820px;
}

.course__img4{
    display: block;
    width: 50%;
    max-width: 347px;
    height: auto;
    margin-left: 0;
}

.circle{
    display: flex;
    gap: 36px;
    flex-direction: row-reverse;
    align-items: center;
}

.circle__img{
    max-width: 374px;
    width: 50%;
    height: auto;
    margin: 0;

}

.circle__txt{
    position:relative;
    max-width: 210px;
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
}


.circle__txt::before{
    content: none;
    
}

.circle__txt::after{
    content: none;
    
}


/* 椿峰緑道 */

.course--backGreen{
    background-image: url(..//images/model/course_backgreen1_tab.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cap--2{
    letter-spacing: 7px;
    left: 18%;
}

.pcbr{
    display: block;
}
/* 
.spbr{
    display: none;
} */


.btn-course2{
    width: 227px;
    height: auto;
    margin: 20px 0 0 auto;
    font-size: 1.6rem;
}

.course__illust{
    width: 60px;
    height: 60px;
    position: relative;
    right: 27px;
    bottom: -40px;
}

.course__2illust{
    width: 137px;
    height: 49px;
    position: relative;
    top: -10px;
    left: 460px;
}

.btn--midokoro{
    max-width: 385px;
    margin: 110px auto 0;
    padding: 20px 26px 20px  13px;
    font-size: 2rem;
    position: relative;
    
}

.btn--midokoro::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    background-image: url(..//images/model/midokoro_icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}


/* トトロの森1号地 */

.cap--3{
    top: 24%;
    left: 17%;
    line-height: 1.4;
}

.course--backGreen2{
    background-image: url(..//images/model/course_backgreen2Pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.course__note{
    margin: 0 auto;
}

.typeSp--refresh{
    display: none;
}

.typePc--refresh{
    display: block;
    width:404px;
    height: 51px;
    margin: 90px auto 0;
}

.course__btnGroup{
    display: flex;
    gap: 11%;
    margin: 30px auto;
    max-width: 597px;
}

.btn-iitokodori{
    width: 259px;
    margin-top: 0;
    margin: 0;
    font-size: 1.6rem;
    background:#A6DDE6;
    padding: 14px 26px 14px  13px;
}
.btn-mankitsu{
    width: 250px;
    margin: 0;
    margin-top:0;
    font-size: 1.6rem;
    background:#EFA684;
    padding: 14px 26px 14px  13px;
}


/* 狭山湖 */

.course--backBlue{
    background-image: url(..//images/model/course_backBluePc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cap--4{
    letter-spacing: 11px;
    top: 38%;
    left: 26%;
}

.typeSp--iitokodori{
    display: none;
}

.typePc--iitokodori{
    display: block;
    margin: 0 auto;
    width: 495px;
    height: 57px;
}

.btn-refresh{
    width: 259px;
    margin: 0;
    font-size: 1.6rem;
    border-radius: 40px;
    background:#D9ECB3;
    padding: 14px 26px 14px  13px;
}

/* クロスケの家 */


.course--backBeige2{
    background-image: url(..//images/model/course_backBeige2Pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.course__illust5{
    width: 49px;
    height: 43px;
    position: relative;
    right: 37px;
    top: 50px;
}


}

/*  tablet 900px */

/* course tablet */

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


/* 椿峰キッチン */


.course--backBeige{
    margin-top: 30px;
    background-image: url(..//images/model/course_backBeigePc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



/* txtエリア */


.item--1{
    display: flex;
    gap: 2%;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    max-width: 838px;
}



.item--2{
    display: flex;
    gap: 4%;
    justify-content: end;
    align-items: center;
    text-align: left;
}


.item--3{
    display: flex;
    gap: 2%;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
}


.item--4{
    display: flex;
    gap: 2%;
    /* justify-content: end; */
    align-items: center;
    margin-left: 0;
    max-width: 820px;
}

.circle__txt{
    position:relative;
    max-width: 210px;
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
}


.circle__txt::before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_up.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    bottom: 42px;
}

.circle__txt::after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 42px;
    bottom: -42px;
}


/* 椿峰緑道 */

.course--backGreen{
    background-image: url(..//images/model/course_backgreen1Pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.circle__txt2{
    position: relative;
}

.circle__txt2::before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_up.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    bottom: 67px;
}

.circle__txt2::after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 57px;
    bottom: -42px;
}



/* トトロの森1号地 */



.course--backGreen2{
    background-image: url(..//images/model/course_backgreen2Pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.circle__txt3{
    position: relative;
}

.circle__txt3::before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_up.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    bottom: 67px;
}

.circle__txt3::after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 40px;
    background-image: url(..//images/model/line_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 27px;
    bottom: -42px;
}



/* 狭山湖 */

.course--backBlue{
    background-image: url(..//images/model/course_backBluePc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* クロスケの家 */


.course--backBeige2{
    background-image: url(..//images/model/course_backBeige2Pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

}

/*  pc 1200px */

/*********** sns ******** */

.model__sns{
    margin-top: 30px;
    padding: 20px 4%;
    background-color: #CDEBEF;
}

.sns__contentsGroup{
    padding: 20px 4% 10px;
    border-radius: 10px;
    border: 1px dotted #E3D4BB;
    background-color: #FFF;

}

.sns_cap_left,
.sns_cap_right{
    width: 23px;
    height: 16px;
}

.sns__cap2{
    width: 77px;
    height: 25px;
}


.sns__cap{
    font-family: 'Zen Maru Gothic';
    font-size: 1.6rem;
    font-weight: 700;
    color:#389F9B;
    line-height: 1;text-align: center;

}

.sns__txt{
    margin-top: 20px;
    font-size: 1.4rem;
    color: #F37431;
    text-align: center;
}

.sns__item{
    margin-top: 20px;
    text-align: center;
}

.sns__item a{
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 16px;
}


.sns__imgGroup{
    display: flex;
    margin: 20px auto 0;
    gap: 4%;
    max-width: 270px;
}



.img__txt1{
    width: 95px;
    background: #FFFFF5;
    font-size: 1.4rem;
    line-height: 1;
    padding: 6px 4px;
    border-radius: 5px;
    position: relative;
    left: 18px;
    bottom: 14px;
   
}


.img__txt2{
    width:fit-content;
    background: #FFFFF5;
    font-size: 1.4rem;
    line-height: 1;
    padding: 6px 11px;
    border-radius: 5px;
    position: relative;
    left: 29px;
    bottom: 18px;

    
}


/* sns pc */

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

.model__sns{
    margin-top: 30px;
    padding: 60px 23%;
}

.sns__contentsGroup{
    margin: 0 auto;
    max-width: 750px;
    padding: 40px 4% 34px;
    border: 2px dotted #E3D4BB;
}


.sns_cap_left,
.sns_cap_right{
    width: 43px;
    height: 29px;
}

.sns__cap2{
    width: 77px;
    height: 25px;
}


.sns__cap{
    font-size: 2rem;
}

.sns__txt{
    font-size: 1.6rem;
}

.sns__item{
    margin-top: 40px;
    text-align: center;
}


.sns__item a{
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.sns__x{
    width: 35px;
    height: 38px;
}


.sns__imgGroup{
    display: flex;
    margin: 40px auto 0;
    justify-content: space-between;
    max-width: 70%;
}
/* 
.sns__img1,
.sns__img2{
    width: 80%;
  
} */

.img__txt1{
    width: fit-content;
    font-size: 1.6rem;
    padding: 8px 14px;
    position: relative;
    left: 18px;
    bottom: 14px;
   
}


.img__txt2{
    width:fit-content;
    font-size: 1.6rem;
    padding: 8px 14px;
    position: relative;
    left: 68px;
    bottom: 18px;    
}


}

/* pc 769px */

/*********** footer ******** */

.footer{
    margin-top: 0;
}


/*********** pagetop ******** */


.pagetop__model {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* pagetop pc */

@media screen and (min-width:769px) {
    .pagetop__model {
    width: 80px;
    height: 80px;
    bottom: 7%;
    right: 7%;
}

    
}


/* pc 769px */