/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2026 | 04:27:14 */
.page-id-53 body {
	position:relative;
}
.page-wrap {
	position:absolute;
	width:100vw;
	height:auto;
	overflow-x:hidden;
	top:0px;
	left:0px;
	z-index:1000;
}
.page-wrap-bg{
	background-image: url("img/building-exterior.webp");
	background-repeat: no-repeat;
	background-size: cover;
}



.topics {
	position:absolute;
	width:100vw;
	height:auto;
	left:0px;
	bottom:0px;
	padding-left:10px;
	padding-right:10px;
	background-color:#333333cc;
	z-index:1;
}
.topics p{
	color:#ffffff;
	text-align:left;
}
.topics-title{
	font-size:3.0rem;
}
.topics-date{
	font-size:1.8rem;
}
.topics-text{
	font-size:2.5rem;
}
.page-info{
	position:absolute;
	width:100vw;
	height:auto;
	top:0px;
	left:0px;
	padding-top:20px;
	padding-bottom:20px;
	z-index:1;
}
.spacer {
	width:100px;
	height:30px;
}
.flex-box-center {
	display:flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: center;
	margin:0 auto;
	padding:30px;
	gap: 30px;
	z-index:3;
}
.flex-box-center img {
	display:block;
}
.flex-box-bg{
	background-color:#d3d3d3;
}
.flex-box-bg:hover{
	background-image: url("img/sakura.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




/* googleのwebフォント『しっぽり明朝』を使用 */
/* 特定の箇所だけ、このフォントを適用したい時は、このクラスを使う */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* imgタグ用、主にサムネイルの画像サイズ調整 */
.marukado {
	border-radius: 50px;
}

/* レスポンシブ対応 */
/* スマホ表示時 */
@media (max-width: 768px) {
	.box-left{
		width:100vw;
		height:auto;
	}
	.box-right{
		width:100vw;
		height:auto;
	}
	.box3set{
		width:100vw;
		height:auto;
	}
}

/* PC表示用 */
@media (min-width: 769px) {
	.box-left{
		width:40vw;
		height:auto;
	}
	.box-right{
		width:50vw;
		height:auto;
	}
	.box3set{
		width:30vw;
		height:auto;
	}
}

.box3set h3{
	text-align:center;
	font-size:2.0rem;
}
.box3set p span{
	text-align:left;
	display:inline-block;
	font-size:1.6rem;
	text-indent:1.6rem;
}


.bg-black{
	background-color:#000000;
}
.bg-black p{
	color:#ffffff;
	text-align:center;
}

