@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

.header {
	background-color: #fff;
}
.header .n-site-desc {
	padding: 10px;
	font-size: 13px;
	text-align: center;
	background-color: #d2c6c5;
}
.header .n-site-name {
	text-align: center;
	padding: 20px;
}

.header .n-site-name a{
	max-width: 100px;
	width: 100%;
	display: block;
	margin-inline: auto;
}
.header .g-menu {
	display: flex;
	justify-content: center;
	border:#15897F solid 2px;
	border-left: 0;
	border-right: 0;
}
.header .g-menu .item{
	width: 120px;
}
.header .g-menu .item>a,
.header .g-menu .item>div{
	padding: 10px 3px;
	display: block;
	text-align: center;
	border-left:#15897F solid 2px;
	color: #928a89;
	font-size: 13px;
	line-height: 1.3em;
	height: 100%;
}

.header .g-menu .item>a:hover,
.header .g-menu .item>div:hover{
	background-color:rgb(254 243 238);
}

.header .g-menu .item:last-child>a{
	border-right: #15897F solid 2px;
}

.header .g-menu   .icon-img {
	text-align: center;
	height: 30px;
	width: 30px;
	margin: 0 auto;
}
.header .g-menu   .icon-img img{
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.header .g-menu span {
	color:#121212;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 10px;
}


.character-wrap{
	box-sizing: border-box;
	display: flex;
	background-color: #fff;
	padding: 10px;
}
.character-wrap .img{
	width: 80px;
}
.character-wrap .img img{
	width: 100%;
}
.character-wrap .img .name{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.character-wrap .news{
	width: calc(100% - 100px);]

}

.character-wrap .news .fukidashi{
	margin: 20px;
	position: relative;
	background-color: #fff6fd;
	border-radius: 20px;
	padding: 20px;
	font-size: 13px;
	font-family: "Sawarabi Mincho";
}

.character-wrap .news .fukidashi::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #fff6fd transparent transparent;
	position: absolute;
	left: -10px;
	top: 20px;
}

.character-wrap .news .fukidashi a{
	color: deeppink;
	font-weight: bold;
	text-decoration: underline;
}
.sub-navi{
	margin-bottom: 20px;
}
.sub-navi li{
	font-size: 13px;
	padding: 8px;
	border-bottom: 1px solid #eee;
}
.sub-navi li a{
	display: block;
}
.sub-banner .item img{
	width: 100%;
}
.g-menu-wrap{
	position: relative;
}
.nav-itsumon img{
	width: 100%;
}
.nav-itsumon{
	position: absolute;
	width: 55px;
	right: 26px;
	top: -44px;
}

.header .g-menu .item.itsumon{
	display: none;

}
.header .g-menu .item.itsumon img{
	width: 50px;
	padding-top: 12px;

}

/*
.header .g-menu .item:last-child>a {
border-right: 1px solid #ccc;
}
.header .g-menu .item:nth-child(12),
.header .g-menu .item:nth-child(13),
.header .g-menu .item:nth-child(14)
{
display: none;
}
*/
.only-sp{
	display: none;
}
.only-pc{
	display: block;
}

@media (max-width: 576px) {
	.only-pc{
		display: none;
	}
	.only-sp{
		display: block;
	}

	.header .g-menu .item.itsumon{
		display: block;
	}
	.nav-itsumon{
		display: none;
	}
	.n-site-name img{
		width: 100%;
	}

	.header .g-menu-wrap {
		z-index: 100;
		background-color: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.header .g-menu-wrap {
		/* white-space: nowrap; */
		white-space: normal;
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		padding: 10px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.header .g-menu {
		justify-content: left;
		border: 0;
	}


	.header .g-menu .item:last-child>a {
		border-right: 0;
	}
	.header .g-menu .item:first-child>a {
		border-left: 0;
	}
	.header .g-menu .item {
		width: 110px;
	}
	.header .g-menu .item>a, .header .g-menu .item>div {
		padding: 10px;
		width: 110px;
	}

	/*
	.header .g-menu .item:last-child(10)>a {
	border-right: none;
}*/


}