/* # =================================================================
# Copyright komono local public transport conference All rights Reserved.
# ================================================================= */

@charset "UTF-8";
/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* # =================================================================
# base
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  -moz-font-smoothing: antialiased;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: opacity .3s;
  color: #333;
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,
select,
textarea,
button {
     -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  margin: 0;
  outline: none;
  padding: 0;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

hr {
  border: none;
  margin: 0;
}

b,
strong,
em {
  font-weight: bold;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/* # =================================================================
# structures
# ================================================================= */
.st-l-main {
  background: url(../images/bg_dot.png) repeat left top;
  background-size: 5px;
}

.st-l-inner {
  margin: 0 auto;
  padding: 0 50px;
/*  width: 900px;*/
  width: 1100px;
}

/* 20220322 */
.st-l-inner2 {
  margin: 0 auto;
  padding: 0 50px;
  width: 550px;
}

.st-l-pages {
  margin: 0 auto;
  padding: 40px 50px;
  width: 700px;
}

/**
 * header
 */
.st-header {
  -webkit-box-shadow: 0 0 16px 8px rgba(227, 227, 227, 0.5);
          box-shadow: 0 0 16px 8px rgba(227, 227, 227, 0.5);
  position: relative;
}

.st-header__top {
  padding: 10px 0 9px;
}

.st-header__top__inner {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.st-header__logo img {
  width: 58px;
}

.st-header__logo span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 0 13px;
  position: relative;
  top: 5px;
}

.st-header__lang p {
  font-size: 1.3rem;
  line-height: 1.0;
  text-align: right;
}

.st-header__select {
  margin: 10px 0 0;
  position: relative;
  width: 140px;
}

.st-header__select::after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  width: 0;
}

.st-header__select select {
  border: solid 1px #c9c9c9;
  cursor: pointer;
  height: 30px;
  padding: 0 15px;
  width: 100%;
}

/* 追加　21/10/06*/
.search__select__headline {
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0;
}

.content__select {
  margin: 10px 0 30px;
  position: relative;
}

.content__select::after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  width: 0;
}
.content__select select {
  border: solid 1px #c9c9c9;
  cursor: pointer;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  background:#fff;
}

/**
 * nav
 */
/* ヘッダー PCメニュー */
.st-gnav {
  border-bottom: solid 4px #333;
}

.st-gnav.is-search {
  border-bottom-color: #f98d00;
}

.st-gnav.is-sharetaxi {
  border-bottom-color: #ff0066;
}

.st-gnav.is-odakataxi {
  border-bottom-color: #1d4f8a;
}

.st-gnav.is-event {
  border-bottom-color: #fcb686;
}

.st-gnav.is-ticket {
  border-bottom-color: #70ad47;
}

.st-gnav__list {
      -ms-flex-align: center;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.st-gnav__item {
  position: relative;
/*  width: 196px;*/
  width: 155px;
}

.st-gnav__item a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  height: 90px;
  line-height: 1.4;
  padding: 11px 0;
  text-align: center;
}

.st-gnav__item--top a {
  background: #888;
}

.st-gnav__item--top a img {
  width: 36px;
}

.st-gnav__item--search a {
  background: #f98d00;
}

.st-gnav__item--search a img {
  width: 41px;
}

.st-gnav__item--sharetaxi a {
  background: #ff0066;
}

.st-gnav__item--sharetaxi a img {
  width: 54px;
}

.st-gnav__item--sharetaxi p {
  font-size: 1.3rem;
}

.st-gnav__item--odakataxi a {
  background: #1d4f8a;
}

.st-gnav__item--odakataxi a img {
  width: 44px;
}

.st-gnav__item--event a {
  background: #fcb686;
}

.st-gnav__item--event a img {
  width: 44px;
}

.st-gnav__item--ticket a {
  background: #70ad47;
}

.st-gnav__item--ticket a img {
  width: 54px;
}
.st-gnav__item__icn {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
          justify-content: center;
  margin: 0 0 10px;
}

/**
 * footer
 */
.st-footer {
  background: #333;
  padding: 7px 0;
  position: relative;
}

.st-footer__menu {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.st-footer__menu li {
  color: #fff;
}

.st-footer__menu li a {
  color: #fff;
  line-height: 2.25;
}

.st-footer__menu li::after {
  content: "|";
  display: inline-block;
  margin: 0 16px;
}

.st-footer__menu li:last-child::after {
  display: none;
}

.st-pagetop {
  bottom: 65px;
  cursor: pointer;
  display: none;
  margin: 0 0 0 1000px;
  position: fixed;
  width: 50px;
  z-index: 1;
}

/* =================================================================
contents
================================================================= */
.c-btn {
  margin: 0 auto;
  width: 345px;
}

.c-btn a,
.c-btn button,
.c-btn input {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background: #f98d00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
          justify-content: center;
  letter-spacing: 0;
  min-height: 60px;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}

.c-btn input,
.c-btn button {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-btn input:hover,
.c-btn button:hover {
  opacity: .7;
}

.c-btn--blank a {
  background-image: url(../images/icn_blank_02.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.c-btn--back a {
  background: #888;
  position: relative;
}

.c-btn--back a::after {
  -webkit-transform: rotate(180deg);
  background: url(../images/icn_arrow.png) no-repeat center center;
  background-size: 10px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
          transform: rotate(180deg);
  width: 10px;
}

.c-headline {
  font-size: 3.0rem;
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0 0 23px;
  text-align: center;
}

.c-headline-2 {
  border-bottom: solid 1px #888;
  font-size: 2.0rem;
  line-height: 2.25;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}

.c-headline-2::before {
  background: #888;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
}

/**
 * layout
 */

.c-l-sp {
  display: none;
}

.c-l-col {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

/**
 * link
 */
.c-link-blank::after {
  background: url(../images/icn_blank.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0 5px;
  width: 16px;
}

.c-p-arrow {
  background: #888;
  display: inline-block;
  height: 2px;
  margin: 0 8px;
  position: relative;
  vertical-align: middle;
  width: 37px;
}

.c-p-arrow::after {
  border-color: transparent transparent transparent #888;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 0;
}

.c-p-nav {
  margin: 40px 0 0;
}

.c-p-nav__list {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.c-p-nav__item {
  background: #fff;
  position: relative;
  width: 186px;
}

.c-p-nav__item::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  bottom: 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  width: 0;
}

.c-p-nav__item a {
  color: #fff;
  display: block;
  font-weight: 700;
  height: 160px;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}

.c-p-nav__item--search::after {
  border-color: transparent transparent #fdc780 transparent;
}

.c-p-nav__item--search a {
  background: #f98d00;
}

.c-p-nav__item--search a img {
  width: 77px;
}

.c-p-nav__item--sharetaxi::after {
  border-color: transparent transparent #ff9fd3 transparent;
}

.c-p-nav__item--sharetaxi a {
  background: #ff0066;
}

.c-p-nav__item--sharetaxi a img {
  width: 111px;
}

.c-p-nav__item--odakataxi::after {
  border-color: transparent transparent #6b9dd0 transparent;
}

.c-p-nav__item--odakataxi a {
  background: #1d4f8a;
}

.c-p-nav__item--odakataxi a img {
  width: 78px;
}

.c-p-nav__item--event::after {
  border-color: transparent transparent #ffeadc transparent;
}

.c-p-nav__item--event a {
  background: #fcb686;
}

.c-p-nav__item--event a img {
  width: 78px;
}

.c-p-nav__item--ticket::after {
  border-color: transparent transparent #bfe0a6 transparent;
}

.c-p-nav__item--ticket a {
  background: #70ad47;
}

.c-p-nav__item--ticket a img {
  width: 111px;
}

.c-p-nav__icn {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
          justify-content: center;
  margin: 0 0 18px;
}

.c-p-tel {
  background: #fff;
  border: solid 2px #c9c9c9;
  border-radius: 5px;
  margin: 14px auto 0;
  position: relative;
  text-align: center;
  width: 345px;
}

.c-p-tel::before {
  background: #c9c9c9;
  border-radius: 0 0 5px 5px;
  bottom: -4px;
  content: "";
  display: block;
  height: 5px;
  left: -2px;
  position: absolute;
  width: calc(100% + 4px);
}

.c-p-tel span {
  background: #fff url(../images/icn_tell.png) no-repeat 40px center;
  background-size: 42px auto;
  border-radius: 5px;
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 22px 0 25px 62px;
  position: relative;
}

.c-txt {
  letter-spacing: 0;
  text-align: center;
}

.c-t-note {
  color: #df3232;
}

.c-t-error {
  color: #df3232;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 10px 0 0;
}

/* # =================================================================
# plugins
# ================================================================= */
/* Slider */
.slick-slider {
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
          box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
      touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
  bottom: 40px;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* =================================================================
//
//  pages
//
================================================================= */
.top {
  background: #ffefc0;
}

.top-header {
  background: #fff url(../images/bg_pc.png) no-repeat center center;
  background-size: cover;
  padding: 30px 0 40px;
}

.top-header__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.top-header__headline img {
  width: 455px;
}

.top-header__headline span {
  display: block;
  margin: 12px 0 0;
}

.top-header__nav,
.footer__nav {
  margin: 34px 0 0;
}

.top-header__nav .c-p-nav__item {
  position: relative;
/*  width: 254px;*/
  width: 190px;
}

.footer__nav .c-p-nav__item {
  position: relative;
  width: 145px;
}

.top-header__nav .c-p-nav__item a {
  font-size: 1.8rem;
  height: 170px;
}
.footer__nav .c-p-nav__item a {
  font-size: 1.5rem;
}

.top-header__nav .c-p-nav__icn,
.footer__nav .c-p-nav__icn {
  margin: 0 0 15px;
}

.top-sec {
  padding: 26px 0 30px;
}

.top-sec__inner {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.top-sec__headline {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}

.top-sec__headline::before {
  background: #f98d00;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 9px;
}

.top-tw {
  width: 272px;
}

.top-tw__tl {
  margin: 15px 0 0;
}

.top-rel {
  width: 488px;
}

.top-rel__list {
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin: 15px 0 0;
}

.top-rel__list li {
  margin: 0 0 15px;
  width: 234px;
}

.top-rel__list li span {
  display: block;
  margin: 7px 0 0;
}

.top-rel__img {
  background: #fff;
}

.top-rel__img img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.top-rel a {
  display: block;
}

.top-rel a:hover {
  opacity: 1;
}

.top-rel a:hover img {
  opacity: .7;
}

.search, .event{
  background: url(../images/bg_dot_search.png) repeat left top;
  background-size: 5px;
  padding: 30px 0;
}


.search__inner {
  width: 500px;
}

.search__input {
  position: relative;
}

.search__input__btn {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  height: 35px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 36px;
}

.search__window {
  background: #fff;
  border: solid 1px #f98d00;
  display: none;
  font-size: 1.4rem;
  line-height: 1.3;
  position: absolute;
  right: -1px;
  top: 100%;
  width: 345px;
  z-index: 2;
}

.search__window p {
  background: #f1f1f1;
  color: #888;
  padding: 6px 7px;
}

.search__window ul li {
  -webkit-transition: background-color .3s;
  background-color: #fff;
  cursor: pointer;
  padding: 6px 9px;
  transition: background-color .3s;
}

.search__window ul li + li {
  border-top: solid 1px #f1f1f1;
}

.search__window ul li:hover {
  background-color: #fff3cd;
}

.search__window.is-disabled li {
  pointer-events: none;
}

.search__direct__window {
  background: #fff;
  border: solid 1px #f98d00;
  display: none;
  font-size: 1.4rem;
  line-height: 1.3;
  position: absolute;
  width: 240px;
  z-index: 2;
}

.search__direct__window p {
  background: #f1f1f1;
  color: #888;
  padding: 6px 7px;
}

.search__direct__window ul li {
  -webkit-transition: background-color .3s;
  background-color: #fff;
  cursor: pointer;
  padding: 6px 9px;
  transition: background-color .3s;
}

.search__direct__window ul li + li {
  border-top: solid 1px #f1f1f1;
}

.search__direct__window ul li:hover {
  background-color: #fff3cd;
}

.search__direct__window.is-disabled li {
  pointer-events: none;
}

.search__tab + .search__tab {
  margin-top: 16px;
}

.search__tab__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__tab__btns li {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background: #ddd;
  border: solid 1px #c9c9c9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 36px;
          justify-content: center;
  width: 140px;
}

.search__tab__btns li + li {
  margin: 0 0 0 6px;
}

.search__tab__btns li.is-active {
  background: #fff;
  border-bottom-color: #f1f1f1;
  border-top: solid 2px #f98d00;
  position: relative;
  z-index: 1;
}

.search__tab__conts {
  margin-top: -1px;
  width: 100%;
}

.search__tab__item {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border: solid 1px #c9c9c9;
  display: none;
  height: 50px;
  padding: 0 16px;
  position: relative;
}

.search__tab__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__tab__item label {
  -ms-flex-negative: 0;
  color: #f98d00;
      flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 15px 0 0;
}

.search__tab__item input {
  width: 100%;
}

.search__tab__item input:placeholder-shown {
  color: #c9c9c9;
  font-weight: 400;
}

.search__tab__item input::-webkit-input-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.search__tab__item input:-moz-placeholder {
  color: #c9c9c9;
  font-weight: 400;
  opacity: 1;
}

.search__tab__item input::-moz-placeholder {
  color: #c9c9c9;
  font-weight: 400;
  opacity: 1;
}

.search__tab__item input:-ms-input-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.search__tab__item button {
  margin: 0 0 0 5px;
  width: 28px;
}

.search__btn {
  margin: 30px 0 0;
  width: 100%;
}

.search__time {
  margin: 30px 0 0;
  position: relative;
}

.search__time__headline {
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0;
}

.search__time__list {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin: 13px 0 0;
}

.search__time__list li {
  position: relative;
  width: 84px;
}

.search__time__list li::after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 0;
}

.search__time__list li select {
  background: #fff;
  border: solid 1px #c9c9c9;
  cursor: pointer;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.search__time__list li:nth-child(2) {
  width: 112px;
}

.search__time__tab {
  border: solid 1px #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

.search__time__tab li {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background: #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
          justify-content: center;
  width: 50%;
}

.search__time__tab li + li {
  border-left: solid 1px #c9c9c9;
}

.search__time__tab li.is-active {
  background: #fff;
}

.search__time__btn {
  background: url(../images/icn_time.svg) no-repeat left center;
  background-size: 20px 20px;
  padding: 0 0 0 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.search__time__btn span {
  border-bottom: solid 1px #000;
  display: inline-block;
  line-height: 1.1;
  padding: 2px 0;
}

.search-en .search__time__btn {
  display: block;
  margin: 0 0 0 auto;
  position: static;
}

.search-en .search__time__headline {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin: 15px 0 0;
}

.search-en .search__time__headline span {
  display: block;
  width: 190px;
}

.search-en .search__time__list li {
  position: relative;
  width: 90px;
}

.search-en .search__time__list li label {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: -9px;
  top: 50%;
          transform: translateY(-50%);
}

.search-dt {
  padding: 40px 0;
}

.search-dt__inner {
  width: 700px;
}

.search-dt__header {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-dt__back_btn {
  margin: 0 20px 0 0;
  width: 200px;
}

.search-dt__back_btn button {
  background: #888 url(../images/icn_arrow.png) no-repeat 16px center;
  background-size: 9px 15px;
  font-size: 1.6rem;
  height: 60px;
  letter-spacing: 0;
  padding: 0 0 0 20px;
}

.search-dt__headline {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  margin: 0;
}

.search-dt__list {
  margin: 20px 0 0;
}

.search-dt__list li + li {
  margin: 30px 0 0;
}

.search-dt__box {
  background: #fff;
  border: solid 2px #aaa8a6;
}

.search-dt__box__header {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 0;
}

.search-dt__box__num {
  background: #f98d00;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  margin: -2px 12px 0 -2px;
  text-align: center;
  width: 54px;
}

.search-dt__box__headline {
  font-size: 2.4rem;
  line-height: 1.0;
  margin: 0;
}

.search-dt__box__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}

.search-dt__box__tr dd {
  margin: 0;
}

.search-dt__frame {
  padding: 0 12px 0 18px;
}

.search-dt__frame:nth-child(odd) {
  background: #f1f1f1;
}

.search-dt__frame__dl {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 0;
  position: relative;
}

.search-dt__frame__dl::before {
  background: #888;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 13px;
  position: absolute;
  width: 2px;
}

.search-dt__frame__dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 22px 0 0;
  width: 28px;
}

.search-dt__frame__dl dt span {
  background: #888;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 28px;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  text-align: center;
  width: 100%;
}

.search-dt__frame__dl dd {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #126b98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0;
}

.search-dt__frame__dl dd p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 22px 0 0;
}

.search-dt__frame__dl dd p span {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 7px;
}

.search-dt__frame__dl dd p span.arr {
  color: #333;
}

.search-dt__frame__dl dd p span:last-child {
  margin: 0;
}

.search-dt__frame__dl.tr dt span {
  background: #fff;
  border: solid 2px #888;
  border-radius: 50%;
  height: 12px;
  margin: 0 auto;
  position: relative;
  width: 12px;
  z-index: 1;
}

.search-dt__frame__dl.tr.dot::before {
  height: 50%;
  top: 0;
}

.search-dt__frame__dl.tr.dot::after {
  border-left: dotted 2px #888;
  bottom: 2px;
  content: "";
  display: block;
  height: 50%;
  left: 13px;
  position: absolute;
  width: 2px;
}

.search-dt__frame__note {
  background: #fce5e5;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0 6px 11px 0;
  padding: 7px 19px;
  position: relative;
}

.search-dt__frame__note .js-toggle {
  cursor: pointer;
}

.search-dt__frame__note .js-toggle::before {
  -webkit-transition: -webkit-transform .3s;
  background: url(../images/icn_arrow_bottom.png) no-repeat center center;
  background-size: 11px 8px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 11px;
}

.search-dt__frame__note .js-toggle.is-open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.search-dt__frame__note .toggle-box {
  display: none;
  padding-left: 14px;
}

.search-dt__frame:nth-child(2) .search-dt__frame__dl::before {
  bottom: 0;
  height: 50%;
}

.search-dt__frame:nth-child(2) .search-dt__frame__dl.dot::before {
  background: none;
  border-left: dotted 2px #888;
}

.search-dt__frame:last-child .search-dt__frame__dl::before {
  height: 50%;
  top: 0;
}

.search-dt__frame:last-child .search-dt__frame__dl::after {
  display: none !important;
}

.search-dt__frame.dot + .search-dt__frame .search-dt__frame__dl::before {
  background: none;
  border-left: dotted 2px #888;
  height: 50%;
  top: 2px;
}

.search-dt__frame.dot + .search-dt__frame .search-dt__frame__dl::after {
  background: #888;
  bottom: 0;
  content: "";
  display: block;
  display: block;
  height: 50%;
  left: 13px;
  position: absolute;
  width: 2px;
}

.search-dt__fare dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 0;
}

.search-dt__fare dl dd {
  margin: 0;
}

.search-dt__fare dl dd dl {
  padding: 0;
}

.search-dt__fare__dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0;
  margin: 0 16px 0 0;
}

.search-dt__fare__dd {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  letter-spacing: 0;
}

.search-dt__fare__dd dl {
  margin: 0 16px 0 0;
}

.search-dt__info {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  letter-spacing: 0;
  padding: 0 0 0 150px;
  position: relative;
}

.search-dt__info .c-t-note {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 28px 0 auto;
}

.search-dt__info::before {
  background: #888;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 13px;
  position: absolute;
  top: 0;
  width: 2px;
}

.search-dt__info__transit {
  padding: 11px 0;
  width: 100%;
}

.search-dt__info__transit a {
  border-bottom: solid 1px #000;
}

.search-dt__info__transit span {
  color: #888;
  margin: 0 0 0 20px;
}

.search-dt__info__fare {
      -ms-flex-align: center;
  -ms-flex-negative: 0;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  margin: 0 0 0 25px;
  position: relative;
}

.search-dt__info__fare::before {
  background: #888;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 10px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 0;
}

.search-dt__info__fare p {
  background: #fff;
  border: solid 1px #888;
  height: 30px;
  line-height: 28px;
  padding: 0 13px;
  width: 100%;
  z-index: 1;
}

.search-dt__info__fare p::before, .search-dt__info__fare p::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

.search-dt__info__fare p::before {
  border-color: transparent transparent #888 transparent;
  border-width: 0 2.5px 5px 2.5px;
  top: 0;
}

.search-dt__info__fare p::after {
  border-color: #888 transparent transparent transparent;
  border-width: 5px 2.5px 0 2.5px;
  bottom: 0;
}

.search-dt__info.train .search-dt__info__transit {
  background: url(../images/icn_train.svg) no-repeat left 12px;
  background-size: 16px 23px;
  padding-left: 25px;
}

.search-dt__info.taxi .search-dt__info__transit {
  background: url(../images/icn_taxi.svg) no-repeat left 15px;
  background-size: 22px 18px;
  padding-left: 30px;
}

.search-dt__info.bus .search-dt__info__transit {
  background: url(../images/icn_bus.svg) no-repeat left 12px;
  background-size: 20px 20px;
  padding-left: 25px;
}

.search-dt__info.walking::before {
  background: none;
  border-left: dotted 2px #888;
}

.search-dt__info.walking .search-dt__info__transit {
  background: url(../images/icn_walk.svg) no-repeat left center;
  background-size: 12px 23px;
  padding-left: 23px;
}

.search-dt__btn {
  margin-top: 40px;
}

.sharetaxi {
  background: url(../images/bg_dot_sharetaxi.png) repeat left top;
  background-size: 5px;
  padding: 40px 0 30px;
}

.sharetaxi__box {
  background: #fff;
  border: solid 1px #888;
  line-height: 1.7;
  margin: 12px auto 0;
  padding: 15px 0;
  text-align: center;
  width: 250px;
}

.sharetaxi__btns {
  margin: 30px 0 0;
}

.sharetaxi__btns li + li {
  margin: 10px auto 0;
}

.sharetaxi__btns li a {
  background-color: #ff0066;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.sharetaxi__popup {
  background: #fff;
  padding: 40px;
  text-align: center;
}

.sharetaxi__popup p + p {
  margin: 12px 0 0;
}

.sharetaxi__popup__btns {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin: 23px 0 0;
}

.sharetaxi__popup__btns li {
  margin: 0;
  width: 160px;
}

.sharetaxi__popup__btns li:nth-child(1) a {
  background-color: #ff0066;
}

.sharetaxi__popup__btns li:nth-child(2) a::after {
  display: none;
}

.mfp-container {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 446px;
}

.mfp-bg {
  opacity: .5;
}

button.mfp-close {
  background: #333;
  height: 40px;
  opacity: 1;
  overflow: hidden;
  text-indent: -9999px;
  top: -40px;
  width: 40px;
}

button.mfp-close::before, button.mfp-close::after {
  -webkit-transform: rotate(45deg);
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
          transform: rotate(45deg);
  width: 1px;
}

button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-close:active {
  top: -40px;
}

.odakataxi {
  background: url(../images/bg_dot_odaka.png) repeat left top;
  background-size: 5px;
  padding: 40px 0 30px;
}

.odakataxi__btns {
  margin: 30px 0 0;
}

.odakataxi__btns li + li {
  margin: 10px auto 0;
}

.odakataxi__btns li a {
  background-color: #1d4f8a;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.terms__lead {
  letter-spacing: 0;
}

.terms__body h2 {
  margin: 25px 0 0;
}

.terms__list {
  margin: 12px 0 0;
}

.terms__list li {
  letter-spacing: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.terms__list li + li {
  margin: 12px 0 0;
}

.terms__list li ul {
  margin: 2px 0 0 30px;
}

.terms__list li ul li + li {
  margin: 3px 0 0;
}

.terms__list li::before {
  left: 0;
  position: absolute;
  top: 0;
}
/**
.terms__list li:nth-child(1)::before {
  content: "1. ";
}

.terms__list li:nth-child(2)::before {
  content: "2. ";
}

.terms__list li:nth-child(3)::before {
  content: "3. ";
}
**/
.terms__btn {
  margin-top: 34px;
}

.howto__box {
  background: #fff;
  border: solid 1px #c9c9c9;
  border-top: solid 4px #333;
  margin: 22px 0 0;
  padding: 22px 30px 26px;
}

.howto__box__headline {
  font-size: 2.0rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.howto__box__txt {
  letter-spacing: 0;
  margin: 14px 0 0;
}

.howto__box__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 25px -10px -16px;
}

.howto__box__list li {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 10px 16px;
  width: 166px;
}

.howto__box__list li p {
  margin: 6px 0 0;
}

.howto__sec {
  margin: 30px 0 0;
}

.howto__sec + .howto__sec {
  margin: 20px 0 0;
}

.howto__col {
  margin: 20px 0 0;
}

.howto__col__txt {
  letter-spacing: 0;
  width: 270px;
}

.howto__col__txt ul li {
  margin-left: 1em;
/*  text-indent: -1em;*/
}

.howto__col__headline {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.howto__col__image {
  width: 300px;
}

.howto__col__box {
  background: #fff;
  border: solid 1px #c9c9c9;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 15px 0 0;
  padding: 15px 20px;
}

.slick-slide {
  line-height: 0;
}

.slick-slider button {
  overflow: hidden;
  text-indent: -9999px;
}

.slick-slider .slick-arrow {
  background: rgba(136, 136, 136, 0.7);
  border-radius: 50%;
  bottom: 0;
  height: 36px;
  margin: auto;
  position: absolute;
  top: -13px;
  width: 36px;
}

.slick-slider .slick-arrow::before {
  background: url(../images/icn_arrow.png) no-repeat center center;
  background-size: 9px 16px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.slick-slider .slick-prev {
  left: -12px;
  z-index: 1;
}

.slick-slider .slick-next {
  right: -12px;
}

.slick-slider .slick-next::before {
  -webkit-transform: rotate(180deg);
  left: 3px;
          transform: rotate(180deg);
}

.slick-slider .slick-dots {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 10px 0 0;
}

.slick-slider .slick-dots li {
  line-height: 0;
  margin: 0 6px;
}

.slick-slider .slick-dots li button {
  background: #c9c9c9;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.slick-slider .slick-dots li.slick-active button {
  background: #333;
}

.howto__btn {
  margin-top: 40px;
}

.contact {
  padding: 40px 0 30px;
}

/* 221222 追加 */
.event .event-dt__inner{
	max-width: 800px;
}
.event .event-dt__box {
    background: #fff;
	border: solid 1px #aaa8a6;
	margin: 10px auto;
    max-width: 800px;    }

.event .event_title{
	margin:10px;
}
.event h3 {
    color: #126b98;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.0;
    margin: 0;
}

.event .event-dt__frame{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event .event_btn {
	background: #f98d00;
    display: inline-block;
    width: 80px;
    font-size: 1.3rem;
    padding: 4px 10px;
    text-align: center;
    position: relative;
    line-height: 1.5em;
    cursor: pointer;
    margin:5px 10px;
}
.event .event_btn a{
    color:#fff;
}

.event .event_btn:hover{
	opacity: 0.5;
	}

.event .event_text {
	margin:10px;
}

.event .event_day {
	margin:10px;
}

.event .event_place {
	margin-left:20px;
}

.event .event_sanka_day {
	margin-left:20px;
}

.event .event_img {
	width:300px;
	text-align: right;
    margin: 5px 5px 5px auto;
}

.event .box_bottom{
	margin-top:auto;
}

.event .event_img_detail{
	display:inline-block;
	width:300px;
	margin:10px;
	vertical-align: top;
}

.event .event_text_detail{
	display:inline-block;
	width:100%;
}
.event .event-dt__btn {
    margin: 25px auto;
	}
.event .event-dt__back_btn {
    margin: 0 20px 0 0;
    width: 150px;
    }
.event .event-dt__back_btn  button {
/*	background: #888 url(../images/icn_arrow.png) no-repeat 16px center;*/
	background: #888 ;
    background-size: 9px 15px;
    font-size: 1.6rem;
    height: 60px;
    letter-spacing: 0;
    }
    
   
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  a:hover {
    opacity: 1;
  }
  .st-l-main {
    background-size: 4px;
  }
  .st-l-inner,
  .st-l-inner2{
    margin: 0 15px;
    padding: 0;
    width: auto;
  }
  .st-l-pages {
    margin: 0 15px;
    padding: 22px 0 30px;
    width: auto;
  }
  .st-header__top {
    padding: 8px 0;
  }
  .st-header__top__inner {
    margin: 0 10px;
  }
  .st-header__logo img {
    width: 47.5px;
  }
  .st-header__logo span {
    font-size: 1.1rem;
    margin: 0 0 0 10px;
    top: 0;
  }
  .st-header__lang p {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
  .st-header__select {
    margin: 5px 0 0;
    width: 110px;
  }
  .st-header__select::after {
    border-width: 5px 3.5px 0 3.5px;
    right: 8px;
  }
  .st-header__select select {
    padding: 0 10px;
  }
  .st-gnav__inner {
    margin: 0;
  }
  .st-gnav__list {
    overflow: auto;
  }
  .st-gnav__item {
    margin: 0 1px;
    min-width: 115px;
    width: 30.666666vw;
  }
  .st-gnav__item a {
    font-size: 1.1rem;
    height: 70px;
    line-height: 1.1;
    padding: 6px 0;
  }
  .st-gnav__item--top a img {
    width: 31px;
  }
  .st-gnav__item--search a img {
    width: 30.5px;
  }
  .st-gnav__item--sharetaxi a img {
    width: 45px;
  }
  .st-gnav__item--sharetaxi .st-gnav__item__icn {
    margin: 0 0 6px;
  }
  .st-gnav__item--odakataxi a img {
    width: 33px;
  }
  .st-gnav__item--event a img {
    width: 30px;
    margin-top: 5px;
  }
  .st-gnav__item--ticket a img {
    width: 45px;
  }
  .st-gnav__item__icn {
    height: 28px;
    margin: 0 0 12px;
  }
  .st-footer {
    padding: 11px 0;
  }
  .st-footer__menu li a {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .st-footer__menu li::after {
    margin: 0 2px;
  }
  .st-pagetop {
    margin: 0;
    right: 15px;
    width: 45px;
  }
  .c-btn {
    width: 100%;
  }
  .c-btn input:hover,
  .c-btn button:hover {
    opacity: 1;
  }
  .c-btn--back a {
    font-size: 1.5rem;
    padding: 14px 0;
  }
  .c-headline {
    font-size: 2.0rem;
    line-height: 1.0;
    margin: 0 0 22px;
  }
  .c-headline-2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 0 0 0 10px;
  }
  .c-headline-2::before {
    height: 18px;
    width: 3px;
  }
  .c-l-pc {
    display: none;
  }
  .c-l-sp {
    display: block;
  }
  br.c-l-sp {
    display: inline-block;
  }
  .c-link-blank::after {
    height: 10px;
    margin: 0;
    width: 11px;
  }
  .c-p-arrow {
    margin: 0 5px;
    width: 20px;
  }
  .c-p-nav {
    margin: 25px 0 0;
  }
  .c-p-nav__item {
/*    width: 31.014492753%;*/
    width: 24%;
  }
  .c-p-nav__item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .c-p-nav__item::after {
    border-width: 0 0 6px 6px;
  }
  .c-p-nav__item a {
/*    font-size: 3.2vw;*/
    font-size: 2.2vw;
    height: 100%;
    left: 0;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 3.2vw 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-p-nav__item--search a img {
    width: 40.654205607%;
  }
  .c-p-nav__item--sharetaxi .c-p-nav__icn {
/*    margin: 0 0 2.13333333vw;*/
    margin: 0 0 0.13333333vw;
  }
  .c-p-nav__item--sharetaxi a img {
    width: 55.60746635%;
  }
  .c-p-nav__item--odakataxi a img {
    width: 42.523364485%;
  }
  .c-p-nav__item--event a img {
    width: 70%;
  }
  .c-p-nav__item--ticket a img {
    width: 55.60746635%;
  }
  .c-p-nav__icn {
    height: 10.66666vw;
/*    margin: 0 0 4.53333333vw;*/
    margin: 0 0 1.53333333vw;
  }
  .c-p-tel {
    margin: 10px auto 0;
    padding: 0;
    width: 250px;
  }
  .c-p-tel a {
    display: block;
  }
  .c-p-tel span {
    background-position: 26px center;
    background-size: 30.5px auto;
    font-size: 2.0rem;
    padding: 17px 0 18px 45px;
  }
  .c-txt {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .top-header {
    background: #fff url(../images/bg_sp.png) no-repeat top center;
    background-size: cover;
    padding: 38px 0 25px;
  }
  .top-header__headline {
    font-size: 1.5rem;
  }
  .top-header__headline img {
    width: 303px;
  }
  .top-header__nav,
  .footer__nav {
    margin: 35px 0 0;
  }
  .top-header__nav .c-p-nav__list,
  .footer__nav .c-p-nav__list {
    display: block;
  }
  .top-header__nav .c-p-nav__item,
  .footer__nav .c-p-nav__item {
    width: 100%;
  }
  .top-header__nav .c-p-nav__item::before,
  .footer__nav .c-p-nav__item::before {
    display: none;
  }
  .top-header__nav .c-p-nav__item + li,
  .footer__nav .c-p-nav__item + li {
    margin: 10px 0 0;
  }
  .top-header__nav .c-p-nav__item::after,
  .footer__nav .c-p-nav__item::after {
    border-width: 0 0 9px 9px;
  }
  .top-header__nav .c-p-nav__item a,
  .footer__nav .c-p-nav__item a {
        -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    letter-spacing: 0;
    padding: 0 5.797101449%;
    position: static;
  }
  .top-header__nav .c-p-nav__item--search a img,
  .footer__nav .c-p-nav__item--search a img {
    width: 73.56321839%;
  }
  .top-header__nav .c-p-nav__item--sharetaxi a img,
  .footer__nav .c-p-nav__item--sharetaxi a img {
    width: 100%;
  }
  .top-header__nav .c-p-nav__item--odakataxi a img,
  .footer__nav .c-p-nav__item--odakataxi a img {
    width: 76.436781609%;
  }
  .top-header__nav .c-p-nav__item--ticket a img,
  .footer__nav .c-p-nav__item--ticket a img {
    width: 100%;
  }
  .top-header__nav .c-p-nav__icn,
  .footer__nav .c-p-nav__icn {
    height: auto;
    margin: 0 10.491803278% 0 0;
    max-width: 87px;
    width: 28.524590163%;
  }
  .top-sec {
    padding: 19px 0 40px;
  }
  .top-sec__inner {
    display: block;
  }
  .top-sec__headline {
    line-height: 1.7;
  }
  .top-tw {
    width: 100%;
  }
  .top-tw__tl {
    height: 250px;
    margin: 8px 0 0;
    overflow: hidden;
  }
  .top-rel {
    margin: 24px 0 0;
    width: 100%;
  }
  .top-rel__list {
    margin: 8px 0 0;
  }
  .top-rel__list li {
    width: 47.826086956%;
  }
  .top-rel__list li a {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .top-rel__list li span {
    margin: 4px 0 0;
  }
  .top-rel a:hover img {
    opacity: 1;
  }
  .search, .event {
    background-size: 4px;
    padding: 20px 0 30px;
  }
  .search__input__btn {
    height: 39px;
    right: 4px;
    top: 32px;
    width: 40px;
  }
  .search__window {
    width: calc(100% + 2px);
  }
  .search__tab + .search__tab {
    margin-top: 25px;
  }
  .search__tab__btns li {
    font-size: 1.3rem;
    height: 35px;
    width: 40.579710144%;
  }
  .search__tab__btns li + li {
    margin: 0 0 0 2px;
  }
  .search__tab__item {
    padding: 0 14px;
  }
  .search__tab__item label {
    font-size: 1.7rem;
    margin: 0 13px 0 0;
  }
  .search__tab__item input {
    font-size: 1.7rem;
  }
  .search__btn {
    margin: 25px 0 0;
  }
  .search__time__list li {
    width: 21.014492753%;
  }
  .search__time__list li select {
    padding: 0 13.793103448%;
  }
  .search__time__list li:nth-child(2) {
    width: 28.260869565%;
  }
  .search__time__list li:nth-child(2) select {
    padding: 0 10.256410256%;
  }
  .search__time__tab {
    margin: 15px 0 0;
  }
  .search__time__btn {
    background-size: 14px;
    font-size: 1.3rem;
    padding: 0 0 0 17px;
  }
  .search-en .search__time__headline {
    font-size: 1.3rem;
  }
  .search-en .search__time__headline span {
    width: 48.115942028%;
  }
  .search-en .search__time__list {
    margin: 7.5px 0 0;
  }
  .search-en .search__time__list li {
    width: 22.463768115%;
  }
  .search-en .search__time__list li label {
    font-size: 3.46666666vw;
    right: -9.032258064%;
  }
  .search-dt {
    padding: 20px 0 75px;
  }
  .search-dt__header {
    display: block;
  }
  .search-dt__back_btn {
    width: 100%;
  }
  .search-dt__back_btn button {
    font-size: 1.5rem;
    height: 50px;
    padding: 0;
  }
  .search-dt__headline {
    font-size: 2.0rem;
    margin: 13px 0 0;
  }
  .search-dt__list {
    margin: 7px 0 0;
  }
  .search-dt__list li + li {
    margin: 20px 0 0;
  }
  .search-dt__box__header {
    padding: 0 4.398826979% 0 0;
  }
  .search-dt__box__num {
    font-size: 1.7rem;
    height: auto;
    line-height: 1.5;
    margin: -2px 4.601226993% 0 -2px;
    max-width: 45px;
    position: relative;
    width: 13.803680981%;
  }
  .search-dt__box__num span {
    -webkit-transform: translateY(-50%);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
    z-index: 1;
  }
  .search-dt__box__num::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .search-dt__box__headline {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
  .search-dt__frame {
    padding: 0 10px;
  }
  .search-dt__frame__dl {
    padding: 8px 0;
  }
  .search-dt__frame__dl::before {
    left: 10.5px;
  }
  .search-dt__frame__dl dt {
    font-size: 1.4rem;
    margin: 0 11px 0 0;
    width: 24.5px;
  }
  .search-dt__frame__dl dt span {
    height: 24px;
    line-height: 24px;
  }
  .search-dt__frame__dl dt span:before {
    content: "";
    padding-top: 100%;
  }
  .search-dt__frame__dl dd {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
  }
  .search-dt__frame__dl dd p {
    margin: 0 15px 0 0;
  }
  .search-dt__frame__dl dd p span {
    font-size: 1.2rem;
    margin: 0;
  }
  .search-dt__frame__dl.tr.dot::after {
    left: 10.5px;
  }
  .search-dt__frame__note {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 11px;
    padding: 11px 16px;
  }
  .search-dt__frame__note .js-toggle::before {
    background-size: 9px 5.5px;
    right: 10px;
    top: 15px;
  }
  .search-dt__frame__note .toggle-box {
    padding: 0 10px 0 12px;
  }
  .search-dt__frame.dot + .search-dt__frame .search-dt__frame__dl::after {
    left: 10.5px;
  }
  .search-dt__fare dl {
    padding: 8px 0;
  }
  .search-dt__fare__dt {
    margin: 0 3.894080996% 0 0;
  }
  .search-dt__info {
    padding: 0 0 0 110px;
  }
  .search-dt__info .c-t-note {
    margin: 0 10px 0 auto;
  }
  .search-dt__info::before {
    left: 10.5px;
  }
  .search-dt__info__transit {
    padding: 9px 0;
  }
  .search-dt__info__transit {
    letter-spacing: 0;
  }
  .search-dt__info__transit span {
    margin: 0 0 0 10px;
  }
  .search-dt__info__fare {
    margin: 0 0 0 10px;
  }
  .search-dt__info__fare p {
    font-size: 1.2rem;
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
  }
  .search-dt__info.train .search-dt__info__transit {
    background-position: left 7px;
    background-size: 13px 19px;
    padding-left: 20px;
  }
  .search-dt__info.taxi .search-dt__info__transit {
    background-position: left 11px;
    background-size: 15px 12.5px;
    padding-left: 20px;
  }
  .search-dt__info.bus .search-dt__info__transit {
    background-position: left 10px;
    background-size: 15px 15px;
    padding-left: 20px;
  }
  .search-dt__btn {
    margin-top: 25px;
  }
/* 230104 追加 */
  .event .event-dt__btn {
    width:95%;
  }
  .sharetaxi {
    background-size: 4px;
    padding: 32px 0 50px;
  }
  .sharetaxi__box {
    font-size: 1.5rem;
  }
  .sharetaxi__btns {
    margin: 45px 0 0;
  }
  .sharetaxi__btns li a {
    font-size: 1.5rem;
    padding: 19px 0;
  }
  .sharetaxi__popup {
    padding: 26px 20px 30px;
  }
  .sharetaxi__popup p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sharetaxi__popup__btns {
    margin: 21px 0 0;
  }
  .sharetaxi__popup__btns li {
    width: 46.153846153%;
  }
  .sharetaxi__popup__btns li a {
    font-size: 1.5rem;
    min-height: 50px;
  }
  .mfp-container {
    padding: 0 37.5px;
    width: 100%;
  }
  button.mfp-close {
    height: 35px;
    top: -35px;
    width: 35px;
  }
  button.mfp-close::before, button.mfp-close::after {
    height: 20px;
  }
  .mfp-close:active {
    top: -35px;
  }
  .odakataxi {
    background-size: 4px;
    padding: 32px 0 50px;
  }
  .odakataxi__btns {
    margin: 45px 0 0;
  }
  .odakataxi__btns li a {
    font-size: 1.5rem;
    padding: 19px 0;
  }
  .terms__lead {
    line-height: 1.7;
  }
  .terms__body h2 {
    margin: 14px 0 0;
  }
  .terms__list {
    margin: 5px 0 0;
  }
  .terms__list li {
    letter-spacing: 0;
    line-height: 1.7;
    padding: 0 0 0 16px;
  }
  .terms__list li + li {
    margin: 7px 0 0;
  }
  .terms__list li ul {
    margin: 2px 0 0 25px;
  }
  .terms__list li ul li {
    margin: 0;
  }
  .terms__list li ul li + li {
    margin: 0;
  }
  .terms__btn {
    margin: 20px 0 0;
  }
  .howto__box {
    padding: 20px 13px 15px;
  }
  .howto__box__headline {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .howto__box__txt {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 12px 0 0;
  }
  .howto__box__list {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 15px 0 -10px;
  }
  .howto__box__list li {
    font-size: 1.2rem;
    margin: 0 0 10px;
    width: 47.318611987%;
  }
  .howto__sec {
    margin: 18px 0 0;
  }
  .howto__sec + .howto__sec {
    margin: 18px 0 0;
  }
  .howto__col {
    margin: 15px 0 0;
  }
  .howto__col__txt {
    line-height: 1.7;
    width: 47.101449275%;
  }
  .howto__col__headline {
    font-size: 1.2rem;
    margin: 0 0 7px;
  }
  .howto__col__image {
    width: 47.826086956%;
  }
  .howto__col__box {
    font-size: 1.2rem;
    margin: 10px 0 0;
    padding: 10px 13px;
  }
  .slick-slider .slick-arrow {
    height: 21px;
    width: 21px;
  }
  .slick-slider .slick-arrow::before {
    background-size: 5.5px 10px;
    height: 10px;
    width: 5.5px;
  }
  .slick-slider .slick-prev {
    left: -6px;
  }
  .slick-slider .slick-next {
    right: -6px;
  }
  .slick-slider .slick-dots {
    margin: 6px 0 0;
  }
  .slick-slider .slick-dots li {
    margin: 0 4px;
  }
  .slick-slider .slick-dots li button {
    height: 6px;
    width: 6px;
  }
  .contact {
    padding: 32px 0 50px;
  }

/* 230207 追加 */
.event event-dt__frame-sp{
	width:100%;
}
.event .event_img {
	width:100%;
	text-align: center;
	margin:0px;
}

.event .event_img img{
	width:90%;
}

/* 221222 追加 */
  .event .event_img_detail {
	margin:10px;
	width:94%;
  }

  .event .event_day {
	margin:10px;
  }

  .event .event_place {
	margin:10px;
  }

  .event .event_sanka_day {
	margin:10px;
  }

}

  
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
            box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }

}

@media only screen and (max-width: 374px) {
  .top-header__nav .c-p-nav__item a {
    font-size: 4.812834224vw;
  }
}

@media only screen and (max-width: 359px) {
  .search-dt__headline {
    font-size: 1.7rem;
  }
  .search-dt__box__num {
    font-size: 1.4rem;
  }
  .search-dt__box__headline {
    font-size: 1.7rem;
  }
  .search-dt__box__tr {
    font-size: 1.0rem;
  }
  .search-dt__frame__dl dt {
    margin: 0 3.426791277% 0 0;
  }
  .search-dt__frame__dl dd p {
    margin: 0 5.253940455% 0 0;
  }
  .search-dt__frame__dl dd p span {
    font-size: 1.1rem;
  }
  .search-dt__fare__dt {
    font-size: 1.0rem;
  }
  .search-dt__fare__dd {
    font-size: 1.0rem;
  }
  .search-dt__info {
    padding: 0 0 0 37.593984962%;
  }
  .sharetaxi__btns li a {
    font-size: 1.4rem;
  }
  .odakataxi__btns li a {
    font-size: 1.4rem;
  }
  

}
