@charset "UTF-8";
/* CSS Document */

/*========= 見出し部分 ===============*/
.header-h1 {
    width: 100%;
    height: 350px;
    margin-bottom: 70px;
    padding-top: 175px;
    color: #fff;
    background-position: center top;
    background-size:cover;
}
.header-h1-kuramoto {
    width: 100%;
    height: 244px;
    margin-bottom: 70px;
    padding-top: 115px;
    background: #F2F2F2
}

@media screen and (max-width:640px) {
.header-h1-kuramoto {
    height: 234px;
}
}
.h1-space {
    height: 45px;
}
.breadcrumb-space {
    margin-top: 102px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    font-size: .8em;
    color: #231815;
    margin-bottom: 0;
}
.breadcrumb-space-kuramoto {
    margin-top: 50px;
    font-size: .8em;
    color: #231815;
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.7);
}
.breadcrumb-space-kuramoto li a {
    color: #231815;
}
.breadcrumb-space li a {
    color: #231815;
}
.breadcrumb-space li a:hover {
    color: rgba(20,22,24, 0.6)
}
/*========= 下層ページh1スペース背景 ===============*/
.sake-list {
    background-image: url(../sake-list/img/top.jpg);
}
@media screen and (max-width:640px) {
.sake-list {
    background-image: url(../sake-list/img/top-sp.jpg);
}
}
.contact {
    background-image: url(../contact/img/top.jpg);
}
.about {
    background-image: url(../about/img/top.jpg);
}
/*========= 商品一覧ページ ===============*/
.back-sake-list {
    background-image: url(../sake-list/img/fuda/back-wood.jpg);
    background-repeat: repeat;
    width: 100%;
    height: auto;
    padding: 25px 20px 15px;
}
/*オンマウス　札回転 */
.img_wrap {
    width: auto;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(20,22,24, 0)
}
.img_wrap img {
    width: 100%;
    cursor: pointer;
    transition-duration: 1.9s;
}
.img_wrap:hover img {
    transform: rotateY( 180deg );
    transition-duration: 1.9s;
}



.product-list {
    font-size: 90%;
    line-height: 1.5em
}

.sake-list-st{
    margin: 0 auto;
    width: 90%;
    height: auto;
    padding: 10px 0 4px;
    border-radius: 2px;
}


.product-list li {
    list-style: none
}
.product-list .name {
     text-align: center;
    margin-bottom: 5px;
}
.product-list .price {
    text-align: center;
}
.product-list .zei {
    font-size: 10px;
}
/*========= aboutページ ===============*/






