html{
	height: 100%;
	font-size: 62.5%;
	}
html,body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
body{
	font-size: 1.6rem;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",sans-serif;
	background: #fff;
	color: #000;
	text-align: justify;
	}
@media (max-width: 560px) {
body{
		font-size: 1.4rem;
		}
	}
h1{
	font-size: 2.4rem;
	padding: 5px 0 3px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	margin-bottom: 50px;
	text-align: center ;
	}
@media (max-width: 560px) {
	h1{
		font-size: 1.6rem;
		padding: 4px 0 4px;
		margin-bottom: 10px;
		}
	}
a {
	color: #39C834;
	text-decoration:underline;
	}
a:hover {
	color: var(--main-color);
	}
a:hover img{
	opacity: 0.7;
	}
.left{
	text-align: left;
	}
.center{
	text-align: center;
	}
.right{
	text-align: right;
	}
.bold {
	font-weight: bold;
	}
.red{
	color: var(--red1);
	}
.blue{
	color: var(--main-color);
	}
.text_1{
	font-size: 1.6rem;
	line-height: 2em;
	}
.t-indent_1{
	padding-left: 1em;
	text-indent: -1em;
	}
@media (max-width: 560px) {
	.text_1{
		font-size: 1.4rem;
		}
	}
img{
	width: 100%; 
	max-width: 100%;
	}

/*------------------------------------------------------------ラップ*/
.wrap_l{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}
.wrap_m{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
@media (max-width: 1000px) {
	.wrap_m{
		padding: 0 20px;
	}
	}
.wrap_s{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	}
.wrap_ss{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}

/*------------------------------------------------------------ヘッダー*/
header{
	width:100%;
	height: auto;
	margin: 0 auto;
	text-align: center ;
	position: relative;
	background: repeating-linear-gradient(
	-15deg,
	#A0D6F3, #A0D6F3 7px, 
	#80C9EF 7px, #80C9EF 17px,
	#A0D6F3 17px, #A0D6F3 24px,
	#80C9EF 24px, #80C9EF 31px,
	#A0D6F3 31px, #A0D6F3 34px,
	#80C9EF 34px, #80C9EF 50px,
	#A0D6F3 50px, #A0D6F3 57px,
	#80C9EF 57px, #80C9EF 64px,
	#A0D6F3 64px, #A0D6F3 69px,
	#80C9EF 69px, #80C9EF 80px
	)
	}
header img{
	width: 100%;
	max-width: 1000px;
	padding: 20px;
	}

/*------------------------------------------------------------ナビTOP*/
.nav-top1{
	margin-bottom: 50px;
	width: 100%;
	background-color: var(--sub-color1);
	z-index: 999;
	text-align: center ;
	}
.nav-top1 a{
	color: #fff;
	background-color: var(--sub-color1);
	display: grid;
	text-decoration: none;
	}
.nav-top1 ul{
	display: grid;
	grid-template-columns: repeat(7, auto);
	}
.nav-top1 ul li{
	border-left: 1px solid #fff;
	font-size: min(1.6rem , calc(100vw / 50));
	line-height: 3.0rem;
	}
.nav-top1 ul li:first-child{
	border-left: 1px solid var(--sub-color1);
	}
.nav-top1 a:hover{
	background-color: #fff;
	color: var(--sub-color1);
	text-decoration: none;
	}
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	}
@media (max-width: 620px) {
	.nav-top1{
		margin-bottom: 30px;
		}
	}
@media (max-width: 560px) {
	.nav-top1{
		margin-bottom: 20px;
		}
	.nav-top1 ul{
		display: none;
		}
	}
	
/*------------------------------------------------------------セクション*/
section{
	margin-bottom: 100px;
	}
section:before {
	content: "";
	display: block;
	height: 60px; /* 調整したい高さ（固定ヘッダーの高さ） */
	margin-top: -60px; /* heightと同じ分のネガティブマージン */
	visibility: hidden;
	}
@media (max-width: 560px) {
	section{
		margin-bottom: 50px;
		}
	section:before {
		height: 10px;
		margin-top: -10px;
		}
	}
/*------------------------------------------------------------コピー*/
.catchcopy h1{
	color: var(--sub-color1);
	background-color: #FFF;
	margin: 0 1em;
	word-break: keep-all;
	}
.catchcopy span{
	display: inline-block;
	background-color: #FFDB01;
	padding: 0.2em 0.7em 0.1em;
	vertical-align: middle;
	border-radius: 1em;
	margin: 0 0 1em 0;
	}
.day_start{
	background-color: #FFDB01;
	background: linear-gradient(#fff , #FFF 40px , #FFDB01 40px , #FFDB01 calc(100% - 40px) , #FFF calc(100% - 40px) , #FFF 100%);
	width: 100%;
	font-size: 7.0rem;
	line-height: 1.2em;
	color: var(--red1);
	font-weight: bold;
	margin-top: 30px;
	}
.day_start img{
	width: 100%;
	max-width: 300px;
	
	}
.day_start ul{
	display: grid;
	grid-template-columns: auto 300px;
		place-items: center;
	}
@media (max-width: 850px) {
	.day_start{
		margin: 20px 0 50px;
		font-size: min(5.0rem , calc((100vw - 40px) / 9));
		background: linear-gradient(#FFDB01 0% , #FFDB01 100%);
		padding: 20px;
		}
	.day_start ul{
		grid-template-columns: 1fr;
		}
	}
@media (max-width: 620px) {
	.catchcopy span{
		width: 11em;
		}
	}

/*------------------------------------------------------------理事長*/
#message h2{
	color: var(--sub-color1);
	font-weight: bold;
	font-size: 3.0rem;
	margin: 30px 0;
	}
#message figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 250px;
	}
#message figure img {
	max-width: 100%;
	}
/*.float_none {
	clear: both;
	}*/
@media (max-width: 560px) {
	#message h2{
		font-size: 2rem;
		margin: 20px 0;
		text-align: center;
		}
	#message figure {
		float: none;
		margin: 0 auto;
		width: 40vw;
		}
	}

/*------------------------------------------------------------概要*/
.about_table1{
	width: 100%;
	color: var(--sub-color1);
	text-align: left;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-weight: bold;
	}
.about_table1 th,
.about_table1 td{
	padding: 1em;
	vertical-align: middle;
	}
.about_table1 th{
	border-bottom: 1px solid #FFF;
	background-color: #D9EFFA;
	}
.about_table1 .last th{
	border-bottom: 1px solid var(--main-color);
	}
.about_table1 td{
	border-bottom: 1px solid var(--main-color);
	}
@media screen and (max-width: 700px){
	.about_table1 th,
	.about_table1 td{
		padding: 0.5em 1em;
		}
	.about_table1 .last th,
	.about_table1 .last td{
		border: none;
		}
	.about_table1 th,
	.about_table1 td{
		display: block;
		width: 100%;
		}
	}
	
/*------------------------------------------------------------タイムスケジュール*/
#schedule p{
	text-align: center;
	}
.schedule_table{
	margin-top: 30px;
	width: 100%;
	color: var(--sub-color1);
	text-align: left;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-weight: bold;
	font-size: 2.0rem;
	}
.schedule_table th,
.schedule_table td{
	padding: 0.5em 1em;
	border-bottom: 1px solid var(--main-color);
	vertical-align: middle;
	}
.schedule_table th{
	text-align: center;
	width: 6em;
	}
.schedule_table td{
	border-left: 1px solid var(--main-color);
	}
.schedule_table_th_1{
	background-color: #FFDB01;
	}
.schedule_table_td_10km{
	color: #19B3B8;
	background-color: #E6FAFA;
	}
.schedule_table_td_5km{
	color: #D45D0E;
	background-color: #FEF0DD;
	}
.schedule_table_td_3km{
	color: #D53780;
	background-color: #FEE9F3;
	}
@media (max-width: 560px) {
	.schedule_table{
		margin-top: 20px;
		font-size: 1.6rem;
		}
	.schedule_table th{
		width: 5em;
		}
	}
	
/*------------------------------------------------------------会場MAP*/
#map iframe{
	margin-bottom: 50px;
	aspect-ratio: 5 / 3;
	width: 100%; 
	max-width: 100%;
	}

/*------------------------------------------------------------コース紹介*/
.course_introduction{
	width: 100%;
	padding: 1em 2em 0.5em;
	display: grid;
	grid-template-columns: 1fr 220px;
	align-items: end;
	gap: 20px;
	text-align: center;
	}
.course_introduction p{
	font-size: 5.0rem;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 5.0rem;
	margin: 0.5rem 0 0.5rem;
	}
.course_introduction span{
	font-size: 8.0rem
	}
.course_introduction_3km{
	background-color: #F890C0;
	}
.course_introduction_5km{
	background-color: #F8B256;
	margin-top: 100px;
	}
.course_introduction_10km{
	background-color: #80D9D9;
	margin-top: 100px;
	}
.course_speech_bubble{
	background-color: #FFF;
	border-radius: 20px;
	padding: 1em 1.5em;
	text-align: left;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: justify;
	}
.course_speech_bubble:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #FFFf;
	}
@media (max-width: 700px) {
	.course_introduction{
		grid-template-columns: 1fr;
		justify-items: center;
		}
	.course_introduction img{
		max-width: 220px;
		}
	.course_speech_bubble{
		margin-bottom: 0;
		}
	.course_speech_bubble:before{
		top: 100%;
		left: 50%;
		margin-left: -15px;
		margin-top: 0;
		border: 15px solid transparent;
		border-top: 15px solid #FFF;
		}
	}
@media (max-width: 450px) {
	.course_introduction p{
		font-size: 3.0rem;
		line-height: 3.0rem;
		/*margin: 0.5rem 0 0.2rem;*/
		}
	.course_introduction span{
		font-size: 5.0rem
		}
	}
	
/*------------------------------------------------------------プロフィール*/
#profile{
	margin: 70px auto 100px;
	border: 5px solid #FFDB01;
	position: relative;
	padding: 30px 100px;
	font-size: 1.4rem;
	color: var(--sub-color1);
	}
@media (max-width: 760px) {
	#profile{
		padding: 30px;
		}
	}
@media (max-width: 560px) {
	#profile{
		padding: 30px 10px;
		}
	}
#profile .blue{
	font-size: 1.6rem;
	}
#profile h1{
	color: var(--sub-color1);
	background-color: #FFDB01;
	width: 15em;
	margin: 0 auto;
	border-radius: 1em;
	position: absolute;
	top: -20px;
	left: calc((100% - 15em) / 2);
	}
.profile_box1{
	display: grid;
	grid-template-columns: auto 170px;
	margin: 30px 0;
	gap: 50px;
	align-items: end;
	}
@media (max-width: 650px) {
	.profile_box1{
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
		}
	.profile_box1 div:nth-child(2){
		grid-row: 1 / 2 ;/*上から*/
		}
	.profile_box1 div:nth-child(2) img{
		max-width: 200px;
		}
	}
.text_prof1{
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--sub-color1);
	}
.text_prof1 span{
	font-size: 1.4rem;
	}
/*.text_prof2{
	font-size: 1.4rem;
	color: var(--sub-color1);
	}*/
.profile_box_link{
	margin-top: 1em;
	display: grid;
	grid-template-columns: auto 35px 35px;
	height: 35px;
	gap: 20px;
	}
.profile_box_link img{
	height: 35px;
	width: auto;
	}
.blue_btn{
	background-color: var(--main-color);
	color: #FFF;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content:  center;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 17px;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
	}
.blue_btn:hover{
	background-color: var(--sub-color1);
	color: #FFF;
	}
.blue_btn:after{
	content: url(../img/cursor_tr_FFF.svg);
	display: inline-block;
	height: auto;
	width: 1.4rem;
	margin: 2px 0 0 0.5em;
	}
#profile dl{
	margin-bottom: 30px;
	}
#profile dl div{
	border-bottom: solid 1px var(--main-color);
	font-size: 1.4rem;
	color: var(--sub-color1);
	padding: 0.5em 0;
	}
#profile dl div:first-of-type {
	border-top: solid 1px var(--main-color);
	}
#profile dt{
	float: left;
	width: 10.5em;
	font-weight: normal;
	}
#profile dd{
	margin-left: 10.5em;
	word-break: keep-all;
	overflow-wrap: break-word;
	text-align: left;
	}
@media (max-width: 560px) {
	#profile dt{
		float: none;
		width: 10.5em;
		font-weight: normal;
		}
	#profile dd{
		margin-left: 1em;
		word-break: keep-all;
		overflow-wrap: break-word;
		text-align: left;
		}
	}
#profile dt:before{
	color: var(--main-color); 
	content: "●";
	}
#profile ul{
	border-top: solid 1px var(--main-color);
	padding: 0.5em 0;
	}
#profile li{
	line-height: 2.4rem;
	padding-left: 1em;
	text-indent: -1em;
	}
#profile li:before{
	color: var(--main-color); 
	content: "●";
	}
#profile hr{
	margin: 30px 0;
	border-top: solid 1px var(--main-color);
	}
	
/*------------------------------------------------------------取組*/
#attempt h1{
	background-color: #F8B256;
	padding: 0.3em 0;
	font-size: 4.0rem;
	margin: 0 auto;
	}
@media (max-width: 760px) {
	#attempt h1{
		font-size: 3.0rem;
		}
	}
@media (max-width: 560px) {
	#attempt h1{
		font-size: 2.4rem;
		}
	}
@media (max-width: 450px) {
	#attempt h1{
		font-size: 2.0rem;
		}
	}
.shibazakura{
	background-color: #FEF2FC;
	padding: 50px 0;
	text-align: center;
	}
.shoes{
	background-color: #F8F5ED;
	padding: 50px 0;
	text-align: center;
	}
.shibazakura img,
.shoes img{
	margin-bottom: 20px;
	width: auto;
	max-width: 100%;
	}
.shibazakura hr{
	margin: 30px 0;
	border-top: solid 1px #F890C0;
	}
.shibazakura h2,
.shoes h2{
	color: #000;
	/*padding: 0.3em 0;*/
	font-size: 5.0rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 140px;
	}
.shibazakura h2:before,
.shoes h2:before{
	display: inline-block;
	height: 140px;
	width: 140px;
	margin-right: 20px;
	background-color: #FFDB01;
	border-radius: 50%;
	font-size: 100px;
	vertical-align: middle;
	}
.shibazakura h2:before{
	content: "1";
	}
.shoes h2:before{
	content: "2";
	}
.shibazakura h3,
.shoes h3{
	color: #000;
	padding: 0.3em 0;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 30px;
	}
@media (max-width: 760px) {
	.shibazakura h2,
	.shoes h2{
		font-size: 4.0rem;
		line-height: 120px;
		}
	.shibazakura h2:before,
	.shoes h2:before{
		height: 120px;
		width: 120px;
		font-size: 80px;
		}
	}
@media (max-width: 640px) {
	.shibazakura h2,
	.shoes h2{
		font-size: 3.0rem;
		margin-bottom: 20px;
		line-height: 90px;
		}
	.shibazakura h2:before,
	.shoes h2:before{
		height: 90px;
		width: 90px;
		font-size: 60px;
		}
	}
@media (max-width: 500px) {
	.shibazakura h2:before,
	.shoes h2:before{
		height: 50px;
		width: 50px;
		font-size: 35px;
		margin-right: 10px;
		}
	.shibazakura h2,
	.shoes h2{
		line-height: 50px;
		font-size: calc((100vw - 40px - 50px - 10px) / 12);
		}
	.shibazakura h3,
	.shoes h3{
		font-size: calc((100vw - 40px - 50px - 10px) / 12);
		margin-bottom: 20px;
		}
	}
.shoes h3{
	margin-top: 100px;
	}
.shibazakura ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
	margin-top: 30px;
	font-size: 2rem;
	}
@media (max-width: 840px) {
	.shibazakura ul{
		gap: 20px;
		font-size: calc(((100vw - 40px - 60px) / 4) / 9);
		}
	}
@media (max-width: 540px) {
	.shibazakura ul{
		grid-template-columns: repeat(2, 1fr);
		padding: 0 30px;
		gap: 20px;
		font-size: calc(((100vw - 60px - 20px) / 2) / 10);
		}
	.shoes h3{
		margin-top: 50px;
		}
	.shibazakura p{
		text-align: justify;
		}
	}
.shibazakura ul li{
	background-color: #F890C0;
	border-radius: 50%;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-content: center;
  display: flex;
  align-items: center;
  justify-content:  center;
	}
.shoes_box{
	overflow: hidden;/*float解除*/
	}
.shoes p{
	line-height: 3.0rem;
	text-align: left;
	}
.shoes_box_space {
	float: right;
	height: calc(3rem * 4);/*画像上の余白*/
	}
.shoes_box img {
	float: right;
	clear: both; /*float解除*/
	margin: 1.2em 1.2em 0 0; /*余白*/
	}

@media (max-width: 540px) {
	.shoes_box img {
		float: none;
		/*width: calc(50vw - 20px);*/
		margin: 0 0  1.2em; /*余白*/
		}
	}

/*------------------------------------------------------------パートナー*/
#partner h1{
	font-size: 2.0rem;
	margin-bottom: 35px;
	}
.partner_Tshirt{
	display: grid;
	grid-template-columns: repeat(2 , 1fr);
	gap: 30px 20px;
	margin-bottom: 50px;
	}
.partner_bib{
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	gap: 30px 20px;
	margin-bottom: 50px;
	}
.partner_backpanel{
	display: grid;
	grid-template-columns: repeat(4 , 1fr);
	gap: 10px 20px;
	margin-bottom: 50px;
	}
.partner_name{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2em;
	}
.partner_name li{
	display: inline-block;
	}
.partner_name li:not(:last-child)::after{
	content: " / ";
	}
@media (max-width: 940px) {
	.partner_Tshirt,
	.partner_bib{
		gap: 20px 10px;
		}
	.partner_backpanel{
		gap: 10px 10px;
		}
	.partner_name{
		font-size: 1.4rem;
		}
	}
@media (max-width: 540px) {
	#partner h1{
		font-size: 1.6rem;
		margin-bottom: 20px;
		}
	.partner_Tshirt{
		grid-template-columns: 1fr;
		gap: 10px 10px;
		margin-bottom: 30px;
		}
	.partner_bib{
		grid-template-columns: repeat(2 , 1fr);
		gap: 10px 10px;
		margin-bottom: 20px;
		}
	.partner_backpanel{
		grid-template-columns: repeat(3 , 1fr);
		gap: 5px 10px;
		margin-bottom: 20px;
		}
	.partner_name{
		font-size: 1.2rem;
		text-align: left;
		}
	.partner_name li{
		display: inline;
		}
	}
	
/*------------------------------------------------------------リンク*/
.link_logos{
	margin: 150px 0;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2 , 100px);
	gap: 80px;
	justify-content: center;
	}
@media (max-width: 540px) {
	.link_logos{
		margin: 50px 0;
		gap: 50px;
		grid-template-columns: repeat(2 , 50px);
		}
	}

/*------------------------------------------------------------フッター*/
footer{
	background-color: #D9EFFA;
	padding: 30px 0;
	text-align: center;
	}
footer h1{
	color: #000;
	background-color: transparent;
	margin-bottom: 20px;
	}
footer h2{
	font-size: 2.0rem;
	margin-bottom: 20px;
	}

/*------------------------------------------------------------TOPに戻る*/
#page-top{
	font-size: 0;
	}
#page-top a::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	right: 10px;
	}
#page-top a{
	color: #FFF;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index:4;
	background: var(--main-color);
	border: 2px solid #FFF;
	opacity: 0.7;
	}
#page-top a:hover{
	opacity: 1;
	}

/*------------------------------------------------------------スマホでのみ表示*/
@media (min-width: 561px) {
	.sp-img{
		display: none;
		}
	}
/*------------------------------------------------------------パソコンでのみ表示*/
@media (max-width: 560px) {
	.pc-img{
		display: none;
		}
	}
/*------------------------------------------------------------プリントしない*/
@media print{
    nav,
    #page-top{
        display: none;
    }
}

.text-left {
    text-align: left;
}