@charset "UTF-8";
/* ============================================================
アクティビティ
============================================================ */
/* ------------------------------------
KV
------------------------------------ */
#kv {
	background: url(../img/activity/kv_pht.jpg) no-repeat center center / cover;
	}


/* ------------------------------------
lead
------------------------------------ */
#lead .title::after {
	content: 'Activity';
	}


/* ------------------------------------
recommend
------------------------------------ */
#sct_recommend .sct_wrap {
	width: 100%;
	margin: 0 auto;
	}
#sct_recommend h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
	}
#sct_recommend dl {
	position: relative;
	background-color: #eceeee;
	}
#sct_recommend dl.rcd01::before {
	margin: auto;
	display: block;
	position: absolute;
	top: -24px;
	background: url(../img/activity/img01.png) no-repeat 0 0 / contain;
	transform: rotate(30deg);
	content: '';
	}
#sct_recommend dl.rcd02::before {
	margin: auto;
	display: block;
	position: absolute;
	background: url(../img/activity/img02.png) no-repeat 0 0 / contain;
	content: '';
	}
#sct_recommend dt {
	color: #006788;
	font-weight: 700;
	}
#sct_recommend a[target="_blank"] {
	padding-right: 22px;
	position: relative;
	}
#sct_recommend a[target="_blank"]::after {
	width: 14px;
	height: 14px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: -4px;
	right: 0;
	background: url(../img/common/icn_newwin02.png) no-repeat 0 0 / contain;
	content: '';
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_recommend {
		margin-top: 18px;
		}
	#sct_recommend .sct_wrap {
		max-width: 1120px;
		padding: 0 45px;
		}
	#sct_recommend h2 {
		font-size: 3rem;
		}
	#sct_recommend dl {
		padding: 36px 36px 36px 40%;
		}
	#sct_recommend dl:first-of-type {
		margin-top: 36px;
		}
	#sct_recommend dl+dl {
		margin-top: 36px;
		}
	#sct_recommend dl.rcd01::before {
		width: 85px;
		height: 208px;
		bottom: 0;
		left: calc(50% - 270px);
		}
	#sct_recommend dl.rcd02::before {
		width: 178px;
		height: 200px;
		top: 0;
		bottom: -12px;
		left: calc(50% - 330px);
		}
	#sct_recommend dt {
		font-size: 2.4rem;
		}
	#sct_recommend dd {
		margin-top: 18px;
		line-height: 1.6;
		font-size: 1.6rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_recommend {
		margin-top: 45px;
		}
	#sct_recommend .sct_wrap {
		padding: 0 6%;
		}
	#sct_recommend h2 {
		font-size: 2.1rem;
		line-height: 1.3;
		}
	#sct_recommend dl {
		padding: 160px 6% 30px;
		}
	#sct_recommend dl:first-of-type {
		margin-top: 24px;
		}
	#sct_recommend dl+dl {
		margin-top: 20px;
		}
	#sct_recommend dl.rcd01::before {
		width: 70px;
		height: 172px;
		left: 0;
		right: 0;
		}
	#sct_recommend dl.rcd02::before {
		width: 139px;
		height: 156px;
		top: -10px;
		left: 0;
		right: 0;
		}
	#sct_recommend dt {
		font-size: 1.9rem;
		text-align: center;
		}
	#sct_recommend dd {
		margin-top: 12px;
		line-height: 1.7;
		font-size: 1.4rem;
		text-align: center;
		}

} /* end ＞767 */


/* ------------------------------------
sightseeing
------------------------------------ */
#sct_sightseeing {
	margin-top: 90px;
	}
#sct_sightseeing .sct_wrap {
	width: 100%;
	}
#sct_sightseeing h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
	}
#sct_sightseeing dl {
	border-bottom: 1px solid #cce1e7;
	}
#sct_sightseeing dl:first-of-type {
	border-top: 1px solid #cce1e7;
	}
#sct_sightseeing dl a {
	text-decoration: underline;
	}
#sct_sightseeing dl a[target="_blank"] {
	padding-right: 22px;
	position: relative;
	}
#sct_sightseeing dl a[target="_blank"]::after {
	width: 14px;
	height: 14px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: -4px;
	right: 0;
	background: url(../img/common/icn_newwin02.png) no-repeat 0 0 / contain;
	content: '';
	}
#sct_sightseeing dt {
	color: #006788;
	font-weight: 500;
	line-height: 1.6;
	}
#sct_sightseeing dt span {
	position: relative;
	color: #464646;
	}
#sct_sightseeing dt span::before {
	height: 2px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	background-color: #d5d9d9;
	content: '';
	}
#sct_sightseeing dd {
	margin-top: 9px;
	}

/* ill */
#sct_sightseeing .ill {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
#sct_sightseeing .ill figure {
	position: relative;
	}
#sct_sightseeing .ill figcaption {
	position: absolute;
	color: #fff;
	text-align: right;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_sightseeing .sct_wrap {
		max-width: 1080px;
		padding: 0 45px;
		margin: 0 auto;
		}
	#sct_sightseeing h2 {
		font-size: 3rem;
		}
	#sct_sightseeing dl {
		max-width: 810px;
		margin-left: auto;
		margin-right: auto;
		padding: 24px 30px 27px;
		}
	#sct_sightseeing dl:first-of-type {
		margin-top: 48px;
		}
	#sct_sightseeing dt {
		font-size: 1.8rem;
		}
	#sct_sightseeing dt small {
		font-size: 1.4rem;
		}
	#sct_sightseeing dt span {
		padding-left: 23px;
		margin-left: 1.5rem;
		display: inline-block;
		font-size: 1.5rem;
		}
	#sct_sightseeing dt span::before {
		width: 15px;
		bottom: -2px;
		left: 0;
		}

	/* ill */
	#sct_sightseeing .ill {
		margin-top: 36px;
		gap: 0 30px;
		}
	#sct_sightseeing .ill figure img {
		box-shadow: 10px 20px 0 #eceeee;
		}
	#sct_sightseeing .ill figcaption {
		right: 15px;
		bottom: 15px;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		text-shadow: 0 0 12px rgba(0,0,0,0.8);
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_sightseeing .sct_wrap {
		padding: 0 6%;
		}
	#sct_sightseeing h2 {
		font-size: 2.1rem;
		}
	#sct_sightseeing dl {
		padding: 18px 4% 21px;
		}
	#sct_sightseeing dl:first-of-type {
		margin-top: 30px;
		}
	#sct_sightseeing dt {
		font-size: 1.7rem;
		}
	#sct_sightseeing dt small {
		font-size: 1.4rem;
		}
	#sct_sightseeing dt span {
		padding-left: 21px;
		margin-top: 3px;
		display: block;
		font-size: 1.4rem;
		}
	#sct_sightseeing dt span::before {
		width: 12px;
		bottom: 0;
		left: 1px;
		}
	#sct_sightseeing dd {
		font-size: 1.4rem;
		line-height: 1.7;
		}

	/* ill */
	#sct_sightseeing .ill {
		margin-top: 24px;
		gap: 0 15px;
		}
	#sct_sightseeing .ill figure img {
		box-shadow: 6px 12px 0 #eceeee;
		}
	#sct_sightseeing .ill figcaption {
		right: 6px;
		bottom: 8px;
		font-size: 1rem;
		text-shadow: 0 0 9px rgba(0,0,0,0.8);
		}

} /* end ＞767 */


/* ------------------------------------
golf
------------------------------------ */
#sct_golf {
	margin-top: 90px;
	}
#sct_golf .sct_wrap {
	width: 100%;
	}
#sct_golf h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
	}
#sct_golf dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cce1e7;
	}
#sct_golf dl:first-of-type {
	border-top: 1px solid #cce1e7;
	}
#sct_golf dt {
	color: #006788;
	font-weight: 500;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_golf .sct_wrap {
		max-width: 900px;
		padding: 0 45px;
		margin: 0 auto;
		}
	#sct_golf h2 {
		font-size: 3rem;
		}
	#sct_golf dl {
		padding: 24px 30px;
		}
	#sct_golf dl:first-of-type {
		margin-top: 36px;
		}
	#sct_golf dt {
		font-size: 1.8rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_golf .sct_wrap {
		padding: 0 6%;
		}
	#sct_golf h2 {
		font-size: 2.1rem;
		}
	#sct_golf dl {
		padding: 21px 4%;
		}
	#sct_golf dl:first-of-type {
		margin-top: 24px;
		}
	#sct_golf dt {
		font-size: 1.6rem;
		}
	#sct_golf dd {
		color: #464646;
		font-size: 1.4rem;
		}

} /* end ＞767 */
