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

a{
	color		: #c30d23;
	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) top center;
	-webkit-background-size: cover;
	background-size: cover;
}


/** header **/

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

nav a{
}

nav a img{
	width: 230px;
	height: auto;
}

main{
	text-align: center;
	margin: 0 0 18px 0;
}

main h2{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #c30d23;
	padding: 0 0 10px 0;
}

main p{
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}

aside{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 0 0 20px 0;
}

aside a{
	display: inline-block;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	background: #7f6230;
	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;
	*/
}



/** shop **/

#shop{
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#shop h3{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Sawarabi Mincho";
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #c30d23;
	margin: 0 0 10px 0;
	padding: 0 30px;
}

#shop h3:before,
#shop h3:after{
	content: '';
	display: inline-block;
	width: 21px;
	height: 14px;
	position: absolute;
	top: calc(50% - 7px);
}

#shop h3:before{
	background: url(../img/all/pt1.png) no-repeat;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
	left: 0;
}

#shop h3:after{
	background: url(../img/all/pt2.png) no-repeat;
	-webkit-background-size: 21px 14px;
	background-size: 21px 14px;
	right: 0;
}

#shop p{
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	margin: 0 0 10px 0;
}

#shop div{
	font-family: "Sawarabi Mincho";
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

#shop div.min:nth-of-type(1){	color: #d3af6f;}
#shop div.min:nth-of-type(2){	color: #c30d23;}


/** about **/

.about{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.about h3{
	display: inline-block;
	font-family: "Sawarabi Mincho";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	background: #57000b;
	border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.about h3:after{
	content: '';
	width: calc(100vw - 20px);
	border-bottom: 1px solid #57000b;
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
}

.about p{
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}


/** link **/

.link{
	border-top: 1px solid #222;
	margin: 0 0 15px 0;
}

.link li{
	border-bottom: 1px solid #222;
}

.link li a{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	background: url(../img/all/i1.png) no-repeat 100% 50% , rgba(0, 0, 0, 0.7);
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
}

.mbanbox{
	width: 90%;
	margin: 0 auto;
}
.mbanbox img{
	max-width: 100%;
	height: auto;
}


/** footer **/

footer{
	position: relative;
	text-align: center;
	padding: 25px 0;
}

footer p{
	font-size: 9px;
	line-height: 14px;
	color: #fff;
}

footer p a{
	color: #fff;
}

.widget .wbox{
	margin-bottom: 10px;
}

.widget .l_ban img{
	width:300px;
	height:auto;
}

.link_box .lbox{
	margin-bottom: 10px;
}

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

main h2,
aside a,
.font1,
footer{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}
