@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 15px;
  position: relative;
}
.article-inner[data-type="wide"] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px;
}
.main-article {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
.m-nav-breadcrumb a, .m-nav-breadcrumb-sub a, .m-nav-breadcrumb-ctg a {
  color: #d1d1d1;
}
.disable {
  pointer-events: none;
  background: #ccc;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .t-mode-rwd .l-footer {
    padding-left: 0;
  }
  .t-mode-rwd .l-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 0;
  }
  .l-content-body {
    margin: 0;
    padding: 0;
  }
  /*
	.l-content-head {
    max-width: 1040px;
		margin: 0 auto;
	}
	*/
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  /*
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
  */
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-head {
    padding: 10px;
    position: relative;
    z-index: 5;
  }
  .l-content-body {
    padding: 0;
    margin-top: 0;
  }
  .l-content-main {
    margin: 0;
  }
  .article-inner {
    padding: 60px 10px;
  }
  .main-article {
    padding: 20px 0 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .l-footer {
    position: relative;
    z-index: 50;
  }
}
/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section[data-color="gray"] {
  background-color: #f2f2f2;
  color: #333;
}
section[data-color="d-gray"] {
  background-color: #e8e8e8;
  color: #333;
}
section[data-color="l-blue"] {
  background-color: #eaf7f9;
  color: #333;
}
section[data-color="d-blue"] {
  background-color: #e8e8e8;
  color: #ccc;
}
/* Table Color */
section[data-color="d-blue"] .m-tbl tbody th, section[data-color="d-blue"] .m-tbl tbody td {
  color: #333;
}
/* Header MENU */
#menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 111px 30px 30px;
  display: none;
  background-color: rgba(0, 0, 0, .9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1000;
}
.menu-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu-modal {
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, .7);
}
.menu-modal-list {
  margin-top: 17px;
  padding: 8px 20px;
}
.menu-modal-list > li {
  margin-top: 22px;
}
.menu-modal-list > li:first-child {
  margin-top: 0;
}
.menu-modal-list > li a {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  text-decoration: none;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  #menu-modal {
    padding: 79px 10px 20px;
  }
}
.burger-btn-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 2000;
}
.burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  /*
  background-color: #f2f2f2;
  border-radius: 20px;
  */
  position: relative;
  z-index: 4000;
  border: none;
}
.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.bar_top {
  top: 10px;
}
.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 10px;
}
.burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .burger-btn-wrap {
    right: 10px;
    top: 10px;
  }
}
/* Adjustment */
@media screen and (max-width: 767px) {
  #top > .article-inner {
    padding-top: 0 !important;
  }
}
#morning .article-inner {
  padding-bottom: 60px;
}
#night .article-inner {
  padding-top: 15px;
}
/* Model Course */
.model-course-banner {
  margin: 30px 20px;
}
.js-tab > .color, .js-tab.is-current > .gray {
  display: none;
}
.js-tab.is-current > .color, .js-tab > .gray {
  display: block;
}
.course-choise {
  display: flex;
}
.course-main-inner {
  margin: 30px 20px;
}
.course-contents {
  display: flex;
}
.course_01 {
  background-color: white;
  max-width: 490px;
  margin-right: 10px;
}
.course_02 {
  background-color: white;
  max-width: 490px;
}
.time-route {
  display: flex;
  text-align: center;
  align-items: center;
}
.time {
  min-width: 80px;
  height: 30px;
  text-align: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#model-course-01 .time {
  background-color: #ACC674;
}
#model-course-02 .time {
  background-color: #FBB778;
}
.route {
  width: auto;
  height: 20px;
  margin-left: 20px;
  font-size: 1.5rem;
}
.spot {
  display: flex;
  flex-direction: column;
}
.spot img {
  margin: 20px 0;
}
.route-action {
  display: flex;
  height: 100px;
}
.plane {
  width: 80px;
  position: relative;
}
.plane::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #a1a1a1;
  position: absolute;
  top: 0;
  left: 40px;
}
.plane::after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #a1a1a1;
  position: absolute;
  top: 50px;
  left: 40px;
}
.plane_icon {
  min-width: 70px;
  background-image: url(../img/model_course/plane_icon.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 50px;
  background-position: center;
}
.train {
  min-width: 80px;
  background-image: url(../img/model_course/train.svg);
  background-repeat: no-repeat repeat;
  background-size: 10px;
  background-position: center top;
}
.train_icon {
  min-width: 60px;
  background-image: url(../img/model_course/train_icon.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 50px;
  background-position: center;
}
.bus {
  min-width: 80px;
  background-image: url(../img/model_course/bus.svg);
  background-repeat: no-repeat repeat;
  background-size: 20px;
  background-position: center top;
}
.bus_icon {
  min-width: 90px;
  background-image: url(../img/model_course/bus_icon.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 80px;
  background-position: left;
}
.walk {
  min-width: 80px;
  background-image: url(../img/model_course/walk.svg);
  background-repeat: no-repeat repeat;
  background-size: 30px;
  background-position: center top;
}
.route-02 {
  color: #666666;
  align-self: center;
}
.sub-title {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .time {
    min-width: 60px;
    height: 30px;
  }
  .route-action {
    height: 80px;
  }
  .route {
    margin-left: 10px;
    font-size: 1.3rem;
  }
  .m-tab {
    margin-top: 25px;
  }
  .course-contents {
    flex-direction: column;
  }
  .course_01 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .course_02 {
    width: 100%;
    max-width: 480px;
    margin: 30px auto 0;
  }
  .m-box-em--l {
    background: none;
  }
  .plane {
    width: 60px;
  }
  .plane::before {
    left: 30px;
  }
  .plane::after {
    width: 40px;
    top: 40px;
    left: 30px;
  }
  .train {
    min-width: 60px;
    background-size: 10px;
  }
  .bus {
    min-width: 60px;
    background-size: 15px;
  }
  .walk {
    min-width: 60px;
    background-size: 30px;
  }
  .sub-title {
    font-size: 1.1rem;
  }
}