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

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

/* TOP */
@import url("top.css");

/* content */
@import url("content.css");

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

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


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

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

main section{
padding-bottom:30px;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0px;
    background:#fff;
    line-height: 1;
    z-index: 999;
    height:89px;
    box-shadow:1px 1px 10px #000;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    width:380px;
    padding:15px 0px 0px 20px ;
}
#global-nav ul.g_nav {
    list-style: none;
    position: absolute;
    right: 0;
    font-size:100%;
    top: 0px;
}
#global-nav ul.g_nav li {
    float: left;
    width:130px;
    font-weight:bold;
    line-height:1.5;
    text-align:center;
}
#global-nav ul.g_nav li a {
    padding: 17px 0px;
    text-align:center;
    display:block;
    border-left:solid 1px #ccc;
}

#global-nav ul.g_nav li a span{
    font-size:250%;
    color:#00bbb9;
    text-align:center;
    display:block;
    padding-bottom:3px;
}

#global-nav ul.g_nav li.h_contact{width:100px;}
#global-nav ul.g_nav li.h_contact a{color:#fff;border-left:none;}
#global-nav ul.g_nav li.h_contact a span{color:#fff;}
#global-nav ul.g_nav li.h_contact a{background:#e24800;}
#global-nav ul.g_nav li.h_contact:last-child{display:none;}
#global-nav ul.g_nav li.h_contact:last-child a{background:#3fb200;}


#global-nav ul.g_nav li a:hover{
    color:#fff;
    text-decoration:none;
    background:#64d0be;
}



 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 89px;
    background:#fff;
    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: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
    background:#fff;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 95%;
    background: #418d80;
    left: 0;
    right:0;
    margin:auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 7px;
}
#nav-toggle span:nth-child(2) {
    top: 18px;
}
#nav-toggle span:nth-child(3) {
    top: 29px;
}

@media screen and (max-width: 1400px) {
    #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%;
        height: 89px;
        z-index: 999;
        background:#fff;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 25px;
        color: #333;
        width:250px;
        padding:0px 0px 0px 0px ;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -464px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 1px 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: left;
        width:50%;
        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;
        padding: 5px 0;
        border-bottom:dotted 1px #fff;
    }
#global-nav ul.g_nav li a span{
    font-size:130%;
    color:#ff6600;
}
    #nav-toggle {
        display: block;
        top:25px;
    }

#global-nav ul.g_nav li.h_contact{width:100%;}
#global-nav ul.g_nav li.h_contact:last-child{display:block;}

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


}

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


}


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

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



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

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

}


#side_bar{
}

/* ----------   banner  --------------------- */

.banner{
margin:30px 0 30px;
background:url(../common_img/banner.png) repeat-x center bottom,url(../common_img/banner.png) repeat-x center top;
padding:30px 0 ;
}
.banner p{
font-weight:bold;
font-size:140%;
color:#00309c;
text-align:center;
}
.banner p span{
font-size:90%;
color:#000;
display:block;
text-align:center;
}

.banner dl{
margin:10px auto 20px;
width:60%;
}

.banner dt{
font-weight:bold;
font-size:100%;
color:#fff;
background:#00517a;
border:solid 1px #00517a;
width:40%;
float:left;
text-align:center;
}

.banner dd{
font-weight:bold;
font-size:100%;
color:#333;
border:solid 1px #00517a;
width:60%;
float:right;
text-align:center;
}

.banner ul{
width:509px;
margin:0 auto 0px;
}

.banner ul li{
float:left;
}

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

.banner dl{
margin:10px auto 20px;
width:80%;
}

.banner dt{
width:100%;
float:none;
}

.banner dd{
width:100%;
float:none;
}

.banner ul{
width:95%;
margin:0 auto 0px;
}

.banner ul li{
float:none;
text-align:center;
}

}

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

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


#link_area img{
margin:5px 0;
}

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

footer {
	padding:0px 0px 0px;
}

}

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

#main_img {
	text-align:center;
	margin:89px 0 0px;
	padding:0px 0 0px 0;
	background-image:url(../images/main_02.png),url(../images/main_01.png);
	background-position:center bottom,center bottom;
	background-repeat:repeat-x,no-repeat;
	background-size:120px auto,cover;
}

#main_img h2{
	text-align:center;
	padding:0px 0 0px 0px;
}


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

#main_img {
	background-size:60px auto,cover;
}

#main_img h2{
	text-align:center;
	margin:auto;
	padding:0px 0 0px 0px;
}

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


#main_img {
	margin:89px 0 0px;
}

#main_img h2{
}

}


.nak_tt{
background:url(../images/main_01.png) no-repeat center 0;
background-attachment: fixed;
background-size:100%;
}

.nak_tt h2{
font-weight:bold;
padding:3% 2% 3%;
font-size:200%;
color:#fff;
margin:110px 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;
}

.nak_tt h2 span{
margin-right:20px;
color:#e24800!important;
text-shadow:none;
}


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


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

}







.btn01 {margin:20px auto;width:280px;}


.btn01 a{
	color:#206f14;
	font-weight:bold;
	text-decoration:none;
	font-size:110%;
	display:block;
	padding:15px 0px;
	background:#f2f2f2;
	border:solid 3px #206f14;
	text-align:center;
	-webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;
}

.btn01 a:after{content:" >";}

.btn01 a:hover{
	background:#206f14;
	color:#fff;
}





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

#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-x center 99.9%;
	background-size:100% auto;
	background-attachment: fixed,fixed;
}



#f_bg02{
background:url(../common_img/bg_f03.png) repeat center 0;
padding:50px 0 30px;
}

.f_logo dt{
text-align:center;
margin-bottom:10px;
}
.f_logo dd{
text-align:center;
color:#fff;
margin-bottom:20px;
}

.f_logo dd a{
color:#fff;
}

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

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

.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_link_box{
text-align:center;
}

.f_link_box img{
margin:15px;
width:180px;
}

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

.fotter_bg{
	background:url(../common_img/bg_f.png) repeat-x center 90%,url(../images/main_00.png) repeat center 0;
	background-size:800px auto ,16px 16px;
	background-attachment: fixed,fixed;
}

.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;
}

}

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

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


/*PC960px以上 */






/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.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;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

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

.tt_style01{
font-size:130%;
color:#fff;
text-align:left;
padding:9px 0px 7px 20px ;
font-weight:bold;
margin:40px 0px 30px;
background:#0043b0 url(../common_img/h3_bg02.png) repeat-x 0 0;
border-bottom:solid 2px #0058e6;
}

.tt_style01:before { content:'\f18c'; margin-right:15px;font-family:'icomoon';color:#fff;}

.tt_style01 span{
font-size:80%;
color:#ffc7a2;
padding:0px 0px 0px 20px ;
}

section:first-child .tt_style01{
margin:0px 0px 30px;
}

.tt_style02{
font-size:120%;
color:#fff;
text-align:left;
padding:9px 0px 7px 5px ;
font-weight:bold;
margin:0px 0px 15px;
background:#0080cc;
}

.tt_style02:before { content:'\f00c'; margin-right:15px;font-family:'icomoon';color:#fff;}

.tt_style03{
text-align: center;
  margin:2% 0 3%;
  padding-bottom: 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
  background: url(../common_img/h3_bg03.png) no-repeat center bottom;
  color: #00bbb9;
}
.tt_style03 span {
  display: block;
  text-align: center;
  font-size: 80%;
  color: #000;
}

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

.tt_style01{
font-size:120%;
}

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

.tt_style03{
text-align: center;
font-size:180%;
}
}





/* 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 45px;
}

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

.fig_03{
float:left;
width:210px;
margin:0px 0px 0px 0px;
}

.figure img{width:100%;}

figcaption{text-align:center;font-weight:bold;padding:10px 0 0 0;}


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


.fig_01{
float:none;
width:280px;
margin:0px auto 15px;
}

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

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

.fig_n01{
display:none;
}

.fig_n02{
display:none;
}

.fig_n03{
display:none;
}

.fig_n04{
display:none;
}

}

/* ==================================================
	table
================================================== */


.hissu:before {
  content: '必須';
  background-color: #ffa23e;
}
.nini:before {
  content: '任意';
  background-color: #4b7aa6;
}
.table_style th:before {
  font-weight: normal;
  padding: 3px 10px;
  margin-right:10px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table_style {
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}

		.table_style th,
		.table_style td {
			padding: 1.5% 1.5%;
			border-bottom: 1px solid #aaa;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}

		.table_style th,.table_style td.item {
			vertical-align: top;
			text-align: left;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.res{
display: block;
}

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

.table_style02{
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}
		.table_style02 th,
		.table_style02 td {
			padding: 1.5% 1.5%;
			border-bottom: 1px solid #aaa;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style02 td {
			background:#fff;
			border-left: 1px solid #aaa;
		}

		.table_style02 th{
			vertical-align: top;
			text-align: left;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
		}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 900px) {

.table_style th,.table_style td {
display: table-cell;
border-bottom: 1px solid #ccc;
}

.table_style th,.table_style td.item {
width:30%;
}

.res{
display: none;
}
}

.sa {
  opacity: 0;
  transition: all 1.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(200px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}


@media ( max-width : 768px ) {


.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

}