/*
Theme Name: Pallet_WP_Theme
Theme URI: http://www.8010-pallet.com/
Description: Palletの公式WPテーマです。
Version: 1.0
Author: Lavison
Author URI: http://www.lavison.net
*/

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
	#hana_left,#hana_right{
		display: none;
	}
}

::selection{background-color:#6D9B0A;color:#fff;}
::-moz-selection{background-color:#6D9B0A;color:#fff;}

html,body{
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #F7F1DC;
}

.clearfix{
	clear:both;
}

.container{
	width: 1100px;
	margin: auto;
}

.hide{opacity: 0;}
.show{opacity: 1;}

.hide_menu{display:none;}

section h2 img{
	width: 1100px;
	height: auto;
}

/* --------------------------- Header ------------------------------- */

#header{
	position: fixed;
	width: 100%;
	z-index: 9777;
}

#header nav{
	position: relative;
	width: 1146px;
	height:155px;
	margin: 0 auto;
}

#header nav ul li{
	display: inline-block;
	position:absolute;
}

#header nav ul li img{
	width: auto;
	height:154px;
	vertical-align: top;
}

#header h1{
	position: absolute;
	top: -5px;
	left: 499px;
}
#header h1 img{
	width: auto;
	height:154px;
	transition: .4s;
}
#header h1 img:hover{
	opacity: 0.9;
}

#hana_left{position: fixed;top: -30px; left: 0;z-index: 6666;}
#hana_right{position: fixed;top: -30px; right: 0;z-index: 6666;}
#hana_left,#hana_right{width: 25% !important;height: auto !important;}
@media screen and (max-width:1200px){
	#hana_left,#hana_right{display: none;}
}
.nav_list{z-index: 7777;}
.n_01{top: -5px; left: 0;}
.n_02{top: -5px; left: 172px;}
.n_03{top: -5px; left: 281px;}
.n_04{top: -5px; left: 390px;}
.n_05{top: -5px; left: 629px;}
.n_06{top: -5px; left: 738px;}
.n_07{top: -5px; left: 847px;}
.n_08{top: -5px; left: 956px;}

/* Main Visual */
section#main_visual{
	position: relative;
	z-index: 5555;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height:100%;
	margin: auto;
	background-size: auto 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

section#main_visual .slider{
	position: relative;
	z-index: 5555;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
section#main_visual .slider li{
	width: 100%;
	height: 100%;
	min-height:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
section#main_visual .slider .slider01{ background-image: url(img/top/top_pic_01.png); }
section#main_visual .slider .slider02{ background-image: url(img/top/top_pic_02.png); }
section#main_visual .slider .slider03{ background-image: url(img/top/top_pic_03.png); }
section#main_visual .slider .slider04{ background-image: url(img/top/top_pic_04.png); }
section#main_visual .slider .slider05{ background-image: url(img/top/top_pic_05.png); }

section#main_visual .slider .my-dots {
  overflow: hidden;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: auto;
  width: 130px;
  margin: -40px 0 0 -64px;
}
section#main_visual .slider .my-dots li {
  float: left;
  width: 16px;
  height: 16px;
  padding-right: 10px;
}
section#main_visual .slider .my-dots li button{
  position: relative;
  text-indent: -9999px;
  height: 16px;
  width: 16px;
  background-color: #6b9b06;
  border: none;
  margin-right: 20px;
  display: block;
  padding: 0;
  border-radius: 50%;
  outline: none;
}
section#main_visual .slider .my-dots li.slick-active button{
  background-color: #fff;
}

#scroll_btn img{
	display: block;
	z-index: 5555;
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 80px;
	height: auto;
	margin-left: -47px;
	transition: .3s;
}

#scroll_btn img:hover{
	opacity: 0.9;
}

/* --------------------------- Menu ------------------------------- */
section#top_menu{
	padding: 50px 0 0;
}

section#top_menu .top_bnr {
	text-align: center;
	margin: 0 auto 40px;
}

section#top_menu .top_bnr img{
	width: 328px;
}
section#top_menu .top_bnr a:hover {
opacity: 0.7;
}

section#top_menu .list_menu {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
margin: 0 auto;
}

section#top_menu .list_menu li {
margin-bottom: 28px;
max-width: 350px;
}

section#top_menu .list_menu li img {
width: 100%;
}

section#top_menu .list_menu li a:hover {
opacity: 0.7;
}


/* --------------------------- News ------------------------------- */

section#news{
	padding: 100px 0;
	background-color: #F7F1DC;
}

section#news h2{
	position: relative;
	margin-bottom:50px;
}

section#news h2 #more{
	position: absolute;
	top:-5px;
	right:10px;
	width:100px;
	height: auto;
	transition: .4s;
}

section#news h2 #more:hover{
	opacity: 0.8;
}

.entry{
	display: inline-block;
	width: 256px;
	margin: 0 20px 40px 0;
	vertical-align: top;
}

.entry:nth-child(5n){
	margin-right: 0;
}

.entry .figure{
	overflow: hidden;
	width: 255px;
	height: 180px;
	margin-bottom: 10px;
}

.entry .figure img{
	width: 100%;
	height: auto;
	transition: .4s;
}

.entry h3{
	min-height: 50px;
	font-size: 15px;
	line-height: 1.4;
}

.entry h3 a{
	color: #6D9B0A;
}

.entry h3 a:hover{
	text-decoration: none;
}

.entry:hover .figure img{
	opacity: 0.7;
}

.entry p{
	margin-bottom: 10px;
	font-size: 13px;
	color: #724352;
	line-height: 1.4;
}

.entry .date{
	font-weight: bold;
	font-size: 15px;
	color: #724352;
}
#tabelog{
	text-align: right;
}
#tabelog img{
	border: solid 2px #6D9B0A;
	transition: .4s;
}
#tabelog img:hover{
	border: solid 2px #7E515D;
}

/* --------------------------- JR ------------------------------- */
section#jr{
	padding: 30px 0 60px;
}

section#jr h3{
	text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
}

section#jr a{
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: .4s;
}

section#jr a:hover{
  opacity: 0.7;
}

.modal_img img{
  width: 100%;
}

/* --------------------------- Menu ------------------------------- */
section#saiji{
  padding: 0 0 30px;
}

section#saiji p {
  margin-top: 15px;
}


/* --------------------------- Archive ------------------------------- */
section#archive{
	overflow: hidden;
	padding: 300px 0;
}

#content{
	float: right;
	width: 930px;
}

/* Archive List */
.archive_list{
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 35px;
	border-bottom: solid 1px #6D9B0A;
}

.archive_list figure{
	overflow: hidden;
	float: left;
	width: 240px;
	height: 160px;
}

.archive_list figure img{
	width: 100%;
	height: auto;
}

.archive_title{
	float: right;
	width: 650px;
}

.archive_date{
	color: #7E515D;
}

.archive_list h2{
	padding: 20px 0;
	font-size: 20px;
	color: #6D9B0A;
}

.archive_list h2 a{
	text-decoration: underline;
	color: #6D9B0A;
}

.archive_list h2 a:hover{
	text-decoration: none;
}

.archive_list p{
	padding-right: 100px;
	color: #7E515D;
	font-size: 13px;
}

/* Sidebar */
#sidebar{
	float: left;
	width: 150px;
}

.widget ul li{
	font-size: 18px;
}

.widget ul li a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #7E515D;
}

.widget ul li:hover{
	background: url(img/arrow_right.png) no-repeat 50% center;
}

.widget ul li a:hover{
	color: #6D9B0A;
}

.current_year{
	background: url(img/arrow_right.png) no-repeat 50% center;
}
.current_year a{
	color: #6D9B0A !important;
}

/* --------------------------- Single Post ------------------------------- */
#single_head{
	padding: 20px 0;
	border-bottom: solid 1px #6D9B0A;
}

#single_date{
	margin-bottom: 20px;
	font-size: 20px;
	color: #7E515D;
}

#single_head h2{
	margin-bottom: 20px;
	font-size: 25px;
	color: #6D9B0A;
}

#single_content{
	padding: 30px;
	line-height: 1.4;
	font-size: 16px;
	color: #7E515D;
}

.single_main_visual{
	max-width: 100%;
	display: block;
	margin: 30px auto;
}

#single_content p{
	padding-bottom: 30px;
}

#single_content h1{
	margin: 50px 0;
	padding: 10px;
	border-bottom: solid 1px #7E515D;
	font-size: 30px;
}

#single_content h2{
	margin: 50px 0;
	padding: 10px;
	border-left: solid 5px #7E515D;
	font-size: 25px;
}

#single_content h3{
	margin: 50px 0;
	padding: 10px;
	border: solid 1px #7E515D;
	font-size: 20px;
}

#single_nav{
	position: relative;
	padding: 50px 0;
}

.prev_post a,
.all_post a,
.next_post a{
	color: #6D9B0A;
	text-decoration: none;
}

.prev_post a{
	position: absolute;
	left: 0;
}

.all_post a{
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}

.next_post a{
	position: absolute;
	right: 0;
}

.prev_post a:hover,
.all_post a:hover,
.next_post a:hover{
	text-decoration: underline;
}

/* --------------------------- Concept ------------------------------- */

section#concept_main_visual{
	position: relative;
	overflow: hidden;
	background: url(img/concept/concept_main.jpg) no-repeat center top fixed;
	width: 100%;
	height: 687px;
}

section#concept_main_visual h1{
	position: absolute;
	top: 300px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 10px #000;
}

section#concept{
	padding: 100px 0;
	background-color: #F7F1DC;
}

section#concept h2{
	margin-bottom:50px;
}

#concept_wrap{
	display: block;
	width: 1300px;
	height: 1400px;
	margin: auto;
	background: url(img/concept/concept_bg.png) no-repeat left top;
	background-size: 100% auto;
}
#concept_wrap img{
	display: block;
	width: 650px;
	height: auto;
	margin: 0 auto 50px;
}
#concept_aside_btn{
	width: 215px;
	margin: 0 auto 50px;
	padding: 15px 20px;
	border: solid 1px #6D9B0A;
	border-radius: 10px;
	text-align: center;
	color: #6D9B0A;
	cursor: pointer;
}
#concept_aside_btn:hover{
	background-color: #6D9B0A;
	color: #fff;
}
#concept_aside_text{
	opacity: 0;
	width: 600px;
	margin: auto;
	padding: 40px;
	line-height: 1.8;
	background-color: #fff;
	border: solid 5px #6D9B0A;
	border-radius: 30px;
	text-align: center;
	color: #6D9B0A;
	transition: .4s;
}
#concept_aside_text img{
	display: block;
	margin: auto;
	width: 90px;
	height: auto;
	margin-bottom: 20px;
}
#concept_aside_text.on{
	opacity: 1;
}

#concept_aside_btn.on{
	background-color: #6D9B0A;
	color: #fff;
}

/* --------------------------- Story ------------------------------- */
section#story {
  padding: 300px 0;
}
section#story p img {
  width: 100%;
}
section#story .font {
  font-family: "A1 Mincho" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
}

/* --------------------------- Menu ------------------------------- */
section#menu{
	padding:300px 0;
}

.line_title h3{
  display: table;
  text-align: center;
  white-space: nowrap;
  font-weight: 300;
  font-size: 20px;
}

/* Tabs */
#menu_tabs_area{
	line-height: 0;
}
#menu_tabs_area ul li{
	overflow: hidden;
	display: inline-block;
	float: left;
/*	width: 257px; */
	width: 350px;
	padding: 10px 0;
/*	margin-right:24px; */
	margin-right:24px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	line-height: 0.7;
	text-align: center;
	cursor: pointer;
}
#menu_tabs_area ul li:last-child{
	margin-right: 0;
}
#menu_tabs_area ul li#lunch{
	background-color: #fff;
}
#menu_tabs_area ul li#dinner{
	background-color: #7E515D;
	display: none;
}
#menu_tabs_area ul li#fruit{
	background-color: #E9E2C6;
}
#menu_tabs_area ul li#derivery{
	background-color: #6D9B0A;
}

/* Menu Content Area */
#menu_content section{
	overflow: hidden;
	padding: 50px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.menu_wrap{
	padding: 50px 30px;
}
.menu_label{
	display: inline-block;
	width: 820px;
	padding: 20px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	line-height: 1.4;
}
.lunch_txt {
	    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.menu_label figure{
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 20px;
	vertical-align: top;
	border-radius: 50%;
}
.menu_label figure img{
	width: 115%;
}
.menu_label h2{
	display: inline-block;
	width: 600px;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: solid 1px #fff;
	font-size: 18px;
	font-weight: 300;
}
.menu_label p{
	display: inline-block;
	width: 600px;
	padding-top: 10px;
	font-size: 14px;
}
.menu_aside_title{
	margin-bottom: 10px;
	text-align: right;
	font-size: 16px;
}
.main_menu_column{
	position: relative;
	padding: 50px;
}
.main_menu_column + .main_menu_column{
	border: 0;
}
.main_menu_column figure{
	overflow: hidden;
	display: inline-block;
	width: 400px;
	height: 280px;
	margin-right: 50px;
	vertical-align: top;
	border-radius: 20px;
}
.main_menu_column figure img{
	width: 450px;
	height: auto;
}
.main_menu_title{
	display: inline-block;
	width: 460px;
	padding-top: 15px;
}
.main_menu_column h2{
	margin-bottom: 15px;
	font-size: 22px;
}
.main_menu_column p{
	line-height: 1.8;
	font-size: 15px;
}
.menu_price{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
}

/* Lunch */
section#lunch_content{
	background-color: #fff;
	color: #6D9B0A;
}
#lunch_label{
	background-color: #6D9B0A;
	color: #fff;
}
#main_lunch_column{
	margin-bottom: 30px;
	border-top: solid 1px #6D9B0A;
	border-bottom: solid 1px #6D9B0A;
}
.three_column{
	position: relative;
	display: inline-block;
	width: 400px;
	min-height: 390px;
	margin-bottom: 100px;
	padding: 0 20px;
	vertical-align: top;
}
.three_column .menu_price{
	bottom: 10px;
	right: 20px;
}
.lunch_lank{
	display: block;
	width: 140px;
	height: auto;
	margin-bottom: 30px;
}
.three_column ul{
	padding: 0 20px;
}
.three_column ul li{
	margin-bottom: 10px;
	font-size: 15px;
}
#three_column_left{
	border-right: solid 1px #6D9B0A;
	    display: none;
}
#three_column_center{
	border-right: solid 1px #6D9B0A;
}
.lunch_list_box h3:after,.lunch_list_box h3:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lunch_list_box h3:after {
  border-left: 1em solid transparent;
}
.lunch_list_box h3:before {
  border-right: 1em solid transparent;
}
.lunch_list_box ul{
	overflow: hidden;
	width: 938px;
	margin-top: -9px;
	padding: 50px;
	border-right: solid 1px #6D9B0A;
	border-bottom: solid 1px #6D9B0A;
	border-left: solid 1px #6D9B0A;
}
.lunch_list_box ul li{
	margin-bottom: 20px;
	list-style: disc;
	font-size: 16px;
}
#lunch_message{
	padding-top: 100px;
	line-height: 2;
	text-align: center;
	font-size: 20px;
	color: #6D9B0A;
}

/* Dinner */
section#dinner_content{
	background-color: #7E515D;
	color: #fff;
}

#dinner_label{
	background-color: #fff;
	color: #7E515D;
}

#main_dinner_column .main_menu_column{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#main_dinner_column .main_menu_column + .main_menu_column{
	border-top:0;
}

#main_dinner_column .main_menu_column:last-child{
	margin-bottom: 50px;
}

#main_dinner_column div figure{
	overflow: hidden;
	border-radius: 20px;
}
.dinner_list_box h3:after,.dinner_list_box h3:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.dinner_list_box h3:after {
  border-left: 1em solid transparent;
}
.dinner_list_box h3:before {
  border-right: 1em solid transparent;
}
.dinner_list_box ul{
	overflow: hidden;
	width: 938px;
	margin-top: -8px;
	padding: 50px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
}
.dinner_list_box ul li{
	margin-bottom: 20px;
	list-style: disc;
	font-size: 16px;
}
#dinner_visual{
	padding: 50px 20px;
}
#dinner_visual figure{
	display: inline-block;
	overflow: hidden;
	width: 300px;
	height: 200px;
	border-radius: 20px;
}
#dinner_visual figure + figure{
	margin-left: 40px;
}
#dinner_visual figure img{
	width: 100%;
	height: auto;
}

/* Fruit */
.h3_ttl {
  font-size: 30px;
  margin: 30px 0;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
  text-align: center;
}

section#fruit_content{
	background-color: #E9E2C6;
	color: #2f2f2f;
}

#fruit_bg_wrap{
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(img/menu/fruit_bg.png) no-repeat left top;
	background-size: 100%;
}

#main_fruit_menu{
	border-top: solid 1px #fff;
  overflow: hidden;
}

.fruit_menu{
  padding: 0px 20px 30px;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
}

.fruit_menu:last-child{
	margin-bottom: 50px;
	border: 0;
}

.fruit_menu figure{
	overflow: hidden;
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.fruit_menu figure img{
	width: 250px;
	height: auto;
}

.fruit_menu ul{
  display: inline-block;
  padding: 30px 0 0 0;
}

.fruit_left ul{
	float: left;
}

.fruit_left figure{
	float: right;
}

.fruit_menu ul li{
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
  line-height: 1.6;
}

.fruit_menu ul li .price{
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 2px;
}

.fruit_list_box{
	margin-bottom: 70px;
}
.fruit_list_box h3:after,.fruit_list_box h3:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.fruit_list_box h3:after {
  border-left: 1em solid transparent;
}
.fruit_list_box h3:before {
  border-right: 1em solid transparent;
}
.fruit_list_box ul{
	overflow: hidden;
	width: 938px;
	margin-top: -9px;
	padding: 50px;
	border-right: solid 1px #2f2f2f;
	border-bottom: solid 1px #2f2f2f;
	border-left: solid 1px #2f2f2f;
}

.fruit_list_box ul li{
	position: relative;
	float: left;
	width: 465px;
	margin-bottom: 10px;
	list-style: disc;
	font-size: 16px;
}

.fruit_list_box ul li:nth-child(2n){
	float: right;
	width: 418px;
}

.fruit_list_box ul li .price{
	position: absolute;
	top: 0;
	right: 50px;
	letter-spacing: 2px;
}

.fruit_list_box ul li:nth-child(2n) .price{
	right:0;
}

#parfait_glass{
	position: relative;
	padding: 100px 50px 50px;
	background-color: #fff;
	border-radius: 15px;
	font-size: 14px;
	color: #963F05;
}

#glass_bg{
	position: absolute;
	top: -20px;
	left: -19px;
	width: 300px;
	height: auto;
}

#glass_wrap{
	overflow: hidden;
}

#parfait_glass p{
	float: left;
	width: 600px;
	line-height: 1.8;
}

#parfait_glass figure{
	overflow: hidden;
	float: right;
	width: 300px;
	height: 450px;
	border-radius: 15px;
}

#parfait_glass figure img{
	width: 100%;
	height: auto;
}

/* Derivery */
section#derivery_content{
	padding: 50px 0;
	background-color: #6D9B0A;
}
#deri_title{
	margin-bottom: 70px;
}
#deri_title img{
	display: block;
	width: 700px;
	height: auto;
	margin: auto;
}
#deri_wrap{
	position: relative;
	width: 900px;
	min-height: 450px;
	margin: 0 auto 50px;
}
#deri_point{
	position: absolute;
	top: -80px;
	right: 255px;
	width: 230px;
	height: 240px;
	padding-top: 40px;
	background: url(img/menu/deri_04.png) no-repeat left top;
	background-size: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #6D9B0A;
}
#deri_left{
	position: absolute;
	top: 0;
	left: -80px;
}
#deri_left img{
	width: 500px;
	height: auto;
}
#deri_right{
	position: absolute;
	top: 60px;
	right: -80px;
}
#deri_right img{
	width: 600px;
	height: auto;
}
#deri_btn{
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: solid 1px #fff;
}
#deri_btn a{
	display: block;
}
#deri_btn img{
	display: block;
	width: 450px;
	height: auto;
	margin: auto;
	transition: .4s;
}
#deri_btn img:hover{
	opacity: 0.8;
}

#deri_aside{
	width: 800px;
	margin: auto;
	color: #fff;
}
#deri_aside figure{
	display: inline-block;
	float: left;
	vertical-align: top;
	overflow: hidden;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
#deri_aside figure img{
	width: 210px;
	height: auto;
}
#deri_aside_title{
	float: right;
	width: 580px;
	padding-top: 20px;
}
#deri_aside h2{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #fff;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 300;
}
#deri_aside p{
	line-height: 1.4;
	font-size: 14px;
}
#derivery_service{
	display: none;
	z-index: 9999;
}
#derivery_service img{
	vertical-align: bottom;
}
#derivery_service a{
	display: block;
	padding: 20px 0;
	background-color:#eb5050;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
#derivery_service a:hover{
	background-color: #ed6d6d;
}
#lean_overlay {
    position: fixed;
    z-index:9888;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/* --------------------------- Access ------------------------------- */
section#access_main_visual{
	overflow: hidden;
	width: 100%;
	height: 690px;
	transition: .5s;
}
section.main_01{background: url(img/access/access_main_01.jpg) no-repeat center top fixed;}
section.main_02{background: url(img/access/access_main_02.jpg) no-repeat center top fixed;}
section.main_03{background: url(img/access/access_main_03.jpg) no-repeat center top fixed;}

section#access{
	padding: 100px 0;
	background-color: #F7F1DC;
}

section#access h2{
	position: relative;
	margin-bottom:100px;
}

.tab span{
	transition: .4s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.tab span:hover{
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
	-webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#tab_01{
	width: 147px;
	height: 147px;
	position: absolute;
	top: -52px;
	right: 370px;
	background: url(img/access/access_tab_01.png) no-repeat left top;
}

#tab_02{
	width: 147px;
	height: 147px;
	position: absolute;
	top: -52px;
	right: 200px;
	background: url(img/access/access_tab_02.png) no-repeat left top;
}

#tab_03{
	width: 147px;
	height: 147px;
	position: absolute;
	top: -52px;
	right: 30px;
	background: url(img/access/access_tab_03.png) no-repeat left top;
}

.select#tab_01{background: url(img/access/access_tab_001.png) no-repeat left top;}

.select#tab_02{background: url(img/access/access_tab_002.png) no-repeat left top;}

.select#tab_03{background: url(img/access/access_tab_003.png) no-repeat left top;}


#access_wrap{
	position: relative;
	height: 1000px;
}

.tab_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery{
	overflow: hidden;
	margin-bottom: 50px;
	padding:20px 0;
	background-color: #fff;
}

.gallery img{
	vertical-align: bottom;
	width: auto;
	height: 200px;
	margin-right: 5px;
}

.access_address{
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	line-height: 1.8;
	font-size: 18px;
	color: #7E535E;
}

.access_address p{
	float: left;
	margin-right: 90px;
	margin-bottom: 50px;
}
.access_address p.tel{
margin: 0;
background-color: #6c9b08;
border-radius: 10px;
padding: 10px;
color: #fff;
}

.tab span{display: block;cursor: pointer;}

/* --------------------------- Contact ------------------------------- */

section#contact{
	padding:300px 0;
	line-height: 1.4;
	font-size: 15px;
	color: #7E535E;
}

section#contact h2{
	width: 1200px;
	height: auto;
	margin-bottom: 30px;
}

section#contact p{
	padding: 30px 0;
}

#contact_meta{
	margin: 20px 0;
	padding: 20px 50px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 20px;
	color: #6D9B0A;
}

#contact_meta img.arrow{
	width: 9px;
	height: auto;
	margin-left: 10px;
}

#contact_meta #tel img{
	display: inline-block;
	width: 150px;
	height: auto;
	margin: 0 50px;
}

#atention{
	margin-bottom: 30px;
	line-height: 1.9;
}

#contact_area{
	width: 100%;
	padding: 50px 0;
	border-top: solid 1px #6D9B0A;
	border-bottom: solid 1px #6D9B0A;
}

#contact_wrap{
	width: 800px;
}

#must_atention{
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #fff;
	font-size: 13px;
	color: #6D9B0A;
}

#contact_area dl dt{
	display: inline-block;
	width: 220px;
	margin: 5px 0;
	font-size: 18px;
	color: #6D9B0A;
}

#contact_area dl dd{
	display: inline-block;
	vertical-align: top;
	width: 480px;
	margin-bottom: 40px;
}

#contact_area input{
	width: 480px;
	padding: 10px;
	font-size: 16px;
}

#contact_area textarea{
	width: 480px;
	height: 200px;
	padding: 10px;
	font-size: 16px;
}

#contact_area input,
#contact_area textarea{
	border: solid 1px #fff;
	border-radius: 10px;
}

#contact_area input:focus,
#contact_area textarea:focus{
	background-color: #fefefe;
}

#contact_area select{
	width: 100px;
	padding: 10px 0;
	font-size: 16px;
}

#contact_info input{
	margin-bottom: 10px;
}

#reserv_time label{
	display: inline-block;
	min-width: 90px;
}

#people label{
	display: inline-block;
	min-width: 90px;
}

#people select{
	margin-bottom: 10px;
}

#pay input{
	margin-bottom: 10px;
}

#contact_area input[type="radio"],
#contact_area input[type="checkbox"]{
	width: auto;
	margin-bottom: 20px;
	font-size: 16px;
}

#contact_area input[type="image"]{
	display: block;
	width: 200px;
	height: auto;
	margin: auto;
	border:0;
}

#contact_area input[type="image"]:focus{
	background: none;
}

#submit_area{
	text-align: center;
}

#submit_area input[type="image"]{
	display: inline-block;
}

#contact_area input[type="image"]:hover{
	opacity: 0.8;
}

div.wpcf7-mail-sent-ok{
	padding: 20px;
	border:0 !important;
	font-size: 20px;
}

/* --------------------------- Privacy Policy ------------------------------- */

section#privacy{
	padding: 300px 0;
	line-height: 1.4;
	font-size: 15px;
	color: #7E535E;
}

section#privacy h2{
	width: 1200px;
	height: auto;
}

section#privacy h3{
	font-size: 20px;
}

section#privacy p{
	padding:25px 0 0;
}


section#privacy dl dt{
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #6D9B0A;
}

section#privacy dl dt dd{

}

section#privacy dl p{
	padding: 0;
}

/* --------------------------- Footer ------------------------------- */

#footer{
	padding: 0;
	background-color: #6D9B0A;
	color: #fff;
}

#footer .container{
	position: relative;
  padding: 100px 0 0;
}

#pagetop{
	position: absolute;
	top: -50px;
	right:0;
	width: 100px;
	height: auto;
	transition: .4s;
}

#pagetop:hover{
	opacity: 0.8;
}

#foot_col_l{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	border-right: solid 1px #fff;
}

#foot_col_l img{
	width: 120px;
	height: auto;
}

#foot_col_c{
	display: inline-block;
	vertical-align: top;
	min-height:140px;
	padding: 15px 20px 0;
	border-right: solid 1px #fff;
	line-height: 1.8;
	font-size: 13px;
}

#foot_col_c address{
  float: left;
}

#foot_col_c address + address{
  padding: 0 0 0 20px;
}


#foot_col_r{
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 15px;
}

#foot_col_r nav ul{
	width: 400px;
}

#foot_col_r nav ul li{
	float: left;
	width: 160px;
	margin-bottom: 20px;
	font-size: 13px;
}

#foot_col_r nav ul li a{
	position: relative;
	color: #fff;
	text-decoration: none;
}

#foot_col_r nav ul li a span{
	display: block;
	position: absolute;
	bottom:-5px;
	left: 0;
	opacity: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}

#foot_col_r nav ul li a:hover span{
	opacity: 1;
	width:130px;
}


/* Pagination */
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 10px 2px 0;
padding:10px 13px 9px 13px;
text-decoration:none;
width:auto;
color:#7E515D;
background: #fff;
border-radius:50%;
border:solid 1px #7E515D;
}

.pagination a:hover{
color:#fff;
background: #7E515D;
}

.pagination .current{
padding:10px 13px 9px 13px;
background: #7E515D;
border-radius:50%;
color:#fff;
}


/* add ymd 20180316*/
#sb_instagram .sbi_header_text{
	color:#724352;
}
div.ft_link_btn{
	width:100%;
	margin:20px 0;
	text-align:center;
}
div.ft_link_btn a.btn{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 0;
	min-width:160px;
	margin: 0 8px;
	color: #fff;
	border: none;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.ft_link_btn a.btn.btn_tw{background:#55acee;}
div.ft_link_btn a.btn.btn_fb{background:#3B5998;}
div.ft_link_btn a.btn.btn_ab{background:#2d8c3c;}

div.ft_link_btn a:hover,
div.ft_link_btn a:focus,
div.ft_link_btn a:active{
	opacity:0.85;
	color:#eeeeee;
}

div.ft_link_btn a img{
	height:40px;
	margin: 0 8px;
}

.mt60{margin-top:60px !important;}

/* ----------------------------------------------------------------------
 Contactform
---------------------------------------------------------------------- */
.form-aerea {

}
.form-aerea .h3text {
  color: #000;
  text-align: center;
  font-size: 30px;
  margin-bottom: -20px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
}
.form-aerea span.red {
  color: #f32b2b;
}

.btn a {
  color: #fff;
  text-decoration: none;
  background-color: #6b9b06;
  padding: 20px 40px;
  border-radius: 10px;
  transition: .4s;
}

.btn a:hover {
  opacity: 0.7;
}

section#contact .form-aerea p.img {
    padding: 10px 0 0;
    margin-bottom: 90px;
}

.wpcf7 {width:100%;border: 1px solid #fff;background: #ffffff;padding:0;margin:0 0 2.5em !important;font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p {margin-bottom: 30px;font-size: 16px;padding: 0 !important;}
.wpcf7 input, .wpcf7 textarea {width:auto;-moz-box-sizing: border-box;box-sizing: border-box;width:100%;border:1px solid #ccc;line-height:1.2;padding:8px;margin-top: 10px;}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit {position:relative;display:block;width:225px;height:48px;margin:30px auto 0;background-color: #6c9b08;cursor:pointer;border:none !important;color:#fff;text-align:center;text-decoration:none;font-size:14px;line-height:1.5;outline:none;-webkit-transition: all .3s;transition: all .3s;}
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }
.wpcf7 .must {font-size: 80%;font-weight: bold;color: #f32b2b;padding-left: 5px;}

/* フッター下部 */
#footer_bottom { height:60px; width:100%; min-width:1182px; color:#fff; padding: 100px 0 0; }
#footer_bottom_inner { width:1182px; margin:0 auto; position:relative; }


/* SNSボタン */
#footer_social_link { margin:0; font-size:0; position:absolute; top:15px; left:auto; z-index:20; }
#footer_social_link li { display:inline-block; margin:0 7px 0 0; position:relative; }
#footer_social_link li a {
  display:block; overflow:hidden; width:30px; height:30px; line-height:20px; text-align:center; position:relative;
}
#footer_social_link li a span { display:none; }
#footer_social_link li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

#footer_social_link li a {
  background-size: 100% auto;
}
#footer_social_link li a:hover:before { color:#aaa; }
#footer_social_link li.twitter a{ background-image: url(img/common/sns_t.png);}
#footer_social_link li.facebook a{ background-image: url(img/common/sns_f.png);}
#footer_social_link li.insta a{ background-image: url(img/common/sns_i.png);}


/* コピーライト */
#copyright { line-height:60px; height:60px; font-size:16px; position:absolute; left:0; right:0; margin:auto; z-index:10; text-align:center; }