@charset "utf-8";



/*メニュー*/
#navi {
  background: #313131e6;
  margin: 0;
  padding: 0;
}

#navi .ui-static-section-wrapper {
  padding: 10px 0;
}

#navi.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.navi-ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 5px;
}

.navi-item {
  width: 50%;
}

.navi-item a {
  display: block;
  width: 94%;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  margin: 1px auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--main-orange);
}

.navi-item a.active {
  background: var(--main-orange);
  color: #333;
}

/*.navi-item:last-child a {
  border-bottom: none;
}*/



/*無限ループ*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(280vw / 1);
  /*max-width: 250px;
  padding-right: 10px;*/
}

.scroll-infinity__item>img {
  width: 100%;
  border-radius: 10px;
}


/*都市説明*/
.cityname_box {
  text-align: center;
  padding-bottom: 10px;
}

.cityname_box h2 {
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.cityname_box h2:after {
  content: '';
  width: 80%;
  height: 2px;
  background: var(--main-orange);
  position: absolute;
  bottom: 5px;
  left: 10%;
}

.cityname_box span {
  display: block;
  font-weight: bold;
  color: var(--main-orange);
}

/*shoolinfo*/
.school_info {
  border: 3px solid var(--main-orange);
  padding: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
}

.school_info.tehai {
  border-color: var(--main-green);
}

.sc_city {
  background-color: var(--main-orange);
  padding: 1px 5px 4px 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: .9rem;
  font-weight: bold;
}

.tehai .sc_city {
  background-color: var(--main-green);
}

.school_info img {
  width: 100%;
}

ul.gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* margin: 0 -8px; */
  position: relative;
}

.gallery .slick-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.gallery .slick-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
}

.gallery .slick-next {
  right: 0;
}

.gallery .slick-prev {
  left: 0;
}

.gallery .slick-next::before {
  left: 4px;
}

.gallery .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 4px;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.sc_bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sc_name {
  color: var(--main-orange);
  font-size: 18px;
  line-height: 1.1em;
  padding: 4px 0;
}

.tehai .sc_name {
  color: var(--main-green);
}

.sc_name2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid var(--main-orange);
  line-height: 1.2em;
  padding-bottom: 5px;
}

.tehai .sc_name2 {
  border-bottom: 2px solid var(--main-green);
}

.sc_subtxt {
  padding-top: 2px;
  font-size: .9em;
  font-weight: bold;
}

.sc_txt {
  padding: 5px 0;
  font-size: .9rem;
}

.sc_point {
  display: flex;
  padding: 5px 0 10px;
}

.sc_point li {
  font-size: 1rem;
  background: #ddd;
  padding: 2px 6px 3px;
  margin-right: 10px;
}

.sc_btn,
.btn_ask {
  display: block;
  padding: 5px 5px 7px;
  text-align: center;
  text-decoration: none;
  background: var(--main-orange);
  width: 80%;
  margin: 2px auto;
  border-radius: 100px;
  color: var(--dark);
  position: relative;
  font-weight: 700;
}

.tehai .sc_btn {
  background-color: var(--main-green);
}

.sc_btn:hover {
  background: #fdcf7e;
}

.sc_btn::after {
  content: '';
  position: absolute;
  right: 13px;
  width: 16px;
  height: 13px;
  top: 11px;
  background: url('../images/arrow.svg');
  background-size: contain;
}

.btn_ask {
  background-color: #d2d2d2;
}


/* 航空券 */
.col1 {
  background: var(--main-green);
  padding: 10px;
  border-radius: 10px;
}

.col2 {
  background: var(--main-orange);
  padding: 10px;
  border-radius: 10px;
}

.ui-static-container .air_info h4 {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 6px 0;
  font-size: 1.4rem;
  margin: -6px 0 2px;
}

.air_infos li {
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

h5 {
  background: var(--main-green);
  border-radius: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 0;
}

.col2 h5 {
  background: var(--main-orange);
}

.air_infos dl {
  display: flex;
  width: 97%;
  margin: 5px auto;
}

.air_infos dt {
  width: 25%;
  text-align: center;
  padding: 10px;
}

.air_infos dt img {
  width: 90%;
}

.air_infos dd {
  padding: 10px;
}

.ui-static-product-card[data-product-card-type=secondary] .ui-static-product-card-label {
  bottom: -5px;
}

.no-link {
  cursor: auto;
}

.no-link:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1490196078);
}

.no-link:hover .ui-static-image img {
  transform: none;
}

.fix {
  background: var(--main-green);
  padding: 0 10px;
  display: block;
  margin: 2px 17px 2px 0;
  text-align: center;
}

.fixOpen {
  background-color: var(--main-orange);
}

.tehai_text {
  font-size: .8rem;
  text-align: center;
}

/*SPのみ補正*/
@media screen and (max-width: 767px) {

  .sc_point {
    flex-direction: column;
    gap: 5px;
  }

  .tehai_text{
    padding-bottom: 7px;
  }
  
  .ui-static-container div.col1 {
    margin-bottom: 10px;
  }

  .air_infos li:first-child {
    margin-bottom: 10px;
  }

}

/*PC・PADのみ補正*/
@media screen and (min-width: 768px) {
  section {
    margin-top: -65px;
    padding-top: 65px;
  }

  .pc_none {
    display: none;
  }

  #navi {
    background: var(--dark);
    padding: 0;
    margin: 0;
  }

  .navi-item {
    flex: 1;
  }

  .navi-item.fl13 {
    flex: 1.3;
  }

  .navi-item a {
    margin: 0 auto;
    padding: 5px 10px 8px;
    background: #CCC;
    border-radius: 2rem;
    color: var(--dark);
    text-decoration: none;
    margin: 3px auto;
    border: none;
  }

  .navi-item a:hover {
    background: var(--main-orange);
  }

  .ui-static-section-wrapper {
    padding-bottom: 40px;
  }

  .ui-static-grid-lg-space-article-card {
    column-gap: 12px;
  }

  .city_info {
    display: flex;
  }

  .cityname_box {

    max-width: 40%;
    min-width: 30%;
  }

  .city_info p {
    padding: 10px;
  }

  .sc_city {
    right: 0;
    left: auto;
  }

  .scroll-infinity__item {
    width: calc(120vw / 1);
    max-width: 1600px;
  }

  /*shoolinfo*/


  .school_box>li {
    display: flex;
    margin-bottom: 16px;
    margin-right: 1%;
    flex-direction: row;
    padding: 20px;
  }

  ul.gallery {
    width: 36%;
    margin-right: 20px;
  }

  .sc_bottom {
    width: 64%;
  }

  .sc_btn,
  .btn_ask {
    width: 100%;
  }

  .slider-img {
    width: 25%;
  }

  .air_info {
    display: flex;
    justify-content: space-between;

  }

  .col1 {
    width: 33%;
  }

  .col2 {
    width: 66%;
  }

  .air_infos {
    display: flex;
    justify-content: space-between;
  }

  .col2 .air_infos li {
    width: 49%;
  }

  .ui-static-product-card[data-product-card-type=secondary] .ui-static-product-card-label {
    bottom: -22px;
  }

}

@media screen and (min-width: 1104px) {
  .ui-static-section-wrapper {
    padding: 40px 0;
  }

  .sc_btn,
  .btn_ask {
    width: 80%;
  }
}