@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*vi*/
.vi {
	position:relative;
	width:1420px;
	height:800px;
	margin:0 auto;
	margin-bottom:70px;
}
@media screen and (min-width: 1600px) {
.vi {
	width:calc(100% - (90px * 2));
	height:50vw;
	margin:0 90px;
	margin-bottom:70px;
}
}
.vi p {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:-110px;
	z-index:10;
	width:400px;
}
.vi .slider {
	position:relative;
	height:800px;
	padding-left:110px;
}
@media screen and (min-width: 1600px) {
.vi .slider {
	height:50vw !important;
}
}

.vi .slider .box {
	position:relative;
	width:100% !important;
	height:800px !important;
	z-index:1;
	overflow:hidden;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.vi .slider .box .slick {
	position:relative;
	width:100% !important;
	z-index:1;
	background-size:cover !important;
}
@media screen and (min-width: 1600px) {
.vi .slider .box {
	position:relative;
	width:100% !important;
	height:50vw !important;
	z-index:1;
	overflow:hidden;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.vi .slider .box .slick {
	height:50vw !important;
}
}
/* 効果をかけるためのスタイル設定 */
#slick-main .slick-slide{
	/* slickによってelement.styleで付けられるopacityを無効化 */
	opacity: 1 !important;
}
#slick-main .slideobject{
	/* フェード要素の初期設定 */
	opacity: 0;
	transition: 0s;
}
#slick-main .slick-active .slideobject{
	/* slick-active(効果開始)の際のフェード設定 */
	/* [重要]slick側の設定と同じdurationを取る */
	opacity: 1;
	transition: ease 5.0s;
}
#slick-main .slick-continue .slideobject{
	/* エフェクトの継続用に付与したslick-continueのフェード設定 */
	/* [重要]slick側の設定と同じdurationを取る */
	opacity: 0;
	transition: ease 5.0s;
}
#slick-main figure.image{
	/* 画像 ズーム要素の初期設定 */
	transform: scale(1.0, 1.0);
	transition: 0s;
}
#slick-main p.text{
	/* テキスト 初期設定 */
	opacity: 0;
	transition: 0s;
}
#slick-main .slick-active figure.image{
	/* 画像　slick-active(効果開始) */
	/* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
	transform: scale(1.1, 1.1);
	transition: ease 10.0s; 
}
#slick-main .slick-continue figure.image{
	/* 画像　slick-continue */
	/* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
	transform: scale(1.1, 1.1);
	transition: ease 10.0s;
}
#slick-main .slick-active p.text{
	/* テキスト　slick-active(効果開始) この辺は自由にduration */
	opacity: 1;
	transition: ease 1.0s; 
	transition-delay: 1.0s;
}
#slick-main .slick-continue p.text{
	/* テキスト　slick-continue この辺は自由にduration */
	opacity: 0;
	transition: ease 1.0s; 
}

/* スライド周りの基本スタイル */
.slideobject{
	padding-top: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	vertical-align: bottom;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.slideobject figure.image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}
.slideobject figure.image{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




/*about*/
.about {
	margin:0 auto;
	margin-bottom:90px;
	width:1420px;
	height:565px;
	background:url(../img/about_bg_img.png) no-repeat center center , url(../img/about_bg.png) no-repeat center center;
	padding-top:69px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
@media screen and (min-width: 1600px) {
.about {
	width:calc(100% - (90px * 2));
	margin:0 90px;
	margin-bottom:90px;
	background-size:auto , cover;
}
}
.about h2 {
	width:287px;
	margin:0 auto;
	margin-bottom:40px;
}
.about .com {
	margin-bottom:40px;
}
.about .com p {
	text-align:center;
	font-size:1.5rem;
	line-height:2.0;
	margin-bottom:1em;
}
.about .com p:last-child {
	margin-bottom:0;
}
.about .btn {
	text-align:center;
	font-size:0;
}
.about .btn ul {
	display:inline-block;
	text-align:center;
}
.about .btn ul li {
	display:inline-block;
}
.about .btn ul li:first-child {
	margin-right:15px;
}
.about .btn ul li a {
	position:relative;
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#abcb33;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.about .btn ul li:last-child a {
	background:#77ac55;
}
.about .btn ul li a span {
	display:inline-block;
	white-space:nowrap;
	font-family: 'Viga', sans-serif;
	font-size:1.4rem;
	color:#FFF;
	letter-spacing:.1em;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.about .btn ul li a:after {
	position:absolute;
	top: 0;
	right:25px;
	font-family: 'Viga', sans-serif;
	font-size:1.8rem;
	color:#FFF;
	content:'>';
	transform:rotate(90deg);
}
.about .btn ul li a:hover {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}


/*menu*/
.menu {
	margin:0 auto;
	margin-bottom:90px;
	width:1420px;
}
@media screen and (min-width: 1600px) {
.menu {
	width:calc(100% - (90px * 2));
	margin:0 90px;
	margin-bottom:90px;
}
}
.menu h2 {
	position:relative;
	width:1420px;
	height:316px;
	background:url(../img/ttl_menu_bg.png) no-repeat center center;
	text-align:center;
	line-height:1.1;
	margin:0 auto;
	margin-bottom:35px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
@media screen and (min-width: 1600px) {
.menu h2 {
	width:100%;
	background-size:cover;
	margin-bottom:35px;
}
}
.menu h2 span {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	right:0;
	display: inline-block;
	white-space:nowrap;
	font-family: 'Viga', sans-serif;
	font-size:8.0rem;
	color:#FFF;
	letter-spacing:.2em;
	margin-right:-.2em;
	text-align:center;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.menu .com {
	text-align:center;
	margin-bottom:35px;
	line-height:2.0;
	font-size:1.5rem;
}
.menu .menu_bg {
	background:url(../img/menu_bg.png) repeat center center;
	padding:70px 0 90px;	
	font-size:1.5rem;
}
.menu .menu_bg .food {
	width:1200px;
	margin:0 auto;
	margin-bottom:80px;
}
.menu .menu_bg .food h3 {
	text-align:center;
	margin-bottom:40px;
}
.menu .menu_bg .food h3 span {
	position:relative;
	display:inline-block;
	line-height:1.1;
	width:160px;
	padding:.5em 0;
	font-family: 'Viga', sans-serif;
	font-size:2.8rem;
	color:#74a355;
	white-space:nowrap;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.menu .menu_bg .food h3 span:before {
	position:absolute;
	top:-11px;
	left:-110px;
	width:100px;
	height:75px;
	background:url(../img/icon_food.png) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
	image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
	image-rendering: -moz-crisp-edges;          /* Firefox (Gecko) */
	image-rendering: -o-crisp-edges;            /* Opera 12.x */
	image-rendering: pixelated;                 /* Chrome 41+, Opera 29+ (CSS4) */
}
.menu .menu_bg .food ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.menu .menu_bg .food ul li {
	float:left;
	width:280px;
	/*margin-right:calc((100% - (280px * 4 )) / 3);*/
	margin-right:26px;
	margin-bottom:25px;
	padding:10px 10px 20px;
	background:#FFF;
}
.menu .menu_bg .food ul li:nth-child(4n) {
	margin-right:0;
}
.menu .menu_bg .food ul li:nth-child(4n+1) {
	clear:both;
}
.menu .menu_bg .food ul li:nth-last-child(-n+4) {
	margin-bottom:0;
}
.menu .menu_bg .food ul li span {
	display:block;
	padding-top:15px;
	text-align:center;
	letter-spacing:.1em;
}
.menu .menu_bg .sweets_drink {
	width:1025px;
	margin:0 auto;
}
.menu .menu_bg .sweets_drink:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.menu .menu_bg .sweets_drink section {
	float: left;
	width:480px;
}
.menu .menu_bg .sweets_drink section:last-child {
	float: right;
}
.menu .menu_bg .sweets_drink section h3 {
	text-align:center;
	margin-bottom:40px;
}
.menu .menu_bg .sweets_drink section h3 span {
	position:relative;
	display:inline-block;
	line-height:1.1;
	width:160px;
	padding:.5em 0;
	font-family: 'Viga', sans-serif;
	font-size:2.8rem;
	color:#74a355;
	white-space:nowrap;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.menu .menu_bg .sweets_drink section.sweets h3 span:before {
	position:absolute;
	top:12px;
	left:-51px;
	width:42px;
	height:37px;
	background:url(../img/icon_sweets.png) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
	image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
	image-rendering: -moz-crisp-edges;          /* Firefox (Gecko) */
	image-rendering: -o-crisp-edges;            /* Opera 12.x */
	image-rendering: pixelated;                 /* Chrome 41+, Opera 29+ (CSS4) */
}
.menu .menu_bg .sweets_drink section.drink h3 span:before {
	position:absolute;
	top:11px;
	left:-43px;
	width:37px;
	height:41px;
	background:url(../img/icon_drink.png) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
	image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
	image-rendering: -moz-crisp-edges;          /* Firefox (Gecko) */
	image-rendering: -o-crisp-edges;            /* Opera 12.x */
	image-rendering: pixelated;                 /* Chrome 41+, Opera 29+ (CSS4) */
}
.menu .menu_bg .sweets_drink section .box {
	padding:20px 25px 40px;
	background:#FFF;
}
.menu .menu_bg .sweets_drink section .box p {
	margin-bottom:15px;
}
.menu .menu_bg .sweets_drink section .box ul li {
	margin-bottom:.2em;
	padding:0 20px;
}
.menu .menu_bg .sweets_drink section .box ul li:last-child {
	margin-bottom:0;
}
.menu .menu_bg .sweets_drink section .box ul li:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.menu .menu_bg .sweets_drink section .box ul li span ,
.menu .menu_bg .sweets_drink section .box ul li em {
	display:block;
	float:left;
}
.menu .menu_bg .sweets_drink section .box ul li em {
	float:right;
	text-align:right;
}


/*rental*/
.rental {
	margin:0 auto;
	margin-bottom:90px;
	width:1420px;
}
@media screen and (min-width: 1600px) {
.rental {
	width:calc(100% - (90px * 2));
	margin:0 90px;
	margin-bottom:90px;
}
}
.rental h2 {
	position:relative;
	height:316px;
	background:url(../img/ttl_rental_bg.png) no-repeat center center;
	text-align:center;
	line-height:1.1;
	margin-bottom:35px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
@media screen and (min-width: 1600px) {
.rental h2 {
	width:100%;
	background-size:cover;
	margin-bottom:35px;
}
}
.rental h2 span {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:0;
	right:0;
	display: inline-block;
	white-space:nowrap;
	font-family: 'Viga', sans-serif;
	font-size:8.0rem;
	color:#FFF;
	line-height:.9;
	letter-spacing:.2em;
	margin-right:-.2em;
	text-align:center;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.rental .com {
	text-align:center;
	margin-bottom:35px;
	font-size:1.5rem;
}
.rental .box {
	margin:0 auto;
	width:1025px;
	font-size:1.5rem;
}
.rental .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.rental .box .img {
	float:left;
	width:540px;
}
.rental .box .box_r {
	float:right;
	width:430px;
}
.rental .box .box_r .tbl {
	display:table;
	width:100%;
	margin-bottom:20px;
}
.rental .box .box_r .tbl dl {
	display:table-row;
}
.rental .box .box_r .tbl dl dt ,
.rental .box .box_r .tbl dl dd {
	position: relative;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:1em;
}
.rental .box .box_r .tbl dl:first-child dt ,
.rental .box .box_r .tbl dl:first-child dd {
	padding-bottom:.5em;
}
.rental .box .box_r .tbl dl:last-child dt ,
.rental .box .box_r .tbl dl:last-child dd {
	padding-bottom:0;
}
.rental .box .box_r .tbl dl dt {
	padding-left:1.2em;
	width:170px;
}
.rental .box .box_r .tbl dl dt:before {
	position:absolute;
	top:.5em;
	left:0;
	width:10px;
	height:10px;
	background:#81a967;
	display:block;
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rental .box .box_r .tbl dl dd span {
	margin-right:1em;
}
.rental .box .box_r .caution {
	border: solid 1px #a0c08a;
	margin-bottom:20px;
	padding:10px 20px;
	font-size:1.4rem;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.rental .box .box_r .caution dl dt {
	color:#619540;
	margin-bottom:.5em;
}
.rental .box .box_r .ill {
	text-align:right;
}
.rental .box .box_r .ill span {
	display:inline-block;
	width:310px;
}


/*shop_faq*/
.shop_faq {
	background:url(../img/shop_bg_header.png) repeat-x center top , url(../img/shop_bg_footer.png) repeat-x center bottom , #e6f1de;
	padding:90px 0;
	font-size:1.5rem;
}
.shop_faq .box {
	width:1200px;
	margin:0 auto;
	padding:60px 90px;
	background:#FFF;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.shop_faq .box section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.shop_faq .box section.shop {
	margin-bottom:60px;
}
.shop_faq .box section .box_l {
	float:left;
	width:500px;
}
.shop_faq .box section .box_r {
	float:right;
	width:520px;
}
.shop_faq .box section.shop .box_r {
	overflow:hidden;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.shop_faq .box section.faq .box_l {
	float:left;
	width:520px;
}
.shop_faq .box section.faq .box_r {
	float:right;
	width:465px;
}
.shop_faq .box section .box_l .tbl {
	display:table;
	width:100%;
	margin-bottom:30px;
	color:#74a355;
}
.shop_faq .box section .box_l .tbl h2 {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:160px;
}
.shop_faq .box section.faq .box_r h2 {
	text-align:center;
	width:160px;
	margin-bottom:30px;
}
.shop_faq .box section .box_l .tbl h2 span ,
.shop_faq .box section .box_r h2 span {
	position:relative;
	display:inline-block;
	line-height:1.1;
	width:160px;
	padding:.4em 0;
	font-family: 'Viga', sans-serif;
	font-size:2.8rem;
	color:#74a355;
	white-space:nowrap;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.shop_faq .box section .box_l p {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
.shop_faq .box section .box_l p span i {
	position:relative;
	top:.1em;
	font-size:2.4rem;
	margin-right:.5em;
	line-height:1.1;
}
.shop_faq .box section .box_l table th {
	width:90px;
}
.shop_faq .box section .box_r iframe {
	width:100%;
	height:350px;
}
.shop_faq .box section .box_r dl {
	margin-bottom:1em;
}
.shop_faq .box section .box_r dl:last-child {
	margin-bottom:0;
}
.shop_faq .box section .box_r dl dt ,
.shop_faq .box section .box_r dl dd {
	position:relative;
	padding-left:1.5em;
}
.shop_faq .box section .box_r dl dt {
	margin-bottom:.4em;
}
.shop_faq .box section .box_r dl dt:before ,
.shop_faq .box section .box_r dl dd:before {
	position:absolute;
	left:0;
	font-size:1.5rem;
	font-weight:bold;
	color:#74a355;
	content:'Q.';
}
.shop_faq .box section .box_r dl dd:before {
	content:'A.';
}



@media screen and (max-width: 1600px) {
.vi {
	width:88.75vw;
	height:50vw;
	margin-bottom:4.375vw;
}
.vi p {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:-6.875vw;
	z-index:10;
	width:25vw;
}
.vi .slider {
	padding-left:6.875vw;
	height:50vw !important;
}
.vi .slider .box {
	height:50vw !important;
}

/*about*/
.about {
	margin-bottom:5.625vw;
	width:88.75vw;
	height:35.313vw;
	background:url(../img/about_bg_img.png) no-repeat center center , url(../img/about_bg.png) no-repeat center center;
	background-size:cover , cover;
	padding-top:4.313vw;
}
.about h2 {
	width:17.938vw;
	margin-bottom:2.5vw;
}
.about .com {
	margin-bottom:2.5vw;
}
.about .com p {
	font-size:1.5rem;
}
.about .btn ul li:first-child {
	margin-right:0.938vw;
}
.about .btn ul li a {
	width:12.5vw;
	height:3.125vw;
	line-height:3.125vw;
	-webkit-border-radius: 1.563vw;
	-moz-border-radius: 1.563vw;
	border-radius: 1.563vw;
}
.about .btn ul li a span {
	font-size:1.4rem;
}
.about .btn ul li a:after {
	position:absolute;
	top: 0;
	right:1.563vw;
	font-size:1.8rem;
}


/*menu*/
.menu {
	margin-bottom:5.625vw;
	width:88.75vw;
}
.menu h2 {
	width:88.75vw;
	height:19.75vw;
	background:url(../img/ttl_menu_bg.png) no-repeat center center;
	margin-bottom:2.188vw;
}
.menu h2 span {
	font-size:calc(8.0rem * .9);
	color:#FFF;
}
.menu .com {
	margin-bottom:2.188vw;
	font-size:1.5rem;
}
.menu .menu_bg {
	padding:4.375vw 0 5.625vw;	
	font-size:1.5rem;
}
.menu .menu_bg .food {
	width:75vw;
	margin-bottom:5vw;
}
.menu .menu_bg .food h3 {
	margin-bottom:2.5vw;
}
.menu .menu_bg .food h3 span {
	width:10vw;
	font-size:2.8rem;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.menu .menu_bg .food h3 span:before {
	top:-0.687vw;
	left:calc(-6.875vw * 1.2);
	width:calc(6.25vw * 1.2);
	height:calc(4.688vw * 1.2);
	background:url(../img/icon_food.png) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .food ul li {
	width:17.5vw;
	/*margin-right:calc((100% - (17.5vw * 4 )) / 3);*/
	margin-right:1.625vw;
	margin-bottom:1.563vw;
	padding:0.625vw 0.625vw 1.25vw;
}
.menu .menu_bg .food ul li span {
	padding-top:0.938vw;
}
.menu .menu_bg .sweets_drink {
	width:64.063vw;
}
.menu .menu_bg .sweets_drink section {
	width:30vw;
}
.menu .menu_bg .sweets_drink section h3 {
	margin-bottom:2.5vw;
}
.menu .menu_bg .sweets_drink section h3 span {
	width:10vw;
	font-size:2.8rem;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.menu .menu_bg .sweets_drink section.sweets h3 span:before {
	top:0.75vw;
	left:calc(-3.187vw * 1.2);
	width:calc(2.625vw * 1.2);
	height:calc(2.313vw * 1.2);
	background:url(../img/icon_sweets.png) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .sweets_drink section.drink h3 span:before {
	top:0.688vw;
	left:calc(-2.687vw * 1.2);
	width:calc(2.313vw * 1.2);
	height:calc(2.563vw * 1.2);
	background:url(../img/icon_drink.png) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .sweets_drink section .box {
	padding:1.25vw 1.563vw 2.5vw;
}
.menu .menu_bg .sweets_drink section .box p {
	margin-bottom:0.938vw;
}
.menu .menu_bg .sweets_drink section .box ul li {
	padding:0 1.25vw;
}


/*rental*/
.rental {
	margin-bottom:5.625vw;
	width:88.75vw;
}
.rental h2 {
	height:19.75vw;
	background:url(../img/ttl_rental_bg.png) no-repeat center center;
	text-align:center;
	margin-bottom:2.188vw;
}
.rental h2 span {
	font-size:calc(8.0rem * .9);
}
.rental .com {
	margin-bottom:2.188vw;
	font-size:1.5rem;
}
.rental .box {
	width:64.063vw;
	font-size:1.5rem;
}
.rental .box .img {
	width:33.75vw;
}
.rental .box .box_r {
	width:26.875vw;
}
.rental .box .box_r .tbl {
	margin-bottom:1.25vw;
}
.rental .box .box_r .tbl dl dt {
	width:calc(10.625vw * 1.1);
}
.rental .box .box_r .tbl dl dt:before {
	width:0.625vw;
	height:0.625vw;
}
.rental .box .box_r .caution {
	margin-bottom:1.25vw;
	padding:0.625vw 1.25vw;
	font-size:1.4rem;
}
.rental .box .box_r .ill span {
	width:19.375vw;
}


/*shop_faq*/
.shop_faq {
	background:url(../img/shop_bg_header.png) repeat-x center top , url(../img/shop_bg_footer.png) repeat-x center bottom , #e6f1de;
	padding:5.625vw 0;
	font-size:1.5rem;
}
.shop_faq .box {
	width:75vw;
	padding:3.75vw calc(5.625vw * .8);
}
.shop_faq .box section.shop {
	margin-bottom:3.75vw;
}
.shop_faq .box section .box_l {
	width:calc(31.25vw * 1.05);
}
.shop_faq .box section .box_r {
	width:32.5vw;
}
.shop_faq .box section.faq .box_l {
	width:32.5vw;
}
.shop_faq .box section.faq .box_r {
	width:29.063vw;
}
.shop_faq .box section .box_l .tbl {
	margin-bottom:1.875vw;
}
.shop_faq .box section .box_l .tbl h2 {
	width:10vw;
}
.shop_faq .box section.faq .box_r h2 {
	width:10vw;
	margin-bottom:1.875vw;
}
.shop_faq .box section .box_l .tbl h2 span ,
.shop_faq .box section .box_r h2 span {
	width:10vw;
	font-size:2.8rem;
	border-top: solid 3px #74a355;
	border-bottom: solid 3px #74a355;
}
.shop_faq .box section .box_l p {
	padding-left:1.25vw;
}
.shop_faq .box section .box_l p span i {
	position:relative;
	top:.1em;
	font-size:2.4rem;
	margin-right:.5em;
}
.shop_faq .box section .box_l table th {
	width:5.625vw;
}
.shop_faq .box section .box_r iframe {
	height:21.875vw;
}
.shop_faq .box section .box_r dl dt ,
.shop_faq .box section .box_r dl dd {
	padding-left:1.5em;
}
.shop_faq .box section .box_r dl dt:before ,
.shop_faq .box section .box_r dl dd:before {
	position:absolute;
	left:0;
	font-size:1.5rem;
}
}




@media screen and (max-width: 768px) {
/*vi*/
.vi {
	width:100%;
	height:auto;
	margin-bottom:13.021vw;
}
.vi p {
	position:relative;
	top:inherit;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right:inherit;
	left:-2em;
	width:100%;
	height:25.391vw;
	padding:2.865vw 0 4.948vw;
}
.vi p span {
	display:block;
	width:49.479vw;
	margin:0 auto;
}
.bx-viewport {
	height:98.177vw !important;
}
.vi .slider {
	position:relative;
	z-index:1;
	width:94.271%;
	height:98.177vw !important;
	margin:0 auto;
	padding-left:0;
}
.vi .slider .box {
	position:relative;
	z-index:1;
	height:98.177vw !important;
}
.vi .slider .box .slick {
	height:98.177vw !important;
}
.slideobject{
	height:98.177vw !important;
}
.slideobject figure.image{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.slideobject figure.image{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*about*/
.about {
	margin:0 auto;
	margin-bottom:13.021vw;
	width:94.271%;
	height:auto;
	background:url(../img/about_bg_sp.png) no-repeat center center;
	padding-top:7.813vw;
	padding-bottom:9.1145vw;
}
.about h2 {
	width:100%;
	margin:0 auto;
	margin-bottom:6.51vw;
}
.about .com {
	margin-bottom:2.604vw;
}
.about .com p {
	text-align:center;
	font-size:calc(2.8rem / 2);
}
.about .img {
	margin-bottom:3.906vw;
}
.about .btn ul li:first-child {
	margin-right:3.255vw;
}
.about .btn ul li a {
	width:39.063vw;
	height:9.766vw;
	line-height:9.766vw;
	-webkit-border-radius: calc(9.766vw / 2);
	-moz-border-radius: calc(9.766vw / 2);
	border-radius: calc(9.766vw / 2);
}
.about .btn ul li a span {
	font-size:calc(2.4rem / 2);
}
.about .btn ul li a:after {
	right:calc(5.2083vw * .7);
	font-size:calc(2.7rem / 2);
}


/*menu*/
.menu {
	margin:0 auto;
	margin-bottom:13.021vw;
	width:94.271%;
	font-size:1.5rem;
}
.menu h2 {
	position:relative;
	width:100%;
	height:41.146vw;
	background:url(../img/ttl_menu_bg.png) no-repeat center center;
	background-size:cover;
	text-align:center;
	line-height:1.1;
	margin-bottom:4.557vw;
}
.menu h2 span {
	font-size:4.0rem;
}
.menu .com {
	text-align:center;
	margin-bottom:4.557vw;
	line-height:2.0;
}
.menu .menu_bg {
	background:url(../img/menu_bg.png) repeat center center;
	padding:10.417vw 0 10.417vw;	
}
.menu .menu_bg .food {
	width:96%;
	margin-bottom:10.417vw;
}
.menu .menu_bg .food h3 {
	margin-bottom:5.208vw;
}
.menu .menu_bg .food h3 span {
	padding:.4em 0;
	width:calc(41.667vw * .8);
	font-size:2.8rem;
}
.menu .menu_bg .food h3 span:before {
	top:calc(-2.865vw * .7);
	left:calc(-28.646vw * .8);
	/*width:calc(26.042vw * .8);
	height:calc(19.531vw * .8);*/
	width:calc(12.8906vw * 1.6);
	height:calc(9.7656vw * 1.7);
	background:url(../img/icon_food.svg) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .food ul li {
	float:left;
	width:48%;
	margin-right:0;
	margin-bottom:5.208vw;
	padding:2.604vw 2.604vw 5.208vw;
	font-size:1.2rem;
}
.menu .menu_bg .food ul li:nth-child(4n) {
	margin-right:0;
}
.menu .menu_bg .food ul li:nth-child(4n+1) {
	clear:none;
}
.menu .menu_bg .food ul li:nth-last-child(-n+4) {
	margin-bottom:5.208vw;
}
.menu .menu_bg .food ul li:nth-child(2n) {
	float:right;
	margin-right:0;
}
.menu .menu_bg .food ul li:nth-child(2n+1) {
	clear:both;
}
.menu .menu_bg .food ul li:nth-last-child(-n+2) {
	margin-bottom:0;
}
.menu .menu_bg .food ul li span {
	padding-top:3.906vw;
}
.menu .menu_bg .sweets_drink {
	width:96%;
}
.menu .menu_bg .sweets_drink section {
	float: none;
	width:100%;
	margin-bottom: 13.021vw;
}
.menu .menu_bg .sweets_drink section:last-child {
	float: none;
}
.menu .menu_bg .sweets_drink section h3 {
	margin-bottom:10.417vw;
}
.menu .menu_bg .sweets_drink section h3 span {
	padding:.4em 0;
	width:calc(41.667vw * .8);
	font-size:2.8rem;
}
.menu .menu_bg .sweets_drink section.sweets h3 span:before {
	top:3.125vw;
	left:-13.281vw;
	width:10.938vw;
	height:9.635vw;
	background:url(../img/icon_sweets.svg) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .sweets_drink section.drink h3 span:before {
	top:2.865vw;
	left:-11.198vw;
	width:9.635vw;
	height:10.677vw;
	background:url(../img/icon_drink.svg) no-repeat center center;
	background-size:cover;
}
.menu .menu_bg .sweets_drink section .box {
	padding:5.208vw calc(6.51vw * .6) 10.417vw;
}
.menu .menu_bg .sweets_drink section .box p {
	margin-bottom:3.906vw;
}
.menu .menu_bg .sweets_drink section .box ul li {
	padding:0 0;
}


/*rental*/
.rental {
	margin:0 auto;
	margin-bottom:13.021vw;
	width:94.271%;
	font-size:1.5rem;
}
.rental h2 {
	position:relative;
	height:41.146vw;
	background:url(../img/ttl_rental_bg.png) no-repeat center center;
	background-size:cover;
	text-align:center;
	line-height:1.1;
	margin-bottom:4.557vw;
}
.rental h2 span {
	font-size:4.0rem;
}
.rental .com {
	margin-bottom:9.115vw;
}
.rental .box {
	width:100%;
}
.rental .box .img {
	float:none;
	width:100%;
	margin-bottom:5.208vw;
}
.rental .box .box_r {
	float:none;
	width:100%;
}
.rental .box .box_r .tbl {
	margin-bottom:5.208vw;
	padding:0 0 0 2%;
}
.rental .box .box_r .tbl dl dt {
	padding-left:1.2em;
	width:45%;
}
.rental .box .box_r .tbl dl dt:before {
	width:2.604vw;
	height:2.604vw;
}
.rental .box .box_r .caution {
	margin-bottom:5.208vw;
	padding:2.604vw 5.208vw;
	font-size:1.4rem;
}
.rental .box .box_r .ill {
	text-align:center;
}
.rental .box .box_r .ill span {
	width:70%;
	margin:0 auto;
}


/*shop_faq*/
.shop_faq {
	position:relative;
	background:#e6f1de;
	padding:calc(20.833vw * .6) 0;
	font-size:1.5rem;
}
.shop_faq:before {
	position: absolute;
	top:-1px;
	left:0;
	width:100%;
	height:calc(1.042vw * 2);
	background:url(../img/shop_bg_header_sp.png) repeat-x center top;
	background-size:auto 100%;
	content:'';
}
.shop_faq:after {
	position: absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:calc(1.042vw * 2);
	background:url(../img/shop_bg_footer_sp.png) repeat-x center top;
	background-size:auto 100%;
	content:'';
}
.shop_faq .box {
	width:94.271%;
	padding:10.417vw 5.208vw;
}
.shop_faq .box section.shop {
	margin-bottom:10.417vw;
}
.shop_faq .box section .box_l {
	float:none;
	width:100%;
	margin-bottom:10.417vw;
}
.shop_faq .box section .box_r {
	float:none;
	width:100%;
}
.shop_faq .box section.faq .box_l {
	float:none;
	width:100%;
	margin-bottom:0;
}
.shop_faq .box section.faq .box_r {
	float:none;
	width:100%;
	margin-bottom:10.417vw;
}
.shop_faq .box section .box_l .tbl {
	display: block;
	margin-bottom:7.813vw;
}
.shop_faq .box section .box_l .tbl h2 {
	display: block;
	width:calc(41.667vw * .8);
	margin:0 auto;
	margin-bottom:7.813vw;
}
.shop_faq .box section.faq .box_r h2 {
	width:calc(41.667vw * .8);
	margin:0 auto;
	margin-bottom:7.813vw;
}
.shop_faq .box section .box_l .tbl h2 span ,
.shop_faq .box section .box_r h2 span {
	padding:.4em 0;
	width:calc(41.667vw * .8);
	font-size:2.8rem;
}
.shop_faq .box section .box_l p {
	padding-left:5.208vw;
}
.shop_faq .box section .box_l p span i {
	font-size:2.4rem;
}
.shop_faq .box section .box_l table th {
	width:25%;
}
.shop_faq .box section .box_r iframe {
	width:100%;
	height:65.104vw;
}
.shop_faq .box section .box_r dl dt:before ,
.shop_faq .box section .box_r dl dd:before {
	font-size:1.5rem;
}
}


		   