@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop,
[v-cloak] {
  display: block;
}

html {
  height: -webkit-fill-available;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

.wrapper {
  position: relative;
}

/* Colors: */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-beige {
  background-color: #F4ECE2;
}

.f-orange {
  color: #E88C3E;
}

.f-orange-pale {
  color: #F79E52;
}

/*--- media screen ---*/
/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
.lozad {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.lozad[data-loaded=true] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
@media all and (min-width: 568px) {
  .onlysp {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp-min {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで100pxまで */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで100pxまで */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/* magrin-rightを5px刻みで100pxまで */
.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

/* magrin-leftを5px刻みで100pxまで */
.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pSpace0 {
  padding: 0 0px;
}

.pSpace5 {
  padding: 0 5px;
}

.pSpace10 {
  padding: 0 10px;
}

.pSpace15 {
  padding: 0 15px;
}

.pSpace20 {
  padding: 0 20px;
}

.pSpace25 {
  padding: 0 25px;
}

.pSpace30 {
  padding: 0 30px;
}

.pSpace35 {
  padding: 0 35px;
}

.pSpace40 {
  padding: 0 40px;
}

.pSpace45 {
  padding: 0 45px;
}

.pSpace50 {
  padding: 0 50px;
}

.pSpace55 {
  padding: 0 55px;
}

.pSpace60 {
  padding: 0 60px;
}

.pSpace65 {
  padding: 0 65px;
}

.pSpace70 {
  padding: 0 70px;
}

.pSpace75 {
  padding: 0 75px;
}

.pSpace80 {
  padding: 0 80px;
}

.pSpace85 {
  padding: 0 85px;
}

.pSpace90 {
  padding: 0 90px;
}

.pSpace95 {
  padding: 0 95px;
}

.pSpace100 {
  padding: 0 100px;
}

/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- カード

================================================ */
.header-height {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .header-height {
    margin-top: 60px;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 568px) {
  a[href^="tel:"] {
    pointer-events: pointer;
  }
}
/* ================================================

- m-text-pink カラー

================================================ */
.m-text-pink {
  color: #EE82EE;
}

/* ================================================

- m-title, m-text タイトル,本文

================================================ */
.m-title {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.m-title-icon {
  width: 70px;
}

.m-subtitle {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.m-catch {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.m-text-big {
  font-size: 1.8rem;
}

.m-text {
  font-size: 1.6rem;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-title {
    font-size: 2.4rem;
  }
  .m-title-icon {
    width: 48px;
  }
  .m-subtitle {
    font-size: 2rem;
  }
  .m-catch {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .m-text-big {
    font-size: 1.6rem;
  }
  .m-text {
    font-size: 1.4rem;
  }
}
/* ================================================

- m-btn ボタン

================================================ */
.m-btn a {
  display: inline-block;
  font-size: 1.8rem;
}
.m-btn__deco {
  border-radius: 50%;
  width: 40px;
  background: #EE82EE;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 16px;
  position: relative;
}
.m-btn a:hover .m-btn__deco::before, .m-btn a:hover .m-btn__deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #EE82EE;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.m-btn a:hover .m-btn__deco::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-btn a {
    font-size: 1.6rem;
  }
  .m-btn__deco {
    width: 30px;
    line-height: 30px;
    margin-right: 12px;
  }
}
/* ================================================

- m-modal-btn モーダルボタン

================================================ */
.m-modal-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.m-modal-btn__deco {
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
  font-size: 1.4rem;
  border-radius: 50%;
  width: 64px;
  background: #EE82EE;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  margin-right: 16px;
  position: relative;
}
.m-modal-btn__text {
  width: calc(100% - 64px);
}
.m-modal-btn a:hover .m-modal-btn__deco::before, .m-modal-btn a:hover .m-modal-btn__deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #EE82EE;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.m-modal-btn a:hover .m-modal-btn__deco::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-btn a {
    font-size: 1.6rem;
  }
  .m-btn__deco {
    width: 30px;
    line-height: 30px;
    margin-right: 12px;
  }
}
#modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#modalOverlay .modal {
  background-color: #fff;
  width: 560px;
  height: 75vh;
  overflow-y: auto;
  margin: 100px auto;
  padding: 32px;
  opacity: 0;
}
#modalOverlay .modal.active {
  -webkit-animation: fadeInUp 0.6s forwards;
          animation: fadeInUp 0.6s forwards;
}
#modalOverlay .modal .m-modal__lead {
  margin-top: 32px;
}
#modalOverlay .modal .m-modal__title {
  font-weight: 700;
  line-height: 1.5;
}
#modalOverlay .modal .m-modal__plofile {
  margin-top: 8px;
}
#modalOverlay .modal .m-modal__text {
  margin-top: 24px;
  line-height: 1.75;
}
#modalOverlay .modal .closeModalButton {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #EE82EE;
  border-radius: 8px;
  display: block;
  padding: 12px 32px;
  width: 25%;
  margin: 32px auto 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#modalOverlay .modal .closeModalButton:hover {
  background: #bd1abd;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  #modalOverlay .modal {
    width: 100%;
  }
  #modalOverlay .modal .m-modal__lead {
    margin-top: 24px;
  }
  #modalOverlay .modal .m-modal__title {
    font-weight: 700;
    line-height: 1.5;
  }
  #modalOverlay .modal .m-modal__plofile {
    margin-top: 4px;
  }
  #modalOverlay .modal .m-modal__text {
    margin-top: 16px;
    line-height: 1.75;
  }
  #modalOverlay .modal .closeModalButton {
    width: 160px;
  }
}
/* ================================================

- tab タブ切り替え

================================================ */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: min(90%, 980px);
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  border-radius: 20px 20px 0 0;
  height: 50px;
  border-top: 3px solid #E88C3E;
  border-right: 3px solid #E88C3E;
  border-bottom: 3px solid #E88C3E;
  border-left: 3px solid #E88C3E;
  background-color: #F4ECE2;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #E88C3E;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#support_children:checked ~ #children_content,
#dayservice:checked ~ #dayservice_content,
#school-vacation:checked ~ #vacation_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #E88C3E;
  color: #fff;
}

/*----- media screen -----*/
@media screen and (max-width: 568px) {
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 20px;
    width: 92vw;
    margin: 0 auto;
  }
  /*タブのスタイル*/
  .tab_item {
    width: 50%;
    border-radius: 20px 20px 0 0;
    height: 50px;
    border-bottom: 3px solid #E88C3E;
    background-color: #F4ECE2;
    line-height: 1.2;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #E88C3E;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 10px 10px 0;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
/* ================================================

- m-contact コンタクトフォーム導線

================================================ */
.m-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-contact .m-contact__telarea {
  margin-right: 86px;
}
.m-contact .m-contact__telarea .m-contact__visiting {
  font-size: 1.8rem;
  font-weight: 700;
}
.m-contact .m-contact__telarea .m-contact__openhours {
  line-height: 1.2;
  white-space: nowrap;
}
.m-contact .m-contact__formarea .m-contact__emphasis {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 10px;
}

.m-tel a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  color: #E88C3E;
  white-space: nowrap;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-contact .m-contact__telarea {
    margin-right: 0;
  }
  .m-contact .m-contact__telarea .m-contact__visiting {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .m-contact .m-contact__formarea .m-contact__emphasis {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4444444444;
    margin: 25px 0 10px;
  }
}
/* ================================================

- iframeレスポンシブ

================================================ */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================

- ribbon リボン あしらい

================================================ */
.ribbon {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 7px 0;
  background: #E88C3E; /*背景色*/
  color: #FFF; /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ribbon p {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF; /*上の破線*/
  border-bottom: dashed 1px #FFF; /*下の破線*/
  line-height: 30px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 23px 10px 23px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* ================================================

- aniamte

================================================ */
.js-animate-in {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.js-animate-in.js-showing {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideEffect {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.slideEffect.pageIn {
  -webkit-animation: slideIn 1s ease 0s 1 forwards;
  animation: slideIn 1s ease 0s 1 forwards;
}

/* ▼全体をふわっと表示させるなら付ける */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* 全体をふわっと表示させるなら付ける */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
.fadeEffect {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fadeEffect.pageIn {
  -webkit-animation: fadeIn 1s ease 0s 1 forwards;
  animation: fadeIn 1s ease 0s 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  50% {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/*--- 文字ぞろえ ---*/
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*--- 太さ ---*/
.f-bold {
  font-weight: bold;
}

/* ================================================
- grobal
================================================ */
/*----- media screen -----*/
/* ================================================

- midnight  背景色によってリンクの色を変える

================================================ */
/* ================================================

- mv メインビジュアル 

================================================ */
.mv__inner {
  position: relative;
}

.mv__image img,
.mv__image source {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__title {
  position: absolute;
  top: 60px;
  background: rgba(247, 158, 82, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.mv__main-title {
  max-width: 1240px;
  padding-left: 60px;
}
.mv__main-title img {
  display: block;
  width: max(500px, 44vw);
}

/* ================================================

- location 所在地

================================================ */
.location__inner {
  max-width: 980px;
  margin: 144px auto 150px;
}

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

.location__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 4vw;
}

/* table部分 */
.location__table {
  width: min(100%, 740px);
}

.location__table tr {
  border-bottom: 1px solid #2D5679;
}

.location__table th,
.location__table td {
  line-height: 1.5;
  padding: 64px 16px 8px;
  border: none;
  vertical-align: middle;
}

.location__table tbody tr:first-child th,
.location__table tbody tr:first-child td {
  padding: 0 16px 8px;
}

.location__table th {
  color: #EE82EE;
  font-size: 1.8rem;
  font-weight: 700;
  width: 24%;
  text-align: left;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .location__inner {
    margin: 124px auto 80px;
  }
  .location__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* table部分 */
  .location__table th,
  .location__table td {
    line-height: 1.5;
    padding: 24px 8px 8px;
    border: none;
    vertical-align: middle;
  }
  .location__table tbody tr:first-child th,
  .location__table tbody tr:first-child td {
    padding: 24px 8px 8px;
  }
  .location__table th {
    font-size: 1.6rem;
  }
}
/*----- media screen -----*/