﻿@charset "utf-8";
/* **********************
  全体
********************** */
body{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
/*	font-size: 28px; */
	-webkit-text-size-adjust: none;
    min-width: 1000px;
}

.hiragino{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.mincho{
   font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}

.kozuka{
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

*{
    box-sizing: border-box;
}

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	/* content: ""; */
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

img{vertical-align: bottom;}

.container{
    width: 1000px;
    margin: auto;
    position: relative;
}

.sp{
    display: none;
}


/* **********************
  毎月のワイン
********************** */
.month-wine7 { width: 1000px; background-color:#b6d8e2; margin-top:35px; }
.month-wine8 { width: 1000px; background-color:#dff3cd; margin-top:35px; }
.month-wine9 { width: 1000px; background-color:#f7e4c4; margin-top:35px; }
.month-wine10 { width: 1000px; background-color:#d7b996; margin-top:35px; }
.month-wine11 { width: 1000px; background-color:#f6cac1; margin-top:35px; }
.month-wine12 { width: 1000px; background-color:#97c091; margin-top:35px; }
.month-wine1 { width: 1000px; background-color:#f8f3b7; margin-top:35px; }
.month-wine2 { width: 1000px; background-color:#f6cadf; margin-top:35px; }
.month-wine3 { width: 1000px; background-color:#ccff99; margin-top:35px; }
.month-wine4 { width: 1000px; background-color:#fffacd; margin-top:35px; }
.month-wine5 { width: 1000px; background-color:#afeeee; margin-top:35px; }
.month-wine6 { width: 1000px; background-color:#bdb76b; margin-top:35px; }
.wine-l{ float: left; width: 500px; font-size: 18px; line-height: 180%; }
.wine-r{ float: right; width: 500px; font-size: 18px; line-height: 180%; }
.wine-l p, .wine-r p { padding: 25px;}
.wine-l p strong, .wine-r p strong { font-size: 21px; font-weight:bold;} 


/* **********************
  コンテンツ
********************** */


/* ****** header ****** */

header{
    border-top: 3px solid #671952;
    background: url(../images/main.jpg) no-repeat center top;
    background-size: cover;
    min-height: 535px;
    text-align: center;
    padding-top: 120px;
}

header h1{
    font-size: 70px;
    line-height: 135px;
    color: white;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);

}

header p{
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 10px;
}

header p span{
    color: #d2a52b;
}

header .label {
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}

header .label_black{
    background: url(../images/label_img01.png) no-repeat top center;
    height: 60px;
    width: 53%;
    background-size: 100% 100%;
    line-height: 60px;
    z-index: 9999;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
}

header .label_red{
    background: url(../images/label_img02.png) no-repeat top center;
    height: 60px;
    width: 50%;
    background-size: 100% 100%;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.main_con .main_txt {
    position: relative;
    top: 40px !important;
}

.main_txt p {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #950000;
    font-weight: 500;
}

.main_txt p span {
    font-weight: bold;
    color: #950000;
    border-bottom: 4px solid;
    padding-bottom: 3px;
}

.main_txt .small_txt {
    position: relative;
    top: -67px;
    font-size: 11px;
    /* left: 328px; */
    color: #000;
    width: 81%;
    margin: 0 auto;
    text-align: right;
}

.main_txt img {
    width: 100%;
}

.main_sub{
    background: url(../images/main_sub.png) no-repeat top center;
    height: 230px;
    background-size: cover;
    }

.main_sub ul {
    font-size: 23px;
    color: #fff;
    padding: 40px 0 0px 0;
    font-weight: bold;
    line-height: 50px;
}

.main_sub ul li {
}

.main_sub ul li::before{
    content: '';
    display: inline-block;
    width: 53px;
    height: 53px;
    background-image: url(../images/star_icon.png);
    background-size: inherit;
    vertical-align: middle;
}

/* ****** contact ****** */
.contact{
    background: #ae80a0;
    padding-bottom: 30px;
}

.contact_top{
    background: url(../images/contact_purpleBg.png) repeat top center;
    height: 128px;
}

.contact_top > .container{
    background: url(../images/contact_star.png) no-repeat center;
    height: 128px;
    background-size: contain;
    background-position: 51% 0%;
}

.contact_top .star_txt{
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 60px;
    text-shadow: 2px 0 0 #b78618, -2px 0 0 #b78618, 0 2px 0 #b78618, 0 -2px 0 #b78618, 1px 1px #b78618, -1px -1px 0 #b78618, 1px -1px 0 #b78618, -1px 1px 0 #b78618;
}

.contact_top .big_txt{
    font-size: 44px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    color: white;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: left;
}

.contact_top .big_txt span{
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.contact_wrap{
    background: url(../images/contact_bg.png) no-repeat center top;
    min-height: 371px;
    margin-top: -13px
}

.contact_wrap > .container{
    height: 371px;
    overflow: visible;
}

.contact_wrap .wine_pic{
    position: absolute;
    left: 0;
    top: -80px;
}

.contact_wrap .book_pic{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_wrap .text_wrap{
    position: absolute;
    right: 15px;
    top: 40px;
    text-align: right;
}

.contact_wrap .text_wrap p{
    font-size: 22px;  
}

.contact_wrap .text_wrap p span{
    font-weight: bold;
    position: relative;
}

.contact_wrap .text_wrap p span:before{
    content: "";
    color: #d52a2a;
    border-top: 1px solid #d52a2a;
    border-bottom: 1px solid #d52a2a;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_wrap .text_wrap .price{
    font-size: 100px;
    position: relative;
    color: #c41212;
}

.contact_wrap .text_wrap .price span.bottle{
    color: #c41212;
    background: url(../images/contact_wine_icon.png) no-repeat center;
    line-height: 150px;
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.contact_wrap .text_wrap .price span.label{
    font-size: 14px;
    color: white;
    font-style: normal;
    background: #280e20;
    border-radius: 50%;
    padding: 10px 15px;
    line-height: 20px;
    position: absolute;
    right: -15px;
    top: 8px;
}

.contact_wrap .text_wrap .price span.yen{
    font-style: italic;
    font-size: 130px;
    margin-left: -50px;
    line-height: 150px;
    letter-spacing: -9px;
    position: relative;
    /*background: linear-gradient(350deg, #aa0808 50%, #d52a2a 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/
    padding-right: 20px;
}


.contact_wrap .text_wrap .price span.yen span.unit{
    font-size: 60px;
    font-weight: bold;
}

.contact_wrap .main_btn{
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_wrap .main_btn a{
    
    background: rgba(25,159,63,1);
    background: -moz-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(25,159,63,1)), color-stop(51%, rgba(25,159,63,1)), color-stop(51%, rgba(12,131,38,1)), color-stop(100%, rgba(12,131,38,1)));
    background: -webkit-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -o-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -ms-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: linear-gradient(160deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199f3f', endColorstr='#0c8326', GradientType=1 );
    -webkit-box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    border: 1px solid #bcf1cb;
    border-radius: 3px;
    padding: 30px 0;
    width: 80%;
    margin: auto;
    display: block;
    color: white;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;  
    position: relative;
}

.contact_wrap .main_btn a:after{
    content: "";
    background-image: url(../images/btn_arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_wrap .main_btn a:hover{
    -webkit-box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    -moz-box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    background: rgba(25,159,63,1);
}

.contact .tyui{
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    color: white;
    margin-top: 10px;
}

/* ****** contact2 ****** */
.contact{
    background: #ae80a0;
    padding-bottom: 30px;
}

.contact_top2{
    background: url(../images/contact_purpleBg.png) repeat top center;
    height: 128px;
}

.contact_top2 > .container{
    background: url(../images/contact_star.png) no-repeat center;
    height: 128px;
    background-size: auto;
    background-position: -1% 50%;
    position: relative;
    /* left: -61px; */
    background-size: contain;
}

.contact_top2 .star_txt{
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 60px;
    text-shadow: 2px 0 0 #b78618, -2px 0 0 #b78618, 0 2px 0 #b78618, 0 -2px 0 #b78618, 1px 1px #b78618, -1px -1px 0 #b78618, 1px -1px 0 #b78618, -1px 1px 0 #b78618;
}

.contact_top2 .big_txt{
    font-size: 38px;
    line-height: 45px;
    font-weight: bold;
    font-style: italic;
    color: white;
    letter-spacing: -1px;
    position: relative;
    /* left: 180px; */
    text-align: left;
    top: 15px;
    text-shadow: 3px 3px 6px rgb(0 0 0 / 82%);
        float: right;
}

.contact_top2 .big_txt span{
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.contact_wrap2{
    background: url(../images/contact_bg.png) no-repeat center top;
    min-height: 239px;
    margin-top: -13px;
    background-size: auto 100%;
    height: auto;
}

.contact_wrap2 > .container{
    height: 428px;
    overflow: visible;
}

.contact_wrap2 .wine_pic{
    position: relative;
    /* left: -40px; */
    top: 30px;
    width: 35%;
}

.contact_wrap2 .book_pic{
    position: absolute;
    top: 35px;
    left: -95px;
    right: 0;
    margin: auto;
    width: 15.5%;
}

.contact_wrap2 .text_wrap{
    /* position: absolute;
    right: -20px;
    top: 40px;
    text-align: right; */
    position: absolute;
    right: 15px;
    top: 40px;
    text-align: right;
}

.contact_wrap2 .text_wrap p{
    font-size: 25px;
}

.contact_wrap2 .text_wrap p span{
    font-weight: bold;
    position: relative;
}

.contact_wrap2 .text_wrap p span:before{
    content: "";
    color: #d52a2a;
    border-top: 1px solid #d52a2a;
    border-bottom: 1px solid #d52a2a;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_wrap2 .text_wrap .price{
    font-size: 100px;
    position: relative;
    color: #c41212;
}

.contact_wrap2 .text_wrap .price span.bottle{
    color: #c41212;
    background: url(../images/contact_wine_icon.png) no-repeat center;
    line-height: 165px;
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.contact_wrap2 .text_wrap .price span.label{
    font-size: 14px;
    color: white;
    font-style: normal;
    background: #280e20;
    border-radius: 50%;
    padding: 10px 15px;
    line-height: 20px;
    position: absolute;
    right: -9px;
    top: 27px;
}

.contact_wrap2 .text_wrap .price span.yen{
    font-style: italic;
    font-size: 145px;
    margin-left: -45px;
    line-height: 200px;
    letter-spacing: -9px;
    position: relative;
    /*background: linear-gradient(350deg, #aa0808 50%, #d52a2a 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/
    padding-right: 30px;
}


.contact_wrap2 .text_wrap .price span.yen span.unit{
    font-size: 60px;
    font-weight: bold;
}

.contact_wrap2 .main_btn{
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_wrap2 .main_btn a{
    
    background: rgba(25,159,63,1);
    background: -moz-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(25,159,63,1)), color-stop(51%, rgba(25,159,63,1)), color-stop(51%, rgba(12,131,38,1)), color-stop(100%, rgba(12,131,38,1)));
    background: -webkit-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -o-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: -ms-linear-gradient(-70deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    background: linear-gradient(160deg, rgba(25,159,63,1) 0%, rgba(25,159,63,1) 51%, rgba(12,131,38,1) 51%, rgba(12,131,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199f3f', endColorstr='#0c8326', GradientType=1 );
    -webkit-box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    box-shadow: 0px 5px 0px 0px rgba(181,181,181,1);
    border: 1px solid #bcf1cb;
    border-radius: 3px;
    padding: 30px 0;
    width: 80%;
    margin: auto;
    display: block;
    color: white;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;  
    position: relative;
}

.contact_wrap2 .main_btn a:after{
    content: "";
    background-image: url(../images/btn_arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_wrap2 .main_btn a:hover{
    -webkit-box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    -moz-box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    box-shadow: inset 0px 2px 0px 4px rgba(14,129,41,1);
    background: rgba(25,159,63,1);
}

.contact .tyui{
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    color: white;
    margin-top: 10px;
}


/* ****** section02 ****** */
#section02 .title{
    background: #140a14;  
    -webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.27);
}

#section02 .title h2{
    color: white;
    padding: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
}

#section02 .title h2 span{
    display: block;
    font-size: 50px;
    letter-spacing: -5px;
}

#section02_wrap{
    background: url(../images/section02_bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 595px;
}

#section02_wrap .text_wrap{
    width: 65%;
    float: right;
}

#section02_wrap .text_wrap h3{
    color: white;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 1);
    font-size: 26px;
    line-height: 45px;
    border-bottom: 1px solid #daa01d;
    padding: 60px 35px 30px 35px;
    letter-spacing: -1px;
}

#section02_wrap .text_wrap h3 .big{
    font-size: 46px;
    letter-spacing: -5px;
    line-height: 80px;
    display: block;
}

#section02_wrap .text_wrap h3 .or{
    color: #daa01d;
}

#section02_wrap .text_wrap p{
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 30px 35px;
}


/* ****** section03 ****** */
#section03{
    background: #1f141c;
    /* padding-bottom: 80px; */
}
#section03 .title{
    position: relative;
    height: 337px;
    background: url(../images/section03_titleLeft.jpg) no-repeat center;
    background-size: cover;
}

#section03 .title h2{
    font-size: 48px;
    letter-spacing: -5px;
    line-height: 80px;
    color: white;
    text-align: center;
    z-index: 10;
    position: relative;
    text-align: center;
    padding-top: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#section03 .title h2 span.image{
    display: block;
    margin-bottom: 10px;
}

#section03 .title h2 span.bg_red {
    background: linear-gradient(#00000000 0, #790000c9 0);
    padding: 10px 95px;
}

#section03 .title h2 span.font_small {
    font-size: 36px;
}

#section03 > .text_cont{
    background: #1f141c;   
}

#section03 > .text_cont p{
    color: white;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    padding: 50px 0;
    text-align: center;
    letter-spacing: -1px;
}

#section03_owner{
    background: #34182c;
}

#section03_owner .image{
    float: left;
    width: 55%;
}

#section03_owner .text_wrap{
    background: #f0ecde;
    width: 45%;
    float: left;
    height: 377px;
    padding: 45px 35px;
}

#section03_owner .text_wrap p{
    color: #1f141c;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
}

#section03_owner .text_wrap .head{
    color: #311e2c;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
}

#section03_owner .text_wrap .name{
    font-family: "Times New Roman", Georgia, Serif;
    background: url(../images/section03_flag.png) no-repeat center left;
    background-position: 0 20px;
    padding-left: 40px;
    color: #311e2c;
    font-size: 72px;
    line-height: 72px;
    margin: 15px 0 20px 0;
}

#section03_owner .text_wrap .name span{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #c9a066;
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 42px;
}

#section03_owner .text_bottom{
    background: #8b6680;
    padding: 15px 40px;
    clear: both;
}

#section03_owner .text_bottom p{
    color: white;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0;
}

#section03_owner .text_bottom p span{
    font-weight: bold;
    display: block;
}

/* ****** restaurant ****** */
#restaurant {
    background: #131353;
    color: #fff;
    display: flex;
    display:-webkit-box;
    overflow: hidden;
    /* min-height: 736px; */
    width: 100%;
    margin: 0 auto;
}

#restaurant .rest_con {
    width: 1100px;
}

#restaurant .img_box {
    width: 74%;
    display: block;
    position: absolute;
    left: -245px;
}

#restaurant .img_box img {
    width: 100%;
}

#restaurant ul {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
}

#restaurant ul li {
    width: 33.3%;
}

#restaurant .text_cont {
    width: 1300px;
    padding: 60px 0px 40px 630px;
    position: relative;
}

#restaurant p.beige {
    font-size: 22px;
    line-height: 43px;
    color: #c9a066;
}

#restaurant p.name {
    font-size: 65px;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: 4px;
}

#restaurant p.name span.name_yomi:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #b09450;
    width: 1000%;
  }

#restaurant p.name span.name_yomi {
    font-size: 20px;
    color: #c9a066;
    position: relative;
    top: -26px;
    padding-bottom: 15px;
    padding-bottom: 30px;
}

#restaurant p.restaurant_txt {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 20px;
}

#restaurant p.restaurant_txt span.detail {
    color: #c9a066;
}
/* ****** restaurant ****** */

/* ****** section04 ****** */
#section04_wrap{
    background: #faf5e8;
    padding: 70px 0px 0px 0px;
}

#section04_wrap h2{
    font-size: 46px;
    line-height: 75px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

#section04_wrap h2 span.red{
    color: #c32121;
    background: #fff5c6;
    padding: 5px;
}

#section04_wrap p{
    font-size: 19px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

#section04_wrap p span{
    color: #c32121;
    background: #fff5c6;
    padding: 5px;
}

#section04_imgWrap{
    position: relative;
    height: 337px;
}

#section04_imgWrap:before{
    content: "";
    position: absolute;
    background: url(../images/section04_left.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    left: 0;
    top: 0;
    height: 337px;
}

#section04_imgWrap:after{
    content: "";
    position: absolute;
    background: url(../images/section04_right.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    right: 0;
    top: 0;
    height: 337px;
}


/* ****** section05 ****** */
#section05{
    background-color: #04040b;
    min-height: 630px;
    overflow: hidden;
}

#section05 .sommelier{
    width: 1100px;
    margin: auto;
    position: relative;
    max-width: 100%;
    height: auto;
}

#section05 .img_box2 {
    width: 90%;
    display: block;
    position: absolute;
    left: -448px;
}

#section05 .img_box2 p img {
    width: 100%;
}

#section05 .text_wrap{
    width: 100%;
    padding: 85px 0px 55px 500px;
    position: relative;
    display: block;
}

#section05 .text_wrap h2{
    font-size: 48px;
    line-height: 72px;
    color: white;
    letter-spacing: -1px;
    padding: 0 20px 35px 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #daa734;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#section05 .text_wrap h2 span.small{
    color: #daa734;
    font-size: 26px;
    display: block;
    line-height: 40px;
    margin-top: 20px;
}

#section05 .text_wrap p{
    color: white;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    padding: 0 20px;
}


/* ****** section06 ****** */
#section06{
    background: url(../images/section06_bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 942px;
}

#section06 h2{
    font-size: 52px;
    line-height: 72px;
    padding: 70px 0 50px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#section06 .voice_slide div{
    display: inline-block;
    width: 47%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    margin-right: 12px;
    
}

#section06 .voice_slide div:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 40px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px 4px rgba(0,0,0,0.5);
}

#section06 .voice_slide div img{
    border: 3px solid #f3f2cb;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;  
    z-index: 10;
    position: relative;
}



/* ****** section07 ****** */


#section07{
    border-top: 3px solid #b78618;
    background: url(../images/section07_bg.png) no-repeat center top;
    background-size: cover;
    min-height: 942px;
    padding-bottom: 80px;
}

#section07 .title{
    text-align: center;
    padding-top: 80px;
}

#section07 .title h2{
    font-size: 50px;
    color: white;
    line-height: 74px;
    margin: 30px 0 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.wine_wrap.sp{
    max-width: 769px;
}

.wine_wrap > div{
    margin-bottom: 20px;
}

.wine_wrap .text_wrap{
    background: #faf5e8;
    padding: 1px 0;
    box-sizing: border-box;
}


.wine_wrap > div h3{
    font-size: 19px;
    letter-spacing: -2.5px;
    height: 100px;
    line-height: 26px;
    font-weight: bold;
    margin: 25px 0 0 0;
    overflow: hidden;
}

.wine_wrap > div h3 span{
    display: block;
    font-size: 16px;
    letter-spacing: -2px;
}

.wine_wrap > div:first-child h3,
.wine_wrap > div:nth-child(2) h3{
    color: #222222;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    margin: 25px 0 0 0;
    letter-spacing: -2px;
    height: 80px;
    overflow: hidden;
}

.wine_wrap p{
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
}

.wine_wrap > div .price{
    color: #aa0808;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.wine_wrap > div:first-child .price,
.wine_wrap > div:nth-child(2) .price{
    margin-bottom: 0px;
}

.wine_wrap ul{
    margin-bottom: 20px;
}

.wine_wrap ul li{
    display: inline-block;
    margin-bottom: 0px;
    color: white;
    font-size: 14px;
    min-width: 130px;
    padding: 5px 0;
    margin-bottom: -5px;;
    text-align: center;
}

.wine_wrap ul li.area{
    background: #b59a57;
}

.wine_wrap ul li.pink{
    background: #ef8888;
}

.wine_wrap ul li.red{
    background: #9d2941;
}

.wine_wrap ul li.green{
    background: #59b888;
}

.wine_wrap ul li.blue{
    background: #65baca;
}

.text_border{
    border-top: 2px solid #eee8b8;
    border-bottom: 2px solid #eee8b8;
    box-sizing: border-box;
}

.wine_wrap > div:first-child,
.wine_wrap > div:nth-child(2){
    width: 50%;
    float: left;
    height: 375px;
}

.wine_wrap > div:first-child .image_wrap,
.wine_wrap > div:nth-child(2) .image_wrap{
    background-size: auto 85%;
    height: 375px;
    float: left;
    width: 190px;
}


.wine_wrap > div:first-child .text_wrap,
.wine_wrap > div:nth-child(2) .text_wrap{
    float: left;
    width: 310px;
    height: 375px;
}

.wine_wrap > div:first-child .text_border,
.wine_wrap > div:nth-child(2) .text_border{
    height: 373px;
    padding: 0 30px;
}

.wine_wrap > div{
    width: 33.3%;
    float: left;
    height: 295px;
}

.wine_wrap > div .image_wrap{
    background-size: auto 85%;
    height: 295px;
    float: left;
    width: 143px;
}

.wine_wrap > div .text_wrap{
    float: left;
    width: 190px;
    height: 295px;
}

.wine_wrap > div .text_border{
    height: 293px;
    padding: 0 20px;
    border: 0!important;
}


.wine_wrap > div:first-child .price br,
.wine_wrap > div:nth-child(2) .price br{
    display: none;
}

.wine01 .image_wrap{
    background: url(../images/wine01.png) no-repeat center;
    background-color: #79a995;   
}

.wine02 .image_wrap{
    background: url(../images/wine02.png) no-repeat center;
    background-color: #b796ab;
}

.wine03 .image_wrap{
    background: url(../images/wine03.png) no-repeat center;
    background-color: #e4a669;
}

.wine04 .image_wrap{
    background: url(../images/wine04.png) no-repeat center;
    background-color: #e8aaaa;
}
.wine05 .image_wrap{
    background: url(../images/wine05.png) no-repeat center;
    background-color: #7fa0bc;
}
.wine06 .image_wrap{
    background: url(../images/wine06.png) no-repeat center;
    background-color: #c16b8b;
}
.wine07 .image_wrap{
    background: url(../images/wine07.png) no-repeat center;
    background-color: #9ec3c6;
}
.wine08 .image_wrap{
    background: url(../images/wine08.png) no-repeat center;
    background-color: #c4cda1;
}
.wine09 .image_wrap{
    background: url(../images/wine09.png) no-repeat center;
    background-color: #79a995;   
}

.wine10 .image_wrap{
    background: url(../images/wine10.png) no-repeat center;
    background-color: #b796ab;
}

.wine11 .image_wrap{
    background: url(../images/wine11.png) no-repeat center;
    background-color: #79a995;   
}

.wine12 .image_wrap{
    background: url(../images/wine12.png) no-repeat center;
    background-color: #b796ab;
}

.wine13 .image_wrap{
    background: url(../images/wine13.png) no-repeat center;
    background-color: #e4a669;
}

.wine14 .image_wrap{
    background: url(../images/wine14.png) no-repeat center;
    background-color: #e8aaaa;
}
.wine15 .image_wrap{
    background: url(../images/wine15.png) no-repeat center;
    background-color: #7fa0bc;
}
.wine16 .image_wrap{
    background: url(../images/wine16.png) no-repeat center;
    background-color: #c16b8b;
}
.wine17 .image_wrap{
    background: url(../images/wine17.png) no-repeat center;
    background-color: #9ec3c6;
}
.wine18 .image_wrap{
    background: url(../images/wine18.png) no-repeat center;
    background-color: #c4cda1;
}
.wine19 .image_wrap{
    background: url(../images/wine19.png) no-repeat center;
    background-color: #79a995;   
}

.wine20 .image_wrap{
    background: url(../images/wine20.png) no-repeat center;
    background-color: #b796ab;
}

.wine21 .image_wrap{
    background: url(../images/wine21.png) no-repeat center;
    background-color: #79a995;   
}

.wine22 .image_wrap{
    background: url(../images/wine22.png) no-repeat center;
    background-color: #b796ab;
}

.wine23 .image_wrap{
    background: url(../images/wine23.png) no-repeat center;
    background-color: #e4a669;
}

.wine24 .image_wrap{
    background: url(../images/wine24.png) no-repeat center;
    background-color: #e8aaaa;
}
.wine25 .image_wrap{
    background: url(../images/wine25.png) no-repeat center;
    background-color: #7fa0bc;
}
.wine26 .image_wrap{
    background: url(../images/wine26.png) no-repeat center;
    background-color: #c16b8b;
}
.wine27 .image_wrap{
    background: url(../images/wine27.png) no-repeat center;
    background-color: #9ec3c6;
}
.wine28 .image_wrap{
    background: url(../images/wine28.png) no-repeat center;
    background-color: #c4cda1;
}
.wine29 .image_wrap{
    background: url(../images/wine29.png) no-repeat center;
    background-color: #79a995;   
}

.wine30 .image_wrap{
    background: url(../images/wine30.png) no-repeat center;
    background-color: #b796ab;
}

.wine31 .image_wrap{
    background: url(../images/wine31.png) no-repeat center;
    background-color: #79a995;   
}

.wine32 .image_wrap{
    background: url(../images/wine32.png) no-repeat center;
    background-color: #b796ab;
}

.wine33 .image_wrap{
    background: url(../images/wine33.png) no-repeat center;
    background-color: #e4a669;
}

.wine34 .image_wrap{
    background: url(../images/wine34.png) no-repeat center;
    background-color: #e8aaaa;
}

.wine35 .image_wrap{
    background: url(../images/wine35.png) no-repeat center;
    background-color: #79a995;   
}

.wine36 .image_wrap{
    background: url(../images/wine36.png) no-repeat center;
    background-color: #b796ab;
}

.wine37 .image_wrap{
    background: url(../images/wine37.png) no-repeat center;
    background-color: #e4a669;
}

.wine38 .image_wrap{
    background: url(../images/wine38.png) no-repeat center;
    background-color: #e8aaaa;
}
.wine39 .image_wrap{
    background: url(../images/wine39.png) no-repeat center;
    background-color: #7fa0bc;
}
.wine40 .image_wrap{
    background: url(../images/wine40.png) no-repeat center;
    background-color: #c16b8b;
}
.wine41 .image_wrap{
    background: url(../images/wine41.png) no-repeat center;
    background-color: #9ec3c6;
}
.wine42 .image_wrap{
    background: url(../images/wine42.png) no-repeat center;
    background-color: #c4cda1;
}
.wine43 .image_wrap{
    background: url(../images/wine43.png) no-repeat center;
    background-color: #79a995;   
}

.wine44 .image_wrap{
    background: url(../images/wine44.png) no-repeat center;
    background-color: #b796ab;
}

.wine45 .image_wrap{
    background: url(../images/wine45.png) no-repeat center;
    background-color: #79a995;   
}

.wine46 .image_wrap{
    background: url(../images/wine46.png) no-repeat center;
    background-color: #b796ab;
}

.wine47 .image_wrap{
    background: url(../images/wine47.png) no-repeat center;
    background-color: #e4a669;
}

.wine48 .image_wrap{
    background: url(../images/wine48.png) no-repeat center;
    background-color: #e8aaaa;
}
.wine49 .image_wrap{
    background: url(../images/wine49.png) no-repeat center;
    background-color: #7fa0bc;
}
.wine50 .image_wrap{
    background: url(../images/wine50.png) no-repeat center;
    background-color: #c16b8b;
}
.wine51 .image_wrap{
    background: url(../images/wine51.png) no-repeat center;
    background-color: #9ec3c6;
}
.wine52 .image_wrap{
    background: url(../images/wine52.png) no-repeat center;
    background-color: #c4cda1;
}
.wine53 .image_wrap{
    background: url(../images/wine53.png) no-repeat center;
    background-color: #79a995;   
}

.wine54 .image_wrap{
    background: url(../images/wine54.png) no-repeat center;
    background-color: #b796ab;
}

.wine55 .image_wrap{
    background: url(../images/wine55.png) no-repeat center;
    background-color: #79a995;   
}

.wine56 .image_wrap{
    background: url(../images/wine56.png) no-repeat center;
    background-color: #b796ab;
}

.wine57 .image_wrap{
    background: url(../images/wine57.png) no-repeat center;
    background-color: #e4a669;
}

.wine58 .image_wrap{
    background: url(../images/wine58.png) no-repeat center;
    background-color: #e8aaaa;
}

.wine_box {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

#section07 .wine_2 {
    width: 50%;
}

.wine_detail {
    display: flex;
    width: 33.33%;
    margin-bottom: 20px;
}

.wine_detail .wine_txt {
    background: #faf5e8;
    font-size: 16px;
    padding: 29px;
}

.wine_detail .wine_txt2 {
    padding: 40px 10px;
    background: #faf5e8;
    font-size: 16px;
    width: 100%;
}

.wine_detail .wine_color{
    padding: 45px 50px;
}

.wine_detail .wine_color2 {
    padding: 15px 0px;
    width: 70%;
    text-align: center;
}

.wine_detail dl dt {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
}

.wine_detail .wine_txt2 dt{
    font-size: 17px;
    line-height: 1.7;
    height: 110px;
}

.wine_detail dl dt .day{
    font-size:16px;
}

.wine_detail dl dd {
    color: #aa0808;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px 15px 0;
    line-height: 1.5;
}

.wine_detail dl ul li {
    font-size: 14px;
    color: #fff;
    padding: 5px;
    width: 125px;
    margin-bottom: 5px;
    text-align: center;
}

.wine_detail dl p {
    padding: 10px 0;
    line-height: 1.7;
}

/* ****** ラベル ****** */
.wine_detail .ronu {
    background: #b59a57;
}

.wine_detail .roze{
    background: #ef8888;
}

.wine_detail .nansei {
    background: #b59a57;
}

.wine_detail .red {
    background: #9d2941;
}

.wine_detail .borudo {
    background: #b59a57;
}

.wine_detail .siro {
    background: #59b888;
}

.wine_detail .white {
    background: #65baca;
}
/* ****** ラベル ****** */

.wine_detail .wine_img01 {
    background: #79a995;
}

.wine_detail .wine_img02 {
    background: #b796ab;
}

.wine_detail .wine_img03 {
    background: #e4a669;
}

.wine_detail .wine_img04 {
    background: #e8aaaa;
}

.wine_detail .wine_img05 {
    background: #7fa0bc;
}

.wine_detail .wine_img06 {
    background: #c16b8b;
}

.wine_detail .wine_img07 {
    background: #9ec3c6;
}

.wine_detail .wine_img08 {
    background: #c4cda1;
}

/* ****** section08 ****** */
#section08{
    background: #fef8e7;
    padding: 90px 0 80px 0;
    min-height: 942px;
    border-top: 3px solid #b78618;
}

#section08 h2{
    text-align: center;
    color: #1f141c;
    line-height: 90px;
    font-size: 58px;
    margin-bottom: 50px;
}

#section08 h2 span{
    font-size: 38px;
    display: block;
}

.review01{
    float: left;
}

.review02{
    float: right;
}

.review_wrap{
    width: 49%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.08);
    position: relative;
}

.review_wrap:before{
    content: "";
    position: absolute;
    background: url(../images/section08_icon.png) no-repeat;
    width: 52px;
    height: 49px;
    top: -20px;
    left: 20px;
}

.review_top{
    padding: 40px 25px 60px 25px;;
    border-top: 3px solid #fff6dc;
    border-left: 3px solid #fff6dc;
    border-right: 3px solid #fff6dc;
    background: #fffcf3;
}

.review_top h4{
    color: #671952;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.review_top p{
    color: #222222;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.profile{
    background: #bc97aa;
    border-right: 3px solid #bc949a;
    border-left: 3px solid #bc949a;
    border-bottom: 3px solid #bc949a;
    padding: 10px 20px;
}


.profile td{
    vertical-align: middle;
}

.profile .image{
    width: 25%;
}

.profile .image div{
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    box-sizing: border-box;
}

.profile .image div img{
    max-width: 100%;
    height: auto;
}

.profile .text{
    width: 67%;
    padding-left: 8%;
    color: white;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: -1px;
}

.profile .text .name{
    display: block;
    font-weight: bold;
    margin-top: 10px;
}


/* ****** section09 ****** */
#section09 .title{
    background: #671952;
    padding: 40px 0;
    text-align: center;
}

#section09 .title h2{
    color: white;
    font-size: 46px;
    line-height: 60px;
}

#section09_wrap{
    background: #fffbf2;
    padding-bottom: 60px;
}

#section09_wrap p{
    font-size: 19px;
    font-weight: bold;
    line-height: 34px;
    padding: 40px 0;
    text-align: center;
    color: #222222;
}

#section09_wrap p span{
    color: #c01414;
}

#section09_wrap h3{
    text-align: center;
    color: white;
    font-size: 28px;
    background: #b59a57;
    padding: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

#section09_wrap table{
    width: 49.5%;
    float: right;
    margin-bottom: 40px;
}

#section09_wrap table:first-child{
    float: left;
}

#section09_wrap table th{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    background: #f3ead2;
    width: 50%;
    padding: 15px 0;
}

#section09_wrap table th:first-child{
    border-right: 1px solid #ffffff;
}

#section09_wrap table tr{
    border-collapse: collapse;
    border-bottom: 1px solid #f3ead2;
}

#section09_wrap table td{
    font-size: 18px;    
    color: #c01414;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    background: white;
}

#section09_wrap table td:first-child{
    color: #222222;
    border-right: 1px solid #f3ead2;
}

#section09_wrap .tyui{
    text-align: center;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0;
}



/* ****** section10 ****** */
#section10 .title{
    background: #671952;
    padding: 40px 0;
    text-align: center;
}

#section10 .title h2{
    color: white;
    font-size: 46px;
    line-height: 60px;
}

#section10_wrap{
    background: #c59bb9;
    padding: 30px 0 70px 0;
}

#section10_cont{
    background: #fffbf2;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

#section10_cont .top_text{
    border-top: 3px solid #fff6dc;
    border-left: 3px solid #fff6dc;
    border-right: 3px solid #fff6dc;
    padding: 25px;
    color: #222222;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
}

#section10_cont .top_text table{
    margin: auto;
}

#section10_cont .top_text td{
    vertical-align: middle;
    padding: 0 10px;
}

#section10_cont h3{
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    padding: 30px 0;
    text-align: center;
    background: #b59a57;
}

#section10_cont .bottom_text{
    border-bottom: 3px solid #fff6dc;
    border-left: 3px solid #fff6dc;
    border-right: 3px solid #fff6dc;
    display: flex;
}

#section10_cont .bottom_text .image{
    width: 48%;
}

#section10_cont .bottom_text .image img{
    max-width: 100%;
    height: auto;
}

#section10_cont .bottom_text .text_wrap{
    width: 52%;
    padding: 30px 40px 0 40px;
}

#section10_cont .bottom_text .text_wrap h4{
    color: #b59a57;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 20px;
}

#section10_cont .bottom_text .text_wrap p{
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -2px;
    font-weight: bold;
}

#section10_cont .bottom_text .text_wrap p span{
    font-weight: normal;
    display: block;
}

#section10_cont .bottom_text .text_wrap p.purple{
    font-size: 24px;
    color: #671952;
    letter-spacing: -2px;
    margin-top: 20px;
}



/* ****** section11 ****** */
#section11 .title{
    background: #671952;
    padding: 40px 0;
    text-align: center;
}

#section11 .title h2{
    color: white;
    font-size: 46px;
    line-height: 60px;
}

#section11_wrap{
    background: #fbf5e7;
    padding-bottom: 70px;
}

.question_wrap{
    padding: 40px 70px 40px 120px;
    border-bottom: 1px solid #dbca9e;
}

.question_wrap h3{
    color: #671952;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.question_wrap h3:before{
    font-family: "Times New Roman", Georgia, Serif;
    content: "Q";
    color: #671952;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -5px;
}

.question_wrap .answer{
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
}

.question_wrap .answer:before{
    font-family: "Times New Roman", Georgia, Serif;
    content: "A";
    color: #b59a57;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -5px;
}



/* ****** section12 ****** */
#section12{
    padding: 75px 0 100px 0;
    background: url(../images/section12_bg.jpg) no-repeat top;
    background-size: cover;
    border-top: 3px solid #b78618;
}

#section12 .title{
    text-align: center;
}

#section12 .title h2{
    font-size: 54px;
    letter-spacing: -1px;
    color: white;
    line-height: 70px;
    margin-bottom: 40px;
    margin-top: 35px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#section12 .point_wrap{
    border: 4px solid #fff6dc;
    padding: 10px;
    background: #fffbf2;
}

#section12 .point_wrap .point_single{
    border-top: 1px solid #b78618;
    padding: 20px 0;
}

#section12 .point_wrap .point_single:first-child{
    border-top: 0;
}

#section12 .point_wrap .point_single table{
    width: 100%;
}

#section12 .point_wrap .point_single th{
    width: 20%;
    vertical-align: middle;
    font-size: 110px;
    font-style: italic;
    color: #e8d09b;
}

#section12 .point_wrap .point_single th span{
    position: relative;
    display: inline-block;
}

#section12 .point_wrap .point_single th span:before{
    content: "";
    background: url(../images/section12_point.png) no-repeat;
    width: 51px;
    height: 34px;
    position: absolute;
    top: 60px;
    left: -10px;
}

#section12 .point_wrap .point_single td{
    vertical-align: middle;
    width: 80%;
    padding-right: 0px;
}

#section12 .point_wrap .point_single td h3{
    color: #c01414;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
}

#section12 .point_wrap .point_single td h3 .tax{
    font-size: 14px;
    vertical-align: middle;
}

#section12 .point_wrap .point_single td p{
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    
}



/* ****** section13 ****** */

#section13{
    border-top: 3px solid #671952;
    background: url(../images/main_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 535px;
    text-align: center;
    padding-top: 120px;
}

#section13 h1{
    font-size: 70px;
    line-height: 135px;
    color: white;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);

}

#section13 p{
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);

}

#section13 p span{
    color: #d2a52b;
}




/* ****** section14 ****** */
#section14{
    background: white;
    padding: 50px 0;
    text-align: center;
}


/* ****** footer ****** */
.footer_wrap01{
    background: #60144a;
    padding: 30px 0;
}

.footer_wrap01 ul{
    text-align: center;
}

.footer_wrap01 ul li{
    display: inline-block;
    position: relative;
    padding: 0 18px;
}

.footer_wrap01 ul li:before{
    content: "|";
    font-size: 13px;
    color: white;
    line-height: 20px;
    position: absolute;    
    left: -7px;
    top: 8px;

}

.footer_wrap01 ul li:first-child:before{
    content: "";
}

.footer_wrap01 ul li a{
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
}

.footer_wrap02{
    background: #1f141c;
    padding: 10px 0;
    text-align: center;
}

.footer_wrap02 p{
    color: white;
    font-size: 11px;
    line-height: 20px;
}

#pagetop{
    position: fixed;
    right: 10px;
    display: block;
    bottom: 10px;
}

.spBreak{
    display: none;
}

@media screen and (max-width: 1024px){

    #restaurant .rest_con {
        width: 1000px;
    }

    #restaurant .img_box {
        width: 96%;
        display: block;
        position: absolute;
        left: -418px;
    }

    #restaurant .text_cont {
        width: 100%;
    }

    /* .contact_wrap2 {
        padding-bottom: 73%;
    }

    .contact_wrap2 .wine_pic {
        margin-right: -2%;
        margin-top: 1%;
    }

    .contact_wrap2 .book_pic{
        left: -190px;
        margin-top: -27%;
    }

    .contact_wrap2 .text_wrap p {
        font-size: 25px;
    }

    .contact_wrap2 .text_wrap p {
        font-size: 25px;
    }

    .contact_wrap2 .text_wrap .price {
        padding: 8%;
    }

    .contact_wrap2 .text_wrap .price span.label {
        font-size: 24px;
        color: white;
        font-style: normal;
        background: #280e20;
        border-radius: 50%;
        padding: 19px 24px;
        line-height: 13px;
        position: absolute;
        right: -16%;
        top: 17%;
        line-height: 28px;
        -webkit-text-fill-color: initial;
        letter-spacing: 0;
    }

    .contact_wrap2 .main_btn a {
        font-size: 25px;
        line-height: 37px;
    } */
}


/* responsive */
@media screen and (max-width : 769px) {
    body{
        min-width: initial;
        max-width: 100%;
    }
    
    .container{
        width: 100%;
    }
    
    img{
        max-width: 100%;
        height: auto;
    }
    
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
    
    .spBreak{
        display: block;
    }

    .spBreak_2 {
        display: contents;
    }
    
    header{
        border-top: 5px solid #671952;
        min-height: initial;
        padding: 80px 0 0 0;
        background: url(../images/main_sp.png) no-repeat center top;
        background-size: 100% 100%;
        text-align: center;
    }
    
    header div > img{
        width: 80%;
        margin: auto;
    }
    
    header h1{
        font-size: 33px;
        line-height: 40px;
        margin: 20px 0;
    }
    
    header p{
        font-size: 13px;
        line-height: 20px;
        position: relative;
        top: 10px;
    }

    .main_con {
        position: relative;
        top: -36px;
        padding: 25px 0 0 0;
    }

    .main_txt{
        top: 35px;
    }

    .main_txt p {
        top: 6.5vw;
        font-weight: bold;
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .main_txt p span {
        border-bottom: 2px solid;
    }

    .main_txt .small_txt {
        position: relative;
        top: -20px;
        font-size: 11px;
        left: -16px;
        color: #fff;
        text-align: right;
        width: 100%;
    }

    header .label {
        display: block;
        position: relative;
        top: -70px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    header .label_black {
        background-size: 125% 110%;
        position: relative;
        display: block;
        width: 100%;
        font-size: 17px;
        line-height: 50px;
        height: 45px;
        top: 2px;
    }

    header .label_red {
        background-size: 125% 110%;
        position: relative;
        display: block;
        width: 100%;
        top: -10px;
        font-size: 17px;
        line-height: 50px;
        height: 45px;
        top: -3px;
    }

    .main_sub ul {
        font-size: 14px;
        width: 95%;
        margin: 0 auto;
        padding: 15px 0 0 0;
        line-height: inherit;
        height: 100%;
    }

    .main_sub {
        background: url(../images/main_sub_sp.png) no-repeat top center;
        height: 175px;
        background-size: cover;
    }

    .main_sub ul li::before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url(../images/star_icon.png);
        background-size: contain;
        vertical-align: middle;
    }

    .contact{
        border-bottom: 5px solid #60144a;
    }
    
    
    .contact .tyui{
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: white;
        margin-top: 0;
        padding: 0 2%;
    }
    
    .contact .tyui br{
        display: none;
    }
    
    .contact br.spBreak{
        display: block;
    }

    .contact_top2 {
        height: 115px;
    }
    
    .contact_top2 > .container{
        background-position: top;
        top: -28px;
        left: 0;
        height: auto;
    }
    
    .star_txt{
        float: left;
        padding: 25px 0;
        width: 40%;
        display: block;
        background: url(../images/contact_star.png) no-repeat center;
        background-size: 100% auto;
    }
    
    .contact_top2 .big_txt{
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        font-style: italic;
        color: white;
        letter-spacing: -1px;
        position: relative;
        left: 0px;
        text-align: center;
        top: 60px;
        float: none;
    }
    
    .contact_top2 .big_txt span{
        font-size: 18px;
        font-weight: normal;
        display: contents;
    }
    
    .contact_wrap2{
        min-height: initial;
        margin: 2%;
        background: #faf5e8;
        position: relative;
        padding-bottom: 0%;
    }
    
    .contact_wrap2 > .container{
        height: auto;
        background-size: auto;
        background-position: top;
        position: relative;
        left: 0;
        top: -30px;
        background-size: contain;
    }
    
    .contact_wrap2 .wine_pic{
        position: relative;
        float: right;
        width: 57%;
        top: 0;
        margin-right: 3%;
        margin-top: 4%;
        left: 0;
    }
    
    .contact_wrap2 .book_pic{
        float: left;
        width: 40%;
        top: 0;
        bottom: 0;
        position: relative;
        width: 31%;
        margin-left: 2%;
        margin-top: 6%;
        left: 0;
    }
    
    .contact_wrap2 .text_wrap{
        position: relative;
        top: 0;
        right: 0;
        clear: both;
        padding-top: 10px;
    }
    
    .contact_wrap2:before{
        border: 1px solid #eee8b8;
        content: "";
        width: 98%;
        height: 98%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        z-index: 0;
    }
    
    .contact_wrap2 .text_wrap p {
        font-size: 16px;
        display: block;
        text-align: center;
        background: #faf4cf;
        padding: 10px 0;
    }
    
    .contact_wrap2 .text_wrap .price{
        text-align: center;
        padding: 2%;
    }
    
    .contact_wrap2 .text_wrap .price span.bottle{
        font-size: 20px;
        line-height: 110px;
        background-size: 100% auto;
    }
    
    
    
    .contact_wrap2 .text_wrap .price span.yen {
        font-style: italic;
        font-size: 70px;
        margin-left: -30px;
        line-height: 100px;
    }
    
    .contact_wrap2 .text_wrap .price span.yen span.unit{
        font-size: 40px;
        margin-left: 5px;
    }
    
    .contact_wrap2 .text_wrap .price span.label {
        font-size: 11px;
        color: white;
        font-style: normal;
        background: #280e20;
        border-radius: 50%;
        padding: 8px 11px;
        line-height: 13px;
        position: absolute;
        right: -3%;
        top: -18%;
        -webkit-text-fill-color: initial;
        letter-spacing: 0;
    }
    
    .contact_wrap2 .main_btn{
        position: relative;
        bottom: 0;
        margin-top: -5%;
    }
    
    .contact_wrap2 .main_btn a {
        width: 90%;
        padding: 15px 0;
        margin: auto;
        font-size: 18px;
        line-height: 30px;
        position: relative;
    }
    
    .contact{
        border-bottom: 5px solid #60144a;
    }
    
    .contact_top{
        height: 115px;
    }
    
    .contact .tyui{
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: white;
        margin-top: 0;
        padding: 0 2%;
    }
    
    .contact .tyui br{
        display: none;
    }
    
    .contact br.spBreak{
        display: block;
    }
    
    .contact_top > .container{
        height: 55px;
        background-position: top;
        top: -28px;
        left: 0;
    }
    
    .star_txt{
        float: left;
        padding: 25px 0;
        width: 40%;
        display: block;
        background: url(../images/contact_star.png) no-repeat center;
        background-size: 100% auto;
    }
    
    .contact_top .big_txt{
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        font-style: italic;
        color: white;
        letter-spacing: -1px;
        position: relative;
        left: 0px;
        text-align: center;
        top: 50px;
    }
    
    .contact_top .big_txt span{
        font-size: 13px;
        display: contents;
    }
    
    .contact_wrap{
        min-height: initial;
        margin: 2%;
        background: #faf5e8;
        position: relative;
        padding-bottom: 6%;
    }
    
    .contact_wrap > .container{
        height: auto;
    }
    
    .contact_wrap .wine_pic{
        position: relative;
        float: right;
        width: 57%;
        top: 0;
        margin-right: 3%;
        margin-top: -3%;
    }
    
    .contact_wrap .book_pic{
        float: left;
        width: 40%;
        top: 0;
        bottom: 0;
        position: relative;
        width: 31%;
        margin-left: 2%;
        margin-top: -1%;
    }
    
    .contact_wrap .text_wrap{
        position: relative;
        top: 0;
        right: 0;
        clear: both;
        padding-top: 10px;
    }
    
    .contact_wrap:before{
        border: 1px solid #eee8b8;
        content: "";
        width: 98%;
        height: 98%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        z-index: 0;
    }
    
    .contact_wrap .text_wrap p {
        font-size: 16px;
        display: block;
        text-align: center;
        background: #faf4cf;
        padding: 10px 0;
    }
    
    .contact_wrap .text_wrap .price{
        text-align: center;
        padding: 2%;
    }
    
    .contact_wrap .text_wrap .price span.bottle{
        font-size: 20px;
        line-height: 110px;
        background-size: 100% auto;
    }
    
    
    
    .contact_wrap .text_wrap .price span.yen {
        font-style: italic;
        font-size: 70px;
        margin-left: -30px;
        line-height: 100px;
    }
    
    .contact_wrap .text_wrap .price span.yen span.unit{
        font-size: 40px;
        margin-left: 5px;
    }
    
    .contact_wrap .text_wrap .price span.label {
        font-size: 11px;
        color: white;
        font-style: normal;
        background: #280e20;
        border-radius: 50%;
        padding: 8px 11px;
        line-height: 13px;
        position: absolute;
        right: -3%;
        top: -18%;
        -webkit-text-fill-color: initial;
        letter-spacing: 0;
    }
    
    .contact_wrap .main_btn{
        position: relative;
        bottom: 0;
        margin-top: -5%;
    }
    
    .contact_wrap .main_btn a {
        width: 90%;
        padding: 15px 0;
        margin: auto;
        font-size: 18px;
        line-height: 30px;
        position: relative;
    }
    
    #section02_wrap{
        min-height: initial;
        background: url(../images/sp_section02_bg.jpg) center;
        background-size: cover;
        padding-bottom: 15%;
        padding-top: 1%;
    }
    
    #section02 .title h2 {
        padding: 20px 0;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }
    
    #section02 .title h2 span {
        font-size: 31px;
        line-height: 40px;
        letter-spacing: -2px;
    }
    
    #section02_wrap .text_wrap {
        width: 100%;
        float: none;
    }
    
    #section02_wrap .text_wrap h3{
        background: url(../images/sp_section02_h3.png) repeat-x center;
        margin: 100px 0 30px 0;
        padding: 7% 2%;
        line-height: 25px;
        font-size: 17px;
        letter-spacing: 0;
        border: 0;
        text-align: center;
    }
    
    #section02_wrap .text_wrap h3 .big {
        font-size: 30px;
        letter-spacing: -3px;
        line-height: 60px;
        border-bottom: 2px solid #daa01d;
        display: block;
        margin-bottom: 15px;
    }
    
    
    #section02_wrap .text_wrap p {
        color: white;
        font-size: 16px;
        line-height: 26px;
        padding: 0 2%;
    }
    
    #section03{
        padding: 0;
    }
    
    #section03 .title{
        background: url(../images/section03_titleLeft_sp.png) no-repeat center;
    }
    
    
    #section03 .title h2 {
        font-size: 20px;
        letter-spacing: -2px;
        line-height: 35px;
        padding: 60px 0 100px 0;
    }
    
    #section03 .title:before{
        height: 100%;
    }
    
    #section03 .title:after{
        height: 100%;
    }
    
    #section03 .title h2 span.sp_big{
        font-size: 32px;
        line-height: 40px;
        position: absolute;
        left: 0;
        right: 0;
        width: 95%;
        top: 151px;
        margin: 0 auto;
    }

    #section03 .title h2 span.font_small {
        font-size: 4vw;
    }

    #section03 .title h2 span.bg_red{
        padding: 10px 20px;
    }
    
    #section03 > .text_cont {
        padding-bottom: 5%;
        background: #34182c;
    }

    #section03 > .text_cont p {
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        padding: 3% 2%;
        text-align: left;
        letter-spacing: 0px;
    }
    
    #section03 > .text_cont p br{
        display: none;
    }
    
    #section03_owner{
        background-image: url(../images/it_border.png);
        background-position: center top;
        padding-top: 6px;
        
    }
    
    #section03_owner .image{
        display: none;
    }
    
    #section03_owner .text_wrap{
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 2% 5% 40%;
        position: relative;
    }
    
    #section03_owner .text_wrap:before{
        content: "";
        background: url(../images/sp_section03_ownder.png) no-repeat left center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #section03_owner .text_wrap .head {
        font-size: 17px;
        line-height: 22px;
        padding-top: 10%;
    }
    
    #section03_owner .text_wrap .name {
        background: none;
        padding: 0;
        font-size: 63px;
        line-height: 65px;
        margin: 10px 0 15px 0;
    }
    
    
    #section03_owner .text_wrap .name span{
        font-size: 13px;
        background: url(../images/section03_flag.png) no-repeat center left;
        padding-left: 30px;
    }
    
    #section03_owner .text_wrap p {
        color: #1f141c;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -1px;
        position: relative;
        z-index: 1;
    }
    
    #section03_owner .text_bottom {
        padding: 7% 2%;
    }

    #section03_owner .text_bottom p{
        padding: 0px;
    }


    #restaurant {
        display: block;
    }

    #restaurant .rest_con{
        width: 100%;
    }

    #restaurant .img_box {
        width: 100%;
        display: block;
        left: 0;
        position: inherit;
    }

    #restaurant .text_cont {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        left: 0;
    }

    #restaurant p.restaurant_txt{
        padding: 0px;
    }

    #restaurant p.beige {
        font-size: 3.7vw;
        line-height: 25px;
        font-weight: bold;
    }

    #restaurant p.name {
        font-size: 10vw;
        padding-top: 15px;
    }

    #restaurant p.name span.name_yomi {
        font-size: 12px;
        top: -20px;
    }

    #restaurant p.name span.name_yomi:after{
        display: none;
    }
    
    #section04_wrap{
        padding: 0;
    }
    
    #section04_wrap h2 {
        font-size: 18px;
        line-height: 30px;
        padding: 8% 0 5% 0;
        margin-bottom: 0;
    }
    
    #section04_wrap h2 span.sp_big{
        font-size: 28px;
       line-height: 40px;
    }
    
    #section04_imgWrap,
    #section04_imgWrap:before,
    #section04_imgWrap:after{
        height: 250px;
    }
    
    #section04_wrap p {
        font-size: 16px;
        line-height: 25px;
        padding: 3% 2% 8% 2%;
        margin-bottom: 0px;
    }
    
    #section05 {
        background: url(../images/sp_section05_bg.png) no-repeat center top;
        background-size: contain;
        background-color: #04040b;
        padding-bottom: 10%;
        height: 100%;
    }
    
    
    #section05 .text_wrap{
        float: none;
        width: 100%;
        padding: 75% 0% 0%;
        left: 0px; 
        position: inherit;
    }
    
    #section05 .text_wrap h2 {
        font-size: 27px;
        line-height: 40px;
        text-align: center;
        margin: 0 5%;
        padding: 0 0 6% 0;
        margin-bottom: 20px;
    }
    
    #section05 .text_wrap h2 span.small{
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }
    
    #section05 .text_wrap p {
        font-size: 16px;
        line-height: 25px;
        padding: 0 6%;
    }
    
    #section06{
        min-height: initial;
        padding-bottom: 13%;
    }
    
    #section06 h2 {
        font-size: 24px;
        line-height: 40px;
        padding: 10% 0 8% 0;
    }
    
    #section06 .voice_slide div{
        display: block;
        width: 90%;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
        position: relative;

    }

    #section06 .voice_slide div:before{
        box-shadow:none;
    }
    
    #section06 .voice_slide div img{
        width: 100%;
        height: auto;
    }

    
    #section07{
        min-height: initial;
        padding-bottom: 25px;
    }
    
    #section07 .title {
        padding-top: 10%;
    }
    
    #section07 .title div img{
        width: 75%;
    }
    
    #section07 .title h2 {
        font-size: 20px;
        color: white;
        line-height: 35px;
        margin: 10px 0 30px;
    }

    #section07 .wine_box {
        display: block;
        flex-wrap: inherit;
        padding: 0px 10px;
    }

    #section07 .wine_detail {
        display: block;
        width:50%;
        margin: 3px 3px 30px 3px;
    }

    .wine_detail .wine_border {
        border: 4px solid #faf5e8;
    }

    .wine_detail .wine_color{
        padding: 15px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .wine_detail .wine_color2{
        padding: 15px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .wine_detail .wine_color2 img {
        height: 215px;
        margin: 0 auto;
    }

    .wine_detail .wine_color img {
        height: 215px;
        margin: 0 auto;
    }
    
    .wine_detail .wine_txt{
        padding: 20px 4px;
        height: 100%;
    }

    .wine_detail dl dt{
        line-height: 1.2;
    }

    .wine_detail .wine_txt2 {
        padding: 45px 4px;
        font-size: 16px;
        height: 300px;
    }

.wine_detail .wine_txt2 dt {
    line-height: 1.2;
    font-size: 19px;
    height: 105px;
}

    .wine_detail dl dd{
        font-size: 18px;
    }

    .wine_detail .wine_txt ul {
        display: flex;
        justify-content: space-between;
    }

    .wine_detail .wine_txt2 ul {
        display: flex;
        justify-content: space-between;
    }

    .wine_detail dl ul li {
        width: 48%;
        font-size: 11px;
    }

    #section08 {
        padding: 10% 0 1% 0;
    }
    
    #section08 h2 {
        text-align: center;
        color: #1f141c;
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10%;
    }
    
    #section08 h2 span {
        font-size: 20px;
        line-height: 33px;
        display: block;
    }
    
    .wine_wrap{
        width: 95%;
        margin: auto;
    }
    
    .wine_wrap > div{
        float: none!important;
        height: auto!important;
    }
    
    .wine_wrap > div .single_wine{
        width: 50%;
        position: relative;
        font-size: 0;
        display: inline-block;
        background: #fff;
        vertical-align: top;
    }
    
    .wine_wrap .single_wine:before{
        content: "";
        border: 2px solid #eee8b8;
        position: absolute;
        width: 96%;
        height: 98%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    
    .slick-slide{
        font-size: 0;
    }
    
    .wine_wrap .single_wine .image_wrap{
        float: none!important;
        width: 100%!important;
        height: 250px!important;
    }
    
    .wine_wrap > div .single_wine .text_wrap{
        float: none!important;
        width: 100%!important;
        height: auto!important;
        padding: 3% 4% 10% 4%!important;
    }
    
    .wine_wrap > div .single_wine .text_border{
        float: none!important;
        width: 100%!important;
        height: auto!important;
        padding: 0%!important;
    }
    
    .wine_wrap > div h3{
        font-size: 18px!important;
        margin-top: 10px!important;
    }
    
    .wine_wrap > div .price{
        font-size: 15px;
    }
    
    .wine_wrap ul{
        font-size: 0;
        margin: 3% 0;
    }
    
    .wine_wrap ul li{
        display: inline-block;
        margin-right: 4%;
        color: white;
        font-size: 13px;
        min-width: initial;
        padding: 5px 5%;
        margin-bottom: 5px;
        text-align: center;
        vertical-align: top;
    }
    
    .wine_wrap p {
        color: #222222;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -1px;
    }
    
    .review_wrap{
        float: none;
        width: 96%;
        margin: auto;
        margin-bottom: 15%;
    }
    
    .review_top {
        padding: 10% 6%;
    }
    
    .review_top h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .review_top p {
        font-size: 16px;
        line-height: 25px;
    }
    
    .profile {
        padding: 3% 4%;
    }
    
    .profile .text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .profile .text .name {
        margin-top: 5px;
    }
    
    #section09_wrap{
        padding-bottom: 8%;
    }
    
    
    #section09 .title h2 {
        font-size: 28px;
        line-height: 35px;
    }
    
    #section09_wrap p {
        font-size: 16px;
        line-height: 25px;
        padding: 5% 2%;
        text-align: left;
    }
    
    #section09_wrap h3{
        font-size: 20px;
    }
    
    #section09_wrap table{
        float: none!important;
        width: 96%;
        margin: auto;
        margin-bottom: 5%;
    }
    #section09_wrap table tbody{
        width: 100%;
    }
    
    #section09_wrap table td{
        font-size: 16px;
    }
    
    
    #section10 .title h2 {
        font-size: 28px;
        line-height: 35px;
    }
    
    #section10_wrap{
        padding: 0;
    }
    
    #section10_cont .top_text{
        padding: 5% 2%;
    }
    
    #section10_cont .top_text .list01 {
        background: url(../images/sp_section10_img01.png) no-repeat left center;
        background-size: 100px auto;
        padding-left: 35%;
        min-height: 120px;
        display: table;
        position: relative;
        margin: 0 auto;
    }
    
    #section10_cont .top_text .list02 {
        background: url(../images/sp_section10_img02.png) no-repeat left center;
        background-size: 100px auto;
        padding-left: 35%;
        min-height: 120px;
        display: table;
        margin: 0 auto;
    }
    
    #section10_cont .top_text .list01:before{
        content: "";
        background: url(../images/sp_section10_img03.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: -17px;
        height: 30px;
        width: 30px;
        left: 36px;
        margin: auto;
    }
    
    #section10_cont .top_text .list_wrap{
        vertical-align: middle;
        display: table-cell;
    }
    
    #section10_cont .top_text .list_wrap p{
        font-size: 16px;
    }
    
    #section10_cont h3 {
        font-size: 17px;
        line-height: 20px;
    }
    
    #section10_cont .bottom_text{
        border: 0;
        display: block;
    }
    
    #section10_cont .bottom_text .image{
        width: 100%;
        float: none;
    }
    
    #section10_cont .bottom_text .image img{
        width: 100%;
    }
    
    #section10_cont .bottom_text .text_wrap{
        width: 100%;
        float: none;
        padding: 3% 2%;
    }
    
    #section10_cont .bottom_text .text_wrap h4{
        font-size: 35px;
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #b59a57;
        padding-bottom: 15px;
        margin-top: 10px;
    }
    
    #section10_cont .bottom_text .text_wrap p {
        color: #222222;
        font-size: 16px;
        line-height: 25px;
    }
    
    #section10_cont .bottom_text .text_wrap p br{
        display: none;
    }
    
    #section10_cont .bottom_text .text_wrap p.purple {
        font-size: 20px;
        margin-top: 15px;
        padding-bottom: 5%;
    }
    
    #section11 .title h2 {
        font-size: 28px;
        line-height: 35px;
    }
    
    .question_wrap{
        padding: 0;
    }

    .question_wrap h3 {
        color: #671952;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        position: relative;
        /* padding-left: 50px; */
        margin-bottom: 0;
        padding: 5% 15% 5% 15%;
    }
    
    .question_wrap h3:after{
        content: "";
        background: url(../images/plus.png) no-repeat;
        width: 25px;
        height: 25px;
        background-size: 100% auto;
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .question_wrap h3.ui-state-active:after{
        content: "";
        background: url(../images/minus.png) no-repeat;
        width: 25px;
        height: 25px;
        background-size: 100% auto;
        
    }

    .question_wrap h3:before {
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 30px;
        line-height: 30px;
        height: 35px;
        left: 5%;
    }
    
    .question_wrap .answer:before{
        content: "";
    }
    
    .question_wrap .answer {
        color: #222222;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        position: relative;
        padding-left: 50px;
        padding: 3% 5% 10% 5%;
        border-top: 1px solid #dbca9e;
    }

    
    #section12 .title div img{
        width: 75%;
    }
    
    #section12 .title h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    #section12 .title h2 span{
        display: block;
        font-size: 37px;
        line-height: 43px;
    }
    
    #section12 .point_wrap {
        padding: 0;
        width: 96%;
        margin: auto;
    }
    
    #section12 .point_wrap .point_single {
        padding: 5% 3% 5% 0;
    }
    
    #section12 .point_wrap .point_single th {
        width: 25%;
        vertical-align: top;
        font-size: 80px;
    }
    
    #section12 .point_wrap .point_single th span:before {
        top: 45%;
    }
    
    #section12 .point_wrap .point_single td h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    #section12 .point_wrap .point_single td{
        padding-right: 0px;
    }
    
    #section12 .point_wrap .point_single td p {
        font-size: 16px;
        line-height: 25px;
    }
    
    #section13{
        border-top: 5px solid #671952;
        min-height: initial;
        padding: 80px 0;
    }
    
    #section13 div > img{
        width: 80%;
        margin: auto;
    }
    
    #section13 h1{
        font-size: 33px;
        line-height: 40px;
        margin: 20px 0;
    }
    
    #section13 p{
        font-size: 13px;
        line-height: 20px;
    }
    
    #section14{
        padding: 0;
    }

     .wine_wrap > div .text_wrap,.wine_wrap > div{
        width: 100%!important;
         overflow: hidden;
    }
    
    
    
    .slick-prev{
        background: url(../images/prev.png);
        background-size: 100%;
        width: 40px;
        height: 40px;
        border: 0;
        text-indent: -99999px;
        top: 28%;
        position: absolute;
        left: 1%;
        z-index: 100;
    }
    
    .slick-next{
        background: url(../images/next.png);
        background-size: 100%;
        width: 40px;
        height: 40px;
        border: 0;
        text-indent: -99999px;
        top: 28%;
        position: absolute;
        right: 1%;
        z-index: 100;
    }
    
    .slick-dots{
        text-align: center;
        font-size: 0;
    }
    
    .slick-dots li{
        display: inline-block;
        margin: 0 5px!important;
        padding: 0!important;
        
    }
    
    .slick-dots li button{
        text-indent: -999px;
        background: #fff;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        border-radius: 25px;
        border: 0;
        font-size: 0;
    }
    
    .slick-dots li.slick-active button{
        background: #913d77;
    }

/* **********************
  毎月のワイン
********************** */
.month-wine7 { width: 90%; background-color:#b6d8e2; margin:35px auto 0 auto; }
.month-wine8 { width: 90%; background-color:#dff3cd; margin:35px auto 0 auto; }
.month-wine9 { width: 90%; background-color:#f7e4c4; margin:35px auto 0 auto; }
.month-wine10 { width: 90%; background-color:#d7b996; margin:35px auto 0 auto; }
.month-wine11 { width: 90%; background-color:#f6cac1; margin:35px auto 0 auto; }
.month-wine12 { width: 90%; background-color:#97c091; margin:35px auto 0 auto; }
.month-wine1 { width: 90%; background-color:#ebd1d7; margin:35px auto 0 auto; }
.month-wine2 { width: 90%; background-color:#cfe3da; margin:35px auto 0 auto; }
.month-wine3 { width: 90%; background-color:#ccff99; margin:35px auto 0 auto; }
.month-wine4 { width: 90%; background-color:#fffacd; margin:35px auto 0 auto; }
.month-wine5 { width: 90%; background-color:#afeeee; margin:35px auto 0 auto; } 
.month-wine6 { width: 90%; background-color:#bdb76b; margin:35px auto 0 auto; }
.wine-l{ clear:both; width: 100%; font-size: 14px; line-height: 180%; }
.wine-r{ clear:both; width: 100%; font-size: 14px; line-height: 180%; }
.wine-l p, .wine-r p { padding: 15px;} 
.wine-l p strong, .wine-r p strong { font-size: 18px; font-weight:bold;}  

}



@media only screen and (max-width : 480px) {
    #section03_owner .text_wrap:before{
        left: -25%;
    }
}