@@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

.wrap {
     overflow: hidden;
 }

body {
  font-family: "Murecho","sans-serif";
  font-family: "Noto Serif JP","serif", Murecho;
  font-size: 1.3rem;
  line-height: 2.1;
  color: #414141;

}

section {
  position: relative;
  background-color: white;
  width: 100%;
  z-index: 10;
}

li {
  list-style-type: none;
}

main {
  text-align: center;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

header {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #FDAF7F;
  position: fixed;
  z-index: 500;
  box-shadow: 0 6px 3px -3px;
  (0 0 0 0.1)
}


header .hed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  font-size: 1.2rem;
  padding-left: 10px;
  color: #797e81;
}

header a {
  font-size: 1.3rem;
  color: white;
  margin: 0 20px 0 30px;
  letter-spacing: 0.4em;
  font-family: Noto;
}

header li {
  display: inline;
}

.gnavi li a {
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover {
  color: white;
}

.gnavi li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: white;
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/
}

.gnavi li a i {
  color: #86D09A;
  font-size: 25px;
  margin-right: 5px;
}
A

.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.inner {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#kv {
  width: 100%;
  height: 712px;
  position: fixed;
 /* top:100px; */
   background: url(./image/kv.png) no-repeat center top / cover;
}


.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
#kv img {
  display: block;
  width: 100%;
  height: auto;
}

#kv h1 {
  position: absolute;
  top: 100px;
  left: 20px;
  font-size: 2.2rem;
  /* right: 70%; */
  box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;

}

.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

#about {
  margin-top: 812px;
  box-sizing: border-box;
  text-align: right;
  background-color: white;
  display: inline-block;
  /* width: 1200px; */
}

#about h1 {
  box-sizing: border-box;
  text-align: center;
  width: 1200px;
  font-size: 2.7rem;
  padding-bottom: 50px;
  color: #414141;
}

#about .text {
font-family: Noto;
  box-sizing: border-box;
  margin-right: 0;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
margin-left: auto;
margin-right:auto;
  margin-bottom: 100px;
  color: #414141;
}

#about .text li {
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
}

#about .text li::before {
  position: absolute;
  font-family:  "Font Awesome 5 Free";
font-weight:  900;
  content: "\f0da";
  font-size: 1.8rem;
  color: #f5d3be;
left: 0;
top: 0;
}

#about ul {
  padding: 0;
}

#about .menu {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}


#about .menu p {
  font-size: 1.1rem;
  font-family: Noto;
  letter-spacing: 0.1rem;
}

#about .menu .contents-blk {
  box-sizing: border-box;
  width: 350px;
  /* background-color: pink; */
  text-align: left;
  padding-left: 10px;
}

#about .menu .contents-blk img {

  animation-name: fade;
  animation-duration: 10s;
  animation-iteration-count: 1;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 10;
  }
}



#about .menu .contents-blk h2 {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  color: #FDAF7F
}



#about .btn {
  text-align: right;
  padding-right: 30px;
}


#about .contents-blk .btn .btnarrow5 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #E8BB9F;
  padding: 5px 20px;
  display: inline-block;
  text-align: right;
  text-decoration: none;
  color: #E8BB9F;
  letter-spacing: 0.2rem;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s linear;
  font-size: 1.0rem;
}

#about .contents-blk .btn .btnarrow5:hover {
  background: #E8BB9F;
  color: #fff;
}

/*矢印と下線の形状*/
#about .contents-blk .btn .btnarrow5::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: -26px;
  /*下線の形状*/
  width: 40px;
  height: 1px;
  background: #E8BB9F;
  /*アニメーションの指定*/
  transition: all .2s linear;
}

#about .contents-blk .btn .btnarrow5::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 20%;
  right: -21px;
  /*矢印の形状*/
  width: 1px;
  height: 12px;
  background: #E8BB9F;
  transform: skewX(45deg);
  /*アニメーションの指定*/
  transition: all .2s linear;
}

/*hoverした際の移動*/
#about .contents-blk .btn .btnarrow5:hover::before {
  right: -30px;
}

#about .contents-blk .btn .btnarrow5:hover::after {
  right: -25px;
}

#profile {
padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  padding-bottom: 70px;
}

#profile .profile-image img {
  width: 350px;
  height: auto;
  /* background-color: beige; */
  position: absolute;
  top: 220px;
  right: 30%;
  text-align: right;
  box-shadow: 60px 60px 0px 0 rgba(237, 222, 213, 0.8);
}

#profile .text-box h1 {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 80px;
}

#profile .text-box h1::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 180px;
  border-bottom: 3px solid #f5d3be;
  transform: translate(-50%);
}

#profile .profile-text {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  background-color: #f8f7f4;
  box-shadow: 0 2.5rem 1rem -2rem hsl(200 50% 20% / 40%);
  text-align: left;
  font-size: 1.1rem;
  left: auto;
  font-family: Noto;
  letter-spacing: 0.1rem;
}

#profile .profile-text ul {
  padding: 0;
}

#profile .profile-text li {
  position: relative;
  padding-left: 25px;
  font-size: 1.1rem;
}
#profile .profile-text li::before {
  position: absolute;
  font-family:  "Font Awesome 5 Free";
font-weight:  900;
  content: "\f0da";
  font-size: 1.3rem;
  color: #f5d3be;
left: 0;
top: 0;
}


#profile .profile-text h2 {
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
}

.profile-btn {
  width: 65%;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;

}

.profile-btn a.btn_09 {
padding-top: 5px;
  width: 350px;
  margin-right: 30px;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.0rem;
  letter-spacing: 0.3rem;
  text-decoration: none;
  text-align: center;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-1deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}

.profile-btn a.btn_09::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #ffbfbf 20%, #c2fcf9 40%, #f9c5ff 51%, #ffbfbf 80%);
  border-radius: 3em;
  box-sizing: border-box;
}
.profile-btn a.btn_09::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #E8BB9F;
  border-radius: 5em;
  box-sizing: border-box;
  transform: translate(0, -5px);
}
.profile-btn a.btn_09 span {
  position: relative;
  display: block;
  padding: 0.2rem 0.4rem;
  transform: translate(0, -10px);
  overflow: hidden;
  z-index: +1;
}
.profile-btn a.btn_09 span::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
}
.profile-btn a.btn_09::after, a.btn_08 span {
  transition-property: transform;
  transition-duration: 0.3s;
}
.profile-btn a.btn_09:hover::after, a.btn_08:hover span {
  transform: translate(0, 0);
}
.profile-btn a.btn_09:hover span::before {
  animation: shine 1s ease-in-out 1;
}
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.line-bn img {
  margin-top: 100px;
  width: 800px;
margin-left: auto;
margin-right: auto;
}

.line-bn2 {
  display: none;
}
#qa .inner {
background-color: white;
  box-shadow: 0 2.5rem 1rem -2rem hsl(200 50% 20% / 40%);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

#qa {
background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
padding-top: 100px;
  width: 100%;
  padding-bottom: 100px;
  /* background-color: #fff4ed; */
}

#qa h1 {
  position: relative;
  top: 0;
  left: 0;
}

#qa h1::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 180px;
  border-bottom: 3px solid #f5d3be;
  transform: translate(-50%);
}

#qa h1 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.faq {
  width: 100%;
  text-align: center;
  /* background-color: pink; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  /* 各Q&Aの下に余白 */
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
}

.faq__dt, .faq__dd {
  text-align: left;
  position: relative;
  padding-left: 24px;
  color: #414141;
}

.faq__dt::before, .faq__dd::before {
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #414141;
}

.faq__dt {
  font-weight: bold;
  /* 質問文は太字にしてみました */
  border-bottom: 1px solid #fab280;
  font-size: 1.3rem;
  margin-bottom: 10px;
  /* 下にちょい余白 */
  font-family: Noto;
  letter-spacing: 0.3rem;
}

.faq__dd {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.faq__dt::before {
  content: 'Q.';
color: #414141;
  /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
color: #414141;
  /* 「A」の文字色 */
}

#footer {
  padding-left: : 30px;
  position: relative;
color: #414141;
  width: 100%;
}

#footer p {
padding-left: 30px;
}

#footer a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .primary {
  width: 100%;
  padding: 40px 0px 20px;
  background: #f5d3be;
}

#footer .secondary {
  display: flex;
  padding: 40px 0px 20px;
  background: #f5d3be;
}

@media screen and (max-width: 600px) {
  #footer .primary {
    background: #f5d3be;
    width: 100%;
  }

  #footer .secondary {
    display: block;
    /* padding: 20px 20px; */
    width: 100%;
  }
}

/* footer-logo */
#footer .logo {
  position: relative;
  padding-left: 20px;
  margin: 0;
  font-weight: bold;
}

#footer .logo a {
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
    font-family: serif;
}

@media screen and (max-width: 600px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */
.address {
  margin: 0px 0 0;
  padding-left: 20px;
  font-size: 1.4rem;
  font-family: Noto;
}

.primary p {
    font-family: Noto;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .address {
    font-size: 1.5rem;
padding-right: 15px;
  }

  .primary p {
padding-right: 15px;
font-size: 1.6rem;
  }

}

#footer .line .btn,
#footer .line  a.btn,
#footer .line  button.btn {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

#footer .line a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.8rem 1.3rem 0.8rem 1.3rem;
  color: #fff;
  border-radius: 100vh;
  background: #86D09A;
  -webkit-box-shadow: 0 5px 0 #7EAD8A;
  box-shadow: 0 5px 0 #7EAD8A;
  margin-left: 30px;
}

#footer .line a.btn-c span {
  color: #fff100;
}

#footer .line a.btn-c small {
  font-weight: bold;
}

#footer .line a.btn-c i {
  margin-right: 1rem;
}

#footer .line a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #76967E;
  -webkit-box-shadow: 0 2px 0 #86D09A;
  box-shadow: 0 2px 0 #7EAD8A;
}
.line {
  display: flex;
}


#footer .line p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  font-size: 1.2rem;
}

/* navi */
.navi-row {
  display: flex;
  margin-top: 40px;
}

#footer .navi {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

#footer .sns-navi i {
    color: #E5B574;
    font-size: 2.0rem;
    margin-right: 10px;
}


#footer .navi li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-left: 20px;
  font-size: 1.5rem;
}

#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }

  /* #footer .navi {
    font-size: 12px;
  } */

  #footer .navi li {
    padding-left: 10px;
    margin: 0;
    margin-top: 20px;
  }
  #footer .navi li a {
    margin-top: 5px;
    font-size: 1.8rem;
    margin-left: 5px;
  }

  #footer .sns-navi i {
    font-size: 3.5rem;
  }
}

/* sns-navi */
#footer .sns-navi {
  margin: 0 0 0 auto;
  padding-left: 20px;
  font-size: 2.5rem;
}

#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}

#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  #footer .sns-navi {
    width: 95%;
    padding-left: 30px;
    margin-bottom:20px;

  }

  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}

/* sitenavi */
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}

#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */
#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 600px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
}

/* voice  */
#voice {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}


#voice {
  width: 600px;
  height: 400px;
  margin-top: 150px;
margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
background-image: url(./voice/image/menu3.png);
 background-repeat: no-repeat;
   background-size:contain;
   padding-top: 20px;
   position: relative;
}
#voice h1 {
font-size: 2.2rem;;
position: absolute;
left: 20px;
background-color: white;
padding: 10px;
}

.seitai-voice h1 {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #414141;
}

.talk-text {
  font-family: Noto;
  font-size: 1.9rem;
  color: #414141;
}

.talk-Ltxt .talk-text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #414141;
}
.seitai-voice h1:first-letter {
  font-size: 2.5rem;
  color: #E8BB9F;
}

.seitai-voice .line-bn {
  margin-bottom: 60px;
}

/* school */
#school {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}

#school img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.5;
}

#school  {

width: 600px;
height: 400px;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
background-image: url(./school/image/menu.png);
background-repeat: no-repeat;
 background-size:contain;
 padding-top: 20px;
 color: black;
 position: relative;
}
#school h1 {
font-size: 2.2rem;;
position: absolute;
left: 20px;
background-color: white;
padding: 10px;
}

.school-contents .school-image img {
  width:50%;
  height: auto;
box-shadow: 20px 20px 0px 0 rgba(237, 222, 213, 0.8);
margin-bottom: 50px;
animation-name: fade;
animation-duration: 4s;
animation-iteration-count: 1;
}

@keyframes fade{
0%{
  opacity: 0;
}
100%{
  opacity: 10;
}
}

.school-contents2 .school-image img {
  margin-top: 30px;
  margin-bottom: 20px;
  width:50%;
  height: auto;
  text-align: left;
box-shadow: 20px 20px 0px 0 rgba(237, 222, 213, 0.8);
margin-bottom: 50px;
animation: flipInX 5.4s ease-out;
}

@keyframes flipInX{
    0% {
        transform: rotateX(-90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}



.school-contents {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}



.school-contents h1:before, .school-contents h1:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.school-contents h1:before {
  border-left: solid 2px #edded5;
  border-top: solid 2px #edded5;
  top:0;
  left: 0;
}

.school-contents h1:after {
  border-right: solid 2px #edded5;
  border-bottom: solid 2px #edded5;
  bottom:0;
  right: 0;
}

.school-contents h1 {
  text-align: center;
  position: relative;
  padding-left: 0px;
  margin-bottom: 70px;
    animation: fadeIn 4s ease 1s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.school-contents p {
  font-size: 1.2rem;
    font-family: Noto;
}

.school-contents2 {
  padding-bottom: 50px;
  text-align:left;
}

.school-contents2 h1 {
  text-align: left;
  border-bottom: solid #E8BCA1;
}

.school-contents2 h2 {
  font-size: 1.7rem;
  color: #E8BCA1;
  text-align: left;
  padding-bottom: 10px;
    font-family: Noto;
letter-spacing: 0.1rem;
}

.school-contents2 p {
  font-size: 1.2rem;
  text-align: left;
    font-family: Noto;
    letter-spacing: 0.1rem;
}

.school-contents2 li {
  text-align: left;
  font-size: 1.2rem;
  list-style-type: none;
}

.school-contents2 ul {
  padding: 10px;
  font-family: Noto;
  letter-spacing: 0.1rem;
}

#reserve h1 {
  font-family: Noto;
  font-style: italic;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  color: #797e81;
  display: inline;
	font-size: 26px;
	background-image: linear-gradient(transparent 70%, #E8BCA1 70%);
}

#reserve img {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 300px;
  height: auto;
}

#menu-price h1 {
  margin-top: 100px;
  margin-bottom: 50px;
}

#menu-price .price {
  box-sizing: border-box;
  border: 1px solid black;
  width: 80%;
  padding: 30px 20px;
}

#menu-price .price li {
  position: relative;
  text-align: left;
  font-size: 1.rem;
  padding-left: 30px;
  direction: none;
}

#menu-price .price li::before {
  position: absolute;
  font-family:  "Font Awesome 5 Free";
font-weight:  900;
  content: "\f058";
  font-size: 1.4rem;
  color: #f5d3be;
left: 0;
top: 0;
}

#menu-price .price {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

#menu-price .price h2 {
  margin-left: 20px;
  text-align: left;
  font-size: 1.6rem;
}

#menu-price .price p {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.1rem;
  text-align: left;
  font-family: Noto;
  letter-spacing: 0.1rem;
}

#menu-price .price li {
  font-family: Noto;
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

#menu-price .price .title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
}

#menu-price .price .price-text {
  text-align: center;
  font-size: 0.9rem;
  text-decoration: line-through;
}

#menu-price .price .price-text2 {
  font-size: 1.8rem;
color: #FDAF7F;
}

#menu-price .price .waribiki {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talk {
  margin-bottom: 50px;
}

.talk figure img {
  width: 100%;
  height: 100%;
}

/* 画像の下のテキスト */
.talk-imgname {
  padding: 5px 0 0;
  font-size: 13px;
  text-align: center;
}

p.talk-text {
  margin: 0 0 8px;
  font-size: 1.2rem;
  text-align: left;
  color: #797e81

}

p.talk-text:last-child {
  margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after, .talk:before {
  clear: both;
  content: "";
  display: block;
}

/* ----- 左の場合 ----- */
/* 左画像 */
.talk-Limg {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
  animation: poyoyon3 2.5s infinite;
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(3deg, 3deg);
  }
  10% {
    transform: skew(-2deg, -2deg);
  }
  15% {
    transform: skew(1deg, 1deg);
  }
  20% {
    transform: skew(-1deg, -1deg);
  }
  25% {
    transform: skew(0.5deg, 0.5deg);
  }
  30% {
    transform: skew(-0.3deg, -0.3deg);
  }
  35% {
    transform: skew(0.1deg, 0.1deg);
  }
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #edded5;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #edded5;
  top: 15px;
  left: -20px;
}

.talk-Ltxt:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}

#review h1 {
  margin-top: 100px;
  margin-bottom: 50px;
}

#footer.btn,
#footer a.btn,
#footer button.btn {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

#reserve a.btn-c {
  font-size: 1.0rem;
  position: relative;
  padding: 0.8rem 1.3rem 0.8rem 1.3rem;
  color: #fff;
  border-radius: 100vh;
  background: #86D09A;
  -webkit-box-shadow: 0 5px 0 #7EAD8A;
  box-shadow: 0 5px 0 #7EAD8A;
  margin-left: 30px;

}

#reserve h2 img {
  width: 70%;
  height: auto;
}
#reserve h2 {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-1deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}


#reserve a.btn-c span {
  color: #fff100;
}

#reserve a.btn-c small {
  font-weight: bold;
}

#reserve a.btn-c i {
  margin-right: 1rem;
}

#reservea.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #76967E;
  -webkit-box-shadow: 0 2px 0 #86D09A;
  box-shadow: 0 2px 0 #7EAD8A;
}

#pic ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#pic li {
  list-style: none;
}

#pic li:nth-child(2) {
  margin: 0 10px;
}

#pic li:nth-child(5) {
  margin: 0 10px;
}

/* serapii */
.serapii .serapii-image {
  text-align: center;
  flex-direction: column;
}

.serapii .serapii-image img {
  width: 100%;
  height: auto;
}

#serapii-kv  {

width: 600px;
height: 400px;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
background-image: url(./school/image/menu.png);
background-repeat: no-repeat;
 background-size:contain;
 padding-top: 20px;
 color: black;
 position: relative;
}
#serapii-kv h1 {
font-size: 2.2rem;;
position: absolute;
left: 20px;
background-color: white;
padding: 10px;
}


/* contact */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
  font-family: 'Montserrat', "Arial", "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #797e81;
}

.container-text .line .btn,
.container-text .line  a.btn,
.container-text.line  button.btn {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}


.container-text .line a.btn-c {
  font-size: 1.0rem;
  position: relative;
  padding: 0.8rem 1.3rem 0.8rem 1.3rem;
  color: #fff;
  border-radius: 100vh;
  background: #86D09A;
  -webkit-box-shadow: 0 5px 0 #7EAD8A;
  box-shadow: 0 5px 0 #7EAD8A;
margin-left: auto;
margin-right: auto;

}

.container-text .line a.btn-c span {
  color: #fff100;
}

.container-text .line a.btn-c small {
  font-weight: bold;
}

.container-text .line a.btn-c i {
  margin-right: 1rem;
}

.container-text .line a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #76967E;
  -webkit-box-shadow: 0 2px 0 #86D09A;
  box-shadow: 0 2px 0 #7EAD8A;
}

.container-text img {
  /* width: 30%; */
  height: auto;
}

.container-text h1 {
font-family: Noto;
}

.container-text p {
  font-family: Noto;
  letter-spacing: 0.1rem;
}

.heading04 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #797e81;
}

.heading04::before,
.heading04::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #a6cbf0;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

.container-text h2 {
  font-size: 15px;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #797e81;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #797e81;
  /* max-width: 768px; */
  margin: 60px 30px;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #797e81;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #797e81;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #797e81;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
  float: right;
  width: 45%;
}

input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #797e81;
  color: #797e814;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #474544;
}

:-moz-placeholder {
  color: #474544;
  opacity: 1;
}

::-moz-placeholder {
  color: #474544;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #797e81;
  color: #797e81;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #797e81;
  color: #F2F3EB;
}

/* @media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  .underline {
    width: 68px;
  }

  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }

  .icon {
    height: 35px;
    width: 35px;
  }

  .underline {
    width: 53px;
  }

  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
} */

/* seitai */

#seitai-kv {
width: 600px;
height: 400px;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
background-image: url(./seitai/image/aroma.png);
background-repeat: no-repeat;
 background-size:contain;
 padding-top: 20px;
 color: black;
 position: relative;
}

#seitai-kv h1 {
font-size: 2.2rem;;
position: absolute;
left: 20px;
background-color: white;
padding: 10px;
}
#seitai {
      background-color: #f5f5f5;
      padding-bottom: 100px;
}
#seitai .inner{
    background-color: #f5f5f5;
  animation: zoomIn 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



#seitai .seitai-menu {
  /* margin-bottom: 130px; */

}

#seitai .heading09 {
	font-size: 1.9rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#seitai .heading09::before {
	content: attr(data-en);
	display: block;
	color: #bfbfbf;
	font-size: 18px;
}

#seitai .heading09::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #bfbfbf;
  margin-left: auto;
  margin-right: auto;
}

#seitai .setai-blk p {
  width: 50%;
  text-align: left;
  font-size: 1.1rem;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1rem;
  font-family: Noto;
}

#seitai .seitai-menu h1 {
  font-size: 1.8rem;
  width: 70%;
  background: white; /*背景色*/
    padding: 0.5em;/*文字周りの余白*/
    color: #FDAF7F;/*文字を白に*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 100px;
}


#seitai .seitai-text  {
  font-size: 2.0rem;
  width: 70%;
  background: white; /*背景色*/
    padding: 0.5em;/*文字周りの余白*/
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2.5rem 1rem -2.5rem hsl(200 50% 20% / 40%);
  font-family: Noto;
}

#seitai .seitai-text h2 {
  font-size: 1.8rem;
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: center;
  border-bottom: 3px solid #edded5;
  letter-spacing: 0.2rem;
}

#seitai .seitai-text i {
  font-size: 15px;
  margin-right: 1.0rem;
  color: pink;
  animation: flash 2s linear infinite;

}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#seitai .seitai-text i {
  font-size: 30px;
  color: #f5d3be;
}
#seitai .seitai-text li {
  position: relative;
  padding-left: 30px;
  text-align: left;
}

#seitai .seitai-text li::before {
  position: absolute;
  font-family:  "Font Awesome 5 Free";
font-weight:  900;
  content: "\f058";
  font-size: 1.5rem;
  color: #f5d3be;
left: 0;
top: 0;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-1deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}

#seitai .seitai-text li {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 5px;
}

#seitai .seitai-text li span {
  margin-left: 30px;
  font-size: 1.1rem;
}

#seitai .seitai-text p span {
  font-size: 1.5rem;
  margin-right: 0.8rem;
}

.seitai-menu .line-bn {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* .seitai-btn {
  width: 50%;
  margin-top: 100px;
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.seitai-btn a.btn_08 {
  width: 400px;
  margin-right: 30px;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  text-decoration: none;
  text-align: center;
}
.seitai-btn a.btn_08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #ffbfbf 20%, #c2fcf9 40%, #f9c5ff 51%, #ffbfbf 80%);
  border-radius: 3em;
  box-sizing: border-box;
}
.seitai-btn a.btn_08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #E8BB9F;
  border-radius: 3em;
  box-sizing: border-box;
  transform: translate(0, -10px);
}
.seitai-btn a.btn_08 span {
  position: relative;
  display: block;
  padding: 1rem 3rem;
  transform: translate(0, -10px);
  overflow: hidden;
  z-index: +1;
}
.seitai-btn a.btn_08 span::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
}
.seitai-btn a.btn_08::after, a.btn_08 span {
  transition-property: transform;
  transition-duration: 0.3s;
}
.seitai-btn a.btn_08:hover::after, a.btn_08:hover span {
  transform: translate(0, 0);
}
.seitai-btn a.btn_08:hover span::before {
  animation: shine 1s ease-in-out 1;
}
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
} */


header .menu-btn {
  display: none;
}

/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
body {
font-family: "Murecho","sans-serif";
font-family: "Noto Selif JP","selif";
  font-size: 1.5rem;

}
  header {
    height: 70px;
    width: 100vw;
  }

  header .hed {
      align-items: center;
  }

header h1 a {
  font-size: 2.0rem;
  text-align: left;
    }

  header .menu-btn {
  display: block;
  position: absolute;
    right: 5%;
    top: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50%;
}


  .menu-btn:focus {
    outline: none;
  }

  header .gnavi{
    /* width: 250px; */
    position: fixed;
    display: block;
    top: 80px;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .9);
    transition: all 0.2s;
    transform: translate(250px);
  }

  header .gnavi.open {
    transform: translate(0);
  }

  header .gnavi ul {
    display: block;
  }

  header .gnavi li a {
    display: block;
    width: 100%;
    padding: 20px;
    height: 50px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0;
    color: black;
    font-size: 1.8rem;
  }

  .line-bn {
display: none;
  }

  .line-bn2 {

    display: contents;
  }

    .line-bn2 img {
      margin-top: 50px;
      width: 100%;
    }

  #about .contents-blk .btn .btnarrow5 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }

  #school {
    margin-top: 50px;
    height: 200px;
    position: relative;
  }

  #school h1 {
    font-size: 2.2rem;
    top: 30px;
    left: 20px;
    padding: 10px 15px;
position: absolute;
  }


  .inner {
    width: 94% !important;

  }

  .school-contents h1 {
    font-size: 2.5rem;
    margin-top: 40px;
    padding: 1rem 2rem;
  }

  .school-contents {
    text-align: center;
  }

  .school-contents .school-image img  {
    width: 70%;
    height: auto;
text-align: center;

  }

  .school-contents h2 {
    font-size: 1.8rem;
    margin-top: 40px;
  }

  .school-contents p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-top: 40px;
    line-height: 2.1;
  }

  .school-contents2 h1 {
    text-align: left;
    border-bottom: solid #a6cbf0;
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }

  .school-contents2 .school-image img  {
    width: 70%;
    height: auto;
  text-align: center;

  }

  .school-contents2 h2 {
    font-size: 2.2rem;
    color: #fab280;
    text-align: left;
    letter-spacing: 0.2rem;
  }

  .school-contents2 p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .school-contents2 li {
    text-align: left;
    font-size: 1.6rem;
    list-style-type: none;
  }

  #reserve h1 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    color: #797e81;
    text-align: left;
  }


#reserve img {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  /* width: 50vw; */
  width: 70vw;
  height: auto;
}

#menu-price .price {
  box-sizing: border-box;
  border: 1px solid black;
  width: 94%;
  padding: 30px 0px;
}

#menu-price .price .price-text {
  text-align: center;
  font-size: 1.4rem;
  text-decoration: line-through;
}

#menu-price .price .price-text2 {
  font-size: 3.0rem;
  letter-spacing: 0.3rem;
  color: #fab280;
}

#menu-price .price p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: left;
}

#menu-price .price li {
  font-size: 1.6rem;
}

#menu-price .price .title {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}

#menu-price .price h2 {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  font-size: 2.0rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu-price .price ul {
  text-align: left;
  padding: 20px;
}

.talk-imgname {
  padding: 5px 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.4rem;
  text-align: center;
}

p.talk-text {
  margin: 0 0 8px;
  font-size: 1.6rem;
  text-align: left;
}

#voice {
  width: 100%;
}
#serapii-kv {
  margin-top: 30px;
}

#serapii-kv img {
  display: block;
  width: 100vw;
  height: auto;
  object-fit: cover;
  opacity: 0.5;
}

#serapii-kv h1 {
  margin-top: 70px;
  top: 40%;
left: 10%;
}

/* top */
header .inner {
    height: 80px;
  }


#kv {
background-size: auto 40%;
  margin-top: 70px;
}


#kv h1 {
  position: absolute;
  top: 35%;
  left: 40px;
    font-size: 2.0rem;
  box-sizing: border-box;
  padding: 10px;
  background: #f5f5f5;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}
#about {
  margin-top: 450px;
}

#about h1 {
width: 95%;
font-size: 2.5rem;
padding-bottom: 20px;

}

#about .text {
margin: 0;
font-size: 1.8rem;
margin-bottom: 30px;
}

#about .text li {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 3.5rem;
}

#about .menu {
  display: flex;
  flex-direction:column;
  margin-top: 20px;
}

#about .menu .contents-blk p {
  font-size: 1.6rem;
}

#about .menu .contents-blk h2 {
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
}

#about .menu .contents-blk {
  padding-top: 40px;
  margin-bottom: 50px;
}

#profile {
  margin-top: 0;
  padding-top: 0;
}

#profile .profile-text{
  margin-left: auto;
  margin-right: auto;
  width: 95%;
margin-top: 370px;
}

#profile .profile-text h1 {

}

#profile .profile-text p {
  font-size: 1.5rem;
}

#profile .profile-text h2{
  font-size: 2.7rem;
  letter-spacing: 0.5rem;
}

#profile .profile-text li {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  padding-right:10px;
}
#profile .profile-image img{
  display: flex;
  flex-direction:column;
  margin-top:-70px;
margin-left: 20px;
  width: 60%;
  height: auto;
  margin-bottom: 100px;
  box-shadow: 60px 50px 0px 0 rgba(237, 222, 213, 0.8);
  right: 30%;
}

#profile .profile-image {
  width: 90%;
}

.profile-btn {
  width: 95%
}

.profile-btn a.btn_09 span {
  font-size: 1.6rem;
  padding-left: 10px;
  padding-right: 10px;
}

#qa {
padding: top: 50px;
  width: 100%
}

#qa .inner {
  padding-left: 0;
  padding-right: 0;
}

.faq .faq__dt {
  padding-left: 40px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.faq .faq__dt::before {
  padding-left: 10px;
}

.faq .faq__dd {
  font-size: 1.5rem;
  margin-top: 10px;
  letter-spacing: 0.1rem;
  font-family: Noto;
  margin-left: 10px;
}

#footer .line {
  display: block;
}
#footer .line a {
  width: 80%;
  margin-bottom: 20px;
}
#footer .line a .btn-c {
  font-size: 1.8rem;
}

#voice {
  height: 200px;
  margin-top: 50px;
  margin-bottom: 0;
}

.seitai-voice h1 {
  margin-top: 30px;
  font-size: 2.5rem;
}

.talk-Ltxt .talk-text {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

#seitai-kv {
  margin-top: 50px;
  width: 100%;
  height: 300px;
/* width: 100vw;
height: auto; */
  background-size: cover;
}

#seitai .heading09  {
  font-size: 2.1rem;
  width: 95%;
padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;
}

#seitai .heading09::after {
  margin-top: 20px;
  height: 2px;
  width: 30%;
}

#seitai .setai-blk p {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
width: 90%;
}

#seitai .seitai-menu h1 {
  width: 90%;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
}

#seitai .seitai-text {
  width: 90%;
}

#seitai .seitai-text li {
font-size: 1.5rem;
letter-spacing: 0.2rem;
}

#seitai .seitai-text li::before {
  font-family:  "Font Awesome 5 Free";
font-weight:  900;
  content: "\f058";
}

#seitai .seitai-text li span {
  font-size: 1.3rem;
}

#seitai .seitai-text ul {
  display: inline;
  text-align: inherit;
}

#seitai .seitai-text p{
  padding-left: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.4rem;
}
#seitai .seitai-text h2 {
  font-size: 2.1rem;
  text-align: left;
  padding-left: 10px;
}

.seitai-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  width: 30%;
display: block;
}

.seitai-btn .btn_08 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

#serapii-kv {
  width: 100%;
  height: 200px;
  padding-bottom: 50px;
}

#serapii .serapii-image {
  padding-top: 50px;
}

}


@media screen and (min-width:600px) and (max-width:1024px) {

body {
  font-size: 1.5rem;
}
header .menu-btn {
display: block;
position: absolute;
  right: 5%;
  top: 10px;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #666;
  background: transparent;
  border-radius: 50%;
}


.menu-btn:focus {
  outline: none;
}

header .gnavi{
  /* width: 250px; */
  position: fixed;
  display: block;
  top: 80px;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .9);
  transition: all 0.2s;
  transform: translate(400px);
  padding-top: 30px;
  padding-bottom: 30px;
}

header .gnavi.open {
  transform: translate(0);
}

header .gnavi ul {
  display: block;
}

header .gnavi li a {
  display: block;
  width: 100%;
  padding: 20px;
  height: 50px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 0;
  color: black;
  font-size: 1.8rem;
}
.inner {
  width: 100vw;
    /* padding-left: 10px; */
  padding-right: 10px;
}

#kv h1 {
  top: 600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#about {
  width: 100vw;
padding-left: 10px;
padding-right: 10px;
}

#about h1 {
    width: 90vw;
    padding-left: auto;
    padding-right: auto;
}

#about .text {
  width: 90%;
}

#about .text li {
  padding-bottom: 10px;
}

#about .menu {
  display: block;
padding-left: 50px;
}

#about .menu .contents-blk {
  padding-bottom: 70px;
  width: 400px;
}

#about .menu .contents-blk .btn .btnarrow5 {
  margin-top: 30px;
}

#profile .profile-image img {
  right: 0%;
margin-right: 100px;
}

#profile .profile-text {
  width: 90%;
  margin-top: 500px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.line-bn img {
  width: 500px;
}

#qa .inner {
  width: 95%;
  padding: 0;
padding-top: 50px;
padding-bottom: 50px;
}

#qa .inner .faq {
  width: 95%;
  margin: 0;
  padding: 15px;
  font-size: 1.6rem;
}

#qa .inner .faq__dt {
  font-size: 1.6rem;
}

#qa .inner .faq__dd {
  font-size: 1.4rem;
  padding-left: 30px;
  padding-bottom: 30px;
}

#footer .sns-navi a i {
  font-size: 3.5rem;
}

#footer .primary {
width: 100%;
}
#footer .address {
  padding-right: 10px;
}

#footer .address p {
    padding-right: 10px;
}

#footer .line {
  display: block;
}

#footer .line a.btn-c {
  margin-bottom: 50px;
}
#footer .primary .navi li a {
  font-size: 1.8rem;
}

#footer .copyright {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 50px;
}

#voice .talk .talk-Ltxt {
  margin-right: 10px;
  padding-right: 5px;
}

#voice .inner .seitai-voice {
  width: 95%;
}

#voice .seitai-voice .talk {
  margin-left: 20px;
}

#voice .inner {
padding-left: 0;
}


.school-contents {
padding-left: 10px;
}

.school-contents p {
  padding-left: 10px;
  padding-right: 10px;
}

.school-contents2 h1 {
  padding-left: 10px;
  padding-right: 10px;
}

.school-contents2 h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.school-contents2 p {
  padding-left: 10px;
  padding-right: 10px;
}

#reserve h1 {
  padding-left: 10px;
  padding-right: 10px;
}



}
