/*
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: :checked +
Text Domain: website_theme
*/


/* --------------------------------------------------------------
				default CSS
-------------------------------------------------------------- */

body{
	margin:0;
	padding-top:70px;
	line-height:1.6;
	color:#303030;
	font-size: 10pt;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
	/* width: 100%; */
}
a{
	color: #6EB92B;
	/* display:inline-block; */
	text-decoration: none;
	/* font-size: 20px; */
}
a:hover{
	color:#f65555;
}

a img{
	border:none;
	opacity:1.0;
}
a img:hover{
	opacity:0.6;
	transition: all 0.5s;
}

.ttl02{
	font-size: 26px;
	color: #6eb92b;
}

p{
	margin:0 0 20px 0;
}

img{
	vertical-align:bottom;
}

ul,
li{
	margin:0;
	padding:0;
	list-style:none
}
li a{
	/*text-decoration:none;*/
}


h1{
	font-size:8px;
	color:#333;
	padding:2px 0;
	margin:0 0 10px;
	font-weight:normal;
	width:100%;
	height:10px;
	overflow: hidden;
}
h2{
	margin:0 auto 10px;
	font-size:15px;
	border:;
}
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: 25px;
	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;
}

.line_yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feff99 50%) repeat scroll 0 0;
    font-weight: bold;}

#container .midashimax {
background-color: #6eb92b;
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 50px 0 30px;
padding: 15px 0;
color: #fff;
letter-spacing: 0.05em;
}

#container .check_list01 li {
    background: rgba(0, 0, 0, 0) url("http://golfperformance.jp/img/lesson/icon_list.png") no-repeat scroll 0 center;
    margin: 0 0 12px;
    padding: 0 18px 10px 31px;
    text-align: left;
    font-weight: bold;
border-bottom: 1px dotted #ddd;
}

.img404{
  width:100%;
}
.img404_btn{
  width:70%;
	margin:0 15% 30px 15%;
}


table{
	border-collapse: collapse;
	width: 100%;
}
table th,
table td{
	display:block;
}
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: block;
}
.SPnone{
	display: none;
}

/* --------------------------------------------------------------
				header
	margin:0 auto;
	position:relative;
	border-top:6px solid #6eb92b;
	padding:8px;
	height: 80px;
-------------------------------------------------------------- */
#sp_nav{
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 70px;
        border-top: 4px solid #6eb92b;
        padding: 0 0 10px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      
}

p.logo{
	width:50px;
	margin:0 10px 0 0;
	position: absolute;
	z-index:999;
}
p.logo img{
	width:100%;
}
.ac_menu02 label.btn{
	line-height:1.2;
	background: url(/img/arrow_white.png) no-repeat 96% center #ff7c00;
	padding:10px 2em 8px 1em;
	position:absolute;
	right: 18%;
	width: 40%;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.gnav_area{
	float: right;
	text-align: right;
	position:absolute;
	right:0;
	z-index:500;
	width:100%;
}
.gnav_area img{
	width:52px;
}

.gnav_area label{
	margin:0;
}


.gnav_area02{
	position:absolute;
	right:0;
	z-index:800;
}
.gnav_area02 img{
	width:100%;
}
.gnav_area02 li a{
	background: url(/img/arrow_white.png) no-repeat 96% center #ff7c00;
	padding:10px 2em 8px 1em;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	width:80%;/*width:38%;*/
    text-align: center;
    box-sizing: border-box;
	float:none;/*float:left;*/
	margin: 10px auto;/*10px 0 20px 10px;*/
}


/*SP版メニュー　アコーディオン*/
.gnav_area label {
    margin: 0;
    cursor :pointer;
}

.gnav_area input[type="checkbox"].bellows{
    display: none;/* チェックボックスの非表示 */
}

.ac_menu ul {
/* メニュー開閉時アニメーション */
    background :#333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li li{
    padding:0;
    text-align: left;
    border-top:1px solid rgba(255,255,255,0.1);
}
.ac_menu ul a{
	color:#fff;
	text-decoration: none;
	padding:16px;
	display: block;
}
.ac_menu li li li{
	background: #444;
}
.ac_menu li li li a{
	padding: 10px 16px 10px 40px;
	background:url(/img/arrow_white.png) no-repeat 18px center;
}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows + ul{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}

input[type="checkbox"].bellows:checked + ul{
    height: 100%;/* チェックが入っているときの高さ */
    margin:6px -8px 0;
}
/* △△アコーディオン開閉指定△△ */

/*ヘッダー　無料体験レッスン・資料請求ボタン*/
.gnav_area02 label {
    margin: 0 auto;
    cursor :pointer;
    text-align: center;
    font-size: 15px;
}

.gnav_area02 input[type="checkbox"].bellows02{
    display: none;/* チェックボックスの非表示 */
}

.ac_menu02 ul {
/* メニュー開閉時アニメーション */
    background :#333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu02 li li{
    padding:0;
    text-align: left;
    border-top:1px solid rgba(255,255,255,0.1);
}
.ac_menu02 ul a{
	color:#fff;
	text-decoration: none;
	padding:16px;
	display: block;
}
.ac_menu02 li li li{
	background: #444;
}
.ac_menu02 li li li a{
	padding: 10px 16px 10px 40px;
	background:url(/img/arrow_white.png) no-repeat 18px center;
}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows02 + ul{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}

input[type="checkbox"].bellows02:checked + ul{
    height: 160px;/* チェックが入っているときの高さ */
    margin:58px -8px 0;
}
/* △△アコーディオン開閉指定△△ */


/* --------------------------------------------------------------
			main contents
-------------------------------------------------------------- */
#container{
	/*float:right;
	width:732px;*/
	margin: 0;
}
#content {
	margin: 0;
}

#main{
	margin:0 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:0;
}
#main_logo{
	width:20%;
	padding:8em 0 0;
}
#main_catch{
	width:100%;
}

#top_main{
	width:auto;
}
.one-column h2.entry-title{
	display: none;
}
.w960{
	width:auto !important;
	margin:30px 10px;
}
.w960 img{
	width:100%;
	height: auto;
}
.box-l{
	width:90% !important;
	padding:25px 5% !important;
}
.pr{
	width:96% !important;
	margin: 20px auto;
}
.pr-text{
	width:100% !important;
	padding:5% !important;
}
#voice{
	width:90% !important;
}

.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{
	display:none;
}
ul#top_bnr a{
	
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	text-indent:-999px;
}

ul#top_bnr a img{
	width:100%;
	margin:0 0 10px 0;
}

.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;
	padding: 10px;
}
ul#top_reason li{
	background:#fff;
	margin:0 0 30px 0;
	font-size:12px;
	line-height:1.6;
}
ul#top_reason li img{
	float:left;
	margin: 0 10px 0 0;
	width:30%;
}
ul#top_reason li span{
	font-size:18px;
	font-weight: bold;
}

ul#top_reason li a{
	background:url(/img/arrow_white.png) no-repeat 98% center #6eb92b;
	color:#fff;
	font-weight: bold;
	padding:8px;
	display: block;
	text-decoration: none;
	font-size:14px;
	text-align: left;
	width:95%;
	opacity:1;
	transition:0.3s;
	line-height:1.4;
	margin:6px 0 0 ;
}
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;
	line-height:1.2;
	margin:10px;
}
a#kodawari_link{
	background:url(/img/arrow_white.png) no-repeat 96% center #6eb92b;
	padding:8px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width:90%;
	display:block;
	margin:0 auto;
	opacity:1;
	transition:0.3s;
}
a#kodawari_link:hover{
	opacity:0.7;
}

#kodawari{
	margin:0;
}
#kodawari div{
	margin:10px;
}
#kodawari div dl{
	margin: 0 0 30px;
}
#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;
}

ul.top_btn{
	margin-bottom:50px;
}
ul.top_btn li{
	margin:5% 5% 0;
	text-align: center;
	width:90%;
}
ul.top_btn li a{
	display:block;
	padding:10px;
	color: #fff;
	font-size:18px;
	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(https://golfperformance.jp/renewal/wp-content/uploads/2025/05/foot-img-sp.png) no-repeat center center #6eb92b;
	height:260px;
}
#present div.w960{
	position: relative;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	margin:0 auto;
	padding:30px 0;
}
#present div.w960 span{
	color:#f6ff00;
}
#present a{
	background:url(/img/arrow_white.png) no-repeat 96% center #ff7c00;
	padding:14px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display:block;
	margin:20px;
	opacity:1;
	transition:0.3s;
}
#present a:hover{
	opacity: 0.7;
}

img.top_ranking{
	margin:0 auto 30px;
	width:90%;
}

.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: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 10px;
  margin:0 0 0;
  text-align: center;
}
h2.news_ttl span{
	font-size:10px;
	color:#ccc;
	font-weight: normal;
	letter-spacing: 2px;
}
#index_news{
	margin:30px 10px 10px;
}
#index_news li .pict{
	float: left;
	width:60px;
	min-height:40px;
	height: auto;
	margin:0 1em 0 0;
	vertical-align: middle;
	text-align: center;
	background:url(/img/bestscore.png) no-repeat center center;
	background-size: contain;
}
#index_news li .pict img{
	width:60px;
	height: auto;
}

#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;
}

#index_bestscore{
	margin:30px 10px 10px;
}
#index_bestscore li {
	width: 48%;
	float: left;
	margin: 0 1.3% 1.5% 0;
	background:#eee;
}
#index_bestscore li:nth-child(2n) {
	margin-right:0;
}
#index_bestscore li .pict{
	height:100px;
	text-align: center;
	overflow: hidden;
}
#index_bestscore li img{
	width:100%;
	height: auto;
}
#index_bestscore li .txt{
	padding:0.5em;
	height: 10em;
	font-size: 80%;
	text-align: center;
}
#index_bestscore li .score_count{
	font-size:200%;
	font-weight: bold;
}



#index_studio{
	margin: 1em auto 0;
}
#index_studio li {
	padding: 0;
	font-size: 12px;
	float: left;
	width: 48%;
	height: 240px;
}
#index_studio li:nth-child(even){
	float: right;
}
#index_studio .pict{
	overflow: hidden;
	width:100%;
	height: auto;
	margin:0 0 0.5em;
	text-align: center;
}
#index_studio .pict img{
	width: auto;
	height: 100px;
}
#index_studio li p{
	margin:0;
}


h2.top_ttl {
  border-bottom: 4px solid #303030;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 10px;
  margin:20px 0 0;
  text-align: center;
}
h2.top_ttl span{
	font-size:10px;
	color:#ccc;
	font-weight: normal;
	letter-spacing: 2px;
}


/*ゴルフパフォーマンスで受講をお考えの方へ*/
#top-page.inquire #mainimage{
	text-align:center;
	height:440px;
	background:url(/img/inquire/mainimage.jpg) no-repeat center #ddd;
}
.inquire .lead_box01 {
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}
.inquire .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.inquire .ttl03 {
  color: #6eb92b;
  font-size: 20px;
  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: 26px;
  text-align: center;
}
.inquire .main_img02 {
	background:url(/img/inquire/img01.jpg) no-repeat center #ddd;
	background-size:cover;
  height: 150px;
  margin: 40px 0 0;
  text-align: left;
}
.inquire .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: auto;
}
.inquire .main_img02 h3 {
  left: 0;
  position: absolute;
  top: -10px;
  left:10px;
  font-size:13px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:110px;
  padding:25px 10px;
  line-height: 1.2;
}
.inquire .main_img02 h3 span{
	font-size:26px;
}
.inquire .txt_box01 {
  color: #2e3a42;
  margin: 24px;
}
.inquire .txt_box01 h4 {
  font-size: 18px;
  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: 100%;
  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;
	background-size:cover;
  margin: 0;
}
.inquire .txt_box02 {
  margin: 38px 0 35px 260px;
}
.inquire .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  padding: 20px 20px 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;
	background-size:cover;
  margin: 0;
}

.inquire .txt_box03 {
  border-top: 5px solid #cbcbcb;
  color: #2e3a42;
  margin: 135px 0 0;
}
.inquire .txt_box03 .inner {
  margin: 0 auto;
  position: relative;
  width: auto;
}
.inquire .txt_box03 .inner h3 {
  left: 0;
  position: absolute;
  top: -170px;
  left:10px;
  font-size:14px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:110px;
  padding:40px 10px;
  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: 15px;
  padding: 30px 0;
  text-align: center;
}
.compare .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.compare .ttl03 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.compare .lead_box01 p {
  font-weight: bold;
  line-height: 1.8;
}
.compare .main_img02 {
	background:url(/img/inquire/img01.jpg) no-repeat center #ddd;
	background-size:cover;
	height: 150px;
  margin: 40px 0 0;
  text-align: left;
}
.compare .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: auto;
}
.compare .main_img02 h3 {
  left: 0;
  position: absolute;
  top: -10px;
  left:10px;
  font-size:13px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:110px;
  padding:25px 10px;
  line-height: 1.2;
}
.compare .main_img02 h3 span{
	font-size:26px;
}
.compare .txt_box01 {
  color: #2e3a42;
  margin: 14px;
}
.compare .txt_box01 h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 25px;
}
.compare .txt_box01 p {
  line-height: 1.7;
  margin: 0 0 20px;
}
.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: 100%;
  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;
	background-size:cover;
  margin: 0;
}
.compare .txt_box02 {
  margin: 38px 0 35px 260px;
}
.compare .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  padding: 20px;
}
.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;
	background-size:cover;
  margin: 0;
}

.compare .txt_box03 {
  border-top: 5px solid #cbcbcb;
  color: #2e3a42;
  margin: 135px 0 0;
}
.compare .txt_box03 .inner {
  margin: 0 auto;
  position: relative;
  width: auto;
}
.compare .txt_box03 .inner h3 {
  left: 0;
  position: absolute;
  top: -170px;
  left:10px;
  font-size:14px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:110px;
  padding:40px 10px;
  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: 15px;
  padding: 30px 0;
  text-align: center;
}
.interest .lead_box01 h2 {
  margin: 0 0 36px;
  text-align: center;
}
.interest .ttl03 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.interest .lead_box01 p {
  font-weight: bold;
  line-height: 1.8;
}
.interest .main_img02 {
	background:url(/img/inquire/img01.jpg) no-repeat center #ddd;
	background-size:cover;
  height: 150px;
  margin: 40px 0 0;
  text-align: left;
}
.interest .main_img02 .inner {
  margin: 0 auto;
  position: relative;
  width: auto;
}
.interest .main_img02 h3 {
  left: 0;
  position: absolute;
  top: -10px;
  left:10px;
  font-size:13px;
  font-weight: bold;
  color: #fff;
  background:#6eb92b;
  width:110px;
  padding:30px 10px;
  line-height: 1.2;
}
.interest .main_img02 h3 span{
	font-size:26px;
}
.interest .txt_box01 {
  color: #2e3a42;
  margin: 14px;
}
.interest .txt_box01 h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 25px;
}
.interest .txt_box01 p {
  line-height: 1.7;
  margin: 0 0 20px;
}
.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: 100%;
  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;
	background-size:cover;
  margin: 0;
}
.interest .txt_box02 {
  margin: 38px 0 35px 260px;
}
.interest .bg_box01 {
  background: #ededed none repeat scroll 0 0;
  color: #2e3a42;
  padding: 20px 20px 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;
	background-size:cover;
  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: auto;
}
.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:auto;
	margin:0 auto;
	position: relative;
}
#mainimage_ttl h2{
	border:none;
	background:#6eb92b;
	color:#fff;
	position: absolute;
	top:40px;
	left:10px;
	width:110px;
	height:150px;
	margin:0;
	font-size:15px;
	line-height: 1.4;
}

#mainimage_ttl-camp h2{
	border:none;
	background:#6eb92b;
	color:#fff;
	position: absolute;
	left:10px;
	width:110px;
	height:150px;
	margin:0;
	font-size:15px;
	line-height: 1.4;
}

.txt_box h2.ttl02{
	font-size:26px;
	color:#6eb92b;
	border:none;
	padding:0;
	margin:0 0 10px;
	line-height:1.2;
}
.txt_box p.txt{
	font-weight: bold;
}

/*ゴルフパフォーマンスの5つのこだわり*/
.aboutgp header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/mainimage.jpg) no-repeat center center #ddd;
	background-size:cover;
}
.aboutgp header #mainimage_ttl h2{
	padding:15px 10px 5px;
	height:100px;
	font-size:13px;
}
.aboutgp .txt_box {
  margin: 0 0 70px;
  position: relative;
}

.aboutgp .txt_box .line_box {
  border: 5px solid #6eb92b;
  padding: 14px;
}
.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: 20px 0 0;
  text-align: center;
}
.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.img05 {
  clip: rect(0px, 400px, 300px, 0);
  right: 0;
}
.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;
}
.aboutgp .txt_box .left_img span {
  display: block;
}
.aboutgp .txt_box .left_img {
  text-align: left;
}
.aboutgp .txt_box .right_box .line_box {
  padding: 14px;
}



.onetoone header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/onetoone_mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.theory header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/theory_mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.system header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/system_mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.course header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/course_mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.guarantee header{
	text-align:center;
	height:150px;
	background:url(/img/aboutgp/guarantee_mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}

.aboutgp #mainimage_ttl h2 span{
  color: #fff;
  font-size: 8px;
  line-height: 1.4;
  display: block;
  margin: 0 0 10px;
}

.onetoone .ttl02,
.theory .ttl02,
.system .ttl02,
.course .ttl02,
.guarantee .ttl02 {
  margin: 0 0 10px;
  color: #6eb92b;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  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.course .pic{
	text-align: center;
}
.aboutgp.course .pic img{
	width:auto;
	float: none;
	margin: 0;
	width:100%;
}
.aboutgp.course img{
	float:right;
	margin:0 0 0 20px;
	width:200px;
}


.aboutgp .img_top p span {
  display: block;
}
.aboutgp .counsellor_box {
  border: 5px solid #6eb92b;
  margin: 0 0 70px;
  padding: 14px;
  position: relative;
}
.aboutgp .counsellor_box .number_box01 {
  position: relative;
}
.aboutgp .counsellor_box .number_box01 {
  border-bottom: 5px solid #ededed;
  margin: 0 0 20px;
  padding: 0;
}
.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: 20px;
  font-weight: bold;
  margin: 0 0 13px;
  line-height: 1.2;
}
.aboutgp .counsellor_box p {
  line-height: 2;
}

.aboutgp .counsellor_link_box {
  font-size: 0;
  font-weight: bold;
  margin: 0 0 25px;
  position: relative;
  text-align: left;
  width: auto;
}
.aboutgp .counsellor_link_box li {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  width: 100%;
}
.aboutgp .counsellor_link_box a {
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  padding: 5%;
  text-decoration: none;
  width:90%;
  margin:0 0 10px;
}
.aboutgp .counsellor_link_box .active a,
.aboutgp .counsellor_link_box a:hover{
  background: #3a7308 url(/img/arrow_white.png) no-repeat scroll 96% center;
}


/*レッスン内容*/
.lesson header{
	text-align:center;
	height:150px;
	background:url(/img/lesson/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.lesson header #mainimage_ttl h2{
	padding:50px 10px 0;
	height:80px;
}
.lesson .lead_top02 {
  font-size: 20px;
  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: 14px;
}

.lesson .txt_box .right_img.img03 {
  clip: rect(10px, 300px, 310px, 0px);
  right:15px;
  top: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: 20px;
  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: block;
  margin: 0;
}
.lesson .txt_box .line_box .btn a {
  background: #6eb92b url(/img/arrow_white.png) no-repeat scroll 96% center;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0 11px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  letter-spacing: -1px;
  margin:0 0 10px;
}

.lesson .txt_box .right_box .line_box {
  margin: 0;
  padding: 14px;
}

.lesson .txt_box .left_img span {
  display: block;
}
.lesson .txt_box .left_img img {
  height: auto;
}

/*レッスン内容　ゴルフが楽しみたい*/
.purpose header{
	text-align:center;
	height:150px;
	background:url(/img/lesson/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose.forthefirst header{
	background:url(/img/lesson/mainimage_lesson01.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose.senior header{
	background:url(/img/lesson/mainimage_lesson02.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose.beginner header{
	background:url(/img/lesson/mainimage_lesson03.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose.driver header{
	background:url(/img/lesson/mainimage_lesson04.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose.fitting header{
	background:url(/img/lesson/mainimage_lesson05.jpg) no-repeat center #ddd;
	background-size:cover;
}
.purpose header #mainimage_ttl h2{
	padding:20px 10px 0;
	height:110px;
	font-size:13px;
}
.purpose #mainimage_ttl h2 span{
  color: #fff;
  font-size: 8px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}
.purpose .lead_top03 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 13px;
  border:0;
  padding:0;
}
.purpose .bg_box01 {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0 0 35px;
  padding: 0 10px 1px;
}
.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;
  background-size:5%;
  display: block;
  font-size: 16px;
  margin: 0 0 12px 15px;
  padding: 0 18px 0 31px;
  text-align: left;
}

.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_img span {
  display: block;
}
.purpose .txt_box .left_box .line_box {
  margin: 0;
}
.purpose .txt_box .line_box {
  border: 5px solid #6eb92b;
  padding: 14px;
}
.purpose .txt_box .line_box01 {
  margin: 0;
  padding: 14px;
  position: relative;
}
.purpose.senior .txt_box .line_box01 {
  padding: 14px;
}

.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 span {
  display: block;
}
.purpose .txt_box .right_box .line_box {
  margin: 0;
  padding: 14px;
}
.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;
}


/*レッスン内容　法人向けプラン*/
.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: 90px;
  padding: 40px 10px 0px;
}


/*採用情報　受付業務の採用情報*/
.saiyo header{
	text-align:center;
	height:150px;
	background:url(/img/saiyo/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.saiyo.pro header{
	text-align:center;
	height:150px;
	background:url(/img/saiyo/mainimage_lessonpro.jpg) no-repeat center #ddd;
	background-size:cover;
}
.saiyo.uketsuke header{
	text-align:center;
	height:150px;
	background:url(/img/saiyo/mainimage_uketsuke.jpg) no-repeat center #ddd;
	background-size:cover;
}
.saiyo header #mainimage_ttl h2{
	padding:30px 10px 30px;
	height:70px;
	font-size:13px;
}
.saiyo #mainimage_ttl h2 span{
  color: #fff;
  font-size: 8px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}


/*体験レッスンの流れ*/
.step header{
	text-align:center;
	height:150px;
	background:url(/img/step/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.step header #mainimage_ttl h2{
	padding:50px 10px 10px;
	height:70px;
	font-size:13px;
}
.entry-content .step .ttl02 {
  border: medium none;
  color: #6eb92b;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
  margin:40px 0;
}

/*クラブや練習器具の販売*/
header#gear{
	height:150px;
	background:url(/img/gear/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
header#gear #mainimage_ttl h2{
	padding:50px 10px 0;
	height:80px;
	font-size:13px;
}
#gear #mainimage_ttl h2 span{
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 0 0 15px;
}
.gear h3{
	font-size:26px;
	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 0 20px 0;
}

.item{
	padding:0 10px;
}
.item img{
	width:100%;
}
.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:10px 0;
    display: inline-block;
    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:150px;
	background:url(/img/plan/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.plan header #mainimage_ttl h2{
	padding:50px 10px 0;
	height:80px;
	font-size:13px;
}
.plan header #mainimage_ttl-camp h2{
	padding:30px 10px 0;
	height:80px;
	font-size:13px;
}


.plan .lead_top01 {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 54px;
}
.entry-content .plan .ttl02 {
  color: #6eb92b;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  border:none;
  padding:0;
  margin:50px 0 20px;
}
.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 10px 1px;
}
.plan .bg_box01 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 18px 0 15px;
  line-height: 1.4;
}
.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: 20px;
}
.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;
}
.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;
  display: block;
}
.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;
}
.plan .lesson_box01 .lesson_box01_inner .left_box {
  border: 5px solid #6eb92b;
  display: block;
  margin: 0 auto 10px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: auto;
}

.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: 22px;
  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: 14px;
  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: 18px;
  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: 0 auto 10px;
  padding: 20px;
  width: 85%;
}
.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: 20px;
  margin:40px 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:150px;
	background:url(/img/school/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.school header #mainimage_ttl h2{
	padding:60px 10px 0;
	height:70px;
	font-size:13px;
}
.school h2 {
  color: #6eb92b;
  font-size: 26px;
  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:100%;
}


/*受講生の声*/
.former header{
	text-align:center;
	height:150px;
	background:url(/img/former/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.former header #mainimage_ttl h2{
	padding:60px 10px 0;
	height:70px;
	font-size:13px;
}

.former .profile {
  margin-bottom: 20px;
  width: 100%;
}
.former .profile img {
  width: 100%;
}
.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;
	text-decoration: none;
}
.former a:hover{
	color: #ff5400;
	opacity: 0.7;
}

/*受講生の声 インタビューページ*/
.former.interview header{
	text-align:center;
	height:150px;
	background:url(/img/former/mainimage_interview.jpg) no-repeat center #ddd;
	background-size:cover;
}
.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:150px;
	background:url(/img/faq/mainimage.jpg) no-repeat center #ddd;
	background-size: cover;
}
.faq header #mainimage_ttl h2{
	padding:60px 10px 0;
	height:70px;
	font-size:13px;
}

.faq .ttl02 {
  margin: 0 0 20px;
  color: #6eb92b;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  border:0;
  padding: 0;
}
.faq .counsellor_box {
  border: 5px solid #6eb92b;
  margin: 0 0 50px;
  padding: 14px;
  position: relative;
}
.faq .counsellor_box .number_box01 {
  border-bottom: 5px solid #ededed;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.faq .counsellor_box h3 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 13px;
  padding:0;
  line-height:1.4;
}
.faq .counsellor_box p {
  line-height: 1.6;
}

/*スタッフ紹介*/
header#staff{
	text-align:center;
	height:150px;
	background:url(/img/staff/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
header#staff #mainimage_ttl h2{
	padding:50px 10px 0;
	height:80px;
	font-size:13px;
}

.staff h3{
	/*display: none;*/
}
.staff_box{
	border:4px solid #ddd;
	padding:20px;
	margin-bottom:30px;
}
.staff_box img{
	float:left;
	margin:0 0 20px 0;
}
.staff_box p{
	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:150px;
	background:url(/img/businesszone/mainimage.jpg) no-repeat center #ddd;
	background-size:cover;
}
.businesszone header #mainimage_ttl h2{
	padding:30px 10px 0;
	height:100px;
	font-size:13px;
}
.businesszone header #mainimage_ttl h2 span{
	letter-spacing: -2px;
}
.businesszone .ttl02 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
  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: 70px;
  position: relative;
  width: auto;
}
.sub_ttl_area_level h2 {
  padding: 20px 10px 10px;
  color: #fff;
  border: 0;
  font-size: 20px;
}

/*無料体験レッスン*/
.experience .line_box01 {
  border: 5px solid #6eb92b;
  margin: 0 0 40px;
}
.experience .line_box01 .inner {
  padding: 20px;
}

.experience .line_box01 .left_box h3 {
  color: #6eb92b;
  font-size: 0;
  font-weight: bold;
  margin: 0 0 13px;
  padding:0;
  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 .txt_box img{
	margin:0 0 10px;
	width:100%;
}
.experience .txt_box{
	margin:0 0 30px;
}

.experience .line_box01 p {
	margin: 0;
}

.experience .txt{
	font-size:16px;
}
.experience .txt span{
	font-weight: bold;
}

#form_2 caption{
	font-weight: bold;
	font-size: 16px;
	background: #555;
	padding:8px;
	color:#fff;
}
#form_2 img{
	width:12%;
}
#form_2 table{
	width:100%;
}
#form_2 table th{
}
#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: 14px;
  position: relative;
}
.document .counsellor_box h3 {
  color: #6eb92b;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 13px;
  padding:0;
  line-height: 1.4;
}
.document .counsellor_box p {
  line-height: 1.6;
}
.document .form_box01 {
  margin: 0 0 27px;
}
.document .ttl02 {
  color: #6eb92b;
  font-size: 30px;
  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;
}

.ajax-loader{
	height:1px;
}

/*会社概要*/
.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:auto;
	margin:50px auto 100px;
}

/*カテゴリアーカイブ*/
#container.cate{
	border-top:1px solid #eee;
	padding:0 20px;
}
#container.cate #content{
	width:auto;
	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;
}

.category-news{
	padding:0 20px;
}

.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;
	background: #6eb92b;
}
#colophon{
	position: relative;
	width:auto;
	margin:0 auto;
	color:#fff;
}

.footer_menu{
	font-size:14px;
	line-height:2.2;
}
#nav_menu-5.footer_menu 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{
	font-weight: bold;
	border-top:1px solid rgba(255,255,255,0.5);
}

#nav_menu-5.footer_menu ul li ul li,
#nav_menu-6.footer_menu ul li ul li,
#nav_menu-7.footer_menu ul li ul li,
#nav_menu-8.footer_menu ul li ul li,
#nav_menu-10.footer_menu ul li ul li{
	width:95%;
	margin:0;
	padding:0 0 0 5%;
	background:url(/img/arrow_white.png) no-repeat 8px center #7cc33c;
	font-weight: normal;
}
.footer_menu a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding:8px;
}
.footer_menu a:hover{
	color:#ffe958;
}
#nav_menu-5{
	padding:0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin:0;
}


#footer_logo{
	float:left;
	width: 50px;
}
#footer_txt{
	float:right;
	text-align: right;
	font-size:10px;
}
#footer_txt span{
	font-weight: bold
}

a#backtop{
	position: fixed;
	bottom:10px;
	right: 10px;
	width:auto;
	margin:0 auto;
	text-align:center;
	padding:6px 10px;
	color:#fff;
	text-decoration: none;
	background: #00ae2d;
	font-size:13px;
	border-radius:30px;
	opacity:1;
	transition:0.3s;
}
a#backtop:hover{
	opacity: 0.7;
}

.bestscore_box{
	width:96%;
	margin:auto;
}
.bestscore_box p.name{
	font-weight: bold;
	font-size: 140%;
	color:#6eb92b;
}
.bestscore_box img{
	width:96%;
	height:auto;
	margin:10px auto;
	display: block;
}

.cate img{
	max-width: 100%;
	width:auto;
	margin: 0 0 1em;
}


/*コースレッスンスケジュール*/
.schedule{
	width:96%;
	margin:auto;
}
.schedule h2{
	color:#6eb92b;
	font-size:140%;
	font-weight:bold;
	line-height:1.1;
}
.schedule .ttl{
	font-size:120%;
	font-weight: bold;
	display:inline-block;
	padding:0.4em 1em;
	margin:20px 0 0;
	border:1px solid #333;
}
.schedule table{
	font-size:85%;
	margin:auto auto 30px;
	width:100%;
}
.schedule table th,
.schedule table td{
	text-align:center;
	padding:0.4em;
	display:table-cell !important;
	line-height: 1.2;
}
.schedule table tr:nth-child(odd){
	background: #f5f5f5;
}
.schedule ul,
.schedule li{
	list-style: circle !important;
	font-size: 90%;
}
.schedule li{
	margin:0 0 0.5em 1em;
}
.schedule .kouten{
	width:auto;
	font-size:90%;
	padding:10px 20px;
	margin:30px 0 0;
	width:250px;
	border-radius:30px;
	border:3px double #ff74b5;
	background: #ffeff7;
}
.schedule .kouten p{
	margin:0;
}
.sp{
display: none !important;
}



/*****************************************

 2025.04.18-20 top-page renovation

*****************************************/
@media screen and (max-width: 640px){
 .pcShow {
    display: none;
 }

 .spShow {
    display: block;
 }

 #header {
    padding: 0 20px;
 }
.ac_menu02 label.btn {
    background: #FFB600;
    background: linear-gradient(180deg,rgba(255, 182, 0, 1) 0%, rgba(255, 124, 0, 1) 100%);
 }

 #logoline #logomark {
    width: 70vw;
    max-width: 450px;
  }

 #access ul li a {
    font-size: 17px;
  }

 #access ul li a span {
    font-size: 11px;
  }

 #access ul li {
    padding: 0 23px 5px;
  }

 #top-page .w960 {
    margin: 0 auto;
}

 #top-page #mainimage {
    display: flex;
    height: initial;
    flex-direction: column;
 }

 .bg {
    background: #EEF9EF
 }

 .mv-youtube {
    width: 100%;
}
 .mv-youtube video {
    max-width: 100%; 
 }

 iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
margin-top: 40px;
 }

 .mv-bnr {
    width: 100%;
    display: flex;
 }

 .mv-bnr figure {
    margin: 0;
    margin-bottom: 16px; 
 }

 .mv-bnr img {
   max-width: 100%;
 }

 .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

 .slick-dots li {
    margin: 2px;
 }

 .slick-dots li button:before {
    color: #CED1CF;
    opacity: 1;
 }

 .slick-dots li.slick-active button:before {
    color: #3CB249;
    opacity: 1;
 }

 .slick-dots li button:before {
    font-size: 10px;
 }

 .slick-dots {
    bottom: -40px;
 }

 .section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px; 
    padding-right: 10px;
 }

 .section .w960 {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
 }

 .section figure {
    margin: 0;
 }

 .section img {
    max-width: 100%;
 }

 .lesson-list {
    gap: 15px;
    display: flex;
    flex-direction: column;
 }

 .lesson-list li {
    background: #12B14F;
    background: linear-gradient(180deg,rgba(18, 177, 79, 1) 0%, rgba(21, 177, 78, 1) 100%);
    position: relative;
 }

 .lesson-list li:after {
    content: "";
    display: inline-block;
    background: url(/renewal/wp-content/uploads/2025/04/ic_arw_white.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
 }

 .lesson-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    transition: .3s ease-in-out;  
    line-height: 1.4;
 }

 .lesson-list a:hover {
    opacity: .7;
 }

 .lesson-list figure {
    width: 33%;
 }

 .lesson-list img {
    border: 3px solid #12B14F; 
 }

 .lesson-list div {
    padding: 5px 10px;
    width: 58%;
 }

 .lesson-list span {
    font-size: 13px;
　  font-family: "Noto Sans", sans-serif;
 　 font-optical-sizing: auto;
    font-weight: 700;
 }

 .lesson-list span.lg {
    font-size: 17px;
　  font-family: "Noto Sans", sans-serif;
 　 font-optical-sizing: auto;
    font-weight: 700;
 }

 h2.head-line {
    font-size: 22px;
    border-bottom: 1px solid #6EB92B; 
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
}

 h2.head-line:after {
    content: "";
    display: inline-block;
    background: #3CB249;
    height: 3px;
    width: 12.5%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
 }
    
 h2.head-line .lg {
    font-size: 38px;
    color: #3CB249;
 }

 .aim-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
 }

 .aim-list li {
    width: calc((100% - 2.5%) / 2);
    background: #FFF;
 }

 .aim-list a {
    text-decoration: none;
    color: #000;
 }

 .aim-list div {
    border-left: 3px solid #3CB249;
    position: relative;
    padding: 5px;
    min-height: 65px;
    display: flex;
    align-items: center;
 }

 .aim-list div:after {
    content: "";
    display: inline-block;
    background: url(/renewal/wp-content/uploads/2025/04/ic_arw_green.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
 }

 .aim-list h3 {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    padding: 0;
    width: 88%;
 }

 .aim-list h3 span {
    font-size: clamp(10px, 1.8vw, 16px);
    color: #3CB249;
    display: block;
 }

 .aim-list img {
    width: 100%;
 }

 .commit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4.6875%;
    margin-bottom: 20px;
 }

 .commit-list a {
    text-decoration: none;
    color: #000;
 }

 .commit-list.slick-dotted.slick-slider {
    margin-bottom: 40px;
 }

 .commit-list li.slick-slide {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 15px;
 }

 .commit-list h3 {
    font-size: clamp(16px, 2.2vw, 20px);
    text-align: center;
    text-align: center;
    padding: 0;
    margin: 0 auto 15px;
 }

 .commit-list h3 .sub {
    color: #3CB249;
    font-size: clamp(14px, 2.2vw, 20px);
    display: block;
 }

 .commit-list h3 .num {
    font-size: 19px;
    background: #3CB249;
    width: 30px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
     margin-left: 3px;
 }

 .commit-list figure {
    text-align: center;
    margin-bottom: 15px;
 }

 .commit-list img {
    border-style: none;
    padding: 0;
    width: 150px;
    margin: 0 auto;
 }

 .commit-list .slick-next, .slick-prev {
    z-index: 10;
 }

 .commit-list .slick-next:before,
 .commit-list .slick-prev:before {
    color: #3CB249;
    opacity: 1;
    position: absolute;
    z-index: 100;
    background: #fff;
    font-size: 35px;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
 }

 .commit-list .slick-prev {
     left: 0;
 }

 .commit-list .slick-next {
    right: 15px;
 }

 .commit-list .slick-dots {
    bottom: -30px;
}

 .commit-list .btn-commit {
    text-align: center;
 }

/* --------------------------------------------------------------
				yamaguchi
-------------------------------------------------------------- */

 .secTtl--border {
    padding-left: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: rgb(51, 51, 51) !important;
    border-left: 12px solid rgb(60, 178, 73);
text-align: left;
}
.mb20 {
    margin-bottom: 20px;
}
.txt--bold {
    font-weight: bold;
}
.txt--sm {
    font-size: 16px;
    line-height: 1.5;
}
.lessonCourseTypeBox .lessonCourseListLi.monthly {
    background: rgb(255, 237, 215);
}
.lessonCourseTypeBox .lessonCourseListLi.monthly .typeAndMinutes {
    background: rgb(238, 120, 0);
}
.lessonCourseTypeBox .lessonCourseListLi .typeAndMinutes {
    text-align: center;
    font-size: 150%;
    color: white;
    padding: 0.5em;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDt {
    background: rgb(255, 153, 0);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDt .type {
    font-size: 243%;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDt .course {
    font-size: 160%;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.detail {
    width: 390px;
    margin: 0px auto 0px 20px;
}

.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.detail .txt {
    font-size: 17px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDl {
    justify-content: space-between;
    align-items: flex-start;
   
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.fee .amountBox .getsugaku {
    font-size: 140%;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.fee .amountBox .amount {
    font-size: 285%;
padding-right: 15px;
}
.lessonCourseTypeBox .lessonCourseListLi.monthly .lessonCourseDd.fee .amountBox .amount .amountColor {
    color: #FF9900;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.fee .amountBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    margin: 0;
}
.lessonCourseTypeBox .lessonCourseListLi .lessonCourseDd.fee .taxIn{
    text-align: right;
    font-size: 110%;
padding-right: 15px;
margin: 0;
}
.sec-store .block .blockName {
    font-size: 18px;
    font-weight: bold;
    margin:10px 0 10px 0;
}
.sec-store .block .box {
    background: #3CB249;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sec-store .block .box dl dt {
    color:white;
    width: 75px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}
.sec-store .block .box dl dd {
    background-color: white;
    display: table-cell;
    padding: 10px 0 10px 15px;
    width: 10%;
}
.sec-store .block .box dl dd .list li {
    display: inline-block;
    width: 32%;
    margin: 5px 0;
}
.top-3x-box {
        display: block;
        width: 280px;
        margin: 20px auto 0;
    }
.top-3x-box__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
margin-left: auto;
    }
    .top-3x-box__text {
        font-weight: bold;
        text-align: center;
    }
    .top-3x-box__text-1 {
        font-size: 18px;
        color: #333;
        position: relative;
        top: 15px;
        margin-bottom: 10px;
    }
    .top-3x-box__text-2 ._size-1 {
        font-size: 48px;
    }
    .top-3x-box__text-2 {
        color: #333;
        font-family: Arial, sans-serif;
    }
    .top-3x-box__text-2 ._green {
        color: #3CB249;
    }
    .top-3x-box__text-2 ._green {
        color: #3CB249;
    }
    .top-3x-box__text-2 ._size-2 {
        font-size: 27px;
    }
    .top-3x-box__item img {
        width: 135px;
        margin-right: 8px;
    }
.sec-store .block .box dl dd .list li a {
    color: #3CB249;
    text-decoration: underline;
    font-size: 16px;
}
	/* 文字裏黄色*/
.bkhl {
  background-color: #ff0;        /* 黄色 */
  color: #111;                    /* コントラスト確保（任意） */
  padding: 0 .15em;               /* 少し余白（任意） */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;    /* 折り返し行でも余白を維持 */
  border-radius: .2em;            /* 角丸（任意） */
}
}



