@charset "UTF-8";
// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.lazy-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

/* 見えたときに付けるクラス */
.lazy-image.visible {
  opacity: 1;
  transform: translateY(0);
	transition-delay: 0.5s;
}
nav {
    line-height: 240%;
}
nav ul {
    list-style-type: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 80px;
}
nav ul a:link,nav ul a:hover,nav ul a:visited {
    color: #19807F;
    text-decoration: none;
}
nav .hm_menu {
    font-size: 24px;
}


@media screen and (min-width: 768px) {
body {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #C7EEDC;
    font-family: "Noto Serif JP", serif,YuMincho, "Yu Mincho", "Hiragino Mincho ProN";
    font-size: 16px;
}
main { 
    background-color: #ADDAC6;
    color: #FFFFFF;
    text-align: center;
    padding-top: 80px;
}
main#privacy { 
    background-color: #fff;
    color: #000;
    text-align: left;
    padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
footer {
    background-color: #19807F;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
}
div,ul {
  margin: 0;
}
h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
#privacy h2 {
	font-size: 24px;
	font-weight: 600;
    margin-bottom: 20px;	
	}
#privacy h3 {
	font-size: 20px;
	font-weight: 600;
    padding-top: 20px;
	margin-bottom: 10px;	
	}
.visual img {
    width: 100%;
}
.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #19807F;
    font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  border-radius: 30px; /* 四角くする */
  font-weight: bold;
  cursor: pointer;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
}
a.btn-white:link,a.btn-white:hover,a.btn-white:visited {
color:#19807F;
}
.btn-green {
  display: inline-block;
  background-color: #ADDAC6;
  color: #fff;
    font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  border-radius: 30px; /* 四角くする */
  font-weight: bold;
  cursor: pointer;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
a.btn-green:link,a.btn-green:hover,a.btn-green:visited {
color:#fff;
}
.about {
    background-color: #fff;
    color: #19807F;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-top: 100px;
    margin-top: 40px;
}
.about_text {
    color: #616262;
}
    .about .accordion-content {
        background-color: #fff !important;
    }
    .about .accordion-content-inner {
        color: #616262;
        margin-top: 40px;
    }
.greeting {
    background-color: #fff;
    color: #19807F;
}
.greeting_photo {
    width: 30%;
}
    .greeting .accordion-content {
        background-color: #fff !important;
    }
    .greeting .accordion-content-inner {
        color: #616262;
        margin-top: 40px;
    }
.access_text {
    background-color: #fff;
    color: #19807F;
}
.body_menu {
    color: #616262;
    padding: 40px 10px 10px 10px;
}
.body_menu h2 {
    color: #fff;
}
.body_menu h3 {
    font-size: 24px;
    color: #19807F;
    font-weight: 600;
    border-bottom: 1px solid #ADDAC6;
    padding-bottom: 20px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .body_menu img.head_photo {
    width: 100%;
    border-radius: 200px;
    }
.body_menu .menu_list {
    color: #19807F;
    font-size: 24px;
    line-height: 220%;
    background-image: url(../images/body_menubar.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
    .body_menu .course {
    font-size: 20px;
    color: #19807F;
        margin-top: 40px;
    }
.access {
    padding: 40px 0px 0px 0px;
}
    footer img.arrow {
        width: 30px; 
    }
    footer ul {
    list-style-type: none; 
        text-align: center;
        font-size: 24px;
        line-height: 180%;
        margin: 0;
        padding: 0;
    }
    footer a:link,footer a:hover,footer a:visited {
        color: #fff;
        text-decoration: none;
    }
    footer ul.sns {
        display: flex;
        justify-content: space-between;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    footer ul.sns li {
        width: 30px;
    }
    footer ul.sns img {
        width: 100%;
    }
    footer .copyright {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    }
    footer .footer {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #C7EEDC;
    font-family: "Noto Serif JP", serif,YuMincho, "Yu Mincho", "Hiragino Mincho ProN";
    font-size: 16px;
}
main { 
    background-color: #ADDAC6;
    color: #FFFFFF;
    text-align: center;
    padding-top: 80px;
}
main#privacy { 
    background-color: #fff;
    color: #000;
    text-align: left;
    padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
footer {
    background-color: #19807F;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
}
div,ul {
  margin: 0;
}
h2 {
    font-size: 32px;
    padding-bottom: 20px;
    margin-top: 0px;
}
#privacy h2 {
	font-size: 24px;
	font-weight: 600;
    margin-bottom: 20px;	
	}
#privacy h3 {
	font-size: 20px;
	font-weight: 600;
    padding-top: 20px;
	margin-bottom: 10px;	
	}
.visual img {
    width: 100%;
}
.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #19807F;
    font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  border-radius: 30px; /* 四角くする */
  font-weight: bold;
  cursor: pointer;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
}
a.btn-white:link,a.btn-white:hover,a.btn-white:visited {
color:#19807F;
}
.btn-green {
  display: inline-block;
  background-color: #ADDAC6;
  color: #fff;
    font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  border-radius: 30px; /* 四角くする */
  font-weight: bold;
  cursor: pointer;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

a.btn-green:link,a.btn-green:hover,a.btn-green:visited {
color:#fff;
}
.about {
    background-color: #fff;
    color: #19807F;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-top: 100px;
    margin-top: 40px;
}
.about_text {
    color: #616262;
}
    .about .accordion-content {
        background-color: #fff !important;
    }
    .about .accordion-content-inner {
        color: #616262;
        margin-top: 40px;
    }
.greeting {
    background-color: #fff;
    color: #19807F;
}
    .greeting .accordion-content {
        background-color: #fff !important;
    }
    .greeting .accordion-content-inner {
        color: #616262;
        margin-top: 40px;
    }
.greeting_photo {
    width: 30%;
}
.access_text {
    background-color: #fff;
    color: #19807F;
}
.body_menu {
    color: #616262;
    padding: 40px 10px 10px 10px;
}
.body_menu h2 {
    color: #fff;
}
.body_menu h3 {
    font-size: 24px;
    color: #19807F;
    font-weight: 600;
    border-bottom: 1px solid #ADDAC6;
    padding-bottom: 20px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .body_menu img.head_photo {
    width: 100%;
    border-radius: 200px;
    }
.body_menu .menu_list {
    color: #19807F;
    font-size: 24px;
    line-height: 220%;
    background-image: url(../images/body_menubar.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
	.body_menu .course {
    font-size: 20px;
    color: #19807F;
        margin-top: 40px;
    }
.access {
    padding: 40px 0px 0px 0px;
}
    footer img.arrow {
        width: 30px; 
    }
    footer ul {
    list-style-type: none; 
        text-align: center;
        font-size: 24px;
        line-height: 180%;
        margin: 0;
        padding: 0;
    }
    footer a:link,footer a:hover,footer a:visited {
        color: #fff;
        text-decoration: none;
    }
    footer ul.sns {
        display: flex;
        justify-content: space-between;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    footer ul.sns li {
        width: 30px;
    }
    footer ul.sns img {
        width: 100%;
    }
    footer .copyright {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    padding-bottom: 40px;
    }
    footer .footer {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 40px;
    }
}
