﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.block-event-page--goods, .block-category-list--goods {
  width: 100%;
}

.main-wrapper {
  color: #333333;
  font-family: "游ゴシック", sans-serif;
  font-weight: 500;
  overflow: hidden;
  padding-top: 30px;
}
.main-wrapper .pc,
.map-wrapper .pc {
  display: none;
}

.main-inner {
  width: 100%;
}

.smzpreview-article_data_status {
  position: absolute;
  height: auto !important;
  width: calc(100% - 25px);
  box-sizing: border-box;
}




.header {
  position: fixed;
  top:0;
  left:0;
  z-index: 999;
}
.header_inner {
  width: 100%;
  background: #fff;
}
.header_ShinkansenLogo {
  width: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_ShinkansenLogo img {
  width: 156px;
}
/****************
改修
**********************/
/* navi
------------------------------*/
/* body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
#header.fixed {
  position: fixed;
}
.header_linearLogo {
  width: calc(396px / 2);
}
.header_linearLogo img {
  width: 100%;
}
.header_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 2px rgb(0,0,0,0.3);
}
.header_linearLogo {
  width: calc(396px / 2);
  display: flex;
  align-items: center;
}
.navi {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
}
.menu-icon div {
  width: 24px;
  height: 2px;
  background-color: #05499A;
  margin: 6px 0;
  transition: 0.4s;
}

.navi_ttl {position: relative;font-size: 20px;z-index: 2;width: 225px;}
.navi_ttl img {
  width: 100%;
}
.navi_under {
transition: all 0.5s;
transform: translateY(-101%);
position: absolute;
width: 100%;
}
.navi_bottom {
  background-color: #F8FAFE;
  padding: 26px 20px;
  z-index: 1;
  position: relative;
}
.navi_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.navi_itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}

.navi_itemBox a {
  font-size: 16px;
}
.navi_itemBox a .map__item-pref-name {
  font-size: 22px;
}
.navi_itemBox a .map__item-pref-kana {
  font-size: 9px;
}
.navi__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* navi オープン時
------------------------------*/
body.is-fixed .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

body.is-fixed .bar2 {
  opacity: 0;
}

body.is-fixed .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.is-open.navi_under {
transform: translateY(0%);
}
.is-open .navi__background {
  display: block;
}

footer {
  border-top: none;
  padding-top: 0;
}
.block-footernav ul.block-footernav--item-list * {
    box-sizing: border-box;
    text-decoration: none;
}
footer #copyright {
  font-size: 12px;
  border-top: none;
  padding: 0;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 60px;
}
.main-visual .pc {
  display: none;
}

.main-visual__inner {
  margin: 0 auto;
  overflow: hidden;
}

.main-visual__title {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 0 15px;
}

.main-visual__image {
  width: 100%;
  height: auto;
}

/* topics
------------------------------*/
.topics {
  color: #333333;
  font-weight: 500;
  /* margin: 0 20px 0; */
}
.topics .pc {
  display: none;
}

.topics__title {
  color: #05499A;
  font-weight: 500;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  background-image: url("../img/title_wavy_line_01_sp.png");
  background-size: 260px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.topics__title-small {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 16px;
  line-height: 26px;
  margin-left: 15px;
}

.topics__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 0 12.5px;
}

.topics__item-link {
  display: block;
  /* flex-flow: row wrap; */
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 6px;
  font-family: 'Noto Sans JP', sans-serif;
}

.topics__item-link > img {
  width: 100%;
  height: auto;
  aspect-ratio: 385 / 244;
  border-radius: 6px 6px 0 0;
}

.topics__item-data {
  font-size: 13px;
  line-height: 26px;
  margin-right: 17px;
  text-align: right;
  padding-bottom: 17px;
  color:  rgba(0,0,0,.66);
}

.topics__item-area {
  display: table;
  width: 180px;
  color: #05499A;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: -15px;
  margin-left: 15px;
  height: 27px;
  box-shadow: 0 1px 3px rgba(58, 101, 190, 0.38);
  border-radius: 100px;
}

.topics__item-prefectures {
  display: table-cell;
  width: auto;
  background-color: #3A65BE;
  color: #FFF;
  border-radius: 100px 0 0 100px;
  box-sizing: border-box;
  line-height: 27px;
  font-weight: 600;
}

.topics__item-municipalities {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-radius: 0 100px 100px 0;
  box-sizing: border-box;
  font-weight: 500;
}

.topics__item-text {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-top: 12px;
  padding: 0 18px;
  height: 2.8em;
  box-sizing: border-box;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
}

/* map
------------------------------*/
.map {
  width: 100%;
  margin-bottom: 100px;
}

.map__inner {
  position: relative;
  margin: 0 auto;
}

.map__item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10.5%;
  position: absolute;
  bottom: -205px;
  left: 50%;
  width: calc(100% - 21%);
  transform: translateX(-50%);
  gap: 20px 5%;
}

.map__item {
  font-size: 20px;
  line-height: 30px;
  width: 47.5%;
}

.map__item-link {
  display: flex;
  font-weight: 500;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FFF;
  flex-direction: column-reverse;
  background: linear-gradient(180deg, #fff 90%, #EF7C00 90%);
  box-shadow: 2px 1px 4px rgba(0,0,0,0.25);
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
  gap: 4px;
}
.map__item-pref-kana {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  
}
.map__item-pref-name {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.map__item-link:hover {
  text-decoration: none;
}
.map__item:last-of-type {
  margin-left: 0;
}

.map__image-box {
  width: 100%;
  margin-bottom: 280px;
}

.map__image {
  width: 100%;
  height: auto;
}

/* content
------------------------------*/
.content {
  margin: 0 auto;
}
.content#tokyo {
  margin-bottom: 100px;
}
.content#kanagawa {
  margin-bottom: 100px;
}
.content#yamanashi {
  margin-bottom: 100px;
}
.content#shizuoka {
  margin-bottom: 100px;
}
.content#nagano {
  margin-bottom: 100px;
}
.content#gifu {
  margin-bottom: 100px;
}
.content#shiga {
  margin-bottom: 100px;
}
.content#aichi {
  margin-bottom: 100px;
}
.content#kyoto {
  margin-bottom: 100px;
}
.content#osaka {
  margin-bottom: 100px;
}

.content__inner {
  position: relative;
  margin: 0 auto;
}
.content__inner-box {
  position: relative;
  margin: 0 35px;
  z-index: 1;
}
.content__number {
  color: #FF641B;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.content__number-small {
  font-size: 14px;
}

.content__title {
  color: #05499A;
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 10px;
}

.content__title-english {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 2px;
  text-transform: uppercase;
  margin-left: 10px;
}

.content__image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__image-box {
  margin: 0 0 0 -36px;
}
#kanagawa .content__image-box {
  margin: 35px -35px 0 -55px;
}
#yamanashi .content__image-box {
  margin: -22px 2px 25px;
}
#shizuoka .content__image-box {
  margin: 35px -25px 0 -25px;
}
#nagano .content__image-box {
  margin: -2px 42px 25px;
}
#gifu .content__image-box {
  margin: 45px -35px 0 -35px;
}
#aichi .content__image-box {
  margin: 30px -100px 0 -45px;
}
#shiga .content__image-box {
  margin: 55px -15px 0 -15px;
}
#kyoto .content__image-box {
  margin: 34px -40px 0 -36px;
}
#osaka .content__image-box {
  margin: 35px -35px 0 -35px;
}

.content__image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.content__item-box {
  margin: 0 auto 10px;
  margin-top: 30px;
}

.content__item {
  display: inline-block;
  margin: 0 5px 12px 0;
}

.content__item-text {
  display: block;
  color: #05499A;
  font-size: 15px;
  line-height: 30px;
  background-color: #EBF4FF;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.content__text-box {
  margin-bottom: 60px;
}

.content__text {
  font-size: 15px;
  line-height: 30px;
}

.content__button {
  width: 70vw;
  margin: 0 auto;
}

.content__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  box-sizing: border-box;
}
.content__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #05499A;
  border-right: 2px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.content__mist {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__mist {
  top: -135px;
  right: -271px;
  width: 569px;
  height: 494px;
}
#kanagawa .content__mist {
  top: -285px;
  left: -328px;
  width: 608px;
  height: 520px;
}
#yamanashi .content__mist {
  top: -308px;
  right: -302px;
  width: 533px;
  height: 482px;
}
#shizuoka .content__mist {
  top: -302px;
  left: -620px;
  width: 949px;
  height: 720px;
}
#nagano .content__mist {
  top: -304px;
  right: -400px;
  width: 736px;
  height: 635.5px;
}
#gifu .content__mist {
  top: -204px;
  left: -376px;
  width: 620px;
  height: 471px;
}
#aichi .content__mist {
  top: -274px;
  right: -365px;
  width: 573px;
  height: 518px;
}

.content__mist-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.content__wavy-line {
  position: absolute;
  width: 80vw;
  height: 54.3px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__wavy-line {
  top: 100px;
  left: 0;
}
#kanagawa .content__wavy-line {
  top: 100px;
  right: 0;
}
#yamanashi .content__wavy-line {
  top: 12px;
  right: 5px;
}
#shizuoka .content__wavy-line {
  top: 100px;
  left: 0;
}
#nagano .content__wavy-line {
  top: 12px;
  right: 5px;
}
#gifu .content__wavy-line {
  top: 100px;
  left: 0;
}
#aichi .content__wavy-line {
  top: 100px;
  right: 0;
}
#shiga .content__wavy-line {
  top: 100px;
  right: 0;
}
#kyoto .content__wavy-line {
  top: 100px;
  left: 0;
}
#osaka .content__wavy-line {
  top: 100px;
  right: 0;
}

.content__wavy-line-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* related-sites
------------------------------*/
.related-sites {
  margin: 0 auto 100px;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  color: #05499A;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  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 {
    padding: 0 35px;
  margin: 0 auto;
}

.related-sites__item {
  margin-bottom: 25px;
}
.related-sites__item:last-of-type {
  margin-bottom: 0;
}

.related-sites__text {
  color: #05499A;
  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-weight: 500;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 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("../img/link.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.related-sites__note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: -1em;
  text-align: left;
  padding-left: 1em;
  margin: 20px auto 0;
}

.forcms_block:has(.topics) {
    background-color: #F9FAFD;
    padding: 50px 0 60px;
}

#kanagawa .content__number {
    margin-left: 20vw;
}
#kanagawa .content__title {
    margin-left: 20vw;
}
#aichi .content__number {
    margin-left: 40vw;
}
#aichi .content__title {
    margin-left: 40vw;
}
#shiga .content__number {
    margin-left: 40vw;
}
#shiga .content__title {
    margin-left: 40vw;
}
#osaka .content__number {
    margin-left: 40vw;
}
#osaka .content__title {
    margin-left: 40vw;
}

.topics__item-box .slick-list {
  margin: 0 -12.5px;
}
.topics__item-box .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.topics__item-box .slick-dots > li {
  width: 11px;
  height: 11px;
}
.topics__item-box .slick-dots > li button {
  font-size: 0;
  border: 1px solid #3A65BE;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}
.topics__item-box .slick-dots > li.slick-active button {
  background: #3A65BE;
}
.topics__item-box .slick-dots > li button:hover {
  background: #3A65BE;
}
.topics__item-box .slick-arrow {
  position: absolute;
  bottom: -20px;
  font-size: 0;
  width: 36px;
  height: 36px;
  background: #3A65BE;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.topics__item-box .slick-prev {
  left: calc(50% - 150px);
  transform: translateX(-50%)
}
.topics__item-box .slick-next {
  left: calc(50% + 150px);
  transform: translateX(-50%)
}
.topics__item-box .slick-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
}
.topics__item-box .slick-prev::after {
  left: 57.5%;
  transform: translateX(-50%) translateY(-50%) rotate(-135deg)
}
.topics__item-box .slick-next::after {
  left: 42.5%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg)
}
.topics__item-box .slick-arrow:hover {
  opacity: 0.8;
}
a.topics__item-link img {
    object-fit: contain;
}



/* topics詳細ページ */
.shinkansen-topics-prefectures-detail-page .forcms_block:has(.topics) {
  background-color: transparent;
}
span.topics-list__title-line {
  font-size: 28px;
}
a.topics-list__item-content,
a.topics-list__item-content:hover,
a.topics-list__item-content:visited {
  text-decoration: none;
  color: #444
}