@charset "UTF-8";

/* マスタッシュが読み込みまで表示されるのを防ぐ */
[v-cloak]{
  display: none;
}
.pre-line {
  white-space: pre-line;
  /* 改行文字と<br>を折り返しに変換。複数のホワイトスペースを１つにまとめる。折り返しあり。 */
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/css/moshi/webfonts/fa-regular-400.eot);
  src: url(/css/moshi/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(/css/moshi/webfonts/fa-regular-400.woff2) format("woff2"),
    url(/css/moshi/webfonts/fa-regular-400.woff) format("woff"),
    url(/css/moshi/webfonts/fa-regular-400.ttf) format("truetype"),
    url(/css/moshi/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.courseSelect {
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  margin: 0 auto 0;
  background-color: transparent;
}
.pc .courseSelect {
  margin-bottom: -20px;
  margin-top: 50px;
  left: 0;
  right: 0;
  width: 1000px;
}
.courseSelect__title {
  padding: 3.75vw 0;
  font-size: 4.375vw;
  text-align: center;
  font-weight: bold;
  color: #635f5f;
}
.pc .courseSelect__title {
  font-size: 26px;
  padding: 25px 0;
}
.courseSelect .courseSelect__area--east,
.courseSelect .courseSelect__area--kinki,
.courseSelect .courseSelect__area--west {
  padding: 0 2vw 10.9375vw;
  margin: 0;
}
.pc .courseSelect .courseSelect__area--east,
.pc .courseSelect .courseSelect__area--kinki,
.pc .courseSelect .courseSelect__area--west {
  padding: 0 0 40px 0;
}
.courseSelect__areaHead {
  font-size: 6.25vw;
  font-weight: bold;
  background: #e1dfdf;
  color: #646363;
  text-align: center;
  margin-bottom: 4.6875vw;
}
.pc .courseSelect__areaHead {
  font-size: 20px;
  margin-bottom: 15px;
}
.courseSelect__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc .courseSelect__tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.courseSelect__toggle {
  position: relative;
  box-sizing: border-box;
  width: 48.5%;
  height: 50px;
  margin: 0 1% 1.5625vw;
  border: 2px solid #006cac;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -3px 0 0 #e5e5e5 inset;
  font-size: 20px;
  font-weight: bold;
  color: #006cac;
  text-align: center;
  padding-top: 5px;
}
.sp .courseSelect__toggle:nth-child(2n+1) {
  margin-left: 0;
}
.sp .courseSelect__toggle:nth-child(2n) {
  margin-right: 0;
}
.courseSelect__toggle p {
  text-align: center;
}
.pc .courseSelect__toggle {
  width: 13%;
  margin: 0 0.5% 0;
}
.pc .courseSelect__toggle:first-child {
  margin-left: 0;
}
.pc .courseSelect__toggle:last-child {
  margin-right: 0;
}
.pc .courseSelect__toggle:hover {
  background-color: #006cac;
  box-shadow: none;
}
.pc .courseSelect__toggle:hover {
  color: #fff;
}
.pc .courseSelect__toggle:hover:after {
  color: #fff;
}

.courseSelect__toggle:after {
  position: absolute;
  font-family: "icomoon";
  font-weight: 500;
  line-height: 1;
  font-size: 6.875vw;
  color: #0071be;
  content: "\e905";
  right: 0;
  top: 20%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  pointer-events: none;
}
.pc .courseSelect__toggle:after {
  font-size: 25px;
}
.courseSelect__toggle.current {
  background-color: #006cac;
  box-shadow: none;
}
.courseSelect__toggle.current {
  color: #fff;
}
.courseSelect__toggle.current:after {
  color: #fff;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.courseSelect__detail {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.courseSelect__detail:after {
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-left: -16px;
  content: " ";
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-color: rgba(0, 110, 181, 0);
  border-bottom-color: #006cac;
  left: 5.5%;
  top: -25px;
}
.sp .courseSelect__detail:after {
  left: 20vw;
}

.courseSelect__area--kinki div.kinki {
  box-sizing: border-box;
  position: relative;
  width: -webkit-calc(13.42857% * 3 + 2%);
  width: calc(13.42857% * 3 + 2%);
  height: 50px;
  border: 2px solid #006cac;
  border-radius: 8px;
  margin: 0 0.5% 0 0;
  background-color: #fff;
  box-shadow: 0 -3px 0 0 #e5e5e5 inset;
}
.courseSelect__area--kinki div.kinki:hover {
  background-color: #006cac;
  box-shadow: none;
}
.courseSelect__area--kinki div.kinki:hover .text {
  color: #fff;
}
.courseSelect__area--kinki div.kinki:hover .toggle-button {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.courseSelect__area--kinki div.kinki a {
  text-decoration: none;
}
.sp .courseSelect__area--kinki div.kinki {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.courseSelect__area--kinki div.kinki .text {
  font-size: 18px;
  vertical-align: middle;
}
.sp .courseSelect__area--kinki div.kinki .text {
  font-size: 16px;
}
.courseSelect__area--kinki div.kinki .text span {
  font-size: 16px;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle;
}
.sp .courseSelect__area--kinki div.kinki .text span {
  font-size: 12px;
}
.courseSelect__area--kinki div.kinki .toggle-button {
  position: absolute;
  display: block;
  top: 35%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cac;
  border-right: 2px solid #006cac;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.school-link {
  color: #0071be;
  text-decoration: underline;
  cursor: pointer;
}

.eventCart {
  border-top: solid 3px #006cac;
  margin-top: 25px;
  background-color: #fff;
  padding: 5vw 5vw 3vw;
}
.pc .eventCart {
  margin-top: 25px;
  padding: 50px 80px 20px;
}
.eventCart > ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
}
.eventCart > ul > li {
  display: block;
  border-bottom: dotted 0.15625vw #ccc;
  padding-bottom: 40px;
  margin-bottom: 50px;
  font-size: 4vw;
}
.pc .eventCart > ul > li {
  border-bottom: dotted 1px #ccc;
  font-size: 16px;
}
.pc .eventCart > ul > li:nth-child(even) {
  margin-right: 0;
}
.eventCart > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pc .eventCart > ul > li:last-child {
  margin-right: 0;
}

.mod_normal_table01 th, .mod_normal_table01 td {
  font-size: 4vw;
}
.pc .mod_normal_table01 th, .pc .mod_normal_table01 td {
  font-size: 16px;
}

.mod_normal_table01 td.note-pdf a {
  position: relative;
  display: block;
  margin-left: 7vw;
}
.pc .mod_normal_table01 td.note-pdf a {
  margin-left: 32px;
}
.mod_normal_table01 td.note-pdf a::before {
  position: absolute;
  display: block;
  top: -2vw;
  left: -8.5vw;
  font-family: "icomoon";
  font-size: 9vw;
  font-weight: 500;
  content: "\e91e";
  line-height: 1;
}
.pc .mod_normal_table01 td.note-pdf a::before {
  position: absolute;
  display: block;
  top: -6px;
  left: -40px;
  font-size: 4rem;
}

.pc .mod_tit01 {
  min-height: 100px;
  font-size: 3.5rem;
  line-height: 1.39;
  padding: 0 0 0 30px;
}

.mod_inner01 {
  padding: 0;
}

.pc .mod_section01 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mod_section01 .mod_tit02 {
  margin-top: 8vw;
  padding: 3.5vw 3vw 3vw;
}
.pc .mod_section01 .mod_tit02 {
  margin-top: 50px;
  padding: 15px 20px 13px;
  font-size: 2.5rem;
}

.back_menu {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 30px 0px;
  color: #006cac;
  cursor: pointer;
  font-size: 3.8vw;
  background-color: #fff;
}
.pc .back_menu {
  font-size: 15px;
}
.back_menu:hover {
  text-decoration: underline;
}

.back_menu:after {
  font-family: "icomoon";
  font-weight: 500;
  line-height: 1;
  font-size: 6.875vw;
  color: #0071be;
  content: "\e905";
  pointer-events: none;
  position: absolute;
  transform: rotate(-90deg);
}
.pc .back_menu:after {
  font-size: 25px;
}

.mod_list_circle01 .mod_list_circle01_item {
  display: block;
}

.sp td .mod_list_circle01 a[href*=".pdf"]:before {
  top: -0.3em;
}

.view-detail,
.close-detail {
  display: block;
  width: 100%;
  margin-top: 5vw;
  cursor: pointer;
}

.view-detail p,
.close-detail p {
  width: 250px;
  margin: 0 auto;
  padding: 19px 0 17px;
  text-align: center;
  border: solid 1px #006cac;
  color: #006cac;
  border-radius: 5px;
  line-height: 1;
}

.view-detail p:after {
  font-weight: 500;
  line-height: 1;
  color: #0071be;
  position: absolute;
  content: "＋";
  font-size: 1.5rem;
  margin-left: 50px;
}

.close-detail p:after {
  font-weight: 500;
  line-height: 1;
  color: #0071be;
  position: absolute;
  content: "－";
  font-size: 1.5rem;
  margin-left: 50px;
}

.view-detail p:hover,
.close-detail p:hover {
  background-color: #d8f0ff;
}

.view-detail.is-open {
  display: none;
}

.accordion.none,
.view-detail.none,
.close-detail.none {
  display: none;
}

.eventCart .mod_txt01 p+p {
  margin-top: 0;
}

.mod_tit01 .mod_tit01_txt {
  font-size: 6.7vw;
}
.pc .mod_tit01 .mod_tit01_txt {
  font-size: 3.5rem;
}

.mod_tit01 .mod_tit01_txt span {
  font-weight: 700;
}

/* 申し込みボタン */

.button-area {
  margin-top: 8vw;
}
.pc .button-area {
  margin-top: 50px;
}

.c-btn01 {
  width: 70vw;
  margin: 0 auto;
}
.pc .c-btn01 {
  width: 250px;
}

.info-flex02 .c-btn01 {
  margin: 0 auto;
}
.pc .info-flex02 .c-btn01 {
  margin: auto 0 0 auto;
}

.c-btn01 button,
.c-btn01 a {
  color: #fff;
  margin: 0 auto;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f27123;
  width: 100%;
  padding: 5vw 0;
  border-radius: 1vw;
  border: 2px solid #f27123;
  box-shadow: 0 -2px 0 0 #d76e00 inset;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 4vw;
}
.c-btn01 a {
  background-color: #df1014;
  border: 2px solid #df1014;
  box-shadow: 0 -2px 0 0 #b20d10 inset;
}
.pc .c-btn01 button,
.pc .c-btn01 a {
  padding: 15px 0;
  border-radius: 5px;
  font-size: 1.6rem;
}

.c-btn01 button::before {
  content: "\f46c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 2vw;
  font-size: 5vw;
}
.pc .c-btn01 button::before {
  margin-right: 10px;
  font-size: 1.9rem;
}

.c-btn01 button:hover,
.c-btn01 a:hover {
  color: #f27123;
  background-color: #fff;
  -webkit-box-shadow: 0 -3px 0 0 #fce3c8 inset;
  box-shadow: 0 -3px 0 0 #fce3c8 inset;
}
.c-btn01 a:hover {
  color: #df1014;
}

.c-btn01.is-disabled p {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  width: 100%;
  padding: 3vw 0;
  border-radius: 1vw;
  border: none;
  color: #999;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}
.pc .c-btn01.is-disabled p {
  padding: 15px 0;
  border-radius: 5px;
}

.c-btn01.is-disabled p.btn-note {
  margin: 0 auto;
  display: block;
  background-color: transparent;
  padding: 0 0;
  color: #999;
}

/* イベント表示部分vue化 202502 */

.before-title {
  margin-bottom: 8px;
  font-size: 3.4vw;
  line-height: 2.2;
}
.pc .before-title {
  margin-bottom: 8px;
  font-size: 16px;
}
.before-title .before-title-tag {
  color: #666;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 5px;
}
.before-title .before-title-tag.target {
  color: #fff;
  border: solid 1px #E94709;
  background-color: #E94709;
}

.v-enter-active,
.v-leave-active {
  transition: all 0.5s ease 0.5s;
}

.v-enter-from,
.v-leave-to {
  transform: translateY(30px);
  opacity: 0;
}

/* モーダルウィンドウ */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: opacity 0.3s ease;
}

.modal-container {
  width: 85vw;
  margin: auto;
  padding: 0 5vw 8vw;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
  max-height: 80vh;
  overflow: scroll;
}
.pc .modal-container {
  width: 900px;
  padding: 0 0 50px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 4vw 0;
}
.pc .modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
以下のスタイルは
transition="modal"
に自動的に適用されます。
これらのスタイルを編集することで、モーダル遷移を簡単に変更できます。
*/

.modal-enter-from {
  opacity: 0;
}

.modal-leave-to {
  opacity: 0;
}

.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* cart-box */

.selectBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.selectBox.checked-btn {
  display: none;
}

.selectfinalBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  width: 100%;
}
.pc .selectfinalBox {
  margin-top: 0px;
}

.selectfinalBox .display-none {
  display: none;
}
.selectfinalBox .display-block {
  display: block;
  width: 100%;
}

.selectBox h4,
.selectfinalBox h4 {
  color: #333;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 3vw;
  margin-top: 8vw;
  text-align: center;
  font-size: 4.5vw;
}
.pc .selectBox h4,
.pc .selectfinalBox h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 50px;
}

.selectBox h4.checked {
  font-size: 0;
  margin-bottom: 0;
  color: #fff;
}

.selectBox input,
.selectBox label {
  display: none;
}

.selectBox .selectBtn {
  width: 46%;
  height: 15vw;
  margin: 2%;
}
.pc .selectBox .selectBtn {
  width: 250px;
  height: 80px;
  margin: 10px;
}

.selectBtn label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  color: #0071be;
  font-weight: 500;
  border-radius: 1vw;
  box-sizing: border-box;
  font-size: 4vw;
  position: relative;
  width: 100%;
  height: 100%;
}
.pc .selectBtn label {
  border-radius: 5px;
  font-size: 1.8rem;
}

.selectBtn label:hover {
  border: solid #0071be 2px;
}

.selectBtn label:active {
  border: solid #0071be 2px;
  background-color: #0071be;
}

.selectBtn input {
  visibility: hidden;
  position: absolute;
}

.checked-btn input:checked + label {
  background-color: #0071be;
  border: solid #0071be 2px;
  color: #fff;
  border-radius: 1vw;
}
.pc .checked-btn input:checked + label {
  border-radius: 5px;
}

.selectBtn.checked > label {
  padding: 0;
}

.selectfinalBox .selectBtn {
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  border-radius: 1vw;
  margin: 2vw 0 3vw;
  width: 70vw;
  height: auto;
  padding: 4vw 4vw 3vw;
  box-sizing: border-box;
  position: relative;
}
.pc .selectfinalBox .selectBtn {
  border-radius: 5px;
  margin: 10px 10px 10px;
  width: 400px;
  height: auto;
  padding: 30px 25px 20px;
}

.selectfinalBox .selectBtn .event-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.pc .selectfinalBox .selectBtn .event-content {
  margin-bottom: 15px;
}

.event-content h5 {
  background-color: #3cb7dd;
  border-radius: 1vw;
  width: 16vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  font-size: 3vw;
  padding: 5vw 0 0.5vw;
}
.pc .event-content h5 {
  border-radius: 5px;
  width: 90px;
  font-size: 1.4rem;
  padding: 25px 0 3px;
}

.event-content h5::before {
  content: "\f51b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 1vw;
  left: 6.3vw;
}
.pc .event-content h5::before {
  top: 5px;
  left: 35px;
}

.event-content h5.calendar-alt::before {
  content: "\f073";
  font-size: 3.2vw;
  top: 1vw;
  left: 6.7vw;
}
.pc .event-content h5.calendar-alt::before {
  font-size: 1.8rem;
  top: 2px;
  left: 37px;
}

.event-content h5.school::before {
  content: "\f549";
  font-size: 3.2vw;
  top: 0.8vw;
  left: 6vw;
}
.pc .event-content h5.school::before {
  font-size: 1.6rem;
  top: 2px;
  left: 35px;
}

.event-content h5.book-open::before {
  content: "\f518";
  font-size: 3.1vw;
  top: 0.8vw;
  left: 6.2vw;
}
.pc .event-content h5.book-open::before {
  font-size: 1.7rem;
  top: 2px;
  left: 35px;
}

.event-content p {
  color: #333;
  max-width: 100%;
  text-align: left;
  font-size: 4vw;
  line-height: 1.4;
  color: #0071be;
  font-weight: 500;
}
.pc .event-content p {
  max-width: 330px;
  font-size: 1.8rem;
}

.selectfinalBox .mod_btn01 {
  margin: 0 auto;
  max-width: 100%;
  width: 70vw;
}
.pc .selectfinalBox .mod_btn01 {
  max-width: 100%;
  width: 400px;
}

.modal-close-button {
  background-color: #0071be;
  width: 12vw;
  height: 12vw;
  font-size: 6vw;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 3vw;
  right: 3vw;
  z-index: 10;
  padding: 3vw;
}
.pc .modal-close-button {
  width: 50px;
  height: 50px;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 14px;
}

.noevent {
  width: 100%;
  margin: 12vw 0 15vw;
}
.pc .noevent {
  margin: 70px 0 90px;
}

.noevent p {
  text-align: center;
  font-weight: 700;
  font-size: 5vw;
  letter-spacing: 0.08em;
}
.pc .noevent p {
  font-size: 3rem;
}

.p-index_other {
  width: 90%;
  margin: 10vw auto 2vw;
  display: flex;
  flex-direction: column;
}
.pc .p-index_other {
  width: 1000px;
  margin: 70px auto 35px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.p-index_other__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4vw;
}
.pc .p-index_other__col {
  width: 485px;
  margin-bottom: 0;
}

.p-index_other__col.contact .ttl {
  font-weight: 700;
  color: #f89137;
  margin-bottom: 0;
  font-size: 5vw;
}
.pc .p-index_other__col.contact .ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.mod_btn01.is_cart > button {
  font-size: 4vw;
}

.mod_btn01.is_cart span:before {
  font-size: 6vw;
}

.mod_btn01.is_cart span {
  padding-left: 6vw;
}

.mod_btn01.is-close {
  background-color: #ddd;
  color: #999;
  text-align: center;
  border-radius: 1vw;
  border-color: #ddd;
  padding: 3vw 0 3vw;
  font-size: 4vw;
}
.pc .mod_btn01.is-close {
  border-radius: 5px;
  padding: 20px 0 20px;
  font-size: 1.6rem;
}

/* モーダルウィンドウ */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: opacity 0.3s ease;
}

.modal-container {
  width: 85vw;
  margin: auto;
  padding: 0 5vw 8vw;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
  max-height: 80vh;
  overflow: scroll;
}
.pc .modal-container {
  width: 900px;
  padding: 0 0 50px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 4vw 0;
}
.pc .modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/* 校情報モーダル */

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 400px;
  height: auto;
  padding: 30px 30px;
  background-color: #fff;
  border: none;
  border-radius: 15px;
}

.modalContents {
  text-align: left
}
.modalContents h3 {
  font-size: 4vw;
  color: #0c3472;
  font-weight: bold;
}
.pc .modalContents h3 {
  font-size: 18px;
}
.modalContents p {
  font-size: 3.4vw;
}
.pc .modalContents p {
  font-size: 16px;
}
.school-btn {
  background: #999;
  padding: 1px 25px 2px 10px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.school-btn a {
  color: #fff;
  text-decoration: none;
}
.pc .school-btn a {
  font-size: 14px;
}
.school-btn::after {
  content: "\e924";
  font-family: 'icomoon';
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  right: 4px;
  top: -3px;
}

.modalClose {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 18px;
}

/*
以下のスタイルは
transition="modal"
に自動的に適用されます。
これらのスタイルを編集することで、モーダル遷移を簡単に変更できます。
*/

.modal-enter-from {
  opacity: 0;
}

.modal-leave-to {
  opacity: 0;
}

.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* cart-box */

.selectBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.selectBox.checked-btn {
  display: none;
}

.selectfinalBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  width: 100%;
}
.pc .selectfinalBox {
  margin-top: 0px;
}

.selectfinalBox .display-none {
  display: none;
}
.selectfinalBox .display-block {
  display: block;
  width: 100%;
}

.selectBox h4,
.selectfinalBox h4 {
  color: #333;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 3vw;
  margin-top: 8vw;
  text-align: center;
  font-size: 4.5vw;
}
.pc .selectBox h4,
.pc .selectfinalBox h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 50px;
}

.selectBox h4.checked {
  font-size: 0;
  margin-bottom: 0;
  color: #fff;
}

.selectBox input,
.selectBox label {
  display: none;
}

.selectBox .selectBtn {
  width: 46%;
  height: 15vw;
  margin: 2%;
}
.pc .selectBox .selectBtn {
  width: 250px;
  height: 80px;
  margin: 10px;
}

.selectBtn label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  color: #0071be;
  font-weight: 500;
  border-radius: 1vw;
  box-sizing: border-box;
  font-size: 4vw;
  position: relative;
  width: 100%;
  height: 100%;
}
.pc .selectBtn label {
  border-radius: 5px;
  font-size: 1.8rem;
}

.selectBtn label:hover {
  border: solid #0071be 2px;
}

.selectBtn label:active {
  border: solid #0071be 2px;
  background-color: #0071be;
}

.selectBtn input {
  visibility: hidden;
  position: absolute;
}

.checked-btn input:checked + label {
  background-color: #0071be;
  border: solid #0071be 2px;
  color: #fff;
  border-radius: 1vw;
}
.pc .checked-btn input:checked + label {
  border-radius: 5px;
}

.selectBtn.checked > label {
  padding: 0;
}

.selectfinalBox .selectBtn {
  background-color: #e6f4fa;
  border: solid #e6f4fa 2px;
  border-radius: 1vw;
  margin: 2vw 0 3vw;
  width: 70vw;
  height: auto;
  padding: 4vw 4vw 3vw;
  box-sizing: border-box;
  position: relative;
}
.pc .selectfinalBox .selectBtn {
  border-radius: 5px;
  margin: 10px 10px 10px;
  width: 400px;
  height: auto;
  padding: 30px 25px 20px;
}

.selectfinalBox .selectBtn .event-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.pc .selectfinalBox .selectBtn .event-content {
  margin-bottom: 15px;
}

.event-content h5 {
  background-color: #3cb7dd;
  border-radius: 1vw;
  width: 16vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  font-size: 3vw;
  padding: 5vw 0 0.5vw;
}
.pc .event-content h5 {
  border-radius: 5px;
  width: 90px;
  font-size: 1.4rem;
  padding: 25px 0 3px;
}

.event-content h5::before {
  content: "\f51b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 1vw;
  left: 6.3vw;
}
.pc .event-content h5::before {
  top: 5px;
  left: 35px;
}

.event-content h5.calendar-alt::before {
  content: "\f073";
  font-size: 3.2vw;
  top: 1vw;
  left: 6.7vw;
}
.pc .event-content h5.calendar-alt::before {
  font-size: 1.8rem;
  top: 2px;
  left: 37px;
}

.event-content h5.school::before {
  content: "\f549";
  font-size: 3.2vw;
  top: 0.8vw;
  left: 6vw;
}
.pc .event-content h5.school::before {
  font-size: 1.6rem;
  top: 2px;
  left: 35px;
}

.event-content h5.book-open::before {
  content: "\f518";
  font-size: 3.1vw;
  top: 0.8vw;
  left: 6.2vw;
}
.pc .event-content h5.book-open::before {
  font-size: 1.7rem;
  top: 2px;
  left: 35px;
}

.event-content p {
  color: #333;
  max-width: 100%;
  text-align: left;
  font-size: 4vw;
  line-height: 1.4;
  color: #0071be;
  font-weight: 500;
}
.pc .event-content p {
  max-width: 330px;
  font-size: 1.8rem;
}

.selectfinalBox .mod_btn01 {
  margin: 0 auto;
  max-width: 100%;
  width: 70vw;
}
.pc .selectfinalBox .mod_btn01 {
  max-width: 100%;
  width: 400px;
}

.modal-close-button {
  background-color: #0071be;
  width: 12vw;
  height: 12vw;
  font-size: 6vw;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 3vw;
  right: 3vw;
  z-index: 10;
  padding: 3vw;
}
.pc .modal-close-button {
  width: 50px;
  height: 50px;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 14px;
}

.noevent {
  width: 100%;
  margin: 12vw 0 15vw;
}
.pc .noevent {
  margin: 70px 0 90px;
}

.noevent p {
  text-align: center;
  font-weight: 700;
  font-size: 5vw;
  letter-spacing: 0.08em;
}
.pc .noevent p {
  font-size: 3rem;
}

.p-index_other {
  width: 90%;
  margin: 10vw auto 2vw;
  display: flex;
  flex-direction: column;
}
.pc .p-index_other {
  width: 1000px;
  margin: 70px auto 35px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.p-index_other__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4vw;
}
.pc .p-index_other__col {
  width: 485px;
  margin-bottom: 0;
}

.p-index_other__col.contact .ttl {
  font-weight: 700;
  color: #f89137;
  margin-bottom: 0;
  font-size: 5vw;
}
.pc .p-index_other__col.contact .ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.mod_btn01.is_cart > button {
  font-size: 4vw;
}

.mod_btn01.is_cart span:before {
  font-size: 6vw;
}

.mod_btn01.is_cart span {
  padding-left: 6vw;
}

.mod_btn01.is-close {
  background-color: #ddd;
  color: #999;
  text-align: center;
  border-radius: 1vw;
  border-color: #ddd;
  padding: 3vw 0 3vw;
  font-size: 4vw;
}
.pc .mod_btn01.is-close {
  border-radius: 5px;
  padding: 20px 0 20px;
  font-size: 1.6rem;
}