

.link {
    padding-top: 80px;
    margin-top:-80px;
}
/*	ヘッダー	*/
header {
  width: 100%;
  z-index: 10;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}
header.scroll-nav {
	background: #282F35;
}
.header-wrapper{
  color: #000000;
  width: 100%;
  height:auto;
  display: flex;
  justify-content: center;
  position: fixed;
  background-color: #ffffff;
}
.header{
  color: #000000;
  width: 90%;
  height:80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.header-2{
  color: #000000;
  width: 90%;
  height:100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 200px;
}
.header-wrapper.transform{
    background: rgba(255,255,255,0.9);
}

.nav-list{
  /* navの横並び */
  display: flex;
}
.nav-item{
  margin-right: 20px;
}
.nav-item:last-child{
  margin-right: 0px;
}
.nav-item a{
	font-size: 1.4rem;
	color: #363636;
	font-weight: bold;
}
.burger-btn{
  display: none;
}


/*	TOPページ　山チャレ!! Recommend	*/
.top-contents02{
	background-color: #FFF5DB;
}
.top-contents02-inner-wrapper{
	max-width: 980px;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 0px auto;
	z-index: 99;
}
.top-ttl01{
	width: 534px;
	margin-bottom: 30px;
}
.kyosan-recommend-sub-ttl{
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
	margin: 80px auto 32px;
}
.kyosan-recommend-txt{
	font-weight: bold;
	text-align: center;
	margin:0px auto 40px;
}
.top-contents02-kyosan-list{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
	margin-bottom: 68px;
}
.kyosan-logo_img{
    margin: 0px 4px 32px;
    width: 140px;
}


/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 50px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  z-index: 99;
}
.page_top_btn img{
	width: 80px;
}
/* マウスオーバー時 */
.page_top_btn:hover {
}

/* フッター */
#pc_footer > .footer_layout_box {
    width: auto!important;
}


@media screen and (max-width: 1100px) {
/*	ヘッダー	*/
	.header {
		color: #000000;
		width: 90%;
		height: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px; 
	}
	.burger-btn{
	  	display: block;
	  	width: 39px;
	  	height: 39px;
	  	position: relative;
	 	z-index: 3;
	  	background-color:transparent;
	  	border:none;
  }
/*	Humburger menu bar*/
  .bar{
	  	width: 20px;
	  	height: 1px;
	  	display: block;
	  	position: absolute;
	  	left: 50%;
	  	transform: translateX(-50%);
	  	background-color: #000000;
  }
  .bar_top{
	  	top: 10px;
  }
  .bar_mid{
	  	top: 50%;
	  	transform: translate(-50%,-50%);
  }
  .bar_bottom{
	  	bottom: 10px;
  }
  .burger-btn.close .bar_top{
	  	transform: translate(-50%,10px) rotate(45deg);
	  	transition: transform .3s;
  }
  .burger-btn.close .bar_mid{
	  	opacity: 0;
	  	transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom{
	  	transform: translate(-50%,-8px) rotate(-45deg);
	  	transition: transform .3s;
  }
  .nav-wrapper{
		display: none;/*これがないと、SP版になった瞬間ハンバーガーメニューが開いた状態になる*/
		width: 100vw;
		height: 100vh;
		position: fixed;
 		top: 0;
		left: 0;
		z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
   }
   .header-nav{
		width: 100%;
		height: 100%;
		background-color:#ffffff;
		z-index: 2;
  }
   .header-nav .nav-list{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
  }
  .header-nav .nav-item{
		margin-right: 0;
		margin-bottom: 30px;
  }
	
}
@media screen and (min-width: 960px) {
	.footer_only_sp { display: none; }
	.footer_only_pc { display: block!important;  margin: 0 auto;}
}
@media (min-width: 768px) {
	/* フッター */
    .container {
        width: auto!important;
	}
}
@media screen and  (max-width: 660px) {
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-inner-wrapper {
		margin: 0px 40px;
	}
}
@media screen and  (max-width: 500px) {
	/*	TOPページ　山チャレ!! Recommend	*/
	.kyosan-recommend-sub-ttl{
		font-size: 2.5rem;
		margin: 64px auto 24px;
	}
	.kyosan-recommend-txt{
		text-align: justify;
	}
	.top-contents02-inner-wrapper {
		margin: 0px 20px;
	}
	.top-contents02-kyosan-list {
		margin-bottom: 32px;
	}
	/*	全ページヘッダー	*/
	.logo{
		width: 140px;
	}
	.kyosan-logo_img {
    	margin: 0px 12px 32px;
		width: 160px;
	}
	.top-contents02-inner-wrapper {
		margin: 0px 20px;
	}
	
}
@media screen and  (max-width:400px){
	.kohen-kyoryoku{
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
		flex-direction: column;
	}
	.kohen{
		margin-bottom: 50px;
	}
}
@media screen and  (max-width:390px){
	.page_top_btn {
		right: 0px;
	}
	
}