@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body.-festa *{
    box-sizing: border-box;

}
body.-festa {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color:#2A3957;
    overflow-x: hidden;
    position: relative;
    z-index: -10;

}
main{
    background-image: url(/winterfesta2024/img/img-bg.png);
    background-size: contain;
    position: relative;
    z-index: -5;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    transition: opacity .3s;
}

a:hover {
    opacity: .7;
    transition: opacity .3s;
}


.vis-sp,
.vis-tb,
.hide-tb {
   display: none;
}

.hide-sp {
    display: block;
}

.u-inner{
    max-width: 1160px;
}
.u-inner.-large {
    max-width: 1135px;
}

.-pos_re {
    position: relative;
}

.-min{
    font-family:'Noto Serif JP', '游明朝' ,'Yu Mincho','Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E', serif;

}
.-b_txt{
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    /*display: none;*/
}

.close {
    text-align: center;
    left: 0;
    width: 100%;
    top: 100px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 5%;
    z-index: 110;
    box-sizing: border-box;
    font-size: 2em;
    color: #333;
    /*display: none;*/
}

.-link_none {
    pointer-events: none;
}


.hero {
    position: relative;
}
.hero_deco {
    position: absolute;
    transform: translateX(-50%);
    left: 74%;
    bottom: -13%;
    z-index: -5;
}

.hero_logo {
    margin: 0 auto;
    width: 100%;
}
.hero_logo img{
    width: 100%;
    height:auto;
}
.hero_cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero_txt {
    padding: 50px 0;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    gap: 10px;
}
.hero_img{
    width: 40%;
}
.hero_img img{
    width: 100%;
    height: auto;
}
.fes_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:7px;
    font-size: 33px;
    font-family:'Noto Serif JP', '游明朝' ,'Yu Mincho','Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E', serif;
    margin-bottom: 15px;
}
.fes_ttl:after {
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/deco-ttl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:141px;
    height:8px;
}
.outline {
    /* background-color: #EBE1D2;
    border-radius: 50% / 150px; */
    background-image:url(/winterfesta2024/img/img-event_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    margin: 100px 0;
    position: relative;
}
/* .outline_wrap{
    background-color: #EBE1D2;
    border-radius: 50% / 150px;
} */
/* .outline:before,.outline::after{
    display: inline-block;
    content: "";
    background-image: url(/winterfesta2024/img/deco-bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 605px;
    height: 162px;
    position: absolute;
    z-index: -2;
}
.outline:before{
    right: 0;
    top: 0;
    
}
.outline::after{
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
   
} */




.outline_list {}
.outline_detail_wrap{
    margin: 0 auto;
    /* width: 80%; */
}
.outline_detail{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:50px;
    margin-bottom: 30px;
    font-size: 25px;
}
.outline_detail dt{
    width: 100%;
    max-width: 180px;
    color:#FFF;
    background-color:#970E1B;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.outline_detail dd{
    width: 80%;
    display: flex;
    align-items: center;
}
.outline_detail dd em{
    font-style: normal;
    font-size: 43px;
    margin-right: 10px;
    font-weight: bold;
}
.outline_detail dd span.-youbi {
    display: inline-flex;
    justify-content: center;
    /*align-items: center;*/
    content:'';
    background-color: #970E1B;
    border-radius: 50px;
    width:2em;
    height:2em;
    color:#FFF;
}
.outline_detail dd span.-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.outline_detail dd span.-dash:after {
    border-top:1px solid #2A3957 ;
    content: "";
    width: 2em; 
}
.flyer{
    display: flex;
    justify-content: center;
}
.toyama{}
.toyama_txt{
    font-size: 20px;
    padding: 30px 0;
}
.syokuzai{
    padding-bottom: 30px;
    background-image: url(/winterfesta2024/img/deco-bg.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-position-y: 75px;
}
.syokuzai_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    text-align: right;
   font-weight: 500;

    
}
.syoku_list_box img{
    width: 100%;
    height: auto;
}
.jizake{}
.jizale_cnt{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.jizake .toyama_txt{
    max-width: 620px;
}
.shoplist {
    padding: 100px 0;
}
.shoplist_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:7px;
    font-size: 35px;
    margin-bottom: 30px;
}
.shoplist_ttl:before {
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/icn-snow02@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:53px;
    height:55px;
}
.shop_cnt_wrap{
    margin-top: 80px;

}
.shop_cnt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:80px 40px;
}
.shop_box {
    /* width: 25%; */
    min-width: 325px;
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    padding: 20px 16px;
    background-color: #fff;
    box-shadow: 2px 3px 5px 0px rgba(51, 51, 51, 0.2);
}
.shop_name{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.shop_name:before{
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/img-list_num01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width:50px;
    height:58px;
    flex: none;
    position: absolute;
    transform: translateX(-50%);
    top: -50px;
    left: 50%;
}
.shop_name.-n02:before{
    background-image:url(/winterfesta2024/img/img-list_num02.svg);
}
.shop_name.-n03:before{
    background-image:url(/winterfesta2024/img/img-list_num03.svg);
}
.shop_name.-n04:before{
    background-image:url(/winterfesta2024/img/img-list_num04.svg);
}
.shop_name.-n05:before{
    background-image:url(/winterfesta2024/img/img-list_num05.svg);
}
.shop_name.-n06:before{
    background-image:url(/winterfesta2024/img/img-list_num06.svg);
}
.shop_name.-n07:before{
    background-image:url(/winterfesta2024/img/img-list_num07.svg);
}
.shop_name.-n08:before{
    background-image:url(/winterfesta2024/img/img-list_num08.svg);
}
.shop_name.-n09:before{
    background-image:url(/winterfesta2024/img/img-list_num09.svg);
}
.shop_name.-n10:before{
    background-image:url(/winterfesta2024/img/img-list_num10.svg);
}
.shop_name.-n11:before{
    background-image:url(/winterfesta2024/img/img-list_num11.svg);
}
.shop_name.-n12:before{
    background-image:url(/winterfesta2024/img/img-list_num12.svg);
}
.shop_img {
    margin-bottom: 15px;
}
.shop_img img{
    width: 100%;
    height:auto;
}

.shop_detail{
    display: flex;
    align-items: flex-start;
    gap:8px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.shop_detail dt{
	flex: none;
	width: 35%;
	display: flex;
	align-items: baseline;
}
.shop_detail dt:before{
    display: inline-block;
    content:'';
    background-image: url(/winterfesta2024/img/icn-dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 0.2em;
}
.shop_detail dd {
	line-height: 1.2;
}
.shop_detail dd a{
    text-decoration: underline;
    color:#4BACFF;
}
p.-menu{
	display: inline-block;
    text-align: center;
    line-height: 1.2;
}
.-time{
	display: inline-block;
	margin-right: 0.5em;
}
.-price{
    display: inline-block;
    margin-left: 0.5em;
}
.-tax{
	font-size: 0.6em;
}

.shop_box p.-takumi {
    font-size: 17px;
    margin-bottom: 15px;
}
.shop_box p.-takumi span{
    background-color:#970E1B;
    color:#FFF;
    padding: 5px 10px;
    margin-right: 20px;
}
.shop_info{
    background-color: #EBE1D2;
    padding: 20px 50px;
    margin-top: 50px;
}
.shop_info_list{
    font-size: 18px;
    font-weight: 500;
}
.event {
    background-image:url(/winterfesta2024/img/img-stamp_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
    position: relative;
    /*overflow: hidden visible;;*/
    margin-bottom: -250px;
}
.-fp01{
    position: absolute;
    top: 6%;
    right: -1%;
}
.-fp02{
    position: absolute;
    bottom: 2%;
    left: 3%;
}
.event_ttl {
   position: absolute;
   transform: translateX(-50%);
   top: -300px;
   left: 50%;
}
.event_ttl_cap{
    font-size: 25px;
    border-bottom: 7px double #FFDB4F;
}
.event_cnt{
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.event_detail {
    display: flex;
    align-items: flex-start;
    gap:20px
}
.event_detail dt{
    display: flex;
    align-items: center;
    gap:5px;
}
.event_detail dt:before{
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/icn-dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width:1em;
    height:1em;
}
.prize_list_wrap{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.event_prize {
    box-sizing: border-box;
    /* background-color: #FFF; */
    /* border-radius: 10px; */
    padding: 30px 50px;
    margin: 30px auto;
    /* width: 80%; */
}
.prize_ttl {
    display: flex;
    justify-content: center;
    font-size:20px;
    /* margin-bottom:20px; */
}
.prize_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 960px;
}
.prize_li_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.prize_li_item figcaption{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
}
.prize_li_item figcaption .-limit{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap:5px;
}
.prize_li_item figcaption .-limit em{
    font-style: normal;
    font-size: 30px;
    color: #970E1B;
}
.prize_item_cap{
    margin-top: 30px;
    text-align: left;
}

.professional {
    padding: 120px 0;
}
.professional .u-ttl06{
    font-size: 29px;
}
.pro_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:7px;
    font-size: 35px;
}
.pro_ttl:before {
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/icn-snow01@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:53px;
    height:55px;
}
.pro_txt {
    font-size: 20px;
    max-width: 960px;
    margin: 20px auto;
    text-align: justify;
}
.about_colsWrap.-pro{
    padding: 20px;
    box-shadow: 5px 5px 20px -5px #ccc;
    margin: 30px auto 70px;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
}
.about_cols{
    padding: 15px;
}
.pro_ex {
    background-color: #F0F2F7;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto;
    width: 80%;
}
.pro_ex_ttl {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pro_ex_cnt_wrap{
    display: flex;
    justify-content: center;
    width:100%;
    max-width: 960px;
    margin: 0 auto;
}
.pro_ex_cnt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:30px;
    flex-wrap: wrap;
}
.pro_ex_img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dispatch {
    background-image:url(/winterfesta2024/img/img-bg_tile.png);
    background-repeat: repeat;
    color:#FFF;
    padding: 120px 0;
}
.dispatch_ttl{
    display: flex;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dispatch_txt{
    font-size: 20px;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 960px;
}
.dispatch_btn{
    display: flex;
    justify-content: center;
    text-align: center;
}
.contact {
    padding: 320px 0 140px;
    background: #EBE1D2 url(/winterfesta2024/img/img-foot_bg.png);
}
.contact_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:7px;
    font-size: 35px;
}
/* .contact_ttl:before {
    display: inline-block;
    content:'';
    background-image:url(/winterfesta2024/img/icn-snow02@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:53px;
    height:55px;
} */
.contact_txt {
    margin: 30px auto;
    text-align: center;
}
.contact_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.tel_bg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content:'';
    background-image:url(/winterfesta2024/img/img-btm_bg@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 390px;
    height:90px;
    color:#FFF;
    font-weight: bold;
    font-size: 20px;
}
.tel_bg:link{
    color:#FFF;
}
.-u_line{
    background:linear-gradient(transparent 60%, #FFF964 60%);
}
.-clr_r{
    display: inline-block;
    color: #970E1B;
    font-weight: 500;
}
.lang{
    position: absolute;
    right: 2%;
    top: 30px;
}
.lang_choice {
    position: relative;
    border: 1px solid #333;
}
.lang_choice_btn {
    display: inline-block;
    background: #fff;
    color: #333;

    font-weight: bold;
    font-size: 12px;
    line-height: 0;
    width: 170px;
    text-align: left;
    padding: 22px 10px;
    height: 35px;
    position: relative;
    -webkit-appearance: none;
    border: none;
}
.lang_choice_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.lang_choice_btn.-open:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.lang_choice_list {
    position: absolute;
    right: 0;
    list-style: none;
    width: 170px;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}
.lang_choice_list > li {
    border-bottom: 1px solid #333;
    background-color: #FFF;
    font-size: 14px;
    text-align: left;
    padding: 12px 10px;
    color: #333;
    font-weight: bold;
}
.lang_choice_list > li:last-child {
    border-bottom: none;
}
.lang_choice_list > li:hover {
    border: 1px solid #333;
    background-color: #333;
}
.lang_choice_list > li > a{
    display: block;
    color: #333;
}
.lang_choice_list > li:hover a{
    background-color: #333;
    color: #fff;
}

@media screen and (max-width:1030px) {
    .vis-tb {
        display: block;
    }

    .hide-tb {
        display: none;
    }
    .-takumi {}
    .hero {}
    .hero_logo {}
    .hero_txt {}
    .outline {}
    .outline_ttl {}
    .outline_list {}
    .shoplist {}
    .shop_cnt {}
    .shop_box {}
    .event {}
    .event_detail {}
    .event_prize {}
    .prize_ttl {}
    .prize_list {}
    .professional {}
    .pro_ttl {}
    .pro_txt {}
    .pro_ex {}
    .pro_ex_ttl {}
    .pro_ex_img {}
    .dispatch {}
    .contact {}
    .contact_ttl {}
    .contact_txt {}
    .contact_list {}

}
@media screen and (max-width:767px) {
    body.-festa {
        min-width: 375px;

    }

    .vis-sp {
        display: block;
    }

    .hide-sp {
        display: none;
    }
    .-youbi {}
    .-takumi {}
    .hero {}
    .hero_logo {}
    .hero_txt {
        font-size: 18px;
    }
    .hero_img{
        display: none;
    }
    .hero_deco{
        width: 95%;
        left: 55%;
        bottom: -15%;
    }
    .outline {
        background-image: url(/winterfesta2024/img/img-event_bg_sp.png);
    }
    .outline_detail_wrap{
        width: 100%;
    }
    .outline_detail{
        flex-direction: column;
        align-items: center;
        gap:10px;
        font-size: 18px;
    }
    .outline_detail dt{
        max-width: 100%;
        padding: 5px 20px;
    }
    .outline_detail dd {
        width: 100%;
        justify-content: center;
    }
    .outline_detail dd em{
        font-size: 25px;
    }
    .outline_detail dd span.-youbi{
    }
    .outline_detail dd span.-dash:after{
        width: 1em;
    }
    .outline_ttl {
        font-size: 25px;
    }
    .outline_list {}
    .toyama_txt{
        font-size: 15px;
    }
    .syokuzai{
        background-size: 100px;
        background-position-y:105px;
    }
    .syokuzai_list{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .jizale_cnt{
        flex-direction: column;
        gap: 10px;
    }
    .shoplist {}
    .shop_info_list{
        font-size: 16px;
    }
    .shop_cnt {
        grid-template-columns: 1fr;
        align-items: center;
        gap:50px;
    }
    .shop_box {
        width: 100%;
        border-top: 1px solid #CDCDCD;
        border-right:none;
        border-left:none;
    }
    .shop_box.-b01 {
        border-top: none;
    }
    .event {
        padding: 70px 0 50px;
        background-image: url(/winterfesta2024/img/img-stamp_bg_sp.png);
    }
    .event_ttl{
        top: -100px;
    }
    .event_ttl_cap{
        font-size: 18px;
        text-align: center;
    }
    .event_cnt{
        font-size: 16px;
        padding-top: 50px;
    }
    .event_detail {
        flex-direction: column;
        gap:0;
        margin-bottom: 10px;
    }
    .event_detail dd{
        padding-left: 1em;
    }
    .event_detail dd ul li{
        /* text-indent: -1em;
        padding-left: 1em; */
    }
    .event_detail p{
        text-align: center;
    }
    .event_prize {
        width: 100%;
        padding: 30px 15px;
    }
    .-fp01{
        width: 50%;
        top:-5%;
        right: -30%;
    }
    .-fp01 img{
        overflow: hidden;
    }
    .-fp02{
        width: 50%;
        bottom:1%;
        left: -1%;
    }
    .prize_ttl {
        font-size: 25px;
    }
    .prize_list {
        gap:10px;
        justify-content: center;
    }
    .prize_list figure{
    }
    .professional {}
    .pro_ttl {
        font-size: 25px;
        text-align: center;
    }
    .pro_txt {
        font-size: 16px;
        text-align: justify;
    }
    .pro_ex {
        width: 100%;
        padding: 30px 10px;
    }
    .pro_ex_ttl {
        font-size: 25px;
    }
    .pro_ex_cnt{
        gap:10px;
        align-items: flex-start;
    }
    .pro_ex_img {
        width: 48%;
    }
    .dispatch {
        /* padding: 70px 0; */
    }
    .dispatch_ttl{
        font-size: 22px;
        text-align: center;
    }
    .dispatch_txt{
        font-size: 16px;
    }
    .contact {
        /* padding: 70px 0; */
    }
    .contact_ttl {
        font-size: 26px;
    }
    .contact_txt {}
    .contact_list {
        flex-direction: column;
        align-items: center;
        gap:15px;
    }
    .lang{
        top: 10px;
    }

}


@media print {}