<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.desc .red {
	text-indent: -1em;
	padding-left: 1em;
	color: #D20003;
	line-height: 1.6;
}
#descBox {
	padding: 20px;
	border: #3ea6b2 solid 2px;
	border-radius: 15px;
}
#descBox dt {
	font-size: 24px;
	color: #3ea6b2;
	padding-bottom: 0.5em;
	text-align: center;
}
#descBox dd {
	font-size: 18px;
}
#introBox .snsBox {
	justify-content: flex-end;
	gap:0px 10px;
}
.addBox dl.more {
	background-color: #fbf7d7;
	padding: 15px 30px;
	margin: 0 5%;
}
.addBox dl.more dt {
	font-size: 17px;
}
.addBox dl.more dd {
	font-size: 15px;
}
#spot {}
#single #spot h3 {
	font-size: 34px;
	padding: 0;
    color: #fff;
    text-align: center;
    background-color: #e95b71;
	line-height: 2.4em;
	height: 2.4em;
    margin-bottom: 40px;
	position: relative;
	
}
#single #spot h3::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 40px;
	border-top: #e95b71 solid 40px;
	border-left: transparent solid 30px;
	border-right: transparent solid 30px;
}
#spot .mapBox {}
#spot .btPdf {
	display: block;
	background-color: #eaeae2;
	text-align: center;
	font-size: 22px;
	width: 100%;
	position: relative;
	line-height: 3em;
	height: 3em;
}
#spot .btPdf::before {
	content: "　";
	display: inline-block;
	width: 2em;
	height:3em;
	background-image: url("../img/ico-dl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.6em;
}

#single.oshihamo .addBox .flex .leftBox {
    width: 100%;
    min-height: 4em;
}

@media screen and (max-width : 959px ){

}


@media screen and (max-width : 599px ){
	#descBox dt {
		font-size: 5.9vw;
		font-size: clamp(21px, 5.9vw, 23px);
	}
	#descBox dd {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single #spot h3 {
		font-size: 5vw;

	}
	#spot .btPdf::before {
		position: absolute;
		left: 5%;
		top: 0;
	}
	#spot .btPdf {
		font-size: 4.3vw;
		font-size: clamp(10px, 4.3vw, 17px);
		line-height: 1.2;
		height: auto;
		padding: 0.3em 0;
	}
}
</pre></body></html>