@charset "UTF-8";



.under_head_ttl {
  .en {
    line-height: 1.29;
  }
}
.contact_btnWrap {
  margin-top: 80px;
}

.anchor{
  margin-top: -40px !important;
}

@media all and (min-width: 681px) {
  .under_head{
    height: 520px;
  }

  .under_head_txtwrap {
    padding-top: 115px;
  }

  .under_anchor_btn {
    margin-top: 90px;
  }
}

@media all and (max-width: 680px) {
  .contact_btnWrap {
    margin-top: 50px;
  }
}


/* location_wrap
---------------------------------------*/
.location_wrap{
  .bg_gray{
    padding-bottom: 165px;
  }
}

.wrap_ttl{
  width: 431px;
  height: 80px;
  font-size: 38px;
  font-weight: 500;
  color: #C6B493;
  letter-spacing: 0.1em;
  background-color: #E4E4D8;
  border-radius:40px 40px 0 0;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

.location_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;

  .ttl_s{
    font-size: 20px;
    font-weight: 400;
  }
  .ttl_b{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
  }
}

.location_cate{
  margin-top: 100px;
}
.location_cate + .location_cate{
  border-top: 1px solid #919191;
  margin-top: 90px;
  padding-top: 85px;
}

.cate_ttl{
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}
.location_ttl + .location_cate .cate_ttl{
  letter-spacing: 0.1em;
}
.cate_txt{
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
    margin-top: 1.5em;
}

.location_sub{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 50px;

  div{
    width: 380px;
  }

  .sub1{
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: 0.75em;
  }
  .sub2{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.5em;
  }
}

.location_kome{
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-top: 50px;
}


.location_map{
  background-color: #F7F7F7;
  padding-top: 45px;
  padding-bottom: 50px;
  margin-top: 65px;

  > div{
    display: flex;
    justify-content: space-around;
    gap: 0 0px;
    margin-top: 30px;
}

}

.location_map_media{
  display: flex;
  width: 850px;
  max-width: calc(100% - 255px);
  flex-shrink: 1;
  min-width: 0;
  gap: 17px;
}

.location_map_gmap{
  position: relative;
  flex: 1;
  min-width: 0;
}

.location_map_gmap iframe{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.location_map_img {
  flex: 0 0 373px;
  width: 373px;
  margin-top: auto;
}

.location_map_img img{
  display: block;
  width: 100%;
  height: auto;
}

.location_map_ttl{
  font-size: 30px;
  font-weight: 400;
  color: #C6B493;
  text-align: center;
}
.location_map_txt{
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.2em;
}


.sec_location_info {
  margin-top: 15px;
}
.sec_location_access {
  color: #4b4b4b;
}
.sec_location_access--jrnanbu {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: none;
}
.sec_location_access--jrnanbu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #919191;
}
.sec_location_access--jrnanbu,
.sec_location_access--jrchuo,
.sec_location_address {
  text-decoration: none;
}
.sec_location_row {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.sec_location_line {
  font-size: 18px;
}
.sec_location_line_ttl {
  font-size: 16px;
  display: block;
}
.sec_location_route {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.sec_location_time_num {
  display: inline-block;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  color: #C6B493;
  vertical-align: baseline;
}
.sec_location_time {
  display: flex;
  align-items: baseline;
  margin-top: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #C6B493;
  white-space: nowrap;
}
.sec_location_time_unit {
  display: inline-block;
  margin-left: 2px;
  font-size: 28px;
  color: #4b4b4b;
}
.sec_location_time_unit2 {
  margin-left: 0;
}
.sec_location_time_inline {
  margin: 0 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #C6B493;
  vertical-align: -2px;
}
.sec_location_access--jrchuo .sec_location_route + .sec_location_route {
  margin-top: 2px;
}

.sec_location_info .tume{
  margin-left: -0.5em;
}

.sec_location_address {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 22px;
  margin-left: 260px;

  /*span{
    margin: 0 1em;
  }*/
}


@media all and (min-width: 681px) {
  .sec_location_info {
    width: 220px;
    margin-top: 0;
    flex-shrink: 0;
    margin-top: 18px;
  }
  .sec_location_line {
    font-size: 18px;
    line-height: 0.8;
  }
  .sec_location_line_ttl--keio {
    margin-top:1em;
  }
  .sec_location_line_ttl + * {
    margin-top: 0.5em;
    display: block;
  }
  .sec_location_line--2{
    margin-top: 1em;
  }
  .sec_location_route {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.65;
    top: -0.2em;
    position: relative;
  }
  .sec_location_time {
    font-size: 23px;
  }
  .sec_location_time span.tilde_mark {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    vertical-align: 11px;
    color: #525050;
    position: relative;
    top: -4px;
    margin: 0 2px;
  }

  .sec_location_time_inline {
    margin: 0 4px;
    font-size: 35px;
    font-weight: 700;
    vertical-align: -3px;
  }
  .sec_location_access--jrchuo .sec_location_route + .sec_location_route {
    margin-top: 8px;
  }

  .sec_location_line span.tilde_mark {
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top: 1px;
  }
}


@media all and (min-width: 681px) {
  .location_sub01{
    div:nth-child(1){
      margin-left: 17.05%;
    }
    div:nth-child(2){
      margin-right: 17.05%;
    }
  }

}

@media all and (max-width: 680px) {
  .wrap_ttl{
    width: 249px;
    height: 56px;
    font-size: 27px;
    border-radius: 30px 30px 0 0;
    padding-top: 30px;
    margin-top: 70px;
  }

  .location_ttl{
    padding-top: 30px;

    .ttl_s{
      font-size: 16px;
    }
    .ttl_b{
      font-size: 24px;
      line-height: 1.33;
      text-align: center;
    }
  }

  .location_cate{
    margin-top: 60px;
  }
  .location_cate + .location_cate{
    margin-top: 45px;
    padding-top: 45px;
  }

  .cate_ttl{
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .location_ttl + .location_cate .cate_ttl{
    letter-spacing: 0.05em;
  }
  .cate_txt{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 1.3em;
  }

  .location_sub{
    gap: 25px 0;
    margin-top: 20px;

    div{
      width: 100%;
    }

    .sub1{
      font-size: 16px;
      letter-spacing: 0.05em;
      margin-top: 1em;
    }
    /*.sub2{
      font-size: 14px;
      line-height: 1.4;
      margin-top: 0.5em;
    }*/
  }

  .location_kome{
    line-height: 1.83;
    margin-top: 30px;
  }


  .location_map{
    padding: 40px 18px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;

    > div{
      display: block;
      margin-top: 25px;
    }

  }

  .location_map_media{
    display: block;
    width: 100%;
    max-width: none;
    gap: 10px;
  }

  .location_map_gmap{
    aspect-ratio: 16 / 10;
  }

  .location_map_img{
    display: block;
    flex: none;
    width: 100%;
    margin-top: 13px;
  }

  .location_map_txt{
    font-size: 14px;
    line-height: 1.57;
    white-space: nowrap;
    margin-top: 1.2em;
  }


  .sec_location_info {
    margin-top: 20px;
  }


  .sec_location_access--jrnanbu {
    display: flex;
    align-items: center;
    letter-spacing: -0.04em;

    .sec_location_line {
      top: 0.3em;
      position: relative;
      line-height: 1.6;
    }
    span.sec_location_line_txt{
      font-size: 16px;
    }
    .sec_location_time{
      margin-left: 0.3em;
      letter-spacing: -0.06em;

      position: relative;
      top: 2px;
    }
    .sec_location_time_num {
      font-size: 58px;
      font-weight: 700;
      line-height: 1;
      top: -0.1em;
      margin-left: 0.04em;
      margin-right: 0;
    }
  }

  .sec_location_info {
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
  span.tilde_mark {
    display: inline-block;
    font-size: 35px;
    color: #525050;
    top: -0.2em;
    position: relative;
  }
  .sec_location_time_unit {
    display: inline-block;
    font-size: 24px;
    top: -0.2em;
    position: relative;
  }
  .tume2{
    margin-left: -0.2em;
  }
  .tume3 {
    margin-left: -0.4em;
  }
  .sec_location_access--jrchuo{
    .sec_location_line_ttl.sec_location_line_ttl--keio{
      top: 0.7em;
      position: relative;
    }
    .sec_location_line {
      letter-spacing: -0.03em;
      white-space: nowrap;
      font-size: 16px;
    }
    .sec_location_line--2{
      margin-top: 0.4em;
    }
    .sec_location_line--bus {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
    }
    .sec_location_route_bus {
      flex: 0 0 auto;
      white-space: nowrap;
    }
  }
  .tume4{
    margin-right: -0.5em;
  }
  .sec_location_time_inline {
    font-size: 39px;
  }
  .tume5{
    margin-left: 0.2em;
  }
  .tume5 + .sec_location_time_inline{
    margin: 0px 4px 0px 8px;
  }

  .sec_location_access--jrnanbu {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .sec_location_address {
    line-height: 1.85;
    text-align: center;
    margin-top: 15px;
    /*padding-top: 15px;*/
    /*border-top: 1px dashed #919191;*/
    padding-bottom: 15px;
    border-bottom: 1px dashed #919191;
    margin-left: 0;
    order: -1;
  }
  .sec_location_line span.tilde_mark {
    font-size: 28px;
    font-weight: 400;
    top: 0;
  }

  .sec_location_line--2 .sec_location_time_inline{
    margin: 0 -1px;
  }

}


/* access_wrap
---------------------------------------*/
.bg_white{
  background-color: #EEEEEA;
}

.access_wrap{
  .wrap_ttl{
    width: 844px;
    background-color: #EEEEEA;
    margin-top: 0;
  }
}

.access_img{
  overflow-y: hidden !important;
}
.line_img {
  width: 868px;
  margin: 65px auto 0;
}



.access_route{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.access_route02,
.access_route03{
  margin-top: 75px;
}

.access_route_sub01{
  width: 425px;
}
.access_route_sub02{
  width: 752px;
}

.access_route01{
  .station{
    background-color: #996D15;
  }
}
.access_route02{
  .station{
    background-color: #CE8440;
  }
}
.access_route03{
  .station{
    background-color: #C11A20;
  }
}


.station{
  height: 45px;
  font-size: 17px;
  color: #EEEEEA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;

  span{
    font-size: 24px;
  }
}

.access_route{
  ul li,
  ul li > div,
  .a_flex{
    display: flex;
    align-items: center;
  }

  ul li,
  .a_flex{
    height: 49px;
  }
  ul li + li{
    margin-top: 26px;
  }
}

.means{
  height: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-right: 60px;
  position: relative;

  &::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #B9B9B0;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
.minutes{
  font-size: 23px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;

  span{
    font-size: 55px;
    font-weight: 700;
    color: #B23608;
    position: relative;
    top: -5px;
    margin: 0 5px;
  }
}
.access_route_sub02{
  .minutes{
    width: 120px;
    /*justify-content: flex-end;*/
    margin-right: 14px;
  }
}

.transfer{
  font-size: 16px;
  line-height: 1.4;
  text-indent: 0.5em;
}
.a_txt{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}




@media all and (min-width: 681px) {
  .access_route01{
    .access_route_sub01 ul{
      margin-left: 22px;
    }
    .access_route_sub02 ul{
      margin-left: 40px;
    }
  }
  .access_route02,
  .access_route03{
    .access_route_sub01 .a_flex{
      margin-left: 70px;
    }
    .access_route_sub02 ul{
      margin-left: 120px;
    }
  }


}

@media all and (max-width: 680px) {
  .access_wrap{
    .wrap_ttl{
      width: 249px;
    }
  }

  .access_img{
    width: calc(100vw - 6.6%);
    padding-bottom: 10px;
  }
  .line_img {
    width: 624px;
    margin: 20px auto 0;
  }

  .access_route{
    display: block;
    margin-top: 30px;
  }
  .access_route02,
  .access_route03{
    border-top: 1px solid #919191;
    margin-top: 45px;
    padding-top: 45px;
  }

  .access_route_sub01{
    width: 100%;
  }
  .access_route_sub02{
    width: 100%;
  }

  .station{
    font-size: 16px;
    margin-bottom: 20px;

    span{
      font-size: 22px;
    }
  }

  .access_route{
    ul{
       width: 326px;
       margin: 0 auto;
    }
    ul li{
      flex-wrap: wrap;
    }
    ul li,
    .a_flex{
      height: auto;
    }
    ul li + li{
      margin-top: 20px;
    }
  }
  .access_route01{
    .access_route_sub01{
      ul li + li{
        margin-top: 10px;
      }
    }
  }
  .access_route02,
  .access_route03{
    .access_route_sub01{
      > div{
        display: flex;
        width: 326px;
        margin: 0 auto;
      }
      .means{
        padding-right: 12px;

        &::after {
          top: 6px;
          right: 2px;
        }
      }
      .minutes{
        letter-spacing: 0.05em;
        position: relative;
        right: -10px;

        span {
          margin: 0 ;
        }
      }
    }
  }

  .means{
    font-size: 20px;

    &::after{
      height: 32px;
      top: -6px;
    }
  }

  .minutes{
    font-size: 20px;

    span{
      font-size: 44px;
      top: -5px;
      margin: 0 3px;
    }
  }
  .access_route_sub02{
    margin-top: 25px;

    .means{
      padding-right: 29px;

      &::after {
        right: 15px;
      }
    }
    .minutes{
      width: 90px;
      margin-right: 8px;

      span{
        margin: 0;
      }
    }

    .transfer1 {
      width: 70px;
    }
  }


  .transfer1{
    font-size: 14px;
    line-height: 1.2;
    width: 56px;
    text-align: right;
  }
  .transfer2{
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
  }
  .a_txt{
    font-size: 13px;
    line-height: 1.3;
    margin-top: 0;
    white-space: nowrap;
    letter-spacing: -0.03em;
    position: relative;
    right: -10px;
    top: 3px;
    text-indent: -0.25em;
  }


  .scroll-hint-icon {
    top: calc(50% - 84px);
    left: calc(50% - 84px);
    width: 168px;
    height: 168px;
    padding: 40px 10px 10px 10px;
    border-radius: 50%;
    margin-left: -3.3%;
  }

  .scroll-hint-text {
      font-size: 16px;
      line-height: 1.43;
      color: #535353;
      margin-top: 5px;
  }
  .scroll-hint-icon-white:before,
  .scroll-hint-icon-white:after{
    opacity: 0.8;
  }
  .scroll-hint-icon:after {
    top: 30px;
  }

  .no-scrollbar { 
    overflow: auto; /* スクロール機能を有効にする */
    scrollbar-width: none; /* Firefox用 */  
    -ms-overflow-style: none; /* IE / 旧Edge用 */
  } 
  .no-scrollbar::-webkit-scrollbar {   
    display: none; /* Chrome, Safari, Edge用 */
  }

  .access_route03{
    .access_route_sub01{
      > div{
        width: 335px;
      }
      .means{
        font-size: 19px;
        letter-spacing: -0.04em;
      }
      .minutes{
        font-size: 19px;
        letter-spacing: -0.02em;
      }
    }
  }
}


/* aaa
---------------------------------------*/


@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
}