
* {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
html { 
    height: 100%;
    padding: 0px;
}
/* --　記事内の装飾 --*/
body{
	margin: 0px 0px;
    height: 100%;
    padding: 0px;
    background-image: #fff;
}
#main-block{
    margin: 0px;
    height: 100%;
    padding: 0px;
}
body a img{
	border-style: none;
}
body img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

nav.headnav{
	width: 100%;
	min-width: 1000px;
	height: 85px;
	position: fixed;
	top: 0px;
	z-index:200 !important;
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}

nav.headnav section{
	margin: 0px auto;
    width: 100%;
}
nav.headnav p.mainlogo{
    margin: 0;
}
nav.headnav p.mainlogo a{
	width: 262px;
    height: 65px;
	float: left;
	margin: 10px 0px 0px 50px;
    display: block;
     background: url(../images/main_logo.png) no-repeat left center;
	-webkit-background-size: auto 65px;
	-moz-background-size: auto 65px;
	background-size: auto 65px;
    text-indent: -9999px;
    overflow: hidden;
}
nav.headnav p.mainlogo a:hover{
    opacity: 0.5;
}


nav.headnav ul{
	float: left;
	margin: 50px 0px 0px 0px;
    height: 21px;
}
nav.headnav ul li{
	float: left;
	margin: 0 0 0 40px;
    padding: 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
nav.headnav ul li a{
	color: #000000;
	display: block;
    position: relative;
    padding: 0 0 0 14px;
}
nav.headnav ul li a::after  {
    content: '';
	position: absolute;
	top: 3px;
	left: 0em;
	width: 5px;
	height: 5px;
	border: 2px solid #c08;
    border-radius: 100%;
}
nav.headnav ul li a:hover{
	color: #666;
	text-decoration:none;
}
nav.headnav ul li a:hover::after  {
	border: 2px solid #0a3;
}


nav.headnav p.store-button{
    margin: 0;
	display: block;
	height: 33px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    width: 250px;
    float: right;
    position: absolute;
    top: 0px;
    right: 50px;
    font-size: 14px;
}
nav.headnav p.store-button a {
	color: #fff;
    display: block;
	position: relative;
	height: 33px;
	line-height:35px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 0px 0px 7px 7px;
    background-color: #0a3;
}


nav.headnav p.store-button a::after{
    content: '';
	position: absolute;
	top: 37%;
	left: 1em;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #0a3 !important;
	border-bottom: 1px solid #0a3 !important;
}

nav.headnav p.store-button a:hover {
	color: #fff;
	text-decoration: none;
}


nav.headnav p.store-button a:hover::after{
	left: 1.5em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

/* transition */
nav.headnav,
nav.headnav::after,
nav.headnav section,
nav.headnav h1,
nav.headnav h1 img,
nav.headnav ul,
nav.headnav ul li,
nav.headnav ul li a,
nav.headnav ul li a:hover::after,
nav.headnav p a,
nav.headnav p a::after{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#main-visual{
	margin: 0px auto 0px auto;
	min-width: 1000px;
	min-height: 110px;
	padding: 85px 0px 0px;
	text-align: center;
	clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #908;
}
#main-visual h1{
    margin: 0px;
    font-size: 40px;
    color: #fff;
    line-height: 1em;
	font-weight: normal;
    width: 100%;
}


#page-nav{
    margin: -50px 0 90px !important;
}
#page-nav ul{
    margin: 0 !important;
    padding: 0;
   text-align: center;
}
#page-nav ul li{
    display: inline;
    padding: 0px;
    margin: 0px 0px 0px 1px;
    font-weight: normal;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 5px !important;
}

#page-nav ul li:nth-child(1){
    margin: 0px 0px 0px 0px;
}

#page-nav ul li a{
	color: #000;
	padding: 7px 20px;
	letter-spacing: 0.1em;
    border: solid 1px #bbb;
    border-radius: 7px;
}

#page-nav ul li a:hover{
	color: #999;
	text-decoration: none;
}

nav.headnav p a,
#page-nav ul li a,
#page-nav ul li a::after {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#nav-container{
	position: fixed;
	height: 95px;
	width: 100%;
	min-width: 1000px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 880;
	top: 0px;
    border-bottom: solid 5px #ec4762;
}
#scroller{
	margin-bottom: 0px;
}

#button {
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	background: url(../images/Hamburger_menu.png) no-repeat center;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	margin: 0px;
	padding: 0px;
	right: -1px;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}


/*-- Maincontainer Comon Seting--*/
#maincontainer{
	z-index: 20;
}


.contents-wrapper{
	width: 87%;
    max-width: 1280px;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

#maincontainer h2{
	margin: 0px 0px 40px 0px;
	clear: both;
	font-size: 26px;
    line-height: 1.6em;
	color: #c08;
	font-weight: normal;
	letter-spacing: 0em;
	padding: 0;
	text-align: center;
    border-bottom: solid 1px #c08;
}

#maincontainer  h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: normal;
    background-color: #ced;
    padding: 0.2em 0;
    text-align: center;
}

#maincontainer  h4 {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0px;
    color: #000;
    text-align: center;
    padding: 0 0 5px 0;
}


#maincontainer p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px;
	margin-bottom: 1.5em;
	color: #000000;
}
#maincontainer p em {
	font-style: normal;
	font-weight: bold;
	color: #F60;
}


#maincontainer p .caption,
#maincontainer ul li .caption {
	font-size: 85%;
	color: #666;
}
#maincontainer p.caption{
	font-size: 85%;
	color: #666;
	margin-top: 0px;
}

#maincontainer ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 1em;
	margin-left: 3px;
	margin-top: 0px;
}
#maincontainer ul li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0.55em;
}
#maincontainer ul li em{
	font-style: normal;
	color: #F60;
}

.link-page {
    display: block;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
}
.link-page a{
    color: #fff;
    display: block;
	width:100% !important;
	position: relative;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    background-color: #c08;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.link-page a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #c08;
	border-bottom: 1px solid #c08;
}
.link-page a,
.link-page a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.link-page a:hover {
    color: #fff;
	text-decoration: none;
}
.link-page a:hover::after{
	left: 2em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

.link-store,
.link-details{
    display: block;
	height: 30px;
	line-height:30px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    font-size: 14px !important;
     margin-bottom: 0 !important;
}
.link-store a{
    color: #fff;
    display: block;
	width:100% !important;
	position: relative;
	height: 30px;
	line-height:30px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    background-color: #0a3;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.link-store a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #0a3;
	border-bottom: 1px solid #0a3;
}
.link-details a{
    color: #fff;
    display: block;
	width:100% !important;
	position: relative;
	height: 30px;
	line-height:30px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    background-color: #c08;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.link-details a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #c08;
	border-bottom: 1px solid #c08;
}
.link-store a,
.link-store a::after,
.link-details a,
.link-details a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.link-store a:hover,
.link-details a:hover{
    color: #fff;
	text-decoration: none;
}
.link-store a:hover::after,
.link-details a:hover::after{
	left: 2em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}
#processed .link-store{
    margin: 0 0 10px 0 !important;
}

/*詳細ページ*/
.link-area{
    margin: 20px 0 0;
}
.link-shop,
.link-info{
    clear: both;
    padding: 20px 0 0px;
}
.link-shop a{
    font-size: 18px;
    font-weight: bold;
    display: block;
	width:100% !important;
	position: relative;
	height: 50px;
	line-height:50px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    color: #fff;
	background-color: #0a3 !important;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.link-info a{
    font-size: 18px;
    font-weight: bold;
    display: block;
	width:100% !important;
	position: relative;
	height: 50px;
	line-height:50px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    color: #fff;
	background-color: #c08 !important;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.link-shop a::after{
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #0a3;
	border-bottom: 1px solid #0a3;
}

.link-info a::after{
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #c08;
	border-bottom: 1px solid #c08;
}
.link-shop a::before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:25px;
    height:25px;
   background:url(../images/link_shop_head.svg) no-repeat;
    vertical-align:middle;
}
/*.link-info a::before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:25px;
    height:25px;
   background:url(../images/link_info_head.svg) no-repeat;
    vertical-align:middle;
}*/
.link-shop a:hover,
.link-info a:hover{
    color: #fff;
	text-decoration: none;
}
.link-shop a:hover::after,
.link-info a:hover::after{
	left: 2em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.link-shop a,
.link-shop a::after,
.link-info a,
.link-info a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*Main Section*/
#maincontainer img {
    width: 100%;
}

#maincontainer .float_right{
    display: block;
    float: right;
}
#maincontainer .float_left{
    display: block;
    float: left;
}
#maincontainer .w50{
    width: 47%;
}
#maincontainer .w60{
    width: 55%;
}
#maincontainer .w40{
    width: 40%;
}
#maincontainer .w50just{
    width:50%;
}

#maincontainer  .text-area h3 {
    text-align: left;
}
#maincontainer .text-area .link-page a{
    margin: 0;
}
#maincontainer .topics p{
   
}
#maincontainer section.bg-half {
    background-color: rgba(255,255,255,0.60);
}
#maincontainer .contents-wrapper{
    padding: 50px 0px 50px 0px;
    position: relative;
}
#maincontainer #introduction .contents-wrapper{
    padding: 80px 0px 50px 0px;
    position: relative;
}

#introduction h3{
    text-align: left;
    margin-right: 50%;
    color: #ec8;
}
#introduction p{
    color: #000;
    margin-right: 50%;
}
#introduction img{
    width: 20%;
    float: left;
    margin: 0 20px 0 0;
}

.about #maincontainer #introduction{
background: linear-gradient(to bottom,#FFF,rgba(255,255,255,0.0) 85px,rgba(255,255,255,0.0) 330px,#FFF),
url(../images/intro_bg_about.jpg);
background-size: cover;
    background-position: center center;
}


/*Contact*/
#maincontainer #contact{
    padding: 50px 0 70px 0;
    background-color: #eee;
}
#maincontainer #contact h2{
    border-bottom: none;
}
#maincontainer #contact .contents-wrapper{
    padding: 0px !important;
}
#maincontainer #contact p{
    text-align: center;
}
.cmplet-box{
	width: 60%;
    min-width: 550px;
	margin: 0px auto 0 !important;
	text-align: center;
}
    

.cmplet-box h3{
	font-size: 20px !important;
	line-height: 1.8em;
	color: #000;
	font-weight: bold;
	clear: both;
	background: #fff;
	color: #FFF;
	line-height: 20px;
	padding: 10px 20px !important;
	margin: 0px 0px 40px 0px !important;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*product*/
#maincontainer .product-lineup {
    margin: 0px 0px 0px -3%;
    padding: 0px;
    width: 103%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#maincontainer .product-lineup li{
    margin: 0px 0px 50px 3%;
    padding: 0px;
    width: 22%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
#maincontainer .product-img{
    display: block;
    position: relative;
    margin: 0px;
}

#maincontainer .product-lineup li h4 {
    overflow: hidden;
    font-weight: bold;
    padding: 8px 0;
}
#maincontainer .product-lineup li img{
    width: 100%;
}

#maincontainer .product-lineup .slash{
    content: "/";
}
#maincontainer .product-lineup p.pro-spec{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin: 0 0 10px 0;
    padding: 2px 0;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
}
#maincontainer .product-lineup .slash::after{
    content: "/";
    font-size: 13px;
}
#maincontainer .product-img a{
    position: relative;
    display: block;
    content: '';
    padding-top: 124%;
	overflow: hidden;
    border: solid 1px #ddd;
    box-sizing: border-box;
}
#maincontainer .product-img a img:hover{
    overflow: hidden;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#maincontainer .product-img a img{
 position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#maincontainer .product-img a img,
#maincontainer .product-img a img:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#maincontainer #product-rec li img{
    width: 100%;
}

.pro-rec{
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -50px;
  top: 10px;
  width: 150px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background: #c08;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
    z-index: 2;
}


/*Product Detail*/
#maincontainer .detail-wrapper{
    margin-bottom: 40px;
}
#maincontainer #product-detail h2{
    line-height: 1.5em;
    padding-bottom: 5px;
    margin-bottom: 25px !important;
    text-align: left;
    color: #000;
}
#maincontainer #product-detail h3{
    color: #000;
    line-height: 1.5em;
    text-align: left;
    padding: 0px 10px;
    border-bottom:  none
}
#maincontainer #product-detail h4{
        font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:  none;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:  bold;
}
#maincontainer #product-detail p{
    margin-bottom: 0px;
}
#maincontainer #product-detail p.product_type{
    border-radius: 12px;
    display:inline-block;
    padding: 0px 20px;
    min-width: 100px;
    font-size: 15px;
    line-height: 24px;
    background-color: #c08;
    color: #fff;
    text-align: center;
    margin: 0 0 15px !important;
}
#maincontainer #product-detail p.grape_type{
    display:inline-block;
    padding: 0px 10px;
    min-width: 100px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    text-align: center;
    margin: 0 0 15px !important;
}
#maincontainer #product-detail ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px #999 dashed;
}
#maincontainer #product-detail ul li {
	margin-bottom: 0px;
	padding-left: 14px;
	line-height: 1.8em;
	padding-bottom: 5px;
    background: url(../images/li_head.png) no-repeat 2px 0.7em;
}
#maincontainer #product-detail .detail-photo{
    width: 30%;
    float: left;
    border: solid 1px #fff; 
}
#maincontainer #product-detail .detail-photo img{
    width: 100%;
}
#maincontainer #product-detail .detail-data {
    width: 65%;
    float: right;
}
#maincontainer #product-detail .detail-data p{
    margin-bottom: 10px;
}


/*about*/
/*概要*/
#maincontainer #outline table{
    font-size: 16px;
    line-height: 1.5em;
    border-collapse: collapse;
    width: 100%;
}
#maincontainer #outline th,
#maincontainer #outline td{
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 10px 15px;
    text-align: center;
}
#maincontainer #outline th{
    background-color: rgba(165,130,0,0.3);
    font-weight: nomal;
    white-space: nowrap;
}
#maincontainer #outline td{
    text-align: left;
}
/*沿革*/
#maincontainer #award table{
    font-size: 16px;
    line-height: 1.5em;
    border-collapse: collapse;
    width: 100%;
}
#maincontainer #award th,
#maincontainer #award td{
    padding: 10px 0px;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #999;
}
#maincontainer #award th{
    width: 40%;
    font-weight: bold;
    color: #000;
    padding:  10px 15px 10px 5px;
}




/*Access*/
#access .contents-wrapper{
    width: 100% !important;
    }
#maincontainer #access .contents-wrapper{
	width: 100%;
    max-width: 100%;
	margin: 0px auto;
    padding-top: 0;
}
#maincontainer #access .body-block{
   width: 90%;
    margin: 0px auto;
}
#maincontainer #access h3{
    font-size: 18px;
    color: #c08;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: normal;
    background-color: transparent;
    padding: 0.2em 0;
    text-align: left;
    margin-bottom: 0px;
}
#maincontainer #access p{
    text-align: left;
}
#access p.address a{
	font-size: 12px;
    line-height: 12px;
	padding: 3px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	background-color: #c08;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	white-space: nowrap;
}
#access p.address a:hover{
	background-color: #666;text-decoration: none;
}
/* transition */
#access p.address a,
#access p.address a:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#maincontainer #map_canvas{
	width: 100% !important;
	margin-bottom: 20px;
	min-height:350px;
}
#maincontainer #access #map_canvas h3{
    font-size: 16px;
	color: #ec4762;
	margin:0px 0px 0.2em 0px;
}
#maincontainer #access #map_canvas p{
	color: #333;
	text-align: left;
	margin:0px 0px 0px 0px !important;
}

#maincontainer #access .tel-number{
    font-size: 22px;
	line-height: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #c08;
}
#maincontainer #access .tel-number span{
    display: inline-block;
     width: 22px;
    height: 22px;
    background: url("../images/phone_icon.png") no-repeat 0px center;
	background-size: cover;
}
#maincontainer #access .tel-number a{
    color:  #c08;
    font-weight: bold;
}
#maincontainer #access .tel-number a:hover{
    text-decoration: none;
}


/*イベント*/
#maincontainer #event-info .image-area ul{
margin: 0px 0px 0px -2%;
    padding: 0px;
    width: 102%;
}
#maincontainer #event-info .image-area ul li{
    width: 48%;
    margin: 0px 0px 2% 2%;
    padding: 0px;
    float: left;
}
#maincontainer .efforts {
    width: 45%;
    margin: 0 0 20px 5%;
}
#maincontainer .efforts h3{
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #c50012;
}
#maincontainer #event-info .text-area ul {
	list-style-type: none;
	padding: 0px;
    padding: 15px 0 0;
    border-top: 1px #999 dashed;
}
#maincontainer #event-info .text-area ul li {
	margin-bottom: 0px;
	padding-left: 14px;
	line-height: 1.8em;
	padding-bottom: 5px;
    background: url(../images/li_head.png) no-repeat 2px 0.7em;
}

/*Trivia ぶどうができるまで*/
#maincontainer  h4.flow {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    text-align: left;
    border-bottom: dashed 1px #000;
}
#flow-wrapper{
   background: url("../images/flow_line.png") no-repeat 112px bottom ;
	-webkit-background-size: 25px auto;
	-moz-background-size: 25px auto;
	background-size: 25px auto; 
}
#flow-wrapper .block-wrapper{
    float: right;
    width: calc(100% - 280px);
}
#flow-wrapper h3{
    float: left;
    width:250px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
    border: solid 2px #0a3;
    border-radius: 20px;
}

/*Contact*/

#maincontainer #contact p{
   text-align: center;
}
/*contact- form*/

/*フォームのリセット*/
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form{

}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 25px;
    padding-right: 25px;
  position:relative;
  margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ff6666;
  border-radius: 50%;
}

body input[type=text]{
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 108%;
	line-height: 1.8em;
	margin: 0px 0px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.5) !important;
}
body select{
	height: 40px;
	padding-right: 40px;
	padding-left: 10px;
	font-size: 108%;
	line-height: 1.3em;
	margin: 0px 10px 20px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background: url(../images/form_select.png) no-repeat center right;
	-webkit-background-size: 29px auto;
	-moz-background-size: 29px auto;
	background-size: 29px auto;
	padding-bottom: 1px;
	padding-top: 1px;
}
body textarea{
	height: 155px!important;
	width: 90% !important;
	padding: 10px;
	line-height: 1.8em;
	margin: 0px 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.5) !important;
}
body input[type=submit]{
	background-color: #0a3;
	height: 40px !important;
	width: 47% !important;
	font-size: 16px;
	line-height: 1em !important;
	margin: 20px 0px 0px;
	display: block;
	float: right;
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	color: #fff !important;
}

body input[type=reset]{
	background-color: #999;
	height: 40px !important;
	width: 47% !important;
	font-size: 16px;
	line-height: 1em !important;
	margin: 20px 25px 0px 0px;
	display: block;
	float: left;
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	color: #fff !important;
}
body input[type=reset],
body input[type=reset]::after,
body input[type=submit],
body input[type=submit]::after {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body input[type=reset]:hover {
	background-color: #aaa !important;
}
body input[type=submit]:hover {
	background-color: #e50012 !important;
}

body input[type=submit]::after {	
	content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body input[type=reset]::after {	
	content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


body input[type=reset]:hover::after,
body input[type=submit]:hover::after {
	left: 2em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}



body .fullwidth{
	width: 90%!important;

}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #ddddcc inset;
	-webkit-border-radius: 5px;
}

p span{
	font-size: 85%;
	color: #666;
}
p span em{
	color: #ec4762;
	font-style: normal;
}
body input{
}
body .number{
	width: 8% !important;
}
.button-area{
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#maincontainer section p.tel-number,
#maincontainer section p.fax-number{
    
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 40px;
}
#maincontainer section p.tel-number span,
#maincontainer section p.fax-number span{
    display: inline-block;
	width: 27px;
	height: 31px;
	text-indent: -9999px;
	line-height: 30px;
	margin-right: 5px;
}
#maincontainer section p.tel-number a,
#maincontainer section p.fax-number a{
	color: #ec4762;
    text-decoration: none;
    font-weight: bold;
}
#maincontainer section form p{
    margin-bottom: 0.2em;
}

#maincontainer section p.tel-number span{
	background: url(../images/tel_heada.png) no-repeat center;
	-webkit-background-size: 27px auto;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
#maincontainer section p.fax-number span{
	background: url(../images/fax_heada.png) no-repeat center;
	-webkit-background-size: 27px auto;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
#maincontainer .address-block{
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
#maincontainer .address-block li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
#maincontainer #contact-form .tel-number,
#maincontainer #contact-form .fax-number{
	line-height: 30px;
	font-size: 197%;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 40px;
    position: relative;
    color: #000;
    padding-left: 30px;
}
#maincontainer #contact-form .tel-number span,
#maincontainer #contact-form .fax-number span{
	display: block;
	width: 27px;
	height: 31px;
	text-indent: -9999px;
	line-height: 30px;
	margin-right: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#maincontainer #contact-form .tel-number span{
	background: url(../images/tel_heada.png) no-repeat center;
	-webkit-background-size: 27px auto;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
#maincontainer #contact-form .fax-number span{
	background: url(../images/fax_heada.png) no-repeat center;
	-webkit-background-size: 27px auto;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
#maincontainer #contact .tel-number a,
#maincontainer #contact .fax-number a{
    color: #ec4762;
}
/*取扱店一覧*/
.area-nav{
    margin: -20px 0 50px !important;
     padding: 0;
   text-align: center;
}
.area-nav li{
    display: inline;
    padding: 0px;
    margin: 0px -3px;
    font-weight: normal;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px !important;
    font-size: 14px !important;
}

.area-nav li:nth-child(1){
    margin: 0px 0px 0px 0px;
}

.area-nav li a{
	color: #000;
	padding: 2px 10px;
	letter-spacing: 0.1em;
    border-right: solid 1px #999;
}
.area-nav li:nth-child(1) a{
    border-left: solid 1px #999;
}

.area-nav li a:hover{
	color: #999;
	text-decoration: none;
}

#maincontainer .shop-info {
    margin: 0px 0px 0px -4%;
    padding: 0px;
    width: 104%;
    display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#maincontainer .shop-info li{
    margin: 0px 0px 50px 4%;
    padding: 0px 0px 35px 0px;
    width: 29%;
    float: left;
    display: block;
    position: relative;
}
#maincontainer .shop-info .info-kintora{
    font-size: 12px;
    line-height: 12px;
	padding: 5px 10px;
	margin: 0px 3% 15px 0px;
	color: #fff;
	background-color: #a80;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	white-space: nowrap;
    text-align: center;
    width: 7em;
    float: left;
}
#maincontainer .shop-info .info-kohen{
    font-size: 12px;
    line-height: 12px;
	padding: 5px 10px;
	margin: 0px 0 15px 0px;
	color: #fff;
	background-color: #a20;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	white-space: nowrap;
    text-align: center;
    width: 7em;
    float: left;
}
#maincontainer .shop-info h4{
    font-size: 16px;
    clear: both;
    text-align: left;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    color: #a80;
}
#maincontainer .shop-info ul {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
}
#maincontainer .shop-info ul li{
    margin: 0px;
    padding: 0px 0px 0px 18px;
    width: auto;
    clear: both;
    background-position: left 7px;
    -webkit-background-size: auto 14px;
    -moz-background-size: auto 14px;
    background-size: auto 14px;
}
#maincontainer .shop-info .info-address{
    background-image: url(../images/info_icon_map.png);
}
#maincontainer .shop-info .info-tel{
    background-image: url(../images/info_icon_tel.png);
}
#maincontainer .shop-info .info-web{
    background-image: url(../images/info_icon_web.png);
}
#maincontainer .shop-info .info-googlemaps {
    width: 100% !important;
    position: absolute;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    left: 0px;
}
#maincontainer .shop-info .info-googlemaps a{
    display: block;
    font-size: 14px;
    line-height: 14px;
	padding: 5px 0px;
	margin: 0px;
	color: #999;
    border: solid 1px #999;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	white-space: nowrap;
    text-align: center;
    width: 100%;
}
#maincontainer .shop-info .info-googlemaps a:hover{
	color: #000;
    border: solid 1px #000;
    text-decoration: none;
}
#maincontainer .shop-info .info-googlemaps a,
.area-nav li a,
.area-nav li a::after {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*BUDOU cafe*/
.cafe-logo{
    display: block;
    margin: 0px auto 50px !important;
    color: #000;
    width: 340px;
    height: 75px;
    overflow: hidden;
    border-bottom: 0 !important;
    text-indent: -9999px !important;
    background: url("../images/banner_budoucafe.png");
    -webkit-background-size: auto 75px;
	-moz-background-size: auto 75px;
	background-size: auto 75px;
    background-repeat: no-repeat;
     background-position: center center;
}
.cafe #maincontainer #introduction{
}
.cafe #maincontainer #introduction .contents-wrapper{
    /*
    background: url(../images/intro_bg_cafe.jpg);
background-size: cover;
    background-position: center center;
    */
    height: calc(100vh - 300px);
    padding: 0px;
    max-height: 650px;
    width: 100%;
}
.cafe #maincontainer h3{
    font-size: 18px;
    color: #c08;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: normal;
    background-color: transparent;
    padding: 0.2em 0;
    text-align: left;
    margin: 0px;
}

/*プライバシーポリシー*/
#maincontainer #privacy ul li{
    background: url(../images/li_head.png) no-repeat center left;
}
#maincontainer #privacy h3{
    background-color: #eee;
}

/*NEWS*/
#news-body{
    float: left;
    width: 70%;
}
#news-body h3{
    text-align: center;
    background-color: #eee;
}
#news-list{
    float: right;
    width: 25%;
}
#news-list h3{
    text-align: center;
    font-size: 16px;
    line-height: 1.6rem;
    background-color: #eee
}
#news-list dl{
    font-size: 14px;
    margin:  0px 0px  50px 0px;
}
#news-list dt{
    margin: 0;
    font-weight: bold;
    padding: 0px 5px 2px 5px;
}
#news-list dd{
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    border-bottom: dashed 1px #999;
}
#news-list ul{
    margin:  0px 0px  50px 0px;
}
#news-list ul li{
     font-size: 14px;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    border-bottom: dashed 1px #999
}
#article-date{
    margin: 50px 0px 30px 0px;
}
#article-date p{
    font-size: 14px;
    color: #666;
    text-align: right;
}

dl.news-list{
    margin: 0px auto;
   font-size: 15px;
    max-width: 1000px;
}
dl.news-list dt{
    line-height: 1.5em;
    margin-top: 10px;
}
dl.news-list dd{
    line-height: 1.5em;
   margin: -1.5em 5px 0.5em 0px;
    padding: 0 0 10px 6.5em;
    position: relative;
    border-bottom: solid 1px #999;
}
#maincontainer .move-button{
    width: 100%;
    text-align: center;
	list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#maincontainer .move-button li{
	margin: 0px;
	font-size: 15px;
    text-align: center;
    line-height: 14px;
    height: 21px;
    display: inline-block;
}
#maincontainer .move-button li a{
	color: #000000;
	display: block;
    position: relative;
     padding: 5px 0px;
}
#maincontainer .move-button li:first-child a  {
    padding: 5px 14px 0 14px;
}
#maincontainer .move-button li:first-child a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 0em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 1px solid #000;
	border-top: 1px solid #000;

}
#maincontainer .move-button li:first-child a:hover::after  {
	left: 0.2em;
}
#maincontainer .move-button li:last-child a  {
    padding: 5px 14px 0 14px;
}
#maincontainer .move-button li:last-child a::after  {
    content: '';
	position: absolute;
	top: 40%;
	right: 0em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#maincontainer .move-button li:last-child a:hover::after  {
	right: 0.2em;
}
#maincontainer .move-button li:nth-child(2) a{
    padding: 5px 14px 0 14px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
#maincontainer .move-button li a:hover{
	color: #666;
	text-decoration:none;
}


#maincontainer .move-button li a{
    text-decoration: none;
    color: #000;
}
#maincontainer .move-button li a:hover{
    text-decoration: none;
    color: #999;
}

#maincontainer .move-button li a,
#maincontainer .move-button li a::after,
#maincontainer .move-button li a,
#maincontainer .move-button li a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#maincontainer .move-button2 {
    text-align: center;
    display: block;
    margin: 50px 0 0;
    padding: 0;
}
#maincontainer .move-button2 li{
    display: inline;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    border-right: solid 1px #000;
}
#maincontainer .move-button2 li:nth-child(1){
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
#maincontainer .move-button2 li a{
    text-decoration: none;
    color: #000 !important;
    padding: 0px 20px;
}
#maincontainer .move-button2 li a:hover{
    text-decoration: none;
    color: #999 !important;
}
#maincontainer .move-button2 li a,
#maincontainer .move-button2 li a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.newMark{
}

.newMark::before{
	font-size: 10px;
    line-height: 10px;
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	background-color: #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
    top: 0px;
    left: 0px
    position: absolute;
    content: "NEW";
}
#maincontainer #news a{
    color: #000;
}
#maincontainer #news dd a:hover{
    color: #999;
    text-decoration: none;
}

/*Footer*/
footer {
	clear: both;
	padding: 0px;
	width: 100%;
	display: block;
	margin: 0px;
}

#footer-area{
	width: 90%;
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
    position: relative;
}
#footer-area h2{
    float: left;
	width: 262px;
    height: 65px;
	margin: 0px 0px 0px 0px;
    display: block;
     background: url(../images/main_logo.png) no-repeat left center;
	-webkit-background-size: auto 65px;
	-moz-background-size: auto 65px;
	background-size: auto 65px;
    text-indent: -9999px;
    overflow: hidden;
}
.footer-info{
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 350px;
}
#footer-area ul{
	list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer-area ul.footer-link{

}
#footer-area ul.footer-link li{
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
#footer-area ul.footer-link li a{
	color: #000000;
	display: block;
    position: relative;
    padding: 5px 0 0 14px;
}
#footer-area ul.footer-link li a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 0em;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer-area ul.footer-link li a:hover{
	color: #666;
	text-decoration:none;
}
#footer-area ul.footer-link li a:hover::after  {
	left: 0.2em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#footer-area ul.sns-link li{
	float: left;
	margin: 0 20px 0 0;
    padding: 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
#footer-area ul.sns-link li a{
    text-indent: -9999px;
	display: block;
    position: relative;
    padding: 0;
    width: 24px;
    height: 24px;
}
#footer-area ul.sns-link li a::after  {
    content: '';
	position: absolute;
	top: 30%;
	left: 0em;
	width: 5px;
	height: 5px;
}


#footer-area ul.sns-link li.sns-facebook{
     background: url(../images/sns_facebook.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
}
#footer-area ul.sns-link li.sns-instsgram{
     background: url(../images/sns_instagram.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
}
#footer-area ul.sns-link li.sns-twitter{
     background: url(../images/sns_twitter.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
    margin: 0;
}
#footer-area ul.sns-link li:hover{
    opacity: 0.5;
}
/* transition */
#footer-area ul,
#footer-area ul li,
#footer-area ul li a,
#footer-area ul li a:hover,
#footer-area ul li a:hover::after{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

footer p{
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
    margin: 13px 0 0 0 ;
}
footer p a{
	color: #fff;
}
small{
    text-align: left;
	font-size: 12px;
	line-height: 1em;
	color: #000;
	font-style: normal;
	margin: 0px;
    white-space: nowrap;
    clear: both;
}

/*Careers*/
#maincontainer #employee table,
#maincontainer #parttimer table{
    font-size: 16px;
    line-height: 1.5em;
    border-collapse: collapse;
    width: 100%;
}
#maincontainer #employee th,
#maincontainer #employee td,
#maincontainer #parttimer th,
#maincontainer #parttimer td{
    border-bottom: solid 1px #999;
    padding: 10px 0px;
    text-align: left;
    vertical-align: top;
}
#maincontainer #employee th,
#maincontainer #parttimer th{
    width: 20%;
    font-weight: bold;
    white-space: nowrap;
    color: #ec4762;
}
#maincontainer #employee td,
#maincontainer #parttimer td{
    width: 80%;
    text-align: left;
}
/*Other Style*/
a{
color: #333;
	text-decoration: none;
}
 
a:hover{
	color: #666;
	text-decoration: underline;
}


a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.ios a:hover img.linkimg{
opacity:1;
}

.ios .ticket-jump a:hover{
	opacity:1;
}


.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

.clearboth{
	clear:both;
}
.wrapper{
	margin-bottom: 20px;
}
.left-block{
	float: left;
	width: 48%;
}
.right-block{
	float: right;
	width: 48%;
}
.single-block{
	width: 700px;
	margin:0px auto;
}
.single-block table.timetable tbody td{
	padding: 15px 5px;
}

#product-left h3,
#maincontainer .left-block h3,
#maincontainer .right-block h3{
	margin-top: 0px;
}

/*pagetop button*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
    text-indent: -9999px;
	line-height:0px;
	z-index: 100;
}
#page-top  {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#page-top a {
	display: block;
	padding: 0px;
	width: 30px;
    height: 30px;
	color: #000;
    position: relative;
    border-radius: 50%;
	white-space: nowrap;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background-color: #c08;
}

#page-top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%)  translateY(75%) translateY(15%) rotate(-45deg);
}
#page-top a img {
	width:100%;
}
#page-top a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	
}

.ios #page-top a:hover {
	opacity: 1;
}
  
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/


.section {
background-image: url(img/bg.jpg);
background-size: cover;
}

#fade{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	-webkit-background-size: 32px auto;
	-moz-background-size: 32px auto;
	background-size: 32px auto;
	z-index: 999;
	display: none;
}
#loading{
	position: absolute;
	width: 100%;
	height: 100vh;
	-webkit-background-size: 32px auto;
	-moz-background-size: 32px auto;
	background-size: 32px auto;
	z-index: 999;
	display: none;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.circle-img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.nav-mr{
	margin-right: 0px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.first-pt{
    padding-top: 80px !important;
}
.last-pb{
    padding-bottom: 100px !important;
}
.pro-bt{
    padding-top: 30px;
}
.pro-bt a{
    max-width: 25em;
}
#nav-container ul li.nav-mr{
	padding-right: 0px !important;
	background: url(none);
}
.clear-both{
	clear:both;
}

#hamburger-menu{
	display: none;
}


@media screen and (max-width: 1230px) {/*ナビが長いのでこの幅でハンバーガーに交代*/
    nav.headnav ul,
    nav.headnav p.store-button{
	display: none;
}
}
/**/
@media screen and (max-width: 1100px) {
 .contents-wrapper{
	width:950px;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
}   
}
/* =======================================
Tablet
=========================================*/

@media screen and (max-width: 1000px) {
nav.headnav{
	height: 70px;
    background: #fff;
    width: 100%;
	min-width: 100%;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.0));
}
nav.headnav::after{
    display: none;
}
nav.headnav section{
	margin: 0px auto;
    width: 100vw;
}
nav.headnav::after{
    display: none;
}

nav.headnav ul{
	display: none;
}
  nav.headnav p a{
	margin: 8px 0px 0px 20px;
} 
 nav.headnav p.mainlogo a{
     width: 250px;
    height: 54px;
	margin: 8px 0px 0px 20px;
	-webkit-background-size: auto 54px;
	-moz-background-size: auto 54px;
	background-size: auto 54px;
}
#main-visual{
	margin: 70px auto 0px auto;
	min-width: 480px;
	min-height: 110px;
    padding: 0;
}
#main-visual h1{
    margin: 0px;
    font-size: 35px;
    line-height: 1em;
}
    
/*Heada*/
.contents-wrapper{
	width:90%;
	margin: 0px auto;
    padding: 0px 0px 20px 0px;
}
    
/*introduction*/
#introduction h2{
    text-align: left;
    color: #ec8;
}
#introduction h3{
    text-align: left;
    margin-right: 40%;
}
#introduction p{
    margin-right: 40%;
}
#introduction img{
    width: 20%;
    float: left;
    margin: 0 20px 0 0;
}
    
/*product*/
#maincontainer h4{
	padding-bottom:10px !important;
}
 #maincontainer .product-lineup .slash::after{
    content: "\A" ;
	white-space: pre ;
}
/*Contact*/
 #maincontainer #contact-form .tel-number{
	margin-bottom: 20px;
}

/*Footer*/
footer {
	width: 100%;
     border-top: none;
}

#footer-area{
	width: 90%;
	display: block;
	margin: 0px auto;
	padding: 20px 0px;
}
#footer-area h2{
    float: none;
	margin: 0px auto 10px auto;
}
.footer-info{
    display: block;
    position: static;
   padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
}

#footer-area p{ 
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
    clear: both;
    text-align: center;
}
#footer-area ul{ 
    text-align: center;
}
#footer-area .footer-link li{
    float: none !important;
    display: inline-block;
}
    #footer-area .sns-link li{
    float: none !important;
    display: inline-block;
}
    #footer-area ul.footer-link{
        margin-bottom: 5px;
    }
.footer-link{
        width: 100%;
    }
    .sns-link{
        width: 100%;
    }
small{
    margin: 15px 0;
    display: block;
    width: 100%;
	font-size: 12px;
    position: static;
    text-align: center;
}
}
@media screen and (max-width: 900px) {
#maincontainer #award ul{
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
}
#maincontainer #award ul li{
    float:none; 
    width: 100%;
    margin: 0 0 5% 0%;
    padding: 0px !important;
}
}
@media screen and (max-width: 800px) {

/*Trivia ぶどうができるまで*/

#flow-wrapper{
   background-image: none;
}
#flow-wrapper .block-wrapper{
    float: none;
    width: 100%;
}
#flow-wrapper h3{
    float: none;
    width:100%;
    margin-top: 0px;
    font-size: 17px;
    font-weight: normal;
    border: none;
    border-radius: 0px;
}
}
/* ===================================
Smart Phone 
=====================================*/

@media screen and (max-width: 480px) {
nav.headnav  p a{
	width: 208px;
    height: 45px;
	float: left;
	margin: 14px 0px 0px 20px;
	-webkit-background-size: auto 45px;
	-moz-background-size: auto 45px;
	background-size: auto 45px;
    
}
nav.headnav{
	top: 0px;
    left: 0px;
}
    

#main-visual{
	margin: 70px auto 0px auto;
	min-width: 95%;
	min-height: 80px;
}
#main-visual h1{
    margin: 0px;
    font-size: 25px;
}
/*Heada*/

 
.contents-wrapper{
    width: 85% !important;
}

#maincontainer h2{
	margin: 0px 0px 20px 0px;
	font-size: 20px;
    line-height: 30px;
	font-weight: normal;
}

#maincontainer  h3 {
	font-size: 17px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
    padding-bottom: 0em;
}

#maincontainer  h4 {
    font-size: 14px;
    line-height: 1.3em;
}

#maincontainer p {
	font-size: 14px;
}
#maincontainer ul li {
	font-size: 14px;
}
    
#page-nav{
    width: 105%;
    margin: -20px 0px 0px -5% !important;
    padding: 0 0 90px 0;
}
#page-nav ul li{
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    float: left;
    width: 46%;
}

#page-nav ul li:nth-child(1){
    margin: 0px 0px 0px 0px;
}

#page-nav ul li a{
    display: block;
	color: #000;
    margin: 0 0 5% 5%;
	padding: 1px 0%;
	letter-spacing: 0em;
    border: solid 1px #bbb;
    border-radius: 7px;
    width: 100% !important;
}

#page-nav ul li a:hover{
	color: #999;
	text-decoration: none;
} 
.area-nav{
    margin: -10px 0 40px !important;
     padding: 0;
   text-align: center;
}
.area-nav li{
    font-size: 12px !important;
}


.area-nav li a{
	padding: 2px 7px;
	letter-spacing: 0em;
}

/*introduction*/
#introduction h2{
    text-align: center;
}
#introduction h3{
    text-align: center;
    margin-right: 0%;
}
#introduction p{
    margin-right: 0%;
}
#introduction img{
    width: 90%;
    float: none;
    margin: 0 5% 15px 5%;
}

.about #maincontainer #introduction{
    background: url(../images/intro_bg_about_sp.jpg) no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
    background-color: #fff;
    padding-top: 50vw;
}
/*Access*/
    #maincontainer #access h3{
    text-align: center;
}
#maincontainer #access p{
    text-align: center;
}

/*Product*/
#maincontainer .contents-wrapper{
    padding: 50px 0px ;
}
#maincontainer .product-lineup,
#maincontainer #product-rec{
    margin: 0px 0px 20px -5%;
    padding: 0px;
    width: 105%;
}
#maincontainer .product-lineup li,
#maincontainer #product-rec li{
    margin: 0px 0px 20px 5%;
    padding: 0px;
    width: 45%;
    display: block;
    position: relative;
}

#maincontainer .product-img{
    width: 100%;
    position: relative;
    margin: 0px;
}

#maincontainer .product-lineup li h4,
#maincontainer #product-rec li h4{
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
}

.link-pro {
	width:47%;
    position: absolute;
    right: 0PX;
    bottom: 0px;
}
    .link-pro a::after {	
	top: 40%;
	left: 0.2em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: none;
	border-bottom: none;
}
    .link-pro a:hover::after{
	left: 0.5em;
}

    #maincontainer .detail-wrapper{
    margin-bottom: 40px;
}
#maincontainer #product-detail h2{
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#maincontainer #product-detail .detail-photo{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
#maincontainer #product-detail .detail-photo img{
    width: 100%;
}
#maincontainer #product-detail .detail-data {
    width: 100%;
    float: none;
}
    
#maincontainer #product-detail p.product_type{
    border-radius: 12px;
    display:block;
    padding: 0px 20px;
    min-width: auto;
    font-size: 13px;
    line-height: 24px;
    background-color: #c08;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px !important;
}
#maincontainer #product-detail p.grape_type{
    display:block;
    padding: 0px 10px;
    min-width: auto;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    text-align: center;
    margin: 0 0 15px !important;
}
 
#maincontainer .float_left-64{
     width: auto;
    margin: 0 0 1em 0;
    float: none;;;
}
#maincontainer .float_left-55{
     width: auto;
    margin: 0 0 1em 0;
    float: none;;
}

#maincontainer .float_right-64{
    width: auto;
    margin: 0 0 1em 0;
    float: none;;
}
#maincontainer .float_right-55{
    width: auto;
    margin: 0 0 1em 0;
    float: none;;
}


.link-area{
    margin: 15px 0 0;
}    
.link-shop,
.link-info{
    clear: both;
    padding: 15px 0 0px;
}
.link-shop a,
.link-info a{
    font-size: 15px;
    display: block;
	height: 40px;
	line-height:40px;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.link-shop a::before,
.link-info a::before{
    margin:0 8px 0 0;
    width:20px;
    height:20px;
}

.cafe #maincontainer h3{

}
 

/*Shops*/
#maincontainer .shop-info {
    margin: 0px 0px 0px 0%;
    padding: 0px;
    width: 100%;
}
#maincontainer .shop-info li{
    clear: both;
    margin: 0px 0px 30px 0%;
    padding: 0px 0px 30px 0px;
    width: 100%;
}

#maincontainer .shop-info h4{
    font-size: 16px;
    text-align: left;
    margin: 0px;
}
#maincontainer .shop-info ul {
    margin: -4px 0px 0px 0px!important;
    width: 100%;
    height: auto;
}
#maincontainer .shop-info ul li{
    font-size: 13px;
    line-height: 1.6em;
}
#maincontainer .shop-info .info-googlemaps a{
    display: block;
    font-size: 13px;
    line-height: 13px;
	padding: 3px 0px;
}
#maincontainer .shop-info ul li{
    background-position: left 4px;
    -webkit-background-size: auto 13px;
    -moz-background-size: auto 13px;
    background-size: auto 13px;
}
    
.cafe #maincontainer #introduction{
}
.cafe #maincontainer #introduction .contents-wrapper{
    background-position: center center;
    height: 70vw;
    padding: 0px;
    max-height: 650px;
    width: 100% !important;
}

/*Contact*/
 #maincontainer #contact .contents-wrapper{
    padding: 40px 0px !important;
}
    #maincontainer #product{
	background-image: url(none);
}
    #maincontainer #contact {
    padding: 0px;
}
    	.left-block{
	width: 100%;
	float: none;
}
.right-block{
	float: none;
	width: 100%;
}
body input[type=radio]{
	margin-bottom: 15px;
}
.button-area{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
body input[type=submit]{
	width: 100% !important;
	float: none;
}

body input[type=reset]{
	width: 100% !important;
	float: none;
}
    
    body input[type=submit]{
	font-size: 15px;
}

body input[type=reset]{
	font-size: 15px;
}
    #maincontainer #news dl{
   font-size: 15px;
}
 #maincontainer #contact-form .tel-number{
	margin-bottom: 15px;
}
    #maincontainer section p.tel-number,
#maincontainer section p.fax-number{
	font-size: 20px;
}
    
.br::before {
	content: "\A" ;
	white-space: pre ;
}
/*NEWS*/
#news-body{
    float: none;
    width: 100%;
}
#news-body h3{
    text-align: center;
}

#news-list{
    float: none;
    width: 100%;
}
#news-list h3{
    text-align: center;
      margin:  30px 0px 15px 0px;
}
#news-list dl{
    font-size: 13px;
    margin:  0px 0px  30px 0px;
}

#news-list dd{
    margin: -1.7em 0px 10px 0px;
    padding: 0px 5px 10px 6.5em;
}
#news-list ul{
    margin:  0px 0px  0px 0px;
}
#news-list ul li{
     font-size: 14px;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    border-bottom: dashed 1px #999
}
#article-date{
    margin: 50px 0px 30px 0px;
}
#article-date p{
    font-size: 14px;
    color: #666;
    text-align: right;
}
    
#maincontainer .move-button li{
	font-size: 13px;
}
#maincontainer .move-button li a{
	color: #000000;
	display: block;
    position: relative;
     padding: 3px 0px;
}
#maincontainer .move-button li:first-child a  {
    padding: 5px 5px 0 14px;
}
#maincontainer .move-button li:first-child a::after  {
	top: 35%;
}
#maincontainer .move-button li:first-child a:hover::after  {
	left: 0em;
}
#maincontainer .move-button li:last-child a  {
    padding: 5px 14px 0 5px;
}
#maincontainer .move-button li:last-child a::after  {
	top: 35%;
}
#maincontainer .move-button li:last-child a:hover::after  {
	right: 0em;
}


/*footer*/ 
    #footer-area{
	width: 85%;
	padding: 45px 0px;
}
    #footer-area .footer-info{
    display: block;
    position: static;
    height: auto;
    width: 100%;
}

    #footer-area ul.footer-link{
	float: none;
        width: 100%;
        margin-bottom: 20px;
}
#footer-area ul.footer-link li{
    display: block;
	float: none;
	margin: 0;
    padding: 5px 0;
    border-bottom: solid 1px #000;
}
    #footer-area ul.footer-link li:first-child{
        border-top: solid 1px #000;
    }  
#footer-area ul.footer-link li a{
	color: #000000;
	display: block;
    position: static;
    padding: 5px 0px;
}
#footer-area ul.footer-link li a::after  {
	border-right: none;
	border-bottom: none;
}
#footer-area ul.footer-link li a:hover::after  {
	border-right: none;
	border-bottom: none;
}
#footer-area ul.sns-link{
float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
#footer-area ul.sns-link li{
	float: none;
	margin: 0 15px 0 0;
    display: inline-flex;
}
#footer-area ul.sns-link li:hover{
    opacity: 1;
}
footer p{
	font-size: 10px;
	line-height: 1.5em;
    margin: 0 0 10px 0;
}
#footer-area small{
    width: 100%;
	font-size: 10px;
    position: static;
    margin: 0;
}
    
#maincontainer .float_right{
    display: block;
    float: none;
    margin-bottom: 20px;
}
#maincontainer .float_left{
    display: block;
    float: none;
    margin-bottom: 20px;
}
#maincontainer .w50{
    width: 100%;
}
#maincontainer .w60{
    width: 100%;
}
#maincontainer .w40{
    width: 100%;
}
#maincontainer .w50just{
    width:100%;
    margin-bottom: 0px;
}
}
