/* はなえむの樹 今日のひとこと */
.random-a-word {
	writing-mode:vertical-rl;
	text-orientation: upright;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
	text-align: start;
	padding: 15px 25px;
	background: #c1e4e98A;
	border-radius: 20px;
}

.a-word-content {
	line-height: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.a-word-content p {
	color: #615D5D;
	font-size: 20px;
	font-weight: 400;
	text-align: start;
	letter-spacing: 1.2px;
}

.a-word-content span {
	font-size: 16px;
	font-weight: 400;
	margin-top: auto;
	text-align: end;
	letter-spacing: 1.2px;
}

/* 背景 */
.top-img-top {
	position: relative;
}

.a-word-box {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	top: 5%;
	left: 10%;
}

.top-img-top-text {
	position: absolute;
	top: 60%;
	left: 0%;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
}

.guide-beer {
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}

.watage-1,
.watage-2,
.watage-3 {
	position: absolute;
	width: 5%;
}

.watage-1 {
	top: 73%;
	left: 45%;
}

.watage-2 {
	top: 85%;
	left: 30%;
}

.watage-3 {
	top: 70%;
	left: 10%;
}

.hanaeme-map-txt {
	white-space: nowrap;
}

.top-img-bottom {
	position: relative;
}

.hanaemu-ki,
.torisetsu,
.map,
.michikusa,
.otomana,
.oshigoto,
.omise {
	position: absolute;
	width: 20%;
	max-width: 250px;
}

.hanaemu-ki {
	top: 3%;
	left: 11%;
}

.torisetsu {
	top: 17%;
	left: 40%;
}

.map {
	top: 35%;
	left: 38%;
}

.michikusa {
	top: 30%;
	left: 65%;
}

.otomana {
	top: 29%;
	left: 0%;
}

.oshigoto {
	top: 59%;
	left: 62%;
}

.omise {
	top: 50%;
	left: 30%;
}



/* Pick Up*/
.column-for-top-title {
	white-space: nowrap;
}

.hot-post-content{
	max-width: none;
	display: flex;
	align-items: center;
	height: 450px;
	margin-bottom: 100px;
}

.hot-post-list {
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
	display: flex;
	gap: 30px;
}

.hot-post-card {
	width: 300px;
	height: 430px;
	box-shadow: 3px 5px 5px #ccc;
	border-radius: 5px;
	background-color: #fff;
	flex: 0 0 auto;
	margin-left: 30px;
}

.hot-post-card a {
	height: 100%;
}

.hot-post-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
	height: 100%;
}

.hot-post-thumbnail {
	width: 100%;
	aspect-ratio: 3/2;
	flex-shrink: 0;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.hot-post-thumbnail img {
    width: 100%;
	height: 100%;
	object-fit: cover;
    display: block;
}

.hot-post-text {
	flex-grow: 1;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	color: #000;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
	letter-spacing: 1.2px;
}

.hot-post-type {
	font-size: 18px;
	height: 45px;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
}

.hot-post-title {
	font-size: 22px;
	height: 95px;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
}

.hot-post-tag {
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.all-tag-links-wrap {
	max-height: 100px;
	overflow: hidden;
}

.all-tag-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.all-tag-links a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-weight: bold;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
}

/*広告*/
.ads-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	gap: 40px 30px;
}

.ads-card {
	display: flex;
	width: 100%;
	aspect-ratio: 3/2;
	align-items: center;
	justify-content: left;
	overflow: hidden;
	border: solid 1px #c2c2c2
}

.ads-card a,
.ads-card img {
	width: 100%;
	height: auto;
	display: block;
}

.ads-card a {
	text-decoration: none;
	color: #000;
}

.ads-card:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.ads-content {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:767px) {
	/* メニューバー */
	.top-menu-bar {
		position: relative;
		text-align: center;
		transition: all 0.3s ease-in-out;
		z-index: 1000;
	}

	.top-menu-bar.sticky {
		position: fixed;
		bottom: 0;
		left:0;
	}

	.top-img-top-sp {
		position: relative;
	}

	.top-img-top-text {
		top: 60%;
	}

	/* 今日のひとこと */
	.a-word-box-sp {
		position: absolute;
		top: 3%;
		left: 5%;
	}

	.a-word-content {
		line-height: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.random-a-word {
		padding: 20px 15px;
		background: rgba(255, 255, 255, 0.8);
	}

	.a-word-content p {
		color: #615D5D;
		font-size: 1em;
		font-weight: 400;
		text-align: start;
		text-shadow: 3px 5px 5px #fff;
	}

	.a-word-content span {
		font-size: 0.7em;
		font-weight: 400;
		margin-top: auto;
		text-align: end;
	}

	/* 背景 */
	.top-img-bottom-sp {
		position: relative;
	}

	.hanaemu-ki-sp,
	.torisetsu-sp,
	.michikusa-sp,
	.map-sp,
	.otomana-sp,
	.omise-sp,
	.oshigoto-sp {
		position: absolute;
		width: 30%;
		animation-duration: 5s;
	}

	.hanaemu-ki-sp {
		top: 6%;
		left: 60%;
	}

	.torisetsu-sp {
		top: 14%;
		left: 65%;
	}

	.michikusa-sp {
		top: 22%;
		left: 8%;
	}

	.map-sp {
		top: 36%;
		left: 55%;
	}

	.otomana-sp {
		top: 50%;
		left: 12%;
	}

	.omise-sp {
		top: 62%;
		left: 41%;
	}

	.oshigoto-sp {
		top: 82%;
		left: 60%;
	}

	.watage-sp-1,
	.watage-sp-2,
	.watage-sp-3 {
		position: absolute;
	}

	.watage-sp-1 {
		top: 78%;
		left: 85%;
	}

	.watage-sp-2 {
		top: 82%;
		left: 15%;
	}

	.watage-sp-3 {
		top: 90%;
		left: 60%;
	}

	/* PickUpNews */
	.hot-post-content {
		height: 200px !important;
	}

	.hot-post-card {
		width: 300px;
		height: 120px
	}

	.hot-post-item {
		flex-direction: row;
	}

	.hot-post-thumbnail {
		width: 30%;
		height: auto;
		flex-shrink: 0;
		overflow: hidden;
	}

	.hot-post-thumbnail img {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.hot-post-text {
		width: 70%;
		padding: 5px 10px;
		font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic Antique", "sans-serif";
	}

	.hot-post-type {
		font-size: 12px;
		color: #000;
		font-weight: 400;
		margin: 0;
		height: 20px;
	}

	.hot-post-title {
		font-size: 16px;
		color: #000;
		font-weight: 600;
		margin: 0;
		height: 40px;
		font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic Antique", "sans-serif";
	}

	.hot-post-tag {
		height: 40px;
	}

	.all-tag-links-wrap {
		max-height: 250px;
	}

	.all-tag-links a {
		padding: 5px 10px;
		font-size: 14px;
	}
}