@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background: #e2a2b1;
  font-family: "Noto Serif JP", serif;
  color: #555555;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
body.appear {
  background: #f8f9fa;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #555555;
  text-decoration: none;
  outline: none;
}

/* font-family */
h1,
#g-nav-list li:nth-child(1),
#menu h2,
#profile h2,
#footer dl dd,
#splash-logo,
#about .about-area h2,
p.price {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/* heading */
#menu h2,
#menu h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal;
  color: #e2a2b1;
}
@media screen and (max-width: 768px) {
  #menu h2,
  #menu h2 {
    font-size: 3rem;
  }
}

/* area */
#container {
  overflow: hidden;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}
@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}

/* splash */
#splash-logo p {
  font-size: 1.8rem;
  font-weight: normal;
  white-space: nowrap;
}

/* top-header */
.header-area {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.header-area h1 {
  display: block;
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 10px;
}
.header-area p {
  font-size: 1.3vw;
  letter-spacing: 0.4em;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 960px) {
  .header-area h1 {
    font-size: 4rem;
  }
  .header-area p {
    font-size: 0.8rem;
    white-space: none;
  }
}
/* header */
#course-page,
#contact-page {
  padding-top: 100px;
}

#header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(255,255,255,0.5); */
  box-sizing: border-box;
}

.header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 50px 20px;
}
.header-container ul {
  display: flex;
  justify-content: flex-end;
}
.header-container ul li {
  margin-left: 20px;
}
.header-container a {
  transition: all 0.6s ease;
}
.header-container a:hover:not(.logo a) {
  color: #e2a2b1;
  transition: all 0.6s ease;
  /*ふわっとさせる間隔*/
}

.logo {
  text-align: center;
}
.logo p {
  font-size: 28px;
  line-height: 1.7rem;
  letter-spacing: 0.5rem;
}
.logo p span {
  font-size: 12px;
  letter-spacing: initial;
  margin-right: 4px;
}

#course-page .openbtn,
#contact-page .openbtn {
  display: none;
}

@media screen and (max-width: 940px) {
  .header-container {
    display: none;
  }
  #course-page .openbtn,
  #contact-page .openbtn {
    display: block;
  }
  #course-page,
  #contact-page {
    padding-top: 0;
  }
}
/* gnavi */
#g-nav-list li:nth-of-type(1) a {
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
  line-height: normal;
}

#g-nav-list li:nth-of-type(2) {
  animation-delay: 0.2s;
}

#g-nav-list li:nth-of-type(3) {
  animation-delay: 0.4s;
}

#g-nav-list li:nth-of-type(4) {
  animation-delay: 0.6s;
}

#g-nav-list li:nth-of-type(5) {
  animation-delay: 0.8s;
}

#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}

#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}

/* about */
#about {
  color: #fff;
  background-color: #a18f84;
}
#about .catchcopy {
  text-align: center;
  font-size: 1.15rem;
}
#about .about-txt {
  margin: 0 auto;
  max-width: 820px;
  text-align: justify;
}
#about .about-area h2 {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1;
  font-size: 1.85rem;
  font-weight: normal;
}
#about .about-area h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
#about .about-area p {
  margin-bottom: 1rem;
  font-family: sans-serif;
}

/* access */
#access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #e7e2df;
  padding: 0 0 0 6%;
}
#access .access-img {
  width: 70%;
  min-height: 300px;
  background: url("../img/access.webp") no-repeat center;
  background-size: cover;
}
#access .access-area {
  width: 25%;
}
#access .access-area p {
  font-size: 0.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
#access .access-map {
  width: 70%;
  height: 350px;
}
#access .access-map iframe {
  width: 100%;
  height: 100%;
}
#access h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #access {
    display: block;
    padding: 0;
  }
  #access .access-area {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }
  #access .access-map {
    width: 100%;
  }
}
/* menu */
#menu {
  margin: 0 0 50px 0;
}

.menu-area .menu-block {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-block article {
  width: 25%;
  height: auto;
}

.cap h3 {
  text-align: center;
}
.cap p {
  text-align: center;
  font-size: 1rem;
}

.zoomIn img {
  transform: scale(1);
  transition: 0.6s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.contact-btn {
  text-align: center;
  margin: 50px 0 0 0;
}

span.mask {
  padding: 0 !important;
}

@media screen and (max-width: 820px) {
  .menu-area .menu-block {
    width: 100%;
  }
  .menu-block article {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .menu-area .menu-block article:nth-of-type(n + 1) {
    animation-delay: 0.5s;
  }
  .menu-block article {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .menu-area .menu-block article:nth-of-type(n + 1) {
    width: 100%;
    animation-delay: 0s !important;
  }
  .menu-block article img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 70%;
       object-position: 100% 70%;
  }
}
.menu-area span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}

/* profile */
#profile h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal;
  color: #e2a2b1;
}

.profile-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 800px;
}

.profile-txt h3,
.profile-txt p {
  margin-bottom: 1rem;
}

.profile-img {
  width: 40%;
}

.profile-txt {
  width: 50%;
}

.profile-txt h3 span {
  display: block;
  font-size: 11px;
}

.profile-txt p {
  font-size: 16px;
}

.profile-block {
  max-width: 800px;
  margin: 0 auto;
}

.profile-block dl {
  display: flex;
  margin: 20px 0;
}

.profile-block dd {
  width: 85%;
}

.profile-block dt {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .profile-block dl {
    display: block;
    text-align: justify;
  }
  .profile-block dd {
    width: 100%;
  }
  .profile-block dt {
    width: 100%;
    font-weight: bold;
  }
}
@media screen and (max-width: 450px) {
  .profile-area {
    display: block;
  }
  .profile-img,
  .profile-txt {
    width: 100%;
  }
}
/* course */
#course {
  margin-top: 2rem;
}

#course h2,
#course h3 {
  text-align: center;
}

#course h2 {
  font-size: 32px;
  width: 70%;
  margin: 0 auto 30px;
}

#course h2 span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: normal;
}

#course h3 {
  font-size: 21px;
}

.course-img {
  width: 40%;
}

.price-area {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #e7e2df;
}

.price-brock {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 20px 30px;
  width: 570px;
  background-color: #f3f1ef;
}

.price-brock h3 {
  margin-right: 60px;
  border-right: 1px solid #c9c9c9;
  padding: 20px 50px 120px 20px;
  /*padding: 60px 50px 60px 20px;*/
  font-weight: normal;
}

.price-item {
  display: flex;
  align-items: center;
}

.price-item:not(:last-child) {
  margin-bottom: 20px;
}

p.time {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 3.5rem;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 1px solid #c9c9c9;
  border-radius: 50px;
  margin-right: 30px;
}

p.price {
  font-size: 40px;
  font-weight: bold;
  color: #b71c24;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
}

p.price span {
  margin-left: 5px;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .price-discount {
    text-align: center;
  }
}
.price-discount a p:hover {
  background-color: #cb8495;
  transition: all 0.6s ease;
}
.price-discount p {
  display: inline-block;
  padding: 3px 15px;
  margin: 0 0 5px 0;
  border-radius: 50px;
  background-color: #e2a2b1;
  color: #fff;
}

.course-area {
  padding-bottom: 0;
}

.course-area h3 {
  margin-bottom: 1rem;
}

.course-area p {
  margin: 0 auto 3rem;
  width: 80%;
}

#course table {
  margin: 0 auto 2rem;
  width: 80%;
  border-collapse: collapse;
}

#course th,
#course td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e9e9e9;
}

#course th {
  background-color: #dbdbdb;
}

#course th:nth-child(1) {
  width: 25%;
}

#course td.table-price {
  width: 20%;
  min-width: 170px;
}

#course-page .contact-btn {
  margin-bottom: 60px;
}

@media screen and (max-width: 940px) {
  #course table {
    width: 100%;
  }
  .course-area p {
    width: 80%;
  }
  #course h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .price-area {
    display: block;
  }
  .price-brock {
    width: 100%;
  }
  .course-img {
    width: 100%;
  }
  .course-img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #course th:nth-child(1) {
    width: 30%;
  }
  .course-area p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .price-brock {
    display: block;
  }
  .price-brock h3 {
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 0 30px 0;
  }
  .price-brock div:not(.price-item) {
    margin: 30px auto 0;
  }
  .price-item {
    justify-content: center;
  }
  .price-item:not(:last-child) {
    margin-bottom: 10px;
  }
  #course th {
    text-align: center;
  }
  #course th:nth-child(even),
  #course td:nth-child(even) {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .course-img img {
    height: 200px;
  }
  p.time {
    font-size: 13px;
    line-height: 3rem;
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  p.price {
    font-size: 24px;
  }
  p.price span {
    font-size: 18px;
  }
}
/* contact */
section.mailform.inner {
  padding-top: 0;
}

#contact h2,
#contact h3 {
  text-align: center;
}

#contact h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

#contact h3 {
  color: #a18f84;
}

.contact-area {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #e7e2df;
  padding: 70px 0;
}

.contact-brock {
  height: 130px;
  width: 30%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.line-img {
  width: 90px;
  margin-left: 20px;
}

.arrow {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent #a18f84 #a18f84;
  transform: rotate(-45deg);
}

.mailform p {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}

.mailform {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 940px) {
  #contact h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-area {
    display: block;
    text-align: center;
  }
}
/* footer */
@media screen and (max-width: 900px) {
  #footer dl {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer dl dd {
    font-size: 1.5rem;
  }
}
#footer {
  background-color: #a18f84;
  color: #fff;
  padding: 20px 0 90px;
}
#footer small {
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  font-size: 0.7rem;
}
#footer .footer-list {
  width: 65%;
  text-align: right;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.8rem;
  line-height: 3;
}
#footer #page-top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
  #footer dl,
  #footer .footer-list,
  #footer small {
    width: 100%;
    text-align: center;
  }
}
/*========= フローティングバナー ===============*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 100vw;
  display: flex;
}
.floating-banner .banner {
  display: flex;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.floating-banner .banner:first-child a {
  border-right: 1px solid #ccc;
}
.floating-banner .banner:hover {
  background: rgba(0, 0, 0, 0.8);
}
.floating-banner .banner a {
  width: 100%;
  padding: 0 5%;
  margin: 10px 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a {
    justify-content: center;
  }
}
.floating-banner .banner a img {
  width: 45px;
  height: 45px;
}
.floating-banner .banner a p.copy {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a p.copy {
    width: auto;
    margin-left: 25px;
  }
}
.floating-banner .top {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .floating-banner .top {
    width: 65px;
  }
}
.floating-banner .top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #e2a2b1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
.floating-banner .top a:hover {
  background: #999;
  height: 60px;
}
.floating-banner .top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=layout.css.map */