@charset "utf-8";

/*----------------------------------------------------
  .block_summary
--------------------------------------------------- */
.block_summary{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.block_summary figure{
    height: 100%;
    height: 420px;
    background: url(../img/shop/mainvisual.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 70px;
}
.block_summary  .inner{
    width: 62.81vw;
    max-width: 858px;
    margin: 0 auto;
}
.block_summary  .inner .title{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
}
.block_summary  .inner p{
    font-size: 16px;
    line-height: 28px;
}
.block_summary  .inner .navi{
    overflow: hidden;
    margin-top: 70px;
}
.block_summary  .inner .navi li{
    float: left;
    width: 23%;
    margin-right: 2.5%;
}
.block_summary  .inner .navi li:last-child{
    margin-right: 0%;
}
.block_summary  .inner .navi li a{
    border:1px #002247 solid;
    border-radius: 40px;
    -webkit-border-radius: 40px;  
    -moz-border-radius: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.block_summary  .inner .navi li a:hover{
    background: #002247;
    color: #FFF;
}

@media only screen and (max-width: 896px) {
    .block_summary{
    }
    .block_summary figure{
        height: 100%;
        height: 115px;
        background: url(../img/shop/mainvisual.jpg) no-repeat center center;
        background-size: cover;
        margin-bottom: 40px;
    }
    .block_summary  .inner{
        width: auto;
        margin: 0 10.6666666vw;
    }
    .block_summary  .inner .title{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .block_summary  .inner p{
    }
    .block_summary  .inner .navi{
        margin-top: 80px;
    }
    .block_summary  .inner .navi li{
        float: none;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .block_summary  .inner .navi li a{
    }
    .block_summary  .inner .navi li a:hover{
    }

}
/*----------------------------------------------------
  .block_list
--------------------------------------------------- */
.block_list{
    position: relative;
    margin-top: 50px;
}
.block_list .title{
    font-size: 24px;
    margin-bottom:30px;
}
.block_list .inner{
    width: 79vw;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.block_list .inner .list{
    overflow: hidden;
    padding-bottom: 140px;
    letter-spacing: -0.4em;
}
.block_list .inner .list .column{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 31.539%;
    margin-right:2.69%;
    margin-bottom: 30px;
}
.block_list .inner .list .column:nth-child(3n){
    margin-right: 0;
}
.block_list .inner .list .column figure{
    width: 100%;
    height: 15.222vw;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.block_list .inner .list .column a:hover figure{
    opacity: 0.5;
}
@media only screen and (min-width: 1366px) {
    .block_list .inner .list .column figure{
        height: 208px;
    }
}
.block_list .inner .list .column figure span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.block_list .inner .list .column header{
    position: relative;
    border-bottom:1px #AAAAAA solid;
    padding-bottom: 12px;
}
.block_list .inner .list .column .column_title{
    font-size: 20px;
    line-height: 32px;
    padding-right: 25px;
}
.block_list .inner .list .column header ul{
    position: absolute;
    top: 0;
    right: 0;
}
.block_list .inner .list .column header ul li a{
    font-size: 20px;
}
.block_list .inner .list .column .meta{
    border-bottom:1px #AAAAAA solid;
    padding-top: 10px;
    overflow: hidden;
}
.block_list .inner .list .column .meta dl{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px #AAAAAA dotted;
}
.block_list .inner .list .column .meta dl.address{
    min-height: 100px;
}
.block_list .inner .list .column .meta dl:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.block_list .inner .list .column .meta dl dt{
    float: left;
    width: 23.529%;
    font-size: 16px;
    line-height: 28px;
}
body.lang-en .block_list .inner .list .column .meta dl dt{
    font-size: 12px;
    line-height: 20px;
    width: 33.529%;
    padding-top: 5px;
}
.block_list .inner .list .column .meta dl dd{
    float: left;
    width: 76.47%;
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
}
body.lang-en .block_list .inner .list .column .meta dl dd{
    width: 66.47%;
}
.block_list .inner .list .column .meta dl dd a.map{
    display: inline-block;
    width: 116px;
    height: 20px;
    border:1px #002247 solid;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #002247;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;  
    -moz-border-radius: 20px;
    margin-top:5px;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
.block_list .inner .list .column .meta dl dd a.map:hover{
    background:#002247;
    color: #FFF;
}

@media only screen and (max-width: 896px) {
    .block_list{
    }
    .block_list .inner{
        width: auto;
        max-width: auto;
        margin: 0 10.6666vw;
    }
    .block_list .title{
    }
    .block_list .inner .list{
        padding-bottom: 50px;
    }
    .block_list .inner .list .column{
        display:block;
        width:100%;
        margin-right:0;
        margin-bottom: 30px;
    }
    .block_list .inner .list .column:nth-child(3n){
        margin-right:0;
    }
    .block_list .inner .list .column:nth-child(2n){
        margin-right:0vw;
    }
    .block_list .inner .list .column figure{
        height: 48vw;
        margin-bottom: 20px;
    }
    .block_list .inner .list .column a:hover figure{
        opacity: 1;
    }
    .block_list .inner .list .column figure span{
    }
    .block_list .inner .list .column header{
        position: relative;
        border-bottom:1px #AAAAAA solid;
        padding-bottom: 12px;
    }
    .block_list .inner .list .column .column_title{
    }
    .block_list .inner .list .column header ul{
    }
    .block_list .inner .list .column header ul li a{
    }
    .block_list .inner .list .column .meta{
    }
    .block_list .inner .list .column .meta dl{
        padding-bottom: 12px;
    }
    .block_list .inner .list .column .meta dl.address{
        min-height: auto;
    }
    .block_list .inner .list .column .meta dl:last-child{
    }
    .block_list .inner .list .column .meta dl dt{
        width: 25.529%;
    }
    .block_list .inner .list .column .meta dl dd{
        width: 74.47%;
    }
    .block_list .inner .list .column .meta dl dd a.map{
    }
    .block_list .inner .list .column .meta dl dd a.map:hover{
    }
}
