@charset "UTF-8";

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{
	width:100%;
	color:#403937;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:140%;
	letter-spacing:0em;
	-webkit-text-size-adjust: 100%;
	background-color: #FDFCFB;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.robo{
	font-family: 'Roboto Slab', serif;
}
.got{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{     height:100%; }
body{     height:100%; } 

p, ul, li, dl, dd, dt, th, td{
	font-size:12px;
}


textarea,input {
	padding:2px;
}


img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-position: outside;
     	line-height:170%;
}

form {
	margin:0;
	padding:0;
}

div{
	display:block;
}

object,
embed {
	vertical-align: top;
}



a img.fade {
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
a:hover img.fade{
  opacity:0.5;
  filter: alpha(opacity=50);
}


a:link ,
a:visited { 
	color:#403937;
	text-decoration: underline;
}

a:active ,
a:hover {
	color:#403937;
	text-decoration: none;	
}

div#wrap {
	width:100%;
	background-size: cover;
	margin: 0 auto 0 auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	zoom: 1;
}
body > div#wrap{     height:auto; }





/* PC */
.spOnly {
		display: none;
}
div#wrap {
	padding-bottom: 0px;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FDFCFB;
	padding-bottom: 30px;
}
#header .inner{
	width:1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#header .logo_s{
	width: 300px;
	position: absolute;
	top: -70px;
}
#header .logo_s img{
	width: 100%;
}
#header .logo_s.fixed{
	position: fixed;
	z-index: 1001;
	display: block;
	left: 5px;
}
#header .logo_s.fixed img{
	width: 100%;
}
#header .h_nav_s{
	width: 455px;
	padding-bottom: 15px;
	float: right;
	position: absolute;
	top: -70px;
}
#header .h_nav_s.fixed{
	position: fixed;
	display: block;
	z-index: 1000;
	padding-top: 3px;
	right: 5px;
}
#header .h_nav_s ul{
	margin: 0px;
	padding: 0px;
}
#header .h_nav_s li{
	padding: 0px;
	float: left;
	width: 130px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header .h_nav_s li:first-child{
	width: 165px;
	margin-left: 0px;
}
#header .h_nav_s li a img {
	transition: .3s;
}


#header .head_l{
	float: left;
	width: 260px;
	margin-top: 138px;
	font-size: 13px;
	font-weight: normal;
}
#header .head_r{
	float: right;
	width: 250px;
	margin-top: 138px;
	font-size: 13px;
	text-align: right;
}
#header .head_r a{
	text-decoration: none;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#header .head_r a:hover{
	opacity:0.3;
  filter: alpha(opacity=30);
	text-decoration: none;
}

#header .logo{
	width: 162px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}




/* ナビゲーション
--------------------------------------------*/
nav{
	width:100%;
	background-color: #FDFCFB;
	margin-bottom: 25px;
}
nav.fixed{
	position: fixed;
	z-index: 1000;
	top: 0px;
}
ul#gnavi {
	list-style-type: none;
	width:830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 95px;
}
nav.fixed ul#gnavi{
}
ul#gnavi ul {
	text-align: center;
}
ul#gnavi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #000;
	position: relative;
}
ul#gnavi li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 17px;
	margin-left: 17px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
ul#gnavi li a:hover{
	color: #999;
	text-decoration: none;
}
ul#gnavi li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a:hover::after {
	width: 100%;
}


ul#gnavi .ic{
	float: right;
	width: 74px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#gnavi .ic a{
	padding: 0px;
	float: left;
	width: 32px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul#gnavi .ic a:hover{
	color: #999;
	text-decoration: none;
}
ul#gnavi .ic a img{
	width: 100%;
}
ul#gnavi .ic a::after {
	position: absolute;
	bottom: 0;
	left: 0%;
	height: 0px;
}


ul#gnavi li ul.child{
	display: none;
	position: absolute;
	left: 10px;
	background-color: #FFF;
	margin: 0px;
	width: 270px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}
ul#gnavi li ul.child li{
	float: none;
	display: block;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
ul#gnavi li ul.child li a{
	display: block;
	color: #333;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 100000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	transition: .3s;
}
ul#gnavi li ul.child li a:hover{
	color: #999;
	text-decoration: underline;
}
ul#gnavi li ul.child li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}





/* フッター 
---------------------------------------------------------*/

#footer{
	width:100%;
	background-color: #001C50;
	padding-top: 58px;
	padding-bottom: 45px;
}
#footer .inner{
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer .f_logo{
	width: 162px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#footer .f_logo img{
	width: 100%;
}
#footer #f_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer #f_navi ul{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
#footer #f_navi li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	position: relative;
}
#footer #f_navi ul.guide li {
	font-size: 13px;
}
#footer #f_navi li a {
	display: block;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-left: 25px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#footer #f_navi li a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;
}

#footer .copyright{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
}

#footer .inner .f_ic{
	width: 66px;
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#footer .inner .f_ic ul{
}
#footer .inner .f_ic li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width: 25px;
	margin-right: 3px;
	margin-left: 3px;
}
#footer .inner .f_ic li img{
	width: 100%;
}


/* ページトップ */
#page-top {
	position: fixed;
	bottom: 460px;
	right: 20px;
	height: 62px;
	width: 62px;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}



@media screen and (max-width: 780px){
/* SP */
.pcOnly {
		display: none;
}

.contents {
	padding-top: 82px;
}

/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FDFCFB;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	z-index: 1000;
	display: block;
	position: fixed;
	height: 70px;
}
#header .inner{
	padding: 0px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header .logo{
	display: none;
}
#header .logo_s{
	display: none;
}
#header .logo_s.fixed{
	display: none;
}
#header .logo_sp{
	width: 70%;
	position: absolute;
	left: 3%;
	top: 1em;
	right: 0px;
}
#header .logo_sp img{
	width: 100%;
}
#header .h_nav_s{
	display: none;
}
#header .h_nav{
	display: none;
}

#header #hmenu-bt{
	float: right;
	width: 50px;
	margin-top: 1.4em;
	margin-right: 3%;
}
#header #hmenu-bt img{
	width: 90%;
}

#header #sp_nav{
	display: none;
}




/* ナビゲーション
--------------------------------------------*/
#header #hmenu{
	background-color: #FFF;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 70px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}
ul#h_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
ul#h_navi li{
	font-family: 'Roboto Slab', serif;
	font-size: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	text-align: left;
	background-image: url(../images/f_arrow1b.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul#h_navi li a{
	display: block;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-decoration: none;
	color: #000;
}

ul#h_navi .hnavi_bt li{
	display:block;
	background-image: url(../images/f_arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#h_navi .hnavi_bt.selected li{
	display:block;
	background-image: url(../images/f_arrow3.png);
	background-repeat: no-repeat;
	background-position: right center;

}
ul#h_navi .list li{
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
}
ul#h_navi .list li a{
	padding-left: 3em;
}

#hmenu .f_ic{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#hmenu .f_ic ul{
}
#hmenu .f_ic li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width: 12%;
	margin-right: 3%;
	margin-left: 3%;
}
#hmenu .f_ic li img{
	width: 100%;
}

#hmenu .close{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EEE;
}
#hmenu .close a{
	width: 100%;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
#hmenu .close img{
	width: 20%;
}



/* フッター 
---------------------------------------------------------*/

#footer{
	width:100%;
	background-color: #001C50;
	padding-top: 3em;
	padding-bottom: 2.5em;
}
#footer .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer .f_logo{
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#footer .f_logo img{
	width: 100%;
}
#footer #f_navi{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer #f_navi ul{
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
#footer #f_navi li {
	width: 30%;
	padding: 0;
	margin: 0px;
	font-size: 100%;
	position: relative;
	float: left;
	text-align: left;
	display: block;
}
#footer #f_navi li:nth-child(1),
#footer #f_navi li:nth-child(5){
	width: 24%;
}
#footer #f_navi li:nth-child(4n){
	width: 10%;
}
#footer #f_navi ul.guide li {
	width: auto;
	font-size: 80%;
	display: block;
	padding-right: 5%;
}
#footer #f_navi ul.guide li:nth-child(4n){
	padding-right: 0%;
}
#footer #f_navi li a {
	display: block;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#footer #f_navi li a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;
}

#footer .copyright{
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: #FFF;
	padding-top: 10px;
}

#footer .inner .f_ic{
	width: 14%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer .inner .f_ic ul{
}
#footer .inner .f_ic li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	width: 43%;
	margin-right: 1%;
	margin-left: 1%;
}
#footer .inner .f_ic li img{
	width: 100%;
}

/* ページトップ */
#page-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	height: 62px;
	width: 62px;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}




}



@media screen and (max-width: 763px) and (orientation: landscape) {
   /* 横向きの場合のスタイル */


}





/* other
---------------------------------------------------------*/

  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  

.clearfix { display: block; }  
/* End hide from IE-mac */  
  


.comingsoon{
	opacity:0.5;
  filter: alpha(opacity=50);
}


/* pad */
.pad-b5{
	padding-bottom:5px;
}

.pad-b10{
	padding-bottom:10px;
}
.pad-b15{
	padding-bottom:15px;
}
.pad-b20{
	padding-bottom:20px;
}


.pad-b25{
	padding-bottom:25px;
}
.pad-b30{
	padding-bottom:30px;
}
.pad-b35{
	padding-bottom:35px;
}
.pad-b40{
	padding-bottom:40px;
}
.pad-b45{
	padding-bottom:45px;
}



/* font */
.font-large01{
	font-size:16px;
}

.font-large02{
	font-size:15px;
}

.font-large03{
	font-size:14px;
}
.font-default{
	font-size:12px;
}




/* font color */
.font-cred {
	color: #EC1B23;
}
