@charset "utf-8";

/* 周辺観光[イベント]
---------------------------------------------------------------------------*/
/* ナビ */
.lst-navi > li > a {
	display: block;
	position: relative;
}
.lst-navi > li .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.lst-navi > li .txt div {
	width: 40%;
	padding: 10px;
	background-color: rgba(53, 122, 98, .9);
}
.lst-navi > li .txt .ja {
	font-size: 25px;
	font-weight: 600;
	line-height: 130%;
	color: #FFFFFF;
}
.lst-navi > li .txt .en {
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
	color: #9ABCB0;
}
.lst-navi > li .txt .icon {
	color: #9ABCB0;
}

/* 見出し */
.bg-def {
	padding: 20px 0 5px 0;
}
.bg-def.mini {
	margin-bottom: 40px;
	padding: 20px 0 20px 0;
}
.bg-def.mini .icon {
	margin-right: 10px;
}

/* マップ */
.gmap iframe {
	width: 100%!important;
	height: 600px;
}

/* ボタン */
.btn-gmap a {
	width: 298px;
	margin: 40px auto 0;
	padding: 15px;
}

/* アンカーリンク */
.lst-anchors {
	margin-bottom: 60px;
}


/* 画像 */
.ph-main {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin-top: 70px;
}
.ph-main .block-headline {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
}
.ph-main .block-headline .pickup {
	width: 200px;
	padding: 10px 20px;
	font-size: 27px;
	line-height: 120%;
	background-color: #7A354D;
	color: #FFFFFF;
	text-align: center;
}
.ph-main .block-headline .pickup strong {
	font-size: 54px;
	line-height: 120%;
	font-weight: normal;
}
.ph-main .block-headline .ja {
	width: 760px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	font-size: 28px;
	color: #7A354D;
	font-weight: 600;
}

/* 背景 */
.bg-bright {
	padding-top: 0;
}
.bg-wall {
	padding: 15px;
}

/* スポット詳細 */
.detail .areaname,
.detail-mini .areaname {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 23px;
	line-height: 140%;
	color: #357A62;
	border-bottom: 1px solid #72A292;
	font-weight: 600;
}
.detail .takes,
.detail-mini .takes {
	margin-bottom: 15px;
}
.detail .icon,
.detail-mini .icon {
	margin-right: 10px;
}
.detail .btns {
	margin-top: 25px;
}
.detail .btns a {
	width: 298px;
	padding: 15px;
	margin-right: 20px;
}
.detail-mini .ph {
	margin-bottom: 10px;
}
.detail-mini .btns > li {
	width: 48%;
	margin-top: 15px;
}
.detail-mini .btns a {
	width: 100%;
	margin-right: 0;
}
.lst-detail {
}
.lst-detail > li {
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.lst-detail > li:nth-of-type(3n) {
	margin-right: 0;
}
.lst-data > li > p:nth-of-type(1) {
	font-weight: 600;
}
.lst-data > li > p:nth-of-type(1) span {
	display: block;
	font-weight: normal;
}

.block-12 .lst-data {
	margin-top: 40px;
}
.block-12 .lst-data > li > p:nth-of-type(1) {
	width: 50%;
}
.block-12 .lst-data > li > p:nth-of-type(2) {
	width: 50%;
}

.lead span {
	display: block;
	color: #357A62;
	margin-bottom: 0.5em;
}








