body{
    margin: 0;
    padding: 0;
    font-family: Noto Sans JP,sans-serif;
}
img{
	vertical-align:top;
    width: 100%;
}

img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


a{
    text-decoration: none;
    color: #000;
}



@media (max-width: 980px) {
.totop_btn{
    position: fixed;
    width: 80px;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
}
@media (min-width: 981px) {
.totop_btn{
    position: fixed;
    width: 120px;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
}
@media (max-width: 980px) {
    #sp{
        display: block;
    }
    #dt{
        display: none;
    }
}
@media (min-width: 981px) {
    #sp{
        display: none;
    }
    #dt{
        display: block;
    }
}

@media (max-width: 980px) {
    .header_box{
        display: flex;
        gap: 10px;
    }
    .header_week_box_dt{
        display: none;
    }
    .header_week_box_sp{
        width: 100%;
        padding: 5px 0;
        display: flex;
        background-color: #fff;
        justify-content: center;
        border-top: 1px #d1bb79 solid;
        border-bottom: 1px #d1bb79 solid;
    }
    .header_week_sp{
        width: 50%;
        text-align: center;
    }
    .header_week_sp img{
        width: 45vw;
    }
    .header_icon{
        width: 40px;
    }
    .header_space{
        height: 120px;
    }
    
}
@media (min-width: 981px) {
    header{
        border-bottom: 1px #d1bb79 solid;
        padding: 5px 0;
    }
    .header_box{
        display: flex;
        gap: 10px;
    }
    .header_week_box_sp{
        display: none;
    }
    .header_week_box_dt{
        width: fit-content;
        display: flex;
        gap: 30px;
    }
    .header_week_dt{
        width: 280px;
    }
    .header_week_dt img{
        width: 100%;
    }
    .header_week{
        width: 200px;
    }
    .header_icon{
        width: 40px;
    }
    .header_space{
        height: 80px;
    }
    
}


@media (max-width: 980px) {
    .top_img{
        width: 100%;
    }
    .top_massage{
        width: 90%;
        margin: 10px auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 30px;
        color: #ab774e;
        text-align: center;
    }
    .top_week_flex{
        display: flex;
        width: 90%;
        margin: 0 auto;
        gap: 10px;
    }

    .section_contents{
        margin: 50px 0;
    }
    .week_btn{
        width: 96%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .week_back_img{
        width: 100%;
    }
    .week_box{
        width: 90%;
        padding: 5% 2.5%;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 50px;
    }
    .back_green{
        background-color: #72b280;
    }
    .back_red{
        background-color: #e18266;
    }
    .week_box #week{
        width: 80%;
        margin-bottom: 30px;
    }
    .con_box_flex{
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .con_box{
        width: 95%;
        padding: 2.5% 2.5%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
    }
    .con_box #time{
        position: absolute;
        width: fit-content;
        padding: 5px 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border-radius:  10px 0 10px 0;
    }
    .con_box .green{
        background-color: #72b280;
    }
    .con_box .red{
        background-color: #e18266;
    }
    .con_box #img{
        width: 100%;
        height: 50vw;
        margin-bottom: 10px;
    }
    .con_box #img img{
        width: 100%;
        height: 50vw;
        object-fit: cover;
        border-radius: 10px;
        /* outline: #e18266 5px solid; */
    }
    .con_box #title_green{
        font-size: 22px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #72b280;
    }
    .con_box #title_red{
        font-size: 22px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #e18266;
    }
    .con_box #bun{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .con_box .icon_flex{
        font-size: 12px;
        display: flex;
        margin-bottom: 5px;
        gap: 5px;
        align-items: center;
    }
    .con_box .icon_flex #icon{
        width: 20px;
    }
    .con_box .icon_flex #bun{
        font-size: 15px;
        margin: 0;
    }
}
@media (min-width: 981px) {
    .top_img{
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
    }
    .top_massage{
        width: 70%;
        max-width: 700px;
        margin: 10px auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 30px;
        color: #ab774e;
        text-align: center;
    }
    .week_back{
        width: 100%;
        padding-bottom: 15vw;
        background-image: url(../img/week_back_img_dt.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .top_week_flex{
        display: flex;
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
        gap: 50px;
    }

    .section_contents{
        margin: 50px 0;
    }
    .week_btn{
        width: 96%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .week_back_img{
        width: 100%;
    }
    .week_box{
        width: 80%;
        padding: 5% 2.5%;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 50px;
    }
    .back_green{
        background-color: #72b280;
    }
    .back_red{
        background-color: #e18266;
    }
    .week_box #week{
        width: 500px;
        margin-bottom: 30px;
    }
    .con_box_flex{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }
    .con_box{
        width: 28%;
        padding: 1% 1%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
    }
    .con_box #time{
        position: absolute;
        width: fit-content;
        padding: 5px 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius:  10px 0 10px 0;
    }
    .con_box .green{
        background-color: #72b280;
    }
    .con_box .red{
        background-color: #e18266;
    }
    .con_box #img{
        width: 100%;
        height: 15vw;
        margin-bottom: 10px;
    }
    .con_box #img img{
        width: 100%;
        height: 15vw;
        object-fit: cover;
        border-radius: 10px;
        /* outline: #e18266 5px solid; */
    }
    .con_box #title_green{
        font-size: 22px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #72b280;
    }
    .con_box #title_red{
        font-size: 22px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #e18266;
    }
    .con_box #bun{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .con_box .icon_flex{
        font-size: 12px;
        display: flex;
        margin-bottom: 5px;
        gap: 10px;
        align-items: center;
    }
    .con_box .icon_flex #icon{
        width: 20px;
    }
    .con_box .icon_flex #bun{
        font-size: 15px;
        margin: 0;
    }
}

@media (max-width: 980px) {
    .section_place{
        background-color: #80cbcb;
        width: 90%;
        padding: 5%;
    }
    .section_place .section_title{
        color: #fff;
        font-size: 40px;
        width: fit-content;
        margin: 20px auto;
    }
    .place_box_flex{
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .place_box{
        width: 95%;
        padding: 2.5% 2.5%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
    }
    .place_box #img{
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .place_box #name{
        font-size: 22px;
        margin-bottom: 5px;
        color: #80cbcb;
        font-weight: 600;
    }
    .place_box #map{
        background: #80cbcb;
        padding: 5px 10px;
        width: fit-content;
        border-radius: 20px;
        margin: 10px 0;
    }
    .place_box #map a{
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }
    .place_box #con{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .place_box #sen{
        height: 1px;
        width: 100%;
        margin: 20px 0;
        background-color: #80cbcb;
    }
    .place_box #address{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .place_box #title{
        font-size: 18px;
        margin-bottom: 8px;
    }
}
@media (min-width: 981px) {
    .section_place{
        background-color: #80cbcb;
        width: 85%;
        padding: 7.5%;
    }
    .section_place .section_title{
        color: #fff;
        font-size: 50px;
        width: fit-content;
        margin: 20px auto 50px auto;
    }
    .place_box_flex{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }
    .place_box{
        width: 28%;
        padding: 1% 1%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
    }
    .place_box #img{
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .place_box #name{
        font-size: 24px;
        margin-bottom: 5px;
        color: #80cbcb;
    }
    .place_box #map{
        background: #80cbcb;
        padding: 5px 10px;
        width: fit-content;
        border-radius: 20px;
        margin: 10px 0;
    }
    .place_box #map a{
        color: #fff;
        font-size: 10px;
        font-weight: 600;
    }
    .place_box #con{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .place_box #sen{
        height: 1px;
        width: 100%;
        margin: 10px 0;
        background-color: #80cbcb;
    }
    .place_box #address{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .place_box #title{
        font-size: 15px;
        margin-bottom: 12px;
        color: #80cbcb;
        font-weight: bold;
    }
    .place_box #con{
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .about{
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 981px) {
    .about{
        width: 800px;
        margin: 0 auto;
    }
}

@media (max-width: 980px) {
    footer{
        width: 100%;
        padding: 50px 0 0px 0;
        text-align: center;
    }
    .footer_logo{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .footer_company{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer_contact{
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 38px;
    }
    .footer_copy{
        font-size: 12px;
    }
    .kyosan{
        width: 300px;
        margin: 0 auto;
    }
}
@media (min-width: 981px) {
    footer{
        width: 100%;
        padding: 50px 0 0px 0;
        text-align: center;
    }
    .footer_logo{
        width: 250px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .footer_company{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer_contact{
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 38px;
    }
    .footer_copy{
        font-size: 12px;
    }
    .kyosan{
        width: 400px;
        margin: 0 auto;
    }
}


@media (max-width: 980px) {
    .tag_section{
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
        margin-bottom: 20px;
        color: #72b280;
    }
    .tag_section a{
        color: #72b280;
    }
    .tirashi_section{
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 981px) {
    .tag_section{
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
        margin-bottom: 20px;
        color: #3e3e3e;
    }
    .tag_section a{
        color: #3e3e3e;
    }
    .tirashi_section{
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
    }
}