
@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
   font-size: 62.5%;
}


body {

  font-weight: 400;
  color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 2;
  margin: auto;
  text-align: left;
  height: 100%;
  letter-spacing: 0.05em;
  background: #ebeae8;
  line-break: strict;
  word-break:break-word;
}

body, .toggle p, .about_concept p {
  font-family: "Georgia","HGP明朝E","HGPMinchoE","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN", serif;
}

li {
  list-style: none;
}

img {
	width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #f4f4f4;
  transition: 0.2s ease-in-out;
}


a:visited {
  text-decoration: none color:#f4f4f4;
}

a:hover {
  text-decoration: none;

}


a img {
  transition: 0.2s ease-in-out;
}

a:hover img {
  /*opacity: 0.8;*/
}

*::selection {
  background: #14274c;
  color: #fff;
}

p,
.post_body ul,
.info_body ul,
.about_about table,
.noshi {
  text-align: justify;
  font-family: "Georgia","HGP明朝E","HGPMinchoE","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN", serif;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}



table {
  border-collapse: collapse;
}

.left {
  float: left;
}

.side{
  float: right;
}

.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}



.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



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

	ヘッダー	

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

header {
	width: 100%;
	position: relative;
	height: 170px;
	background-position: center bottom 0;
	background-size: 340px auto;
	z-index: 50;
}

header:after {
	content: '';
	display: block;
	width: 100%;
	height: 166px;
	background: #232625;
	position: absolute;
	top: 0;
	left: 0;
}

.header_logo {
	width: 320px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -160px;
	text-align: center;
	padding: 30px 0 48px 0;
	background-size: 320px 320px;
	z-index: 10;
}



.header_logo img {
	width: 152px;
}

.toggle {
	display: none;
}

.cart {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	background: #14274c;

	width: 110px;
	height: 110px;
	padding: 38px 0 0 0;
	text-align: center;
	color: #fff;
	z-index: 10;
  transition: 0.2s ease-in-out;
  
}


.cart span {
	display: block;
	font-size: 1.0rem;
	padding: 34px 0 0 0;
	background: url(../images/icon_cart.png) no-repeat;
	background-position: left 42px top;
	background-size: 20px auto;
}

.cart:hover {
	background: #2a4983;
}

.navi .sholder {
	position: absolute;
	left: 0;
	top: 8px;
	padding-left: 20px;
	width: 100%;
	text-align: left;
}

.navi .sholder a {
	display: inline-block;
	background: no-repeat left center;
	background-size: 20px auto;
	padding: 0 0 0 26px;
	margin: 0 20px 0 0;
	font-size: 1.2rem;
	line-height: 40px;
	pointer-events: auto;
}

.navi .sholder a.instagram {
	background-image: url(../images/icon_instagram.png);
}

.navi .sholder a.facebook {
	background-image: url(../images/icon_facebook.png);
}


.navi .sholder a.guide {
	background-image: url(../images/icon_guide.png);
}

.navi .sholder a.mypage {
	position: absolute;
	right: 115px;
	top: 0;
}

.navi ul {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;

}

.navi ul {
	line-height: 1;
	pointer-events: none;
}

.navi ul li.g_navi {
	display: inline-block;
	padding: 20px 0;
	margin: 74px 0 0 0;

	line-height: 1;
	pointer-events: auto;
  transition: 0.2s ease-in-out;
}

.navi ul li.g_navi:nth-child(3) {
	margin-right: 20vw;
}



.navi ul li.g_navi .pa {
	border-right: 1px solid #958043;
	padding: 0 15px;
}

.navi ul li:nth-child(2) .pa,
.navi ul li:nth-child(3) .pa,
.navi ul li:nth-child(5) .pa {
	border: none;
}

.navi ul li.g_navi a.pa:hover,
.navi ul li.g_navi:hover {
	color: #da382b;
}

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

	メガメニュー	

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


.megamenu {
	padding: 25px 0;
	width: 90%;
	max-width: 1080px;
	position: fixed;
	top: 140px;
	left: 50%;
	margin: 0 0 0 -540px;

	z-index: 110;


	opacity: 0;
	pointer-events: none;
	top: 95px;
  transition: 0.4s ease-in-out;
  
}

.megamenu.show {
	opacity: 1;
	pointer-events: auto;
	top: 112px;
}

.megamenu div {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.megamenu a {
	display: block;
	width: 33.3%;
	text-align: left;
	border-right: 1px solid #edebe8;
	padding: 2.5% 3% 2.5% 3%;
}

.megamenu a:nth-child(3),
.megamenu a:nth-child(6) {
	border-right: none;
	width: 33.4%;
}

.megamenu a:first-child,
.megamenu a:nth-child(2),
.megamenu a:nth-child(3) {
	padding-top: 2%;
	border-bottom: 1px solid #edebe8;

}

.megamenu a:first-child:before,
.megamenu a:nth-child(2):before,
.megamenu a:nth-child(3):before {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	background: no-repeat center center; 
}

.megamenu a.lineup:before {
	background-image: url(../images/cate_lineup.png);
	background-size: 89% auto;
}

/*
.megamenu a.lineup:hover:before {
	background-image: url(../images/lineup_roop.gif);
}
*/

.megamenu a.set:before {
	background-image: url(../images/cate_set.png);
	background-size: 89% auto;
}

/*
.megamenu a.set:hover:before {
	background-image: url(../images/set_roop.gif);
}
*/


.megamenu a.foodset:before {
	background-image: url(../images/cate_foodset.png);
	background-size: 89% auto;
}

/*
.megamenu a.foodset:hover:before {
	background-image: url(../images/foodset_roop.gif);
}
*/

.megamenu a h3 {
	margin: 0 0 15px 0;
	font-size: 2.0rem;
	background: url(../images/arrow_right.png) no-repeat;
	background-size: 23px auto;
	background-position: right 4px center;
  transition: 0.2s ease-in-out;
}

.megamenu a:hover,
.megamenu a:hover p,
.megamenu a:hover h3 {
	background-position: right 0 center;
	color: #f4f4f4;
}

.megamenu a p {
	font-size: 1.4rem;
}

.megamenu a:hover {
	background: #232625;
}

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

	フッター

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

footer {
	background: #232625;
	padding: 100px 0 0 0;
	margin: 0 0 0 0;
}

footer .content {

}

footer .footer_layout .column {
	width: 29.6%;
}

footer .footer_layout {
	margin: 0 auto 120px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_navi li {
	margin: 0 0 10px 0;
}

.footer_navi li.sub:before {
	content: '-';
	display: inline-block;
	margin: 0 10px 0 0;
}

footer .bn {
	text-align: right;
}

footer .bn a,
footer .bn span {
	display: inline-block;
	margin: 0 0 40px 0;
	max-width: 320px;
}

footer .bottom {
	font-size: 1.4rem;
	position: relative;
}

footer .bottom .copyright {
	font-size: 1.2rem;
}

footer .bottom a {
	display: inline-block;
	margin: 0 20px 0 0;
}

footer .bottom a.pagetop {
	margin: 0;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	padding: 10px;
	z-index: 100;
	opacity: 0;
	
}

.pagetop:hover {
	padding: 0 10px 20px 10px;
}

.pagetop.show {
	opacity: 1;
}

footer .ph {

	background: url(../images/ph_footer.jpg) no-repeat center center fixed;
	background-size: cover;
	position: relative;
}

footer .ph .inner {
	padding-top: 66%;
	width: 100%;
	background: url(../images/bg_bottom01.png) no-repeat center top;
	background-size: 2000px auto;
	position: relative;
	z-index: 10;
}

footer .ph h2 {
	font-size: 5.0rem;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 320px;
	left: 8vw;
	z-index: 8;
}

.slide_title .line {
	display: block;
	position: relative;
	width: 8em;
	height: 1.75em;
	overflow: hidden;
}

.slide_title .line span.in {
	position: absolute;
	left: 0;
	bottom: -1.75em;
	display: block;
}

footer .ph:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.85;
	z-index: 5;
  transition: 1.0s ease-in-out;
}

footer .ph.show:after {
	opacity: 0;
}

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

	kv	

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

.kv {
	width: 100%;
	height: 100%;
	min-height: 680px;
	position: relative;

	margin-top: -165px;
	padding: 0 0 0 0;
	background: #232625;
	overflow: hidden;
}

.kv:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-size: auto 10px;
	z-index: 8;
}

.bn_season {
	position: absolute;
	left: 45px;
	bottom: 0;
	width: 272px;
	height: 357px;
	z-index: 5;
}

.bn_season .bird {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 42px;
/*	transform-origin:30% 80%;
	animation: bird_bn 5.0s linear infinite;*/
}



@keyframes bird_bn {
	0% {transform: rotate(0deg);}
	80% {transform: rotate(0deg);}
	85% {transform: rotate(10deg);}
	90% {transform: rotate(0deg);}
	95% {transform: rotate(10deg);}
	100% {transform: rotate(0deg);}
}


.bn_season .fukidashi {
	width: 70px;
	position: absolute;
	left: -14px;
	top: 2px;
/*	transform-origin:30% 80%;
	animation: fukidashi 5.0s linear infinite;*/
}

@keyframes fukidashi {
	0% {transform: rotate(0deg);}
	80% {transform: rotate(0deg);}
	85% {transform: rotate(-10deg);}
	90% {transform: rotate(0deg);}
	95% {transform: rotate(-10deg);}
	100% {transform: rotate(0deg);}
}

.bn_season .board {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bn_season .bn {
	width: 200px;
	position: absolute;
	left: 36px;
	top: 110px;
}

.bn_season .bn li {
	margin: 0 0 20px 0;
}

.bn_season .bn li img {
	border-radius: 6px;
}

.mountain_left {
	max-width: 440px;
	width: 37vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}

.mountain_right {
	max-width: 420px;
	width: 36vw;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.mountain_right .bird {
	width: 50px;
	position: absolute;
	left: 140px;
	top: 0;
/*	animation: bird 5.0s linear infinite;*/
}

/*
@keyframes bird {
	0% {left: 148px; top: 0; opacity: 1;}
	10% {left: 148px; top: 0; opacity: 1;}
	20% {left: 148px; top: -5px; opacity: 1;}
	30% {left: 148px; top: 0; opacity: 1;}
	40% {left: 148px; top: -5px; opacity: 1;}
	50% {left: 148px; top: 0; opacity: 1;}
	60% {left: 148px; top: -5px; opacity: 1;}
	70% {left: 148px; top: 0; opacity: 1;}
	75% {left: 123px; top: -10px; opacity: 1;}
	80% {left: 98px; top: -20px; opacity: 1;}
	82.5% {left: 85px; top: -25px; opacity: 1;}
	85% {left: 73px; top: -30px; opacity: 0;}
	95% {left: 168px; top: 10px; opacity: 0;}
	100% {left: 148px; top: 0; opacity: 1;}
}
*/

@keyframes bird {
	0% {left: 148px; top: 0; opacity: 1;}

	40% {left: 148px; top: 0; opacity: 1;}
	50% {left: 148px; top: -10px; opacity: 1;}
	60% {left: 148px; top: 0; opacity: 1;}
	70% {left: 148px; top: -10px; opacity: 1;}
	80% {left: 148px; top: 0; opacity: 1;}
	90% {left: 148px; top: -10px; opacity: 1;}
	100% {left: 148px; top: 0; opacity: 1;}
}


.kv .ph {

	height: 100%;
	width: 100%;
	overflow: hidden;


    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	color: #fff;
	position: relative;
	
}

.kv .ph span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	
	z-index: 1;
}

.kv .ph h2 {
	position: absolute;
	right: 55px;
	top: 220px;
	z-index: 8;
	font-size: 4.0rem;
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
	z-index: 10;
}





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

	サイドテクスチャー

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


.side_texture_area {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	background: #232625;
}

.side_texture {
	width: 100%;
	position: relative;
}

.side_texture:after,
.side_texture:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 10px auto;
	z-index: 4;
}

.side_texture:after {
	left: -2px;
}

.side_texture:before {
	right: -2px;
}

.detail_page .side_texture {
	background: #232625;
	margin-bottom: 8%;
	padding: 8% 7%;
}







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

	レイアウト

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


.toptitle.wide_1080 {
    margin-right: 50%;
    font-size: 4.0rem;
    font-weight: bold;
}

.max_wrapper {
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
  background: #232625;
}

.wide_1080 {
	max-width: 1280px;
	width: 100%;
	padding: 0 6%;
	margin: 0 auto;

}

.wide_795 {
	max-width: 968px;
	width: 100%;
	padding: 0 6%;
	margin: 0 auto;
}

.wide_700 {
	max-width: 920px;
	width: 100%;
	padding: 0 6%;
	margin: 0 auto;
}

.wide_1200 {
	max-width: 1480px;
	width: 100%;
	padding: 0 8%;
	margin: 0 auto;

}



.flex {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	
}

.layout_half {
	display: flex;
	justify-content: space-between;
}

.layout_half .layout {
	width: 47%;
}

.line_deco {
	background: url(../images/line_deco.png) repeat-x left top;
	background-size: 30px auto;
}

.arrow {
	line-height: 1.4;
	font-size: 1.4rem;
	padding: 2px 34px 3px 0;
	background: url(../images/arrow_right.png) no-repeat right 3px top 0.30em;
	background-size: 23px auto;
	position: relative;
  overflow: hidden;
  display: inline-block;
   transition: 0.2s ease-in-out;
}

.arrow:hover {
	background-position: right 0 top 0.30em;
}
/*
.arrow:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -100%;
	background: #f4f4f4;
	z-index: 1;
  transition: 0.5s ease-in-out;	

}

.arrow:hover:after {
	left: 0;
}
*/

.arrow_area {
	text-align: right;
}


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

	商品リスト

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

.product_list,
.list_1_3,
.list_1_4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_1_3:after {
display: block;
content:"";
width: 29.6%;
}

.product_list li.cate_title {
	border: none;
	background: none;
	text-align: center;
	padding: 0 4% 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home_product {
	margin: 0 0 0 0;
	padding: 280px 0 0 0;
	background: url(../images/bg_top02.png) no-repeat center top #232625;
	background-size: 2000px auto;
}

.home_product_list {
	padding: 100px 0 30px 0;
}

.sub_product_list {
	padding: 80px 0 100px 0;
}

.detail_page .sub_product_list {
	padding-bottom: 0;
}

.detail_page .sub_product_list li:nth-child(4) {
	display: none;
}

.home_lineup .home_product_list {
	padding-top: 0;
}

.cate_title {
	margin-bottom: 56px;
}

.cate_title .st {
	font-size: 3.6rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 15px;
}

.cate_title p {
	font-size: 1.4rem;
	text-align: left;
}

.home_cate_title .st {
	text-align: center;
}

.home_cate_title p {
	text-align: center;
}

.home_lineup .home_cate_title {
	text-align: center;
}

.home_lineup .home_cate_title div {
	display: inline-block;
}

.home_lineup .home_cate_title:before,
.home_lineup .home_cate_title:after  {
	content: '';
	width: 190px;
	height: 144px;
	margin: 0 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: bottom;
}

.home_lineup .home_cate_title:before {
	background-image: url(../images/lineup_left.gif);
}

.home_lineup .home_cate_title:after {
	background-image: url(../images/lineup_right.gif);
}

.home_cate_title .st.set:before,
.home_cate_title .st.foodset:before {
	content: '';
	max-width: 240px;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 43% 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


.home_cate_title .st.set:before {
	background-image: url(../images/set.gif);
}


.home_cate_title .st.foodset:before {
	background-image: url(../images/foodset.gif);
}

.sub_product_list .product_list {
	margin-bottom: 40px;
}

.product_list li {
	border: 1px solid #874;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 60px;
}

.product_list li .img img {
  transition: 0.3s ease-in-out;	
}

.product_list li a:hover .img img {
	transform: scale(0.95);
	border-radius: 8px;
}

.product_list li .text {
	background: #fff;
	padding: 9%;
}

.product_list li .text .ttl {
	font-size: 1.25em;
	line-height: 1.5;
	padding-bottom: 5%;
	transition: 0.2s ease-in-out;	
}

.product_list li a:hover .text .ttl {
	color: #da382b;
}

.product_list li .text p {
	font-size: 0.875em;
}

.product_list li .link {
	background: #ffc600;
	padding: 7% 9%;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	font-size: 0.875em;
	position: relative;
}

.product_list li .link:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #dcdad1;
	z-index: 1;
  transition: 0.4s ease-in-out;	
}

.product_list li a:hover .link:after {
	left: 0;
}

.product_list li .link span {
	position: relative;
	z-index: 2;
}

.slider_area {
	width: 100%;
	overflow: hidden;
	position: relative;

	justify-content: center;
	margin-bottom: 60px;

}



.slider_inner {

	position: relative;
	top: 0;
	left: 50%;
	margin-left: -1290px;
	width: 2600px;

}


.bx-loading {

}

.bx-controls-direction a {
	border-radius: 25px;
	display: block;
	border: 2px solid #333;
	background: url(../images/slide_right.png) no-repeat center center #333 !important;
	background-size: 7px 12px !important;
	z-index: 100;
	display: block;
	top: 50% !important;
	left: 890px;
	margin-left: 815px;
	left: 950px;
	margin-left: 785px;
	width: 50px !important;
	height: 50px !important;
}

.bx-controls-direction a:nth-child(2) {
	background-image: url(../images/slide_left.png) !important;
}




.bx-controls-direction {
	overflow: auto;
}

.bx-wrapper {
	max-width: 100% !important;
}



.list_slider {
	display: block;
}

.slider_area .list_slider li {
	width: 380px !important;
	margin: 0 60px 0 0;
}


@media screen and (max-width:768px){
.toptitle.wide_1080 {
    margin-right: 50%;
    font-size: 3.0rem;
    font-weight: bold;
}

.slider_inner {

	margin-left: -1125px;


}

.slider_area .list_slider li {
	width: 300px !important;
	margin: 0 25px 0 0;
}


.bx-controls-direction a {
	border-radius: 20px;


	left: 300px;
	margin-left: 950px;
	width: 40px !important;
	height: 40px !important;
}

.bx-controls-direction a:nth-child(2) {
	background-image: url(../images/slide_left.png) !important;
}



}


.list_1_3 li,
.list_1_3 .column {
	width: 29.6%;
}

.list_1_4 li,
.list_1_4 .column {
	width: 20.8%;
	font-size: 1.4rem;
}

.layout_half .list_1_4 li,
.layout_half .list_1_4 .column {
	width: 45%;
}

.list_1_3 li li,
.list_1_3 .column li,
.list_1_4 li li,
.list_1_4 .column li,
.layout_half .list_1_4 li li,
.layout_half .list_1_4 .column li {
	width: 100%;
}

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

	note

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

.note .list_1_3 li iframe{
vertical-align:bottom !important;
z-index: 1 !important;
position: relative !important;

}



.p-noteEmbed {
	border: none !important;
}

.note .list_1_3 {
	align-content: flex-start;
	align-items: flex-start;
}

.note .list_1_3 li {
	position: relative;
	padding: 4px;

}
/*
.note .list_1_3 li:after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: #333;
	left: 0;
	top: 100%;
	z-index: 999999;
	margin: -20px 0 0 0;
}*/

.note .list_1_3 li span {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	background: #232625;
	left: 0;
	bottom: 12px;
	z-index: 60;
	margin: -20px 0 0 0;
	position: absolute;
}



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

	定期購入バナー

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


.home_bottom {
	margin: 0 0 0 0;
	padding: 240px 0 0 0;
	background: url(../images/bg_bottom02.png) no-repeat center top;
	background-size: 2000px auto;
}

.teiki {
	background: url(../images/ph_teiki.jpg) no-repeat center center;
	background-size: auto 105%;
	padding-top: 28%;
	border-radius: 10px;
	position: relative;
	margin: 0 0 120px 0;
  transition: 0.4s ease-in-out;
}

a:hover .teiki {
	background-size: auto 100%;
}

.teiki div {
	max-width: 366px;
	width: 30%;
	position: absolute;
	left:8%;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

a .teiki div .btn {
	display: block;
	width: 95%;
	padding: 20px 20px 16px 20px;
	background: #fff;
	border-radius: 5px;
	line-height: 1;
	margin: 30px auto 0 auto;
	position: relative;
}

a .teiki div .btn:after {
	content: '';
	display: block;
	width: 29.7%;
	padding-top: 18.9%;
	background: url(../images/track.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 6%;
	bottom: 10px;
}



a:hover .teiki div .btn:after {
	/*animation: track 5.0s linear infinite;*/
	background-image: url(../images/track.gif);
}


/*
@keyframes track {
	0% {transform: rotate(0deg);}
	10% {transform: rotate(5deg);}
	20% {transform: rotate(0deg);}
	30% {transform: rotate(5deg);}
	40% {transform: rotate(0deg);}
	50% {transform: rotate(5deg);}
	60% {transform: rotate(0deg);}
	70% {transform: rotate(5deg);}
	80% {transform: rotate(0deg);}
	90% {transform: rotate(5deg);}
	100% {transform: rotate(0deg);}
}
*/


a .teiki div .arrow {
	padding-top: 0;
	padding-bottom: 0;
}


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

	お知らせ

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


.home_timely {
	margin: -120px 0 0 0;
	padding: 420px 0 0 0;
	background: url(../images/bg_bottom01.png) no-repeat center top;
	background-size: 2000px auto;
}

.home_information {
	padding: 90px 0 0 0;
	margin: 0 0 90px 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.info_list {
	flex: 1;
}

.info_title span,
.info_list li span {
	display: inline-block;
	vertical-align: middle;
}

.info_title .cate,
.info_list li .cate,
.info_title .cate a,
.info_list li .cate a {
	min-width: 60px;
	background: #14274c;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	text-align: center;
	padding: 3px;
	margin: 0 10px;

}

.info_title .cate a,
.info_list li .cate a {
	margin: 0;
	padding: 2px 0;
	
}

.info_title h2 {
	font-size: 2.4rem;
	margin: 20px 0 0 0;
}

.info_list li a {
	flex: 1;
	vertical-align: middle;
}

.home_limited ul {

	margin: 0 0 40px 0;
}



.home_limited ul li {
	width: 47%;


}



.home_limited ul li img {
	border: 1px solid #874;
	border-radius: 10px;
}


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

	ページナビ

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

.wp-pagenavi_area {
	text-align: center;
	width: 100%;
}

.wp-pagenavi {
	margin: 40px auto 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
	background: #14274c;
	color: #fff;

	margin: 0 3px;
}

.wp-pagenavi a:hover {
	border: none;

	background: #fff;
	color: #14274c;
}

.wp-pagenavi span.current {
	border: none;

	background: #fff;
	color: #333;
	font-weight: normal;
}

.wp-pagenavi span.pages {
	font-size: 75%;
	background: none;
	color: #777;
	display: block;
	margin: 0 0 30px 0;
	border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	padding: 8px 16px !important;
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}


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

	トップページ　特徴

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


.home_feature {
	position: relative;
	padding-top: 120px;
	padding-bottom: 60px;
	background: #232625;
}

.home_feature .wide_1080 {
	position: relative;
}

.home_feature h2 {
	width: 22%;
	font-size: 3.2rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 450px;


}

.home_feature h2 .text {
	padding-left: 10px;
/*	opacity: 0;*/
  transition: 0.6s ease-in-out;
}

.home_feature h2 .text.show {
	opacity: 1;
}

.home_feature h2 .text span {
	display: inline-block;

}

.home_feature h2 .text img {
	width: 166px;
	margin: 0 6px 0 0;
	vertical-align: baseline;
}

.home_feature h2 .img {
	padding: 0 30px 0 0;
	position: relative;

	display: block;
}

.home_feature h2 .img .circle {
	width: 90%;
	left: 0;
	bottom: 0;
  transition: 1.0s ease-out;
	position: absolute;
/*	transform: rotate(-20deg);
	opacity: 0;*/
/*animation: spincircle 20.0s linear infinite;*/
}

/*

.home_feature h2 .img .circle.show {
	transform: rotate(0);
	opacity: 1;
}
*/

@keyframes spincircle {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}



.home_feature h2 .img .bin01,
.home_feature h2 .img .bin02 {
	width: 38%;
	bottom: 0;
	left: 50%;
	margin-bottom: 18%;
	position: absolute;
  transition: 0.8s ease-out;
  
}

.home_feature h2 .img .bin01 {
	margin-left: -14%;
/*	transform: rotate(-12deg);
	opacity: 0;*/
	transform-origin:30% 60%;
/*	animation: binspin01 3.0s linear infinite;*/
}

@keyframes binspin01 {
	0% {transform: rotate(0deg);}
	60% {transform: rotate(0deg);}
	70% {transform: rotate(15deg);}
	80% {transform: rotate(0deg);}
	90% {transform: rotate(15deg);}
	100% {transform: rotate(0deg);}
}

.home_feature h2 .img .bin02 {
	margin-left: -34%;
/*	transform: rotate(12deg);
	opacity: 0;*/
	transform-origin:70% 60%;
/*	animation: binspin02 3.0s linear infinite;*/
}

@keyframes binspin02 {
	0% {transform: rotate(0deg);}
	60% {transform: rotate(0deg);}
	70% {transform: rotate(-15deg);}
	80% {transform: rotate(0deg);}
	90% {transform: rotate(-15deg);}
	100% {transform: rotate(0deg);}
}


/*
.home_feature h2 .img .bin01.show  {
	transform: rotate(0);
	opacity: 1;
}

.home_feature h2 .img .bin02.show {
	transform: rotate(0);
	opacity: 1;
}
*/

.home_feature .feature {
	width: 22.0%;
	display: flex;
	flex-direction: column;
	padding-top: 0;
	position: relative;


}

.home_feature .feature02 {
	/*flex-direction: column-reverse;
	padding: 0 0 30px 0;*/
	padding-top: 90px;
}

.home_feature .feature01,
.home_feature .feature02 {
	margin-right: 5.0%;
}

.home_feature .feature h3 {
	font-size: 2.0rem;
	text-align: center;

}

.home_feature .feature h3 img {
	display: block;
	width: 60px;

	margin: 20px auto 16px auto;
/*	opacity: 0;
	padding-top: 30px;*/
  transition: 0.6s ease-out;
}

/*
.home_feature .feature h3 img.show {
	padding-top: 20px;
	opacity: 1;
}
*/

.home_feature .feature h3 span {
	display: block;
/*	margin-top: 20px;
	opacity: 0;*/
  transition: 0.6s ease-out;
}

/*
.home_feature .feature h3 span.show {
	margin-top: 0;
	opacity: 1;
}
*/

.home_feature .feature .img {
	position: relative;
	padding: 8px;
	  transition: 0.6s ease-out;
/*	  opacity: 0;
	  margin-top: 40px;*/
}

/*
.home_feature .feature .img.show {
	opacity: 1;
	margin-top: 0;
}
*/

.home_feature .feature .yuzu {
	width: 36%;
	position: absolute;
	right: -14px;
	bottom: -14px;
}

.home_feature .bird {
	width: 78px;
	position: absolute;
	right: 0;
	top: -115px;
}

.home_feature .beer {
	width: 109px;
	position: absolute;
	left: 52%;
	margin-left: 32%;
	bottom: -90px;
/*	opacity: 0;*/
  transition: 0.6s ease-out;
}

.home_feature .person {
	width: 211px;
	position: absolute;
	left: 50%;
	margin-left: -45%;
	bottom: -170px;
/*	opacity: 0;*/
  transition: 0.6s ease-out;
}

/*
.home_feature .beer.show,
.home_feature .person.show {
	opacity: 1
}
*/

.home_feature .arrow_area {
	margin-top: 120px;
	float: right;
}



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

	下層ページフッターカテゴリー

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


.bottom_category {
	padding-top: 100px;
}

.bottom_category a {
	display: block;
	border: 1px solid #874;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 60px;
	padding: 2.4% 2.7%;
}

.bottom_category a:first-child:before,
.bottom_category a:nth-child(2):before,
.bottom_category a:nth-child(3):before {
	content: '';
	display: block;
	width: 100%;
	height: 180px;
	margin: 0 0 20px 0;
	background: no-repeat center center; 
}

.bottom_category a.lineup:before {
	background-image: url(../images/cate_lineup.png);
	background-size: 89% auto;
}

.bottom_category a.set:before {
	background-image: url(../images/cate_set.png);
	background-size: 89% auto;
}

.bottom_category a.foodset:before {
	background-image: url(../images/cate_foodset.png);
	background-size: 89% auto;
}


/*
.bottom_category a.lineup:hover:before {
	background-image: url(../images/lineup_roop.gif);
}

.bottom_category a.set:hover:before {
	background-image: url(../images/set_roop.gif);
}

.bottom_category a.foodset:hover:before {
	background-image: url(../images/foodset_roop.gif);
}
*/


.bottom_category a h3 {
	margin: 0 0 5px 0;
	font-size: 2.0rem;
	background: url(../images/arrow_right.png) no-repeat;
	background-size: 23px auto;
	background-position: right 4px center;
  transition: 0.2s ease-in-out;
}

.bottom_category a:hover h3 {
	background-position: right 0 center;
}

.bottom_category a p {
	font-size: 1.4rem;
}



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

	商品詳細

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

.product_detail .outline {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 100px;
}

.product_detail .outline .img {
	width: 59%;
}


.product_detail .outline .text {
	width: 35%;
	padding: 10px 0 0 0;
}

.product_detail .outline .text .title {
	font-size: 3.6rem;
	margin-bottom: 24px;
	line-height: 1.5;
}

.product_detail .outline .text .lead {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.product_detail .outline p.sub {
	font-size: 1.4rem;
	margin-top: 30px;
}


/*スライダー*/

#product_slider {
	opacity: 0;
}

.product_slider img {
	border-radius: 10px;
	border: 1px solid #874;
}

.bx-pager {
	display: flex;
	justify-content: flex-start;
}

.bx-pager a {
	display: block;
	width: 12.5%;
	margin: 10px 10px 0 0;
	border: 1px solid #874;
}

.bx-pager a.active {
	border: 1px solid #f4f4f4;
}

/*下部*/

.product_content_area {
	padding: 120px 0 0 0;
}

.product_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

.product_content:last-child {
	margin-bottom: 0;
}

.product_content_cart {
	position: relative;
}

.icon_shipping {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 143px;
	display: none;
}

.categoryid-2 .icon_shipping_single,
.categoryid-3 .icon_shipping_single,
.categoryid-4 .icon_shipping_single,
.categoryid-5 .icon_shipping_single {
	display: inline-block;
}

.categoryid-6 .icon_shipping_set {
	display: inline-block;
}

.anno_set,
.anno_single {
	display: none;
}

.categoryid-2 .anno_single,
.categoryid-3 .anno_single,
.categoryid-4 .anno_single,
.categoryid-5 .anno_single {
	display: block;
}

.categoryid-6 .anno_set,
.categoryid-7 .anno_set {
	display: inline-block;
}

/*--------------------どこでもカラーミー--------------------*/



.noshi {
	color: #da382b;
	font-size: 1.4rem;

	padding-left: 1em;
}

p.noshi {
	padding-left: 0;
}

.noshi li {
	text-indent: -1em;
}

.cartjs_area {
	border: 1px solid #874;
	text-align: left;
	padding: 30px 40px 40px 40px;
	margin-bottom: 10px;
}

.cartjs_box {
	width: 100% !important;
	padding: 0 !important;
}

.cartjs_product_form {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}


.cartjs_cart_in strong {
	font-size: 2.4rem !important;
}

/*購入ボタン*/

.cartjs_cart_in {

	text-align: left !important;
	width: 38% !important;
}

.cartjs_cart_in:first-child {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.cartjs_cart_in:nth-child(3) {
	text-align: right !important;
	margin: 0 !important;
}


.cartjs_cart_in input {
	width: 100% !important;
	background: #14274c !important;
	height: 76px !important;
	margin-bottom: 0 !important;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.cartjs_cart_in input:hover {
	background: #da382b !important;
}



/*デフォルト非表示*/

.cartjs_product_info {
	width: 100% !important;
}

/*価格・数量・オプション*/

.cartjs_product_table {
	float: left;
	width: 60% !important;
}

.cartjs_product_table table {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
}

.cartjs_product_table table tbody {
	width: 90% !important;
}

.cartjs_product_table table th,
.cartjs_product_table table td {
	display: block;
}

.cartjs_product_table table th {
	font-size: 1.5rem;
}

.cartjs_product_table table td {
	padding-bottom: 0 !important;
}

.cartjs_product_table table tr {
	display: inline-block;
	width: auto;
}

.cartjs_product_table table .cartjs_sales_price {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 3px;
}

.cartjs_product_table table .cartjs_sales_price th {
	display: none;
	text-align: left;
}
.cartjs_product_table table .cartjs_sales_price td {
	display: block;
	width: 100%;
}

.cartjs_product_table table .cartjs_product_num,
.cartjs_product_table table .cartjs_option {
	font-family: "Georgia","HGP明朝E","HGPMinchoE","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN", serif;
	
}

.cartjs_product_table table .cartjs_option1:nth-child(2),
.cartjs_product_table table .cartjs_option2:nth-child(3) {
	display: none;
}

.cartjs_product_table table .cartjs_product_num {
	margin: 0 10% 0 0;
	width: 18%;
	text-align: left;
}

.cartjs_product_table table .cartjs_product_num input {
	font-size: 2.0rem;
	padding: 10px !important;
	text-align: center;
	border: 1px solid #d1ccc6;
	min-width: 50px;
	width: 100% !important;
}

.cartjs_product_table table .cartjs_option {
	width: 70%;
	text-align: left;

}

.cartjs_product_table table .cartjs_option select {
	height: 46px !important; 
	width: 100% !important;

}

.cartjs_product_table table .cartjs_option2 {
	width: 70% !important;
	margin-top: 20px !important;
	margin-left: 20%;
	text-align: left;
	float: right;
}


/*売り切れ*/

.cartjs_product_table {
	position: relative;
}

.cartjs_product_table table tr.cartjs_stock {
/*	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;*/
}

.cartjs_product_table table tr.cartjs_stock th {
	display: none;
}

.cartjs_option.hide {
	display: none !important;
}

.cartjs_stock {
	background: #da382b !important;
	padding: 8px;
	text-align: center !important;
	color: #fff !important;
	width: 200px !important;
}




/*--------------------どこでもカラーミー--------------------*/

.product_content_include {
	margin-bottom: 30px;
}

.product_content .title {
	width: 20.8%;
}

.product_content .title .st {
	font-size: 3.6rem;
	line-height: 1.5;
}

.product_content .title p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.product_content .content {
	width: 73.6%;
}

.setlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.8rem;
}

.setlist li {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	width: 45.9%;
	border-bottom: 1px solid #874;
}

.setlist li a {
	display: block;
	background: url(../images/arrow_right.png) no-repeat;
	background-size: 23px auto;
	background-position: right 4px center;
	padding-right: 30px;
}

.setlist li a:hover {
	background-position: right 0 center;	
}

.info_body h2,
.post_body h2,
.info_body h3,
.post_body h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-top: 20px;
	line-height: 1.5;
}

.info_body h2:first-child,
.post_body h2:first-child,
.info_body h3:first-child,
.post_body h3:first-child {
	padding-top: 0;
}

.info_body h4,
.post_body h4 {
	margin-bottom: 8px;
}

.info_body p,
.post_body p {
	margin-bottom: 40px;
}

.info_body p a,
.post_body p a {
	text-decoration: underline;
}

.info_body figure,
.post_body figure {
	margin-bottom: 60px;
/*	padding: 0 10%;*/
}

.wp-block-embed__wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

figure .wp-block-embed__wrapper iframe {
	margin-left: auto;
	margin-right: auto;
}

.info_body ul,
.post_body ul {
	padding-left: 1em;	
	margin-bottom: 60px;
}

.info_body ul li,
.post_body ul li {
	margin-bottom: 8px;
}

.info_body ul li:before,
.post_body ul li:before {
	content: '・';
	display: inline-block;
	text-indent: -1em;

}

.info_body h2:last-child,
.post_body h2:last-child,
.info_body h3:last-child,
.post_body h3:last-child,
.info_body p:last-child,
.post_body p:last-child,
.info_body figure:last-child,
.post_body figure:last-child,
.info_body ul:last-child,
.post_body ul:last-child {
	margin-bottom: 0;
}


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

	飲める店・買える店

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



.tab {
	display: flex;
	justify-content: center;
	margin: 0 0 60px 0;
	line-height: 1;
}

.tab li {
	margin: 0 24px;
	width: 28%;
	text-align: center;
	font-size: 2.4rem;
}

.tab li a {
	padding: 0 0 34px 0;
	border-bottom: 2px solid #aaa;
	color: #888;
	display: block;
	width: 100%;
}


.post-type-archive-shopdrink .tab li.tab_drink a,
.post-type-archive-shopbuy .tab li.tab_buy a {
	border-bottom: 2px solid #f4f4f4;
	color: #f4f4f4;
}

.area_list {
	display: flex;
	justify-content: flex-start;;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
	
	
}

.area_list li {
	width: 11.1%;
	line-height: 1;
	text-align: center;
	border-left: 1px solid #f4f4f4;
	margin-bottom: 30px;
	font-size: 1.5rem;
}

.area_list li:nth-child(9n),
.area_list li:last-child {
	border-right: 1px solid #f4f4f4;
}

.area_list li a {
	display: block;
	width: 100%;
	text-align: center;
}

.area_list li a span {
	background: url(../images/arrow_bottom_l.png) no-repeat;
	background-size: 10px auto;
	background-position: center bottom 4px;
	padding-bottom: 20px;
	transition: 0.2s ease-in-out;
}

.area_list li a:hover span {
	background-position: center bottom 0;
}

.shop_list {
	margin-bottom: 40px;
}

.shop_list li {
	background: #fff;
	border: 1px solid #874;
	border-radius: 10px;
	padding: 30px 35px;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.shop_list li p {
	text-align: left;
}

.shop_list li .area {
	width: 80px;
	margin: 0 20px 0 0;
	background: #f4f4f4;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 1.4rem;
}

.shop_list li .text {
	flex: 1;
}

.shop_list li .text h3 {
	font-size: 2.0rem;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.shop_list li .text span {
	display: inline-block;
	margin: 0 20px 0 0;
}

.shop_st {
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 20px 0;
}

.shop_anno {
	background: #232625;
	font-size: 1.4rem;

	padding: 30px;
	margin: 0 0 60px 0;
}

.shop_anno_tob {
	border: 1px solid #874;
	padding: 30px;
	margin: 90px 0 0 0;
}

.shop_anno_tob h2 {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
}

.shop_anno_tob p {
	font-size: 1.4rem;
}



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

	お知らせ

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

.wide_795 .info_list {
	border-top: 1px solid #874;
}

.wide_795 .info_list li {
	padding: 50px 0;
	border-bottom: 1px solid #874;
}

.wide_795 .info_list li a {
	width: 100%;
	display: block;
}

.wide_795 .info_list li span a {
	width: auto;
	display: inline;
}

.info_title {
	background: url(../images/line_deco.png) repeat-x left bottom;
	background-size: 30px auto;
	padding-bottom: 60px;
	margin: 0 0 80px 0;
}

.back_index {
	border: 1px solid #874;
	background: #232625;
	padding: 30px;
	text-align: center;
	display: block;
	border-radius: 10px;
	margin: 100px 0 0 0;
	line-height: 1;
}

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

	ブルワリーについて

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

.about_concept {
	padding: 100px 0;
}

.about_concept p {
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.about_menu {
	display: flex;
	margin: 0 0 120px 0;
}

.about_menu li {
	display: block;
	width: 50%;
	text-align: center;
	font-size: 2.0rem;
	padding-bottom: 24px;
	background: url(../images/bottom.png) center bottom no-repeat;
	background-size: 13px auto;
}

.about_menu li:first-child {
	border-right: 1px solid #874;
}

.about_menu li img {
	width: 160px;
	margin: 0 0 10px 0;
}

.about_menu li span {
	display: block;
}


/*タイトル*/

.about_title {
	padding: 45px 0 0 0;
	margin: 0 0 50px 0;
	text-align: center;

}

.about_title .illust {
	width: 300px;
	margin: 0 0 10px 0;
}

.about_title h2 {
	font-size: 3.2rem;
}

.about_title h2 img {
	width: 176px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.about_title h2 span {
	vertical-align: middle;
}

/*特徴*/

.about_feature {
	width: 100%;

}

.about_feature .content {
	width: 100%;
	position: relative;
	padding: 0 0 80px 0;
	margin: 0 0 180px 0;
	display: flex;
}

.about_feature .content:first-child {
  padding: 0 0 180px 0;
}

.about_feature .content:nth-child(2) {
	justify-content: flex-end;
}

.about_feature .content .text {
	width: 52.7%;
	padding: 60px;
	border: 1px solid #874;
	background: #362c2c;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}

.about_feature .content .img {
	width: 52.7%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
}

.about_feature .content:nth-child(2) .img {
	left: 0;
}

.about_feature .content .text .st {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

.about_feature .content .num {
	position: absolute;
	width: 120px;
	top: -54px;
	right: 54px;
}

.about_feature .content:nth-child(2) .num {
	left: 54px;
}


.about_feature .content .illust {
	position: absolute;
	z-index: 15;
}

.about_feature .content .illust01 {
	width: 90px;
	left: -40px;
	bottom: 70px;
}

.about_feature .content .illust02 {
	width: 220px;
	right: -40px;
	bottom: 10px;
}

.about_feature .content .illust03 {
	width: 145px;
	left: -40px;
	bottom: -72px;
}

/*できるまで*/

.about_flow .wide_795 {
	margin-bottom: 70px;
}

.about_flow .zairyo {
	border: 1px solid #874;
	border-radius: 10px;
	background: #232625;
	padding: 50px;
	margin: 0 0 70px 0;
}

.about_flow .zairyo ul {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.about_flow .zairyo ul li {
	width: 30.6%;
	display: flex;
	justify-content: space-between;
}

.about_flow .zairyo ul li .img {
	width: 25%;
}

.about_flow .zairyo ul li .img img {
	margin: 0 0 4px 0;
}

.about_flow .zairyo ul li .img h3 {
	font-size: 1.4rem;
	text-align: center;
}

.about_flow .zairyo ul li .text {
	width: 70%;
	font-size: 1.4rem;
}


/*チャート図*/

.about_flow .chart {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin: 0 0 0 0;

}

.about_flow .chart li {
	width: 45%;
	position: relative;
}

.about_flow .chart li .content {
	border: 1px solid #874;
	border-radius: 10px;
	background: #362c2c;
	overflow: hidden;

}

.about_flow .chart li .chart_arrow {
	position: absolute;
	right: -50px;
	top: 230px;
	width: 40px;
	z-index: 100;
}

.about_flow .chart li .content .main {
	padding: 25px;
}

.about_flow .chart li .content .main .img img {
	width: auto;
	margin: 0 0 20px 0;
}

.about_flow .chart li .content .main h3 {
	text-align: center;
	margin: 0 0 20px 0;

	font-size: 2.4rem;
}

.about_flow .chart li .content .main h3 span {
	display: block;
}

.about_flow .chart li .content .main h3 img {
	width: 65px;
	margin: 0 0 7px 0;

}

.about_flow .chart li .content .sub {
	border-top: 1px solid #874;
	background: #232625;

	padding: 20px;
}

.about_flow .chart li .content .sub img {
	width: 20%;
	float: right;
	margin: 0 0 15px 15px;
}

.about_flow .chart li .content .sub p {

	font-size: 1.3rem;
}

.btn_plus {
	display: block;
	background: #f4f4f4;
	border-radius: 10px;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin: 30px 0 0 0;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.btn_plus span {
	padding: 0 20px 0 0;
	background: url(../images/icon_plus.png) no-repeat right center;
	background-size: 12px 12px;

}

.btn_plus:hover {
	background: #2a4983;
}

.chart07 {
	width: 100%;
	max-width: 510px;
	margin: -60px auto 120px auto;
	background: url(../images/arrow_flow_bottom.png) no-repeat center top;
	background-size: 18px;
	padding: 76px 0 0 0;
	text-align: center;
}

.chart07 h3 {
	font-size: 2.4rem;
	margin: 0 0 30px 0;
}

.chart07 p {
	margin: 0 0 20px 0;
}

.chart07 h3 img {
	width: 65px;
	margin: 0 0 7px 0;
	vertical-align: middle;
}

.chart07 .img img {
	width: 240px;
}

/*アコーディオン*/

.flow_hide {
	overflow: hidden;
	height: 0;
	transition: 0.4s ease-in-out
}

.flow_hide.active {
	overflow: visible;
}

.flow_hide_in {
	padding: 50px 50px 0px 50px;
	margin: 0 0 60px 0;
	background: #fff;
	border: 1px solid #874;
	border-radius: 10px;
	position: relative;

}

.flow_hide .fukidashi {
	position: absolute;
	top: -25px;
	right: 13%;
	width: 45px;
}

.flow_hide h3 {
	font-size: 3.2rem;
	text-align: center;
}

.flow_sub {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow_sub li {
	width: 30.6%;
	text-align: center;
	font-size: 1.4rem;
	margin: 0 0 60px 0;
}

.flow_sub li:first-child {
	background: url(../images/illust_flow_sub02_02.png) no-repeat center bottom;
	background-size: 85% auto;
}

.flow_sub li .main {
	padding: 10px;
}

.flow_sub li .img img {
	width: 255px;
	margin: 0 0 30px 0;
}

.flow_sub li h4 {
	text-align: center;
	margin: 0 0 30px 0;
	background: url(../images/dots.png) repeat-x left bottom;
	background-size: 8px 2px;
	padding: 0 0 30px 0;
	font-size: 2.0rem;
}

.flow_sub li h4 img {
	width: 40px;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.flow_sub li h4 span {
	vertical-align: middle;
}

.flow_sub li .comment {
	border: 1px solid #874;
	background: #232625;
	border-radius: 10px;
	padding: 18px;
	margin: 10px 0 0 0;
	position: relative;
	font-size: 1.3rem;
}

.flow_sub li .comment .fukidashi {
	width: 17px;
	position: absolute;
	bottom: 40px;
	left: -32px;
	top: auto;
	right: auto;
}

.flow_sub li .comment img {
	width: 60px;
	float: right;
	margin: 0 0 15px 15px;
}

.flow_sub li .comment p {
	padding: 5px;
	
}

.flow_sub li:nth-child(4) {
	width: 65.3%;


}

.flow_sub li:nth-child(4) .main {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.flow_sub li:nth-child(4) .text {

	width: 70.3%;
}

.flow_sub li:nth-child(4) .img {

	width: 24%;
}

.flow_sub li:nth-child(4) .img img {
	width: 100%;
}

/*ブルワー*/

.about_about .img {
	padding: 0 40px;
	margin: 0 0 30px 0;
	text-align: center;
}

.about_about h3 {
	font-size: 2.4rem;
	margin: 0 0 30px 0;
}

.about_about p {
	margin: 0 0 80px 0;
}

.about_about .profile {
	border: 1px solid #874;
	background: #362c2c;
	padding: 40px 50px 0px 50px;
	border-radius: 10px;
	margin: 0 0 80px 0;
}

.about_about .profile h4 {
	font-size: 2.0rem;
	margin: 0 0 20px 0;
}

.about_about .profile p,
.about_about .profile ul {
	margin: 0;
}

.about_about table {
	border-top: 1px solid #874;
	margin: 0 0 80px 0;
	width: 100%;
}

.about_about table th,
.about_about table td {
	border-bottom: 1px solid #874;
	padding: 25px 20px 25px 0;
	vertical-align: top;
}

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

	ページナビ

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



.wp-pagenavi {
	margin: 10px auto 30px auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
}



.wp-pagenavi span.pages {
	margin: 0 0 10px 0;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	display: none;
}


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

	お問い合わせ

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

.contact_lead {
	margin-bottom: 60px;
}

.mw_wp_form {
	margin-bottom: 100px;
}

.mw_wp_form mw_wp_form_input p {
	text-align: center;
}

ul.myform {
	margin-bottom: 60px;
	border-top: 1px solid #874;
}

ul.myform li {
	border-bottom: 1px solid #874;
	padding: 30px 0;
}

ul.myform li span {
	display: inline-block;
	vertical-align: top;
}

ul.myform li span.title {
	width: 25%;
	padding: 7px 0;
	font-weight: bold;
}

.confirm ul.myform li span.title {
	padding: 0;
}

ul.myform li span.form {
	width: 75%;
}

.contact_input {
	background: #fff;
	border: none;
	font-size: 16px;
	padding: 10px;
	width: 70%;
	border: 1px solid #874;
}

.form_content {
	width: 100%;
	display: block;
}

.submit_area {
	text-align: center;
}

.submit {
	background: #14274c;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	width: 320px;
	padding: 20px;
	margin: 0 auto;
	border: none;
	cursor: pointer;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.submit:hover {
	background: #fff;
	color: #14274c;
}

.contact_back {
	background: #fff;
	border-radius: 10px;
	color: #14274c;
	font-size: 16px;
	width: 120px;
	padding: 20px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 0 20px;
}

.contact_back:hover {
	background: #14274c;
	color: #fff;
}

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

	下層ページ

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

.image_header {
	margin-top: -5px;
	position: relative;
}

.image_header .ph {
	height: 22vw;
	max-height: 422px;
	min-height: 280px;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}

.about .image_header .ph {
	height: 640px;
	max-height: 640px;
	text-align: center;
}

.product .image_header .ph {
	background-image: url(../images/product.jpg);
}

.shop .image_header .ph {
	background-image: url(../images/shop.jpg);
}

.information .image_header .ph,
.contact .image_header .ph,
.guide .image_header .ph,
.other .image_header .ph {
	background-image: url(../images/other.jpg);
}



.about .image_header .ph {
	background-image: url(../images/kv.jpg);
}

.page_teiki .image_header .ph {
	background-image: url(../images/teiki.jpg);
}


.image_header .ph .title {

	font-size: 4.0rem;
	color: #fff;
	line-height: 1.5;

}

.image_header .ph .title .sub {
	font-size: 2.0rem;
	display: block;
	margin: 30px 0 0 0;
}

.image_header:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: auto 10px;
	z-index: 8;
}

.other_content {
	padding: 100px 0 0 0;
}

.teiki_content .wide_1080 .wide_795 {
	margin: 0 0 90px 0;
	padding: 0 12% 0 0;
}

.teiki_item {
	margin-bottom: 90px;
}

.teiki_item .img {
	margin: 0 0 46px 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #874;
}

.teiki_item .text {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	
}

.teiki_item h3 {
	width: 54%;
	line-height: 1.5;
}

.teiki_item .btn {
	width: 37%;
}

.teiki_item h3 .price {
	display: block;
	margin-top: 8px;
}

.teiki_item h3 .price span {
	font-size: 1.4rem;
}

.teiki_item .btn {
	display: block;
	background: #14274c;
	padding: 22px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
}

.teiki_item .btn:hover {
	background: #2a4983;
}

.brand_movie .sst {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 140px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_thumb {
	position: relative;
	width: 100%;
	margin-bottom: 55px;
	padding-top: 56.25%;
	background: url(../images/movie.jpg) center center;
	background-size: 100% auto;
	transition: 0.4s ease-in-out;
}

.youtube_thumb:hover {
	background-size: 103%;
}

.youtube_thumb a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.youtube_thumb a img {
	width: 100px;
}



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

	アニメーション

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


.home_load {
	display: block;
	width: 100%;
	height: 102%;
	position: absolute;
	top: 0;
	left: 0;
	background: #232625;
	z-index: 200;
	pointer-events: none;

}

.load_g {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 370px;

	margin: -140px 0 0 -170px;
	text-align: center;
	opacity: 0;
	display: flex;
	justify-content: space-between;

}

.load_g .img {
	
	display: inline-block;
	text-align: center;

	margin-top: -40px;
}

.load_g .load_logo img {
	width: 140px;
	display: block;
	margin-top: 5px;
	height: auto;
}

.load_g .img .beer {
	margin: 95px 10px 0 10px;
	width: 29px;
	

}





@media screen and (min-width:769px){

.kv .ph span {
	top: 0;
	left: 0;

	width: 110%;
	height: 110%;

	margin-left: -7%;
	margin-top: -7%;

}

.kv .ph h2 {
	opacity: 0;
}

.bn_season {
	bottom: 30px;
	opacity: 0;
}



.mountain_left {
	bottom: -100px;
	opacity: 0;
}

.mountain_right {
	bottom: -50px;
	opacity: 0;
}

.mountain_right .bird {
	opacity: 0;
}

/*


header {
	background-position: center bottom 160px;
	transition: 1.0s ease-out;
	position: relative;
	
}

header:after {
	height: 0;
	transition: 1.0s ease-out;
}

header .inner {

	position: absolute;
	top: -180px;
	left: 0;
	z-index: 3;

	width: 100%;
}

.side_texture_area {
	padding-left: 0;
	padding-right: 0;

}




.kv .ph h2 {
	opacity: 0;
}

.bn_season {
	bottom: 50px;
	opacity: 0;
}



.mountain_left {
	bottom: -100px;
	opacity: 0;
}

.mountain_right {
	bottom: -50px;
	opacity: 0;
}

.mountain_right .bird {
	opacity: 0;
}

header.load {
	background-position: center bottom 0;
}

header.load:after {
	height: 166px;
}

*/

}


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

	PC画面サイズによる調整

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

@media screen and (min-width:1440px){

.wide_795 {
	padding-left:86px;
	padding-right:86px;
}

}

@media screen and (min-width:1680px){

.wide_1080 {
	max-width: 1740px;
	width: 100%;
	padding: 0 10%;
}

.wide_1200 {
	max-width: 1740px;

}

html {
   font-size: 68.75%;
}

.megamenu a h3 {

	font-size: 1.8rem;

}



.megamenu a p {
	font-size: 1.2rem;
}

.arrow {

	background-position: right 3px top 0.40em
}

.arrow:hover {
	background-position: right 0 top 0.40em
}

.teiki_content .wide_1080 .wide_795 {

	padding: 0 0 0 0;
}

.about_feature .content {
	margin: 0 0 240px 0;
}



.about_feature .content .img {

	bottom: auto;
	top: 80px;

}



}


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

.header_logo {
	transform: scale(0.8);
}


.navi ul li.g_navi {
	font-size: 1.5rem;
}

.navi ul li.g_navi .pa {
	padding: 0 12px;
}

.navi ul li.g_navi:nth-child(3) {
	margin-right: 150px;
}

.megamenu {
	margin: 0 0 0 -45vw;
}

.megamenu a h3 {
	font-size: 1.6rem;
}

.megamenu a p {
	font-size: 1.2rem;
}

}

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


.navi .sholder a.mypage {
	right: 100px;
}

.header_logo {
	transform: scale(0.7);
}


.navi ul li.g_navi {
	font-size: 1.3rem;
}

.navi ul li.g_navi .pa {
	padding: 0 10px;
}

.navi ul li.g_navi:nth-child(3) {
	margin-right: 140px;
}

footer .bottom a.pagetop {


	margin-bottom: -20px;
	
}



}

@media screen and (max-width:1100px) and (min-width:769px){

.kv {
	max-height: 960px;
}

.navi ul li.g_navi {
	margin-top: 94px;
}

.cart {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #14274c;

	width: 80px;
	height: 80px;
	padding: 22px 0 0 0;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.cart span {
	display: block;
	font-size: 1.0rem;
	padding: 22px 0 0 0;
	background: url(../images/icon_cart.png) no-repeat;
	background-position: left 27px top;
	background-size: 20px auto;
}



.home_feature h2 {
	width: 100%;
	min-height: auto;
	text-align: center;
}

.home_feature h2 .text {
	width: 360px;
	margin: 0 auto -40px auto;
}

.home_feature h2 .text img {
	margin: 0 8px;
	width: 180px;
}



.home_feature h2 .img {
	display: none;
}

.home_feature .feature {
	width: 29.7%;
}


.home_cate_title .st {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.home_lineup .home_cate_title:before,
.home_lineup .home_cate_title:after  {

	width: 152px;
	height: 115px;
	margin: 0 15px;

}

.bx-controls-direction {
	display: none;
}

.slider_inner {

	margin-left: -1125px;


}

.slider_area .list_slider li {
	width: 300px !important;
	margin: 0 25px 0 0;
}


.bx-controls-direction a {
	border-radius: 20px;


	left: 300px;
	margin-left: 950px;
	width: 40px !important;
	height: 40px !important;
}

.bx-controls-direction a:nth-child(2) {
	background-image: url(../images/slide_left.png) !important;
}




.side_texture_area {
	padding-left: 0;
	padding-right: 0;
}

.side_texture:after,
.side_texture:before {
	content: none;

}

.image_header .ph .title .sub {
	margin-top: 10px;
}



.bottom_category a {

	margin-bottom: 5vw;

}


.bottom_category a:first-child:before,
.bottom_category a:nth-child(2):before,
.bottom_category a:nth-child(3):before {
	content: none;
}



.bottom_category a h3 {
	background: none;
}

.bottom_category a:hover h3 {
	background-position: right 0 center;
}


.product_detail .outline .img,
.product_detail .outline .text {
	width: 47%;
}

.product_content {
	display: block;
}

.product_content .title,
.product_content .content {
	width: 100%;
}

.product_content .title {
	margin-bottom: 60px;
}

.icon_shipping {

	right: 0;
	top: -15px;

}

}

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

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

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

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
}

body, html {
  min-width: 100%;
  height: 100%;
}

p {
  /*追記・編集*/
  font-size: 1.4rem;
  /*追記・編集*/
  text-align: left;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}





















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

	ヘッダー	

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



.toggle {
	display: block ;
	position: fixed;
	z-index: 110;
	top:0;
	left: 0;
	width: 60px;
	height: 60px;

}

.toggle p {
	text-align: center;
	margin-top: 36px;
	font-size: 1.0rem;
	transform: scale(0.8);

}



.toggle span {
	display: block;
	position: absolute;
	background: #14274c;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 18px;
	height: 2px;
	left: 20px;
	border-radius: 2px;
}




.toggle span:first-child {
	top: 20px;

}

.toggle span:nth-child(2) {
	top: 25px;

}

.toggle span:nth-child(3) {
	top: 30px;

}

.toggle.active span {
	
}

.toggle.active span:first-child {
	transform: rotate(45deg);
	top: 26px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 26px;
}










#menu {
	width: 100%;
	height: 100%;

	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;


	pointer-events: none;
	
	background: #f0e9e3;
	background: #e8e5db;
	opacity: 0;
  transition: 0.3s ease-in-out;
  overflow: scroll;
}

#menu.normal {
	right: 0;
	height: 100%;
	pointer-events: auto;
	opacity: 1;
}

#menu .navi ul li.g_navi,
#menu .navi .sholder a {
	pointer-events: none;
}

#menu.normal .navi ul li.g_navi,
#menu.normal .navi .sholder a {
	pointer-events: auto;
}



header .navi {
	height: auto;
}




.navi ul {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	margin: 70px 0 0 0;
	line-height: 1;
	border-top: 1px solid #d6d3ca;
}



.navi ul li:nth-child(3),
.navi ul li:nth-child(5),
.navi ul li.g_navi {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	border-right: none;
	line-height: 1;
	text-align: left;
	border-bottom: 1px solid #d6d3ca;
}

.navi ul li.g_navi:nth-child(3) {
	margin-right: 0;
}


.navi ul li.g_navi .pa {
	border: none;
	padding: 8vw;
	display: block;
}




.navi ul li.navi_product .pa {
	background: url(../images/arrow_bottom.png) no-repeat;
	background-position: right 8vw center;
	background-size: 14px auto;
}

.navi ul li.navi_product.active .pa {
	background-image: url(../images/page_top.png);
}







.navi .sholder {
	position: static;
	text-align: left;
	padding: 6vw 8vw;
}

.navi .sholder a {

	margin: 0 15px 0 0;
	font-size: 1.2rem;

}


.navi .sholder a.mypage {
	position: static;
	background-image: url(../images/icon_mypage.png);
}









header {
	width: 100%;
	position: relative;
	height: 67px;
	background-size: 170px auto;
	z-index: 70;
}

header:after {
	content: '';
	display: block;
	width: 100%;
	height: 63px;
	background: #232625;
	position: absolute;
	top: 0;
	left: 0;
}

.header_logo {
	width: 140px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
	text-align: center;
	padding: 16px 0 18px 0;
	background-size: 140px 140px;
	transform: none;
}

.header_logo img {
	width: 68px;
}



.cart {


	background: none;

	width: 60px;
	height: 60px;
	padding: 12px 0 0 0;
	color: #14274c;

}

.cart span {
	font-size: 1.0rem;
	padding: 27px 0 0 0;
	background-size: 25px auto;
	transform: scale(0.8);
	background-image: url(../images/icon_cart_sp.png);
	background-position: left 13px top 0;
}

.cart:hover {
	background: none;
}






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

	メガメニュー	

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


.megamenu {
	padding: 0 0;
	width: 100%;

	position: static;

	margin: 0 0 0 0;


	overflow: auto;

	/*opacity: 1;
	pointer-events: auto;*/
	height: 0;
	top: 95px;
  transition: 0.4s ease-in-out;
  
}

.megamenu.show {
	height: 1000px;
	opacity: 1;
	pointer-events: auto;
	top: 115px;
}

.megamenu.show.fix {
	height: auto;
}

.megamenu div {
	display: flex;
	flex-wrap: wrap;
	background: #232625;
	border-radius: 0;
	box-shadow: none;
	border-top: 1px solid #d6d3ca;
}

.megamenu a {
	width: 50%;

	border: none;
	border-bottom: 1px solid #d6d3ca;
	padding: 5% 6vw 4% 6vw;
}

.megamenu a:nth-child(odd){
	border-right: 1px solid #d6d3ca;
}

.megamenu a:nth-child(even){
	border-right: 1px solid #d6d3ca;
}


.megamenu a:nth-child(3),
.megamenu a:nth-child(6) {
	width: 50%;
}

.megamenu a:first-child,
.megamenu a:nth-child(2),
.megamenu a:nth-child(3) {
	padding: 5% 6vw 4% 6vw;
	border-bottom: 1px solid #d6d3ca;

}

.megamenu a:first-child:before,
.megamenu a:nth-child(2):before {
	content: '';
	display: block;
	width: 80%;
	height: 30vw;
	margin: 0 auto 4vw auto;

}

.megamenu a:nth-child(3):before {
	content: none;
}

.megamenu a.lineup:before {

	background-size: contain;
}

.megamenu a.set:before {

	background-size: contain;
}

.megamenu a.foodset:before {

	background-size: contain;
}

.megamenu a h3 {
	margin: 0 0 5px 0;
	font-size: 1.5rem;
	line-height: 1.5;
	background: none;

}

.megamenu a:hover h3 {
	background-position: right 0 center;
}

.megamenu a p {
	font-size: 1.1rem;
	line-height: 1.5;
}


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

	フッター

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






footer {
	background: #362C2C;
	padding: 100px 0 0 0;
	margin: 200px 0 0 0;
}

footer .content {

}

footer .list_1_3 {
	margin: 0 auto 120px auto;
}

.footer_navi li {
	margin: 0 0 10px 0;
}

.footer_navi li.sub:before {
	content: '-';
	display: inline-block;
	margin: 0 10px 0 0;
}

footer .bn {
	text-align: right;
}

footer .bn a,
footer .bn span {
	display: inline-block;
	margin: 0 0 40px 0;
	max-width: 320px;
}

footer .bottom {
	font-size: 1.4rem;
	position: relative;
}

footer .bottom .copyright {
	font-size: 1.2rem;
}

footer .bottom a {
	display: inline-block;
	margin: 0 20px 0 0;
}

.pagetop {
	position: absolute;
	right: -90px;
	bottom: -90px;
	width: 46px;
	padding: 10px;
	
}

.pagetop:hover {
	padding: 0 10px 20px 10px;
}

footer .bottom a.pagetop {
	margin-bottom: 0;
}






footer .ph {

	background: url(../images/ph_footer_sp.jpg) no-repeat center top scroll;
	background-size: cover;
}

footer .ph .inner {
	padding-top: 175%;
	background: url(../images/bg_bottom01.png) no-repeat center top;
	background-size: 750px auto;
	position: relative;
}

footer .ph h2 {
	font-size: 3.6rem;



	top: 120px;
	left: 6vw;
}










footer {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
}

footer .footer_layout {
	margin-bottom: 30px;
}


footer .footer_layout .column {
	width: 47%;
	font-size: 1.2rem;
}

footer .footer_layout .bn {
	width: 100%;
	padding: 10vw;
	margin: 30px 0 0 0;
	text-align: center;
}



footer .bn a,
footer .bn span {
	
	margin: 0 auto 20px auto;
	width: 100%;

}

footer .bn a:nth-child(2) {
	margin: 0 auto 0 auto;
}

.footer_navi li.sub {
	text-indent: -0.4em;
	padding-left: 0.7em;
}

.footer_navi li.sub:before {
	content: '-';
	display: inline-block;
	margin: 0 0.2em 0 0;
}

footer .bottom {
	
	padding: 0 0 40px 0;
}

footer .bottom p {
	font-size: 1.2rem;
}

footer .bottom .copyright {
	margin: 10px 0 0 0;
	font-size: 1.1rem;
}


footer a.pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	padding: 10px 0;
	margin: 0;
	
}

footer a.pagetop:hover {
	padding: 0 0 20px 0;
}


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

	kv	

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

.kv {
	min-height: auto;
	margin-top: -60px;
	padding: 0 0 0 0;
	overflow: hidden;
	
}

.kv:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: auto 5px;
	z-index: 8;
}

.bn_season {

	left: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	background: url(../images/board_sp.png) no-repeat center center;
	background-size: cover;
}

.bn_season .bird {
	display: none;
	/*width: 92px;
	position: absolute;
	left: 7px;
	top: 50px;*/
}

.bn_season .fukidashi {
	display: none;
	/*width: 78px;
	position: absolute;
	left: 82px;
	top: 0;*/
}

.bn_season .board {
	display: none;
	/*width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;*/
}

.bn_season .bn {
	width: 100%;
	position: static;
	display: flex;
	align-content: space-between;
	padding: 3vw 3vw 5vw 3vw;
}

.bn_season .bn li {
	
	margin: 0 2vw 0 0;
}

.bn_season .bn li:nth-child(2) {
	
	margin: 0 0 0 2vw;
}

.mountain_left {
	width: 240px;
	left: -80px;
	bottom: 24vw;

}

.mountain_right {
	width: 220px;

	right: -70px;
	bottom: 26vw;
}

.mountain_right .bird {
	width: 26px;
	position: absolute;
	left: 70px;
}



.kv .ph {

	height: 100%;







}








.kv .ph span {
	background-image: url(../images/ph_sp.jpg) no-repeat center bottom;
	background-position: center bottom 26vw;
}




.kv .ph h2 {
	right: 26px;
	top: 90px;
	font-size: 6.4vw;

}




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

	サイドテクスチャー

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


.side_texture_area {
	padding-left: 0;
	padding-right: 0;
}


.side_texture:after,
.side_texture:before {
	content: none;

}

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

	レイアウト

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




.wide_1080_wide {


	padding: 0 0;


}


.wide_795_wide {
	padding: 0 0;
}

.layout_half {
	display: block;

}

.layout_half .layout {
	width: 100%;
}

.line_deco,
.line_deco_sp {
	background: url(../images/line_deco.png) repeat-x left top;
	background-size: 20px auto;
}

.arrow {
	line-height: 1.4;
	font-size: 1.2rem;
	padding-right: 26px;
	background: url(../images/arrow_right.png) no-repeat right 0 top 0.35em;
	background-size: 18px auto;
}

.arrow_area {
	text-align: center;
}



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

	商品リスト

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


.product_list {
	background: #232625;
}

.home_product_list .product_list {
	background: none;
}

.cate_title,
.product_list li.cate_title {
	width: 100%;

	padding: 0 0 0 0;
	margin-bottom: 30px;

}


.home_product {
	margin: 0 0 0 0;
	padding: 80px 0 0 0;
	background-size: 1000px auto;
}


.home_product_list,
.home_product_list .layout_half .layout {
	padding: 40px 0 30px 0;
}

.sub_product_list {
	padding: 40px 0 0 0;
}

.detail_page .sub_product_list li:nth-child(4) {
	display: block;
}

.home_product_list .layout_half .layout:first-child {
	padding-top: 0;
}




.cate_title .st {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 8px;
}

.cate_title p {
	text-align: center;
}



.home_lineup .home_cate_title {
	margin-bottom: 40px;
}

.home_cate_title .st:before {
	content: '';
	padding: 20% 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
}


.home_lineup .home_cate_title:after {
	content: none;
}

.home_lineup .home_cate_title:before  {
	content: '';
	width: 200px;
	height: 140px;
	margin: 0 auto 20px auto;
	display: block;

}

.home_lineup .home_cate_title:before {
	background-image: url(../images/lineup.png);
}

.home_lineup .home_cate_title .st:before {
	content: none;
}


.home_cate_title .st.set:before,
.home_cate_title .st.foodset:before {
	content: '';
	max-width: 250px;
	width: 250px;
	margin: 0 auto;
	padding: 40px 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


.home_cate_title .st.set:before {
	background-image: url(../images/set_sp.png);
}


.home_cate_title .st.foodset:before {
	background-image: url(../images/foodset_sp.png);
}


.slider_area {
	margin-bottom: 8vw;
}


.product_list li {
	margin-bottom: 8vw;
}






.product_list li .text {
	background: #fff;
	padding: 9%;
}

.product_list li .text .ttl {
	font-size: 1.0em;
	line-height: 1.5;
	padding-bottom: 5%;
}

.product_list li .text p {
	font-size: 0.75em;
}

.product_list li .link {
	background: #f2f0eb;
	padding: 7% 9%;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;	
}






.list_slider li {
	width: 380px;
}


.list_1_3 li,
.list_1_3 .column {
	width: 47%;
}

.list_1_4 li,
.list_1_4 .column {
	width: 47%;
	font-size: 1.6rem;
}

.layout_half .list_1_4 li,
.layout_half .list_1_4 .column {
	width: 47%;
}








.product_list.list_1_3 li,
.product_list.list_1_4 li,
.product_list.layout_half .list_1_4 li {
	width: 50%;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;

}


.product_list.list_1_3 li,
.product_list.list_1_4 li,
.product_list.layout_half .list_1_4 li {
	margin-top: -1px;
	border-right: 1px solid #874;
	border-top: 1px solid #874;
	border-bottom: 1px solid #874;
}

.home_product_list .product_list.list_1_3 li:last-child,
.home_product_list .product_list.list_1_4 li:last-child,
.home_product_list .product_list.layout_half .list_1_4 li:last-child {
	border-right: none;
	padding-right: 1px;
}

.product_list.list_1_3 li.cate_title,
.product_list.list_1_4 li.cate_title,
.product_list.layout_half .list_1_4 li.cate_title {
	width: 100%;
	border-right: none;
	border-top: none;
	border-bottom: none;
}




.sub_product_list .product_list li {
	margin-bottom: 0;
}

.sub_product_list .product_list.list_1_3 li:nth-child(even),
.sub_product_list .product_list.list_1_4 li:nth-child(even),
.sub_product_list .product_list.layout_half .list_1_4 li:nth-child(even) {
	border-right: none;
	padding-right: 1px;
}

.sub_product_list .product_list.list_1_3 li:nth-child(even) .img,
.sub_product_list .product_list.list_1_4 li:nth-child(even) .img,
.sub_product_list .product_list.layout_half .list_1_4 li:nth-child(even) .img {

}

.note .list_1_3 li {
	width: 100%;
}

.note {
	padding: 40px 0 0 0;
}



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

	お知らせ

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


.home_timely {
	margin: -80px 0 0 0;
	padding: 120px 0 0 0;
	background-size: 1000px auto;
}

.home_information {
	padding: 40px 0 0 0;
	margin: 0 0 30px 0;
	display: block;
	background: none;

}


.home_information .info_list li {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;

}


.info_list li a {
	display: block;
	flex: none;
	width: 100%;
	font-size: 1.6rem;
}

.home_limited ul {

	margin: 0 0 20px 0;
}



.home_limited ul li {
	margin-top: 8vw; 

}

.home_limited ul li img {
	border: 1px solid #874;
	border-radius: 10px;
}




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

	定期購入バナー

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


.home_bottom {
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	background: none;

}

.teiki {
	background: url(../images/ph_teiki_sp.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 80%;
	margin: 0 0 40px 0;
}

a:hover .teiki {
	background-size: cover;
}

.teiki div {
	max-width: 100%;
	width: 100%;
	height:70%;
	position: absolute;
	left:auto;

	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	
}

.teiki div img {
	max-width: 320px;
	width: 63%;
	margin: 0 auto;
}

a .teiki div .btn .arrow {
	font-size: 1.1rem;
}


a .teiki div .btn {
	width: 58%;
	margin: 15px auto 0 auto;
	text-align: left;
	padding: 15px 4% 15px 5%;


	display: block;


	background: #fff;
	border-radius: 5px;
	line-height: 1;

	position: relative;
}

a .teiki div .btn:after {
	content: '';
	display: block;
	width: 29.7%;
	padding-top: 18.9%;
	background: url(../images/track.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 6%;
	bottom: 10px;
}




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

	トップページ　特徴

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


.home_feature .flex {
	flex-wrap: wrap;
	justify-content: center;
}

.home_feature {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 0;

}

.home_feature .wide_1080 {
	position: relative;
}

.home_feature h2 {
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
	flex-direction: column-reverse;
	min-height: auto;
	margin-bottom: 20px;
}

.home_feature h2 .text {
	max-width: 360px;
	margin: 0 auto;
}

.home_feature h2 .text img {
	width: 140px;
	margin: 0 6px;
}

.home_feature h2 .img {
	padding: 0 0 0 0;
	margin: 0 auto 20px auto;
	width: 120px;
	height: 140px;
}

.home_feature h2 .img .circle {
	width: 90%;
	left: 0;
	bottom: 0;
	position: absolute;


}




.home_feature .feature {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0;
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
}

.home_feature .feature01 {

}

.home_feature .feature02 {

}

.home_feature .feature02 {
	flex-direction: row-reverse;
	
}

.home_feature .feature .img {
	width: 47%;
	padding: 0;
}

.home_feature .feature h3 {
	font-size: 1.4rem;
	margin: 0 0 0 0;
	width: 47%;
}

.home_feature .feature h3 img {
	width: 30px;
	margin: 0 auto 10px auto;
}



.home_feature .feature .yuzu {
	right: -15px;
	bottom: -15px;
}

.home_feature .bird {
	width: 55px;
	position: absolute;
	left: 8%;
	top: 0;
	right: auto;
}

.home_feature .beer {
	width: 75px;
	position: absolute;
	left: 0;
	margin-left: 6vw;
	bottom: -6vw;
}

.home_feature .person {
	display: none;
}




.home_feature .arrow_area {
	margin-top: 40px;
	float: right;
}










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

	下層ページフッターカテゴリー

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


.bottom_category {
	padding-top: 40px;
	margin-bottom: -100px;
}



.bottom_category .list_1_3 a {
	width: 100%;
	margin-bottom: 0;
	margin-top: -1px;
	border-radius: 0;
	border-left: none;
	border-right: none;
	padding: 0;
}

.bottom_category a .text {
	padding: 6%;
}

.bottom_category a .text,
.bottom_category a .text p {
	text-align: center;
}

.bottom_category a:first-child .text,
.bottom_category a:nth-child(2) .text,
.bottom_category a:nth-child(3) .text {
	padding: 0 6% 6% 6%;

}

.bottom_category a h3 {
	margin: 0 0 5px 0;
	font-size: 1.6rem;
	background-size: 18px auto;
	background: none;
}


.bottom_category a p {
	font-size: 1.2rem;
}


.bottom_category a:first-child:before,
.bottom_category a:nth-child(2):before,
.bottom_category a:nth-child(3):before {
	height: 160px;
	margin: 10px 0 0 0;
}






.bottom_category a.lineup:before {
	background-image: url(../images/cate_lineup.png);
	background-size: 200px auto;
}

.bottom_category a.set:before {
	background-image: url(../images/cate_set.png);
	background-size: 200px auto;
}

.bottom_category a.foodset:before {
	background-image: url(../images/cate_foodset.png);
	background-size: 200px auto;
}

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

	商品詳細

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

.product_detail .outline {
	display: block;
	margin-bottom: 40px;
}

.product_detail .outline .img {
	width: 100%;
	margin: 0 0 40px 0;
}


.product_detail .outline .text {
	width: 100%;
	padding: 0 0 0 0;
}

.product_detail .outline .text .title {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.product_detail .outline .text .lead {
	font-size: 1.6rem;
	margin-bottom: 12px;
}

.product_detail .outline p.sub {
	font-size: 1.2rem;
	margin-top: 20px;
}



/*下部*/

.product_content_area {
	padding: 40px 0 0 0;
}

.product_content {
	display: block;
	margin-bottom: 50px;

}

.product_content:first-child {
	padding-top: 0;
}

.product_content .title {
	width: 100%;
}

.product_content .title .st {
	font-size: 2.4rem;
	margin: 0 0 25px 0;
}

.product_content .content {
	width: 100%;
}

.product_content_area .product_list {
	border-left: 1px solid #874;
}

.product_content_area .product_list li {
	margin-bottom: 0;
}

.setlist {
	display: block;
	font-size: 1.6rem;
}

.setlist li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 100%;
}

.info_body h2,
.post_body h2,
.info_body h3,
.post_body h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding-top: 10px;
}

.info_body h2:first-child,
.post_body h2:first-child,
.info_body h3:first-child,
.post_body h3:first-child {
	padding-top: 0;
}

.info_body p,
.post_body p {
	margin-bottom: 20px;
}

.info_body figure,
.post_body figure {
	margin-bottom: 20px;
	padding: 10%;
}

.info_body ul,
.post_body ul {
	padding-left: 1em;	
}

.info_body ul li,
.post_body ul li {
	margin-bottom: 8px;
}

.info_body ul li:before,
.post_body ul li:before {
	content: '・';
	display: inline-block;
	text-indent: -1em;

}


.icon_shipping {
	right: 0;
	top: -15px;
	width: 90px;

}




/*--------------------どこでもカラーミー--------------------*/

.noshi {
	font-size: 1.2rem;
}


/*ios reset*/

  input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }

.select-box01 select,select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow_bottom.png) no-repeat !important;
    background-size: 12px auto !important;
    background-position: right 2.5vw center !important;
    background-color: #fff !important;
    padding: 2vw 6vw 2vw 2vw !important;
}

/*ios reset*/

/*スマホPC共通テンプレート*/

.cartjs_product_form {
	display: block;
}

.cartjs_product_table {
	float: none !important;
	width: 100% !important;
}

.cartjs_product_table table tbody {
	width: 100% !important;
}

.cartjs_product_table tr.cartjs_sales_price {
	border-bottom: none !important;
	padding-top: 0 !important;
}

.cartjs_product_table tr {
	border-bottom:  1px solid #874;
	padding: 4vw 0 !important;

}

.cartjs_product_table tr.cartjs_sales_price {
	padding-bottom: 0vw !important;
}

.cartjs_product_table tr th {
	padding-top: 0 !important;
}

.cartjs_product_table table .cartjs_product_num {
	width: 100% !important;
}

.cartjs_product_num th,
.cartjs_product_num td {
	display: inline-block !important;
	vertical-align: middle !important;
	padding-bottom: 0 !important;
}

.cartjs_product_table table .cartjs_product_num input {
	width: 60px !important;

}

.cartjs_product_table table .cartjs_sales_price {
	margin-bottom: 0 !important;
}

.cartjs_product_table tr:last-child {
	border-bottom: none !important;
}

.cartjs_product_table table .cartjs_option2 {
	margin-top: 0 !important;
	margin-left: 0;
	padding-left: 0;
	float: none;
}

.cartjs_product_table table .cartjs_option2 {
	width: 100% !important;
}

.cartjs_cart_in:nth-child(3) {
	width: 100% !important;
	padding-top: 4vw !important;
}

.cartjs_stock {
	width: 100% !important;
	margin: 4vw 0 0 0 !important;
}

/*スマホPC共通テンプレート*/

.cartjs_area {
	padding: 5vw 7vw 7vw 7vw;
	margin-bottom: 10px;
}


.cartjs_box {
	border: none !important;
}

.cartjs_header {
	border: none !important;
	background: none !important;
	height: auto !important;
	margin-bottom: 0.5vw;
}

.cartjs_header h2 {
	color: #f4f4f4 !important;
	font-size: 2.0rem !important;
	background: none !important;
}

.cartjs_header:after {
	content: none !important;
}

.cartjs_block {
	padding: 0 !important;
}

.cartjs_dtl_tbl tbody {
	width: 100% !important;
}

.cartjs_dtl_tbl tr {
	display: block !important;
	border-bottom: #e8e6df 1px solid;
	padding: 2.5vw 0;
}

.cartjs_dtl_tbl tr:last-child {
	border-bottom: 0;
}

.cartjs_dtl_tbl th,
.cartjs_dtl_tbl td {
	display: inline-block;
}

.cartjs_dtl_tbl th {
	background: none !important;
	padding: 0 !important;
	width: 5em !important;
}

.cartjs_sales_price th {
	display: none;
}

.cartjs_sales_price td {
	padding: 0 !important;
}

.cartjs_product_price {
	color: #14274c !important;
	font-family: "Georgia","HGP明朝E","HGPMinchoE","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN", serif;
	margin-bottom: 4vw !important;
}

.cartjs_option {
	display: block !important;
	width: 100% !important;
}

.cartjs_dtl_tbl tr.cartjs_option {
	padding-bottom: 5vw !important;
}

.cartjs_option th,
.cartjs_option td {
	display: block;
	width: 100% !important;
}

.cartjs_option th {
	padding-top: 2.5vw !important;
}

.cartjs_dtl_tbl input {
	border: 1px solid #d1ccc6 !important;
	text-align: center !important;
	padding: 2vw !important;
}

.cartjs_option .cartjs_quantity {
	padding: 0 !important;
	margin-top: 2vw;
}

.cartjs_dtl_tbl select {
	border: 1px solid #d1ccc6 !important;
	height: 2.5em;
}

.cartjs_buy input {

    font-weight: normal !important;
    font-family: "Georgia","HGP明朝E","HGPMinchoE","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN", serif;


    border-radius: 8px !important;

    padding: 10px 5px;
    width: 100% !important;
    margin: 0 auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #14274c !important;
    background-image: none !important;
    border: none !important;
    text-shadow: none !important;
    height: 4em;
}

.cartjs_option1:nth-child(2),
.cartjs_option2:nth-child(3) {
	display: none !important;
}


/*売り切れ*/

.cartjs_stock th {
	display: none;
}

.cartjs_stock {
	border-bottom: none !important;
	background: #da382b !important;
	padding: 2vw;
	text-align: center;
	color: #fff !important;
	/*margin-bottom: -15px !important;*/
}

/*--------------------どこでもカラーミー--------------------*/

.info_body h4,
.post_body h4 {
	font-size: 1.4rem;
}


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

	飲める店・買える店

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



.tab {

	margin: 0 0 40px 0;

}

.tab li {
	margin: 0 3%;
	width: 40%;
	font-size: 1.8rem;
}

.tab li a {
	padding: 0 0 20px 0;

}



.area_list {
	display: flex;
	justify-content: flex-start;;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	
	
}

.area_list li {
	width: 33.3%;
	margin-bottom: 30px;
}

.area_list li:nth-child(9n) {
	border-right: none;
}

.area_list li:nth-child(3n) {
	border-right: 1px solid #f4f4f4;
}

.area_list li a span {
	background-size: 8px;
}




.shop_list li {
	padding: 20px 25px;
	margin: 0 0 20px 0;
	display: block;
	position: relative;

}

.shop_list li .area {
	width: 80px;
	margin: 0 0 10px 0;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px 0 4px 0;
}

.shop_list li .text {
	flex: 1;
}

.shop_list li .text h3 {

	line-height: 1.5;
	margin: 25px 0 10px 0;
}

.shop_list li .text span {
	display: block;
	margin: 0 0 0 0;
}



.shop_anno {

	font-size: 1.2rem;
	padding: 20px;
	margin: 0 0 30px 0;
}

.shop_anno_tob {

	padding: 20px;
	margin: 60px 0 0 0;
}

.shop_anno_tob h2 {
	font-size: 1.4rem;
	margin: 0 0 6px 0;
}

.shop_anno_tob p {
	font-size: 1.2rem;
}


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

	お知らせ

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

.wide_795 .info_list {
	border-top: none;
}

.wide_795 .info_list li {
	padding: 30px 6%;
}

.wide_795 .info_list li:first-child {
	padding-top: 0;
}


.info_title {

	background-size: 20px auto;
	padding-bottom: 40px;
	margin: 0 0 40px 0;
}

.back_index {

	padding: 20px;
	margin: 60px 0 0 0;
}



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

	ブルワリーについて

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


.about .image_header .ph {
	height: 400px;
}

.about_concept {
	padding: 40px 0;
}

.about_concept p {
	font-size: 1.6rem;
}

.about_menu {
	display: flex;
	margin: 0 0 40px 0;
	flex-wrap: wrap;
}

.about_menu li {
	display: block;
	width: 50%;

	font-size: 1.6rem;
	padding: 20px 20px 40px 20px;

	background-size: 13px auto;
	background-position: center bottom 20px;
}



.about_menu li:first-child {
	padding-top: 0;
	width: 50%;
	border-left: none;
	border-right: 1px solid #874;
}

.about_menu li img {
	width: 120px;
}



/*タイトル*/

.about_title {
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	text-align: center;

}

.about_title .illust {
	width: 160px;
	margin: 0 0 0 0;
}

.about_title h2 {
	font-size: 2.4rem;
}

.about_title h2 img {
	width: 128px;
	margin: 0 4px 0 0;

}



/*特徴*/

.about_feature {
	width: 100%;

}

.about_feature .content {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 2vw 0;
	display: block;
}

.about_feature .content:nth-child(2) {
	justify-content: flex-end;
}

.about_feature .content .text {
	width: 100%;
	padding: 7vw 6vw 6vw 6vw;
	border-right: none;
	border-left: none;
	border-radius: 0;


}

.about_feature .content .img {
	width: 100%;
	position: static;
	padding: 8vw;
}



.about_feature .content .text .st {
	font-size: 2.0rem;
	margin: 0 0 4vw 0;
}

.about_feature .content .num {
	display: none;
}


.about_feature .content:first-child {
  padding: 0 0 0 0;
}

.about_feature .content .illust {
	position: absolute;
	z-index: 15;
}

.about_feature .content .illust01 {
	width: 80px;
	left: 3vw;
	bottom: 3vw;
}

.about_feature .content .illust02 {
	width: 120px;
	right: 3vw;
	bottom: 3vw;
}

.about_feature .content .illust03 {
	width: 80px;
	left: 3vw;
	bottom: 3vw;
}

/*できるまで*/

.about_flow .wide_795 {
	margin-bottom: 6vw;
}

.about_flow .zairyo {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;

	padding: 0;
	margin: 0 0 6vw 0;
}

.about_flow .zairyo ul {
	display: block;
}

.about_flow .zairyo ul li {
	padding: 5vw;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #874;
}

.about_flow .zairyo ul li .img {
	width: 16%;
}

.about_flow .zairyo ul li .img img {
	margin: 0 0 2vw 0;
}

.about_flow .zairyo ul li .img h3 {
	font-size: 1.3rem;
}

.about_flow .zairyo ul li .text {
	width: 76%;

}

.about_flow .zairyo ul li .text p {
	font-size: 1.2rem;
}


/*チャート図*/

.about_flow .chart {
	display: block;
	margin: 0 0 0 0;

}

.about_flow .chart li {
	width: 100%;
	padding: 0 6vw 12vw 6vw;
	background: url(../images/arrow_flow_bottom.png) no-repeat center bottom 3vw;
	background-size: 12px auto;
}


.about_flow .chart li .chart_arrow {
	display: none;
}

.about_flow .chart li .content .main {
	padding: 6vw 5vw 5vw 5vw;
}

.about_flow .chart li .content .main .img img {
	width: auto;
	display: block;
	margin: 0 auto 3vw auto;
	height: 450px;
}

.about_flow .chart li .content .main h3 {

	margin: 0 0 5vw 0;

	font-size: 2.0rem;
}


.about_flow .chart li .content .main h3 img {
	width: 40px;
	margin: 0 0 2vw 0;

}

.about_flow .chart li .content .sub {


	padding: 4vw 5vw 5vw 5vw;
}

.about_flow .chart li .content .sub img {
	width: 20%;
	float: right;
	margin: 0 0 15px 15px;
}

.about_flow .chart li .content .sub p {

	font-size: 1.3rem;
}

.btn_plus {
	margin: 5vw 0 0 0;
}





.chart07 {

	margin: 0 auto 6vw auto;
	background: none;
	background-size: 18px;
	padding: 6vw 6vw 7vw 6vw;
	text-align: center;
}

.chart07 .content {
	border: 1px solid #874;
	background: #fff;
	padding: 5vw;
	border-radius: 10px;
}

.chart07 h3 {
	font-size: 2.0rem;
	margin: 0 0 3vw 0;
}

.chart07 p {
	margin: 0 0 20px 0;
}

.chart07 h3 img {
	width: 40px;
	margin: 6vw auto 2vw auto;
	display: block;
}

.chart07 .img img {
	width: 160px;
}

/*アコーディオン*/

.flow_hide_in {
	padding: 6vw;
	margin: 0 0 6vw 0;
	background: #232625;
	border: 1px solid #874;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.flow_hide .fukidashi {
	display: none;
}

.flow_hide h3 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 6vw;
}

.flow_sub {
	display: block;
}

.flow_sub li,
.flow_sub li:first-child,
.flow_sub li:nth-child(2) {
	width: 100%;
	font-size: 1.3rem;
	margin: 0 0 6vw 0;
	padding: 6vw 0 0 0;
	background: url(../images/dots.png) repeat-x left top;
	background-size: 8px 2px;
}





.flow_sub li .main {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.flow_sub li .img {
	width: 30%;
}

.flow_sub li .img img {
	width: 100%;
	margin: 0 0 0 0;
}

.flow_sub li .text {
	width: 65%;
}

.flow_sub li h4 {
	text-align: left;
	margin: 0 0 3vw 0;
	background: none;
	padding: 0 0 0 0;
	font-size: 2.0rem;
}

.flow_sub li h4 img {
	width: 40px;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.flow_sub li h4 span {
	vertical-align: middle;
}

.flow_sub li .comment {



	padding: 5vw;
	margin: 6vw 0 3vw 0;

	font-size: 1.2rem;
}

.flow_sub li .comment .fukidashi {
	width: 17px;
	position: absolute;
	bottom: 40px;
	left: -32px;
	top: auto;
	right: auto;
}

.flow_sub li .comment img {
	width: 60px;
	float: right;
	margin: 0 0 15px 15px;
}

.flow_sub li .comment p {
	padding: 5px;
	
}

.flow_sub li:nth-child(4) {
	width: 100%;


}

.flow_sub li:nth-child(4) .main {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.flow_sub li:nth-child(4) .text {

	width: 70.3%;
}

.flow_sub li:nth-child(4) .img {

	width: 24%;
}

.flow_sub li:nth-child(4) .img img {
	width: 100%;
}


.flow_sub li:nth-child(5) .text {
	width: 100%;



}

/*ブルワー*/

.about_about {
	padding: 0;
}

.about_about .img {
	padding: 0 0;
	margin: 0 0 8vw 0;
}

.about_about h3 {
	font-size: 2.0rem;
	margin: 0 0 3vw 0;
}

.about_about p {
	margin: 0 0 6vw 0;
}

.about_about .text {
	padding: 0 6vw;
}

.about_about .profile {
	border-left: none;
	border-right: none;
	border-bottom: none;

	padding: 6vw;
	border-radius: 0;
	margin: 0 0 0 0;
}

.about_about .profile h4 {
	font-size: 1.6rem;
	margin: 0 0 3vw 0;
}

.about_about .profile p,
.about_about .profile ul {
	margin: 0;
}

.about_about ul li {
	margin-bottom: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

.about_about ul li:before {
	content: '';
}

.about_about table {
	border-top: 1px solid #874;
	margin: 0 0 80px 0;
	width: 100%;
}

.about_about table th,
.about_about table td {
	display: block;

}

.about_about table td {
	padding: 6px 0 20px 0;
	font-size: 1.2rem;
}

.about_about table th {
	border: none;
	padding: 20px 0 0 0;
}



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

	お問い合わせ

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

.contact_lead {
	margin-bottom: 30px;
}

input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

.contact_lead {
	margin: 20px 0 30px 0;
}


ul.myform {
	margin-bottom: 40px;
}

ul.myform li {
	padding: 20px 0;
}

ul.myform li span {
	display: block;
}

.confirm ul.myform li span.title,
ul.myform li span.title {
	width: 100%;
	padding: 0 0 20px 0;
}

ul.myform li span.form {
	width: 100%;
}

.contact_input {
	font-size: 1.5rem;
	width: 100%;
}

.form_content {
	width: 100%;
	display: block;
}

.submit_area {
	text-align: center;
}

.submit,.contact_back {

	font-size: 1.5rem;
	width: 100%;
	margin: 0 auto 30px auto;
}

.contact_back {
	width: 60%;
	padding: 10px;
}


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

	下層ページ

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



.image_header .ph {
	height: 64vw;
	text-align: center;
}

.product .image_header .ph {
	background-image: url(../images/product_sp.jpg);
}

.shop .image_header .ph {
	background-image: url(../images/shop_sp.jpg);
}

.information .image_header .ph,
.contact .image_header .ph,
.guide .image_header .ph,
.other .image_header .ph {
	background-image: url(../images/other_sp.jpg);
}


.about .image_header .ph {
	background-image: url(../images/kv.jpg);
}

.page_teiki .image_header .ph {
	background-image: url(../images/teiki_sp.jpg);
}


.image_header .ph .title {
	font-size: 3.0rem;
}

.image_header .ph .title .sub {
	font-size: 1.4rem;
	margin: 20px 0 0 0;
}

.image_header:after {
	height: 5px;
	left: 0;
	bottom: -1px;
	background-size: auto 5px;

}

.other_content {
	padding: 40px 0 0 0;
}


.teiki_content .wide_1080 .wide_795 {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

.teiki_content h2 {
	text-align: left !important;
}

.teiki_item {
	margin-bottom: 40px;
}

.teiki_item li {
	margin-bottom: 60px;
}

.teiki_item .img {
	margin: 0 0 20px 0;

}

.teiki_item .text {
	display: block;
	
}

.teiki_item h3 {
	width: 100%;
	margin-bottom: 20px;
}

.teiki_item .btn {
	width: 100%;
}



.teiki_item h3 .price {
	margin-top: 4px;
}

.teiki_item h3 .price span {
	font-size: 1.2rem;
}

.teiki_item .btn {
	padding: 18px;
}





.brand_movie .sst {
	font-size: 2.0rem;
}



.youtube {
	margin-bottom: 6vw;
}


.youtube_thumb {
	margin-bottom: 6vw;
}

.youtube_thumb a img {
	width: 60px;
}

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

	アニメーション

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




.load_g {

	width: 280px;

	margin: -140px 0 0 -140px;


}


.load_g .load_logo {
	padding-top: 10px;
}

.load_g .load_logo img {
	width: 100px;

}

.load_g .img .beer {

	width: 21px;
	

}



}





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

	タブレット調整ここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:768px) and (min-width:639px){


header {

	height: 120px;



}

header:after {

	height: 115px;

}

.header_logo {
	width: 220px;

	margin-left: -110px;
	text-align: center;
	padding: 20px 0 28px 0;
	background-size: 220px 220px;

}

.header_logo img {
	width: 110px;
}



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

	ヘッダー	

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



.toggle {

	width: 120px;
	height: 120px;

}

.toggle p {
	text-align: center;
	margin-top: 72px;
	font-size: 1.0rem;
	transform: none;

}



.toggle span {
	width: 30px;
	height: 3px;
	left: 45px;
	border-radius: 3px;
}




.toggle span:first-child {
	top: 44px;

}

.toggle span:nth-child(2) {
	top: 52px;

}

.toggle span:nth-child(3) {
	top: 60px;

}

.toggle.active span {
	
}

.toggle.active span:first-child {
	top: 50px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 50px;
}


.navi ul {

	margin: 120px 0 0 0;

}

.navi ul li .pa {
	font-size: 1.8rem;
	padding: 6vw;
}



.cart {




	width: 120px;
	height: 120px;
	padding: 34px 0 0 0;

}

.cart span {

	padding: 38px 0 0 0;
	background-size: 36px auto;
	transform: none;

	background-position: left 36px top 0;
}


.navi .sholder a {
	font-size: 1.6rem;
	margin-right: 40px;
}



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

	メガメニュー	

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





.megamenu a h3 {
	margin: 0 0 10px 0;
	font-size: 1.8rem;


}


.megamenu a p {
	font-size: 1.4rem;
}





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

	kv	

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


.kv {
	margin-top: -110px;
	padding: 0 0 0 0;
	
}

.bn_season .bn {
	width: 100%;
	position: static;
	display: flex;
	align-content: space-between;
	padding: 4vw 4vw 5vw 22vw;
}

.bn_season .bn li {
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bn_season .bn li:nth-child(2) {
	
	margin: 0 0 0 4vw;
}

.bn_season .fukidashi {
	display: block;
	width: 14vw;
	position: absolute;

	left: 4vw;
	top: 4vw;
}


.mountain_left {
	width: 300px;
	left: -40px;
	bottom: 22vw;

}

.mountain_right {
	width: 280px;

	right: -30px;
	bottom: 22vw;
}

.mountain_right .bird {
	width: 40px;
	left: 90px;
}


.kv .ph {
	background-position: center bottom 22vw;
}

.kv .ph h2 {
	right: 40px;
	top: 160px;
	font-size: 5.4vw;

}

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

	フッター

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


footer .footer_layout .column {
	width: 29.6%;
}

footer .footer_layout .bn {

	padding: 0;
	margin: 0 0 0 0;
	background: none;
	border-radius: 0;
	text-align: right;
}


footer .ph {

	background: url(../images/ph_footer.jpg) no-repeat center top fixed;
	background-size: cover;
}

footer .ph .inner {
	padding-top: 100%;
	width: 100%;
	background: url(../images/bg_bottom01.png) no-repeat center top;
	background-size: 1000px auto;
	position: relative;
}

footer .ph h2 {
	font-size: 5.0rem;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 180px;
	left: 8vw;
}


}