
/* -----　全体のベース　----- */
body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    }

h2 {
    font-family: 'Lora','Century','Avenir',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: 100;
    text-align: center;
    transform: rotate(.03deg);
    letter-spacing: 0.1em;
}

h3 {
    font-size: 16px;
    font-family: 'Lora','Century','Avenir',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    transform: rotate(.03deg);
}

.sub_text {
    color: #767676;    
    font-family: 'Lora','Century','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    letter-spacing: 0.1em;
    transform: rotate(.03deg);
}

.sub_text-h3 {
    color: #767676;    
    font-family: 'Lora','Century','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 500;
    text-align: center;
    margin: 2px 0 25px;
}

.glass-wine,.awards {
    background-color: #f6f6f6;
    width: 100%;
    overflow: hidden;
}

.shop-before {
    font-size: 12px;
}

img {
    max-width: 100%
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
* -----　リンクカラー　----- */

a:link {
    color: #000000; 
    text-decoration: none;
}
a:visited {
    color: #000000; 
}
a:hover {
    color: #626262; 
}

.menu_open a:link {
    color: #000000; 
    text-decoration: none;
}
.menu_open a:visited {
    color: #000000; 
}
.menu_open a:hover {
    color: #626262; 
}

/* -----　ボタン　----- */

.button {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #4f4844;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    margin: 40 auto;
    border-radius:3px;
}
.button:after {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #4f4844;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    margin: 0 auto;
    border-radius:3px;
}

.button:link {
  background-color: #4f4844;
  color: #FFF;
}

.button:hover {
  background-color: #7a6e67;
  color: #FFF;
}

.button:visited {
  color: #FFF;
}

.kodawari_bt {
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.kodawari_bt i {
    margin: 1px 0 0 8px;
}


.button_map {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #725636;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    margin: 40 auto;
    border-radius:3px;
}
.button_map::after {
    background-color: #725636;
    color: #FFF;
    transition: all .3s;
}

.button_map:link {
  background-color: #725636;
  color: #FFF;
}

.button_map:hover {
  background-color: #897866;
  color: #FFF;
}

.button_map:visited {
  background-color: #725636;
  color: #FFF;
}

.bt_access {
        text-align: center;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    color: #fff;
    }
.bt_access i {
        margin: 1px 0 0 8px;
}

.bt_onlineshop {
  display: inline-block;
  position: relative;
  text-align: left;
  border: 1px solid #897866;
  font-size: 14px;
  color: #897866;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.bt_onlineshop {
    color: #897866;
    margin: 10px 0 40px 0;
}
.bt_onlineshop:link {
    color: #897866;
}

.bt_onlineshop:visited {
    color: #897866;
}

.bt_onlineshop:hover {
  background-color: #897866;
  border-color: #897866;
  color: #FFF;
}


.bt_onlineshop i {
    margin: 1px 8px 0 0;
}


/* -----　■■■　PC用　--------------------------------------------------------------■■■ */


@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    
    .container {
        max-width: 1000px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
        overflow: hidden;
    }
   .container2 {
        max-width: 1000px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .headding {
        padding: 60px 50px;
    }
    
    h2 {
        font-size: 24pt;
    }
    h3 {
        font-size: 18px;
    }
    .sub_text {
        font-size: 16px;
        margin-top: 7px;
    } 
    .sub_text-h3 { 
        font-size: 12px;
        margin: 2px 0 25px;
    }
    
    
    /* -----　ヘッダー　----- */
    .header_wrap {
        overflow: hidden;
        padding: 10px 0 0px 0;
        border-bottom: 1px #000000 solid;
    }

    .logo {
        float: left;
    }


    
    /* -----　TOPメインビジュアル　----- */
    .main-visual {
        background:#000 url(../img/main-visual-pc.jpg) no-repeat center center;
        background-size:contain;
        height: 400px;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-visual h1 {
        font-size: 17pt;
        line-height: 36px;
        color: #FFF;
        font-family: 'Lora',“游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
        letter-spacing: 0.1em;
        font-weight: 700;
        text-align: center;
        opacity: 0.9; 
        padding-top: 0;
        text-shadow: -1px -2px 3px #000;
        transform: rotate(.03deg);
    }
    
    /* -----　サブページのメイン画像　----- */

.pagetop-image_shop {
    color: initial;
    width:100%;
    height: 300px;
    background: url(../img/pagetop_shop-pc.jpg) no-repeat center center;
    background-size:contain;
}

.pagetop-image_policy {
    color: initial;
    width:100%;
    height: 300px;
    background: url(../img/pagetop_policy-pc.jpg) no-repeat center center;
    background-size:contain;
}
    
   /* -----　ワイン蔵について　----- */
    .about-waingura {
        padding: 10px 0
    }

    .about-waingura h2 {
        text-align: left;
        font-size: 22px;
    }

    .shop-image-wrapper {
        width: 800px;
        margin: 0 auto;
        padding: 30px 0 0 0;
        overflow: hidden;
    }

    .shop-image {
        width: 340px;
        float: left;
        padding: 0 30px;
    }

    .shop-image img {
        width: 340px;
    }

    .shop-image p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
    
 /* -----　グラスワイン　----- */
    .glass-wine-wrap {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
        overflow: hidden;
    }
    .glass-wine_text {
        float: left;
        width: 320px;
        padding-right: 50px;
        align-items: center;
    }

    .glass-wine_image {
        float: right;
        width: 330px;
    }
    
    .glass-wine img {
        width: 330px;
    }
    
   /* -----　受賞やownerからのコメント　----- */
    
    .awards h3 {
        margin-bottom: 30px;
    }
    .comment_wrap {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .comment_wrap2 {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .comment_image {
        float: right;
        width: 30%;
        text-align: right;
    }
    .comment_image img {
        width: 230px;
    }
    .comment_text {
        float: left;
        width: 60%;
        padding: 0 50px 0 0;
    }
    .kodawari {
        width: 700px;
        margin: 50px auto 40px;
    }
    .awards_line {
        width: 30%;
        border-bottom: 1px;
    }
    .bytheglass_wrap {
        width: 80%;
        padding: 20px 40px;
        border: 1px solid #bfbfbf;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .bytheglass_cmt {
        font-size: 12px;
    }
    
   /* -----　こだわり　ワイナリー　----- */
    .winery-wrap {
        width: 900px;
        margin: 0 auto;
        padding: 80px 0 100px;
        overflow: hidden;
    }
    .winery {
        width: 172px;
        float: left;
        text-align: center;
        padding: 0 4px 18px;
    }
    .winery img {
        width: 160px;
    }
    .winery p {
        font-size: 12px;
        margin: 4px 0;
    }
    .kodawari-image {
        padding: 10px 0;
    }

    .kodawari-image img {
        width: 900px;
        text-align: center;
        margin: 0 auto;
    }
    
    /* -----　店舗案内ページ　----- */

    .shop {
    }

    .kashikiri {
        width: 60%;
        text-align: center;
        margin: 100px auto 20px;
    }

    .kashikiri h3 {
        color: #a07946;
        letter-spacing: 0.1em;
    }

    .map {
        text-align: center;
    }

    .text_brown {
        color: #725636;
        letter-spacing: 02.em;
        padding-bottom: -10px;
    }

    .address_wrap {
        width: 380px;
        margin: 10px auto;
    }
    .address_text {
        margin: 5px 0 0 0;
    }

    .shop-text {
        text-align: center;
    }
    
    /* -----　フッター　----- */

    .footer_wrap {
        background-color: #f6f6f6;
        color: #818181;
        padding: 34px 55px;
    }
    .footer_wrap i {
        padding: 0 0 0 10px;
        font-size: 24px;
        margin-top: 5px;
    }

    .footer_wrap a:link {
        color: #747474; 
    }
    .footer_wrap a:visited {
        color: #747474; 
    }
    .footer_wrap a:hover {
        color: #aeaeae; 
    }

    .footer_copy {
        background-color: #626262;
        color: #f6f6f6;
        font-size: 10px;
        text-align: center;
        padding: 6px 0 5px;
        letter-spacing: 0.1em;
    }
    .footer_co {
        display:inline-block;
        vertical-align:middle;
    }
    .footer_co a {
        display:inline-block;
    }
    
}


/* -----　■■　タブレット用　(min-width: 481px) --------------------------------------------------------------■■ */

@media screen and (min-width: 481px) and (max-width:767px) {

    body {
        font-size: 14px;
        line-height: 160%;
    }
    .container {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .container2 {
        max-width: 1000px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
        overflow: hidden;
    }
    .headding {
        padding: 50px 10px;
    }
    h2 {
        font-size: 18pt;
    }
    h3 {
        font-size: 16px;
    }
    .sub_text {
        font-size: 14px;
        margin-top: 7px;
    }
    .sub_text-h3 { 
        font-size: 12px;
        margin: 2px 0 25px;
    }
    img {
        max-width : 100% ;
        height : auto ;
    }
    
    /* -----　ヘッダー　----- */
    .header_wrap {
        overflow: hidden;
        padding: 10px 0 0px 0;
        border-bottom: 1px #000000 solid;
    }

    .logo {
        float: left;
    }
    .logo img{
        width: 194px;
        padding-bottom: 10px;
    }

    .menu_open {
        float: right;
        font-size: 12px;
    }

    .menu_open li {
        padding: 10px 20px 10px 20px;
        background-color: #fff;;
        list-style-type: none;
        display: inline;
    }
    .menu_open li:hover {
        background-color: #f6f6f6;
        border-radius: 4px;
    }
    
    .navToggle {
        display: none;
    }
    .globalMenuSp {
        display: none;
    }

    
    /* -----　TOPメインビジュアル　----- */
    .main-visual {
        background:#000 url(../img/main-visual-pc.jpg) no-repeat center center;
        background-size:100% auto;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-visual h1 {
        font-size: 14pt;
        line-height: 34px;
        color: #FFF;
        font-family: 'Lora',“游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
        letter-spacing: 0.1em;
        font-weight: 700;
        text-align: center;
        opacity: 0.9; 
        padding-top: 0;
        text-shadow: -1px -2px 3px #000;
        transform: rotate(.03deg);
    }
    
    /* -----　サブページのメイン画像　----- */

.pagetop-image_shop {
    width:100%;
    height: 300px;
    background: url(../img/pagetop_shop-pc.jpg) no-repeat center center;
    background-size:contain;
}

.pagetop-image_policy {
    width:100%;
    height: 300px;
    background: url(../img/pagetop_policy-pc.jpg) no-repeat center center;
    background-size:contain;
}
    
     /* -----　ワイン蔵について　----- */
    .about-waingura {
        padding: 10px 0
    }

    .about-waingura h2 {
        text-align: left;
        font-size: 20px;
    }

    .shop-image-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 0 0;
        overflow: hidden;
    }

    .shop-image {
        width: 40%;
        float: left;
        padding: 0 10px;
    }

    .shop-image img {
        width: 100%;
    }

    .shop-image p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
    
    /* -----　グラスワイン　----- */

    .glass-wine-wrap {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        overflow: hidden;
    }
    
    .glass-wine_text {
        
    }

    .glass-wine_image {
        text-align: center;
    }
    
    .glass-wine img {
        width: 330px;
    }
    
    /* -----　受賞やownerからのコメント　----- */

    .comment_wrap {
        width: 92%;
        margin: 0 auto;
        overflow: hidden;
    }
    .comment_image {
        float: right;
        width: 90%;
        text-align: right;
    }
    .comment_image img {
        width: 200px;
    }
    .comment_text {
        float: left;
        width: 60%;
        padding: 20px 60px 0 0;
    }

    .kodawari {
        width: 100%px;
        margin: 50px auto 40px;
    }
    
    .bytheglass_wrap {
        width: 80%;
        padding: 20px 40px;
        border: 1px solid #bfbfbf;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .bytheglass_cmt {
        font-size: 12px;
    }
    
    
    /* -----　こだわり　ワイナリー　----- */
    .winery-wrap {
        width: 900px;
        margin: 0 auto;
        padding: 80px 0 100px;
        overflow: hidden;
    }
    .winery {
        width: 172px;
        float: left;
        text-align: center;
        padding: 0 4px 18px;
    }
    .winery img {
        width: 160px;
    }
    .winery p {
        font-size: 12px;
        margin: 4px 0;
    }
    .kodawari-image {
        padding: 10px 0;
    }

    .kodawari-image img {
        width: 900px;
        text-align: center;
        margin: 0 auto;
    }
    
        /* -----　店舗案内ページ　----- */

    .shop {
    }

    .kashikiri {
        width: 60%;
        text-align: center;
        margin: 100px auto 20px;
    }

    .kashikiri h3 {
        color: #a07946;
        letter-spacing: 0.1em;
        font-size: 18px;
    }

    .map {
        text-align: center;
    }

    .text_brown {
        color: #725636;
        letter-spacing: 02.em;
        padding-bottom: -10px;
        font-size: 10px;
    }

    .address_wrap {
        width: 380px;
        margin: 10px auto;
    }
    .address_text {
        margin: 5px 0 0 0;
    }

    .shop-text {
        text-align: center;
    }
    
    /* -----　フッター　----- */

    .footer_wrap {
        background-color: #f6f6f6;
        color: #818181;
        padding: 28px 55px;
    }
    .footer_wrap img {
        width: 160px;
    }
    .footer_wrap i {
        padding: 0 0 0 12px;
        font-size: 22px;
    }

    .footer_wrap a:link {
        color: #747474; 
    }
    .footer_wrap a:visited {
        color: #747474; 
    }
    .footer_wrap a:hover {
        color: #aeaeae; 
    }

    .footer_copy {
        background-color: #626262;
        color: #f6f6f6;
        font-size: 10px;
        text-align: center;
        padding: 6px 0 5px;
        letter-spacing: 0.1em;
    }
    .footer_co {
        display:inline-block;
        vertical-align:middle;
    }
    .footer_co a {
        display:inline-block;
    }
}

/* -----　■　スマホ用　--------------------------------------------------------------■ */

@media screen and (max-width: 480px) {
    
    body {
        font-size: 12px;
        line-height: 170%;
    }
    .container {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    .container2 {
        width: 100%;
        padding: 0 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .headding {
        padding: 50px 10px;
    }
    h2 {
        font-size: 14pt;
    }
    h3 {
        font-size: 14px;
    }
    .sub_text {
        font-size: 12px;
        margin-top: 7px;
    } 
    .sub_text-h3 {  
        font-size: 10px;
        margin: 2px 0 25px;
    }
    img {
        max-width : 100% ;
        height : auto ;
    }
    
    /* -----　ヘッダー　----- */
    .header_wrap {
        padding: 10px 0 0px 0;
        border-bottom: 1px #000000 solid;
        position: fixed;
        background: #fff;
        z-index: 9999;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 78x;
    }
    .logo {
        float: left;
        padding: 10px;
    }
    .logo img{
        width: 160px;
        padding-bottom: 10px;
    }


    

    
/* -----　TOPメインビジュアル　----- */
    .main-visual {
        background:#000 url(../img/main-visual-pc.jpg) no-repeat center center;
        background-size:cover;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-visual h1 {
        font-size: 10pt;
        line-height: 24px;
        color: #FFF;
        font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
        letter-spacing: 0.1em;
        font-weight: 700;
        text-align: center;
        opacity: 0.9; 
        padding-top: 0;
        text-shadow: -1px -2px 3px #000;
        transform: rotate(.03deg);
    }
    
    /* -----　サブページのメイン画像　----- */

.pagetop-image_shop {
    width:100%;
    height: 420px;
    background: url(../img/pagetop_shop-sp.jpg) no-repeat center center;
    background-size:contain;
}

.pagetop-image_policy {
    width:100%;
    height: 280px;
    background: url(../img/pagetop_policy-sp.jpg) no-repeat center center;
    background-size:contain;

}
    
    /* -----　ワイン蔵について　----- */
    .about-waingura {
        padding: 10px 0
    }

    .about-waingura h2 {
        text-align: left;
        font-size: 16px;
    }

    .shop-image-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .shop-image {
        text-align: center;
        padding: 0 10px;
         width: 90%;
        margin-bottom: 10px:
    }

    .shop-image img {
        width: 100%;
        margin-bottom: 10px:
    }

    .shop-image p {
        font-size: 10px;
        line-height: 16px;
        padding: 5px 0 10px 0;
        margin: 0 auto;
    }

    /* -----　グラスワイン　----- */
    .glass-wine-wrap {
        padding-top: 20px;
        overflow: hidden;
    }
    
    .glass-wine_text {
        
    }

    .glass-wine_image {
        text-align: center;
        margin: 30px auto 50px;
    }
    
    .glass-wine img {
        width: 80%;
    }
    
     /* -----　受賞やownerからのコメント　----- */

    .comment_wrap {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .comment_image {
        margin: 5px 0;
        text-align: center;
    }
    .comment_image img {
        width: 200px;
    }
    .comment_text {
         padding: 5px 0 20px 0;
    }

    .bytheglass_wrap {
        width: 80%;
        padding: 20px 40px;
        border: 1px solid #bfbfbf;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .bytheglass_cmt {
        font-size: 12px;
    }
    
   /* -----　こだわり　ワイナリー　----- */
    
    .midashi {
        
    }
    .policy_page {
        
    }
    .kodawari {
        width: 100%;
        margin: 30px auto 20px;
    }
        
    .winery-wrap {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .winery {
        width: 50%;
        float: left;
        text-align: center;
        padding: 0 0 18px;
    }
    .winery img {
        width: 140px;
    }
    .winery p {
        font-size: 12px;
        margin: 4px 0;
    }
    .kodawari-image {
        
    }

    .kodawari-image img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    
    /* -----　店舗案内ページ　----- */

    .shop {
        margin-top: 100px 0 0 0;
        width: 100%;
    }

    .kashikiri {
        width: 80%;
        text-align: center;
        margin: 50px auto 10px;
    }

    .kashikiri h3 {
        color: #a07946;
        letter-spacing: 0.1em;
    }

    .map {
        width: 100%;
    }
    .map img {
        width: 100%;
    }
    
    .text_brown {
        color: #725636;
        letter-spacing: 02.em;
        padding-bottom: -10px;
    }

    .address_wrap {
        width: 90%;
        margin: 10px auto;
    }
    .address_text {
        margin: 5px 0 0 0;
    }

    .shop-text {
        text-align: left;
    }
    
    /* -----　フッター　----- */
    .footer_wrap {
        background-color: #f6f6f6;
        color: #818181;
        padding: 20px 40px;
    }
    .footer_wrap img {
        width: 120px;
    }
    .footer_wrap i {
        padding: 5px 0 0 10px;
        font-size: 20px;
        display:table
    }

    .footer_wrap a:link {
        color: #747474; 
    }
    .footer_wrap a:visited {
        color: #747474; 
    }
    .footer_wrap a:hover {
        color: #aeaeae; 
    }

    .footer_copy {
        background-color: #626262;
        color: #f6f6f6;
        font-size: 6px;
        text-align: center;
        padding: 6px 0 5px;
        letter-spacing: 0.1em;s
    }
    .footer_co {
        display:inline-block;
        vertical-align:middle;
    }
    .footer_co a {
        display:inline-block;
    }
    
}


/* ---------------------------------------------------------------------------------------- */




/* -----　ヘッダー　
.header_wrap {
    overflow: hidden;
    padding: 10px 0 0px 0;
    border-bottom: 1px #000000 solid;
}

.logo {
    float: left;
}
.logo img{
    width: 194px;
    padding-bottom: 10px;
}

.menu_open {
    float: right;
}

.menu_open li {
    padding: 10px 20px 10px 20px;
    background-color: #fff;;
}
.menu_open li:hover {
    background-color: #f6f6f6;
    border-radius: 4px;
}
----- */

/* -----　TOPメインビジュアル　
.main-visual {
    background:#000 url(../img/main-visual-pc.jpg) no-repeat center center;
    background-size:contain;
    opacity: 0.9;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-visual h1 {
    font-size: 18pt;
    line-height: 36px;
    color: #FFF;
    font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    opacity: 0.9; 
    padding-top: 0;
    text-shadow: -1px -2px 3px #000;
}
----- */

/* -----　ワイン蔵について　
.about-waingura {
    padding: 10px 0
}

.about-waingura h2 {
    text-align: left;
    font-size: 20px;
}

.shop-image-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    overflow: hidden;
}

.shop-image {
    width: 30%;
    float: left;
    padding: 0 10px;
}

.shop-image img {
    width: 270px;
    
}

shop-image p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}
----- */

/* -----　グラスワイン　メニュー　----- */

/* -----　グラスワイン　メニュー　
.glass-wine,.awards {
    background-color: #f6f6f6;
    width: 100%;
    overflow: hidden;
}

.glass-wine-wrap {
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
.glass-wine_text {
    float: left;
    width: 320px;
    padding-right: 50px;
    align-items: center;
}

.glass-wine_image {
    float: right;
    width: 330px;
}
.glass-wine img {
    width: 330px;
}
----- */

/* -----　受賞やownerからのコメント　

.comment_wrap {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
}
.comment_image {
    float: right;
    width: 230px;
    text-align: right;

}
.comment_image img {
    width: 230px;
}
.comment_text {
    float: left;
    width: 570px;
    padding: 30 60px 0 0px;
}

.kodawari {
    width: 700px;
    margin: 50px auto 40px;
}
----- */

/* -----　こだわり　ワイナリー　
.winery-wrap {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 100px;
    overflow: hidden;
}
.winery {
    width: 172px;
    float: left;
    text-align: center;
    padding: 0 4px 18px;
}
.winery img {
    width: 160px;
}
.winery p {
    font-size: 12px;
    margin: 4px 0;
}
.kodawari-image {
    padding: 10px 0;
}

.kodawari-image img {
    width: 900px;
    text-align: center;
    margin: 0 auto;
}
----- */



/* -----　店舗案内ページ　

.shop {
    
}

.kashikiri {
    width: 60%;
    text-align: center;
    margin: 100px auto 20px;
}

.kashikiri h3 {
    color: #a07946;
    letter-spacing: 0.1em;
}

.map {
    text-align: center;
}
.bt_access {
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.bt_access i {
    margin: 1px 0 0 8px;
}
.text_brown {
    color: #725636;
    letter-spacing: 02.em;
    padding-bottom: -10px;
}

.address_wrap {
    width: 380px;
    margin: 10px auto;
}
.address_text {
    margin: 5px 0 0 0;
}

.shop-text {
    text-align: center;
}
----- */

