﻿@charset "utf-8";
/* CSS Document */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
	display:block;
}
.bold{
	font-weight:bold;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.p20{
	padding:0 20px;
}
.txt14{
	font-size:14px !important;
}
.txt16{
	font-size:16px;
}
.txt20{
	font-size:20px;
}
.l-h{
	line-height: 1.5;
}
.under-line{
	text-decoration:underline;
}
.center{
	text-align:center;
}
html {
    overflow-x: hidden;
}
#main-contents{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#313131;
	line-height: 1.5;
}
.sp_block{
	display:none;
}
.sp-head{
	display: none;
}	
#res-header{
	background-image:url(../images/bg.gif);
	height:auto;
	margin: 0 -500%; /* ネガティブマージンを追記 */
    padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
	width: 100%;
	border-bottom:5px solid #312f3c
}
.pc-head {
    width: 1007px;
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#main-contents {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (max-width: 768px) {
.pc-head{
	display:none;
}
.sp-head{
	display:block;
}
.pc_block{
	display:none;
}
.sp_block{
	display:block;
}
#res-header{
	border-bottom:none;
	margin:0 !important;
	padding:0 !important;
	width:auto;
}
#contents {
    margin:0 !important;
	padding:0 !important;
	width:auto;
}
}

/*----------------------------
  　　ヘッダナビ
----------------------------*/
#navi{
	margin-top:40px;
}
#navi .title{
	font-weight:bold;
	font-size:32px;
	margin-top:0;
	float:left;
	margin-right:20px;
}
#navi .title a{
	color: #313131;
}
#navi .title a:hover{
	color:#606060;
}
#navi ul{
	float:right;
}
#navi ul li{
	float:left;
	font-size:14px;
	margin: 0 13px;
}
#navi ul li:last-child{
	padding-right:0;
	margin-right:0;
	margin-left: 0;
}
#navi ul li a{
	color:#313131;
	display:block;
	padding:10px 10px 8px;
}
#navi ul li a:hover{
	border-bottom:solid #313131 5px;
}
#navi ul li.on{
	border-bottom:solid #313131 5px;
}
#navi ul li.off{
	color:#ACACAC;
	display:block;
	padding:10px 10px 8px;
}
#navi ul li.on a:hover{
	border-bottom:none;
}
#contents{
	border-top: 1px solid #e5e5e5;
	margin: 0 -500%;
    padding: 0 500%;
    width: 100%;
}
@media screen and (max-width: 768px) {
#navi{
	margin-top:10px;
}
#navi .title,#navi ul,#navi ul li{
	float:none;
}
#navi .title{
	font-size:24px;
	margin:0;
	padding:6px 0;
	text-align:center;
	border-bottom:solid #313131 2px;
	border-top:solid #313131 2px;
	width:100%;
}
#navi ul{
	display:none;
}
#navi ul li a{
	padding-left:20px;
}
#navi ul li.off{
	width: auto;
    display: block;
    padding: 10px 20px;
}
#navi ul li a:hover{
	border-bottom:none;
}
#navi ul li,#navi ul li.on{
	border-bottom:solid 1px #CCCCCC;
	width:100%;
	margin:0;
	position:relative;
}
#navi ul li:last-child{
	border-bottom:solid #313131 2px;
}
.arrow{
  position: absolute;
  right:25px;
  top: 50%;
}
/*#navi ul li.off .arrow{
  right:45px;
}*/
.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#navi ul li.off .arrow::before{
  border-top: solid 2px #ACACAC;
  border-right: solid 2px #ACACAC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	float: right;
	right:5px;
	margin:0;
	top:8px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #313131;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
}

/*----------------------------
  　　左カラム
----------------------------*/
#left-contents{
	width:300px;
	float:left;
	margin-top: 25px;
}
#left-contents .box{
	border:solid 1px #e1e1e1;
}
#left-contents .box .title{
	background-color:#f9f3eb;
	margin-top:0;
	padding:10px;
	font-size:16px;
	border-bottom:1px solid #e1e1e1;
}
#left-contents .box .ic{
	width:16px;
	height:16px;
	padding:0;
}
#left-contents .box .title .title_txt{
	float:left;
	margin-top:0;
}
#left-contents .box .title .link{
	font-size:12px;
	font-weight:bold;
	padding-top: 3px;
	margin-top:0;
	float:right;
	position: relative;
}
#left-contents .box .title .link a{
	color:#7bd3c6;
	padding-left:40px;
}
#left-contents .box .title .link .arrow{
  position: absolute;
  left:25px;
  top: 50%;
}
#left-contents .box .title .link .arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #7bd3c6;
  border-right: solid 2px #7bd3c6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#left-contents .box img{
	width:85px;
	float:left;
	margin-right:15px;
	padding:15px 0 10px 15px;
}
#left-contents .box .ph-link{
	float: left;
	margin-top: 0;
	padding-bottom: 15px;
}
#left-contents .box .ph-link img{
	float:none;
}
#left-contents .box .ph-link a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
} 
#left-contents .box .txt{
	float:left;
	width:168px;
	padding:15px 15px 15px 0;
	line-height:normal;
	margin-top:0;
}
#left-contents .box .txt .item{
	color:#03b29d;
	font-weight:bold;
}
#left-contents .box .txt-02{
	width: auto;
	line-height: normal;
	padding:10px 15px;
}
#left-contents .box ul li{
	border-bottom:1px solid #e1e1e1;
}
#left-contents .box ul li:last-child{
	border-bottom:none;
}
#left-contents .box ul li a{
	color:#313131;
	padding:11px 10px;
	display:block;
}
#left-contents .b-t-none{
	border-top:none;
}
#left-contents .box_02 .title{
	background-color:#f9f3eb;
	margin-top:0;
	padding:10px;
	font-size:16px;
	border:1px solid #e1e1e1;
}
#left-contents .box_02 .ic{
	width:16px;
	height:16px;
	padding:0;
	margin-right: 15px;
}
#left-contents .box ul.menu_list li{
	position:relative;
}
#left-contents .box ul.menu_list li a{
	padding:11px 10px 11px 40px;
}
#left-contents .box ul.menu_list li.off{
	padding:11px 10px 11px 40px;
	color:#ACACAC;
}
#left-contents .box ul.menu_list li .arrow{
  position: absolute;
  top: 50%;
  left: 10px;
}
#left-contents .box ul.menu_list li .arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#left-contents .box ul.menu_list li.off .arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ACACAC;
  border-right: solid 2px #ACACAC;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
	#left-contents{
		float:none;
		width:auto;
		margin:20px 0px;
	}
	#left-contents .box .title,#left-contents .box .title .title_txt{
		font-weight:bold;
		border-bottom:none;
	}
	#left-contents .box{
	border:none;
	}
	/*#left-contents .box img{
	width:15%;
	}*/
	#left-contents .box .txt{
	width:75%;
	padding:15px 10px 15px 0;
	line-height:1.5;
	}
	#left-contents .box .txt-02{
	line-height:1.5;
	padding:10px 15px 0 15px;
	}
	#left-contents .box img{
	padding:10px 0 10px 15px;
	}
	#left-contents .box ul.archive li{
		position:relative;
	}
	#left-contents .box ul.archive li .arrow{
		position: absolute;
		top: 50%;
		right: 20px;
	}
	#left-contents .box ul.archive li .arrow::before{
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #313131;
		border-right: solid 2px #313131;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4px;
	}
	#left-contents .b-t-none{
		border-top:1px solid #e1e1e1;
	}
	#left-contents .box ul.menu_list li a{
		padding:11px 10px;
	}
	#left-contents .box ul.menu_list li.off{
		padding:11px 10px;
	}
	#left-contents .box ul.menu_list li .arrow{
		position: absolute;
		top: 50%;
		right: 20px;
		left: inherit;
	}
	#left-contents .box ul li:last-child{
	border-bottom:1px solid #e1e1e1;
	}
}
@media screen and (max-width: 480px) {
	#left-contents .box img{
	width:80px;
	}
	#left-contents .box .txt{
	width:280px;
}
}
@media screen and (max-width: 380px) {
	#left-contents .box .txt{
	width:230px;
}
}
@media screen and (max-width: 320px) {
	#left-contents .box .txt{
	width:180px;
}
}

/*----------------------------
  　　右カラム
----------------------------*/
#right-contents{
	width:640px;
	float:right;
	margin-top:25px;
}
.title_bar{
	background-color:#ace5de;
	padding:10px 20px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top: 10px;
}
.new{
	color:#ff0000;
}
.day{
	font-size:18px;
	float:left;
	padding-top: 7px;
}
.icon{
	float:right;
	color:#FFFFFF;
	padding:7px 15px;
	font-size:14px;
	margin-top:10px;
}
.ore{
	background-color:#faa62f;
}
.green{
	background-color:#62ccbf;
}
.pink{
	background-color:#f876aa;
}
.sp-mt10{
	margin-top:0;
}
.course-box p{
	font-size:16px;
}
.course-box img{
	float:left;
	width:28%;
	margin-right:10px;
}
.course-box .right{
	float:left;
	width: 65%;
}
.course-box .course-title{
	margin-top:0;
}
.course-box .course-title a{
	text-decoration:underline;
}
.course-box .course-read .catch{
	color:#985105;
	font-weight:bold;
}
.comment{
	width:100%;
}
.comment img{
	float:left;
}
.comment .txt{
	float:right;
	background-color:#eeeeee;
	padding:20px;
	font-size:16px;
	border-radius:5px;
	width:75%;
	position:relative;
	line-height: normal;
}
.comment .txt:after {
	border-width:10px 15px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#eeeeee;
	border-left-width:0;
	left:-15px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
	width:0;
}
/*レッスンプロのワンポイントアドバイス*/
.tec{
	background-color:#f9f3eb;
	border-radius:10px;
	border:2px solid #62ccbf;
	word-wrap: break-word;
}
.tec-title{
	font-size:28px;
	text-align:center;
	padding:15px 0;
}
.tec img.tec-pro {
    border-radius: 50%;
    height: auto;
    width:15%;
	float:left;
	margin-right:20px;
}
.tec-txt{
	width: auto;
	font-size:16px;
}
.tec-txt02 {
    float: left;
    padding-top: 10px;
    width: 80%;
	font-size: 14px;
}
.tec-txt02.mt0{
	padding-top: 0;
	margin-top: 0;
}
.tec-bnr{
	text-align:center;
	background-color:#62ccbf;
	width:auto;
	padding:20px 10px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}
/*記事バックナンバー導線*/
.backnumber-link {
    border-radius: 7px;
    display: table;
    height: 80px;
    width: 640px;
    z-index: 5;
	margin:30px auto 0;
}
.u-mb-large {
    margin-bottom: 30px;
}
.backnumber-link-before {
    border-radius: 7px 0 0 7px;
	border: 1px solid #d8d8d8;
}
.backnumber-link-after {
    border-radius: 0 7px 7px 0;
	border: 1px solid #d8d8d8;
	border-left:none;
}
.backnumber-link-before, .backnumber-link-after {
    display: table-cell;
    height: 80px;
    vertical-align: top;
    width: 320px;
}
.backnumber-link-before a, .backnumber-link-after a {
    display: block;
    font-size: 13px;
    height: 80px;
    line-height: 1.6;
    position: relative;
    width: 320px;
	color:#313131;
}
.backnumber-link-before a:hover, .backnumber-link-after a:hover{
	opacity: 0.7;
	color:#33bad2;
}
.backnumber-link-before a .backnumber-link-icon, .backnumber-link-after a .backnumber-link-icon {
    background-color: #2c2c2c;
    display: block;
    height: 82px;
    transition-duration: 0.1s;
    transition-property: background-color, border;
    transition-timing-function: ease-out;
    width: 27px;
    z-index: 2;
}
.backnumber-link-before .backnumber-link-icon {
    border-radius: 7px 0 0 7px;
    left: -1px;
    position: absolute;
    top: -1px;
}
.backnumber-link-after .backnumber-link-icon {
    border-radius: 0 7px 7px 0;
    position: absolute;
    right: -1px;
    top: -1px;
}
.backnumber-link-before a i, .backnumber-link-after a i {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    left: 6px;
    position: absolute;
    top: 45%;
    z-index: 4;
}
.backnumber-link-img img {
		/*width:85px !important;*/
		height:60px !important;
	}
.icon-arrowleft {
    left: 9px!important;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.icon-arrowright{
   left: 3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.backnumber-link-before a .backnumber-link-img, .backnumber-link-after a .backnumber-link-img {
    height: 57px;
    opacity: 1;
    transition: opacity 0.1s ease-out 0s;
    width: 85px;
}
.backnumber-link-before .backnumber-link-img {
    left: 36px;
    position: absolute;
    top: 11px;
}
.backnumber-link-after .backnumber-link-img {
    left: 10px;
    position: absolute;
    top: 11px;
}
.backnumber-link-before a .backnumber-link-title, .backnumber-link-after a .backnumber-link-title {
    height: 70px;
    margin: 10px 15px 10px 30px;
    overflow: hidden;
    position: absolute;
    transition: color 0.1s ease-out 0s;
    width: 160px;
}
.backnumber-link-before .backnumber-link-title {
    left: 120px;
    top: 0;
}
.backnumber-link-after .backnumber-link-title {
    left: 95px;
    top: 0;
}
/*スイング動画*/
.movie_sp{
	display:none;
}
/*超唐突！みやっしーの今日のおつまみのコーナー*/
.food{
	border-radius:10px;
	background-color:#f9f3eb;
	border:2px solid #ffaccd;
}
.food .title{
	text-align:center;
	background-color:#ffaccd;
	border-radius:5px 5px 0 0;
	font-size:24px;
	padding:15px 0;
	margin-top:0;
}
.food img{
	float:left;
	width:30%;
	margin:20px;
}
.food .txt{
	font-size:14px;
	float:left;
	width:60%;
	margin:20px 20px 20px 0;
}
.food span{
	font-size:16px;
}
br.sp_block_br{
	display:none;
}
/*ゴルフの100切りに関するアンケート結果*/
.questionnaire-title{
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	border-left:5px solid #ace5de;
	margin:20px 0;
}
.sp_block_img{
	display:none;
}

@media screen and (max-width: 768px) {
	#right-contents{
		float:none;
		width:auto;
		margin:0 10px;
	}
	.icon{
		padding:5px 15px;
	}
	.day{
		padding-top:5px;
		font-size:18px;
	}
	.sp-mt10{
	margin-top:10px !important;
}
	.title_bar{
		padding:7px 15px;
		font-size:18px;
	}
	.comment .txt{
		width:75%;
	}
	/*記事バックナンバー導線*/
	.backnumber-link {
    width: 660px;
	}
	.backnumber-link-before, .backnumber-link-after {
    width: 330px;
	}
	.backnumber-link-before a, .backnumber-link-after a {
    width: 330px;
	}
	.backnumber-link-img img {
		width:80px !important;
		height:50px !important;
	}
	.backnumber-link-before a .backnumber-link-title, .backnumber-link-after a .backnumber-link-title {
    height: 70px;
    margin: 10px 15px 10px 10px;
    overflow: hidden;
    position: absolute;
    transition: color 0.1s ease-out 0s;
    width: 180px;
}
}
@media screen and (max-width: 680px) {
	.comment .txt{
		width:70%;
	}
	.course-box p{
	font-size:14px;
}
	/*記事バックナンバー導線*/
.backnumber-link {
    border: none;
    display:inline-table;
	margin:20px auto 10px !important;
	width: 100% !important;
}
.u-mb-large {
    margin-bottom:30px;
}
.backnumber-link-before{
	margin-bottom:10px;
}
.backnumber-link-before,.backnumber-link-after {
    border-radius: 7px;
    border: 1px solid #d8d8d8;
	display: block;
	height: 70px;
	width:auto;
}
.backnumber-link-before a, .backnumber-link-after a {
    display: block;
    height: 50px;
    width:100%;
	height: 70px;
}
.backnumber-link-before a .backnumber-link-icon, .backnumber-link-after a .backnumber-link-icon {
    height: 72px;
	width: 20px;
}
.backnumber-link-before a i, .backnumber-link-after a i {
    left: 4px;
}
.backnumber-link-before a .backnumber-link-title, .backnumber-link-after a .backnumber-link-title {
    height: 60px;
    margin: 10px 20px 5px 0;
	width:auto;
}
.backnumber-link-before .backnumber-link-img {
    left: 25px;
	height:auto;
}
/*超唐突！みやっしーの今日のおつまみのコーナー*/
.food .txt {
    width: 56%;
}
/*スイング動画*/
	.movie_pc{
	display:none;
	}
	.movie_sp{
	display:block;
	}
	br.sp_block_br{
	display:block;
}
/*レッスンプロのワンポイントアドバイス*/
.tec-txt02 {
	padding-top:0;
}
/*ゴルフの100切りに関するアンケート結果*/
.questionnaire-title{
	padding-left:15px;
	margin:20px 0;
}
.pc_block_img{
	display:none;
}
.sp_block_img{
	display:block;
}
}
@media screen and (max-width: 480px) {
	.p20{
		padding:0 10px;
	}
	.day{
		font-size:16px;
	}
	.icon{
		padding:4px 15px;
	}
	.title_bar{
		padding:5px;
		font-size:16px;
	}
	.course-box img,.course-box .right{
		float:none;
		width:100%;
	}
	.course-box img{
		margin-bottom:10px;
	}
	.comment img{
		width:20%;
	}
	.comment .txt{
		font-size:14px;
		padding:10px;
		width:67%;
	}
	.comment .txt:after {
	border-width:5px 10px 5px 0;
	left:-10px;
	top:10px;
}
/*レッスンプロのワンポイントアドバイス*/
.tec-title{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.tec img.tec-pro {
    width:25%;
	margin-right:10px;
}
.tec-txt{
	font-size:14px;
	float:none;
	width:100%;
}
.tec-txt02 {
	padding-top:0;
	width:70%;
	margin-top:0;
}
.tec-bnr{
	padding:10px 2px;
}
/*超唐突！みやっしーの今日のおつまみのコーナー*/
.food .title{
	font-size:14px;
	padding:10px 0;
	font-weight:bold;
}
.food img{
	float:none;
	width:80%;
	margin:20px auto 0;
	display: block;
}
.food .txt{
	float:none;
	width:auto;
	margin:20px;
}
.food span{
	font-size:16px;
}
}

/*----------------------------
  　        SNS
----------------------------*/
#Menu {
	width: 70px;
	background-color: #eee;
	position: absolute;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: 50px;
	left: 0;
	padding: 15px 10px;
}
.menu_txt {
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* Reset */
/*@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);*/
.social-buttons li {
	margin: 0 0 8px;
}
.social-buttons li:last-child {
	margin: 0;
}
.social-button {
	display: inline-block;
	background-color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: .99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
	content: '';
	-color: #000;
	width: 120%;
	height: 120%;
	position: absolute;
	top: 90%;
	left: -110%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	line-height: inherit;
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.line:before {
	background-color: #00B900;
}
.social-button.line .fa {
	color: #00B900;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 1156px) {
#Menu {
	display: none;
}
}

@media screen and (max-width: 768px) {
#Menu {
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: rgba(0,0,0,0.8);
	top: auto;
	bottom: 0;
	left: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	z-index: 9999;
}
.menu_category, .menu_txt {
	display: none;
}
.social-buttons li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.social-buttons li:last-child {
	margin: 0;
}
.social-button {
	width: 100%;
	height: auto;
	padding: 5px;
	line-height: 2em;
	opacity: .99;
	border-radius: 5px;
	box-sizing: border-box;
}
.social-button .fa {
	font-size: 2em;
	color: #fff !important;
}
.social-button.facebook {
	background-color: #3B5998;
}
.social-button.twitter {
	background-color: #3CF;
}
.social-button.line {
	background-color: #00B900;
}
.social-button:hover{
	border-radius: 5px;
}
}

/*----------------------------
  　    バックナンバー
----------------------------*/
.post-list-box{
	margin:0 auto;
	width:640px;
}
.post-list-box li {
	width: 266px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #d8d8d8;
	padding:20px;
}
.post-list-box li:nth-child(2n) {
	margin: 0 0 20px;
}
.post-list-box li a {
	display: block;
	color: #333;
}
.post-list-box li a:hover {
	opacity: 0.7;
}
.post-list-box .thumbnail img {
    width: 100%;
}
.post-list-box .icon{
	float:left;
	font-size:14px;
	padding: 5px 15px;
}
.post-list-box .day{
	float:right;
	font-size:14px;
}
.post-list-box .txt{
	font-weight:bold;
	font-size:16px;
}
.border-left{border-left:1px solid #d8d8d8;}
@media screen and (max-width: 768px) {
.post-list-box{
	margin:0 auto;
	width:auto;
}
.post-list-box li {
	width: auto;
	height:auto;
	padding:10px;
	border-bottom: none;
	float:none;
	margin: 0;
}
.post-list-box li:last-child {
	border-bottom: 1px solid #d8d8d8;
}
.post-list-box li:nth-child(2n) {
	margin: 0;
}
.post-list-box .thumbnail {
	width: 35%;
	margin: 0 10px 0 0;
	float: left;
}
.post-list-box .post-info-wrap {
	width: 60%;
	float: left;
}
.post-list-box .thumbnail img {
	width: 100%;
	height:auto;
}
.post-list-box .icon{
	margin-top:0;
}
.post-list-box .day{
	margin-top:0;
}
}
@media screen and (max-width: 480px) {
	.post-list-box .icon{
	font-size:12px;
	padding: 5px 10px;
}
.post-list-box .day{
	font-size:12px;
}
.post-list-box .txt{
	font-size:14px;
	margin-top: 5px;
}
}

/*----------------------------
  　    ラウンド編
----------------------------*/
.round-catch,.round-catch02{
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}
.course-deta{
	color:#FFFFFF;
	background-color:#707070;
	padding:10px;
	display:inline-block;
	margin:15px 0 8px;
}
.course-title{
	font-size:20px;
	padding-bottom:8px;
}
.course-read{
	font-size:16px;
}
h3.title-pink{
	font-weight:bold;
	border-left:none !important;
	font-size:18px;
	color:#f876aa;
	padding:0 0 8px 0 !important;
	margin-top:30px !important;
	background:url(../images/line.gif) bottom repeat-x;
}
#gallery img {
		margin: 0 20px 0 0;
		width:200px;
		float:left;
	}
#gallery img.mr-0 {
	margin: 0;
}
.pc-round-box{
	position:relative;
	border-bottom: dotted 1px #ccc;
	padding-bottom:10px;
}
.pc-round-box .digest{
	color:#f876aa;
	font-weight:bold;
	font-size:15px;
	margin-top:22px;
}
.pc-round-box .ic-pink{
	width:16px;
	height:16px;
	margin-right:10px;
	vertical-align: middle;
}	
.pc-round-box .photo-area{
	float:left;
	width:35%;
}
.pc-round-box .right-area{
	float:left;
	width:65%;
}
.pc-round-box .score {
    left: 450px;
    position: absolute;
    top: 0;
}
.pc-round-box .score img{
	position:absolute;
}
.pc-round-box .score-txt{
	position:relative;
	font-weight:bold;
	font-size:28px;
	left: 120px;
	top: 12px;
}
.sp-round-box{
	display:none;
}
/*ランチタイム*/
.lunch{
	border-radius:10px;
	background-color:#f9f3eb;
	border:2px solid #ffb955;
}
.lunch .title{
	text-align:center;
	background-color:#ffb955;
	border-radius:5px 5px 0 0;
	font-size:24px;
	padding:15px 0;
	margin-top:0;
	/*color:#FFFFFF;*/
}
.lunch img{
	float:left;
	width:30%;
	margin:20px;
}
.lunch .txt{
	font-size:14px;
	float:left;
	width:60%;
	margin:20px 20px 20px 0;
}
.lunch span{
	font-size:16px;
}
/*ページャー*/
.pager_block{
	margin-top:30px;
}
.pager_block ul {
    list-style: none;
	display: table;
	margin:0 auto;
}
.pager_block ul li {
    margin: 0 0 0 10px;
    float: left;
	font-size:14px;
}
.pager_block ul li:first-child{
	margin:0;
}
.pager_block ul li span.current{
	background-color:#2c2c2c;
	color: #FFF;
	border:1px solid #2c2c2c;
	border-radius: 3px;
	display: block;
	padding:5px 10px;
}
.pager_block ul li a {
    background: #FFF;
    color: #2c2c2c;
    text-decoration: none;
	padding:5px 10px;
	border:1px solid #2c2c2c;
	border-radius: 3px;
	display: block;
}
/*.pager_block ul li a:hover {
    background: #2c2c2c;
    color: #FFF;
}*/
.pager_block ul li span.current_arrow{
	background-color:#bfbfbf;
	border:1px solid #bfbfbf;
	color: #FFF;
	padding:5px 10px;
	border-radius: 3px;
	display: block;
}
.pager_block .arrowleft{
	position: relative;
  display: inline-block;
  padding:11px 5px;
}
.pager_block .arrowleft::before{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.pager_block .arrowright{
	position: relative;
  display: inline-block;
  padding:11px 5px;
}
.pager_block .arrowright::before{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2c2c2c;
  border-right: solid 2px #2c2c2c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.pager_block .arrowleft-02{
	position: relative;
  display: inline-block;
  padding:11px 5px;
}
.pager_block .arrowleft-02::before{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2c2c2c;
  border-right: solid 2px #2c2c2c;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.pager_block .arrowright-02{
	position: relative;
  display: inline-block;
  padding:11px 5px;
}
.pager_block .arrowright-02::before{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
/*後半戦*/
.icon02{
	color:#FFFFFF;
	padding:7px 15px;
	font-size:14px;
	margin-top:10px;
	display: inline-block;
}
.score-table-sp{
	display:none;
}
.score-table-pc{
	margin-top:20px;
}
.score-table-pc > img {
    width: 100%;
}
/*ラウンドを終えて*/
.round-finish{
	border-radius:10px;
	background-color:#f9f3eb;
	border:2px solid #4d74da;
}
.round-finish .title{
	text-align:center;
	background-color:#4d74da;
	border-radius:5px 5px 0 0;
	font-size:24px;
	padding:15px 0;
	margin-top:0;
	color:#FFFFFF;
}
.round-finish img{
	float:left;
	width:15%;
	margin:20px;
}
.round-finish .txt{
	font-size:16px;
	float:left;
	width:75%;
	margin:20px 20px 20px 0;
}
.round-finish .area02{
	background-color:#e2e9f9;
	display: inline-block;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
/*次回コーチ紹介*/
.next-coach{
	border-radius:10px;
	background-color:#FFFDF8;
	border:2px solid #6F5601;
}
.next-coach .title{
	text-align:center;
	background-color:#6F5601;
	border-radius:5px 5px 0 0;
	font-size:24px;
	padding:15px 0;
	margin-top:0;
	color:#FFFFFF;
}
.next-coach .ph{
	overflow:hidden;
	float:left;
	height:155px;
	width:90px;
	margin: 20px;
}
.next-coach img{
	width:100%;
}
.next-coach .txt{
	font-size:16px;
	float:left;
	width:75%;
	margin:20px 20px 20px 0;
	line-height: 1.4;
}
.next-coach .item{
	color:#6F5601;
	font-weight:bold;
}
/*今回取材したゴルフ場*/
.course-link{
	font-size:24px;
	margin-top:40px;
}
.course-link-box{
	border:1px solid #cfcfcf;
	padding:10px;
}
a.course-link-a{
	color:#1b1b1b;
}
a.course-link-a:hover{
	color:#33bad2;
}
.course-link-box p{
	margin-top:0;
	font-size:16px;
}
.course-link-box img{
	float:left;
	margin-right: 10px;
    width: 20%;
}
.course-link-box .right {
    float: left;
    width: 73%;
}
.course-link-box .arrowright-03{
  display: inline-block;
  position: relative;
}
.course-link-box .arrowright-03::before{
	content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #1b1b1b;
  border-right: solid 3px #1b1b1b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 37px;
}
@media only screen and (max-width: 769px) {
	#gallery {
	text-align: center;
	margin:0 auto;
}
#gallery img {
	margin: 0 20px 0 0;
	width:31%;
	float:left;
}
.pc-round-box{
	display:none !important;
}
.sp-round-box{
	display:block !important;
	border-bottom: dotted 1px #ccc;
	padding-bottom:10px;
}
.sp-round-box .photo-area{
	float:left;
	width:54%;
	margin-top:15px;
}
.sp-round-box .right-area{
	float:left;
	width: 42%;
	margin-left: 10px;
}
.sp-round-box .digest{
	color:#f876aa;
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}
.sp-round-box .ic-pink{
	margin-right:10px;
	vertical-align: middle;
	width:20px;
	height:20px;
}
.sp-round-box .score img{
	position:absolute;
	width: 40%;
}
.sp-round-box .score-txt{
	position:relative;
	font-weight:bold;
	font-size: 60px;
	left: 50%;
	top: 48%;
	transform: translateY(60%);
	display: inline-block;
	margin-top:0;
}
/*後半戦*/
.icon02{
	padding:5px 15px;
}
/*今回取材したゴルフ場*/
.course-link-box .arrowright-03::before{
  top: 40px;
}	
}
@media only screen and (max-width: 680px) {
/*ランチタイム*/
.lunch .txt {
    width: 56%;
}
/*ラウンドを終えて*/
.round-finish .txt {
    width: 70%;
}
/*次回コーチ紹介*/
.next-coach .txt {
    width: 70%;
}
/*今回取材したゴルフ場*/
.course-link-box .arrowright-03::before{
  top: 30px;
}
.score-table-pc{
	display:none;
}
.score-table-sp{
	margin-top:20px;
	display:block;
}
.score-table-sp > img {
    width: 100%;
}
}
@media only screen and (max-width: 640px) {
#gallery img {
	margin: 0 10px 0 0;
	width:31%;
}
.sp-round-box .ic-pink{
	margin-top:-10px;
}
}
@media screen and (max-width: 480px) {
	.round-catch{
		font-size:16px;
		text-align:left;
		margin-bottom:15px;
	}
	.round-catch02{
		font-size:16px;
		margin-bottom:15px;
	}
	.course-deta{
	margin:10px 0 3px;
	}
	.course-title{
	font-size:16px;
	padding-bottom:3px;
	}
	br.sp_none{
		display:none;
	}
	h3.title-pink,.txt16,.course-read{
		font-size:14px !important;
	}
	.sp-round-box .score-txt{
	font-size: 30px;
	transform: translateY(50%);
}	
.score{
	margin-top:-5px;
}
.txt20{
	font-size:16px !important;
}
/*ランチタイム*/
.lunch .title{
	font-size:14px;
	padding:10px 0;
	font-weight:bold;
}
.lunch img{
	float:none;
	width:80%;
	margin:20px auto 0;
	display: block;
}
.lunch .txt{
	float:none;
	width:auto;
	margin:20px;
}
.lunch span{
	font-size:16px;
}
/*後半戦*/
.icon02{
	padding:4px 15px;
}
/*ラウンドを終えて*/
.round-finish .title{
	font-size:14px;
	padding:10px 0;
	font-weight:bold;
}
.round-finish img{
	width:20%;
	margin:10px;
}
.round-finish .txt{
	font-size:14px;
	float:left;
	width:65%;
	margin:20px 20px 20px 0;
}
/*次回コーチ紹介*/
.next-coach .title{
	font-size:14px;
	padding:10px 0;
	font-weight:bold;
}
.next-coach .ph{
	overflow:auto;
	float:left;
	height:auto;
	width:20%;
	margin: 10px;
}
.next-coach .txt{
	font-size:14px;
	float:left;
	width:65%;
	margin:20px 20px 20px 0;
}
/*今回取材したゴルフ場*/
.course-link{
	font-size:20px;
	margin-top:30px;
}
.course-link-box p{
	font-size:14px;
}
.course-link-box img{
	float:left;
	margin-right: 10px;
    width: 28%;
}
.course-link-box .right {
    float: left;
    width: 65%;
}
}
@media screen and (max-width: 370px) {
	.sp-round-box .score-txt{
		transform: translateY(40%);
	}	
}
@media screen and (max-width: 320px) {
/*今回取材したゴルフ場*/
.course-link-box p{
	font-size:12px;
}
.course-link-box img{
	float:left;
	margin-right: 10px;
    width: 28%;
}
.course-link-box .right {
    float: left;
    width: 65%;
}
.course-link-box .arrowright-03::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #1b1b1b;
  border-right: solid 3px #1b1b1b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
}
}
/*-------------------------------
　みやっしーへの応援コメント編
-------------------------------*/
.user-comment{
	font-size: 16px;
	border-top:2px dashed #eeeeee;
	padding-top:13px;
}
.user-comment .name{
	text-align:right;
	color:#00B4EB;
}
.user-comment > p {
    line-height: normal;
}
.border{
	border-top:2px dashed #eeeeee;
	margin-top:20px;
}
.new-txt{
	display:none;
	background-color:#fe83b4;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
}
/*#navi li.yell{
	margin-top:-30px;
}
#navi li.yell img{
	display: table;
    margin: 0 auto;
    padding-bottom: 3px;
}*/
@media only screen and (max-width: 769px) {
.new-txt{
	display:inline-block;
}
/*#navi li.yell{
	margin-top:0;
}
#navi li.yell img{
	display:none;
}*/
}
@media screen and (max-width: 480px) {
	.user-comment{
	font-size: 14px;
}
}
/*-------------------------------
　1dayイベント用
-------------------------------*/
.event-box{
	font-size: 120% !important;
}
.event-box .item{
	font-weight: bold;
	font-size: 16px;
	border-left:5px solid #ace5de;
	padding-left: 15px;
	margin:15px 0;
}
.event-box .item-txt{
	padding: 0 15px;
}
.event-box .oubo-box{
	padding: 15px 75px;
}
.event-box .oubo-box .box-1{
	float: left;
	width: 230px;
	margin-right: 30px;
}
.event-box .oubo-box .box-2{
	float: left;
	width: 230px;
}
.event-box .oubo-box .btn-txt{
	font-size: 12px;
}
.event-box .oubo-box .oubo-btn a{
	display: block;
	width: 230px;
	margin: 0 auto;
	padding: 10px 0;
	background: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:16px;
}
.event-box .oubo-box .oubo-btn a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.event-box .oubo-box .oubo-btn-fin span {
	display: block;
	width: 230px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:16px;
	text-align: center;
}
.event-box .oubo-box .oubo-btn a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}
.event-box .img-cover img{
	height: 350px;
    width: 640px;
	object-fit: cover
}

@media only screen and (max-width: 769px) {
	.event-box .oubo-box{
		padding: 15px 125px;
	}
	.bx-wrapper{
		margin-left: 50px;
	}
}
@media only screen and (max-width: 700px) {
	.event-box .oubo-box{
		padding: 15px;
	}
	.event-box .oubo-box .box-1,.event-box .oubo-box .oubo-btn a,.event-box .oubo-box .box-2,.event-box .oubo-box .oubo-btn-fin span{
		width: 100%;
	}
	.event-box .oubo-box .box-1{
		margin-right: 0;
	}
	.event-box .img-cover img{
		height: auto;
		width: 640px;
	}
	.bx-wrapper{
		margin-left: 0;
	}
}



/* これより右コンテンツの「Break100」のバナー関連 */

@media screen and (min-width: 769px) {
	.special_bottom_bnr .sp_img{
	  display: none;
	}
  }  
  
@media screen and (max-width: 768px) {
	.special_bottom_bnr .pc_img{
	  display: none;
	}
	.special_bottom_bnr .sp_img{
	  display: block;
	}
	.special_bottom_bnr{
	  margin-bottom: 30px;
	}
	.default_page_bottom_banner{
	  margin-top: 20px;
	}
  }

.special_bottom_bnr{
    margin-bottom: 30px;
}

.special_bottom_bnr:hover{
	opacity: 0.7;
}
.default_page_bottom_banner02{
	margin-top: 20px;
  }