
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	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: #fff;
}

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

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

ul{
	list-style-type	: none;
}

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

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffe6ed 100%);
	background: -moz-linear-gradient(90deg, #ffffff 0%, #ffe6ed 100%);
	background: -o-linear-gradient(90deg, #ffffff 0%, #ffe6ed 100%);
	background: -ms-linear-gradient(90deg, #ffffff 0%, #ffe6ed 100%);
	background: linear-gradient(0deg, #ffffff 0%, #ffe6ed 100%);
}


/** header **/

header{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(150 / 320 * 100%);
	background: url(../img/all/header.png) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

header h1{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/** nav **/

nav{
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 3px 0;
	border-top: 1px solid #ffdce6;
	border-bottom: 1px solid #ffdce6;
	background: #ffeaf0;
}

nav div{
	border-top: 1px solid #ffd4e1;
	border-bottom: 1px solid #ffd4e1;
	background: -webkit-linear-gradient(90deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -moz-linear-gradient(90deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -o-linear-gradient(90deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: -ms-linear-gradient(90deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
	background: linear-gradient(0deg, #fff0f4 0%, #ffffff 50%, #fff0f4 100%);
}

nav a{
	display: inline-block;
	width: 25%;
	height: 56px;
	position: relative;
	border-top: 1px solid #fff8fa;
	border-bottom: 1px solid #fff8fa;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a:nth-child(1){	background: url(../img/all/menu.png) no-repeat 50% 0;-webkit-background-size: 80px 224px;background-size: 80px 224px;}
nav a:nth-child(2){	background: url(../img/all/menu.png) no-repeat 50% -56px;-webkit-background-size: 80px 224px;background-size: 80px 224px;}
nav a:nth-child(3){	background: url(../img/all/menu.png) no-repeat 50% -112px;-webkit-background-size: 80px 224px;background-size: 80px 224px;}
nav a:nth-child(4){	background: url(../img/all/menu.png) no-repeat 50% -168px;-webkit-background-size: 80px 224px;background-size: 80px 224px;}

nav a:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 2px;
	height: 58px;
	position: absolute;
	top: -1px;
	right: 0;
	background: url(../img/all/nav.gif) no-repeat;
	-webkit-background-size: 2px 56px;
	background-size: 2px 56px;
}

nav a:last-child:after{
	display: none;
}


/** main **/

main{
	text-align: left;
	padding: 0 0 10px 0;
}

.top_telopen{
	font-size: 10px;
	line-height: 38px;
	text-align: center;
	color: #f098b6;
	background: #222;
}

.top_telopen span{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.top_telopen em,
.top_telopen a{
	font-size: 15px;
	color: #fff;
}

.page_title{
	position: relative;
	text-align: center;
	height: 110px;
	font-size: 11px;
	line-height: 18px;
	padding: 40px 0 0 0;
	border-bottom: 1px solid #ffd4e1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em{
	display: inline-block;
	font-size: 28px;
	position: relative;
}

.page_title:after{
	content: "TOKYO LUXURY DELIVERY HEALTH";
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 2px;
	color: #f098b6;
	position: absolute;
	top: 18px;
	left: calc(50% - 110px);
}

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

.page_title em:before{
	position: absolute;
	top: 10px;
	left: -40px;
}

.page_title em:after{
	position: absolute;
	top: 10px;
	right: -40px;
}

.title{
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	position: relative;
	padding: 5px 0 7px 0;
	border-top: 1px solid #ffdce6;
	border-bottom: 1px solid #ffdce6;
	box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	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%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.title em{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	color: #4d3b27;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
}

.s_title{
	font-size: 16px;
	line-height: 20px;
	color: #4d3b27;
	text-align: center;
	position: relative;
	padding: 13px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2eee2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2eee2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2eee2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2eee2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eee2',GradientType=0 ); /* IE6-9 */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title:before{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	border-top: 1px solid #d6caac;
	position: absolute;
	top: -2px;
	left: 0;
}

.s_title:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	border-top: 1px solid #d6caac;
	position: absolute;
	bottom: -2px;
	left: 0;
}


/** aside **/

.imenu{
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.imenu ul{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

.imenu ul li{
	display: block;
	width: 50%;
	float: left;
	border-bottom: 1px solid #ffdce6;
	background: url(../img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.imenu ul li:nth-child(even){
	border-left: 1px solid #ffdce6;
}

/*
.imenu ul li:last-child{
	width: 100%;
	border-bottom: 1px solid #efe1c6;
}
*/

.imenu ul li a{
	display: block;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: left;
	color: #333;
	padding: 0 0 0 10px;
}

.imenu ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.tmenu{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding: 10px 0;
}

.telopen_bg{
	display: table;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px auto;
}

.telopen{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 4px;
	border: 1px solid #ffdce6;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: #fff1f5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.telopen div{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	color: #333;
	padding: 10px 0;
	border: 1px solid #ffdce6;
	background: #fff;
	box-shadow:0px 0px 0px 3px #fff3f6 inset;
	-moz-box-shadow:0px 0px 0px 3px #fff3f6 inset;
	-webkit-box-shadow:0px 0px 0px 3px #fff3f6 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.telopen div h2{
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #574633;
}

.telopen div p a{	color: #333;}
.telopen div p em{	color: #b09246;}

.telopen div p:nth-child(2){
	font-size: 31px;
	line-height: 31px;
}

.telopen div p:nth-child(2) em{
	font-size: 16px;
	line-height: 16px;
}

.telopen div p:nth-child(3){
	font-size: 16px;
}

.telopen div p:nth-child(3) em,
.telopen div p:nth-child(3) span{
	font-size: 10px;
}


/** footer **/

footer{
	position: relative;
	text-align: center;
	padding: 29px 0 25px 0;
	border-top: 5px solid #ffc1d3;
}

footer p{
	font-size: 9px;
	line-height: 15px;
	color: #ffbbcf;
}

footer p a{
	color: #ffbbcf;
}

.error,
.result{
	text-align: center;
	padding: 80px 0;
	background: rgba(255,255,255,0.8);
}

.error span{
	color: #ff0000;
}


/***************************************
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");
}


.page_title,
.title,
.s_title,
.top_telopen em,
.top_telopen a,
.telopen,
.font0{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}


.page_title em,
.page_title:after,
.title em,
.top_telopen span,
.telopen h2,
.telopen em,
.font1{
	font-family: "FontA";
}

footer{
	font-family: "FontB";
}


/**

{
	font-size: 10px;
	line-height: 20px;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
}

**/
