@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1920px), print {
* {
    font-size: 100%;
    font-weight: 300;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Rounded Mplus 1c";
}
	html{
		scroll-behavior: smooth;
	}
body {
    background-image: linear-gradient(white, #eff 30%, #7bf);
    background-attachment: fixed;
}
#wrapper {
    height: auto;
    width: 80%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 50px;
    position: relative;
}
header h1 img {
    width: 70%;
    height: auto;
}
header h1 {
    text-align: center;
}
header p {
    text-align: center;
    font-size: 120%;
    color: #e5006e;
}
nav {
    height: auto;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
main {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255,255,255,0.6);
    padding: 2%;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
footer {
    text-align: center;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #e5006e;
    padding: 1% 0%;
    color: #FFF;
    font-weight: 500;
    clear: both;
}
#logo {
    height: auto;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.head_link_left a {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 80%;
    line-height: 25px;
    float: left;
    padding-left: 5px;
}
.head_link_right {
    float: right;
    margin-right: 3px;
    margin-left: 3px;
}
#head_link {
    height: auto;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #e5006e;
    overflow: hidden;
    margin-bottom: 10px;
    height: auto;
    line-height: 0px;
}
#list {
    display: none;
}
nav ul {
    font-size: 0px;
}
nav ul li {
    display: inline-block;
    font-size: 20px;
}
nav ul li a {
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 6px;
    color: #005bac;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
}
nav .info ul li a {
    background-color: rgba(230,230,0,0.3);
}
nav .course ul li a {
    background-color: rgba(0,200,0,0.2);
}
nav .blog ul li a {
    background-color: rgba(0,50,200,0.1);
}
nav .info ul li a:hover {
    background-color: rgba(255,255,0,0.5);
}
nav .course ul li a:hover {
    background-color: rgba(0,255,0,0.5);
}
nav .blog ul li a:hover {
    background-color: rgba(0,50,250,0.3);
}
nav ul li a:hover {
    transition: background-color 0.5s ease 0s, font-weight 0.5s, color 0.5s ease 0s;
    font-weight: 700;
    -webkit-transition: background-color 0.5s ease 0s, font-weight 0.5s, color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s, font-weight 0.5s, color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s, font-weight 0.5s, color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s, font-weight 0.5s, color 0.5s ease 0s;
ul li a
}
nav ul li .new:hover {
    background-color: #FF0;
}
#nega {
    margin-right: -5px;
}
#nega h2 {
    font-size: 23px;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    color: #00418f;
}
main h1 {
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 5px;
    color: #e5006e;
    padding-bottom: 5px;
    border-bottom: 3px solid #e5006e;
}
main p {
    font-size: 120%;
    font-weight: 400;
}
.contents01 {
    overflow: hidden;
    margin-bottom: 20px;
}
#aisatu {
    float: left;
    height: auto;
    width: 46%;
}
#new {
    border: 1px solid #e5006e;
    border-radius: 10px;
    width: 49%;
    float: right;
    padding: 0.5% 1% 1%;
}
#new dl {
    height: 130px;
    overflow: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    margin-top: 5px;
    font-size: 90%;
    line-height: 1.3;
}
#new dt {
    float: left;
    width: 7em;
    padding-bottom: 0.2em;
    font-weight: 400;
}
#new dd {
    margin-left: 7em;
    padding-bottom: 0.5em;
    line-height: 1.3;
}
#new dd a {
    color: #e5006e;
}
#new dd a:hover {
    text-decoration: underline;
    font-weight: 500;
}
footer p {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
nav ul li .new {
    background-color: rgba(255,255,0,0.5);
}
nav ul li .new:after {
    content: "NEW";
    margin-left: 10px;
    color: #F00;
    font-size: 100%;
    display: inline-block;
}
.wakuwaku {
    clear: both;
    border: 1px solid #e5006e;
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
}
.wakuwaku h1 {
    line-height: 1.5;
    background-color: #FFC;
    font-size: 150%;
    border: 2px solid #e5006e;
    border-radius: 40px;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 1px;
}
.wakuwaku dl dt {
    font-size: 20px;
    border-bottom: 3px solid #e5006e;
    border-left: 3px solid #e5006e;
    border-top-style: none;
    border-right-style: none;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wakuwaku dl dd {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}
.syokai3000 {
    font-size: 100%;
    margin-bottom: 20px;
    font-weight: 400;
}
#table_box {
    float: left;
    margin-right: 2%;
    margin-top: 1%;
    width: 60%
}
#timetable table {
    font-size: 19px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
#timetable th, #timetable td {
    padding: 10px;
    font-weight: 700;
    line-height: 1;
}
#table_box ul li {
    font-size: 23px;
    font-weight: 700;
}
#telinfo {
    margin-top: 10px;
    float: left;
    width: 38%;
}
.tel {
    color: #F00;
    font: 220% "Arial Black", Gadget, sans-serif;
}
.tel02 {
    font-size: 100%;
    line-height: 1.3;
    margin-top: 5px;
}
.tel03 {
    font-size: 80%;
    line-height: 1.3;
    margin-top: 5px;
}
#telinfo h2 {
    font-size: 20px;
    border-bottom: 3px solid #e5006e;
    border-left: 3px solid #e5006e;
    border-top-style: none;
    border-right-style: none;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.table_pink {
    background-color: #fdf;
}
.table_blue {
    background-color: #dff;
}
.table_yellow {
    background-color: #FFC;
}
.jr_color {
    background-color: #D6F074;
}
.akamaru {
    color: #FF0000;
}
.hangdown01 {
    position: absolute;
    top: 40px;
    right: 0px;
}
.hangdown02 {
    position: absolute;
    top: 50px;
    left: 0px;
}
.hide {
    display: none;
}
.hang1 {
    animation-name: fadein;
    animation-duration: 1s;
    position: absolute;
    right: 0%;
    top: 5px;
}
.hang2 {
    animation-name: fadein;
    animation-duration: 1.2s;
    position: absolute;
    right: 0%;
    top: 150px;
}
.hang3 {
    animation-name: fadein;
    animation-duration: 1.4s;
    position: absolute;
    right: 0%;
    top: 300px;
}
.hang4 {
    animation-name: fadein2;
    animation-duration: 1s;
    position: absolute;
    left: 0%;
    top: -6px;
}
.hang5 {
    animation-name: fadein2;
    animation-duration: 1.2s;
    position: absolute;
    left: 0%;
    top: 155px;
}
.hang6 {
    animation-name: fadein2;
    animation-duration: 1.4s;
    position: absolute;
    left: 0%;
    top: 310px;
}
.hang1:hover, .hang2:hover, .hang3:hover, .hang4:hover, .hang5:hover, .hang6:hover {
    opacity: 0.8;
}
.coronatxt a {
    font-weight: bold;
    color: #F00;
    line-height: 1.5;
    width: 80%;
    border: 2px solid #F00;
    display: block;
    margin: 5px auto 10px;
}
#wrapper header p a:hover {
    opacity: 0.5;
}
#kokuti {
    width: 78%;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    margin: 10px auto;
    font-family: "游明朝 Demibold", "小塚明朝 Pro B", serif;
}
.nowrap {
    white-space: nowrap;
    font-family: "游明朝 Demibold", "小塚明朝 Pro B", serif;
}
#totop_btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
#totop_btn.on {
    visibility: visible;
    opacity: 1;
}
@keyframes fadein {
from {
opacity: 0;
transform: translateY(-230px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadein2 {
from {
opacity: 0;
transform: translateY(-230px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
}

/* .--------768px--------- {
} */

@media screen and (max-width:768px) {
#wrapper {
    width: 95%;
}
header h1 img {
    width: 60%;
    height: auto;
}
header p {
    font-size: 100%;
}
nav ul li a {
    width: 230px;
}
#new dt {
    float: none;
}
#new dd {
    margin-left: 1em;
}
#table_box {
    float: none;
    width: 100%
}
#timetable table {
    margin-top: 10px;
    font-size: 18px;
}
#wakuwaku h1 {
    width: 96%;
    margin-bottom: 10px;
}
#telinfo {
    float: none;
    width: 100%;
}
.hangdown01, .hangdown02 {
    width: 120px;
}
.hang1, .hang2, .hang3 {
    right: 0px;
}
.hang4, .hang5, .hang6 {
    left: 0%;
}
.hang2 {
    top: 120px;
}
.hang3 {
    top: 240px;
}
.hang5 {
    top: 120px;
}
.hang6 {
    top: 240px;
}
}

/* .--------480px--------- {
} */

@media screen and (max-width:480px) {
body {
    background-image: linear-gradient(white, lightblue);
}
#wrapper {
    width: 90%;
    background-size: 100%;
}
header h1 img {
    width: 100%;
    height: auto;
}
.coronatxt a {
    width: calc(100% - 4px);
}
nav {
    width: 100%;
    display: none;
    margin-top: 5px;
}
main {
    width: 96%;
    padding: 2%;
    margin-top: 10px;
    border-radius: 15px;
}
#nega {
    margin-right: 0px;
}
nav ul li {
    display: block;
}
nav ul li a {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
nav ul li a:hover {
    background-color: #fff;
    transition: background-color 0.5s ease 0s, font-size 0.5s, color 0.5s ease 0s;
    font-size: 130%;
}
#head_link {
    right: 2%;
}
#aisatu {
    width: 100%;
}
#new {
    width: 97%;
    margin-top: 10px;
margin-bottom:;
}
#aisatu p {
    font-size: 105%;
}
footer {
    width: 100%;
}
footer p {
    font-size: 90%;
}
#totop_btn {
    position: fixed;
    right: -40px;
    bottom: 0px;
}
#totop_btn img {
    width: 70%;
    height: auto;
}
#list {
    width: 100%;
    background-color: rgba(230,0,94,0.8);
    position: relative;
    line-height: 40px;
    display: block;
    border-radius: 6px;
    margin-top: 0px;
}
#list p {
    text-align: center;
    color: #FFF;
    font-size: 180%;
    font-weight: 500;
    cursor: pointer;
}
.line {
    background-color: #FFF;
    height: 6px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 3px;
    margin-top: -3px;
    -ms-transition: all .2s .2s;
    -o-transition: all .2s .2s;
    transition: .2s;
}
.line:before, .line:after {
    background-color: #FFF;
    content: "";
    height: 6px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: .3s;
}
.line:before {
    margin-top: -12px;
}
.line:after {
    margin-top: 12px;
}
#timetable table {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding: 3px;
}
#table_box ul li {
    font-size: 16px;
}
.wakuwaku h1 {
    font-size: 130%;
}
.wakuwaku dl dt {
    font-size: 18px
}
.wakuwaku dl dd {
    font-size: 16px
}
/*クリックしたら追加されるスタイル*/
span.close {
    background: transparent;
}
span.close:before, span.close:after {
    margin-top: 0;
}
span.close:before {
    transform: rotate(-45deg);
}
span.close:after {
    transform: rotate(-135deg);
}
.hangdown01, .hangdown02 {
    width: 100px;
}
.hang2 {
    top: 100px;
}
.hang3 {
    top: 200px;
}
.hang5 {
    top: 100px;
}
.hang6 {
    top: 200px;
}
.tt_content {
    font-size: 14px;
    line-height: 1.3;
}
.tt_content a {
    color: #000;
    text-decoration: underline;
}
.tt_content a:hover {
    color: #e5006e;
}
}
