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

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

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

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

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

/* nivo-SLIDER */
@import url("nivo-slider.css");

/* anime */
@import url("aos.css");

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

/* ----------   header  --------------------- */
header {
	padding-bottom:0px;
	background-position: 0 0;
}

#btn-requst-fix {
    position: fixed;
    top: 160px;
    right: 0px;
    width:92px;
    z-index: 2000;
}

/* ----------   article  --------------------- */

article {
	margin:0px 0 10px;
}

main{
padding:0px 0px 30px 0px ;
}

@media only screen and (max-width: 1100px) {
#btn-requst-fix {
    top: 10px;
    right: 0px;
    width:40px;
}
}
@media only screen and (max-width: 768px) {
main{
padding:10px 8px 30px 8px ;
}
}

/* ----------   section  --------------------- */
section p, li{
font-size: 14px;
line-height:1.8;
}

aside {
	margin:0px 0 30px;
}



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

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


#link_area img{
margin:5px 0;
}


/* ----------   メインイメージ系  --------------------- */
.nak_tt{
background:url(../images/main02.png) no-repeat center bottom,url(../images/main03.png) repeat-x center bottom;
background-size:1600px,708px;
}

.nak_tt h2{
font-weight:bold;
padding:6% 2% 6%;
font-size:180%;
color:#fff;
text-shadow:1px 1px 1px #333,-1px -1px 1px #333,1px 1px 1px #333,-1px -1px 1px #333,1px 1px 1px #333,-1px -1px 1px #333;
}


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

.nak_tt{
margin:0px 0px 0px ;
background-size:160%;
}

.nak_tt h2{
font-weight:bold;
padding:6% 2% 6%;
font-size:140%;
text-shadow:1px 1px 1px #333,-1px -1px 1px #333,1px 1px 1px #333,-1px -1px 1px #333,1px 1px 1px #333,-1px -1px 1px #333;
}


}



/* ----------   menu  --------------------- */

#menu-box{
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
  position: relative;
  background:url(../common_img/bg.png) repeat;
}

#menu{
  margin: 0px 0 0px;
  padding: 0;
  font-size:100%;
}
#menu li{
  float: left;
  text-align:center;
  line-height:1.2;
  width: 20%;
  border-right:solid 1px #8aa5de;
  margin: 0;
  }

#menu li:first-child{border-left:solid 1px #8aa5de;}

#menu li a{
  display: block;
  padding: 12px 0px 12px;
  color: #fff;
  text-align: center;
  font-weight:bold;
  text-decoration: none;
}
#menu li a:before{font-size:200%;vertical-align:middle;color:#fff;display:block;}

.menu_01 a:before{content:'\f0c0';margin-right:10px;font-family:'Font Awesome 5 Free';}
.menu_02 a:before{content:'\f54f';margin-right:10px;font-family:'Font Awesome 5 Free';}
.menu_03 a:before{content:'\f0b1';margin-right:10px;font-family:'Font Awesome 5 Free';}
.menu_04 a:before{content:'\f2b5';margin-right:10px;font-family:'Font Awesome 5 Free';}
.menu_05 a:before{content:'\f044';margin-right:10px;font-family:'Font Awesome 5 Free';}

#menu li a:hover{
  background:#06459c;
  color:#fff;
}
#menu li a:hover:before{background:#06459c;color:#fff;}

#toggle{ 
 display: none;
}




@media only screen and (max-width: 1000px) {
  #menu{
    display: none;
  }

#menu-box{
  background:none;
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
}

  #menu li{
    width: 100%;
    background:#fff;
    border-bottom:dotted 2px #15446d;
  }

#menu li:first-child{width: 100%;border-left:none;}
#menu li:last-child{width: 100%;}

#menu li a{
  color: #005bab;
  background:none;
  padding: 15px 0px 15px;
}

#menu li a:hover{
  color: #fff;
  background:#0072ff;
  border-bottom:none;
}

#menu li a:before{font-size:100%;color:#fff;display:inline;margin-right:10px;color:#15446d;}


  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background:#005bab;
    border-bottom:solid 1px #fff;
  }

  #toggle a{
    display: block;
    position: relative;
    padding: 10px 0 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #005bab;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

}





.btn01 {width:60%;margin:20px auto 20px;box-shadow:1px 1px 5px #000;max-width:280px;}

.btn01 a:before { content:'\f35a'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#fff;font-size: 100%; }

.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:100%;
	display:block;
	padding:15px 15px;
	background:#15446d;
	border:solid 1px #fff;
	text-align:center;
}

.btn01 a:hover{
	background:#5c774f;
}

.btn01 a span { font-size: 90%; }

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

.btn01 a span { display:none; }


}

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


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

#page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index:1000;
	animation-name: SlideUp;
	animation-duration: 2s;
}
#page-top a {
    padding: 30px 0px;
    display: block;
}
#page-top a img:hover {
    text-decoration: none;
    opacity: 0.8;
}

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

#page-top {
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index:1000;
    width:50px;
}

}


.fotter_bg{
background:url(../common_img/fotter_bg.png) no-repeat center 0;
background-size:cover;
border-top:solid 10px #725923;
}

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

.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{
border:dotted 1px #fff;
padding:15px 20px 25px 20px ;
}


.f_info p{
text-align:center;
color:#fff;
font-weight:bold;
padding:0px 0px 10px 0px ;
font-size:130%;
}

.f_info dt{
text-align:center;
padding:0px 0px 10px 0px ;
}

.f_info dt span{
color:#fff;
display:block;
text-align:center;
}

.f_info dd{
text-align:center;
font-size:130%;
padding:0px 0px 10px 0px ;
color:#fff;
}
.f_info dd li{
text-align:center;
}
.f_tel{font-weight:bold;}
.f_tel span{display:block;text-align:center;font-size:100%;background:#004f8c;font-weight:normal;margin:10px 0;}

.ei{font-size:80%;}

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

.link_f{
text-align:center;
margin:15px 0;
}

.link_f img{
margin:10px;
width:152px;
}

@media only screen and (max-width: 768px) {
.f_info{
border:solid 1px #fff;
padding:15px 20px 25px 20px ;
width:90%;
margin:20px auto 0;
}

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

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

}

.fnav li a{
display:block;
color:#fff;
border:solid 1px #b5ccd4;
padding:5px 0px 5px 0;
}

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

.f_tel span{font-size:75%;padding:10px 0;font-weight:normal;}

}

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


/*PC960px以上 */


h1{
font-size:80%;
padding:0px 0 0px;
line-height:30px;
font-weight:normal;
color:#333;
text-align:left;
width:730px;
float:left;
}

.c_info{
float:right;
width:258px;
line-height:30px;
margin:8px 0px 0px 0px ;
}

.c_info li{
float:left;
text-align:center;
width:50%;
}

.c_info li a{
display:block;
color:#fff;
text-decoration:none;
text-align:center;
background:#6cae48;
}

.c_info li:last-child a{
background:#2f9544;
}

.c_info li a:before { content:'\f151'; margin-right:10px;font-family:'Font Awesome 5 Free';}
.c_info li:last-child a:before { content:'\f2bb'; margin-right:10px;font-family:'Font Awesome 5 Free';}

.c_info li a:hover{background:#ff7200;}

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


.h_info{float:right;width:430px;padding:20px 0px 0px 0px ;}
.h_info li{float:left;font-weight:bold;font-size:100%;}
.h_info li:first-child{margin:0px 5px 0px 0px ;}
.h_info li:last-child{margin:0px 0px 0px 5px ;}
.h_info li a{color:#fff;display:block;text-align:center;text-decoration:none;background:#de9200;width:170px;padding:1px 0px 1px 0px ;}
.h_info li:first-child a{background:#00b900;width:80px;padding:0px 0px 0px 0px ;}
.h_info li:last-child a{background:#ff3c00;}

.h_info li a:before { font-size:140%;vertical-align:middle;}

.h_info li a:before { content:'\f3cd'; margin-right:20px;font-family:'Font Awesome 5 Free';}
.h_info li:first-child a:before { content:'';margin-right:0px;}
.h_info li:last-child a:before { content:'\f0e0'; margin-right:20px;font-family:'Font Awesome 5 Free';}

.h_info li:first-child a:hover { background:#00b900;}
.h_info li:last-child a:hover { background:red;}
.h_info li a:hover { background:#de9200;}

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

header {
	border-top:solid #003aaf 4px;
}

.logo{float:none;width:300px;margin:10px auto 0px ;}

h1{
display:none;
}

.c_info{
float:none;
width:258px;
line-height:30px;
margin:8px auto 0px ;
}
.h_info{float:none;width:150px;margin:0px auto 15px ;padding:10px 0px 0px 0px ;}
.h_info li{font-size:120%;}
.h_info li a{width:45px;}
.h_info li:first-child a{width:45px;padding:1px 0px 1px 0px ;}
.h_info li a span{display:none;}
.h_info li a:before { margin-left:12px;vertical-align:middle;}
.h_info li:first-child a:before {  margin-left:0px;}

}

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


h1{
font-size:60%;
padding:0px 0 0px;
line-height:1.3;
text-align:center;
}

#pan {display:none;}


}

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

}


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


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

.tt_style01{
background:url(../common_img/bg.png) repeat;
padding:10px 0px 10px 30px ;
margin:40px 0 25px 0;
font-size:120%;
color:#fff;
font-weight:bold;
}

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



.tt_style02{
font-size: 120%; 
color: #b8972b;
padding:5px 0 5px 0px;
margin:20px 0px 15px;
font-weight:bold;
border-bottom:dotted 2px #999;
text-align:left;
}

.tt_style02 span{
font-size: 90%;
padding:0px 0 0px 20px;
color:#333;
}

.tt_style02:before { content:'\f02e'; margin-right:10px;font-family:'Font Awesome 5 Free';color:#ff3c00;font-size: 100%; }


.tt_style03 {
    background: url(../common_img/h3_bg02.png) no-repeat center bottom;
    padding: 0px 0px 20px 0px;
    margin: 20px 0 15px 0;
    font-size: 200%;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.tt_style03 span {
    display: block;
    color: #3d9fd3;
    text-align: center;
}

.tt_style04 {
  font-size: 180%;
  color: #735420;
  padding: 0px 0 0px 0px;
  margin: 0px 0px 25px;
  line-height: 1.9;
  font-weight:bold;
  text-align: center;
}

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

.tt_style01{
font-size:100%;
}

.tt_style02{
font-size:100%;
}

.tt_style03{
font-size:130%;
}

.tt_style04{
font-size:100%;
}

}

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


.table_style {
 border-top: 1px dotted #333;
 margin:10px auto 10px;
 width:98%;
}

		.table_style th,
		.table_style td {
			padding: 15px;
			border-bottom: 1px dotted #333;
			text-align: left;
		}
		.table_style td {
			background:#fff;
		}
		.table_style td.price{text-align:right;background:#fff;}
		.table_style td.item{font-weight:bold;color:#019e05;text-align:left;width:15%;}

		.table_style th {
			vertical-align: top;
			font-weight:bold;
			color:#333;
			background:#f2f2f2;
			width:33%;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.table_style02 {
	margin: 20px auto 20px;
	width:100%;
}
	.table_style02 {
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}
		.table_style02 th{padding: 10px;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		background:#f2f2f2;
		font-weight:bold;
		color:#333;
		width:25%;
		}
		.table_style02 td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
		}
		.table_style02 td.item{
			color:#019e05;
			font-weight:bold;
			width:15%;
		}

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

.res{
display: none;
}

.table_style th{display:block;width:100%;}
.table_style td{display:block;width:100%;}
}

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

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

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

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

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


.fig_05{
float:right;
width:20%;
margin:0px 0px 20px 20px;
text-align:center;
}

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

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

.fig_01{
float:none;
width:250px;
margin:0px auto 20px;
}

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

.fig_02{
float:none;
width:250px;
margin:0px auto 20px;
}

}

.video{
  position:relative;
  width:90%;
  margin:0 auto;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/* アニメーション設定
-------------------------------------------------- */


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

}