@charset "UTF-8";

/*
 * 静的ページ用
 */

.p-main {
  background: #f2f2f2;
}

.p-link {
  color: #184f9f;
  text-decoration: underline;
}

.p-section {
  font-size: 14px;
  line-height: 1.65;
}

.p-section__content {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-heading-h2 {
  padding: 12px 10px 10px;
  color: #184f9f;
  text-align: center;
}

.p-heading-h2__content {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.p-heading-h2__md {
  font-size: 14px;
}

.p-heading-h2__sm {
  font-size: 12px;
}

.p-heading-h2--bl {
  background: #184f9f;
  color: #fff;
}

.p-heading-h3 {
  padding-top: 5px;
  padding-bottom: 6px;
  border-top: 3px solid #184f9f;
  background: #fff;
  color: #184f9f;
  text-align: center;
}

.p-heading-h3__content {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
}

.p-footer {
/*  padding-bottom: 15px;*/
  background: #184f9f;
}

.p-footer__content {
  padding-top: 20px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.75;
}

.p-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer-sns li {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-left: 10px;
}

.p-footer-sns li.p-footer-sns-fb {
  width: 19.5px;
}

.p-footer-sns-item {
  display: block;
}

.p-overview-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: -10px;
  margin-left: -10px;
}

.p-overview-col--mt0 {
  margin-top: 0;
}

.p-overview-col-title {
  color: #184f9f;
  font-weight: 700;
}

.p-overview-col__text {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.p-overview-col__figure {
  margin-right: 10px;
  margin-left: 10px;
}

.p-link-detail {
  text-align: center;
}

.p-link-detail-item {
  position: relative;
  padding-left: 1.8em;
  color: #184f9f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.p-link-detail-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("../img/pages/icon_info_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.p-link-detail-item--window::after {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: .3em;
  background-image: url("../img/pages/icon_window_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: -8px;
  margin-right: -4px;
  margin-left: -4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-anchor-box {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 30px;
}

.p-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 32px;
  margin-top: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid #184f9f;
  border-radius: 16px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-anchor-link::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 9px;
  height: 5px;
  margin: auto;
  background-image: url("../img/pages/arrow_down_gr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.p-anchor-link__item {
  display: inline-block;
  padding-right: 1em;
  color: #184f9f;
  font-size: 14px;
  font-weight: 700;
}

.p-meitetsu-list {
  margin-top: 40px;
}

.p-meitetsu-list dt {
  position: relative;
  padding-left: 30px;
}

.p-meitetsu-list dt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: .15em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #184f9f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  content: '';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-meitetsu-list dd {
  margin-top: 10px;
}

.p-meitetsu-list--01 dt::before {
  content: '1';
}

.p-meitetsu-list--02 dt::before {
  content: '2';
}

.p-meitetsu-list--03 dt::before {
  content: '3';
}

.p-meitetsu-list__title {
  display: block;
  color: #184f9f;
  font-size: 15px;
  font-weight: 700;
}

.p-meitetsu-list__sub-title {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
}

.p-meitetsu-1day-image {
  margin-right: auto;
  margin-left: auto;
}

.p-meitetsu-1day-price {
  margin-top: 25px;
  color: #184f9f;
  text-align: center;
}

.p-meitetsu-1day-price-item {
  font-size: 18px;
  font-weight: 700;
}

.p-meitetsu-1day-price-item__fee {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.p-meitetsu-1day-map {
  margin-top: 10px;
}

.p-tourism-note {
  font-size: 12px;
}

.p-tourism-tbl {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  letter-spacing: 0;
}

.p-tourism-tbl thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #edf7f8;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.p-tourism-tbl thead tr th:first-child {
  border-left: 1px solid #e4e4e4;
}

.p-tourism-tbl tbody {
  border-left: 1px solid #e4e4e4;
}

.p-tourism-tbl tbody tr td,
.p-tourism-tbl tbody tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  vertical-align: middle;
}

.p-tourism-tbl tbody tr td {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-align: center;
}

.p-tourism-tbl tbody tr td:empty {
  background-image: -webkit-gradient(linear, left bottom, right top, from(transparent), color-stop(49%, transparent), color-stop(49%, #e4e4e4), color-stop(51%, #e4e4e4), color-stop(51%, transparent), to(transparent));
  background-image: linear-gradient(to top right, transparent, transparent 49%, #e4e4e4 49%, #e4e4e4 51%, transparent 51%, transparent);
}

.p-tourism-tbl tbody tr th {
  background: #edf7f8;
  font-weight: 500;
  text-align: left;
}

.p-tourism-tbl-area {
  margin-top: 10px;
}

.p-tourism-tbl--th-center tbody tr th {
  text-align: center;
}

.p-tourism-tbl-note {
  font-size: 10px;
}

.p-tourism-map {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.p-tourism-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-tourism-1day {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p-tourism-1day-text {
  margin-top: 20px;
}

.p-tourism-stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e4e4e4;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tourism-stop:not(:first-child) {
  margin-top: 20px;
}

.p-tourism-stop__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #edf7f8;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .01em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tourism-stop__map {
  border: 1px solid #e4e4e4;
}

.p-model-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-model-number:not(:first-of-type) {
  margin-top: 20px;
}

.p-model-number--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-model-number__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: #184f9f;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-model-number__right {
  width: calc(100% - 60px);
}

.p-model-number__title {
  display: block;
  color: #184f9f;
  font-size: 18px;
  font-weight: 700;
}

.p-model-number__note {
  margin-top: 8px;
  font-size: 13px;
}

.p-model-number__minutes {
  margin-top: 8px;
  color: #184f9f;
  font-size: 13px;
}

.p-model-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 10px 25px 10px 55px;
  background-color: #184f9f;
  text-align: center;
}

.p-model-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 48px;
  height: 48px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  content: '';
}

.p-model-btn::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin: auto;
  margin-top: -1em;
  color: #fff;
  font-size: 10px;
  content: '＞';
}

.p-model-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-bottom: 10px;
}

.p-model-btn--taxi::before {
  background-image: url("../img/pages/btn_circle01.png");
}

.p-model-btn--bus::before {
  background-image: url("../img/pages/btn_circle02.png");
}

.p-model-btn__ye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1em;
  margin-left: -1em;
  color: #ffff7f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-model-btn__wh {
  display: inline-block;
  margin-top: 5px;
  margin-right: -1em;
  margin-left: -1em;
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
}

.p-model-btn__wh > span {
  text-decoration: underline;
}

.p-model-minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-model-minutes__icon {
  width: 64px;
}

.p-model-minutes__text {
  margin-left: 18px;
  padding-bottom: 1em;
  font-size: 12px;
}

.p-model-minutes__number {
  font-size: 16px;
}

.p-model-col__item {
  margin-top: -20px;
  padding-top: 20px;
}

.p-model-col__text {
  margin-top: 10px;
  font-size: 14px;
}

.p-model-col__image {
  margin-top: 10px;
}

.p-model-other {
  margin-top: 30px;
  padding-bottom: 50px;
  background: #fff;
}

.p-model-other__content {
  margin-right: auto;
  margin-left: auto;
}

.p-model-other-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 42px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background: #ffff7f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-model-other-balloon::before {
  position: absolute;
  z-index: 0;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffff7f;
  content: "";
}

.p-model-other-balloon__content {
  color: #184f9f;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.p-model-other__title {
  margin-top: 25px;
  color: #184f9f;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.p-model-other__text {
  margin-top: 8px;
  font-size: 14px;
}

.p-model-other__image {
  margin-top: 12px;
}

.top-search {
  background: #184f9f;
}

.top-search-dest {
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
}

.top-search-dest-item {
  padding-right: 59px;
  padding-left: 33px;
}

.top-search-dest-item--replace {
  position: relative;
}

.top-search-dest-item--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

.top-search-dest-input {
  width: 100%;
  height: 28px;
  padding-bottom: 3px;
  padding-left: 14px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
}

.top-search-dest-input-box {
  position: relative;
  margin-top: 7px;
}

.top-search-dest-input-box::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.top-search-dest-input-box--replace::before {
  top: -10.5px;
  left: -17.96px;
  width: 5px;
  height: 26px;
  background-image: url("../img/pages/icon_dest_point_wh.svg");
}

.top-search-dest-input-box--start::before {
  top: 6px;
  left: -20.786px;
  width: 12px;
  height: 12px;
  background-image: url("../img/pages/icon_dest_start_wh.svg");
}

.top-search-dest-input-box--end {
  width: calc(100% - 59px);
}

.top-search-dest-input-box--end::before {
  bottom: 2px;
  left: -22.318px;
  width: 14px;
  height: 37px;
  background-image: url("../img/pages/icon_dest_end_wh.svg");
}

.top-search-dest-btn-change {
  position: absolute;
  top: 4.5px;
  right: -26px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top-search-dest-btn-change--plus {
  background-image: url("../img/pages/icon_dest_plus_wh.svg");
}

.top-search-dest-btn-change--minus {
  background-image: url("../img/pages/icon_dest_plus_wh.svg");
}

.top-search-dest-btn-delete {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url("../img/pages/icon_dest_delete.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top-search-dest-btn-replace {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  width: 15px;
  height: 17px;
  margin: auto;
  background-image: url("../img/pages/icon_dest_replace_wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-search-btn-area {
  width: 51px;
  height: 28px;
  margin-top: 7px;
  margin-left: 8px;
}

.top-section {
  padding-top: 40px;
}

.top-gr-section {
  background: #f2f2f2;
}

.top-gr-section__content {
  padding-right: 20px;
  padding-left: 20px;
}

.top-col-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-col-circle-item {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.top-col-circle-image {
  display: inline-block;
  margin-top: 10px;
}

.top-col-circle-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: -1em;
  margin-left: -1em;
  font-size: 14px;
  font-weight: 700;
}

.top-col-circle-link--window::after {
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: .1em;
  background-image: url("../img/pages/icon_window_gr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.top-col-circle-link--bl {
  color: #184f9f;
}

.top-info {
  background: #f2f2f2;
}

.top-info__content {
  margin-right: auto;
  margin-left: auto;
}

.top-info__list {
  margin-top: -15px;
  font-size: 13px;
}

.top-info__list li {
  margin-top: 15px;
}

.top-info__link {
  display: block;
}

.top-info__date {
  margin-right: 20px;
}

.top-info__title {
  color: #184f9f;
  text-decoration: underline;
}

.top-sponsorship-centx {
  margin-right: auto;
  margin-left: auto;
}

.top-sponsorship-centx-note {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

.top-sponsorship__content {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.top-sponsorship-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
}

.top-sponsorship-col:not(:first-child) {
  margin-top: 15px;
}

.top-sponsorship-col--cross {
  position: relative;
}

.top-sponsorship-col--cross::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 34px;
  width: 8.214%;
  height: 100%;
  margin: auto;
  background-image: url("../img/pages/icon_kakeru.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.top-sponsorship-col__item {
  width: calc(50% - 40px);
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.top-sponsorship-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 30px;
  border: 1px solid #184f9f;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-sponsorship-link::after {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 12px;
  height: 8px;
  margin: auto;
  background-image: url("../img/pages/icon_window_bl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
}

.top-sponsorship-link__content {
  color: #184f9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-link:hover {
    text-decoration: none;
  }

  .p-section--mt {
    margin-top: 80px;
  }

  .p-section__content {
    max-width: 1096px;
    padding-top: 50px;
  }

  .p-heading-h2__content {
    font-size: 22px;
  }

  .p-mv {
    padding-top: 20px;
    padding-right: 20%;
    padding-bottom: 20px;
    padding-left: 20%;
    background: #fff;
  }

  .p-footer-sns-item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .p-footer-sns-item:hover {
    opacity: .7;
  }

  .p-overview-col-title {
    font-size: 16px;
  }

  .p-overview-col__text {
    width: calc(80% - 20px);
  }

  .p-overview-col__figure {
    width: calc(20% - 20px);
  }

  .p-link-detail {
    margin-top: 40px;
  }

  .p-link-detail-item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .p-link-detail-item:hover {
    opacity: .7;
  }

  .p-anchor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-anchor-box {
    max-width: 840px;
  }

  .p-anchor-link {
    width: calc(33.333% - 8px);
  }

  .p-meitetsu-list {
    width: calc(48% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  .p-meitetsu-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: calc();
    -ms-flex-pack: calc();
    justify-content: calc();
  }

  .p-meitetsu-1day-image {
    max-width: 400px;
  }

  .p-meitetsu-1day-map {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
  }

  .p-tourism-tbl {
    font-size: 13px;
  }

  .p-tourism-tbl tbody tr th {
    width: 20%;
    padding-left: 10px;
  }

  .p-tourism-1day {
    width: 320px;
  }

  .p-tourism-1day-text {
    text-align: center;
  }

  .p-tourism-stop__title {
    width: 140px;
  }

  .p-tourism-stop__map {
    width: calc(100% - 140px);
  }

  .p-model-btn {
    width: calc(40% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .p-model-btn:hover {
    opacity: .7;
  }

  .p-model-btn-area {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-model-minutes {
    width: 50%;
  }

  .p-model-col__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }

  .p-model-col__item {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .p-model-other__content {
    width: 500px;
  }

  .top-search {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-search-dest {
    max-width: 840px;
  }

  .top-search-btn {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .top-search-btn:hover {
    opacity: .7;
  }

  .top-gr-section {
    margin-top: 50px;
  }

  .top-gr-section__content {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .top-col-circle {
    margin-top: -50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .top-col-circle--mt0 {
    margin-top: 0;
  }

  .top-col-circle-item {
    width: calc(23% - 40px);
    padding-top: 30px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .top-col-circle-item:hover {
    opacity: .7;
  }

  .top-info__content {
    max-width: 640px;
    padding: 50px 20px;
  }

  .top-info__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .top-info__link:hover {
    opacity: .7;
  }

  .top-sponsorship {
    padding-top: 60px;
  }

  .top-sponsorship-centx {
    width: 240px;
  }

  .top-sponsorship-col {
    margin-top: 60px;
  }

  .top-sponsorship-link {
    padding: 10px 21px 10px 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .top-sponsorship-link:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 1200px) {
  .p-main {
    padding-bottom: 60px;
  }

  .top-header-logo {
    width: 400px;
  }

  .top-main {
    padding-top: 320px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .p-main {
    padding-bottom: 30px;
  }

  .top-main {
    padding-top: 200px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-section--mt {
    margin-top: 40px;
  }

  .p-section__content {
    max-width: 520px;
    padding-top: 25px;
  }

  .p-heading-h2__content {
    font-size: 19px;
  }

  .p-overview-col-title {
    font-size: 15px;
  }

  .p-overview-col__text {
    width: calc(64.285% - 20px);
  }

  .p-overview-col__figure {
    width: calc(35.715% - 20px);
  }

  .p-link-detail {
    margin-top: 30px;
  }

  .p-anchor-box {
    max-width: 520px;
  }

  .p-anchor-link {
    width: calc(50% - 8px);
  }

  .p-meitetsu-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-meitetsu-1day-image {
    width: 92.857%;
  }

  .p-tourism-tbl {
    font-size: 10px;
  }

  .p-tourism-tbl thead tr th:first-child {
    width: 95px;
  }

  .p-tourism-tbl tbody tr th {
    width: 95px;
    padding-left: 5px;
  }

  .p-tourism-1day {
    width: 65.714%;
  }

  .p-tourism-stop__title {
    width: 100px;
  }

  .p-tourism-stop__map {
    width: calc(100% - 100px);
  }

  .p-model-btn {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }

  .p-model-btn-area {
    margin-right: -5px;
    margin-left: -5px;
  }

  .p-model-col__item:not(:first-child) {
    margin-top: 0;
  }

  .p-model-other__content {
    max-width: 540px;
    width: calc(100% - 60px);
  }

  .top-search {
    padding: 15px 10px 15px 3px;
  }

  .top-search-dest {
    max-width: 480px;
  }

  .top-gr-section {
    margin-top: 30px;
  }

  .top-gr-section__content {
    padding-bottom: 20px;
  }

  .top-col-circle {
    margin-top: -25px;
  }

  .top-col-circle--mt0 {
    margin-top: 0;
  }

  .top-col-circle-item {
    width: calc(50% - 40px);
    padding-top: 10px;
  }

  .top-info__content {
    max-width: 540px;
    padding: 25px 30px;
  }

  .top-sponsorship {
    padding-top: 30px;
  }

  .top-sponsorship-centx {
    width: 180px;
  }

  .top-sponsorship-col {
    margin-top: 30px;
  }

  .top-sponsorship-col--btn .top-sponsorship-col__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-sponsorship-col--btn .top-sponsorship-col__item:first-child .top-sponsorship-link {
    padding-right: 18px;
    padding-left: 8px;
  }

  .top-sponsorship-link {
    padding: 4px 25px;
  }

  .top-sponsorship-link_centX {
    padding: 4px 50px;
  }
}