@charset "UTF-8";

:root {
  --main-color: #fac6d2;
  --sub-color1: #213a70;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #000;
  background-color: #f6f6f6;
}

a {
  color: blueviolet;
}
a:hover {
  text-decoration: underline;
}


/* Header */
header {
  background-color: #fff;
  border-bottom: #e4e4e4 solid 3px;
  padding: 20px 0 0 0;
}
header div {
  max-width: 1200px;
  margin: auto;
}

header h1 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 1.8rem;
  margin: 0 0 20px 20px;
}
header h1 rt {
  font-size: 1.5rem;
}
header h1 span {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width:520px) {
  header h1 {
    font-size: 4rem;
    letter-spacing: 1.5rem;
    margin: 0 0 20px 20px;
  }
  header h1 rt {
    font-size: 1.5rem;
  }
  header h1 span {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: normal;
  }
}


/* Header Nav */
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
}
header nav ul li {
  width: 14%;
  border-right: #ccc solid 1px;
  border-image: linear-gradient(to top, #fff 0%, #ccc 100%) 1;
}
header nav ul li a {
  color: #000;
  display: block;
  padding: 15px 10px;
  border-bottom: #fff solid 4px;
}
header nav ul li a:hover {
  border-bottom: var(--main-color) solid 4px;
  text-decoration: none;
}
@media screen and (max-width:520px) {
  header nav ul {
    justify-content: left;
    text-align: center;
  }
  header nav ul li {
    width: 50%;
  }
  header nav ul li a {
    border-bottom: none;
  }
  header nav ul li a:hover {
    border-bottom: none;
    background-color: var(--main-color);
  }
}
@media print {
  header nav ul {
    justify-content: space-around;
    font-size: 1.3rem;
  }
  header nav ul li {
    width: 14%;
    border-right: #ccc solid 1px;
    border-image: linear-gradient(to top, #fff 0%, #ccc 100%) 1;
  }
  header nav ul li a {
    padding: 15px 5px;
  }
}


/* Mv */
.mv {
  max-width: 1200px;
  height: 400px;
  background-color: #fff;
  margin: 30px auto;
}
.mv img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media screen and (max-width:520px) {
  .mv {
    height: auto;
    margin: 0 auto 30px auto;
  }
}
@media print {
}


article {
  max-width: 1200px;
  margin: auto;
  line-height: 2;
  font-size: 1.7rem;
}

article h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width:520px) {
  article h2 {
    font-size: 3.5rem;
  }
}

article section {
  margin: 0 0 70px 0;
}
@media print {
  article section {
    margin: 0 0 50px 0;
  }
}


/* About */
#about div {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
#about .feature {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
#about .feature li {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: deeppink;
  border: var(--main-color) dotted 3px;
  border-radius: 10px;
  margin: 10px 10px 10px 0;
  padding: 0 20px;
}
#about p {
  margin: 0 0 20px 0;
}
#about .img01 {
  width: 40%;
  float: right;
  margin: 0 0 30px 30px;
}
#about .img02 {
  width: 40%;
  float: left;
  margin: 0 30px 30px 0;
}
#about .img03 {
  display: flex;
  flex-wrap: wrap;
}
#about .img03 img {
  display: block;
  width: 19%;
  height: auto;
  margin: 0 5px 0 0;
}
@media screen and (max-width:520px) {
  #about div {
    padding: 30px 20px;
  }
  #about .feature {
    justify-content: center;
  }
  #about .feature li {
    margin: 10px 0;
    padding: 0 10px;
  }
  #about .img01 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  #about .img02 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  #about .img03 {
    justify-content: center;
  }
  #about .img03 img {
    width: 48%;
    height: auto;
    margin: 0 5px 5px 0;
  }
}


/* Profile */
#profile .box01 {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
#profile p {
  text-align: center;
}
#profile .img01 {
  width: 40%;
  display: block;
  margin: 20px auto 30px auto;
}
@media screen and (max-width:520px) {
  #profile p {
    text-align: left;
  }
  #profile .img01 {
    width: 100%;
  }
}


/* Service */
#service .box01 {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
#service .box01 section {
  background-color: #fff;
  border: var(--main-color) solid 5px;
  border-radius: 15px;
  width: calc(100% - 50px);
  margin: 25px;
  padding: 0 0 30px 0;
}
#service .box01 section h3 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--sub-color1);
  margin: 20px 0;
}
#service .box01 section h4 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--sub-color1);
  margin: 20px 0 0 0;
}
#service .box01 section p {
  margin: 0 35px 30px 35px;
  text-align: center;
}
#service .box01 section ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 auto 35px auto;
  width: fit-content;
}
#service .txt01 p {
  margin: 0 0 20px 0;
}
#service .df {
  display: flex;
  flex-wrap: wrap;
}
#service .df div {
  width: 50%;
  margin: 0 0 30px 0;
}
#service .df div p {
  margin: 0;
}
#service .price_list {
  width: calc(100% - 70px);
  margin: 0 35px;
}
#service .price_list caption {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 2rem;
  font-weight: bold;
  color: var(--sub-color1);
}
#service .price_list caption::before {
  content: "● ";
}
#service .price_list td {
  border: #333 solid 1px;
  padding: 10px;
}
#service .price_list .price {
  text-align: center;
  white-space: nowrap;
  width: 20%;
}
@media screen and (max-width:520px) {
  #service .box01 {
    padding: 20px;
  }
  #service .box01 section {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #service .box01 section p {
    margin: 0 15px 30px 15px;
    text-align: left;
  }
  #service .box01 section ul {
    list-style-position: inside;
    margin: 0 auto 35px auto;
    width: fit-content;
  }
  #service .df div {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #service .df div p {
    margin: 0 0 0 15px;
  }
  #service .price_list {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media print {
  #service .box01 {
    padding: 20px;
  }
  #service .box01 section {
    width: calc(100% - 30px);
    margin: 15px;
  }
  #service .box01 section p {
    margin: 0 25px 30px 25px;
  }
  #service .df div p {
    margin: 0;
  }
  #service .price_list {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}


/* Trial */
#trial {
  text-align: center;
}
#trial .box01 {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 0;
  border-radius: 10px;
}
#trial .txt01 {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 50px;
}
#trial .img01 {
  width: 40%;
  margin: 20px auto 30px auto;
}
@media screen and (max-width:520px) {
  #trial .txt01 {
    padding: 0px 30px;
  }
  #trial .img01 {
    width: 80%;
    margin: 20px auto 30px auto;
  }
}


/* Course */
#course {
  text-align: center;
}
#course .block_cen {
  text-align: center;
  margin: auto;
  width: fit-content;
}
#course .txt01 {
  display: block;
  text-align: left;
  margin: 0 auto 20px auto;
}
#course .box01 {
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px;
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#course h3 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 3rem;
  font-weight: 600;
  color: var(--sub-color1);
  text-align: center;
}
#course ul {
  display: flex;
  justify-content: center;
}
#course ul li {
  text-align: left;
  list-style: none;
  border: var(--main-color) solid 5px;
  border-radius: 15px;
  background-color: #fff;
  width: 30%;
  margin: 10px 10px;
  padding: 30px;
}
#course h4 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--sub-color1);
  text-align: center;
}
#course h4 span {
  display: block;
  font-size: 2rem;
}
#course .txt02 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: snow;
  margin: 20px 0;
}
#course .txt03 {
  text-align: center;
  border-top: #ccc dotted 2px;
  margin-top: 15px;
}
#course .box01 .ticket {
  text-align: left;
  border: var(--main-color) solid 4px;
  border-radius: 15px;
  background-color: #fff;
  width: 100% - calc(-10px);
  margin: 10px 20px 20px 20px;
  padding: 20px 5px;
}
#course .box01 .ticket li {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 30px;
  border-right: #ccc dotted 2px;
}
#course .box01 .ticket li:last-child {
  border-right: none;
}
@media screen and (max-width:520px) {
  #course h2 span {
    display: block;
    font-size: 3rem;
  }
  #course .txt01 {
    margin: 0 30px 30px 30px;
  }
  #course h3 {
    font-size: 2.8rem;
  }
  #course ul {
    flex-wrap: wrap;
  }
  #course ul li {
    width: 100%;
    padding: 15px;
  }
  #course .box01 .ticket li {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
    border-right: none;
    list-style: circle inside;
  }
  #course .box01 .txt04 {
    text-align: left;
    margin: 0 30px 20px 30px;
  }
}
@media print {
  #course ul li {
    margin: 0 5px;
    padding: 10px;
  }
}


/* access */
#access {
  text-align: center;
}
#access .box01 {
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px;
}
#access .txt01 {
  text-align: left;
  display: inline-block;
  margin: 0 auto 30px 0;
}
#access .map iframe {
  width: 600px;
  height: 450px;
}
@media screen and (max-width:520px) {
  #access .txt01 {
    margin: 0 20px 30px 20px;
  }
  #access .map iframe {
    width: 100%;
    height: 400px;
  }
}
@media print {
  #access .map iframe {
    width: 100%;
    height: 260px;
  }
}


/* Inquiry */
#inquiry {
  text-align: center;
}
#inquiry .box01 {
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px;
}
#inquiry .txt01 {
  text-align: left;
  display: inline-block;
  margin: auto;
}
#inquiry .txt02 {
  font-size: 2.5rem;
}
#inquiry .img01 {
  width: 40%;
  margin: 20px auto 30px auto;
}
@media screen and (max-width:520px) {
  #inquiry .txt02 {
    font-size: 2.2rem;
  }
  #inquiry .img01 {
    width: 90%;
  }
}


/* Button */
.btn01 {
  text-align: center;
}
.btn01 a {
  display: inline-block;
  background-color: var(--sub-color1);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  margin: auto;
  padding: 20px 40px;
}
.btn01 a:hover {
  background-color: var(--main-color);
}

/* Inquiry */
.inquiry {
  border: var(--sub-color1) dotted 3px;
  border-radius: 10px;
  background-color: aliceblue;
  text-decoration: none;
  font-size: 2rem;
  margin: auto;
  padding: 15px 50px;
  width: fit-content;
}
.inquiry h5 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.inquiry p {
  text-align: left;
}
@media screen and (max-width:520px) {
  .inquiry {
    font-size: 1.8rem;
    padding: 15px 10px;
    width: calc(100% - 30px);
  }
  .inquiry h5 {
    font-size: 2.3rem;
  }
}


/* General */
.t_cen {
  text-align: center;
}
.fs2 {
  font-size: 2rem;
}
.fs3 {
  font-size: 3rem;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width:520px) {
  .t_cen {
    text-align: left;
    margin: 0 20px 20px 20px;
  }
}


/* Footer */
footer {
  font-size: 2rem;
  text-align: center;
  background-color: #e3e3e3;
  padding: 20px;
}


/* Pagetop */
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  line-height: 0;
}
.pagetop a {
  background-color: var(--sub-color1);
  font-size: 2rem;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px 15px 15px;
}
.pagetop a:hover {
  text-decoration: none;
}
.pagetop a:visited {
  color: #fff;
}


/* Swiper */
.swiper-pagination-bullet {
  background-color: var(--main-color) !important;
  height: 15px !important;
  width: 15px !important;
}