@charset "utf-8";
/* CSS3 Document */
/* ########################### Global ###########################  */
body {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
    color: #575757;
    font-size: 1em;
    left: auto;
    background-color: #FFFFFF;
}
.mes{
    font-weight: bold;
    color: #738B56;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-top: 2em;
    margin-bottom: 1em;
    border-top: thin solid #738B56;
    border-bottom: thin solid #738B56;
}
.present{
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
}
.present img{
    border-radius: 10px;
    border: 3px solid #FF599A;
}

.li-indent{
    text-indent: -1em;
    padding-left: 1em;
}
.li-indent-margin{
    text-indent: -1em;
    margin-bottom: 1em;
    margin-left: 1em;
}
.teacher-head{
    background-color: #738B56;
}
.teacher-head img{
    width: 60%;
}
.day{
    width: 44%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hov_zoom a img:hover{
	transform:scale(1.1);
	transition:0.3s;
    }
.bg_logo{
    background-color: #FFFFFF;
    text-align: center;
}
.logo-presents{
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1%;
}
.logo-presents img{
vertical-align: bottom;

}
.lh-1em{
    line-height: 1em;
}
.teacher_name{
    font-size: 300%;
    font-weight: bold;
}
.gothic{
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

.headline-yellow{
    background-color: #FFEFBF;

}
.headline-blue{
    background-color: #C3D8FF;
}
.headline-pink{
    background-color: #FFCBDD;

}
.teacher{
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5% 0.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    margin-bottom: 1em;
    color: #738B56;
    padding-bottom: 2em;
    padding-top: 2em;
}
.teacher-itemA{
    flex-direction: column;
    margin-bottom: 1em;
    width: 43%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
}
.teacher-itemA img{
    border-radius: 20px;
}
.teacher-itemB{
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 108%;
}
.teacher-itemC{
    align-items: center;
    flex-wrap: wrap;
    width: 32%;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
}
.jag-pink {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #FFF3F7;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: bottom;
}

.jag-pink::before {
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.jag-pink::before {
    top: -40px;
    background: linear-gradient(45deg, #FFF3F7 20px, transparent 0), linear-gradient(315deg, #FFF3F7 20px, transparent 0);
    background-size: 40px 40px;
}

.jag-green {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #EFFFDE;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: bottom;
}

.jag-green::before {
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.jag-green::before {
    top: -40px;
    background: linear-gradient(45deg, #EFFFDE 20px, transparent 0), linear-gradient(315deg, #EFFFDE 20px, transparent 0);
    background-size: 40px 40px;
}
.jag-yellow {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #ffffe3;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: bottom;
}

.jag-yellow::before {
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.jag-yellow::before {
    top: -40px;
    background: linear-gradient(45deg, #FFFFE3 20px, transparent 0), linear-gradient(315deg, #FFFFE3 20px, transparent 0);
    background-size: 40px 40px;
}

.jag-blue {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #e5eeff;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: bottom;
}

.jag-blue::before {
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.jag-blue::before {
    top: -40px;
    background: linear-gradient(45deg, #e5eeff 20px, transparent 0), linear-gradient(315deg, #e5eeff 20px, transparent 0);
    background-size: 40px 40px;
}

.jag-white {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: bottom;
}

.jag-white::before {
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.jag-white::before {
    top: -40px;
    background: linear-gradient(45deg, #FFFFFF 20px, transparent 0), linear-gradient(315deg, #FFFFFF 20px, transparent 0);
    background-size: 40px 40px;
}
.ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background-color: #E70000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon17:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}
.txt-right{
    text-align: right;
}
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: auto;
    width: auto;
  }
.u_line{
    border-bottom: medium solid #738B56;
}
nav img{
    max-height: 100px;
}
.bg_cwhite{
    background-color: rgba(255,255,255,0.74);
}
.txt-left{
    text-align: left;
    display: inline-block;
}
.bottom-item{
margin-top: auto;
}
.headline1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.6em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 30px;
    margin-top: 2em;
    width: 70%;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #738B56;

}
.headline2{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0.6em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    background-image: repeating-linear-gradient(-45deg, #ffe1eb, #ffe1eb 3px, #FFCBDD 3px, #FFCBDD 7px);
    background-color: #FFCBDD;
    width: 40%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.4em;
    border-radius: 30px;
    padding-bottom: 0.3em;
}
.headline3{
    font-weight: bold;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.4em;
    border-radius: 30px;
    padding-bottom: 0.3em;
    font-size: 140%;
    color: #FB9FBF;
}
.tbl {
    table-layout: fixed;
    width: 100%;
    border: 2px solid #959595;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: medium;
}
.tbl thead th {
	background:#AD002D;
	font-weight: bold;
	color:#fff;
}
.tbl tbody th,
.tbl tfoot th {
    border-bottom: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
}
.tbl tbody td,
.tbl tfoot td {
    text-align: center;
    border-bottom: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
    font-size: 130%;
}
.tbl tr:nth-child(2n) th, 
.tbl tr:nth-child(2n) td {
    background: #FBFBF6;
}
.pc_line{
display:inline;
}
.sp_line{
display:none;
}
.floating-banner {
    position: fixed;
    z-index: 200;
    bottom: 0px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    vertical-align: top;
}
.floating-banner img{
    vertical-align: bottom;
}
.banner-close {
    position: absolute;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    left: auto;
    right: 0%;
    width: 3vw;
    font-size: 80%;
    height: 2vw;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
ul {
    margin: 0;
}
h1,h2,h3,h4,p {
    margin: 0;
}
li{
list-style: none;
}
.p2em{
    padding-top: 1em;
    padding-bottom: 1em;
}
.headline{
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    background-image: repeating-linear-gradient(-45deg, #ffa3a3, #ffa3a3 3px, #fa8282 3px, #fa8282 7px);
    color: #ffffff;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 150%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FF8C8E;
    margin-bottom: 1em;
    border-radius: 30px;
}
.topimg{
    position: relative;
    background-color: #FFEFEF;
}
.topimg img{
    vertical-align: bottom;
}
.img80 img{
    width: 80%;
}
.img70 img{
    width: 70%;
}
.img60 img{
    width: 60%;
}
.img50 img{
    width: 50%;
}
.mk{
background:linear-gradient(transparent 60%, #ff6 60%);
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.s_block{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s_block a:visited{
    color: #FF5146;
}
.s_block a:link{
    color: #FF5146;
}
.s_block a:hover{
    color: #FF837B;
}
.bottom{
    vertical-align: bottom;
}
a{
    word-wrap: break-word;
    text-decoration: none;
}
.wr{
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.header img{
    vertical-align: bottom;
}
.header{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    text-align: center;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 0px;
    border-bottom-width: medium;
}
.section{
    background-color: #CCCCCC;
    color: #232323;
    padding-left: 1em;
    border-radius: 30px;
    text-align: center;
}
.txt{
    text-align: left;
    font-family: M PLUS 1 Code;
    margin-right: auto;
    margin-left: auto;
}
.cnt{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 0.5% 0.5%;
    padding-left: 3%;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
}
.cnt-item3{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    width: 32%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 2em;
    padding-top: 2em;
}
.cnt-item2{
    flex-direction: column;
    margin-bottom: 1em;
    width: 48%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 0px;
  }
.border-pink{
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    border: medium solid #FCA3B7;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.cnt-item1{
    margin-bottom: 1em;
    width: 90%;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 120%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.f_link a:link{
    color: #F00059!important;
}
.f_link a:visited{
    color: #F00059!important;
}
.f_link a:hover{
    color: #FF679F!important;
}
.cnt_image{
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    will-change: transform;
}
.cnt_image img{
    vertical-align: top;
}
.d1{
    width: 99%;
    margin-top: 0px;
    display: block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    margin-bottom: 2%;
}
.d2{
    width: 43%;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 2%;
}
.d3{
    width: 28%;
    aspect-ratio: 1 / 1;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    box-shadow: 1px 1px 5px rgba(158,158,158,0.46);
    margin-bottom: 2%;
    position: relative;
    transition: 1s all;
    overflow: hidden;
}
.d4{
    width: 19%;
    padding-left: 0.5em;
    margin-top: 0px;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.maru{
    text-indent: -1em;
    list-style-position: inside;
    list-style: none;
    margin-bottom: 1em;
    margin-left: 1em;
}
.maru:before {
    content: "● ";
}
.maru2{
    text-indent: -0.7em;
    list-style-position: inside;
    list-style: none;
}
.maru2:before {
    content: "●  ";
    font-size: 40%;
    vertical-align: middle;
}
.kome{
    text-indent: -1em;
    list-style-position: inside;
    list-style: none;
    padding-left: 1em;
    margin-bottom: 1em;
}
.kome:before {
    content: "※ ";
    margin-left: -0.3em;
    line-height: 1em;
}
.num{
    text-indent: -1px;
    list-style-position: inside;
    list-style: none;
    font-size: 110%;
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 1em;
}
.btn a :hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.go_top {
	top: 95%;
	position: fixed;
	right: 1px;
	z-index: 1;
}
.leftclear {
	width: auto;
	height: auto;
	clear: left;
	float: none;
	margin-right: 0px;
}

.uline{
    border-bottom: medium solid #575757;
    margin-bottom: 1em;
}
#top{
	top: 0px;
	position: absolute;
}
#page-top {
    position: fixed;
    text-align: right;
    padding-bottom: 0px;
    cursor: pointer;
    z-index: 500;
    margin-bottom: 2em;
}
#page-top img{
    vertical-align: bottom;
}
.button {
    display: block;
    padding-right: 1em;
    padding-left: 1em;
    text-decoration: none!important;
    color: #FFFFFF!important;
    overflow: hidden;
    font-size: 150%;
    font-weight: bold;
    overflow-x: hidden;
    word-break: break-all;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #F74F89;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    margin-top: 1em;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    width: 40%;
    text-align: center;
}

.button a:visited {
    background-color: #D10088;
	color: #FFFFFF!important;
}
.button:hover {
    background-color: #FF95B9;
    color: #FFFFFF!important;
    border-color: #293855;
}
.ib{
    display: inline-block;
    text-indent: 0px;
}
.win20{
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
.win30{
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
.win40{
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
.win50{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
.win60{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.win70{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    z-index: 30;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.win80{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 10px;
}
.win90{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.win100{
    width: 100%;
}
img {
    border: none;
    max-width: 100%;
}
.youtube iframe {
	position: absolute;
	top: -3px;
	right: 1px;
	width: 100% !important;
	height: 100% !important;
}
.youtube{
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.24%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.center {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    text-align: center;
    bottom: 0px;
}
.f_90{
	font-size: 90%;
}
.f_80{
	font-size: 80%;
}
.f_70{
	font-size: 70%;
}
.f_60{
    font-size: 60%;
    vertical-align: middle;
}
.f_110{
    font-size: 110%;
}
.f_120{
    font-size: 120%;
}
.f_130{
    font-size: 130%;
}
.f_140{
    font-size: 140%;
}
.f_150{
    font-size: 150%;
}
.f_250{
    font-size: 250%;
}
.f_b110{
    font-size: 110%;
    font-weight: bold;
}
.f_b120{
    font-size: 120%;
    font-weight: bold;
}
.f_b130{
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.f_b140{
    font-size: 140%;
    font-weight: bold;
}
.f_b150{
    font-size: 150%;
    font-weight: bold;
}
.f_b180{
    font-size: 180%;
    font-weight: bold;
}
.f_b250{
    font-size: 280%;
    font-weight: bold;
}
.f_red{
    color: #E40011;
}
.f_crimson{
    color: #F70004;
}
.f_grey{
    color: #6A6A6A;
}
.f_blue{
    color: #005CEC;
}
.f_pink{
    color: #D31477;
}
.f_green{
    color: #738B56;
}
.f_white{
    color:#FFFFFF;
}
.bg_white{
    background-color: #FFFFFF;
    margin-bottom: 3em;
}
.bg_yellow{
    background-color: #FFFFE3;
    color: #3A2D00;
    
}
.bg_grey{
    background-color: #EDEDED;
}
.bg_blue{
    background-color: #E5EEFF;
        background-image: url(../img/bg_n.png);
    background-size: contain;
    background-repeat: repeat;
}
.bg_pink{
    background-color: #FFF3F7;
    background-image: url(../img/bg_pink.png);
    background-size: contain;
    background-repeat: repeat;
    margin-top: 0px;
}
.bg_gr{
background: rgb(255,225,236);
background: linear-gradient(-60deg, rgba(255,225,236,1) 10%, rgba(255,253,222,1) 93%);
}
.bg_green{
    background-color: #EFFFDE;
    background-image: url(../img/bg_green.png);
    background-size: contain;
    background-repeat: repeat;
}
.bg_orange{
    background-color: #FDFFD6;
}
.footer-area {
    margin-top: 20px;
    margin-top: 1%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #000000;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}
.footer-list {
	padding: 3px 3px 3px 3px;
	display: inline-block;
	font-size: 60%;
}
#footer {
    margin-top: 3%;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    position: relative;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #060606;
	text-decoration: underline;
}
#footer a:visited {
	color: #333333;
}
#footer a:visited:hover {
	color: #f17100;
}
#footer img{
}
.copyright {
    padding-top: 0.2%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.2%;
    font-size: 80%;
    background-color: #FFCBDD;
    color: #ffffff;
    text-align: center;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

/* ########################### PC ###########################  */
@media screen and (min-width:769px) {
body {
    left: auto;
    top: auto;
}

.windowpc{
	display: inline;
}
.windowsp{
	display: none;
}
.menusp{
	display: none;
}
.ibs{
    display: inline-block;
}
}

/* ########################### SP ###########################  */
@media screen and (max-width:768px) {
body {
    font-size: 100%;
}
.windowpc{
	display: none;
	position: relative;
}
.windowsp{
	display: inline;
}
.menusp{
    display: block;
}
.header_btn{
    top: 90%;
    left: 38%;
    width: 26%;
}
.button{
    display: inline-block;
    border-radius: 6px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: auto;
}
.d1{
    width: 90%;
}
.d2{
    width: 90%;
}
.d3{
    width: 90%;
}
.d4{
	width:90%;
}
.win20{
    width: 90%;
}
.win30{
    width: 90%;
}
.win40{
    width: 90%;
}
.win50{
    width: 90%;
}
.win50{
    width: 90%;
}
.win60{
    width: 90%;
}
.win70{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.win80{
    width: 100%;
}
.win90{
    width: 90%;
}
#footer img {
	width: 70%;
}
.txt{
    padding-left: 0px;
    padding-right: 0px;
}
.button{
    width: 90%;
}
.txt1em{
    margin-left: 0px;
}
.img80 img{
    width: 100%;
}
.img70 img{
    width:  100%;
}
.img60 img{
    width:  100%;
}
.img50 img{
    width:  100%;
}
li{
    padding-left: 0.5em;
}
.news-text{
  flex-wrap: wrap;
}
.button {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.cnt {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.cnt-item1 {
    width: 98%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.cnt-item2 {
    width: 98%;
    margin-bottom: 2em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.cnt-item3 {
    width: 98%;
    font-size: 60%;
    margin-bottom: 2em;
}
.floating-banner {
    position: fixed;
    z-index: 200;
    width: 100%;
    bottom: 0px;
}
.floating-banner img{
    vertical-align: bottom;
    margin-bottom: 0px;
    top: auto;
}
.banner-close{

}
.pc_line{
display:none;
}
.sp_line{
display:inline;
}
.s_block{
    width: 100%;
}
.headline2{
    width: auto;
}
.kome{
    margin-left: 0px;
    padding-left: 0px;
}
.maru{

}
.headline1{
    width: 90%;
}
.cpy{
    font-size: 80%;
}
.teacher {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}
.teacher-itemB,.teacher-itemD.teacher-itemC{
    width: auto;
    margin-left: auto;
}
.teacher-itemA{
    width: 60%;
}
.maru{
    margin-left: 0px;
}
.logo-presents{
    width: 50%;
}
.day{
    width: 70%;
}
.teacher-head img{
    width: 100%;
}
.li-indent{
    margin-left: 0px;
}
.present{
    width: 70%;
}

}
@media print {
    body {

    }
    #header{
    	display: none;
    }
    .windowpc{
	display: inline;
}
.windowsp{
	display: none;
}
}
