
@charset "UTF-8";
/*共通部分*/
html{
  font-size: 100%;
}
body{
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 0; /*上の余白をなくす*/
  margin: 0;
  text-align: center;
  }
a{
  text-decoration: none;
  }
img{
  max-width: 100%;
 }
#page{
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
  font-size: 1.2rem;
}
/*-----------トップページメインコンテンツ---------------*/
#top-main{
  padding-top:150px;
  margin: 0;
  margin-left: 3%;
  margin-right: 3%;
}
#top-main .main-content{
  padding-left: 10%;
  padding-right: 10%;
}
.swiper-slide {
  position: relative;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 1%;
  }
.swiper-slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  font-size: 2.1rem;
  text-shadow: #2f4f4f 1px 1px 1px;
  font-family: 'BIZ UDMincho', serif;
  }
.swiper-slide img {
  max-width: 100%;
  }
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: rgb(255,255,255,0.8);
}
.article-text{
  margin:0 auto​;
  text-align: center;
}
#top-main .article-title{
  margin:0 auto​;
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  color: #c0c0c0;
}
.main-content p{
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 15px;
}
.item-content{
  display: flex;
  padding:0 auto;
  margin: 0;
  height: 100%;
  position: relative;
  justify-content: center;
  margin-bottom: 2%;
}
.content-img{
  width: 45%;
  margin: 2%;
  position: relative;
}
.content-img img:hover {
   opacity: 0.5;
}
.item-title{
  position: absolute;/*絶対配置*/
  font-size: 2.2rem;
  text-shadow: #000 1px 1px 1px;
  color: #fff;
  left:0;
  right:0;
  top:75%; /*文字を写真の中央に配置*/
  /*bottom: 15%;文字を写真の中央に配置*/
  display: block;
  vertical-align: middle;
  font-family: 'BIZ UDMincho', serif;
  padding-top: 2%;
}
#top-main .item-content .content-img .herb-title{
  top:30%;
  padding-top: 9%;
}
/*-----------------下層ページ共通---------------------------*/
#main{
  padding-top: 110px;
  max-width: 1100px;
  padding-left: 10%;
  padding-right: 10%;
  margin: auto;
  text-align: left;
  line-height: 1.8;
  height:100%;
}
#main h2{
  font-size: 1.7rem;
  text-align: left;
  padding-top: 3%;
  padding-bottom: 3%;
}
#main h3{
  font-size: 1.5rem;
}
#main p{
  font-size: 1.3rem;
}
#main .breadcrumbs{
  height: auto;
  text-align: left;
  max-width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
}
#main .breadcrumbs p{
  color: #000;
  font-size: 1.1rem;
}
#main .breadcrumbs a{
  color: #000;
}
/*-----------------------企業理念メインコンテンツ-------------------*/
#main .company-wrapper h2{
  text-align: center;
}
#main .company-wrapper{
 width:100%;
  height: auto;
  color: #000;
  display: inline-block;
  text-align: center;
  margin-bottom: 2%;
}
.bold{
  font-weight: bold;
  font-size: 1.2rem;
}
#main .company-wrapper h3{
  padding-bottom: 3%;
  padding-top: 3%;
  font-size: 1.5rem;
}
#main .company-wrapper h4{
  padding-bottom: 2%;
  font-size: 1.4rem;
}
.wrapper-concept p{
  font-size: 1.2rem;
  text-align: left;
  padding-bottom: 2%;
  line-height: 1.6;
}
.concept-width{
	text-align: center;
  margin-left: 13%;
  margin-right: 13%;
  display: inline-block;
  margin-bottom: 4%;
}
#main .company-wrapper .wrapper-concept h3{
  margin-bottom: 3%;
  margin-top: 2%;
}
.guideline{
  margin-bottom: 4%;
}
.guideline li{
  font-size: 1.1rem;
  padding-bottom: 3px;
  padding-top: 1%;
}
.wrapper-concept{
 background-color: #f5f5f5;
}
.wrapper-guideline{
 background-color: #f5f5f5;
 margin-top: 4%;
 line-height: 1.8;
 padding-bottom: 2%;
}
#main .company-wrapper .wrapper-guideline h4{
  margin-top: 2%;
}
/*-------------商品詳細メインコンテンツ------------------*/
.product-wrapper{
 width: 100%;
 padding-left: 4%;
 padding-right: 4%;
 display: flex;
 margin-bottom: 6%;
 margin-top: 4%;
}
.product-img{
  flex-direction: row;
 width:40%;
 margin-left: 3%;
 margin-right: 3%;
 margin-bottom: 2%;
}
#main .product-img h3{
   text-align: center;
   color: #000;
   margin-bottom: 1%;
   font-size: 1.3rem;
   word-break: auto-phrase;
}
#main .product-img p{
   color: #000;
   padding: 5px;
   font-size: 1.2rem;
}
.big-bg{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
/*-------------------薬膳ハーブのお酒コンテンツ-----------------------*/
.item-wrapper{
  margin-bottom: 4%;
}
.item-wrapper h3{
  padding-top: 2%;
  padding-bottom: 1%;
}
.herb-item-wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.8;
  margin-bottom: 2%;
}
.herb-text{
  padding-bottom: 10px;
}
.herb-item-img{
  display: inline-block;
  padding:0 auto;
  margin: 0;
  height: 100%;
  width:48%;
  height: auto;
  position: relative;
  justify-content: center;
  margin-bottom: 2%;
}
.herb-item-title {
  position: absolute;/*絶対配置*/
  font-size: 1.7rem;
  text-shadow: #000 1px 1px 1px;
  color: #fff;
  left: 0;/*文字を写真の中央に配置*/
  right: 0;/*文字を写真の中央に配置*/
  top:45%; /*文字を写真の中央に配置*/
  bottom: 45%;/*文字を写真の中央に配置*/
  display: block;
  text-align: center;
}
.liqueur-item-wrapper{
   display: flex;
   width: 100%;
   line-height: 1.8;
   height: auto;
   justify-content: center;
   flex-direction: row;
   align-items: flex-start;
}
.liqueur-item-text{
  width: 48%;
  margin: 1%;
}
.liqueur-item-img{
  width:48%;
  height: auto;
  display: inline-block;
  margin: 1%;
}
.btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 150px;
	height: 10px;
  padding-top:20px;
  padding-bottom: 20px;
	font-size: 1.2rem;
	text-decoration: none;
	transition: 0.3s;
  color: #000;
  text-align: left;
  font-family: "MS Pゴシック";
}
.btn a:hover {
	color: #808080;
}
.btn a::after {
	content: '';
	position: absolute;
	transform: rotate(45deg) translateY(-45%);
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #808080;
  left:120px;
}
.shop_btn a {
  display: flex;
justify-content: space-between;
	align-items: flex-end;
	position: relative;
	width: 330px;
	height: 35px;
  padding-left:50px;
	font-size: 1.9rem;
	font-weight: 700;
	transition: 0.3s;
  color: #000;
 border-bottom: 1px solid #000;
 margin-top: 2%;
 margin-bottom: 1%;
}
.shop_btn a:hover {
	color: #808080;
}
.shop_btn a::before {
  content: '';/*何も入れない*/
 display: inline-block;/*忘れずに！*/
 width: 48px;/*画像の幅*/
 height: 48px;/*画像の高さ*/
 padding-bottom: 5px;
 background-size: contain;
 	vertical-align: middle;
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
}
.Nodrink{
   font-size: 1.1rem;
   padding-bottom: 2%;
   text-align: center;
}
/*-------------------モミジイチゴのお酒コンテンツ-----------------------*/
.tae-item-wrapper{
margin-bottom: 4%;
}
.tae-item-wrapper h3{
padding-top: 2%;
padding-bottom: 1%;
}
.berry-item-wrapper{
display: flex;
justify-content: space-between;
max-width: 1100px;
flex-wrap: wrap;
position: relative;
padding-left: 5%;
padding-right: 5%;
line-height: 1.8;
margin-bottom: 2%;
}
/*-------vegetable----------*/
#vegetable_fp{
  margin-top: 15px;
}
.ly-item-text{
  line-height: 1.8;
}
}/*-------暫定的処置----------*/

/*-------蛇谷伝説全文----------*/
.image_box{
  width:100%;
  height: auto;
}
.image_box img{
  max-width: 65%;
  height:auto;
  margin:0 auto;
  display: block;
}
.legend_text{
  max-width: 65%;
  height: auto;
  color: #000;
  padding:2% 10%;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
}
.legend_text p{
  margin-bottom: 2%;
}

/*---------------------フッター-----------*/
footer{
  line-height: 1.7;
  padding-bottom: 1%;
  max-width: 100vw;
  background-color: #fff;
  word-break: keep-all;
  font-size: 1.3rem;
  margin-top: 1%;
}
footer p{
  padding-bottom: 10px;
}
.f-nav{
  /*テキストを中央に並べる*/
  justify-content: center;
  margin:0 auto;
  padding: 0 4%;
}
.f-nav li{
  margin-left: 34px;
}
.gnav{
  display: flex;
  list-style: none;
  word-break: keep-all;
  align-items: center;
}
.gnav a{
  color: #000;
}
.gnav a:hover{
  color: #c0c0c0;
  border-bottom:1px dotted #808080;
}
.icon_tri {
   position: relative;
   display: inline-block;
   padding-left: 10px;
   text-decoration: none;
 }
 .icon_tri:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 7px 9px;
   border-color: transparent transparent transparent #000;
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -6px;
 }
 address{
   padding-top: 15px;
 }
/*-------------------特定商取引法に基づく表記-----------------------------------------*/
.legal-wrapper{
 padding-bottom: 2%;
}
.legal-wrapper h2{
  margin-top: 3%;
}
.legal-wrapper table {
  width: 100%;
  height: auto;
  margin-top: 1%;
  border:1px #808080 solid;
  vertical-align: middle;
  table-layout: fixed;
}
.legal-wrapper table td{
  height: 12vh;
  font-size: 1.1rem;
  text-align: left;
  word-break: keep-all;
  border:1px #808080 solid;
  vertical-align: middle;
  padding: 1%;
  word-break : break-all;
}
.td-title{
  font-weight: bold;
  width: 35%;
  padding: 1%;
}
.td-content{
  width: 70%;
  padding: 1%;
}
/*-------------------プライバシーポリシー-----------------------------------------*/
.privacy-wrapper{
  padding-left: 8%;
  padding-right: 8%;
}
.privacy-wrapper  h3{
padding-bottom: 1%;
padding-top: 2%;
}
.privacy-wrapper p{
  margin-bottom: 5px;
}
/*-------------------妙の音----------------------*/
 #page #main .tae-wrapper{
  text-align: center;
  margin-bottom: 2%;
}
#page .tae-wrapper h2{
  padding-top: 1%;
  padding-bottom: 2%;
  text-align: center;
  font-size: 1.4rem;
}
#page .tae-wrapper h3{
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  font-size: 1.3rem;
}
#main #videoplay{
  width: 75%;
  height: 100%;
  border: 1px solid #808080;
  margin-bottom: 2%;
}
/*--------------------モバイル版-----------------------------------------------------------------*/
@media (max-width: 850px){
/*モバイル版トップページ*/
#top-main{
padding-top:110px;
}
  .main-content{
    padding-left: 5%;
    padding-right: 5%;
  }
  #top-main .article-title{
    font-size: 1.1rem;
     word-break: keep-all;
     padding-bottom: 20px;
  }
 .main-content p{
   font-size: 20px;
 }
 .item-content{
  margin-top: -3%;
 }
.item-title{
  font-size: 1.0rem;
  top:72%; /*文字を写真の中央に配置*/
  }
#top-main .item-content .content-img .herb-title{
  top:20%;
}
.sp-hidden{
display:none
}
:root {
  --swiper-navigation-size: 20px;
}
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 7px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 7px;
  }
  .swiper-slide p {
    font-size: 1.3rem;
    }
/*モバイル版　下層ページ共通*/
#main{
padding-top: 95px;
padding-left: 4%;
padding-right: 4%;
}
#main h2{
  font-size: 1.2rem;
  padding-bottom: 1%;
  margin-left: 3%;
}
#main h3{
  font-size: 1.0rem;
}
#main p{
  font-size: 16px;
  padding-bottom: 2px;
  margin-left: 3%;
}
#main .breadcrumbs{
  margin-bottom: 3px;
  margin-top: 10px;
}
#main .breadcrumbs p{
  margin-top: 20px;
  font-size: 0.8rem;
}
/*モバイル版　企業理念メインコンテンツ*/
.bold{
  font-weight: bold;
  font-size: 1.1rem;
}
#main .company-wrapper h3{
  padding-bottom: 3%;
  padding-top: 3%;
  font-size: 1.2rem;
}
#main .company-wrapper h4{
  padding-bottom: 2%;
  font-size: 1.1rem;
  padding-top: 3%;
}
.wrapper-concept p{
  font-size: 1rem;
  text-align: left;
  padding-bottom: 2%;
  line-height: 1.6;
}
.concept-width{
	text-align: center;
  margin-left: 13%;
  margin-right: 13%;
  display: inline-block;
  margin-bottom: 4%;
}
.guideline{
  margin-bottom: 5%;
}
.wrapper-guideline .guideline h4{
  margin-top: 3%;
}
.guideline li{
  font-size: 1rem;
  padding-bottom: 3px;
  padding-top: 1%;
}
.wrapper-concept{
 background-color: #f5f5f5;
}
.wrapper-guideline{
 background-color: #f5f5f5;
 margin-top: 4%;
 line-height: 1.8;
 padding-bottom: 2%;
}
#main .company-wrapper .wrapper-guideline h4{
  margin-top: 2%;
}
/*モバイル版　商品紹介メインコンテンツ*/
.product-wrapper{
 padding-left: 2%;
 padding-right: 2%;
 display: flex;
 flex-direction: column;
 width: 95%;
}
.product-img{
  flex-direction: column;
 /*display: flex;*/
 width:95%;
 margin-left: 3%;
 margin-right: 3%;
 margin-top: 4%;
 margin-bottom: 5%;
}
#main .product-img h3{
   font-size: 1.2rem;
}
/*モバイル版 薬膳ハーブのお酒コンテンツ*/
.shop_btn a {
	width: 200px;
	height: 25px;
	font-size: 1.2rem;
	font-weight: 400;
 margin-top: 4%;
 margin-bottom: 1%;
 padding-left: 30px;
}
.shop_btn a::before {
 width: 25px;
 height: 25px;
 left: 3px;
}
#main .item-wrapper h3{
  /*font-size: 1.1rem;*/
  padding-top: 4%;
  padding-bottom: 2%;
  padding-left: 3%;
}
#main .item-wrapper p{
  font-size: 1rem;
  padding-bottom: 1%;
}
#main .liqueur-item-wrapper{
  flex-direction: column;
  width: 100%;
}
.herb-item-img p{
  text-align: center;
  padding-top: 1%;
  padding-bottom: 5%;
}
#main .ly-item-img{
  width:100%;
  display: inline-block;
vertical-align: top;
}
#main .ly-item-text{
  width:100%;
}
.Nodrink{
  font-size: 0.5rem;
  padding-bottom: 2%;
}
/*モバイル版　モミジイチゴのお酒-*/
.tae-item-wrapper h3{
padding-left: 3%;
}
/*モバイル版　蛇谷伝説全文*/
.btn a {
	width: 110px;
	height: 20px;
	font-size: 0.9rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn a::after {
  width: 7px;
	height: 7px;
  left:90px;
}
/*モバイル版　フッター*/
footer{
 font-size: 0.8rem;
 margin-top: 2%;
}
.f-nav{
margin-bottom: 1%;
margin-right: 15px;
margin-top: 1%;
flex-direction: column;
align-items: center;
text-align: center;
margin:0 auto;
padding: 0 2%;
}
.f-nav li{
  margin-left: 15px;
}
.icon_tri {
 position: relative;
 display: inline-block;
 padding-left: 9px;
 text-decoration: none;
}
.icon_tri:before {
 content: '';
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5px 0 5px 7px;
 border-color: transparent transparent transparent #000;
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -3px;
}

/*モバイル版 特定商取引法に基づく表記*/
.legal-wrapper{
  max-width: 100%;
  padding-bottom: 2%;
}
.legal-wrapper table {
  margin-top: 2%;
  border:1px #808080 solid;
  vertical-align: middle;
}
.legal-wrapper table td{
  height: 12vh;
  font-size: 0.5rem;
  text-align: left;
    word-break: break-all;

  border:1px #808080 solid;
  vertical-align: middle;
}
.td-title{
  font-weight: bold;
  font-size: 0.4rem;
  width: 40%;
}
.td-content{
  width: 60%;
  }
  /*モバイル版 妙の音*/
    #page .tae-wrapper h2{
      font-size: 0.7rem;
    }
    #page .tae-wrapper h3{
      font-size: 0.6rem;
    }
  /*モバイル版 プライバシーポリシー*/
  .privacy-comment{
    font-size: 0.9rem;
  }
  #main .privacy-wrapper h3{
      font-size: 0.7rem;
  }
#main .privacy-wrapper p{
    font-size: 0.6rem;
}
}
/*モバイル版-幅狭*/
@media (max-width: 320px){
  #page{
  max-width: 320px;
  }
  #main h2{
  font-size: 0.8rem;
  }
  .guideline-wrapper h2{
  font-size: 0.9rem;
  }
  .m-nav{
   margin-top:4%;
   word-break: keep-all;
   font-size: 1px;
   margin-bottom: 1%;
  }
  .item-title {
  font-size: 1px;
  }
}
