@charset "UTF-8";


/*=======================================
	base
=======================================*/


/* wide */
.w1200 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}


/*=======================================
	access_wrap
=======================================*/
/* page_title */
#access_wrap .page_title.access {
    background: url(../img/access/access_mv.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    height: 390px;
    position: relative;
    margin: 0;
}
#access_wrap .page_title.access h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px;
    text-shadow: 4px 4px 9px #000;
}
#access_wrap .page_title.access h2 span{
    font-size: 24px;
    margin-top: -5px;
}

@media screen and (max-width: 768px) {
#access_wrap .page_title.access {
    height: 200px;
    }
    #access_wrap .page_title.access h2 {
        font-size: 36px;
    }
    #access_wrap .page_title.access h2 span{
        font-size: 16px;
    }
}


/* direct_access */
#access_wrap .direct_access{
    background: url(../img/access/background.jpg);
    background-size: cover;
    padding: 120px 0 90px;
}
#access_wrap .direct_access .content .title{
    text-align: center;
}
#access_wrap .direct_access .content .title img{
    margin-bottom: 60px;
}
#access_wrap .direct_access .content .access_area{
    display: flex;
    margin-bottom: 60px;
}
#access_wrap .direct_access .content .area01{
    width: 45%;
    margin-right: 80px;
}
#access_wrap .content .area01 .txt01{
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-weight: 500;
    margin-bottom: 60px;
}
#access_wrap .content .area01 .txt02{
    font-size: 18px;
    margin-top: 45px;
}
#access_wrap .content .area02{
    width: 55%;
}

#access_wrap .content .station{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 15px;
    justify-content: center;
}

@media screen and (max-width: 1260px) {
    #access_wrap .content .area01 .txt01{
        font-size: calc(33 / 1360 * 100vw);
    }
    #access_wrap .content .area01 .txt02 {
        font-size: calc(16 / 1200 * 100vw);
        line-height: 1.8;
    }
}



@media screen and (max-width: 768px) {
    #access_wrap .direct_access{
        padding: 80px 0 70px;
    }
    #access_wrap .content .area01 .txt01{
        font-size: 20px;
        margin-bottom: 30px;
    }
    #access_wrap .content .area01 .txt02 {
        font-size: 14px;
        margin-bottom: 40px;
    }
    #access_wrap .direct_access .content .access_area {
        display: block;
        margin-bottom: 40px;
    }
    #access_wrap .direct_access .content .area01 {
        font-size: 24px;
        width: auto;
        margin-right: auto;
    }
    #access_wrap .direct_access .content .area02 {
        width: auto;
        text-align: center;
    }
    #access_wrap .content .station{
        margin-top: 80px;
    }
}



/* train_access */
#access_wrap .train_access{
    padding: 110px 0 100px;
}
#access_wrap .train_access .content .title{
    text-align: center;
    position: relative;
    margin: 0 auto 115px;
		max-width: 280px;
}
#access_wrap .train_access .content .title::after{
    content: '';
    width: 120px;
    height: 4px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 55px)
}
#access_wrap .train_access .content .access_area{
    display: flex;
}
#access_wrap .train_access .content .access_area .time{
    width: 45%;
    margin-left: 60px;
}
#access_wrap .train_access .content .access_area .map{
    width: 55%;
    margin-left: 65px;
}

@media screen and (max-width: 768px) {
    #access_wrap .train_access {
        padding: 80px 0 60px;
    }
    #access_wrap .train_access .content .title {
        margin-bottom: 85px;
    }
    #access_wrap .train_access .content .access_area {
        display: block;
    }
    #access_wrap .train_access .content .access_area .time {
        width: 75%;
        margin: 0 auto;
    }
    #access_wrap .train_access .content .access_area .map {
        width: 95%;
        margin: 50px auto 0px;
        text-align: center;
    }
}


#access_wrap .root {
    background: #ffffff99;
    padding: 40px 10px;
  }
  
  #access_wrap .root .root_inner {
    margin: 0 auto;
  }
  
  #access_wrap .root .titC {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #access_wrap .root .titC:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 70%;
    height: 2px;
    transform: translateX(-50%);
    background: -webkit-gradient(90deg, rgba(170,57,57,1) 0%, rgba(247,106,106,1) 100%);
    background: linear-gradient(90deg, rgba(170,57,57,1) 0%, rgba(247,106,106,1) 100%);
  }
  
  #access_wrap .root .text02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  #access_wrap .root .form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  #access_wrap .root .form_input .input {
  }
  
  #access_wrap .root .form_input .input input {
    border: 2px solid #d1d1d1;
    border-radius: 0.09rem;
    overflow: hidden;
    background: white;
    width: 100px;
    margin: 0 10px;
    outline: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
  }
  
  #access_wrap .root .btn {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  
  #access_wrap .root .btn>span {
    overflow: hidden;
    width: 320px;
    border-radius: 6em;
    background: -webkit-gradient(90deg, rgba(170,57,57,1) 0%, rgba(247,106,106,1) 100%);
    background: linear-gradient(90deg, rgba(170,57,57,1) 0%, rgba(247,106,106,1) 100%);
    padding: 2px;
    display: inline-block;
  }
  
  #access_wrap .root .btn > span > span {
    display: block;
    background: url(../../assets/img/access/btn_ov.png) center no-repeat;
    background-size: 60%;
  }
  
  #access_wrap .root .btn>span label {
    display: block;
    border-radius: 6em;
    overflow: hidden;
    background: white;
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  #access_wrap .root .btn > span label:hover {
    opacity: 0;
  }
  
  #access_wrap .root .btn>span label input {
    outline: none;
    width: 12rem;
  }
  
  #access_wrap .root .btn>span label.hover {
    opacity: 0;
  }
  
  #access_wrap .root .btn input {
    max-width: 100%;
    vertical-align: bottom;
    outline: none;
    display: inline-block;
  }
  #access_wrap .c_cap {
    width: 60%;
    margin: 0 auto;
    font-size: 12px;
  }

  
@media screen and (max-width: 768px) {
    #access_wrap .root .titC:after {
      width: 90%;
    }
    #access_wrap .c_cap {
      width: 90%;
    }
}
  