@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/

.info_thumbnail {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.info_slide {
	width: calc(100% - 0px);
	height: 350px;
	padding: 0px;
	margin-top: 0px 0px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/02/info_background01.jpg") no-repeat bottom center;
	background-size: cover;
}

.info_slide::after {
	padding: 0px;
	margin: 0px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#000 0%, transparent 15%), radial-gradient(#000 0%, transparent 15%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.info_slide p span {
	width: calc(100% - 0px);
	position: relative;
	top: 280px;
	left: 80px;
	color: #fff;
	font-size: 50px;
	text-align: left;
	letter-spacing: 0.1em;
	font-variant-ligatures: none;
	font-weight: 900;
	z-index: 1;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	transform: translate(-50%, -50%);
	display: block;
}

.info_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.info_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.info_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.info_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}

.info_bbox01 {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 0px;
	padding-bottom: 20px;
}

.info_sbox01 {
	float: left;
	width: calc(100% - 120px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.info_img {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding: 0px;
}


ul.info_img2 {
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-bottom: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align: center;
}
 
ul.info_img2 li {
	width: calc(100% / 3 - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}


.info_title{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 36px;
	line-height: 160%;
	color: #777;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 500;
	border-bottom: solid 1px #ccc;
}

.info_text_box {
	width: calc(90% - 0px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
}

.info_text {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	line-height: 2;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.info_slide {
	width: calc(100% - 0px);
	height: 200px;
	padding: 0px;
	margin-top: 0px 0px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/02/info_background01.jpg") no-repeat bottom center;
	background-size: cover;
}
	
.info_slide p span {
	width: calc(100% - 0px);
	position: relative;
	top: 130px;
	left: 30px;
	color: #fff;
	font-size: 30px;
	text-align: left;
	letter-spacing: 0.1em;
	font-variant-ligatures: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 900;
	z-index: 1;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	transform: translate(-50%, -50%);
	display: block;
}

	
}