@charset "UTF-8";
/************************************************************
					　トップページ
*************************************************************/
.top-sec01 {
		position: relative;
}
	@media (max-width: 1000px) {
		.top-sec01 {
			margin-top: 275px;
		}
	}
	@media (max-width: 520px) {
		.top-sec01 {
			margin-top: 200px;
		}
	}
.top-slide-img img {
	width: 100%;
	height: auto;
	filter: brightness(0.7);
}
	@media (max-width: 600px) {
		.top-slide-img img{
				width: 100%;
        		height: 218px;
				object-fit: cover;
				object-position: center;
		}
	}
	.slide-text-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index:10;
		filter: drop-shadow(1px 2px 4px black);
	}
		@media (max-width: 520px) {
			.slide-text-img {
			    top: 1%;
		        height: 190px;
		        object-fit: cover;
	    	}
    	}
.cycle-object-box {
	position: relative;
    margin-top: -17%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
    width: 90%;
}
	.cycle-object-box object {
		width: 100%;
	}
.top-sec01 p {
	text-align: center;
	font-size: 1.1em;/*22px*/
	line-height: 1.8em;
	padding: 54px 2.5% 75px;
}
	@media (max-width: 1000px) {
		.top-sec01 p {
			padding: 50px 2.5% 70px;
		}
	}
	@media (max-width: 520px) {
		.top-sec01 p {
			font-size: 1.2rem;
			padding: 25px 2.5% 40px;
		}
	}

.top-sec02 {
	position: relative;
	padding: 115px 0;
}
	@media (max-width: 1000px) {
		.top-sec02 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.top-sec02 {
			padding: 40px 0;
		}
	}
	.backg-line span{
		display: block;
		height: 100%;
   		padding: 0 5px
	}
		.backg-line {
			position: absolute;
			top: 0;
			height: 100%;
		}
			.back-line-left {
				left: 10%;
			}
				.back-line-left span {
					border-left: 2px solid #fff;
				}
					@media (max-width: 520px) {
						.back-line-left span {
							border-left: 1px solid #fff;
						}
					}
			.back-line-right {
				right: 10%;
			}
				.back-line-right span{
					border-right: 2px solid #fff;
				}
					@media (max-width: 520px) {
						.back-line-right span{
							border-right: 1px solid #fff;
						}
					}
			@media (max-width: 1600px) {
				.back-line-left {
					left: 4%;
				}
				.back-line-right {
					right: 4%;
				}
			}
			@media (max-width: 1000px) {
				.backg-line span{
					padding: 0 3px
				}
			}
			@media (max-width: 520px) {
				.back-line-left {
					left: 20px;
				}
				.back-line-right {
					right: 20px;
				}
			}
	.top-sec02-inner {
		max-width: 1200px;
		width: 84%;
		flex-wrap: wrap;
		margin: 0 auto;
	}
		@media (max-width: 1000px) {
			.top-sec02-inner {
				justify-content: center;
			}
		}
		@media (max-width: 520px) {
			.top-sec02-inner {
				max-width: 217px;
				width: 80%;
			}
		}
	.top-sec02-box {
		position: relative;
		width: 45.84%;
		height: 100%;
		overflow: hidden;
		z-index: 1;
		/*
		margin-bottom: 72px;
		*/
	/*	margin: 0 auto 72px; */ /*←3つの時のみ*/
		margin: 0 auto;
	}
	.top-sec02-box:nth-child(3),.top-sec02-box:nth-child(4) {
		margin-bottom: 0;
	}
		@media (max-width: 1000px) {
			.top-sec02-box {
				max-width: 460px;
				width: 80%;
				margin-bottom: 50px!important;
			}
			.top-sec02-box:nth-last-child(1) {
				margin-bottom: 0!important;
			}
		}
		@media (max-width: 520px) {
			.top-sec02-box {
				max-width: unset;
				width: 100%;
				margin-bottom: 25px!important;
			}
		}
			        
		.top-sec02-box a{
			position: absolute;
			font-size: 1.8em;
			line-height: 1.6em;
			text-align: center;
			font-weight: bold;
			width: 100%;
    		height: 100%;
			color: #fff;
			transition: .3s;
			background-color: rgb(0 154 199 / 68%);
		}
			@media (max-width: 520px) {
				.top-sec02-box a{
					font-size: 1.231em;
				}
			}
			.top-sec02-box a:hover {
			    text-shadow: -2px 3px 2px #000;
			    transition: .3s;
			}
			.top-sec02-box:hover img {
			    transform: scale(1.1);
			    filter: brightness(1);
			    transition: .3s;
			}
			.top-sec02-box img {
				position: relative;
				z-index: -1;
				transition: .3s;
				filter: brightness(0.8);
				width: 100%;
				height: 100%;
			}

.top-sec03 {
	padding: 92px 0 107px;
}
	@media (max-width: 1000px) {
		.top-sec03 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.top-sec03 {
			padding: 40px 0;
		}
	}
	.news-list-ul {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.news-list-ul li {
			width: 100%;
		}
		.news-list-ul li a{
			display: flex;
			border-bottom: 2px solid #999999;
			padding: 35px 1em;
			transition: .2s;
		}
			@media (max-width: 1000px) {
				.news-list-ul li a{
					padding: 25px 1em;
				}
			}
			@media (max-width: 520px) {
				.news-list-ul li a{
					padding: 10px 1em;
					border-bottom: 1px solid #999999;
				}
			}
			.news-list-ul li:nth-child(1) a{
				border-top: 2px solid #999999;
			}
			.body_color01 .news-list-ul li a{
				border-bottom: 2px solid #fff;
			}
				.body_color01 .news-list-ul li a:hover {
					color: #fff100;
					transition: .2s;
				}
				.body_color02 .news-list-ul li a:hover {
					color: #000;
					background-color: #b9b8b8;
					transition: .2s;
				}
			.body_color01  .news-list-ul li:nth-child(1) a {
				border-top: 2px solid #fff;
			}
			@media (max-width: 520px) {
				.news-list-ul li:nth-child(1) a{
					border-top: 1px solid #999999;
				}
				.body_color01 .news-list-ul li a{
					border-bottom: 1px solid #fff;
				}
				.body_color01  .news-list-ul li:nth-child(1) a {
					border-top: 1px solid #fff;
				}
			}
		.news-list-day {
			font-size: 1.25em; /*25px*/
			margin-right: 65px;
		}
			@media (max-width: 520px) {
				.news-list-day {
					 font-size: 0.93em;
					 margin-right: 20px;
				}
			}
		.news-list-title {
			font-size: 1em;
		}
			@media (max-width: 520px) {
				.news-list-title {
					font-size: 0.85em;
				}
			}
			.news-list-ul li a:hover .news-list-day,
			.news-list-ul li a:hover .news-list-title,
			.body_color01 .news-list-ul li a:hover .news-list-day,
			.body_color01 .news-list-ul li a:hover .news-list-title,
			.body_color02 .news-list-ul li a:hover .news-list-day,
			.body_color02 .news-list-ul li a:hover .news-list-title {
				text-decoration: underline;
				text-underline-offset:4px;
				transition: .2s;
			}
		.top-sec03 .common-btn01 {
			margin: 68px auto 0;
		}
			@media (max-width: 1000px) {
				.top-sec03 .common-btn01 {
					margin: 50px auto 0;
				}
			}
			@media (max-width: 520px) {
				.top-sec03 .common-btn01 {
					margin: 30px auto 0;
				}
			}
.top-sec04 {
	padding: 75px 0 100px;
	background: url("../img/top-back-img05.jpg")no-repeat center;
	background-size: cover;
}
	@media (max-width: 1000px) {
		.top-sec04 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.top-sec04 {
			padding: 40px 0;
		}
	}
	.top-sec04-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 1000px) {
			.top-sec04-inner {
				max-width: 400px;
				width: 90%;
			}
		}
		@media (max-width: 520px) {
			.top-sec04-inner {
				max-width: 217px;
				width: 80%;
			}
		}
	.event-list-ul {
    	align-items: flex-start;
	}
		@media (max-width: 1000px) {
			.event-list-ul {
				flex-wrap: wrap;
			    justify-content: center;
			}
		}
		.event-list-ul li {
			width: 30.834%;
		}
			@media (max-width: 1000px) {
				.event-list-ul li {
				    max-width: unset;
					width: 100%;
					margin-bottom: 70px;
    			}
    			.event-list-ul li:nth-last-child(1) {
    				margin-bottom: 0;
    			}
			}
			@media (max-width: 520px) {
				.event-list-ul li {
				    margin-bottom: 40px;
				}
			}
		.event-list-ul li a {
			transition: .2s;
		}
		.event-list-ul li a img {
			width: 100%;
			max-height: 245px;
    		height: 100%;
			border: 3px solid #000;
			transition: .3s;
			object-fit: contain;
		    background-color: #fff100;
		    object-position: top;
		    aspect-ratio: 370/245;
		}
			@media (max-width: 520px) {
				.event-list-ul li a img {
					border: 2px solid #000;
				}
			}
			.event-list-ul li a:hover img {
				opacity: 0.7;
				transition: .3s;
			}
		.event-list-day {
			font-size: 1.5em; /*30px*/
			text-align: center;
			margin: 15px auto;
		}
			@media (max-width: 520px) {
				.event-list-day {
				    font-size: 1.08em;
				     margin: 4px 0;
				}
			}
		.event-list-title {
			font-size: 1.1em; /*22px*/
		}
			@media (max-width: 520px) {
				.event-list-title {
				    font-size: 1.4rem;
    				line-height: 1.3em;
				}
			}
			.event-list-ul li a:hover .event-list-day,
			.event-list-ul li a:hover .event-list-title{
				opacity: 0.7;
				transition: .2s;
			}
		.top-sec04 .common-btn01 {
			margin: 0 auto 0;
		}
			@media (max-width: 1000px) {
				.top-sec04 .common-btn01 {
					margin: 50px auto 0;
				}
			}
			@media (max-width: 520px) {
				.top-sec04 .common-btn01 {
					margin: 40px auto 0;
				}
			}
.top-sec05 {
	padding: 90px 0 124px;
}
	@media (max-width: 1000px) {
		.top-sec05 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.top-sec05 {
			padding: 40px 0 60px;
		}
	}
	.top-sec05-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.top-sec05-box {
			flex-wrap: wrap;
		}
			.top-sec05-box div{
				width: 49.2%;
				margin-bottom: 20px;
			}
				@media (max-width: 1000px) {
					.top-sec05-box div{
						margin-bottom: 12px;
					}
				}
				@media (max-width: 520px) {
					.top-sec05-box div{
						margin-bottom: 6px;
					}
				}
				.top-sec05-box div:nth-child(3),.top-sec05-box div:nth-child(4){
				/*	margin-bottom: 0;*/
				}
			.top-sec05-box div a img {
				width: 100%;
				height: 100%;
			}
/*Instagram*/
.top-insta-sec {
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.top-insta-sec {
			padding: 80px 0;
		}
	}
	@media (max-width: 1000px) {
		.top-insta-sec {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.top-insta-sec {
			padding: 40px 0;
		}
	}
	.top-insta-sec-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
.top-criterium {
	
}
	.top-criterium-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
		@media (max-width: 1000px) {
			.top-criterium-inner {
				padding: 60px 0;
			}
		}
		@media (max-width: 520px) {
			.top-criterium-inner {
				padding: 40px 0;
				width: 86%;
			}
		}

/************************************************************
					　クリテリウムとは
*************************************************************/
.curiterium-contents-outer {
	padding-bottom: 150px;
}
	@media (max-width: 1000px) {
		.curiterium-contents-outer {
			padding-bottom: 80px;
		}
	}
.curiterium-common-top-title-sec {/*クリテリウムとはのみ*/
	background: url("../img/criterium-img01.jpg")no-repeat #000;
}
	.criterimu-sec01 {
		max-width: 1200px;
		width: 84%;
		margin: -290px auto 115px;
		border: 3px solid #000;
		color: #000;
	}
		@media (max-width: 1000px) {
			.criterimu-sec01 {
				margin: -180px auto 115px;
			}
		}
		@media (max-width: 520px) {
			.criterimu-sec01 {
				margin: -180px auto 80px;
			}
		}
		.criterimu-sec01-inner {
			padding: 50px 0 70px;
		    max-width: 1080px;
		    width: 90%;
		    margin: 0 auto;
			text-align: center;
		}
			@media (max-width: 1000px) {
				.criterimu-sec01-inner {
					padding: 50px 0;
				}
			}
			@media (max-width: 520px) {
				.criterimu-sec01-inner {
					padding: 40px 0;
				}
			}
			.criterium-sec01-midasi01 {
				display: inline-block;
				font-size: 1.45em;
				text-align: center;
				border: 2px solid #000;
				padding: 2px 5px;
				margin-top: 20px;
				line-height: 3.8rem;
			}
				@media (max-width: 520px) {
					.criterium-sec01-midasi01 {
						font-size:1em;
						line-height: 2.3rem;
					}
				}
				.criterium-sec01-midasi01 span {
					font-size: 1.32em;
					font-weight: bold;
				}
			.criterium-sec01-text01 {
				line-height: 3.8rem;
				text-align: left;
			}
				@media (max-width: 1000px) {
					.criterium-sec01-text01 {
						line-height: 3rem;
					}
				}
				@media (max-width: 520px) {
					.criterium-sec01-text01 {
						font-size: 0.8em;
						line-height: 2rem;
					}
				}
			.criterium-sec01-imgbox {
				position: relative;
				max-width: 1018px;
				width: 100%;
				margin: 40px auto 75px;
			}
				@media (max-width: 1000px) {
					.criterium-sec01-imgbox {
						margin: 40px auto 50px;
					}
				}
				@media (max-width: 768px) {
					.criterium-sec01-imgbox {
						margin: 30px auto 40px;
					}
				}
				@media (max-width: 520px) {
					.criterium-sec01-imgbox {
						max-width: 300px;
						flex-direction: column;
						align-items: flex-start;
					}
				}
				.criterium-sec01-sasebo-img {
					position: relative!important;
					width: 26.53%;
				}
				.criterium-sec01-imgbox div{
					position: absolute;
					width: 26.53%;
				}
					@media (max-width: 520px) {
						.criterium-sec01-imgbox div{
							width: 52%;
							margin-bottom: 20px;
						}
						.criterium-sec01-imgbox div:nth-child(3),.criterium-sec01-imgbox div:nth-child(4){
							margin-bottom: 0;
						}
					}
					.criterium-sec01-imgbox div:nth-child(2){
						top: 0;
						left: 24%;
						z-index: 2;
					}
						@media (max-width: 520px) {
							.criterium-sec01-imgbox div:nth-child(2){
								right: 0;
								left: auto;
							}
						}
					.criterium-sec01-imgbox div:nth-child(3){
						top: 0;
    					right: 25%;
    					z-index: 3;
					}
						@media (max-width: 520px) {
							.criterium-sec01-imgbox div:nth-child(3){
								position: relative;
								left: 0;
							}
						}
					.criterium-sec01-imgbox div:nth-child(4){
						top: 0;
    					right: 0;
    					z-index: 4;
					}
						@media (max-width: 520px) {
							.criterium-sec01-imgbox div:nth-child(4){
								top: unset;
								right: 0;
								bottom: 0;
							}
						}
		.criterium-sec01-btn a{
			display: inline-block;
			color: #fff;
			background-color: #000;
			font-size: 1.25em;
			font-weight: bold;
			max-width: 410px;
		    width: 90%;
			padding: 20px 0;
		    -webkit-align-content: center;
		    align-content: center;
		    border: 2px solid #000;
		    transition: .2s;
		    margin-top: 35px;
		}
			@media (max-width: 1300px) {
				.criterium-sec01-btn a{
					max-width: 350px;
				}
			}
			@media (max-width: 520px) {
				.criterium-sec01-btn a{
					font-size: 1em;
					padding: 15px 5px;
					margin-top: 15px;
				}
			}
			.criterium-sec01-btn a:hover {
				color: #000;
				background-color: #fff;
				transition: .2s;
			}
.criterimu-sec02 {
	max-width: 1200px;
	width: 84%;
	margin: 0 auto 130px;
	/*
	border: 3px solid #000;
	background-color: #007194;
	*/
}
	@media (max-width: 1000px) {
		.criterimu-sec02 {
			margin: 0 auto 80px;
		}
	}
	@media (max-width: 520px) {
		.criterimu-sec02 {
			margin: 0 auto 40px;
		}
	}
	.criterimu-sec02-inner {
		padding: 50px 0 70px;
	/*	max-width: 1080px;
		width: 90%;
	*/
		max-width: 1200px; /*←インスタ3枚の時のみ*/
	    width: 100%;
	    margin: 0 auto;
	}
		@media (max-width: 1000px) {
		    .criterimu-sec02-inner {
		        padding: 50px 0;
		    }
		}
		@media (max-width: 520px) {
		    .criterimu-sec02-inner {
		        padding: 40px 0;
		    }
		}
		.body_color02 .criterimu-sec02-inner {
			color: #fff!important;
		}
		.criterium02-midashi01 {
			display: inline-block;
			font-size: 0.8em;
			line-height: 3.8rem;
			padding: 4px 10px;
			margin-bottom: 1em;
			font-weight: bold;
			border: 1px solid #000;
		}
			@media (max-width: 1600px) {
				.criterium02-midashi01 {
					font-size: 1.5rem;
					line-height: 2.8rem;
				}
			}
			@media (max-width: 520px) {
				.criterium02-midashi01 {
					font-size: 1.3rem;
					line-height: 1.8rem;
				}
			}
		.criterium-sec02-text01 {
			line-height: 3.8rem;
			text-align: left;
			margin-bottom: 3em;
		}
			@media (max-width: 1000px) {
				.criterium-sec02-text01 {
					line-height: 3rem;
				}
			}
			@media (max-width: 520px) {
				.criterium-sec02-text01 {
					font-size: 0.8em;
					line-height: 2rem;
				}
			}
		.criterium-sec02-text01 h5 {
			font-size: 1em;
			font-weight: bold;
		}
			.body_color02 .criterium-sec02-text01 h5 {
				color: #fff;
			}
	.criterimu-sec02-img-box {
		max-width: 1200px;
		/*
	    width: 95%;
	    */
	    width: 84%;
	    margin: 0 auto 2em;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		@media (max-width: 768px) {
			.criterimu-sec02-img-box {
				margin-bottom: 0;
			}
		}
		.criterimu-sec02-img-box a {
			width: 33%;
			cursor: zoom-in;
		}
			@media (max-width: 768px) {
				.criterimu-sec02-img-box a {
					max-width: 500px;
					width: 100%;
					margin: 0 auto 30px;
				}
			}
			@media (max-width: 520px) {
				.criterimu-sec02-img-box a {
					width: 90%;
					margin: 0 auto 15px;
				}
			}
		.criterimu-sec02-img-box img {
			
		}
			@media (max-width: 768px) {
				.criterimu-sec02-img-box img {
					max-width: 500px;
					width: 100%;
					margin: 0 auto 30px;
				}
			}
		.insta-popup-box {
			visibility: hidden;
			position: fixed;
		    top: 0;
		    left: 0;
		    overflow-y: scroll;
		    color: #fff;
		    background-color: rgba(1, 1, 1, 0.83);
		    width: 100%;
		    height: 100%;
		    z-index: 1000;
		}
			.insta-popup-inner {
				max-width: 800px;
			    width: 85%;
			    margin: 7% auto;
			}
				@media (max-width: 1000px) {
					.insta-popup-inner {
						margin-top: 70px;
					}
				}
				.insta-popup-close {
					cursor: pointer;
					position: absolute;
				    top: 10px;
				    right: 20px;
				    font-size: 3.5em;
				    line-height: 1em;
				    font-weight: bold;
				}
				.insta-popup-inner img{
					width: 100%;
					margin: 0 auto;
				}
.criterimu-sec03 {
/*	padding: 108px 0 42px;  ←クリッカブルマップ用*/
	padding: 108px 0;
	background-color: #f5f3f2;
}
	@media (max-width: 1000px) {
		.criterimu-sec03 {
		/*	padding: 80px 0 42px;  ←クリッカブルマップ用*/
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.criterimu-sec03 {
			padding: 40px 0px;
		}
	}
	.criterimu-sec03-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.criterium-sec03-img-box area{
			cursor: pointer;
		}
		.criterimu-sec03-text01 {
			font-size: 0.8em;
			text-align: right;
			margin-top: 80px;
		}
			@media (max-width: 520px) {
				.criterimu-sec03-text01 {
					margin-top: 50px;
				}
			}
.criterium-common-title {
	font-size: 1.5em;
	line-height: 4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
}
	@media (max-width: 1000px) {
		.criterium-common-title {
			line-height: 3rem;
			padding-bottom: 1em;
		}
	}
	@media (max-width: 520px) {
		.criterium-common-title {
			font-size: 1.231em;
			line-height: 2.5rem;
		}
	}
.criterimu-sec02 .criterium-common-title {
	border-bottom: 3px solid #fff;
}
.body_color02 .criterimu-sec02 .criterium-common-title {
	border-bottom: 3px solid #000;
}
.bike-introduction-box {
	//display: none;
}
.bike-introduction-box {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.83);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
	.bike-introduction-box-inner {
		max-width: 800px;
		width: 85%;
		margin: 7% auto;
		color: #fff;
	}
		@media (max-width: 1000px) {
			.bike-introduction-box-inner {
				margin-top: 70px;
			}
		}
		.bike-introduction-img {
			width: 100%;
    		margin: 0 auto 20px;
		}
		.bike-introduction-title {
			font-size: 1.5em;
		    line-height: 1.2em;
		    font-weight: bold;
		    margin-bottom: 10px;
		}
		.bike-introduction-text {
			line-height: 1.8em;
		}
	.bike-introduction-close-btn {
		    cursor: pointer;
		    position: absolute;
		    top: 10px;
		    right: 20px;
		    font-size: 3.5em;
		    line-height: 1em;
		    font-weight: bold;
	}

/************************************************************
					　コース紹介
*************************************************************/
.course-common-top-title-sec {
	background: url("../img/course-img01.jpg")no-repeat top center #000;
}
	/*
	@media (max-width: 768px) {
		.course-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.course-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .course-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.course-sec01 {
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.course-sec01 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.course-sec01 {
			padding: 40px 0;
		}
	}
	.course-sec01-inner {
		max-width: 1200px;
		/*本当はこれ↓
		width: 84%;
		*/
		width: 86%;
		margin: 0 auto;
	}
	.course-sec01-textbox01 {
		text-align: center;
		margin-bottom: 3em;
		line-height: 2em;
	}
	.course-sec01-video-box {
		text-align: center;
	}
	.course-sec01-video-box video {
		max-width: 800px;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto 3em;
	}
.course-sec02 {
	position: relative;
	padding: 120px 0 140px;
}
	@media (max-width: 1000px) {
		.course-sec02 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.course-sec02 {
			padding: 40px 0;
		}
	}
	.course-sec02-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.course-sec02-point-box {
			position: relative;
			border: 3px solid #000;
			z-index: 1;
		}
		.course-sec02-backcolor01 {
			background-color: #0d4b5d;
		}
			.body_color01 .course-sec02-backcolor01,.body_color01 .course-sec02-backcolor02 {
				background-color: #000;
			}
		.course-sec02-backcolor02 {
			background-color: #007293;
		}
			.body_color02 .course-sec02-backcolor01,.body_color02 .course-sec02-backcolor02 {
				background-color: #ccc;
			}
			.course-sec02-point-box-inner {
				max-width: 1080px;
				width: 90%;
				margin: 0 auto;
				padding: 40px 0;
			}
				@media (max-width: 768px) {
					.course-sec02-point-box-inner {
						padding: 25px 0;
					}
				}
				.course-sec02-title {
					font-size: 1.25em;
				    font-weight: bold;
				    line-height: 1.5em;
				    border-bottom: 3px solid #fff;
				    padding-bottom: 0.8em;
				    margin-bottom: 0.8em;
				}
				.body_color02 .course-sec02-title {
					border-bottom: 3px solid #000;
				}
					@media (max-width: 520px) {
						.course-sec02-title {
							font-size: 1.1em;
							border-bottom: 2px solid #fff;
						}
						.body_color02 .course-sec02-title {
							border-bottom: 2px solid #000;
						}
					}
					.course-sec02-title-num {
						font-size: 1.2em;
						margin-right: 5px;
					}
				.course-sec02-textbox {
					line-height: 2em;
				}
					@media (max-width: 520px) {
						.course-sec02-textbox {
							font-size: 0.8em;
						}
					}
		.arrow-img {
			margin: 30px auto;
			text-align: center;
		}
			@media (max-width: 520px) {
					.arrow-img {
						margin: 20px auto;
					}
				}
			.arrow-img img{
				width: auto;
			}
				@media (max-width: 768px) {
					.arrow-img img{
						width: 30px;
					}
				}
.course-sec03 {
	padding: 125px 0 165px;
}
	@media (max-width: 1000px) {
		.course-sec03 {
			padding: 80px 0 100px;
		}
	}
	@media (max-width: 520px) {
		.course-sec03 {
			padding: 40px 0 60px;
		}
	}
	.course-sec03-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
	.course-sec03-figure-box {
		margin: 0 auto 13.3%;
	}
		@media (max-width: 1000px) {
			.course-sec03-linkbox {
				flex-direction: column;
			}
		}
		.course-sec03-linkbox div{
			max-width: 47.5%;
			width: 100%;
			text-align: center;
		}
			@media (max-width: 1000px) {
				.course-sec03-linkbox div{
					flex-direction: column;
					max-width: 306px;
				}
				.course-sec03-linkbox div:nth-child(1){
					margin-bottom: 30px;
				}
			}
			.course-sec03-linkbox div a{
				font-size: 1.5em;
			    padding: 9.7% 1em;
			    color: #fff;
			    background-color: #000;
			    border: 2px solid #000;
			}
				@media (max-width: 1000px) {
					.course-sec03-linkbox div a{
						font-size: 1.3em;
						padding: 8% 1em;
					}
				}
				@media (max-width: 520px) {
					.course-sec03-linkbox div a{
						font-size: 1.1em;
        				padding: 6% 1em;
					}
				}
			.body_color01 .course-sec03-linkbox div a{
			    border: 2px solid #fff;
			}
			.course-sec03-linkbox div a:hover{
				 color: #000;
			     background-color: #fff;
			}

/************************************************************
					　観光情報
*************************************************************/
.sightseeing-common-top-title-sec {
	background: url("../img/sightseeing-img01.jpg")no-repeat center, left #000;
}
	/*
	@media (max-width: 1000px) {
		.sightseeing-common-top-title-sec {
			height: 580px;
		}
	}
	@media (max-width: 768px) {
		.sightseeing-common-top-title-sec {
			height: 650px;
		}
	}
	@media (max-width: 520px) {
		.sightseeing-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .sightseeing-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.sightseeing-sec01 {
/*	padding: 100px 0 0; ←sec02がある時*/
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.sightseeing-sec01 {
		/*	padding: 80px 0 0 ; ←sec02がある時*/
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.sightseeing-sec01 {
		/*	padding: 40px 0 0; ←sec02がある時*/
			padding: 40px 0;
		}
	}
	.sightseeing-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 630px) {
			.sightseeing-sec01-inner {
			/*	width: 100%;*/
			}
		}
		.sightseeing-sec01-link-box {
			flex-wrap: wrap;
		    max-width: 1200px;
		    width: 100%;
		    margin: 0 auto 35px;
		}
			@media (max-width: 1000px) {
				.sightseeing-sec01-link-box {
					margin: 0 auto 25px;
				}
			}
			@media (max-width: 520px) {
				.sightseeing-sec01-link-box {
					margin: 0 auto 15px;
				}
			}
			.sightseeing-sec01-link-box li{
				font-size: 1.4em;
			    padding: 0 35px;
			    letter-spacing: -0.1px;
			    cursor: pointer;
			}
				@media (max-width: 1000px) {
					.sightseeing-sec01-link-box li{
						font-size: 1.3em;
    					padding: 0 25px;
					}
				}
				@media (max-width: 768px) {
					.sightseeing-sec01-link-box li{
						font-size: 1.2em;
    					padding: 0 17px;
					}
				}
				@media (max-width: 630px) {
					.sightseeing-sec01-link-box li{
						font-size: 1.1em;
        				padding: 0 14px;
					}
				}
				@media (max-width: 520px) {
					.sightseeing-sec01-link-box li{
						font-size: 0.85em;
						padding: 0 10px;
					}
				}
				.sightseeing-sec01-link-box li a:hover,.sightseeing-sec01-link-box li.on a{
					color: #009ac7;
				}
				.sightseeing-sec01-link-box li.on {
					color: #009ac7;
				}
				#sightseeing-sec01-li04 {
					padding-left: 0;
				}
				#sightseeing-sec01-li06 {
					padding-right: 0;
				}
			.sightseeing-sec01-link-border {
				border-right: 2px solid #000;
			}
			.body_color01 .sightseeing-sec01-link-border {
				border-right: 2px solid #fff;
			}
				@media (max-width: 520px) {
					.sightseeing-sec01-link-border,.body_color01 .sightseeing-sec01-link-border {
						border-right: 1px solid #000;
					}
				}
		.sightseeing-sec01-box {
			align-items: baseline;
			max-width: 700px;
    		margin: 0 auto;
		}
			@media (max-width: 520px) {
				.sightseeing-sec01-box {
				    max-width: 340px;
				}
			}
			.sightseeing-sec01-box li {
				    max-width: 260px;
    				width: 100%;
    		}
    			@media (max-width: 520px) {
    				.sightseeing-sec01-box li {
					    max-width: 120px;
		    		}
    			}
			.sightseeing-sec01-box div {
				text-align: center;
				margin-bottom: 1em;
			}
				.sightseeing-sec01-box a img {
					max-height: 239px;
				    height: 100%;
				    object-fit: contain;
				}
					@media (max-width: 768px) {
						.sightseeing-sec01-box a img {
						    max-height: 200px;
						}
					}
					@media (max-width: 520px) {
						.sightseeing-sec01-box a img {
						    max-height: 120px;
						}
					}
		.sightseeing-sec01-box00,.sightseeing-sec01-box01,.sightseeing-sec01-box02,.sightseeing-sec01-box03,.sightseeing-sec01-box04,.sightseeing-sec01-box05,
		.sightseeing-sec01-box06,.sightseeing-sec01-box07,.sightseeing-sec01-box08,.sightseeing-sec01-box09 {
			display: none;
		}
		.sightseeing-sec01-box00.on,.sightseeing-sec01-box01.on,.sightseeing-sec01-box02.on,.sightseeing-sec01-box03.on,.sightseeing-sec01-box04.on,.sightseeing-sec01-box05.on,
		.sightseeing-sec01-box06.on,.sightseeing-sec01-box07.on,.sightseeing-sec01-box08.on,.sightseeing-sec01-box09.on {
			display: block;
		}
		.sightseeing-sec01-spot-box {
			display: flex;
			justify-content: space-between;
			max-width: 1200px;
			width: 84%;
			margin: 100px auto -45px;
			flex-wrap: wrap;
			letter-spacing: -0.1px;
			align-items: self-start;
		}
			@media (max-width: 1000px) {
				.sightseeing-sec01-spot-box {
					margin: 80px auto -70px;
				}
			}
			@media (max-width: 520px) {
				.sightseeing-sec01-spot-box {
					margin: 40px auto -70px;
				}
			}
			.sightseeing-sec01-spot-one {
				width: 30.584%;
				margin-bottom: 50px;
				cursor: pointer;
			}
				@media (max-width: 1000px) {
					.sightseeing-sec01-spot-one {
						width: 45%;
						margin-bottom: 70px;
					}
				}
				@media (max-width: 768px) {
					.sightseeing-sec01-spot-one {
						max-width: 400px;
						width: 100%;
						margin: 0 auto 70px;
					}
				}
				.sightseeing-sec01-spot-one:hover img {
					opacity: 0.5;
				}
				.sightseeing-sec01-spot-img img{
					
				}
				.sightseeing-sec01-spot-cat {
					display: inline-block;
					color: #004459;
					background-color: #fff100;
					font-size: 1.07em;
					padding: 0.33em 2em;
					margin: 15px 0;
    				border-radius: 20px;
				}
					@media (max-width: 520px) {
						.sightseeing-sec01-spot-cat {
							font-size: 0.8em;
						}
					}
				.body_color01 .sightseeing-sec01-spot-cat {
					color: #fff;
					background-color: #000;
					border: 2px solid #fff;
				}
				.body_color02 .sightseeing-sec01-spot-cat {
					color: #000;
					background-color: #ccc;
					border: 2px solid #000;
				}
				.sightseeing-sec01-spot-title {
					font-size: 1.4em;
					line-height: 1.3em;
				}
					@media (max-width: 520px) {
						.sightseeing-sec01-spot-title {
						    font-size: 1.2em;
						}
					}
					
			.spot-popup-box {
				position: fixed;
			    top: 0;
			    left: 0;
			    overflow-y: scroll;
			    color: #fff;
			    background-color: rgba(1, 1, 1, 0.83);
			    width: 100%;
			    height: 100%;
			    z-index: 1000;
			}
				.spot-popup-inner {
					max-width: 800px;
				    width: 85%;
				    margin: 7% auto;
				}
					@media (max-width: 1000px) {
						.spot-popup-inner {
							margin-top: 70px;
						}
					}
					.spot-popup-img {
						width: 100%;
						margin: 0 auto 20px;
					}
					.spot-popup-title {
						font-size: 1.5em;
						line-height: 1.2em;
						font-weight: bold;
					}
					.spot-popup-cat {
						display: inline-block;
					    border: 1px solid #fff;
					    padding: 2px 5px;
					    margin: 10px 0;
					}
					.spot-popup-textbox {
						line-height: 1.8em;
					}
				.spot-popup-close {
					cursor: pointer;
					position: absolute;
				    top: 10px;
				    right: 20px;
				    font-size: 3.5em;
				    line-height: 1em;
				    font-weight: bold;
				}
					
.sightseeing-sec02 {
	padding: 100px 0 115px;
}
	@media (max-width: 1000px) {
		.sightseeing-sec02 {
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.sightseeing-sec02 {
			padding: 80px 0 40px;
		}
	}
	.sightseeing-sec02-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.sightseeing-sec02-box {
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.sightseeing-sec02-box div {
				    width: 49.17%;
				    margin-bottom: 20px;
			}
				.sightseeing-sec02-box div:nth-child(3),.sightseeing-sec02-box div:nth-child(4) {
					margin-bottom: 0;
				}
				@media (max-width: 768px) {
					.sightseeing-sec02-box div {
						max-width: 500px;
					    width: 100%;
					    margin: 0 auto 20px!important;
					}
					.sightseeing-sec02-box div:nth-child(4) {
						margin-bottom: 0;
					}
				}
.sightseeing-sec03 {
	padding: 100px 0;
	margin-bottom: 100px;
	background-color: #f5f3f2;
}
	@media (max-width: 1000px) {
		.sightseeing-sec03{
			padding: 80px 0;
		}
	}
	@media (max-width: 520px) {
		.sightseeing-sec03 {
			padding: 40px 0;
		}
	}
	.sightseeing-sec03-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.sightseeing-sec03-box {
			flex-wrap: wrap;
			margin-bottom: -75px;
			justify-content: space-around;
			align-items: stretch;
		}
			@media (max-width: 1000px) {
				.sightseeing-sec03-box {
					justify-content: space-between;
					margin-bottom: -70px;
				}
			}
			@media (max-width: 768px) {
				.sightseeing-sec03-box {
					justify-content: center;
				}
			}
			.sightseeing-sec03-pamph-one {
				width: 30.584%;
    			margin-bottom: 75px;
			}
				@media (max-width: 1000px) {
					.sightseeing-sec03-pamph-one {
						width: 45%;
						margin-bottom: 70px;
					}
				}
				@media (max-width: 768px) {
					.sightseeing-sec03-pamph-one {
						max-width: 400px;
						width: 100%;
					}
				}
			.sightseeing-sec03-pamph-img {
					background-color: #231815;
				    padding: 18.16% 0;
				    border-radius: 25px;
				    display: flex;
				    justify-content: center;
				    align-items: center;
			}
				.body_color01 .sightseeing-sec03-pamph-img{
					background-color: #fff;
				}
				.sightseeing-sec03-pamph-img img{
				    object-fit: cover;
				    max-width: 342px;
				    width: 90%;
				}
					@media (max-width: 768px) {
						.sightseeing-sec03-pamph-img img{
							 max-width: 450px;
						}
					}
				.sightseeing-sec03-pamph-title {
					font-size: 1.3em;
					line-height: 1.2em;
					letter-spacing: -0.1px;
					color: #005d7a;
					text-align: center;
					margin: 20px auto;
				}
					@media (max-width: 520px) {
						.sightseeing-sec03-pamph-title {
							font-size: 1.2em;
						}
					}
				.body_color01 .sightseeing-sec03-pamph-title {
					color: #fff;
				}
				.body_color02 .sightseeing-sec03-pamph-title {
					color: #000;
				}
				.sightseeing-sec03-pamph-text {
					margin-bottom: 20px;
					min-height: 2.6em;
				}
					@media (max-width: 520px) {
						.sightseeing-sec03-pamph-text {
							font-size: 0.8em;
							min-height: 2.4em;
						}
					}
				.sightseeing-sec03-pamph-link {
					position: relative;
					width: 100%;
					text-align: center;
				}
					.sightseeing-sec03-pamph-link a{
						color: #007297;
						padding: 7px 1em;
						transition: .2s;
						border: 2px solid #007297;
						border-radius: 5px;
						transition: .2s;
					}
					.body_color01 .sightseeing-sec03-pamph-link a{
						color: #fff;
						border: 2px solid #fff;
					}
					.body_color02 .sightseeing-sec03-pamph-link a{
						color: #000;
						border: 2px solid #000;
					}
					.sightseeing-sec03-pamph-link a:hover {
						color: #fff;
						background-color: #007297;
						transition: .2s;
					}
						.sightseeing-sec03-pamph-link img {
							position: absolute;
							right: 10px;
							width: auto;
						    top: 50%;
							transform: translateY(-50%);
						}
							.sightseeing-sec03-pamph-link a:hover img {
								filter: brightness(0) invert(1);
								transition: .2s;
							}
						.body_color01 .sightseeing-sec03-pamph-link img {
							filter: brightness(0) invert(1);
						}
						.body_color02 .sightseeing-sec03-pamph-link img {
							filter: brightness(0) invert(0);
						}
						.sightseeing-sec03-pamph-link01 {
							margin-bottom: 5px;
						}
						.sightseeing-sec03-pamph-link02 {
							
						}
					.sightseeing-introduce-text {
						    text-align: center;
						    font-size: 1.1em;
						    line-height: 1.7em;
						    margin-top: 100px;
					}
						@media (max-width: 520px) {
							.sightseeing-introduce-text {
								margin-top: 70px;
							}
						}
						.sightseeing-introduce-text a{
						    display: inline-block;
						    color: #005d7a;
						    border-bottom: 2px solid #005d7a;
						}
						.body_color01 .sightseeing-introduce-text a {
							 color: #fff100;
							 border-bottom: 2px solid #fff100;
						}
						.body_color02 .sightseeing-introduce-text a {
							 color: #000;
							 border-bottom: 2px solid #000;
						}
							.sightseeing-introduce-text a:hover {
								opacity: 0.6;
							}


/************************************************************
					　	応援場所
*************************************************************/
.support-common-top-title-sec {
	background: url("../img/support-img01.jpg")no-repeat bottom right #000;
}
	/*
	@media (max-width: 768px) {
		.support-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.support-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .support-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.support-sec01 {
	padding: 100px 0 0;
}
	@media (max-width: 1000px) {
		.support-sec01 {
			padding: 80px 0 0 ;
		}
	}
	@media (max-width: 520px) {
		.support-sec01 {
			padding: 40px 0 0;
		}
	}
	.support-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 630px) {
			.support-sec01-inner {
				width: 100%;
			}
		}

/************************************************************
					　	交通規制
*************************************************************/
.traffic-common-top-title-sec {
	background: url("../img/traffic-img01.jpg")no-repeat center center #000;
}
	/*
	@media (max-width: 768px) {
		.traffic-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.traffic-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .traffic-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.traffic-sec01 {
	padding: 100px 0 0;
}
	@media (max-width: 1000px) {
		.traffic-sec01 {
			padding: 80px 0 0 ;
		}
	}
	@media (max-width: 520px) {
		.traffic-sec01 {
			padding: 40px 0 0;
		}
	}
	.traffic-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 630px) {
			.traffic-sec01-inner {
				width: 100%;
			}
		}

/************************************************************
					　	よくある質問
*************************************************************/
.faq-common-top-title-sec {
	background: url("../img/faq-img01.jpg")no-repeat center center #000;
}
	/*
	@media (max-width: 768px) {
		.faq-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.faq-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .faq-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.faq-sec01 {
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.faq-sec01 {
			padding: 80px 0 ;
		}
	}
	@media (max-width: 520px) {
		.faq-sec01 {
			padding: 40px 0;
		}
	}
	.faq-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
	.faq-sec01-box {
		margin-bottom: 100px;
	}
		@media (max-width: 768px) {
			.faq-sec01-box {
				margin-bottom: 80px;
			}
		}
		@media (max-width: 520px) {
			.faq-sec01-box {
				margin-bottom: 60px;
			}
		}
		.faq-sec01-q {
			text-align: left;
    		margin-bottom: 20px;
    		padding: 0.5em 1em;
		    color: #fff;
		    background-color: #009ac7;
		    line-height: 1.3em;
		}
			@media (max-width: 1000px) {
				.faq-sec01-q {
					font-size: 1.3em;
				}
			}
			@media (max-width: 520px) {
				.faq-sec01-q {
					font-size: 1em;
				}
			}
			.faq-sec01-q div{
				font-weight: bold;
			}
				.faq-sec01-q div:nth-child(1){
					  white-space: nowrap;
					  margin-right: 5px;
				}
		.faq-sec01-a {
			line-height: 2em;
		}
			@media (max-width: 520px) {
				.faq-sec01-a {
					font-size: 0.8em;
				}
			}

/************************************************************
					　	お問い合わせ
*************************************************************/
.contact-common-top-title-sec {
	position: relative;
	background: url("../img/faq-img01.jpg")no-repeat center #000;
}
	/*
	@media (max-width: 768px) {
		.contact-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.contact-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .contact-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.contact-sec01 {
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.contact-sec01 {
			padding: 80px 0 ;
		}
	}
	@media (max-width: 520px) {
		.contact-sec01 {
			padding: 40px 0;
		}
	}
	.contact-sec01-inner {
		max-width: 820px;
		width: 84%;
		margin: 0 auto;
	}
		.contact-tr {
			margin-bottom: 50px;
		}
			@media (max-width: 520px) {
				.contact-tr {
					margin-bottom: 50px;
				    flex-direction: column;
				    align-items: baseline;
				}
			}
			.contact-th {
				font-size: 1.1em;
			    line-height: 1.3em;
			    max-width: 300px;
			    width: 100%;
			}
				@media (max-width: 768px) {
					.contact-th {
						max-width: 200px;
					}
				}
				@media (max-width: 520px) {
					.contact-th {
						margin-bottom: 15px;
					}
				}
			.contact-td{
			    max-width: 500px;
				width: 90%;
				white-space: break-spaces;
			}
				@media (max-width: 520px) {
					.contact-td{
						width: 100%;
					}
				}
				.contact-td input,.contact-td textarea{
					font-size: 1em;
					line-height: 1.1em;
					padding: 5px;
					width: 98%;
				}
			.naiyo-contact-tr {
				   align-items: flex-start;
			}
		.contact-btn01 {
			
		}
			.contact-btn01 input{
				cursor: pointer;
			}
		.wpcf7-spinner {
			display: none!important;
		}
/*確認*/
.confirm-body .contact-tr{
	border: 1px solid #000;
	background-color: #fff;
}
	.confirm-body .contact-th{
		color: #fff;
		background-color: #009ac7;
		padding: 7px 1em;
	}
		@media (max-width: 520px) {
			.confirm-body .contact-th{
				max-width: 100%;
				margin-bottom: 0;
			}
		}
	.confirm-body .contact-td {
		padding: 7px 1em;
		border: 1px solid #fff;
    	box-sizing: border-box;
	}
	.confirm-body .naiyo-contact-tr {
		align-items: normal;
	}
	.contact-text002-title {
		color: #ff0000;
	    text-align: center;
	    font-size: 1.1em;
	    margin-bottom: 1em;
	}
	.contact-attention-text {
		margin-bottom: 4em;
	}
/*完了*/
	.complete-inner {
		text-align: center;
  	    line-height: 1.8em;
	}
	.complete-inner .common-btn01{
		margin-top: 50px;
	}
		@media (max-width: 768px) {
			.complete-inner {
				line-height: 1.6em;
			}
		}

/************************************************************
					　	プライバシーポリシー
*************************************************************/
.privacy-common-top-title-sec {
	position: relative;
	background: url("../img/faq-img01.jpg")no-repeat center center #000;
}
	/*
	@media (max-width: 768px) {
		.privacy-common-top-title-sec {
			height: 520px;
		}
	}
	@media (max-width: 520px) {
		.privacy-common-top-title-sec {
			 height: 350px;
		}
		.body_size02 .privacy-common-top-title-sec {
			 height: 440px;
		}
	}
	*/
.privacy-sec01 {
	padding: 100px 0;
}
	@media (max-width: 1000px) {
		.privacy-sec01 {
			padding: 80px 0 ;
		}
	}
	@media (max-width: 520px) {
		.privacy-sec01 {
			padding: 40px 0;
		}
	}
	.privacy-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		.privacy-sec01-midashi01 {
			text-align: left;
			margin-top: 100px;
			margin-bottom: 20px;
		    padding: 0.5em 1em;
		    color: #fff;
		    background-color: #007fa7;
		    line-height: 1.3em;
		}
		.privacy-sec01-midashi02 {
		    color: #007fa7;
		    font-size: 1.2em;
		    line-height: 2em;
		    font-weight: bold;
		}
		.privacy-sec01-textbox01 {
			line-height: 2em;
			margin-bottom: 2em;
		}
			@media (max-width: 1000px) {
				.privacy-sec01-midashi01 {
					font-size: 1.3em;
					margin-top: 80px;
				}
				.privacy-sec01-midashi02 {
					font-size: 1.1em;
				}
			}
			@media (max-width: 520px) {
				.privacy-sec01-midashi01 {
					font-size: 1em;
					margin-top: 40px;
				}
				.privacy-sec01-midashi02 {
					font-size: 1em;
				}
				.privacy-sec01-textbox01 {
					font-size: 0.8em;
				}
			}
			
/************************************************************
					　お知らせ（一覧）
*************************************************************/
.news-sec01 {
	padding: 40px 0 100px;
}
	@media (max-width: 1000px) {
		.news-sec01 {
			padding: 40px 0 80px;
		}
	}
	@media (max-width: 520px) {
		.news-sec01 {
			padding: 40px 0;
		}
	}
	.news-sec01-inner {
		max-width: 1200px;
	/*	width: 84%;*/
		margin: 0 auto;
	}

/************************************************************
					　イベント（一覧）
*************************************************************/
.event-sec01 {
	padding: 40px 0 100px;
}
	@media (max-width: 1000px) {
		.event-sec01 {
			padding: 40px 0 80px;
		}
	}
	@media (max-width: 520px) {
		.event-sec01 {
			padding: 40px 0;
		}
	}
	.event-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 1000px) {
		    .event-sec01-inner {
		        max-width: 400px;
		        width: 90%;
		    }
		}
		@media (max-width: 520px) {
		    .event-sec01-inner {
		        max-width: 217px;
		        width: 80%;
		    }
		}
	.event-page-list-ul {
	    flex-wrap: wrap;
		margin-bottom: -100px;
	}
		@media (max-width: 1000px) {
			.event-page-list-ul {
				margin-bottom: 0;
			}
		}
	.event-list-ul li {
		margin-bottom: 100px;
	}
		@media (max-width: 520px) {
			.event-list-ul li {
				margin-bottom: 60px;
			}
		}
	.body_color01 .event-page-list-ul li a {
		color: #fff;
	}
	

/************************************************************
					　お知らせ（個別）
*************************************************************/
.single-sec01 {
	padding: 40px 0 100px;
}
	@media (max-width: 1000px) {
		.single-sec01 {
			padding: 40px 0 80px;
		}
	}
	@media (max-width: 520px) {
		.single-sec01 {
			padding: 40px 0;
		}
	}
	.signle-sec01-inner {
		max-width: 900px;
		width: 84%;
		margin: 0 auto;
		overflow: hidden;
	}
		.post-single-title {
			font-size: 1.3em;
    		line-height: 1.3em;
			font-weight: bold;
			text-align: center;
			letter-spacing: -0.1px;
		}
		.post-single-day {
			margin: 1em 0;
			text-align: right;
		}
		.post-single-content {
			line-height: 1.8em;
			margin-bottom: 5em;
		}
			.aligncenter {
				text-align: center;
			}
			.alignright {
				text-align: right;
			}
			.alignleft {
				text-align: left;
			}
				.post-single-content img{
					margin: 1em auto;
				}
					@media (max-width: 520px) {
						.post-single-content img{
						    max-width: 900px !important;
						    width: 100% !important;
						}
					}
			.post-single-content a {
				display: inline-block;
				color: #009ac7;
				border-bottom: 2px solid #009ac7;
			}
			.body_color01 .post-single-content a {
				color: #fff;
				border-bottom: 2px solid #fff;
			}
				.post-single-content a:hover {
					opacity: 0.7;
				}
			.wp-block-gallery {
				display: flex;
			    flex-wrap: wrap;
			    justify-content: center;
			/*    gap: 3%;*/
			}
				@media (max-width: 520px) {
					.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
						width: 100%!important;
					}
				}
			.wp-block-list {
				list-style-type: disc !important;
    			margin-left: 1em;
			}
			.post-single-content p sub {
				vertical-align: sub!important;
				font-size: smaller!important;
			}
			.post-single-content p sup {
				vertical-align: super!important;
				font-size: smaller!important;
			}
			
.single-bg-yellow {
	display: inline-block;
	background-color: #fff100;
	padding: 0 7px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
	width: auto!important;
}
.wp-block-gallery {
	display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

/************************************************************
					　404
*************************************************************/
.error-sec01 {
	padding: 40px 0 0;
}
	@media (max-width: 1000px) {
		.error-sec01 {
			padding: 40px 0 0;
		}
	}
	.error-sec01-inner {
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
	}
		@media (max-width: 1000px) {
		    .error-sec01-inner {
		        max-width: 400px;
		        width: 90%;
		    }
		}
	.error-text01-box {
		text-align: center;
		line-height: 1.8em;
	}
	.error-sec01-inner .common-btn01 {
		margin-top: 50px;
	}

