<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: SibaJapan
Theme URI: xxxxx
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

@media screen and (min-width: 751px) {
	.gNavi-list__item a.disabled {
		pointer-events: none;
	}
}
.footer .footer-list-menu h3 {
	color: #FFF;
}

a.zoomPic-underline figure img {
	width: 100%;
	aspect-ratio: 35/24;
	object-fit: cover;
}
.attractions-list__item figure img,
.restaurants-list__item figure img,
.shopping-list__item figure img,
.blog-list__item figure img {
	width: 100%;
	aspect-ratio: 35/24;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	.blog-list__item--content .tit {
		width: 100%;
	}
}

.restaurants-blog__item--link figure {
	width: 28.5%;
}
@media screen and (max-width: 750px) {
	.restaurants-blog__item--link figure {
		width: 21.4rem;
	}
	.restaurants-blog__item--link .restaurants-blog__item--content {
		width: 39rem;
	}
}

.ranking-list__item a.zoomPic-underline figure img {
	width: 100%;
	aspect-ratio: 7/6;
	object-fit: cover;
}
.asideAttractions-list__item a.zoomPic-underline figure img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
aside .asideAttractions {
	min-height: unset;
	margin-bottom: 0;
}
aside .feature,
aside .ranking,
aside .tags {
	margin-bottom: 0;
}
aside .feature:last-child {
    position: sticky;
    top: 0;
}
@media screen and (max-width: 750px) {
	aside .asideAttractions,
	aside .feature,
	aside .ranking,
	aside .tags {
		margin-bottom: 0;
	}
}

aside .sideblock + .sideblock {
	margin-top: 5.6rem;
}
@media screen and (max-width: 750px) {
	aside .sideblock + .sideblock {
		margin-top: 9.7rem;
	}
}

.ranking-list__item:last-child {
	padding-bottom: 0;
}
.ranking-list__item .num {
	background-color: #FFF;
}
.feature-list__item a:hover {
	transition: all .3s ease;
	opacity: 0.8;
}

#detail .attractions {
	margin-top: 4.5rem;
}
#detail .detail_label {
	flex-wrap: wrap;
}

#detail .history__content p {
	font-size: 1.6rem;
	line-height: 1.625;
	color: #000;
	font-weight: 400;
	/* text-align: justify; */
}
#detail .history__content figure.larg figcaption {
	font-size: 1.3rem;
	line-height: 1.5384615385;
	font-weight: 400;
	color: #000;
	margin-top: 1rem;
}
@media screen and (max-width: 750px) {
	#detail .history__content p {
		font-size: 2.8rem;
		line-height: 1.7857142857;
	}
	#detail .history__content figure.larg figcaption {
		font-size: 1.6rem;
	}
}

.box-video {
	width: 90%;
	margin: 3.3rem auto 0;
}
.box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 750px) {
	.box-video {
		width: 100%;
		margin-top: 3rem;
	}
}

#detail .history__content figure.larg + p,
#detail .history__list + p,
#detail .box-video + p {
	margin-top: 2rem;
}

@media only screen and (min-width: 751px) {
	#detail .history__list {
		justify-content: stretch;
	}
	#detail .history__list-item figure {
		height: 100%;
	}
	#detail .history__list-item figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

#detail .spot-info {
	background: #F7F7F7;
	padding: 1.5em;
	margin-top: 3.3rem;
}
#detail .spot-info .c-title__name {
	font-size: 2.4rem;
}
#detail .spot-info .freetable {
	margin-top: 1.5em;
}
#detail .spot-info .freetable dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#detail .spot-info .freetable dl + dl {
    margin-top: 1rem;
}
@media only screen and (max-width: 750px) {
    #detail .spot-info .freetable dl + dl {
        margin-top: 0;   
    }
}
#detail .spot-info .freetable dl:last-child {
	/*border-bottom: 1px solid #E7E7E7;*/
}
#detail .spot-info .freetable dl dt {
	width: 35%;
	font-family: "Mitr", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}
#detail .spot-info .freetable dl dd {
	width: 65%;
}
#detail .spot-info .freetable a {
	transition: opacity 0.3s ease-in-out;
}
#detail .spot-info .freetable a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
#detail .spot-info .access {
	width: 100%;
	margin: 1.5em auto 0;
}
#detail .spot-info .access .gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#detail .spot-info .access .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 750px) {
	#detail .spot-info {
		margin-top: 3rem;
	}
	#detail .spot-info .c-title__name {
		font-size: 3rem;
	}
	#detail .history__content .spot-info p {
		font-size: 2.4rem;
	}
	#detail .spot-info .freetable dl {
		padding: 1em 1em;
	}
	#detail .spot-info .freetable dl dt {
		width: 100%;
		font-size: 2.4rem;
	}
	#detail .spot-info .freetable dl dd {
		width: 100%;
		margin-top: 0.25em;
		padding-left: 0;
	}
}

#detail .cta-button {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
#detail .cta-button .btn {
	width: 90%;
	min-height: 7.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F76A18;
	border-radius: 7px;
	transition: all .3s ease-in-out;
	position: relative;
}
#detail .cta-button .btn:hover {
	opacity: 0.8;
}
#detail .cta-button .btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.5rem;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.9rem 0 0.9rem 1.8rem;
	border-color: transparent transparent transparent #FFF;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 1;
}
#detail .cta-button .btn .text {
	color: #FFF;
	font-family: "Mitr", sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
}

#detail.cat-area .blog {
	margin-top: 4.5rem !important;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
	padding: 0 !important;
}
#sb_instagram #sbi_images {
	gap: 5px;
	padding-top: 0;
}
#sb_instagram #sbi_images .sbi_item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	aspect-ratio: 1/1;
}
#sb_instagram #sbi_images .sbi_item:hover {
    opacity: 0.8;
}
#sb_instagram .sbi_photo_wrap {
	height: 100%;
}
#sb_instagram .sbi_photo {
	height: 100%;
}</pre></body></html>