﻿@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
   Layout
------------------------------------------------*/

body {
	width:100%;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #fff;
}

.container {
	width: 100%;
	background-color:#fff;
	background-image:url(../img/bg_footer.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
}

.container p{
	color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:150%;
}

.container2 {
	width: 100%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
}

.container2 p{
	color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:150%;
}

.toplogo {
	max-width:960px;
	width:100%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
}


.mv {
	display: block;
	position: relative;
	width: 100%;
	background-color: #d4eefd;
	padding: 28px 0;
}

.mv-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
}

.toplogo img{
	max-width:800px;
	width:100%;
}

.topimg_container{
	width:100%;
	background-color:#e6e6e6;
	height:301px;
	margin-top:-1px;
}

.topimg{
	margin-top:0px;
	width:1040px;
	height:300px;
	margin-left:auto;
	margin-right:auto;

}


#header {
	text-align: center;
	padding: 0.25em;
	height:10px;
	background: #1D2088;
}

#header img {
	margin-top:13px;
	width:960px;
}

.float {
	max-width:800px;
	width:100%;
	margin:auto;
}

.float li {
	float:left;
}

#menu2 {
margin-top:-5px;
position: relative;
/* height:140px; */
background: #1D2088;
color: white;
font-weight: lighter;
}

#menu2 ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
	padding:0px;
}

#menu2 li{
	background: #00A0E9;
	border :solid 1px #ffffff;
	margin-top:20px;
	margin-left: 5px;
	margin-right: 5px;
	width:148px;
	height:86px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:16pt;
	line-height:120%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#ffff33;
}

.foot a {
	color:#fff;
}

.foot a:hover {
	color:#89a4ea;
}

.toplead {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.rinen-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.toi {
	width:100%;
	height:250px;
	background-image:url(../img/img_04.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:35%;
}

.midashi1 {
  margin-top:1.0em;
  padding-top: 0.2em;/*文字周りの余白*/
  padding-bottom: 0.2em;
  padding-left:1.0em;
  font-size:24px;
  font-weight:bold;
  color: #ffffff;/*文字色*/
  background: #00a0e9;/*背景色*/
  border-left: solid 15px #1D2088;/*左線（実線 太さ 色）*/
  text-align:left;
}

.midashi2 {
  padding-top:0.5em;
  padding-left:0.8em;
  font-size:20px;
  font-weight:bold;
  color: #22AC38;/*文字色*/
  text-align:left;
}

.text {
  max-width:580px;
  width:95%;
  line-height:180%;
  padding-top:0.3em;
  padding-left:0.8em;
  font-size:14px;
  color: #000000;/*文字色*/
  text-align:left;
}

.text2 {
  max-width:580px;
  width:95%;
  line-height:180%;
  padding-top:1.3em;
  padding-left:0.8em;
  font-size:14px;
  color: #000000;/*文字色*/
  text-align:left;
}

.text3 {
  max-width:580px;
  width:95%;
  padding-top:1.0em;
  padding-left:0.8em;
  font-size:14px;
  color: #ffffff;
  font-size:16px;
  text-align:left;
text-shadow:
        #1D2088 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        #1D2088 -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        #1D2088 0px 1px 0, black  0-1px 0,/*右、左*/
        #1D2088 -1px 0 0, black 1px 0 0;/*上、下*/
}

.text4 {
  padding-left:0.5em;
  font-size:28px;
  text-align:left;
  color:#ffffff;
  font-weight:bold;
text-shadow:
        #1D2088 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        #1D2088 -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        #1D2088 0px 1px 0, black  0-1px 0,/*右、左*/
        #1D2088 -1px 0 0, black 1px 0 0;/*上、下*/
}

.text5 {
  padding-left:0.5em;
  font-size:26px;
  font-weight:bold;
  line-height:120%;
  text-align:left;
  color:#ffffff;
  text-shadow:
    #1D2088 2px 0px,  black -2px 0px,
    #1D2088 0px -2px, black 0px 2px,
    #1D2088 2px 2px , black -2px 2px,
    #1D2088 2px -2px, black -2px -2px,
    #1D2088 1px 2px,  black -1px 2px,
    #1D2088 1px -2px, black -1px -2px,
    #1D2088 2px 1px,  black -2px 1px,
    #1D2088 2px -1px, black -2px -1px;
}

.text6 {
  max-width:960px;
  width:95%;
  font-size:20px;
  text-align:center;
  color:#ffffff;
  font-weight:bold;
}

.text7 {
  max-width:960px;
  width:95%;
  font-size:16px;
  text-align:center;
  color:#ffffff;
  font-weight:bold;
}

.text8 {
  font-size:16px;
  line-height:160%;
}

table{
  display:inline-block;
  width:380px;
  height:250px;
  margin:0 auto;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border:1px solid #666;
  border-spacing: 0;
  overflow:hidden;
  background-color: rgba(255,255,255,0.3);
  text-align:left;
}
td,th{
  border-bottom:1px solid #666;
  vertical-align:top;
}
td,th{
  padding-left:20px;
  padding-top:10px;
  padding-right:20px;
}
th{
  background:#EFEFEF;
}
table tbody tr:last-child th,
table tbody tr:last-child td{
  border-bottom: none;
}



.footerbase{
	width:100%;
	height: auto;
	clear:both;
	text-align: center;
	background-color:#1D2088;
	color:#ffffff;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	color: #fff;
	line-height:100%;
}

.footerright {
	display: inline-block;
	float:right;
	width:35%;
	margin-top:-65px;
}


span {
	display:inline-block;
	line-height: 200%;
}

.pc {
	display:inline;
}

.sp {
	display:none;
}

/* 20230218追記 */
.about__flex {
	display: flex;
}



@media screen and (max-width:900px) {

#menu2 {
    height: unset;
    padding: 8px;
}
.float {
	flex-wrap: wrap;
}
#menu2 li{
	background: #00A0E9;
	border :solid 1px #ffffff;
	width:30%;
	height:80px;
	font-weight:bold;
	font-size:16pt;
	line-height:120%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
    padding: 0;
    margin: 4px;
}


.sp_black {
  color:#000000;
}

.text {
  line-height:180%;
  padding-top:0.3em;
  padding-left:1.5em;
}

.text2 {
  width:95%;
  padding-top:1.3em;
  padding-left:1.5em;
  font-size:14px;
  color: #000000;/*文字色*/
  text-align:left;
}

.text5 {
  font-size:20px;
}

.text6,.text7 {
  color:#000000;
}

.text8 {
  font-size:10px;
}

.pc {
	display:none;
}
.sp {
	display:inline;
}

.container {
	overflow:hidden;
}
.container p{
	width:100%;
}

.topimg_container{
	height:auto;
	background-color:#4f67af;
}

.toplead {
	width:100%;
}

table {
	width:95%;
	height:auto;
	font-size:14px;
	line-height:110%;
}

table.foot tbody,
table.foot tr,
table.foot th,
table.foot td {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


table.foot {
	width:100%;
}

table.foot tr td {
	width:300px;
	text-align:center;
}

.map {
	width:90%;
}

.sp_course {
	margin-left:20px;
}

table.foot {
	font-size:11pt;
	height:250px;
}

.foot a {
	font-size:14pt;
}

.midashi {
	margin-left:10px;
}

.midashi2 {
	margin-left:10px;
}

table.course,
table.lesson {
	width:95%;
}

table.course thead th{
	font-size:14px;
	padding:10px 0;
}

table.course tbody th{
	font-size:12px;
	padding:10px 0;
}

table.course tbody td{
	font-size:12px;
	padding:10px 0;
}

table.lesson thead th{
	font-size:14px;
	padding:10px 0;
}

table.lesson tbody th{
	font-size:12px;
	padding:10px 0;
}

table.lesson tbody td{
	font-size:12px;
	padding:10px 0;
}

input[type="text"] {
	width:100%;
}

textarea {
	width:100%;
}

span.title {
	font-size:16pt;
	font-weight:bold;
	margin-left:5px;
}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:10px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}

/*layout*/
.wrapper {
  position:relative;
}
body {
  color:#333;
  font-size:18px;
  line-height:1.8em;
  letter-spacing:0.05em;
}
.header {
  height:40px;
  line-height:40px;
  text-align:center;
  background-color:#eed;
}
.contents {
  margin:40px 40px 60px 40px;
}
.footer {
  height:200px;
  line-height:200px;
  text-align:center;
  background-color:#eed;
}

.footerbase{
font-size:12px;
}

.midashi1 {
  font-size:20px;
}

.shinshuku{
	max-width:423px;
	width:100%;
}

.about__flex {
	flex-direction: column;
}

}
