@charset "utf-8";
*{margin:0;padding:0;}
html {
	height:100%;
}
body {
	font-size: 15px;
	height:100%;
	font-family: ten-mincho, serif;
	font-weight: 400;
	width:100%;
	line-height:1.7;
	color: #2e2e2e;
	position:relative;
	letter-spacing:2px;
}
a{
	text-decoration: none;
	outline: none;
	color: #353535;
}
a:focus, *:focus{ 
	outline:none; 
}
a:hover{
	color: #999966;
}
a:hover img{
	opacity:0.75 !important;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
ul li {
	list-style:none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.mgt0{
	margin-top:0 !important;
}
.center{text-align:center;}
.clear{clear:both;}
.block{display:block;}
.bordernone{border: none !important;}

.pc{
  display: none !important;
}

.googlemap iframe {
	vertical-align: bottom !important;
}

.topmain{
	position: relative;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
  background-image: url(img/sp_kv01.jpg);
}
.full div.img02 {
  background-image: url(img/sp_kv02.jpg);
}
.full div.img03 {
  background-image: url(img/sp_kv03.jpg);
}
.logo_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80%;
}
.top_order{
	background: #999966;
	position: absolute;
	top: calc(0 / 1270 * 100vw);
  right: 0%;
}
.top_order__text{
	font-size: 20px;
	padding: 12px;
}
.top_order__text a{
	color: #fff;
	display: block;
	font-size: 0.8rem;
	text-align: center;
}
.sp_icon{
	display: block;
	width: 60%;
	margin: 0 auto 10px;
}

.about{
	background: #e9e8de;
}
.pc_inner{
	padding-top: 50px;
}
.news_box{
	width:90%;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.news{
	border-bottom: 1px solid #999966;
	padding-bottom: 6px;
}
.news_day{
	font-size: 0.8rem;
	order: 1;
	width: 100%;
}
.news_title{
	order: 2;
	padding-top: 4px;
	font-size: 1.2rem;
}
.news span{
	font-size: 12px;
  color: #999966;
  padding-left: 10px;
}
.news_top{
	color: #666;
	font-size: 20px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.news_text{
	margin-top: 30px;
}
.news_img{
	width: 100%;
	margin-top: 30px;
}
.news_img img{
	width: 100%;
}
.flex__01{
	width:90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	color: #666;
}
.about_box{
	order:2;
}
.about_text__01{
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 50px;
}
.about_text__02{
	margin-top: 30px;
	letter-spacing: 4px;
	font-size: 0.8rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8;
}
.about_text__03{
	margin-top: 20px;
	color: #c1272d;
	font-size: 0.8rem;
}
.icon_after{
	position: relative;
	order: 1;
	margin: 0 auto;
	width: 20%;
}
.about_text__04{
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	letter-spacing: 3px;
	width: 100%;
}
.about_text__04 span{
	display: block;
	font-size: 12px;
	color: #999966;
}
.icon_after:after{
	content: " ";
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(img/01.svg) no-repeat left top;
	position: absolute;
	bottom: 0%;
	left: 100%;
}
/*
.flex__02{
	width: 96%;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
.about_img01{
	width: 100%;
}
.about_img01 img{
	width: 100%;
}
.about_img02{
	width: 100%;
	margin-top: 20px;
}
.about_img02 img{
	width: 100%;
}
*/
.bento_list{
	width: 96%;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
.bento_list li{
	width: 100%;
	margin-top: 20px;
}
.bento_list li:nth-child(n+2) {
	margin-top: 20px;
}


.order{
	background: #e9e8d5;
	padding-bottom: 10px;
}
.sub_title{
	text-align: center;
	color: #666;
	padding-top: 50px;
	font-size: 1.8rem;
	letter-spacing: 1.8;
}
.sub_title span{
	display: block;
	font-size: 12px;
	color: #999966;
}
.order_list{
	width: 96%;
	margin: 50px auto 0;
	color: #666;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.order_list li{
	padding: 20px 18px;
	font-size: 0.8rem;
	padding-left: 15%;
}
.order_list li:before{
	position: absolute;
	transform: translateX(-125%);
	content: "・";
	color: #c1272d;
}
.order_list li:nth-child(odd){
	background: #fff;
}
.order_notice{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #d7d5a2 50%);
}
.sp_order{
	width: 96%;
	margin: 50px auto;
	background: #fff;
	padding-bottom: 30px;
}
.sp_order__text{
	text-align: center;
	color: #666;
	font-size: 0.8rem;
	padding-top: 20px;
}
.sp_order__tel{
	width: 80%;
	margin: 30px auto 0;
	background: #999966;
	padding: 6px;
}
.tel_number{
	font-size: 24px;
	text-align: center;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.tel_number a{
	color: #fff;
}
.tel_number:before{
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/02.svg) no-repeat left top;
	background-size: contain;
	z-index: 1;
	margin-right: 8px;
}

.order_form{
	background: #fff;
}

.drink_menu{
	background: #eae9d5;
	padding-bottom: 80px;
}
.menu_list{
	width: 90%;
	margin: 50px auto 0;
}
.menu_title{
	color: #666;
  font-size: 1rem;
  line-height: 1.8;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
}
.top_menu{
	margin-top: 20px;
}
.drink_list {
  width: 100%;
}
.drink_title{
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.menu_subtitle{
	font-size: 0.8rem;
}
.menu_price {
  line-height: 1.8;
	font-size: 0.8rem;
}
.tax{
	font-size: 0.8rem;
}
.bottom_menu{
}
.bottom_menu__list{
	width: 100%;
	margin-top: 20px;
}
.drink_list__02{
	width: 100%;
	margin-top: 20px;
}
.drink_notice{
	text-align: center;
	margin-top: 20px;
	color: #c1272d;
	font-size: 0.6rem;
}

.address{
	background: #f7f6f3;
}
.flex__03 {
  display: block;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
  align-items: flex-start;
}
.add{
	color: #666;
	width: 100%;
  border-collapse: seprate;
  border-spacing:0px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 0.8rem;
}
.add th{
	font-weight: 700;
	border-bottom: solid 1px #cccccc;
	padding: 20px 0 20px 20px;
	vertical-align: middle;
	text-align: left;
	width: 100px;
}
.add td{
	border-bottom: solid 1px #cccccc;
	padding: 20px 0 20px 40px;
}
.bdnon{
	border-bottom: none !important;
}
.add_notice{
	color: #c1272d;
	font-size: 12px;
}
.googlemap{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
}

footer{
	background: #999966;
}
.foot_inner{
	position: relative;
}
.foot_logo{
	width: 60%;
	margin: 0 auto;
	padding-top: 30px;
}
.foot_add{
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	margin-top: 10px;
}
.foot_sns__icon{
	display: flex;
	justify-content: center;
}
.foot_sns__icon li{
	padding: 10px;
}
.foot_sns__icon li a{
	color: #fff;
}
i.fa.fa-facebook,i.fa.fa-instagram{
	font-size: 30px;
}
.copyright{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #fff;
}
#page_top{
	width: 30px;
	background: #999966;
	border-radius: 32px 32px 0% 0%;
	position: absolute;
	top: -4%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 12px 18px 0px;
}
/* フォーム */
.order_form{
	background: #f7f6f3;
}
.form_box__inner{
	width: 90%;
	margin: 50px auto 0;
	padding-bottom: 50px;
}


.thanks_bg{
	background: #e9e8d5;
}
.thanks_logo{
	width: 40%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.thanks_details{
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.thanks_box{
	width: 90%;
	margin: 0px auto;
	border: 1px solid #888;
	padding: 50px 0;
}
.thanks_text__01{
	font-size: 22px;
	font-weight: bold;
}
.thanks_text__02{
	font-size: 16px;
	margin-top: 30px;
}
.thanks_text__03{
	font-size: 16px;
	margin-top: 30px;
}
.thanks_text__03 span:hover{
	text-decoration: underline;
}
.back_top{
	width: 60%;
	margin: 50px auto;
	background: #fff;
	text-align: center;
}
.back_top a{
	display: block;
	padding: 20px 0;
	font-weight: bold;
}
.thanks_text__04{
	position: relative;
}
.notice{
	text-align: center;
	font-size: 1.2rem;
}
.notice span{
	font-weight: bold;
	color: #c1272d;
	display: block;
}
.news_text p img{
	width: 100%;
}

