@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino1.ttc");
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino2.ttc");
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino3.ttc");
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino4.ttc");
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino5.ttc");
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: url("../fonts/hiragino6.ttc");
  font-weight: 600;
}

@media all and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}

.content {
  width: 1000px;
  margin: auto;
}

@media all and (max-width: 1050px) {
  .content {
    width: 90%;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid black;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

.btn:hover {
  background-color: black;
  color: white;
}

.reserve {
  display: none;
}

@media all and (max-width: 1050px) {
  .reserve {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #111;
    width: 100%;
    z-index: 100;
  }
  .reserve__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reserve a {
    padding: 10px 0 5px;
    width: 33.3%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: solid 1px #fff;
  }
  .reserve a:last-child {
    border-right: none;
  }
  .reserve a img {
    margin-bottom: 5px;
    width: 25px;
  }
  .reserve a span {
    font-size: 10px;
    font-weight: 600;
  }
}

.header {
  height: 125px;
  width: 100%;
  position: relative;
  text-align: center;
}

.header__logo {
  margin: 35px 0;
}

.header__mt {
  padding-top: 7px;
}

.header ul {
  position: absolute;
  right: 15px;
  top: 20px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header li {
  margin-right: 15px;
}

.header li span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

@media all and (max-width: 1050px) {
  .header ul {
    display: none;
  }
}

.mv {
  width: 1200px;
  margin: auto;
  margin-bottom: 87px;
  height: 700px;
}

.mv__sp {
  display: none;
}

.mv .swiper-container {
  height: 100%;
}

.mv .swiper-slide {
  height: 100%;
}

.mv .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv .swiper-pagination {
  margin-top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv .swiper-pagination span {
  margin: 0 3px;
}

.mv .swiper-pagination-bullet-active {
  background: #000;
}

@media all and (max-width: 1250px) {
  .mv {
    width: 100%;
    height: 500px;
  }
  .mv .swiper-container {
    height: 100%;
  }
  .mv .swiper-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 600px) {
  .mv {
    height: 320px;
  }
  .mv__pc {
    display: none;
  }
  .mv__sp {
    display: block;
  }
}

.about {
  text-align: center;
  margin-bottom: 80px;
}

.about__ttl {
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 30px;
}

.about__txt {
  line-height: 2.2;
  margin-bottom: 45px;
}

.about__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__btn-wrapper a {
  border: solid 1px #383838;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  height: 110px;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 11px;
}

.about__btn-wrapper a img {
  margin-right: 28px;
}

.about__btn-wrapper a:first-child {
  letter-spacing: 5px;
}

.about__btn-wrapper a:last-child {
  letter-spacing: 2px;
}

.about__btn-wrapper a:hover {
  -webkit-box-shadow: 10px 10px 15px -10px;
          box-shadow: 10px 10px 15px -10px;
}

@media all and (max-width: 1250px) {
  .about__txt {
    text-align: left;
  }
}

@media all and (max-width: 800px) {
  .about {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 700px) {
  .about__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__btn-wrapper a {
    margin-bottom: 20px;
  }
}

.menu {
  margin-bottom: 100px;
}

.menu__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}

.menu__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.menu__part span {
  display: inline-block;
}

.menu__part p:first-child {
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__part_mb {
  margin-bottom: 25px;
}

.menu__note {
  text-align: right;
  margin-top: 10px;
}

.menu__sp {
  display: none;
}

.menu h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 45px;
}

.menu .pink {
  color: #c3368e;
}

.menu .orange {
  color: #ee761f;
}

.menu .blue {
  color: #285c99;
}

.menu .green {
  color: #4da335;
}

.menu .violet {
  color: #8d4998;
}

.menu .red {
  color: #e63434;
}

.menu .lightblue {
  color: #346be6;
}

.menu .darkgreen {
  color: #3c9867;
}

.menu .darkgreen span {
  font-size: 16px;
  font-weight: 300;
  color: #111;
}

.menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu th {
  border: solid 1px;
  /* 枠線指定 */
  padding: 10px;
  /* 余白指定 */
  text-align: center;
  width: 50%;
}

.menu td {
  width: 25%;
  border: solid 1px;
  /* 枠線指定 */
  padding: 10px;
  /* 余白指定 */
  text-align: center;
}

.menu table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
}

.menu tr:nth-child(even) {
  background-color: #f5f5f5;
  /* 背景色指定 */
}

@media all and (max-width: 800px) {
  .menu {
    margin-bottom: 45px;
  }
  .menu__sp {
    display: block;
  }
  .menu h3 {
    font-size: 22px;
  }
  .menu th {
    width: 76%;
  }
  .menu td {
    width: 200px;
  }
}

.menu .men-tableBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu .kids-table td {
  width: 50%;
}

@media all and (max-width: 800px) {
  .menu .kids-table th {
    width: 60%;
  }
  .menu .kids-table td {
    width: 40%;
  }
}

.menu .shinki {
  font-size: 20px;
}

.box {
  border: solid 1px #111;
  padding: 50px 0;
  margin-bottom: 60px;
}

.box__ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box__txt-wrapper {
  margin-left: 60px;
}

.box__txt-wrapper p {
  border-top: solid 1px #111;
  padding: 5px 0;
  text-align: center;
  font-weight: 100;
}

.box__min {
  font-family: Georgia, serif;
  font-size: 32px !important;
  font-weight: normal !important;
}

.box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.box img {
  width: 242px;
}

@media all and (max-width: 800px) {
  .box {
    padding: 50px 20px;
  }
  .box__ttl {
    font-size: 20px;
    text-align: left;
  }
  .box__min {
    font-size: 25px !important;
  }
  .box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box__flex img {
    margin-bottom: 25px;
  }
  .box__txt-wrapper {
    margin-left: 0;
    width: 100%;
  }
  .box h4 {
    font-size: 20px;
  }
}

.info {
  margin-bottom: 100px;
  text-align: center;
}

.info__ttl {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.info__time {
  font-size: 20px;
}

.info__time br {
  display: none;
}

.info__time span {
  font-weight: 600;
  margin-right: 30px;
}

.info h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .info {
    margin-bottom: 55px;
  }
  .info h2 {
    font-size: 22px;
  }
}

@media all and (max-width: 500px) {
  .info__time {
    font-size: 16px;
  }
  .info__time br {
    display: block;
  }
  .info__time span {
    margin-right: 0;
  }
  .info h2 {
    font-size: 18px;
    font-weight: 600;
  }
}

.access__ttl {
  font-weight: normal;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.access__map iframe {
  width: 100%;
  height: 600px;
}

.access__table {
  margin-top: 33px;
}

.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access__flex span {
  padding: 10px 0;
  width: 100px;
  border-top: solid 1px #707070;
}

.access__flex p {
  border-top: solid 1px #b9b9b9;
  padding: 10px 0;
  width: 100%;
  padding-left: 25px;
}

.access__bb-left {
  border-bottom: solid 1px #707070;
}

.access__bb-right {
  border-bottom: solid 1px #b9b9b9;
}

.footer {
  margin-top: 145px;
  position: relative;
}

.footer__up {
  background-color: #f5f5f5;
  text-align: center;
  padding: 75px 0 80px;
  margin-bottom: 40px;
}

.footer__up > p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 45px;
}

.footer__ttl {
  position: absolute;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", sans-serif;
  top: -35px;
  left: 50%;
  font-size: 36px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__flex > a {
  margin-right: 93px;
  position: relative;
}

.footer__flex > a::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #111;
  right: -45px;
  height: 100%;
}

.footer__flex > a:last-child {
  margin-right: 0;
}

.footer__flex > a:last-child::before {
  content: none;
}

.footer__flex img {
  display: block;
  width: 83px;
  margin: auto;
  height: 83px;
  margin-bottom: 10px;
}

.footer__tel p {
  font-size: 31px;
  line-height: 1;
}

.footer__dwn {
  padding-bottom: 85px;
  text-align: center;
}

.footer__dwn img {
  margin-bottom: 15px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 53px;
}

.footer__link li {
  position: relative;
  margin: 23px;
}

.footer__link li::before {
  content: "｜";
  position: absolute;
  right: -33px;
  top: 0px;
}

.footer__link li:last-child::before {
  content: none;
}

.footer___copy {
  font-size: 13px;
}

@media all and (max-width: 800px) {
  .footer {
    margin-top: 110px;
  }
}

@media all and (max-width: 650px) {
  .footer__up {
    margin-bottom: 15px;
    padding: 55px 0 45px;
  }
  .footer__up > p {
    font-size: 15px;
  }
  .footer__link {
    margin-bottom: 35px;
  }
  .footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__flex > a {
    width: 35%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__flex > a::before {
    content: none;
  }
  .footer__tel {
    width: 100% !important;
  }
}

.faq {
  /*�九�ｼ榊�繧頑崛縺�*/
  /* cleatfix */
  /* 蜍滄寔隕���ｸ隕ｧ 蟆ら畑 */
}

.faq__flex {
  border-bottom: solid 1px #9fb6dd;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.faq__flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.faq__flex > div h3 {
  font-size: 20px;
  padding-top: 5px;
  font-weight: 600;
}

.faq__flex > div p {
  padding-top: 10px;
}

.faq__flex > div img {
  margin-right: 20px;
}

.faq__flex:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq__ttl {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 67px;
}

.faq__ttl h1 {
  margin: auto;
  border-bottom: solid 6px #9fb6dd;
  display: inline-block;
  letter-spacing: 5px;
}

.faq .accordionlist dt {
  display: block;
  border-top: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.faq .accordionlist dt:first-child {
  border-top: none !important;
}

.faq .accordionlist dt .title {
  padding: 13px 0;
  float: left;
  width: 80%;
}

.faq #accordion2 .accordionlist dt .title {
  padding: 13px 0;
  float: left;
  width: 80%;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.faq .accordionlist dt:hover {
  cursor: pointer;
}

.faq .accordionlist dd {
  display: none;
  padding: 10px 15px 20px;
  border-top: 1px solid #777;
  background: #f8f8f8;
}

.faq .accordionlist dd:last-child {
  border-bottom: 1px solid #777;
}

.faq .accordion_icon,
.faq .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq .accordion_icon {
  position: relative;
  width: 17%;
  height: 40px;
  float: right;
  margin-right: 2%;
}

.faq .accordion_icon span {
  position: absolute;
  left: 10px;
  width: 50%;
  height: 2px;
  background-color: #9fb6dd;
}

.faq .accordion_icon span:nth-of-type(1) {
  top: 25px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq .accordion_icon span:nth-of-type(2) {
  top: 25px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq #accordion1 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.faq #accordion1 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq #accordion2 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.faq #accordion2 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq #accordion3 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.faq #accordion3 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq #accordion4 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.faq #accordion4 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq .accordionlist dd p {
  border-bottom: solid 1px #777;
}

.faq .accordionlist dd p:last-child {
  border-bottom: none;
}

.faq .clearfix {
  zoom: 1;
}

.faq .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.faq .inner_bg {
  background: #efefef !important;
}

.faq .inner_ttl {
  padding-left: 8px;
}

.faq .nav_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.faq .accordionlist .accordionlist {
  background: #ccc;
}

.faq .accordionlist dd .accordionlist dd {
  width: 100% !important;
  padding: 0;
}

.faq #accordion2 {
  margin: 30px auto 40px;
}

.faq #accordion2 .accordion_icon span {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #9fb6dd;
}

.faq #accordion2 .accordionlist dt {
  display: block;
  border-top: none;
  background: #9fb6dd;
  padding: 1px 20px 5px 41px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.faq #accordion2 .accordion_icon {
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 33px;
  margin-right: 1%;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.faq #accordion2 .accordion_icon span:nth-of-type(2) {
  top: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq #accordion2 .accordion_icon span:nth-of-type(1) {
  top: 20px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq #accordion2 .accordion_icon.active span:nth-of-type(2) {
  top: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq #accordion2 .accordionlist dd {
  display: none;
  padding: 30px 50px 55px;
  background: #fff;
  border: solid 1px #9FB6DD;
  border-top: none;
}

.faq #accordion2 .accordionlist {
  border-bottom: solid 2px #fff;
}




@media screen and (max-width: 769px) {
  .faq #accordion2 .accordion_icon {
    width: 25px;
    height: 25px;
  }
  .faq #accordion2 .accordion_icon span:nth-of-type(1) {
    top: 12px;
  }
  .faq #accordion2 .accordion_icon span:nth-of-type(2) {
    top: 12px;
  }
  .faq #accordion2 .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 14px;
    height: 2px;
  }
  .faq #accordion2 .accordion_icon.active span:nth-of-type(2) {
    top: 12px;
  }
  .faq #accordion2 .accordionlist dt {
    padding: 1px 10px 5px 18px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .faq #accordion2 .accordionlist dd {
    display: none;
    padding: 15px 15px 5px;
    background: #fff;
    border: solid 1px #9fb6dd;
    border-top: none;
  }
}

@media screen and (max-width: 500px) {
  .faq__flex > div h3 {
    font-size: 16px;
  }
  .faq__flex > div img {
    width: 35px;
    margin-right: 13px;
  }
  .faq #accordion2 .accordion_icon {
    left: 17px;
  }
  .faq #accordion2 .accordionlist dt .title {
    text-align: left;
    padding-left: 35px;
    font-size: 17px;
  }
}
/*# sourceMappingURL=style.css.map */


.taxtext{
	text-align: right;
	float: right;
	width: 30%;
	margin: 10px 0 100px 0;
}
.extext{
	float: left;
	width: 70%;
	margin: 10px 0 100px 0;
}
.clear{
	float: none;
	clear: both;
}