@charset "utf-8";

/* mainVisual
------------------------------------------------*/

@media screen and (min-width: 801px) {

  .sec01 .gmap {
    width: 100%;
    height: 33.5vw;
    max-height: 562px;
  }

  .sec01 .text_wrapper{
    margin: 40px 0 60px;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .sec01 .route_box{
    margin-top: 25px;
  }
  .sec01 .route_info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec01 .route_info:not(:first-of-type){
    margin-top: 22px;
  }
  .sec01 .route{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 370px;
    margin-right: 83px;
  }
  .sec01 .route:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background-color: #000;
  }
  .sec01 .route:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .sec01 .route span.route_icon:nth-of-type(2){
    margin-left: 34px;
  }
  .sec01 .route_icon{
    display: inline-block;
    margin: 0 7px 0 2px;
    vertical-align: middle;
  }
  .sec01 .route_icon.metro{
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  .sec01 .route_icon.metro.asakusa{
    border-color: #D04E3C;
  }
  .sec01 .route_icon.metro.ginza{
    border-color: #ffa801;
  }
  .sec01 .route_icon.metro.tozai{
    border-color: #4bb0ff;
  }
  .sec01 .route_icon.metro.hanzomon{
    border-color: #a24fff;
  }
  .sec01 .route_icon.metro.marunouchi{
    border-color: #ff4848;
  }
  .sec01 .route_icon.jr{
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #59ac10;
  }


}@media screen and (max-width: 800px) {

  .sec01 .gmap {
    width: 100%;
    height: 45vw;
  }

  .sec01 .text_wrapper{
    margin: 6.67vw 0;
    font-size: 3.47vw;
    letter-spacing: 0.06em;
  }
  .sec01 .route_box{
    margin-top: 3.33vw;
  }
  .sec01 .route_info{
    padding: 5.07vw 0;
    border-top: 1px solid #dcdcdc;
  }
  .sec01 .route_info:last-of-type{
    border-bottom: 1px solid #dcdcdc;
  }
  .sec01 .route{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: relative;
  }
  .sec01 .walk{
    position: relative;
    margin: 3.47vw 0 0 7.3vw;
  }
  .sec01 .walk:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -5.8vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.8vw;
    height: 1px;
    background-color: #000;
  }
  .sec01 .walk:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: -3.3vw;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .sec01 .route span.route_icon:nth-of-type(2){
    margin-left: 7.2vw;
  }
  .sec01 .route_icon{
    display: inline-block;
    margin: 0 7px 0 2px;
    vertical-align: middle;
  }
  .sec01 .route_icon.metro{
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 2.53vw;
    height: 2.53vw;
  }
  .sec01 .route_icon.metro.asakusa{
    border-color: #D04E3C;
  }
  .sec01 .route_icon.metro.ginza{
    border-color: #ffa801;
  }
  .sec01 .route_icon.metro.tozai{
    border-color: #4bb0ff;
  }
  .sec01 .route_icon.metro.hanzomon{
    border-color: #a24fff;
  }
  .sec01 .route_icon.metro.marunouchi{
    border-color: #ff4848;
  }
  .sec01 .route_icon.jr{
    width: 3.33vw;
    height: 3.33vw;
    border-radius: 2px;
    background-color: #59ac10;
  }

}
