:root {
    --sg-blue: #004EA2;
    --sg-light-blue: #41A1BE;
    --sg-for-students: #DA923E;
    --sg-for-parents: #41A1BE;
    --sg-line-color: #06C755;
    --sg-heading-font: "Antonio", sans-serif;
    --sg-light-orange: #f7e9d1;
    --sg-orange: #FCD68C;

    --sg-course-color01: #e29692;
    --sg-course-icon-bg01: #d66863;

    --sg-course-color02: #9abd9f;
    --sg-course-icon-bg02: #6ea176;

    --sg-course-color03: #e7b284;
    --sg-course-icon-bg03: #dc914f;

    --sg-course-color04: #97a8d0;
    --sg-course-icon-bg04: #6a83bb;

    --sg-course-color05: #95bfcf;
    --sg-course-icon-bg05: #67a4ba;

    --sg-course-color06: #e5b4d0;
    --sg-course-icon-bg06: #da94bb;

    --sg-course-color07: #e4c788;
    --sg-course-icon-bg07: #d9af54;
}

p{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
h2{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
h3{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.1rem + .6vw);
}
h4,h5,h6{
  font-family: "Zen Maru Gothic", serif;
}

img {
    max-width: 100%;
    height: auto;
}

.sg-icon-rounded {
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.sg-bg-blue {
    background-color: var(--sg-blue);
}

.sg-bg-light-orange {
    background-color: var(--sg-light-orange);
}

@media screen and (width >= 992px) {
    .sg-logo {
        width: 100%;
    }
}

.sg-header-nav-lg {
    display: none;
}

@media screen and (width >= 992px) {
    .sg-header-nav-lg {
        flex: 0 0 31%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
}

.sg-flex-50 {
    flex: 0 1 50%;
}

.sg-nav-list-lg-item {
    flex: 1 1 auto;
    border-right: solid 1px;
}

.sg-nav-list-lg-item:first-child {
    border-left: solid 1px;
}

.sg-nav-list-lg-link {
    color: #444;
    padding: 4px 8px;
    text-align: center;
}

.sg-nav-list-lg-link:hover {
    color: #999;
}

.sg-global-nav-lg {
    display: none;
}

@media screen and (width >= 992px) {
    .sg-global-nav-lg {
        display: block;
        background-color: var(--sg-light-blue);
        padding-top: 8px;
        padding-bottom: 8px;

    }
}

.sg-global-nav-item {
    flex: 1 0 25%;
    border-right: solid 1px #fff;
}

.sg-global-nav-item:first-child {
    border-left: solid 1px #fff;
}

.sg-global-nav-link {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sg-global-nav-link:hover {
    color: #fff;
    background-color: #6db8d9;
}


.sg-tel-lg {
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}

.sg-tel-lg a {
	color: 000;
}

.sg-tel-lg > small {
    font-size: 14px;
}

.sg-nav {
    list-style: none;
    width: 100%;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.sg-nav-link {
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

.sg-nav-link-img {
    width: 20%;
}

.sg-for-students-bg {
    background-color: var(--sg-for-students);
}

.sg-for-parents-bg {
    background-color: var(--sg-for-parents);
}

.sg-icon-circle-bg {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.sg-btn-bg-inquiry {
    background-color: #F9EAD2;
}

.sg-btn-bg-inquiry2 {
    background-color: #F6AF3D;
}

.sg-icon-inquiry {
    background-color: #F39800;
}

.sg-btn-bg-tel {
    background-color: #A3CADD;
}

.sg-icon-tel {
    background-color: #41A1BE;
}

.sg-line {
    background-color: var(--sg-line-color);
}

.sg-line-text {
    color: var(--sg-line-color);
    font-weight: bold;
}

.sg-midashi {
	color: var(--sg-light-blue);
	font-weight: bold;
	display: inline;
	padding-right: 4px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	line-height: 3rem;
}

.sg-midashi-number {
    font-family: var(--sg-heading-font);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    vertical-align: -5px;
    font-size: 2em;
    margin-right: 8px;
}

.sg-midashi-sub {
    color: var(--sg-light-blue);
    font-weight: bold;
    border: none;
    display: block;
    margin-top: 8px;
}

.sg-detail-link-title {
    background-color: var(--sg-light-orange);
    border: 2px solid var(--sg-orange);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    gap: 15px;
    font-family: "Zen Maru Gothic", serif;
      font-weight: 500;

}

.sg-detail-link-img {
    max-width: 25%;
}

@media screen and (width >= 768px) {
    .sg-detail-link-img {
        width: 12%;
    }
}

@media screen and (width >= 992px) {
    .sg-detail-link-img {
        width: 18%;
    }
}

.sg-icon-white {
    color: rgba(255, 255, 255, .8);
    height: 100%;
}

.sg-bg-orange {
    background-color: var(--sg-orange);
}

.sg-detail-link-gray {
    font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
    border: solid 2px #888;
    text-decoration: none;
    color: #444;
    padding: 12px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.sg-detail-link-gray:hover {
    background-color: #eee;
}

.sg-tokucho-list {
    color: #444;
    border: solid 2px #aaa;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sg-tokucho-list-icon {
    background-color: #888;
    border-radius: 50%;
    padding: 4px;
}

.sg-course {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

.sg-course__item {
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sg-course-item-title-box {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sg-course-item-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
}

.sg-course-item-title2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.sg-course__item01 {
    background-color: var(--sg-course-color01);
}

.sg-course__text01 {
	color: rgba(190,103,99,1.00);
}

.sg-course__item02 {
    background-color: var(--sg-course-color02);
}

.sg-course__text02 {
	color: rgba(133,176,111,1.00);
}

.sg-course__item03 {
    background-color: var(--sg-course-color03);
}

.sg-course__text03 {
	color: rgba(201,143,84,1.00);
}

.sg-course__item04 {
    background-color: var(--sg-course-color04);
}

.sg-course__text04 {
	color: rgba(113,130,183,1.00);
}

.sg-course__item05 {
    background-color: var(--sg-course-color05);
}

.sg-course__text05 {
	color: rgba(124,163,184,1.00);
}

.sg-course__item06 {
    background-color: var(--sg-course-color06);
}

.sg-course__text06 {
	color: rgba(200,147,184,1.00);
}

.sg-course__item07 {
    background-color: var(--sg-course-color07);
}
.sg-course__text07 {
	color: rgba(205,174,91,1.00);
}


.sg-course__icon {
    color: rgba(255, 255, 255, .7);
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sg-course-icon01 {
    background-color: var(--sg-course-icon-bg01);
}

.sg-course-icon02 {
    background-color: var(--sg-course-icon-bg02);
}

.sg-course-icon03 {
    background-color: var(--sg-course-icon-bg03);
}

.sg-course-icon04 {
    background-color: var(--sg-course-icon-bg04);
}

.sg-course-icon05 {
    background-color: var(--sg-course-icon-bg05);
}

.sg-course-icon06 {
    background-color: var(--sg-course-icon-bg06);
}

.sg-course-icon07 {
    background-color: var(--sg-course-icon-bg07);
}

.sg-schooling-box {
    line-height: 2.5;
    padding-left: 16px;
}

.sg-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.sg-message__text {
    flex: 1 0 65%;
    padding-right: 12px;
}

.sg-news-bg {
    background-color: var(--sg-light-orange);
}

.sg-news-title {
    color: var(--sg-light-blue);
    border-bottom: solid 2px;
    padding-bottom: 5px;
    display: inline-block;
    width: 180px;
}

@media screen and (width >= 500px){
    .sg-news-item {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media screen and (width >= 500px) {
    .sg-news-date {
        flex: 0 1 20%;
    }
}

.sg-news-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sg-news-item > p {
    margin-bottom: 0;
}

.sg-embed {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.sg-footer-nav {
    padding-left: 0;
    list-style-type: none;
}

.sg-footer-nav__link {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	text-decoration: none;
	color: #444;
	font-size: 0.9rem;
}

@media screen and (width >= 992px) {
    .sg-footer-nav__item:not(:last-child) {
        margin-bottom: 12px;
    }
}

.sg-footer-nav__link:hover {
    color: #888;
}

@media screen and (width >= 768px) {
    .sg-footer-company {
        order: 1;
        display: flex;
        gap: 24px;
    }

    .sg-footer-links {
        order: 3;
    }

    .sg-footer-map {
        order: 2;
    }
}

.sg-pagetop {
    text-decoration: none;
    position: fixed;
    line-height: 1;
    right: 14px;
    bottom: 70px;
    opacity: 0;
}

.sg-pagetop.is-visible {
    opacity: .5;
    transition: opacity .5s ease-in-out;
}

.sg-pagetop > a {
    color: var(--sg-light-blue);
}

.sg-sticky-footer {
    display: flex;
    font-size: 13px;
    opacity: 0;
}

.sg-sticky-footer.is-visible {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

@media screen and (width >= 500px){
    .sg-sticky-footer {
        display: none;
    }
}

.sg-sticky-footer-item {
    flex: 0 0 calc(100vw / 3);
}


.table-scroll {
  overflow-x: auto;
}
.table_design01 {
  border-collapse: collapse;
  min-width: 700px;
  text-align: center;
}
.table_design01 th, .table_design01 td {
  padding: .5em 1em;
  border: 1px solid rgba(190,103,99,1.00);
}
.table_design01 th {
  background: rgba(190,103,99,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(190,103,99,1.00);
}
.table_design01 th:last-of-type {
  border-right: 1px solid rgba(190,103,99,1.00);
}

.table_design02 {
  border-collapse: collapse;
  min-width: 700px;
  text-align: center;
}
.table_design02 th, .table_design02 td {
  padding: .5em 1em;
  border: 1px solid rgba(133,176,111,1.00);
}
.table_design02 th {
  background: rgba(133,176,111,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(133,176,111,1.00);
}
.table_design02 th:last-of-type {
  border-right: 1px solid rgba(133,176,111,1.00);
}

.table_design03 {
  border-collapse: collapse;
  min-width: 400px;
  text-align: center;
}
.table_design03 th, .table_design03 td {
  padding: .5em 1em;
  border: 1px solid rgba(201,143,84,1.00);
}
.table_design03 th {
  background: rgba(201,143,84,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(201,143,84,1.00);
}
.table_design03 th:last-of-type {
  border-right: 1px solid rgba(201,143,84,1.00);
}

.table_design04 {
  border-collapse: collapse;
  min-width: 500px;
  text-align: center;
}
.table_design04 th, .table_design04 td {
  padding: .5em 1em;
  border: 1px solid rgba(113,130,1834,1.00);
}
.table_design04 th {
  background: rgba(113,130,183,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(113,130,183,1.00);
}
.table_design04 th:last-of-type {
  border-right: 1px solid rgba(113,130,183,1.00);
}

.table_design05 {
  border-collapse: collapse;
  min-width: 500px;
  text-align: center;
}
.table_design05 th, .table_design05 td {
  padding: .5em 1em;
  border: 1px solid rgba(124,163,184,1.00);
}
.table_design05 th {
  background: rgba(124,163,184,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(124,163,184,1.00);
}
.table_design05 th:last-of-type {
  border-right: 1px solid rgba(124,163,184,1.00);
}

.table_design06 {
  border-collapse: collapse;
  min-width: 500px;
  text-align: center;
}
.table_design06 th, .table_design06 td {
  padding: .5em 1em;
  border: 1px solid rgba(200,147,184,1.00);
}
.table_design06 th {
  background: rgba(200,147,184,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(200,147,184,1.00);
}
.table_design06 th:last-of-type {
  border-right: 1px solid rgba(200,147,184,1.00);
}

.table_design07 {
  border-collapse: collapse;
  min-width: 700px;
  text-align: center;
}
.table_design07 th, .table_design07 td {
  padding: .5em 1em;
  border: 1px solid rgba(205,174,91,1.00);
}
.table_design07 th {
  background: rgba(205,174,91,1.00);
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid rgba(205,174,91,1.00);
}
.table_design07 th:last-of-type {
  border-right: 1px solid rgba(205,174,91,1.00);
}

.cor-box{
	background-color: #DA923E;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	color: #fff;
	border-radius: 10px;
}
.cor-text{
	color: #DA923E;
}
.merit{
	background-color: hsla(32,68%,55%,0.20);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.merit-title{
	background-color: hsla(32,68%,55%,0.40);
	color: #A76820;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: 700;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.merit-title-sub{
	color: #A76820;
	font-weight: 700;
text-indent: -1em;
  padding-left: 1em;}
.merit-text{
	padding-left: 30px;
}
.demerit{
	background-color: hsla(76,75%,70%,0.10);
    padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.demerit-title{
	background-color: hsla(76,75%,70%,0.40);
	color: #8EA13C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: 700;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
.demerit-title-sub{
	color: #8EA13C;
	font-weight: 700;
text-indent: -1em;
  padding-left: 1em;
}
.demerit-text{
	padding-left: 30px;
}
.about-title-sub{
  text-indent: -4em;
  padding-left: 4em;
}
.about-text{
  padding-left: 6em;
}
.schooling-ul{
	color: #41A1BE;
	line-height: 1.6em;
}
.schooling-li{
    margin-top:1em;
    margin-bottom:1em;
}
.students-copy{
	text-align: center;
	font-size: 1.1em;
}
.students-ul{
	line-height: 1.6em;
}
.students-li{
    margin-top:1em;
    margin-bottom:1em;
}
.table_students {
	border-collapse: collapse;
  width: 100%;
	max-width: 700px;
	margin-top: 20px;
}
.table_students th, .table_students td {
  border-bottom: 2px solid #c1c7c6;
  padding: 0.5em;
}
.table_students th {
  border-bottom: 2px solid #4d9bc1;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.table_students-waku {
  background-color: hsla(194,49%,50%,0.20);
}
.table_students-waku td {
  border-bottom: 1px solid #fff;
}
.table_students2 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.table_students2 th, .table_students2 td {
  padding: .2em .2em;
  border: 1px solid #c1c7c6;
}
.table_students2 th {
  border-bottom: 2px solid #41A1BE;
}
.parents-indent{
  text-indent: -1em;
  padding-left: 1em;
}
.parents-box{
	background-color: hsla(195,9%,43%,1.00);
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	padding: 1.5em;
	border-radius: 10px;
	margin: .2em;
}
.table_map {
	border-collapse: collapse;
	width: 100%;
	background-color: #E6E6E6;
}
.table_map tr {
  background-color: #e6f1f6;
}
.table_map tr:nth-child(odd) {
  background-color: #fff;
}
.table_map th, .table_map td {
  padding: 1em;
}
.table_map th {
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.map-frame{
	border: 2px solid #DCDDDD;
	padding: 1em;
	border-radius: 10px;
}
.map-room-title{
	color: #FFFFFF;
	text-align: center;
	background-color: #41A1BE;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 160px;
	border-radius: 10px;
}
.table_parents {
  border-collapse: collapse;
  min-width: 100%;
  text-align: center;
}
.table_parents th, .table_parents td {
  padding: .3em 0.3em;
  border: 2px solid #41A1BE;
}
.table_parents th {
  background: #41A1BE;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #41A1BE;
}
.table_parents th:last-of-type {
  border-right: 2px solid #41A1BE;
}
.price-indent{
  padding-left: 1em;
}
.price-nagare {
 	position: relative;
	display: inline-block;
 	margin: 0.6em 0;
	padding:1em;
	width:100%;
	text-align:center;
 	color: #41A1BE;
	font-size: 16px;
	background: #41A1BE;
	background: #FFF;
	border: solid 2px #41A1BE;
	box-sizing: border-box;
}
.price-nagare:before{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.price-nagare:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #41A1BE;
  z-index: 1;
}
.price-nagare2 {
 	position: relative;
	display: inline-block;
 	margin: 1em 0;
	padding:1em;
	width:100%;
	text-align:center;
 	color: #41A1BE;
	font-size: 16px;
	background: #41A1BE;
	background: #FFF;
	border: solid 2px #41A1BE;
	box-sizing: border-box;
}
.price-menu{
	background-color: hsla(194,49%,50%,0.60);
	padding: 0.3em;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	margin-top: 5px;
}
.price-menu a{
	color: #fff;
    display: block;
}
.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 0em;
    font-weight: 600;
    font-size: 2em;
}

.qa-6 summary::before {
    color: #41A1BE;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #D40000;
    line-height: 1.2;
    content: "A";
}
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #EAFAFF;
  padding: 1em;
}
.table_design01 th {
  background-color: var(--sg-light-blue);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}