@charset "utf-8";

article {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #121212;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

.tx_pink{
	color: #FA3C82;
}
.btn:hover,
.btn:focus{
	color: #ffffff;
	outline: none;
}
ul,ol,li{
	list-style-type: none;
}

#main_visual{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1{
	max-width: 1920px;
	margin: 0 auto;
}
#main_visual h1 img{
	width: 100%;
	height: auto;
}
nav{
	background: #212121;
}
nav li{
	width: 100%;
	border-bottom: 2px solid #fff;
	text-align: center;
}
nav li a{
	display: block;
	position: relative;
	color: #fff;
	padding: 16px 16px;
	font-size: 20px;
	font-weight: bold;
}
nav li a:after{
	content: '\f107';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: 0.24s ease;
}
nav li a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
nav li a:hover:after{
	transform: translateY(-40%);
}
/*-------メインコンテンツ-------*/
.contents{
	padding-top: 40px;
	overflow: hidden;
}
.contents h2{
	margin-bottom: 40px;
	text-align: center;
}
.contents h2 img{
	margin: 0 auto 16px;
	width: 190px;
	height: auto;
	display: block;
}
.contents h2 span{
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
}
#overview{
	padding-bottom: 40px;
}
#overview h2{
	margin-bottom: 72px;
}
.overview_box{
	border-radius: 5px;
	border: 4px solid #707070;
	position: relative;
	padding: 64px 32px 24px;
	margin-bottom: 64px;
	text-align: center;
}
.overview_box h3{
	position: absolute;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	top: -45px;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.blue h3{
	background: #4DA9FC;
}
.purple h3{
	background: #A268D6;
}
.green h3{
	background: #56A62E;
}
.gray h3{
	background: #777;
}
.overview_box h3 img{
	width: auto;
	height: 10px;
	margin-bottom: 16px;
}
.overview_box h3 span{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	width: 100%;
	color: #fff;
}
.overview_box h3 span:before{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	background: #fff;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.overview_box ul{
	display: inline-block;
	text-align: left;
}
.overview_box ul li{
	font-size: 16px;
	font-weight: bold;
}
.overview_box ul.w_num li{
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 8px;
}
.overview_box ul.w_num li img{
	position: absolute;
	top: 2px;
	left: 0;
}
.price{
	display: block;
}
.kome{
	position: relative;
	padding-left: 1em;
}
.kome:before{
	content: '※';
	position: absolute;
	left: 0;
}
.overview_box .kome{
	display: inline-block;
	text-align: left;
}
.green ul{
	padding-left: 1.5em;
}
.green ul li{
	list-style-type: disc;
}
.gray h3 + p{
	font-weight: bold;
	display: inline-block;
	text-align: left;
}
.new_style{
	padding-bottom: 40px;
}
.new_style h3{
	font-size: 18px;
	position: relative;
	margin-bottom: 24px;
}
.new_style h3 i{
	position: absolute;
	width: calc((100% - 192px)/2);
	height: 3px;
	background: #212121;
	top: calc(50% - 1.5px);
}
.new_style h3 i:first-of-type{
	left: 0;
	border-radius: 2px 0px 2px 2px;
}
.new_style h3 i:last-of-type{
	right: 0;
	border-radius: 2px 2px 2px 0px;
}
.new_style h3 i:first-of-type:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 3px;
	background: #212121;
	top: -1px;
	right: -15px;
	transform: rotate(45deg);
	transform-origin: left;
	border-radius: 2px;
}
.new_style h3 i:last-of-type:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 3px;
	background: #212121;
	bottom: -1px;
	left: -15px;
	transform: rotate(45deg);
	transform-origin: right;
	border-radius: 2px;
}
.new_style p{
	font-size: 16px;
	padding: 0 16px;
	margin-bottom: 16px;
}
.new_style .image_box{
	border-bottom: 3px solid #212121;
}
.new_style .image_box img{
	display: block;
	margin: 0 auto 16px;
}

#spot{
	padding-bottom: 40px;
	background: #f7f7f7;
}
.sight_photo{
	margin-bottom: 16px;
}
.text_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.text_box img{
	margin-right: 16px;
}
.text_box span{
	width: 115px;
	background: #777777;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 4px;
	border-radius: 16px;
}
.text_box p{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0;
	margin: 16px 0 24px;
	border-top: 2px solid #212121;
}
#course{
	padding-bottom: 48px;
}
.course_card{
	padding: 8px 16px;
}
.course_card > div{
	border: 1px solid #B4B4B4;
	border-radius: 2px;
	padding: 10px;
}
.course_card img{
	margin-bottom: 8px;
}
.course_card h3{
	font-size: 16px;
	line-height: 1.618;
	margin-bottom: 16px;
	padding: 0 4px;
}
.course_card h3 span{
	color: #FA3C82;
	margin-left: 1em;
	font-weight: bold;
}
.the_spot{
	margin-bottom: 16px;
	padding: 0 4px;
}
.the_spot h4{
	font-size: 14px;
	color: #fff;
	background: #4DA9FC;
	padding: 4px 16px;
	border-radius: 16px;
	display: table;
}
.the_spot p{
	font-size: 14px;
}
.the_time{
	margin-bottom: 16px;
	padding: 0 4px;
}
.the_time h4{
	font-size: 14px;
	color: #fff;
	background: #56A62E;
	padding: 4px 16px;
	border-radius: 16px;
	display: inline-block;
}
.the_time p{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.reserve{
	background: #FA3C82;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 16px auto 4px;
	display: block;
	border-radius: 6px;
	border: 2px solid #FA3C82;
	font-size: 14px;
	font-weight: bold;
}
.reserve:hover{
	color: #FA3C82;
	background: #fff;
	text-decoration: none;
}

@media (max-width:350px) {/*Narrow SP*/
	article,article p{
		font-size: 14px;
	}
}

@media (min-width:768px) {/*Tablet*/
	.contents{
		padding-top: 48px;
	}
	nav ul{
		display: flex;
	}
	nav li{
		width: auto;
		flex: auto;
		border-bottom: none;
		border-right: dashed 2px #fff;
	}
	nav li:last-child{
		border-right: none;
	}
	nav li a:after{
		right: 32px;
	}
	.contents h2 img{
		width: 269px;
		margin-bottom: 32px;
	}
	.contents h2 span{
		font-size: 28px;
	}
	#overview h2{
		margin-bottom: 88px;
	}
	.price{
		display: inline-block;
		margin-left: 1em;
	}
	.gray .overview_box .kome{
		display: block;
	}
	.new_style h3{
		font-size: 20px;
	}
	.new_style h3 i{
		width: calc((100% - 320px)/2);
	}
	.new_style h3 i:first-of-type{
		top: 30%;
	}
	.new_style h3 i:last-of-type{
		top: 66%;
	}
	#spot .spot_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 24px;
	}
	#spot .spot_box picture{
		width: 60%;
	}
	.text_box{
		position: relative;
		width: 40%;
		margin-top: -72px;
	}
	#spot .spot_box:nth-of-type(even) .text_box{
		padding-left: 24px;
	}
	#spot .spot_box:nth-of-type(odd) .text_box{
		padding-right: 24px;
		order: 1;
	}
	#spot .spot_box:nth-of-type(odd) picture{
		order: 2;
	}
	.text_box span{
		position: absolute;
		bottom: -44px;
	}
	.text_box p{
		margin: 8px 0 0;
		border-top: none;
		border-bottom: 2px solid #212121;
	}
	.course_card{
		padding: 0 8px;
		margin-bottom: 16px;
	}
}
@media (min-width:992px) {
	.contents{
		padding-top: 96px;
	}
	.contents h2{
		margin-bottom: 64px;
	}
	.new_style .image_box{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 24px 0 40px 40px;
	}
	.new_style .image_box img{
		margin: 0 24px;
	}
	.new_style .image_box img:last-child{
		width: 360px;
	}
	.course_card h3 {
		font-size: 18px;
	}
	.reserve{
		font-size: 16px;
	}
}

/* Plan一覧から非表示
----------------------------------------------------*/
[data-mcid="54149"],
[data-mcid="54150"],
[data-mcid="54151"] {
	display: none;
}