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

i, em{
	font-style		: normal;
}


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

body{
	overflow: hidden;
	min-width: 1100px;
	background: url(../img/index/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

/** header **/

header{
	position: relative;
	width: 1130px;
	height: 424px;
	margin: 0 auto;
	background: url(../img/index/logo.png) no-repeat top center;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #0099ff;
	text-align: center;
	padding: 10px 0 0 0;
}




/** menu **/

nav{
	margin: 0 0 30px 0;
}

nav a.fade{}

nav p{
	font-family: serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 30px 0;
	text-shadow:0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff;
}

nav p a{	text-decoration: underline;}
nav p a:hover{	text-decoration: none;}

nav a.eng{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 6px 0;
	border: 2px solid #a6dcff;
	background: rgba(55, 177, 255, 0.9);
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a.eng:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** main **/

main{
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#info{
	width: 700px;
	background: url(../img/index/info.png) no-repeat top center rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	margin: 0 auto 30px auto;
	padding: 10px 0;
}

#info h2{
	font-size: 13px;
	line-height: 20px;
}

#info p{
	font-family: serif;
	font-size: 16px;
	line-height: 20px;
}

#info p span{	color: #1598eb;}


/*oi[*/
.ban_box{
	display: table;
	margin: 0 auto 5px;
	font-size: 0;
	line-height: 0;
}

.ban_box .box{
	display: table-cell;
	padding: 0 5px;
	vertical-align: top;
}



main h3{
	font-family: serif;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 50px 0 15px 0;
	text-shadow:0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff;
}

main .txt{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin: 0 0 35px 0;
	text-shadow:0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff , 0 0 5px #fff;
}
main .txt:last-of-type{	margin-bottom: 0;}




/** outlink **/

#outlink{
	padding: 50px 0 0 0;
}

#fgo{	padding-bottom: 10px;}
#fgo2{	padding-bottom: 0;}
.fgo{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	width: 1100px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5px 5px 2.5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/** wid **/

#wid{
	padding: 50px 0;
	background: url(../img/index/wid_bg.gif) top center;
}

.wbox{
	display: table;
	width: 1148px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 20px auto;
}
.wbox:last-of-type{	margin-bottom: 0;}

.wbox_in{
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** footer **/

footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

footer .flink{
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}
footer .flink a{	color: #0099ff;}


footer .finfo{
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0;
}
footer .finfo span{	color: #1598eb;}

footer #copyright{
}

footer #copy,
footer #des{
	font-family: "FontC";
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #cdbe91;
}
footer #des a{	color: #cdbe91;}
footer #des a:hover{	text-decoration: none;}

.sat{	color: #0099ff;}
.sun{	color: #ff0000;}


/***************************************
ROLLOVER
****************************************/

.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/Cinzel-Regular.ttf') format("truetype");
}
@font-face {
	font-family: FontB;
	src: url('../font/FrankRuhlLibre-Light.ttf') format("truetype");
}
@font-face {
	font-family: FontC;
	src: url('../font/Montserrat-ExtraLight.ttf') format("truetype");
}


/***** font *****/

.font1{
	font-family: FontA;
}

.font2{
	font-family: FontB;
}

.font3{
	font-family: FontC;
}

#menu a,
.htel,
.sub_info,
.s_title span,
.page_title span,
.min{	font-family: "Sawarabi Mincho";}