@charset "UTF-8";
/* CSS Document */
/*--------------ヘッダー--------------*/

header h1 a:hover{
	opacity: 0.7;
}


/*--------------見出しエリア--------------*/

h2.article_couse{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: #255c99;
	color: #fff;
}

h2.article_play{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: #b3001b;
	color: #fff;
}


#main_visual{
	width: 100%;
	background: #000;
	height: 550px;
	position: relative;
}

#main_visual .title_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	padding: 20px 0;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.7);
}

#main_visual h2{
	width: 800px;
	margin: 0 auto;
	font-size: 35px;
	text-align: center;
}

#main_visual .visual_area{
	width: 1080px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.visual_area img{
	width: 100%;
	height: auto;
}


/*--------------記事エリア--------------*/

#article_area{
	width: 610px;
	margin: 0 auto;
}

.breadcrumbs{
	margin-top: 10px;
	width: 610px;
}

/*------導入文------*/

.introduction{
	width: 100%;
	background: #e5e5e5;
	padding: 25px 20px;
	box-sizing: border-box;
	margin: 40px 0 10px;
}

/*------更新日・シェアボタン------*/


.date_shere p{
	float: left;
	font-size: 16px;
}

.share_head{
	float: right;
}

/*------ シェアボタン------*/



.shareList__item:first-child{
	line-height: 28px;
	font-size: 14px;
}
.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:270px;
	margin:-5px 0 0 -5px;
	padding:0;
}
.shareList__item {
	height:28px;
	line-height:28px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	padding:0 10px;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:14px;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link::after{
	content:attr(title);
	font-size:12px;
	vertical-align: top;
	margin-left:5px;
}

.shareList__link:hover{
	opacity: 0.75;
	transition: all ease .5s;
}
 
.shareList__link.icon-twitter{background:#55acee;}
 
.shareList__link.icon-facebook{background:#3B5998;}

*:after{font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}


/*--------------取材対象--------------*/

.interviewed{
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #004739;
	margin: 50px 0;
	padding: 15px;
}

.intv_photo{
	width: 130px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.intv_photo img{
	width: 100%;
}

.intv_dr{
	float: left;
	width: calc(100% - 150px);
}
.intv_dr h3{
	margin: 8px 0 12px;
	font-size: 20px;
}

/*--------------記事--------------*/

article{
	margin: 70px 0 30px;
}

article h3{
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 30px;
	border-bottom: 5px solid #95c623;
}

article p{
	margin: 0 0 40px;
	letter-spacing: .05em;
	line-height: 1.9;
	font-size: 16px;
}

article span{
	color: #308FB6;
}

/*記事写真*/


.photo_area{
	width: 610px;
	height: auto;
}

.photo_area p{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.photo_area img{
	width: 100%;
	text-align: center;
}

.photo_area span{
	width: 100%;
	display: inline-block;
	margin-top: 2px;
	text-align: right;
}



/*補足説明*/

aside{
	width: 610px;
	height: auto;
	margin-bottom: 60px;
}

aside p{
	width: 100%;
	margin-bottom: 10px;
	color: #308FB6;
}




/*ページナビ*/

ul.page_nav{
	width: 120px;
	margin: 45px auto;
	display: flex;
	justify-content: space-between;
}


.page_nav li a:hover{
	transition: all ease .5s;
	color: #95c623;
	
}
.page_nav li a{
	display: block;
	background:#fff;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 12px;
}

.page_nav li.here a{
	background: #95c623;
	color: #fff;
}

/*ゴルフ場・会社情報*/

.golfclab{
	width: 500px;
	margin: 70px auto 20px;
	border-top: 1px solid #004739;
	border-bottom: 1px solid #004739;
	padding: 15px 10px;
	box-sizing: border-box;
}

.golfclab h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.golfclab a:hover{
	color: #95c623;
}

.foot_shere{
	margin: 0 auto;
}

.golfclab ul{
	font-size: 15px;
	margin-top: 5px;
	padding-left: 20px;
}


.golfclab li{
	list-style-type: disc;
}

/*ボタン設定*/

.back_btn{
	position: relative;
	display: block;
	width: 250px;
	height: 64px;
	line-height: 64px;
	transition: all 0.3s;
	text-align: center;
	margin: 50px auto 60px;
	color: #004739;
}



.back_btn span {
    transition: all 0.3s;
    tranform: scale(1, 1);
}


.back_btn::before,
.back_btn::after{
	content: '';
	position: absolute;
	transition: all 0.3s;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.back_course::before{
	opacity: 0;
	content: "コース一覧に戻る";
	color: #fff;
	background:rgba(149,198,35,1);
	transform: scale(1, 0.1);
}

.back_play::before{
	opacity: 0;
	content: "プレイ一覧に戻る";
	color: #fff;
	background:rgba(149,198,35,1);
	transform: scale(1, 0.1);
}


.back_btn:hover::before{
	opacity: 1;
	transform: scale(1,1);
}

.back_btn::after {
	transition: all 0.3s;
	border: 1px solid #004739;
}

.back_btn:hover::after {
	transform: scale(1, .1);
	opacity: 0;
}



















