@charset "utf-8";
/* CSS Document */

/* ベースルール */

#l-960{ width:960px; margin:0 auto;}

/* モジュールルール */

.btn-style01{ width:85%; padding:15px!important;}


/*親*/
.parent1                {
    width:100%;
    /*background:#dd0000;*/
    padding:0;
    position:relative;
}
 
/*子*/
.parent1 .child1{
    background:DarkCyan;
    position:relative;
 
    /*テキストの補正*/
    color:#fff;
    /*padding:10px 0;*/
	
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
/*擬似要素:after*/
.parent1 .child1:after    {
    content: ' ';
    width:0;
    height: 0;
    position:absolute;
    border:10px solid transparent;
    border-top-color:DarkCyan;
    top:100%;
    left:50%;
}

/* 各種カラム設定 */

#l-clmn{ width:100%;}
/*#l-1clmn div,#l-2clmn div,#l-3clmn div,#l-4clmn div,#l-5clmn div,#l-6clmn div,#l-8clmn div{min-height:50px;}*/

/* 1カラム-01 */
#l-1clmn div{}
.is-1clmn-01{ width:100%;}

/* 2カラム-01 */
#l-2clmn div{}
.is-2clmn-l01{ width:49%; margin-right:2%}
.is-2clmn-r01{ width:49%;}

/* 2カラム-01（高さリセット） */
.is-2clmn-l01-reset{ width:49%; margin-right:2%}
.is-2clmn-r01-reset{ width:49%;}

/* 2カラム-02 */
.is-2clmn-l02{ width:66%; margin-right:2%}
.is-2clmn-r02{ width:32%;}

/* 2カラム-03 */
.is-2clmn-l03{ width:32%; margin-right:2%}
.is-2clmn-r03{ width:66%;}

/* 2カラム-03（高さリセット） */
.is-2clmn-l03-reset{ width:32%; margin-right:2%}
.is-2clmn-r03-reset{ width:66%;}

/* 3カラム-01 */
#l-3clmn div{}
.is-3clmn-l01{ width:32%; margin-right:2%}
.is-3clmn-c01{ width:32%; margin-right:2%}
.is-3clmn-r01{ width:32%; }

/* 4カラム-01 */
#l-4clmn div{}
.is-4clmn-l01{ width:23.5%; margin-right:2%}
.is-4clmn-c01{ width:23.5%; margin-right:2%}
.is-4clmn-r01{ width:23.5%;}

/* 4カラム-01 */
#l-4clmn div{}
.is-4clmn-l02{ width:23.5%; margin-right:2%}
.is-4clmn-c02a,.is-4clmn-c02b{ width:23.5%; margin-right:2%}
.is-4clmn-r02{ width:23.5%;}

/* 5カラム-01 */
#l-5clmn div{}
.is-5clmn-l01{ width:18.4%; margin-right:2%}
.is-5clmn-c01{ width:18.4%; margin-right:2%}
.is-5clmn-r01{ width:18.4%;}

/* 6カラム-01 */
#l-6clmn div{}
.is-6clmn-l01{ width:15%; margin-right:2%}
.is-6clmn-c01{ width:15%; margin-right:2%}
.is-6clmn-r01{ width:15%;}

/* 6カラム-01 */
#l-6clmn div{}
.is-6clmn-l02{ width:15%; margin-right:2%}
.is-6clmn-c02a,.is-6clmn-c02b,.is-6clmn-c02c,.is-6clmn-c02d{ width:15%; margin-right:2%}
.is-6clmn-r02{ width:15%;}

/* 8カラム-01 */
#l-8clmn div{}
.is-8clmn-l01{ width:10.75%; margin-right:2%}
.is-8clmn-c01{ width:10.75%; margin-right:2%}
.is-8clmn-r01{ width:10.75%;}

/* 8カラム-02 */
#l-8clmn div{}
.is-8clmn-l02{ width:10.75%; margin-right:2%}
.is-8clmn-c02a,.is-8clmn-c02b,.is-8clmn-c02c,.is-8clmn-c02d,.is-8clmn-c02e,.is-8clmn-c02f{ width:10.75%; margin-right:2%}
.is-8clmn-r02{ width:10.75%;}

/* YouTUBE設定 */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ステートルール */

.is-hidden{ display:none;}
.is-error{ color:indianred;}

#footer{ margin:0 !important;}
.pc-none{display: none !important;}
.sp-none{display: inline !important;}

/* スライダーエリア */

#l-slide{
	padding:3%;
	background-color:#003366;
	/*position:relative;
	background-image: url(../img/bg/bg-sky01.jpg);
	background-size:cover;*/
}
.slider-slick{ margin:0 auto; text-align:center; position:relative;}
.slick-prev, .slick-next {
	/*width:44px;
    height:44px;*/
}
.slick-prev:before, .slick-next:before {
    content:"";
}

/* フッターエリア */
.banner_area{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100000;
	margin-bottom: 0;
	position: fixed;
	background-color: #930;
}
.bnr_inner{
  max-width: 960px;
  margin: 0 auto;}
  
/* スクロールトップ */

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 15px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #ACACAC;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* グローバルメニュー */

#respo-menu {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	/*min-height:50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #CCC;*/
}
#respo-menu ul{list-style-type:none; width:960px;}
#respo-menu li{
	list-style-type:none; float:left; position: relative;
    width: 25%;
    padding: 1.4% 2%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respo-menu li a {
	/*padding: 12px 0 6px 0;*/
	/*background: none;*/
	color: #555555;
	/*display: inline-block;*/
	display: block;
	margin: auto;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	/*border-right: 1px dotted #CCC;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respo-menu li a:hover {
	/*background-color: #FFEBD7;*/
	color: #FF9933;
}
#respo-menu li a:active {color: #fff;}
#respo-menu {display: none;}

@media screen and (min-width : 769px) {
	#respo-menu {display: block;}
	.slicknav_menu {display: none;}
	}

@media screen and (max-width: 768px){
/* メニューエリア */
.pc-none{display: inline !important;}
.sp-none{display: none !important;}
	
/* スライダーエリア */
#l-slide{padding:5%;}
#l-slide img{ width:60%;}
.slick-prev,.slick-next{ display:none !important;}

/* フッターエリア */
.bnr_inner img{ width:100%;}

/* 各種カラム設定 */
#l-960,#l-clmn{width:100%;}
/*#l-2clmn div,#l-3clmn div{ width:96%; margin:0 2% 2% 2%;}*/
#l-1clmn,#l-2clmn,#l-3clmn,#l-4clmn,#l-5clmn,#l-6clmn,#l-8clmn{margin:0;}
.is-1clmn-01{ width:96%; margin:0 2% 2% 2%;}
.is-2clmn-l01,.is-2clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-2clmn-l01-reset{ width:100%; margin:0 0 2% 0;}
.is-2clmn-r01-reset{ width:100%; margin:0;}
.is-2clmn-l02,.is-2clmn-r02{ width:96%; margin:0 2% 2% 2%;}
.is-2clmn-l03,.is-2clmn-r03{ width:96%; margin:0 2% 2% 2%;}
.is-2clmn-l03-reset{ width:100%; margin:0 0 2% 0;}
.is-2clmn-r03-reset{ width:100%; margin:0;}
.is-3clmn-l01,.is-3clmn-c01,.is-3clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-4clmn-l01,.is-4clmn-c01,.is-4clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-4clmn-l02,.is-4clmn-c02b{ width:47%; margin:0 2% 2% 2%;}
.is-4clmn-c02a,.is-4clmn-r02{ width:47%; margin:0 0 2% 0;}
.is-5clmn-l01,.is-5clmn-c01,.is-5clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-6clmn-l01,.is-6clmn-c01,.is-6clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-6clmn-l02,.is-6clmn-c02c{ width:30.666%; margin:0 2% 2% 2%;}
.is-6clmn-c02a,.is-6clmn-c02d{ width:30.666%; margin:0 2% 2% 0;}
.is-6clmn-c02b,.is-6clmn-r02{ width:30.666%; margin:0 0 2% 0;}
.is-8clmn-l01,.is-8clmn-c01,.is-8clmn-r01{ width:96%; margin:0 2% 2% 2%;}
.is-8clmn-l02,.is-8clmn-c02d{ width:22.5%; margin:0 2% 2% 2%;}
.is-8clmn-c02a,.is-8clmn-c02b,.is-8clmn-c02e,.is-8clmn-c02f{ width:22.5%; margin:0 2% 2% 0;}
.is-8clmn-c02c,.is-8clmn-r02{ width:22.5%; margin:0 0 2% 0;}

}

@media screen and (max-width: 480px){
.banner_area{display:none;}
.is-4clmn-l02,.is-4clmn-c02b,.is-4clmn-c02a,.is-4clmn-r02{ width:96%; margin:0 2% 2% 2%;}
}
