@charset "UTF-8";
html {
  margin: 0 auto;
  padding: 0;
}
.sp {
      display:inline;
    }
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
}
.content {
  margin: 0 auto;
  padding: 4% 0 10% 0;
  width: 92%;
}
.content.top{
  padding: 4% 0 0 0;
}
header {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  padding: 5px 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #000;
  position: fixed;
  background: #fff;
  z-index: 1000;
}
header img {
  width: 250px;
    margin:8px;
}
#message {
  margin: 0 auto;
  padding: 70px 0 0 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.8em;
}
h4{ font-size: 3.7vw;
    text-align:center;
}
/*
#message img {
  width: 70%;
  margin: 20vw 0 5vw 0;
}
*/
#message img {
  width: 100%;
	max-width: 825px;
  margin: 0;
}

.small {
  font-size: 0.75em;
  font-weight: 500;
	display: inline-block;
	line-height: 1.7em;
	text-align: left;
}
.title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
h2 {
  margin: 8% auto;
  display: inline-block;
  padding-bottom: 0;
  background: linear-gradient(transparent 70%, #ffe928 0%);
  font-weight: 700;
  font-size: 5.5vw;
}

#message .button, a.button {
  color: #000;
	border:1px solid #000;
	background-color: #FFE828;
  border-radius: 100vh;
  width: 70vw;
  text-align: center;
  margin: 4% auto 2% auto;
  padding: 1% 0 1.5% 0;
  font-weight: 700;
  font-size: 3.2vw;
	line-height:1.5em;
}
.pics {
	width: 100%;
}
#message .pics {
  margin-bottom: 95px;
}
.pics td {
  width: 50%;
  padding-bottom: 2%;
  padding: 0 3%;
}
.pics img{
	width: 100%;
  margin: 7vw 0 0 0;
}
#classes {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #f2f2f2;
}
.class1 {
  margin: 0 auto;
  padding: 3%;
  background-color: #fff;
  border: 2px solid #ff9cbc;
}
.class1 h3 {
  margin: 0 auto 3% auto;
  padding: 0 0 2% 0;
  width: 100%;
  text-align: center;
  color: #ff9cbc;
  border-bottom: 2px solid #ff9cbc;
  position: relative;
  font-weight: 700;
}
.class1 h3:before {
  position: absolute;
  bottom: -14px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ff9cbc transparent transparent transparent;
}
.class1 h3:after {
  position: absolute;
  bottom: -10px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

h5{
width:100%;
text-align:left;
margin-bottom:15px;
  font-size: 4.5vw;
}

.class1 .point {
  display:inline-block;
  padding: 1px 10px;
  margin-right:10px;
  color: #fff;
  background-color: #ff9cbc;
  border-radius: 100vh;
  font-size: 0.65em;  
  vertical-align:1.5px;
}

.detail {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.detail img {
	width:100%;
}
.class1 .detail th {
  width: 100%;
  color: #ff9cbc;
  padding-top: 2%;
  font-weight: 700;
}
.class1 .detail td {
  width: 100%;
  border-bottom: #ff9cbc dashed 1px;
  padding-bottom: 2%;
}
iframe {
  padding-top: 2%;
  width: 100%;
  height: 50vw;
}

.class1 .button, a.button {
  color: #fff;
  background-color: #ff9cbc;
  border-radius: 100vh;
  width: 50vw;
  text-align: center;
  margin: 4% auto 2% auto;
  padding: 2% 0 2.5% 0;
  font-weight: 700;
}
.class2 {
  margin: 3% auto;
  padding: 3%;
  background-color: #fff;
  border: 2px solid #5cbeff;
}
.class2 h3 {
  margin: 0 auto 3% auto;
  padding: 0 0 2% 0;
  width: 100%;
  text-align: center;
  color: #5cbeff;
  border-bottom: 2px solid #5cbeff;
  position: relative;
  font-weight: 700;
}
.class2 h3:before {
  position: absolute;
  bottom: -14px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #5cbeff transparent transparent transparent;
}
.class2 h3:after {
  position: absolute;
  bottom: -10px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.class2 .point {
  display:inline-block;
  padding: 1px 10px;
  margin-right:10px;
  color: #fff;
  background-color: #5cbeff;
  border-radius: 100vh;
  font-size: 0.65em;  
  vertical-align:1.5px;
}

.class2 .detail th {
  width: 100%;
  color: #5cbeff;
  padding-top: 2%;
  font-weight: 700;
}
.class2 .detail td {
  width: 100%;
  border-bottom: #5cbeff dashed 1px;
  padding-bottom: 2%;
}
.class2 .button, a.button {
  color: #fff;
  background-color: #5cbeff;
  border-radius: 100vh;
  width: 50vw;
  text-align: center;
  margin: 4% auto 2% auto;
  padding: 2% 0 2.5% 0;
  font-weight: 700;
}
.class3 {
  margin: 3% auto;
  padding: 3%;
  background-color: #fff;
  border: 2px solid #35cc97;
}
.class3 h3 {
  margin: 0 auto 3% auto;
  padding: 0 0 2% 0;
  width: 100%;
  text-align: center;
  color: #35cc97;
  border-bottom: 2px solid #35cc97;
  position: relative;
  font-weight: 700;
}
.class3 h3:before {
  position: absolute;
  bottom: -14px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #35cc97 transparent transparent transparent;
}
.class3 h3:after {
  position: absolute;
  bottom: -10px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.class3 table th {
  width: 50%;
  color: #35cc97;
  padding-top: 2%;
  text-align: center;
  font-weight: 700;
}
.class3 table td {
  width: 50%;
  padding-bottom: 2%;
  text-align: justify;
  padding: 0 3%;
	vertical-align:top;
}
.class3 img {
  width: 100%;
}
.class3 .button, a.button {
  color: #fff;
  background-color: #35cc97;
  border-radius: 100vh;
  width: 50vw;
  text-align: center;
  margin: 8% auto;
  padding: 2% 0 2.5% 0;
  font-weight: 700;
}
#contact {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	background-color: #f2f2f2;
}
#contact p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.contact_line {
  text-align: justify;
  background-color: #fff;
  padding: 3%;
  margin: 4% 0;
}
#contact strong {
  display: inline-block;
  padding-bottom: 2%;
  width: 100%;
}
.left {
  width: 20%;
  float: left;
}
.right {
  width: 78%;
  float: right;
}
.left img {
  width: 100%;
}
.contact_mail {
  text-align: justify;
  background-color: #fff;
  padding: 3%;
  margin: 4% 0;
}
#profile {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

#profile p{
	text-align: left;
}
#profile img {
  width: 40vw;
}
#profile strong {
  font-size: 3.5vw;
  font-weight: 700;
  width: 100%;
	display: inline-block;
	text-align: center;
}
#profile .button, a.button {
  color: #000;
	border:1px solid #000;
	background-color: #FFE828;
  border-radius: 100vh;
  width: 50vw;
  text-align: center;
  margin: 8% auto 5% auto;
  padding: 2% 0 2.5% 0;
  font-weight: 700;
  font-size: 3.2vw;
	line-height:1.5em;
}
footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 2.5vw;
  padding: 3%;
}
i {
  display: inline-block;
  font-size: 4vw;
  padding-right: 2%;
}
footer i {
  font-size: 5.5vw;
  padding: 3% 3% 5% 3%;
}
footer a {
  text-decoration: none;
  color: #fff;
}

.fa-sticky-note{
	transform:rotate(180deg);
	padding: 5% 3% 5% 3%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 13px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  width: 0px;
}
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform: translateY(-16px) rotate(90deg);
  transform: translateY(-16px) rotate(90deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.9s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: #ffe928;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #f2f2f2;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 15px 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
@media screen and (min-width:600px) {
  body {
    font-size: 14.5px;
  }
  .sp {
      display:none;
    }
  .content {
    padding: 22px 0 55px 0;
    width: 550px;
  }
  #message {
    padding: 70px 0 0 0;
  }
	h4{
    font-size: 20px;
	}
  #message img {
    margin: 40px 0 27.5px 0;
  }
  h2 {
    font-size: 30px;
  }
  h5{
font-size: 21px;
}
	  #message .button, a.button {
    width: 350px;
		  font-size: 14.5px;
  }
 .pics img{
	width: 100%;
  margin: 20px 0 0 0;
}
  #classes iframe {
    height: 275px;
  }
  .class1 .button, a.button {
    width: 275px;
  }
  .class2 .button, a.button {
    width: 275px;
  }
  .class3 .button, a.button {
    width: 275px;
  }
	#profile .button, a.button {
    width: 275px;
	font-size: 14.5px;
  }
  #profile img {
    width: 220px;
  }
  #profile strong {
    font-size: 20px;
  }
  footer {
    font-size: 12px;
  padding: 18px;
  }
	i {
  font-size: 20px;
}
  footer i {
    font-size: 30px;
  padding: 17px 17px 28px 17px;
  }
	.detail img{
	width:370px;
	margin: 2% 0;
}
}