/* CSS Document */



/* 固定ヘッダーの高さ。必要に応じて調整 */
:root { --header-h: 56px; }

/* スムーススクロール（任意） */
html { scroll-behavior: smooth; }

/* アンカー移動時の“ずらし” */
h1, h2, h3, [id] {
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top));
}



.bgLight{
	background-color: #f3c798;
}

.container h2 span{
	/*display: none;*/
}

@media screen and (min-width:576px){

	.onlyPc{
		
	}
	.onlySp{
		display: none;
	}
}
@media screen and (max-width:575px){

	.onlyPc{
		display: none;
	}
	.onlySp{
		
	}
}


.zuiji {
    max-width: 450px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 45px 30px;
    font-size: 18px;
    margin: auto;
}
.zuiji p{
	padding: 0;
	margin:0;
}
@media screen and (max-width:575px){
	
}





#info{
	max-width: 720px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
#info p strong{
	font-size: 120%;
}
#info>div{
	padding: 22px;
	border: 2px solid red;
	border-radius: 6px;
	color: red;
	font-weight: bold;
}

#info>div h2{
	margin-bottom: 25px;
}
#info>div p{
	text-indent: 1em;
	line-height: 180%;
}

@media screen and (max-width:575px){
	#info{
		padding-left:10px;
		padding-right:10px;
	}
}

.container h2{

	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	/*height: 40px;*/
	border-radius: 8px;
	background:url("/sportsfesta/images/h2_bg.jpg") center center #db5325;
	background-size: cover;

	color:white;
	text-align: center;
	padding: 0.5em;
	font-size: 26px;
	letter-spacing: 0.05em;
	box-shadow: 0 4px 8px 0 rgba(80, 80, 80, 0.3);
}

@media (min-width:576px){
	.leadText{
		font-size: 20px;
		margin-top:25px;
		margin-bottom:25px;
		text-align: center;
	}
}

@media screen and (max-width:575px){
	.container h2{
		font-size:20px;
	}
	.leadText{
		font-size: 18px;
		margin-top:25px;
		margin-bottom:25px;
		text-align: center;
	}
}



header{
	width: 100%;
	height: 830px;
	background: url("/sportsfesta/images/mv_bg_2025.jpg") no-repeat top center;
	background-color: #f3c798;
	background-size: 1908px;
	
}

header{
	position: relative;
}
header .mv-title{
	position: absolute;
	top:316px;
	left:50%;
	transform: translate(-50%, -50%);
}
header .mv-photo{
	position: absolute;
	top:628px;
	left:50%;
	transform: translate(-50%, -50%);
}

@media (min-width:1886px){
	header{
		/*background-size:contain;*/
	}
}


@media (max-width:991px){
	
	header{
		width: 100%;
		background-size: 1118px;
		height: 510px;
	}
	header .mv-title{
		top:189px;
	}
	header .mv-title img{
		width: 496px;
	}
	header .mv-photo{
		top:372px;
	}
	header .mv-photo img{
		width: 570px;
	}
	
}

@media (max-width:575px){
	
	header{
		width: 100%;
		background-size: 1008px;
		height: 400px;
	}
	header .mv-title{
		top:178px;
	}
	header .mv-title img{
		width: 350px;
	}
	header .mv-photo{
		top:315px;
	}
	header .mv-photo img{
		width: 350px;
	}
	
}


header div{
	text-align: center;
}

header h1{
	margin-bottom: 0;
}
header h1 span{
	display: none;
}





.fadeMv{
	opacity: 0;
	animation: fadeIn 1.5s ease 1s 1 normal;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.fadeMv2{
	opacity: 0;
	animation: fadeIn 2.5s ease 2s 1 normal;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}




/* ----------------------------------------------------------
 * MAP
 ---------------------------------------------------------- */

.mapNavi{
	padding: 15px 0;
}

.mapNavi ul{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mapNavi ul li{
	list-style: none;
	width: 23%;
	margin-bottom: 15px;
}
.mapNavi ul li a{
	display: block;
	border-radius: 8px;
	border:1px solid #efefef;
	padding: 8px;
	text-align: center;
	color:white;
	font-weight: bold;
}
#map1,
#map2,
#map3,
#map4{
	display: none;
}

.mapNavi ul li:nth-child(1) a{
	background-color: #cc0000;
}
.mapNavi ul li:nth-child(2) a{
	background-color: #008cba;
}
.mapNavi ul li:nth-child(3) a{
	background-color: #e9b800;
}
.mapNavi ul li:nth-child(4) a{
	background-color: #db5325;
}

@media screen and (max-width:575px){
	.mapNavi ul li{
		width: 48%;
		font-size:80%;
	}
}
@media screen and (max-width:375px){
	.mapNavi ul li{
		font-size:60%;
	}
}

.mapNavi .active{
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
}

/*
h2{
	width: 100%;
  	height: 0;
	padding-top: calc(71 / 618 * 100%);
}

#about h2{
	background: url("/sportsfesta/images/sp_title_event.png") no-repeat;
	background-size:cover; 
}
#information h2{
	background: url("/sportsfesta/images/sp_title_info.png") no-repeat;
	background-size:cover; 
}
#program h2{
	background: url("/sportsfesta/images/sp_title_program.png") no-repeat;
	background-size:cover; 
}
#food h2{
	background: url("/sportsfesta/images/sp_title_food.png") no-repeat;
	background-size:cover; 
}
#map h2{
	background: url("/sportsfesta/images/sp_title_map.png") no-repeat;
	background-size:cover; 
}
#kyosan h2{
	background: url("/sportsfesta/images/sp_title_kyosan.png") no-repeat;
	background-size:cover; 
}
#access h2{
	background: url("/sportsfesta/images/sp_title_access.png") no-repeat;
	background-size:cover; 
}
#minasama h2{
	background: url("/sportsfesta/images/sp_title_minasama.png") no-repeat;
	background-size:cover; 
}
#contact h2{
	background: url("/sportsfesta/images/sp_title_contact.png") no-repeat;
	background-size:cover; 
}
#readme h2{
	background: url("/sportsfesta/images/sp_title_readme.png") no-repeat;
	background-size:cover; 
}

#movie h2{
	background: url("/sportsfesta/images/sp_title_movie.png") no-repeat;
	background-size:cover; 
}
#covid h2{
	background: url("/sportsfesta/images/sp_title_covid.png") no-repeat;
	background-size:cover; 
}
*/

@media (min-width: 992px) {
	.container h2{
		width: 680px;
		/*height: 71px;*/
		margin: auto;
		/*padding-top: 0;*/
		/*-background-size: contain;*/
	}
	
	#program h3 img{
		width: 470px!important;
	}
	
}

@media (max-width: 1200px) and (min-width: 992px) {
	.container h2{
		width: 680px;
		margin: auto;
	}
}
@media (min-width: 1680px) {
	
}

footer{
	height:3em;
	background-color: #db5325;
	line-height: 3em;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding-bottom: 160px;
	position: relative;
}


/***********************************************************************************************************/

#about{
	/*margin-top: 40px;*/
	padding-top:80px;
	padding-bottom:60px;
	background-color: #f7e4b9;
}

#about p{
	font-size: 20px;
	line-height: 168%;
}

@media (max-width:575px){
	#about p{
		font-size: 18px;
		line-height: 168%;
	}
}


#about dl dt{
	font-size: 20px;
	width: 31%;
}
#about dl dd{
	font-size: 16px;
	width: 69%;
	padding-right:10px;
}
#about ul{
	padding-left:0; 
}

#about ul li{
	padding: 10px;
	list-style: none;
}

#about dd span{
	 text-wrap: nowrap;
}

#about .dantai{
	width: 80%;
	padding: 1rem;
	padding:20px;
	margin: 20px auto 30px auto;
}

@media (max-width:991px){
	
	#about .dantai{
		width: 100%;
		padding:0;
		border:none;
		margin: 0;
		font-size: 0.8rem;
	}
}

/*
#banners{
	margin-top: 25px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#banners li{
	border:1px solid #ccc;
	background-color:white;
	margin-right: 10px;
	margin-bottom: 10px;
}

#banners img{
	vertical-align: middle;
	display: inline-flex;
	max-width: 120px;
}
@media (min-width:768px){
	#banners img{
		max-width: 180px;
	}
}
*/

@media (min-width:992px){
	
	#about dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.bg{
		/*background: url("/sportsfesta/images/pc_event_background.jpg") no-repeat;*/
		background-position: top center;
		background-size: cover;
		padding-top:110px;
		padding-bottom:110px;
	}

	#about #aboutDataList{
		padding-top:40px;
		width: 80%;
		margin:auto;
		border: solid 10px #db5325;
		border-radius: 20px;
		background: #fff;
	}
	#about p{
		margin-left:40px;
		margin-right:40px;
	}
	#about h2 {
		margin-top: -70px;
		margin-bottom: 30px;
	}
	
	#about dl{
		margin-left: 40px;
	}
	#about dl dt{
		width: 20%;
	}
	#about dl dd{
		width: 75%;
	}
	#about dl dd br{
		
	}
}

@media (max-width:991px){

	.container h2{
		margin-bottom: 20px;
	}
	
	#about p{
		margin: 25px 0 40px 0;
	}
	
	#about{
		padding-top:   40px;
		padding-bottom: 40px;
	}
	
	#about #aboutDataList dl{
		background: #fff;
		border-radius: 20px;
		padding: 30px;
	}
	
	
}

@media (min-width:576px) and (max-width:991px){
	
	#about dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	#about dl dd{
		width: 100%;
		margin-bottom: 28px;
	}
}

@media (max-width:575px){
	 
	#about dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	#about dl dd{
		width: 100%;
		margin-bottom: 28px;
	}
	
}

/***********************************************************************************************************/

#program{
	margin-bottom: 60px;
}

#program h3{
	margin-top:40px;
	text-align: center;
}
#program h3 img{
	width:100%;
}

#program .sportsWrap{
	margin-top:100px;
	border: 4px solid #db5325;
	border-radius: 20px;
	text-align: center;
	padding:30px;
}
#program .sportsWrap .miniTitle{
	margin-top:-85px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
#program .sportsWrap .miniTitle2{
	margin-top:-112px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
#program .sportsWrap .setsumei{
	padding:25px;
}
@media screen and (max-width:575px){
	#program .sportsWrap{
		margin-top: 65px;
	}
	#program .sportsWrap .setsumei{
		padding:0!important;
		margin-bottom:20px;
	}
	#program .sportsWrap .miniTitle{
		margin-top:-60px;
	}
	#program .sportsWrap .miniTitle2{
		margin-top:-65px;
	}
}

#program .sportsWrap .title{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #db5325;
	padding: 8px;
	min-height: 64px;
	color: white;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;

}

/*.sports3 .title{
	border-radius: 10px;
	margin-bottom: 5px;
}*/

#program .sportsWrap .photo{
	margin-bottom: 5px;
}
#program .sportsWrap .photo img{
	width: 100%;
}
#program .sportsWrap p{
	text-align: left;
	/*height: 4em;*/
}


#program .sportsWrap.sports2{
	border-color: #1f84af;
}
#program .sportsWrap.sports3{
	border-color: #D9BA15;
}
#program .sportsWrap.sports4{
	border-color: #397E24;
}
#program .sportsWrap.sports5{
	border-color: #1E837B;
}

#program .naiyou{
	border-radius: 8px;
	background-color: #efefef;
	padding: 8px;
	font-size: 12px;
}
#program .data{
	padding-top:12px;
	border-top:1px dotted #ccc;
}
#program .data span{
	font-size: 12px;
	font-weight: bold;
	color: #db5325;
}

#program .price{
	position: absolute;
	top:-35px;
	right:0;
	border-radius: 10px;
	background-color:#db5325;
	padding:8px;
}
#program .price:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0px;
    border: 10px solid transparent;
    border-top: 10px solid #db5325;
}
#program .sportsWrap .price{
	background-color:#046FC8;
}
#program .sportsWrap .price:before {

    border-top: 10px solid #046FC8;
}
#program .sportsWrap.sports2 .price{
	background-color:#c00!important;
}
#program .sportsWrap.sports2 .price:before {

    border-top: 10px solid #c00!important;
}


.price.shokuiku{
	background-color:#c00!important;
}
.price.shokuiku:before{
	border-top: 10px solid #c00!important;
}

#program .borderContent{
	margin-top: 50px;
}
#program .borderContent .row>div{
	margin-bottom: 40px;
}
#program .borderContent .row:last-child>div:last-child{
	margin-bottom: 0;
}
#program img{
	border-bottom-left-radius:  10px;
	border-bottom-right-radius: 10px;
}

.st{
	padding:0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.st li{
	width: 24%;
	font-size: 12px;
	background-color:#ccc;
	border-radius: 8px;
	padding:4px 12px;
	list-style: none;
	margin-bottom: 4px;
	color:white;
}
.st li:nth-child(1).active{
	background-color:#297A28;
}
.st li:nth-child(2).active,
.st li:nth-child(3).active,
.st li:nth-child(4).active,
.st li:nth-child(5).active,
.st li:nth-child(6).active,
.st li:nth-child(7).active{
	background-color:#284397;
}
.st li:nth-child(8).active{
	background-color:#C5A021;
}

#program .comment{
	font-size: 95%;
	line-height: 170%;
}

@media screen and (min-width:769px){
	/*
	#program .sportsWrap .row>div:nth-child(1) .comment,
	#program .sportsWrap .row>div:nth-child(2) .comment,
	#program .sportsWrap .row>div:nth-child(3) .comment{
		min-height: 11em;
	}
	#program .sportsWrap .row>div:nth-child(4) .comment,
	#program .sportsWrap .row>div:nth-child(5) .comment,
	#program .sportsWrap .row>div:nth-child(6) .comment{
		min-height: 4.6em;
	}
	#program .sportsWrap .row>div:nth-child(7) .comment,
	#program .sportsWrap .row>div:nth-child(8) .comment,
	#program .sportsWrap .row>div:nth-child(9) .comment{
		min-height: 9.6em;
	}
	#program .sportsWrap .row>div:nth-child(10) .comment,
	#program .sportsWrap .row>div:nth-child(11) .comment,
	#program .sportsWrap .row>div:nth-child(12) .comment{
		min-height: 10em;
	}
	#program .sportsWrap .row>div:nth-child(11) .comment{
		min-height: 9em;
	}
	#program .sportsWrap .row>div:nth-child(13) .comment,
	#program .sportsWrap .row>div:nth-child(14) .comment,
	#program .sportsWrap .row>div:nth-child(15) .comment{
		min-height: 4.6em;
	}
	*/
}

#entry{
	margin-bottom: 40px;
	padding-bottom: 40px;
	background-color: #f7e4b9;
}
#entry p{
	margin-bottom: 25px;
}

.moushikomikikan{
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
	max-width: 640px;
	margin:40px auto auto auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	
}
.moushikomikikan h3{
	color: #cd2020;
	letter-spacing: 0.1rem;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */
/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */
/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */

#entry .entryBtn{
	display: block;
	background: url("/sportsfesta/images/btn_entry2025.png") no-repeat 0 0;
	width:763px;
	height: 103px;
	margin-left:auto;
	margin-right:auto;
}

#entry .entryBtn:hover{
	background: url("/sportsfesta/images/btn_entry2025.png") no-repeat 0 -103px;
}

#entry .entryBtn span{
	display: none;
}

#entry .entryBtn.entryBtn-gray{
	background: url("/sportsfesta/images/btn_entry2025_gray.png") no-repeat 0 0;
}
#entry .entryBtn.entryBtn-gray:hover{
	background: url("/sportsfesta/images/btn_entry2025_gray.png") no-repeat 0 -103px;
}
/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */


@media screen and (max-width:768px){
	#program .data{
		margin-bottom: 40px;
		padding-bottom:12px;
		border-bottom:1px dotted #ccc;
	}
	#entry .entryBtn,
	#entry .entryBtn.entryBtn-gray{
		background-size: cover;
		width:500px;
		height: 66px;
		
	}
	#entry .entryBtn:hover,
	#entry .entryBtn.entryBtn-gray:hover{
		background-size: cover;
	}
}

@media screen and (max-width:991px){

	/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */

	#entry .entryBtn,
	#entry .entryBtn.entryBtn-gray{
		width:500px;
		height: 68.5px;
		background-size: cover;
	}
	#entry .entryBtn:hover{
		background: url("/sportsfesta/images/btn_entry2025.png") no-repeat 0 0;
		background-size: cover;
	}
	#entry .entryBtn.entryBtn-gray:hover{
		background: url("/sportsfesta/images/btn_entry2025_gray.png") no-repeat 0 0;
		background-size: cover;
	}
}
@media screen and (max-width:575px){

	/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */

	#entry .entryBtn,
	#entry .entryBtn.entryBtn-gray{
		width:340px;
		height: 45.5px;
	}
}

@media screen and (max-width:375px){

	/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */

	#entry .entryBtn,
	#entry .entryBtn.entryBtn-gray{
		width:280px;
		height: 38px;
	}
	
	/* エントリーボタン差し替え時は各メディアクエリでのチェックが必須 */


}

#buttons h4{
	
	padding: 5px 10px;
	margin-top:45px;
	margin-bottom:25px;
	text-align: center;
	padding-top:    15px;
	padding-bottom: 15px;
	border-top:   1px solid #333;
	border-bottom:1px solid #333;
	width:432px;
	color: #333;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
}
@media screen and (max-width: 575px){
	#buttons h4{
		font-size: 18px;
		width:100%;
	}
}

.eventBox{
	border-top: 4px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 8px solid #fff;
	position: relative;
}
.eventBox a{
	display: block;
	text-decoration: none;
	color: black;
}
.eventBox a:hover{
	color: red;
}
.eventBox .icon{
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	background-color: #0099cc;
	font-weight: bold;
	color: #fff;
	width: 4em;
	margin: 5px 0;
}
.eventBox .icon-adult{
	background-color: #ffcc00;
}

span.number{
	border-radius: 15px;
	color: white;
	width:30px;
	height:30px;
	display: block;
	position: absolute;
	left:50%;
	right:50%;
	margin-top:-20px;
	margin-left:-14px;
	text-align: center;
	line-height: 28px;
	font-size: 26px;
}


#eventKyoushitsu span.number{
	background : #cd4040;
}
#eventTaiken span.number{
	background : #10490f;
}
#eventKengaku span.number{
	background : #0e1748;
}
#eventFood span.number{
	background :#E57310;
}
.eventBox h4{
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}

#eventBtn{
	margin-top:20px;
	margin-bottom:40px;
	text-align: center;
}
#eventBtn a{
	
	display: block;
	width: 300px;
	border-radius: 8px;
	border: 2px solid #fddb3d;
	margin: auto;
	padding: 5px;
	background: #fddb3d;

	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 120%;
	
}

#innerContents #eventBtn a{
	font-size: 100%;
	width: 85%;
	max-width: 300px;
}
@media (min-width:768px){
	#eventBtn a:hover{
		border: 2px solid #fddb3d;
		background:#FFF1A9;
	}
}

#eventBtn2{
	margin-top:20px;
	text-align: center;
}
#eventBtn2 a{
	
	display: block;
	width: 300px;
	border-radius: 8px;
	border: 2px solid #fddb3d;
	margin: auto;
	padding: 5px;
	background: #fddb3d;

	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 120%;
	
}
@media (min-width:768px){
	#eventBtn2 a:hover{
		border: 2px solid #fddb3d;
		background:#FFF1A9;
	}
}

#busstop{
	margin-bottom: 40px;
}

#busstop a{
	background-image: url("/sportsfesta/images/icon_bus.png");
	background-repeat: no-repeat;
	background-position: 8px 2px;
	display: block;
	width: 450px;
	border-radius: 8px;
	border: 2px solid #fddb3d;
	margin: auto;
	padding: 5px;
	background-color: #fddb3d;

	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 120%;
	
}

#busstop .busComment{
	margin-top:18px;
	font-size: 20px;
}
#busstop .busComment .spBr{
	display: none;
}

@media (min-width:768px){
	#busstop a:hover{
		border: 2px solid #fddb3d;
		background-color:#FFF1A9;
	}
}
@media (max-width:475px){
	#busstop a{
		width:80%;
	}
	#busstop .busComment .spBr{
		display: block;
	}
}
#eventFood{
	margin-bottom: 25px;
}
#eventFood .eventBox{
	padding-top:15px;
	background: #fff;
}
#eventFood .eventBox div{
	border: 1px solid #ccc;
}
.innerContentsWrap .row span{
	font-weight: 800;
	font-size: 86%;
	color: #666;
}
.innerContentsTimeSchedule{
	border-top:1px solid #ccc;
	margin-top:15px;
	margin-bottom:35px;
	padding-top: 10px;
}

.food{
	/*margin-bottom: 60px;*/
}
.food .kitchencar{
	margin-bottom: 15px;
}
.food .kitchencar strong{
	color: #db5325;
	
}
.food .logo{
	margin-bottom: 15px;
	border-radius: 3px;
	border:1px solid #db5325;
}

/********************************************/
/* Access */

#access{
	padding-top:80px;
}

.accessBoxWrap{
	text-align: center;
}
.accessBox{
	border-radius: 3px;
	background: #e5e5e5;
	padding: 15px 45px;
	margin-bottom: 25px;
	display: inline-block;
	margin-left :auto;
	margin-right: auto;
	text-align: left;
}
.accessBox h3{
	font-size: 14px;
}
.accessBox p{
	font-size: 14px;
	margin-bottom: 10px;
}

/********************************************/
/* Contact */
#contact{
	padding-top:80px;
	padding-bottom:60px;
	/*margin-top: 40px;*/
	margin-bottom: 0;
	
	border-top: dotted 10px #fff;
	
}
#contact h3{
	font-size: 18px;
	font-weight: bold;
}

#contact dl{
	
}
@media (min-width:415px){
	#contact dl dt{
		float:left;
		width: 40%;
		font-weight: bold;
	}
	#contact dl dd{
	float:left;
	width: 60%;
}
}
@media (max-width:414px){
	#contact{
		padding-top:40px;
		padding-bottom:60px;
		/*margin-top: 40px;*/
		margin-bottom: 0;
	}
	#contact h3{
		text-align: center;
	}
	#contact dl dt{
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	}
	#contact dl dd{
	}
}

.contactBox{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	background-color: #fff;
	border-radius: 8px;
}
.contactBox h3{
	color: #db5325;
	padding-bottom: 15px;
}

/********************************************/

#map,
#access,
#readme{
	margin-bottom: 60px;
}

/********************************************/
#innerContents{
	padding-top:10px;
	padding-bottom:15px;
}
#innerContents h1{
	text-align: center;
	font-size: 18px;
	margin-top: 8px;
	padding-top:8px;
	padding-bottom:8px;
	background:#FFFBE4;
	border-radius: 8px;
}
#innerContents span.numberRed{
	display: inline-block;
	border-radius: 15px;
	color: white;
	margin-left: 5px;
	width:30px;
	height:30px;
	line-height: 30px;
	position:inherit;
	background: #cd4040;
	
}
#innerContents span.numberGreen{
	display: inline-block;
	border-radius: 15px;
	color: white;
	margin-left: 5px;
	width:30px;
	height:30px;
	line-height: 30px;
	position:inherit;
	background: #10490f;
	
}
#innerContents span.numberBlue{
	display: inline-block;
	border-radius: 15px;
	color: white;
	margin-left: 5px;
	width:30px;
	height:30px;
	line-height: 30px;
	position:inherit;
	background: #0e1748;
	
}
#innerContents p{
	font-size: 16px;
}
#innerContents .icon{
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	background-color: #0099cc;
	font-weight: bold;
	color: #fff;
	width: 4em;
	margin: 5px auto;
}
#innerContents .icon-adult{
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	background-color: #ffcc00;
	font-weight: bold;
	color: #fff;
	width: 4em;
	margin: 5px auto;
}
.photoFrame{
	text-align: center;
}

@media (min-width:992px){
	.innerContentsWrap{
		max-width:650px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (min-width:768px) and (max-width:991px){
	.innerContentsWrap{
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width:767.5px){
	.innerContentsWrap{
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
}

.iconWrap{
	text-align: center;
}

.photo{
	text-align: center;
	margin-bottom: 25px;
}
/********************************************/


#kyosan{
	margin-bottom: 40px;
}

#kyosan .row>div{
	margin-bottom: 10px;
}


.attentionBox{
	margin:25px;
	border: 5px solid #ccc;
	padding: 25px;
}
.attentionBox ul{
	padding-left:20px; 
}
.attentionBox ul li{
	padding-left:20px;
	margin-left:1em;
	/*text-indent: -1em;*/
}
@media (max-width:475px){
	.attentionBox{
		margin:15px;
	}
	.attentionBox ul li{
		margin-left:0.5em;
		padding-left:5px;
	}
}
.red span{
	display: inline-block;
	width:1.1em;
	background: #cd4040;
	color: white;
	text-align: center;
	border-radius: 40px;
}
.green span{
	display: inline-block;
	width:1.1em;
	background: #10490f;
	color: white;
	text-align: center;
	border-radius: 40px;
}
.blue span{
	display: inline-block;
	width:1.1em;
	background: #0e1748;
	color: white;
	text-align: center;
	border-radius: 40px;
}
.gray span{
	display: inline-block;
	width:1.1em;
	background: #888888;
	color: white;
	text-align: center;
	border-radius: 40px;
}
.orange span{
	display: inline-block;
	width:1.1em;
	background: #d86f10;
	color: white;
	text-align: center;
	border-radius: 40px;
}
#timeschedule h3{
	padding:10px;
	font-weight: bold;
	border-bottom: 1px solid #d86f10;
	font-size: 20px;
	
}


/***********************/

#foodContents{
	padding-top:20px;
}
#foodContents h1{
	text-align: center;
}
#foodContents h2{
	margin-top:15px;
	margin-bottom:10px;
	font-size: 18px;
	padding-top:5px;
	padding-bottom:5px;
	height: auto;
	padding-left: 10px;
	border-left: 5px solid #fddb3d;
	line-height: 100%;
	font-weight: bold;
}

#foodContents img{
	margin-bottom: 15px;
}

#foodContents .btn{
	
	
}

@media (min-width:576px){
	#btnLink{
		padding-top:10px;
	}
}
@media (max-width:575px){
	#foodContents h1{
		font-size: 20px;
	}
	#btnLink{
		margin-bottom: 10px;
	}
}


/***********************/
#information{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top:40px;
	padding-bottom:40px;
}
#information h2{
	margin-bottom: 40px;
}
.informationWrap{
	/*background-color: #fff;*/
	/*border: 2px solid #d5e164;*/
	padding: 25px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}


.informationWrap dl{
	display: flex;
	margin-bottom: 0;
}
.informationWrap dt{
	padding-bottom: 15px;
}
.informationWrap dt span{
	display: block;
	border-radius: 10px;
	background-color: #cc0000;
	padding: 8px 12px;
	text-align: center;
	color: white;
}
.informationWrap dd{
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 15px;
}

@media (max-width:575px){
	
	#information{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top:20px;
		padding-bottom:20px;
	}
	#information h2{
		margin-bottom: 20px;
	}
	.informationWrap dl{
		flex-direction: column;
	}
}

/***********************/
/* Bannners */

.banners{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.banners .item{
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 15px;
	width: 23%;
	min-height: 120px;
	border: 1px solid #ccc;
}
.banners a{
	background: #fff;
	display: block;
	padding:15px;
	line-height: 120px;
}
@media (max-width:575px){
	.banners{
		justify-content: space-between;
	}
	.banners .item{
		width: 48%;
		margin-left:0;
		marginright:0;
	}
}


/**** Map  **/
#map .row p{
	display: block;
	padding: 15px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 4px;
	background-color: #efefef;
}
#map .row p span{
	display: inline-block;
	padding: 5px;
	background-color: #CF3A3C;
	border-radius: 8px;
	margin-left: 6px;
	margin-bottom: 10px;
	color:white;
	font-size: 14px;
}
#map .mapWrap{
	margin-bottom: 40px;
}


/***********************/
#movie{
	margin-top: 40px;
	margin-bottom: 40px;
}
#movie h2{
	margin-bottom: 40px;
}
#movie h3{
	margin-top: 28px;
	margin-bottom: 15px;
	text-align: center;
	border:none;
	color: #db5224;
	font-size:20px;
	font-weight: bold;
}

#movie .movieWrap{
	text-align: center;
	max-width: 640px;
	
	min-height: 320px;
	vertical-align: middle;
	border:1px solid #ccc;
	margin:auto;
}

@media screen and (max-width:575px){
	#movie{
		margin-top: 0;
		margin-bottom: 40px;
	}
}

/**** Covid19  **/

.txtWrap{
	text-align: center;
	margin-bottom: 30px;
}
.txtWrap p{
	display: inline-block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.chuui{
	max-width: 720px;
	margin:auto;
}


#covid{
	margin-bottom: 40px;
}

#covid .taisakuWrap{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
#covid ul li{
	font-size: 18px;
	margin-bottom: 15px;
	list-style: none;
	text-indent: -12px;
}
#covid ul li:before {
    content:  "";
    display:  inline-block;
    position:  relative;
    width:  10px;
    height:  10px;
    background-color: #db5325;
    border-radius:  50%;
    top: -1px;
    margin-right: 5px;
	
}

#covid .food{
	border-radius: 8px;
	background-color: #F3FFF2;
	width: 50%;
	padding: 25px;
}
#covid .title{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #db5325;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #db5325;
	background: url("/sportsfesta/images/food_icon.png") right center no-repeat;
}

#covid .photo{
	max-width: 50%;
	float: right;
	margin-left: 5px;
	margin-bottom: 0;
}

.pdfWrap{
	margin-top: 25px;
	text-align: center;
}

.pdf{
	background-image: url("/sportsfesta/images/PDF_32.png");
	background-position: right center;
	background-position: right 5px center;
	background-repeat: no-repeat;
	min-height: 32px;
	display: inline-block;
	
	padding:12px 44px 12px 12px;
	border-radius:    15px;
	background-color: #db5325;
	color:white;
}
.pdf:hover{
	color:yellow;
}

@media screen and (max-width:767px){
	#covid .taisakuWrap{
		display: block;
	}
	#covid .chuui{
		width: 100%;
	}
	#covid .food{
		width: 100%;
	}
	
	#covid .photo{
		max-width: 40%;
		float: right;
		margin-bottom: 0;
	}
}



/* Minasama */
#minasama .spacer{
	max-width: 700px;
	margin: 25px auto 25px auto;
}
#minasama .spacer ul li{
	list-style: none;
	margin-bottom: 15px;
	text-indent: -1em;
}
#minasama .spacer ul li:before{
	content:  "";
    display:  inline-block;
    position:  relative;
    width:  10px;
    height:  10px;
    background-color: #db5325;
    border-radius:  50%;
    top: -1px;
    margin-right: 15px;
}

#cvinfo{
	max-width: 700px;
	margin: 25px auto 25px auto;
}
#cvinfo .cvTitle{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	font-weight: bold;
	color: #db5325;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/*企業ブース*/


#booth{
	margin-top: 40px;
	margin-bottom: 80px;
	padding-top:   80px;
	padding-bottom:80px;
	background-color: #f7e4b9;
	/*background-image:url("/sportsfesta/images/food_bg.png");*/
	background-repeat: repeat-x;
}
#booth h2{
	margin-bottom: 40px;
}

#booth .text{
	background-color:white;
	padding:20px;
	margin-bottom: 40px;
}
#booth .place{
	border-top:1px dotted #ccc;
	padding-top:8px;
	margin-top:8px;
	margin-bottom:0;
}
#booth .place span{
	font-weight: bold;
	color: #930000;
	font-size: 0.8rem;
	padding-right: 8px;
}
@media screen and (min-width:576px){
	#booth .text{
		min-height: 450px;
	}
}

#booth .title{
	
	background-color:#c00;
	padding-left:   10px;
	padding-top:    10px;
	padding-bottom: 10px;
	
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#booth .placeNo{
	position: absolute;
	top: -4px;
	left: 10px;
	width:  40px;
	height: 40px;
	margin-right: 8px;
	
	background-color:#930000;

	color:white;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
}

#booth .text-mark{
	margin-left: 1em;
	text-indent: -1em;
	padding:0;
	margin-bottom:0;
}


/*PresentCorner*/

.kakomin{
	max-width: 650px;
	border: 2px solid #e7bd3f;
	border-radius: 15px;
	padding:10px;
	background-color: white;
	margin:20px auto;
}
.kakomin p{
	margin-bottom: 0;
	line-height: 180%;
}
@media screen and (min-width:576px){

	.chugle{
		max-width: 400px;
	}
}
@media screen and (max-width:575px){
	#presentcorner .leadText{
		text-align: left;
	}
}

/*キッチンカー*/

#kitchen{
	margin-top: 0;
	margin-bottom: 80px;
	padding-top:   80px;
	padding-bottom:80px;
	background-color: #f7e4b9;
	background-image:url("/sportsfesta/images/food_bg.png");
	background-repeat: repeat;
}

.boothWrap{
	margin-top: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.boothWrap h3{
	display: inline-block;
	background-color: #db5325;
	color: white;
	padding: 12px 13px 12px 13px;;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
}
.boothWrap .kakomi{
	border: 1px solid  #F9F7BD;
	border-radius: 6px;
	padding: 8px;
	font-size: 86%;
	background-color: white;
	position: relative;
	/*margin-left: 6em;*/
}

.booth-menu{
	padding-bottom: 8px;
}
.boothWrap div.booth-menu img{
	margin-left:0;
}


@media screen and (min-width:768px){
	.boothWrap div img{
	margin-left: 10px;
	margin-right: 10px;
}
	#kitchen .boothWrap{
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
	}
	
}

@media screen and (max-width:767px){
	#kitchen .boothWrap{
		display: block;
		max-width: 700px;
	}
}


.boothWrap .cafeconWrap .left,
.boothWrap .cafeconWrap .right{
	width:  50%;
}
.boothWrap .cafeconWrap .right{
	padding-right: 30px;
}
.boothWrap .cafeconWrap .left img{
	margin-bottom: 6px;
	
}

.cafeconWrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}
.cafeL1,
.cafeL2{
	width: 100%
}
.cafeL3,
.cafeL4,
.cafeL5,
.cafeL6{
	width: 49%;
}
.cafeL3,
.cafeL4{
	min-height: 450px;
}
.onlySp{
	display: none;
}



@media screen and (max-width:991px){
	.onlySp{
		display: block;
	}
	.cafeL3,
	.cafeL4{
		width: 100%;
		min-height: auto;
	}
	.cafeL3 .image,
	.cafeL4 .image{
		text-align: center;
	}
	.cafeL3 .image img,
	.cafeL4 .image img{
		max-height: 300px;
	}
	.cafeL5,
	.cafeL6{
		width: 100%;
	}
}


.cafeMenu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cafeconWrap h3{
	width: 100%;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.cafeconWrap h3::after,
.cafeconWrap h3::before{
	position: absolute;
	left:0;
	content:'';
	border:1px dotted #e9987c;
	height: 1px;
	width:100%;
}
.cafeconWrap h3::after{
	top:5px;
}
.cafeconWrap h3::before{
	bottom:5px;
}
.cafeconWrap .title{
	padding-bottom:8px;
	padding-left:10px;
	text-align: center;
	font-weight: bold;
	color: #800A0C;
}
.cafeconWrap .food{
	margin-bottom:8px;
}
#kitchen h3 span{
	background-color:antiquewhite;
	color: #db5325;
	border-radius: 6px;
	margin-right: 8px;
	padding: 4px 8px;
	width: 1rem;
	font-size:1rem;
}




@media screen and (max-width:575px){
	
	.cafeconWrap .title{
		padding-top:25px;
	}
	
}
@media screen and (max-width:1200px){

	.kitchenWrap{
		display: block!important;
	}
	.boothWrap .cafeconWrap .left, .boothWrap .cafeconWrap .right{
		width: 100%;
		text-align: center;
	}
	.boothWrap .cafeconWrap .right{
		padding-left:0;
	}
}

.stand{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.stand .div1,
.stand .div2{
	width: 50%;
}
.stand .div2{
	padding-left:40px;
}
.cafeconWrap .circle {
    top: -10px;
    left: -10px;
    font-size: 0.8rem;
    width: 80px;
    height: 80px;
    background-color: #c00;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    /* padding-top: 20px; */
    transform: rotate(-15deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:575px){
	.stand .div1,
	.stand .div2{
		width: 100%;
		padding-left:0;
	}
	.cafeconWrap .circle{
		
		width:  80px;
		height: 80px;
	}
}



/* アスリートスイーツ */
.cafeL2-2 img{
	max-width: 250px;
}
@media screen and (min-width:992px){

	.cafeL2-2 .div1{
		width: 25%;
	}
	.cafeL2-2 .div2{
		width: 75%;
	}
}
@media screen and (max-width:767px){
	.cafeL2-2 .div1 .food{
		text-align: center;
	}
}


/*Regist Btn (Fixed)*/

#registBtn{
	background-color: #db5325;
	text-align: center;
	padding:5px 0 15px 0;
}
/*#registBtn .fixed div,*/
#registBtn a{
	/*
	display: inline-flex;
	font-size: 20px;
	*/
	
	display: inline-block;
		
	align-items: center;
	padding:5px 15px;
	margin:auto;
	max-width: 420px;
	background-color: #28B106;
	border-radius: 20px;
	color:white;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
	box-shadow: 0 8px 15px 0 rgb(80 80 80 / 30%);
	
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	
}
#registBtn a:hover{
	background-color: #54CC37;
	text-decoration: none;
}
#registBtn a span{
	display: inline-block;
	background-color:#0f772d;
	padding: 3px;
	color:white;
	border-radius: 8px;
	font-size: 12px;
	margin-right: 8px;
}

.sports2 .taisouRegist{
	padding-top:10px;
}
.sports2 .taisouRegist a{
	display:inline-block;
	padding: 10px 20px 10px 22px;
	border-radius:6px;
	background-color: #22d;
	border:1px solid #22d;
	color: #fff;
	background-image:url("/sportsfesta/images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.sports2 .taisouRegist a:hover{
	border-color:  #88d;
	background-color: #88d;
	text-decoration: none;
}
.sports3 .shokuikuRegist{
	padding-top:10px;
}
.sports3 .shokuikuRegist a{
	display:inline-block;
	padding: 10px 20px 10px 22px;
	border-radius:6px;
	background-color: #C96604;
	border:1px solid #C96604;
	color: #fff;
	background-image:url("/sportsfesta/images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.sports3 .shokuikuRegist a:hover{
	border-color:  #EFAE34;
	background-color: #EFAE34;
	text-decoration: none;
}
@media screen and (max-width:463px){

	#registBtn .fkds {
		border-radius: 4px;
		position: relative;
		display: inline-block;
		margin: 0.5em 0;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		background: #e0edff;
		color: #555;
		font-size: 14px;
	}

	#registBtn .fkds:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #e0edff;
	}
}
@media screen and (min-width:464px){
	#registBtn a{
		max-width: 600px;
	}
	#registBtn .fkds {
		border-radius: 4px;
		position: relative;
		display: inline-block;
		margin: 0.5em 0;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		background: #e0edff;
		color: #555;
		font-size: 14px;
	}

	#registBtn .fkds:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -10px;
		border: 10px solid transparent;
		border-left: 10px solid #e0edff;
	}
}

#registBtn .fkds p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width:575px){
	#registBtn a{
		max-width: 100%;
	}
	
}

/**/

#program .sports1 .title{
	background-color:#c00;
}
#program .sports2 .title{
	background-color:#008cba;
}
#program .sports3 .title{
	background-color:#e9b800;
}
#program .sports4 .title{
	background-color:#397E24;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 15px;
}
#program .sports5 .title{
	background-color:#1E837B;
}
.no{
	border-radius: 15px;
	/*display: inline-block;*/
	display: none;/*Map公開までは消す*/
	background-color: #fff;
	width: 1.5em;
	margin-right: 5px;
	color: #db5325;
}

#program .sports1 .no{
	color: red;
}
#program .sports2 .no{
	color: #008cba;
}
#program .sports3 .no{
	color: #e9b800;
}
#program .sports4 .no{
	color: #397E24;
}
#program .sports5 .no{
	color: #1E837B;
}

/*TaikenZone*/
.taikenProgramTimezone{
	border:2px solid #518CC9;
	border-radius: 20px;
	width: 600px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.taikenProgramTimezone dt{
	padding:0 20px;
	width: 33%;
	text-align: right;
}
.taikenProgramTimezone dd{
	padding:0 20px;
	width: 67%;
	text-align: left;
}
.taikenProgramComment{
	width: 600px;
	margin:auto;
	padding: 20px 0;
}
@media screen and (max-width:767px){
	.taikenProgramTimezone{
		display: block;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		padding-bottom: 15px;
	}
	.taikenProgramTimezone dt{
		width: 100%;
		text-align: left;
	}
	.taikenProgramTimezone dd{
		width: 100%;
		text-align: left;
	}
	.taikenProgramComment{
		width: 100%;
	}
}

#mekimeki img{
	max-width: 600px;
}

.mekimekiTime{
	max-width: 300px;
	margin:auto auto 30px auto;
	
}
.mekimekiTime dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mekimekiTime dl dt{
	width:30%;
	color: #db5325;
}
.mekimekiTime dl dd{
	font-size: 1.2rem;
	width:70%;
}
@media screen and (max-width:767px){
	#mekimeki img{
		max-width: 100%;
	}
	
}
.rIcon{
	position: relative;
  /* 値は調整してください */
  top: 5px;
  left: -5px;
	border-radius: 15px;
	display: inline-block;
	width: 18px;
	height:18px;
	background-image: url("/sportsfesta/images/recycleicon.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
}


/*バルン*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #b72a37;
  border-radius: 15px;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.balloon1{
	position: absolute;
	top:  40px;
	right:25px;
}


/* 参加者レビュー */

#review{
	padding: 80px 40px;
	background-color: #f7e4b9;
}

#review h2{
	margin-bottom: 40px;
}

#review .reviewBox{
	background-color: white;
	border: 4px solid #DB5324;
	border-radius: 20px;
	padding: 40px;
}
@media screen and (max-width: 575px){
	#review{
		padding: 40px 0;
	}
}
#stars{
	max-width: 340px;
}
#reviewTitle1{
	max-width: 400px;
}
#reviewTitle2{
	max-width: 400px;
}
#reviewTitle3{
	max-width: 230px;
}

#graph{
	/*padding-left: 25%;*/
}

@media screen and (max-width: 575px){
	#review .reviewBox{
		padding: 20px;
	}
	#reviewTitle1{
		max-width: 200px;
	}
	#reviewTitle2{
		max-width: 200px;
		margin-bottom: 15px;
	}
	#reviewTitle3{
		max-width: 115px;
		margin-bottom: 15px;
	}
	#stars{
		width: 80%;
		margin-top:    15px;
		margin-bottom: 15px;
	}
	#graph{
		margin-bottom: 15px;
	}
}

.reviewBox .row .comments{
	margin-bottom: 15px;
}

@media screen and (min-width: 576px){
	.reviewBox .row>div>div{
		margin-bottom: 25px;
	}
	.comments{
		border-radius: 10px;
		display: flex;
		padding: 30px;
	}
	.comments-left{
		background-color: #FCFCE7;
		justify-content:flex-start;
	}
	.comments-right{
		background-color: #F8EFEF;
		justify-content:flex-end;
	}
	.comments p{
		flex:1;
		margin-bottom: 0;
	}
	.comments-left::before{
		content:'';
		display: block;
		width:  70px;
		height: 70px;
		background-image:url("/sportsfesta/images/shadow_boy.png");
		background-size: cover;
		border-radius: 70px;
		margin-right: 10px;
	}
	.comments-right::after{
		content:'';
		display: block;
		width:  70px;
		height: 70px;
		background-image:url("/sportsfesta/images/shadow_girl.png");
		background-size: cover;
		border-radius: 70px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 575px){
	.comments{
		border-radius: 10px;
		padding: 30px;
		position: relative;
	}
	.comments-left{
		background-color: #FCFCE7;
		justify-content:flex-start;
		margin-left: 40px;
	}
	.comments-right{
		background-color: #F8EFEF;
		justify-content:flex-end;
		margin-right: 40px;
	}
	.comments p{
		flex:1;
		margin-bottom: 0;
	}
	.comments-left::before{
		border: 2px solid #E4CA7F;
		position: absolute;
		top:    0;
		left: -50px;
		content:'';
		display: block;
		width:  70px;
		height: 70px;
		background-image:url("/sportsfesta/images/shadow_boy.png");
		background-size: cover;
		border-radius: 70px;
		margin-right: 10px;
	}
	.comments-right::after{
		border: 2px solid #EFADAE;
		position: absolute;
		top:    0;
		right:  -50px;
		content:'';
		display: block;
		width:  70px;
		height: 70px;
		background-image:url("/sportsfesta/images/shadow_girl.png");
		background-size: cover;
		border-radius: 70px;
		margin-left: 10px;
	}
}

#sepWrap{
	text-align: center;
}
#nextBtn{
	width: 200px;
	border:none;
	border-radius: 15px;
	background-color: #db5325;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 16px;
	text-align: center;
	color: white;
}
#nextBtnWrap{
	text-align: center;
}



/* Decolation */
@media screen and (min-width:1200px){

	.bublle01 {
		position: absolute;
		background: url("/sportsfesta/images/bubble01.png") no-repeat;
		background-size: contain;
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -39px;
		margin-left: 453px;
	}

	.bublle02 {
		position: absolute;
		background: url("/sportsfesta/images/bubble02.png") no-repeat;
		background-size: contain;
		bottom: 0;
		right: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -39px;
		margin-right: 453px;
	}

	.bublle03 {
		position: absolute;
		background: url("/sportsfesta/images/bubble03.png") no-repeat;
		background-size: contain;
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -99px;
		margin-left: 453px;
	}

	.bubble_l {
		position: absolute;
		background: url("/sportsfesta/images/bubble_l.png") no-repeat;
		background-size: contain;
		bottom: 100px;
		left: 0;
		width: 396px;
		height: 182px;
	}
	.bubble_r {
		position: absolute;
		background: url("/sportsfesta/images/bubble_r.png") no-repeat;
		background-size: contain;
		bottom: 100px;
		right: 0;
		width: 324px;
		height: 168px;
	}
	
}

@media screen and (min-width:768px) and (max-width:1299px){

	.bublle01 {
		position: absolute;
		background: url("/sportsfesta/images/bubble01.png") no-repeat;
		background-size: contain;
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -39px;
		margin-left: 253px;
	}

	.bublle02 {
		position: absolute;
		background: url("/sportsfesta/images/bubble02.png") no-repeat;
		background-size: contain;
		bottom: 0;
		right: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -39px;
		margin-right: 253px;
	}

	.bublle03 {
		position: absolute;
		background: url("/sportsfesta/images/bubble03.png") no-repeat;
		background-size: contain;
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 100px;
		margin-bottom: -99px;
		margin-left: 253px;
	}

	.bubble_l {
		position: absolute;
		background: url("/sportsfesta/images/bubble_l.png") no-repeat;
		background-size: contain;
		bottom: 100px;
		left: 0;
		width: 396px;
		height: 182px;
	}
	.bubble_r {
		position: absolute;
		background: url("/sportsfesta/images/bubble_r.png") no-repeat;
		background-size: contain;
		bottom: 100px;
		right: 0;
		width: 324px;
		height: 168px;
	}
	
}

@media screen and (max-width:767px){
	
	.bublle01 {
		position: absolute;
		background: url("/sportsfesta/images/bubble01.png") no-repeat;
		background-size: contain;
		bottom: -25px;
		right: 0;
		width: 50px;
		height: 50px;
	}
	
	.bublle02 {
		position: absolute;
		background: url("/sportsfesta/images/bubble02.png") no-repeat;
		background-size: contain;
		bottom: -25px;
		left: 0;
		width: 50px;
		height: 50px;
	}
	
	.bublle03 {
		position: absolute;
		background: url("/sportsfesta/images/bubble03.png") no-repeat;
		background-size: contain;
		bottom: -25px;
		right: 0;
		width: 50px;
		height: 50px;
	}
	
	.bubble_l {
		position: absolute;
		background: url("/sportsfesta/images/bubble_l.png") no-repeat;
		background-size: contain;
		bottom: 150px;
		left: 0;
		width: 198px;
		height: 91px;
	}
	.bubble_r {
		position: absolute;
		background: url("/sportsfesta/images/bubble_r.png") no-repeat;
		background-size: contain;
		bottom: 150px;
		right: 0;
		width: 162px;
		height: 84px;
	}
}





.comingsoon{
	display: block;
	max-width: 640px;
	margin: 50px auto;
	padding: 50px 0;
	border:4px solid #ccc;
	background-color: #fff;
	color: #ccc;
	font-size: 200%;
	text-align: center;
}

/*アンケートボタン*/
a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	max-width: 100%;
	
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #db5325;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #ed8a69;
	color: #fff;
}

.registText{
	text-align: center;
}
@media screen and (max-width: 400px){
	.registText{
		text-align: left;
	}
}