@charset "UTF-8";
html{
	font-family:"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

body{
	margin:0px;
	padding:0px;
    text-align:center;   
	background-color: #ffffff;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
}
body {
  font-size: 1.6rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.0rem;
}

a.link {color: #FFFF9C;}

a.visited {color: #FFCFFF;}

a.active {color: #FFCF9C;}

.textg {
  max-width: 500px;
  text-align: left;
  margin: 0 auto;
  padding: 10px 30px;
}
.box-tex{
	text-align: left;
}

.book img{
	margin-top:5px;
    margin-right:aout;
    margin-bottom:20px;
	margin-left:auot;
}

.section1{
background-color: #c4e6ee;
	height: auto;
}
	
.section2{
background-color: #66cccc;
	height: auto;
}
.textg-lesson {
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 10px 30px;
}

ul {
    padding-left: 0;
	list-style: none;
	display: inline-block;
	text-align: left;
}
li{
	text-align: left;
}

.line {
  border-top: 1px solid rgb(187, 205, 216);
  width: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}

/*メニュー部分・ヘッダー*/
header {
    position: relative;
    padding: 15px 0 0 0px;
    background-color: #fff;
}
.logo {
    width: 140px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}

/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
    content: '';
    cursor: pointer;
    margin: auto;
}

/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}

.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}

/*中身*/
.nav {
    background-color: #FFFFFF;
    
}
.nav-list a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.nav-list {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}

.nav-list li {
    margin: 0;
    padding: 10px;
}

.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}

/*メインイメージ*/
.top {
    height: 200px;
    margin-bottom: 50px;
	background-color: #FFFFFF;
}
/*ここから個別指示*/
/*iPhone 縦*/
@media screen and (min-width:0px) { 	
.top-image {
   width: 400px;
  height: auto;
}	
	
.slick-slide img {
　height: 100vh;
  margin: auto;
  max-height: 60%;
  max-width: 50%;
  object-fit: cover;
  width: 50%;
}		
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	}

.youtube iframe {
  width: 90%;
  height: 90%;
}
	 
/*スクロールのボックスの位置*/
.newsbox {
margin-left: auto; /* 中央寄せにするため */
margin-right: auto; /* 中央寄せにするため */
}

/*スクロール内のボックスの指定*/
.newsbox{
width: 300px;
height: 150px;
border: 2px solid #808080;
overflow: scroll;
margin: auto;
background: #ffffff;
}
	
/*スクロールバーの全体*/
.newsbox::-webkit-scrollbar {
width: 10px; /* 垂直方向のスクロールバーの幅 */
height: 10px; /* 水平方向のスクロールバーの幅 */
}

/*スクロールバーのつまみ*/
.newsbox::-webkit-scrollbar-thumb {
background: #808080;
border-radius: 3px;
box-shadow: inset 3px 3px 3px #dcdcdc;
}
	
/*スクロールバーの背景*/
.newsbox::-webkit-scrollbar-track {
background: #dcdcdc ;
border-radius: 5px;
box-shadow: inset 3px -3px 5px solid #d3d3d3;
}
	
/*水平と垂直のスクロールバーの交差部分*/
.newsbox::-webkit-scrollbar-corner {
display: none;
}		
}
	
/*　for iPad 　*/
@media screen and (min-width: 768px) {
.top-image {
  width: auto;
  height: 600px;
}		
.slick-slide img {
		width: 30%;
		margin: 0 auto;
}
.youtube {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
	
/*スクロールのボックスの位置*/
.newsbox {
margin-left: auto; /* 中央寄せにするため */
margin-right: auto; /* 中央寄せにするため */
}

/*スクロール内のボックスの指定*/
.newsbox{
width: 50%;
height: 200px;
border: 2px solid #808080;
overflow: scroll;
margin: auto;
background: #ffffff;
}
	
/*スクロールバーの全体*/
.newsbox::-webkit-scrollbar {
width: 20px; /* 垂直方向のスクロールバーの幅 */
height: 20px; /* 水平方向のスクロールバーの幅 */
}

/*スクロールバーのつまみ*/
.newsbox::-webkit-scrollbar-thumb {
background: #808080;
border-radius: 5px;
box-shadow: inset 3px 3px 3px #dcdcdc;
}
	
/*スクロールバーの背景*/
.newsbox::-webkit-scrollbar-track {
background: #dcdcdc ;
border-radius: 5px;
box-shadow: inset 3px -3px 5px solid #d3d3d3;
}
	
/*水平と垂直のスクロールバーの交差部分*/
.newsbox::-webkit-scrollbar-corner {
display: none;
}
	
/* ハンバーガーボタン */
.btn-burger {
    display: none;  /*768px以上では使用しない */
}
header {
    padding: 30px 0 0;
}
.logo {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: none;
}
.nav {
    height: 75px;
}
.nav-list {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}
.nav-list li:not(:last-child) {
    border-right: 1px solid #fff;
}			
}
	
/*　for PC　*/
@media screen and (min-width:1025px) {
.top-image {
  width: auot;
  height: 600px;
}		
.slider img {
    width: 30%;
}
.youtube {
  display: block;
  margin: 0 auto;
  max-width: 50%;
	}
	/*スクロールのボックスの位置*/
.newsbox {
margin-left: auto; /* 中央寄せにするため */
margin-right: auto; /* 中央寄せにするため */
}

/*スクロール内のボックスの指定*/
.newsbox{
width: 50%;
height: aout;
border: 2px solid #808080;
overflow: scroll;
margin: auto;
background: #ffffff;
}
	
/*スクロールバーの全体*/
.newsbox::-webkit-scrollbar {
width: 20px; /* 垂直方向のスクロールバーの幅 */
height: 20px; /* 水平方向のスクロールバーの幅 */
}

/*スクロールバーのつまみ*/
.newsbox::-webkit-scrollbar-thumb {
background: #808080;
border-radius: 5px;
box-shadow: inset 3px 3px 3px #dcdcdc;
}
	
/*スクロールバーの背景*/
.newsbox::-webkit-scrollbar-track {
background: #dcdcdc ;
border-radius: 5px;
box-shadow: inset 3px -3px 5px solid #d3d3d3;
}
	
/*水平と垂直のスクロールバーの交差部分*/
.newsbox::-webkit-scrollbar-corner {
display: none;
}
}

