@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";
body{
	color: #FFF;
	background-color: #FFF;
}


#page_top{
	width: 100%;
}
table.std th{
	padding: 5px 50px;
	font-weight: normal;
	white-space: nowrap;
}

.bn_cnp{
	text-align: center;
	padding: 30px 0 15px 0;
}

.banner_area{
	text-align: center;
	padding: 30px 0 15px 0;
}
.banner_area li{
	margin: 0 0 5px 0;
}
.banner_area img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
	table.std th{
		padding: 5px 30px;
	}
.bn_cnp img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
	#page_top{
		padding-bottom: 10px;
	}
}



/* トップ画像
-----------------------------------------------------------------------------*/
#top_image{
	overflow: hidden;
}
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../../img/common/ar_prev.png) no-repeat right center;}
.slider_next {background: #fff url(../../img/common/ar_next.png) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
@media screen and (max-width: 768px){
.wideslider{
	margin-bottom: 25px;
}
.pagination{
	bottom: -15px;
}
.pagination a {
    width: 7px;
    height: 7px;
}
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*public
----------------------------------------------------------------------*/
#public{
	background: #124906;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 35px 0 0 0;
}

#public2{
	background: #242424;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 35px 0 0 0;
}

/*banner_head
----------------------------------------------------------------------*/
ul.banner_head{
	width: 1100px;
	margin: 20px auto 0;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
ul.banner_head li{
	width: 545px;
}
ul.banner_head li img{
	width: 545px;
	height: auto;
}



@media screen and (max-width: 979px) {
ul.banner_head{
	width: 100%;
}
ul.banner_head li{
	width: 49.5%;
}
ul.banner_head li img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 480px){
ul.banner_head li{
	width: 100%;
	text-align: center;
}
}


/* スクランブルゴルフ一覧
-----------------------------------------------------------------------------*/
#frameScramble{
	padding: 35px 0 0 0;
	background: /*#2d2d2d*/#FFF;
}
#frameScramble .grade_h1{
	color: #FFF;
}
#frameScramble .wrapper{
	padding-top: 50px;
}



/* スクランブル大会リスト */
.listScramble{
	z-index: 10;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.listScramble .scramble{
	width: 33%;
	margin-top: 0.7%;
}
.listScramble .scramble .box{
	padding: 0 10px 30px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.listScramble .scramble .box .image{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0;
	font-size: 0;
}

/* エントリーステータスタブ */
.listScramble .scramble .box.available:after{
	padding: 8px 8px 5px 8px;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	content: "エントリー受付中!!";
	background: #e60012;
	color: #FFF;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.listScramble .scramble .box.end:after{
	padding: 8px 8px 5px 8px;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	content: "全日程終了";
	background: #ec6f00;
	color: #FFF;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.listScramble .scramble .box.before:after{
	padding: 8px 8px 5px 8px;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	content: "スケジュール公開中";
	background: #079b00;
	color: #FFF;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.listScramble .scramble .box.before_yotei:after{
	padding: 8px 8px 5px 8px;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	content: "2020年1月上旬スケジュール公開予定";
	background: #ff9600;
	color: #FFF;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}



#frameScrambleIndex .listScramble .scramble{
	padding-top: 90px;
	height: 415px;
	background: url(../../img/toppage/line_yellow_tate.png) repeat-y center;
	
}
#frameScrambleIndex .listScramble .scramble .box{
	background-color: #2d2d2d;
}
#frameScrambleIndex .listScramble .scramble .box .image{
	background-color: #2d2d2d;
}
#frameSlider .listScramble .scramble h3{
	padding: 10px;
	font-size: 15px;
	background: #131534;
}

@media screen and (max-width: 979px) {
	.listScramble .scramble{
		height: 380px;
		width: 50%;
	}
	.listScramble .scramble .box{
		padding: 0 5px 30px 5px;
	}
	.listScramble .scramble .box.available:after{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
#frameScrambleIndex .areaScramble{
	position: static;
	top: 0;
	height: auto;
}
#frameScrambleIndex .listScramble .scramble{
	margin-bottom: 20px;
	padding-top: 0;
	height:auto;
	background: none;
	width: 100%;
	height: auto;
}
.listScramble .scramble .box h3 span.br{
	margin-left: 1em;
	display: inline-block;
}
.listScramble .scramble{
	margin-top: 0;
	height: auto;
}

.listScramble .scramble .box{
	position: static;
}

.listScramble .scramble .box.available:after,
.listScramble .scramble .box.end:after,
.listScramble .scramble .box.before::after,
.listScramble .scramble .box.before_yotei:after{
	position: static;
	padding: 8px 8px 5px 8px;
	width: 100%;
	font-size: 18px;
	transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
	height: 3em;
}
}
@media screen and (max-width: 620px) {
	.listScramble .scramble .box h3 span.br{
		margin-left: 0;
		display: block;
	}
}
@media screen and (max-width: 480px){
.listScramble .scramble .box.available:after,
.listScramble .scramble .box.end:after,
.listScramble .scramble .box.before:after,
.listScramble .scramble .box.before_yotei:after{
	font-size: 15px;
}

}




/*3大スクランブル
************************************************************************************/
#frameScramble_top3{
	background: #FFF;
	padding: 55px 0;
}

#frameScramble_top3 .wrapper{
	padding-top: 20px;
}


#frameScramble_top3 .main_title{
	color: #03187e;
	font-size: 30px;
	text-align: center;
	width: 1100px;
	max-width: 98%;
	margin: auto;
}
#frameScramble_top3 .main_title {
	display: flex;
	align-items: center;
}
#frameScramble_top3 .main_title:before,
#frameScramble_top3 .main_title:after {
	border-top: 2px solid;
	content: "";
	flex-grow: 1;
}
#frameScramble_top3 .main_title:before {
	margin-right: 1rem;
}
#frameScramble_top3 .main_title:after {
	margin-left: 1rem;
}
#frameScramble_top3 .subtitle{
	color: #3748a1;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
#frameScramble_top3 .area{
	text-align: center;
	padding: 15px;
	font-size: 16px;
	color: #666;
}

@media screen and (max-width: 768px){
#frameScramble_top3 .main_title{
	font-size: 24px;
	width: 100%;
	margin: auto;
}
}


/*************************************************************************************/
/* 宣伝　キャンペーン等 */
#frameAdv{
	padding-bottom: 40px;
	background: #2d2d2d;
}
#frameAdv ul{
	width:100%;
	display: table;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
#frameAdv li{
	padding: 15px;
	width: 50%;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frameAdv li:nth-child(odd){
	background: #102900;
}
#frameAdv li:nth-child(even){
	background: #000000;
}
#frameAdv li img{
	vertical-align: top;
}
#frameAdv li .present1 {
	margin-top: 10px;
}
#frameAdv li .present1 span{
	padding: 0 20px;
	display: inline-block;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#frameAdv ul,
	#frameAdv li{
		width: 100%;
		display: block;
	}
	#frameAdv li{
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}

/* スクランブルゴルフ一覧
-----------------------------------------------------------------------------*/
#frameReport{
	padding-bottom: 40px;
	background: #2d2d2d;
}
#frameReport #report_list{
	margin-bottom: 40px;
	padding-top: 40px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#frameReport #report_list li{
	padding: 10px;
	width: 25%;
	border-left:1px solid #646464;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frameReport #report_list li:first-child{
	border-left: none;
}
#frameReport #report_list li{
	display: none;
}
#frameReport #report_list li:nth-of-type(1),
#frameReport #report_list li:nth-of-type(2),
#frameReport #report_list li:nth-of-type(3),
#frameReport #report_list li:nth-of-type(4){
	display: block;
}
#frameReport #report_list li .photo{
	text-align: center;
}
#frameReport #report_list li .photo img{
	width: 100%;
}
#frameReport #report_list li .txt{
	padding: 20px 20px 0 0;
	font-size: 14px;
	background: url(../../img/common/icon_raquo_blue.png) no-repeat right bottom 5px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#frameReport #report_list li{
		margin-bottom: 15px;
		width: 50%;
	}
	#frameReport #report_list li{
		border-left:none;
	}
	#frameReport #report_list li:nth-child(even){
		border-left:1px solid #646464;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
	#frameReport #report_list li{
		width: 100%;
		border-bottom:1px dotted #646464;
	}
	#frameReport #report_list li:nth-child(even){
		border-left: none;
	}
	#frameReport #report_list li .photo img{
		width: auto;
	}
	#frameReport #report_list li .txt{
		padding: 5px 20px 0 0;
	}
}


/* お知らせ
-----------------------------------------------------------------------------*/
#frameInfo{
	background: #2d2d2d;
	padding-bottom: 40px;
}
#frameInfo .frame{
	padding: 60px 0;
}
#frameInfo ul {
	height: 300px;
	overflow-y: scroll;
}
#frameInfo ul li{
	padding: 15px 0;
	border-bottom: 1px solid #646464;
	display: table;
	width: 100%;
}
#frameInfo ul li .date{
	width: 13em;
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
#frameInfo ul li .txt{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 0;
	background: url(../../img/common/icon_raquo_blue.png) no-repeat right center;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#frameInfo ul {
		padding: 30px 0;
	}
	#frameInfo ul li{
		display: block;
	}
	#frameInfo ul li .date{
		width: auto;
		display: block;
		font-weight: bold;
	}
	#frameInfo ul li .txt{
		display: block;
		font-weight: bold;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}

/*frameNewsTopics
************************************************************************************/
#frameNewsTopics{
	background: #000;
	padding: 0 0 50px 0;
	margin: 0 0 2px 0;
}

#frameNewsTopics h1.title_topics{
	font-size: 28px;
	text-align: center;
	padding: 0 0 1em 0;
}
#frameNewsTopics h1.title_topics:before,
#frameNewsTopics h1.title_topics:after{
	content: "-";
}

#frameNewsTopics .wrap{
	width: 1000px;
	margin: auto;
}
#frameNewsTopics ul.list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

#frameNewsTopics ul.list li{
	width: 22%;
	margin: 1.5%;
	color: #FFF;
	background: #000;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#frameNewsTopics ul.list li .category{
	text-align: center;
	padding: 5px;
	background: #333;
}

#frameNewsTopics ul.list li .photo{
	width: 100%;
	overflow: hidden;
	z-index: 10;
	position: relative;
	text-align: center;
}
#frameNewsTopics ul.list li .photo:before {
	content:"";
	display: block;
	padding-top: 65%;
}
#frameNewsTopics ul.list li .photo img{
	height: auto;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

#frameNewsTopics ul.list li .date{
	/*background: #01377f;*/
	background: #333;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
#frameNewsTopics ul.list li .cmt{
	font-size: 16px;
	padding: 10px !important;
	background: #000;
	color: #FFF;
	font-family: "黎ミン M",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#frameNewsTopics ul.list li .cmt a{
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 979px) {
#frameNewsTopics .wrap{
	width: 99%;
}
}
@media screen and (max-width: 768px){
#frameNewsTopics ul.list li{
	width: 47%;
}
}
@media screen and (max-width: 620px) {
#frameNewsTopics ul.list li{
	font-size: 12px;
}
#frameNewsTopics ul.list li .category{
	padding: 10px 5px;
}
#frameNewsTopics ul.list li .date{
	padding: 5px;
	font-size: 12px;
}
#frameNewsTopics ul.list li .cmt{
	font-size: 13px;
	padding: 7px !important;
}

}



/*************************************************************************************/
ul.corona_frame{
	margin: 5px auto 0;
	width: 1100px;
	text-align: center;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
}

ul.corona_frame li{
	display: table-cell;
	vertical-align: middle;
}

ul.corona_frame li.corona{
	background: #ffa200;
}

ul.corona_frame li.enki{
	background: #002dac;
}
ul.corona_frame li.important{
	background: #dc0000;
}

ul.corona_frame li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 15px;
}
@media screen and (max-width: 979px) {
ul.corona_frame{
	width: 100%;
	display: block;
}
ul.corona_frame li{
	display: block;
	margin: 0 0 3px 0;
}
.corona{
	width: 100%;
}
.corona a{
	padding: 10px 0.5em;
}
}

.grade_h1{
	color: #FFF;
}