@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */
::selection {
	color:#FFFFFF;
	background:rgba(255,215,0,.7);
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo" ,"Droid Sans","ＭＳ ゴシック", sans-serif;
	color:#fff;
	background:#00204d;
	text-align:center;
}
#outer {
	height:100%;
}
#head-section {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center bottom;
	position:relative;
}

/************
webフォント
************/
@font-face {
  font-family: 'tend';
  src: url('../font/tenderness.otf'),
  	url('../font/tenderness.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  	url('../font/tenderness.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3?5 */
}

.tend {
	font-family:tend;/*
	letter-spacing:.2em;*/
}

/************
header
************/

header {
	position:fixed;
	width:100%;
	height:110px;
	z-index:99;
}
header h1 {
	height:30px;
	background:rgba(255,255,255,.55);
	text-align:center;
}
header h1 a {
	display:block;
	height:30px;
	width:209px;
	position:absolute;
	top:19px;
	left:50%;
	margin-left:-105px;
}
header nav {
	height:80px;
	background:rgba(0,32,77,.55);
}
header nav ul {
	width:700px;
	margin:auto;
}
header nav ul li {
	width:25%;
	height:80px;
	float:left;
	padding-top:45px;
}
header nav ul li a {
	display:block;
	text-align:center;
	width:100%;
	line-height:35px;
	color:#fff;
	font-size:18px;
}
header nav ul li a:hover {
	text-shadow:0 0 5px #fff, 0 0 15px #fff, 0 0 30px #fff;
}
/************
コンテンツエリア共通
************/
.out-side {
	width:100%;
	padding-top:100px;
}
.in-side {
	width:1000px;
	margin:auto;
}
.out-side .in-side h2 {
	font-size:32px;
	margin-bottom:50px;
}
.out-side .in-side .intro {
	padding:0 25px 25px 25px;
}
/************
concept
************/
.out-side#concept {
	background:url(../images/bg-concept.png) no-repeat bottom;
	width:100%;
	height: 1450px;
	background-size:100% ;
	padding-bottom:50px;
}
.twin-wrap {
	width:1000px;
	margin-top:30px;
}
.twin-box {
	width:480px;
	height:auto;
	min-height:240px;
	float:left;
	background:url(../images/bg-flex.png) repeat-y;
	background-size:100%;
	padding:0 40px;
	text-align:left;
	margin:auto;
}
.twin-box a{
		display: block;
		font-size: 18px;
	    margin: 10px auto;
	    width: 250px;
	    height: 40px;
	    border: solid 1px #FFF;
	    color: #FFF;
	    text-align: center;
	    line-height: 40px;
}
.twin-box section{
	position: relative;
}
.twin-box section:after{
	content: "";
	display: block;
	width: 66px;
	height: 128px;
	background: url(../images/silhouette.png)no-repeat;
	position: absolute;
	top: 90px;
	right: 10px;
}
.twin-box:last-child section:after{
	width: 128px;
	background: url(../images/silhouette-2.png)no-repeat;
}
.twin-box a:hover{
	background: url(../images/pattern-paper.png);
	color: #000;
	font-weight: bold;
}
.twin-box:last-child {
	margin-left:40px;
}
.twin-box h3 {
	font-size:24px;
	margin-bottom:15px;
}
.twin-box p {
	text-indent:1em;
	line-height:2em;
	font-size:14px;
}
#concept-bottom p {
	line-height:2em;
}
/************
menu
************/
.out-side#menu .in-side {
	width:100%;
	margin:auto;
}
#menu-wrap {
	position:relative;
	width:100%;
}
#menu-wrap:before {
	content:'';
	display:block;
	padding-top:46%;
}
#menu-box {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
#menu-content-1,
#menu-content-2,
#menu-content-3,
#menu-content-4 {
	float:left;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
#menu-content-1 {
	width:38.1%;
	height:102%;
	margin-right:1.9%;
	background:url(../images/pairsheet.jpg) no-repeat;
	background-size:cover;
	background-position:bottom;
}
#menu-content-2 {
	width:60%;
	height:49.05%;
	margin-bottom:1.9%;
	background:url(../images/cafe-menu.jpg);
	background-position:center;
}

#menu-content-3,
#menu-content-4 {
	width:29.05%;
	height:49.05%;
}
#menu-content-3 {
	margin-right:1.9%;
	background:url(../images/dinner-menu.jpg);
}
#menu-content-4 {
	background:url(../images/couple-menu.jpg)no-repeat;
    background-position: 50% 0%;
}
#menu-content-1 a,
#menu-content-2 a,
#menu-content-3 a,
#menu-content-4 a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	text-align:left;
	font-size:32px;
	padding:0 0 0 32px;
	transition:.2s;
}
#menu-content-2 a {
	color:#00204d;
}
#menu-content-1 a span,
#menu-content-2 a span,
#menu-content-3 a span,
#menu-content-4 a span{
	position:absolute;
	top:-100px;
	opacity:0;
	visibility:hidden;
	line-height:3em;
	text-align:center;
	transition:.5s;
}
#menu-content-1 a span {
	text-align:left;
}
#menu-content-1 a span i {
    font-size: 16px;
    font-style: normal;
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo" ,"Droid Sans","ＭＳ ゴシック", sans-serif;
}
#menu-content-1 a span #wd-limited {
	display:inline-block;
	width:115px;
	height:30px;
	border: double 3px #fff;
	line-height:30px;
	text-align:center;
	font-size:14px;
	margin:0 0 0 15px;
	position:relative;
	bottom:2px;
}
#menu-content-1 .hov-icon.p-1 {
	position:absolute;
	bottom:160px;
	opacity:0;
	left:10%;
	transition:.5s;
	transition-delay:.3s;
}
#menu-content-1 .hov-icon.p-2 {
	position:absolute;
	bottom:160px;
	opacity:0;
	left:50%;
	transition:.5s;
	transition-delay:.5s;
}
#menu-content-1 .hov-icon.p-3 {
	position:absolute;
	bottom:-160px;
	opacity:0;
	left:30%;
	transition:.5s;
	transition-delay:.5s;
}
#menu-content-1 a:hover~.hov-icon.p-1{
	bottom:400px;
	opacity:1;
}
#menu-content-1 a:hover~.hov-icon.p-2 {
	bottom:210px;
	opacity:1;
}
#menu-content-1 a:hover~.hov-icon.p-3 {
	bottom:100px;
	opacity:1;
}
#menu-content-2 .hov-icon.d-1,
#menu-content-2 .hov-icon.d-2,
#menu-content-2 .hov-icon.d-3 {
	position:absolute;
	bottom:20px;
	opacity:0;
	transition:.5s;
}
#menu-content-2 .hov-icon.d-1 {
	left:15%;
}
#menu-content-2 .hov-icon.d-2 {
	left:42%;
	transition-delay:.3s;
}
#menu-content-2 .hov-icon.d-3 {
	left:70%;
	transition-delay:.6s;
}
#menu-content-2 a:hover~.hov-icon.d-1,
#menu-content-2 a:hover~.hov-icon.d-2,
#menu-content-2 a:hover~.hov-icon.d-3{
	bottom:80px;
	opacity:1;}
.hov-icon.d-1:hover,
.hov-icon.d-2:hover,
.hov-icon.d-3:hover{
	bottom:80px;
	opacity:1;}


#menu-content-1 a:hover,
#menu-content-2 a:hover,
#menu-content-3 a:hover,
#menu-content-4 a:hover {
	background:rgba(0,0,0,.3);
}
#menu-content-1 a:hover span,
#menu-content-2 a:hover span,
#menu-content-3 a:hover span,
#menu-content-4 a:hover span {
	top:20px;
	opacity:1;
	visibility:visible;
	line-height:1em;
}
/************
access
************/
.out-side#access .in-side {
	width:100%;
	margin:auto;
}
#tripple-wrap {
	width:1000px;
	margin:30px auto 40px auto;
}
.tripple-box {
	width:314px;
	height:188px;
	float:left;
	margin-right:29px;
	background:url(../images/access.png);
	list-style-type:none;
	position:relative;
	padding:40px 23px 23px 23px;
	font-size:14px;
	line-height:2em;
}
.tripple-box a {
    color: #fff;
    text-decoration: underline;
    transition: .3s;
}
.tripple-box a:hover {
    color: rgba(255,215,0,1);
    text-decoration: none;
}
.tripple-box:last-child {
	margin-right:0;
}
.tripple-box h3 {
	position:absolute;
	left:30px;
	top:-20px;
	display:inline-block;
	font-size:60px;
}
/************
infomation
************/

#info .twin-box {
	background:url(../images/bg-flex.png) repeat-y;
	background-size:100%;
	min-height:0px;
	height:auto;
	padding:0 15px;
}
	.twin-box:before {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/top.png) no-repeat;
		background-size:100%;
		position:absolute;
		background-position:bottom;
		top:-30px;
		left:0;
	}
	.twin-box:after {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/bottom.png) no-repeat;
		background-position:top;
		background-size:100%;
		position:absolute;
		bottom:-30px;
		left:0;
	}
#info .twin-box a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	border: none;
}
#info .twin-box a:hover {
	opacity:.8;
	background:none;
	font-weight:normal;
}
#info .twin-box a h3 {
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
}
#info .twin-box a img {
	display:block;
	width:130px;
	height:170px;
	float:left;
}
#info .twin-box a p{
	padding-left:140px;
}
#info .twin-box:first-child a p {
    padding: 10px;
}
#info .twin-box section:after{
	background: none;
	}

/************
footer
************/
footer a {
	display:inline-block;
	width:370px;
	height:140px;
	font-size:45px;
	font-weight: normal;
	letter-spacing: 2px;
	margin:80px auto 50px auto;
	color:#fff;
	background:url(../images/footer-tel.png) no-repeat;
	vertical-align:bottom;
	line-height:200px;
}
footer p {
	display:block;
	height:100%;
	background:#000;
	line-height:50px;
	text-align:center;
}
/************
MARQUEE
************/
.marqueeRightLeft {
	width:100%;
	height:30px;
	line-height:30px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	color:#fff;
	background:rgba(227,117,14,.5);
	position:absolute;
	bottom:40px;
}
.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p a {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	color:#fff;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:15s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:15s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:15s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:15s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:15s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}
/************
スクロールイベント
************/
.aan-par {
	position:relative;
}
.an-obj-1,
.an-obj-2,
.an-obj-3 {
	transition:1s;
	position:relative;
	bottom:35px;
}
.an-obj-1:nth-child(2),
.an-obj-2:nth-child(2),
.an-obj-3:nth-child(2) {
		transition-delay:.2s;
}
.an-obj-2:nth-child(3) {
		transition-delay:.4s;
}
@media screen and (max-width:1000px) {
/************
コンテンツエリア共通
************/
	.in-side {
		width:95%;
	}
/************
concept
************/
	.out-side#concept {
		background:url(../images/bg-concept.png) no-repeat bottom;
		width:100%;
		height: 1100px;
		background-size:100%;
		padding-bottom:50px;
	}
	.twin-wrap {
		width:100%;
		min-height:0;
		margin-top:30px;
	}
	.twin-box {
		width:47.5%;
		min-height:0;
		height:auto;
		padding:0 20px;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
	}
	.twin-box:before {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/top.png) no-repeat;
		background-size:100%;
		position:absolute;
		background-position:bottom;
		top:-30px;
		left:0;
	}
	.twin-box:after {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/bottom.png) no-repeat;
		background-position:top;
		background-size:100%;
		position:absolute;
		bottom:-30px;
		left:0;
	}
	.twin-box:last-child {
		margin-left:5%;
	}
	.twin-box h3 {
		font-size:16px;
	}
	.twin-box p {
		font-size:12px;
	}
	.twin-box section:after{
		top: 5%;
    	right: 10px;
	}
	#concept-bottom {
		width:100%;
		min-height:250px;
		margin:280px auto 0 auto;
		padding:40px 30px;
		background:url(../images/frame-bottom.png) no-repeat;
		background-size:100%;
	}
	#concept-bottom p {
		line-height:2em;
		font-size:12px;
	}
/************
menu
************/
	#menu-content-1 {
		background-size:cover;
		background-position:bottom center;
	}
	#menu-content-2 {
		background:url(../images/cafe-menu.jpg);
		background-position:center;
	}
	#menu-content-3 {
		background:url(../images/dinner-menu.jpg);
		background-size:auto 100%;
		background-position:bottom;
	}
	#menu-content-4 {
		background:url(../images/couple-menu.jpg)no-repeat;
		background-position: 50% top;
		background-size:cover;
	}
	#menu-content-1 a,
	#menu-content-2 a,
	#menu-content-3 a,
	#menu-content-4 a{
		font-size:20px;
		padding:0 0 0 15px;
		transition:.2s;
	}
	#menu-content-2 a {
		color:#00204d;
	}
	#menu-content-1 a span,
	#menu-content-2 a span,
	#menu-content-3 a span,
	#menu-content-4 a span{
		position:absolute;
		top:15px;
		opacity:1;
		visibility:visible;
		line-height:1em;
		transition:.5s;
	}
    #menu-content-1 a span i {
        line-height: 1.8em;
        font-size: 12px;
    }
	#menu-content-1 a span #wd-limited {
		width:90px;
		height:24px;
		line-height:24px;
		font-size:12px;
		margin:0 0 0 10px;
	}
	#menu-content-1 .hov-icon.p-1,
	#menu-content-1 .hov-icon.p-2,
	#menu-content-1 a:hover~.hov-icon.p-1,
	#menu-content-1 a:hover~.hov-icon.p-2,
	#menu-content-2 .hov-icon.d-1,
	#menu-content-2 .hov-icon.d-2,
	#menu-content-2 .hov-icon.d-3,
	#menu-content-2 .hov-icon.d-1,
	#menu-content-2 .hov-icon.d-2,
	#menu-content-2 .hov-icon.d-3,
	#menu-content-2 a:hover~.hov-icon.d-1,
	#menu-content-2 a:hover~.hov-icon.d-2,
	#menu-content-2 a:hover~.hov-icon.d-3,
	.hov-icon.d-1:hover,
	.hov-icon.d-2:hover,
	.hov-icon.d-3:hover{
		display:none;
	}
	#menu-content-1 a:active,
	#menu-content-2 a:active,
	#menu-content-3 a:active,
	#menu-content-4 a:active {
		background:rgba(0,0,0,.3);
		top:-500px;
	}
	#menu-content-1 a:hover span,
	#menu-content-2 a:hover span,
	#menu-content-3 a:hover span,
	#menu-content-4 a:hover span {
		top:-200px;
		opacity:0;
		visibility:hidden;
		line-height:30em;
	}
/************
access
************/
	#tripple-wrap {
		width:95%;
	}
	.tripple-box {
		width:32%;
		min-height:120px;
		height:auto;
		margin-right:2%;
		background:url(../images/bg-flex-2.png) repeat-y;
		background-size:100%;
		padding:0 15px;
		font-size:12px;
		text-align:left;
	}
	.tripple-box:before {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/top-2.png) no-repeat;
		background-size:100%;
		position:absolute;
		background-position:bottom;
		top:-30px;
		left:0;
	}
	.tripple-box:after {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/bottom-2.png) no-repeat;
		background-position:top;
		background-size:100%;
		position:absolute;
		bottom:-30px;
		left:0;
	}
	.tripple-box h3 {
		top:-40px;
	}
/************
infomation
************/
	#info .twin-box {
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		padding:0 20px;
	}
	#info .twin-box a:active {
		opacity:.8;
	}
	#info .twin-box a h3 {
		font-size:14px;
	}
	#info .twin-box a img {
		width:25%;
		height:auto;
	}
	#info .twin-box a p{
		padding-left:27%;
	}
}
@media screen and (max-width:770px) {
header nav ul {
	width:100%;
	margin:auto;
}

/************
concept
************/
	.out-side#concept {
		background:url(../images/bg-concept.png) no-repeat bottom;
		width:100%;
	    height: 1200px;
		background-size:100%;
		padding-bottom:20px;
	}
	.twin-wrap {
		width:100%;
		margin-top:30px;
	}
	.twin-box {
		width:65%;
		min-height:0;
		height:auto;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		padding:0 25px;
		float:none;
		margin:0 auto 90px auto;
	}
	.twin-box:before {
	content:'';
	display:block;
	width:100%;
	min-height:30px;
	max-height:60px;
	background:url(../images/top.png) no-repeat;
	background-size:100%;
	position:absolute;
	background-position:bottom;
	top:-30px;
	left:0;
	}
	.twin-box:after {
	content:'';
	display:block;
	width:100%;
	min-height:30px;
	max-height:60px;
	background:url(../images/bottom.png) no-repeat;
	background-position:top;
	background-size:100%;
	position:absolute;
	bottom:-30px;
	left:0;
	}
	.twin-box:last-child {
		margin-left:auto;
		margin-top:20px;
	}
	.twin-box h3 {
		font-size:14px;
		margin-bottom:5px;
	}
	.twin-box p {
		font-size:12px;
	}
	.twin-box section:after{
		top: 0;
    	right: 5%;
	}
	#concept-bottom {
		margin:130px auto 0 auto;
		min-height:0px;
		padding: 30px;
		background:url(../images/frame-bottom.png) no-repeat;
		background-size:100%;
	}
	#concept-bottom p {
		line-height:2em;
		font-size:12px;
	}
/************
menu
************/
	#menu-content-1 a,
	#menu-content-2 a,
	#menu-content-3 a,
	#menu-content-4 a{
		font-size:18px;
		text-shadow:1px 1px 1px #000;
	}
	#menu-content-1 a span #wd-limited {
		width:80px;
	}
/************
access
************/
	#tripple-wrap {
		width:95%;
	}
	.tripple-box {
		width:32%;
		height:auto;
		margin-right:2%;
		background:url(../images/bg-flex-2.png) repeat-y;
		background-size:100%;
		padding:5px 14px;
		line-height:2em;
		font-size:12px;
		text-align:left;
	}
	.tripple-box h3 {
		left:20px;
		top:-30px;
		font-size:50px;
		font-weight:100;
	}

/************
infomation
************/
	#info .twin-box {
		width:65%;
		min-height:240px;
		height:auto !important;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		padding:0 15px;
		float:none;
		margin:0 auto 90px auto;
	}
	#info .twin-box a h3 {
		font-size:14px;
		margin-bottom:10px;
	}
	#info .twin-box a img {
		width:30%;
		height:auto;
	}
	#info .twin-box a p{
		padding-left:32%;
	}
}
@media screen and (max-width:420px) {

/************
header
************/
header {
	height:55px;
}
header h1 {
	height:15px;
}
header h1 a {
	height:auto;
	width:150px;
	top:7px;
	margin-left:-75px;
}
header h1 a img {
	width:100%;
	height:auto;
}
header nav {
	height:50px;
}
header nav ul {
	width:100%;
}
header nav ul li {
	width:25%;
	height:50px;
	padding-top:24px;
}
header nav ul li a {
	font-size:14px;
}
header nav ul li a:active {
	text-shadow:0 0 5px #fff, 0 0 15px #fff, 0 0 30px #fff;
}
/************
concept
************/
	.out-side#concept {
		background:url(../images/pairsheet.png) no-repeat bottom;
		width:100%;
		height: 1300px;
		background-size:100%;
		padding-bottom:20px;
	}
	.twin-box {
		width:100%;
		min-height:0 !important;
		height:auto;
		margin-bottom:90px;
		padding:0 20px;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		position:relative;
	}
	.twin-box:last-child {
		margin-left:auto;
		margin-top:20px;
	}
	#concept-bottom {
		margin:150px auto 0 auto;
		min-height:0px;
		height:auto;
		padding:0 20px;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		position:relative;
	}
	#concept-bottom p {
		line-height:1.5em;
		font-size:12px;
	}
	#concept-bottom:before {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/top.png) no-repeat;
		background-size:100%;
		position:absolute;
		background-position:bottom;
		top:-30px;
		left:0;
	}
	#concept-bottom:after {
		content:'';
		display:block;
		width:100%;
		min-height:30px;
		max-height:60px;
		background:url(../images/bottom.png) no-repeat;
		background-position:top;
		background-size:100%;
		position:absolute;
		bottom:-30px;
		left:0;
	}
	.twin-box section:after {
    top: 15%;
    right: 5%;
}

/************
menu
************/
	#menu-content-1 a,
	#menu-content-2 a,
	#menu-content-3 a,
	#menu-content-4 a{
		font-size:18px;
		text-shadow:1px 1px 1px #000;
	}
	#menu-content-1 a span #wd-limited {
		width:80px;
	}
	#menu-wrap:before {
		content:'';
		display:block;
		padding-top:300%;
	}
	#menu-content-1 {
		width:100%;
		height:24%;
		margin-right:0;
		margin-bottom:1%;
		background:url(../images/pairsheet.jpg);
		background-size:cover;
		background-position:50%;
	}
	#menu-content-2 {
		width:100%;
		height:24%;
		margin-bottom:1%;
		background:url(../images/cafe-menu.jpg);
		background-position:center;
		background-size:cover;
	}
	#menu-content-3,
	#menu-content-4 {
		width:100%;
		height:24%;
		margin-bottom:1%;
	}
	#menu-content-3 {
		margin-right:0;
		background:url(../images/dinner-menu.jpg);
    	background-position: 0;
	}
	#menu-content-4 {
		background:url(../images/couple-menu.jpg)no-repeat;
		background-position: top center;
        background-size: 100%;
	}
#menu-content-1 a,
#menu-content-2 a,
#menu-content-3 a,
#menu-content-4 a{
	font-size:32px;
	padding:0 0 0 15px;
}
/************
access
************/
	#tripple-wrap {
		width:95%;
	}
	.tripple-box {
		width:80%;
		min-height:100px;
		margin:0 auto 90px auto !important;
		background:url(../images/bg-flex-2.png) repeat-y;
		background-size:100%;
		padding:0 20px ;
		line-height:2em;
		font-size:12px;
		text-align:left;
		float:none;
	}
	.tripple-box h3 {
		font-size:50px;
		top:-40px;
	}
/************
infomation
************/
	#info .twin-box {
		width:100%;
		min-height:100px !important;
		height:auto;
		background:url(../images/bg-flex.png) repeat-y;
		background-size:100%;
		padding:015px;
		float:none;
		margin:0 auto 90px auto;
	}

	#info .twin-box a h3 {
		font-size:12px;
		margin-bottom:10px;
	}
#info .twin-box a {
	height:auto;}
	#info .twin-box a img {
		width:25%;
		height:auto;
	}
	#info .twin-box a p{
		padding-left:27%;
		font-size:10px;
		display:block;
		height:auto;
	min-height:100px;
	}
/************
footer
************/
footer a {
	display:inline-block;
	width:90%;
	height:auto;
	font-size:50px;
	margin:80px auto 0px auto;
	color:#fff;
	background:url(../images/footer-tel.png) no-repeat;
	background-size:100%;
	vertical-align:bottom;
	line-height:200px;
	font-weight:100;
}
footer p {
	display:block;
	height:100%;
	background:#000;
	line-height:50px;
	text-align:center;
}


}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */