@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
/* mixins
------------------------------------------------------- */
/* 色指定
------------------------------------------------------- */
#access .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#access .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 30px 0;
}
#access .wrap .content .access {
  letter-spacing: 0.1em;
  padding: 0;
}

#access .wrap .content .access .imgBox {
  position: relative;
  overflow: hidden;
}
#access .wrap .content .access .imgBox .imgCap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  margin: 0;
  padding: 0;
}
#access .wrap .content .access .imgBox .imgCap2 {
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#access .wrap .content .access .txtArea {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
#access .wrap .content .access .txtArea h2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto 6%;
}
#access .wrap .content .access .txtArea h2.ta_r {
  text-align: right;
}
#access .wrap .content .access .txtArea h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 6%;
}
#access .wrap .content .access .txtArea .lead {
  text-align: justify;
  font-size: 14px;
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6%;
}
#access .wrap .content .access .txtArea .txtBlock {
  text-align: justify;
  margin: 0 auto 6%;
  padding: 0;
}
#access .wrap .content .access .routeArea {
	width: 80%;
	margin: 0 auto 6%;
}
#access .wrap .content .access .routeArea .routeTtl{
	text-align: left;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 6% 0 0;
	padding-bottom: 20px;
}
#access .wrap .content .access .routeArea .routeTime{
	width: 100%;
	margin: 0 auto;
}
#access .wrap .content .access .routeArea .routeTime li{
	width: 100%;
}
#access .wrap .content .access .routeArea .routeTime li dl{
	margin-bottom: 10px;
	padding: 0;
}
#access .wrap .content .access .routeArea .routeTime li dl dt{
	font-size: 4.4vw;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#access .wrap .content .access .routeArea .routeTime li dl dt em{
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
}
#access .wrap .content .access .routeArea .routeTime li dl dd{
	font-size: 2.4vw;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#access .wrap .content .access .routeImg{
	width: 100%;
	margin: 0 auto 6%;
}
#access .wrap .content .access .routeImg li{
	width: 100%;
}
#access .wrap .content .access .route02{
	width: 80%;
	margin: 0 auto 6%;
}
#access .wrap .content .access .routeImg02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 6%;
}
#access .wrap .content .access .routeImg02 li{
	width: 50%;
}
#access .wrap .content .access .routeImg02 li .imgBox .imgCaption{
	font-size: 4vw;
}
#access .wrap .content .access .traffic {
  background: #f4ede6;
  margin: 0 0 6%;
  padding: 30px 10%;
}
#access .wrap .content .access .traffic .trafficBox01 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 6%;
  padding-bottom: 6%;
}
#access .wrap .content .access .traffic .trafficBox01 .trafficTtl {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 6%;
}
#access .wrap .content .access .traffic .trafficBox01 h3 {
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  background: #a8907d;
  padding: 10px;
}
#access .wrap .content .access .traffic .trafficBox01 h3 span {
  font-size: 22px;
  font-size: 1.375rem;
}
#access .wrap .content .access .traffic .trafficBox01 .trafficImg01 {
  margin-bottom: 20px;
}
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficList li {
  position: relative;
  color: #FFF;
  background: #666666;
  margin: 0 auto 25px;
  padding: 10px;
}
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficList li::after {
  content: "▼";
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  color: #CCC;
}
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficList li:last-of-type {
  margin-bottom: 20px;
}
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficList li:last-of-type::after {
  content: "";
}
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficCap {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
/* access-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #access .wrap .content {
    padding: 200px 0 100px 0;
  }
 #access .wrap .content .access .txtArea {
    margin: 50px auto;
  }
  #access .wrap .content .access .txtArea h2 {
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 auto 50px;
  }
  #access .wrap .content .access .txtArea h3 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
#access .wrap .content .access .txtArea .lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 6%;
}
  #access .wrap .content .access .txtArea .txtBlock {
    text-align: justify;
    margin: 0 auto 6%;
    padding: 0;
  }
#access .wrap .content .access .routeArea {
	width: 80%;
	margin: 0 auto 6%;
}
#access .wrap .content .access .routeArea .routeTtl{
	width: 80%;
	margin: 6% auto 0;
	padding-bottom: 20px;
}
#access .wrap .content .access .routeArea .STline {
  width: 80%;
  margin: 0 auto;
}
#access .wrap .content .access .routeArea .routeTime{
	width: 80%;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .wrap .content .access .routeArea .routeTime li{
	width: 48%;
}
#access .wrap .content .access .routeArea .routeTime li dl{
	margin-bottom: 10px;
	padding: 0;
}
#access .wrap .content .access .routeArea .routeTime li dl dt{
	font-size: 22px;
	font-size: 1.375rem;
}
#access .wrap .content .access .routeArea .routeTime li dl dt em{
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
}
#access .wrap .content .access .routeArea .routeTime li dl dd{
	font-size: 10px;
	font-size: 0.625rem;
}
#access .wrap .content .access .routeImg{
	width: 100%;
	margin: 0 auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .wrap .content .access .routeImg li{
	width: 33.3333333%;
}
#access .wrap .content .access .routeImg02 li{
	width: 33.3333333%;
}
#access .wrap .content .access .routeImg02 li .imgBox .imgCaption{
	font-size: 2vw;
}
#access .wrap .content .access .traffic {
    margin: 0 0 60px;
    padding: 60px 10%;
  }
#access .wrap .content .access .traffic .trafficBox01 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
  }
#access .wrap .content .access .traffic .trafficBox01 h3 {
    width: 27%;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
#access .wrap .content .access .traffic .trafficBox01 h3 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
#access .wrap .content .access .traffic .trafficBox01 .trafficImg01 {
    width: 40%;
    margin-bottom: 0;
  }
#access .wrap .content .access .traffic .trafficBox01 .trafficImg02 {
    width: 28%;
  }
#access .wrap .content .access .traffic .trafficBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
#access .wrap .content .access .traffic .trafficBox02 .leftTxt {
    width: 68%;
  }
#access .wrap .content .access .traffic .trafficBox02 .leftTxt h3 {
		text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficList {
    margin-bottom: 10px;
  }
#access .wrap .content .access .traffic .trafficBox02 .leftTxt .trafficCap {
    margin-bottom: 0;
  }
#access .wrap .content .access .traffic .trafficBox02 .rightImg {
    width: 28%;
  }
}