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

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.6;
  background: #fff;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.second-title {
  font-size: 24px;
}

.third-title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  background: #fff;
  height: 120px;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 20;
  top: 0;
  left: 0;
  line-height: 1;
  background: #683d42;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-wrap {
  flex-direction: column;
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .header-inner {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding-right: 50px;
  }
}

.header-rogo {
  width: 242px;
}
@media (max-width: 767px) {
  .header-rogo {
    width: 120px;
  }
}
.header-rogo img {
  display: block;
}

.header-nav-wrap {
  display: flex;
  flex-direction: column;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 1080px) {
  .header-nav {
    display: none;
  }
}
.header-nav li:not(:first-child) {
  margin-left: 20px;
}
.header-nav li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}
.header-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header-nav li a.is-active::after, .header-nav li a:hover::after {
  width: 100%;
  background: #B8936c;
}

.header-nav-up {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .header-nav-up {
    margin: 0 auto;
  }
}
.header-nav-up li:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1080px) {
  .header-nav-up li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-nav-up li:not(:first-child) {
    margin-left: 5px;
  }
}
.header-nav-up li a {
  text-decoration: none;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 24px;
  border-radius: 20px;
  background: #B8936c;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media (max-width: 1080px) {
  .header-nav-up li a {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .header-nav-up li a {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.header-nav-up li a:hover {
  opacity: 0.7;
}

.section {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0 60px;
  }
}

.section-title {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #B8936c;
}
@media (max-width: 767px) {
  .section-title::after {
    width: 42px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    padding-bottom: 18px;
  }
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 50;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 1080px) {
  .drawer-icon {
    display: block;
    top: 50px;
  }
  .drawer-icon:hover {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
    top: 20px;
  }
}
.drawer-icon.is-active {
  transform: translateX(-240px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 20px;
  height: 22px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #B8936c;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 240px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 40;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  border-bottom: 1px dotted #707070;
}
.drawer-content-item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
}
.drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 39;
  display: none;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
          animation: fadeIn 0.5s ease 0s 1 normal;
}
.drawer-background.is-active {
  display: block;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  background: url(../img/arrow-next.png) no-repeat center center/contain;
  right: calc(50% - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
    margin-top: 10px;
    width: 35px;
  }
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  background: url(../img/arrow-prev.png) no-repeat center center/contain;
  left: calc(50% - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 10px;
    margin-top: 10px;
    width: 35px;
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #B8936c;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: #2f7dc8;
}

.swiper-pagination-clickable,
.swiper-pagination-bullet {
  cursor: pointer;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  /* 1.1倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
swiper-container {
  position: relative;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  /* 1秒かけて拡大させる */
  -webkit-animation: zoomUp 15s linear 0s;
  animation: zoomUp 15s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-img {
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
  height: 600px;
  /* 600pxの高さで表示させる */
}

.torisetsu-about {
  margin-top: 120px;
  background: url(../img/torisetsu_bg.jpg) center center/cover;
}
@media (max-width: 767px) {
  .torisetsu-about {
    margin-top: 60px;
  }
}

.torisetsu-about-wrap {
  margin-top: 80px;
}

.torisetsu-about-text {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1.8;
  font-size: 24px;
}
@media (max-width: 767px) {
  .torisetsu-about-text {
    font-size: 20px;
    padding: 0 16px;
  }
}

.torisetsu-content {
  background: #e8e2e3;
}

.torisetsu-content-wrap {
  background: #f3f1f1;
  margin: 80px auto 0;
  width: 1000px;
  max-width: 100%;
  padding: 30px;
  line-height: 1.8;
}

.torisetsu-content-zoom-wrap {
  margin-top: 80px;
}

.torisetsu-content-text-second-title {
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .torisetsu-content-text-second-title {
    font-size: 20px;
  }
}
.torisetsu-content-text-second-title:not(:first-child) {
  margin-top: 40px;
}

.torisetsu-content-text-third-title {
  margin: 0;
}

.torisetsu-content-text span {
  font-weight: bold;
}

.torisetsu-content-reservation-button {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.torisetsu-content-reservation-button a {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #B8936c;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
.torisetsu-content-reservation-button:hover {
  opacity: 0.7;
}

.school-intermediate-school {
  background: #fff;
}

.school-intermediate-school-wrap {
  margin: 80px auto 0;
  background: #f3f1f1;
  width: 1000px;
  max-width: 100%;
  padding: 30px;
  line-height: 1.8;
}

.school-intermediate-school-text-second-title {
  margin: 0;
}

.school-intermediate-school-text span {
  font-weight: bold;
}

.school-intermediate-school-reservation-button {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.school-intermediate-school-reservation-button a {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #B8936c;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
.school-intermediate-school-reservation-button:hover {
  opacity: 0.7;
}

.footer {
  background: #683d42;
  padding: 0 0 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 14px;
  }
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
  }
}

.footer-left {
  width: 20%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  text-align: center;
}
.footer-logo a img {
  width: 350px;
}
@media (max-width: 767px) {
  .footer-logo a img {
    width: 250px;
  }
}

.footer-qr img {
  width: 70px;
}

.footer-address,
.footer-tel {
  font-size: 14px;
  text-align: center;
}

.footer-address {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer-address {
    margin-top: 16px;
  }
}

.footer-tel {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .footer-tel {
    margin-top: 6px;
  }
}

@media (max-width: 1080px) {
  .footer-center {
    display: none;
  }
}

.footer-nav {
  display: flex;
}
.footer-nav li {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .footer-nav li {
    margin-left: 20px;
  }
}
.footer-nav li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.footer-nav li a:hover {
  opacity: 0.7;
}

.footer-right {
  width: 16%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    margin-top: 24px;
  }
}

.footer-sns {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns li:not(:first-child) {
  margin-left: 16px;
}
.footer-sns li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.footer-sns li a:hover {
  opacity: 0.7;
}
.footer-sns li a img {
  width: 30px;
}

.footer-copy {
  font-size: 14px;
  margin-top: 37px;
  text-align: center;
  color: #B8936c;
}
@media (max-width: 767px) {
  .footer-copy {
    margin: 0 auto;
  }
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 17px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.to-top a img {
  width: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 35px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}