@charset "utf-8";
/* CSS Document */
/*-------------------
 Layout
---------------------*/
body{
 font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:16px;
 background-color:#FFF;
 line-height:140%;
 max-width: 100%;
}
body .img {
 max-width: 100%;
 height : auto ; 
}

bodysp{
 font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size:20px;
 background-color:#FFF;
 line-height:140%;
}
.wrapper{
	position: relative;
}
.container{
	max-width:100%;
	height:auto;
	margin:0 auto;
	position: relative;
}
.container .img {
      max-width: 100%;
      height : auto ; 
}
.fbbtn{
	position:absolute;
	bottom:24px;
	right:24px;
	color:#315096;
}
.share_btn2{
    display: inline-block;
    text-decoration: none;
    width: 50px;
	margin:2px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
	color:white;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.share_btn2.shfb {background: #6680d8;}
.wrapper{
    width:100%;
	height:auto;
	margin:0 auto;	
}
	
.headerArea{
	width:90%;
	height:auto;
	padding: 0px 5%;
	}
	
.header{
	width:100%;
	height:auto;
	margin:0 auto;
	border-bottom:solid 1px #C8C8C8;
	}
	
.header .logo{
	height:auto;
	float:left;
	}
.header .logosp{
	width:180px;
	height:auto;
	}
.header .menu{
	height:auto;
	float:right;
	padding-top:10px;
	}

#nav-drawer {
  position: relative;
	display: none;
}
@media(max-width:768px){
	.header .menu{
	height:auto;
	float:right;
	padding-top:10px;
		display:none;
	}
	#nav-drawer {
  position: relative;
	display: block;
		float:right;
}
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  margin-top: 8px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
	display: inline-block;
    position: relative;
    height: 30px;
    width: 25px;
    content: "";
    cursor: pointer;
    border-top: 3px solid #333;
}
#nav-open span::before {
	background-color: #333;
    height: 3px;
    width: 25px;
    content: "";
    position: absolute;
    top: 7px;
}
#nav-open span::after {
	content: "";
    position: absolute;
    bottom: 10px;
    width: 25px;
    height: 3px;
    background: #333;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	font-size:24px;
	
}
#nav-content li{
	margin:16px 0;
	
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.header .menu ul{
	width:100%;
	height:auto;
	}
	
.header .menu ul li{
	float:left;
	margin:0 6px;
	}						
	
.header .menu ul li a{
	display:block;
	padding:4px 18px;
	background-color:#FFF;
	color:#555555;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	}
@media(max-width:768px){
	.header .menu ul li{clear:both;
	text-align: center;
		font-size:20px;
	}
	.header .menu ul li a{
		margin:8px auto;
	}
}
.header .menu ul li a:hover{
background-color:#E99621;
	color:#FFFFFF;
	}	

.active1{
	background-color:#E99621!important;
	color:#FFFFFF!important;
	}

.noactive{
	}
.sp{
	display:none;
}
@media(max-width:768px){
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
}
.sliderArea{
	width:100%;
	height:auto;
}
.sliderArea .img{
	max-width:100%;
	height:auto;
}
	
.slider{
	width:100%;
	height:auto;
	margin:0 auto;
	
}
.slider .img{
	max-width:100%;
	height:auto;
}
	
.mainArea{
	width:90%;
	height:auto;
	}
	
.main{
	width:100%;
	margin:0 auto;
	height:auto;
	}
	
	
.banner{
	width:100%;
	height:auto;
	margin:0 auto;
	}									
	
.titlePage{
	width:100%;
	height:auto;
	font-family: 'Roboto', sans-serif;
	font-size:45px;
	color:#333333;
	text-align:center;
	margin:0;
	}
	
.line2{
	width:6%; 
	border-bottom:solid 3px #E99621;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	}
	
.infoBanner{
	width:100%;
	height:auto;
	text-align:center;
	color:#333333;
	font-size:18px;
	line-height:180%;
	letter-spacing:-1px;
	}
	.groupImg{
	width:1200px;
	height:auto;
	
	padding-top:40px;
	padding-bottom:30px;
	margin: 0 auto;
	display: flex;
	}

.groupImg img{
	display:block;
	width:1000px;
	margin:0 auto;
	
}
.oneImg img{
	display: block;
	width:300px;
	padding:24px;
	height:auto;
}
.groupImg .oneimg{
	width:300px;
	margin: 0 auto;
	
	}	
	@media(max-width:768px){
	.groupImg{
		width:100%;
		margin:0px auto;
		display:flex;
		flex-direction: column;
	}
	.groupImg img{
		width:100%;
		margin:0 auto;
	}
}

	
.oneBox .titleBox{
 font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', sans-serif; 
 color:#333333;
 font-size:20px;
 line-height:120%;
 border-left: solid 5px #E99621;
 padding-left:10px;
 box-sizing:border-box;
 font-weight:600;
}

.lineBr{
	width:100%;
	height:auto;
	border-bottom:solid 1px #EEEEEE;
	margin-top:8px;
	margin-bottom:20px;
	}
	
.cntBox{
	width:100%;
	height:auto;
	line-height:160%;
	color:#333333;
	font-size:14px;
	}
	
.oneBox2{
	width:100%;
	height:auto;
	padding:15px 25px;
	background-color:#FCFBF9;
	border:solid 1px #F1F1F1;
	font-size:14px;
	line-height:180%;
	color:#333333;
	box-sizing:border-box;
}



.dotArrow{
	color:#E9961F;
	}		

.infoText{
	color:#333333;
	font-size:14px;
	line-height:160%;
	}						
	
.footerArea{
	
	width:100%;
	height:auto;
	background-color:#F7F5F1;
	}
	
.footer{
   width:100%;
   height:auto;
   overflow:hidden;
   margin:0 auto;
}

.footer .section1{
	width:340px;
	height:auto;
	float:left;
	margin-right:25px;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	}
	
.line1{
	width:65%;
	border-bottom:solid 1px #DFDFDF;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:12px;
	}	
	
.copyright{
	color:#525252;
	font-size:11px;
	line-height:180%;
	}	
	
.footer .section2{
	width:390px;
	height:auto;
	float:left;
	overflow:hidden;
	}
	
.footer .section2 .left{
	width:80px;
	height:auto;
	float:left;
	font-size:15px;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	}
	
.footer .section2 .right{
	width:270px;
	height:auto;
	float:left;
	border-left: dotted 1px #BBBBBB;
	padding-left:10px;
	margin-left:10px;
	color:#525252;
	font-size:12px;
	}

	
.footer .section3{
	width:220px;
	height:auto;
	float:left;
	overflow:hidden;
	}
	
.footer .section3 .left{
	width:50px;
	height:auto;
	float:left;
	font-size:15px;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	}
	
.footer .section3 .right{
	width:100px;
	height:auto;
	margin-left:10px;
	padding-left:10px;
	float:left;
	border-left: dotted 1px #BBBBBB;
	color:#525252;
	font-size:12px;
	}
	
.menuFooter ul li a:hover{
	color: #ED931F;
	}	
	
.active2{
	color: #ED931F;
	}
	.insta_btn {
		position:absolute;
		bottom:24px;
		right:72px;
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 47px;/*幅*/
  height: 47px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

/*****追記*****/
	.insta_btn {
		position:absolute;
		bottom:24px;
		right:72px;
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 47px;/*幅*/
  height: 47px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}
h1.titleBox { margin-bottom: 30px; }

@media screen and (min-width: 768px) {
	h2.main-title { text-align: center;
	font-size:40px;
	font-family: 'Roboto', 'sans-serif';
	line-height:150px;
	vertical-align: middle;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', sans-serif;
	}
	.bannerArea{
	width:100%;
	height:auto;
	border-top:solid 5px #E99621;
	background:url(../img/bgBanner.png) repeat;
	min-height:200px;
	padding-top:40px;
	box-sizing:border-box;
	padding-bottom:20px;
	
	-webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	 -moz-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	 box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	}
	.mainArea { padding: 0 5%; }
	.height-special{ height:640px; }
	.gallery_img_3 .oneimg { float: left; margin-right: 1%; }
}

@media screen and (max-width: 767px) {
	* { overflow: hidden; }
	.main-title{ font-size: 130%; text-align: center; line-height: 50px; }
	.bannerArea{
	width:100%;
	height:auto;
	border-top:solid 5px #E99621;
	background:url(../img/bgBanner.png) repeat;
	box-sizing:border-box;
	-webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	 -moz-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	 box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
	 padding: 20px;	}
	.mainArea { padding: 0 4%; width: 92%; }
	ul.bxslider { position: initial !important; }
	h1.titlePage { line-height: 50px; }
	#nav-content ul li { margin: 0px; }
	#nav-content ul li a { padding: 20px; display: block; }
	.nav-tabs>li { width: 50%; }
	.footer div { width: 100%; padding: 10px 4%; }
	.footer .section1 { margin: 0 !important; width: 100% !important; }
	.gallery_img_3 .oneimg { width: 49% !important; float: left; min-height: initial !important; margin-right: 1% !important; }
	.gallery_img_3 .oneimg img { width: 100% !important; }
	.header .logo { width: 85%; }
}
@media screen and (max-width: 320px) {
	.main-title { font-size: 100%; }
	.header .logo img { width: 100% !important; }
	.footer .section2 .right, .footer .section3 .right { width: inherit !important; float: none !important; padding-top: 0px; }
}