@charset "utf-8";

/* 全体の設定 */
sub-header, main, home, footer {
	display: block;
}

body, p, ul, li {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.left {
	margin-left: 40px;
}

p .hidari {
	float: left;
	margin: 5px 15px 5px 15px;
}

p .migi {
	float: right;
	margin: 5px 15px 5px 15px;
}

/* 見出し */
.list1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: darkgreen;
	position: relative;
	display: inline-block;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.list1:before {
	content: '';
	background-color: mistyrose;
	display: block;
	position: absolute;
	left: 10px;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	top: 0;
	z-index: -1;
}

.list2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: firebrick;
	position: relative;
	margin-bottom: 15px;
	padding-top: 50px;
	padding-left: 30px;
}

.list2:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0 110px 80px;
	border-color: transparent transparent khaki transparent;
	position: absolute;
	z-index: -1;
	transform: rotate(40deg);
	top: -20px;
	left: 40px;
}

.list3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: firebrick;
	position: relative;
	margin-bottom: 15px;
	padding-top: 50px;
	padding-left: 30px;
}

.list3:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid ;
	border-width: 0px 0px 60px 60px;
	border-color: lime;
	position: absolute;
	z-index: -1;
	transform: rotate(0deg);
	top: 20px;
	left: 0px;
}

.list4 {
	position: relative;
	padding-left: 70px;
	line-height: 1.4;
}

.list4:before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	left: 10px;
	top: -20px;
	color: skyblue;
}

.list5 {
	cursor: pointer;
	position: relative;
	color: black;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top: sienna 8px solid;
	clear: both;
}

.list6 {
	padding-right: 10px;
	background-color: linen;
	border-bottom: sienna 2px dashed;
	margin-bottom: 5px;
	text-align: right;
	color: black;
	font-size: 14pt;
}

.list7 {
	cursor: pointer;
	position: relative;
	color: black;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top: crimson 8px solid;
	clear: both;
}

.list8 {
	padding-right: 10px;
	background-color: mistyrose;
	border-bottom: crimson 2px dashed;
	margin-bottom: 5px;
	text-align: right;
	color: black;
	font-size: 14pt;
}

.list9 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #5527FC;
	position: relative;
	top: 0px;
	left: -40px;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 5px;
}

.font1 {
	margin-left: 30px;
	color: indigo;
	font-weight: 900;
}

.font2 {
	margin-left: 20px;
	color: brown;
	font-weight: 900;
	cursor: pointer;
}

.font3 {
	display: block;
	text-decoration:none;
	color: white;
	font-weight: 900;
}

/* youtubeの埋め込み */
.youtube-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

/* スタート画面のハンバーガーメニュー表示 （リンク・校章他）*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 3;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 5px ;
	left: 6px;
	background-color: darkred;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	color: black;
	background-color: white;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 300px;
}

nav.globalMenuSp ul {
	background-color: deepskyblue;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-top: 2px solid white;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: 2px solid white;

}
nav.globalMenuSp ul li:hover{
	background-color: lightskyblue;
}

nav.globalMenuSp ul li a {
	display: block;
	color: black;
	font-weight: bold;
	padding: 1em 0;
	text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

/* スタート画面のメニュー表示 （活動内容・スライドショー）*/
.s_08 .accordion_area {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.s_08 .accordion_area .accordion_one._flex {
	width: 50%;
}
.s_08 .accordion_one .accordion_header {
	background-color: darkgreen;
	border-bottom: 1px solid white;
	color: white;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11% 20px 7%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-radius: 10px;
}
.s_08 .accordion_one .accordion_header_one {
	background-color: darkgreen;
	border-bottom: 1px solid white;
	color: white;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 7%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	border-radius: 10px;
}
.s_08 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header_one {
	background-color: limegreen;
}
.s_08 .accordion_one:nth-of-type(2) .accordion_header {
	background-color: chocolate;
}
.s_08 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header_one {
	background-color: sandybrown;
}

.s_08 .accordion_one .accordion_header:hover {
	opacity: .5;
}
.s_08 .accordion_header_one:hover {
	opacity: .5;
}
.s_08 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	border: 1px solid white;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_08 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_08 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before, .s_08 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: white;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_08 .accordion_one .accordion_inner {
	display: none;
	padding: 0;
	box-sizing: border-box;
}
.s_08 .accordion_one .accordion_inner .box_one {
	height: 300px;
}
.s_08 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.s_08 .accordion_one .accordion_header {
		font-size: 18px;
	}
	.s_08 .accordion_one .accordion_header_one {
		font-size: 18px;
	}
	.s_08 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.s_08 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: center;
		padding: 15px 60px 15px 15px;
	}
	.s_08 .accordion_one .accordion_header_one {
		font-size: 16px;
		text-align: center;
		padding: 15px;
	}
}

/* スタート画面のタイトル表示 */
.head_title {
	text-align: center;
	margin-top: 40px;
}

/* スタート画面のスライドショー設定（ふわっと） */
#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.viewer ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.viewer ul li img {
	width: 100%;

}

/* スライドショーのボタン */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}

.viewer .btnPrev {
	left: 10px;
	background: #ccc url("../images/btnprev.jpg") no-repeat center center;
}

.viewer .btnNext {
	right: 10px;
	background: #ccc url("../images/btnnext.jpg") no-repeat center center;
}

.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}

/* 活動内容のスタイル */
.box {
	margin: 5px 0;
	float: left;
	width: 100%;
	background: white;
}

.box img {
	max-width: 100%;
	margin: 0 15px;
	float: left;
}

.box p {
	margin: 0;
	padding: 10px;
}

.right {
	width: 100%;
	float: left;
}

/* サブ画面のヘッダー */
ul.cp_list {
	padding: 0 0 0 0.5em;
	list-style: none;
	font-size: 28px;
	font-weight: bold;
	text-shadow:1px 1px 5px red;
}
ul.cp_list li {
	position: relative;
	padding: 0.1em 0.1em 0 1.8em;
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.4em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid darkorange;
}
ul.cp_list li:after {
	top: 0.6em;
	left: 0.6em;
	width: 14px;
	height: 14px;
	background: orangered;
	transform: rotate(60deg);
}
ul.cp_list p:{
	list-style-position: inside;
	margin-left: 10em;
}

ul.cp_list1 {
	padding: 0em 0 0.1em 0.5em;
	list-style: none;
	font-size: 28px;
	font-weight: bold;
	text-shadow:1px 1px 5px blue;
}
ul.cp_list1 li {
	position: relative;
	padding: 0em 0 0 2.3em;
}

/* 活動内容のヘッダー写真 */
.h_activity{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_activity.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
	text-align:right;
}

/* スライドショーのヘッダー写真 */
.h_slide{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_slide.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* リンクのヘッダー写真 */
.h_link{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_link.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* 校章のヘッダー写真 */
.h_logo{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* 校歌のヘッダー写真 */
.h_song{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_song.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* スタッフのヘッダー写真 */
.h_staff{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_staff.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* お知らせのヘッダー写真 */
.h_info{
	width: 100%;
	height: 0;
	background-image: url("../images/ヘッダー画像/h_info.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.7%;
	background-size: cover;
}

/* 提供の文字設定 */
.offer{
	text-align:right;
	padding:5px;
}

#main {
	max-width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	margin: 2% 2%;
	text-decoration: none;
}

#home {
	max-width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	margin: 0 10% 10%;
	text-decoration: none;
}

/* お知らせ */
.info dl {
	color: black;
	padding: 15px 0;
	border-bottom: 2px solid limegreen;
}

.info dt {
	padding-bottom: 5px;
	color: brown;
}

@media screen and (min-width: 1200px) {
	.info dt {
	clear: left;
	float: left;
	width: 10%;
}
.info dd {
	margin-left: 11%;
		}
}

/* 前のページに戻る */
#page_before {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	top: 0;
	background: deeppink;
	opacity: 0.6;
	border-radius: 0 0 0 50%;
}

#page_before a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_before a::before {
	font-family: FontAwesome;
	content: '\f100';
	font-size: 30px;
	color: white;
	position: relative;
	width: 25px;
	height: 25px;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}

/* ページの上部に戻る */
#page_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: -50px;
	background: blue;
	opacity: 0.6;
	border-radius: 50% 0 0 0;
}

#page_top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::before {
	font-family: FontAwesome;
	content: '\f102';
	font-size: 30px;
	color: white;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 4px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* ページのフッター */
#footer {
	text-align: center;
	background: darkmagenta;
	color: white;
	font-size: 12px;
	padding: 5px 0;
	clear: both;
}

/* 校歌のボタン */
.videoBox .play {
	position: relative;
	top: -12px;
	left: -250px;
	opacity: 1;
}

.video {
	-webkit-transition: 0.5s ease-in-out;
}

.video:hover {
	opacity: 0.7;
}

/* 校歌と画像の設定 */
.song {
	position: relative;
}

.song p {
	top: 0;
	left: 0;
	margin: 0;
	color: black;
}

.song img {
	position: absolute;
	opacity: 0.1;
	margin: 0;
}
