@charset "UTF-8";

/*---------------------------
共通
---------------------------*/

.mainttlArea {
	text-align: center;
	padding: 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
/*  */
.b_line {
	height: 100px;
	width: 1px;
	overflow: hidden;
	opacity: 0.6;
	margin: 0 auto 40px;
	position: relative;
}
.b_line .line_move {
	background: #333;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	animation: line_move 2s both cubic-bezier(.15, .31, .24, .88) infinite;
}
/*  */
.mainttlArea .ttl {
	font-size: 24px;
	letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
	margin: 0 0 30px;
	padding-bottom: 40px;
	position: relative;
}
.mainttlArea .ttl span {
	font-size: 34px;
}
.mainttlArea .ttl::after {
	content: "";
	background: #333;
	height: 1px;
	width: 80px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	position: absolute;
}
.mainttlArea .txt {
	font-size: 16px;
  color: #333;
	line-height: 2;
}

@keyframes line_move {
	0% {
		height: 0;
		bottom: 100%;
	}
	50% {
		height: 100%;
		bottom: 0;
	}
	100% {
		height: 100%;
		bottom: -100%;
	}
}

/* Tab */
@media screen and (max-width: 1120px) {
  /*  */
.mainttlArea .ttl {
	font-size: 2.143vw;
}
.mainttlArea .ttl span {
	font-size: 3.036vw;
}
.mainttlArea .txt {
	font-size: 1.429vw;
}
}

/* sp */
@media only screen and (max-width: 768px) {
  /*  */
  .b_line {
    height: 13.021vw;
    margin: 0 auto 30px;
  }
  /*  */
  .mainttlArea .ttl {
    font-size: 4.427vw;
    margin: 0 0 20px;
    padding-bottom: 30px;
  }
  .mainttlArea .ttl span {
    font-size: 5.729vw;
  }
  .mainttlArea .ttl::after {
    width: 10.417vw;
  }
  .mainttlArea .txt {
    font-size: 3.385vw;
  }
}


/*---------------------------
背景
---------------------------*/
.conBG {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/common/bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  filter:blur(0);
  padding: 8rem 0;
  z-index: 1;
}

/* Tab */
@media screen and (max-width: 1120px) {
}

/* sp */
@media only screen and (max-width: 768px) {
  .conBG {
    padding: 3rem 0;
  }
}



/*---------------------------
大船
---------------------------*/
#ofuna {
  padding: 5rem 0 0;
}

.mono {
  position: relative;
  width: 100%;
  margin: 5rem 0;
}
.mono .textArea {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 5%;
}
.mono .textArea .ttl {
  font-size: 35px;
  color: #FFF;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
}
.mono .textArea .ttl span {
  font-size: 55px;
}
.mono .textArea .txt {
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.mono .textArea .txt span {
  font-size: 24px;
}
.mono .imageCap img{
  width: 100%;
}
/*  */
.time {
  width: 900px;
  display: block;
  margin: 5rem auto 0;
}
.time img {
  width: 100%;
}

/* Tab */
@media screen and (max-width: 1120px) {

  .mono .textArea .ttl {
    font-size: 3.125vw;
  }
  .mono .textArea .ttl span {
    font-size: 4.911vw;
  }
  .mono .textArea .txt {
    font-size: 1.607vw;
  }
  .mono .textArea .txt span {
    font-size: 2.143vw;
  }
  /*  */
  .time {
    width: 80%;
  }
}

/* sp */
@media only screen and (max-width: 768px) {

  #ofuna {
    padding: 2rem 0 0;
  }

  .mono {
    margin: 2rem 0;
  }

  .mono .textArea .ttl {
    font-size: 5.859vw;
  }
  .mono .textArea .ttl span {
    font-size: 8.464vw;
  }
  .mono .textArea .txt {
    font-size: 3.646vw;
  }
  .mono .textArea .txt span {
    font-size: 4.427vw;
  }
  .mono .imageCap {
    width: 100%;
    height: 40vw;
  }
  .mono .imageCap img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    object-position: center center;
  }
  /*  */
  .time {
    width: 100%;
    margin: 2rem auto 0;
  }
}

/*---------------------------
トレインアクセス
---------------------------*/
#train {
  padding: 5rem 0 0;
}
.trainaccess {
  position: relative;
  width: 100%;
}
.trainaccess .ttl {
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cinzel', Serif;
  font-size: 78px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFF;
  white-space: nowrap;
}
.trainaccess .imageCap img {
  width: 100%;
}
/*  */
#train .mainttlArea {
  margin: 5rem 0 0;
}
/*  */
.rosenzu {
  width: 100%;
  display: block;
  margin: 5rem auto;
}
.rosenzu img {
  width: 100%;
}
/*  */
#train .Wrap01 {
  width: 100%;
  max-width: 1240px;
  margin: 5rem auto 0;
}
#train .Wrap01 .access_img {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#train .Wrap01 .access_img li {
  position: relative;
  width: calc(100% / 4);
}
#train .Wrap01 .access_img li > p {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 28px;
  line-height: 1.1;
  text-align: left;
  color: #FFF;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 3px #000;
}
#train .Wrap01 .access_img li > p span {
  font-size: 54px;
}
#train .Wrap01 .access_img li:last-child > p .sm {
  font-size: 24px;
  white-space: nowrap;
}
#train .Wrap01 .cap_ac {
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  text-align: right;
  margin-top: 3px;
}
/*  */
#train .Wrap02 {
  width: 100%;
  margin: 5rem auto 0;
}
#train .Wrap02 ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#train .Wrap02 ul li {
  width: 48%;
	margin-bottom: 3.5vw;
}
#train .Wrap02 ul li:nth-child(3), 
#train .Wrap02 ul li:nth-child(4){
	margin-bottom: 0;
}
#train .Wrap02 ul li .ttl {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #333;
  padding: 20px 20px 20px 60px;
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  overflow-wrap: break-word;
  font-size: 18px;
  &.Jt {
    background-image: url(../img/access/train_tokaidoline.png);
  }
  &.Js {
    background-image: url(../img/access/train_syonanline.jpg);
  }
}
/*  */
dl.duration {
	width:100%;
  margin: 1em 0 0;
}
/* divにflexをかけdtとddを左右に配置しつつ
   position:relativeで点線配置の準備をする */
dl.duration div {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
}
/* 疑似要素でオブジェクトを生成、positionでdivの上下中央に配置し
   borderで点線を表現する */
dl.duration div::after {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #333;
}
/* dtとddはz-indexで点線よりも手前にし、なおかつ背景色を付けて点線を隠す */
dl.duration dt {
	margin: 0;
	padding: 0 10px 0 0;
	background-color: #ffffff;
	z-index: 2;
  color: #333;
  font-size: 28px;
	text-align: left;
}
dl.duration dt span {
  font-size: 36px;
}
dl.duration dd {
	margin: -2% 0 0;
	padding: 0 0 0 10px;
	background-color: #ffffff;
	z-index: 2;
  color: #333;
  font-size: 28px;
	text-align: right;
}
dl.duration dd span {
  color: #376a5b;
  font-size: 46px;
}


/* Tab */
@media screen and (max-width: 1120px) {
  .trainaccess .ttl {
    font-size: 6.964vw;
  }
  /*  */
  #train .Wrap01 .access_img li > p {
    font-size: 2.5vw;
  }
  #train .Wrap01 .access_img li > p span {
    font-size: 4.821vw;
  }
  #train .Wrap01 .access_img li:last-child > p .sm {
    font-size: 2.054vw;
  }
  #train .Wrap01 .cap_ac {
    width: 98%;
    font-size: 1.071vw;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
  }
  /*  */
  #train .Wrap02 ul li .ttl {
    font-size: 1.607vw;
  }
  /*  */
  dl.duration dt {
    font-size: 2.5vw;
  }
  dl.duration dt span {
    font-size: 3.214vw;
  }
  dl.duration dd {
    font-size: 2.5vw;
  }
  dl.duration dd span {
    font-size: 4.107vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {

  #train {
    padding: 2rem 0 0;
  }

  .trainaccess .ttl {
    /* bottom: 10%; */
    bottom: -7%;
    font-size: 11.458vw;
  }

  .trainaccess .imageCap {
    width: 100%;
    height: 35vw;
  }
  .trainaccess .imageCap img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    object-position: center top;
  }

  /* スマホ時キャプション */
  #access .trainaccess .imageCap .cap.cap_r {
    bottom: -20px;
    right: 0;
    text-align: right;
  }


  /*  */
  #train .mainttlArea {
    margin: 2rem 0 0;
  }
  /*  */
  .rosenzu {
    margin: 2rem auto;
  }
  /*  */
  #train .Wrap01 {
    margin: 2rem auto 0;
  }
  #train .Wrap01 .access_img {
    width: 100%;
  }
  #train .Wrap01 .access_img li {
    width: 100%;
  }
  #train .Wrap01 .access_img li > p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 4.948vw;
  }
  #train .Wrap01 .access_img li > p span {
    font-size: 8.333vw;
  }
  #train .Wrap01 .access_img li:last-child > p .sm {
    font-size: 4.948vw;
  }
  #train .Wrap01 .cap_ac {
    font-size: 10px;
  }
  /*  */
  #train .Wrap02 {
    margin: 2rem auto 0;
  }
  #train .Wrap02 ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  #train .Wrap02 ul li:nth-child(3), 
  #train .Wrap02 ul li:nth-child(4){
    margin-bottom: 4vw;
  }
  #train .Wrap02 ul li .ttl {
    padding: 3.255vw 3.255vw 3.255vw 9.115vw;
    background-size: 6.51vw 6.51vw;
    font-size: 3.646vw;
  }
  /*  */
  dl.duration div {
    margin: 0.651vw 0;
    padding: 0.651vw 0;
  }
  dl.duration dt {
    padding: 0 1.302vw 0 0;
    font-size: 4.948vw;
  }
  dl.duration dt span {
    font-size: 5.99vw;
  }
  dl.duration dd {
    padding: 0 0 0 1.302vw;
    font-size: 4.948vw;
  }
  dl.duration dd span {
    font-size: 7.292vw;
  }
}

/*---------------------------
シミュレーション
---------------------------*/
#simulation {
  padding: 8rem 0 0;
}
/*  */
#simulation .mainttlArea.simuttl .b_line {
	height: 50px;
  margin: 0 auto 20px;
}
#simulation .mainttlArea.simuttl .b_line .line_move {
	background: #FFF;
}
/*  */
#simulation .mainttlArea.simuttl .ttl {
  color: #FFF;
  margin: 0 0 20px;
	padding-bottom: 0;
}
#simulation .mainttlArea.simuttl .ttl::after {
	content: none;
}
#simulation .mainttlArea.simuttl .txt {
  color: #FFF;
}
/*  */
#simulation .simuArea {
  width: 100%;
  margin: 2rem 0 0;
  padding: 5rem 0;
  background: #FFF;
}
#simulation .simuArea .mainttlArea .ttl {
  color: #376a5b;
	padding-bottom: 20px;
}
#simulation .simuArea .mainttlArea .ttl::after {
	background: #376a5b;
}
#simulation .simuArea ul li {
  width: 100%;
}
#simulation .simuArea ul li:first-child {
  margin-bottom: 5em;
}
#simulation .simuArea ul li > div{
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}
/*  */
.first {
  padding: 5rem 0 0;
}
.first h3 {
  text-align: center;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.first h3::before,
.first h3::after {
  background-color: #FFF;
  /* 横線の色 */
  content: "";
  flex-grow: 1;
  /* 横幅いっぱい */
  height: 1px;
  /* 横線の高さ */
}
.first h3::before {
  margin-right: 1em;
  /* 文字との余白 */
}
.first h3::after {
  margin-left: 1em;
  /* 文字との余白 */
}
/*  */
#simulation .firstArea {
  width: 100%;
  margin: 3rem 0 0;
  padding: 5rem 0;
  background: #FFF;
}
#simulation .firstArea ul {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#simulation .firstArea ul > li:first-child {
  width: 58%;
}
#simulation .firstArea ul > li:first-child div:first-child {
  margin-bottom: 2em;
}
#simulation .firstArea ul > li:last-child {
  width: 38%;
}
#simulation .firstArea ul > li:last-child p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

/* Tab */
@media screen and (max-width: 1120px) {
  #simulation .simuArea ul li > div{
    width: 90%;
  }
  /*  */
  .first h3 {
    font-size: 2.143vw;
  }
  /*  */
  #simulation .firstArea ul {
    width: 90%;
  }
  #simulation .firstArea ul > li:last-child p {
    font-size: 1.429vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {

  #simulation {
    padding: 3rem 0 0;
  }
  /*  */
  #simulation .simuArea {
    padding: 3rem 0;
  }
  #simulation .simuArea ul li:first-child {
    margin-bottom: 2em;
  }
  #simulation .simuArea ul li > div{
    width: 90%;
  }
  /*  */
  .first {
    padding: 3rem 0 0;
  }
  .first h3 {
    font-size: 4.427vw;
  }
  /*  */
  #simulation .firstArea {
    margin: 2rem 0 0;
    padding: 3rem 0;
  }
  #simulation .firstArea ul {
    width: 90%;
  }
  #simulation .firstArea ul > li:first-child {
    width: 100%;
  }
  #simulation .firstArea ul > li:last-child {
    width: 100%;
    margin-top: 2em;
  }
  #simulation .firstArea ul > li:last-child p {
    font-size: 3.385vw;
  }
}


/*---------------------------
カーアクセス
---------------------------*/
#car {
  padding: 0;
}
.caraccess {
  position: relative;
  width: 100%;
}
.caraccess .ttl {
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cinzel', Serif;
  font-size: 78px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFF;
  white-space: nowrap;
}
.caraccess .imageCap img {
  width: 100%;
}
/*  */
#car .mainttlArea {
  margin: 5rem 0 0;
}
/*  */
#car .highway {
  margin: 3rem 0 0;
}
#car .highway img {
  width: 100%;
}
/*  */
#car .caraccess_con {
  margin: 3rem 0 0;
}
#car .caraccess_con .ttl {
  font-size: 18px;
  text-align: center;
  margin: 0 0 2em;
  line-height: 1.5;
}
#car .caraccess_con > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#car .caraccess_con > ul li {
  width: calc((100% - 5em) / 4);
}
#car .caraccess_con > ul li img {
  width: 100%;
}
#car .caraccess_con .ac_txt {
  padding-bottom: 0.5em;
  margin: 1em 0;
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#car .caraccess_con .ac_txt p {
  display: inline-block;
  font-size: 28px;
  line-height: 1.4;
  color: #333;
}
#car .caraccess_con .ac_txt p span {
  font-size: 36px;
  color: #376a5b;
}


/* Tab */
@media screen and (max-width: 1120px) {
  .caraccess .ttl {
    font-size: 6.964vw;
  }
  /*  */
  #car .caraccess_con .ttl {
    font-size: 1.607vw;
  }
  #car .caraccess_con .ac_txt p {
    font-size: 2.5vw;
  }
  #car .caraccess_con .ac_txt p span {
    font-size: 3.214vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #car {
    padding: 0;
  }

  .caraccess .ttl {
    /* bottom: 10%; */
    bottom: -7%;
    font-size: 11.458vw;
  }

  .caraccess .imageCap {
    width: 100%;
    height: 35vw;
  }
  .caraccess .imageCap img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    object-position: center top;
  }

  /* スマホ時キャプション */
  #access .caraccess .imageCap .cap.cap_r {
    bottom: -20px;
    right: 0;
    text-align: right;
  }

  /*  */
  #car .mainttlArea {
    margin: 2rem 0 0;
  }
  /*  */
  #car .highway {
    margin: 1rem 0 0;
  }
  /*  */
  #car .caraccess_con {
    margin: 2rem 0 0;
  }
  #car .caraccess_con .ttl {
    font-size: 3.646vw;
  }
  #car .caraccess_con > ul li {
    width: 100%;
    margin: 0 0 1em;
  }
  #car .caraccess_con .ac_txt p {
    font-size: 4.948vw;
  }
  #car .caraccess_con .ac_txt p span {
    font-size: 5.99vw;
  }
}

/*---------------------------
エアポートアクセス
---------------------------*/
#airport {
  padding: 5rem 0;
}
.airportaccess {
  position: relative;
  width: 100%;
}
.airportaccess .ttl {
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cinzel', Serif;
  font-size: 78px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFF;
  white-space: nowrap;
}
.airportaccess .imageCap img {
  width: 100%;
}
/*  */
#airport .mainttlArea {
  margin: 5rem 0 0;
}
/*  */
#airport .Wrap {
  width: 100%;
  margin: 5rem auto 0;
}
#airport .Wrap ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#airport .Wrap ul li {
  width: 48%;
	margin-bottom: 3.5vw;
}
#airport .Wrap ul li .ttl {
  font-size: 18px;
  text-align: left;
  margin-top: 1em;
}
#airport .Wrap ul li .ar_cap {
  font-size: 18px;
  text-align: right;
  margin-top: 1em;
}


/* Tab */
@media screen and (max-width: 1120px) {
  .airportaccess .ttl {
    font-size: 6.964vw;
  }
  /*  */
  #airport .Wrap ul li .ttl {
    font-size: 1.607vw;
  }
  #airport .Wrap ul li .ar_cap {
    font-size: 1.607vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #airport {
    padding: 2rem 0 3rem;
  }

  .airportaccess .ttl {
    /* bottom: 12%; */
    bottom: -6%;
    font-size: 10.156vw;
  }

  .airportaccess .imageCap {
    width: 100%;
    height: 35vw;
  }
  .airportaccess .imageCap img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    object-position: center top;
  }

  /* スマホ時キャプション */
  #access .airportaccess .imageCap .cap.cap_r {
    bottom: -20px;
    right: 0;
    text-align: right;
  }

  /*  */
  #airport .mainttlArea {
    margin: 2rem 0 0;
  }
  /*  */
  #airport .Wrap {
    margin: 2rem auto 0;
  }
  #airport .Wrap ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  #airport .Wrap ul li .ttl {
    font-size: 3.646vw;
    margin-top: 1em;
  }
  #airport .Wrap ul li .ar_cap {
    font-size: 3.646vw;
    margin-top: 1em;
  }
}