@charset "utf-8";

body{
	background-color:#131313;
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	color:#ccc;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.foreign_regular{
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
}
.foreign_itaric{
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: italic;
}
/*@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}*/
a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
a{
	color:#ccc;
	text-decoration:none;
}
a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

/*ハンバーガーメニュー*/
nav.NavMenu{
	position: fixed;	/*表示位置を固定*/
	z-index: 2;/*重ね順を変更*/
	top: 0;/*表示位置を指定*/
	left: 0;	/*表示位置を指定*/
	background: rgba(0, 0, 0, 0.9);
	color: #ccc;	/*文字色を黒にする*/
	text-align: center;/*テキストを中央揃え*/
	width: 100%;	/*全幅表示*/
	height:100vh;
	transform: translateX(-100%);	/*ナビを左に隠す*/
	transition: all 0.6s;	/*アニメーションの時間を指定*/
}
nav.NavMenu ul{
	background: none;	/*背景をグレーにする*/
	max-width:1000px;
	width: 100%;
	margin: 85px auto;
	padding: 0;
	border-top: 1px solid #333;
}
nav.NavMenu ul li{
	font-size: 1.66em;
	list-style-type: none;
	text-align:left;
	padding: 0;
	margin:0 auto;
	border-bottom: 1px solid #333;
	width: 100%;
}
nav.NavMenu ul li.nolink{
	padding: 0.9em 0 0 0;
}
nav.NavMenu ul li a{
	display: block;
	color: #ccc;
	padding: 0.9em 0;
	text-decoration:none;
	background-image:url(../img/menu_arw.svg);
	background-repeat:no-repeat;
	background-position:top 30px right 4px;
}
nav.NavMenu.active{
	transform: translateY(0%);/*ナビを表示する*/
}
.menu_e{
	color:#585858;
	font-size:0.7em
}
nav.NavMenu ul li ul{
	background: none;	/*背景をグレーにする*/
	max-width:1000px;
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	border-top: none;
}
nav.NavMenu ul li ul li{
	font-size: 0.9em;
	list-style-type: none;
	text-align:left;
	padding: 0 0 0 3%;
	margin:0 auto;
	border-bottom: none;
	width: 100%;
}
nav.NavMenu ul li ul li a{
	padding: 0.4em 0;
	font-size:0.9em;
}

.Toggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 33px;
	top: 30px;
	width: 50px;
	height: 26px;
	cursor: pointer;
	z-index: 3;
}
 
.Toggle span {
	display: block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;/*変化の速度を指定*/
	transition: .35s ease-in-out;	/*変化の速度を指定*/
}
 
.Toggle span:nth-child(1) {
	top: 7px;
	width: 40px;
	right: 6px;
}
 
.Toggle span:nth-child(2) {
	top: 15px;
	width: 27px;
	right: 6px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 12px;
	right: 6px;
	width: 40px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 12px;
	right: 6px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

header{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:140px;
	background-image:url("../img/header_copy.png");
	background-repeat:repeat-x;
	z-index:1;
}
#logo{
	position:fixed;
	top:14px;
	left:27px;
	float:left;
	width:70px;
	z-index:1;
}
#online_shop{
	position:fixed;
	top:29px;
	right:100px;
	z-index:1;
}
#cart{
	position:relative;
	top:3px;
	width:23px;
	margin-right:4px;
}
#main_wrapper{
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width:100%;
	height:100vh;
}
#main_movie{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	/* background: url('poster.jpg') no-repeat;
	background-size: cover;*/
}
#main_copy{
	position: absolute;
	overflow:visible;
	width:570px;
	height:320px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:0;
	text-align:center;
	font-size:3.1em;
	line-height:1.5em;

}
#main_copy_in{
	position: relative;
	width:570px;
	height:320px;
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:9.2% 0 0 0;
	letter-spacing:0.05em;
	top:4px;
	left:4px;
}
#main_copy_e{
	font-size:0.4em;
}
#main_copy_line{
	position: absolute;
	width:140px;
	height:1px;
	border-bottom:1px solid #82642d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:15px;
	left:10px;
}
#covid19_wrapp{
	max-width:1000px;
	width:100%;
	margin: 93px auto 53px;
	border:1px solid #424242;
	padding:32px 35px;
}
#covid19_komidashi{
	width:100%;
	text-align:center;
	font-size:1.3em;
	margin-bottom:1.8%;
}
#covid19_txt{
	font-size:0.85em;
	line-height:1.9em;
}
#concept_wrapp{
	max-width:1000px;
	width:100%;
	margin:6% auto 200px;
}
.komidashi_e{
	font-size:2.5em;
	text-align:center;
	letter-spacing:0.15em;
}
.komidashi{
	font-size:1.1em;
	text-align:center;
	letter-spacing:0.15em;
	margin-bottom:32px;
}
.txt01{
	font-size:0.85em;
	line-height:1.9em;
	margin-bottom:0.2em;
}
.txt01e{
	font-size:0.87em;
	line-height:1.9em;
	color:#585858;
}
/*concept01*/
#concept01_wrapp{
	position:relative;
	max-width:1600px;
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
}
/*
@media screen and (max-width: 1200px) {
	#concept01_wrapp{
		padding-top:780px;
	}
}
@media screen and (max-width: 1000px) {
	#concept01_wrapp{
		padding-top:680px;
	}
}
*/
#concept01_shadow{
	position:absolute;
	left:0;
	top:110px;
	max-width:none;
	width:75%;
	height:auto;
	padding-top:47%;
	background-color:#1c1c1c;
}
#concept01_slider{
	position:relative;
	float:right;
	width:75%;
	height:auto;
}
.num_left{
	position:absolute;
	top:30px;
	left:9%;
	font-size:6.3em;
	color:#82642d;
}
.line_left{
	position:absolute;
	top:140px;
	left:4.8%;
	width:550px;
	height:1px;
	border-bottom:1px solid #6f562a;
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	transform: rotate(-43deg);
}
.text_tate_right{
	position:absolute;
	top:-110px;
	right:4.8%;
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
.text_tate_right_j{
	position:relative;
	font-size:1.3em;
	letter-spacing:0.07em;
	text-indent:65px;
}
.text_tate_right_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 56px;
	background-color: #ccc;
}
.text_tate_right_e{
	position:relative;
	font-size:2.4em;
	letter-spacing:0.15em;
}
.text_bottom_left{
	clear:both;
	position: relative;
	padding:2% 5%;
	width:100%;
	text-align:left;
}
.text_bottom01{
	font-size:1.6em;
	margin-bottom:11px;
}
.text_bottom02{
	font-size:0.9em;
	width:60%;
}
.text_bottom03{
	font-size:0.87em;
	margin-top:12px;
	margin-bottom:200px;
	line-height:1.7em;
	color:#585858;
	width:60%;
}
/*concept02*/
#concept02_wrapp{
	position:relative;
	/*overflow:hidden;*/
	clear:both;
	max-width:1600px;
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
}
/*
@media screen and (max-width: 1200px) {
	#concept02_wrapp{
		padding-top:780px;
	}
}
@media screen and (max-width: 1000px) {
	#concept02_wrapp{
		padding-top:730px;
	}
}
*/
#concept02_shadow{
	position:absolute;
	right:0;
	top:110px;
	max-width:none;
	width:75%;
	height:auto;
	padding-top:47%;	
	background-color:#1c1c1c;
}
#concept02_slider{
	position:relative;
	float:left;
	width:75%;
	height:auto;
}
.num_right{
	position:absolute;
	top:30px;
	right:9%;
	font-size:6.3em;
	color:#82642d;
}
.line_right{
	position:absolute;
	top:140px;
	right:4.8%;
	width:550px;
	height:1px;
	border-bottom:1px solid #6f562a;
	-webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	transform: rotate(43deg);
}

.text_bottom_right{
	clear:both;
	position: relative;
	float:right;
	padding:2% 5%;
	width:55%;
	text-align:left;
	margin-bottom:200px;
}
.text_bottom01_right{
	font-size:1.6em;
	margin-bottom:11px;
}
.text_bottom02_right{
	font-size:0.9em;
	width:100%;
}
.text_bottom03_right{
	font-size:0.87em;
	margin-top:12px;
	line-height:1.7em;
	color:#585858;
	width:100%;
}
/*concept03*/
#concept03_wrapp{
	display:block;
	position:relative;
	/*overflow:hidden;*/
	clear:both;
	max-width:1600px;
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
}
/*
@media screen and (max-width: 1200px) {
	#concept03_wrapp{
		padding-top:780px;
	}
}
@media screen and (max-width: 1000px) {
	#concept03_wrapp{
		padding-top:680px;
	}
}
*/
#content3_photo{
	position:relative;
	float:right;
	width:75%;
	height:auto;
}
#content3_photo img{
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
/*concept04*/
#concept04_wrapp{
	position:relative;
	clear:both;
	max-width:1600px;
	/*overflow:hidden;*/
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
}
/*
@media screen and (max-width: 1200px) {
	#concept04_wrapp{
		padding-top:900px;
	}
}
@media screen and (max-width: 1000px) {
	#concept04_wrapp{
		padding-top:850px;
	}
}
*/
#content4_photo{
	position:relative;
	clear:both;
	float:left;
	width:75%;
	height:auto;
}
#content4_photo img{
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
a.wine_btn{
	display:block;
	border:1px solid #ccc;
	width:220px;
	height:60px;
	line-height:60px;
	text-align:center;
	margin-top:35px;
}
a.wine_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}

/*お品書き*/
#oshinagaki{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:640px;
/*	background-image:url(../img/oshinagaki_photo.jpg);*/
	background-size:cover;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	margin-bottom:97px;
}
.text_tate_left{
	position:absolute;
	top:-95px;
	left:4.8%;
	writing-mode: vertical-rl;
}
.text_tate_left_j{
	position:relative;
	font-size:1.3em;
	letter-spacing:0.07em;
	text-indent:65px;
}
.text_tate_left_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 56px;
	background-color: #ccc;
}
.text_tate_left_e{
	position:relative;
	font-size:2.4em;
	letter-spacing:0.15em;
}
a.all_btn{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display:block;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:80px;
	text-align:center;
}
a.all_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}
#sara_shoku_wrapp{
	clear:both;
	position:relative;
	max-width:1200px;
	overflow:hidden;
	width:100%;
	height:460px;
	margin:0 auto;
}
#sara_shoku_photo01{
	position:absolute;
	width:30%;
	top:0;
	left:0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#sara_shoku_photo02{
	position:absolute;
	width:30%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}
#sara_shoku_photo03{
	position:absolute;
	width:30%;
	bottom:0;
	right:0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}
#sara_shoku_txt{
	clear:both;
	position:relative;
	max-width:1200px;
	margin:0 auto;
	width:100%;
	
}
/*レバー*/
#liver_wrapp{
	position:relative;
	float:left;
	width:100%;
	height:640px;
/*	background-image:url(../img/liver_photo.jpg);*/
	background-size:cover;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	margin-bottom:133px;
	margin-top:200px;
}
#liver_box{
	position: absolute;
	top: 30%;
	/*top: 25%;*/
	right: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 3.2rem;
	text-align:center;
}
.liver_txt01{
	font-size:2.1em;
}
/*準備中*/
.liver_ud{
	font-size:2.36em;
	letter-spacing:0.1em;
	margin-bottom:3%;
}

a.liver_btn{
	margin: 65px auto 0;
	display:block;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:80px;
	text-align:center;
	letter-spacing:0.1em;
	font-size:1.1em;
}
a.liver_btn:hover{
	background-color: rgba(255, 255, 255, .1);
	border:1px solid #ccc;
	opacity:1.0;
}


/*インフォメーション*/
#info_wrapp{
	overflow:hidden;
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
#info_table{
	max-width:800px;
	width:100%;
	margin:40px auto 120px;
	border-bottom:1px solid #424242;
	letter-spacing:0.1em;
	border-collapse:collapse;
}
#info_table th{
	text-align:left;
	font-size:0.9em;
	padding:20px;
	border-top:1px solid #424242;
}
#info_table td{
	text-align:left;
	font-size:0.9em;
	border-top:1px solid #424242;
}
#map_wrapp{
	width:100%;
}
#map_wrapp iframe,
#map_wrapp object,
#map_wrapp embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width:100%;
	height:640px;
}
a.map_btn{
	margin: 50px auto 0;
	display:block;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:1.1em;
}
a.map_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}
#access{
	width:100%;
	text-align:center;
	margin:40px 0 100px;
	line-height:1.9em;
}
/*お問い合わせ*/
#contact_wrapp{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
#contact_txt01{
	overflow:hidden;
	width:100%;
	text-align:center;
}
#contact_table{
	width:100%;
	margin:40px auto 0;
	letter-spacing:0.1em;
	border-collapse:collapse;
	overflow:hidden;
}
#contact_table th{
	text-align:left;
	font-size:0.9em;
	padding:20px 0 20px 10px;
	border-bottom:1px solid #424242;
	width:22%;
	vertical-align:top;
	line-height:2.7em;
}
#contact_table td{
	text-align:left;
	font-size:0.9em;
	padding:20px 0;
	border-bottom:1px solid #424242;
}
#contact_table tr:last-child td{
	border-bottom:none;
}
#contact_table tr:last-child th{
	border-bottom:none;
}
input{
	background-color:#272727;
	padding:20px 5px;
	height:30px;
	width:50%;
	color:#ccc;
}
textarea{
	background-color:#272727;
	font-size:0.89em;
	padding:10px 5px;
	width:70%;
	height:200px;
	color:#ccc;
}

input[type="submit"]{
	margin: 40px auto 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:40px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, .1);
}

#send_btn2{
	clear:both;
	float:left;
	width:49%;
	margin-right:1%;
	margin-top: 50px;
	text-align:right;
}
#back_btn{
	float:right;
	width:49%;
	margin-left:1%;
	margin-top: 50px;
	text-align:left;
}
#send_btn2 input[type="submit"]{
	float:right;
	margin: 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:40px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
#send_btn2 input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, .1);
}
#back_btn input[type="button"]{
	float:left;
	margin: 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:360px;
	height:80px;
	line-height:40px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
#back_btn input[type="button"]:hover{
	background-color: rgba(255, 255, 255, .1);
}


footer{
	float:left;
	width:100%;
	text-align:center;
	margin-top:100px;
}
#footer_navi{
	font-size:0.9em;
}
#footer_tel_box{
	width:100%;
	background-color:#1c1c1c;
	padding:37px 0 22px;
	margin-top:18px;
	font-size:1.1em;
	letter-spacing:0.1em;
}
#footer_tel{
	font-size:1.4em;
}
#footer_tel2{
	font-size:1.7em;
}
#copyright{
	width:100%;
	height:65px;
	line-height:65px;
	font-size:0.9em;
}
/*メニューページ*/
#menu_wrapp{
	max-width:1000px;
	width:100%;
	margin:170px auto 78px;
}
#menu_btn_left{
	float:left;
	text-align:right;
	width:49%;
	margin:4.6% 1% 7% 0;
}
#menu_btn_right{
	float:right;
	text-align:left;
	width:49%;
	margin:4.6% 0 7% 1%;
}
a.menu_btn01{
	float:right;
	display:block;
	border:1px solid #ccc;
	width:260px;
	height:60px;
	line-height:60px;
	text-align:center;
}
a.menu_btn01:hover ,a.active{
	background-color: rgba(255, 255, 255, .1);
}
a.menu_btn02{
	float:left;
	display:block;
	border:1px solid #ccc;
	width:260px;
	height:60px;
	line-height:60px;
	text-align:center;
}
a.menu_btn02:hover ,a.active{
	background-color: rgba(255, 255, 255, .1);
}
#menu_txt01{
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:left;
	font-size:0.9em;
	margin-bottom:75px;
}
#menu_txt01 p{
	margin:0 0 1.7em;
	padding:0;
}
#menu_txt01 div{
	font-size:1.4em;
	margin:0 0 0.45em;
	padding:0;
}
.menu_komidashi{
	width:100%;
	margin-bottom:45px;
}
.menu_komidashi_j{
	width:100%;
	text-align:center;
	font-size:1.6em;
}
.menu_komidashi_e{
	width:100%;
	text-align:center;
	font-size:0.9em;
	letter-spacing:0.2em;
}
.menu_list{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #424242;
	border-collapse:collapse;
	margin-bottom:75px;
}
table.menu_list th{
	clear:both;
	float:left;
	width:80%;
	text-align:left;
	font-size:1.1em;
	padding:14px 0 13px;
	border-top:1px solid #424242;
	line-height:1.5em;
}
.menu_list th span{
	font-size:0.8em;
}
.menu_list th span.small{
	font-size:0.6em;
}
.menu_list td{
	float:right;
	width:20%;
	text-align:right;
	line-height:1.5em;
	padding:13px 0 12px;
	border-top:1px solid #424242;
}
.menu_indent{
	text-indent:-0.6em;
}
.menu_caution{
	position:relative;
	top:-60px;
	font-size:0.8em;
}
.bottle_list{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #424242;
	border-collapse:collapse;
	margin-bottom:75px;
}
table.bottle_list th{
	clear:both;
	float:left;
	width:75%;
	text-align:left;
	font-size:1.1em;
	padding:14px 0 13px;
	border-top:1px solid #424242;
	line-height:1.5em;
}
.bottle_list th span{
	font-size:0.8em;
}
.bottle_list th span.small{
	font-size:0.6em;
}
.bottle_list td{
	float:right;
	width:25%;
	text-align:right;
	line-height:1.5em;
	padding:13px 0 12px;
	border-top:1px solid #424242;
}
.bottle{
	font-size:0.9em;
}
/*company*/
.company_komidashi{
	width:100%;
	text-align:left;
	font-size:1.6em;
	margin:60px 0 30px;
}
.company_txt01{
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:left;
	font-size:0.9em;
}
#company_table{
	width:100%;
}
#company_table th{
	width:10%;
	text-align:left;
	padding:0 0 20px;
	line-height:1.5em;
}
#company_table td{
	width:90%;
	text-align:left;
	line-height:1.5em;
	padding:0 0 20px;
}





/*select*/
body#select{
	background-color:#ededed;
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	color:#ccc;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#select_wrapp{
	position:relative;
	float:left;
	width:100%;
	height:800px;
	background-image:url(../img/select_photo.jpg);
	background-size:cover;
	background-position:center center;
	/*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
	margin-bottom:133px;
	text-align:center;
}
#select_box{
	position: absolute;
	top: 9%;
	left: 5%;
	margin: 0;
	width: 80%;
	height: 3.2rem;
	text-align:left;
}
.select_txt01{
	font-size:3.1em;
	line-height:1.3em;
	color:#eee;
}
.select_txt02{
	font-size:1.4em;
	line-height:1.3em;
	color:#eee;
	letter-spacing:0.04em;
	margin-top:0.8em;
}
.wrapp1300{
	position:relative;
	max-width:1300px;
	width:100%;
	height:100%;
	margin:0 auto;
}
#select_header{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:80px;
	/*background-image:url("../img/header_copy.png");
	background-repeat:repeat-x;*/
	z-index:2;
}



#official_site{
	position:absolute;
	background-color:#a8813a;
	width:220px;
	height:55px;
	top:0;
	right:calc(3.5% + 230px);
}
#official_site:hover{
	background-color:#c19a52;
}
#official_site a{
	display:block;
	width:212px;
	height:51px;
	text-align:center;
	color:#fff;
	border-left:1px solid #cbb389;
	border-right:1px solid #cbb389;
	border-bottom:1px solid #cbb389;
	margin:0 4px 4px 4px;
	padding:13px 0 0 0;
	letter-spacing:0.05em;
}



#select_online_shop{
	position:absolute;
	background-color:#a8813a;
	width:220px;
	height:55px;
	top:0;
	right:3.5%;
}
#select_online_shop:hover{
	background-color:#c19a52;
}
#select_online_shop a{
	display:block;
	width:212px;
	height:51px;
	text-align:center;
	color:#fff;
	border-left:1px solid #cbb389;
	border-right:1px solid #cbb389;
	border-bottom:1px solid #cbb389;
	margin:0 4px 4px 4px;
	padding:11px 0 0 0;
	letter-spacing:0.05em;
}
#select_cart{
	position:relative;
	top:5px;
	width:23px;
	margin-right:6px;
}
.select_text_tate_right{
	position:absolute;
	bottom:70px;
	right:5.3%;
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
.select_text_tate_right_j{
	position:relative;
	font-size:1.4em;
	letter-spacing:0.07em;
	text-indent:65px;
	text-align:left;
}
.select_text_tate_right_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 56px;
	background-color: #ccc;
}
.select_text_tate_right_e{
	position:relative;
	font-size:2.5em;
	letter-spacing:0.15em;
}
#select_intro{
	position: absolute;
	bottom:-140px;
	left:5%;
	max-width:800px;
	width:95%;
	height:222px;
	border:1px solid #a8813a;
	box-sizing: border-box;
}
#select_intro_in{
	position: absolute;
	top:-6px;
	right:6px;
	width:100%;
	height:220px;
	border:1px solid #a8813a;
	background-color:#ededed;
	padding:50px 64px;
	color:#333;
	text-align:left;
	font-size:1.1em;
	box-sizing: border-box;
}
#select_line{
	position: absolute;
	width:140px;
	height:1px;
	border-bottom:1px solid #82642d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:15px;
	left:5px;
}
#recipe_wrapp{
	position:relative;
	clear:both;
	width:100%;
	padding-top:315px;
}
#recipe_photo01{
	display:block;
	position:relative;
	float:right;
	width:78.5%
}
#recipe_photo01 img{
	width:100%;
}
#recipe_photo02{
	position:absolute;
	top:175px;
	left:0;
	width:78.5%
}
#recipe_photo02 img{
	width:100%;
}
#recipe_txt_box{
	position:absolute;
	bottom:-3%;
	right:4%;
	max-width:800px;
	width:100%;
	background-color:#ededed;
	padding:45px;
	color:#000;
	text-align:left;
	z-index:1;
}
#recipe_txt01{
	font-size:1.6em;
	line-height:1.4em;
}
#recipe_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#recipe_line{
	position: absolute;
	width:560px;
	height:1px;
	border-bottom:1px solid #ae8a49;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top:25px;
	right:6%;
	z-index:2;
}
#make_wrapp{
	position:relative;
	top:48px;
	clear:both;
	width:100%;
	padding-top:315px;
}
#make_photo01{
	display:block;
	position:relative;
	float:left;
	width:78.5%
}
#make_photo01 img{
	width:100%;
}
#make_photo02{
	position:absolute;
	top:175px;
	right:0;
	width:78.5%
}
#make_photo02 img{
	width:100%;
}
#make_txt_box{
	position:absolute;
	bottom:-8%;
	left:4%;
	max-width:800px;
	width:100%;
	background-color:#ededed;
	padding:45px;
	color:#000;
	text-align:left;
	z-index:2;
}
#make_txt01{
	font-size:1.6em;
	line-height:1.4em;
}
#make_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#make_line{
	position: absolute;
	width:560px;
	height:1px;
	border-bottom:1px solid #ae8a49;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:25px;
	left:6%;
	z-index:2;
}
#conbi_wrapp{
	overflow:hidden;
	float:left;
	width:100%;
	margin:250px 0 240px;
	color:#000;
}
#conbi_komidashi_e{
	float:left;
	width:100%;
	text-align:center;
	font-size:2.5em;
	letter-spacing:0.18em;
}
#conbi_komidashi_j{
	float:left;
	width:100%;
	text-align:center;
	font-size:1.17em;
	line-height:1.4em;
	margin-bottom:60px;
}
#conbi_left_box{
	float:left;
	width:43.5%;
	margin:0 0 0 5%;
}
#conbi_left_box img{
	width:100%;
}
#conbi_right_box{
	float:right;
	width:43.5%;
	margin:0 5% 0 0;
}
#conbi_right_box img{
	width:100%;
}
.conbi_txt01{
	font-size:1.3em;
	line-height:1.35em;
	margin-top:2%;
}
.conbi_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}

#arrrange_wrapp{
	position:relative;
	float:left;
	width:100%;
	margin: 0 0 22%;
	color:#000;
}
#arrange_photo01{	
	width:71.4%;
	float:right;
}
#arrrange_copy{
	position:absolute;
	width:60%;
	top:37%;
	left:5%;
	font-size:3.6em;
	line-height:1.7em;
}
#arrrange_text_box{
	position:absolute;
	bottom:-23%;
	left:12%;
	max-width:800px;
	width:calc(100% - 90px);
	background-color:#ededed;
	padding:45px;
	color:#000;
	text-align:left;
}
#arrrange_txt01{
	font-size:1.6em;
	line-height:1.4em;
}
#arrrange_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#package_wrapp{
	float:left;
	overflow:visible;
	width:100%;
	margin-bottom:6%;
}
.wapp1000{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#package_photo01{
	width:47%;
	float:left;
}
#package_right_column{
	width:43%;
/*	min-width:550px;*/
	margin-left:5%;
	margin-right:5%;
	float:left;
	color:#000;
}
#package_photo02{
	width:64%;
	margin:0 18%;
}
#package_txt01{
	font-size:3.6em;
	line-height:1.7em;
	margin-top:-3%;
	margin-bottom:5%;
}
#package_txt02{
	font-size:0.88em;
	margin-bottom:2.5%;
	width:100%;
}
#order_wrapp{
	float:left;
	overflow:visible;
	width:100%;
	color:#000;
}
#order_midashi{
	width:100%;
	text-align:center;
	font-size:2.1em;
	margin-bottom:0.8em;
}
#order_txt01{
	width:100%;
	text-align:center;
	font-size:1.2em;
	margin-bottom:0.8em;
}
#product_name{
	width:100%;
	text-align:left;
	font-size:1.54em;
	margin-bottom:0.34em;
}
#product_txt01{
	font-size:0.9em;
}
#product_txt02{
	font-size:0.9em;
}
#product_price{
	font-size:2.3em;
	margin-bottom:0.3em;
}
.tax{
	font-size:0.4em;
}
#product_spec{
	margin-bottom:50px;
}
#product_spec li{
	list-style-type: disc;
	list-style-position:inside;
}
#order_wrapp .slider-pro{
	margin:60px 0 35px;
}
#order_wrapp .sp-slides-container {
	position: relative;
	box-shadow: none;
}
#order_wrapp .sp-thumbnails {
	position: relative;
	width:100%;
	float:left;
}
#order_wrapp .sp-selected-thumbnail {
	opacity:1.0;
}

#order_wrapp .sp-bottom-thumbnails  {
	left: 0;
	margin: 5px 0 0 0;
}

#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 3px;
	margin-right: 2px;
	opacity: 0.5;
}
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container:hover {
	opacity:1.0;
}
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}
#order_wrapp .sp-thumbnails .sp-selected-thumbnail {
	opacity: 1 !important;
}
.sp-thumbnail{
	width:100% !important;
}
a #order_bnr{
	width:100%;
	margin:5% 0 5%;
}
#order_bnr:hover{
	opacity:0.85;
}
#select_bottom_slider{
	clear:both;
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0;
	padding-top:80px;
}
#select_bottom_slider .bottom_slider{
	width:100%;
	position:relative;
}
#select_bottom_slider li img{
	width:100%;
	padding-left:2%;
}
.prev{
	position:absolute;
	top:-60px;
	left:90%;
	background-image:url("../img/slider_arw_left.svg");
	width:42px;
	height:42px;
}
.next{
	position:absolute;
	top:-60px;
	left:calc(90% + 50px);
	background-image:url("../img/slider_arw_right.svg");
	width:42px;
	height:42px;
}

#select_footer{
	overflow:hidden;
	background-color:#616161;
	margin-top:125px;
	padding:45px 0 20px;
}
ul.select_footer_txt{
	float:left;
	width:49%;
}
ul.select_footer_txt li{
	display: block;
	color: #ccc;
	font-size:0.88em;
	padding: 0.35em 0 0.35em 1.0em;
	text-decoration:none;
	background-image:url(../img/select_arw.png);
	background-repeat:no-repeat;
	background-position:top 11px left 0;
}
ul.select_footer_txt2{
	float:right;
	width:49%;
}
ul.select_footer_txt2 li{
	display: block;
	color: #ccc;
	font-size:0.86em;
	padding: 0.35em 0 0.35em 1.0em;
	text-decoration:none;
	background-image:url(../img/select_arw.png);
	background-repeat:no-repeat;
	background-position:top 50% left 0;
}
#select_copyright{
	clear:both;
	float:left;
	width:100%;
	height:65px;
	text-align:center;
	line-height:65px;
	font-size:0.9em;
}



/*______________________________________PC用CSS_______________________________________________*/
@media screen and (min-width: 767px) {/*ウィンドウ幅が767px以上の場合に適用*/
.pc_content{
	display:block;
}
.sp_content{
	display:none;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}



/*______________________________________スマホ用CSS_______________________________________________*/
@media print, screen and (max-width: 767px) {/*ウィンドウ幅が最大767pxまでの場合に適用*/
	.pc_content{
display:none;
	}
	.sp_content{
display:block;
	}
/*ハンバーガーメニュー*/
nav.NavMenu{
	position: fixed;	/*表示位置を固定*/
	z-index: 2;/*重ね順を変更*/
	top: 0;/*表示位置を指定*/
	left: 0;	/*表示位置を指定*/
	background: rgba(0, 0, 0, 0.9);
	color: #ccc;	/*文字色を黒にする*/
	text-align: center;/*テキストを中央揃え*/
	width: 100%;	/*全幅表示*/
	height:100vh;
	transform: translateX(-100%);	/*ナビを左に隠す*/
	transition: all 0.6s;	/*アニメーションの時間を指定*/
}
nav.NavMenu ul{
	background: none;	/*背景をグレーにする*/
	max-width:none;
	width: 92%;
	margin: 85px 4%;
	padding: 0;
	border-top: 1px solid #333;
}
nav.NavMenu ul li{
	font-size: 1.2em;
	list-style-type: none;
	text-align:left;
	padding: 0;
	margin:0 auto;
	border-bottom: 1px solid #333;
	width: 100%;
}
nav.NavMenu ul li.nolink{
	padding: 0.8em 0 0 0;
}
nav.NavMenu ul li a{
	display: block;
	color: #ccc;
	padding: 0.8em 0;
	text-decoration:none;
	background-image:url(../img/menu_arw.svg);
	background-repeat:no-repeat;
	background-position:top 19px right 4px;
}
nav.NavMenu.active{
	transform: translateY(0%);/*ナビを表示する*/
}
.menu_e{
	color:#585858;
	font-size:0.7em
}
nav.NavMenu ul li ul{
	background: none;	/*背景をグレーにする*/
	max-width:1000px;
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	border-top: none;
}
nav.NavMenu ul li ul li{
	font-size: 0.9em;
	list-style-type: none;
	text-align:left;
	padding: 0 0 0 3%;
	margin:0 auto;
	border-bottom: none;
	width: 100%;
}
nav.NavMenu ul li ul li a{
	padding: 0.4em 0;
	font-size:0.9em;
	background-position:top 9px right 4px;
}

.Toggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 4%;
	top: 4%;
	width: 50px;
	height: 26px;
	cursor: pointer;
	z-index: 3;
}
 
.Toggle span {
	display: block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;/*変化の速度を指定*/
	transition: .35s ease-in-out;	/*変化の速度を指定*/
}
 
.Toggle span:nth-child(1) {
	top: 7px;
	width: 40px;
	right: 6px;
}
 
.Toggle span:nth-child(2) {
	top: 15px;
	width: 27px;
	right: 6px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 12px;
	right: 6px;
	width: 40px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 12px;
	right: 6px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

header{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:140px;
	background-image:url("../img/header_copy_sp.png");
	background-repeat:repeat-x;
}
#logo{
	position:absolute;
	left:13px;
	top:17px;
	float:left;
	width:50px;
	margin:0;
	padding:0;
}
#online_shop{
	position:fixed;
	top:3.3%;
	right:21%;
}
#cart{
	position:relative;
	top:3px;
	width:23px;
	margin-right:4px;
}
#main_wrapper{
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width:100%;
	height:70vh;
}
#main_movie{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: -100;
	object-fit: cover; 
	/* background: url('poster.jpg') no-repeat;
	background-size: cover;*/
}
#main_copy{
	position: absolute;
	overflow:visible;
	width:80%;
	height:174px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:0;
	text-align:center;
	font-size:1.8em;
	line-height:1.5em;
}
#main_copy_in{
	position: relative;
	width:calc(100% + 2px);
	height:174px;
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:9.2% 0 0 0;
	letter-spacing:0.05em;
	top:4px;
	left:4px;
}
#main_copy_e{
	font-size:0.4em;
	line-height:1.6em;
}
#main_copy_line{
	position: absolute;
	width:100px;
	height:1px;
	border-bottom:1px solid #82642d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:10px;
	left:10px;
}
#covid19_wrapp{
	max-width:1000px;
	width:92%;
	margin: 10% 4%;
	border:1px solid #424242;
	padding:15px 20px 18px;
}
#covid19_komidashi{
	width:100%;
	text-align:center;
	font-size:1.2em;
	margin-bottom:1.8%;
}
#covid19_txt{
	font-size:0.85em;
	line-height:1.9em;
}

/*スクロールを促す*/
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:0px;
	height:50px;
	width:30%;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ddd;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #ddd;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


#concept_wrapp{
	max-width:none;
	width:92%;
	margin:0 4% 25%;
	padding-top:50px;
}
.komidashi_e{
	font-size:1.8em;
	text-align:center;
	letter-spacing:0.15em;
}
.komidashi{
	font-size:1.0em;
	text-align:center;
	letter-spacing:0.15em;
	margin-bottom:5%;
}
.txt01{
	font-size:0.85em;
	line-height:1.9em;
	margin-bottom:0.2em;
}
.txt01e{
	display:none;
	/*font-size:0.87em;
	line-height:1.6em;
	color:#585858;*/
}
/*concept01*/
#omotenashi{
	margin-top:-70px;
	padding-top:70px;
}
#concept01_wrapp{
	position:relative;
	float:left;
	max-width:none;
	width:100%;
	margin-bottom:20%;
	padding-top:60%;
}
#concept01_shadow{
	position:absolute;
	left:0;
	top:50px;
	max-width:none;
	width:75%;
	padding-top:47%;	
	background-color:#1c1c1c;
}
#concept01_slider{
	position:absolute;
	top:0;
	right:0;
	width:80%;
	height:auto;
}
.num_left{
	position:absolute;
	top:-4%;
	left:3%;
	font-size:3.2em;
	color:#82642d;
}
.line_left{
	position:absolute;
	top:10%;
	left:0%;
	width:40%;
	height:1px;
	border-bottom:1px solid #6f562a;
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	transform: rotate(-43deg);
}
.text_tate_right{
	position:absolute;
	top:-60px;
	right:2.0%;
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
.text_tate_right_j{
	position:relative;
	font-size:1.0em;
	letter-spacing:0.07em;
	text-indent:42px;
}
.text_tate_right_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 40px;
	background-color: #ccc;
}
.text_tate_right_e{
	position:relative;
	font-size:1.7em;
	letter-spacing:0.1em;
}
.text_bottom_left{
	position: relative;
	text-align:left;
	padding:2% 5%;
	margin:0;
	width:100%;
}
.text_bottom01{
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:11px;
}
.text_bottom02{
	font-size:0.86em;
	width:100%;
}
.text_bottom03{
	display:none;
	/*font-size:0.87em;
	margin-top:12px;
	line-height:1.7em;
	color:#585858;
	width:100%;*/
}
/*concept02*/
#concept02_wrapp{
	position:relative;
	float:left;
	max-width:none;
	width:100%;
	padding:60% 0 0 0;
	margin-bottom:20%;
}
#concept02_shadow{
	position:absolute;
	right:0;
	top:50px;
	max-width:none;
	width:75%;
	padding-top:47%;	
	background-color:#1c1c1c;
}
#concept02_slider{
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:auto;
}
.num_right{
	position:absolute;
	top:-3%;
	right:3%;
	font-size:3.2em;
	color:#82642d;
}
.line_right{
	position:absolute;
	top:10%;
	right:0%;
	width:40%;
	height:1px;
	border-bottom:1px solid #6f562a;
	-webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	transform: rotate(43deg);
}
.text_bottom_right{
	position: relative;
	text-align:left;
	padding:0 5% 2%;
	margin:0;
	width:100%;
}
.text_bottom01_right{
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:11px;
}
.text_bottom02_right{
	font-size:0.9em;
	width:100%;
}
.text_bottom03_right{
	display:none;
	/*font-size:0.87em;
	margin-top:12px;
	line-height:1.7em;
	color:#585858;
	width:100%;*/
}
/*concept03*/
#concept03_wrapp{
	position:relative;
	max-width:none;
	width:100%;
	padding:60% 0 0 0;
	margin-bottom:20%;
}
#content3_photo{
	position:absolute;
	top:0;
	right:0;
	width:80%;
	height:auto;
}
#content3_photo img{
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
/*concept04*/
#concept04_wrapp{
	position:relative;
	float:left;
	clear:both;
	max-width:none;
	width:100%;
	padding:60% 0 0 0;
	margin-bottom:24%;
}

#concept04_wrapp .line_right{
	position:absolute;
	top:8%;
	right:0%;
	width:40%;
	height:1px;
	border-bottom:1px solid #6f562a;
	-webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	transform: rotate(43deg);
}

#content4_photo{
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:auto;
}
#content4_photo img{
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
a.wine_btn{
	display:block;
	border:1px solid #ccc;
	width:60%;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:5% 20%;
}
a.wine_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}

/*お品書き*/
#oshinagaki{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:260px;
	background-image:url(../img/oshinagaki_photo.jpg);
	background-size:cover;
	background-position:center center;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	margin-bottom:7%;
}
.text_tate_left{
	position:absolute;
	top:-60px;
	left:2.0%;
	writing-mode: vertical-rl;
}
.text_tate_left_j{
	position:relative;
	font-size:1.0em;
	letter-spacing:0.07em;
	text-indent:42px;
}
.text_tate_left_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 40px;
	background-color: #ccc;
}
.text_tate_left_e{
	position:relative;
	font-size:1.7em;
	letter-spacing:0.1em;
}
a.all_btn{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display:block;
	border:1px solid #ccc;
	width:60%;
	height:60px;
	line-height:60px;
	text-align:center;
}
a.all_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}
#sara_shoku_wrapp{
	clear:both;
	position:relative;
	max-width:none;
	overflow:hidden;
	width:92%;
	height:170px;
	margin:0 4% 6%;
}
#sara_shoku_photo01{
	position:absolute;
	width:31%;
	top:0;
	left:0;
}
#sara_shoku_photo02{
	position:absolute;
	width:31%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#sara_shoku_photo03{
	position:absolute;
	width:31%;
	bottom:0;
	right:0;
}
#sara_shoku_txt{
	clear:both;
	position:relative;
	max-width:none;
	margin:0 auto;
	width:100%;
}
/*レバー*/

#liver{
  margin-top:-70px;
  padding-top:70px;
}
#liver_wrapp{
	position:relative;
	float:left;
	width:100%;
	height:252px;
	background-image:url(../img/liver_photo.jpg);
	background-size:cover;
	background-position:center center;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	margin-bottom:-8%;
	margin-top:22%;
}
#liver_wrapp::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#liver_box{
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 3.2rem;
	text-align:center;
}
.liver_txt01{
	font-size:1.1em;
	line-height:1.5em;
}
.liver_txt02{
	display:none;
	/*width:100%;
	overflow:hidden;
	font-size:0.9em;
	margin-bottom:8%;*/
}
/*準備中*/
.liver_ud{
	display:none;
	font-size:1.6em;
	line-height:1.0em;
	letter-spacing:0.1em;
	margin-bottom:6%;
}

a.liver_btn{
	display:block;
	border:1px solid #ccc;
	width:74%;
	height:60px;
	margin: 10% 13% 0;
	line-height:60px;
	text-align:center;
}
a.liver_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}
/*インフォメーション*/
#info_wrapp{
	overflow:hidden;
	max-width:none;
	width:92%;
	margin:-100px 4% 0;
	padding-top:100px;
}
#info_table{
	max-width:none;
	width:100%;
	margin:40px auto 10%;
	border-bottom:1px solid #333;
	letter-spacing:0.1em;
	border-collapse:collapse;
}
#info_table th{
	text-align:left;
	font-size:0.86em;
	padding:15px 5px;
	border-top:1px solid #333;
}
#info_table td{
	text-align:left;
	font-size:0.86em;
	padding:15px;
	border-top:1px solid #333;
}
#map_wrapp{
	width:100%;
}
#map_wrapp iframe,
#map_wrapp object,
#map_wrapp embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width:100%;
	height:340px;
}
a.map_btn{
	margin: 5% 20% 0;
	display:block;
	border:1px solid #ccc;
	width:60%;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:1.1em;
}
a.map_btn:hover{
	background-color: rgba(255, 255, 255, .1);
}
#access{
	width:100%;
	text-align:center;
	margin:9% 0 10%;
	line-height:1.9em;
}
/*お問い合わせ*/
#contact_wrapp{
	max-width:none;
	width:100%;
	margin:-90px auto 0;
	padding-top:100px;
}
#contact_txt01{
	overflow:hidden;
	width:100%;
	text-align:center;
	font-size:0.9em;
	margin:3% 0;
}
#contact_table{
	width:92%;
	margin:0 4% 0;
	letter-spacing:0.1em;
	border-collapse:collapse;
	overflow:hidden;
}
#contact_table th{
	text-align:left;
	font-size:0.8em;
	padding:15px 3px 15px 0;
	border-bottom:1px solid #333;
	width:22%;
	vertical-align:top;
	line-height:1.3em;
	letter-spacing:0;
}
#contact_table td{
	text-align:left;
	font-size:0.9em;
	padding:15px 0;
	border-bottom:1px solid #333;
}
#contact_table tr:last-child td{
	border-bottom:none;
}
#contact_table tr:last-child th{
	border-bottom:none;
}
input{
	background-color:#272727;
	padding:15px 5px;
	height:26px;
	width:100%;
	color:#ccc;
}
textarea{
	background-color:#272727;
	font-size:0.89em;
	padding:0 5px;
	width:100%;
	height:160px;
	color:#ccc;
}

input[type="submit"]{
	margin: 3% 15% 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:70%;
	height:60px;
	line-height:30px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, .1);
}

#send_btn2{
	clear:both;
	float:left;
	width:49%;
	margin-right:1%;
	margin-top: 7%;
	text-align:right;
}
#back_btn{
	float:right;
	width:49%;
	margin-left:1%;
	margin-top: 7%;
	text-align:left;
}
#send_btn2 input[type="submit"]{
	float:right;
	margin: 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:98%;
	height:60px;
	line-height:30px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
#send_btn2 input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, .1);
}
#back_btn input[type="button"]{
	float:left;
	margin: 0;
	display:block;
	background-color:transparent;
	border:1px solid #ccc;
	width:98%;
	height:60px;
	line-height:30px;
	text-align:center;
	font-size:1.1em;
	color:#ccc;
}
#back_btn input[type="button"]:hover{
	background-color: rgba(255, 255, 255, .1);
}


footer{
	float:left;
	width:100%;
	text-align:center;
	margin-top:17%;
}
#footer_navi{
	font-size:0.85em;
}
#footer_tel_box{
	width:100%;
	background-color:#1c1c1c;
	padding:5% 0 5%;
	margin-top:2%;
	font-size:1.0em;
	letter-spacing:0.1em;
}
#footer_tel{
	font-size:1.25em;
}
#footer_tel2{
	font-size:1.65em;
}
#copyright{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:0.9em;
}
/*メニューページ*/
#menu_wrapp{
	max-width:none;
	width:92%;
	margin:30% 4% 78px;
}
#menu_btn_left{
	float:left;
	text-align:right;
	width:49%;
	margin:4.0% 1% 7% 0;
}
#menu_btn_right{
	float:right;
	text-align:left;
	width:49%;
	margin:4.0% 0 7% 1%;
}
a.menu_btn01{
	float:right;
	display:block;
	border:1px solid #ccc;
	width:98%;
	height:60px;
	line-height:60px;
	text-align:center;
}
a.menu_btn01:hover ,a.active{
	background-color: rgba(255, 255, 255, .1);
}
a.menu_btn02{
	float:left;
	display:block;
	border:1px solid #ccc;
	width:98%;
	height:60px;
	line-height:60px;
	text-align:center;
}
a.menu_btn02:hover ,a.active{
	background-color: rgba(255, 255, 255, .1);
}
#menu_txt01{
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:left;
	font-size:0.9em;
	margin-bottom:75px;
}
.menu_komidashi{
	width:100%;
	margin-bottom:45px;
}
.menu_komidashi_j{
	width:100%;
	text-align:center;
	font-size:1.6em;
}
.menu_komidashi_e{
	width:100%;
	text-align:center;
	font-size:0.9em;
	letter-spacing:0.2em;
}
.menu_list{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #424242;
	border-collapse:collapse;
	margin-bottom:75px;
}
table.menu_list th{
	clear:both;
	float:left;
	width:85%;
	text-align:left;
	font-size:1.1em;
	padding:14px 0 13px;
	border-top:1px solid #424242;
	line-height:1.4em;
}
.menu_list th span{
	font-size:0.8em;
}
.menu_list th span.small{
	font-size:0.6em;
}
.menu_list td{
	float:right;
	width:15%;
	text-align:right;
	line-height:1.3em;
	padding:13px 0 12px;
	border-top:1px solid #424242;
	white-space: nowrap;
}
.menu_indent{
	text-indent:-0.6em;
}
.menu_caution{
	position:relative;
	top:-60px;
	font-size:0.8em;
}


.bottle_list{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #424242;
	border-collapse:collapse;
	margin-bottom:75px;
}
table.bottle_list th{
	clear:both;
	float:left;
	width:75%;
	text-align:left;
	font-size:1.1em;
	padding:14px 0 13px;
	border-top:1px solid #424242;
	line-height:1.5em;
}
.bottle_list th span{
	font-size:0.8em;
}
.bottle_list th span.small{
	font-size:0.6em;
}
.bottle_list td{
	float:right;
	width:25%;
	text-align:right;
	line-height:1.5em;
	padding:13px 0 12px;
	border-top:1px solid #424242;
}
.bottle{
	font-size:0.9em;
}
/*company*/
.company_komidashi{
	width:100%;
	text-align:left;
	font-size:1.6em;
	margin:60px 0 30px;
}
.company_txt01{
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:left;
	font-size:0.9em;
}
#company_table{
	width:100%;
}
#company_table th{
	width:20%;
	vertical-align:top;
	text-align:left;
	padding:0 0 20px;
	line-height:1.5em;
}
#company_table td{
	width:80%;
	text-align:left;
	line-height:1.5em;
	padding:0 0 20px;
}




/*select*/
body#select{
	background-color:#ededed;
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	color:#ccc;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#select_wrapp{
	position:relative;
	float:left;
	width:100%;
	height:400px;
	background-image:url(../img/select_photo.jpg);
	background-size:cover;
	background-position:center center;
	/*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;*/
	margin-bottom:300px;
	text-align:center;
}
#select_box{
	position: absolute;
	top: 73%;
	left: 7%;
	margin: 0;
	width: 80%;
	height: 3.2rem;
	text-align:left;
}
.select_txt01{
	font-size:1.2em;
	line-height:1.3em;
	color:#eee;
}
.select_txt02{
	font-size:0.6em;
	line-height:1.4em;
	color:#eee;
	letter-spacing:0.04em;
	margin-top:0.8em;
}
.wrapp1300{
	position:relative;
	max-width:1300px;
	width:100%;
	height:100%;
	margin:0 auto;
}
#select_header{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:80px;
	z-index:10;
}

#official_site{
	position:absolute;
	background-color:#a8813a;
	width:132px;
	height:35px;
	top:0;
	right:160px;
	font-size:0.7em;
}
#official_site:hover{
	background-color:#c19a52;
}
#official_site a{
	display:block;
	width:128px;
	height:33px;
	text-align:center;
	color:#fff;
	border-left:1px solid #cbb389;
	border-right:1px solid #cbb389;
	border-bottom:1px solid #cbb389;
	margin:0 2px 2px 2px;
	padding:7px 0 0 0;
	letter-spacing:0.05em;
}



#select_online_shop{
	position:absolute;
	background-color:#a8813a;
	width:132px;
	height:35px;
	top:0;
	right:20px;
	font-size:0.7em;
}
#select_online_shop:hover{
	background-color:#c19a52;
}
#select_online_shop a{
	display:block;
	width:128px;
	height:33px;
	text-align:center;
	color:#fff;
	border-left:1px solid #cbb389;
	border-right:1px solid #cbb389;
	border-bottom:1px solid #cbb389;
	margin:0 2px 2px 2px;
	padding:5px 0 0 0;
	letter-spacing:0.05em;
}
#select_cart{
	position:relative;
	top:3px;
	width:16px;
	margin-right:6px;
}
.select_text_tate_right{
	position:absolute;
	top:20px;
	right:80%;
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
	text-align:left;
}
.select_text_tate_right_j{
	position:relative;
	font-size:0.9em;
	letter-spacing:0.07em;
	text-indent:34px;
	text-align:left;
}
.select_text_tate_right_j:before{
	content: '';
	position: absolute;
	top: 0;
	right:50%;
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #ccc;
}
.select_text_tate_right_e{
	position:relative;
	font-size:1.5em;
	letter-spacing:0.15em;
}
#select_intro{
	position: absolute;
	bottom:-390px;
	left:5%;
	max-width:800px;
	width:92%;
	height:322px;
	border:1px solid #a8813a;
	box-sizing: border-box;
}
#select_intro_in{
	position: absolute;
	top:-6px;
	right:6px;
	width:100%;
	height:320px;
	border:1px solid #a8813a;
	background-color:#ededed;
	padding:42px 37px 42px 50px;
	color:#333;
	text-align:left;
	font-size:1.07em;
	box-sizing: border-box;
}
#select_line{
	position: absolute;
	width:110px;
	height:1px;
	border-bottom:1px solid #a8813a;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:15px;
	left:5px;
}
#recipe_wrapp{
	position:relative;
	clear:both;
	width:100%;
	padding-top:200px;
	height:650px;
}
#recipe_photo01{
	display:block;
	position:relative;
	float:right;
	width:88%
}
#recipe_photo01 img{
	width:100%;
}
#recipe_photo02{
	position:absolute;
	top:150px;
	left:0;
	width:88%
}
#recipe_photo02 img{
	width:100%;
}
#recipe_txt_box{
	position:absolute;
	bottom:-230px;
	right:5%;
	max-width:800px;
	width:100%;
	background-color:#ededed;
	padding:20px 20px 20px 0;
	color:#000;
	text-align:left;
	z-index:2;
}
#recipe_txt01{
	font-size:1.3em;
	line-height:1.4em;
}
#recipe_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#recipe_line{
	position: absolute;
	width:200px;
	height:1px;
	border-bottom:1px solid #ae8a49;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top:0;
	right:0;
	z-index:2;
}

#make_wrapp{
	position:relative;
	top:48px;
	clear:both;
	width:100%;
	padding-top:90px;
}
#make_photo01{
	display:block;
	position:relative;
	float:left;
	width:90%
}
#make_photo01 img{
	width:100%;
}
#make_photo02{
	position:absolute;
	top:30px;
	right:0;
	width:88%
}
#make_photo02 img{
	width:100%;
}
#make_txt_box{
	position:absolute;
	bottom:-320px;
	right:5%;
	max-width:800px;
	width:100%;
	background-color:#ededed;
	padding:20px;
	color:#000;
	text-align:left;
	z-index:2;
}
#make_txt01{
	font-size:1.3em;
	line-height:1.4em;
}
#make_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#make_line{
	position: absolute;
	width:200px;
	height:1px;
	border-bottom:1px solid #ae8a49;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:-10px;
	left:-10px;
	z-index:2;
}
#conbi_wrapp{
	overflow:hidden;
	float:left;
	width:100%;
	margin:400px 0 80px;
	color:#000;
}
#conbi_komidashi_e{
	float:left;
	width:100%;
	text-align:center;
	font-size:1.8em;
	letter-spacing:0.18em;
}
#conbi_komidashi_j{
	float:left;
	width:100%;
	text-align:center;
	font-size:0.9em;
	line-height:1.4em;
	margin-bottom:40px;
}
#conbi_left_box{
	float:left;
	width:94%;
	margin:0 3%;
}
#conbi_left_box img{
	width:100%;
}
#conbi_right_box{
	float:left;
	width:94%;
	margin:8% 3% 0;
}
#conbi_right_box img{
	width:100%;
}
.conbi_txt01{
	font-size:1.2em;
	line-height:1.35em;
	margin-top:2%;
}
.conbi_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}

#arrrange_wrapp{
	position:relative;
	float:left;
	width:100%;
	margin: 0 0 300px;
	color:#000;
}
#arrange_photo01{	
	width:82%;
	float:right;
}
#arrrange_copy{
	position:absolute;
	width:100%;
	top:-15%;
	left:3%;
	line-height:1.3em;
	font-size:1.7em;
}
#arrrange_text_box{
	position:absolute;
	top:96%;
	left:0;
	max-width:800px;
	width:90%;
	background-color:#ededed;
	padding:20px;
	color:#000;
	text-align:left;
}
#arrrange_txt01{
	font-size:1.3em;
	line-height:1.4em;
}
#arrrange_txt02{
	font-size:0.9em;
	line-height:1.8em;
	margin-top:1.0em;
}
#package_wrapp{
	float:left;
	overflow:visible;
	width:100%;
	margin-bottom:3%;
	margin-top:8%;
}
.wapp1000{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#package_photo01{
	width:100%;
	float:left;
	margin-bottom:10%;
}
#package_right_column{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	color:#000;
}
#package_photo02{
	width:70%;
	margin:0 15%;
}
#package_txt01{
	font-size:2.0em;
	line-height:1.5em;
	margin-top:-3%;
	margin-bottom:5%;
}
#package_txt02{
	font-size:0.88em;
	margin-bottom:2.5%;
	width:100%;
}
#order_wrapp{
	float:left;
	overflow:visible;
	width:100%;
	color:#000;
}
#order_midashi{
	width:100%;
	text-align:center;
	font-size:1.5em;
	margin-bottom:0.8em;
}
#order_txt01{
	width:94%;
	text-align:left;
	font-size:0.9em;
	margin:0 3%;
}
#product_name{
	width:100%;
	text-align:left;
	font-size:1.2em;
	margin-bottom:0.34em;
}
#product_txt01{
	font-size:0.9em;
}
#product_txt02{
	font-size:0.9em;
}
#product_price{
	font-size:2.1em;
	margin-bottom:0.3em;
}
.tax{
	font-size:0.4em;
}
#order_wrapp{
	float:left;
	width:94%;
	margin:0 3%;
}
#order_wrapp .sp-slides-container {
	position: relative;
	box-shadow: none;
}
#order_wrapp .sp-thumbnails {
	position: relative;
	width:100%;
	float:left;
}
#order_wrapp .sp-top-thumbnails,
#order_wrapp .sp-bottom-thumbnails  {
	left: 0;
	margin: 5px 0 0 0;
}
#order_wrapp .sp-right-thumbnails {
	right: 0;
	margin-left: 0;
}
#order_wrapp .sp-top-thumbnails .sp-thumbnail-container,
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 3px;
	margin-right: 2px;
}
#order_wrapp .sp-top-thumbnails .sp-thumbnail-container:first-child,
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}
#order_wrapp .sp-top-thumbnails .sp-thumbnail-container:last-child,
#order_wrapp .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}
#order_bnr{
	width:100%;
	margin:5% 0 0;
}
#select_bottom_slider{
	clear:both;
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0;
	padding-top:50px;
}

#select_bottom_slider .bottom_slider{
	/*width:114%;*/
	width:100%;
	position:relative;
	/*right:-8%;*/
}
#select_bottom_slider li img{
	width:100%;
	padding-left:2%;
}
.prev{
	position:absolute;
	top:-40px;
	left:80%;
	background-image:url("../img/slider_arw_left.svg");
	background-size:cover;
	width:30px;
	height:30px;
}

.next{
	position:absolute;
	top:-40px;
	left:calc(80% + 37px);
	background-image:url("../img/slider_arw_right.svg");
	background-size:cover;
	width:30px;
	height:30px;
}

#select_footer{
	overflow:hidden;
	background-color:#616161;
	margin-top:60px;
	padding:30px 0 10px;
}
ul.select_footer_txt{
	clear:both;
	float:left;
	width:94%;
	margin:0 3%;
}
ul.select_footer_txt li{
	display: block;
	color: #ccc;
	font-size:0.8em;
	padding: 0.35em 0 0.35em 1.0em;
	text-decoration:none;
	background-image:url(../img/select_arw.png);
	background-repeat:no-repeat;
	background-position:top 11px left 0;
}
ul.select_footer_txt2{
	clear:both;
	float:left;
	width:94%;
	margin:0 3%;
}
ul.select_footer_txt2 li{
	display: block;
	color: #ccc;
	font-size:0.86em;
	padding: 0.35em 0 0.35em 1.0em;
	text-decoration:none;
	background-image:url(../img/select_arw.png);
	background-repeat:no-repeat;
	background-position:top 11px left 0;
}
#select_copyright{
	clear:both;
	float:left;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:0.9em;
}

}

