@charset "UTF-8";
/*
*******************************************************************************************************
# アクセスページ

  -- override
  -- module
  -- layout
*******************************************************************************************************
*/
/* ------------------------------------
  * override
* ------------------------------------ */
.wrp-maincts {
  padding-top: 70px;
}

/* ------------------------------------
  * module
* ------------------------------------ */
.mod-cts {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
.mod-cts .mod-sttl {
  margin-bottom: 40px;
  padding-top: 30px;
  text-align: center;
}
.mod-cts .mod-sttl .icn {
  height: 55px;
}
.mod-cts .mod-sttl .icn:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 48px;
}
.mod-cts .mod-sttl .text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.mod-cts .inner-cts {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .mod-cts {
    padding: 0 20px;
  }
  .mod-cts .mod-sttl {
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .mod-cts .mod-sttl .icn {
    height: 40px;
  }
  .mod-cts .mod-sttl .icn:before {
    font-size: 36px;
  }
  .mod-cts .mod-sttl .text {
    font-size: 20px;
  }
}
.mod-list.list-02 li {
  box-sizing: border-box;
  width: 50%;
}
.mod-list.list-02 li:nth-child(odd) {
  float: left;
  padding-right: 1.7%;
}
.mod-list.list-02 li:nth-child(even) {
  float: right;
  padding-left: 1.7%;
}
.mod-list.list-02 li .img {
  margin-bottom: 30px;
}
.mod-list.list-02 li .img img {
  width: 100%;
}
.mod-list.list-02 li .text-dtl .text-ssttl {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.mod-list.list-02 li .text-dtl .text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
.mod-list.list-02 li .text-dtl .caution {
  display: block;
  font-size: 14px;
}
.mod-list.list-02 li .text-dtl > span + span {
  margin-top: 30px;
}
.mod-list.list-02 li .text-dtl .mod-link-text {
  display: inline-block;
  width: auto;
  margin-top: 25px;
  padding-right: 37px;
}
.mod-list.list-02 li .text-dtl .mod-link-text > span {
  border-bottom: 1px solid;
  font-size: 16px;
}
.mod-list.list-02 li .text-dtl .mod-link-text:hover span {
  border: 0;
}

@media screen and (max-width: 736px) {
  .mod-list.list-02 li {
    width: 100%;
  }
  .mod-list.list-02 li:nth-child(odd) {
    float: none;
    padding-right: 0;
  }
  .mod-list.list-02 li:nth-child(even) {
    float: none;
    padding-left: 0;
  }
}
.temp-fl2 {
  display: table;
  width: 100%;
}
.temp-fl2 > div {
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
}
.temp-fl2 > div:nth-child(odd) {
  padding-right: 1.7%;
}
.temp-fl2 > div:nth-child(even) {
  padding-left: 1.7%;
}
.temp-fl2 > div.img img {
  width: 100%;
}

.vt-top > div {
  vertical-align: top;
}

.vt-mdl > div {
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .temp-fl2 {
    display: block;
  }
  .temp-fl2 > div {
    display: block;
    width: 100%;
  }
  .temp-fl2 > div:nth-child(odd) {
    padding-right: 0;
  }
  .temp-fl2 > div:nth-child(even) {
    padding-left: 0;
  }
}
/* ------------------------------------
  * layout
* ------------------------------------ */
.page-ttl {
  padding-top: 42px;
}
.page-ttl .text {
  padding-top: 10px;
}

@media screen and (max-width: 736px) {
  .page-ttl {
    padding-top: 0;
  }
  .page-ttl .text {
    padding-top: 5px;
  }
}
.cts-map {
  margin-top: 40px;
}
.cts-map .img {
  width: 100%;
  background-color: #f2f0f0;
}
.cts-map .img img {
  width: 100%;
}
.cts-map .wrp-links .list-link {
  display: table;
  margin-top: 44px;
  width: 786px;
  margin-right: auto;
  margin-left: auto;
}
.cts-map .wrp-links .list-link li {
  display: table-cell;
  width: 50%;
}
.cts-map .wrp-links .list-link li:nth-child(odd) {
  padding-right: 2.5%;
}
.cts-map .wrp-links .list-link li:nth-child(even) {
  padding-left: 2.5%;
}
.cts-map .wrp-links .list-link li a {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 60px;
  text-align: center;
  z-index: 2;
}
.cts-map .wrp-links .list-link li a .mod-arrow {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.cts-map .wrp-links .list-link li a .mod-arrow:after {
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.cts-map .wrp-links .list-link li a .box {
  display: inline-block;
  width: auto !important;
  padding-right: 40px;
}
.cts-map .wrp-links .list-link li a .box .text {
  padding-bottom: 3px;
  border-bottom: 1px solid;
  font-size: 18px;
}
.cts-map .wrp-links .list-link li a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f0f0;
  z-index: -1;
}
.cts-map .wrp-links .list-link li a:hover .box .text {
  border-bottom: 0;
}
.cts-map .wrp-add {
 margin-top: 50px;
 /* text-align: center; */
}
.cts-map .wrp-add dl {
  display: block;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.cts-map .wrp-add dl + dl {
 /* margin-left: 35px; */
 margin-top: 10px;
}
.cts-map .wrp-add dl dt {
 display: block;
 /* margin-right: 10px; */
 font-size: 16px;
 position: absolute;
 top: -3px;
 left: 0;
}
.cts-map .wrp-add dl dt .icn {
  width: auto;
  height: 21px;
}
.cts-map .wrp-add dl dt .icn:before {
  font-size: 26px;
}
.cts-map .wrp-add dl dt .text {
  display: inline-block;
  padding-left: 26px;
}
.cts-map .wrp-add dl dd {
  display: inline-block;
  padding-left: 130px;
}
.cts-map .wrp-add dl dd > p {
  display: inline-block;
  font-size: 16px;
}
.cts-map .wrp-add dl dd > p + p {
  /* margin-left: 10px; */
}

@media screen and (max-width: 859px) {
  .cts-map .wrp-links .list-link {
    display: table;
    width: 100%;
  }
  .cts-map .wrp-links .list-link li:nth-child(odd) {
    padding-right: 7px;
  }
  .cts-map .wrp-links .list-link li:nth-child(even) {
    padding-left: 7px;
  }
}
@media screen and (max-width: 736px) {
  .cts-map {
    margin-top: 40px;
  }
  .cts-map .img {
    position: relative;
    width: 100%;
    height: 290px;
  }
  .cts-map .img img {
    position: absolute;
    left: 50%;
    width: 590px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cts-map .wrp-links .list-link {
    margin-top: 25px;
  }
  .cts-map .wrp-links .list-link li a {
    min-height: 39px;
  }
  .cts-map .wrp-links .list-link li a .mod-arrow {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .cts-map .wrp-links .list-link li a .mod-arrow:after {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .cts-map .wrp-links .list-link li a .box {
    padding-right: 22px;
  }
  .cts-map .wrp-links .list-link li a .box .text {
    padding-bottom: 1px;
    font-size: 12px;
  }
  .cts-map .wrp-links .list-link li a:before {
    top: 7px;
  }
  .cts-map .wrp-add {
    margin-top: 20px;
    text-align: left;
  }
  .cts-map .wrp-add dl {
    display: table;
    width: 100%;
  }
  .cts-map .wrp-add dl + dl {
    margin-left: 0;
  }
  .cts-map .wrp-add dl dt {
    position: static;
    display: block;
    margin-right: 0;
    white-space: nowrap;
  }
  .cts-map .wrp-add dl dt .icn {
    width: auto;
    height: 14px;
  }
  .cts-map .wrp-add dl dt .icn:before {
    font-size: 20px;
  }
  .cts-map .wrp-add dl dt .text {
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .cts-map .wrp-add dl dd {
     display: block;
     width: 100%;
     margin-top: 5px;
     padding-left: 0;
  }
  .cts-map .wrp-add dl dd > p {
    display: block;
    font-size: 13px;
  }
  .cts-map .wrp-add dl dd > p + p {
    margin-left: 0;
  }
}
.cts-bytrain .mod-sttl {
  margin-bottom: 50px;
}
.cts-bytrain .text-dtl .text-sttl {
  margin-bottom: 20px;
  padding-right: 110px;
}
.cts-bytrain .text-dtl .text-sttl .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
}
.cts-bytrain .text-dtl .text {
  font-size: 16px;
  line-height: 1.6;
}
.cts-bytrain .text-dtl .text + .text-sttl {
  margin-top: 35px;
}
.cts-bytrain .text-dtl .text .caution {
  display: block;
  margin-top: 10px;
  padding-left: 16px;
  font-size: 14px;
  text-indent: -16px;
}
.cts-bytrain .text-dtl .text > a {
  display: inline-block;
  width: auto;
  padding-right: 35px;
}
.cts-bytrain .text-dtl .text > a span {
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
.cts-bytrain .text-dtl .text > a:hover span {
  border-bottom: 0;
}

@media screen and (max-width: 736px) {
  .cts-bytrain .dtl-bytrain > .img {
    margin-bottom: 20px;
  }
  .cts-bytrain .dtl-bytrain .text-dtl .text-sttl {
    margin-bottom: 18px;
    padding-right: 69px;
  }
  .cts-bytrain .dtl-bytrain .text-dtl .text-sttl .text {
    font-size: 16px;
  }
  .cts-bytrain .dtl-bytrain .text-dtl .text {
    font-size: 14px;
  }
  .cts-bytrain .dtl-bytrain .text-dtl .text .caution {
    padding-left: 13px;
    font-size: 12px;
    text-indent: -13px;
  }
  .cts-bytrain .dtl-bytrain .text-dtl .text > a {
    padding-right: 25px;
  }
}
.cts-bybus .mod-list li {
  padding-top: 80px;
  /*			&:nth-child(4) {
  				background-image: url(/img/access/img_bus_keihin.png);
  				background-position: center 0;
  				background-repeat: no-repeat;
  				background-size: 250px auto;
  			} */
}
.cts-bybus .mod-list li:nth-child(1) {
  background-image: url(/img/access/img_bus_akai.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 250px auto;
}
.cts-bybus .mod-list li:nth-child(2) {
  background-image: url(/img/access/img_bus_renga.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 250px auto;
}
.cts-bybus .mod-list li:nth-child(3) {
  background-image: url(/img/access/img_bus_sankei.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 250px auto;
}
.cts-bybus .mod-list li:nth-child(n+3) {
  margin-top: 90px;
}
.cts-bybus .mod-list li .text-dtl {
  padding-top: 27px;
  border-top: 1px dashed #030000;
}
.cts-bybus .mod-list li .text-dtl .text-ssttl {
  margin-bottom: 20px;
}
.cts-bybus .mod-list li .text-dtl .text {
  margin-top: 20px;
  line-height: 1.9;
}

@media screen and (max-width: 736px) {
  .cts-bybus .mod-list li {
    padding-top: 60px;
  }
  .cts-bybus .mod-list li:nth-child(1), .cts-bybus .mod-list li:nth-child(2), .cts-bybus .mod-list li:nth-child(3), .cts-bybus .mod-list li:nth-child(4) {
    background-size: 190px auto;
  }
  .cts-bybus .mod-list li:nth-child(n+2) {
    margin-top: 35px;
  }
  .cts-bybus .mod-list li .text-dtl {
    padding-top: 15px;
    border-top: 1px dashed #030000;
  }
  .cts-bybus .mod-list li .text-dtl .text-ssttl {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .cts-bybus .mod-list li .text-dtl .text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .cts-bybus .mod-list li .text-dtl .mod-link-text {
    margin-top: 10px;
    padding-right: 24px;
  }
  .cts-bybus .mod-list li .text-dtl .mod-link-text > span {
    padding-bottom: 3px;
    font-size: 13px;
  }
}
.cts-byseabus .text-dtl .text {
  font-size: 16px;
  line-height: 1.9;
}
.cts-byseabus .text-dtl .mod-link-text {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  padding-right: 29px;
}
.cts-byseabus .text-dtl .mod-link-text > span {
  border-bottom: 1px solid;
  font-size: 16px;
}
.cts-byseabus .text-dtl .mod-link-text:hover > span {
  border-bottom: 0;
}

@media screen and (max-width: 736px) {
  .cts-byseabus .img {
    margin-bottom: 12px;
  }
  .cts-byseabus .text-dtl .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .cts-byseabus .text-dtl .mod-link-text > span {
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.cts-bycar .dtl-bycar {
  position: relative;
}
.cts-bycar .dtl-bycar + .dtl-bycar {
  margin-top: 40px;
  padding-top: 30px !important;
  border-top: 1px dashed #030000;
}
.cts-bycar .dtl-bycar + .dtl-bycar .text-dtl {
  padding-top: 0;
}
.cts-bycar .dtl-bycar .text-dtl {
  padding-top: 70px;
  padding-left: 40px;
}
.cts-bycar .dtl-bycar .text-dtl .lead {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 1.7%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.cts-bycar .dtl-bycar .text-dtl .text-sttl {
  margin-bottom: 20px;
}
.cts-bycar .dtl-bycar .text-dtl .text-sttl .icn {
  width: auto;
  height: 21px;
}
.cts-bycar .dtl-bycar .text-dtl .text-sttl .icn:before {
  left: -38px;
  font-size: 26px;
}
.cts-bycar .dtl-bycar .text-dtl .text-sttl .text {
  font-size: 20px;
  font-weight: 600;
}
.cts-bycar .dtl-bycar .text-dtl dl {
  display: table;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.cts-bycar .dtl-bycar .text-dtl dl + dl {
  margin-top: 10px;
}
.cts-bycar .dtl-bycar .text-dtl dl dt {
  display: table-cell;
  white-space: nowrap;
}
.cts-bycar .dtl-bycar .text-dtl dl dd {
  display: table-cell;
  width: 100%;
}
.cts-bycar .dtl-bycar .text-dtl > .text {
  margin-top: 10px;
  font-size: 16px;
}
.cts-bycar .dtl-bycar .text-dtl > .text .caution {
  display: block;
  margin-top: 15px;
  padding-left: 16px;
  font-size: 14px;
  text-indent: -16px;
}
.cts-bycar .dtl-bycar .text-dtl > .text .caution + .caution {
  margin-top: 0;
}
.cts-bycar .dtl-bycar .text-dtl > .text .text-l {
  font-size: 20px;
  font-weight: 600;
}
.cts-bycar .dtl-bycar .flow li {
  position: relative;
  display: table;
  width: 100%;
}
.cts-bycar .dtl-bycar .flow li:before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
}
.cts-bycar .dtl-bycar .flow li:nth-child(n+3) {
  padding-top: 26px;
}
.cts-bycar .dtl-bycar .flow li .text {
  box-sizing: border-box;
  display: table-cell;
  height: 109px;
  padding: 5px 10px;
  background-color: #f2f0f0;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.cts-bycar .dtl-bycar .flow .flow-01 {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.cts-bycar .dtl-bycar .flow .flow-02 {
  float: right;
  width: 50%;
  padding-left: 15px;
}
.cts-bycar .dtl-bycar .flow .flow-02:before {
  top: 50%;
  left: -9px;
  background-image: url(/img/access/icon_flow_plus.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cts-bycar .dtl-bycar .flow .flow-03 {
  clear: both;
}
.cts-bycar .dtl-bycar .flow .flow-03:before {
  top: 4px;
  left: 50%;
  background-image: url(/img/access/icon_flow_equal.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cts-bycar .dtl-bycar .flow .flow-03 .text .look {
  color: #b81a35;
  font-size: 24px;
}
.cts-bycar .dtl-bycar .text-ssttl {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .cts-bycar .dtl-bycar .flow {
    margin-top: 20px;
  }
  .cts-bycar .dtl-bycar .flow li:before {
    width: 17px;
    height: 17px;
  }
  .cts-bycar .dtl-bycar .flow li:nth-child(n+2) {
    padding-top: 26px;
  }
  .cts-bycar .dtl-bycar .flow li .text {
    height: 84px;
    font-size: 14px;
  }
  .cts-bycar .dtl-bycar .flow .flow-01 {
    width: 100%;
    padding-right: 0;
  }
  .cts-bycar .dtl-bycar .flow .flow-02 {
    width: 100%;
    padding-left: 0;
  }
  .cts-bycar .dtl-bycar .flow .flow-02:before {
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cts-bycar .dtl-bycar .flow .flow-03 .text .look {
    font-size: 18px;
  }
}
@media screen and (max-width: 736px) {
  .cts-bycar .dtl-bycar + .dtl-bycar {
    margin-top: 0;
    padding-top: 20px;
    border-top: 0;
  }
  .cts-bycar .dtl-bycar:nth-of-type(2) .text-dtl {
    padding-top: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl {
    padding-left: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl .lead {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl .text-sttl {
    margin-bottom: 15px;
    text-align: center;
  }
  .cts-bycar .dtl-bycar .text-dtl .text-sttl .icn {
    height: 14px;
  }
  .cts-bycar .dtl-bycar .text-dtl .text-sttl .icn:before {
    left: 0;
    font-size: 18px;
  }
  .cts-bycar .dtl-bycar .text-dtl .text-sttl .text {
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl dl {
    display: block;
    font-size: 14px;
  }
  .cts-bycar .dtl-bycar .text-dtl dl + dl {
    margin-top: 5px;
  }
  .cts-bycar .dtl-bycar .text-dtl dl dt {
    display: inline-block;
    letter-spacing: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl dl dd {
    display: inline;
    width: auto;
    letter-spacing: 0;
  }
  .cts-bycar .dtl-bycar .text-dtl > .text {
    margin-top: 10px;
    font-size: 14px;
  }
  .cts-bycar .dtl-bycar .text-dtl > .text .caution {
    padding-left: 13px;
    font-size: 12px;
    text-indent: -13px;
  }
  .cts-bycar .dtl-bycar .text-dtl > .text .text-l {
    font-size: 14px;
  }
  .cts-bycar .dtl-bycar .img {
    margin-top: 20px;
  }
  .cts-bycar .dtl-bycar .text-ssttl {
    margin-bottom: 15px;
  }
}
.cts-other .mod-list li .img {
  margin-bottom: 23px;
}
.cts-other .mod-list li .img img {
  width: 100%;
  vertical-align: bottom;
}
.cts-other .mod-list li .text-dtl .text-ssttl {
  margin-bottom: 20px;
}
.cts-other .mod-list li .text-dtl .text {
  margin-top: 20px;
}
.cts-other .mod-list li .text-dtl .caution {
  padding-left: 16px;
  text-indent: -16px;
}

@media screen and (max-width: 736px) {
  .cts-other .mod-list li .img {
    margin-bottom: 15px;
  }
  .cts-other .mod-list li .img img {
    width: 100%;
    vertical-align: bottom;
  }
  .cts-other .mod-list li .text-dtl .text-ssttl {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .cts-other .mod-list li .text-dtl .text {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .cts-other .mod-list li .text-dtl .caution {
    margin-top: 10px;
    padding-left: 13px;
    font-size: 12px;
    text-indent: -13px;
  }
  .cts-other .mod-list li .text-dtl .mod-link-text {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 25px;
  }
  .cts-other .mod-list li .text-dtl .mod-link-text > span {
    font-size: 14px;
  }
}
