@charset "UTF-8";
/* Base Css Overwrite */


/* ==================================================
Page Head Custom
================================================== */
#page-head {}


/* ==================================================
Page Body
================================================== */
.news-block .flex {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
    width: 100%;
}

.marmot img {
	width: 90%;
}
.marmot .circleimg {
	width: 20%;
	margin-left:10px;
}

.logo {
	width: 40%;
	margin:0 auto;
}

.thumbs {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
	gap:10px;
    width: 38%;
}


.area-title {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding: 0 30px;
}


.itemGlp{
width: 20%;
margin-inline: auto;
}

/* SP用 */
@media screen and (max-width: 480px) {

.marmot .circleimg {
	width: 30%;
}
.thumbs {
	gap:5px;
    width: 42%;
}

}

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

	.news-block .flex {
		column-gap: 12px;
		width: 95%;
	}

	



}