@charset "UTF-8";
/* 下層共通 */
.imgShow {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.imgShow.open {
  clip-path: inset(0 0 0 0);
}

.blurShow {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.blurShow.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

#page_mainvisual {
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  #page_mainvisual {
    height: 180px;
  }
}
#page_mainvisual h2 {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 {
    font-size: 40px;
    bottom: 20px;
  }
}
#page_mainvisual h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 small {
    font-size: 16px;
  }
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.main img {
  vertical-align: bottom;
}

.main sup {
  font-size: 70%;
  vertical-align: top;
}

.main picture {
  position: relative;
  display: block;
}

.main .inner {
  max-width: 1440px;
  padding: 0 40px;
}

@media screen and (max-width: 550px) {
  .main .inner {
    padding: 0 20px;
  }
}
figure {
  position: relative;
}

.anno {
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}

figcaption,
.capImg,
.cap {
  /*background: rgba(120, 120, 120, 0.7);*/
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.bg_texture {
  background-image: url("https://www.livio-sumai.jp/pj/kawasakidaishi/assets/img/bg_texture.jpg");
  background-position: center top;
  background-size: cover;
}

.js-modal {
  pointer-events: none;
}

.swipeIcon {
  display: none;
}

@media screen and (max-width: 850px) {
  .js-modal {
    pointer-events: auto;
    position: relative;
  }
  .js-modal:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../img/icon_plus.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mfp-bg,
  .mfp-wrap {
    z-index: 10000;
  }
  .mfp-close-btn-in .mfp-close {
    transform: translateY(-100%);
    color: #fff;
  }
  .mfp-custom .mfp-content .slideBox {
    padding: 10px;
    background: #fff;
  }
  .slideBox {
    position: relative;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .slideimg {
    max-width: 160vw !important;
    width: auto !important;
  }
  .swipeIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 150px;
    z-index: 10;
    width: 100px;
    animation: horizontal 1s ease-in-out infinite alternate;
  }
  .swipeIcon img {
    max-width: 150px;
  }
}
@keyframes horizontal {
  0% {
    transform: translate(-30%, -50%);
  }
  100% {
    transform: translate(-70%, -50%);
  }
}
/* plan_list */
#plan_list .planList_inner {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 1170px) {
  #plan_list .planList_inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #plan_list .planList_inner {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 550px) {
  #plan_list .planList_inner {
    margin-left: 0;
    margin-right: 0;
  }
}
#plan_list .planList_inner .planList_box {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
  #plan_list .planList_inner .planList_box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  #plan_list .planList_inner .planList_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 850px) {
  #plan_list .planList_inner .planList_box {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 550px) {
  #plan_list .planList_inner .planList_box {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
}
#plan_list .planList_box a {
  height: 100%;
  box-sizing: border-box;
  transition: 0.3s ease;
  display: block;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  color: #318086;
  padding: 40px 30px 10px 30px;
}
#plan_list .planList_spec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
#plan_list .planList_spec_type {
  width: 50px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  #plan_list .planList_spec_type {
    padding-right: 10px;
  }
}
#plan_list .planList_spec_type b {
  display: block;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
}
#plan_list .planList_spec_area {
  width: calc(100% - 50px);
  border-left: 1px solid #bdbdbd;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  #plan_list .planList_spec_area {
    padding-left: 10px;
  }
}
#plan_list .planList_spec_area p:nth-child(1) {
  font-size: 20px;
  line-height: 1;
}
#plan_list .planList_spec_area p:nth-child(1) b {
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
}
#plan_list .planList_spec_area p:nth-child(2) {
  font-size: 14px;
  line-height: 1;
}
#plan_list .planList_spec_area p:nth-child(2) b {
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}
#plan_list .planList_spec_area p:nth-child(2) small {
  font-size: 22px;
}
#plan_list .planList_point {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 15px;
}
#plan_list .planList_point li {
  width: calc(50% - 10px);
  margin: 0 5px 5px;
  font-size: 11px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #2ac4ce 0%, #1da4ad 20%, #30989f 30%, #208188 60%, #2a747b 70%, #14585d 90%, #114c50 100%);
  padding: 2px;
}
#plan_list .view_more {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
#plan_list .view_more::after {
  content: "→";
}
#plan_list .planList_box a:hover {
  box-shadow: none;
  color: #fff;
  background: linear-gradient(135deg, #2ac4ce 0%, #1da4ad 20%, #30989f 30%, #208188 60%, #2a747b 70%, #14585d 90%, #114c50 100%);
}
#plan_list .planList_box a:hover .planList_point li {
  background: #fff;
  color: #318086;
}

.en_title {
  font-size: 68px;
  line-height: 1;
  letter-spacing: 2px;
  color: #2bced9;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .en_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .en_title {
    font-size: 48px;
  }
}

.access_minutes {
  display: flex;
  flex-wrap: wrap;
}
.access_minutes .access_minutes_box {
  width: calc(100% / 4);
  height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 550px) {
  .access_minutes .access_minutes_box {
    width: calc((100% / 2) - 10px);
    height: 200px;
    margin: 0 5px 10px;
    border-left: none;
  }
}
.access_minutes .access_minutes_box:nth-child(1) {
  border-left: none;
}
.access_minutes .access_minutes_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.access_minutes .minutes_text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.access_minutes .minutes_text p {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (max-width: 550px) {
  .access_minutes .minutes_text p {
    font-size: 20px;
  }
}
.access_minutes .minutes_text p:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .access_minutes .minutes_text p:nth-child(2) {
    margin-top: 5px;
  }
}
.access_minutes .minutes_text p:nth-child(2) small {
  font-size: 16px;
}
.access_minutes .minutes_text p:nth-child(2) b {
  font-size: 50px;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .access_minutes .minutes_text p:nth-child(2) b {
    font-size: 48px;
  }
}

/* page_lead */
#page_lead {
  background: #e2f0f7;
  text-align: center;
  padding: 40px 0 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 550px) {
  #page_lead {
    text-align: left;
    padding: 30px 0;
  }
}
#page_lead h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  #page_lead h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#page_lead p {
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  #page_lead p {
    font-size: 13px;
  }
}

/* access_positioning */
#access_positioning {
  padding: 70px 0 120px;
}
@media screen and (max-width: 550px) {
  #access_positioning {
    padding: 15px 0 60px;
  }
}
#access_positioning .positioning_lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  #access_positioning .positioning_lead {
    text-align: left;
    padding-left: 90px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#access_positioning h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  #access_positioning h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#access_positioning h3 + p {
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  #access_positioning h3 + p {
    font-size: 13px;
  }
}
#access_positioning .positioning_map {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  #access_positioning .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .positioning_lead .en_title {
    font-size: 48px;
    margin: 0;
    position: absolute;
    top: -40px;
    left: 50px;
    transform: rotate(90deg);
    transform-origin: left;
  }
}
/* train_access */
#train_access {
  background: #ebeff0;
  padding: 70px 0 50px;
}
@media screen and (max-width: 550px) {
  #train_access {
    padding: 0 0 20px;
  }
}
#train_access .inner {
  max-width: 1320px;
}
#train_access .trainMap_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#train_access .trainMap_wrap .trainMap_lead {
  width: 480px;
}
@media screen and (max-width: 850px) {
  #train_access .trainMap_wrap .trainMap_lead {
    width: 45%;
  }
}
@media screen and (max-width: 550px) {
  #train_access .trainMap_wrap .trainMap_lead {
    width: 100%;
    position: relative;
    padding-right: 100px;
    display: flex;
    flex-direction: column-reverse;
  }
}
#train_access .trainMap_wrap .trainMap_lead h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #train_access .trainMap_wrap .trainMap_lead h3 {
    font-size: 18px;
  }
}
#train_access .trainMap_wrap .trainMap_lead h3 + p {
  font-size: 13px;
}
#train_access .trainMap_wrap .trainMap_lead figure {
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  #train_access .trainMap_wrap .trainMap_lead figure {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -20px;
  }
}
#train_access .trainMap_wrap .trainMap_img {
  width: calc(100% - 480px);
  padding-left: 140px;
}
@media screen and (max-width: 1200px) {
  #train_access .trainMap_wrap .trainMap_img {
    padding-left: 40px;
  }
}
@media screen and (max-width: 850px) {
  #train_access .trainMap_wrap .trainMap_img {
    width: 55%;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  #train_access .trainMap_wrap .trainMap_img {
    width: 100%;
    margin-top: 70px;
  }
}

@media screen and (max-width: 550px) {
  .trainMap_wrap .en_title {
    width: 100vw;
    margin: 0;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/* simulation_area */
#simulation_area {
  padding: 40px 0;
}
#simulation_area .simulation_wrap {
  background: #edfbfc;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #simulation_area .simulation_wrap {
    padding: 20px;
  }
}
#simulation_area .simulation_wrap > div:nth-child(1) {
  width: 600px;
}
@media screen and (max-width: 1340px) {
  #simulation_area .simulation_wrap > div:nth-child(1) {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  #simulation_area .simulation_wrap > div:nth-child(1) {
    width: 100%;
    margin-bottom: 25px;
  }
}
#simulation_area .simulation_wrap > div:nth-child(2) {
  width: 515px;
}
@media screen and (max-width: 1340px) {
  #simulation_area .simulation_wrap > div:nth-child(2) {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  #simulation_area .simulation_wrap > div:nth-child(2) {
    width: 100%;
  }
}

/* car_access */
#car_access {
  padding: 40px 0 50px;
}
@media screen and (max-width: 550px) {
  #car_access {
    padding: 0 0 30px;
  }
}
#car_access .inner {
  max-width: 1320px;
}
#car_access .carMap_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
#car_access .carMap_wrap .carMap_lead {
  width: calc(100% - 460px);
  padding-right: 40px;
}
@media screen and (max-width: 850px) {
  #car_access .carMap_wrap .carMap_lead {
    width: 45%;
  }
}
@media screen and (max-width: 550px) {
  #car_access .carMap_wrap .carMap_lead {
    width: 100%;
    position: relative;
    padding-left: 90px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
#car_access .carMap_wrap .carMap_lead h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #car_access .carMap_wrap .carMap_lead h3 {
    font-size: 18px;
  }
}
#car_access .carMap_wrap .carMap_lead h3 + p {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  #car_access .carMap_wrap .carMap_lead h3 + p {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  #car_access .carMap_wrap .carMap_lead h3 + p {
    font-size: 13px;
  }
}
#car_access .carMap_wrap .carMap_lead figure {
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  #car_access .carMap_wrap .carMap_lead figure {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#car_access .carMap_wrap .carMap_img {
  width: 460px;
}
@media screen and (max-width: 850px) {
  #car_access .carMap_wrap .carMap_img {
    width: 55%;
  }
}
@media screen and (max-width: 550px) {
  #car_access .carMap_wrap .carMap_img {
    width: 100%;
    padding-left: 0;
  }
}
#car_access .car_map {
  padding: 40px 10%;
}
@media screen and (max-width: 550px) {
  #car_access .car_map {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 550px) {
  .carMap_lead .en_title {
    width: 100vw;
    margin: 0;
    transform: rotate(90deg);
    transform-origin: left;
    position: absolute;
    top: 0;
    left: 40px;
  }
}

/* ワイドビュー用のCSS */
@media screen and (max-width: 550px) {
  .access_wide_view {
    width: 100%;
    height: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .access_wide_view_img_container {
    display: block;
    max-width: none;
    width: 680px;
    height: 250px;
  }
}
