/* 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-slider {
	background-position:center 0;
}

.bg_kaso{
	background:#fff url(../common_img/bg_02.png) no-repeat center -40px;
	background-attachment: fixed;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

#btn-requst-fix {
    position: fixed;
    top: 40px;
    right: 0px;
    z-index: 999;
}

.p_un01 {
    background: linear-gradient(transparent 60%, yellow 60%);
    font-size: 110%;
    font-weight: bold;
}

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

#btn-requst-fix {
    display:none;
}

}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 25px;
    border-top:solid 6px #0054b2;
    background:rgba(255,255,255, .9);
    box-shadow:1px 1px 3px #333;
    line-height: 1;
    z-index: 999;
    box-shadow:1px 1px 3px #ccc;
    animation-name: SlideDown;
    animation-duration: 1.5s;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul.g_nav {
    list-style: none;
    position: absolute;
    right: 0;
    line-height:51px;
    font-size:130%;
    top: 50px;
}
#global-nav ul.g_nav li {
    float: left;
    font-weight:bold;
    text-align:center;
}
#global-nav ul.g_nav li a {
    padding: 0 20px;
}

#global-nav ul.g_nav li a:hover{
    color:#00a2ff;
    text-decoration:underline;
}

#global-nav ul.g_nav li dd{ display:none; position: absolute; z-index:100; top:54px;padding:0;background:rgba(0,0,0,0.6);}


#global-nav ul.g_nav li ul.sub_nav { padding:0 0 0;display:block; overflow: hidden;margin:0;font-size:85%;line-height:35px;} 
#global-nav ul.g_nav li ul.sub_nav li { float:none !important;color:#fff; padding:0 0px; margin-bottom:1px; height:auto; list-style:none; }
#global-nav ul.g_nav 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; height:auto;text-decoration:none;border-bottom:dotted 1px #fff;}
#global-nav ul.g_nav li ul.sub_nav li a:hover { background:rgba(0,0,0,1.0) !important;color:#fff; text-align:left;}
#global-nav ul.g_nav li ul.sub_nav li a:before { content:'\e910'; margin-right:15px;font-family:'icomoon';color:#fff;}


#global-nav ul.s_nav {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0px;
}

#global-nav ul.s_nav li{
    float: left;
}

#global-nav ul.s_nav li a{
    background:#0054b2;
    display:block;
    padding:10px 15px;
}

#global-nav ul.s_nav li:nth-child(2) a{
    background:#003877;
}

#global-nav ul.s_nav li a:hover{
    background:#333;
}
#global-nav ul.s_nav li:nth-child(2) a:hover{
    background:#003877;
} 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    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 {
    color: #000;
}
 
/* 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: #000;
    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;
}

.sp_est{
display:none;
}

@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;
        background: transparent;
    }
    #mobile-head {
        background:rgba(255,255,255, .9);
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -474px;
        background: #333;
        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.g_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul.g_nav li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul.g_nav li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        border-bottom:dotted 1px #fff;
    }
    #nav-toggle {
        display: block;
        top:25px;
    }


#global-nav ul.g_nav li dd{ display:none; position: static; z-index:100; padding:0;background:rgba(0,0,0,0.6);}

    /* #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

#global-nav ul.s_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
}

#global-nav ul.s_nav li{
        float: none;
        position: static;
    }

#global-nav ul.s_nav li a{
        text-align:center;
        padding:15px 0;
        border-bottom:dotted 1px #fff;
    }

.sp_est{
display:block;
}

}

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

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

main p, main dd, main li{
	line-height:1.8;
}

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

.bg-slider {
	background-size:1200px;
}

main {
	padding:0px 0px 0px;
	min-height:300px;
}
}

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

}

aside {
	margin:0px 0 0px;
}

#side_bar{
}

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

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


#link_area img{
margin:5px 0;
}


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

.nak_tt{

}

.nak_tt h2{
font-weight:bold;
padding:6% 2% 6%;
font-size:200%;
color:#fff;
margin:101px 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: 768px) {


.nak_tt h2{
font-size:140%;
padding:6% 2% 6%;
margin:101px 0 0px;
}

}







.btn01 {margin:20px auto;}


.btn01 a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:15px 0px;
	background:#008de7;
	text-align:center;
}

.btn01 a:hover{
	background:#003a91;
}





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

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


.fotter_bg{
background:url(../common_img/bg_f.png) repeat 0 0px;
}

.f_info{
padding:0px 0;
}

.f_info dt{
text-align:center;
font-size:360%;
padding:30px 0px 10px 0px ;
}

.f_info dd{
text-align:center;
font-size:110%;
}

.f_con {
width:300px;
margin:30px auto 20px;
}


.f_con li{
    float: left;
    width:150px;
}

.f_con li a{
    background:#0054b2;
    display:block;
    padding:10px 15px;
}
.f_con li:last-child a,.f_con li:last-child a:hover{
    background:#003877;
}

.f_con li a:hover{
    background:#333;
}

#f_bg02{
background:#000000;
padding:40px 0 20px;
}

.fnav {
width:70%;
margin:0 auto 20px;
}

.fnav ul{
width:90%;
display:table;
margin:0 auto 20px;
}

.fnav ul:first-child{
width:50%;
}

.fnav ul li{
display:table-cell;
margin:0 0px 0px 0;
color:#fff;
}

.fnav li a{
display:block;
color:#fff;
text-align:center;
font-weight:bold;
}

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

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

.f_info li{float:right;margin-left:15px;}

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

.f_logo{
text-align:center;
margin-bottom:20px;
}


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

.fnav ul{
width:100%;
display:block;
}

.fnav ul li{
display:block;
width:100%;
text-align:center;
margin:0px 0px 10px;
}

}

.sate_box{
border:solid 1px #343434;
padding:15px 20px;
margin:30px 0 0 0;
}

.sate_box dt{
font-weight:bold;
padding:0px 0px 10px 10px ;
color:#fff;
}

.sate_box dd{
color:#fff;
}

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

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


/*PC960px以上 */




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


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

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

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

.logo{
width:300px;
margin:0 auto;
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) {


.logo{
width:230px;
margin:0 auto;
padding:15px 0px 0px 0px ;
}

#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 )";
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

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

.tt_style01{
font-size:260%;
text-align:center;
padding:0px 0px 0px 0px ;
font-weight:bold;
margin:0px 0px 40px;
}

.tt_style01 span{
font-size:70%;
display:block;
text-align:center;
color:#004682;
text-decoration:underline;
}

.tt_style02{
padding:0px 0px 5px 20px ;
margin:40px 0 20px;
line-height:35px;
font-weight:bold;
color:#000;
font-size:120%;
border-left:solid 6px #c30d23;
border-bottom:dotted 1px #ccc;
}


.tt_style03{
font-size:220%;
color:#000;
background:url(../images/bg_03_b.png) no-repeat center 0;
text-align:center;
padding:70px 0px 0px 0px ;
font-weight:bold;
margin:0px 0px 40px;
line-height:1.0;
}

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

.tt_style04{
font-size: 220%; 
color: #005b95;
padding:0px 0 10px 0px;
font-weight:bold;
text-align:center;
}

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

.tt_style01{
font-size:160%;
}

.tt_style01 span{
font-size:80%;
}

.tt_style02{
font-size: 120%; 
}

.tt_style03{
font-size:160%;
}

}





/* 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:20%;
margin:0px 25px 0px 0px;
}

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

.fig_06{
float:right;
width:48%;
margin:0px 0px 0px 0px;
}

.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 img{width:100%;}

figucaption{text-align:center;}


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

.fig_n01{
display:none;
}

.fig_n02{
display:none;
}

.fig_n03{
display:none;
}

.fig_n04{
display:none;
}

.fig_03{
float:none;
width:180px;
margin:0px auto 0px;
}

}

/* table_style
-------------------------------------------------- */


.dis_b{
display:block;
margin:5px 0;
}
.table_style02 {
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin:20px auto 10px;
 width:98%;
 border-collapse: collapse;
 display: table!important;
}



		.table_style02 th {
                       padding: 10px 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			box-sizing: border-box;
			background:#f2f2f2;
                  }
		.table_style02 td {
			padding: 10px 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			box-sizing: border-box;
		}


		.table_style02 th {
			vertical-align: top;
			font-weight:bold;
			color:#000;
		}


.table_style {
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin:20px auto 10px;
 width:98%;
 border-collapse: collapse;
 display: table!important;
}



		.table_style th {
                       padding: 10px 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			box-sizing: border-box;
			background:#f2f2f2;
                  }
		.table_style td {
			padding: 10px 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			box-sizing: border-box;
		}


		.table_style th {
			vertical-align: top;
			font-weight:bold;
			color:#000;
			width:30%;
		}

		.table_style th:before{
			padding:0px 10px;margin-right:10px;color:#fff;
		}
		.table_style th.hissu:before{
			content:"必須";background:red;
		}
		.table_style th.nini:before{
			content:"任意";background:#00c0ff;
		}


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

.table_style,.table_style tbody,.table_style tr,.table_style th,.table_style td {
display: block;
}


.table_style th {
			width:100%;
			background: #f4f9fa;
}


}


.btn_kh {margin:30px auto;}


.btn_kh a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:25px 0px;
	text-align:center;
}


.btn_kh a.pri{background:#008de7 url(../common_img/ic_01.png) no-repeat 30px center;}
.btn_kh a.fq{background:#008de7 url(../common_img/ic_02.png) no-repeat 30px center;}

.btn_kh a:hover.pri{background:#003a91 url(../common_img/ic_01.png) no-repeat 30px center;}
.btn_kh a:hover.fq{background:#003a91 url(../common_img/ic_02.png) no-repeat 30px center;}


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

.btn_kh {margin:10px 15px;}

.btn_kh a.pri{background-size:30px;background-position:10px center;}
.btn_kh a.fq{background-size:30px;background-position:10px center;}

.btn_kh a:hover.pri{background-size:30px;background-position:10px center;}
.btn_kh a:hover.fq{background-size:30px;background-position:10px center;}

}
/* 
====================================================================================================
◆表示アニメーション
---------------------------------------------------------------------------------------------------- */

/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(100px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

@keyframes LeftToRight {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(-100px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}
