
/* ==============================================================================
    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: #fff1b1;
}

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/all/bg.jpg) top center #fff;
	-webkit-background-size: 250px 250px;
	background-size: 250px 250px;
}

header{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(320 / 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{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-top: calc(-80 / 320 * 100%);
	position: relative;
	z-index: 2;
}

nav a img{
	width: 80%;
	height: auto;
}

main{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #eac82c;
	border-bottom: 1px solid #eac82c;
	box-shadow:0px 3px 0px 0px rgba(255, 217, 39, 0.75);
	-moz-box-shadow:0px 3px 0px 0px rgba(255, 217, 39, 0.75);
	-webkit-box-shadow:0px 3px 0px 0px rgba(255, 217, 39, 0.75);
	background: url(../img/index/main.gif) top center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}

main p{
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #996600;
}

main h2{
	font-weight: bold;
	margin: 0 0 10px 0;
}

aside{
	text-align: center;
	padding: 15px 0 20px 0;
}

aside a{
	display: inline-block;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	padding: 5px 0;
	background: rgba(255, 75, 0, 0.9);
	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;
}

.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: 30px 0 15px 0;
	background: url(../img/all/footer.gif) repeat-x top center #ffd927;
	-webkit-background-size: 2px 20px;
	background-size: 2px 20px;
}

footer p{
	font-size: 11px;
	line-height: 16px;
	color: #996600;
}

footer p a{
	color: #996600;
}

.widget{
	margin-bottom: 10px;
}


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

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

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

.top_telopen p,
footer,
.font1{
	font-family: FontA;
}

.font2{
	font-family: FontB;
}

.font3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}