@charset "UTF-8";

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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

body{
min-width: 1180px;
}

@media (max-width:767px){
body{
min-width: 100%;
}
}



.container {
  width: 1080px;
  margin: 0 auto;
}

h1{
	width: 160px;
}

h2{
	font-size: 48px;
	color:#0071bc;
	margin-top: 100px;
	margin-bottom: 60px;
}

.asobi-ronri h3{
	font-size: 30px;
	color:#333;
	margin-bottom: 36px;
}

.vertical-layout h3{
	font-size: 16px;
	color:#fff;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background-color: #0080bc;
	padding: 15px 10px;
}

footer li{
	font-size:16px;
}

p{
	font-size: 16px;
	color:#333;
}


@media (max-width:767px){
	main section {
		padding: 0 24px;
	}
	.container{
		width: 100%;
	}
	h1{
		width: 100px;
	}
}

/* ヘッダー */

header{
	padding-top: 15px;
}

.header_header-subnav-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1080px;
	margin: auto;
}

.header_header-subnav-area .subnav{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	gap: 24px;
}

.header_header-subnav-area li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height: 40px;
	text-align: center;
	background-color: #c8e0ed;
	border: 1px solid #0071bc;
	border-radius: 20px;
	color: #0071bc;
	text-decoration: none;
	font-size: 20px;
}

nav {
    background-color: #0071bc;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	width: 1080px;
	margin: 0 auto;
}
nav li{
	width: 25%;
	background-color:#0071bc;
	height: 50px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #fff;
	font-size: 20px;
}
nav li a {
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
nav li:first-child {
    border-left: 1px solid #fff;
}
nav a:hover{
	background-color:#ffff00;
	color: #333333;
}


@media (max-width:767px){
    header{
		background-color: #c8e0ed;
		padding: 22px 0;
	}
	.header_header-subnav-area {
		width: 100%;
		padding: 0 24px;
	}
	.header_header-subnav-area .ic_hbg {
		width: 48px;
	}
	.header_header-subnav-area .subnav {
		display: none;
	}
	nav ul{
	position: fixed;
	left: 100%;
	top: 75px;
	z-index: 999;
		width: 100%;
		flex-direction: column;
		transition: 0.3s;
	}
	nav.active ul{
	left: 0;
	}
	nav li{
		width: auto;
		border: 0px;
	}
	nav li:first-child {
		border: 0px;
	}
}


/* スマホ時、nav を非表示にしておく */
@media (max-width: 767px) {
  .sp-menu {
    display: none;
    background-color: #0071bc;
    width: 100%;
  }
  .sp-menu.active {
    display: block;
  }
}



/* ===== 共通スタイル ===== */
#side-bnr {
  position: fixed;
  z-index: 1000;
  display: none; /* スクロール時に表示制御 */
}
#side-bnr p {
  margin: 0;
}
#side-bnr img {
  display: block;
  width: 80px;
  height: auto;
}


/* ===== PCスタイル ===== */
@media (min-width: 768px) {
  #side-bnr {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
  }

  #side-bnr p + p {
    margin-top: 16px; /* 縦のすき間 */
  }

  #side-bnr img {
    transform: none;
    width: 80px;
    height: auto;
  }
}


/* ===== スマホスタイル ===== */
@media (max-width: 767px) {
  #side-bnr {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.95);
    gap: 16px;
  }

  #side-bnr img {
    transform: rotate(90deg);
    transform-origin: center center;
    width: 60px; /* 回転後の見た目に合わせて調整 */
    height: auto;
  }
}



/* メインビジュアル */

.main-visual-slider-section .firstview-text {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main-visual-slider-section {
    position: relative;
    height: calc(100vh - 159px);
}
.main-visual-slider-section .firstview-text h2 {
    color: inherit;
    margin: 0 0 0.4em;
	line-height: 1;
}
.main-visual-slider-section .firstview-text p {
    color: inherit;
    font-weight: bold;
    font-size: 20px;
}
.main-visual-slider {
	width: 100%;
	padding: 16px 0 32px;
    background: #c9e0ec;
}
.main-visual-slider .slick-list {
    height: 100%;
}
.main-visual-slider .slick-track {
    height: 100%;
}
.main-visual-slider .main-visual {
	height: 100%;
	width: 1000px;
	color: white;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2rem;
	position: relative;  
	width: 1000px;
	margin: 0 8px;
}
.main-visual-slider .slick-dots {
    bottom: 5px;
}
.main-visual-slider .slick-dots li button:before {
	color: #0071bc;
	opacity: 100;
	font-size: 9px;
}
.main-visual-slider .slick-dots li.slick-active button:before {
	color: #ffff00;
	opacity: 100;
}
.main-visual {
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width:767px){
	.main-visual-slider {
		padding: 0px;
	}
}

/* ニュース */
.news .title-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
    margin-bottom: 60px;
}
.news .title-group h2 {
	margin: 0px;
}
.news .title-group p {
	color: #0071bc;
	display: flex;
    flex-direction: row;
    gap: 6px;
}
.news .title-group p img {
	width: 20px;
}
.news .news_images{
	display:flex;
}
.news .news_images img{
	width: 336px;
	margin: 0 18px;
	border-radius: 6px;
}
@media (max-width:767px){
	.news .news_images{
		flex-direction:column;
	}
	.news .news_images img{
		width: 100%;
		margin: 0;
	}
}


.manabinome{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 64px;
}

.manabinome_image{
width: 540px;
}

.manabinome_content{
width: 476px;
display: flex;
flex-direction: column;
gap: 32px;
}

.manabinome_btn{
display: flex;
flex-direction: column;
}

.manabinome_btn ul{
display: flex;
list-style: none;
flex-direction: row;
gap: 32px;
}

.manabinome_btn li{
width: 88px;
}

.manabinome + .manabinome {
	margin-top: 40px;
}

.manabinome:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.manabinome_btn ul li a img {
  transition: all 0.2s ease; /* アニメーションなめらかに */
  transform: translateY(0);  /* 初期位置 */
  filter: brightness(1);     /* 初期の明るさ */
}

.manabinome_btn ul li a:hover img {
  filter: brightness(1.1);   /* ホバー時に少し明るく */
}

.manabinome_btn ul li a:active img {
  transform: translateY(2px); /* クリックで沈む */
  filter: brightness(0.95);   /* 少し暗くして押し感 */
}












.vertical-layout {
  display: flex;
  align-items: center;
  gap: 1rem; /* h3とulの間に余白をつける */
}

.vertical-layout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-layout li {
  margin-bottom: 0.5em;
}

@media (max-width:767px){
	.manabinome {
		width: 100%;
		flex-direction: column;
	}
	.manabinome_content {
		width: 100%;	
	}
	.manabinome_image {
		width: 100%;
	}
}

.passed .container{
	display: flex;
	max-width: 1080px;
	width: 100%;
	border-radius: 6px;
    overflow: hidden;
	margin: 96px auto 0;
}

.passed_image{
	width: 540px;
	background-image: url("../images/1_section3.png");
	background-size: cover;
}
.passed_text{
	display: flex;
	align-items: center;
	padding: 32px;
	background: #0071bc;
	color: #fff;
	width: 540px;
	justify-content: space-between;
}
.passed_text p {
	display: flex;
	color: #fff;
	flex-direction: row;
    gap: 6px;
}
.passed_text p img {
	width: 20px;
}

.passed_zisseki{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.passed h2{
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.passed h2 span{
	font-size: 26px;
}
@media (max-width:767px){
	.passed .container,
	.passed_image,
	.passed_text {
		width: 100%;
	}
	.passed .container {
		flex-direction: column;
	}
}

/* フッター */




footer{
	background-color: #0071bc;
	color: #fff;
	padding-top: 80px;
	margin-top: 120px;
}

footer .container {
	max-width: 100%;
	margin: 0 auto;
	}



.footer_image{
	width: 240px;
}

.footer_flex{
	display:  flex;
	justify-content: space-between;
}
.footer_text{
	display:  flex;
	width: 518px;
	justify-content: space-between;
}
.footer_text dt {
    margin-bottom: 38px
}
.footer_text dd+dd, .footer_text li+li {
    margin-top: 16px;
}
.footer_text a{
	text-decoration: none;
	color: #fff;
}
.footer_seitono li{
	list-style-type: none;
}
footer .copy {
background-color: #0b476f;
width: 100%;
text-align: center;
color: #fff;
padding: 24px;
margin-top: 88px;
}

@media (max-width:767px){
	footer
	.footer_flex {
		flex-direction: column;
		padding: 0 24px;
	}
	
	.footer_image{
	margin:0 auto;
	}
	
	
	.footer_text {
		width: 100%;
		padding-top: 60px;
	}
	
}

/*ここからcontact*/

.contact_main-visual{
background-color: rgba(0, 113, 188, 0.25);
padding: 20px 0;
}



.contact_main-visual_image {
	width: 100%;
	background-image: url("../images/2_firstview.jpg");
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.contact_main-visual_image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 113, 188, 0.5);
	z-index: 1;
}

.contact_main-visual-text{
	text-align: center;
	z-index: 2;
}

.contact_main-visual-text h2{
font-size: 40px;
color: #fff;
line-height: 46px;
}

.contact_main-visual-text h2 span{
	font-size: 20px;
}

form {
   text-align: left;
   width: 1080px;
   font-size: 16px;
   background-color: #c8e0ed;
   border-radius: 6px;
   padding: 80px;
}
form input[type="text"],
form input[type="email"],
form textarea{
    width: 100%;
    border: 0px;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
}
form input[type="text"],
form input[type="email"] {
    line-height: 1.0;
}
form textarea {
    min-height: 200px;
}
form label{
	font-weight: bold;
	position: relative;
	width: 240px;
}
form .hissu{
	font-size: 10px;
	color: #FF0000;
	position: absolute;
	top: 0px;
}


form .input-group{
	display: flex;
}
form .input-group + .input-group {
	margin-top: 56px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
	}
	
form .radio-group {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
form .input-group p {
    display: flex;
    gap: 8px;
}
form .btn {
margin-top: 72px;
}


/*ここからSP*/


/* 便利CSS */
.sp-only {
    display: none;
}
.pc-only {
    display: inline;
}
@media screen and (max-width: 767px) {
    .sp-only {
        display: inline;
    }
    .pc-only {
        display: none;
    }
}


/*ここから幼児部*/

.shiryou .container{
	display: flex;
	max-width: 1080px;
	width: 100%;
	border-radius: 6px;
    overflow: hidden;
	margin: 96px auto 0;
}



.shiryou_image{
	width: 540px;
}
.shiryou_text{
	display: inline-block;
	align-items: center;
	background: #0071bc;
	color: #fff;
	width: 540px;
	}
	
.shiryou_text p{
padding-top: 90px;
margin: 0 auto;
font-size: 24px;
color: #fff;
width: 366px;
}

.shiryou_btn{
display: flex;
justify-content: center;
}

.shiryou_btn img{
width: 160px;
padding-top: 90px;
}








