@media screen and (max-width:280px) {
  .nb280 {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .nb320 {
    display: none;
  }
}

@media screen and (max-width:350px) {
  .nb350 {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .nb375 {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .nb480 {
    display: none;
  }
}

@media screen and (min-width:281px) {
  .b281 {
    display: none;
  }
}

@media screen and (min-width:321px) {
  .b321 {
    display: none;
  }
}

@media screen and (min-width:376px) {
  .b376 {
    display: none;
  }
}

@media screen and (min-width:351px) {
  .b351 {
    display: none;
  }
}

@media screen and (min-width:481px) {
  .b481 {
    display: none;
  }
}

@media screen and (max-width:280px) {
  .nb280 {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .nb320 {
    display: none;
  }
}

@media screen and (max-width:350px) {
  .nb350 {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .nb375 {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .nb480 {
    display: none;
  }
}

@media screen and (min-width:281px) {
  .b281 {
    display: none;
  }
}

@media screen and (min-width:321px) {
  .b321 {
    display: none;
  }
}

@media screen and (min-width:376px) {
  .b376 {
    display: none;
  }
}

@media screen and (min-width:351px) {
  .b351 {
    display: none;
  }
}

@media screen and (min-width:481px) {
  .b481 {
    display: none;
  }
}

/* font */
.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}
.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* .smb-section__subtitle {
  font-family: "Montserrat", sans-serif;
} */

.full-width {
  margin: 0 calc(50% - 50vw) !important;
  min-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-global-nav a span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  }

.p-global-nav a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  }

#drawer-nav a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

.smb-section__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  }

@media screen and (max-width:650px) {
  .smb-section__title span {
    font-size: 40px !important;
  }
}

.c-page-header__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 60px;
  
}

@media screen and (max-width:650px) {
  .c-page-header__title {
    font-size: 40px !important;
  }
}
#drawer-nav {
  background: linear-gradient(to right, #CB1D85, #F8E68F);
}
/* top */
.fv {
  position: relative;
  margin: 0 calc(50% - 50vw) !important;
  min-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* .fv::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(136, 159, 168, 0.26);
  z-index: 10;
} */
.fv-pc {
  position: absolute;
  bottom: 15%;
  right: 5%;
  z-index: 100;
}
/* お問い合わせ */
.wpcf7-form {
  max-width: 880px;
  margin: auto;
  padding: 80px 140px;
  background-color: #fff;
  box-shadow: 4px 4px 16px rgba(136, 159, 168, 0.26);
}

@media screen and (max-width:639px) {
  .wpcf7-form {
    width: 100%;
    padding: 20px;
  }
}

.need-red {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #D9534F;
  color: #fff;
  margin-right: 31px;
  font-weight: normal;
}

@media screen and (max-width:1160px) {
  .need-red {
    margin-right: 20px;
  }
}

@media screen and (max-width:1160px) {
  .nb1160 {
    display: none;
  }
}

.free-blue {
  min-width: 48px;
  padding: 5px 8px;
  background-color: #181D62;
  color: #fff;
  margin-right: 31px;
  font-weight: normal;
}

@media screen and (max-width:1160px) {
  .free-blue {
    margin-right: 20px;
  }
}

label br {
  content: '';
  display: block;
  margin-top: 16px;
}

.list-name {
  display: block;
  font-weight: bold;
}

select {
  height: 39.98px;
  padding: 0 12px;
  border: 1px solid var(--_form-control-border-color);
  border-radius: 5px;
}

.wpcf7-submit {
  border-radius: 0 !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  width: 117px;
  height: 47.98px;
  z-index: 1;
  font-weight: bold;
}
.schedule .smb-section__contents-wrapper.smb-section__contents-wrapper--left.u-slim-width {
  width:100%;
}
.schedule tr td:first-child {
  font-size: 14px; 
}
/* .schedule .wp-block-table {
 overflow-x: scroll; 
  -webkit-overflow-scrolling: touch; 
}
.schedule-table table {
  min-width: 700px!important;	
} */
.smb-btn__label {
  font-family: "Barlow Condensed", sans-serif;	
}
.c-meta__item.c-meta__item--author {
  display:none;
}
.background-color-gradient {
  background: linear-gradient(to right, #CB1D85, #F8E68F);
}