@charset "UTF-8";
/*================================================
 *  css_reset
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	-o-box-sizing: border-box;	-ms-box-sizing: border-box;	box-sizing: border-box;}

/*================================================
 *  base
 ================================================*/
body {
	font-size: 16px;
	font-family: vdl-penletter, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.sp {
	display: none;
}
.pc  {
	display: block;
}
.bg_green {
	background: #71ab90;
}
.bg_white {
	background: white;
}
.pt50 {
	padding-top: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.mt100 {
	margin-top: 100px;
}
.pb1 {
	padding-bottom: 1em;
}
.fwb1 {
	font-weight: 600;
}
.fwb2 {
	font-weight: 900;
}
.wd100 {
	width: 100%;
	padding: 5% 10%;
}
h2 {
	text-align: center;
	/* background: url('../images/title01.png') no-repeat center top; */
	padding: 38px 0 0;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 0.24em;
	margin: 60px auto 50px;
	background-size: 60px;
	font-weight: 900;
	color: #736865;
}
h2 > span {
	font-size: 14px;
	display: block;
	font-family: vdl-penletter, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.area_wrap {
	display: flex;
	width: 100%;
}
.area_title {
	font-size: 25px;
	letter-spacing: 0.34em;
	line-height: 2.3;
	padding: 0 50px;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-lr;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.textbox {
	line-height: 2.5em;
	padding: 20px 2em;
	white-space: pre-wrap;
}
.btn_box {
	width: 200px;
}
.margin_right {
	margin: 0 0 0 auto;
}
.margin_center {
	margin: 0 auto;
}
.margin_left {
	margin: 0 auto 0 0;
}
.btn_box > a {
	display: block;
	padding: 10px 0;
	border: 1px solid #736865;
	text-align: center;
	text-decoration: none;
	color: #736865;
	background: #dcd9c5;
	margin: 2em 0;
	line-height: 1;
}
.btn_box > a > i {
	padding-left: 5px;
}
.btn_box a:hover {
	opacity: 0.8;
}
.image_cut2,
.image_cut {
	width: 200px;
}
.image_cut {
	margin-top: -100px;
}
.image_cut2 {
	margin-bottom: -100px;
}
.image_cut2 img,
.image_cut img {
	width: 100%;
}
.quarter {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	padding-bottom: 10px;
}
.quarter > div {
	display: table-cell;
	font-size: 0;
	vertical-align: middle;
	width: 25%;
}
.quarter > div > img {
	width: 100%;
}
.quarter > div > p {
	font-size: 16px;
}
h3 {
	color: #71ab90;
	font-size: 14px;
	font-weight: 600;
	padding: 1em 0;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.box {
	background: rgba(113,171,144,0.2);
	background-size: contain;
	background-position: center center;
}
.half {
	width: 100%;
	display: table;
}
.half > div.row {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 1em;
}
.sub_title {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	/* background: url('../images/title02.png') no-repeat; */
	background-position: 50% 50%;
	height: 100px;
	padding-top: 35px;
	margin: 1em 0;
	color: #3e2402;
}
.mv {
	width: 100%;
	height: 100vh;
}
/*================================================
 *  loading
 ================================================*/
#loading {
	height: 100%;
	width: 100%;
	background: #00CD73;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*================================================
 *  header
 ================================================*/
header {
	width: 100%;
	height: 160px;
}
header > nav > div > ul > li > h1 {
	text-align: center;
	padding-top: 20px;
}
header > nav > div > ul > li > h1 > a > img {
	height: 110px;
}
header > nav > div > ul > li > h1 > a > img:hover {
	opacity: 0.8;
}
.call {
	position: fixed;
	z-index: 1;
	width: 250px;
	right: 0;
	background: #71ab90;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
}
.call > a {
	padding-left: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

/*================================================
 *  nav
 ================================================*/
header > nav > div > ul {
	width: 100%;
	display: table;
	font-size: 0;
}
header > nav > div > ul > li {
	display: table-cell;
	font-size: 14px;
	width: 20%;
	text-align: center;
	vertical-align: bottom;
}
header > nav > div > ul > li > a {
	font-weight: 600;
	text-decoration: none;
	color: #402e27;
	transition : all 0.5s ease 0s;
	font-size: 30px;
}
header > nav > div > ul > li > a:hover {
	color: #71ab90;
}
header > nav > div > ul > li > a > span {
	display: block;
	padding: 1em 0;
	font-size: 11px;
	font-family: vdl-penletter, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#hamburger {
	display: none;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 2;
}
#hamburger {
	position: fixed;
	right: 0;
	top: 0;
}
#hamburger span img {
	width: 60px;
	height: 60px;
}
.sp-nav {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(133,172,145,.95);
	transition: all .2s ease-in-out;
	opacity: 0;
	transform: translateX(100%);
	padding: 100px 60px;
}
.sp-nav .close {
	position: fixed;
	top: 0;
	right: 0;
}
.sp-nav > ul > li > a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}
.sp-nav > ul > li > a > span {
	font-size: 11px;
	position: absolute;
	right: 60px;
	font-family: vdl-penletter, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.toggle {
   transform: translateX(0);
   opacity: 1;
}
.sns {
	text-align: center;
	padding: 2em 0;
}
.sns > a {
	margin: 0 0.5em;
}
.sns_icon {
	position: fixed;
	z-index: 2;
	top: 50%;
	left: 5%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	margin: auto;
	padding: 1em;
	text-align: center;
	font-size: 11px;
}
.sns_icon p {
	margin: 10px 0;
}
.rotate {
	padding-right: 4em;
	transform: rotate(90deg);
}
.bg {
	background: rgba(204,215,141,0.4);
}

/*================================================
 *  slide
 ================================================*/
.slideshow {
	width: 100%;
	overflow: hidden;
	padding: 2em 0;
}
.slick-slide img {
	width: 100%;
}

/*================================================
 *  access
 ================================================*/
.ggmap {
	position: relative;
	height: 0;
	padding-bottom: 30%;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*================================================
 *  shopinfo
 ================================================*/
.shopinfo {
	display: table;
	width: 100%;
}
.shopinfo > div.row {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
	padding: 1em;
}
.shop_image {
	width: 250px;
	margin: 0 auto;
}
.shop_image > img {
	width: 100%;
}
.shopinfo > div.row > p {
	line-height: 1.5;
	font-size: 14px;
}
.shopinfo > div.row > p > span {
	font-size: 11px;
}
.shopinfo > div.row > table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 1em 0;
}
.calendar th {
	background: #402e27;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.calendar td {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
.today {
	background-color: bisque; 
}
.holiday {
	background-color: tomato;
}
.normal {
	background-color: #fff;
}

/*================================================
 *  footer
 ================================================*/
.copyright {
	font-size: 11px;
	background-color: #71ab90;
	color: #fff;
	padding: 1em 0;
	text-align: center;
}


/*================================================
 *  facebook
 ================================================*/
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*================================================
 *  news
 ================================================*/
main {
	padding-top: 160px;
}
.news {
	border-top: 1px dotted #bfb1ae;
}
.news > dl {
	padding: 1em;
	border-bottom: 1px dotted #bfb1ae;
}
.news > dl > dt {
	color: #736865;
	font-weight: 600;
	font-size: 14px;
}
.news > dl > dd {
	padding: 5px 1em;
}
.newstitle {
	font-size: 20px;
	text-align: center;
}
/*================================================
 *  menu
 ================================================*/
.menuList {
	padding: 20px 2em;
	width: 90%;
	margin: 0 auto;
}
.menuList dl {
	margin-bottom: 2em;
}
.menuList dt {
	position: relative;
	border-bottom: 1px dotted #666;
	padding: 1em 0;
}
.menuList dt span {
	position: absolute;
	right: 0;
}
.menuList dd {
	padding: 1em;
	white-space: pre-wrap;
}
.menu_box_dd {
	white-space: normal !important;
}
.menu_box {
	display: flex;
}
.menu_img {
	width: 30%;
}
.menu_text {
	width: 70%;
	margin-left: 1em;
	white-space: pre-wrap;
}
.menu_img img {
	width: 100%;
}
/*================================================
 *  contact
 ================================================*/
.tel a {
	text-decoration: none;
	color: #402e27;
	font-weight: 900;
	font-size: 24px;
}