﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.container {
  width: 100%;
}

.main-wrapper {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
.main-wrapper .pc {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

.movie a{
  background-image: url('/cms/lineartown/img/header_movie_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0 auto 60px;
}
.main-visual .pc {
  display: none;
}

.main-visual__inner {
  position: relative;
  padding: 93px 35px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.main-visual__inner-box {
  position: relative;
  z-index: 1;
}

.main-visual__number {
  color: #FF641B;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}

.main-visual__number-small {
  font-size: 14px;
}

.main-visual__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
}

.main-visual__title-english {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  top: -6px;
}

.main-visual__image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}
.linear-passage-tokyo .main-visual__image-box {
  margin-top: -30px;
  margin-left: -6px;
  margin-right: -10px;
}
.linear-passage-kanagawa .main-visual__image-box {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.linear-passage-yamanashi .main-visual__image-box {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.linear-passage-shizuoka .main-visual__image-box {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.linear-passage-nagano .main-visual__image-box {
  margin-left: 39.5px;
  margin-right: 39.5px;
}
.linear-passage-gifu .main-visual__image-box {
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.linear-passage-aichi .main-visual__image-box {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.main-visual__image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-visual__text-box {
  margin-bottom: 65px;
}

.main-visual__text {
  font-size: 15px;
  line-height: 30px;
}

.main-visual__mist {
  position: absolute;
  top: -120px;
  left: -380px;
  width: 569px;
  height: 454px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}

.main-visual__mist-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-visual__wavy-line {
  position: absolute;
  top: 15px;
  right: 3px;
  width: 600px;
  height: 54.5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}

.main-visual__wavy-line-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* prefecture-link
------------------------------*/
.prefecture-link {
  margin: 0 35px 40px;
}

.prefecture-link__button {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.prefecture-link__button-item {
  display: inline-block;
  margin-bottom: 20px;
}

.prefecture-link__button-link {
  display: block;
  position: relative;
  min-width: 300px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
  z-index: 3;
}
.prefecture-link__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* anchor-link
------------------------------*/
.anchor-link {
  margin: 0 35px 80px;
}

.anchor-link__item-box {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
}

.anchor-link__item {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 12px;
  writing-mode: vertical-rl;
  margin-left: 20px;
  margin-bottom: 20px;
}

.anchor-link__item:last-of-type {
  margin-left: 0;
}

.anchor-link__item-link {
  display: inline-block;
  position: relative;
  color: #333333;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
  text-decoration: none;
  padding-right: 2px;
  box-sizing: border-box;
}
.anchor-link__item-link:hover {
  text-decoration: none;
}

.anchor-link__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5px;
  height: 90%;
  background-color: #707070;
  transition: height 0.1s ease 0s;
}

/* content
------------------------------*/
.content {
  margin: 0 auto 80px;
}

.content__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 20px;
}

.content__inner-box {
  position: relative;
  margin: 0 15px;
  z-index: 1;
}

.content__title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

.content__title .content__title-en {
  font-family: inherit;
  font-size: .7em;
  font-weight: inherit;
  letter-spacing: inherit;
  margin-left: .2em;
}

.content__slider {
  width: 100%;
  margin-bottom: 60px;
}

.content__slider-item-box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  height: 77.78vw;
  z-index: 2;
  overflow: hidden;
}
.content__slider-item-box.slick-initialized {
  height: auto;
  overflow: visible;
}

.content__slider-item {
  font-size: 0;
  line-height: 0;
}

.content__slider-item img {
  width: 100%;
  height: 77.78vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.slide__prevArrow,
.slide__nextArrow {
  display: block;
  position: absolute;
  bottom: -13px;
  width: 35px;
  height: 35px;
  z-index: 10;
  cursor: pointer;
}

.slick-dots {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 10px;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0 84px;
  margin-top: 25px;
}

.slick-dots li {
  display: inline-block;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li:first-of-type:last-of-type {
  display: none;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #05499A;
}

.slide__prevArrow {
  left: 0;
}

.slide__nextArrow {
  right: 0;
}

.content__text-box {
  margin-bottom: 60px;
}

.content__text {
  font-size: 15px;
  line-height: 30px;
}

.content__button {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.content__button-item {
  display: inline-block;
  margin-bottom: 20px;
}

.content__button-link {
  display: block;
  position: relative;
  min-width: 300px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
}
.content__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* related-sites
------------------------------*/
.related-sites {
  position: relative;
  margin: 0 auto 100px;
  z-index: 2;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_02_sp.png);
  background-size: 371px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.related-sites__title-small {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 16px;
}

.related-sites__item-box {
  max-width: 350px;
  margin: 0 auto;
}

.related-sites__item {
  margin-bottom: 40px;
}
.related-sites__item:last-of-type {
  margin-bottom: 0;
}

.related-sites__text {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.related-sites__button {
  width: 100%;
}

.related-sites__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 120px;
  box-sizing: border-box;
}
.related-sites__button-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14.5px;
  height: 13px;
  background-image: url(/cms/lineartown/img/icon_another_window_sp.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* topics
------------------------------*/
.topics {
  width: 100%;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  background-image: url(/cms/lineartown/img/slope_gray_background_sp.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  margin: 0 auto 0px;
  padding: 80px 0 100px;
  box-sizing: border-box;
  overflow: hidden;
}
.topics .sp {
  display: none;
}
.topics .slick-dots {
  margin-top: 28px;
}
.topics .slide__prevArrow,
.topics .slide__nextArrow {
  top: 100%;
  transform: translateY(-23px);
}
.topics .slide__prevArrow {
  left: 20px;
}
.topics .slide__nextArrow {
  right: 20px;
}
.topics .slick-list {
  overflow: visible !important;
}

.topics__item-content {
  display: block;
}

.topics__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background-image: url(/cms/lineartown/img/prefectures_title_wavy_line_sp.png);
  background-size: 371px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.topics__item-box {
  max-height: 164.976vw;
  margin-bottom: 62px;
  overflow: hidden;
}
.topics__item-box.slick-initialized {
  max-height: none;
  overflow: visible;
}

.topics__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  margin: 0 20px;
  box-sizing: border-box;
}
.topics__item a {
  padding: 40px 0px;
  display: block;
}
.topics__item-thumbnail {
  width: 77.295vw;
  margin: 0 auto 20px;
}

.topics__item-thumbnail img {
  width: 77.295vw;
  height: 77.295vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.topics__item-inner {
  margin: 0 15px;
}

.topics__item-data {
  text-align: left;
  margin-bottom: 5px;
}

.topics__item-icon {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.topics__item-icon-text {
  display: block;
  color: #05499A;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 21.5px;
  box-sizing: border-box;
}

.topics__item-date {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}

.topics__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
}

.topics__item-description {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

.topics__item-link {
  margin-top: 20px;
}

.topics__item-link-text {
  display: inline-block;
  position: relative;
  color: #05499A;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  padding-right: 24px;
}
.topics__item-link-text:hover {
  text-decoration: underline;
}
.topics__item-link-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.topics__button {
  margin: 0 57px;
}

.topics__button-link {
  display: block;
  position: relative;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 35px;
  box-sizing: border-box;
}
.topics__button-link:hover {
  opacity: 0.8;
}
.topics__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* banner
------------------------------*/
.banner {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.banner .pc {
  display: none;
}

.banner__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner__item {
  display: block;
  position: relative;
  z-index: 1;
}

.banner__link {
  display: block;
  font-size: 0;
  line-height: 0;
}
.banner__link:hover {
  opacity: 0.8;
}

.banner__image {
  width: 100%;
  height: auto;
}

.banner__mist {
  display: block;
  position: absolute;
  top: -300px;
  left: -395px;
  width: 569px;
  height: 454px;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.banner__mist-image {
  width: 100%;
  height: auto;
}
/***************
JR東海のトピックス
*******************/

.topics.central {
  background-image: url(/cms/lineartown/img/skyblue_background_sp.png);
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.topics.central .topics__item-thumbnail img {
  border-radius: 10px;
}
/***************
他の都道府県を見る
*******************/
.others__country {
  position: relative;
  margin: 0 auto 100px;
  z-index: 2;
}

.others__country__inner {
  width: 100%;
}

.others__country__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_02_sp.png);
  background-size: 371px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.others__country__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.others__country__links li {
  margin: 0 auto;
}
.others__country__links a {
  display: block;
  position: relative;
  width: 300px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
}
.others__country__links a .small {
  font-size: 15px;
  padding-left: 5px;
}
.others__country__links a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.slick-dots {
    width: auto;
}

a, a:link, a:visited {
    text-decoration: none;
}

.slick-dots {
    width: auto;
    margin: 0 auto;
}

a, a:link, a:visited {
    text-decoration: none;
}
