@charset "utf-8";

/* 周辺観光ページ */

/* メインビジュアル
---------------------------------------------------------------------------*/
.block-mv {
	background-image: url(../img/tourism/mv.jpg);
	text-shadow: 
		0px 0px 9px rgba(125, 155, 172, .7), 
		2px 2px 7px rgba(125, 155, 172, .7), 
		2px -2px 7px rgba(125, 155, 172, .7), 
		-2px 2px 7px rgba(125, 155, 172, .7), 
		-2px -2px 7px rgba(125, 155, 172, .7);
}
@media screen and (max-width: 768px){
	.block-mv {
		background-image: url(../img/tourism/mv-sp.jpg);
	}
}

/* 検索パネル非表示
---------------------------------------------------------------------------*/
.block-search {
	display: none;
}
.ancpos {
	display: block;
	margin-top: -50px;
	padding-top: 50px;
	position: relative;
	z-index: -1;
}
@media screen and (max-width: 768px){
	.ancpos {
		margin-top: 0;
		padding-top: 0;
	}
}


/* アンカー
---------------------------------------------------------------------------*/
.tx-anchors {
	min-height: auto;
}
@media screen and (max-width: 768px){
	.tx-anchors {
		min-height: auto;
	}
}


/* NEWS & TOPICS
---------------------------------------------------------------------------*/
.block-topic .inner-base {
	max-width: 1100px;
}
.detail-topic {
	margin-top: 20px;
	padding: 30px 35px 25px;
}
.lst-detail-topic li {
}
.lst-detail-topic li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #0050A0;
}
.lst-detail-topic li.hdl-topic + li {
	border-top: none;
	margin-top: 0;
}
.hdl-topic {
	padding: 15px;
	background-color: #6696C6;
	font-size: .21rem;
	color: #FFFFFF;
	text-align: center;
}
.fig-topic {
	width: 270px;
}
.fig-topic img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
}
.tx-topic {
	width: 740px;
}
.date-topic {
	font-size: .16rem;
}
.ttl-topic {
	margin-top: 10px;
	font-size: .18rem;
	line-height: 180%;
}
.lead-topic {
	font-size: .15rem;
	color: #000000;
	line-height: 180%;
}
.btn-event {
	margin-top: 40px;
}
.btn-event a {
	width: 200px;
	height: 60px;
	margin-left: auto;
	margin-right: 0;
}
@media screen and (max-width: 1024px){
	.tx-topic {
		padding-left: 2vw;
	}
}
@media screen and (max-width: 768px){
	.detail-topic {
		width: 94vw;
		margin: 3vw auto 0;
		padding: 3vw;
	}
	.lst-detail-topic li + li {
		margin-top: 3vw;
		margin-left: 0;
	}
	.hdl-topic {
		padding: 3vw;
	}
	.fig-topic {
		margin-bottom: 3vw;
	}
	.fig-topic img  {
		width: 100%;
		height: 40vw;
	}
	.tx-topic {
		width: 100%;
		padding-left: 0;
	}
	.ttl-topic {
		margin-top: 1vw;
		font-size: 4.5vw;
	}
	.btn-event {
		margin-top: 5vw;
	}
	.btn-event a {
		width: 100%;
		height: 12vw;
	}
}

/* アクティビティ
---------------------------------------------------------------------------*/
.block-activityttl {
	margin-top: 80px;
}
.block-activity .tx-over-bghalf > div {
	background-color: rgba(255, 255, 255, .9);
}
.block-activity .tx-over-bghalf {
	left: calc(50% - 550px);
}
@media screen and (max-width: 1024px){
	.block-activity .tx-over-bghalf {
		left: 2vw;
	}
}
@media screen and (max-width: 768px){
	.block-activityttl {
		margin-top: 8vw;
	}
	.block-activity .tx-over-bghalf {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		padding: 18vw 0 0;
	}
}


/* 観光スポット
---------------------------------------------------------------------------*/
.block-tourismspot {
	margin-bottom: 60px;
}
/* 地図 */
.box-gmap iframe {
	width: 100%;
	height: 440px;
}
.box-gmap + .box-btn {
	margin-top: 40px;
}
.box-gmap + .box-btn a {
	margin: 0 auto;
}
.box-addr {
	margin-top: 40px;
}
.box-addr .logo {
	margin-right: 30px;
}
@media screen and (max-width: 768px){
	.block-tourismspot {
		margin-bottom: 8vw;
	}
	.box-gmap iframe {
		height: 70vw;
	}
	.box-gmap + .box-btn {
		margin-top: 5vw;
	}
	.box-addr {
		margin-top: 5vw;
		text-align: center;
	}
	.box-addr .logo {
		margin-right: 0;
		margin-bottom: 3vw;
	}
}


/* pickup
---------------------------------------------------------------------------*/
.btns-spots {
	margin-top: 30px;
}
.btns-spots li + li {
	margin-left: 20px;
}
.btns-spots a {
	width: 240px;
	height: 60px;
}
.tx-over-bghalf {
	background-color: transparent;
}
.tx-over-bghalf > div {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}
.tx-over-bghalf > div::before,
.tx-over-bghalf > div::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background-color: rgba(255, 255, 255, .7);
}
.tx-over-bghalf > div::before {
	top: -12px;
}
.tx-over-bghalf > div::after {
	bottom: -12px;
}
@media screen and (max-width: 768px){
	.btns-spots {
		margin-top: 5vw;
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.btns-spots li {
		width: 49%;
	}
	.btns-spots li + li {
		margin-left: 2%;
	}
	.btns-spots a {
		width: 100%;
		height: 12vw;
	}
	.tx-over-bghalf {
		padding: 18vw 0 0 0;
	}
	.num-pick {
		top: -14vw;
		left: 3vw;
		right: auto;
	}
}


/* 各スポット
---------------------------------------------------------------------------*/
.block-eachspots.nomar {
	padding-bottom: 0;
}
.lst-eachspots > li {
	width: 490px;
	margin-bottom: 0;
}
.lst-eachspots.bdr {
	margin-bottom: 50px;
	border-bottom: 1px dotted #0050A0;
}
.name-spot {
	margin-bottom: 0;
}
.time-spot {
	margin-bottom: 15px;
}
.lst-eachspots .btns-spots {
	margin-top: 20px;
}
.lead-spot {
	margin-top: 15px;
	line-height: 180%;
}
.lst-eachspots .btns-spots a {
	width: 233px;
}
.lst-eachspots > li:nth-child(2){
	margin-left: 20px;
}
@media screen and (max-width: 768px){
	.lst-eachspots > li:nth-child(2){
		margin-left: 7px;
	}
}
@media screen and (max-width: 768px){
	.block-eachspots.nomar {
		padding-bottom: 3vw;
	}
	.name-spot {
		font-size: 5vw;
		letter-spacing: -.02em;
	}
	.lst-eachspots.bdr {
		margin-bottom: 3vw;
	}
	.lst-eachspots li {
		width: 49%;
		margin-bottom: 3vw;
	}
	.time-spot {
		margin-bottom: 3vw;
	}
	.lead-spot {
		margin-top: 3vw;
	}
	.lst-eachspots .btns-spots {
		margin-top: 3vw;
		padding-left: 0;
		padding-right: 0;
	}
	.lst-eachspots .btns-spots a {
		width: 100%;
	}
}

/* グルメスポット
---------------------------------------------------------------------------*/
.block-gourmetspot {
	margin-bottom: 0;
}


/* 交通お役立ちリンク
---------------------------------------------------------------------------*/
.box-links .th-tbl {
	width: 30%;
}
.box-links .td-tbl {
	width: 70%;
	word-wrap: break-word;
}










