@charset "utf-8";
/* CSS Document */

.c-1 {
	padding: 80px 0;
	display: flex;
	justify-content:space-between;
	gap:25px;
}
@media screen and (max-width: 1280px) {
	.c-1 {
	}
}

.c-1 a {
	background: #cddebc;
	border-radius: 15px;
	display: block;
	min-width: 22%;
	text-align: center;
	padding: 12px 0;
	line-height: 100%;
	font-size: 18px;
	transition: background-color 0.3s ease;
}

.c-1 a:hover {
	background: #b8d398;
}

.c-1 a.on {
	color: #fff;
	background: #439024;
}

@media screen and (max-width: 1280px) {
	.c-1 {
		flex-wrap: wrap;
		padding: 30px 5vw;
		gap:10px;
		justify-content: center;
	}
	.c-1 a {
		padding: 5px !important;
		font-size: 14px !important;
		width: calc(50% - 20px);
	}
}

h2.q-title {
	display: flex;
	justify-content: space-between;
	font-size: 34px;
	align-items: baseline;
	border-bottom: solid 1px #439024;
}

h2.q-title span {
	font-size: 15px;
}

@media screen and (max-width: 1280px) {
	h2.q-title {
		display: inherit;
		font-size: 24px;
		gap:20px;
		align-items: center;
		line-height: 100%;
		padding-bottom: 10px;
	}
	h2.q-title span {
		font-size: 14px;
		line-height: 140%;
		white-space: normal;
		display: block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1280px) {
	.c-2 {
		padding: 0 5vw;
	}
}

.c-2 p.text1 {
	margin-top: 40px;
	font-size: 16px;
}

.c-2 .flex {
	margin-top: 20px;
	display: flex;
	gap:20px;
}

.c-2 .flex .box p {
	font-size: 16px;
	text-align: center;
	line-height: 100%;
	margin-top: 5px;
}
.c-2 .flex .box p span {
	font-size: 11px;
	display: block;
}

@media screen and (max-width: 1280px) {
	.c-2 p.text1 {
	}

	.c-2 .flex {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.c-2 .flex .box {
		width: calc(50% - 20px);
	}
	.c-2 .flex .box p {
		font-size: 14px;
	}
}

.c-3 {
	margin-top: 90px;
}

.c-3 .flex {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap:20px;
	align-items:flex-end;
}

.c-3 .flex .photo {
	width: 25%;
}

.c-3 .flex .photo img {
	vertical-align: bottom;
}

.c-3 .flex .center {
	width: 50%;
}

.c-3 .flex .center h3 {
	font-size: 24px;
	text-align: center;
	border-bottom: solid 1px #439024;
	line-height: 100%;
	padding-bottom: 10px;
}

.c-3 .flex .center .flex2 {
	margin-top: 20px;
	text-align: center;
	display: flex;
	gap:20px;
}

.c-3 .flex .center .flex2 .wifi {
	width: 50%;
	background: #004a60;
	color: #FFF;
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.c-3 .flex .center .flex2 .wifi h4 {
	font-size: 20px;
	line-height: 100%;
}

.c-3 .flex .center .flex2 .wifi p {
	font-size: 40px;
	font-feature-settings: 'palt';
	padding-right: 5px;
	line-height: 100%;
	margin-top: 10px;
}

.c-3 .flex .center .flex2 .text {
	width: 50%;
}

.c-3 .flex .center .flex2 .text p {
	text-align: left;
	font-size: 16px;
	line-height: 160%;
}

.c-3 p.mini {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

.c-3 .flex-bottom {
	display: flex;
	margin-top: 40px;
	gap:20px;
	justify-content: space-between;
}

.c-3 .flex-bottom .left {
	width: calc(25% - 10px);
}

.c-3 .flex-bottom .left .photo {
	margin-top: 20px;
}

.c-3 .flex-bottom .right {
	width: calc(75%);
}

.c-3 .flex-bottom h4,.c-3 .flex-bottom2 h4 {
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #439024;
}

.c-3 .flex-bottom .right .flex3 {
	display: flex;
	margin-top: 20px;
	gap:20px;
	align-items: center;
}

.c-3 .flex-bottom .right .flex3 .photo {
	width: 60%;
	padding: 0 20px;
}

.c-3 .flex-bottom .right .flex3 .text {
	width: 40%;
	padding: 0 20px;
}

.c-3 .flex-bottom .right .flex4 {
	display: flex;
	gap:20px;
	margin-top: 20px;
}

.c-3 .flex-bottom .right .flex4 .box2 {
	width: 33%;
}

.c-3 .flex-bottom .right .flex4 .box2 .photo {
	margin-top: 20px;
}

.c-3 .flex-bottom .right .flex4 .box2 p span.mini {
	font-size: 12px;
}

.c-3 .flex-bottom2 {
	margin-top: 20px;
}

.c-3 .flex-bottom2 .flex5 {
	display: flex;
	gap:20px;
}

.c-3 .flex-bottom2 .flex5 .box {
	width: 25%;
}

.c-3 .flex-bottom2 .flex5 .box .photo {
	margin-top: 20px;
}

.c-3 .mini2 {
	font-size: 12px;
	margin-top: 20px;
	line-height: 120%;
}

@media screen and (max-width: 1280px) {
	.c-3 {
		padding: 0 5vw;
	}

	.c-3 .flex {
		flex-wrap: wrap;
		gap:0;
	}

	.c-3 .flex .photo {
		display: none;
	}

	.c-3 .flex .photo img {
	}

	.c-3 .flex .center {
		width: auto;
	}

	.c-3 .flex .center h3 {
		font-size: 18px;
		line-height: 140%;
	}

	.c-3 .flex .center .flex2 {
		flex-wrap: wrap;
		gap:0;
	}

	.c-3 .flex .center .flex2 .wifi {
		width: 100%;
		background: #004a60;
		color: #FFF;
		padding: 20px 0;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}

	.c-3 .flex .center .flex2 .wifi h4 {
		font-size: 20px;
		line-height: 100%;
	}

	.c-3 .flex .center .flex2 .wifi p {
		font-size: 40px;
		font-feature-settings: 'palt';
		padding-right: 5px;
		line-height: 100%;
		margin-top: 10px;
	}

	.c-3 .flex .center .flex2 .text {
		width: auto;
		margin-top: 20px;
	}

	.c-3 .flex .center .flex2 .text p {
		text-align: left;
		font-size: 16px;
		line-height: 160%;
	}

	.c-3 p.mini {
		margin-top: 10px;
		text-align: right;
		font-size: 12px;
	}

	.c-3 .flex-bottom {
		flex-wrap: wrap;
		gap:0;
	}

	.c-3 .flex-bottom .left {
		width: auto;
	}
	
	.c-3 .flex-bottom .left .flex-bottom-flex {
		display: flex;
		align-items: center;
		gap:20px;
	}

	.c-3 .flex-bottom .left .photo {
		margin-top: 20px;
		width: 30%;
	}
	
	.c-3 .flex-bottom .left p {
		width: 70%;
	}

	.c-3 .flex-bottom .right {
		width: auto;
		margin-top: 20px;
	}

	.c-3 .flex-bottom h4,.c-3 .flex-bottom2 h4 {
		margin-top: 20px;
	}

	.c-3 .flex-bottom .right .flex3 {
		flex-wrap: wrap;
		gap:0;
	}

	.c-3 .flex-bottom .right .flex3 .photo {
		width: 80%;
		margin: auto;
	}

	.c-3 .flex-bottom .right .flex3 .text {
		width: auto;
		margin-top: 20px;
	}

	.c-3 .flex-bottom .right .flex4 {
		flex-wrap: wrap;
		gap:0;
		padding: 0;
		margin: 0;
	}

	.c-3 .flex-bottom .right .flex4 .box2 {
		width: auto;
	}

	.c-3 .flex-bottom .right .flex4 .box2 .photo {
		margin-top: 20px;
	}

	.c-3 .flex-bottom .right .flex4 .box2 p span.mini {
		font-size: 12px;
	}

	.c-3 .flex-bottom2 {
		margin-top: 20px;
	}

	.c-3 .flex-bottom2 .flex5 {
		flex-wrap: wrap;
		gap:20px;
		justify-content: space-around;
	}

	.c-3 .flex-bottom2 .flex5 .box {
		width: calc(50% - 20px);
	}
	
	.c-3 .flex-bottom2 .flex5 .box h4 {
		font-size: 16px;
		line-height: 140%;
		padding-bottom: 10px;
	}

	.c-3 .flex-bottom2 .flex5 .box .photo {
	}

	.c-3 .mini2 {
		font-size: 12px;
		margin-top: 20px;
		line-height: 120%;
	}
}