html,body{height:100%;}


/* タイトル */

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
}
h1{
	font-size:13px;
}
h2 span{
	display:none;
	}
h2.tit{
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:2.5px;
	border-bottom:solid #333 2px;
	color:#333;
	text-align:center;
	padding-bottom:15px;
}
h3.tit{
	font-size:25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:2.5px;
	color:#94c4f0;
	text-align:center;
	margin-top:10px;
	border-bottom:none;
}
h3{
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:2.5px;
	border-bottom:solid #333 2px;
	color:#333;
	text-align:center;
	padding-bottom:15px;
}
h4{
	font-size:25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:2.5px;
	color:#94c4f0;
	text-align:center;
	margin-top:10px;
}
h3.tittle{
	font-family:hannari;
	font-size:24px;
	border-bottom:dotted #999 1px;
	width:1000px;
	margin:0 auto !important;
	padding-bottom:10px;
	margin-bottom:20px !important;
}
	
/* イメージ */
img,
a img{border:0;}

/* 段落 */

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	letter-spacing:2.5px;
	line-height:28px;
	font-size:1em;
	color:#333;
}
@font-face {
   font-family: Hannari;
   src: url('../font/Hannari.otf') format("opentype");
}
p.hannari{
   font-family:Hannari;
}
   
.none{
	display:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
/*	text-decoration:underline;*/
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img{vertical-align:top;}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.t_l{text-align:left !important;}

/*****アイコン******/
.left_bar ul li {
	position: relative;
}
.left_bar ul li a:hover{
	color:#f00;
}
.left_bar ul li::after,
.left_bar ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.left_bar ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.left_bar ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*****アイコンend******/

.ml_3{margin-left:3px !important;}
.ml_5{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_10_1{margin-left:2% !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_40{margin-left:40px !important;}
.ml_50{margin-left:50px !important;}
.ml_55{margin-left:55px !important;}
.ml_150{margin-left:150px !important;}

.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}

.mr_5{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}

.m_10{margin:10px !important;}
.m_box{margin:0 10px 10px 10px;}

.mt_-10{margin-top:-10px !important;}
.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_55{margin-top:55px !important;}
.mt_60{margin-top:60px !important;}
.mt_70{margin-top:70px !important;}
.mt_80{margin-top:80px !important;}
.mt_100{margin-top:100px !important;}
.mt_200{margin-top:200px !important;}
.m_auto{margin:0 auto !important;}

.pb_80{padding-bottom:80px !important;}
.pt_10{padding-top:10px !important;}
.pt_20{padding-top:20px !important;}
.pb_20{padding-bottom:20px !important;}
.pt_50{padding-top:50px !important;}
.pb_50{padding-bottom:50px !important;}
.pt_80{padding-top:80px !important;}
.pb_80{padding-bottom:80px !important;}
.pt_40{padding-top:40px !important;}
.pl_50{padding-left:50px !important;}
.pr_50{padding-right:50px !important;}
.size80{font-size:80% !important;}

.p_10{padding:10px !important;}
.p_20{padding:20px !important;}
.f12{font-size:12px !important;}
.f15{font-size:15px !important;}

.fl{float:left !important;}
.fr{float:right !important;}
.tl{text-align:left !important;}
.fc{clear:both !important;}
.tc{text-align:center !important;}

.f_12{font-size:12px;}
.sppc_pl_50{
	padding-left:50px;
}
/****************トップへ戻る*****************/
#cover{
	z-index:9999 ;
}
#fade {
background:url(../images/top_back_1.jpg);
width:100%;
height:100%;
display:none;
z-index:99999 !important;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background:#830707;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #a92727;
}
/****************トップへ戻る*******************/
/****************ヘッダーナビ*******************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color:#FFF;
/*	height:60px;
*/}
/*#fixedBox{
	height:80px;
	padding:10px 0px 10px 0px;
}
.nav_box{
	margin:0 auto;
	height:80px;
	padding:10px 0px 10px 0px;
}
*/
ul li{
	list-style-type:none;
}
.hed_sab{
	font-size:12px;
	width:240px;
}
.tel_hed{
	margin-top:-20px;
	margin-left:10px;
}

/****************ボックス中央*******************/

.inner{
  display: inline-block;
}
.box{
  display: inline-block;
  vertical-align:text-top;
  margin-right: 20px;
}
.box:last-child{
  margin-right: 0;
}
/****************ボックス中央*******************/

.size_a{
	width:300px;
	text-align:center !important;
	margin:0 auto !important;
}

/**************スライド**********************/
.slider {
    width: 90%;
    margin: 0 auto 80px;
	margin-top:50px;
	margin-bottom:10px !important;
}
.slick-slide img {
width: 100%;
height: auto;
}
.pattern1 div {
margin: 5px;
}
.pattern1 img {
width: 100%;
}
.slick-dots li button {
background: #333;
border-radius: 50%;
width: 10px;
height: 10px;
}
.slick-prev, .slick-next {
background-color: #111;
height: 100%;
}
.slick-prev:hover, .slick-next:hover {
background-color: #111;
}

#tglBtn {
background: #333;
border: none;
border-radius: 3px;
color: #fafafa;
padding: 20px;
}
#tglBtn:hover {
cursor: pointer;
}
/**************スライド**********************/
.b_b{
	border-bottom:dotted 1px #666;
}
ul.satemap li{
	display:inline;
}
.footer_back{
	width:100%;
	background-color:#ebeeec;
}
/****************************************/

.top_logo_area{
	width:100%;
	height:55px;
	background-color:#5266A4;
}

.top_area{
	width:1100px;
	margin:0 auto;
	padding:10px 0 0 0;
}

.line_blak{
	width:100%;
	background-color:#999;
	height:25px;
	color:#FFF;
	margin:0 auto !important;
}
.line_blak p{
	width:100px;
	color:#FFF;
	margin:0 auto !important;
}

.pc_none{
	display:none !important;
}
.fcfl{
	float:left;
}

.mein_content{
	width:1100px;
	height:auto;
	margin:0 auto;
	padding:100px 0;
}
.sp_title{
	display:none;
}
@media screen and (max-width: 1100px) {
.mein_content{
	width:90%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}
}
@media screen and (max-width: 640px) {
.mein_content{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}
.sp_title{
	display:block;
	width:100%;
	background-color:#5266A4;
	padding:5% 0;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}
.pc_none{
	display:block !important;
}

}
.top_content_back{
	width:100%;
	background-size: 100%;
	background-image:url("../images/top/top_content1_back.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}
.link{
	width:100%;
	background-color:#5266A4;
	height:auto;
}
.link_area{
	width:530px;
	/*width:820px;*/
	margin:0 auto;
	padding:20px 0;
}
.link_img{
	margin-left:40px;
}
.oil_bar {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 130px;
    z-index: 99999;
}
@media screen and (max-width: 640px) {
.link_area{
	width:94%;
	margin:0 auto;
	padding:3%;
}
.link_area img{
	width:46%
}
.link_img{
	margin-left:8%;
}
}
footer{
	width:100%;
	background-image:url("../images/common/panda.jpg") ;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.footer_area{
	width:1100px;
	margin:0 auto;
	padding:80px 0 10px 0;
}
.footer_logo{
	width:1100px;
	position:relative;
	height:60px;
}
.footer_logo p{
	position:absolute;
	top:10px;
	right:0;
}
.sitemap{
	font-size:0.9em;
	margin-top:20px;
	margin-left:70px;
	float:left;
	line-height:1.5em;
}
.sp_footer{
	display:none !important;
}
@media screen and (max-width: 1100px) {

.sp_footer{
	display:block !important;
	width:94%;
	margin:0 auto;
	padding:10px 0;
	text-align:center !important;
}
.footer_area{
	display:none;
}

}
@media screen and (max-width: 640px) {
footer{
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.sitemap{
	display:none !important;
}
.footer_logo{
	display:none !important;
}
a p.btn_sp{
	background-color:#5266A4;
	color:#FFF;
	padding:5% 0 ;
	text-align:center;
	margin-top:5px;
	    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
}
.top_p{
	width:100%;
	margin-top:50px;
}
.copy{
	width:100%;
	background-color:#FFF;
	margin-bottom:80px;
	text-align:center;
}
/******************************/
@media screen and (max-width: 1100px) {
.header_menu {
	background-color:#5266A4;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999 !important;
}

.header_menu .btnMenu {
  background: #5266A4;
  height: 25px;
  width: 25px;
  float:right;
  padding:5px;
  margin-top:10px;
  margin-right:10px;
}
.header_menu .btnMenu strong{
	color:#FFF;
}
.header_menu .sp_logo {
  margin-top:5px;
  float:left;
  margin-left:10px;
}
 
.gNav {
  background: #fff;
	opacity: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.gNav .gNav_list li {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
}
.gNav .gNav_list li a{
  color:#069 !important;
}
.gNav .gNav_list li.li2 {
  display: block;
  padding: 10px 10px;
  border-bottom:none;
}
.gNav .gNav_list li ul li{
  border-bottom: 1px solid #ccc;
  width:90%;
  margin-left:10%;
}
.gNav .gNav_list li ul li a{
  color:#069;
}
.gNav .gNav_list li a {
  color: #333;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

#fixedBox{
	display:none !important;
}

.container {
  background: #eee;
  padding-top: 54px;
  position: relative;
  width: 100%;
}
.top_logo_area{
	display:none !important;
}
}
@media screen and (max-width: 640px) {

.top_content_back{
	width:100%;
	background-image:none !important;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.w_100{
	width:100% !important;
}
}

@media screen and (max-width: 1250px) {

.menu > li {
	font-size:0.7em!important;
}
}



.menu {
    position: relative;
    width: 100%;
    height: 35px;
/*    max-width: 1000px;
*/    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 12.5%; /* グローバルナビ4つの場合 */
    height: 30px;
    line-height: 50px;
/*    background: rgb(29, 33, 19);
*/	padding:10px 0;
background-color:#5266A4;
	text-align:center;
	font-size:0.9em;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #FFF;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
/*    background: #072A24;
*/    -webkit-transition: all .5s;
    transition: all .5s;
	background-color:#03F;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
/*    background: #00F;
*/	color:#FF0;
}
.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #2a1f1f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
/*    background: #072A24;
*/    background: #06C;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level2 > li {
    width: 23% !important;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}