@charset "shift_jis";
*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background	: url(./img/all/bg.jpg) no-repeat top center fixed #fff;
	-webkit-background-size: cover;
	background-size: cover;
}

a{
	color		: #ff568e;
	text-decoration	: none;
}

a:hover{
	color		: #ff568e;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

/***************************************/
/* All */
/***************************************/

body{
	padding-left: 250px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* body */

#body{
	text-align		: left;
}


/* header */

header{
	position: relative;
	height: 50px;
	background:
	url(img/all/header1.png) no-repeat top left,
	url(img/all/header2.png) no-repeat top right;
	background-color: #222;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	color: #666;
	padding: 25px 10px 0 0;
}


/** menu **/

aside{
	display: table;
	width: 250px;
	height: 100vh;
	font-size: 0;
	line-height: 0;
	padding: 0 0 0 20px;
	background: url(img/all/aside.png) no-repeat center right #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

aside #lh2{
	width: 12px;
	height: 100vh;
	background: url(img/all/lh2.png), -webkit-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -moz-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -o-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -ms-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), linear-gradient(0deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 5px;
}

#menu{
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
}

#menu h2{
	height: 80px;
	background: url(img/all/logo.png) no-repeat;
	text-indent: -9999px;
}

#menu p{
	font-size: 13px;
	line-height: 14px;
	padding: 10px 0 20px 0;
}

#menu p em{
	font-size: 11px;
	color: #ff72a4;
}

nav a{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	padding: 10px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

nav a:hover{
	color: #ff568e;
	text-decoration: none;
}

nav a:nth-child(2){
	color: #ff568e;
	background: url(img/all/concept.png) no-repeat center center;
}

nav a:nth-child(2):hover{
	color: #333;
}


/** main **/

main{
	display: block;
	text-align: center;
	position: relative;
}

main .page_title{
	position: relative;
	font-size: 10px;
	line-height: 36px;
	letter-spacing: 3px;
	background: -webkit-linear-gradient(0deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -moz-linear-gradient(0deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -o-linear-gradient(0deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -ms-linear-gradient(0deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: linear-gradient(90deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	height: 180px;
	padding-top: 65px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

main .page_title:after{
	content			: "TOKYO LUXURY DELIVERY HEALTH";
	display			: block;
	clear			: both;
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -123px;
}

main .page_title span{
	position: relative;
	font-size: 32px;
}

main .page_title span:after,
main .page_title span:before{
	content			: "";
	display			: block;
	clear			: both;
	display: inline-block;
	width: 90px;
	border-bottom: 1px solid #000;
}

main .page_title span:before{
	position: absolute;
	bottom: 17px;
	left: -110px;
}

main .page_title span:after{
	position: absolute;
	bottom: 17px;
	right: -110px;
}

#pan{
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	top: 115px;
	left: 0;
}

#cnt{
	text-align: left;
	padding: 60px 0;
}

.l_title{
	color: #333333;
	line-height: 36px;
	text-align: center;
}

.l_title em{
	position: relative;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 1px;
	padding: 0 35px 8px 35px;
	border-bottom: 1px solid #e7aebe;
}

.l_title em:after{
	content			: "";
	display			: block;
	clear			: both;
	height: 13px;
	border-right: 1px solid #e7aebe;
	position: absolute;
	bottom: -7px;
	left: 50%;
}

.l_title span{
	font-size: 11px;
	color: #c57188;
}

/** footer **/

footer{
	clear: left;
	height: 360px;
	border-top: 3px solid #ffc3d4;
	background: url(./img/all/footer.png) no-repeat 50% 30px;
	margin: 0 20px;
}

footer #finfo{
	padding: 75px 0 25px 0;
}

footer #finfo p{
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 25px 0;
}

footer #finfo p em{	color: #89622e;}

footer #finfo div{
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 3px;
	color: #cd869b;
}

#ftop{
	text-align: center;
}

#ftop a{
	position: relative;
	width: 120px;
	height: 30px;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	color: #ffbbcf;
	padding: 10px 0 0 0;
	border-left: 1px solid #ffbbcf;
	border-right: 1px solid #ffbbcf;
	border-bottom: 1px solid #ffbbcf;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ftop a:before{
	content			: "";
	display			: block;
	clear			: both;
	width: 4px;
	height: 4px;
	border-top: 1px solid #ffbbcf;
	border-right: 1px solid #ffbbcf;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#ftop a:hover{
	color: #fff;
	background: #ffbbcf;
}

#ftop a:hover:before{
	border-color: #fff;
}

#textlink{
	width: 600px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 45px auto;
}

#textlink a{
	display: inline-block;
	width: 100px;
	font-size: 10px;
	line-height: 30px;
	color: #89622e;
	text-align: center;
	border-bottom: 1px solid #ffd6e2;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#textlink a:hover{
	color: #181818;
	text-decoration: none;
}

#copyright{
	font-size: 11px;
	line-height: 16px;
	color: #ffbbcf;
	letter-spacing: 1px;
}

#copyright a{
	color: #ffbbcf;
	text-decoration: none;
}


.sat{	color	: #0066ff;}
.sun{	color	: #ff0000;}
.red{	color	: #ff0000;}

.tel{	color	: #6699ff;}
.on{	color	: #ff3333;}
.off{	color	: #999999;}
.next{	color	: #6173a1;}


/** rollover **/

.fade{
	display			: inline-block;
	padding			: 0;
	font-size: 0;
	line-height: 0;
	background		: #ffffff;
}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


/***************************************
FADEIN
****************************************/

/** default **/
.fadein {
	opacity : 0.1;
	transform : translate(0, 30px);
	transition : all 500ms;
}

/** in **/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('fonts/PlayfairDisplaySC-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('fonts/JosefinSans-Regular.ttf') format("truetype");
}


.font1,
aside #lh2,
.page_title,
.l_title em,
footer #finfo div{
	font-family: FontA;
}

.font2,
.i1,.i2,.i3,
nav span,
#sub span,
footer h2,
#ftop a,
#copy,#des{
	font-family: FontB;
	font-weight: normal;
}
