@charset "utf-8";




/**（目安）**
Thin:		100
Light:		300
DemiLight:	350
Regular:	400
Medium:		500
Bold:		700
Black:		900
**/







#top_image_box {
	background: url('/images/online/mainv_bg.jpg') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;

	font-weight: 400;
	font-size: 90%;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese', Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;

}


#top_img {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 100px 20px;
	width: 90%;
	max-width: 760px;
	text-align: center;
	background: rgba(255,255,255,0.75);
}
#top_heading {
	margin-bottom: 60px;
	padding: 40px 0;
	background: 
		url("/images/golf/golf_title_flame_top.png") no-repeat center top,
		url("/images/golf/golf_title_flame_bottom.png") no-repeat center bottom;
	font-size: 320%;
	line-height: 1.2;
	font-weight: 900;
	color: #c92221;
}

#top_text {
	line-height: 1.8;
	font-size: 140%;
	font-weight: 700;
	color: #333;
}

#top_image_cat {
	position: absolute;
	right: -120px;
	bottom: -40px;
	width: 160px;
}



/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 768px){

#top_image_cat {
	display: none;
}

}/* 閉じカッコ */



/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 640px) {

#top_img {
	padding: 40px 20px;
}
	
#top_heading {
	font-size: 220%;
	margin-bottom: 40px;
}
#top_text {
	font-size: 100%;
}

}/* 閉じカッコ */











#customer_demand_box {
	background-color: #ffffed;
	padding: 80px 0;
}

#customer_demand {
	width: 90%;
	max-width: 820px;
	margin: 0 auto 20px;
}

#customer_demand ul {
	list-style-image: url('/images/online/point_beer.png');
	padding-left: 80px;
}

#customer_demand ul li {
	font-size: 130%;
	margin-bottom: 15px;
	padding-left: 40px;
}

#etc {
	font-size: 130%;
	text-align: right;
}

#bg_offer_upper {
	display: table;
	background: url('/images/service/bg_offer_upper.png') no-repeat center bottom;
	width: 866px;
	height: 106px;
	max-width: 866px;
	margin: 0 auto;
}

#bg_offer_text {
	display: table-cell;
	color: #fff;
	font-size: 200%;
	line-height: 1.5;
	text-align: center;
	vertical-align: bottom;
}
#bg_offer_bottom {
	background: url('/images/service/bg_offer_bottom.png') no-repeat center top;
	width: 866px;
	height: 58px;
	max-width: 866px;
	margin: 0 auto 40px;
}


#customer_text {
	margin: 0 auto;
	width: 90%;
	max-width: 820px;
	text-align: center;
}
#customer_emphasis {
	margin-bottom: 10px;
	font-size: 180%;
	line-height: 1.5;
	font-weight: 900;
	color: #c92221;
}
#online_image {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#online_image img {
	width: 100%;
	max-width: 800px;
	height: auto;
}





/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 978px){

#bg_offer_upper {
	width: 90%;
	background-size: 100% auto;
}
	
#bg_offer_bottom {
	width: 90%;
	background-size: 100% auto;
}
	
#bg_offer_text {
	font-size: 170%; /* safari用 */
	font-size: 3.3vw;
}

}/* 閉じカッコ */


@media screen and (max-width: 950px){

#customer_demand ul {
	padding-left: 40px;
}
}/* 閉じカッコ */



@media screen and (max-width: 640px) {

#customer_demand_box {
	padding-top: 60px;
}
	
#customer_demand ul li {
	font-size: 100%;
	padding-left: 10px;
}
	
#bg_offer {
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0 auto;
}
	
#etc {
	font-size: 100%;
	text-align: right;
}


}/* 閉じカッコ */













/*===============================================*/
#use_box {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}
#use_heading {
	margin-bottom: 20px;
	font-size:180%;
	font-weight: bold;
	color: #5E7153;
}
#use_text {
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}
#use_list_box0 {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	padding: 3px;
	border: 3px solid #c92221;
}
#use_list_box {
	padding: 10px;
	border: 1px solid #c92221;
}
#use_box ul {
	padding-left: 10%;
	list-style-type: disc;
}

#use_box ul li {
	text-align: left;
	font-size: 120%;
	font-weight: 900;
}






#plan_box {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
}
#plan_heading {
	margin-bottom: 20px;
	text-align: center;
	font-size:180%;
	font-weight: bold;
	color: #5E7153;
}
@media screen and (max-width: 640px) {
#plan_heading {
	font-size: 140%;
}
}/* 閉じカッコ */


#plan_box table {
	max-width: 800px;
	line-height: 1.3;
	margin: 0 auto 20px;
	border: 1px solid #999;
}

#plan_box table tr {
	border-bottom: 1px solid #999;
}
#plan_box table tr:first-child {
	background: #c92221;
	color: #fff;
}
#plan_box table tr:last-child {
	border-bottom: none;
}
#plan_box table tr td {
	padding: 10px 20px;
	border-right: 2px dotted #ccc;
	vertical-align: middle;
}
#plan_box table tr td:last-child {
	border-right: none;
	text-align: center;
}






#plan_topics_box0 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 100px;
	padding: 6px;
	border: 6px solid #c92221;
}
#plan_topics_box {
	padding: 40px;
	border: 2px solid #c92221;
}
@media screen and (max-width: 640px) {
#plan_topics_box {
	padding: 20px;
}
}/* 閉じカッコ */

.plan_topics {
	margin-bottom: 30px;
	padding-left: 70px;
	background: url('/images/golf/plan_image.png') no-repeat left top;
	background-size: 40px auto;
	font-size: 130%;
	font-weight: 900;
}
@media screen and (max-width: 640px) {
.plan_topics {
	padding-left: 50px;
}
}/* 閉じカッコ */
.plan_topics_memo {
	font-size: 80%;
	font-weight: 300;
}
.plan_attention {
}









#faq_box {
	background: url('/images/online/faq_bg.png') repeat center center;
	background-color: #fbeded;
	padding: 80px 0;
}

#faq {
	line-height: 1.6;
	width: 90%;
	max-width: 840px;
	margin: 0 auto;
}

#faq_list {
}

#faq_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

#faq_list ul:nth-child(2n) {
	margin-bottom: 55px;
}

#faq_list li:first-child {
	width: 8%;
}

#faq_list li:last-child {
	width: 92%;
}

.text_red {
	color: #c92221;
}

#feel_free {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	color: #fff;
	max-width: 590px;
	min-height: 240px;
	margin-bottom: 120px;
}

#feel_free_text {
	box-sizing: border-box;
	background: url('/images/service/balloon.png') no-repeat left top;
	background-size: 90%;
	padding: 50px 35px;
	max-width: 365px;
	width: 100%;
}





.text_box0 {
	padding: 80px 0;
}
.text_box {
	width: 90%;
	max-width: 840px;
	margin: 0 auto 60px;
}
.text_heading {
	margin-bottom: 20px;
	text-align: center;
	font-size:180%;
	font-weight: bold;
	color: #5E7153;
}
.text_box ul {
	margin-bottom: 20px;
	padding-left: 5%;
	list-style-type: disc;
}








#contact_button_box {
	width: 80%;
	max-width: 840px;
	font-size: 100%;
	margin: 0 auto 150px;
}

@media screen and (max-width: 580px) {
#contact_button_anchor {
	width: 88%;
	font-size: 2.8vw;
}
}/* 閉じカッコ */












