/* ===== 共通style ===== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');
html, body {
    font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
header {
	background-color:#ffffff;
	padding: 0;
}
footer {
	background-color: #d8d7e5;
	padding: 0;
	height: 100px;
	text-align: right;
	padding-top: 0.8rem;
	color: #3c397d;
}
a, a:hover {
	text-decoration: none;
}
table {
    word-break: break-all;
}
section {
    font-feature-settings: "palt";
}

.container {
    max-width: 100%;
    width: 1280px;
    width: 960px;
}
.pc {
	display: block;
}
.mb {
	display: none;
}
.mb05 {
	margin-bottom: 0.5rem;
}
.mt05 {
	margin-top: 0.5rem;
}
.ml1 {
	margin-left: 1rem;
}
.ml10_5 {
	margin-left: 10.5rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mt3 {
	margin-top: 3rem;
}
.hankaku_space {
    width: 0.75rem;
    display: inline-block;
}
.logo {
	font-size: 1.6rem;
	text-align: left;
	margin: 0.5rem 0;
}
.logo a span {
	font-size: 1.5rem;
}
.logo a{
	color: #ff0000;
}
.navbar {
	background-color: #d8d7e5;
	color: #fff;
	margin-top: 1rem;
}
.navbar .nav-links  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar .nav-links a {
	color: #3c397d;
	font-size: 1.6rem;
	padding: 0.5rem 0;
}
.menu-toggle {
	display: none;
	font-size: 3rem;
	background: none;
	border: none;
	color: #d8d7e5;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

main.container {
	margin: 4rem auto;
}
main h1.page_title {
	font-size: 2.9rem;
	color: #3c397d;
	text-align: center;
    margin: 0;
}
main h3.section_title {
	width: 100%;
	color: #ffffff;
	font-size: 1.3rem;
    line-height: 1.5;
	padding: 0.25rem 1.2rem;
	background: linear-gradient(to right, #3c397d, #1e6eaf);
}
main h3.section_title span{
	font-weight: normal;
}
.section_wrap {
    padding-left: 1.2rem;
}
.section_wrap.two_column {
    display: flex;
    justify-content: flex-start;
}
.section_wrap .left_column {
	margin-right: 3rem;
}
.section_wrap p{
	font-size: 1.5rem;
	word-break: break-all;
    text-align: justify;

}
.section_wrap p.semibold,
.section_wrap p span.semibold{
	font-weight: bold;
}
.section_wrap p.small,
.section_wrap p span.small{
    font-size: 1.05rem;
    vertical-align: 3px;
    font-weight: normal;
}
.section_wrap p.mincho{
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Noto Serif CJK JP", serif;
}
.section_wrap p.kome {
	font-size: 1.3rem;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}
.section_wrap p.red{
	color: #ff0000;
}
.section_wrap p span.blue {
	color: #3c397d;
}
.section_wrap p.p_indent {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
.section_wrap p.dot {
	text-indent: -1rem;
    padding-left: 1rem;
}
.section_wrap p.dot:before{
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    background-color: #3c397d;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.2rem;
    margin-top: -0.3rem;
}
.section_wrap .underline{
	text-decoration: underline;
}
.section_wrap .ml_p_text {
	margin-left: 1.5rem;
}
.copyright {
	font-size:0.9rem;
}
.back_top {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 5rem;
    line-height: 5;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    background: #Ffff;
    opacity: 0.8;
}
/* ===== TOP style ===== */
header .top_img {
	width: 100%;
	height: 44rem;
	background-image: url("../img/topmain.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 2rem;
    position: relative;
}
header .top_img .top_img_text {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    left: 1rem;
    bottom: 0.5rem;
    color: #ffff;
}
#top .top_title {
	font-size: 3.65rem;
    color: #3c397d;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 4rem;
    font-weight: bold;
    font-weight: 900;
}
#top .sub_title {
    color: #3c397d;
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: normal;
    font-size: 1.85rem;
}

#top .midashi_wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 1.5rem;
}
#top .midashi_wrap .red_squre {
	font-size: 1.2rem;
	height: 5rem;
	width: 5rem;
    line-height: 5rem;
	border-radius: 50%;
	color:#ffffff;
	background-color:#ff0000;
    text-align: center;
    font-weight: bold;
}
#top .midashi_wrap .midashi {
	font-size: 2.2rem;
	color:#ff0000;
    line-height: 1.3;
    margin-left: 1rem;
    font-weight: bold;
	width: calc(100% - 5rem);
}
#top .midashi_wrap .midashi span{
	font-size: 1.7rem;
    font-weight: bold;
}

/* ===== access style ===== */

#access .access_text {
	font-size: 2.2rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 1rem;
}
#access .access_img {
	margin-bottom: 2.5rem;
}

/* ===== recruit style ===== */
#recruit .scta_title {
	font-size: 1.5rem;
	color: #3c397d;
    font-weight: bold;
	margin-bottom: 0.5rem;
}
#recruit table {
	width: 100%;
	border-collapse: collapse;
}
#recruit table th {
	border: 4px solid #ffffff;
	background-color: #e4f4f5;
    font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
#recruit table td {
	border: 4px solid #ffffff;
	background-color: #f8fcfc;
    font-size: 1.25rem;
}

#recruit table.facilities th {
	padding: 0.5rem 0;
}

#recruit table.facilities thead tr:nth-child(1) th:nth-child(1) {
	width: 3%;
}
#recruit table.facilities thead tr:nth-child(1) th:nth-child(2) {
	width: 30%;
}
#recruit table.facilities thead tr:nth-child(1) th:nth-child(3) {
	width: 32%;
}
#recruit table.facilities thead tr:nth-child(1) th:nth-child(4) {
	width: 35%;
}

#recruit table.facilities td {
	padding: 0.5rem 0;
	text-align: center;
}

#recruit table.facilities tbody tr td.none {
	background-image: linear-gradient(to left top, transparent calc(50% - 1px), #999 50%, #999 calc(50% + 1px), transparent calc(50% + 2px));
}

#recruit table.scta th {
	width: 16%;
	padding: 1rem 0;
}
#recruit table.scta td {
	width: 68%;
	padding: 1rem 0;
	padding-left: 1rem;
	text-align: left;
}
#recruit table.scta th.blank {
	border-left: 4px solid #e4f4f5
}
#recruit table.plan th {
	padding: 0.5rem 0;
}
#recruit table.plan td {
	padding: 0.5rem 0;
	text-align: center;
}
#recruit table.plan tr:nth-child(2) td:nth-child(1) {
	width: 30%;
    vertical-align: baseline;
}
#recruit table.plan tr:nth-child(2) td:nth-child(2) {
	width: 45%;
}
#recruit table.plan tr:nth-child(2) td:nth-child(3) {
	width: 25%;
}
#recruit table.plan td.t_left {
	text-align: left;
	padding-left: 0.5rem;
}
#recruit table.cancel {
	width: 70%;
}
#recruit table.cancel th {
	padding: 0.5rem 0;
}
#recruit table.cancel tr th:nth-child(1) {
	width: 65%;
}
#recruit table.cancel tr th:nth-child(2) {
	width: 35%;
}
#recruit table.cancel td {
	padding: 0.5rem 0;
	text-align: center;
}
#recruit table.cancel tr td:nth-child(1) {
	text-align: left;
	padding-left: 0.5rem;
}
#recruit .JATA {
	position: relative;
}
#recruit .JATA img{
    width: 42.8%;
    position: absolute;
    right: 0;
    bottom: 3rem;
}
#recruit section p.end_text {
	border: 1px solid #000000;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}
/* ===== conditions style ===== */

#conditions section p {
	font-size: 1.5rem;
    text-align: justify;
}
#conditions section p.no_indent {
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}
#conditions section p.end_text {
	border: 1px solid #000000;
	padding: 0.5rem 1rem;
}
#conditions section h4 {
	font-size: 1.5rem;
	margin: 1.5rem 0;
}

#conditions section .travel_conditions {
	display: flex;
    align-items: center;
    border: 1px solid #3c397d;
    padding: 1rem;
    margin-bottom: 2rem;
}
#conditions section .travel_conditions .back_blue {
    width: 6.4rem;
    height: 6.4rem;
    background-color: #3c397d;
    color: #ffffff;
    font-size: 1.6rem;
    padding-left: 1.6rem;
    padding-top: 1.2rem;
    line-height: 1.2;
}
#conditions section .travel_conditions p {
	display:inline-block;
    width: calc(100% - 6.4rem);
    font-size: 1.4rem;
    padding-left: 0.8rem;
}
#conditions section .tr {
	float: right;
	font-size: 1.4rem;
}
@media (max-width: 600px) {
/* ===== 共通style ===== */
	html, body {
	    font-size: 12px;
	}
	.container {
		width: 95%;
	}
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
	.ml10_5 {
		margin-left:0;
	}
	.menu-toggle {
		display: block;
	}
	.navbar .container {
	    position: relative;
	    margin: 1rem 0;
	    width: 100%;
	}
	.navbar .nav-links  {
		display: none;
		flex-direction: column;
		gap: 0.75rem;
		margin-top: 1rem;
	}
	.navbar .nav-links.active {
		display: flex;
	}
	.navbar .container {
		flex-direction: column;
		align-items: flex-start;
	}
	main.container {
		margin: 2rem auto;
	}
	.section_wrap {
	    padding: 0.6rem;
	}
	/* ===== TOP style ===== */
	header .top_img {
		height: 15rem;
	}
	#top .top_title {
	    padding-top: 0;
        font-size: 2.7rem;
	}
	#top .midashi_wrap .midashi {
	    font-size: 1.5rem;
	}
	#top .midashi_wrap .midashi span {
	    font-size: 1.2rem;
        display: block;
	}
	#top .midashi_wrap .midashi br {
	    display: none;
	}
	.section_wrap.two_column {
		display: block;
	}
	.Tournament_Schedule .section_wrap.two_column .left_column {
		margin-bottom: 2rem;
	}
	#access .access_text {
	    font-size: 1.8rem;
	}
	#conditions section .travel_conditions {
		display: block;
	}
	#conditions section .travel_conditions .back_blue {
		width: 100%;
        text-align: center;
        height: auto;
        padding: 0;
        line-height: 2;
	}
	#conditions section .travel_conditions p {
		width: 100%;
        padding: 0 0.5rem;
	}
	/* ===== recruit style ===== */
	#recruit table th {
	    font-size: 1rem;
	}
	#recruit table td {
	    font-size: 1rem;
	}
	#recruit table.facilities thead tr:nth-child(1) th:nth-child(1) {
		width: 5%;
	}
	#recruit table.facilities thead tr:nth-child(1) th:nth-child(2) {
		width: 25%;
	}
	#recruit table.facilities thead tr:nth-child(1) th:nth-child(3) {
		width: 42%;
	}
	#recruit table.facilities thead tr:nth-child(1) th:nth-child(4) {
		width: 28%;
	}
	#recruit table.scta th {
		display: block;
	    width: 100%;
        font-size: 1.2rem;
	}
	#recruit table.scta td {
		display: block;
	    width: 100%;
        font-size: 1.2rem;
	}
	#recruit table.scta th.blank {
		display: none;
	}
	#recruit table.plan td br{
		display: none;
	}
	#recruit table.cancel {
		width: 100%;
	}
	#recruit .JATA img {
	    position: relative;
        width: 100%;
	}
}