@charset "utf-8";

/* =======================================

	Browser Reset CSS
	Last Up Date 14/08/27

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,figure {margin: 0; padding: 0;}

html,body {background: #002050; color: #fff;font-size: 100%;}

body {font:16px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;line-height: 24px;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

a {
	text-decoration:none;
	outline:none;
	color:#fff;/**/
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

img {border: 0; vertical-align: middle;max-width:100%;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.clear{
clear:both;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* =======================================

	Structure

========================================== */

body {
	position: relative;
	background: #002050;
	width: 100vw;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	overflow-x: hidden;
}


/* =======================================

	Text Decorations

/* 
========================================== */

/* Inner Reset  */
th p, th li, th dt, th dd,
td p, td li, td dt, td dd,
li p, li li, li dt, li dd,
dt p, dt li, dt dt, dt dd,
dd p, dd li, dd dt, dd dd {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}





/* =======================================

	Header

========================================== */
#header {
	position: relative;
	z-index: 5;
	width: 100%;
}

#header .area_main {
	position: relative;
	width: 100%;
	padding-bottom: 61px;
}

/* slider */
.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
}

#header .area_main .cont_slide {
	position: relative;
	width: 100%;
	height: 542px;
	margin: auto;
	overflow: hidden;
}

#header .area_main .cont_slide .slick-slide {
	height: 542px;
}

#header .area_main .cont_slide .slick-slide img {
	position: absolute;
	left: 50%;
	display: block;
	max-width: none;
	width: 1280px;
	height: 100%;
	margin-left: -640px;
}

/* image */
#header .area_main .cont_image {
	position: relative;
	width: 100%;
	height: 368px;
	margin: auto;
}

#header .area_main .cont_image img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1280px;
	max-width: none;
	height: 100%;
	text-align: center;
	margin-left: -640px;
}

#header .area_main .cont_logo {
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

#header .area_main .cont_logo:before {
	position: absolute;
	bottom: 0;
	right: calc(50% + 500px);
	background: url('../img/common/bg_logo_l.png') repeat-x left bottom;
	content: '';
	width: 50%;
	height: 100%;
}

#header .area_main .cont_logo:after {
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% + 500px);
	left: calc(50% + 500px);
	background: url('../img/common/bg_logo_r.png') repeat-x left bottom;
	content: '';
	width: 50%;
	height: 100%;
}

#header .area_main .cont_logo .inner {
	position: relative;
	background: url('../img/common/bg_logo.png') repeat-x left bottom;
	width: 1000px;
	margin: auto;
	text-align: left;
}

#header .area_main .cont_logo .inner img {
	vertical-align: bottom;
}

/* pan */
#pan {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 1000px;
	margin: auto;
}

#pan ul {
	margin-bottom: 12px;
}

#pan ul li {
	display: inline-block;
	font-weight: bold;
	color: #002050;
}

#pan ul li a {
	text-decoration: underline;
	color: #002050;
}

#pan ul li:before {
	display: inline-block;
	content: '';
	background: url('../img/common/icon_arrow01.png') no-repeat top left;
	background-size: contain;
	width: 12px;
	height: 12px;
	margin: 0 6px 0 10px;
	vertical-align: middle;
}

#pan ul li:first-child:before {
	display: none;
}




/* =======================================

	Globalnavi

========================================== */
#header .area_nav {
}

#header .area_nav:after {
	position: relative;
	z-index: 1;
	content: '';
	display: block;
	border-bottom: 47px solid #fcc800;
}

.area_nav {
	position: relative;
	z-index: 10;
	background-color: #002050;
}

.area_nav ul {
	position: relative;
	z-index: 5;
	display: table;
	width: 1000px;
	margin: auto;
	text-align: center;
}

.area_nav ul li {
	position: relative;
	display: table-cell;
	padding: 0;
}

.area_nav ul li a .hov {
	position: absolute;
	top: -13px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}

.area_nav ul#gnav li a:not(.current) .hov {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;/**/
}

.area_nav ul#gnav li a:not(.current):hover .hov {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.area_nav ul li a .txt {
	position: relative;
	border: none;
}

.area_nav ul#gnav li a .txt {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.area_nav ul#gnav li a:hover .txt {
	opacity: 0;
}







/* =======================================

	Footer

========================================== */
/* pagetop */
#pagetop {
	display: none;
	position: relative;
	z-index: 15;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0;
}

#pagetop p {
	position: fixed;
	left: auto;
	bottom: 100px;
	width: 78px;
	height: 78px;
	margin: 0 0 0 1000px;
	padding: 0;
	cursor: pointer;
}


/* area_nav */
#footer .area_nav {
}

#footer .area_nav:before {
	position: relative;
	z-index: 1;
	content: '';
	display: block;
	border-bottom: 29px solid #fcc800;
}

#footer .area_nav {
}

#footer .area_nav {
}

#footer .area_address {
	width: 100%;
	background-color: #ec6c18;
/*	font-size: 13px;*/
}

#footer .area_address .inner {
	display: table;
	width: 1000px;
	margin: auto;
	padding: 23px 0 16px;
}

#footer .area_address .logo {
	display: table-cell;
	vertical-align: top;
}

#footer .area_address .logo {
}

#footer .area_address .address01 {
	display: table-cell;
	vertical-align: top;
}

#footer .area_address .address01 {
	padding-left: 50px;
}

#footer .area_address .address02 {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#footer .area_copy {
	padding: 11px 0;
	line-height: 1;
	font-size: 12px;
	text-align: center;
}

