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

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


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


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

main{
min-height:1500px;
}

.bg_kasou{
    background-image:url(../common_img/bg_01.png);
    background-size:100%;
    background-position:center 0;
    background-repeat:no-repeat;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 0px;
    line-height: 1;
    z-index: 999;
}


#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
    text-align: center;
}
#top-head .inner {
    position: relative;
}




 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0.9;
    background-image:url(../common_img/logo.png);
    background-size:240px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:rgba(0,0,0,0.9);
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}


/* ヘッダー内　ボタンエリア */

#nav-info {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 100px;
    z-index: 101;
}

#nav-info li{
    float:left;
    width:50px;
    text-align:center;
}
 
/* Toggle Button */
#nav-toggle {
    position: absolute;
    left: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    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: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}


    #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:65px;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {

    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -507px;
        width:60%;
        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;
        width:100%;
        left: 0;
        bottom: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        width:100%;
        background: rgba(0,0,0,0.9);
        margin-bottom:2px;
    }

    #global-nav ul li span{
display:block;
text-align:center;
color:#ccc;
}

    #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: 15px 0;
    }

    #top-head #global-nav ul li a:hover{background: rgba(0,0,0,1.0);}
    #nav-toggle {
        display: block;
        top:20px;
    }
    /* #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(572px);
        -webkit-transform: translateY(572px);
        transform: translateY(572px);
    }


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

#top-head.fixed {
    background-size:140px;
}

#nav-info {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 80px;
    z-index: 101;
}

#nav-info li{
    float:left;
    width:40px;
    text-align:center;
}

}


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

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



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

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

}

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

}

aside {
	margin:0px 0 10px;
}

#side_bar{
}

/* ----------   footer  --------------------- */

footer {
	padding:0px 0px 0px;
	background:#008040;
}

#f_contact{
padding:35px 0px 35px;
background:url(../common_img/bg_f.png) repeat 0 0;
}

#f_contact dl{
text-align:center;
}


#f_contact dl dt{
text-align:center;
}

#f_contact dl dd{
text-align:center;
}

#f_contact ul{
width:430px;
margin:20px auto;
display:table;
}

#f_contact ul li{
width:48%;
padding:1%;
display:table-cell;
text-align:center;
}

#f_contact ul li a{
display:block;
text-align:center;
font-size:120%;
color:#fff;
padding:7% 0 7% 8%;
text-decoration:none;
background-color:rgba(0,91,45,.9);
background-image: url(../common_img/header_contact_01.png);
background-repeat:no-repeat;
background-position:10% center;
}

#f_contact ul li:last-child a{
background-image: url(../common_img/header_contact_02.png);
}

#f_contact ul li a:hover{
background-color:rgba(0,75,30,1.0);
}

#f_contact p{
text-align:center;
font-weight:bold;
}

footer nav{
width:100%;
margin:20px auto 20px;
font-size:100%;
}

footer nav ul{
width:100%;
display:table;
}

footer nav ul li{
display:table-cell;
color:#fff;
text-align:center;
font-weight:bold;
}



footer nav ul li a{
display:block;
color:#fff;
text-decoration:none !important;
}

footer nav ul li a:hover{
color:rgba(255,255,255,0.6) !important;
}



#site_copy{
margin:0px 0 0 0;
padding:30px 0 30px;
color:#fff;
background:#000;
}

#site_copy .com_box dt{
text-align:center;
padding:15px;
}

#site_copy .com_box dd{
text-align:center;
padding:15px;
}



#site_copy p{
text-align:center;
padding:20px 0 0px;
}

.sp_f_nav{
display:none;
}

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

footer nav ul{
width:100%;
display:block;
}

footer nav ul li{
display:block;
color:#fff;
text-align:center;
font-weight:bold;
}



footer nav ul li a{
display:block;
color:#fff;
padding:15px;
border-bottom:dotted 1px #bfffdf;
text-decoration:none !important;
}

}

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

#f_contact ul{
width:80%;
margin:20px auto;
display:block;
}

#f_contact ul li{
width:100%;
padding:1%;
display:block;
}

#f_contact ul li a{
padding:3% 0 3% 8%;
}

#f_contact dl dd{
padding:0 15px !important;
}

#f_contact dl dd br{
display:none;
}

}

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

#main_img {
	margin:0px auto 0px;
	padding:0px 0 0px 0;
	width:100%;
	height: 100%;
	position:reletive;
}


#main_img .logo{
	position:absolute;
	top:12%;
	left:0;
	right:0;
	width:680px;
	height:380px;
	margin:auto;
	z-index:500;
	animation: 2s infinite linear;
	background:url(../common_img/logo_h1.png) no-repeat center 0;
}

#main_img .logo p{
	text-align:center;
	padding:0 0px 0;
	font-size:140%;
	color:#fff;
	text-shadow:1px 1px 3px #000;
}

#main_img .logo p span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:120%;
}

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


#main_img .logo{
	width:280px!important;
	background-size:320px 245px!important;
}
#main_img .logo p{
	font-size:120%;
	line-height:1.8;
}

#main_img .logo p span{
	font-size:100%;
}

}


.nak_tt{
margin:190px 0 0px;
background:#003150 url(../common_img/bg_01.png) repeat-x center bottom;
}

.nak_tt h2{
font-weight:normal;
padding:25px 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;
}

}



.btn01 {margin:20px auto;}


.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:13px 0px;
	background-color:rgba(0,91,45,.9);
	background-image: url(../common_img/ic_arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
	text-align:center;
}

.btn01 a:hover{
	background:#00391c;
	background-image: url(../common_img/ic_arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
	text-align:center;
}





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



/* ----------   共通コンテンツ背景  --------------------- */



/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.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;
}

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

.tt_style01{
font-size:300%;
color:#000;
padding:0px 0px 0px 0px ;
font-weight:bold;
text-align:center;
line-height:1.3;
margin:60px 0px 30px;
}

.tt_style01 span.span_g{
color:#008040;
}

.tt_style01 span.span_j{
color:#000;
font-size:60%;
display:block;
padding-bottom:10px;
text-align:center;
background:url(../common_img/tt_01.png) no-repeat center bottom;
}

.tt_style03 {
    font-size: 180%;
    color: #004020;
    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;
}


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

.tt_style01{
font-size:160%;
padding:15px 0px 15px 0px ;
margin:20px 0px 0px;
}


.tt_style03 {
    font-size: 140%;
}

}



/* googlemap */



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

.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{
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_02{
float:none;
width:80%;
margin:0px auto 20px;
}

}


/* page_top
----------------------------- */
#pagetop{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#pagetop a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

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

#pagetop{
  right: 5px;
  bottom:5px;
}

}
