/*
Theme Name: website_theme
Theme URI: http://wordpress.org/themes/website_theme_ver1.0
Description: 
Author: icm
Author URI: http://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: website_theme
*/


/* --------------------------------------------------------------
				default CSS
-------------------------------------------------------------- */

.fitting a.buy100 {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #2db712, #17940e) repeat scroll 0 0;
    border: 1px solid #0f7e07;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #666, 1px 1px 0 #6bd356 inset;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 8px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0f7e07;
}

.fitting a.buy100:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #17940e, #2db712) repeat scroll 0 0;
    box-shadow: 1px 1px 3px #666, -1px -1px 0 #6bd356 inset;
    position: relative;
    text-shadow: -1px -1px 0 #0f7e07;
}

.bg_box100 {
    background: #eeeeee none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 20px;
}
.bg_txt_box100 {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.entry-content .ttl_fit {
    border: medium none;
    color: #6eb92b;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    padding: 0;
}

.purpose fitting a.buy {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #2db712, #17940e) repeat scroll 0 0;
    border: 1px solid #0f7e07;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #666, 1px 1px 0 #6bd356 inset;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 8px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0f7e07;
}


.purpose fitting h3 {
    color: #6eb92b;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}

body{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#303030;
	font-size: 15px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
}
a{
	color: #6DB82A;
	/*display:inline-block;*/
	text-decoration: none;
}
a:hover{
	color:#f65555;
}

a img{
	border:none;
	opacity:1.0;
	margin-right: 15px;
}
a img:hover{
	opacity:0.6;
	transition: all 0.5s;
}

p{
	margin:0 0 20px 0;
}

img#left_photo{
	vertical-align:bottom;
	margin-right: 15px;
}

ul,
li{
	margin:0;
	padding:0;
	list-style:none
}
li a{
	/*text-decoration:none;*/
}


h1{
	font-size:10px;
	color:#333;
	padding:2px 0;
	margin:0;
	font-weight:normal;
	width:50%;
	float:left;
}
h2{
	margin:0 auto 10px;
	font-size: 36px;
	border:;
	color: #6eb92b;
}
h2.page-title{
	border-bottom: 2px solid #ccc;
	margin:0 0 20px;
	padding: 0 0 6px;
}

h2.entry-title{
	background:none;
	padding: 0 0 6px;
	border-bottom:2px solid #ccc;
	margin:0 0 20px;
}
h2.entry-title a{
	text-decoration: none;
}
.entry-content h2{
	font-size: 36px;
	background:none;
	text-align:left;
}

h3{
	/*background:#e1d29f;
	color:#030303;
	border-radius:5px;*/
	padding: 5px 10px;
	font-size:16px;
	margin:40px 0 10px;
}
div > h2 + h3:first-child{
	margin:0;
}

table{
	border-collapse: collapse;
	width: 477px;
}
table th{
	border:1px solid #d3c7b0;
	padding:6px 10px;
	text-align: left;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
	color:#423a2a;

	background: rgba(255,253,227,1);
	background: -moz-linear-gradient(top, rgba(255,253,227,1) 0%, rgba(240,233,206,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,253,227,1)), color-stop(100%, rgba(240,233,206,1)));
	background: -webkit-linear-gradient(top, rgba(255,253,227,1) 0%, rgba(240,233,206,1) 100%);
	background: -o-linear-gradient(top, rgba(255,253,227,1) 0%, rgba(240,233,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,253,227,1) 0%, rgba(240,233,206,1) 100%);
	background: linear-gradient(to bottom, rgba(255,253,227,1) 0%, rgba(240,233,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffde3', endColorstr='#f0e9ce', GradientType=0 );
}
table td{
	border:1px solid #d3c7b0;
	padding:6px 10px;
}

.PCnone{
	display: none;
}
.SPnone{
	display: block;
}


/* --------------------------------------------------------------
				header
-------------------------------------------------------------- */
#header{
	margin:0 auto;
	position:relative;
	border-top: 3px solid #6eb92b;
	font-size: 15px;
}

#h_nav{
	float: right;
}
#h_nav ul{
	float:left;
}
#h_nav li{
	background: url(/img/arrow_black.png) no-repeat right center;
	float:left;
	padding-right:14px;
	margin-left:20px;
	font-size:10px;
}
#h_nav li a{
	text-decoration:none;
	color:#333;
}

#h_nav a.h_plan{
	background: url(/img/icon_window.png) no-repeat right center;
	float:right;
	padding-right:14px;
	margin-left:30px;
	font-size:10px;
	text-decoration: none;
	color:#6eb92b;
}



#logoline{
	padding:6px 0 9px;
	position: relative;
}
#logo{
	position: absolute;
	top:0;
	left: 0;
}

#h_tel{
	position: absolute;
	top:0;
	left: 515px;
	font-size:10px;
	text-align: right;
}
#h_tel img{
	vertical-align: middle;
	margin-left: 5px;
}

ul#h_btn{
	position: absolute;
	top:0;
	right:0;}
ul#h_btn li{
	padding:0 0 0 10px;
	background: #ff7c00;
	width: 140px;
	float: left;
	font-size:14px;
	margin-left:10px;
	opacity:1;
	transition:0.3s;
}
ul#h_btn li a{
	background:url(/img/arrow_white.png) no-repeat center right;
	padding:12px 15px 12px 0;
	display:inline-block;
	color:#fff;
	width:80%;
	text-decoration: none;
	font-weight: bold;
}
ul#h_btn li:hover{
	opacity: 0.5;
}


#headline{
	width:960px;
	margin: 0 auto;
	padding:0;
}
#top_line{
	margin:16px 0;
}



#access{}
#access ul{
	margin:20px 0;
	padding:0;
}
#access ul li{
	float:left;
	text-align: center;
	border-left:1px solid #ccc;
	padding:0 20.5px;
	line-height:1;
}
#access ul li:last-child{
	border-right:1px solid #ccc;
	padding:0 20.5px;
}
@-moz-document url-prefix() {
#access ul li:last-child{
	padding:0 27.7px;
}
}
@media screen and (min-width:0\0) {
#access ul li:last-child{
	padding:0 22.7px;
}
#access ul li a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

#access ul li a:hover{
	color:#6eb92b;
}

#access ul li a span{
	color:#ccc;
	font-size:8px;
	font-weight: normal;
}

/*sub-header*/
.nav {
  top: -60px;
  position: fixed;
  overflow: hidden;
}
.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;

    background: #fff;
    height: 60px;
	border-top: 4px solid #6eb92b;
	padding: 0 0 10px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
#logoline-sub{
	padding:10px 0;
	margin:0 auto;
	width:960px;
	height:44px;
	position:relative;
}
#logoline-sub #logomark{
	float:left;
}

#access-sub {
  left: 60px;
  position: absolute;
  top: 6px;
}
#access-sub ul{
  margin: 15px 0 0 0;
  text-align: left;
}
#access-sub ul li {
  display: inline-block;
  margin: 0 18px 0 0;
  position: relative;
  width: auto !important;
}
#access-sub ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #303030;
}
#access-sub ul li a:hover {
  color:#6eb92b;
  border-bottom:4px solid #6eb92b;
}
#access-sub ul li span:first-child {
  border-left: medium none;
  border-right: medium none;
  display: block;
  font-size: 14px;
  margin: 0;
}
ul#h_btn-sub{
	position: absolute;
	top:12px;
	right:0;
}
ul#h_btn-sub li{
	padding:0 0 0 10px;
	background: #ff7c00;
	width: 120px;
	float: left;
	font-size:12px;
	margin-left:10px;
	opacity:1;
	transition:0.3s;
}
ul#h_btn-sub li a{
	background:url(/img/arrow_white.png) no-repeat center right;
	padding:12px 15px 12px 0;
	display:inline-block;
	color:#fff;
	width:80%;
	text-decoration: none;
	font-weight: bold;
}
ul#h_btn-sub li:hover{
	opacity: 0.5;
}


/* --------------------------------------------------------------
			main contents
-------------------------------------------------------------- */
#container{
	/*float:right;
	width:732px;*/
	margin: 0;
}
#content {
	margin: 0;
}

#main{
	/*width:960px;*/
	margin:30px auto;
}

#primary,
#secondary {
	float: left;
	width: 228px;
}
#secondary {
	clear: right;
}

.bottom_contact{
	margin:40px 0;
}

.entry-content{
	padding:0;
	margin-bottom:20px;
}

.entry-meta,
.entry-utility{
	display: none;
}

.link_black{
	padding-right:16px;
	background:url(/img/arrow_black.png) no-repeat right center;
	font-size:12px;
}
.link_green{
	padding-right:16px;
	background:url(/img/arrow_green.png) no-repeat right center;
	font-size:12px;
}


/*-----------------------------------------------------------------------------
			top page
------------------------------------------------------------------------------*/
#top-page #mainimage{
	text-align:center;
	height:440px;
	/*background:url(/img/mainimage.jpg) no-repeat center #ddd;*/
}
[role="presentation"] {
  position: relative;
  overflow: hidden;
  background-image: url(/img/mainimage.jpg);
  -webkit-animation: wood linear 60s infinite;
  animation: wood linear 60s infinite;
  background-position: 1631px 0;
}
@-webkit-keyframes frames {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  75%,
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes frames {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  75%,
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes wood {
  100% {
    background-position: 0 0;
  }
}
@keyframes wood {
  100% {
    background-position: 0 0;
  }
}


#main_logo,
#main_catch{
	display: block;
	margin:0 auto;
	padding:35px 0 0;
}

#top_main{
	width:auto;
}
.one-column h2.entry-title{
	display: none;
}
.w960{
	width: 897px;
	margin:30px auto;
}

.top-page h2{
	display:none;
}

#top_main h3 img{
	border-bottom:4px solid #303030;
	display: block;
	margin: auto;
	padding:0 0 20px;
}

ul#top_bnr{
}
ul#top_bnr li{
	position: relative;
	font-weight: bold;
	opacity:1;
	transition: all 0.3s;
}
ul#top_bnr li:hover{
	opacity:0.5;
}

ul#top_bnr div{
	position: absolute;
	bottom:20px;
	left:30px;
	background:url(/img/arrow_green.png) no-repeat 390px center #fff;
	width:385px;
	padding:6px 15px;
	text-align:center;
	color:#6eb92b;
}
ul#top_bnr a{
	position: absolute;
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	text-indent:-999px;
}

.bnr03{
	background: url(/img/bnr03.jpg) no-repeat;
	height:400px;
	width:475px;
	float:left;
}
.bnr04{
	margin-bottom:10px;
	background: url(/img/bnr04.jpg) no-repeat;
	height:195px;
	width:475px;
	float:right;
}
.bnr05{
	background: url(/img/bnr05.jpg) no-repeat;
	height:195px;
	width:475px;
	float:right;
}

.top-page h3{
	margin:80px auto 30px;
	padding:0 auto 10px;
	border-bottom:4px solid #303030;
	text-align: center;
	font-weight: bold;
	font-size:36px;
	width:auto;
	background: none;
	border-radius: 0;
	display:table;
	padding:0 0 12px;
}

ul#top_reason{
	margin:0 0 0 -10px;
}
ul#top_reason li{
	border:4px solid #28ae00;
	background:#fff;
	padding:5px 5px 5px 160px;
	height:150px;
	width:302px;
	text-align: center;
	float:left;
	margin:0 10px 10px 0;
	font-size:18px;
	position: relative;
	line-height:1.2;
}
ul#top_reason li span{
	font-size:25px;
	font-weight: bold;
}
ul#top_reason li#reason01{
	background:url(/img/reason_bg01.jpg) no-repeat 5px 5px;
}
ul#top_reason li#reason01 p:first-child{
	position: absolute;
	top:35px;
	width:300px;
}
ul#top_reason li#reason02{
	background:url(/img/reason_bg02.jpg) no-repeat 5px 5px;
}
ul#top_reason li#reason02 p:first-child{
	position: absolute;
	top:15px;
	width:300px;
}
ul#top_reason li#reason03{
	background:url(/img/reason_bg03.jpg) no-repeat 5px 5px;
}
ul#top_reason li#reason03 p:first-child{
	position: absolute;
	top:25px;
	width:300px;
}
ul#top_reason li#reason04{
	background:url(/img/reason_bg04.jpg) no-repeat 5px 5px;
}
ul#top_reason li#reason04 p:first-child{
	position: absolute;
	top:25px;
	width:300px;
}
ul#top_reason li a{
	background:url(/img/arrow_white.png) no-repeat 286px center #6eb92b;
	color:#fff;
	font-weight: bold;
	padding:8px 0 4px 8px;
	display: block;
	text-decoration: none;
	font-size:16px;
	text-align: left;
	position:absolute;
	bottom:5px;
	width:294px;
	opacity:1;
	transition:0.3s;
	line-height:1.4;
}
ul#top_reason li a:hover{
	opacity:0.7;
}
ul#top_reason li a.b01{
	bottom:45px;
}
ul#top_reason li a.b02{
	bottom:5px;
}

p#kodawari_txt{
	font-size:14px;
	font-weight: bold;
	width:75%;
	float:left;
	line-height:1.2;
}
a#kodawari_link{
	background:url(/img/arrow_white.png) no-repeat 170px center #6eb92b;
	padding:8px 8px 4px 8px;
	float:right;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width:180px;
	opacity:1;
	transition:0.3s;
}
a#kodawari_link:hover{
	opacity:0.7;
}

#kodawari{
	margin:0 0 0 -40px;
}
#kodawari div{
	width:293px;
	margin:0 0 40px 40px;
	float:left;
}
#kodawari div dt{
	height: 32px;
	background:url(/img/arrow_green.png) no-repeat right center;
	margin:0 0 10px 0;
}
#kodawari div dt div{
	background: #6eb92b;
	padding:8px 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	color: #fff;
	width:30px;
	height:auto;
	float: left;
	margin:0 10px 0 0;
}
#kodawari div dt a{
	text-decoration: none;
	font-weight: bold;
	color: #6eb92b;
	display: inline-block;
	padding:6px 0 0 0;
}
#kodawari div dt a:hover{
	color: #ff7c1c;
}
#kodawari div dd{
	margin:0;
	padding:0;
	font-size:12px;
}
#kodawari div#k04{
	margin:0 0 40px 200px;
}

ul.top_btn{
	margin-bottom:50px;
}
ul.top_btn li{
	margin:20px 0 0 5%;
	text-align: center;
	float: left;
	width:45%;
}
ul.top_btn li a{
	display:block;
	padding:10px;
	color: #fff;
	font-size:24px;
	font-weight: bold;
	text-decoration: none;
	background:url(/img/arrow_white.png) no-repeat 96% center #6eb92b;
	opacity:1;
	transition:0.3s;
}
ul.top_btn li a:hover{
	opacity: 0.7;
}

#present{
	width:100%;
	background:url(/img/present.jpg) no-repeat center center #6eb92b;
	height:238px;
}
#present div.w960{
	position: relative;
	text-align: center;
	font-size:24px;
	font-weight: bold;
	color: #fff;
	margin:0 auto;
	padding:30px 0;
}
#present div.w960 span{
	color:#f6ff00;
}
#present a{
	position: absolute;
	left:110px;
	top:130px;
	background:url(/img/arrow_white.png) no-repeat 320px center #ff7c00;
	padding:14px 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	opacity:1;
	transition:0.3s;
}
#present a:hover{
	opacity: 0.7;
}

.top_ranking{
	margin-bottom:80px;
}

.line-top{
	border-top:1px solid #ccc;
}
.line-bottom{
	border-bottom:1px solid #ccc;
}

h2.news_ttl {
  border-bottom: 4px solid #303030;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 10px;
  margin:50px 0 30px;
  text-align: center;
}
h2.news_ttl span{
	font-size:10px;
	color:#ccc;
	font-weight: normal;
	letter-spacing: 2px;
}
#index_news{
}
#index_news li {
  background: url(/img/arrow_black.png) no-repeat right center;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px;
  padding: 0 0 5px 0;
  font-size:12px;
}


/*ゴルフパフォーマンスで受講をお考えの方へ*/
#top-page.inquire #mainimage{
	text-align:center;
	height:440px;
	background:url(/img/inquire/mainimage.jpg) no-repeat center #ddd;
}
.inquire .lead_box01 {
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}
.inquire .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.inquire .ttl03 {
  color: #6eb92b;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.inquire .lead_box01 p {
  font-weight: bold;
  line-height: 1.8;
}
.ttl_area01 {
  color: #303030;
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
.entry-content h2.ttl01 {
  border-bottom: 4px solid #303030;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  padding:0 0 10px;
  font-size: 36px;
  text-align: center;
}
.inquire .main_img02 {
	background:url(/img/inquire/img01.jpg) no-repeat center #ddd;
  height: 300px;
  margin: 40px 0 0;
  text-align: left;
}
.inquire .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.inquire .main_img02 h3 {
  left: 0;
  position: absolute;
  top: 230px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:35px 30px;
  line-height: 1.2;
}
.inquire .main_img02 h3 span{
	font-size:48px;
}
.inquire .txt_box01 {
  color: #2e3a42;
  margin: 38px 0 57px 260px;
}
.inquire .txt_box01 h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 25px;
}
.inquire .txt_box01 p {
  line-height: 1.7;
  margin: 0 0 40px;
}
.inquire .txt_box01 .txt02{
	font-size:18px;
	font-weight: bold;
}
.inquire .txt_box01 p.txt03{
	font-size:24px;
	font-weight: bold;
	color:#ff4200;
}

.inquire .btn01 a {
  background: #2e3a42 url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 440px;
  opacity: 1;
  transition:0.3s;
}
.inquire .btn01 a:hover{
	opacity: 0.7;
}
.inquire .main_img03 {
	background:url(/img/inquire/img02.jpg) no-repeat center #ddd;
  margin: 0;
}
.inquire .txt_box02 {
  margin: 38px 0 35px 260px;
}
.inquire .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  margin: 0 0 0 260px;
  padding: 27px 30px 10px;
}
.inquire .bg_box01 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 13px;
}
.inquire .bg_box01 p.last {
  margin: 0;
}
.inquire .main_img04 {
	background:url(/img/inquire/img03.jpg) no-repeat center #ddd;
  margin: 0;
}

.inquire .txt_box03 {
  border-top: 5px solid #cbcbcb;
  color: #2e3a42;
  margin: 95px 0 0;
}
.inquire .txt_box03 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.inquire .txt_box03 .inner h3 {
  left: 0;
  position: absolute;
  top: -100px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:70px 30px;
  line-height: 1.2;
}
.inquire .txt_list01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin: -12px 0 0;
  position: relative;
}

/*比較検討中の方へ*/
#top-page.compare #mainimage{
	text-align:center;
	height:440px;
	background:url(/img/compare/mainimage.jpg) no-repeat center #ddd;
}
.compare .lead_box01 {
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}
.compare .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.compare .ttl03 {
  color: #6eb92b;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.compare .lead_box01 p {
  font-weight: bold;
  line-height: 1.8;
}
.compare .main_img02 {
	background:url(/img/compare/img01.jpg) no-repeat center #ddd;
  height: 300px;
  margin: 40px 0 0;
  text-align: left;
}
.compare .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.compare .main_img02 h3 {
  left: 0;
  position: absolute;
  top: 230px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:35px 30px;
  line-height: 1.2;
}
.compare .main_img02 h3 span{
	font-size:48px;
}
.compare .txt_box01 {
  color: #2e3a42;
  margin: 38px 0 57px 260px;
}
.compare .txt_box01 h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 25px;
}
.compare .txt_box01 p {
  line-height: 1.7;
  margin: 0 0 40px;
}
.compare .txt_box01 .txt02{
	font-size:18px;
	font-weight: bold;
}
.compare .txt_box01 p.txt03{
	font-size:24px;
	font-weight: bold;
	color:#ff4200;
}

.compare .btn01 a {
  background: #2e3a42 url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 440px;
  opacity: 1;
  transition:0.3s;
}
.compare .btn01 a:hover{
	opacity: 0.7;
}
.compare .main_img03 {
	background:url(/img/compare/img02.jpg) no-repeat center #ddd;
  margin: 0;
}
.compare .txt_box02 {
  margin: 38px 0 35px 260px;
}
.compare .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  margin: 0 0 0 260px;
  padding: 27px 30px 10px;
}
.compare .bg_box01 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 13px;
}
.compare .bg_box01 p.last {
  margin: 0;
}
.compare .main_img04 {
	background:url(/img/compare/img03.jpg) no-repeat center #ddd;
  margin: 0;
}

.compare .txt_box03 {
  border-top: 5px solid #cbcbcb;
  color: #2e3a42;
  margin: 95px 0 0;
}
.compare .txt_box03 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.compare .txt_box03 .inner h3 {
  left: 0;
  position: absolute;
  top: -100px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:70px 30px;
  line-height: 1.2;
}
.compare .txt_list01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin: -12px 0 0;
  position: relative;
}


/*レッスンに興味をお持ちの方へ*/
#top-page.interest #mainimage{
	text-align:center;
	height:440px;
	background:url(/img/interest/mainimage.jpg) no-repeat center #ddd;
}
.interest .lead_box01 {
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}
.interest .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.interest .ttl03 {
  color: #6eb92b;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.interest .lead_box01 p {
  font-weight: bold;
  line-height: 1.8;
}
.interest .main_img02 {
	background:url(/img/compare/img01.jpg) no-repeat center #ddd;
  height: 300px;
  margin: 40px 0 0;
  text-align: left;
}
.interest .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.interest .main_img02 h3 {
  left: 0;
  position: absolute;
  top: 230px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:35px 30px;
  line-height: 1.2;
}
.interest .main_img02 h3 span{
	font-size:48px;
}
.interest .txt_box01 {
  color: #2e3a42;
  margin: 38px 0 57px 260px;
}
.interest .txt_box01 h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 25px;
}
.interest .txt_box01 p {
  line-height: 1.7;
  margin: 0 0 40px;
}
.interest .txt_box01 .txt02{
	font-size:18px;
	font-weight: bold;
}
.interest .txt_box01 p.txt03{
	font-size:24px;
	font-weight: bold;
	color:#ff4200;
}

.interest .btn01 a {
  background: #2e3a42 url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 16px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 440px;
  opacity: 1;
  transition:0.3s;
}
.interest .btn01 a:hover{
	opacity: 0.7;
}
.interest .main_img03 {
	background:url(/img/interest/img02.jpg) no-repeat center #ddd;
  margin: 0;
}
.interest .txt_box02 {
  margin: 38px 0 35px 260px;
}
.interest .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  margin: 0 0 0 260px;
  padding: 27px 30px 10px;
}
.interest .bg_box01 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 13px;
}
.interest .bg_box01 p.last {
  margin: 0;
}
.interest .main_img04 {
	background:url(/img/interest/img03.jpg) no-repeat center #ddd;
  margin: 0;
}

.interest .txt_box03 {
  border-top: 5px solid #cbcbcb;
  color: #2e3a42;
  margin: 95px 0 0;
}
.interest .txt_box03 .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.interest .txt_box03 .inner h3 {
  left: 0;
  position: absolute;
  top: -100px;
  font-size:24px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:170px;
  padding:70px 30px;
  line-height: 1.2;
}
.interest .txt_list01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin: -12px 0 0;
  position: relative;
}





/*-----------------------------------------------------------------------------
			sub page
------------------------------------------------------------------------------*/
#mainimage_ttl{
	width:960px;
	margin:0 auto;
	position: relative;
}
#mainimage_ttl h2{
	border:none;
	background:#6eb92b;
	color:#fff;
	position: absolute;
	top:60px;
	width:150px;
	height:150px;
	margin:0;
	font-size:18px;
	line-height: 1.4;
}

.txt_box h2.ttl02{
	font-size:36px;
	color:#6eb92b;
	border:none;
	padding:0;
	margin:0;
}
.txt_box p.txt{
	font-weight: bold;
}

/*ゴルフパフォーマンスの5つのこだわり*/
.aboutgp header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/mainimage.jpg) no-repeat center #ddd;
}
.aboutgp header #mainimage_ttl h2{
	padding:50px 20px 0;
	height:140px;
}
.aboutgp .txt_box {
  margin: 0 0 70px;
  position: relative;
}
.aboutgp .txt_box .left_box .line_box {
  margin: 0 240px 0 0;
}
.aboutgp .txt_box .line_box {
  border: 5px solid #6eb92b;
  padding: 28px 31px 24px;
}
.aboutgp .txt_box .line_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 11px;
}
.aboutgp .txt_box .line_box ul {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.aboutgp .txt_box .line_box ul li {
  padding: 0 0 0 10px;
}
.aboutgp .txt_box .line_box .btn {
  display: block;
  margin: 10px 0 0;
  position: relative;
  text-align: right;
}
.aboutgp .txt_box .line_box .btn a {
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0 11px;
  text-align: center;
  text-decoration: none;
  width: 260px;
}
.aboutgp .txt_box .right_img {
  clip: rect(0px, 400px, 300px, 100px);
  position: absolute;
  right: -120px;
  text-align: left;
  top: 10px;
}
.aboutgp .txt_box .right_img span {
  display: block;
}

.aboutgp .txt_box .right_box h2 {
  margin: 0 0 25px;
}
.aboutgp .txt_box .right_box p.txt {
  line-height: 1.9;
  padding: 25px 0 16px 330px;
}
.aboutgp .txt_box .left_img {
  clip: rect(0px, 450px, 300px, 150px);
  left: -150px;
  position: absolute;
  text-align: left;
  top: 100px;
}
.aboutgp .txt_box .left_img_right {
  clip: rect(0px, 420px, 300px, 120px);
  left: -120px;
}
.aboutgp .txt_box .left_img span {
  display: block;
}
.aboutgp .txt_box .left_img {
  text-align: left;
}

.aboutgp .txt_box .right_box .line_box {
  margin: 0 0 0 240px;
  padding: 28px 31px 24px 85px;
}



.onetoone header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/onetoone_mainimage.jpg) no-repeat center #ddd;
}
.theory header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/theory_mainimage.jpg) no-repeat center #ddd;
}
.system header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/system_mainimage.jpg) no-repeat center #ddd;
}
.course header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/course_mainimage.jpg) no-repeat center #ddd;
}
.guarantee header{
	text-align:center;
	height:300px;
	background:url(/img/aboutgp/guarantee_mainimage.jpg) no-repeat center #ddd;
}
.aboutgp header #mainimage_ttl h2{
	padding:30px 20px 0;
	height:160px;
}
.aboutgp #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 10px;
}

.onetoone .ttl02,
.theory .ttl02,
.system .ttl02,
.course .ttl02,
.guarantee .ttl02 {
  margin: 0 0 25px;

  color: #6eb92b;

  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  border:0;

  padding: 0;
}
.aboutgp .ttl02_txt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
}
.aboutgp .img_top{
  position: relative;
  z-index: 1;
}
.aboutgp.onetoone .img_top p {
  clip: rect(0px, 400px, 300px, 100px);
  position: absolute;
  right: -75px;
  top: -210px;
}
.aboutgp.theory .img_top p {
  clip: rect(0px, 370px, 300px, 70px);
  position: absolute;
  right: -100px;
  top: -180px;
}
.aboutgp.system .img_top p {
  clip: rect(0px, 400px, 300px, 100px);
  position: absolute;
  right: -48px;
  top: 190px;
}
.aboutgp.course .pic{
	text-align: center;
}
.aboutgp.course .pic img{
	width:auto;
	float: none;
	margin: 0;
}
.aboutgp.course img{
	float:right;
	margin:0 0 0 20px;
	width:200px;
}
.aboutgp.guarantee .img_top p {
  clip: rect(30px, 350px, 330px, 50px);
  position: absolute;
  right: -130px;
  top: -245px;
}

.aboutgp .img_top p span {
  display: block;
}
.aboutgp .counsellor_box {
  border: 5px solid #6eb92b;
  margin: 0 0 70px;
  padding: 23px 30px 30px;
  position: relative;
}
.aboutgp .counsellor_box .number_box01 {
  position: relative;
}
.aboutgp .counsellor_box .number_box01 {
  border-bottom: 5px solid #ededed;
  margin: 0 0 24px;
  padding: 0 0 30px;
}
.aboutgp .counsellor_box .number_box01.number_box_none{
	border:0;
	padding: 0;
	margin: 0;
}
.aboutgp .counsellor_box .number_box01 a{
	background:url(/img/arrow_white.png) no-repeat 96% center #6eb92b;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding:8px 40px;
	opacity:1;
	transition:0.3s;
}
.aboutgp .counsellor_box .number_box01 a:hover{
	opacity: 0.7;
}

.aboutgp .counsellor_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 13px;
}
.aboutgp .counsellor_box p {
  line-height: 1.6;
}

.aboutgp .counsellor_link_box {
  font-size: 0;
  font-weight: bold;
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 960px;
}
.aboutgp .counsellor_link_box ul {
  width: 1000px;
}
.aboutgp .counsellor_link_box li {
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 0 0;
  min-height: 177px;
  vertical-align: middle;
  width: 176px;
}
.aboutgp .counsellor_link_box a {
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 30px 0 19px;
  text-decoration: none;
  min-height: 75px;
	display: block;
}
.aboutgp .counsellor_link_box .active a,
.aboutgp .counsellor_link_box a:hover{
  background: #3a7308 url(/img/arrow_white.png) no-repeat scroll 96% center;
}

.aboutgp .counsellor_link_box li.m01 a{
	padding:45px 0 45px 20px;
}
.aboutgp .counsellor_link_box li.m02 a{
	padding:60px 0 30px 20px;
}
.aboutgp .counsellor_link_box li.m03 a{
	padding: 45px 0 45px 20px;
}
.aboutgp .counsellor_link_box li.m04 a{
	padding: 45px 0 45px 20px;
}
.aboutgp .counsellor_link_box li.m05 a{
	padding:70px 0 20px 20px;
}



/*レッスン内容*/
.lesson header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage.jpg) no-repeat center #ddd;
}
.lesson header #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}
.lesson .lead_top02 {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 40px;
}
.lesson .txt_box h2.ttl02{
	line-height:1.2;
	margin:0 0 20px;
}
.lesson .txt_box h2.ttl02 span {
  font-size: 30px;
}
.lesson .txt_box {
  margin: 0 0 75px;
  position: relative;
}
.lesson .txt_box .line_box {
  border: 5px solid #6eb92b;
  padding: 28px 31px 20px;
}
.lesson .txt_box .right_img {
  clip: rect(0px, 300px, 300px, 0px);
  position: absolute;
  top: 10px;
  right: 35px;
  text-align: left;
  z-index: 99;
}
.lesson .txt_box .right_img.img03 {
  clip: rect(0px, 300px, 300px, 0px);
  right:25px;
}
.lesson .txt_box .right_img span {
  display: block;
}
.lesson .txt_box .right_img img {
  height: auto;
}
.lesson .txt_box .left_box .line_box {
  margin: 0;
}
.lesson .txt_box .line_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
}
.lesson .txt_box .line_box ul {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.lesson .txt_box .line_box ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.lesson .txt_box .line_box .btn {
  display: block;
  margin: 21px 0 0;
  position: relative;
}
.lesson .txt_box .line_box .btn p {
  display: inline-block;
  margin: 0 15px 0 0;
}
.lesson .txt_box .line_box .btn a {
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0 11px;
  text-align: center;
  text-decoration: none;
  width: 270px;
  letter-spacing: -1px;
}
.lesson .txt_box .right_box h2.ttl_purpose02 {
  margin: 0 0 33px 374px;
}
.lesson .txt_box .right_box .line_box {
  margin: 0;
  padding: 28px 25px 0 345px;
}
.lesson .txt_box .left_img {
  bottom: 33px;
  clip: rect(0px, 450px, 300px, 150px);
  left: 35px;
  position: absolute;
  text-align: left;
}
.lesson .txt_box .left_img_right {
  clip: rect(0px, 300px, 300px, 0px);
  left: 25px;
  top:0;
}
.lesson .txt_box .left_img span {
  display: block;
}
.lesson .txt_box .left_img img {
  height: auto;
}

/*レッスン内容　ゴルフが楽しみたい*/
.purpose header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage.jpg) no-repeat center #ddd;
}
.purpose.forthefirst header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage_lesson01.jpg) no-repeat center #ddd;
}
.purpose.senior header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage_lesson02.jpg) no-repeat center #ddd;
}
.purpose.beginner header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage_lesson03.jpg) no-repeat center #ddd;
}
.purpose.driver header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage_lesson04.jpg) no-repeat center #ddd;
}
.purpose.fitting header{
	text-align:center;
	height:300px;
	background:url(/img/lesson/mainimage_lesson05.jpg) no-repeat center #ddd;
}
.purpose header #mainimage_ttl h2{
	padding:30px 20px 0;
	height:160px;
}
.purpose #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}
.purpose .lead_top03 {
  color: #6eb92b;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 13px;
  border:0;
  padding:0;
}
.purpose .bg_box01 {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0 0 35px;
  padding: 0 20px 20px;
}
.purpose .bg_box01 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
.purpose .bg_box01 .inner {
  background: #fff none repeat scroll 0 0;
}
.purpose .bg_box01 .inner .check_list01 {
  font-size: 0;
  font-weight: bold;
  padding: 18px 0 5px;
  text-align: center;
}
.purpose .bg_box01 .inner .check_list01 li {
  background: rgba(0, 0, 0, 0) url(/img/lesson/icon_list.png) no-repeat scroll 0 center;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 12px;
  padding: 0 18px 0 31px;
  width:36%;
  text-align: left;
}
.purpose.beginner .bg_box01 .inner .check_list01 li {
  width:30%;
}

.purpose .txt_box01 {
  margin: 0 0 35px;
  position: relative;
}
.purpose .txt_box02 {
  margin: 0 0 55px;
  position: relative;
}
.purpose .txt_box03 {
  margin: 0 0 35px;
  position: relative;
}
.purpose .txt_box04 {
  margin: 0 0 35px;
  position: relative;
}
.purpose .txt_box05 {
  margin: 0 0 75px;
  position: relative;
}
.purpose .txt_box .left_box h2 {
  margin: 0 0 33px;
}
.purpose .txt_box .right_img01 {
  clip: rect(130px, 420px, 370px, 170px);
  position: absolute;
  right: -125px;
  text-align: left;
  top: -125px;
  z-index: 99;
}
.purpose .txt_box .right_img01 {
  clip: rect(30px, 400px, 280px, 150px);
  position: absolute;
  right: -110px;
  text-align: left;
  top: -15px;
  z-index: 99;
}
.purpose.senior .txt_box .right_img01 {
  clip: rect(0px, 370px, 290px, 80px);
  position: absolute;
  right: -35px;
  text-align: left;
  top: 65px;
}
.purpose .txt_box.txt_box03 .right_img01 {
  clip: rect(0px, 380px, 250px, 130px);
  top: -95px;
  right: -35px;
}
.purpose.senior .txt_box.txt_box03 .right_img01{
  clip: rect(70px, 330px, 310px, 80px);
  right: -85px;
  top: -105px;
}
.purpose .txt_box.txt_box04 .left_img01 {
  clip: rect(60px, 400px, 310px, 150px);
  left: -125px;
  position: absolute;
  text-align: left;
  top: -80px;
}
.purpose .txt_box.txt_box05 .right_img01 {
  clip: rect(0px, 380px, 250px, 130px);
  top: -35px;
  right: -95px;
}
.purpose .txt_box .right_img span {
  display: block;
}
.purpose .txt_box .left_box .line_box {
  margin: 0;
}
.purpose .txt_box .line_box {
  border: 5px solid #6eb92b;
  padding: 28px 310px 20px 30px;
}
.purpose .txt_box .line_box01 {
  margin: 0 150px 0 0 !important;
  padding: 28px 61px 20px 31px;
  position: relative;
}
.purpose.senior .txt_box .line_box01 {
  padding: 28px 150px 20px 31px;
}

.purpose .txt_box .line_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
}
.purpose .txt_box .line_box .txt01 {
  line-height: 1.8;
  margin: 0;
}

.purpose .txt_box .left_img {
  bottom: 33px;
  clip: rect(0px, 450px, 300px, 150px);
  left: 35px;
  position: absolute;
  text-align: left;
}
.purpose .txt_box .left_img_right {
  clip: rect(0px, 390px, 250px, 140px);
  left: -115px;
  top:-20px;
}
.purpos.seniore .txt_box .left_img_right {
  clip: rect(50px, 390px, 300px, 140px);
  left: -115px;
  top:-70px;
}
.purpose .txt_box .left_img span {
  display: block;
}
.purpose .txt_box .right_box .line_box {
  margin: 0;
  padding: 28px 31px 24px 295px;
}
.purpose .txt_box .line_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
  padding:0;
}
.purpose .txt_box .line_box .txt01 {
  line-height: 1.8;
  margin: 0;
}


.purpose.beginner .txt_box .left_img_right {
  clip: rect(30px, 440px, 280px, 190px);
  left: -165px;
  top:-42px;
}
.purpose.beginner .txt_box.txt_box04 .left_img_right {
  clip: rect(30px, 360px, 280px, 110px);
  left: -85px;
  top: -42px;
}
.purpose.beginner .txt_box.txt_box05 .right_img01 {
  clip: rect(110px, 290px, 340px, 50px);
  right: -65px;
  top: -135px;
}

/*レッスン内容　法人向けプラン*/
.lesson.houjin #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}
.lesson.houjin header #mainimage_ttl h2 {
  height: 110px;
  padding: 70px 20px 10px;
}


/*採用情報　受付業務の採用情報*/
.saiyo header{
	text-align:center;
	height:300px;
	background:url(/img/saiyo/mainimage.jpg) no-repeat center #ddd;
}
.saiyo.pro header{
	text-align:center;
	height:300px;
	background:url(/img/saiyo/mainimage_lessonpro.jpg) no-repeat center #ddd;
}
.saiyo.uketsuke header{
	text-align:center;
	height:300px;
	background:url(/img/saiyo/mainimage_uketsuke.jpg) no-repeat center #ddd;
}
.saiyo header #mainimage_ttl h2{
	padding:50px 20px 30px;
	height:110px;
}
.saiyo #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}


/*体験レッスンの流れ*/
.step header{
	text-align:center;
	height:300px;
	background:url(/img/step/mainimage.jpg) no-repeat center #ddd;
}
.step header #mainimage_ttl h2{
	padding:70px 20px 10px;
	height:110px;
}
.entry-content .step .ttl02 {
  border: medium none;
  color: #6eb92b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
  margin:40px 0;
}

/*クラブや練習器具の販売*/
header#gear{
	height:300px;
	background:url(/img/gear/mainimage.jpg) no-repeat center #ddd;
}
header#gear #mainimage_ttl h2{
	padding:70px 20px 10px;
	height:110px;
}
#gear #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}
.gear h3{
	font-size:36px;
	font-weight: bold;
	color: #6eb92b;
	padding:0;
	margin:0 0 20px;
}
.gear .item{
	padding:0 0 40px;
	margin:0 0 40px;
	border-bottom:4px solid #ededed;
}
.gear img{
	float:left;
	margin:0 20px 0 0;
}

.item iframe{
	width:500px;
	height:281px;
}
.item a.buy{
    box-shadow:none;
    box-shadow:1px 1px 3px #666,
				1px 1px 0 #6bd356 inset;
    background:#17940e;
    background: -moz-linear-gradient(top, #2db712, #17940e);
    background: -webkit-gradient(linear, left top, left bottom, from(#2db712), to(#17940e));
    border:1px solid #0f7e07;
    color:#fff;
    font-weight:bold;
    padding:8px 30px;
    font-size:18px;
    text-shadow:1px 1px 0 #0f7e07;
    cursor:pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:20px 0;
    text-decoration: none;
    }
.item a.buy:hover{
    background:#2db712;
    background: -moz-linear-gradient(top, #17940e, #2db712);
    background: -webkit-gradient(linear, left top, left bottom, from(#17940e), to(#2db712));
    box-shadow:1px 1px 3px #666,
				-1px -1px 0 #6bd356 inset;
    position:relative;
    text-shadow:-1px -1px 0 #0f7e07;
    }





/*プラン・料金*/
.plan header{
	text-align:center;
	height:300px;
	background:url(/img/plan/mainimage.jpg) no-repeat center #ddd;
}
.plan header #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}
.plan .lead_top01 {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 54px;
}
.entry-content .plan .ttl02 {
  color: #6eb92b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  border:none;
  padding:0;
}
.plan .lead_top02 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin: 25px 0 21px;
}
.plan .bg_box01 {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0 0 80px;
  padding: 0 20px 1px;
}
.plan .bg_box01 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 18px 0 15px;
}
.plan .bg_box01 .lead_txt01 {
  font-size: 12px;
  margin: 0;
  padding: 0 0 18px;
}
.plan .bg_box01 .inner {
  background: #fff none repeat scroll 0 0;
}
.plan .bg_box01 .inner .bg_txt_box01 {
  background: #fff none repeat scroll 0 0;
  padding: 25px 0 5px 30px;
}
.plan .bg_box01 .inner .bg_txt_box01 .left_txt01 {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 273px;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt01 {
  color: #00ae28;
  font-size: 22px;
  font-weight: bold;
}
.plan .bg_box01 .inner .bg_txt_box01 .left_txt02 {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 550px;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt02 {
  color: #00ae28;
  font-size: 28px;
  font-weight: bold;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt02 em {
  font-size: 16px !important;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt03 {
  color: #00ae28;
  font-size: 14px;
  font-weight: normal;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt05 {
  display: block;
}
.plan .bg_box01 .inner .bg_txt_box01 .txt_orange {
  color: #ff5400;
  font-size: 30px;
  font-weight: bold;
}

.plan .lesson_box01 .lesson_box01_inner {
  font-size: 0;
  margin: 27px 0 80px;
  width: 1000px;
}
.plan .lesson_box01 .lesson_box01_inner .left_box {
  border: 5px solid #6eb92b;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 253px;
}
.plan .lesson_box01 .lesson_box01_inner .left_box .ttl_box {
  min-height: 90px;
}
.plan .lesson_box01 .lesson_box01_inner .left_box h3 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 10px 0;
  padding:0;
}
.plan .lesson_box01 .lesson_box01_inner .left_box p {
  font-size: 12px;
  margin: 0 0 10px 0;
}
.plan .lesson_box01 .lesson_box01_inner .left_box .schedule_box {
  font-size: 14px;
  font-weight: bold;


  margin: 0;
  text-align: center;
}
.plan .lesson_box01 .lesson_box01_inner .left_box .schedule_box .txt {
  font-size: 14px;
  margin: 0 0 12px;
}
.plan .lesson_box01 .lesson_box01_inner .left_box .schedule_box p span {
  color: #c3d600;
}
.plan .lesson_box01 .lesson_box01_inner .left_box .schedule_box p {
  margin: 0;
  text-align: center !important;
}

.plan .plan_list_box01 {
  margin: 0 0 0 3px;
}
.plan .plan_list_box01 .img_box {
  border-color: #ddd;
  border-style: solid;
  border-width: 6px;
  display: inline;
  float: left;
  margin: -6px 0 0 -6px;
  min-height: 65px;
  padding: 20px;
  position: relative;
  width: 273px;
}
.plan .plan_list_box01 .img_box h3 {
  line-height: 1.6;
  margin: 0;
  padding:0;
  vertical-align: middle;
  font-size:14px;
}
.plan .plan_list_box01 .img_box h3 span {
  display: inline-block;
  width: 265px;
}
.plan .plan_list_box01 .img_box h3 a .txt01 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.plan .plan_list_box01 .img_box h3 span .txt02 {
  font-size: 24px;
  font-weight: bold;
  color: #6eb92b;
}
.plan .plan_list_box01 .img_box p.txt03{
	font-weight: bold;
	color:#ff4918;
	font-size:24px;
}
.plan .plan_list_box01 .img_box p.txt03 span{
	font-size:12px;
}
.plan .plan_list_box01 .img_box p.txt04{
	font-size:12px;
}
.plan .plan_list_box01 .img_box p.link,
.plan .plan_list_box01 .img_box p:last-child{
	margin:0;
}
.plan .plan_list_box01 .img_box a{
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0 9px;
  text-align: center;
  text-decoration: none;
	transition:0.3s;
	line-height:1.4;

	display:none;
}
.plan .plan_list_box01 .img_box a:hover{
	opacity:0.7;
}

.plan .lesson_other_area {
  border: 5px solid #ccc;
  padding: 27px 30px 30px;
  margin:50px 0 0 0;
}
.plan .lesson_other_area h3 {
	font-weight: bold;
	color:#6eb92b;
	font-size:24px;
	padding:0;
	margin:0 0 10px;
}
.plan .lesson_other_area p {
  line-height: 1.4;
  padding: 0;
}
.plan .lesson_other_area p.sub_txt {
	font-weight: bold;
	padding: 0;
	font-size:18px;
}


/*スクール一覧*/

.school header{
	text-align:center;
	height:300px;
	background:url(/img/school/mainimage.jpg) no-repeat center #ddd;
}
.school header #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}
.school h2 {
  color: #6eb92b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin: 50px 0 20px;
  padding:0;
  border:0;
}
.school ul {
	margin-bottom:20px;
}
.school ul li{
	width:auto;
	float:left;
	margin:0 10px 0 0; 
}
.school table{
	width: 53%;
}


/*受講生の声*/
.former header{
	text-align:center;
	height:300px;
	background:url(/img/former/mainimage.jpg) no-repeat center #ddd;
}
.former header #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}

.former .profile {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 460px;
}
.former .profile img {
  width: 460px;
}
.former .profile dd {
  background: #ededed none repeat scroll 0 0;
  line-height: 1.6em;
  padding: 18px;
  margin:0;
  text-align: center;
}
.former .profile span{
	font-size: 20px;
	font-weight: bold;
}
.former .profile dd p{
	margin:0;
	padding:4px 0;
	font-weight: bold;
	color: #fff;
}
.former .profile dd p.link{
	background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
}
.former a{
	color:#303030;
	opacity:1;
	transition:0.3s;
}
.former a:hover{
	color: #ff5400;
	opacity: 0.7;
}

/*受講生の声 インタビューページ*/
.former.interview header{
	text-align:center;
	height:300px;
	background:url(/img/former/mainimage_interview.jpg) no-repeat center #ddd;
}
.former h2.ttl03 {
  color: #6eb92b;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin:50px 0 20px;
  padding: 0;
  border: 0;
}
.former h2.ttl03 span{
	font-size: 22px;
}
dl.interview img{

	float:right;
	margin:0 0 20px 20px 
}


dl.interview dt{
	font-size:15px;
	font-weight: bold;
	margin:0 0 10px; 
}

dl.interview dd{
	font-size:14px;
	margin: 0 0 20px;
}

/*よくある質問*/
.faq header{
	text-align:center;
	height:300px;
	background:url(/img/faq/mainimage.jpg) no-repeat center #ddd;
}
.faq header #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}

.faq .ttl02 {
  margin: 0 0 30px;
  color: #6eb92b;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  border:0;
  padding: 0; 
}
.faq .counsellor_box {
  border: 5px solid #6eb92b;
  margin: 0 0 70px;
  padding: 23px 30px 30px;
  position: relative;
}
.faq .counsellor_box .number_box01 {
  border-bottom: 5px solid #ededed;
  margin: 0 0 24px;
  padding: 0 0 30px;
}
.faq .counsellor_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 13px;
}
.faq .counsellor_box p {
  line-height: 1.6;
}

/*スタッフ紹介*/
header#staff{
	text-align:center;
	height:300px;
	background:url(/img/staff/mainimage.jpg) no-repeat center #ddd;
}
header#staff #mainimage_ttl h2{
	padding:80px 20px 0;
	height:110px;
}

.staff h3{
	display: none;
}
.staff_box{
	border:4px solid #ddd;
	padding:30px;
	margin-bottom:30px;
}
.staff_box img{
	float:left;
	margin:0 20px 0 0;
}
.staff_box p{
	float: right;
	width:540px;
	margin:0;
}
.staff_box p.ttl{
	background:#6eb92b;
	padding:6px 0 4px 10px;
	color:#fff;
	font-weight: bold;
	margin:0 0 10px;
	font-size: 18px;
}

/*独自のゴルフ理論「ビジネスゾーン」*/
.businesszone header{
	text-align:center;
	height:300px;
	background:url(/img/businesszone/mainimage.jpg) no-repeat center #ddd;
}
.businesszone header #mainimage_ttl h2{
	padding:50px 20px 30px;
	height:110px;
}
.businesszone header #mainimage_ttl h2 span{
	letter-spacing: -2px;
}
.businesszone .ttl02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #6eb92b;
}
.businesszone .img02{
	float:right;
	margin:0 0 20px 20px;
}



/* --------------------------------------------------------------
				sub contents
-------------------------------------------------------------- */
.sub_ttl_area {
  background: #6eb92b;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2) inset;
  color: #fff;
  margin: 0;
}
.sub_ttl_area .inner {
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  width: 960px;
}
.sub_ttl_area_level h2 {
  padding: 24px 0;
  color: #fff;
  border: 0;
  font-size: 30px;
}

/*無料体験レッスン*/
.experience .line_box01 {
  border: 5px solid #6eb92b;
  margin: 0 0 40px;
}
.experience .line_box01 .inner {
  padding: 30px 0 25px 30px;
}
.experience .line_box01 .left_box {
  background: rgba(0, 0, 0, 0) url(/img/experience/icon_arrow.png) no-repeat scroll right 180px;
  display: inline;
  float: left;
  margin: 0 17px 0 0;
  padding: 0;
  width: 298px;
}
.experience .line_box01 .left_box h3 {
  color: #6eb92b;
  font-size: 0;
  font-weight: bold;
  margin: 0 0 13px;
  vertical-align: baseline;
}
.experience .line_box01 .left_box h3 span {
  display: inline-block;
  font-size: 44px;
  line-height: 1.1;
  margin: 0 4px 0 0;
  vertical-align: baseline;
}
.experience .line_box01 .left_box h3 em {
  display: inline-block;
  font-size: 17px;
  line-height: 1.1;
  vertical-align: baseline;
}
.experience .line_box01 .left_box .img01 {
  height: 230px;
  margin: 0 0 17px;
  position: relative;
}
.experience .line_box01 .left_box .img01 span {
  position: absolute;
  top: 0;
}

.experience .line_box01 p {
	margin: 0;
}
.experience .line_box01 .left_box p {
  line-height: 1.7;
  margin: 0 38px 0 0;
  font-size:12px;
}
.experience .line_box01 .left_box_none {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 260px;
}
.experience .line_box01 .left_box_none p {
  line-height: 1.7;
  margin: 0;
}
.experience .txt{
	font-size:16px;
}
.experience .txt span{
	font-weight: bold;
}

#form_2 caption{
	font-weight: bold;
	font-size: 24px;
	background: #555;
	padding:8px;
	color:#fff;
}
#form_2 table{
	width:100%;
}
#form_2 table th{
	width:230px;
}
#form_2 table table{
	margin: 0;
	width:auto;
}
#form_2 table table td{
	border:0;
}
.chuui{
	background-color:#eee;
	padding:20px;
	font-size:12px;
}
#form_2 button{
	background: rgba(250,202,10,1);
	background: -moz-linear-gradient(top, rgba(250,202,10,1) 0%, rgba(255,132,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,202,10,1)), color-stop(100%, rgba(255,132,0,1)));
	background: -webkit-linear-gradient(top, rgba(250,202,10,1) 0%, rgba(255,132,0,1) 100%);
	background: -o-linear-gradient(top, rgba(250,202,10,1) 0%, rgba(255,132,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,202,10,1) 0%, rgba(255,132,0,1) 100%);
	background: linear-gradient(to bottom, rgba(250,202,10,1) 0%, rgba(255,132,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faca0a', endColorstr='#ff8400', GradientType=0 );

	border:1px solid #ff8400;
	border-radius: 5px;
	font-weight: bold;
	font-size:24px;
	color:#fff;
	margin:40px auto;
	padding:15px 50px;
	box-shadow:1px 1px 0 rgba(255,255,255,0.5) inset,
				-1px -1px 0 rgba(0,0,0,0.1) inset;
}
#form_2 button:hover{
	background: rgba(255,172,28,1);
	background: -moz-linear-gradient(top, rgba(255,172,28,1) 0%, rgba(250,202,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,172,28,1)), color-stop(100%, rgba(250,202,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,172,28,1) 0%, rgba(250,202,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,172,28,1) 0%, rgba(250,202,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,172,28,1) 0%, rgba(250,202,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,172,28,1) 0%, rgba(250,202,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac1c', endColorstr='#faca0a', GradientType=0 );

	cursor: pointer;
}


/*資料のご請求*/
.document .counsellor_box {
  border: 5px solid #6eb92b;
  margin: 0 0 70px;
  padding: 23px 30px 30px;
  position: relative;
}
.document .counsellor_box h3 {
  color: #6eb92b;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 13px;
}
.document .counsellor_box p {
  line-height: 1.6;
}
.document .form_box01 {
  margin: 0 0 27px;
}
.document .ttl02 {
  color: #6eb92b;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  border:0;
  padding: 0;
}
.document .red_txt {
  color: #d72929;
  margin: 30px 0 20px;
}
.form_box01 table{
	width:100%;
	margin:0 0 40px;
}

/*会社概要*/
.company table{
	width:100%;
}

/*プライバシーポリシー*/
.privacy .r-box{
	background:#eee;
	padding: 15px;
	margin:20px 0;
}
.privacy h3.midasi{
	border-bottom:3px solid #ccc;
	padding:auto 0;
}
.privacy .g-i-box{
	border-left:3px solid #ccc;
	padding:0 0 0 20px;
}


/*記事(シングルページ)*/
#container.single{
	border-top:1px solid #eee;
}
#container.single #content{
	width:960px;
	margin:50px auto 100px;
}

/*カテゴリアーカイブ*/
#container.cate{
	border-top:1px solid #eee;
}
#container.cate #content{
	width:960px;
	margin:50px auto 100px;
}
#container.cate h2.entry-title {
  border-bottom: 0;
  margin: 0 0 10px;
  padding: 0;
}
#container.cate a {
	color: #6eb92b;
}
#container.cate a:hover {
	color: #ff7c00;
}


.entry-summary{
	margin-bottom:40px;
	padding:0 0 10px;
	border-bottom:1px dashed #ccc;
}

#nav-above,
#nav-below{
	line-height: 1.2;
	margin-bottom:10px;
	font-size:11px;
}
#nav-above .nav-previous,
#nav-below .nav-previous{
	width: 40%;
	float:left;
}
#nav-above .nav-next,
#nav-below .nav-next{
	width: 40%;
	float:right;
	text-align:right;
}
#nav-above a,
#nav-below a{
	color:#999;
}
.navigation{
	display: none;
}




/* --------------------------------------------------------------
				sidemenu
-------------------------------------------------------------- */
dl#side_menu{
	margin:10px 0;
	padding:0;
	border:1px solid #e1d29f;
	overflow: hidden;
}
dl#side_menu a{
	text-decoration:none;
}

dl#side_menu dt{
	background: url(/img/arrow01.png) no-repeat 213px center #fff;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.2);
	/*border-top:1px solid #fff;*/
}
dl#side_menu dt:first-child{
	border-top:0;
}

dl#side_menu dt a{
	color:#fff;
	padding:0;
	display:block;
}

dl#side_menu dd{
	background:url(/img/arrow02.png) no-repeat 190px center #f5eebd;
	border-radius:5px;
	margin:10px;
	font-size:13px;
	line-height:1.4;
}
dl#side_menu dd a{
	color:#292929;
	padding:8px 14px;
	display:block;
}

dl#side_menu dt:hover,
dl#side_menu dd:hover{
	opacity:0.7;
}


/* --------------------------------------------------------------
				footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	font-size:10px;
	margin-top:120px;
	padding:40px 0;
	background: #6eb92b;
}
#colophon{
	position: relative;
	width:960px;
	margin:0 auto;
	color:#fff;
}

.footer_menu{
	font-size:12px;
	line-height:2.2;
}
#nav_menu-5.footer_menu ul li{
	width:25%;
	float: left;
	font-weight: bold;
}
#nav_menu-6,
#nav_menu-7,
#nav_menu-8,
#nav_menu-10{
	width:25%;
	float:left;
}

#nav_menu-5.footer_menu ul li ul li,
#nav_menu-6.footer_menu ul li,
#nav_menu-7.footer_menu ul li,
#nav_menu-8.footer_menu ul li,
#nav_menu-10.footer_menu ul li{
	width:100%;
	margin:0;
	padding:0 0 0 20px;
	background:url(/img/arrow_white.png) no-repeat left center;
	font-weight: normal;
}
.footer_menu a{
	text-decoration: none;
	color: #fff;
}
.footer_menu a:hover{
	color:#ffe958;
}
#nav_menu-5{
	padding:0 0 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin:0 0 20px 0;
}


#footer_logo{
	float:left;
}
#footer_txt{
	float:right;
	text-align: right;
	font-size:12px;
}
#footer_txt span{
	font-weight: bold
}

a#backtop{
	position: absolute;
	top:-90px;
	right: 0;
	width:auto;
	margin:0 auto;
	text-align:center;
	padding:6px 10px;
	color:#fff;
	text-decoration: none;
	background: #6eb92b;
	font-size:13px;
	opacity:1;
	transition:0.3s;
}
a#backtop:hover{
	opacity: 0.7;
}

