
/* ==============================================================================
    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;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

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

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #fff}
a[href^="tel:"]:hover{	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;
}


/*=================================================
 * CSS for PC
 * ================================================= */

 body{
 	position: relative;
 	overflow: hidden;
 	min-width: auto;
 	background: url(../img/index/bg.jpg) no-repeat top center;
 	-webkit-background-size: cover;
 	background-size: cover;
 }
 /*
 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;
 	-webkit-background-size: cover;
 	background-size: cover;
 }
*/
a[href^="tel:"] { cursor: pointer;}

/** header **/
header{
	width: 100%;
	height: auto;
	position: static;
	padding-top: calc(105 / 320 * 100%);
	background: url(../img/index/header.png) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
header h1{
	width: 100%;
	font-size: 10px;
	line-height: 12px;
	color: #ccc;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 0;
}


/** main **/

main{
	text-align: left;
}

.bgimg{
	font-size: 0;
	line-height: 0;
}
.bgimg img{
	width: 100%;
	height: auto;
}

.info{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-family: "FontA";
	width: 90px;
	height: 90px;
	color: #fff;
	text-align: left;
	background: #0e67c1;
	border-radius: 50%;
	margin-left: 10px;
	padding-left: 9px;
	margin-bottom: 12vw; /** !!!!! **/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.info .open{
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 2px 0;
}

.info .open span{	color: #000;}

.info .tel{
	font-size: 12px;
	line-height: 14px;
}

.info .tel span{
	font-size: 10px;
	color: #000;
}



/** menu **/

nav{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

nav p{	margin: 0 0 10px 0;}
nav a{
	display: inline-block;
	vertical-align: top;
}
nav a img{
	width: 100%;
	height: auto;
}

.enter{
	background: rgba(255, 255, 255, 0.9);
}

.dt{
	padding: 0 10px;
}
.exit img{
	width: 140px;
	height: auto;
}

.dt,
.exit{
	-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;
}


.dt:hover,
.exit:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.enter a{
	-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;
	animation: rexanime 1.5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes rexanime {
	0% {opacity: 1; filter: alpha(opacity=100);}
	30% {opacity: 1; filter: alpha(opacity=100);}
	50% {opacity: 0; filter: alpha(opacity=0);}
	70% {opacity: 1; filter: alpha(opacity=100);}
	100% {opacity: 1; filter: alpha(opacity=100);}
}



/** link **/

.link{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 10px;
}
.link a{	margin-bottom: 3px;}

.link_in{	margin-bottom: 5px;}

.link a img{
	max-width: 468px;
	height: auto;
}
.link .bnr468 img{
	width: 100%;
}



/** footer **/

footer{
	text-align: center;
}

footer #copyright{
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	color: #767676;
	padding: 7px 0;
}

footer #copyright a{	color: #767676;}
footer #copyright a:hover{	text-decoration: none;}

br.pc_none{	display: none;}


.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-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:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


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

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

