@charset "utf-8";

@media screen and (max-width: 640px) {
    .wine_h1 .logo2 {
        float: none;
        margin-left: auto;
    }
}

@media screen and (max-width: 640px) {
    .right_menu {
        z-index: 0;
    }
}


#Cont {
	width:100%;
   }


#sour_main_bk{
	position: relative;
	padding-top:84px;
}

@media screen and (max-width: 768px) {
#sour_main_bk{
	position: relative;
	padding-top:50px;
}
}


.inb{
	display: inline-block;
}
@media only screen and (max-width: 400px) {
.sp_inb{
	display: inline-block;
}	
}



@media only screen and (min-width: 641px) {
.pc_hidden{display:none}

}
@media only screen and (max-width: 640px) {
.sp_hidden{display:none}
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.df{
	display:flex;
}

@media only screen and (min-width: 501px) {
.df_pc{display: flex;}
}

.por{position:relative;}




/* ヘッダー */


nav#s_menu{
	background-color: #b3aa8a;
	width:100%;	
	position: absolute;
	top:0;
	left:0;
	background:url(../images/bk_craft.png);
}
nav#s_menu a{
	display: block;
}
nav#s_menu .inner{
	max-width:960px;
	margin:0 auto;
	position:relative;
	padding:10px 0;
	z-index:101;
	min-height:64px;
}
@media only screen and (max-width: 768px) {
nav#s_menu .inner{
	min-height:50px;
}
}
nav#s_menu .inner ul.pc_menu{
	width:calc(100%-200px);
	margin-left:200px;
}
nav#s_menu h1.s_logo{
	max-width:200px;
	width:100%;
	position:absolute;
	top:0px;
	left: 0;
	z-index:101;
}
@media screen and (max-width: 1000px) {
nav#s_menu h1.s_logo{
	left: 10px;
}
}
@media screen and (max-width: 768px) {
nav#s_menu h1.s_logo{
	max-width:120px;
	max-height:50px;
	width:100%;
	top:0px;
	left: 10px;
	z-index:101;
}
	
	}
nav#s_menu h1.s_logo img{
	width:180px;
	padding:26px 10px 10px 0px;
}
@media screen and (max-width: 768px) {
nav#s_menu h1.s_logo img{
	padding:10px 10px 10px 0px;
}
}

nav#s_menu ul.pc_menu li{
	width:33%;
	border-left:1px solid #ddcc8f;
	padding:5px;
}
nav#s_menu ul.pc_menu li:last-child{
	border-right:1px solid #ddcc8f;
}




/** グローバルナビを画面の上の部分にくっつける **/
nav#s_menu.fixed{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 102;
 opacity: 0;
 animation: menu_fade 0.5s ease 0.5s both;
}


@keyframes menu_fade {
    0% {
         opacity: 0;
    }
    100% {
         opacity: 1;
    }
}


/* スマホのアコーディオン */
@media screen and (max-width: 768px) {
.pc_menu{display: none;}	
}



.menu_item_link {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.menu_item_link span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.menu_item_link span:nth-child(1) {
  top: 4px;
}
.menu_item_link span:nth-child(2) {
  top: 14px;
}
.menu_item_link span:nth-child(3) {
  bottom: 4px;
}
.menu_item_link.on span {

}
.menu_item_link.on span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.menu_item_link.on span:nth-child(2) {
  opacity: 0;
}
.menu_item_link.on span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


.menu_item {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
/*   position: relative; */
}

.submenu {
  background: #dedbce;
  display: none;
}
.submenu_item {
  border-bottom: 1px solid #a0987d;
  color: #222;
  padding: 1rem;
  text-align: center;
}
.submenu_item a{
	text-align: center;
}
.submenu_item a img{
	width:80%;
	max-width:200px;
	margin:0 auto;
}
.sp_menu{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-top:50px;
}
@media screen and (min-width: 769px) {
.sp_menu{
	display: none;
}
}



/* トップ */

#sour_main{
	padding-top:60px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
#sour_main{
	padding-top:45px;
	
}	
}
@media screen and (max-width: 640px) {
#sour_main{
	padding-top:15px;
	
}	
}   
    
#sour_main h3 img{
	margin:0 auto;
}
#sour_main h3:nth-child(2){
	margin-top:60px;
}

.main_img{
	max-width:96%;
	margin:20px auto;
}




#point{
/* 	background-color: rgba(255, 255, 255, 0.5); */
/* 	background-color: #000; */
	position: relative;
	background-image: url(../images/main2_02.png);
	background-repeat: no-repeat;
	background-position: top;
	padding:3px 0 50px 0;
/* 	background-size: 100%; */
}
@media only screen and (max-width: 1027px) {
#point{
  background-size:100%;
}	
}
@media only screen and (max-width: 594px) {
#point{
	background-image: url(../images/main2_02_sp.png);
}	
}




#point h3{
	position: absolute;
	top:0;
	width:100%;
}
#point .point_inner{
	background-color: rgba(255, 255, 255, 0.5);
	max-width:100%;
	margin:10px auto;
	padding: 10px 0;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#point .point_inner2{
	background-color: rgba(255, 255, 255, 0.7);
	max-width:100%;
	margin:10px auto;
	padding:20px 0;
}
#point h4{
	max-width:472px;
	width:90%;
	margin:0 auto 6px auto;
}
#point ul{
	max-width:800px;
	margin:0 auto;
}
.point_fl{
	display: flex;
	width:100%;
	justify-content: space-between;
}
.point_fl li{
	width:30%;
}
.point_fl li p{
	text-align: center;
	margin:10px auto;
}
.point_fl li p img{
	margin:10px auto;
}



@media only screen and (max-width: 640px) {
.point_fl{
	display: block;
}
.point_fl li{
	width:80%;
	margin:20px auto;
}	
}


/* お客様の声 */
#voice{
	background:url(../images/bk_craft.png);
}
#voice h4{
	width:100%;
}
#voice h4 img{
	width:100%;
}

#voice .voice_txt{
	max-width:600px;
	margin:20px auto;
}

.swiper-wrapper{
	max-width:100%;
/* 	width: calc(100% - 80px); */
	width:100%;
	margin:0 auto;
}
.swiper-container {
     width:100%;
      max-width:960px;
      height: 100%;
/*       overflow:inherit !important; */
    }

    .swiper-slide {
	max-width:100%;
	height:auto;
	width:960px !important;
	margin:0 auto;
/* 	opacity: 1 !important;  */
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    } 
.swiper-pagination {
	bottom:-30px !important;
}
.swiper-pagination-bullet-active{
--swiper-theme-color: #005085;	 
 }
.swiper-slide a:hover img{
	 opacity: 1 !important;
 }
.swiper-slide img{
	max-width:600px;
	width: 100%;
	margin:0 auto;
	height:auto;
}
.swiper-slide div{
	max-width:100%;
	width: calc(100% - 80px);
/* 	background:url(../images/bk_craft.png); */
	margin:20px auto;
	text-align: center;
}
/*
.swiper-slide-next,
.swiper-slide-prev{
	max-width:100%;
	width:100%;
}
*/

.swiper-button-prev:after {
	content:"◀︎";
	color:#fff;
	font-size:30px;
}
.swiper-button-next:after {
	content:"▶︎";
	color:#fff;
	font-size:30px;
}

@media only screen and (max-width: 640px) {
	.swiper-button-prev:after {
	content:"◀︎";
	color:#fff;
	font-size:20px;
}
.swiper-button-next:after {
	content:"▶︎";
	color:#fff;
	font-size:20px;
}
}


.swiper-button-prev{
	background-image:none !important;
	left:5px;
}
.swiper-button-next{
	background-image:none !important;
	right:5px;
}	

.craft_yaji{
	width:100%;
	text-align: center;
}
.craft_yaji img{
	margin:0 auto;
}


/* 商品情報 */
#product {
	max-width:960px;
	margin:0 auto;
}
#product .inner{
	display: flex;
	font-weight:900;
}
#product .product_tit{
	width:213px;
	margin:40px auto;
}
#product .inner p.product_img{
	width:40%;
}
#product .inner div.product_info{
	width:60%;
}
#product .inner .product_name{
	max-width:500px;
	margin:10px auto;
}

@media only screen and (max-width: 640px) {
#product .inner{
	display: block;
}
#product .inner p.product_img{
	width:100%;
}
#product .inner div.product_info{
	width:90%;
	margin:40px auto 60px auto;
}
}


#product .inner p.product_img img{
	max-width:80%;
	margin: 20px auto;
}
#product .inner table th{
	width: 40%;
	padding-top:20px;
}
#product .inner table td{
	padding-left:10px;
	padding-top:20px;
}
#product .inner table th p{
	border-radius:100px;
	padding:5px;
	max-width:100%;
	color:#fff;
	text-align: center;
}
#product .inner table .alcohol th p{
	background-color: #c0ad52;
	border-radius:100px;
}
#product .inner table .alcohol td{
	color:#c0ad52;
}
#product .inner table .taste th p{
	background-color: #cc6f41;
	border-radius:100px;
}
#product .inner table .taste td{
	color:#cc6f41;
}
#product .inner h5{
	color:#623a3b;
	font-weight:900;
	margin-top:30px;
	
}
#product .inner .genzairyo{
	border:2px dashed rgba(103, 8, 21, 0.3);
	background-color: rgba(245, 237, 196, 0.3);
	padding:15px;
	color:#623a3b;
	margin-top:10px;
}


/* 背景要素 */
#sour_main{
	position: relative;
	z-index:100;
}

@media screen and (max-width: 960px) {
#sour_main{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

