@charset "UTF-8";

  /*エリア情報-------------------------------*/
  /*総合タイトル-----------------------------*/
.areaInfoTtl{
    width: 1200px;
    height: 706px;
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
  }
.areaInfoTtl h1{
    font-family: "ヒラギノ明朝",serif;
    font-size: 4em;
    color: #7695c4;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 200px 0;
}
.areaInfoTtl h1 span{
    font-size: 0.8em;
}
.areaInfoTtl img{
    width: 310px;
    height: 180px;
    position: absolute;
    left: 480px;
    top: 350px;
}
.areaInfoTtl h1::after{
    content: '';
    width: 1px;
    height: 100px;
    background-color: #7695c4;
    position: absolute;
    left: 640px;
    bottom: 0;
}
  /*導入------------------------------------*/
.areaInfoIntro{
    width: 1200px;
    height: 886px;
    margin: auto;
    margin-bottom: 100px;
}
.intro_01{
    width: 1200px;
    height: 443px;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.intro_01 img{
    width: 579px;
    height: 379px;
    margin-left: 40px;
}
.intro_01_txt{
    width: 579px;
    height: 270px;
    background-color: #fff;
    border-top: 1px #7987ba solid;
    border-bottom: 1px #7987ba solid;
    position: absolute;
    left: 580px;
    top: 55px;
}
.intro_01_txt h2{
  font-family: "ヒラギノ明朝",serif;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 300;
  color: #7695c4;
  font-weight: lighter;
  padding: 15px 20px 10px 20px;
}
.intro_01_txt p{
  font-size: 1.4em;
  color: #8d9190;
  font-weight: 300;
  width: 559px;
  height: 250px;
  padding: 5px 20px 20px 20px;
  line-height: 1.5em;
}
.intro_02{
  width: 1200px;
  height: 443px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.intro_02 img{
  width: 579px;
  height: 379px;
  position: absolute;
  right: 40px;
}
.intro_02_txt{
  width: 579px;
  height: 270px;
  background-color: #fff;
  border-top: 1px #7987ba solid;
  border-bottom: 1px #7987ba solid;
  position: absolute;
  left: 40px;
  top: 55px;
}
.intro_02_txt h2{
  font-family: "ヒラギノ明朝",serif;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 300;
  color: #7695c4;
  font-weight: lighter;
  padding: 15px 20px 10px 20px;
}
.intro_02_txt p{
font-size: 1.4em;
color: #8d9190;
font-weight: 300;
width: 559px;
height: 250px;
padding: 5px 20px 20px 20px;
line-height: 1.5em;
}

  /*鉄道アクセス-----------------------------*/
  /*鉄道アクセスタイトル-----------------------*/
  .railwayAccessTtl{
    width: 100%;
    height: 1077px;
    margin: auto;
  }
  .railwayAccessTtl img{
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .railwayAccessTtl_txt{
    width: 900px;
    height: 400px;
    background-color: #fff;
    border-top: 1px #7695c4 solid;
    border-bottom: 1px #7695c4 solid;
    margin: auto;
    text-align: center;
    position: relative;
    top: -100px;
 }
 .railwayAccessTtl_txt h2{
    font-family: "ヒラギノ明朝",serif;
    letter-spacing: 0.1em;
    font-size: 3em;
    font-weight: 600;
    color: #8d9190;
    text-align: center;
    padding: 100px 0 50px 0;
  }
  .railwayAccessTtl_txt p span{
    font-family: "ヒラギノ明朝",serif;
    color: #7987ba;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  /* .railwayAccessTtl_txt p span::after{
    content: '';
    width: 86px;
    height: 1px;
    background-color: #8d9190;
    position: absolute;
    top: 260px;
    left: 400px;
  } */
  .railwayAccessTtl_txt p{
    font-size: 1.5em;
    color: #8d9190;
    letter-spacing: 0.1em;
    padding: 20px;
  }
  /*主要駅イメージ----------------------------*/
  .railwayMajorStn{
    width: 1200px;
    height: 599px;
    margin: auto;
    margin-bottom: 180px;
  }
  .railwayMajorStn ul{
    width: 1200px;
    height: 599px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .railwayMajorStn ul li:nth-child(1){
    background-image: url(../../images/fujisawa/majorStn_tokyo.jpg);
    width: 579px;
    height: 279px;
  }
  .railwayMajorStn ul li:nth-child(2){
    background-image: url(../../images/fujisawa/majorStn_shinjuku.jpg);
    width: 579px;
    height: 279px;
  }
  .railwayMajorStn ul li:nth-child(3){
    background-image: url(../../images/fujisawa/majorStn_shinagawa.jpg);
    width: 579px;
    height: 279px;
  }
  .railwayMajorStn ul li:nth-child(4){
    background-image: url(../../images/fujisawa/majorStn_yokohama.jpg);
    width: 579px;
    height: 279px;
  }
  .railwayMajorStn ul li{
    font-family: "ヒラギノ明朝",serif;
    position: relative;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
  .railwayMajorStn ul li h3{
    font-family: "ヒラギノ明朝",serif;
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 8px;
    bottom: 66px;
  }
  .railwayMajorStn ul li p{
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: 0;
  }
  .railwayMajorStn ul li p span{
    font-family: "ヒラギノ明朝",serif;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
  }
  /*路線図-----------------------------------*/
  .railwayMap{
    width: 1200px;
    height: 773px;
    margin: auto;
    margin-bottom: 100px;
  }
  .railwayMapTtl{
    width: 520px;
    height: 96px;
    background-image: url(../../images/fujisawa/railwayMapTtl.svg);
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }
  .railwayMapTtl h2{
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 5px 80px 15px 80px;
  }
  .railwayMapTtl h2 span{
    font-size: 32px;
    font-weight: 600;
  }
  /*所要時間リスト----------------------------*/
  .railwayTimeList{
    width: 1200px;
    margin: auto;
    margin-bottom: 100px;
  }
  .railwayTimeList ul{
    padding: 40px 0;
  }
  .railwayTimeList ul li{
      font-family: "ヒラギノ明朝",serif;
      width: 1100px;
      height: 84px;
      margin: auto;
      margin-bottom: 10px;
      padding: 20px 0 85px;
      border-bottom: 1px #8597a5 solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
  }
  .railwayTimeList ul li *{
      font-family: "ヒラギノ明朝",serif;
  }
  .railwayTimeList ul li h3{
      color: #7987ba;
      font-size: 38px;
      font-weight: 600;
      letter-spacing: 0.1em;
	  padding-right: 30px;
      display: block;
	  margin-top: auto;
  }
  .railwayTimeList ul li h3 span{
      font-size: 32px;
  }
  .railwayTimeList ul li p:nth-child(2){
    font-size: 22px;
    color: #8d9190;
      display: block;
	  margin-top: 20px;
  }
  .railwayTimeList ul li p:nth-child(3){
    font-size: 24px;
    color: #8597a5;
	margin: auto 0 auto auto;
  }
  .railwayTimeList ul li p:nth-child(3) span{
    font-size: 48px;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #7987ba;
    padding: 0 5px;
  }
  .railwayTimeList ul li p:nth-child(4){
    color: #7987ba;
    font-size: 12px;
    letter-spacing: 0.1em;
	width: 50%;
    padding: 0 0 5px 0;
	margin-top: -10px;
  }
  .railwayTimeList ul li p:nth-child(5){
    color: #8d9190;
    font-size: 12px;
	width: 50%;
	text-align: right;
    padding: 0 0 5px 0;
	margin: -10px 0 auto auto;
  }


  /*特急時刻表--------------------------------*/
  .expressTimeTable{
    width: 1200px;
    height: 2420px;
    margin: auto;
  }
  .expressTimeTable_bg{
    width: 1112px;
    height: 2210px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin: auto;
    position: relative;
    text-align: center;
  }
  .expressTimeTable_bg h2{
    font-size: 2.3em;
    color: #8597a5;
    text-align: center;
    padding: 50px 0 10px 0;
  }
  /* .expressTimeTable_bg h2::after{
    content: '';
    width: 86px;
    height: 1px;
    background-color: #8d9190;
    position: absolute;
    top: 100px;
    left: 500px;
  } */
  .expressTimeTable_bg h3{
    font-size: 1.5em;
    color: #8d9190;
    padding: 25px;
  }
  .expressTimeTable_bg p{
    font-size: 1.5em;
    font-weight: 600;
    color: #7695c4;
    text-align: left;
    padding: 0 0 20px 40px;
  }
  .expressTimeTable_bg p:nth-child(5){
    color: #7987ba;
    padding: 20px 0 20px 40px;
  }
  .expressTimeTable_bg p:last-child{
    font-size: 1em;
    font-weight: 400;
    color: #8d9190;
    text-align: right;
    padding: 20px;
  }


  /*ドライブアクセス---------------------------*/
  /*ドライブアクセスタイトル--------------------*/
  .driveAccessTtl{
    width: 100%;
    height: 1077px;
    margin: auto;
  }
  .driveAccessTtl img{
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
 .driveAccessTtl_txt{
    width: 900px;
    height: 400px;
    background-color: #fff;
    border-top: 1px #7695c4 solid;
    border-bottom: 1px #7695c4 solid;
    margin: auto;
    text-align: center;
    position: relative;
    top: -100px;
 }
  .driveAccessTtl_txt h2{
    letter-spacing: 0.1em;
    font-size: 3em;
    font-weight: 600;
    color: #8d9190;
    text-align: center;
    padding: 100px 0 50px 0;
  }
  .driveAccessTtl_txt p span{
    color: #7987ba;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  /* .driveAccessTtl_txt p span::after{
    content: '';
    width: 86px;
    height: 1px;
    background-color: #8d9190;
    position: absolute;
    top: 300px;
    left: 400px;
  } */
  .driveAccessTtl_txt p{
    font-size: 1.5em;
    color: #8d9190;
    letter-spacing: 0.1em;
    padding: 20px;
  }
  /*道路図-----------------------------------*/
  .driveMap{
    width: 1200px;
    height: 992px;
    margin: auto;
    padding-top: 80px;
  }
  .driveMapTtl{
    width: 520px;
    height: 96px;
    background-image: url(../../images/fujisawa/driveMapTtl.svg);
    margin: auto;
  }
  .driveMapTtl h2{
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 5px 80px 15px 80px;
  }
  .driveMapTtl h2 span{
    font-size: 32px;
    font-weight: 600;
  }
  /*所要時間リスト-----------------------------*/
.driveTimeList{
    width: 1200px;
    margin: auto;
}
.driveTimeList ul{
  padding: 80px 0 0;
}
.driveTimeList ul li{
    font-family: "ヒラギノ明朝",serif;
      width: 1100px;
    height: 84px;
    margin: auto;
    margin-bottom: 10px;
      padding: 20px 0 85px;
    border-bottom: 1px #8597a5 solid;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}
.driveTimeList ul li *{
    font-family: "ヒラギノ明朝",serif;
}
.driveTimeList ul li h3{
    color: #7987ba;
      font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.1em;
	  padding-right: 20px;
      display: block;
	  margin-top: auto;
}
.driveTimeList ul li h3 span{
      font-size: 32px;
}
.driveTimeList ul li p:nth-child(2){
    font-size: 22px;
    color: #8d9190;
      display: block;
	  margin-top: 20px;
}
.driveTimeList ul li p:nth-child(3){
    font-size: 48px;
    color: #7987ba;
    letter-spacing: 0.01em;
	margin: auto 0 auto auto;
}
.driveTimeList ul li p:nth-child(3) span{
    font-size: 28px;
    font-weight: 600;
    color: #7987ba;
}
.driveTimeList ul li p:nth-child(4){
    color: #8597a5;
    font-size: 20px;
	margin: 30px 0 auto;
	padding-left: 5px;
    letter-spacing: 0.01em;
}
.driveTimeList ul li p:nth-child(5){
    color: #7987ba;
	width: 100%;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 0 0 5px 0;
	margin: -5px 0 auto auto;
}
.driveTimeList ul li:last-of-type{
  border: none;
}

  /*コンテンツ頁リンクボタン-------------------------------*/
.contentButtonArea{
    width: 1200px;
    margin: auto;
}
.contentButton{
    width: 1000px;
    height: 150px;
    margin: auto;
    border: 1px #7695c4 solid;
    border-radius: 10px;
    background-color: #fff;
    margin: 80px auto;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.contentButton:hover{
    background-color:  rgba(121, 135, 186, 0.5);
    transition: 0.5s;
}
.contentButton h3{
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: 0.1em;
    color: #8d9190;
    padding-top: 15px;
    padding-left: 300px;
    text-align: center;
}
.contentButton p{
    font-size: 1em;
    color: #7695c4;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 5px;
    padding-left: 300px;
}
.contentButton img{
    width: 284px;
    height: 118px;
    position: absolute;
    left: 21px;
    top: 15px;
}
.contentButtonWave{
    width: 400px;
    height: 200px;
    background-image: url(../../images/fujisawa/wave.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 530px;
}
