a,* {transition: 700ms ease;}
p {line-height: 2.2;letter-spacing: 3px;}
.box {position: relative;}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
section {
  padding: 50px 0;
}
.section-title {
  font-size: 2.2rem;
  letter-spacing: 4px;
  padding-bottom: 1em;
}
.section-title span {color: inherit;letter-spacing: 2px;font-size: .5em;}
.section-title span:before {content: none;}
main .button__fill {
  background: #1211b5;
}
main .button__fill:hover {
  color: #1211b5;
}

.catch__slider {
  position: relative;
}
.catch__text {
  position: absolute;
  left: 0;top: 0;right: 0;bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  font-size: min(5vw, 50px);
  letter-spacing: 5px;
}
.catch__text p span {display: inline-block;}
.catch__slider img {
/*  max-height: 100vh;*/
  width: 100%;
  object-fit: cover;}
.catch__slider .slick-dots {
  z-index: 10;
}

.front-message {
  background: #fff url('../img/front/front_greeting_pic.jpg') 100% 0 no-repeat;
  background-size: 80% auto;
  padding-top: 30vw;
}

.front-message__box {
  width: 80%;
  padding: 30px;
  background: #fff url('../img/front/front_greeting_illust.png') 95% 10%  no-repeat;
  background-size: 160px auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid  #d9d9d9;
  max-width: 920px;
}
.front-message .front-message__title {
  display: flex;align-items: center;justify-content: flex-start;
  padding-bottom: 2.8rem;
  line-height: 1;
}
.front-message .front-message__title span {margin-left: 1.2em;}

.front-event {
  background: #09203f;
  color: #fff;
}
.list-event {
	position: relative;
	list-style: none;
	padding: 0;
}
.list-event .slick-track li {
	width: 90vw;
	max-width: 1200px;
	padding: 0 30px;
}
.list-event .box {
  position: relative;
	border: 1px solid  #fff;
	padding: 0;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  transition: .2s;
}
.list-event .box:hover {
  background: rgba(255, 255, 255, 0.2);
}
.list-event .stretched-link {
  font-size: 0;
  display: block;
  opacity: 0;
}
list-event__picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-event .txt {
  padding: 2em;
}
.list-event .num {
  font-size: 4.8em;
}
.list-event h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 3px;
}

.button__wire_white {
  border: 1px solid  #fff;
  color: #fff;
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
  padding: 20px;
  text-align: center;
  font-size: 1.6em;
}
.button__wire_white:hover {
  color: #09203f;
  background: #fff;
}
.stretched-link.no-text {
  font-size: 0;
  display: block;
  opacity: 0;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.front-menu {
  background: #fff url('../img/front/front_menu_pic.jpg') 0 220px no-repeat;
  background-size: 100% auto;
}
.front-menu__title {
  padding-bottom: 70vw;
}
.front-menu__box {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
  padding: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.badge {
  display: inline-block;
  background: #010185;
  color: #fff;
  padding: .2em 1em;
  letter-spacing: 2px;
}
.badge__red {
  background: #f41e1e;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: .8em;
}
.wrap-point__dl {
  display: inline-grid;
  grid-template-columns: 6em auto;
  align-items: center;
  text-align: left;
  max-width: 460px;
  margin: 2em 0;
}
.wrap-point__dl dt {
  font-size: 1.2em;
}
.wrap-point__dl dd {
  border-left: 1px solid  #010185;
  padding: .8em 1.8em .5em 1.8em;
}
.wrap-point__dl ul {
  display: inline-block;
}
.wrap-point__dl li {
  background-image: url(../img/common/more-icon.png);
  background-size: 1em;
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em;
}
.wrap-point__dl li + li {margin-top: .8em;}

.button__fill {
  background: #010185;
  border: 1px solid  #010185;
  color: #fff;
  padding: .8em;
  display: block;
  width: 18em;
  max-width: 100%;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.1rem;
  margin: 2em auto 0;
}
.button__fill:hover {
  background: #fff;
  color: #010185;
}
.button__large {
  font-size: 2em;
  padding: .6em .8em;
  width: 20em;
  margin-top: 1em;
}
.front-menu__set {
  display: flex;
}

.course {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 50px auto;
}
.course.reverse {flex-direction: row-reverse;}
.course__picture {
  width: 51%;
}
.course__content {
  width: 49%;
  padding: 0 40px;
}
.coure.reverse {
  flex-direction: row-reverse;
  align-items: flex-end
}
.coure.reverse .course__content {
  display: inline-block;
}

.section-title-img {
  text-align: center;
  margin-bottom: 2em;
}
.section-title-img img {
  max-width: 90%;
  width: 820px;margin: 0 auto;
}

.front-limit {
  background: #09203f;
  color: #fff;
}
.front-limit a {color: #fff;}
.front-limit__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:40px;
}
.front-limit__item {
  display: block;
  border: 3px solid  #fff;
  text-align: center;
}
.front-limit__item:hover {
  background: #fff;
  color: #09203f;
}
.front-limit__title {
  padding: 5px 5px 15px;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  display: block;
}
.front-limit__title span {
  display: block;
  font-size: .5em;
}

.list-mod {
	position: relative;
	list-style: none;
	padding: 0;
  display: grid;
  gap:30px;
  position: relative;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
}
.list-mod .box {
  border: 1px solid #000;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}
.list-mod__picture {overflow: hidden}
.list-mod .box:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
.list-mod__title {font-size: 1.5em;font-weight: 400;letter-spacing: 3px;padding: 8px 0 1rem;}
.list-mod__title span {display: block;font-size: .5em;letter-spacing: 1px;}

.front-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:30px;
  text-align: center;
}
.front-service__list li {
  position: relative;
  font-size: 1.1em;
}
.front-service__picture::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;top: 5px;right: 5px;bottom: 5px;
  z-index: 1;
  border: 1px solid  rgba(255, 255, 255, .5);
}
.front-service__list li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #d10b0c transparent transparent transparent;
  z-index: 2;
}
.front-service__list li:nth-of-type(2n)::after {
  border-color: #1211b5 transparent transparent transparent;
}
.front-service__list li:hover img {transform: scale(1.1);
  transform-origin: center center;opacity: .8;}
.front-service__picture {overflow: hidden;background: #000;position: relative;}
.front-service__ja {
  color: #000;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
  position: absolute;left: 0;top: 0;right: 0;bottom: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-blog {
  background: #f2f2f9;
  letter-spacing: 2px;
}
.front-blog__set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:50px;
}
.front-blog .time {display: block;margin: .5em 0;font-size: .8em;}

.blog-staff li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap:20px;
}
.blog-staff li + li {
  margin-top: 30px;
}
.blog-staff__picture {overflow: hidden;position: relative;}
.blog-staff__picture img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.blog-staff__picture a:hover img {transform: scale(1.1);transform-origin: center center;opacity: .8;}

.blog-news {
  border-top: 1px solid  #000;
}
.blog-news li{
  padding: 30px 0;
  border-bottom: 1px solid  #000;
}

.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.half > * {display: block;width: 100%;}

.front-movie .half {
  gap:40px;
}
.front-movie .half > *, .link-youtube > img {
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.front-banner {padding: 0;}
.front-banner a {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.front-banner a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
.front-banner .section-title {
  position: absolute;
  left: 0;top: 0;right: 0;bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.front-voice {padding: 0;}
.front-voice__inner,.inner_s {
  max-width: 960px;
}
.inner_s {
  margin: 50px auto;
}
.text-right {text-align: right;}
.text-center {text-align: center;}
.set-banner {
  gap:30px;
  margin-top: 60px;
}
.set-banner a:hover img {
  opacity: .7;
}

.front-access__content {
  max-width: 600px;
}
.front-access__content .front-access__sub-title {text-align: left;padding-bottom: 1rem;}
.front-access__content hr {margin: 30px 0;border-color: #eee;opacity: .3;}
.front-access__content a {color: #01669a;text-decoration: underline;display: inline-block;margin-top: 1rem;}

.front-contact {
  background: #010185 url(../img/front/front_bg_contact.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.front-contact__title {
  text-shadow: 0 0 20px rgba(9, 65, 126, 1),0 0 20px rgba(9, 65, 126, 1),0 0 20px rgba(9, 65, 126, 1),0 0 20px rgba(9, 65, 126, 1);
  font-size: min(5vw, 50px);
}
.front-contact__set {
  gap:50px;
}

.front-staff {
  background: #fff url('../img/front/front_staff_pic.jpg') 0 100% no-repeat;
  background-size: contain;
  padding-bottom: 20vw;
}
.front-staff__box {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid  #d9d9d9;
  padding: 40px;
  background: #fff;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  section {padding: 80px 0;}
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .front-message__inner.inner {max-width: 90%;}
/*  .catch__slider img {height: calc(100vh - 186px);}*/
  .front-message__box {padding: 50px;font-size: 1.1em;}
  .front-menu__box {padding: 50px 40px 60px;}
  .course {margin: 60px 0;}
  .course .course__title {text-align: left;margin-bottom: 0;}
  .course .button__fill {margin-left: 0;}
  
  .list-mod .box {display: grid;grid-template-columns:1fr 2fr;gap:20px}
  .front-blog .button__fill {margin-top: 3em !important;}
  .front-access__content {padding-left: 50px;}
  .front-access__set {padding-top: 30px;}
  .front-contact {padding: 150px 0 120px;}
}
@media screen and (max-width: 767.8px) {
  .pc {display: none;}
  p {line-height: 2;letter-spacing: 2px;}
  .front-message .front-message__title {font-size: 1.375rem;}
  
  .list-event .slick-track li {padding: 0 20px;}
	.list-event {padding-bottom: 10px;}
  .list-event .box {grid-template-columns:1fr;}
  .coure {justify-content: space-between;flex-wrap: wrap;flex-direction: column;}
  .list-event__picture img {max-width: 100%;width: 100%;height: auto;}
  .course {display: block;}
  .course__picture,.course__content {width: 100%;}
  .course__content {padding: 20px;}
  .wrap-point__dl {grid-template-columns: 5em auto;margin-bottom: 0;}
  .wrap-point__dl dd {padding: .8em;padding-right: 0;}
  .front-limit__items {grid-template-columns:1fr;}
  .front-limit__title {font-size: 1.3em;padding: 5px;line-height: 1.6;}
  .front-service__list {grid-template-columns: 1fr 1fr;}
  .front-blog__set {grid-template-columns: 1fr}
  .blog-staff li {grid-template-columns: 1fr}
  .half  {grid-template-columns: 1fr}
  .front-access .mod + .mod {margin: 0;padding: 30px 20px;}
  .catch__slider img {height: 80vh;}
  .front-message__box {background-position: 95% 95%;padding-bottom: 180px;padding-top: 50px;width: 90%;}
  .button__wire_white {font-size: 1.1em;}
  .section-title {font-size: 1.5em;}
  .list-event .num {font-size: 2.8em;}
  .list-event h3 {font-size: 1.2rem;margin-top: -5px;}
  .list-event .txt {padding: 1em;}
  .front-menu {background-position: 0 160px;}
  .button__large {font-size: 1.2em;}
  .list-mod__title {font-size: 1.1em;}
  .list-mod p {line-height: 1.5;font-size: .8em;}
  .list-mod {gap:10px;}
  .front-access__picture {margin-bottom: 30px;}
  .front-contact__set {gap:20px}
  .front-access__content {padding: 0 20px;}
  
  main {width: 100%;overflow-x:hidden; }
}






/* style に追加 */


.header__contact .header__contact-btn {background: transparent;border-radius: 0;border: 1px solid  #010185;color: #010185;letter-spacing: 2px;min-width: 230px;}
.header__contact-btn:hover {
  color: #fff;
  background: #010185;
}
.header__contact-btn:hover img {
  filter: brightness(0) invert(1);
}
.fixed-nav {display: none;}
.fixed-nav .contact-btn {
  background: #1211b5;
}
.fixed-nav .reservation-btn {
  background: #d10b0c;
}

@media screen and (max-width: 767.8px) {
  .fixed-nav {display: flex;position: fixed;left: 0;bottom: 0;right: 0;background: #fff;z-index: 999;}
  .fixed-nav > a {width: 100%;border-radius: 0;}
  .fixed-nav > a img {filter: brightness(0) invert(1);}
  .fixed-nav > a:hover {opacity: .7;}
}
