<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sightseeing-vacation {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 3rem;
}

.sightseeing-vacation .img {
	width: 100%;
}

.sightseeing-vacation .info {
	width: 100%;
}

.sightseeing-vacation .info .ttl {
	font-weight: 500;
	display: flex;
	flex-flow: column-reverse;
}

.sightseeing-vacation .info .ttl-ttl1 {
	font-size: 3rem;
	display: block;
	line-height: 1;
}

.sightseeing-vacation .info .ttl-ttl1 .co-ti {
	color: #712272;
}

.sightseeing-vacation .info .ttl-ttl2 {
	font-size: 20px;
	color: #ac832f;
	line-height: 1;
}

.sightseeing-vacation .info .txt {
	margin: 0 0 1.5rem 0;
	letter-spacing: .1em;
	margin-top: 1.5rem;
}

.sightseeing-ise {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-bottom: 5rem;
}

.sightseeing-ise .info .ttl03 {
	font-size: 22px;
	border-bottom: .1rem solid #bbb;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	letter-spacing: .075em;
	line-height: 1;
}

.sightseeing-ise .info .txt {
	text-align: justify;
	margin-bottom: 1rem;
}

.sightseeing-ise .img {
	margin-bottom: 2rem;
}

.sightseeing-lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sightseeing-lst .item {
	margin-bottom: 5rem;
}

.sightseeing-lst .item:last-child {
	margin-bottom: 8rem;
}

.sightseeing-lst .item__ttl {
	font-weight: 500;
	text-align: center;
	border-bottom: .1rem solid #bbb;
	padding: 2rem 0 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 22px;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sightseeing-lst .item__txt {
	text-align: justify;
	margin-bottom: 1.5rem;
}

.wrap_link {
	text-align: right;
	margin-right: 1.7rem;
}

.wrap_link a {
	position: relative;
	margin-left: 3rem;
}

.wrap_link a:first-child {
	margin-left: 0;
}

.wrap_link a.gmap {
	padding-left: 2em;
}

.wrap_link a.gmap:before {
	background: url(../../sightseeing/img/bus.svg) no-repeat center/contain;
	background-size: auto;
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	content: "";
	width: 18px;
	height: 18px;
}

.wrap_link a.gweb {
	padding-left: 1.5em;
}

.wrap_link a.gweb:before {
	background: url(../../sightseeing/img/blank.svg) no-repeat center/contain;
	background-size: auto;
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	content: "";
	width: 17px;
	height: 18px;
}

.wrap_link a:after {
	background: url(../../sightseeing/img/next.svg) no-repeat center/contain;
	background-size: auto;
	position: absolute;
	right: -1.7rem;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1rem;
	height: 1rem;
}

@media (min-width: 601px) {

.sightseeing {
	margin-top: 4.6rem;
}

.sightseeing-vacation {
	margin-bottom: 10rem;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.sightseeing-vacation .img {
	width: 75%;
}

.sightseeing-vacation .info {
	width: 20.5%;
	writing-mode: vertical-lr;
}

.sightseeing-vacation .info .ttl {
	flex-direction: column;
}

.sightseeing-vacation .info .ttl-ttl1 {
	font-size: 5.2rem;
	padding-right: 3rem;
}

.sightseeing-vacation .info .ttl-ttl2 {
	font-size: 2.6rem;
}

.sightseeing-vacation .info .txt {
	padding-right: 3.8rem;
	margin: 0;
	font-size: 1.6rem;
}

.sightseeing-ise {
	margin-bottom: 10rem;
	flex-direction: row;
}

.sightseeing-ise.-toba {
	flex-direction: row-reverse;
}

.sightseeing-ise .info {
	width: 28.8%;
}

.sightseeing-ise .info .ttl03 {
	font-size: 3.2rem;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.sightseeing-ise .info .txt {
	margin-bottom: 3rem;
	letter-spacing: .075em;
	font-size: 1.6rem;
}

.sightseeing-ise .img {
	width: 66.7%;
	margin-bottom: 0;
}

.sightseeing-lst .item {
	width: 45%;
	margin-bottom: 8rem;
}

.sightseeing-lst .item__ttl {
	font-size: 2.6rem;
	padding: 3rem 0 2.5rem;
	margin-bottom: 2rem;
	line-height: 1.3846153846;
}

.sightseeing-lst .item__txt {
	letter-spacing: .075em;
	font-size: 1.6rem;
	margin-bottom: 2.5rem;
}

.wrap_link a {
	font-size: 1.6rem;
	margin-left: 5rem;
}

}

@media (max-width: 600px) {

.sightseeing-vacation .img {
	margin-bottom: 2rem;
}

.sightseeing-vacation .info .ttl-ttl1 {
	margin-top: 15px;
	font-size: 32px;
}

.sightseeing-vacation .info .txt {
	text-align: justify;
}

}

</pre></body></html>