html{
	scroll-behavior: smooth;
}
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	header{
		height: 90%;
	}
	.gallery-box {
		position: relative;
		width: 200px;
		height: 250px;
		overflow: hidden;
	}
	.gallery-box img {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		width: auto;
		max-width: none;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.gallery-box img.portrait {
		width: 100%;
		height: auto;
	}
}
svg {
	overflow: unset;
	vertical-align: unset;
}
footer .payment-text{
	font-size: 90%;
	text-align: center;
	margin: 8px 0;
}

/*excerpt*/
.article-excerpt {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height:1.5em;
	max-height: calc(3*1.5em); /* number of lines to show */
	display:-moz-box;
	-moz-line-clamp: 3; /* number of lines to show */
	box-orient: vertical;
}

.no-article{
	padding:5% 0% 5% 0%;
	text-align: center;
}
.tag-box .tag-cloud-link{
	font-size: 8pt !important;
	display: inline-block;
	text-align: center;
	background: #f6f4f5;
	padding: 1px 15px 1px 15px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
	margin: 5px;
}

.tag-box .tag-cloud-link{
	display: block;
}

.tag-box a:hover {
	opacity: 0.75 ;
	text-decoration: none;
}

.wp-pagenavi .extend:before {
	content: "...";
}
.blog-logo{
	width: 90% !important;
}
.top-article-title-excerpt {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height:1.5em;
	max-height: calc(1*1.5em); /* number of lines to show */
	display:-moz-box;
	-moz-line-clamp: 1; /* number of lines to show */
	box-orient: vertical;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.gallery-box.lastChild{
		display: none;
	}
	.front-page #gallery .gallery-img-wrap .gallery-box {
		margin: 0.5% 0.5%;
	}
	.gallery-box {
		position: relative;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}
	.gallery-box img {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		max-width: unset;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.gallery-box img.portrait {
		width: 100%;
		height: auto;
	}

	.blog-common .wp-pagenavi{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		list-style-type: none;
	}
	.blog-common .wp-pagenavi a,.blog-common .wp-pagenavi span{
		background: #f6f4f5;
		border-radius: 100%;
		text-align: center;
		box-sizing: border-box;
		padding: 3px 9px;
		margin: 0 5px;
	}

	.blog-common .wp-pagenavi .current{
		background: #918b82;
		color: #fff;
	}

	.blog-common .wp-pagenavi a{
		display: block;
		font-weight: bold;
	}

	.blog-common .wp-pagenavi a:hover{
		text-decoration: none;
	}

	.blog-common .wp-pagenavi .previouspostslink,
	.blog-common .wp-pagenavi .nextpostslink{
		background: none;
	}
	.blog-common .tag-box{
		max-width: 700px;
		width: 100%;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px auto;
	}
	.blog-common .tag-box a{
		padding: 7px 10px;
	}
	/*excerpt*/
	.article-title-excerpt {
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height:1.5em;
		max-height: calc(1*1.5em); /* number of lines to show */
		display:-moz-box;
		-moz-line-clamp: 1; /* number of lines to show */
		box-orient: vertical;
	}
}
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.blog-common .wp-pagenavi{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		list-style-type: none;
	}

	.blog-common .wp-pagenavi a,.blog-common .wp-pagenavi span{
		background: #f6f4f5;
		border-radius: 100%;
		text-align: center;
		box-sizing: border-box;
		padding: 3px 9px;
		margin: 0 5px;
	}

	.blog-common .wp-pagenavi .current{
		background: #918b82;
		color: #fff;
	}

	.blog-common .wp-pagenavi a{
		display: block;
		font-weight: bold;
	}

	.blog-common .wp-pagenavi a:hover{
		text-decoration: none;
	}

	.blog-common .wp-pagenavi .previouspostslink,
	.blog-common .wp-pagenavi .nextpostslink{
		background: none;
	}
	.blog-common .tag-box{
		max-width: 700px;
		width: 100%;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 50px auto;
	}
	/*excerpt*/
	.article-title-excerpt {
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height:1.5em;
		max-height: calc(2*1.5em); /* number of lines to show */
		display:-moz-box;
		-moz-line-clamp: 2; /* number of lines to show */
		box-orient: vertical;
	}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	.front-page #gallery .gallery-img-wrap .gallery-box {
		margin: 0.5% 0%;
	}
}

.breadcrumbs ol li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
}

.breadcrumbs ol li:before {
	/* liの前に記号追加 */
	content: " > ";
}

.breadcrumbs ol li:first-child:before {
	/* 最初のliだけcontentを消す */
	content:"";
}