
/* ==============================================================================
    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-color: #fff;
}

a{
	color		: #cc0000;
	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{
}

/*
body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(../img/index/bg.jpg) no-repeat top center #fff;
	-webkit-background-size: cover;
	background-size: cover;
}
*/

header{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(370 / 320 * 100%);
	background: url(../img/index/logo.png) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

header h1{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -300px;
}

nav{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px;
	position: relative;
	z-index: 2;
	background: rgba(255, 247, 249, 0.95);
}

nav a img{
	width: 100%;
	max-width: 600px;
}

main{
	font-size: 10px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height: 14px;
	text-align: center;
	padding: 20px 0;
}

main p{
	font-size: 10px;
	line-height: 16px;
}

main h2{
	font-weight: bold;
	color: #89622e;
	margin: 0 0 10px 0;
}

aside{
	text-align: center;
	padding: 0 0 20px 0;
}

aside a{
	display: inline-block;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 25px 0;
	padding: 5px 0;
	background: #89622e;
	box-shadow: 0px 3px 0px 0px #6a4c24;
	border-radius: 3px;
	/*
	box-shadow:0px 2px 0px 0px #5b0707;
	-moz-box-shadow:0px 2px 0px 0px #5b0707;
	-webkit-box-shadow:0px 2px 0px 0px #5b0707;
	*/
}


/** link **/

.link{
	border-top: 1px solid #ddd;
	margin: 0 0 15px 0;
	background: #fff;
}

.link li{
	border-bottom: 1px solid #ddd;
}

.link li a{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	background: url(../img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
}


/** footer **/

footer{
	position: relative;
	text-align: center;
	padding: 25px 0;
}

footer p{
	font-size: 9px;
	line-height: 15px;
	color: #ffbbcf;
}

footer p a{
	color: #ffbbcf;
}

/***************************************
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");
}

footer{
	font-family: "FontB";
}
