body{
    margin: 0;
    padding: 0;
    font-family: "zen-old-mincho", sans-serif , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 400;
    font-style: normal;
}
img{
    width: 100%;
    vertical-align: top;
}
a{
    text-decoration: none;
    color: #000;
}

@media screen and (max-width:980px) {
    #sp{
        display: block;
    }
    #dt{
        display: none;
    }
}
@media screen and (min-width:980px) {
    #sp{
        display: none;
    }
    #dt{
        display: block;
    }
}
@media screen and (max-width:980px) {
    .top_section{
        width: 100%;
    }
    .icon_insta{
        position: fixed;
        top: 5vw;
        right: 5vw;
        width: 30px;
        z-index: 1000;
    }
    .entry_bottom{
        position: fixed;
        bottom: 0;
        width: 100vw;
        background-color: #000;
        z-index: 1000;
    }
    .entry_bottom #btn{
        color: #fff;
        text-align: center;
        padding: 20px 50px;
        font-size: 15px;
    }    
    .entry_bottom #btn #min{
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}
@media screen and (min-width:981px) {
    .top_section{
        width: 100%;
        padding-top: 50px;
    }
    .icon_insta{
        position: fixed;
        top: 30px;
        right: 30px;
        width: 30px;
        z-index: 1000;
    }
    .entry_bottom{
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: #000;
        z-index: 1000;
        border-radius: 100px;
        margin: 0 auto;
    }
    .entry_bottom #btn{
        color: #fff;
        text-align: center;
        padding: 10px 30px;
        font-size: 15px;
    }
    .entry_bottom #btn #min{
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}
@media screen and (max-width:980px) {
    .second_section{
        padding: 50px 0;
        padding-top: 150px;
        padding-bottom: 80px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-family: "zen-old-mincho", sans-serif;
    }
    .second_title{
        width: 100%;
        font-size: 30px;
        letter-spacing: 3.5px;
        margin-bottom: 20px;
    }
    .second_bun{
        width: 100%;
        font-size: 13px;
        letter-spacing: 1.5px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .second_bun_02{
        width: 100%;
        font-size: 13px;
        letter-spacing: 1.5px;
        line-height: 50px;
        margin-bottom: 20px;
        color: #909090;
    }
}
@media screen and (min-width:981px) {
    .second_section{
        padding: 100px 0 20px 0;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-family: "zen-old-mincho", sans-serif , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .second_title{
        width: 100%;
        font-size: 40px;
        letter-spacing: 5.5px;
        line-height: 80px;
        margin-bottom: 50px;
    }
    .second_bun{
        width: 100%;
        font-size: 20px;
        letter-spacing: 1.5px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    .second_bun_02{
        width: 100%;
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 50px;
        margin-bottom: 20px;
        color: #909090;
    }
}

@media screen and (max-width:980px) {
    .event_section{
        width: 100%;
        padding: 50px 0;
        margin: 0 auto;
        /* background-color: #f5f5f5; */
    }
    .event_title_box #icon{
        width: 150px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .event_title_box{
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .event_title_box #title{
        font-size: 35px;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .event_title_box #tag{
        font-size: 10px;
        letter-spacing: 2px;
    }
    .event_day_box{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .event_day_box #title{
        font-size: 15px;
        letter-spacing: 3px;
    }
    .event_day_flex{
        display: flex;
        gap: 5px;
        align-items:end;
        justify-content: center;
        padding-bottom: 20px;
    }
    .event_day_flex #year{
        font-size: 15px;
        padding-bottom: 5px;
    }
    .event_day_flex #day{
        font-size: 30px;
        padding-right: 20px;
    }
    .event_day_box #time{
        font-size: 25px;
    }
    .event_bun{
        font-size: 13px;
        width: 90%;
        margin: 0 auto;
        line-height: 30px;
        text-align: center;
        margin-bottom: 100px;
    }

    .pro_flex{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 50px 0 0 0;
        background-color: #e5e5e5;
    }
    .pro_box{
        width: 100%;
        text-align: center;
        margin-bottom: 120px;
    }
    .pro_box #img{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .pro_box #name{
        font-size: 25px;
        margin-top: 20px;
    }
    .pro_box #tag{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .pro_box #bun{
        font-size: 13px;
        line-height: 30px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }

    .point_section{
        width: 100%;
        margin: 0 auto;
    }
    .point_box{
        width: 100%;
        background-color: #fff;
        margin-bottom: 20px;
    }
    .point_box #img{
        width: 100%;
        height: 60vw;
    }
    .point_box #img img{
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }
    .point_box .pont_con{
        width: 94%;
        margin: 0px auto;
        padding: 40px 0 50px 0;
    }
    .point_box .pont_con #title{
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .point_box .pont_con #bun{
        font-size: 13px;
        line-height: 30px;
        letter-spacing: -0.1px;
    }
}
@media screen and (min-width:981px) {
    .event_section{
        width: 100%;
        padding: 100px 0;
        margin: 0 auto;
        /* background-color: #f5f5f5; */
    }
    .event_title_box #icon{
        width: 250px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .event_title_box{
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .event_title_box #title{
        font-size: 70px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .event_title_box #tag{
        font-size: 17px;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }
    .event_day_box{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .event_day_box #title{
        font-size: 23px;
        letter-spacing: 3px;
    }
    .event_day_flex{
        display: flex;
        gap: 10px;
        align-items:end;
        justify-content: center;
        padding-bottom: 20px;
    }
    .event_day_flex #year{
        font-size: 30px;
        padding-bottom: 15px;
    }
    .event_day_flex #day{
        font-size: 70px;
        padding-right: 20px;
    }
    .event_day_box #time{
        font-size: 40px;
        margin-bottom: 70px;
    }
    .event_bun{
        font-size: 18px;
        line-height: 50px;
        width: 70vw;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 100px;
    }

    .pro_flex{
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 100px 15% 0 15%;
        background-color: #e5e5e5;
    }
    .pro_box{
        width: 50%;
        margin-bottom: 80px;
        text-align: center;
    }
    .pro_box #img{
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .pro_box #name{
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
    .pro_box #tag{
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .pro_box #bun{
        font-size: 12px;
        line-height: 30px;
        width: 80%;
        margin: 0 auto;
        text-align: justify;
    }

    .point_section{
        width: 65%;
        padding: 0 17.5%;
        padding-top: 30px;
        padding-bottom: 70px;
        margin: 0 auto;
        background-color: #e5e5e5;
    }
    .point_box{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 25px;
        background-color: #fff;
        padding-right: 25px;
        margin-bottom: 40px;
    }
    .point_box #img{
        width: 200px;
        height: 200px;
    }
    .point_box #img img{
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .point_box .pont_con{
        width: 100%;
    }
    .point_box .pont_con #title{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .point_box .pont_con #bun{
        font-size: 13px;
        line-height: 26px;
    }
}

@media screen and (max-width:980px) {
    .entry_section{
        width: 100%;
        padding: 50px 0 100px 0;
        text-align: center;
    }
    .entry_section #icon{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .entry_section #title{
        font-size:30px;
        margin-bottom: 5px;
    }
    .entry_section #tag{
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
    .entry_section #con{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: justify;
        margin-bottom: 0px;
    }
    .entry_section #con #min{
        font-size: 13px;
    }
    .entry_section #con table{
        border-collapse:  collapse; 
        width: 90vw;
        margin: 0 auto;
    }
    .entry_section #con table td{
        border: #000 1px solid;
        padding: 10px 5px;
    }

    .entry_section #btn{
        width: fit-content;
        margin: 0 auto;
    }
    .entry_section #btn_bun{
        font-size: 18px;
        width: fit-content;
        padding: 0px 30px;
        border-radius: 100px;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }
    .entry_section #btn_bun:hover{
        background-color: #fff;
        color: #000;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
    }
}
@media screen and (min-width:981px) {
    .entry_section{
        width: 100%;
        padding: 50px 0 150px 0;
        text-align: center;
    }
    .entry_section #icon{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .entry_section #title{
        font-size: 60px;
        margin-bottom: 15px;
    }
    .entry_section #tag{
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }
    .entry_section #con{
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 auto;
        width: fit-content;
        text-align: justify;
        margin-bottom: 50px;
    }
    .entry_section #con #min{
        font-size: 14px;
    }
    .entry_section #con table{
        border-collapse:  collapse; 
    }
    .entry_section #con table td{
        border: #000 1px solid;
        padding: 15px 20px;
    }
    .entry_section #btn{
        width: fit-content;
        margin: 0 auto;
    }
    .entry_section #btn_bun{
        font-size: 18px;
        width: fit-content;
        padding: 10px 30px;
        border-radius: 100px;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
    }
    .entry_section #btn_bun:hover{
        background-color: #000;
        color: #fff;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
    }
}

@media screen and (max-width:980px) {
    .place_section{
        width: 100%;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #e5e5e5;
    }
    .place_section #tag{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .place_section #name{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .place_section #add{
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .place_section #btn{
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .place_section #btn_bun{
        font-size: 15px;
        width: fit-content;
        padding: 5px 20px 8px 20px;
        border-radius: 100px;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }
    .place_section #btn_bun:hover{
        background-color: #fff;
        color: #000;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
    }
    .place_img_flex{
        display: flex;
        justify-content: center;
        gap: 2vw;
        flex-wrap: wrap;
    }
    .place_img_flex #img{
        width: 47vw;
    }
}
@media screen and (min-width:981px) {
    .place_section{
        width: 100%;
        text-align: center;
        padding-bottom: 100px;
        padding-top: 80px;
        background-color: #e5e5e5;
    }
    .place_section #tag{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .place_section #name{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .place_section #add{
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .place_section #btn{
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .place_section #btn_bun{
        font-size: 15px;
        width: fit-content;
        padding: 5px 20px 8px 20px;
        border-radius: 100px;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }
    .place_section #btn_bun:hover{
        background-color: #fff;
        color: #000;
        border: 1px #000 solid;
        transition: 0.5s;
        cursor: pointer;
    }
    .place_img_flex{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .place_img_flex #img{
        width: 150px;
    }
}