@charset "utf-8";

/*Hero
---------------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  height: 73rem;
  background-color: rgba(51, 51, 51, 0.03);
}

@media screen and (max-width: 46.875em) {
  .hero {
    height: 60rem;
  }
}

.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 9rem 0;
}

@media screen and (max-width: 46.875em) {
  .hero__inner {
    padding: 3rem 0;
  }
}

.hero__copy > img {
  width: 21.2rem;
  height: 3.1rem;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

@media screen and (max-width: 46.875em) {
  .hero__copy > img {
    width: 14rem;
    height: 2.1rem;
  }
}

.is-tratition-start .hero__copy > img {
  opacity: 1;
}

.hero__copy-sub-svg svg {
  width: 26.9rem;
  height: 1.9rem;
  fill: #495e6a;
}

@media screen and (max-width: 46.875em) {
  .hero__copy-sub-svg svg {
    width: 18rem;
    height: 1.3rem;
  }
}

.hero__copy-sub-svg-layer > * {
  opacity: 0;
}

.hero__copy-sub {
  display: block;
  margin-top: 1.4rem;
}

@media screen and (max-width: 46.875em) {
  .hero__copy-sub {
    margin-top: 8px;
  }
}

/*Reservation
---------------------------------------------------------- */
.reservation {
  position: relative;
  z-index: 10;
  margin-top: -11rem;
  padding-bottom: 4rem;
  letter-spacing: normal;
}

@media screen and (max-width: 46.875em) {
  .reservation {
    margin-top: -15rem;
    padding-bottom: 7rem;
  }
}

.reservation .c-text-link {
  color: #fff;
}

.reservation__inner {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 46.875em) {
  .reservation__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.reservation__box {
  padding: 2.4rem;
  border-radius: 6px;
  color: #fff;
  background-color: rgba(114, 132, 142, 0.8);
}

@media screen and (max-width: 46.875em) {
  .reservation__box {
    padding: 1.5rem;
    padding-bottom: 3rem;
  }
}

.reservation__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 46.875em) {
  .reservation__headline {
    margin-bottom: 1rem;
  }
}

.reservation__headline .c-text-link {
  font-size: 1.4rem;
}

.reservation__headline .c-text-link[href$=".pdf"] {
  padding-left: 4rem;
}

.reservation__headline .c-text-link[href$=".pdf"]:before {
  top: 0.1em;
  font-size: 2rem;
}

@media screen and (max-width: 46.875em) {
  .reservation__headline .c-text-link[href$=".pdf"]:before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 46.875em) {
  .reservation__headline-body {
    display: none;
  }
}

.reservation__headline-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 46.875em) {
  .reservation__headline-text {
    font-size: 1.3rem;
    line-height: 1.15385;
  }
}

.reservation__headline-body {
  padding-left: 1.2rem;
}

.reservation__content {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 46.9375em) {
  .reservation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.4rem 0 0 -2.4rem;
  }
}

@media print, screen and (min-width: 46.9375em) {
  .reservation__item {
    margin: 2.4rem 0 0 2.4rem;
  }
}

@media screen and (max-width: 46.875em) {
  .reservation__item:not(:first-child) {
    margin-top: 2rem;
  }
  .reservation__item .c-form-year-select,
  .reservation__item .c-form-time-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .reservation__item .c-form-time-select__wrap {
    margin-bottom: 0;
  }
  .reservation__item .c-form-select {
    border: none;
  }
}

.reservation__item--route {
  position: relative;
}

@media screen and (max-width: 46.875em) {
  .reservation__item--route {
    padding-right: 40px;
  }
  .reservation__item--route .reservation__item:not(:first-child) {
    margin-top: 1rem;
  }
}

.reservation__item-title {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 46.875em) {
  .reservation__item-title {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.reservation__jst-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: -1.4rem 0 0 -1.4rem;
}

.reservation__jst-items .reservation__jst-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.reservation__jst-items .reservation__jst-calendar .ui-datepicker-trigger {
  cursor: pointer;
}

.reservation__jst-item {
  margin: 1.4rem 0 0 1.4rem;
}

@media screen and (max-width: 46.875em) {
  .reservation__jst-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .reservation__jst-item.reservation__jst-item---calendar {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 30px;
  }
}

.reservation__item--route,
.reservation__item--route .reservation__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.reservation__route-button {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: auto;
}

@media print, screen and (min-width: 46.9375em) {
  .reservation__route-button {
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 46.875em) {
  .reservation__route-button {
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.reservation__time-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
}

@media screen and (max-width: 46.875em) {
  .reservation__time-radio {
    min-height: 5rem;
  }
}

.reservation__time-radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 1.6rem;
  border-radius: 4px;
  color: #72848e;
  background-color: #fff;
}

@media screen and (max-width: 46.875em) {
  .reservation__time-radio-inner {
    padding: 5px 1.2rem;
  }
}

.reservation__time-radio__items {
  position: relative;
  top: -0.1rem;
  margin: -0.4rem 0 0 -1rem;
}

.reservation__time-radio__item {
  display: inline-block;
  margin: 0.4rem 0 0 1rem;
}

.reservation__time-radio__item .c-form-radio__text {
  padding-left: 16px;
}

.reservation__time-radio__item .c-form-radio__text:before {
  width: 10px;
  height: 10px;
}

.reservation__time-radio__item .c-form-radio__text:after {
  left: 2px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
}

@media print, screen and (min-width: 46.9375em) {
  .reservation__item--search-button {
    width: 17.6rem;
  }
}

.reservation__item--search-button .c-button-lv1 {
  max-width: 100%;
  min-height: 40px;
}

.reservation__item--search-button .c-button-lv1 .c-button-lv1__link {
  padding: 0.1rem 0.8rem;
}

@media print, screen and (min-width: 46.9375em) {
  .reservation__sp-link {
    display: none;
  }
}

@media screen and (max-width: 46.875em) {
  .reservation__sp-link {
    margin-top: 3rem;
  }
}

/*Reservation ui-datepicker
---------------------------------------------------------- */
.ui-datepicker {
  display: none;
  padding: 2.4rem;
  color: #333;
  background-color: #ecf2f5;
  -webkit-box-shadow: 0px 2px 4px rgba(114, 132, 142, 0.2);
  box-shadow: 0px 2px 4px rgba(114, 132, 142, 0.2);
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker {
    left: 0 !important;
    padding: 2.4rem 1.2rem;
  }
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 1rem;
  }
}

.ui-datepicker table {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: normal;
  table-layout: fixed;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker table {
    font-size: 1.2rem;
  }
}

.ui-datepicker thead th {
  padding-bottom: 3px;
}

.ui-datepicker th,
.ui-datepicker td {
  text-align: center;
}

.ui-datepicker th.ui-datepicker-week-sun {
  color: #e50012;
}

.ui-datepicker th.ui-datepicker-week-sut {
  color: #3694c9;
}

.ui-datepicker td.ui-datepicker-week-sun {
  color: #e50012;
}

.ui-datepicker td.ui-datepicker-week-sut {
  color: #3694c9;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 6px 0;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: color;
  transition-property: color;
}

.ui-datepicker td span:after,
.ui-datepicker td a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.ui-datepicker td.ui-datepicker-week-sun span,
.ui-datepicker td.ui-datepicker-week-sun a {
  color: #e50012;
}

.ui-datepicker td.ui-datepicker-week-sut span,
.ui-datepicker td.ui-datepicker-week-sut a {
  color: #3694c9;
}

.ui-datepicker td.ui-datepicker-today span:after,
.ui-datepicker td.ui-datepicker-today a:after {
  background-color: #d8e1e5;
}

.ui-datepicker td.ui-datepicker-current-day span,
.ui-datepicker td.ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker td.ui-datepicker-current-day span:after,
.ui-datepicker td.ui-datepicker-current-day a:after {
  background-color: #72848e;
}

.ui-datepicker td.ui-datepicker-unselectable span {
  color: #cacaca;
}

.ui-datepicker .ui-datepicker-buttonpane {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  padding: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -42px;
  right: 12px;
  width: 30px;
  height: 30px;
  opacity: 1;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker .ui-datepicker-buttonpane button {
    top: 10px;
    right: 0px;
  }
}

.ui-datepicker .ui-datepicker-buttonpane button::before, .ui-datepicker .ui-datepicker-buttonpane button::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #72848e;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker .ui-datepicker-buttonpane button::before, .ui-datepicker .ui-datepicker-buttonpane button::after {
    width: 1px;
    height: 16px;
  }
}

.ui-datepicker .ui-datepicker-buttonpane button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-buttonpane button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-buttonpane button span {
  display: none;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
  display: none;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: 580px;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker.ui-datepicker-multi {
    width: 100%;
  }
}

.ui-datepicker-multi .ui-datepicker-group {
  position: relative;
  float: left;
  width: calc(50% - 1rem);
  margin-right: 2rem;
}

@media screen and (max-width: 46.875em) {
  .ui-datepicker-multi .ui-datepicker-group {
    width: calc(50% - 0.6rem);
    margin-right: 1.2rem;
  }
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last {
  margin-right: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

.calendarNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.4rem;
}

@media screen and (max-width: 46.875em) {
  .calendarNote {
    font-size: 1.2rem;
  }
}

/*Twitter
---------------------------------------------------------- */
@media print, screen and (min-width: 46.9375em) {
  .twitter {
    margin-bottom: 3.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 46.875em) {
  .twitter {
    position: relative;
    z-index: 10;
  }
}

.twitter__item-link {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twitter__item-link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.twitter__item-link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

@media print, screen and (min-width: 46.9375em) {
  .twitter__item-link:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 46.9375em) {
  .twitter__item-link {
    margin: auto;
    padding-right: 4rem;
  }
  .twitter__item-link:hover .c-icon-arrow-wide-right {
    -webkit-animation: hover 0.6s 1 forwards;
    animation: hover 0.6s 1 forwards;
  }
}

@media screen and (max-width: 46.875em) {
  .twitter__item-link {
    width: 100%;
    padding: 10px 15px;
    padding-right: 35px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.twitter__item-link .c-icon-arrow-wide-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  margin: auto;
  font-size: 10px;
}

.twitter__item-link .c-icon-arrow-wide-right:before {
  display: inline-block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@media screen and (max-width: 46.875em) {
  .twitter__item-link .c-icon-arrow-wide-right {
    right: 15px;
  }
}

.twitter__item-head-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.twitter__item-head-icon .c-icon-information {
  font-size: 3rem;
  color: #3694c9;
}

.twitter__item-body {
  padding-left: 1rem;
  text-align: left;
}

.twitter__item-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.71429;
}

@media print, screen and (min-width: 46.9375em) {
  .twitter__item-title {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 46.875em) {
  .twitter__item-title {
    display: block;
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.twitter__item-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 46.875em) {
  .twitter__item-text {
    font-size: 1.1rem;
    line-height: 1.36364;
  }
}

/*c-block
---------------------------------------------------------- */
.c-block__headline {
  margin-bottom: 6rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline {
    margin-bottom: 3rem;
  }
}

.c-block__headline .c-headline-lv1 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-headline-lv1 {
    margin-bottom: 1rem;
  }
}

.c-block__headline .c-block__headline-text {
  text-align: center;
}

.c-block__headline [class*='c-icon'] {
  display: block;
  margin-bottom: 3rem;
  color: #72848e;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline [class*='c-icon'] {
    margin-bottom: 1.5rem;
  }
}

.c-block__headline .c-icon-train-lineup {
  font-size: 7.5rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-icon-train-lineup {
    font-size: 5.6rem;
  }
}

.c-block__headline .c-icon-majorstation {
  font-size: 6.5rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-icon-majorstation {
    font-size: 4.85rem;
  }
}

.c-block__headline .c-icon-tourist-information {
  font-size: 7rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-icon-tourist-information {
    font-size: 5.2rem;
  }
}

.c-block__headline .c-icon-guide-type1 {
  font-size: 6.3rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-icon-guide-type1 {
    font-size: 4.8rem;
  }
}

.c-block__headline .c-icon-faq-type1 {
  font-size: 6.7rem;
}

@media screen and (max-width: 46.875em) {
  .c-block__headline .c-icon-faq-type1 {
    font-size: 4.7rem;
  }
}

/*Train Varieties
---------------------------------------------------------- */
.train-varieties__content {
  position: relative;
  padding: 2.4rem;
  background-color: #fff;
}

@media screen and (max-width: 46.875em) {
  .train-varieties__content {
    margin-top: -2.4rem;
    padding: 3.5rem 15px 7.5rem;
  }
}

@media print, screen and (min-width: 46.9375em) {
  .train-varieties__gallery-carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.train-varieties__gallery-item {
  position: relative;
  width: 25%;
}

.train-varieties__gallery-item-link {
  display: block;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media print, screen and (min-width: 46.9375em) {
  .train-varieties__gallery-item-link:hover {
    opacity: 0.6;
  }
}

.train-varieties__gallery-item-img {
  position: relative;
}

.train-varieties__gallery-item-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.train-varieties__gallery-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 46.875em) {
  .train-varieties__gallery-item-text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 46.875em) {
  .train-varieties__gallery-carousel {
    overflow: hidden;
  }
  .train-varieties__gallery-carousel .slick-slider {
    padding: 0 52.5px;
  }
  .train-varieties__gallery-carousel .slick-list {
    overflow: visible;
  }
}

/*Info
---------------------------------------------------------- */
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  width: 100%;
}

.info__item:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 46.875em) {
  .info__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.info__item-link {
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #3694c9;
  -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media print, screen and (min-width: 46.9375em) {
  .info__item-link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 46.875em) {
  .info__item-link {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.info__item-head {
  width: 10rem;
}

@media screen and (max-width: 46.875em) {
  .info__item-head {
    width: 8rem;
  }
}

.info__item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 2rem;
}

@media screen and (max-width: 46.875em) {
  .info__item-body {
    padding-left: 1rem;
  }
}

.info__item-notice {
  display: inline-block;
  margin-bottom: 3px;
  padding: 1px 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 46.875em) {
  .info__item-notice {
    font-size: 1.1rem;
    line-height: 1.36364;
  }
}

.info__item-notice--important {
  color: #e50012;
  border: 1px solid #e50012;
}

/*Visual
---------------------------------------------------------- */
.visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 56rem;
  margin: auto;
}

@media screen and (max-width: 46.875em) {
  .visual {
    height: 24rem;
  }
}

.visual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(51, 51, 51, 0.03);
}
