@charset "utf-8";

@media screen and (max-width: 640px) {
img,a img {
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------
        Header
-------------------------------------------------*/
#header {
    
}
#header_menu {
    position: fixed;
    top: 50px;
    left: 0px;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    display: none;
}
#header_menu li {
    width: auto;
    float: none;
    border-bottom: 1px solid #666;
}
#header_menu li a {
    display: block;
    line-height: 45px;
}
.menu_btn {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
}
.menu_btn span {
    background-color: #00bee0;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px;
}



/* ----------------------------------------------
        Footer
-------------------------------------------------*/
#footer {
    height: auto;
    position: static;
}
#footer_menu {
    width: auto;
    padding: 20px 10px;
}
#footer_menu li {
    font-weight: normal;
    line-height: 2;
    font-size: 12px;
    margin: 0 12px;
}
#footer_menu li a {
    color: #fff;
}



/* ----------------------------------------------
        Wrapper
-------------------------------------------------*/
#wrapper {
    width: auto;
}
#wrapper .top h2 {
    margin-bottom: 30px;
}
.container {
    width: auto;
    margin: 30px auto;
}


/* ----------------------------------------------
        TOP
-------------------------------------------------*/
#key .ico_fb {
    top: 8px;
    right: 8px;
    width: auto;
}
#key {
    
}
#key p {
    width: auto;}
.top_gallery dl {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 5px;
    min-height: 180px;
}
#key .key_img {
    background-size: auto 300px;
    height: 200px;
}
#key img {
    max-width: 100%;
}
.top_gallery dl dd {
    font-size: 11px;
}


/* ----------------------------------------------
        MAP
-------------------------------------------------*/
.access h2 {
    margin: 0 10px;
}
.access_container .access_map {
    float: none;
    width: auto;
    margin: 0 10px 10px;
}
.access_container .access_info {
    float: none;
    width: auto;
    margin: 0 10px;
}
.access_container .access_info dl {
    margin: 0 0 20px;
}


/* ----------------------------------------------
        Our Winery
-------------------------------------------------*/
.about {
    margin: 0 10px;
}
.about .about_prof .about_prof_img {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
.about .about_prof .about_prof_body {
    margin-left: 0;
}
.about .about_prof .about_prof_body small {
    display: block;
    font-size: 12px;
}
.about .about_prof .about_prof_body h3 {
    font-size: 16px;
    margin: 20px 0;
}
.about .about_prof .about_prof_body p {
    font-size: 12px;
    line-height: 1.5;
}


/* ----------------------------------------------
        Our Winery
-------------------------------------------------*/
.store {
    margin: 0 10px;
}
.store p {
    font-size: 18px;
}
.store table {
    margin-top: 40px;
    display: block;
}
.store table tr th,
.store table tr td {
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
.store table tr th {
    margin-top: 15px;
}


/* ----------------------------------------------
        Shopping
-------------------------------------------------*/
.shopping .top_gallery dd {
    font-size: 16px;
}
.shopping h2 {
    margin: 0 10px;
}


/* ----------------------------------------------
        Shopping Pickup
-------------------------------------------------*/

#wrapper .shopping_pickup h2 {
    margin: 0 10px 36px;
}
.pickup_image {
    float: none;
    width: auto;
    padding: 0 15px;
}
.pickup_image div {
    text-align: center;
}
.pickup_image ul {
    overflow: hidden;
    margin-top: 20px;
}
.pickup_image ul li {
    width: 33%;
    margin-right: 0;
    padding: 0 15px;
}
.pickup_body {
    margin: 30px 10px 0;
}
.pickup_body h3 {
    font-size: 16px;
}
.pickup_body .price {
    font-size: 14px;
}


/* ----------------------------------------------
        Settlement
-------------------------------------------------*/
.settlement {
    margin: 30px 10px 0;
}
.settlement p {
    font-size: 14px;
}
.settlement .go_btn a {
    font-size: 16px;
    padding: 0 20px;
}
.settlement .return_link {
    margin-top: 20px;
}
.settlement .return_link a {
    font-size: 14px;
}
#container .block_outer #banner_area .block_body {
    border: none;
}

/* 【メイン】バナーエリア_02
----------------------------------------------- */
#main_column .block_outer #banner_area .block_body ul {
    width: 100%;
}
#main_column .block_outer #banner_area .block_body ul li {
    float: left;
}
#main_column .block_outer #banner_area .block_body ul li.sub_01 {
    padding-right: 8px;
}

/* 【サイド】バナーエリア_01
----------------------------------------------- */
/* 【サイド】バナーエリア_02
----------------------------------------------- */
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}


