@charset "UTF-8";
/*------------------------------------------------------

	駅からサイクリングCSS ※SASS

-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
/* font family */
/* fon weight */
/* =======================================================
	共通
======================================================= */
.bg-yellow {
	background-color: #FFFFF3;
}

.bg-white {
	background-color: #FFF;
}

.bg-l {
	padding: 54px 0 64px;
}
@media (min-width: 751px) {
	.bg-l {
		padding: 84px 0 94px;
	}
}

.bg-l--last {
	padding-bottom: 80px;
}
@media (min-width: 751px) {
	.bg-l--last {
		padding-bottom: 120px;
	}
}

.lh-Lg {
	line-height: 1.8 !important;
}

.radius20 {
	border-radius: 20px;
}

/* =======================================================
	基本設定
======================================================= */
.eki-cycling-contents {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 500;
}

/* =======================================================
	コンテンツ
======================================================= */
/* MV */
.eki-cycling-line {
	position: relative;
}
.eki-cycling-line::before, .eki-cycling-line::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: url("/travel/cycling/img/cycling_line.svg") repeat-x 50% 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 750px) {
	.eki-cycling-line::before, .eki-cycling-line::after {
		height: 4px;
		background-size: 980px 4px;
	}
}
.eki-cycling-line::before {
	top: 0;
}
.eki-cycling-line::after {
	bottom: 0;
}
@media (max-width: 750px) {
	.eki-cycling-line::after {
		background-position-y: 100%;
	}
}
.eki-cycling-line-top::after {
	display: none;
}
.eki-cycling-line-bottom::before {
	display: none;
}

.eki-cycling-mv {
	padding-top: 90px;
	height: 530px;
	background: url("/travel/cycling/img/cycling_mv_pc.webp") no-repeat 50% 50% #D9F0FE;
}
@media only screen and (max-width: 1024px) {
	.eki-cycling-mv {
		padding-top: 5.37109375vw;
		padding-right: 8.7890625vw;
		height: 66.40625vw;
		background-image: url("/travel/cycling/img/cycling_mv_sp.webp");
		background-size: contain;
	}
}

.eki-cycling-mv-heading {
	margin: 0 auto;
	width: 378px;
}
@media only screen and (max-width: 1024px) {
	.eki-cycling-mv-heading {
		margin: 0 0 0 auto;
		width: 48.046875vw;
	}
}

/* 駅からサイクリングとは */
.eki-cycling-about-heading {
	margin-bottom: 20px;
}
.eki-cycling-about-heading h2 {
	padding-bottom: 10px;
	border-bottom: 2px var(--color-text) dashed;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (min-width: 751px) {
	.eki-cycling-about-heading h2 {
		margin-top: -0.4em;
		padding-bottom: 12px;
		font-size: min(2.1484375vw, 2.2rem);
	}
}
.eki-cycling-about-heading h2 > b {
	font-size: 145%;
}

@media (min-width: 751px) {
	.eki-cycling-about--2up {
		grid-template-columns: min(44.921875vw, 520px) 1fr;
	}
}

@media (max-width: 750px) {
	.eki-cycling-about-image {
		padding-bottom: 52%;
	}
	.eki-cycling-about-image > img {
		object-position: top;
	}
}

.eki-cycling-about-text {
	position: relative;
	padding-bottom: 50px;
	border-bottom: 2px var(--color-text) dashed;
	font-size: 1.5rem;
	font-weight: 500;
}
@media (min-width: 751px) {
	.eki-cycling-about-text {
		font-size: 1.6rem;
	}
}
.eki-cycling-about-text::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 10px;
	width: 66px;
	height: 42px;
	background: url("/travel/cycling/img/cycling_illust.svg") no-repeat 0 0/contain;
}

/* ボタン（カスタマイズ） */
.eki-cycling-btn {
	border: 2px solid #2095B8 !important;
	background-color: #2095B8;
	font-weight: 700;
	line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
	.eki-cycling-btn:hover {
		color: #2095B8;
		background-color: #FFF;
	}
	.eki-cycling-btn:hover::after {
		background-color: #2095B8;
	}
}

.eki-cycling-btn-szL {
	border-width: 3px !important;
	font-size: 1.7rem;
}
@media (min-width: 751px) {
	.eki-cycling-btn-szL {
		font-size: min(2.5390625vw, 2.2rem);
	}
}
.eki-cycling-btn-szL > span {
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width: 751px) {
	.eki-cycling-btn-szL > span {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}
.c-button-container__item:has(.eki-cycling-btn-szL) {
	max-width: 420px;
}

/* 参加方法 */
@media (max-width: 750px) {
	.eki-cycling-howto-list {
		gap: 35px;
	}
}
.eki-cycling-howto-list > li {
	position: relative;
	border-radius: 20px;
	padding: 40px 25px 30px;
	background-color: #EEF0C9;
	font-weight: 500;
}
@media (min-width: 751px) {
	.eki-cycling-howto-list > li {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		padding: 50px 35px;
	}
}

.eki-cycling-howto-list-number {
	position: absolute;
	top: -20px;
	left: -10px;
	display: grid;
	place-content: center;
	width: 55px;
	height: 55px;
	border: 3px solid #FFF;
	background-color: #FFD700;
	border-radius: 50%;
	font-family: "Poppins", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 751px) {
	.eki-cycling-howto-list-number {
		top: -25px;
		width: 60px;
		height: 60px;
		font-size: 2.6rem;
	}
}

.eki-cycling-howto-list-text {
	font-size: 1.5rem;
	line-height: 1.7;
}
@media (min-width: 751px) {
	.eki-cycling-howto-list-text {
		font-size: 1.7rem;
	}
}

.eki-cycling-howto-list-caption {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media (max-width: 750px) {
	.eki-cycling-howto-list-item-inner {
		margin-top: 20px;
	}
}

.eki-cycling-howto-image--w150 {
	margin: 0 auto;
	max-width: 150px;
}

.eki-cycling-howto-image--w160 {
	margin: 0 auto;
	max-width: 160px;
}

.eki-cycling-dl-button-container {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 25px;
}
.eki-cycling-dl-button-container img {
	max-width: 100%;
	width: auto;
	height: min(12vw, 45px);
}
@media (min-width: 751px) {
	.eki-cycling-dl-button-container img {
		height: min(5.078125vw, 52px);
	}
}

.eki-cycling-caution {
	padding: 28px;
}
@media (min-width: 751px) {
	.eki-cycling-caution {
		padding: 40px;
	}
}
.eki-cycling-caution .c-box__title {
	font-size: 1.7rem;
	font-weight: 700;
}
@media (min-width: 751px) {
	.eki-cycling-caution .c-box__title {
		font-size: 1.8rem;
	}
}
.eki-cycling-caution .c-list--s > li + li {
	margin-top: 0.3em;
}/*# sourceMappingURL=cycling.css.map */