@charset "shift_jis";
/*content820pxReset*/
#main{
width:820px;
}
.contents_bg{
max-width: 1120px;
margin: 0 auto;
}
body.min{
min-width: 1120px;
}
/*winterWrap****************************************************/
.winterWrap{
width:100%;
max-width:820px;
margin: 0 auto;
}
.winterWrap img{
vertical-align:top;
}
.winterWrap a{
display: block;
}
/*naviBlock******************************************************/

.naviBlockA01{
    margin-bottom: 60px;
}
.textBlockA01{
    margin: 40px 0 20px;
    border: 5px solid #e3e5ed;
    padding: 18px 20px 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.textBlockA01 .title{
    margin-bottom: 2px;
}
.textBlockA01 .text{
    position: relative;
    padding-left: 17px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.textBlockA01 .text::after{
    content: '.';
    position: absolute;
    top: -21px;
    left: 3px;
    font-size: 30px;
}

.naviList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}


.winterWrap .btn{
    display: table;
    margin: 40px auto 0;
}
.winterBlock02{
    margin-top: 90px;
    margin-bottom: 155px
}
.winterBlock02 .gallery{
    display: flex;
    justify-content: space-around;
}
.winterBlock02 .gallery li{
    width: 25%;
}
.winterBlock02 .gallery li img{
    width: 100%;
}

.winterBlock02 .title{
    margin-bottom: 38px;
}

.winterBlock02 .footText{
    background-color: #e3e5ed;
    margin-top: 55px;
    padding: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
