/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/* ICOMOON */
@import url("icomoon.css");


/*	EXAMPLE STYLES */
body {
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333;
	font-size: 13px;
}

.bg_top{
	background:#fff url(../common_img/bg_01.png) no-repeat center bottom;
	background-attachment: fixed;
}

.bg_kaso{
	background:#fff url(../common_img/bg_02.png) no-repeat center top;
	background-attachment: fixed;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    background-image:url(../common_img/bg_header.png),url(../common_img/bg_header_b.png);
    background-position: 0 bottom,0 0;
    background-repeat:repeat-x,repeat-x;
    background-color:#fff;
    padding: 0px 0 0px;
    line-height: 1;
    z-index: 999;
}

h1{
font-size:110%;
padding:0px 0 0px;
line-height:25px;
height:25px;
font-weight:normal;
color:#fff;
text-align:left;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
    text-align: center;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    width:321px;
    padding:35px 0px 35px 0px ;
    text-align:center;
}

#top-head .h_info {
    float:right;
    width:472px;
    padding:35px 0px 35px 0px ;
}
#top-head .h_info li{float:left;padding:0px 0px 0px 0px ;}
#top-head .h_info li:last-child{padding:0px 0px 0px 10px ;}

.tel_con{display:none;}


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

.tel_con{display:block;}

.tel_con a{display:inline;!important}

#top-head .h_info {display:none;}

h1{
font-size:70%;
padding:6px 0 0px;
line-height:1.3;
}

#top-head .logo {
    float: left;
    width:230px;
    padding:25px 0px 25px 0px ;
    text-align:center;
}

#top-head .logo span{
    display:none;
}

}


#global-nav ul {
    list-style: none;
    line-height:1.0;
    position: relative;
}
#global-nav ul li {
    float: left;
    font-weight:bold;
    background:url(../common_img/nav_li.png) no-repeat 0 bottom;
    width: 20%;
    text-align:center;
}

#global-nav ul li:last-child{
  background:url(../common_img/nav_li.png) no-repeat 0 bottom,url(../common_img/nav_li.png) no-repeat right bottom;
  }

#global-nav ul li a {
    padding: 10px 0px 13px;
    display: block;
}


#global-nav ul li a span{
  font-size:70%;
  color:#9a9a9a;
  font-weight:normal;
  display:block;
  margin-top:5px;
  text-align:center;
}

#global-nav ul li a:hover{
    text-decoration:none;
    color:#fff;
    background:#0072ba;
}

#global-nav ul li dd{ display:none; position: absolute; z-index:10000; top:50px;padding:0;background:rgba(0,0,0,0.9);}


#global-nav ul li ul.sub_nav { padding:0 0 0;display:block; overflow: hidden;margin:0;font-size:100%;line-height:35px;} 
#global-nav ul li ul.sub_nav li { background:none!important;width: 100%;float:none !important;color:#fff; padding:0 0px; margin-bottom:1px; height:auto; list-style:none; }
#global-nav ul li ul.sub_nav li a { background:none!important;display:block;color:#fff !important; font-weight:normal;padding: 4px 45px 4px;text-align:left; height:auto;text-decoration:none;border-bottom:dotted 1px #fff;}
#global-nav ul li ul.sub_nav li:last-child a { border-bottom:none;}
#global-nav ul li ul.sub_nav li a:hover { background:rgba(255,65,0,1.0) !important;color:#fff; text-align:left;}
#global-nav ul li ul.sub_nav li a:before { content:'→'; margin-right:15px;;color:#fff;}


 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0072ba;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1000px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        z-index: 999;
        height:85px;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {

    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -620px;
        background: rgba(0,0,0,0.7);
        width: 100%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        width:100%;
        background:none;
    }
    #global-nav ul li:last-child {
        background:none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        padding: 8px 0;
        border-bottom:dotted 1px #fff;
    }


#global-nav ul li a span{
  display:none;
}
    #nav-toggle {
        display: block;
        top:30px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(730px);
        -webkit-transform: translateY(730px);
        transform: translateY(730px);
    }

#global-nav ul li dd{ display:none; position: absolute; z-index:10000; top:164px;padding:0;background:rgba(0,0,0,0.9); width: 100%;}


#global-nav ul li ul.sub_nav { padding:0 0 0;display:block; overflow: hidden;margin:0;font-size:100%;} 
#global-nav ul li ul.sub_nav li { width: 100%;float:none !important;color:#fff; padding:0 0px; margin-bottom:1px; height:auto; list-style:none; }
#global-nav ul li ul.sub_nav li a { background:none!important;display:block;color:#fff !important; font-weight:normal;text-align:left; padding:0px 30px 0px 30px!important; height:auto;text-decoration:none;border-bottom:dotted 1px #fff;}
#global-nav ul li ul.sub_nav li:last-child a { border-bottom:none;}
#global-nav ul li ul.sub_nav li a:hover { background:rgba(255,65,0,1.0) !important;color:#fff; text-align:left;}
#global-nav ul li ul.sub_nav li a:before { content:'→'; margin-right:15px;;color:#fff;}


}

/* ----------   main  --------------------- */

main {
	padding:0px 0 60px;
	min-height:600px;
}



@media only screen and (max-width: 768px) {
main {
	padding:0px 15px 60px;
	min-height:300px;
}

main p{
	padding:0px 5px 0px;
}

}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 10px;
}

#side_bar{
}

/* ----------   footer  --------------------- */
footer {
	padding:30px 0px 30px;
}

#link_area{
text-align:center;
margin:10px 0;
}


#link_area img{
margin:5px 0;
}


/* ----------   メインイメージ系  --------------------- */

#main_img {
	margin:190px 0 0px;
	padding:0px 0 0px 0;
	background:url(../common_img/bg_main02.png) no-repeat center 0,url(../common_img/bg_main.png) repeat-x center 0;
	min-height:500px;
	position:relative;
}


#main_img p{
	position:absolute;
	bottom:100px;
	left:0;
	right:0;
	width:699px;
	margin:auto;
	z-index:500;
	color:#fff;
	font-size:300%;
	text-align:center;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;
}



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

#main_img {padding:0px 0 0px 0;
background:url(../common_img/bg_main02.png) no-repeat 10% 0,url(../common_img/bg_main.png) repeat-x center 0;
margin:110px 0 0px;
}

#main_img p{
	font-size:160%;
	width:80%;
}

#slider{display:none;}



}

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

#main_img {
background:url(../common_img/bg_main02.png) no-repeat 20% 0;
background-size:1344px 350px;
min-height:350px;}

#main_img p{
	font-size:130%;
	width:90%;
}

}


.nak_tt{
margin:190px 0 0px;
background-image:url(../common_img/bg_05.png),url(../common_img/bg_01.png),url(../common_img/bg_03.png),url(../common_img/border_ptn02.png);
background-repeat:no-repeat,no-repeat,no-repeat,repeat;
background-position:center center,right 0,0 0,0 0;
background-color:#0072ba;
}

.nak_tt h2{
font-weight:normal;
padding:55px 0;
font-size:180%;
color:#fff;
margin:0px 0 0px;
text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px -1px 1px #000,1px 1px 3px #000,-1px -1px 3px #000;
}


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

.nak_tt{
margin:110px 0 0px;
background-size:140%,140%,140%,0%;
background-position:center center,right 0,right 0,0 0;
}

.nak_tt h2{
padding:25px 0;
}

}







.btn01 {margin-top:20px;}

.btn01 a:before { content:'\e910'; margin-right:10px;font-family:'icomoon';color:#fff;font-size: 100%; }

.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:5px 0px;
	background:#283046;
	text-align:center;
}

.btn01 a:hover{
	background:#0084ff;　/* Firefox用 */  
}





/* ----------   フッターナビ  --------------------- */

#page_up{width:62px;
margin:10px auto 0;
text-align:center;
}
#page_up img{width:100%;}


.fotter_bg{
background:#00a4cd;
border-top:solid 6px #00578e;
margin:0px 0px 0px ;
}

.fnav {
width:95%;
margin:0 auto 30px;
}

.fnav li{
float:left;
margin:0 20px 5px 0;
color:#fff;
}

.fnav li a:before  { content:'>'; float:left;margin-right:5px;font-size:80%;padding:0px 3px;}

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

.fnav li a:hover{
text-decoration:none;
}

.f_info{padding:0px 0px 0px 0px ;color:#fff;}

.f_info dt{padding:0px 0px 20px 0px ;}


.link_area{
margin:25px 0 0px;
text-align:center;
}

.link_area img{
margin:5px;
}


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

.fnav {
width:90%;
margin:0 auto 10px;
}

.fnav li{
float:none;
margin:0 0px 5px 0;
color:#fff;
}

.fnav li a{
display:block;
color:#fff;
padding:5px 10px;
background:#013976;
}

.f_info{padding:0px 20px 0px 20px ;}


}

#site_copy{
text-align:center;
margin:40px 0 0 0;
padding:10px;
color:#fff;
background:#013976;
}

/* ----------   デバイス毎の振り分け  --------------------- */


/*PC960px以上 */




.logo{float:left;width:220px;padding:0px 0px 0px 0px ;
}


.h_right{float:right;width:300px;padding:20px 0px 0px 0px ;}

.h_contact{float:right;width:51px;}

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


}

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

.logo{
width:220px;
padding:10px 0px 10px 0px ;
}


#side_bar{display:none;}
#pan {display:none;}

#page_up{width:25%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}

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

#page_up{width:35%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}


/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}



/* ----------   topのボタン  --------------------- */
#top_lead{
background:#fff;
padding:55px 0 25px;
}

.btn_box{
margin:0px 0px 0px ;
padding:5px ;
background:url(../images/btn_bg01.png) repeat;
}

.btn_box figure{
text-align:center;
position:relative;
}

.btn_box figure a:hover figcaption {
background:rgba(0,190,197,1.0);
}

.btn_box figure figcaption{
position:absolute;
bottom: 0;
text-align:center;
color:#fff;
width:100%;
padding:10px 0;
font-size:160%;
line-height:1.0;
font-weight:bold;
background:rgba(0,114,186,0.85);
}

.btn_box figure figcaption span{
display:block;
text-align:center;
font-size:60%;
}


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

.btn_box{
margin:0px auto 20px ;
width:55%;
}
}

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

.btn_box{
margin:0px auto 20px ;
width:90%;
}
}

/* タイトルのスタイル
-------------------------------------------------- */

.tt_style01{
font-size:200%;
color:#03436b;
padding:0px 0px 0px 0px ;
font-weight:bold;
margin:40px 0px 30px;
line-height:1.0;
background:url(../common_img/h3_bg02.png) no-repeat left center,url(../common_img/h3_bg01.png) repeat-x center center;
}

.tt_style01:first-letter{
color:#0068ab;
font-size:120%;
}

.tt_style01 span{
color:#cacaca;
font-size:50%;
padding:0 10px;
vertical-align: middle; 
}

.tt_style02{
font-size:140%;
color:#fff;
background-image:url(../common_img/h3_bg04.png),url(../common_img/h3_bg03.png);
background-repeat:no-repeat,repeat-x;
background-position:right 0,center 0;
background-color:#1c71a6;
padding:12px 0px 12px 30px ;
font-weight:bold;
margin:0px 0px 30px;
line-height:1.0;
}

.tt_style02 span{
font-size:60%;
color:#6fbaea;
padding:0px 20px;
vertical-align:middle;
}


.tt_style03{
font-size:160%;
color:#003c74;
text-align:center;
padding:10px 0px 5px 0px ;
font-weight:bold;
margin:0px 0px 20px;
line-height:1.0;
border-bottom:dotted 2px #ccc;
}

.tt_style03 span{
font-size:60%;
text-decoration:underline;
}

.tt_style04{
font-size: 180%; 
color: #17478f;
padding:0px 0 0px 0px;
margin:0px 0px 25px;
line-height:1.9;
font-weight:normal;
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tt_style05{
font-size: 140%; 
color: #17478f;
padding:0px 0 0px 0px;
margin:0px 0px 25px;
line-height:1.8;
font-weight:normal;
text-align:left;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.tt_style01{
font-size:180%;
}

.tt_style02{
font-size: 120%; 
}

.tt_style03{
font-size:160%;
}

.tt_style04{
font-size:140%;
}

.tt_style05{
font-size:110%;
line-height:1.5;
padding:0px 10px 0px 10px;
}

}





/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

/* 
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 0px 25px;
}

.fig_04{
float:left;
width:25%;
margin:0px 25px 0px 0px;
}

.fig_05{
float:left;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_06{
width:48%;
margin:0px auto 20px;
}

.fig_07{
width:68%;
margin:0px auto 10px;
}

.fig_n01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_n02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_n03{
float:right;
width:20%;
margin:0px 0px 0px 25px;
}

.fig_n04{
float:left;
width:20%;
margin:0px 25px 0px 0px;
}
figure{text-align:center;}
figure img{width:100%;text-align:center;}

figucaption{text-align:center;}


.figuc01{
position:relative;
text-align:center;
}

.figuc01 figcaption{
position:absolute;
text-align:center;
bottom: 0px;
color:#fff;
width:100%;
padding:10px 0;
font-size:120%;
line-height:1.5;
font-weight:bold;
background:rgba(0,114,186,0.85);
}


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


.fig_02{
float:none;
width:240px;
margin:0px auto 15px;
}

.fig_04{
float:none;
width:200px;
margin:0px auto 15px;
}

.fig_07{
width:88%;
}

}