@charset "UTF-8";

body {
    background-color: #faf5f141;
    color: #313131;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
    
html {
    overflow: auto;
}

.header_box {
    display: flex;
}

.header_logo {
    text-align: center;
    margin: 0 auto;
}

.sns {
    position: relative;
}

.sns img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1.5vw;
    right: 14vw;
}

.fa-envelope {
    padding-right: 10px;
}

.fa-envelope:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
}

.header-contanct p {
    color: #92653ab6;
    font-size: 30px;
}

.header-contact a {
    list-style: none;
    text-decoration: none;
    color: #92653ab6;
    border: solid 2px #92653ab6;
    border-radius: 15px;
    padding: 13px 22px;
    background-color: #fff;
    position: absolute;
    right: 5vw;
    top: 4.7vw;
}

.header_logo img{
    width: 60%;
}

.header-contact a:hover {
    background-color: #e8f6f5;
    box-shadow: 0.5px 0.5px #474747;
}

.nav {
    display: flex;
    background-color: #92653ab6;
    height: 8%;
    width: 100%;
    justify-content: center;
}

.nav-list ul{
    display: flex;
}

.nav-list li {
    text-decoration: none; 
    list-style: none;
    padding: 15px 50px 15px 0;
}

.nav-list a{
    text-decoration: none; 
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border-bottom: 3px solid #e8f6f5;
    padding-bottom: 10px;
    border-bottom: hidden;
}

.nav-list li a:hover {
    visibility: visible;
    border-bottom: 3px solid #e8f6f5;
}

#global_nav.sp_open {
    display: none;

}

#global_nav li {
    list-style: none;
}


.lesson_time {
    position: relative;
}

.lesson_time h2{
    text-align: center;
    padding-top: 100px;
}

.lesson_time::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    left: 35vw;
    margin-top: 80px;
}
.lesson_time h3 {
    text-align: center;
    font-size: 15px;
}

.lesson_time {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #778ca3;
}

.lesson_time th,
.lesson_time td {
    padding: 20px;
    border-bottom: solid 1px #778ca3;
    margin: auto;
}

.lesson_time_tb {
    margin-left: 35%;
}

.osare_title {
    position: relative;
}

.osare_title h2 {
    text-align: center;
    padding-top: 60px;
}
    
.osare_title::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 38vw;
}

/***　おしゃれテーブル１　パステルカラー ***/
 
.osare-table {
    width:50%;
    table-layout: fixed;
    border: none;
    border-collapse: separate;
    border-spacing: 7px 0px;
    padding-top: 50px;
    margin: 0 auto;
   
   }
    
.osare-table th {
    border: none;
}
    
.osare-table tbody td {
    border: none;
    background-color:#FFF9FF;
    border-bottom: solid 2px #f9f9f9;
}
    
   /* ヘッダー */
.osare-table thead th {
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
   
   /* フッター（比較表と色つけたとき用） */
.osare-table tfoot td {
    border-radius: 0 0 10px 10px;
}
    
   /* ボディ項目 */
.osare-table tbody th {
    background:#f2f5fc;
    font-weight: bold;
    border-bottom: solid 2px #f9f9f9 !important;
    line-height:4.5em;
}
    
   /* フッター項目 */
.osare-table tfoot th {
    background:none;
    line-height:3em;
    font-weight: bold;
}
    
   /* ボディデータ */
.osare-table tbody td {
    text-align:center;
}
    
   /* ヘッダー行　１列ごとの色変え */
.osare-table thead th:nth-child(1)  {
    background:#81d4fa;
}
   
.osare-table thead th:nth-child(2)  {
    background: #FFBCFF;
}
.osare-table thead th:nth-child(3)  {
    background: #FFFFB2;
}
.osare-table thead th:nth-child(4)  {
    background: #C4FF89;
}
.osare-table thead th:nth-child(5)  {
    background: #FFB2D8;
}
    
   /* 最終行のボーダーをなくす */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
    border-bottom:none;
}

.about {
    padding-left: 26vw;
    padding-top: 20px;
    line-height: 1.4;
}
.about h2 {
    font-size: 16px;
}
.about h3 {
    font-size: 16px;
}
.about h4 {
    font-size: 16px;
}

.rental {
    position: relative;
}

.rental h2{
    text-align: center;
    padding-top: 150px;
}
    
.rental::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    left: 31vw;
    margin-top: 120px;
}

.rental p {
    padding-left: 26vw;
    padding-top: 40px;
    line-height: 1.5;
    font-size: 16px;
}

.kids {
    position: relative;
}

.kids h2{
    text-align: center;
    padding-top: 120px;
}

.kids h2::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    left: 31vw;
    top: 90px;
}

.kids h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 16px;
    padding-left: 26vw;
}

.kids p{
    padding-left: 26vw;
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
}

.kids img {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    height: 440px;
    width: 643px;
}

.reallesson {
    position: relative;
}

.reallesson h2 {
    text-align: center;
    margin-top: 100px;
    padding-bottom: 40px;
}

.reallesson::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    left: 38vw;
    top: -2.5vw;
}

.lesson_image {
    display: flex;
    justify-content: space-around;
}

.lesson_image img{
    width: 300px;
    height: auto;
}

.access {
    position: relative;
}

.access h2{
    text-align: center;
    margin-top: 100px;
    padding-bottom: 40px;
}

.access h2::before {
    content:"";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(images/ねこ.png);
    background-size: contain;
    position: absolute;
    left: 40vw;
    top: -2vw;
}

.access p {
    font-size: 16px;
    text-align: center;
}

.access br {
    font-weight: bold;
}

.footer {
    display: flex;
   text-align: center;
    justify-content: space-evenly;
    height: 400px;
    line-height: 1.7;
    background-color: #92653ab6;
    padding-top: 20px;
}


.footer_nav a{
    display: block;
    text-decoration: none;
    list-style: none;
    color: #fff;
    text-align: left;
    padding-top: 10px;
}

.footer_nav li {
    list-style: none;
    text-decoration: none; 
}

.footer_nav li a:hover {
    border-bottom: 3px solid #e8f6f5;
    opacity: 1s;
}


.footer_nav h2 {
    color: #fff;
    font-size: 17px;
    text-align: left;
    border-bottom: dotted;
    padding-bottom: 10px;
}

.footer_sns img{
    width: 40px;
    height: 40px;
    padding-top: 20px;
}


.footer_sns li a:hover {
    border-bottom: none;
}

.premier h2{
    color: #fff;
    font-size: 17px;
    text-align: left;
    border-bottom: dotted;
    padding-bottom: 10px;
}

.premier p {
    display: block;
    color: #fff;
    text-align: left;
}

.premier a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.premier a:hover {
    border-bottom: 3px solid #e8f6f5;
    padding-bottom: 7px;
    opacity: 1s;
}

.copyright {
    text-align: center;
    font-size: 12px;
    background-color: #92653ab6;
    padding: 10px;
}

/* --------------------------------------------------
幅479px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (max-width: 479px) {
body {
    margin: 0 auto;
    overflow: hidden;
}
  /* ハンバーガーボタン */
header nav {
    box-sizing: border-box;
    position: fixed;
    top: 30px;
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0.9;
    z-index: 100;
    /* 3. スライドメニューの場合 */
    /* display: block; 
    right: -100%;
    transition: right .5s;
    /* ここまで */
}
/* 3. スライドメニューの場合 */
header nav.sp_open {
    right: 0;
}
/* ここまで */
header nav ul {
    position: absolute;
    top: 50%;
    left: 40%;
    right: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

    
header nav ul li a {
    display: block;
    padding: 20px;
    border-radius: 5px;
    color: #666;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;  
}

header nav ul li a:hover{
    border-bottom: 3px solid #e8f6f5;
    opacity: 1s;
    color: #92653ab6;
}

#drawer_toggle {
    z-index: 200;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;

}

#drawer_toggle span {
    position: absolute;
    top: 19px;
    left: 17px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    vertical-align: top;
}
#drawer_toggle span:nth-child(2) {
    margin-top: 10px;
}
#drawer_toggle span:last-child {
    margin-top: 20px;
}
#drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;
}
#drawer_toggle.open span:first-child {
    transform: rotate(45deg);
}
#drawer_toggle.open span:nth-child(2) {
    display: none;
}
#drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
}

.header_box {
width: 100vw;
height: auto;
margin-top: 30px;
text-align: center;
}

.header_logo {
    margin: 0 auto;
}

.header_logo img{
    width: 70vw;
    height: auto;
    padding-left: 0;
}

.header-contact {
    display: none;
}

.sns img{
    display: none;
}


.nav-list {
    display: none;
}
 

.lesson_time {
    position: relative;
    border-top: none;
}

.lesson_time h2 {
    font-size: 16px;
}

.lesson_time h3 {
    font-size: 12px;
    padding-top: 10px;
}

.lesson_time::before {
    left: 73px;
    top: -4px;
    width: 65px;
    background-repeat: no-repeat;
}

.lesson_time_tb {
    margin: 0 10%;
    width: 100vw;
}

.lesson_time_tb th, .lesson_time_tb td {
    font-size: 12px;
}

.osare-table {
    width: 100%;
}
.osare-table thead th,
.osare-table tbody th {
    padding:0;
}

.osare-table tfoot td {
    padding:0;
    font-size:0.9em;
}
.osare-table tfoot td:nth-child(2) {
    font-size:1em;
}

.osare-table {
    position: relative;
}

.osare-title {
    position: relative;
}

.osare_title h2 {
    font-size: 16px;
    text-align: center;
}

.osare_title::before {
    left: 90px;
    top: 40px;
    width: 65px;
    background-repeat: no-repeat;
}


.about {
    padding: 0;
    padding-top: 20px;
    line-height: 1.4;
    margin: 0 10%;
}

.about h2, .about h3,.about h4 {
    font-size: 12px;
}

.rental {
    position: relative;
}

.rental h2 {
    font-size: 16px;
}

.rental p {
   padding: 0;
   font-size: 12px;
   margin:  10% 10% ;
}

.rental::before {
    left: 42px;
    top: 5px;
    width: 65px;
    background-repeat: no-repeat;
}

.kids {
    position: relative;
}

.kids img{
    width: 100%;
    height: auto;
}

.kids p {
    padding-left: 0;
    font-size: 13px;
    text-align: center;
}

.kids h2 {
    text-align: center;
    font-size: 16px;
}

.kids h2::before {
    left: 35px;
    top: 100px;
    width: 65px;
    background-repeat: no-repeat;
}

.kids h3 {
    padding-left: 0;
    margin: 5px 10%;
    font-size: 13px;
    text-align: center;
}

.reallesson {
    position: relative;
}

.reallesson h2 {
    text-align: center;
    font-size: 16px;
}

.reallesson::before {
    left: 23vw;
    top: -5.5vw;
    width: 65px;
    background-repeat: no-repeat;
}

.lesson_image {
    display: block;
}

.lesson_image img {
    width: 100%;
    height: auto;
}

.access {
    position: relative;
}

.access h2 {
    text-align: center;
    font-size: 16px;
}

.access h2::before {
    left: 96px;
    top: -18px;
    width: 65px;
    background-repeat: no-repeat;
}

.access p {
    font-size: 13px;
}


.footer {
    height: auto;
}
.footer h2{
    font-size: 12px;
}

.footer p, .footer li {
    font-size: 11px;
}

.footer_sns img {
    width: 20px;
    height: 20px;
    padding-top: 0;
}

.copyright {
    font-size: 9px;
    margin: 0 auto;
}
}