@charset "UTF-8";
/*====================================
【新】モデルコース一覧/m_course/
=======================================*/
h4.list_m_course {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  h4.list_m_course {
    font-size: 19px;
  }
}
.list_m_course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_m_course a {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 18px;
}

.list_m_course a .img_wrap {
  position: relative;
}

.list_m_course a .img_wrap ul.icn_area {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 8px;
}

.list_m_course a .img_wrap ul.icn_area li {
  width: 30%;
  font-size: 11px;
  background: #ffee00;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  line-height: 1em;
}

.list_m_course a .img_wrap figure {
  position: relative;
  margin: 0 0 10px 0;
}

.list_m_course a .txt_wrap p.date {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1em;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .list_m_course a {
    width: 48%;
  }
  .list_m_course a .img_wrap ul.icn_area li {
    font-size: 12px;
    padding: 5px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1000px) {
  .list_m_course a {
    width: 32.2%;
    padding: 15px;
  }
}
@media print, screen and (min-width: 600px) {
  .list_m_course::after {
    content: "";
    display: block;
    width: 32.2%;
  }
}
/*====================================
【新】モデルコース/m_course/post
=======================================*/
h3.m_course {
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: bold;
}

h4.m_course {
  font-size: 28px;
  width: 4em;
  display: block;
  margin: 0 auto 15px;
  background: #ffee00;
  text-align: center;
  font-weight: bold;
}

h5.m_course {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

p.tokucho {
  font-size: 15px;
  margin-bottom: 10px;
}

ul.icn_area_single {
  display: flex;
  margin-bottom: 15px;
}

ul.icn_area_single li {
  font-size: 11px;
  background: #ffee00;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1em;
  margin-right: 10px;
}

@media print, screen and (min-width: 600px) {
  h3.m_course {
    font-size: 40px;
    margin-bottom: 20px;
  }
  h4.m_course {
    font-size: 32px;
    margin-bottom: 30px;
  }
  h5.m_course {
    font-size: 26px;
  }
  p.tokucho {
    font-size: 17px;
    margin-bottom: 20px;
  }
  ul.icn_area_single {
    margin-bottom: 30px;
  }
  ul.icn_area_single li {
    font-size: 12px;
  }
}
.m_course_promo {
  border: 1px solid #000;
  margin-bottom: 30px;
}

.m_course_promo .ph_box {
  width: 100%;
  border-bottom: 1px solid #000;
}

.m_course_promo .ph_box img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.m_course_promo .spec_box div {
  padding: 15px 10px;
}

.m_course_promo .spec_box div p {
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .m_course_promo {
    margin-bottom: 60px;
  }
  .m_course_promo .ph_box img {
    aspect-ratio: 10/4;
  }
  .m_course_promo .spec_box {
    display: flex;
  }
  .m_course_promo .spec_box div {
    width: 33%;
    padding: 10px 20px;
  }
  .m_course_promo .spec_box div.date {
    border-right: 1px solid #000;
  }
  .m_course_promo .spec_box div.traffic {
    border-right: 1px solid #000;
  }
}
.m_course_slide {
  margin-bottom: 30px;
}

.m_course_slide .point_wrap {
  padding: 10px 6px;
}

.m_course_slide .point_wrap .ph_box {
  margin-bottom: 10px;
}

.m_course_slide .point_wrap p {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.3em;
}

.m_course_slide .point_wrap p span {
  margin-right: 0.5em;
}

.m_course_slide .slick-list img {
  width: 100%;
  aspect-ratio: 87/49;
  object-fit: cover;
}

@media print, screen and (min-width: 600px) {
  .m_course_slide {
    margin-bottom: 60px;
  }
  .m_course_slide .slick-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.schedule_wrap {
  border-bottom: 1px dashed #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.schedule_wrap .place_box {
  border: 1px solid #000;
  padding: 15px;
}

@media print, screen and (min-width: 600px) {
  .schedule_wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .schedule_wrap .place_box {
    display: flex;
    padding: 0;
  }
  .schedule_wrap .place_box .left_box,
  .schedule_wrap .place_box .right_box {
    padding: 20px;
  }
  .schedule_wrap .place_box .left_box {
    width: 50%;
    border-right: 1px solid #000;
  }
  .schedule_wrap .place_box .right_box {
    width: 50%;
  }
}
.place_box .left_box p.name {
  font-size: 20px;
  background: #ffee00;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.place_box .left_box p.name span {
  margin-right: 0.2em;
}

.place_box .left_box p.txt {
  line-height: 1.8em;
  font-size: 15px;
  margin-bottom: 15px;
}

.place_box .left_box .connection {
  padding-top: 15px;
  border-top: 1px dashed #000;
}

.place_box .left_box .connection p.ttl {
  font-size: 16px;
  background: url(../images/m_course/images/icn_ttl.png) no-repeat;
  background-position: center left 0px;
  background-size: 10px 15px;
  padding: 10px 20px;
  font-weight: bold;
}

.place_box .left_box .connection ul.c_link {
  font-size: 15px;
}

.place_box .left_box .connection ul.c_link li {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .place_box .left_box p.name {
    font-size: 30px;
    padding: 5px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .place_box .left_box p.txt {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .place_box .left_box .connection {
    padding-top: 30px;
  }
  .place_box .left_box .connection p.ttl {
    font-size: 18px;
    background-size: 15px 23px;
    padding: 10px 30px;
  }
  .place_box .left_box .connection ul.c_link {
    font-size: 17px;
  }
  .place_box .left_box .connection ul.c_link li {
    margin-bottom: 10px;
  }
}
.place_box .right_box .ph_box {
  margin-bottom: 20px;
}

.place_box .right_box dl.c_spac {
  display: flex;
  flex-wrap: wrap;
}

.place_box .right_box dl.c_spac dt,
.place_box .right_box dl.c_spac dd {
  margin-bottom: 10px;
}

.place_box .right_box dl.c_spac dt {
  width: 3em;
}

.place_box .right_box dl.c_spac dd {
  width: calc(100% - 3em);
}

html:lang(en) .place_box .right_box dl.c_spac dt {
  width: 5em;
}

html:lang(en) .place_box .right_box dl.c_spac dd {
  width: calc(100% - 5em);
}

.place_box .right_box dl.c_spac + p {
  margin-top: 10px;
}

.traffic_box {
  padding: 15px 40px;
}

.traffic_box p {
  font-size: 18px;
  text-align: center;
  min-height: 1.5em;
}

.traffic_box.yajirushi {
  background: url(../images/m_course/yajirushi.png) no-repeat;
  background-position: center left 10px;
  background-size: 16px 40.6px;
}

@media print, screen and (min-width: 600px) {
  .traffic_box {
    padding: 30px 170px;
  }
  .traffic_box p {
    font-size: 20px;
  }
  .traffic_box.yajirushi {
    background-position: center left 120px;
    background-size: 25px 61px;
  }
}
.list_m_course a .img_wrap ul {
  justify-content: space-between !important;
}

.list_m_course a .img_wrap ul li {
  width: 32% !important;
}

.list_m_course a .img_wrap ul {
  padding-left: 10px;
  padding-right: 10px;
}

.list_m_course a .img_wrap ul.icn_area:after {
  content: "";
  display: block;
  width: 32%;
}

.collaborate-prefecture {
  margin-top: 50px;
}

.collaborate-prefecture a {
  display: block;
}

@media only screen and (max-width: 599px) {
  .collaborate-prefecture a {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 600px) {
  .collaborate-prefecture {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}/*# sourceMappingURL=m_course.css.map */