@charset "UTF-8";

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

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

          General Setting

*****************************************/
.new_movie {
	float: left;
	width: calc(100%  - 0px);
	height: calc(100vh  - 0px);
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
}
	
.new_movie::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;
}

.new_movie .bgImg {
	position: fixed;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 24s infinite;   /* 4画像 × 各5s = 20s */
	z-index: 0;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.new_movie .src1 {
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/01/index_slide01.jpg") repeat center bottom;
	background-size: cover;
	animation-delay  : 0s;
}
.new_movie .src2 {
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/01/index_slide02.jpg") repeat center bottom;
	background-size: cover;
	animation-delay  : 8s;
}
.new_movie .src3 {
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/01/index_slide03.jpg") repeat center bottom;
	background-size: cover;
	animation-delay  : 16s;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
  }
	}

.example {
  position: relative;
  }

.new_movie p {
	position: absolute;
	width: 350px;
	top: 55%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.new_movie img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;

  /* 上下中央寄せ */
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  }



.index_bbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
}

.index_bbox02 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
	color: #fff;
	background: #000087;
}

.index_bbox03 {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 70px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	color: #fff;
	background: #72b300;
}

.index_bbox04 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
	background: #ffe893;
}

.index_bbox05 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 70px 0px;
}

.index_bbox06 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
	background: #ffebf8;
}

.index_sbox01 {
	width: calc(100% - 80px);
	max-width: 870px;
	margin: 50px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 50px;
	padding: 20px 40px;
	color: #333;
	font-size: 24px;
	line-height: 1.8;
	text-align: left;
	background: #fff;
	border-radius: 20px;
}

.index_sbox02 {
	width: calc(100% - 0px);
	max-width: 870px;
	margin: 0px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 30px;
	padding: 0px 0px;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

ul.index_2column {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	padding: 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;
}

ul.index_2column li {
	float: left;
	width: calc(50% - 50px);
	margin: 0px;
	margin-left: 50px;
	padding: 0px 0px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_2column li2 {
	float: left;
	width: calc(60% - 100px);
	margin: 0px;
	padding: 0px 50px;
}

ul.index_3column {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	padding: 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;
}

ul.index_3column li {
	float: left;
	width: calc(100% / 3 - 24px);
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}


ul.index_3column li2 {
	float: left;
	width: calc(100% / 2 - 10px);
	margin: 0px 5px;
	padding: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.index_title30 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
}


.index_title30_2 {
	width: 100%;
	margin: 0px;
	margin-bottom: -20px;
	padding: 0px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
}

.index_title40 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
}

.index_title24 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.8;
	text-align: center;
}

.index_title20 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.8;
}

.index_text_box {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 30px;
	padding: 0px;
}
.index_text {
	display: inline-block;
	max-width: 930px;
	text-align: left;
	line-height: 2;
}


.index_text01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}



.index_img01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.index_class_sbox01 {
	float: left;
	width: calc(100% - 160px);
	margin: 0px 80px 30px 80px;
	padding: 0px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.index_class_img01 {
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding: 0px;
}

.index_class_title01 {
	width: calc(100% - 280px);
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 24px;
	line-height: 1.6;
	color: #000087;
}

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

.index_map {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding: 0px;
	text-align: center;
}

.index_map_google {
	float: left;
	width: calc(100% - 200px);
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 70px;
	padding: 0px;
	text-align: center;
}

.notice_bg { 
	float: left;
	width: calc(100% - 0px);
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: linear-gradient(to right, #fff, #eae6e0);
	border-top: double 3px #eae6e0;
	border-bottom: double 3px #eae6e0;
}

#notice_left {
	float: left;
	width: 70px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

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

#notice_title01 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.7;
	writing-mode: vertical-lr;
	letter-spacing: 0.3em;
}



/* Table */
.home-highschool-table {
	width: 100%;
	max-width: 1000px;
	background: #fff;
}

.home-highschool-table th,
.home-highschool-table td {
	padding: 1px 20px;
}

.home-highschool-table thead th {
	color: #fff;
	background-color: #0095d0; /* 好きな色に変更OK */
}

.home-highschool-table tr:nth-child(even) {
  background-color: #f2f2f2; /* 偶数行 */
}

.home-highschool-table th:not(:first-child),
.home-highschool-table td:not(:first-child) {
	border-left: 0px solid #e0e0e0;
}

.home-highschool-table th:nth-child(1), {
	text-align: left;
}


.home-highschool-table th:nth-child(2),
.home-highschool-table th:nth-child(3) {
	text-align: center;
}

.home-highschool-table td:nth-child(2),
.home-highschool-table td:nth-child(3) {
	text-align: right;
}

.new_tsuchu_goukaku td:nth-child(1),
.new_tsuchu_goukaku th:nth-child(1) {
    text-align: left;
	padding: 0 10px;
}
.new_tsuchu_goukaku td:nth-child(2),
.new_tsuchu_goukaku th:nth-child(2) {
    text-align: right;
	padding: 0 10px;
}











@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
.new_movie {
	float: left;
	width: calc(100%  - 0px);
	height: calc(100vh  - 250px);
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
}
	
.new_movie p {
	position: absolute;
	width: 500px;
	top: 65%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}
	
.new_movie .src1 {
	background: url("http://www.tsuyamakoukou-goukaku-zemi.com/wp-content/uploads/2026/01/index_slide01_m.jpg") repeat center bottom;
	background-size: cover;
	animation-delay  : 0s;
}

ul.index_3column li {
	float: left;
	width: calc(100% / 2 - 24px);
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
#notice_title01 {
	float: left;
	width: 100%;
	height: 250px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 500;
	line-height: 1.7;
	writing-mode: vertical-lr;
	letter-spacing: 0.3em;
}
	
}



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.new_movie {
	float: left;
	width: calc(100%  - 0px);
	height: calc(100vh  - 200px);
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
}
	
.new_movie::after {
	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;
}
	
.new_movie p {
	position: absolute;
	width: 300px;
	top: 65%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}
	
.index_bbox03 {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 70px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #fff;
	background: #72b300;
}
	
.index_sbox01 {
	width: calc(100% - 30px);
	max-width: 700px;
	margin: 50px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 30px;
	padding: 20px 15px;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	background: #fff;
	border-radius: 20px;
}
	
.index_sbox02 {
	width: calc(100% - 0px);
	max-width: 870px;
	margin: 0px auto 0; /* ← 上に余白を追加 */
	margin-bottom: 30px;
	padding: 0px 0px;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	background: #fff;
}
	
ul.index_2column li {
	float: left;
	width: calc(100% - 30px);
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	padding: 0px 15px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
ul.index_2column li2 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	padding: 0px 0px;
}
	
ul.index_3column li {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
.index_title30 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
	
.index_title30_2 {
	width: 100%;
	margin: 0px;
	margin-bottom: -20px;
	padding: 0px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
	
.index_title40 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
	
.index_title24 {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 17px;
	transform: rotate(.03deg);
	line-height: 1.6;
	text-align: left;
}
	
.index_title20 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.8;
}
	
.index_class_sbox01 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px 0px 30px 0px;
	padding: 0px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.index_class_img01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.index_class_title01 {
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 20px;
	line-height: 1.6;
	color: #000087;
	font-family: "Shippori Mincho", serif;
	text-align: center;
}

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


	
.home-highschool-table th,
.home-highschool-table td {
	padding: 1px 2px;
}
}