@charset "UTF-8";

/*
.site-spot .cat-links a {
	font-weight:normal;
	color:#fff !important;
	background-color:#b4b4b4;
	border:none;
}
*/

.site-spot .page-wrap{
	padding-top:0;
}

.sub-header {

}

.sub-header h1 {
/*
	background-color:#3293cd;
	margin:0;
	width:100%;
	height:150px;
	overflow:hidden;
	position:relative;
*/
}

.sub-header h1 img {
	width:100%;
	height:100%;
	display:block;
    object-fit: cover;
    object-position: center center;
}

.spot-navigation {
	margin-top:30px;
}

.spot-navigation ul {
	list-style:none;
}

.spot-navigation .d-flex {
	flex-direction:column;
	padding:0;
	gap:3px;
}

.spot-navigation li {
	text-align:center;
}

.spot-navigation > ul > li {
	border:1px solid #000;
	position:relative;

}

.spot-navigation > ul > li > a{
color:#000;
background-color:#fff;
padding:5px 10px;
display:block;

}

.spot-navigation > ul > li > a:hover{
opacity:1;
background: #efefef;

}
.spot-navigation > ul > li > a:active{
opacity:1;
background: #efefef;
}


.spot-navigation > ul > li > a::after {
	font-family: "Font Awesome 6 Free";
	font-weight:bold;
	content: "\f078";
	color:#000;
	margin-left:5px;
}

.spot-navigation > ul > li.active > a::after {
	font-family: "Font Awesome 6 Free";
	font-weight:bold;
	content: "\f077";
	color:#000;
	margin-left:5px;
}

ul.spot-sub-navigation {
	border-top:1px solid #000;
	background-color:#fff;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	width:100%;
	max-height: 0;
	padding: 0;
	opacity:0;
	transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.spot-navigation li.active ul.spot-sub-navigation {
	/* padding:10px 0; */
	opacity:1;
	max-height:500px;
	width:100%;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.spot-navigation li.active ul.spot-sub-navigation li {
	border-bottom:1px solid #efefef;
}


.spot-navigation li.active ul.spot-sub-navigation a {
	padding:10px 20px;
	display:block;
}

ul.spot-sub-navigation span {
	font-size:12px;
}


/* ---------- 一覧ページ -------------- */
.posts-layout .row {
	display:flex;
	flex-wrap:wrap;
}



/* ----------- シングルページ(content-single-spot) ----------- */

.single.site-spot article .d-flex {
	flex-direction:column;
	gap:20px;
}

.subsite-meta {
 font-size:14px;
	margin-top:20px;
	line-height:1.4;
}

.subsite-meta > div {
	display:inline;
	margin:0 5px;
}


.subsite-meta > div.print-link {
	display:none;
}

.subsite-meta .meta-category{
	display:inline;
}

.subsite-meta .meta-category a {
	display: inline-block;
	font-weight: normal;
    color: #fff !important;
    background-color: #b4b4b4;
    border: none;
    line-height: 1.4rem;
    padding: 0 6px;
    border-radius: 3px;
}

.subsite-meta .meta-taxonomy {
	display:inline;
}

.subsite-meta .meta-category h3,
.taiken-meta .meta-taxonomy h3 {
	font-size:14px;
	margin:0;
}

.subsite-meta .print-link {
	display:inline;
}

.subsite-meta .print-link a::before {
/*
	font-family: "Font Awesome 6 Free";
	font-weight:bold;
	content: "\f02f";
	color:#16627E;
	margin-right:5px;
*/
}

.upd-date {
	display:inline;
	font-size:14px;
}

.details {
	/* margin:50px auto; */
	margin:0 auto 50px;
}

.details h2 {
	text-align:center;
}

.details h2::before,
.details h2::after {
	content:"";
	display:inline-block;
	width:30px;
	border-bottom:1px solid #ccc;
	margin:10px;
}

.place-description {
	flex-basis:55%;
}

.place-images {
	flex-basis:45%;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows:max-content;
	gap: 16px;
}

.place-images .entry-thumb {
  grid-column: span 3; /* 横3列分に広がる */
	margin-bottom:0;
}

.place-images .small-thumb {
	font-size:12px;
}

.place-detail dl{
	display:flex;
	flex-wrap:wrap;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.place-detail dt {
	flex-basis:120px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:0 10px;
	background-color:#f4eee2;
	color:#452717;
}

.place-detail dd {
	margin-left:0;
	flex-basis:calc(100% - 120px);
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	word-break: break-all;
	padding:0 10px;

}

.place-detail dd h1 {
	display:none;
}


.access-area .map {
	flex-basis:50%;
}

.access-area .place-detail {
	flex-basis:50%;
}

.nearby-spot h3 {
	font-size: 16px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #f4eee2;
    color: #452717;
    margin-bottom: 10px;
}

/* -------------- サイドバー ------------ */
#secondary, #secondary a:not(.wp-block-button__link){
	color:unset;
}



.pickup {
    margin: 0 0 50px 0;
/*
    border-top: 4px solid #FFD700;
    border-left: 1px solid #ddd;
    border-right: 3px solid #B4B4B4;
    border-bottom: 3px solid #B4B4B4;
    padding: 13px 15px 0px 15px;
*/
}

.pickup h2 {
    /* background-image: url('../images-taiken/title_osu.gif'); */
    background-repeat: no-repeat;
	font-size:18px;
	margin:0;
}

.pickup h3 {
	font-size:16px;
}

.pickup h4 {
	font-size:14px;
	margin:0;
}


.pickup p{
	font-size:14px;
}


.pickup dl{
	display:flex;
	flex-wrap:wrap;
	font-size:14px;
}

.pickup dt {
	flex-basis:40px;
}

.pickup dt:after {
	content:" : ";
}

.pickup dd {
	flex-basis: calc(100% - 40px);
}

.pickup a.btn {
	display:block;
	background-color:#ff6e00;
	color:#fff !important;
	border-radius:5px;
	padding:5px;
	margin:20px auto;
	text-align:center;
	font-weight:bold;
	max-width:140px;
}


.sidebar-category-list h2 {
	font-size:18px;
	margin-bottom:10px;
}


.sidebar-category-list li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}

.sidebar-category-list li:first-of-type{
	border-top:1px dotted #ccc;
}

/* -------------- フッター footer ------------ */



/* ================================
ブレイクポイント
================================== */
@media (min-width: 480px) {

}

@media (min-width: 768px) {
	/* ---- シングルページ ---- */



}

@media (min-width: 1024px) {
	.spot-navigation .d-flex {
		flex-direction:row;
		width:100%;
	}

	.spot-navigation li {
		width:100%;
	}

	.sub-header h1 {
	/*	height:240px; */
	}

/* -- シングルページ */
	.single.site-spot article .d-flex {
		flex-direction:row;
	}
	.single .subsite-meta {
		text-align:center;
	}

	.subsite-meta > div.print-link {
		display:inline;
	}

}


@media (min-width: 1320px) {
	.sub-header h1 {
/*		height:300px; */
	}



}

@media (min-width: 1920px) {
	.sub-header h1 img {
		object-fit:contain;
	}
}

