@charset "utf-8";

/*------------------------------
common
------------------------------*/
.cf:after{
    content: "";
    display: block;
    clear: both;
}
#mainArea{
    padding: 0;
}


#contentsWrap {
    /* width: 100vw; */
    /* border: 1px dashed #f00; */
}
#contentsArea{
    width: 1000px;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}
@media all and (max-width:1000px) {
    #contentsWrap {
        /* width: 100vw; */
       /* border: 1px dashed #0f0; */
        
    }

    #contentsArea{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    img {
        width: 100%;
        height: auto;
    }
}

.pic img{
    vertical-align: middle;
}
.pic{
    position: relative;
}
.btn{
    position: absolute;
}
.btn a:hover img{
    opacity: .9;
}
.btn img{
    max-width: 100%;
}
@media all and (max-width:1000px) {
    .btn img{
        width: 100%;
        height: auto;
    }
}

.pic02 .btn01{
    left: 16.5%;
    bottom: 20%;    
    width: 26.6%;
}
.pic02 .btn02{
    left: 43.5%;
    bottom: 20%;    
    width: 26.6%;
}
.pic02 .btn03{
    left: 16.5%;
    bottom: 8%;    
    width: 26.6%;
}
.pic02 .btn04{
    left: 43.5%;
    bottom: 8%;    
    width: 26.6%;
}
.pic02 .btn05{
    right: 3.4%;
    bottom: 7.5%;
    width: 26.6%;
}
.pic02 .btn06{
    right: 3.0%;
    bottom: 6.8%;
    width: 26.6%;
}
@media all and (max-width:1000px) {
    .pic02 .btn06{
        right: 10%;
        bottom: 6.8%;
        width: 18.6%;
    }
}


/* ----------------------------  store ----- */

.store_list_section {
    background: #fffef3;
    padding: 100px 100px;
    
}

.store_list_section .store_mds{
    text-align: center;
    margin: 0 auto 60px;
}

.store_list {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between; 
      /*align-items: center; */
   
}
.store_list li {
    width: 390px;
    height: 120px;
    margin: 0 0 20px;
}

.store_list li a{
    display: block;
    border: 3px solid #542e2a;
    background: #fff;
    color: #542e2a;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center; /* 縦方向の中央寄せ */
}
.store_list li a:hover{
    background: #f9d6b2;
}


.store_list li a .store_name {
    /*width: 100%;*/
}
.store_list li a .sub_txt {
    font-size: 16px;
    /*width: 100%;*/
}


@media all and (max-width:1000px) {

.store_list_section {
    background: #fffef3;
    padding: 8vw 8vw;

}

.store_list_section .store_mds{
    text-align: center;
    margin: 0 auto 4vw;
    width: 40vw;
}


.store_list {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between; 
      /*align-items: center; */
   
}
.store_list li {
    width: 49%;
    height: 10vw;
    margin: 0 0 1.4vw;
}

.store_list li a{
    display: block;
    border: 0.4vw solid #542e2a;
    background: #fff;
    color: #542e2a;
    text-decoration: none;
    text-align: center;
    font-size: 2.4vw;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center; /* 縦方向の中央寄せ */
}

.store_list li a:hover{
    background: #f9d6b2;
}

.store_list li a .store_name {
    /*width: 100%;*/
}
.store_list li a .sub_txt {
    font-size: 1.6vw;
    /*width: 100%;*/
}



}