@charset "utf-8";

/*ブラウザごとの初期化*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 90px;/*headerをfixedしているのでその高さ分*/
	background-color: #ffffff;/*ウィンド背景の色*/
	font-family: "ヒラギノ角ゴ　Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;/*全体のフォント設定*/
	font-size: 12px;/*全体のフォントサイズ設定*/
	color: #616161;/*全体のフォントカラー設定*/
}

#container {
	width: auto;
}

.contentbox {
	max-width: 1200px;
	margin: 0 auto;/*コンテンツをセンタリング*/
}

/*ページコンテンツ内の基本リンクテキスト設定*/
#container a:link,
#container a:visited,
#container a:hover,
#container a:active{
	text-decoration: none;
	color:#666666;
}


section{
	padding-top:60px;
}

section#n_contact{
	background-color: #e2eaf1;
	padding-bottom: 50px;
}

main{
	width: 100%;
	margin: 30px auto;/*コンテンツをセンタリング*/
}


ul{
	list-style-type: none;
}


h1{/*h1にはページタイトルを入れ、見えないように（検索対策）*/
	display:none
}
h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	padding-top: 10px;
	text-align: center;
}

h2 span{
	padding-bottom: 15px;
	border-bottom: 2px solid;
}


h3{
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 20px;
}
h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-indent: 10px;
	text-align: center;
}

h5{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

p{
	line-height: 2.0;
	text-align: left;
}


.clear:after{
	content:"";
	display:block;
	clear: both;
}



/*==VIEW_MORE_button==*/
.more{
	text-align: center;
	max-width: 336px;
	margin: 0px auto;
}
.more:before{
	content:"";
	display:block;
	clear: both;
}
.more a{
	font-size: 15px;
	padding: 10px 0px;
	width:100%;
	background-color: #000000;
	color:#ffffff;
	border: solid #666666 1px;
	margin: 20px 0px;
	display: inline-block;
}
#container .more a:hover{
	background-color: #666666;
	color:#ffffff;
}
#container .more a:active{
	color:#ffffff;
}


.pagetop{ /*pagetop*/
	padding-top: 0px;
	padding-bottom: 20px;
	max-width: 800px;
	text-align: right;
	margin: 0 auto;
}

.block{
	display: inline-block;
}



/*＞＞＞テーマカラー部分の設定＞＞＞＞＞＞＞＞＞＞＞＞＞＞＞＞＞＞*/

.bg-color{/*色薄*/
background-color: #e2eaf1;
padding-top:10px;
}

.bg-color-header{/*ヘッダー部分色薄*/
	background-color:rgba(250,250,250,0.8);
	}
/*【色変え】トップナビ*/
#menuList li a:hover{
	background-color: #1d3838;
	color: #ffffff;
}
#menuList li a:hover .btm{
	background-color: #1d3838;
	color: #ffffff;
}




/*＞＞＞ヘッダーナビゲーション部分の設定＞＞＞＞＞＞＞＞＞*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10; /*後続のボックスが下に潜るように*/
}
header .inner{
	max-width: 960px;
	margin:0px auto;/
}
header .inner:after {
	content: "";
	clear: both;
	display: block;
}
.logobox{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width:200px;
}

.logobox img{
	width:100%;
}

#menuList ul{
	float: right;
	width: 60%;
}

#menuList ul li{
	width: 20%; /**/
/*	height: 90px;【下揃え】のために親要素に高さ*/
	display:block;
	float: left;
	text-align: center;
	
}
#menuList li a{
	width: 100%; /*BOXいっぱいにリンク領域を広げるため*/
	height: 100%; /*BOXいっぱいにリンク領域を広げるため*/
	display:block; /*BOXいっぱいにリンク領域を広げるため*/
	padding: 10px 0 10px;
	color: #1d3838;
}




/*＞＞＞トップページ部分の設定＞＞＞＞＞＞＞＞＞＞＞＞＞*/

.contentbox{
	background-image:URl("images/bg-renkon.png");
	background-size: 100% auto;
}


.topimg{
	background-image:URl("images/top.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	overflow: hidden;
	width: 100%;
	height: 200px;

}

.wrapper {
  height:200px;
	margin-top:50px;
	text-align: center;

}


.topimg .top-text{
	color: white;/*文字は白に*/
	background: orange;
	font-size: 30px;
}

.topimg .top-subtext{
	font-size: 20px;
	background: #ffffff;
	color: orange;
}


/*＞＞＞ボックス3個横並び＞＞＞＞＞＞＞＞＞＞*/

article{
	float: left;
	width:28%;
	margin-left: 40px;
	margin-bottom: 40px;
}

article img{
	width:100%;
}

.center-box{
	text-align: center;
	max-width: 733px;
	margin: 0px auto;
}


/*＞＞＞ユーチューブ部分の設定＞＞＞＞＞＞＞＞＞＞*/

.movbox{
	max-width: 560px;
	margin: 0px auto;
}

.mov{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.mov iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*＞＞＞ボックス2個横並び＞＞＞＞＞＞＞＞＞＞*/

.demi-box{
	width: 40%;
	margin: 40px;
	float: left;
}

.demi-box img{
	width: 100%;
}


/*＞＞＞SNS横並び＞＞＞＞＞＞＞＞＞＞*/
.middle-center{
	width:250px;
	margin: 0px auto;
	padding: 10px 0px;
}

.sns-box{
	width: 15%;
	margin: 20px;
	float: left;
}

.sns-box img{
	width: 100%;

}


/*＞＞＞各ページ部分の設定＞＞＞＞＞＞＞＞＞＞*/



/*==PAGE_TOP_button==*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1d3838;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
 /* font-family: FontAwesome;*/
  content: '▲';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover
{
    opacity: 0.85 ;
}

/*＞＞＞フッター部分の設定＞＞＞＞＞＞＞＞＞＞＞＞＞＞*/
footer {
	clear: both;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	color: #1d3838;
}

footer .bg-color{
	padding: 5px;
}







/*===============================================
●モバイル(スマホ&i-pad)
===============================================*/

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


.topimg{
	height: 130px;
}

.topcomment{
	    padding: 20px;
	    height: auto;
	    left: 0;
}
.topcomment h2{
	font-size: 30px;
}


header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10; /*後続のボックスが下に潜るように*/
}


main{
	width: auto;
	margin: 0px 10px;
	font-size: 10px;
}

main .inner{
	width: auto;
}


article{
	float: left;
	width:28%;
	margin-left: 30px;
	margin-bottom: 40px;
}

.demi-box{
	width: 40%;
	margin: 20px;
	float: left;
}

.demi-box img{
	width: 100%;
}




main .maincol h2{
	margin-top: 25px;
}

main .maincol{ 
	width: auto;
	float: none;

}

.color-box{
	width: auto;
}

main .color-box .box580{
	width: auto;
	float: none;
}

main .color-box .half-box{
	float: none;
	margin: 10px auto;
}

main .color-box .box580 .half-box{
	float: none;
	width: auto;
	}

main .box03{
	float: none;
	margin: 0px auto 30px;
}


/*==SP_サムネイル関連==*/
.thumbnailbox{
	width: 85%;
	margin: 50px auto;
	padding-bottom: 50px;
}
.thumbnail{
	float: none;
	width:95%;
	margin-left: 5%;
}
/*==SP_サムネイル画像ホバーキャプション==*/
figure {
 	width: 100%;
 /*	height: 400px;*/
 	height: auto;
	margin-bottom:30px;
}
figure img{
	width: 100%;
}

figure a.hover figcaption {
  opacity: 1;
}

figcaption .box h3,
figcaption .box p{
	color: #ffffff;
	line-height: 1.5;

}
figcaption .box p{
	position: static;
	}
figcaption .iconbox{
	margin:20px 0;
}
figcaption .iconbox img{
	width: 20%;
	height: 20%;
}


}



/*===============================================
●モバイル(スマホ)
===============================================*/

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


#menuList ul{
	float: left;
	width: 100%;
}

.topimg{
	background-image:URl("images/top.jpg");
	background-size: cover;
	background-position: center; /* 画像を中央に配置 */
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	overflow: hidden;
	width: 100%;
	height: 200px;

}

.topimg .top-text{
	font-size: 25px;
}

.topimg .top-subtext{
	font-size: 15px;
}

.wrapper {
	height:200px;
	margin-top:50px;
	text-align: center;

}


article{
	width:80%;
	margin-left: 50px;
	margin-bottom: 40px;
}

article img{
	width:100%;
}

.demi-box{
	width: 90%;
	margin: 20px;
	float: left;
}

.demi-box img{
	width: 100%;
}


}







