<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
					Guide
----------------------------------------------*/

.main-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.filter {
	width: 100%;
}

.guide-list-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.guide-list-main:after {
	content: "";
	width: calc(100% / 3);
	display: block;
}

.guide-list-item {
	width: calc(100% / 3);
	padding: 10px;
	margin-bottom: 0px;
	background: url(/wp-content/themes/an-Child-Theme/assets/plan-item-bg.jpg);
	background-repeat: repeat;
	background-blend-mode: overlay;
	background-size: auto;
	background-color: rgb(255 255 255 / 50%);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: all 0.3s;
}

.guide-list-item:nth-child(even) {
	background-color: rgb(255 255 255 / 75%);
	;
}

.guide-item-left {
	width: 35%;
}

.guide-item-right {
	width: 65%;
	padding: 0 0 0 5px;
	position: relative;
}

.guide-item-right .guide-area-wrap {
	line-height: 1;
}

.guide-item-right .guide-icon-wrap {
	display: block;
	position: relative;
	width: 45%;
}

.guide-item-right .guide-icon-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.guide-img-wrap img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin-bottom: 5px;
}

.guide-list-tag {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	position: absolute;
	top: -22px;
	left: 0;
	margin: 0 auto;
}

.guide-list-tag li {
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.guide-area {
	background-color: #ab50ab;
}

.guide-genre {
	background-color: #830900;
}

.guide-box-top {
	display: flex;
}

.guide-name-wrap {
	width: 55%;
	min-width: 120px;
}

.guide-item-right .guide-area-wrap {
	line-height: 1;
}

.guide-item-right .guide-icon-wrap {
	display: block;
	position: relative;
	width: 45%;
}

.guide-item-right .guide-icon-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.guide-name {
	margin-bottom: 5px;
}

.guide-title {
	font-weight: 700 !important;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.guide-comment {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	margin-top: 5px;
}

.no-rating {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}

.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
	content: '\2605\2605\2605\2605\2605';
}

.star5_rating:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
	width: 100%;
}

/* æ˜Ÿ5 */
.star5_rating[data-rate="4.5"]:after {
	width: 90%;
}

/* æ˜Ÿ4.5 */
.star5_rating[data-rate="4"]:after {
	width: 80%;
}

/* æ˜Ÿ4 */
.star5_rating[data-rate="3.5"]:after {
	width: 70%;
}

/* æ˜Ÿ3.5 */
.star5_rating[data-rate="3"]:after {
	width: 60%;
}

/* æ˜Ÿ3 */
.star5_rating[data-rate="2.5"]:after {
	width: 50%;
}

/* æ˜Ÿ2.5 */
.star5_rating[data-rate="2"]:after {
	width: 40%;
}

/* æ˜Ÿ2 */
.star5_rating[data-rate="1.5"]:after {
	width: 30%;
}

/* æ˜Ÿ1.5 */
.star5_rating[data-rate="1"]:after {
	width: 20%;
}

/* æ˜Ÿ1 */
.star5_rating[data-rate="0.5"]:after {
	width: 10%;
}

/* æ˜Ÿ0.5 */
.star5_rating[data-rate="0"]:after {
	width: 0%;
}

/* æ˜Ÿ0 */


/*---------------------------------------------
			collaborator        
----------------------------------------------*/
.collaborators-hp-link {
	display: block;
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: #7a4171;
	color: #fff;
	border-radius: 3px;
	margin-top: 10px;
	line-height: 1;
}

.collaborators-sns {
	list-style: none;
	padding: 0;
	margin: 10px auto 0;
	display: flex;
}

.collaborators-sns li {
	width: 30px;
}

.collaborators-sns i {
	font-size: 24px;
}

.fa-facebook-square {
	color: #3b5998;
}

.fa-twitter-square {
	color: #00acee;
}

.fa-instagram-square {
	color: #3f729b;
}

.guide-form-wrap {
	max-width: 100%;
	width: 500px;
	margin: 0 auto;
}

.guide-form-wrap .guide-list-item {
	width: 100%;
	margin: 0 auto 30px;
	background-color: #fff;
}

/*---------------------------------------------

					PC

----------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1360px) {}

/*---------------------------------------------

					Tablet

----------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.guide-list-main {
		width: calc(100% - 2) !important;
	}

	.guide-list-item {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}

	.guide-list-main:after {
		width: calc(100% / 2 - 5px);
	}

	.guide-img-wrap img {
		height: 120px;
	}

}

/*---------------------------------------------

					Mobile

----------------------------------------------*/
@media only screen and (max-width: 767px) {

	#sidebar {
		width: 100%;
		margin-bottom: 50px;
	}

	.guide-list-main {
		width: 100%;
	}

	.guide-list-item {
		width: 100%;
		margin-bottom: 0;
	}

	.guide-title {
		font-size: 12px;
	}

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