@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 {
	background-color: #CCC;
	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;
	}
}

/*game-list
************************************************************************************/
#game-list{
	padding: 35px 0 0 0;
}
/* スクランブルゴルフ一覧
-----------------------------------------------------------------------------*/
#frameScramble {
	background: url("../../img/toppage/bg_game1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#frameScramble .grade_h1 { /* common_partsへ*/
}
#frameScramble .wrapper {
	padding-top: 50px;
}
.grade_h2 {
	background-color: #192a56;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.grade_h2 a{
	color: #FFF !important;
	text-decoration: none !important;
	display: block;
}
.grade_h3 {
	background-color: #2980b9;
	color: #FFF;
	text-align: center;
}
#frameScramble .wrapper2 {
	padding-top: 50px;
}

@media screen and (max-width: 768px){
.grade_h2 {
	font-size: 21px;
}
#frameScramble {
	background: url("../../img/toppage/sp_bg_game1.jpg") no-repeat center top #404d22;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
}

/* ステーブルフォードスクランブル
-----------------------------------------------------------------------------*/
#frameStableford {
	background: url("../../img/toppage/bg_game2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#frameStableford .grade_h1 { /* common_partsへ*/
}
#frameStableford .wrapper {
	padding-top: 50px;
}

#frameStableford .wrapper2 {
	padding-top: 50px;
}

/* 2021週末スクランブルアマチュアゴルフ選手権
-----------------------------------------------------------------------------*/
#frameWeekend {
	background: url("../../img/toppage/bg_game2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#frameWeekend .grade_h1 { /* common_partsへ*/
}
#frameWeekend .wrapper {
	padding-top: 50px;
}

#frameWeekend .wrapper2 {
	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 li {
	width: 50%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #FFF;
}
.listScramble li:nth-child(odd){
	border-left: 0;
}
.listScramble .scramble .TournamentData h3.name {
	font-size: 24px;
	padding-top: 5px;
	margin-bottom: 15px;
}
	
.listScramble .scramble .TournamentData h3.name a{
	color: #FFF;
	text-decoration: none;
}
.listScramble .scramble .TournamentData .txt_s {
	font-size: 16px;
}
.listScramble .scramble .TournamentData h3.name .entry{
	background: #DB0003;
	display: inline-block;
	padding: 2px 4px;
	color: #FFF;
	font-size: 14px;
	margin: 3px 3px 3px 10px;
	vertical-align: middle;
	line-height: 1.5;
}
.listScramble .scramble .TournamentData {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	clear: both;
	display: table;
	position: relative;
}
.listScramble .scramble .TournamentData:after{
	content: "詳細案内ページ ≫";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #33567f;
	color: #FFF;
	font-size: 14px;
	width: 10em;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.listScramble .scramble .TournamentData .photo {
	width: 15%;
	display: table-cell;
	vertical-align: top;
}
.listScramble .scramble .TournamentData .photo p{
	background-color: rgba( 255, 255, 255, 0.75 );
	border-radius: 50%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.listScramble .scramble .TournamentData .photo p:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.listScramble .scramble .TournamentData .photo img {
	max-width: 90%;
	height: auto;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.listScramble .scramble .TournamentData .kaisai {
	width: 70%;
	padding: 0 20px;
	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;
}
/*
.listScramble .scramble .TournamentData .kaisai dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.listScramble .scramble .TournamentData .kaisai dt {
	width: 10em;
	background-color: #222f3e;
	color: #fff;
	font-size: 13px;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 3px;
}
.listScramble .scramble .TournamentData .kaisai dd {
	width: calc(100% - 11em);
	padding-left: 1em;
	margin-bottom: 3px;
	clear: both;
	font-size: 15px;
	text-align: left;
}
.listScramble .scramble .TournamentData .kaisai ul.area li {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ccc;
	width: auto;
}
*/
.btnArea {
	text-align: center;
	text-decoration: none;
	clear: both;
}
.btnArea .btnDetailed {
	width: 50%;
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 0.7em 0.5em;
	margin: 5px;
	text-decoration: none;
	color: #FFF;
	background: #33567f;
	transition: .4s;
}
.btnArea .btnDetailed:hover {
	background: #eee;
	color: #666;
}

.details-cmt-box{
	padding: 40px 0;
	border-bottom: 1px solid #FFF;
	background-color: rgba( 255, 255, 255, 0.55 );
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.details-cmt-box a{
	text-decoration: none !important;
	color: #000 !important;
	display: inline-block;
	text-align: left;
	background: url("../../img/toppage/btn_more_taikai.svg") no-repeat right center;
	-moz-background-size: 190px auto;
	-webkit-background-size: 190px auto;
	background-size: 190px auto;
	padding-right: 230px;
}


@media screen and (max-width: 979px) {
	.listScramble .scramble {
		width: 100%;
		margin-top: 0.7%;
	}

.details-cmt-box a{
	text-decoration: none !important;
	color: #000 !important;
	display: inline-block;
	text-align: left;
	background: url("../../img/toppage/btn_more_taikai.svg") no-repeat center bottom;
	-moz-background-size: 190px auto;
	-webkit-background-size: 190px auto;
	background-size: 190px auto;
	padding: 0 15px 100px 15px;
}
}

@media screen and (max-width: 768px){
#frameStableford {
	background: url("../../img/toppage/bg_game2.jpg") no-repeat center top #273512;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.listScramble .scramble .TournamentData {
	width: 98%;
	display: block;
}
.listScramble .scramble .TournamentData .photo {
	width: 30%;
	text-align: center;
	margin: auto;
	display: block;
}
.listScramble .scramble .TournamentData .kaisai {
	display: block;
	padding: 20px 0;
	width: auto;
}
.btnArea .btnDetailed {
	width: 95%;
	font-size: 15px;
	-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: 5px auto;
	padding: 15px 5px;
}
}
@media screen and (max-width: 480px) {
	.listScramble .scramble .TournamentName h3.name {
		font-size: x-large;
		padding-top: 5px;
		width: 100%;
	}
	.listScramble .scramble .TournamentData {
		width: 100%;
		text-align: center;
	}
	.listScramble .scramble .TournamentData .photo {
		height: 200px;
		width: 200px;
		padding: 0 auto;
		text-align: center;
		float: none;
	}
	.listScramble .scramble .TournamentData .kaisai {
		margin: 5px auto;
		float: none;
	}
	.listScramble .scramble .TournamentData .kaisai p.kubun {
		width: 100%;
	}
}

/*3大スクランブル
************************************************************************************/
#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;
	}
}
/* cn登録について
-----------------------------------------------------------------------------*/
#cnArea {}
#cnMember {
	width: 100%;
	height: 200px;
	background: url(../../img/common/bg_pagetitle.png) no-repeat left top, #343434;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	display: table;
	margin: 0 auto;
	padding-top: 50px;
}
#cnMember p {
	width: 80%;
	text-align: left;
	padding: 5px auto;
	margin: 0 auto;
	vertical-align: middle;
	text-shadow: 1px 1px 3px #000;
}
#cnMember .btnArea {
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
#cnMember {
	width: 100%;
	height: auto;
	min-height: 200px;
	font-size: 21px;
}
}
@media screen and (max-width: 480px){
#cnMember p {
	width: 95%;
}
}

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

/* 宣伝　キャンペーン等 */
#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) {}

/* スクランブルゴルフ一覧
-----------------------------------------------------------------------------*/
h1.lines{
	color: #222;
	font-size: 30px;
	display: flex;
	align-items: center;
	padding: 2em 0 .3em;
	margin: 0 3%;
}
h1.lines:before, h1.lines:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #222;
	display: block;
}
h1.lines:before {
	margin-right: .4em;
}
h1.lines:after {
	margin-left: .4em;
}


#article-topics{
	background: #f1f1f1;
}


#frameReport {
	padding-bottom: 40px;
}
#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) {
h1.lines{
	font-size: 21px;
}
	#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 {
	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;
}
#frameInfo ul li a{
	color: #222;
}
@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 {
	padding: 0 0 50px 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%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
}
#frameNewsTopics ul.list li .category {
	text-align: center;
	padding: 5px;
	background: #333;
	color: #FFF;
}
#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;
}
#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;
}