@charset "utf-8";
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap');
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {font-size: 62.5%;/* 10px */}
body {
	font-family: "Roboto", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(185,237,224,0.50);
	background: #cfe4de;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #004a61;
	font-size: 1.6em;
	font-weight: 400;
}
html, body{
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header, footer {width: 100%;}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link {
	color: #0062cc;
	text-decoration: none;
}
a:visited {
	color: #0062cc;
	text-decoration: none;
}
a:active {
	color: #0062cc;
	text-decoration: none;
}
a[target=_blank][rel=nofollow] {
	padding-right: 20px;
	background: url("/assets/img/common/icon-link.svg")right center/12px auto no-repeat;
}
::-moz-selection {
	background-color: #b9ede0;
}
::selection {
	background-color: #b9ede0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
ul,ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
@media screen and (min-width: 960px) {
	a:link,
	a:link img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:visited,
	a:visited img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover {
		opacity:0.6;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover img {
		opacity:0.8;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:active,
	a:active img {
		transition-duration: 0.1s;
		transition-delay: 0s;
	}
}

/*============================
header
============================*/
header {
	position: relative;
	background-color: #ffffff;
	z-index: 1000;
}
#header-navi-check {
	display: none;
	cursor: pointer;
	cursor: hand;
}
#header-navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}
.header-box{
	padding: 11px 15px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
}
.header-logo-jgto {
	text-align: left;
}
.header-logo-jgto img{
	max-width: 100px;
	height: auto;
}
.header-dropdown-menu .header-nav-menu {
	position: relative;
}
.header-dropdown-menu .header-nav-menu input {
	display: none;
}
.header-nav-menu,
.header-nav-en {
	font-weight: 700;
	color: #1b6284;
}
.header-nav-menu a:link,
.header-nav-menu a:visited,
.header-nav-menu a:active,
.header-nav-en a:link,
.header-nav-en a:visited,
.header-nav-en a:active {
	color: #1b6284;
}
.header-dropdown-menu .header-nav-sub {
	position: absolute;
	width: auto;
}
.header-dropdown-menu .header-nav-sub li {
	display: none;
	background-color: #FFF;
}
.header-nav-sub .header-nav-menu {
	font-weight: 400;
	padding-left: 1em;
}
.header-nav-sub .header-nav-menu a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url("/assets/img/common/header-arrow02.svg") right 0/6px no-repeat;
}
.header-nav-button a {
	width: 100%;
	display: block;
	padding: 10px;
	border-radius: 5px;
}
.header-nav-button a:link,
.header-nav-button a:visited,
.header-nav-button a:active {
	background-color: #e8eff3;
}
.header-nav-button a:hover {
	background-color: #1b6284;
	color: #ffffff;
}
.header-nav-button-arrow::after {
	content:"";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("/assets/img/common/header-arrow03.svg") right 0/8px no-repeat;
}
.header-nav-sns-instagram img {
	width: auto;
	height: 22px;
}
.header-nav-sns-twitter img {
	width: auto;
	height: 22px;
}
.header-nav-sns-facebook img {
	width: auto;
	height: 24px;
}
.header-nav-sns-youtube img {
	width: auto;
	height: 20px;
}
.header-nav-en-arrow:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/assets/img/common/header-arrow02.svg) right 0/8px no-repeat;
}
.header-nav-search {
	width: 100%;
	display: inline-flex;
}
.header-nav-search-text {
	background-color: transparent;
	color: inherit;
	appearance: none;
	font-size: 1.2rem;
	line-height: 1.0;
	width: 100%;
	height: 35px;
	padding: 0.5em;
	border: 1px solid #1b6284;
	border-radius: 3px;
}
.header-nav-search-submit {
	background: #e8eff3 url("/assets/img/common/header-search.svg") center center/20px no-repeat;
	color: inherit;
	appearance: none;
	font-size: 0;
	line-height: 1.0;
	width: 35px;
	height: 35px;
	padding: 0.5em;
	margin-left: 5px;
	border: 1px solid #1b6284;
	border-radius: 3px;
}
@media screen and (max-width: 959px) {
	#header-navi #header-navi-button {/* hamburger menu */
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#header-navi-button .header-navi-button-box {
		display: block;
		width: 80px;
		height: 80px;
	}
	#header-navi-button .header-navi-button-box span {
		display: block;
		overflow: hidden;
		width: 1px;
		height: 1px;
	}
	#header-navi-button .header-navi-button-box span::before,
	#header-navi-button .header-navi-button-box span::after,
	#header-navi-button .header-navi-button-box::after {
		position: absolute;
		left: 15px;
		content: "";
		width: 50px;
		height: 2px;
		border-radius: 1px;
		background-color: #1b6284;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	/* hamburger menu bar top */
	#header-navi-button .header-navi-button-box span::before {
		top: 20px;
	}
	#header-navi-check:checked ~ #header-navi label#header-navi-button .header-navi-button-box span::before {
		top: 40px;
		transform: rotate(-45deg);
	}
	/* hamburger menu bar bottom */
	#header-navi-button .header-navi-button-box::after {
		top: 40px;
	}
	#header-navi-check:checked ~ #header-navi label#header-navi-button > .header-navi-button-box::after {
		transform: rotate(-135deg);
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	/* hamburger menu bar center */
	#header-navi-button .header-navi-button-box span::after {
		top: 30px;
	}
	#header-navi-button .header-navi-button-text {
		position: absolute;
		top: 50px;
		left: 20px;
	}
	#header-navi-check:checked ~ #header-navi label#header-navi-button .header-navi-button-box span::after,
	#header-navi-check:checked ~ #header-navi label#header-navi-button .header-navi-button-text {
		display: none;
	}
	.header-dropdown-menu {
		display: none;
	}
	.header-dropdown-menu .header-nav-menu {
		height: auto;
		width: 100%;
		border-bottom: 1px solid #dddddd;
	}
	.header-dropdown-menu .header-link-area {
		display: inline-block;
		width: 100%;
		padding: 20px;
		white-space: nowrap;
	}
	.header-dropdown-menu .header-link-area::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		background: url("/assets/img/common/header-arrow02.svg") center center/8px no-repeat;
		transform:rotateZ(90deg);
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	.header-dropdown-menu a {
		display: block;
		padding: 20px;
	}
	.header-dropdown-menu .header-nav-en a {
		padding: 10px 20px 20px;
	}
	#header-navi-check:checked ~ #header-navi {
		position: fixed;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8)
	}
	#header-navi-check:checked ~ * .header-dropdown-menu {
		display: block;
	}
	#header-navi-check:checked ~ * .header-dropdown-menu > li {
		max-height: inherit;
		overflow-y: visible;
	}
	.header-dropdown-menu > li > label:hover {
		cursor: pointer;
		cursor: hand;
	}
	.header-dropdown-menu li ul {
		position: static;
	}
	.header-dropdown-menu .header-nav-sub {
		margin-left: initial;
		position: relative;
	}
	.header-dropdown-menu ul li:last-child {
		border-bottom: none;
	}
	.header-dropdown-menu li ul li:last-child {
		border-bottom: none;
	}
	.header-dropdown-menu input[type="checkbox"]:checked ~ label ~ ul > li {
		max-height: inherit;
		overflow-y: visible;
		display: block;
	}
	#header-navi input[type="checkbox"]:checked ~ label .header-link-area::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		background: url("/assets/img/common/header-arrow02.svg") center center/8px no-repeat;
		transform:rotateZ(-90deg);
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	#header-navi-check:checked ~ * .header-dropdown-menu.header-nav-link {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.header-dropdown-menu.header-nav-link {
		width: auto;
	}
	.header-nav-button a {
		margin: 5px auto;
	}
	.header-nav-en {
		width: 100%;
	}
	.header-nav-search {
		padding: 20px 20px 15px;
		border-top: 1px solid #dddddd;
	}
}
@media screen and (min-width:960px) {
	#header-navi {
		height: 100px;
	}
	.header-box{
		max-width: 1536px;
		padding: 15px 24px 0;
		display: flex;
		align-items: center;
	}
	#header-navi #header-navi-button {
		display: none;
	}
	.header-logo-jgto img {
		max-width: 100px;
		height: auto;
	}
	.header-nav {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.header-nav-main {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		flex-grow: 0;
	}
	.header-nav-sub-main {
		display: flex;
		justify-content: flex-end;
		flex-grow: 1;
	}
	.header-nav-menu {
		width: 80px;
		text-align: center;
		font-size: 1.8rem;
	}
	.header-nav-menu .header-nav-menu {
		width: auto;
		text-align: left;
		font-size: 1.4rem;
	}
	.header-dropdown-menu .header-nav-menu:hover .header-nav-sub .header-nav-menu {
		display: block;
	}
	.header-nav-menu .header-link-area,
	.header-nav-menu a {
		width: 100%;
		display: inline-block;
		padding: 10px 0 24px;
		transition-duration: 0.3s;
		transition-delay: 0s;
		white-space: nowrap;
	}
	.header-nav-menu .header-nav-menu a {
		padding: 10px 20px;
	}
	.header-nav-menu .header-nav-menu:last-child a {
		padding: 10px 20px 20px;
	}
	.header-nav-menu .header-link-area:hover,
	.header-nav-menu a:hover {
		cursor: pointer;
		text-decoration: none;
		opacity: 0.6;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	.header-nav-arrow {
		position: relative;
	}
	.header-nav-arrow::after {
		content:"";
		position: absolute;
		bottom: -20px;
		left: calc(50% - 7px);
		width: 14px;
		height: 13px;
		background: url("/assets/img/common/header-arrow01.svg") 0 0/14px no-repeat;
	}
	.header-nav-sub {
		padding-top: 10px;
	}
	.header-nav-sub .header-nav-menu {
		white-space: nowrap;
		padding-left: 0;
	}
	.header-nav-button {
		margin-top: 8px;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.header-nav-menu.header-nav-button {
		width: 86px;
	}
	.header-nav-button a {
		padding: 10px 0;
		border-radius: 5px;
	}
	.header-nav-button a:link,
	.header-nav-button a:visited,
	.header-nav-button a:active {
		background-color: #e8eff3;
	}
	.header-nav-button a:hover {
		background-color: #1b6284;
		color: #ffffff;
	}
	.header-nav-button .pc-only-br {
		display: inline-block;
	}
	.header-nav-link {
		width: 263px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		flex-grow: 0;
	}
	.header-nav-link a {
		display: inline-block;
		padding: 5px 0;
	}
	.header-nav-en {
		font-size: 2.0rem;
	}
	.header-nav-en a {
		text-align: right;
	}
}
@media screen and (min-width:960px) and (max-width:1050px) {
	.header-box{
		padding: 15px 12px 0;
	}
	.header-logo-jgto img {
		max-width: 80px;
		height: auto;
	}
	.header-nav-menu {
		width: 80px;
	}
	.header-nav-link {
		width: 210px;
	}
	.header-nav-en {
		font-size: 1.6rem;
	}
	.header-nav-search {
		padding-left: 0;
	}
}
@media screen and (min-width:1320px) {
	.header-box {
		padding: 10px 24px 0;
	}
	.header-logo-jgto img {
		max-width: 120px;
		height: auto;
	}
	.header-nav-menu {
		width: 110px;
		font-size: 2.4rem;
	}
	.header-nav-menu.header-nav-button {
		width: 110px;
		font-size: 2.1rem;
		line-height: 1.1;
	}
	.header-nav-menu .header-nav-menu {
		font-size: 1.6rem;
	}
	.header-nav-link a {
		padding: 10px;
	}
	.header-nav-en a {
		padding: 5px 0;
	}
	.header-nav-search {
		padding-left: 10px;
	}
}
@media screen and (min-width:1536px) {
	.header-box {
		max-width: 1536px;
		padding: 10px 24px 0;
	}
	.header-logo-jgto {
		margin-right: 20px;
	}
	.header-nav-menu {
		width: 120px;
		font-size: 2.4rem;
	}
	.header-nav-button {
		font-size: 2.1rem;
		line-height: 1.1;
	}
}
/*============================
#main-block
============================*/
#main-block {
	margin-top: 80px;/* メニューの高さ分メインコンテンツを下に */
}
@media screen and (min-width:960px) {
	#main-block {
		margin-top: 100px;/* メニューの高さ分メインコンテンツを下に */
	}
}
/*============================
#news-flash
============================*/
#news-flash {
	background-color: rgba(255,255,255,0.6);
}
.news-flash-title {
	background-color: #00787e;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.0;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}
.news-flash-wrapper {
	background-color: #f6f9f9;
	border-top: 5px solid #fe5a6f;
	border-bottom: 5px solid #fe5a6f;
}
.news-flash-block {
	margin: 10px auto 0;
}
.news-flash-wrapper .news-flash-block:first-child {
	margin: 0 auto;
}
.news-flash-item {
	display: flex;
	flex-wrap: wrap;
}
.news-flash-category-box {
	width: 110px;
	display: flex;
	-moz-flex-direction: column;
	flex-direction: column;
}
.news-flash-category {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.0;
	color: #ffffff;
	white-space: nowrap;
	padding: 8px 0;
}
.category-tour.news-flash-category {
	background-color: #005128;
}
.category-challenge.news-flash-category {
	background-color: #116aa3;
}
.category-qualifying.news-flash-category {
	background-color:#008d3b;
}
.news-flash-tournamentname-box {
	display: flex;
	align-items: center;
	width: calc(100% - 110px);
	padding-top: 3px;
}
.news-flash-tournamentname {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	padding-right: 5px;
}
.category-tour.news-flash-tournamentname {
	color: #005128;
}
.category-challenge.news-flash-tournamentname {
	color: #116aa3;
}
.category-qualifying.news-flash-tournamentname {
	color: #008d3b;
}
.news-flash-round {
	font-size: 1.6rem;
	color: #0a0022;
}

.news-flash-text {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #0a0022;
	padding: 0 10px;
}

@keyframes news-flash-ticker {
	0% {
		transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		transform: translate(-100%, 0);
	}
}

.news-flash-ticker-wrap-box {
	width: 100%;
}
.news-flash-ticker-wrap {
	width: 100%;
	padding-left: 0;
	overflow: hidden;
	box-sizing: content-box;
}

.news-flash-ticker-wrap .news-flash-ticker {
	margin : 6px 0;
	display: inline-block;
	white-space: nowrap;
	padding-right: 0;
	padding-left: 100%;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: news-flash-ticker;
	animation-duration: 20s;
}

.news-flash-ticker-wrap .news-flash-ticker-item {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #0a0022;
}

.news-flash-accordion-button {
	text-align: center;
	background-color: #ccdbdf;
	border-bottom: 2px solid #004a61;
	padding: 5px;
	cursor: pointer;
}

.news-flash-accordion-button .news-flash-all {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.0;
	color: #004a61;
}

.news-flash-accordion-button .news-flash-all::after {
	position: absolute;
	content: "";
	background: url("/assets/img/common/arrow01horizontal.svg") 0 0/15px no-repeat;
	width: 15px;
	height: 10px;
	right: -18px;
	bottom: 7px;
	transition-duration: 0.3s;
	transition-delay: 0s;
}

.news-flash-accordion-button.active .news-flash-all::after {
	transform: rotateZ(180deg);
	transition-duration: 0.3s;
	transition-delay: 0s;
}

@media screen and (min-width: 560px) {
	.news-flash-title {
		font-size: 2.0rem;
	}
	.sp-only-br {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.news-flash-title {
		font-size: 2.4rem;
	}

	.news-flash-ticker-wrap .news-flash-ticker-item  {
		font-size: 1.8rem;
	}

	.news-flash-text {
		font-size: 1.8rem;
	}

	.news-flash-accordion-button .news-flash-all {
		font-size: 2.6rem;
	}

	.news-flash-accordion-button .news-flash-all::after {
		background: url("/assets/img/common/arrow01horizontal.svg") 0 0/17px no-repeat;
		width: 17px;
		height: 12px;
		right: -22px;
		bottom: 8px;
	}
}

@media screen and (min-width: 1100px) {
	.news-flash-ticker-wrap:hover .news-flash-ticker {
		animation-play-state: paused;
	}

	.news-flash-title {
		font-size: 2.8rem;
		padding: 15px;
	}

	.news-flash-wrapper {
		padding: 0 15px 10px;
	}

	.news-flash-block,
	.news-flash-wrapper .news-flash-block:first-child {
		margin: 15px auto 0;
		position: relative;
	}

	.news-flash-item {
		flex-wrap: wrap;
		overflow: hidden;
		margin: 5px auto;
	}

	.news-flash-category-box {
		width: 160px;
		-moz-flex-direction: row;
		flex-direction: row;
	}

	.news-flash-category {
		font-size: 1.8rem;
		width: 150px;
	}

	.news-flash-tournamentname-box {
		width: calc(100% - 160px);
		white-space: nowrap;
		z-index: 10;
	}

	.news-flash-tournamentname,
	.news-flash-round {
		font-size: 2.0rem;
	}

	.news-flash-ticker-wrap .news-flash-ticker-item  {
		font-size: 2.0rem;
	}
	.news-flash-text {
		font-size: 2.0rem;
	}

	.news-flash-ticker-wrap-box {
		width: calc(100% - 100px);
		overflow: hidden;
		z-index: 1;
	}

	.news-flash-ticker-wrap .news-flash-ticker-item {
		display: inline-block;
	}

	.news-flash-accordion-button {
		display: inline;
		border: none;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 3px 27px 3px 8px;
	}

	.news-flash-accordion-button .news-flash-all {
		font-size: 2.6rem;
	}

	.news-flash-accordion-button .news-flash-all::after {
		background: url("/assets/img/common/arrow01horizontal.svg") 0 0/17px no-repeat;
		width: 17px;
		height: 11px;
		right: -22px;
		bottom: 8px;
	}
}

@media screen and (min-width: 1320px) {
	.news-flash-wrapper {
		width: 1320px;
		margin: 0 auto;
		background-color: #ffffff;
		border-right: 5px solid #fe5a6f;
		border-left: 5px solid #fe5a6f;
	}

	.news-flash-title {
		padding: 20px;
	}
}



/*============================
google ad
============================*/
.header-ad,
.footer-ad {
	max-width: 1320px;
	margin: 20px auto 0;
}

/*============================
#footer-sponsor
============================*/
#footer-sponsor{
	background-color: rgba(0,120,126,0.6);
	padding: 5vw 3vw;
	margin-top: 10vw;
}
.footer-sponsor-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.footer-sponsor-item:first-child {
	width: 100%;
}
.footer-sponsor-item {
	width: calc(50% - 20px);
	margin: 10px;
}
.footer-sponsor-item a:link,
.footer-sponsor-item a:visited,
.footer-sponsor-item a:hover,
.footer-sponsor-item a:active {
	color: #0a0022;
	font-size: 1.2rem;
	line-height: 1.8;
}
.footer-sponsor-item img {
	max-width: 43vw;
}
.footer-sponsor-fancybox-box {
	display: none;
}
.footer-sponsor-detail-box.fancybox-content {/* fancybox.css上書き */
	background-color: #ffffff;
	padding: 44px 10px 10px 10px;
	max-width: 480px;
}
.footer-sponsor-title {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #004a61;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004a61;
}
.footer-sponsor-company {
	font-size: 2.0rem;
	text-align: center;
}
.footer-sponsor-logo {
	display: block;
	width: 200px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #b5b2bd;
}
.footer-sponsor-text1 {
	font-size: 1.6rem;
	text-align: left;
	color: #0a0022;
	margin-bottom: 20px;
}
.footer-sponsor-text2 {
	font-size: 1.4rem;
	text-align: left;
	color: #0a0022;
	background-color: #e5edef;
	padding: 20px;
}


[aria-link="disalbe"] {
	/*
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
	color: inherit !important;
	 */
}


@media screen and (max-width:559px) {
	.footer-sponsor-text1 br {
		display: none;
	}
	input[type=text] {
		font-size: 16px !important;
	}
	select {
		font-size: 16px !important;
	}
}
@media screen and (min-width:560px) and (max-width:959px) {
	#footer-sponsor {
		padding:25px 12px;
		margin-top: 50px;
	}
	.footer-sponsor-block {
		margin: 0 -6px;
	}
	.footer-sponsor-item:first-child,
	.footer-sponsor-item {
		width: calc(25% - 12px);
		margin: 10px 6px;
	}
	.footer-sponsor-item img {
		width: 100%;
		max-width: 300px;
	}
	.footer-sponsor-item a:hover img {
		opacity: 1;
	}
}
@media screen and (min-width:960px) and (max-width:1359px) {
	#footer-sponsor {
		padding: 30px 24px;
		margin-top: 80px;
	}
	.footer-sponsor-block {
		margin: 0 -12px;
	}
	.footer-sponsor-item:first-child,
	.footer-sponsor-item {
		width: calc(25% - 24px);
		margin: 20px 12px;
	}
	.footer-sponsor-item a:link,
	.footer-sponsor-item a:visited,
	.footer-sponsor-item a:hover,
	.footer-sponsor-item a:active {
		font-size: 1.6rem;
	}
	.footer-sponsor-item img {
		width: 100%;
		max-width: 300px;
	}
	.footer-sponsor-item a:hover img {
		opacity: 1;
	}
}
@media screen and (min-width:1360px) {
	#footer-sponsor {
		padding: 35px 0;
		margin-top: 100px;
	}
	.footer-sponsor-block {
		max-width: 1320px;
		margin: 0 auto;
	}
	.footer-sponsor-box {
		margin: 0 -20px;
	}
	.footer-sponsor-item:first-child,
	.footer-sponsor-item {
		width: 300px;
		margin: 15px 20px;
	}
	.footer-sponsor-item a:link,
	.footer-sponsor-item a:visited,
	.footer-sponsor-item a:hover,
	.footer-sponsor-item a:active {
		font-size: 1.6rem;
	}
	.footer-sponsor-item img {
		width: 100%;
		max-width: 300px;
	}
	.footer-sponsor-item a:hover img {
		opacity: 1;
	}
}

/*============================
#footer-banner
============================*/
#footer-banner{
	background-color: rgba(255,255,255,0.6);
	padding: 5vw 3vw;
}
.footer-banner-box {
	display: flex;
	flex-wrap: wrap;
}
.footer-banner-item {
	width: calc((100%/2) - 40px);
	margin: 10px 20px;
	text-align: center;
}
.footer-banner-item img {
	width: auto;
	height: 12vw;
	max-height: 50px;
}
@media screen and (min-width:560px) and (max-width:959px) {
	#footer-banner {
		padding: 25px 12px;
	}
	.footer-banner-box {
		justify-content: center;
	}
	.footer-banner-item {
		width: auto;
		max-width: calc((100%/3) - 20px);
		margin: 10px;
	}
	.footer-banner-item img {
		width: auto;
		height: 50px;
		max-height: 50px;
	}
}
@media screen and (min-width:960px) and (max-width:1359px) {
	#footer-banner {
		padding: 35px 24px;
	}
	.footer-banner-box {
		justify-content: center;
	}
	.footer-banner-item {
		width: auto;
		max-width: calc((100%/5) - 20px);
	}
	.footer-banner-item img {
		width: auto;
		height: 60px;
		max-height: 60px;
	}
}
@media screen and (min-width:1360px) {
	#footer-banner {
		padding: 35px 0;
	}
	.footer-banner-box {
		max-width: 1360px;
		margin: 0 auto;
		justify-content: center;
	}
	.footer-banner-item {
		width: auto;
		margin: 15px 20px;
	}
	.footer-banner-item img {
		width: auto;
		height: 60px;
		max-height: 60px;
	}
}

/*============================
footer
============================*/
footer {
	background: #a5cdd9 url("/assets/img/common/footer-bg-sp.jpg") center bottom/100vw no-repeat;
}
.footer-title{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
}
.footer-link-item {
	font-size: 1.5rem;
	line-height: 1.2;
}
.footer-link-item a {
	display: block;
}
.footer-link-item a:link,
.footer-link-item a:visited,
.footer-link-item a:active {
	color: #004a61;
}
.footer-text {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 20px;
	padding: 0 3vw;
}
.footer-copyright {
	background-color: #00787e;
	padding: 10px;
	text-align: center;
	font-size: 1.4rem;
	color: #e6f2f3;
}
@media screen and (max-width:559px) {
	.footer-block {
		padding: 10vw 3vw 0;
	}
	.footer-title {
		position: relative;
		margin-bottom: 40px;
		padding: 0 10px 5px;
		border-bottom: 1px solid #ffffff;
	}
	.footer-title.footer-accordion-button {
		cursor: pointer;
	}
	.footer-title.footer-accordion-button::after {
		position: absolute;
		content:"";
		background: url("/assets/img/common/footer-arrow.svg") 0 0 no-repeat;
		width: 17px;
		height: 11px;
		right: 10px;
		bottom: 5px;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	.footer-title.footer-accordion-button.active {
		margin-bottom: 10px;
	}
	.footer-title.footer-accordion-button.active::after {
		transform:rotateZ(180deg);
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	.footer-link-box {
		margin-bottom: 30px;
	}
	.footer-link-item a {
		padding: 10px;
	}
	.footer-sns-box {
		display: flex;
		justify-content: space-around;
		margin: 0 auto 30px;
	}
	.footer-sns-instagram img {
		width: auto;
		height: 22px;
	}
	.footer-sns-twitter img {
		width: auto;
		height: 22px;
	}
	.footer-sns-facebook img {
		width: auto;
		height: 24px;
	}
	.footer-sns-youtube img {
		width: auto;
		height: 20px;
	}
}
@media screen and (min-width:560px) {
	footer {
		background: #a5cdd9 url("/assets/img/common/footer-bg-pc.jpg") center bottom/cover no-repeat;
	}
	.footer-sns-box {
		display: none;
	}
	.footer-block {
		padding: 50px 24px 0;
	}
	.footer-box {
		margin: 0 -12px;
		display: flex;
		flex-wrap: wrap;
	}
	.footer-item {
		flex-basis: calc(33.33333% - 24px);
		margin: 0 12px 60px;
	}
	.footer-title {
		font-size: 2.2rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.footer-link-box.footer-accordion-contents {
		display: block!important;/* jsのインラインcssが残っている場合の打ち消し */
	}
	.footer-link-item {
		padding-bottom: 10px;
	}
	.footer-link-item a:hover {
		color: #004a61;
	}
	.footer-text {
		font-size: 1.3rem;
		padding: 40px 24px 0;
	}
	.footer-copyright {
		padding: 15px;
	}
}
@media screen and (min-width:1000px) {
	.footer-item {
		flex-basis: calc(25% - 24px);
	}

}
@media screen and (min-width:1320px) {
	.footer-block {
		width: 1320px;
		margin: 0 auto;
	}
	.footer-item {
		flex-basis: 300px;
	}
	.footer-title {
		font-size: 2.8rem;
	}
}

.banner_billboard {
	text-align: center;
	padding-top: 25px;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width:559px) {
	.banner_billboard {
		padding-top: 5vw;
	}
}



.banner_up {
	display: flex;
	text-align: center;
	padding-bottom: 30px;
	width: 100%;
	max-width: 100%;
}

.banner_up.margin_1 {
	margin-top: -10px;
	margin-bottom: 10px;
}

.banner_up.margin_2 {
	margin-top: 45px;
	margin-bottom: -75px;
}

.banner_up.margin_3 {
	margin-top: 45px;
	margin-bottom: 0;
}


.banner_up > div {
	flex-grow: 1;
	text-align: center;
}

.banner_mid {
	display: flex;
	text-align: center;
	margin-top: -45px;
	margin-bottom: -45px;
	width: 100%;
	max-width: 100%;
}

.banner_mid.margin_1 {
	margin-top: 0;
	margin-bottom: 45px;
}

.banner_mid.margin_2 {
	margin-top: 25px;
	margin-bottom: -45px;
}

.banner_mid > div {
	flex-grow: 1;
	text-align: center;
}

@media screen and (max-width:559px) {
	.banner_mid {
		padding-bottom: 8vw;
	}

	.banner_up {
		padding-bottom: 6vw;
	}
	.banner_up.margin_1 {
		margin-top: -1vw;
		margin-bottom: 1vw;
	}
	.banner_up.margin_2 {
		margin-top: 7vw;
		margin-bottom: -9vw;
	}
	.banner_up.margin_3 {
		margin-top: 6vw;
		margin-bottom: -9vw;
	}

	.banner_mid.margin_1 {
		padding-bottom: 5vw;
		margin-top: 7vw;
		margin-bottom: 2vw;
	}

	.banner_mid.margin_2 {
		padding-bottom: 5vw;
		margin-top: 5vw;
		margin-bottom: -9vw;
	}
}

@media print {
	#header-navi {
		position: initial;
		height: initial;
	}
	.header-navi-button-text {
		display: none;
	}
	.header-nav {
		display: none;
	}

	#contents-header {
		display: none;
	}

	#main-block {
		margin-top: 0 !important;
	}

	.section-wrapper {
		margin: 0 auto !important;
		padding: 0 0 0 !important;
	}

	.banner_billboard,.banner_up,.banner_mid {
		display: none;
	}

	.news_detail-post-title {
		margin: 3vw auto !important;
	}

	.sns-share-box, .sns-share-facebook, .sns-share-twitter, .sns-share-line {
		display: none!important;
	}

	.contents-footer-link,.contents-footer-link-box,.contents-footer-link-item {
		display: none;
	}

	#footer-sponsor {
		display: none;
	}

	#kids-footer {
		display: none;
	}

	#footer-banner {
		display: none;
	}

	footer {
		display: none;
	}
}


.tournament-rule.notactive {
	color: #777777;
}

.tournament-rule-partition {
	color: #777777;
}

.tournament-rule.active:hover,
.tournament-rule.notactive:hover {
    cursor: pointer;
}

.tournament-rule .active {
	color: #0a0022;
}

.hidden {
	display: none;
}

