@charset "UTF-8";

.offerContents {
  margin-top: 0 !important;
}

.page-navigation a,
.primary-buttons a {
  text-decoration: none;
}

/* メインビジュアル
/*+---------------------------------*/
.main-visual {
  position: relative;
  z-index: 5;
  background-image: url(../img/bg_mv_bottom_pc.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .main-visual {
    background-image: url(../img/bg_mv_bottom_sp.jpg);
    background-size: cover;
  }
}

.main-visual__inner {
  margin: 0 auto;
  padding: 80px 20px 100px;
  max-width: 1000px;
}

@media screen and (max-width: 670px) {
  .main-visual__inner {
    padding: 9.375% 5% 18.75%;
  }
}

.main-visual__heading {
  text-align: center;
}

@media screen and (max-width: 670px) {
  .main-visual__heading {
    padding: 0 3%;
  }
}

.main-visual__visual {
  margin: 50px 0 20px;
}

.main-visual__visual figure {
  margin: 0 auto;
  max-width: 699px;
  text-align: center;
}

@media screen and (max-width: 670px) {
  .main-visual__visual {
    margin: 7% 0 3%;
  }
}

.main-visual__note {
  padding: 30px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
}

@media screen and (max-width: 670px) {
  .main-visual__note {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .main-visual__note {
    padding: 3% 0 0;
  }
}

.main-visual__note em {
  color: #01b1e4;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  .main-visual__note em {
    font-size: 1.8rem;
  }
}

.main-visual__note strong {
  color: #01b1e4;
}

.main-visual__note .main-visual__wrap {
  padding: 32px 48px;
  background-color: rgba(255, 255, 255, 0.7);
  border: #fff 4px solid;
}

@media screen and (max-width: 670px) {
  .main-visual__note .main-visual__wrap {
    padding: 24px 18px;
    border: #fff 2px solid;
    text-align: left;
  }
}

.main-visual__note .attention-text {
  margin-top: 2%;
  font-size: 1.8rem;
  color: #0b306d;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .main-visual__note .attention-text {
    margin-top: 4%;
    font-size: 1.2rem;
  }
}

.main-visual__note .attention-text .attention-text__link {
  color: #dd424e;
  text-decoration: underline;
}

.main-visual__note .attention-text .attention-text__link:hover {
  text-decoration: none;
}

/* 見出し
/*+---------------------------------*/
/* --- セクションの大見出し --- */
.content-heading-level1 {
  position: relative;
  z-index: 0;
  margin-bottom: 72px;
  padding: 34px 24px;
  padding: 40px 24px 32px\0;
  background-color: #239e74;
  background-image: url(../img/bg_heading.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
  /* 列車空席情報 */
  /* おすすめ情報 */
}

.content-heading-level1:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -21px;
  left: 50%;
  border-top: 21px solid #32a57e;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#train .content-heading-level1 {
  background-color: #337abb;
}

#train .content-heading-level1:after {
  border-top-color: #4586c1;
}

#spot .content-heading-level1 {
  background-color: #d02f3c;
}

#spot .content-heading-level1:after {
  border-top-color: #d33e4a;
}

@media screen and (max-width: 767px) {
  .content-heading-level1 {
    margin-bottom: 48px;
    padding: 22px 25px;
    font-size: 2rem;
  }
  .content-heading-level1:after {
    bottom: -15px;
    border-top-width: 15px;
    border-left-width: 9px;
    border-right-width: 9px;
  }
}

/* --- セクションの中見出し --- */
.content-heading-level2 {
  padding: 21px 30px;
  padding: 26px 30px 16px\0;
  background-color: #337abb;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .content-heading-level2 {
    padding: 15px 40px 15px 20px;
    font-size: 1.8rem;
  }
}

/* --- セクションの小見出し --- */
.content-heading-level3 {
  margin-bottom: 16px;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
}

.content-heading-level3 b {
  color: #337abb;
}

.content-heading-level3:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  border: 5px solid #baa600;
  border-radius: 14px;
  width: 5px;
  height: 5px;
}

/* --- 関連情報の見出し --- */
.content-heading-level4 {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
  padding: 12px 15px;
  padding: 15px 15px 9px;
  width: 100%;
  background-color: #1c95b0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.content-heading-level4 span {
  display: table-cell;
  padding-left: 12px;
  vertical-align: middle;
}

.content-heading-level4:before {
  content: '';
  display: table-cell;
  width: 29px;
  height: 18px;
  background-image: url(../img/icon_ticket.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .content-heading-level4 {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .content-heading-level4 span {
    padding-right: 6px;
  }
}

/* --- 引きカッコのついた見出し --- */
.lead-heading {
  display: block;
  margin-bottom: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.33;
}

.lead-heading span {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 10px 0 15px;
}

.lead-heading span:before,
.lead-heading span:after {
  display: inline-block;
  content: '';
  position: absolute;
  z-index: 0;
  top: 2px;
  border-radius: 3px;
  width: 3px;
  height: 30px;
  background-color: #baa600;
}

.lead-heading span:before {
  left: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.lead-heading span:after {
  right: 0;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.lead-heading.is-large span {
  padding: 0 10px 0 20px;
}

.lead-heading.is-large span:before,
.lead-heading.is-large span:after {
  width: 3px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .lead-heading {
    margin: 0 10px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .lead-heading span:before,
  .lead-heading span:after {
    top: 50%;
  }
  .lead-heading span:before {
    -webkit-transform: rotate(-15deg) translateY(-50%);
    -ms-transform: rotate(-15deg) translateY(-50%);
    transform: rotate(-15deg) translateY(-50%);
  }
  .lead-heading span:after {
    -webkit-transform: rotate(15deg) translateY(-50%);
    -ms-transform: rotate(15deg) translateY(-50%);
    transform: rotate(15deg) translateY(-50%);
  }
  .lead-heading.is-large span {
    padding: 0 8px 0 12px;
  }
  .lead-heading.is-large span:before,
  .lead-heading.is-large span:after {
    width: 3px;
    height: 30px;
  }
}

/* ナビゲーション
/*+---------------------------------*/
.page-navigation {
  margin: 0 auto 20px;
  max-width: 858px;
}

.page-navigation ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-navigation ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 49.3007%;
}

.page-navigation ul li:nth-child(2n) {
  margin-right: 1.28205%;
}

.page-navigation ul li.full-width {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-navigation ul {
    display: block;
  }
  .page-navigation ul li {
    width: 100%;
  }
  .page-navigation ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.page-navigation__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #155794;
  border-right: 3px solid #155794;
  padding: 7px 32px 7px 10px;
  padding: 10px 32px 4px 10px;
  border-radius: 5px;
  width: 100%;
  min-height: 67px;
  background-color: #337abb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.277;
}

.page-navigation__item .page-navigation__item__icon {
  margin-right: 12px;
  width: 16.84211%;
  max-width: 64px;
}

.page-navigation__item .page-navigation__item__icon img {
  vertical-align: middle;
}

.page-navigation__item .page-navigation__item__label {
  width: 80%;
}

.page-navigation__item:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 9px;
  width: 14px;
  height: 7px;
  background-image: url(../img/arrow_nav.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.page-navigation__item:hover {
  border-bottom: none;
  border-right: none;
  border-top: 4px solid #e5eef6;
  border-left: 3px solid #e5eef6;
  background-color: #155794;
}

.page-navigation__item:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-navigation__item {
    border-radius: 10px;
    min-height: 54px;
    font-size: 1.7rem;
  }
  .page-navigation__item .page-navigation__icon {
    margin-right: 6px;
  }
}

.page-navigation p {
  font-size: 1.65rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}


/* ボックスコンポーネント
/*+---------------------------------*/
/* --- コンテンツ全体のwrap --- */
.content-wrap {
  overflow: hidden;
}

.content-wrap * {
  box-sizing: border-box;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#main_rn .offerContents .content-wrap img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.content-wrap a:not([class]) {
  color: #155794;
  text-decoration: underline;
}

.content-wrap a:not([class]):hover {
  text-decoration: none;
}

/* --- ボックスの左右余白 --- */
.content-inner {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 16px;
  }
}

/* --- 大見出し用ボックス --- */
.content-box {
  position: relative;
  padding-bottom: 120px;
  /* 列車空席情報 */
  /* おトクなきっぷ */
  /* おすすめ情報 */
}

.content-box:last-child {
  margin-bottom: 0;
}

.content-box#train {
  z-index: 2;
  background-color: #e5eef6;
}

.content-box#ticket {
  z-index: 0;
  background-color: #eeffee;
}

.content-box#spot {
  z-index: 1;
  background-color: #fceaee;
}

.content-box#spot a,
.content-box#ticket a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .content-box {
    padding-bottom: 60px;
  }
}

/* --- 中見出し用ボックス --- */
.content-box-2 {
  margin-bottom: 60px;
}

.content-box-2.is-lead {
  margin-top: 60px;
  padding: 40px 54px;
  background-color: #fff;
}

.content-box-2:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-box-2 {
    margin-bottom: 20px;
  }
  .content-box-2.is-lead {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 28px 10px;
  }
}

.content-box-2__inner {
  padding: 32px 76px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .content-box-2__inner {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .content-box-2__inner {
    padding: 20px 18px;
  }
}

/* --- 小見出し用ボックス --- */
.content-box-3.is-recommend {
  margin-top: 30px;
}

/* --- ご注意ボックス --- */
.attention {
  margin-top: 42px;
  padding: 15px 20px 18px;
  background-color: #ffecec;
}

@media screen and (max-width: 767px) {
  .attention {
    margin-top: 30px;
  }
}

.attention__heading {
  margin-bottom: 19px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ca0606;
  color: #ca0606;
  font-size: 2.2rem;
  line-height: 1.33;
}

.attention__heading:before {
  content: '';
  display: inline-block;
  position: relative;
  z-index: 0;
  top: 4px;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icon_attention.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .attention__heading {
    font-size: 2rem;
  }
}

/* --- カラムレイアウト --- */
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns .column {
  margin-bottom: 38px;
  margin-right: 2.94118%;
  width: 48.52941%;
}

.columns .column:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .columns {
    display: block;
  }
  .columns .column {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .columns .column + .column {
    margin-top: 30px;
  }
}

/* LIST
/*+---------------------------------*/
.list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5625;
}

.list > li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-image: url(../img/arrow_list.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  vertical-align: middle;
}

.list > li a {
  font-weight: bold;
}

.list > li + li {
  margin-top: 26px;
}

.list.is-lead > li:before {
  background-image: url(../img/arrow_lead.svg);
}

.list.is-attention > li:before {
  background-image: url(../img/arrow_attention.svg);
}

.text-box + .list {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .list > li {
    padding-left: 0.75em;
    text-indent: -0.75em;
  }
  .list > li:before {
    margin-right: 5px;
  }
  .list > li + li {
    margin-top: 19px;
  }
  .list.is-lead {
    margin: 0 14px;
  }
}

/* BUTTON
/*+---------------------------------*/
/* 汎用ボタン */
.primary-button {
  display: block;
  position: relative;
  z-index: 0;
  padding: 20px 44px 20px 22px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 3px 3px 0 #e5e5e5;
  background-color: #fff;
  color: #1a1a1b;
  font-size: 2rem;
  font-weight: bold;
}

.primary-button span {
  color: #337abb;
}

.primary-button:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 14px;
  background-image: url(../img/arrow_right_lightblue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-button.is-blank:after {
  width: 15px;
  height: 14px;
  background-image: url(../img/icon_cyberstation.svg);
}

.primary-button .primary-button__arrow {
  padding: 0 8px;
}

.primary-button .primary-button__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-button .primary-button__logo img {
  vertical-align: middle;
  width: 110px;
}

.primary-button .primary-button__caption {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 0.66em;
}

.primary-button .primary-button__caption.is-e5489 {
  display: inline;
  margin-top: 0;
  padding-left: 6px;
}

.primary-button.has-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 42px 14px 17px;
  line-height: 1.33;
  width: 100%;
}

.primary-button:hover {
  position: relative;
  z-index: 0;
  top: 3px;
  left: 3px;
  box-shadow: none;
  background-color: #dff8fd;
}

.primary-button:visited {
  color: #1a1a1b;
}

@media screen and (max-width: 767px) {
  .primary-button .primary-button__caption {
    font-size: 1.4rem;
  }
  .primary-button .primary-button__caption.is-e5489 {
    display: block;
    margin-top: 4px;
    padding-left: 0;
  }
  .primary-button.has-logo {
    display: block;
    padding: 14px 40px 14px 17px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .primary-button {
    padding-right: 25px;
  }
  .primary-button:after {
    right: 10px;
  }
}

.primary-buttons > li + li {
  margin-top: 18px;
}

.primary-buttons.is-triple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.primary-buttons.is-triple > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.12745%;
}

.primary-buttons.is-triple > li + li {
  margin-top: 0;
  margin-left: 3.30882%;
}

@media screen and (max-width: 767px) {
  .primary-buttons.is-triple {
    display: block;
  }
  .primary-buttons.is-triple > li {
    display: block;
    width: 100%;
  }
  .primary-buttons.is-triple > li + li {
    margin-top: 18px;
    margin-left: 0;
  }
}

/* サイバーステーションなどのボタン */
.sub-button {
  display: block;
  position: relative;
  z-index: 0;
  padding: 15px 30px 15px 15px;
  background-color: #faf3ac;
  font-weight: bold;
  text-align: center;
  line-height: 1.225;
  transition: background-color 0.3s ease;
}

.sub-button span {
  display: inline-block;
  color: #1a1a1b;
  text-align: left;
}

.sub-button:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 40%;
  right: 13px;
  width: 7px;
  height: 14px;
  background-image: url(../img/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.sub-button.is-cyberstation:after {
  width: 15px;
  height: 14px;
  background-image: url(../img/icon_cyberstation.svg);
}

.sub-button:hover {
  background-color: #d2cb7e;
}

.sub-button:visited {
  color: #1a1a1b;
}

/* wrap */
.sub-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 858px;
}

.sub-buttons > li {
  width: 49.5338%;
}

.sub-buttons > li + li {
  margin-left: 0.9324%;
}

@media screen and (max-width: 767px) {
  .sub-buttons {
    display: block;
  }
  .sub-buttons > li {
    width: 100%;
  }
  .sub-buttons > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* おすすめ情報などのボタン */
.secondary-button {
  display: block;
  margin: 0 auto;
  padding: 23px 20px;
  padding: 27px 20px 17px\0;
  position: relative;
  z-index: 0;
  max-width: 600px;
  background-color: #203a84;
  color: #fff !important;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  /* おトクなきっぷ */
  /* おすすめ情報 */
}

.secondary-button:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #071a51;
}

.secondary-button:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 13px;
  background-image: url(../img/arrow_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secondary-button.is-blank:after {
  background-image: url(../img/icon_blank-white.svg);
  height: 20px;
}

.secondary-button:hover {
  top: 4px;
  background-color: #071a51;
}

.secondary-button:hover:before {
  content: none;
}

.secondary-button:visited {
  color: #fff;
}

.secondary-button.is-large {
  padding: 43px 20px;
  max-width: 800px;
}

#ticket .secondary-button {
  background-color: #239e74;
}

#ticket .secondary-button:before {
  background-color: #096646;
}

#ticket .secondary-button:hover {
  background-color: #096646;
}

#spot .secondary-button {
  background-color: #d02f3c;
}

#spot .secondary-button:before {
  background-color: #851e27;
}

#spot .secondary-button:hover {
  background-color: #851e27;
}

@media screen and (max-width: 767px) {
  .secondary-button {
    padding: 11px 10px;
    padding: 15px 10px 6px\0;
    font-size: 1.8rem;
  }
  .secondary-button:after {
    width: 16px;
    height: 10px;
  }
  .secondary-button.is-large {
    padding: 15px 30px 15px 10px;
    padding: 19px 30px 11px 10px\0;
  }
}

/* 複数ボタンが並ぶとき */
.secondary-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.secondary-buttons > li {
  margin-bottom: 40px;
  margin-right: 4.16667%;
  width: 47.91667%;
}

.secondary-buttons > li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .secondary-buttons {
    display: block;
    margin-bottom: -8px;
  }
  .secondary-buttons > li {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }
}

/* ページトップに戻るボタン */
.pagetop-button {
  display: none;
  padding: 12px;
  padding: 16px 12px 10px\0;
  border-radius: 6px;
  background-color: #e5e5e5;
  color: #1a1a1b;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pagetop-button {
    display: inline-block;
  }
}

.pagetop-button-wrap {
  margin-top: 40px;
  text-align: right;
}

/* PARTS
/*+---------------------------------*/
/* リード文 */
.lead-text {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lead-text {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
}

/* テキストの装飾など */
strong {
  font-weight: bold;
}

/* バナー */
.obon-banner {
    display: inline-block;
    opacity: 1;
    margin: 30px auto 0;
    transition: opacity 0.3s ease;
}

.obon-banner img {
    width: auto;
}

@media screen and (min-width: 768px),print {
  .obon-banner img {
        width: 280px;
    }
}
.obon-banner:hover {
opacity: 0.6;
}


/* アコーディオン（横幅800px以下のときのみ） */
@media screen and (max-width: 767px) {
  .js-accordion-trigger {
    position: relative;
    z-index: 0;
    padding-right: 40px;
    cursor: pointer;
  }
  .js-accordion-trigger:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_accordion_off.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .js-accordion-trigger.is-active:after {
    background-image: url(../img/icon_accordion_on.svg);
  }
}

@media screen and (max-width: 767px) {
  .js-accordion-trigger {
    padding-right: 34px;
  }
  .js-accordion-trigger:after {
    right: 10px;
  }
}

.js-accordion {
  display: block;
}

@media screen and (max-width: 767px) {
  .js-accordion {
    display: none;
  }
}



.offerContents {
  margin-top: 0 !important;
}
.shift_rn a {
  text-decoration: none !important;
}
