@charset "utf-8";

/*------------------------------
common
------------------------------*/
.cf:after{
    content: "";
    display: block;
    clear: both;
}
#mainArea{
    padding: 0;
}
#contentsArea{
    width: 1000px;
}
.pic img{
    vertical-align: middle;
}
.pic,
.note{
    position: relative;
}
.btn{
    position: absolute;
}
.btn a:hover{
    opacity: .9;
}
.btn img{
    max-width: 100%;
}
.pic03 {
    /* border: 2px solid #f00; */
}


.shop_link_wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 6vw 6vw;
    /* border: 2px solid #00f; */
}
.shop_link_wrap .shop_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop_link_wrap .shop_link_list li {
    width: 49%;
    margin: 0 0 1.4vw;
}
.shop_link_wrap .shop_link_list li img{
    width: 100%;
    height: auto;
}




.pic08 .btn01{
    bottom: 0;
    left: 8.2%;
    width: 40.6%;
}
.pic08 .btn02{
    bottom: 0;
    right: 7.7%;
    width: 40.6%;
}


.grayarea {
    background: #c6d1d7;
}

@media only screen and (max-width: 767px){
#contentsArea{
    width: 100%;
    padding: 0;
}
}