/* ============================================================================
 * Base
 * ========================================================================= */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;  
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%!important;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: Noto Sans Japanese,sans-serif;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  line-height: 1.65;
  overflow-x: hidden;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

main.important_info{
	margin: 22px 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin-top: 12px;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

input,
select,
button {
  font-family: "Noto Sans Japanese", sans-serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a,
button {
  transition: 0.3s all;
  cursor: pointer;
}
a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.g-clearfix::after, .m-list-ticket::after, .m-list-hotel::after, .m-list-coupon::after, .m-list-scene__content__inner::after, .m-box-contact[data-col="2"]::after, .m-grid[data-col="3"]::after, .m-grid[data-col="3-2"]::after, .m-grid-news::after, .m-grid-topics::after, .m-grid-morinoyu::after {
  display: block;
  clear: both;
  content: '';
}

.g-black, .m-hdg-01 .m-hdg__ja, .m-hdg-03 .m-hdg, .m-hdg-04 .m-hdg, .m-hdg-05 .m-hdg, .m-hdg-06 .m-hdg, .m-txt-date > span, .m-list-price strong, .m-list-spa__hdg, .m-list-spa__lead, .m-list-time__hdg, .m-list-access-flow__ttl em, .m-list-access-car__end p, .m-list-access-train__end p, .m-list-access-tab a, .m-btn-ticket,
.m-btn-coupon, .m-btn-mailmag, .m-btn-plan, .m-btn-mail, .m-btn-sub, .m-img-lead__ttl, .m-box-sidebar__hdg, .m-box-sidebar__nav > li > a, .m-box-sidebar__link__date, .m-box-area__hdg, .m-media-l .m-media-l__hdg, .m-media-l .m-media-l__lead, .m-grid[data-col="3-2"] .m-grid__ttl {
  font-family: 'NotoSansJP-Black' ,sans-serif;
  font-style: normal;
  font-weight: 900;
}


.gtm {
  position: absolute;
}

video{
	max-width: 100%;
}

.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 1160px) {
	main.important_info {
	    margin: 38px 0 0;
	}
}



/* ============================================================================
 * Layout
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Template
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Wrapper
 * --------------------------------- */
.l-wrapper {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 98px 0 0;
	width: 100%;
  }
}

/* ------------------------------------
 * Top
 * --------------------------------- */
.t-top .l-content-head {
  padding: 0 0 50px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fff797;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff8ac), color-stop(0.25, #fff797), color-stop(0.5, #fff797), color-stop(0.5, #fff8ac), color-stop(0.75, #fff8ac), color-stop(0.75, #fff797), to(#fff797));
  background-image: -webkit-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -moz-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -ms-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
}

.t-top .l-content-body {
  margin-bottom: 0;
}

.t-top .l-content-main {
  padding: 0;
}

#bnr_event {
  position: fixed;
  right: 10px;
  bottom: 150px;
  width: 180px;
  z-index: 300;
}
#bnr_event2 {
  position: fixed;
  right: 10px;
  bottom: 330px;
  width: 180px;
  z-index: 299;
}
#bnr_event a,
#bnr_event2 a {
    display: block;
    z-index: 10;
    left: 0;
    top: 0;
}
#bnr_event a:hover,
#bnr_event2 a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; 
    opacity: 0.8;
}
#bnr_event img,
#bnr_event2 img{
	width: 100%;
}
#bnr_event a:hover img,
#bnr_event2 a:hover img {
    -webkit-animation: umasahoverAction 1.4s 1 ease-in-out;
    -moz-animation: umasahoverAction 1.4s 1 ease-in-out;
    -ms-animation: umasahoverAction 1.4s 1 ease-in-out;
    -o-animation: umasahoverAction 1.4s 1 ease-in-out;
    animation: umasahoverAction 1.4s 1 ease-in-out; 
}
#bnr_event .bnrpc,
#bnr_event2 .bnrpc {
	display: block;
}
#bnr_event .bnrsp,
#bnr_event2 .bnrsp {
	display: none;
}

@media screen and (min-width: 769px) {
  .t-top {
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .t-top .l-content-head {
    padding: 0 0 30px;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
    #bnr_event {
	  right: auto;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  display: inline-block;
	  margin: 20px 0 0;
	  background: #fff;
      padding: 3px;
  }
  #bnr_event2 {
	  right: 0;
	  bottom: 0;
	  width: 50%;
	  display: inline-block;
	  margin: 20px 0 0;
	  background: #fff;
      padding: 6px 6px 6px 3px;
  }
  #bnr_event a {
    position: relative;
    left: auto;
    top: auto;
  }
  #bnr_event .bnrpc,
	#bnr_event2 .bnrpc {
		display: none;
	}
  #bnr_event .bnrsp,
  #bnr_event2 .bnrsp {
		display: block;
	}
}

/* ------------------------------------
 * MainPage
 * --------------------------------- */
.t-main .l-content-body {
  margin-top: 60px;
}
.t-main .l-content-body.ttl {
  margin-top: 85px;
}
.t-main .l-content-body.search {
  margin-top: 30px;
}


.t-main .m-nav-breadcrumb::after {
  width: 100%;
  height: 100%;
  margin: 0 -1000%;
  padding: 0 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e9e9e9;
  content: '';
}

@media screen and (max-width: 768px) {
  .t-main .l-content-head {
    height: auto !important;
  }
  .t-main .l-content-body {
    margin-top: 15px;
  }
}

/* ------------------------------------
 * UnderLayer
 * --------------------------------- */
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-header {
  height: 120px;
  font-size: 1.2rem;
  box-sizing: content-box;
  box-shadow: 0 1px 2px #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}

.l-header-content {
  height: 84px;
  border-bottom: 1px solid #ece58c;
}

.l-header-content__inner {
  height: 84px;
}

.l-header-content .l-header-inner {
  position: relative;
}

.l-header-gnav {
  box-shadow: 0 0 1px #f1e55e inset;
  background: #fff797;
}

.l-header-gnav .l-header-inner {
  padding: 0;
}

.l-header-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .l-header-content__smenu {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
	/*height: 98px;*/
	height: 118px;
    font-size: 1.3rem;
    position: fixed;
    top: 0;
    z-index: 1001;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
  }
  .l-header-content {
    /*height: 60px;*/
    height: 80px;
    border-bottom: none;
	width: 100%;
  }
  .l-header-content__inner {
    height: 60px;
  }
  .l-header-content__smenu {
    width: 100%;
    height: 100%;
    padding: 0 0 60px;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: transparent;
  }
  .l-header-content__smenu__inner {
    background: #fff;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-header-logo {
  margin-top: -35px;
  position: absolute;
  top: 50%;
  left: 10px;
}

.m-header-logo a {
  width: 290px;
  height: 70px;
  display: block;
  opacity: 1;
}

.m-header-logo a img {
  width: 290px;
  height: 70px;
}

.m-header-drop {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 999;
  border-top: 1px solid #e2d654;
  box-shadow: 0 1px 0 #faed5d inset;
  display: none;
}

.m-header-drop::after {
  width: inherit;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .98;
  background: #fff25f;
  content: '';
}

.m-header-drop__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 14px 10px;
  box-sizing: border-box;
}

.m-header-drop__inner > *:first-child {
  margin-top: 0;
}

.m-header-drop__content {
  width: 100%;
  display: table;
}

.m-header-drop__main, .m-header-drop__sub {
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
  box-sizing: content-box;
}

.m-header-drop__main a, .m-header-drop__sub a {
  text-decoration: none;
  opacity: 1;
  display: block;
}

.m-header-drop__main a:hover, .m-header-drop__main a:focus, .m-header-drop__main a:active, .m-header-drop__sub a:hover, .m-header-drop__sub a:focus, .m-header-drop__sub a:active {
  background: #f0e459;
}

.m-header-drop__main img, .m-header-drop__sub img {
  display: block;
  border: 1px solid #e6d54e;
}

.m-header-drop__main {
  max-width: 718px;
}

.m-header-drop__sub {
  width: 178px;
  padding: 0 0 0 67px;
  white-space: nowrap;
  position: relative;
}

.m-header-drop__sub::before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 34px;
  border-left: 1px solid #e6d54e;
  content: '';
}

.m-header-drop__menu {
  display: table;
}

.m-header-drop__menu li {
  display: table-cell;
}

.m-header-drop__menu li img {
  max-width: 158px;
}

.m-header-drop__menu a {
  padding: 10px 9px 9px;
}

.m-header-drop__menu__ttl {
  padding: 7px 0 0;
  text-align: center;
  display: block;
  line-height: 1.5;
}

.m-header-drop__info {
  margin: 20px 0 0;
}

.m-header-drop__info li {
  margin: 30px 0 0;
}

.m-header-drop__info li:first-child {
  margin-top: 0;
}

.m-header-drop__info a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #343434;
  line-height: 1;
  display: block;
  position: relative;
}

.m-header-drop__info a:hover, .m-header-drop__info a:focus, .m-header-drop__info a:active {
  opacity: .7;
  background: transparent;
}

.m-header-drop__info a::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-header-drop__info a span {
  margin-top: -.4em;
  position: absolute;
  top: 50%;
  left: 54px;
}

.m-header-drop__info a[data-type="faq"] {
  min-height: 34px;
}

.m-header-drop__info a[data-type="faq"]::before {
  width: 40px;
  height: 34px;
  margin-top: -18px;
  background-position: -219px -139px;
}

.m-header-drop__info a[data-type="contact"] {
  min-height: 30px;
}

.m-header-drop__info a[data-type="contact"]::before {
  width: 30px;
  height: 30px;
  left: 5px;
  margin-top: -15px;
  background-position: -184px -138px;
}

.m-header-hmenu {
  display: none;
}


.m-header-link {
  margin-top: -.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.m-header-link li {
  margin: 0 20px 0 0;
  padding: 0 18px 0 0;
  line-height: 1;
  position: relative;
}

.m-header-link li::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
  background-position: -77px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-header-link li:last-child {
  margin-right: 0;
}

.m-header-link li.is-sp {
  display: none;
}

.m-header-smenu__btn {
  display: none;
}

.m-header-gnav {
  margin: 0 auto;
  display: table;
}

.m-header-gnav.is-sp-menu {
  display: none;
}

.m-header-gnav[data-mode="sp"] {
  display: none;
}

.m-header-gnav > li {
  display: table-cell;
  /* white-space: nowrap; */
}

.m-header-gnav > li:last-child > a > span {
  border-right: none;
}

.m-header-gnav > li.is-active > a {
  background: #f0e459;
}

.m-header-gnav > li.is-active > a > span {
  border-right-color: transparent;
}

.m-header-gnav > li > a {
  height: 37px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  opacity: 1;
}

.m-header-gnav > li > a:hover, .m-header-gnav > li > a:focus, .m-header-gnav > li > a:active {
  text-decoration: none;
  background: #f0e459;
}

.m-header-gnav > li > a > span {
  padding: 0 30px;
  border-right: 1px solid #ebe27e;
  display: block;
  box-sizing: border-box;
}

.m-header-gnav > li > a > span.is-active {
  border-right-color: transparent;
}

.caution-txt {
  color: #FF3434;
}

.l-header-content__smenu__inner .caution-txt {
  margin-top: -.5em;
  position: absolute;
  top: 75%;
  right: 10px;
}
.m-header-logo .caution-txt {
  display: none;
}
.m-header-util .caution-txt {
    display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-header-gnav > li > a > span {
    padding: 0 27px;
  }
}

@media screen and (max-width: 960px) {
  .m-header-logo {
    margin-top: -24px;
  }
  .m-header-logo a {
    width: 160px;
    height: 47px;
    display: block;
    opacity: 1;
  }
  .m-header-logo a img {
    width: 160px;
    height: 47px;
  }
  .m-header-gnav > li > a > span {
    padding: 0 22px;
  }
  .m-header-lang {

  }
  .m-header-link {
    font-size: 1.1rem;
  }
    
}

@media screen and (max-width: 900px) {
  .m-header-gnav > li > a > span {
    padding: 0 14px;
  }
  .m-header-lang {
    font-size: 1rem;
  }
  .m-header-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {

  .m-header-logo {
	margin-top: -22px;
    left: 10px;
  }
  .m-header-logo a {
    width: 140px;
    height: 44px;
    display: block;
    opacity: 1;
  }
  .m-header-logo a img {
    width: 140px;
    height: 44px;
  }
  .m-header-logo .caution-txt {
    display: inline-block;
    font-size: 1rem;
    margin-top: -8px;
  }
  .m-header-hmenu {
    width: 54px;
    height: 60px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: none;
    background: none;
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(2) {
    opacity: 0;
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .m-header-hmenu > span:not(.m-header-hmenu__lines) {
    position: absolute;
    z-index: -1;
    text-indent: -999em;
  }
  .m-header-hmenu__lines {
    width: 54px;
    height: 60px;
    position: static;
    top: 0;
    left: 0;
    display: block;
  }
  .m-header-hmenu__lines span {
    width: 24px;
    height: 3px;
    margin: 0 0 0 -12px;
    transition: all .4s;
    position: absolute;
    left: 50%;
    background: #f18752;
  }
  .m-header-hmenu__lines span:nth-of-type(1) {
    top: 20px;
  }
  .m-header-hmenu__lines span:nth-of-type(2) {
    top: 29px;
  }
  .m-header-hmenu__lines span:nth-of-type(3) {
    top: 38px;
  }
  .m-header-drop {
    position: static;
    box-shadow: 0 0 0 transparent;
    border: none;
    display: block;
  }
  .m-header-drop::after {
    display: none;
  }
  .m-header-drop__inner {
    padding: 0;
  }
  .m-header-drop__main, .m-header-drop__sub {
    width: auto;
    padding: 0;
    max-width: inherit;
    display: block;
    white-space: normal;
    box-sizing: border-box;
  }
  .m-header-drop__main a, .m-header-drop__sub a {
    padding: 0;
  }
  .m-header-drop__sub {
    display: none;
  }
  .m-header-drop__sub::before {
    border: none;
  }
  .m-header-drop__menu {
    width: 100%;
    background: #fff;
  }
  .m-header-drop__menu li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .m-header-drop__menu li:last-child {
    border-bottom: none;
  }
  .m-header-drop__menu li br {
    display: none;
  }
  .m-header-drop__menu a {
    padding: 13px 35px 13px 32px;
    line-height: 1;
    position: relative;
  }
  .m-header-drop__menu a:hover, .m-header-drop__menu a:focus, .m-header-drop__menu a:active {
    opacity: .7;
    background: transparent;
  }
  .m-header-drop__menu a::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 16px;
    background-position: -77px -29px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-header-drop__menu img {
    display: none;
  }
  .m-header-drop__menu__ttl {
    padding: 0;
    text-align: left;
  }
  .m-header-drop__info {
    display: none;
  }
  .m-header-lang {
    right: 80px;
	position: absolute;
  }
  .m-header-lang__select a {
    padding-left: 34px;
    font-size: 13px;
  }
  .m-header-lang__list a {
    padding-left: 26px;
  }
  .m-header-link {
    margin: 0 0 10px -9px;
    padding: 0 10px;
    position: static;
    top: 0;
    right: inherit;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .m-header-link li {
    width: 50%;
    margin: 10px 0 0;
    padding: 0 0 0 9px;
    float: left;
  }
  .m-header-link li::after {
    width: 5px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-position: -42px -10px;
  }
  .m-header-link li.is-sp {
    display: block;
  }
  
  .m-header-link a {
    padding: 10px 0 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid #e6e6e6;
  }
  .m-header-smenu__btn {
    width: 100%;
    padding: 15px 0 15px;
    line-height: 1;
    display: block;
    border: none;
    border-top: 1px solid #e6e6e6;
    background: #fff;
  }
  .m-header-smenu__btn span::after {
    width: 11px;
    height: 11px;
    margin: 0 0 0 4px;
    font-size: 1.3rem;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-position: -56px -35px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-header-gnav.is-sp-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    background: #fff9a7;
  }
  .m-header-gnav.is-sp-menu > li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .m-header-gnav.is-sp-menu li:nth-child(1) {
    order: 3;
  }
  .m-header-gnav.is-sp-menu li:nth-child(2) {
    order: 4;
  }
  .m-header-gnav.is-sp-menu li:nth-child(3) {
    order: 5;
  }
  .m-header-gnav.is-sp-menu li:nth-child(4) {
    order: 2;
  }
  .m-header-gnav.is-sp-menu > li.sp-hidden {
    display: none;
  }
  .m-header-gnav.is-sp-menu > li:last-child {
    border-bottom: none;
  }
  .m-header-gnav.is-sp-menu > li > a {
    padding: 11px 0 11px;
    height: auto !important;
    display: block;
    position: relative;
  }
  .m-header-gnav.is-sp-menu > li > a[href^="#"]::after {
    transform: rotate(0deg);
  }
  .m-header-gnav.is-sp-menu > li > a.is-active::after {
    transform: rotate(-180deg);
  }
  .m-header-gnav.is-sp-menu > li > a::after {
    width: 12px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 17px;
    transition: .3s all;
    transform: rotate(-90deg);
    background-position: -56px -22px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-header-gnav.is-sp-menu > li > a > span {
    padding: 0 40px 0 20px;
    border: none;
  }
  .m-header-gnav[data-mode="pc"] {
    display: none !important;
  }
  .m-header-gnav[data-mode="sp"] {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .m-header-gnav[data-mode="sp"] > li {
    width: 100%;
  }
  .m-header-gnav[data-mode="sp"] > li > a {
    width: 100%;
    display: table;
    text-align: center;
  }
  .m-header-gnav[data-mode="sp"] > li > a > span {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
  }
  .m-header-gnav[data-mode="sp"] > li > a[href="/ticket/"] {
    letter-spacing: -1px;
  }
  .l-header-content__smenu__inner .caution-txt {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .m-header-lang {
    width: 115px;
    right: 20px;
  }
  .m-header-lang.top {
	    top: 30px;
	    left: 15px;
	}
  .m-header-lang__select {
	    background: url(../../img/common/ico_lang.svgz) no-repeat 6px center;
	    background-size: 14px;
	}
  .m-header-lang__select a {
    padding-left: 24px;
  }
  .m-header-lang.is-active .m-header-lang__select a {
	    border-radius: 5px 0 0 0;
	    font-size: 13px;
	}
  .m-header-lang__list a {
    padding: 9px 20px 9px 10px;
    font-size: 12px
  }
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
 
 
.l-footer {
  font-size: 1rem;
  color: #fff;
  background: #332412;
}

.l-footer-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
	text-align: center;
}

.l-footer a {
  color: #fff;
}

.l-footer-credit {
  padding: 25px 0 26px;
  background: #332412;
}



@media screen and (max-width: 768px) {

  .l-footer-credit {
    padding: 12px 0 14px;
  }
  .l-footer-credit.bnr {
      padding: 12px 0 27%;
  }
}

.p-page__top {position: fixed;bottom: 10px; right: 10px; z-index: 400; margin: 0px; display: none;}
.p-page__top a {background:rgba(97,70,63,0.8); text-decoration: none;color: #fff;display: block; height: 40px; width: 40px;}

@media screen and (max-width: 768px) {

.p-page__top {position: fixed;bottom: 60px;}

}


@media screen and (max-width: 900px) {
  .m-footer-util__company {
    justify-content: flex-start;
  }
}
  .m-footer-group {
    padding: 17px 0 17px;
    text-align: center;
    display: block;
  }

}


/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.l-content-head {
  position: relative;
}

.l-content-head .m-hdg-01 {
  margin: 70px 0 70px;
}
.l-content-head .m-hdg-01.search {
  margin: 20px 0 20px;
}
.l-content-head__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.l-content-head[data-type="morinoyu"] {
  margin-bottom: 0;
  padding-bottom: 70px;
  background: url(../img/bg_morinoyu.png);
}

/*.l-content-head[data-type="morinoyu"] .m-txt-lead {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}*/

.l-content-foot {
  padding: 70px 0;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fff797;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff8ac), color-stop(0.25, #fff797), color-stop(0.5, #fff797), color-stop(0.5, #fff8ac), color-stop(0.75, #fff8ac), color-stop(0.75, #fff797), to(#fff797));
  background-image: -webkit-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -moz-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -ms-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
}

.l-content-body {
  margin: 0 0 80px;
}

.l-content-body__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.l-content-body[data-type="morinoyu"] {
  background: url(../img/bg_morinoyu.png);
}

.l-content-main {
  width: 100%;
  padding: 0 10px;
}

.l-content-main > *:first-child {
  margin-top: 0 !important;
}

.l-content-sub {
  min-width: 260px;
  margin: -20px 0 0 60px;
}

.l-content-sub__inner {
  width: 260px;
  padding: 20px 18px;
  background: url(../img/bg_content_dots.png);
}

.l-content-sub__inner > * {
  margin-top: 16px;
}

.l-content-sub__inner > *:first-child {
  margin-top: 0 !important;
}

.l-content-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .l-content-head .m-hdg-01 {
    margin: 45px 0 35px;
  }
  .l-content-body {
    margin-bottom: 40px;
  }
  .l-content-body__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  .l-content-foot {
    padding: 35px 0;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .l-content-main {
    width: 100%;
    padding: 0 10px;
  }
  .l-content-sub {
    max-width: inherit;
    margin: 40px 0 -40px;
  }
  .l-content-sub__inner {
    width: 100%;
    padding: 40px 25px;
  }
}

/* ----------------------------------------------------------------------------
 * Aside
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Elements
 * --------------------------------- */
/* ============================================================================
 * Module
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Section
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Section
 * --------------------------------- */
.m-section > *:first-child {
  margin-top: 0 !important;
}

.m-section__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.m-section__inner[data-type="full"] {
  max-width: inherit;
  margin: 0 0;
  padding: 0;
}

.m-section[data-type="event"],

.m-section[data-type="report"] {
  padding: 60px 0;
  background: #fff;
}

.m-section[data-type="howto"] {
  padding: 10px 0;
  border-bottom: 75px solid #fff;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #e4f7f1;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e9f9f4), color-stop(0.25, #e4f7f1), color-stop(0.5, #e4f7f1), color-stop(0.5, #e9f9f4), color-stop(0.75, #e9f9f4), color-stop(0.75, #e4f7f1), to(#e4f7f1));
  background-image: -webkit-linear-gradient(-45deg, #e9f9f4 25%, #e4f7f1 25%, #e4f7f1 50%, #e9f9f4 50%, #e9f9f4 75%, #e4f7f1 75%, #e4f7f1);
  background-image: -moz-linear-gradient(-45deg, #e9f9f4 25%, #e4f7f1 25%, #e4f7f1 50%, #e9f9f4 50%, #e9f9f4 75%, #e4f7f1 75%, #e4f7f1);
  background-image: -ms-linear-gradient(-45deg, #e9f9f4 25%, #e4f7f1 25%, #e4f7f1 50%, #e9f9f4 50%, #e9f9f4 75%, #e4f7f1 75%, #e4f7f1);
  background-image: linear-gradient(-45deg, #e9f9f4 25%, #e4f7f1 25%, #e4f7f1 50%, #e9f9f4 50%, #e9f9f4 75%, #e4f7f1 75%, #e4f7f1);
}

.m-section[data-type="howto"] .m-section__content {
  margin: 0 0 20px;
  padding: 55px 0 15px;
  background: #fff;
}

.m-section[data-type="coupon"] {
  padding: 60px 0;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fff797;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff8ac), color-stop(0.25, #fff797), color-stop(0.5, #fff797), color-stop(0.5, #fff8ac), color-stop(0.75, #fff8ac), color-stop(0.75, #fff797), to(#fff797));
  background-image: -webkit-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -moz-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -ms-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
}

.m-section[data-type="facility"] {
  padding: 60px 0;
  background: url(../img/bg_content_dots.png);
}

.m-section[data-type="hotel"] {
  padding: 60px 0;
}

.m-section[data-type="social"] {
  padding: 60px 0;
  background: url(../img/sns_index_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
.m-section[data-type="social"] .m-hdg-01:not(:first-child){
  margin-top: 35px;
}
.m-section[data-type="social"] .m-list-bnr {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .m-section[data-type="event"] {
    padding: 30px 0;
  }
  .m-section[data-type="howto"] {
    padding: 10px 0 20px;
    border-bottom: none;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-section[data-type="howto"] .m-section__content {
    margin-bottom: 10px;
    padding: 40px 0 15px;
  }
  .m-section[data-type="coupon"] {
    padding: 30px 0;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-section[data-type="facility"] {
    padding: 30px 0;
  }
  .m-section[data-type="hotel"] {
    padding: 30px 0;
  }
  .m-section[data-type="social"] {
    padding: 30px 0 0;
    background: url(../img/sns_index_bg_sp.jpg) no-repeat top center;
    background-size: auto;
  }
}

@media print {

  .l-header,
  .l-footer,
  .l-content-head,
  .l-content-sub {
    display: none;
  }
  .l-wrapper {
    overflow-x: visible;
    display: block;
  }
  .l-content-body__inner {
    display: block;
    flex-wrap: wrap;
  }

  
}

/* ------------------------------------
 * MailMagazin
 * --------------------------------- */
.m-section[data-type="mailmag"] {
  padding: 60px 0;
  position: relative;
}

.m-section[data-type="mailmag"].is-adjust {
  margin-bottom: -80px;
}

.m-section[data-type="mailmag"]::before {
  width: 100%;
  height: 100%;
  margin: 0 -1000%;
  padding: 0 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg_content_dots.png);
  content: '';
}

.m-section[data-type="mailmag"]::after {
  width: 142px;
  height: 36px;
  margin-left: -71px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  background: url(../img/bg_content_dots_arrow.png);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-section[data-type="mailmag"] {
    padding: 50px 0;
  }
  .m-section[data-type="mailmag"].is-adjust {
    margin-bottom: -40px;
  }
  .m-section[data-type="mailmag"]::before {
    background-size: 2px 2px;
  }
  .m-section[data-type="mailmag"]::after {
    width: 71px;
    height: 18px;
    margin-left: -35px;
    bottom: -18px;
    background: url(../img/bg_content_dots_arrow.png);
    background-size: 71px 18px;
  }
}
@media screen and (max-width: 480px) {
  .m-section[data-type="social"] .m-section__inner .m-list-bnr:nth-of-type(1) li {
    max-width: 140px;
    width: 100%;
  }
  .m-section[data-type="social"] .m-hdg-01 .m-hdg__ja {
    font-size: 1.8rem;
  }
}

/* ------------------------------------
 * Point
 * --------------------------------- */
.m-section[data-type="point"] {
  padding: 80px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .m-section[data-type="point"] {
    padding: 50px 0;
  }
}

/* ------------------------------------
 * Spend
 * --------------------------------- */
.m-section[data-type="spend"] {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .m-section[data-type="spend"] {
    padding: 50px 0;
  }
}

/* ------------------------------------
 * Spend
 * --------------------------------- */
.m-section[data-type="plan"] {
  padding: 60px 0;
  position: relative;
}

.m-section[data-type="plan"].is-adjust {
  margin-bottom: -80px;
}

.m-section[data-type="plan"]::before {
  width: 100%;
  height: 100%;
  margin: 0 -1000%;
  padding: 0 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg_content_dots.png);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-section[data-type="plan"] {
    padding: 30px 0;
  }
  .m-section[data-type="plan"].is-adjust {
    margin-bottom: -40px;
  }
  .m-section[data-type="plan"]::before {
    background-size: 2px 2px;
  }
}

/* ------------------------------------
 * Enjoy
 * --------------------------------- */
.m-section[data-type="enjoy"] {
  padding: 0 0 35px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fff797;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff8ac), color-stop(0.25, #fff797), color-stop(0.5, #fff797), color-stop(0.5, #fff8ac), color-stop(0.75, #fff8ac), color-stop(0.75, #fff797), to(#fff797));
  background-image: -webkit-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -moz-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: -ms-linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
  background-image: linear-gradient(-45deg, #fff8ac 25%, #fff797 25%, #fff797 50%, #fff8ac 50%, #fff8ac 75%, #fff797 75%, #fff797);
}

@media screen and (max-width: 768px) {
  .m-section[data-type="enjoy"] {
    padding-bottom: 30px;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
}

/* ------------------------------------
 * More
 * --------------------------------- */
.m-section[data-type="more"] {
  margin: 90px 0 0;
  padding: 70px 0;
  position: relative;
}

.m-section[data-type="more"]::before {
  width: 100%;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(../img/bg_line_02.png) repeat-x;
  content: '';
}

.m-section[data-type="more"]::after {
  width: 100%;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #f7fdfb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #effaf6), color-stop(0.25, #f7fdfb), color-stop(0.5, #f7fdfb), color-stop(0.5, #effaf6), color-stop(0.75, #effaf6), color-stop(0.75, #f7fdfb), to(#f7fdfb));
  background-image: -webkit-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -moz-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -ms-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-section[data-type="more"] {
    margin-top: 50px;
    padding: 30px 0;
  }
  .m-section[data-type="more"]::after {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
}

/* ------------------------------------
 * Pickup
 * --------------------------------- */
.m-section[data-type="pickup"] {
  padding: 60px 0;
  position: relative;
}

.m-section[data-type="pickup"]::before {
  width: 100%;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg_content_dots_02.png);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-section[data-type="pickup"] {
    margin-bottom: 15px;
    padding: 30px 0;
    position: relative;
  }
}

/* ----------------------------------------------------------------------------
 * Heading
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Heading1
 * --------------------------------- */
.m-hdg-01 {
  text-align: center;
}

.m-hdg-01 .m-hdg__en, .m-hdg-01 .m-hdg__ja {
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

.m-hdg-01 .m-hdg__en {
  font-size: 2.4rem;
  color: #e94736;
}

.m-hdg-01 .m-hdg__en > span {
  display: inline-block;
}

.m-hdg-01 .m-hdg__en > span:first-letter {
  color: #f18752;
}

.m-hdg-01 .m-hdg__ja {
  margin: 3px 0 0;
  font-size: 3rem;
}

.m-hdg-01 .m-hdg__ja[data-color="white"] {
  color: #fff;
}

.m-hdg-01[data-size="s"] {
  margin: 0 0 25px;
}

.m-hdg-01[data-size="s"] .m-hdg__en {
  font-size: 1.8rem;
}

.m-hdg-01[data-size="s"] .m-hdg__ja {
  margin-top: 10px;
  font-size: 2.4rem;
}
.m-hdg-01 .m-hdg__sub {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .m-hdg-01 .m-hdg__en {
    font-size: 1.8rem;
  }
  .m-hdg-01 .m-hdg__ja {
    font-size: 2.2rem;
  }
  .m-hdg-01[data-size="s"] {
    margin-bottom: 15px;
  }
  .m-hdg-01[data-size="s"] .m-hdg__en {
    font-size: 1.8rem;
  }
  .m-hdg-01[data-size="s"] .m-hdg__ja {
    margin-top: 5px;
    font-size: 2.1rem;
  }
  .m-hdg-01 .m-hdg__sub {
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Heading2
 * --------------------------------- */
.m-hdg-02 {
  margin: 75px 0 20px;
}

.m-hdg-02 + * {
  margin-top: 20px !important;
}

.m-hdg-02 .m-hdg,
.news-article h2,
.blog-article h2 {
  padding: 0 0 0 25px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.m-hdg-02 .m-hdg::before,
.news-article h2:before,
.blog-article h2:before  {
  width: 18px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: -10px -269px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-hdg-02 .m-hdg__sub {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .m-hdg-02 {
    margin: 50px 0 10px;
    padding: 0 0 11px;
  }
  .m-hdg-02.nmg {
    margin: 0;
    padding: 0 0 11px;
  }
  .m-hdg-02 + * {
    margin-top: 10px !important;
  }
  .m-hdg-02 .m-hdg,
  article h2 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .m-hdg-02 .m-hdg::before,
  .news-article h2:before,
  .blog-article h2:before {
    width: 15px;
    height: 18px;
    background-position: -37px -274px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-hdg-02 .m-hdg__sub {
    font-size: 1.1rem;
  }
}

/* ------------------------------------
 * Heading3
 * --------------------------------- */
.m-hdg-03 {
  margin: 80px 0 0;
  position: relative;
}

.m-hdg-03 + * {
  margin-top: 20px !important;
}

.m-hdg-03 + .m-hdg-03 {
  margin-top: 80px !important;
}

.m-hdg-03 .m-hdg,
.news-article h1,
.blog-article h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.m-hdg-03 .m-hdg__sub {
  margin: 0 0 4px;
  font-size: 2rem;
  display: block;
}

.m-hdg-03 .m-hdg__sub[data-type="orange"] {
  color: #f18752;
}

.m-hdg-03 .m-hdg__sub[data-type="red"] {
  color: #e94736;
}

.m-hdg-03 .m-hdg__txt {
  font-size: 1.2rem;
}

.m-hdg-03 .m-hdg__btn {
  position: absolute;
  top: -10px;
  right: 0;
}

.m-hdg-03 .m-drop {
  position: absolute;
  top: 0;
  right: 0;
}

.m-hdg-03[data-type="orange"] .m-hdg {
  color: #f18752;
}

.m-hdg-03[data-type="red"] .m-hdg {
  color: #e94736;
}

.m-hdg-03[data-type="ac"] {
  text-align: center;
}
.m-hdg-03 .m-hdg___sub {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .m-hdg-03 {
    margin-top: 40px;
  }
  .m-hdg-03 + .m-hdg-03 {
    margin-top: 40px !important;
  }
  .m-hdg-03 .m-hdg,
  .news-article h1,
  .blog-article h1  {
    font-size: 2.1rem;
  }
  .m-hdg-03 .m-hdg__sub {
    font-size: 1.5rem;
  }
  .m-hdg-03 .m-hdg__txt {
    font-size: 1.3rem;
  }
  .m-hdg-03 .m-hdg__btn {
    margin: 20px auto;
    position: static;
    display: table;
  }
  .m-hdg-03 .m-drop {
    margin: 18px 0 0;
    position: static;
  }
}

/* ------------------------------------
 * Heading4
 * --------------------------------- */
.m-hdg-04 .m-hdg {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.m-hdg-04 .m-hdg__sub {
  font-size: 2rem;
  display: block;
}

.m-hdg-04 .m-hdg__sub[data-type="lightblue"] {
  color: #3d9ac1;
}

.m-hdg-04 .m-hdg__sub[data-type="blue"] {
  color: #3d78c1;
}

.m-hdg-04 .m-hdg__sub[data-type="green"] {
  color: #50b26b;
}

.m-hdg-04[data-type="icon"] .m-hdg {
  margin: 0 0 50px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.m-hdg-04[data-type="icon"] .m-hdg span {
  position: relative;
}

.m-hdg-04[data-type="icon"] .m-hdg span::before {
  width: 31px;
  height: 31px;
  position: absolute;
  top: -8px;
  left: -35px;
  background-position: -142px -135px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-hdg-04[data-type="icon"] .m-hdg span::after {
  width: 17px;
  height: 17px;
  transform: rotate(30deg);
  position: absolute;
  top: -4px;
  right: -20px;
  background-position: -78px -74px;
  background-size: 550px 550px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-hdg-04[data-type="line"] .m-hdg {
  margin: 0 auto 30px;
  padding: 0 35px 12px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: table;
  background: url(../img/bg_border.png) repeat-x left bottom;
}

.m-hdg-04[data-type="balloon"] .m-hdg {
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: table;
}

.m-hdg-04[data-type="balloon"] .m-hdg::before, .m-hdg-04[data-type="balloon"] .m-hdg::after {
  width: 24px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background-image: url(../img/icn_sprites.svg);
  content: '';
  background-position: -10px -302px;
}

.m-hdg-04[data-type="balloon"] .m-hdg::before {
  left: 0;
}

.m-hdg-04[data-type="balloon"] .m-hdg::after {
  right: 0;
  transform: rotate(60deg);
}

@media screen and (max-width: 768px) {
  .m-hdg-04 .m-hdg {
    font-size: 2.5rem;
  }
  .m-hdg-04 .m-hdg__sub {
    font-size: 1.5rem;
  }
  .m-hdg-04[data-type="icon"] .m-hdg {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .m-hdg-04[data-type="icon"] .m-hdg span::before {
    width: 24px;
    height: 24px;
    left: -30px;
    background-position: -106px -101px;
    background-size: 750px 750px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-hdg-04[data-type="icon"] .m-hdg span::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -2px;
    right: -40px;
    background-position: -64px -61px;
    background-size: 450px 450px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-hdg-04[data-type="line"] .m-hdg {
    width: 100%;
    font-size: 2.5rem;
  }
  .m-hdg-04[data-type="balloon"] .m-hdg {
    padding: 0 30px;
  }
  .m-hdg-04[data-type="balloon"] .m-hdg::before, .m-hdg-04[data-type="balloon"] .m-hdg::after {
    top: inherit;
    bottom: 5px;
  }
}

/* ------------------------------------
 * Heading5
 * --------------------------------- */
.m-hdg-05 {
  margin: 0 0 30px;
}

.m-hdg-05 + * {
  margin-top: 30px !important;
}

.m-hdg-05 .m-hdg {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.m-hdg-05[data-type="line"] .m-hdg {
  margin: 0 auto;
  display: table;
}

.m-hdg-05[data-type="line"] .m-hdg span {
  padding: 0 25px 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  background: url(../img/bg_border.png) repeat-x left bottom;
}

@media screen and (max-width: 768px) {
  .m-hdg-05 {
    margin: 0 0 20px;
  }
  .m-hdg-05 + * {
    margin-top: 20px !important;
  }
  .m-hdg-05 .m-hdg {
    font-size: 2.1rem;
  }
  .m-hdg-05[data-type="line"] .m-hdg span {
    padding: 0 16px 9px;
  }
}

/* ------------------------------------
 * Heading6
 * --------------------------------- */
.m-hdg-06 {
  margin: 0 0 40px;
}

.m-hdg-06 .m-hdg {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.m-hdg-06[data-type="balloon"] {
  margin-bottom: 30px;
}

.m-hdg-06[data-type="balloon"] .m-hdg {
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: table;
}

.m-hdg-06[data-type="balloon"] .m-hdg::before, .m-hdg-06[data-type="balloon"] .m-hdg::after {
  width: 24px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background-image: url(../img/icn_sprites.svg);
  content: '';
  background-position: -10px -302px;
}

.m-hdg-06[data-type="balloon"] .m-hdg::before {
  left: 0;
}

.m-hdg-06[data-type="balloon"] .m-hdg::after {
  right: 0;
  transform: rotate(60deg);
}

@media screen and (max-width: 768px) {
  .m-hdg-06 {
    margin-bottom: 35px;
  }
  .m-hdg-06 .m-hdg {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .m-hdg-06[data-type="balloon"] .m-hdg {
    font-size: 1.8rem;
    padding: 0 30px;
  }
  .m-hdg-06[data-type="balloon"] .m-hdg::before, .m-hdg-06[data-type="balloon"] .m-hdg::after {
    top: inherit;
    bottom: 5px;
  }
}

/* ------------------------------------
 * Heading7 article h
 * --------------------------------- */
.m-hdg-07 .m-hdg,
.news-article h3,
.blog-article h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.blog-article h1,
.blog-article h2,
.blog-article h3,
.news-article h1,
.news-article h2,
.news-article h3 {
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
.m-hdg-07 .m-hdg,
.blog-article h3,
.news-article h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

}


/* ------------------------------------
 * Heading8
 * --------------------------------- */
.m-hdg-08 {
  margin: 35px 0 40px;
  display: block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.m-hdg-08 .m-hdg {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
	.m-hdg-08 .m-hdg {
	  font-size: 2.2rem;
	}
}
 
/* ------------------------------------
 * MainVisual
 * --------------------------------- */
.m-mainvisual img {
  width: 100%;
}

.m-mainvisual[data-type="layer"] {

  width: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .m-mainvisual[data-type="layer"] {
    position: static;
  }
}

/* ----------------------------------------------------------------------------
 * Text
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Lead
 * --------------------------------- */
.m-txt-lead {
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}

.m-txt-lead[data-size="s"] {
  font-size: 1.8rem;
  font-weight: bold;
}

.top_lead{
	margin: 0 0 50px;
	display: block;
	width: 100%;
}
.top_lead .catch{
	    margin: 0 auto 30px !important;
	display: block;
	text-align: center;
	font-size: 1.8em;
	color: #ff5e0d;
}
.top_lead .txt{
	font-size: 1.05em;
    line-height: 2;
}
.top_lead .txt span{
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #ffba9f 70%);
}


@media screen and (max-width: 768px) {
  .m-txt-lead {
    font-size: 2.5rem;
  }
  .m-txt-lead[data-size="s"] {
    font-size: 1.3rem;
  }
  .top_lead .txt{
    font-size: 0.9em;
  }
  .top_lead .catch {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

/* ------------------------------------
 * 
 * --------------------------------- */
.m-txt-red {
  color: #e94736;
}

/* ------------------------------------
 * Title
 * --------------------------------- */
.m-txt-ttl {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .m-txt-ttl {
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Date
 * --------------------------------- */
.m-txt-date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
}

.m-txt-date > span {
  padding: 0 10px 0 0;
}

.m-txt-date[data-type="main"] + *, .m-txt-date[data-type="sub"] + * {
  margin-top: 30px !important;
}

.m-txt-date[data-type="main"] > span, .m-txt-date[data-type="sub"] > span {
  padding: 0 0 0 10px;
}

.m-txt-date[data-type="sub"] > span {
  text-align: right;
  display: block;
}

@media screen and (max-width: 768px) {
  .m-txt-date {
    font-size: 1.1rem;
  }
  .m-txt-date[data-type="main"] + *, .m-txt-date[data-type="sub"] + * {
    margin-top: 20px !important;
  }
}

/* ------------------------------------
 * Label
 * --------------------------------- */
.m-label {
  padding: 2px 7px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  position: relative;
  top: -1px;
  display: inline-block;
  border-radius: 15px;
  background: #eee;
}

.m-label:nth-child(n+2) {
  margin-left: 5px;
}

.m-label[data-type="red"] {
  background: #e94736;
}

.m-label[data-type="green"] {
  background: #50b26b;
}

.m-label[data-type="lightblue"] {
  background: #3d9ac1;
}

.m-label[data-type="lightgreen"] {
  background: #6eb845;
}

.m-label[data-type="pink"] {
  background: #ee5c93;
}

.m-label[data-type="orange"] {
  background: #f18752;
}

.m-label[data-type="purple"] {
  background: #ad7cc5;
}

.m-label[data-type="deeppurple"] {
  background: #81298B;
}
.m-label[data-type="black"] {
  background: #000;
}
.m-label[data-type="navy"] {
  background: #002f65;
}
.m-label[data-type="blue"] {
  background: #0074BE;
}
.m-label[data-type="brown"] {
  background: #623526;
}
.m-label[data-type="yellowgreen"] {
  background: #a4ca38;
}
.m-label[data-type="paleblue"] {
  background: #3fb6ca;
}
.m-label[data-type="darkblue"] {
  background: #0000A0;
}
.m-label[data-type="sunset"] {
  background: #FF6766;
}



@media screen and (max-width: 768px) {
  .m-label {
    font-size: 1.1rem;
    font-weight: bold;
  }
}

/* ------------------------------------
 * Ticket Label
 * --------------------------------- */
.m-label-ticket {
  position: relative;
  z-index: 10;
  display: block;
}

.m-label-ticket::after {
  position: absolute;
  top: .4em;
  left: .4em;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-label-ticket[data-type="disc"]::after, .m-label-ticket[data-type="hotel"]::after {
  width: 21px;
  height: 21px;
  background-position: -70px -88px;
}

.m-label-ticket[data-type="food"]::after {
  width: 21px;
  height: 22px;
  background-position: -101px -86px;
}

.m-label-ticket[data-type="prem"]::after {
  width: 21px;
  height: 21px;
  background-position: -134px -87px;
}

.m-label-ticket[data-type="prem"] > span > span {
  top: 1.6em;
  left: .6em;
  letter-spacing: -1px;
}

.m-label-ticket[data-type="time"]::after {
  width: 20px;
  height: 20px;
  background-position: -165px -88px;
}

.m-label-ticket > span {
  display: block;
}

.m-label-ticket > span > span {
  font-size: 1.1rem;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 1.8em;
  left: .8em;
  z-index: 1;
  display: block;
  transform: rotate(-45deg);
}

.m-label-ticket > span::before, .m-label-ticket > span::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.m-label-ticket > span::before {
  border-width: 78px 78px 0 0;
  border-color: #f18752 transparent transparent transparent;
}

.m-label-ticket > span::after {
  border-width: 72px 72px 0 0;
  border-color: #e94736 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .m-label-ticket::after {
    top: .15em;
    left: .15em;
    background-size: 750px 750px;
  }
  .m-label-ticket[data-type="disc"]::after, .m-label-ticket[data-type="hotel"]::after {
    width: 16px;
    height: 16px;
    background-position: -52px -66px;
  }
  .m-label-ticket[data-type="food"]::after {
    width: 16px;
    height: 18px;
    background-position: -76px -64px;
  }
  .m-label-ticket[data-type="prem"]::after {
    width: 16px;
    height: 16px;
    background-position: -100px -65px;
  }
  .m-label-ticket[data-type="prem"] > span > span {
    top: 1.1em;
    left: .1em;
    letter-spacing: -2px;
  }
  .m-label-ticket[data-type="time"]::after {
    width: 15px;
    height: 15px;
    background-position: -124px -66px;
  }
  .m-label-ticket > span > span {
    font-size: 0.9rem;
    top: 1.1em;
    left: .1em;
  }
  .m-label-ticket > span::before {
    border-width: 55px 55px 0 0;
  }
  .m-label-ticket > span::after {
    border-width: 50px 50px 0 0;
  }
}

/* ------------------------------------
 * Hr
 * --------------------------------- */
.m-line {
  height: 7px;
  margin: 60px -10px;
  padding: 0;
  display: block;
  border: none;
  background: url(../img/bg_line.png) repeat-x;
}

.m-line + * {
  margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .m-line {
    margin: 30px -10px;
  }
  .m-line + * {
    margin-top: 30px !important;
  }
}

/* ------------------------------------
 * Text
 * --------------------------------- */
 
.m-txt[data-size="m"] {
  font-size: 1.4rem;
}
.m-txt.mgt {
  margin-top: 10px;
}
 
.m-txt[data-size="s"], .m-txt[data-size="xs"] {
  font-size: 1.2rem;
  display: inline-block;
}

.m-txt[data-size="s"] + .m-txt, .m-txt[data-size="xs"] + .m-txt {
  display: block;
}

@media screen and (max-width: 768px) {
  .m-txt[data-size="s"] {
    font-size: 1.3rem;
  }
  .m-txt[data-size="xs"] {
    font-size: 1.1rem;
  }
}

/* ------------------------------------
 * Strong
 * --------------------------------- */
.m-txt-str {
  padding: 1px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e94736;
}

.m-txt-str + * {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .m-txt-str {
    padding: 2px 0;
    font-size: 1.3rem;
  }
  .m-txt-str + * {
    margin-top: 20px !important;
  }
}

.m-txt-coupon {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-txt-coupon {
    padding: 13px 20px 10px;
    border: 2px solid #e94736;
    text-align: center;
    display: block;
  }
}

/* ----------------------------------------------------------------------------
 * Link
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ModuleTitle
 * --------------------------------- */
/* ----------------------------------------------------------------------------
 * List
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Button List
 * --------------------------------- */
.m-list-btn {
  margin: 40px auto 0;
  display: table;
}

.m-list-btn[data-type="flex"] {
  margin: 100px auto 0;
}

.m-list-btn[data-type="flex"] li {
  padding: 0 7px;
  display: table-cell;
}

.m-list-btn[data-type="flex"] li:first-child {
  padding-left: 0;
}

.m-list-btn[data-type="flex"] li:last-child {
  padding-right: 0;
}

.m-list-btn[data-type="flex-wide"] {
  margin: 60px auto;
}

.m-list-btn[data-type="flex-wide"] li {
  min-width: 310px;
  padding: 0 10px;
  display: table-cell;
}

.m-list-btn[data-type="flex-wide"] li:first-child {
  padding-left: 0;
}

.m-list-btn[data-type="flex-wide"] li:last-child {
  padding-right: 0;
}

.m-list-btn[data-type="flex-wide"] a {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .m-list-btn {
    margin-top: 30px;
  }
  .m-list-btn[data-type="flex"], .m-list-btn[data-type="flex-wide"] {
    width: 100%;
    margin-top: 50px;
  }
  .m-list-btn[data-type="flex"] li, .m-list-btn[data-type="flex-wide"] li {
    margin: 15px 0 0;
    padding: 0;
    display: block;
  }
  .m-list-btn[data-type="flex"] li:first-child, .m-list-btn[data-type="flex-wide"] li:first-child {
    margin-top: 0;
  }
  .m-list-btn[data-type="flex"] a, .m-list-btn[data-type="flex-wide"] a {
    display: block;
  }
  .m-list-btn[data-type="flex-wide"] {
    margin: 40px 0;
  }
}

/* ------------------------------------
 * Bullet List
 * --------------------------------- */
.m-list-bullet {
  margin: 20px 0 0;
}

.m-list-bullet > li {
  padding-left: 1.2em;
  position: relative;
}

.m-list-bullet > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\0030fb';
}

/* ------------------------------------
 * Line List
 * --------------------------------- */
.m-list-line {
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-list-line li {
  width: 100%;
  padding: 15px 0;
  display: table;
  border-bottom: 1px dashed #ebebeb;
}

.m-list-line li:first-child {
  padding-top: 10px;
}

.m-list-line__ttl, .m-list-line__txt {
  display: table-cell;
}

.m-list-line__txt {
  padding: 0 0 0 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .m-list-line {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .m-list-line li {
    border-bottom: 1px dotted #ebebeb;
  }
  .m-list-line li:first-child {
    padding-top: 0;
  }
  .m-list-line__txt {
    font-size: 1.8rem;
  }
}

/* ------------------------------------
 * Notes List
 * --------------------------------- */
.m-list-notes {
  width: 100%;
  margin: 20px 0 0;
  display: table;
}

.m-list-notes__fig, .m-list-notes__txt {
  display: table-cell;
}

.m-list-notes__txt {
  padding-left: 5px;
}

.m-list-notes[data-size="s"] {
  margin-top: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .m-list-notes[data-size="s"] {
    font-size: 1.1rem;
  }
}

/* ------------------------------------
 * Price List
 * --------------------------------- */
.m-list-price li {
  font-weight: bold;
}

.m-list-price li > span {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}

.m-list-price li > span::after {
  width: 15px;
  height: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-position: -142px -175px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-price li > span > span {
  text-indent: -999em;
  position: absolute;
  top: -2;
}

.m-list-price strong {
  font-size: 1.8rem;
  color: #e94736;
}
.m-price {
 font-size: 1.8rem;
  color: #e94736;
}

@media screen and (max-width: 768px) {
  .m-list-price li > span {
    overflow: hidden;
    position: relative;
    display: table-cell;
    padding: 0 5px 0 0;
  }
  .m-list-price li > span::after {
    width: 8px;
    height: 9px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background-position: -71px -87px;
    background-size: 500px 500px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-list-price li > span > span {
    text-indent: -999em;
    position: absolute;
    top: -2;
  }
  .m-list-price strong {
    font-size: 1.4rem;
    display: table-cell;
  }
  .m-price {
	font-size: 1.6rem;
	color: #e94736;
  }
}

/* ------------------------------------
 * Description List
 * --------------------------------- */
.m-list-desc {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
}

.m-list-desc dt {
  width: 4em;
  float: left;
  clear: left;
}

.m-list-desc dd {
  overflow: hidden;
}
.m-list-price__txt {
	padding: 0 0 0 13px;
}

@media screen and (max-width: 768px) {
  .m-list-desc dt {
    font-size: 1.1rem;
    line-height: 30px;
  }
  .m-list-desc dd {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .m-list-price__txt {
	padding: 0 0 0 17px;
  }
}

/* ------------------------------------
 * Define List
 * --------------------------------- */
.m-list-define dt:first-child {
  margin-top: 0;
}

.m-list-define dt::before {
  content: '\003010';
}

.m-list-define dt::after {
  content: '\003011';
}

.m-list-define dd {
  margin: 0 0 17px;
}

/* ------------------------------------
 * Ticket List
 * --------------------------------- */
.m-list-ticket {
  margin: 0 0 0 -18px;
}

.m-list-ticket > li {
  width: 50%;
  padding-left: 18px;
  float: left;
}
.m-balloon {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    width: auto;
    color: #F6F6F6;
    text-align: center;
    background: #f18752;
    border-radius: 25px;
    margin-top: -52px;
    margin-bottom: 10px;
}
.m-balloon:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #f18752;
	border-radius: 30px 0 30px 0;
	z-index: -1;
}
.m-balloon:after {
	content: "";
	position: absolute;
	bottom: -5px; right: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 30px 0 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .m-list-ticket {
    width: 100%;
    margin-left: 0;
  }
  .m-list-ticket > li {
    width: 100%;
    margin: 40px 0 0;
    padding-left: 0;
    float: none;
  }
  .m-list-ticket a {
    max-width: 100%;
  }
  .m-balloon {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    width: auto;
    color: #F6F6F6;
    text-align: center;
    background: #f18752;
    border-radius: 25px;
    margin-top: -35px;
    margin-bottom: 12px;
  }
  .m-balloon:before {
	  bottom: -5px;
	  right:10px;
  }
  .m-balloon:after {
	  right:20px;
  }
}

/* ------------------------------------
 * Banner List
 * --------------------------------- */
.m-list-bnr {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}

.m-list-bnr li {
  padding: 0 7px;
}

.m-list-bnr li:first-child {
  padding-left: 0;
}

.m-list-bnr li:last-child {
  padding-right: 0;
}

.m-list-bnr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m-list-bnr li {
    padding: 0 3px;
  }
}

/* ------------------------------------
 * Facility List
 * --------------------------------- */
.m-list-faciilty {
  margin: 30px auto 0;
  display: table;
}

.m-list-faciilty li {
  width: 200px;
  height: 200px;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: table-cell;
  box-sizing: content-box;
}

.m-list-faciilty li:first-child {
  padding-left: 0;
}

.m-list-faciilty a {
  width: 100%;
  height: 100%;
  padding: 0 0 39px;
  text-decoration: none;
  display: table;
  box-sizing: border-box;
  border: 4px solid #e6e6e6;
  background: #fff;
}

.m-list-faciilty a::after {
  width: 21px;
  height: 21px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  background-position: -38px -88px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-faciilty a > span {
  display: table-cell;
  vertical-align: bottom;
}

.m-list-faciilty a > span::after {
  left: 50%;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-faciilty a > span[data-type="time"]::after {
  width: 57px;
  height: 57px;
  margin-left: -24px;
  position: absolute;
  top: 54px;
  background-position: -10px -201px;
}

.m-list-faciilty a > span[data-type="fee"]::after {
  width: 51px;
  height: 50px;
  margin-left: -20px;
  position: absolute;
  top: 57px;
  background-position: -76px -203px;
}

.m-list-faciilty a > span[data-type="online"]::after {
  width: 62px;
  height: 45px;
  margin-left: -26px;
  position: absolute;
  top: 60px;
  background-position: -139px -201px;
}

.m-list-faciilty a > span[data-type="access"]::after {
  width: 44px;
  height: 55px;
  margin-left: -17px;
  position: absolute;
  top: 56px;
  background-position: -211px -200px;
}

.m-list-faciilty br {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-list-faciilty {
    margin-left: -10px;
    display: block;
    overflow: hidden;
  }
  .m-list-faciilty li {
    width: 50%;
    height: 160px;
    padding-top: 10px;
    font-size: 1.3rem;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  .m-list-faciilty li:first-child {
    padding-left: 10px;
  }
  .m-list-faciilty li:nth-child(-n+2) {
    padding-top: 0;
  }
  .m-list-faciilty li:nth-child(3) a {
    padding-bottom: 30px;
  }
  .m-list-faciilty a {
    padding-bottom: 36px;
  }
  .m-list-faciilty a > span::after {
    background-size: 750px 750px;
  }
  .m-list-faciilty a > span[data-type="time"]::after {
    width: 43px;
    height: 43px;
    margin-left: -21px;
    position: absolute;
    top: 40px;
    background-position: -7px -151px;
  }
  .m-list-faciilty a > span[data-type="fee"]::after {
    width: 38px;
    height: 38px;
    margin-left: -13px;
    position: absolute;
    top: 40px;
    background-position: -57px -152px;
  }
  .m-list-faciilty a > span[data-type="online"]::after {
    width: 47px;
    height: 33px;
    margin-left: -20px;
    position: absolute;
    top: 45px;
    background-position: -104px -151px;
  }
  .m-list-faciilty a > span[data-type="access"]::after {
    width: 34px;
    height: 41px;
    margin-left: -12px;
    top: 40px;
    background-position: -158px -150px;
  }
  .m-list-faciilty br {
    display: block;
  }
}

/* ------------------------------------
 * Hotel List
 * --------------------------------- */
.m-list-hotel {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  position: relative;
}

.m-list-hotel li {
  width: 50%;
  padding: 0;
  text-align: center;
  float: left;
  box-sizing: border-box;
}
.m-list-hotel li a {
  position: relative;
  display: block;
}
.m-list-hotel li a .m-list-hotel-btn {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  color: #fff;
  background: #3d78c1;
  margin: 25%;
  border-radius: 60px;
  padding: 1% 5px;
  font-size: 94%;
}
.m-list-hotel li a:hover .m-list-hotel-btn {
  background: #6c9bd6;
}
.m-list-hotel li a .m-list-hotel-btn:after {
    width: 6px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-position: -10px -10px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
}

.m-list-hotel li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
  .m-list-hotel {
    padding: 0;
  }
  .m-list-hotel li {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .m-list-hotel li:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-list-hotel li:nth-child(odd) {
    padding-left: 0;
  }
  .m-list-hotel li:nth-child(even) {
    padding-right: 0;
  }
  .m-list-hotel li a .m-list-hotel-btn {
    font-size: 10px;
    margin: 23%;
  }
  .m-list-hotel li a .m-list-hotel-btn:after {
    right: 5px;
    width: 4px;
    height: 8px;
    background-position: -12px -12px;
    top: 12px;
  }
}

/* ------------------------------------
 * Topics List
 * --------------------------------- */
.m-list-topics li {
  margin: 0 0 7px;
  padding: 0 0 7px;
  font-size: 1.2rem;
  color: #666;
  border-bottom: 1px dashed #ebebeb;
}

.m-list-topics li:first-child {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}

.m-list-topics li:last-child {
  border-bottom: 1px solid #ebebeb;
}

.m-list-topics a {
  color: #666;
  display: inline-block;
}

.m-list-topics__date, .m-list-topics__txt {
  display: block;
}

.m-list-topics__date > * {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .m-list-topics li {
    padding: 0 0 11px;
    margin: 0 0 11px;
  }
  .m-list-topics a {
    display: block;
  }
}

/* ------------------------------------
 * Index List
 * --------------------------------- */
.m-list-idx[data-col="4-2"] {
  margin: 30px 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.m-list-idx[data-col="4-2"] .m-list-idx__content {
  width: 25%;
  margin: 20px 0 0;
  padding: 0 0 0 10px;
}

.m-list-idx[data-col="4-2"] .m-list-idx__content:nth-child(-n+4) {
  margin-top: 0;
}

.m-list-idx__content > a {
  text-decoration: none;
  display: block;
  opacity: 1;
}

.m-list-idx__content > a:hover img, .m-list-idx__content > a:focus img, .m-list-idx__content > a:active img {
  opacity: .7;
  transition: 0.3s all;
}

.m-list-idx__content > a:hover .m-list-idx__txt, .m-list-idx__content > a:focus .m-list-idx__txt, .m-list-idx__content > a:active .m-list-idx__txt {
  text-decoration: underline;
}

.m-list-idx__content img {
  width: 100%;
}

.m-list-idx__ttl {
  font-size: 1.8rem;
  text-align: center;
}

.m-list-idx__txt {
  margin-top: 4px;
  padding: 0 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .m-list-idx[data-col="4-2"] .m-list-idx__content {
    width: 50%;
  }
  .m-list-idx[data-col="4-2"] .m-list-idx__content:nth-child(-n+4) {
    margin-top: 25px;
  }
  .m-list-idx[data-col="4-2"] .m-list-idx__content:nth-child(-n+2) {
    margin-top: 0;
  }
}

/* ------------------------------------
 * Event List
 * --------------------------------- */
.m-list-event[data-col="3"],
.m-list-ticket[data-col="3"] {
  margin: 30px 0 0 -18px;
  display: flex;
  flex-wrap: wrap;
}

.m-list-event[data-col="3"] .m-list-ticket__content,
.m-list-ticket[data-col="3"] .m-list-ticket__content {
  width: 33.33333%;
  margin: 40px 0 0;
  padding: 0 0 0 18px;
}

.m-list-event[data-col="3"] .m-list-ticket__content:nth-child(-n+3),
.m-list-ticket[data-col="3"] .m-list-ticket__content:nth-child(-n+3) {
  margin-top: 0;
}

.m-list-event[data-col="3"] .m-list-ticket__content a,
.m-list-ticket[data-col="3"] .m-list-ticket__content a {
  display: block;
}

.m-list-event[data-col="3"] .m-list-ticket__content a:hover, .m-list-event[data-col="3"] .m-list-ticket__content a:focus, .m-list-event[data-col="3"] .m-list-ticket__content a:active,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:hover,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:focus,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:active {
  opacity: 1 !important;
}

.m-list-event[data-col="3"] .m-list-ticket__content a:hover .m-list-ticket__ttl, .m-list-event[data-col="3"] .m-list-ticket__content a:focus .m-list-ticket__ttl, .m-list-event[data-col="3"] .m-list-ticket__content a:active .m-list-ticket__ttl,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:hover .m-list-ticket__ttl,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:focus .m-list-ticket__ttl,
.m-list-ticket[data-col="3"] .m-list-ticket__content a:active .m-list-ticket__ttl {
  text-decoration: underline;
}

.m-list-event[data-col="3"] .m-list-ticket__content img,
.m-list-ticket[data-col="3"] .m-list-ticket__content img {
  width: 100%;
}

.m-list-event[data-col="3-2"],
.m-list-ticket[data-col="3-2"] {
  margin: 30px 0 0 -18px;
  display: flex;
  flex-wrap: wrap;
}
.report .m-list-event[data-col="3-2"] {
	/* -webkit-justify-content: center; */
	/* justify-content: center; */
}



.m-list-event[data-col="3-2"] .m-list-event__content,
.m-list-ticket[data-col="3-2"] .m-list-event__content {
  width: 33.33333%;
  margin: 40px 0 0;
  padding: 0 0 0 18px;
}

.m-list-event[data-col="3-2"] .m-list-event__content:nth-child(-n+3),
.m-list-ticket[data-col="3-2"] .m-list-event__content:nth-child(-n+3) {
  margin-top: 0;
}

.m-list-event__content > a,
.m-list-ticket__content > a {
  text-decoration: none;
  display: block;
  opacity: 1;
}

.m-list-event__content > a:hover img, .m-list-event__content > a:focus img, .m-list-event__content > a:active img,
.m-list-ticket__content > a:hover img,
.m-list-ticket__content > a:focus img,
.m-list-ticket__content > a:active img {
  opacity: .7;
  transition: 0.3s all;
}

.m-list-event__content > a:hover .m-list-event__ttl, .m-list-event__content > a:focus .m-list-event__ttl, .m-list-event__content > a:active .m-list-event__ttl,
.m-list-ticket__content > a:hover .m-list-event__ttl,
.m-list-ticket__content > a:focus .m-list-event__ttl,
.m-list-ticket__content > a:active .m-list-event__ttl {
  text-decoration: underline;
}
.m-section[data-type="report"] .m-list-event__ttl {
    margin: 23px 0 5px;
    padding: 0 10px;
}
.m-list-event__content img,
.m-list-ticket__content img {
  width: 100%;
}

.m-list-event__date {
  margin: 23px 0 5px;
  padding: 0 10px;
  font-size: 1.2rem;
}

.m-list-ticket__date {
  margin: 10px 0 5px;
  padding: 0 10px;
  font-size: 1.2rem;
}

.m-list-event__date > span,
.m-list-ticket__date > span {
  padding-left: 10px;
}

.m-list-event__ttl,
.m-list-ticket__ttl {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-list-event__str,
.m-list-ticket__str {
  padding: 4px 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 5px;
  display: block;
  background: #e94736;
}

.m-list-event__str strong,
.m-list-ticket__str strong {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .m-list-ticket[data-col="3"],
  .m-list-event[data-col="3"] {
    margin-left: 0;
  }
  .m-list-ticket[data-col="3"] .m-list-ticket__content,
  .m-list-event[data-col="3"] .m-list-ticket__content {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
    padding-left: 0;
  }
  .m-list-ticket[data-col="3"] .m-list-ticket__content:nth-child(-n+3),
  .m-list-event[data-col="3"] .m-list-ticket__content:nth-child(-n+3) {
    margin-top: 30px;
  }
  .m-list-ticket[data-col="3"] .m-list-ticket__content:first-child,
  .m-list-event[data-col="3"] .m-list-ticket__content:first-child {
    margin-top: 0;
  }
  .m-list-ticket[data-col="3-2"],
  .m-list-event[data-col="3-2"] {
    margin-left: -10px;
  }
  .m-list-ticket[data-col="3-2"].m-adj-pc-hidden,
  .m-list-event[data-col="3-2"].m-adj-pc-hidden {
    display: flex !important;
  }
  .m-list-ticket[data-col="3-2"] .m-list-event__content,
  .m-list-event[data-col="3-2"] .m-list-event__content {
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
  }
  .m-list-ticket[data-col="3-2"] .m-list-event__content:nth-child(-n+3),
  .m-list-event[data-col="3-2"] .m-list-event__content:nth-child(-n+3) {
    margin-top: 20px;
  }
  .m-list-ticket[data-col="3-2"] .m-list-event__content:nth-child(-n+2),
  .m-list-event[data-col="3-2"] .m-list-event__content:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-list-ticket[data-col="3-2"] .m-list-event__content:last-child/*,
  .m-list-event[data-col="3-2"] .m-list-event__content:last-child*/,
  .m-list-event__content.odd__content.last__content {
    display: none;
  }
  .m-list-ticket[data-col="3-2"] .m-list-event__date > span,
  .m-list-event[data-col="3-2"] .m-list-event__date > span {
    padding-left: 10px;
  }
  .m-list-ticket__date,
  .m-list-event__date {
    margin-top: 8px;
    font-size: 1.1rem;
  }
  .m-list-ticket__date > span,
  .m-list-event__date > span {
    padding-left: 0;
    display: block;
  }
  .m-list-ticket__ttl,
  .m-list-event__ttl {
    font-size: 1.3rem;
  }
  .m-list-ticket__str,
  .m-list-event__str {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}

/* ------------------------------------
 * Coupon List
 * --------------------------------- */
.m-list-coupon {
  margin: 40px 0 0 -15px;
}

.m-list-coupon__segment {
  width: 33.33333%;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  float: left;
}

.m-list-coupon__segment > a {
  display: block;
  text-decoration: none;
}

.m-list-coupon__segment > a:hover, .m-list-coupon__segment > a:focus, .m-list-coupon__segment > a:active {
  opacity: 1;
}

.m-list-coupon__segment > a:hover .m-list-coupon__content, .m-list-coupon__segment > a:focus .m-list-coupon__content, .m-list-coupon__segment > a:active .m-list-coupon__content {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #e94736;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, #e94736), color-stop(0.5, #e94736), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, #e94736), to(#e94736));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  border: 1px solid #e94736;
}

.m-list-coupon__segment > a img {
  width: 100%;
}

.m-list-coupon__segment:nth-child(-n+3) {
  margin-top: 0;
}

.m-list-coupon__content {
  padding: 6px;
  position: relative;
  transition: 0.3s all;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff25f), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #fff25f), color-stop(0.75, #fff25f), color-stop(0.75, #fff), to(#fff));
  background-image: -webkit-linear-gradient(-45deg, #fff25f 25%, #fff 25%, #fff 50%, #fff25f 50%, #fff25f 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(-45deg, #fff25f 25%, #fff 25%, #fff 50%, #fff25f 50%, #fff25f 75%, #fff 75%, #fff);
  background-image: -ms-linear-gradient(-45deg, #fff25f 25%, #fff 25%, #fff 50%, #fff25f 50%, #fff25f 75%, #fff 75%, #fff);
  background-image: linear-gradient(-45deg, #fff25f 25%, #fff 25%, #fff 50%, #fff25f 50%, #fff25f 75%, #fff 75%, #fff);
  border: 1px solid #fff25f;
}

.m-list-coupon__inner {
  padding: 8px 8px 21px;
  background: #fff;
}

.m-list-coupon__ttl {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.m-list-coupon__btn {
  width: 132px;
  margin: 14px auto 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  display: table;
  border-radius: 30px;
  background: #e94736;
}

.m-list-coupon__btn::after {
  width: 6px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: -10px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-coupon__label::after {
  position: absolute;
  top: .3em;
  left: .3em;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-coupon__label[data-type="discount"]::after {
  width: 21px;
  height: 21px;
  background-position: -70px -88px;
}

.m-list-coupon__label[data-type="food"]::after {
  width: 21px;
  height: 22px;
  background-position: -101px -86px;
}

.m-list-coupon__label > span > span {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 1.5em;
  left: .5em;
  z-index: 1;
  transform: rotate(-45deg);
}

.m-list-coupon__label > span::before, .m-list-coupon__label > span::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.m-list-coupon__label > span::before {
  border-width: 78px 78px 0 0;
  border-color: #f18752 transparent transparent transparent;
}

.m-list-coupon__label > span::after {
  border-width: 72px 72px 0 0;
  border-color: #e94736 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .m-list-coupon {
    margin: 25px 0 0 -10px;
  }
  .m-list-coupon__segment {
    width: 50%;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    float: left;
  }
  .m-list-coupon__segment:nth-child(-n+3) {
    margin-top: 10px;
  }
  .m-list-coupon__segment:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-list-coupon__segment:nth-child(n+5) {
    display: none;
  }
  .m-list-coupon__segment > a:hover .m-list-coupon__content, .m-list-coupon__segment > a:focus .m-list-coupon__content, .m-list-coupon__segment > a:active .m-list-coupon__content {
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
  }
  .m-list-coupon__content {
    padding: 4px;
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
  }
  .m-list-coupon__inner {
    background: #fff;
  }
  .m-list-coupon__ttl {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .m-list-coupon__btn {
    width: 80%;
    margin-top: 14px;
  }
  .m-list-coupon__label::after {
    top: .15em;
    left: .15em;
    background-size: 750px 750px;
  }
  .m-list-coupon__label[data-type="discount"]::after {
    width: 16px;
    height: 16px;
    background-position: -52px -66px;
  }
  .m-list-coupon__label[data-type="food"]::after {
    width: 16px;
    height: 18px;
    background-position: -76px -64px;
  }
  .m-list-coupon__label > span > span {
    font-size: 0.9rem;
    top: 1.1em;
    left: .1em;
  }
  .m-list-coupon__label > span::before {
    border-width: 55px 55px 0 0;
  }
  .m-list-coupon__label > span::after {
    border-width: 50px 50px 0 0;
  }
}

/* ------------------------------------
 * Spa List
 * --------------------------------- */
.m-list-spa__content {
  margin: 0 0 50px -20px;
  padding: 0 0 50px;
  overflow: hidden;
  border-bottom: 2px dashed #e8e8e8;
}

.m-list-spa__content:nth-child(even) .m-list-spa__img {
  float: right;
}

.m-list-spa__content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.m-list-spa__img, .m-list-spa__detail {
  max-width: 50%;
  padding: 0 0 0 20px;
  float: left;
}

.m-list-spa__img .m-list-spa__inner {
  height: auto !important;
}

.m-list-spa__img .m-list-spa__inner img {
  width: 100%;
}

.m-list-spa__detail__inner {
  padding: 0 10px;
  display: table;
}

.m-list-spa__detail > *:first-child {
  margin-top: 0 !important;
}

.m-list-spa__detail .m-list-spa__inner {
  display: table-cell;
  vertical-align: middle;
}

.m-list-spa__hdg {
  padding: 0 0 12px 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  background: url(../img/bg_border.png) repeat-x left bottom;
}

.m-list-spa__hdg + * {
  margin-top: 15px;
}

.m-list-spa__hdg span::before {
  width: 31px;
  height: 31px;
  position: absolute;
  top: -1px;
  left: 0;
  background-position: -142px -135px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-spa__lead em {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3d78c1;
}

.m-list-spa__lead em[data-type="lightblue"] {
  color: #3d9ac1;
}

.m-list-spa__box {
  margin: 20px 0 0;
  padding: 23px 31px 24px;
  border-radius: 5px;
  background: #f1f1f1;
}

.m-list-spa__box > * {
  margin-top: 0 !important;
}

.m-list-spa__box dl{
	text-align: left;
	display: inline-block;
	margin: 10px 0 0;
}
.m-list-spa__box dl dt{
	float: left;
	clear: left;
	width: 8em;
}
.m-list-spa__box dl dd{
	float: left;
}

.m-list-spa__box__hdg, .m-list-spa__box__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.m-list-spa__box__ttl {
  color: #166a8d;
  text-align: center;
}

.m-list-spa__box__lead {
  margin-top: 0;
  font-size: 1.8rem;
  text-align: center;
}


.m-list-spa__box__list li {
  margin: 10px 0 0;
  border-radius: 3px;
  background: #fff;
}

.m-list-spa__box__list a {
  padding: 9px 30px 9px 16px;
  display: block;
  position: relative;
  border-radius: 3px;
  background: #fff;
}

.m-list-spa__box__list a:hover, .m-list-spa__box__list a:focus, .m-list-spa__box__list a:active {
  text-decoration: none;
}

.m-list-spa__box__list a::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: -77px -29px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-spa__box__list--data {
  margin: 0;
  font-weight: bold;
  display: block;
}

.m-list-spa__box__list--data em {
  margin: 0 8px 0 0;
  padding: 5px 5px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #166a8d;
}

.m-list-spa__box__list--txt {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #166a8d;
  display: block;
  margin: 0 0 5px;
}

@media screen and (max-width: 768px) {
  .m-list-spa__inner {
    height: auto !important;
  }
  .m-list-spa__content {
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 2px dotted #e8e8e8;
  }
  .m-list-spa__content:nth-child(even) .m-list-spa__img {
    float: none;
  }
  .m-list-spa__img, .m-list-spa__detail {
    max-width: 100%;
    padding-left: 0;
    float: none;
  }
  .m-list-spa__detail {
    margin: 15px 0 0;
  }
  .m-list-spa__detail__inner {
    padding: 0 10px;
  }
  .m-list-spa__detail > *:first-child {
    margin-top: 0 !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .m-list-spa__hdg {
    margin: 0 auto;
    padding: 0 0 9px 30px;
    font-size: 1.8rem;
    display: table;
  }
  .m-list-spa__hdg + * {
    margin-top: 15px;
  }
  .m-list-spa__hdg span::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    background-position: -106px -101px;
    background-size: 750px 750px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-list-spa__lead {
    text-align: center;
  }
  .m-list-spa__lead em {
    font-size: 1.5rem;
  }
  .m-list-spa__box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .m-list-spa__box dl{
		text-align: center;
		display: inline-block;
	}
	.m-list-spa__box dl dt,
	.m-list-spa__box dl dd{
		float: none;
		width: 100%;
	}
}

/* ------------------------------------
 * Image List
 * --------------------------------- */
.m-list-img {
  margin: 17px 0 0 -20px;
  overflow: hidden;
}

.m-list-img li {
  width: 25%;
  float: left;
  padding: 0 0 0 20px;
}

/* ------------------------------------
 * Morinoyu List
 * --------------------------------- */
/*.m-list-morinoyu {
  margin: -80px 0 -80px;
  padding: 0 0 80px;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  position: relative;
  top: -80px;
}*/

.m-list-morinoyu::after {
  width: 100%;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg_morinoyu.png);
  content: '';
}

.m-list-morinoyu__content {
  margin: 0 0 45px -21px;
  padding: 0 0 45px;
  direction: ltr;
  border-bottom: 1px dotted #c9c5b8;
  overflow: hidden;
}

.m-list-morinoyu__content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.m-list-morinoyu__content:nth-child(5) .m-list-morinoyu__detail {
  padding-top: 60px;
  padding-bottom: 30px;
}

.m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__img {
  padding: 0 21px 0 0;
}

.m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__detail {
  padding-right: 10px;
}

.m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__detail::after {
  width: 100%;
  height: 1000%;
  padding-left: 75px;
  position: absolute;
  top: 20px;
  left: -75px;
  z-index: 0;
  background: #f9f3e4;
  content: '';
}

.m-list-morinoyu__content:nth-child(even) {
  direction: rtl;
}

.m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__img {
  padding: 0 0 0 21px;
}

.m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__detail {
  direction: ltr;
  padding-left: 20px;
}

.m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__detail::after {
  width: 100%;
  height: 1000%;
  padding-right: 75px;
  position: absolute;
  top: 20px;
  right: -75px;
  z-index: 0;
  background: #f9f3e4;
  content: '';
}

.m-list-morinoyu__hdg {
  margin: 0 0 18px;
  padding: 0 17px 5px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../img/bg_hdg_morinoyu.png) no-repeat left bottom;
}

.m-list-morinoyu__lead {
  padding: 0 17px;
  font-size: 1.8rem;
  color: #415647;
}

.m-list-morinoyu__img, .m-list-morinoyu__detail {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.m-list-morinoyu__txt {
  padding: 0 17px;
  margin-top: 6px;
}

.m-list-morinoyu__img {
  position: relative;
  z-index: 2;
}

.m-list-morinoyu__img img {
  width: 100%;
}

.m-list-morinoyu__detail {
  vertical-align: middle;
  position: relative;
}

.m-list-morinoyu__detail__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.m-list-morinoyu .m-list-notes {
  margin-top: 7px;
  padding: 0 17px;
}

@media screen and (max-width: 768px) {
  .m-list-morinoyu {
    margin: -70px 0 -70px;
    padding: 0 0 60px;
    position: relative;
    top: -70px;
  }
  .m-list-morinoyu__content {
    margin: 0 0 30px 0;
    padding: 0 0 30px;
    direction: ltr;
  }
  .m-list-morinoyu__content:nth-child(5) .m-list-morinoyu__detail {
    padding: 0;
  }
  .m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__img {
    padding-right: 0;
  }
  .m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__detail {
    padding-right: 0;
  }
  .m-list-morinoyu__content:nth-child(odd) .m-list-morinoyu__detail::after {
    padding-left: 0;
    top: 0;
    left: 0;
  }
  .m-list-morinoyu__content:nth-child(even) {
    direction: ltr;
  }
  .m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__img {
    padding-left: 0;
  }
  .m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__detail {
    padding-left: 0;
  }
  .m-list-morinoyu__content:nth-child(even) .m-list-morinoyu__detail::after {
    padding-right: 0;
    top: 0;
    right: 0;
  }
  .m-list-morinoyu__hdg {
    margin: 0 0 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13px;
    font-size: 1.8rem;
    text-align: center;
    background: url(../img/bg_hdg_morinoyu_sp.png) no-repeat center bottom;
  }
  .m-list-morinoyu__lead {
    padding: 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .m-list-morinoyu__img, .m-list-morinoyu__detail {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .m-list-morinoyu__txt {
    font-size: 1.3rem;
    padding: 0;
    margin-top: 6px;
  }
  .m-list-morinoyu__img {
    margin: 0 0 15px;
  }
  .m-list-morinoyu__img img {
    width: 100%;
  }
  .m-list-morinoyu__detail__inner {
    padding: 17px 15px;
    display: block;
  }
  .m-list-morinoyu .m-list-notes {
    padding: 0;
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Flow List
 * --------------------------------- */
.m-list-flow[data-type="orange"] .m-list-flow__segment::after {
  border-color: #f18752 transparent transparent transparent;
}

.m-list-flow[data-type="red"] .m-list-flow__segment::after {
  border-color: #e94736 transparent transparent transparent;
}

.m-list-flow__segment {
  position: relative;
}

.m-list-flow__segment::after {
  width: 0;
  height: 0;
  margin: 30px auto;
  display: table;
  border-style: solid;
  border-width: 18px 26px 0 26px;
  border-color: #007bff transparent transparent transparent;
  content: '';
}

.m-list-flow__segment:nth-child(even) .m-list-flow__img {
  float: right;
}

.m-list-flow__segment:nth-child(even) .m-list-flow__detail {
  padding: 0 20px 0 0;
}

.m-list-flow__segment:last-child::after {
  display: none;
}

.m-list-flow__content {
  width: 100%;
  padding: 23px 25px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
}

.m-list-flow__img {
  max-width: 40%;
  float: left;
}

.m-list-flow__img img {
  border: 1px solid #dfdfdf;
}

.m-list-flow__detail {
  padding: 0 0 0 20px;
  overflow: hidden;
}

.m-list-flow__hdg {
  font-size: 2.1rem;
  font-weight: bold;
}

.m-list-flow__txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .m-list-flow__segment::after {
    margin: 25px auto;
  }
  .m-list-flow__segment:nth-child(even) .m-list-flow__img, .m-list-flow__segment:nth-child(even) .m-list-flow__detail {
    padding: 0;
    float: none;
  }
  .m-list-flow__content {
    margin-top: 25px;
    padding: 15px 13px;
    border: 1px solid #e6e6e6;
  }
  .m-list-flow__img, .m-list-flow__detail {
    padding: 0;
    float: none;
  }
  .m-list-flow__img {
    margin: 0 0 15px;
    max-width: inherit;
  }
  .m-list-flow__img img {
    width: 100%;
  }
  .m-list-flow__hdg {
    font-size: 1.5rem;
  }
  .m-list-flow__txt {
    margin-top: 0;
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Time List
 * --------------------------------- */
.m-list-time {
  margin: 30px 0 0;
}

.m-list-time__content {
  margin: 38px 0 0;
  overflow: hidden;
}

.m-list-time__content:first-child {
  margin-top: 0;
}

.m-list-time__hdg {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-list-time__hdg a {
  text-decoration: underline;
}

.m-list-time__hdg a:hover, .m-list-time__hdg a:focus, .m-list-time__hdg a:active {
  text-decoration: none;
}

.m-list-time__img {
  max-width: 31%;
  float: left;
}

.m-list-time__img img {
  width: 100%;
  border: 1px solid #e9e9e9;
}

.m-list-time__detail {
  height: 100%;
  padding: 0 0 0 26px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.m-list-time__detail__inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.m-list-time .m-list-notes {
  margin-top: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .m-list-time {
    margin-top: 20px;
  }
  .m-list-time__content {
    margin-top: 30px;
  }
  .m-list-time__hdg {
    font-size: 1.5rem;
  }
  .m-list-time__img {
    width: 100%;
    height: auto !important;
    max-width: inherit;
    margin: 0 0 15px;
    float: none;
  }
  .m-list-time__img img {
    width: 100%;
  }
  .m-list-time__detail {
    width: 100%;
    height: auto !important;
    padding-left: 0;
  }
  .m-list-time .m-list-notes {
    font-size: 1.1rem;
  }
  .m-list-time + .m-list-btn {
    margin-top: 20px;
  }
}


/* ------------------------------------
 * FAQ
 * --------------------------------- */

#faq_time,
#faq_price,
#faq_child,
#faq_item,
#faq_access {
    padding: 40px 0 0;
    margin: -40px 0 0;
    width: 100%;
    display: block;
    float: left;
}
#rental {
    padding: 90px 0 0;
    margin: -50px 0 0 !important;
}

.tab_link.faq {
    display: block;
    width: 100%;
    float: left;
}
.tab_link.faq li {
    display: block;
    width: 50%;
    float: left;
}
.tab_link.faq li a {
    font-size: 15px;
    padding: 16px 30px 16px 10px;
}
.tab_link.faq li a::before {
    right: 15px;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media screen and (max-width: 768px) {
	#faq_time,
	#faq_price,
	#faq_child,
	#faq_item,
	#faq_access {
	    padding: 0;
	    margin: 0;
	}
	#rental {
	    padding: 0;
	    margin: 0 !important;
	}

}


/* ------------------------------------
 * FAQ List
 * --------------------------------- */
.m-list-faq {
  border-bottom: 1px dashed #ebebeb;
}

.m-list-faq > li {
  border-top: 1px dashed #ebebeb;
}

.m-list-faq__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-list-faq__ttl a {
  padding: 15px 50px 15px 35px;
  color: #343434;
  position: relative;
  display: block;
}

.m-list-faq__ttl a::before {
  position: absolute;
  top: 15px;
  left: 8px;
  content: '\0051\002e';
}

.m-list-faq__ttl a::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  right: 8px;
  background-position: -191px -35px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-faq__ttl a.is-active::after {
  transform: rotate(-180deg);
}

.m-list-faq__content {
  padding: 0 8px 15px;
  font-size: 1.2rem;
  display: none;
}

.m-list-faq__content > * {
  margin-top: 5px;
}

.m-list-faq__content a {
  text-decoration: underline;
}

.m-list-faq__content a:hover, .m-list-faq__content a:focus, .m-list-faq__content a:active {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .m-list-faq > li {
    border-top: 1px dotted #ebebeb;
  }
  .m-list-faq__ttl {
    font-size: 1.5rem;
  }
  .m-list-faq__ttl a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-list-faq__ttl a::before {
    top: 10px;
  }
  .m-list-faq__content {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Route List
 * --------------------------------- */
.m-list-route {
  margin: 0;
}

.m-list-route li {
  margin: 0 0 25px;
  font-size: 1.3rem;
}

.m-list-route__hdg {
  font-size: 1.4rem;
  font-weight: bold;
}

.m-list-route__ttl {
  margin: 0 0 7px;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
}

.m-list-route__ttl[data-type="blue"] {
  color: #3d78c1;
}

.m-list-route__ttl[data-type="lightblue"] {
  color: #3d9ac1;
}

.m-list-route__ttl[data-type="green"] {
  color: #50b26b;
}

.m-list-route__ttl[data-type="orange"] {
  color: #f18752;
}

@media screen and (max-width: 768px) {
  .m-list-route li {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .m-list-route__hdg {
    font-size: 1.5rem;
  }
  .m-list-route__ttl {
    font-size: 1.8rem;
  }
  .m-list-route__ttl span {
    display: block;
  }
}

/* ------------------------------------
 * Layer List
 * --------------------------------- */
.m-list-layer {
  margin: 40px 0 0;
}

.m-list-layer > li {
  margin: 52px 0 0;
}

.m-list-layer > li:first-child {
  margin-top: 0;
}

.m-list-layer a {
  text-decoration: underline;
}

.m-list-layer a:hover, .m-list-layer a:focus, .m-list-layer a:active {
  text-decoration: none;
}

.m-list-layer__ttl--lv1 {
  margin: 0 0 11px;
  padding: 0 0 0 25px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: block;
}

.m-list-layer__ttl--lv1::before {
  width: 18px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: -10px -269px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-layer__ttl--lv2 {
  margin: 23px 0 6px !important;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  display: block;
}

.m-list-layer__ttl--lv2 + * {
  margin-top: 6px !important;
}

.m-list-layer__child {
  margin: 20px 0 0;
  padding: 0 0 0 46px;
}

.m-list-layer__child > li {
  margin: 10px 0 0;
}

.m-list-layer__child > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .m-list-layer {
    margin-top: 23px;
  }
  .m-list-layer > li {
    margin-top: 43px;
  }
  .m-list-layer__ttl--lv1 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .m-list-layer__ttl--lv1::before {
    width: 15px;
    height: 18px;
    background-position: -37px -274px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-list-layer__ttl--lv2 {
    margin: 14px 0 6px !important;
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .m-list-layer__ttl--lv2 + * {
    margin-top: 6px !important;
  }
  .m-list-layer__child {
    margin-top: 10px;
    padding-left: 38px;
  }
  .m-list-layer__child > li {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/* ------------------------------------
 * Point List
 * --------------------------------- */
.m-list-point {
  margin: 0 0 0 -20px;
  overflow: hidden;
}

.m-list-point li {
  width: 33.33333%;
  padding: 0 0 0 20px;
  float: left;
}

.m-list-point__ttl {
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f18752;
  line-height: 1.4;
  text-align: center;
  position: relative;
  display: block;
}

.m-list-point__ttl[data-type="member"]::before, .m-list-point__ttl[data-type="notice"]::before, .m-list-point__ttl[data-type="birthday"]::before {
  margin: 0 auto 10px;
  text-align: center;
  display: block;
  position: relative;
  left: -10px;
  background-repeat: no-repeat;
  content: '';
}

.m-list-point__ttl[data-type="member"] {
  color: #f18752;
}

.m-list-point__ttl[data-type="member"]::before {
  width: 85px;
  height: 73px;
  background-image: url(../img/icn_member.png);
  background-size: 85px 73px;
}

.m-list-point__ttl[data-type="notice"] {
  color: #3d9ac1;
}

.m-list-point__ttl[data-type="notice"]::before {
  width: 54px;
  height: 76px;
  background-image: url(../img/icn_notice.png);
  background-size: 54px 76px;
}

.m-list-point__ttl[data-type="birthday"] {
  color: #50b26b;
}

.m-list-point__ttl[data-type="birthday"]::before {
  width: 92px;
  height: 75px;
  background-image: url(../img/icn_birthday.png);
  background-size: 92px 75px;
}

.m-list-point__txt {
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.m-list-point__img {
  margin: 20px auto;
  max-width: 200px;
  display: table;
}

.m-list-point__img img {
  width: 100%;
}

.m-list-point[data-type="orange"] .m-list-point__ttl {
  color: #f68851;
}

.m-list-point[data-type="red"] .m-list-point__ttl {
  color: #ee4430;
}

.m-list-point[data-type="lightblue"] .m-list-point__ttl {
  color: #3598c1;
}

.m-list-point[data-type="blue"] .m-list-point__ttl {
  color: #3974c1;
}

.m-list-point[data-type="green"] .m-list-point__ttl {
  color: #4ab56e;
}

@media screen and (max-width: 768px) {
  .m-list-point {
    margin-left: 0;
  }
  .m-list-point li {
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    float: none;
  }
  .m-list-point li:first-child {
    margin-top: 0;
  }
  .m-list-point__ttl[data-type="member"]::before, .m-list-point__ttl[data-type="notice"]::before, .m-list-point__ttl[data-type="birthday"]::before {
    margin-bottom: 15px;
  }
}

/* ------------------------------------
 * MailMagazine List
 * --------------------------------- */
.m-list-mailmag {
  margin: 0 auto;
  display: table;
}

.m-list-mailmag li {
  width: 100%;
  min-width: 530px;
}

@media screen and (max-width: 768px) {
  .m-list-mailmag {
    width: 100%;
    padding: 0 10px;
  }
  .m-list-mailmag li {
    min-width: inherit;
  }
}

/* ------------------------------------
 * Spend List
 * --------------------------------- */
.m-list-scene {
  margin: 60px 0 0;
}

.m-list-scene__content {
  padding: 50px 0;
  position: relative;
}

.m-list-scene__content::before {
  width: 71px;
  height: 24px;
  margin-left: -35px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  background-position: -43px -311px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-scene__content:first-child {
  padding-top: 0;
}

.m-list-scene__content:last-child {
  padding-bottom: 0;
}

.m-list-scene__content:last-child::before {
  display: none;
}

.m-list-scene__content:nth-child(even)::after {
  width: 100%;
  height: 100%;
  margin: 0 -1000%;
  padding: 0 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #e94736;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, #fafafa), color-stop(0.5, #fafafa), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, #fafafa), to(#fafafa));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  background-image: linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  content: '';
}

.m-list-scene__content:nth-child(even) .m-list-scene__img {
  float: right;
}

.m-list-scene__content:nth-child(even) .m-list-scene__detail {
  padding: 0 20px 0 0;
}

.m-list-scene__content:nth-child(even) .m-list-scene__detail__inner::before {
  top: 50%;
  left: inherit;
  right: -24px;
  border-width: 17px 0 17px 24px;
  border-color: transparent transparent transparent #fff25f;
}

.m-list-scene__content:nth-child(even) .m-list-scene__detail__inner::after {
  right: -15px;
  left: inherit;
  border-style: solid;
  border-width: 17px 0 17px 24px;
  border-color: transparent transparent transparent #fff;
}

.m-list-scene__img {
  max-width: 40%;
  float: left;
}

.m-list-scene__img img {
  width: 100%;
}

.m-list-scene__detail {
  padding: 0 0 0 20px;
  overflow: hidden;
}

.m-list-scene__detail__inner {
  width: 100%;
  height: 100%;
  padding: 17px 24px;
  display: table;
  position: relative;
  border-radius: 10px;
  border: 5px solid #fff25f;
  background: #fff;
}

.m-list-scene__detail__inner > * {
  display: table-cell;
  vertical-align: middle;
}

.m-list-scene__detail__inner::after, .m-list-scene__detail__inner::before {
  width: 0;
  height: 0;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  border-style: solid;
  content: '';
}

.m-list-scene__detail__inner::before {
  top: 50%;
  left: -24px;
  border-width: 17px 24px 17px 0;
  border-color: transparent #fff25f transparent transparent;
}

.m-list-scene__detail__inner::after {
  left: -15px;
  border-style: solid;
  border-width: 17px 24px 17px 0;
  border-color: transparent #fff transparent transparent;
}

.m-list-scene__ttl {
  padding: 0 23px 0 0;
  white-space: nowrap;
  text-align: center;
  background: url(../img/bg_border_02.png) repeat-y top right;
}

.m-list-scene__ttl em {
  font-size: 6rem;
  font-weight: bold;
  color: #f18752;
  line-height: 1;
  letter-spacing: -3px;
}

.m-list-scene__ttl span {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  display: block;
}

.m-list-scene__txt {
  width: 100%;
  padding: 0 0 0 23px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-list-scene__txt > *:first-child {
  margin-top: 0 !important;
}

.m-list-scene__txt a {
  font-size: 1.2rem;
  font-weight: normal;
}

.m-list-scene[data-type="orange"] .m-list-scene__content::before {
  background-position: -43px -311px;
}

.m-list-scene[data-type="orange"] .m-list-scene__ttl em {
  color: #f68851;
}

.m-list-scene[data-type="red"] .m-list-scene__content::before {
  background-position: -43px -341px;
}

.m-list-scene[data-type="red"] .m-list-scene__ttl em {
  color: #ee4430;
}

.m-list-scene[data-type="lightblue"] .m-list-scene__content::before {
  background-position: -43px -371px;
}

.m-list-scene[data-type="lightblue"] .m-list-scene__ttl em {
  color: #3598c1;
}

.m-list-scene[data-type="blue"] .m-list-scene__content::before {
  background-position: -43px -401px;
}

.m-list-scene[data-type="blue"] .m-list-scene__ttl em {
  color: #3974c1;
}

.m-list-scene[data-type="green"] .m-list-scene__content::before {
  background-position: -43px -431px;
}

.m-list-scene[data-type="green"] .m-list-scene__ttl em {
  color: #4ab56e;
}

@media screen and (max-width: 768px) {
  .m-list-scene {
    margin-top: 35px;
  }
  .m-list-scene__content {
    padding: 40px 0;
  }
  .m-list-scene__content::before {
    width: 55px;
    height: 19px;
    margin-left: -27px;
    bottom: -10px;
    background-position: -125px -311px;
  }
  .m-list-scene__content:nth-child(even) .m-list-scene__img {
    float: none;
  }
  .m-list-scene__content:nth-child(even) .m-list-scene__detail {
    padding-right: 0;
  }
  .m-list-scene__content:nth-child(odd) .m-list-scene__detail__inner::before, .m-list-scene__content:nth-child(odd) .m-list-scene__detail__inner::after, .m-list-scene__content:nth-child(even) .m-list-scene__detail__inner::before, .m-list-scene__content:nth-child(even) .m-list-scene__detail__inner::after {
    width: 0;
    height: 0;
    margin-left: -10px;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 10.5px 13px 10.5px;
    border-color: transparent transparent #fff25f transparent;
    content: '';
  }
  .m-list-scene__content:nth-child(odd) .m-list-scene__detail__inner::after, .m-list-scene__content:nth-child(even) .m-list-scene__detail__inner::after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
  }
  .m-list-scene__img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    float: none;
  }
  .m-list-scene__detail {
    padding: 20px 0 0 !important;
    height: auto !important;
  }
  .m-list-scene__detail__inner {
    min-height: 250px;
  }
  .m-list-scene__ttl {
    padding-right: 15px;
    background-size: 2px 5px;
  }
  .m-list-scene__ttl em {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .m-list-scene__ttl span {
    font-size: 1.1rem;
  }
  .m-list-scene__txt {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  .m-list-scene[data-type="orange"] .m-list-scene__content::before {
    background-position: -125px -311px;
  }
  .m-list-scene[data-type="red"] .m-list-scene__content::before {
    background-position: -125px -341px;
  }
  .m-list-scene[data-type="lightblue"] .m-list-scene__content::before {
    background-position: -125px -371px;
  }
  .m-list-scene[data-type="blue"] .m-list-scene__content::before {
    background-position: -125px -401px;
  }
  .m-list-scene[data-type="green"] .m-list-scene__content::before {
    background-position: -125px -431px;
  }
}

/* ------------------------------------
 * Access Flow
 * --------------------------------- */
.m-list-access-flow {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.m-list-access-flow li {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

_::-webkit-full-page-media, _:future, :root .m-list-access-flow li {
  display: block;
}

.m-list-access-flow li::after {
  width: 0;
  height: 0;
  margin-left: -11px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #007bff transparent transparent transparent;
  content: '';
}

.m-list-access-flow__ttl {
  padding: 12px 2px 14px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #fff;
}

.m-list-access-flow__ttl strong {
  font-size: 2.4rem;
  color: #e94736;
}

.m-list-access-flow__ttl em {
  margin: 0 0 5px;
  font-size: 2rem;
  letter-spacing: -1px;
  display: block;
}

.m-list-access-flow__method {
  margin: 10px 0;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.m-list-access-flow__method::before, .m-list-access-flow__method::after {
  width: 7px;
  height: 100%;
  padding: 20px 0;
  color: transparent;
  display: block;
  content: '.';
}

.m-list-access-flow__method__inner {
  width: 100%;
  display: block;
}

.m-list-access-flow__method__inner > span {
  width: 100%;
  margin: 10px 0;
  display: block;
}

.m-list-access-flow__method__inner > span::before {
  margin: 0 auto 5px;
  display: table;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-list-access-flow__method__inner[data-icon="bullet"] > span::before {
  width: 39px;
  height: 48px;
}

.m-list-access-flow__method__inner[data-icon="car"] > span::before {
  width: 42px;
  height: 30px;
}

.m-list-access-flow__method__inner[data-icon="train"] > span::before {
  width: 36px;
  height: 45px;
}

.m-list-access-flow__method__inner[data-icon="bus"] > span::before {
  width: 39px;
  height: 42px;
}

.m-list-access-flow__method__inner[data-icon="walk"] > span::before {
  width: 20px;
  height: 38px;
}

.m-list-access-flow__method em {
  color: #e94736;
  display: block;
}

.m-list-access-flow__method strong {
  display: block;
  line-height: 1;
}

.m-list-access-flow__method strong span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e94736;
}

.m-list-access-flow[data-type="orange"] li::after {
  border-color: #f18752 transparent transparent transparent;
}

.m-list-access-flow[data-type="orange"] .m-list-access-flow__ttl {
  border-color: #f18752;
}

.m-list-access-flow[data-type="orange"] .m-list-access-flow__method::before, .m-list-access-flow[data-type="orange"] .m-list-access-flow__method::after {
  background: #f18752;
}

.m-list-access-flow[data-type="orange"] .m-list-access-flow__method__inner[data-icon="car"] > span::before {
  background-position: -413px -207px;
}

.m-list-access-flow[data-type="blue"] li::after {
  border-color: #3d78c1 transparent transparent transparent;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__ttl {
  border-color: #3d78c1;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__method::before, .m-list-access-flow[data-type="blue"] .m-list-access-flow__method::after {
  background: #3d78c1;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__method__inner[data-icon="car"] > span::before {
  background-position: -413px -27px;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__method__inner[data-icon="train"] > span::before {
  background-position: -318px -13px;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__method__inner[data-icon="bus"] > span::before {
  background-position: -364px -16px;
}

.m-list-access-flow[data-type="blue"] .m-list-access-flow__method__inner[data-icon="walk"] > span::before {
  background-position: -465px -20px;
}

.m-list-access-flow[data-type="lightblue"] li::after {
  border-color: #3d9ac1 transparent transparent transparent;
}

.m-list-access-flow[data-type="lightblue"] .m-list-access-flow__ttl {
  border-color: #3d9ac1;
}

.m-list-access-flow[data-type="lightblue"] .m-list-access-flow__method::before, .m-list-access-flow[data-type="lightblue"] .m-list-access-flow__method::after {
  background: #3d9ac1;
}

.m-list-access-flow[data-type="lightblue"] .m-list-access-flow__method__inner[data-icon="car"] > span::before {
  background-position: -413px -27px;
}

.m-list-access-flow[data-type="lightblue"] .m-list-access-flow__method__inner[data-icon="train"] > span::before {
  background-position: -318px -73px;
}

.m-list-access-flow[data-type="lightblue"] .m-list-access-flow__method__inner[data-icon="bus"] > span::before {
  background-position: -364px -76px;
}

.m-list-access-flow[data-type="green"] li::after {
  border-color: #50b26b transparent transparent transparent;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__ttl {
  border-color: #50b26b;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__method::before, .m-list-access-flow[data-type="green"] .m-list-access-flow__method::after {
  background: #50b26b;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__method__inner[data-icon="car"] > span::before {
  background-position: -413px -147px;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__method__inner[data-icon="bullet"] > span::before {
  background-position: -269px -130px;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__method__inner[data-icon="bus"] > span::before {
  background-position: -364px -136px;
}

.m-list-access-flow[data-type="green"] .m-list-access-flow__method__inner[data-icon="walk"] > span::before {
  background-position: -465px -140px;
}

@media screen and (max-width: 768px) {
  .m-list-access-flow__ttl {
    margin: 0 17px;
  }
}

/* ------------------------------------
 * Access Car List
 * --------------------------------- */
.m-list-access-car {
  margin: 45px 0 0 -20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.m-list-access-car__content {
  width: 33.33333%;
  padding: 0 0 0 20px;
}

.m-list-access-car__content .m-list-access-car__end {
  display: none;
}

.m-list-access-car__content[data-type="orange"] .m-list-access-car__inner {
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #fef9f6;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fef3ed), color-stop(0.25, #fef9f6), color-stop(0.5, #fef9f6), color-stop(0.5, #fef3ed), color-stop(0.75, #fef3ed), color-stop(0.75, #fef9f6), to(#fef9f6));
  background-image: -webkit-linear-gradient(-45deg, #fef3ed 25%, #fef9f6 25%, #fef9f6 50%, #fef3ed 50%, #fef3ed 75%, #fef9f6 75%, #fef9f6);
  background-image: -moz-linear-gradient(-45deg, #fef3ed 25%, #fef9f6 25%, #fef9f6 50%, #fef3ed 50%, #fef3ed 75%, #fef9f6 75%, #fef9f6);
  background-image: -ms-linear-gradient(-45deg, #fef3ed 25%, #fef9f6 25%, #fef9f6 50%, #fef3ed 50%, #fef3ed 75%, #fef9f6 75%, #fef9f6);
  background-image: linear-gradient(-45deg, #fef3ed 25%, #fef9f6 25%, #fef9f6 50%, #fef3ed 50%, #fef3ed 75%, #fef9f6 75%, #fef9f6);
}

.m-list-access-car__content[data-type="blue"] .m-list-access-car__inner {
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #f5fafc;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ebf5f9), color-stop(0.25, #f5fafc), color-stop(0.5, #f5fafc), color-stop(0.5, #ebf5f9), color-stop(0.75, #ebf5f9), color-stop(0.75, #f5fafc), to(#f5fafc));
  background-image: -webkit-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: -moz-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: -ms-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
}

.m-list-access-car__content[data-type="green"] .m-list-access-car__inner {
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #f7fdfb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #effaf6), color-stop(0.25, #f7fdfb), color-stop(0.5, #f7fdfb), color-stop(0.5, #effaf6), color-stop(0.75, #effaf6), color-stop(0.75, #f7fdfb), to(#f7fdfb));
  background-image: -webkit-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -moz-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -ms-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
}

.m-list-access-car__inner {
  padding: 20px 10px 10px;
  height: 100%;
}

.m-list-access-car__end {
  margin: 20px 0 0;
}

.m-list-access-car__end p {
  margin-top: 0;
  padding: 20px 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #e94736;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .m-list-access-car {
    margin: 25px 0 0;
    display: block;
  }
  .m-list-access-car__content {
    width: 100%;
    margin: 0 0 30px;
    padding-left: 0;
  }
  .m-list-access-car__content[data-type="orange"] .m-list-access-car__inner {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-list-access-car__content[data-type="blue"] .m-list-access-car__inner {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-list-access-car__content[data-type="green"] .m-list-access-car__inner {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-list-access-car__content:last-child {
    margin-bottom: 0;
  }
  .m-list-access-car__content .m-list-access-car__end {
    margin-top: 15px;
    display: block;
  }
  .m-list-access-car__end {
    display: none;
  }
}

/* ------------------------------------
 * Access Train Bus List
 * --------------------------------- */
.m-list-access-train {
  width: 100%;
  margin: 45px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.m-list-access-train__content {
  width: 50%;
  padding: 0 0 0 20px;
  position: relative;
}

.m-list-access-train__content:first-child {
  padding-left: 0;
}

.m-list-access-train__content:first-child::before, .m-list-access-train__content:first-child::after {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  content: '';
}

.m-list-access-train__content:first-child::before {
  left: 0;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #ecf5f9;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #d8ebf3), color-stop(0.25, #ecf5f9), color-stop(0.5, #ecf5f9), color-stop(0.5, #d8ebf3), color-stop(0.75, #d8ebf3), color-stop(0.75, #ecf5f9), to(#ecf5f9));
  background-image: -webkit-linear-gradient(-45deg, #d8ebf3 25%, #ecf5f9 25%, #ecf5f9 50%, #d8ebf3 50%, #d8ebf3 75%, #ecf5f9 75%, #ecf5f9);
  background-image: -moz-linear-gradient(-45deg, #d8ebf3 25%, #ecf5f9 25%, #ecf5f9 50%, #d8ebf3 50%, #d8ebf3 75%, #ecf5f9 75%, #ecf5f9);
  background-image: -ms-linear-gradient(-45deg, #d8ebf3 25%, #ecf5f9 25%, #ecf5f9 50%, #d8ebf3 50%, #d8ebf3 75%, #ecf5f9 75%, #ecf5f9);
  background-image: linear-gradient(-45deg, #d8ebf3 25%, #ecf5f9 25%, #ecf5f9 50%, #d8ebf3 50%, #d8ebf3 75%, #ecf5f9 75%, #ecf5f9);
}

.m-list-access-train__content:first-child::after {
  right: 0;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #f5fafc;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ebf5f9), color-stop(0.25, #f5fafc), color-stop(0.5, #f5fafc), color-stop(0.5, #ebf5f9), color-stop(0.75, #ebf5f9), color-stop(0.75, #f5fafc), to(#f5fafc));
  background-image: -webkit-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: -moz-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: -ms-linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
  background-image: linear-gradient(-45deg, #ebf5f9 25%, #f5fafc 25%, #f5fafc 50%, #ebf5f9 50%, #ebf5f9 75%, #f5fafc 75%, #f5fafc);
}

.m-list-access-train__content:first-child > .m-list-access-flow__ttl {
  margin: 20px 10px 0;
  border-color: #3d78c1;
}

.m-list-access-train__content:first-child .m-list-access-train__inner {
  padding-top: 0;
}

.m-list-access-train__content > .m-list-access-flow {
  padding: 0 10px 10px;
  height: auto;
}

.m-list-access-train__content .m-list-access-train__end {
  display: none;
}

.m-list-access-train__content .m-list-access-train {
  margin: 0;
}

.m-list-access-train__content .m-list-access-train__content {
  padding: 0;
}

.m-list-access-train__content .m-list-access-train__content::before, .m-list-access-train__content .m-list-access-train__content::after {
  display: none;
}

.m-list-access-train__content[data-type="green"] .m-list-access-train__inner {
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #f7fdfb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #effaf6), color-stop(0.25, #f7fdfb), color-stop(0.5, #f7fdfb), color-stop(0.5, #effaf6), color-stop(0.75, #effaf6), color-stop(0.75, #f7fdfb), to(#f7fdfb));
  background-image: -webkit-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -moz-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: -ms-linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
  background-image: linear-gradient(-45deg, #effaf6 25%, #f7fdfb 25%, #f7fdfb 50%, #effaf6 50%, #effaf6 75%, #f7fdfb 75%, #f7fdfb);
}

.m-list-access-train__inner {
  padding: 20px 10px 10px;
  height: 100%;
}

.m-list-access-train__end {
  margin: 20px 0 0;
}

.m-list-access-train__end p {
  margin-top: 0;
  padding: 20px 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #e94736;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .m-list-access-train {
    margin: 25px 0 0;
    display: block;
  }
  .m-list-access-train__content {
    width: 100%;
    margin: 0 0 30px;
    padding-left: 0;
  }
  .m-list-access-train__content[data-type="green"] .m-list-access-train__inner {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-list-access-train__content:first-child {
    padding-top: 20px;
  }
  .m-list-access-train__content:first-child::before, .m-list-access-train__content:first-child::after {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .m-list-access-train__content:last-child {
    margin-bottom: 0;
  }
  .m-list-access-train__content .m-list-access-train__end {
    margin-top: 15px;
    display: block;
  }
  .m-list-access-train__content .m-list-access-train {
    display: flex;
  }
  .m-list-access-train__content .m-list-access-train__content {
    width: 50%;
    margin-bottom: 0;
  }
  .m-list-access-train__content > .m-list-access-flow__ttl {
    margin: 0 27px !important;
  }
  .m-list-access-train__content > .m-list-access-train__end {
    margin-top: 0;
    padding-top: 15px;
    background: #fff;
  }
  .m-list-access-train__end {
    display: none;
  }
}

/* ------------------------------------
 * Access Tab List
 * --------------------------------- */
.m-list-access-tab {
  display: none;
}

#shuttlebus .tbl th,
#shuttlebus .tbl td {
	display: block;
}

#train-bus,
#car,
#shuttlebus{
	padding: 40px 0 0;
	margin: -40px 0 0;
}


@media screen and (max-width: 680px) {
  .m-list-access-tab {
    width: 100%;
    margin: 25px 0 0;
    display: none;
    table-layout: fixed;
  }
  .m-list-access-tab li {
    text-align: center;
    display: table-cell;
    vertical-align: top;
  }
  .m-list-access-tab a {
    width: 100%;
    padding: 15px 5px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    box-sizing: border-box;
  }
  .m-list-access-tab a span {
    display: table-cell;
    vertical-align: middle;
  }
  .m-list-access-tab a span::after {
    width: 10px;
    height: 6px;
    margin: 5px auto 0;
    display: block;
    background-position: -57px -10px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-list-access-tab a[data-type="orange"] {
    background: #f18752;
  }
  .m-list-access-tab a[data-type="blue"] {
    background: #3d78c1;
  }
  .m-list-access-tab a[data-type="green"] {
    background: #50b26b;
  }
  
  .m-list-access-train,
  .m-list-access-car {
  	display: none;
  }
  #shuttlebus .tbl th,
	#shuttlebus .tbl td {
		display: table-cell;
		padding: 10px 20px; 
	}
	
	#shuttlebus .m-hdg.bus{
		padding-left: 0;
	    font-size: 1.6rem;
	    margin: 20px 0 0;
	}
	
	#train-bus,
	#car,
	#shuttlebus{
		padding: 0;
		margin: 0;
	}

  
}



/* ----------------------------------------------------------------------------
 * Button
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Button
 * --------------------------------- */
.m-btn,
.m-btn-blue,
.m-btn-lightblue,
.m-btn-green,
.m-btn-orange {
  font-size: 2.2rem;
  display: inline-block;
}

.m-btn:hover, .m-btn:focus, .m-btn:active,
.m-btn-blue:hover,
.m-btn-blue:focus,
.m-btn-blue:active,
.m-btn-lightblue:hover,
.m-btn-lightblue:focus,
.m-btn-lightblue:active,
.m-btn-green:hover,
.m-btn-green:focus,
.m-btn-green:active,
.m-btn-orange:hover,
.m-btn-orange:focus,
.m-btn-orange:active {
  text-decoration: none;
}

.m-btn > span,
.m-btn-blue > span,
.m-btn-lightblue > span,
.m-btn-green > span,
.m-btn-orange > span {
  min-width: 215px;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  display: block;
  border-radius: 30px;
  border: 4px solid #333;
  background: #fff;
}

.m-btn > span::after,
.m-btn-blue > span::after,
.m-btn-lightblue > span::after,
.m-btn-green > span::after,
.m-btn-orange > span::after {
  width: 10px;
  height: 15px;
  margin-top: -7px;
  top: 50%;
  right: 10px;
  position: absolute;
  background-position: -10px -30px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn[data-size="s"],
.m-btn-blue[data-size="s"],
.m-btn-lightblue[data-size="s"],
.m-btn-green[data-size="s"],
.m-btn-orange[data-size="s"] {
  font-size: 1.2rem;
}

.m-btn[data-size="s"] > span,
.m-btn-blue[data-size="s"] > span,
.m-btn-lightblue[data-size="s"] > span,
.m-btn-green[data-size="s"] > span,
.m-btn-orange[data-size="s"] > span {
  min-width: inherit;
  padding: 4px 23px;
  border-radius: 15px;
  border: 2px solid #333;
}

.m-btn.extend[data-size="s"] > span {
  padding: 12px 15px;
  border: 2px solid #c4c4c4;
}

.m-btn[data-size="s"] > span::after,
.m-btn-blue[data-size="s"] > span::after,
.m-btn-lightblue[data-size="s"] > span::after,
.m-btn-green[data-size="s"] > span::after,
.m-btn-orange[data-size="s"] > span::after {
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-position: -42px -10px;
}

.m-btn[data-type="print"],
.m-btn-blue[data-type="print"],
.m-btn-lightblue[data-type="print"],
.m-btn-green[data-type="print"],
.m-btn-orange[data-type="print"] {
  min-width: 210px;
}

.m-btn[data-type="print"] > span,
.m-btn-blue[data-type="print"] > span,
.m-btn-lightblue[data-type="print"] > span,
.m-btn-green[data-type="print"] > span,
.m-btn-orange[data-type="print"] > span {
  min-height: 20px;
  line-height: 20px;
}

.m-btn[data-type="print"] > span::before,
.m-btn-blue[data-type="print"] > span::before,
.m-btn-lightblue[data-type="print"] > span::before,
.m-btn-green[data-type="print"] > span::before,
.m-btn-orange[data-type="print"] > span::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: -167px -177px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn[data-type="print"] > span::after,
.m-btn-blue[data-type="print"] > span::after,
.m-btn-lightblue[data-type="print"] > span::after,
.m-btn-green[data-type="print"] > span::after,
.m-btn-orange[data-type="print"] > span::after {
  display: none !important;
}

.m-btn[data-size="m"],
.m-btn-blue[data-size="m"],
.m-btn-lightblue[data-size="m"],
.m-btn-green[data-size="m"],
.m-btn-orange[data-size="m"] {
  font-size: 1.3rem;
}

.m-btn[data-size="m"] > span,
.m-btn-blue[data-size="m"] > span,
.m-btn-lightblue[data-size="m"] > span,
.m-btn-green[data-size="m"] > span,
.m-btn-orange[data-size="m"] > span {
  min-width: 215px;
  padding: 14px 0;
  border-radius: 30px;
  border: 2px solid #c4c4c4;
}

.m-btn[data-size="m"] > span::after,
.m-btn-blue[data-size="m"] > span::after,
.m-btn-lightblue[data-size="m"] > span::after,
.m-btn-green[data-size="m"] > span::after,
.m-btn-orange[data-size="m"] > span::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-position: -77px -29px;
}

.m-btn[data-size="xm"],
.m-btn-blue[data-size="xm"],
.m-btn-lightblue[data-size="xm"],
.m-btn-green[data-size="xm"],
.m-btn-orange[data-size="xm"] {
  font-size: 1.3rem;
}

.m-btn[data-size="xm"] > span,
.m-btn-blue[data-size="xm"] > span,
.m-btn-lightblue[data-size="xm"] > span,
.m-btn-green[data-size="xm"] > span,
.m-btn-orange[data-size="xm"] > span {
  min-width: 270px;
  padding: 14px 0;
  border-radius: 30px;
  border: 2px solid #c4c4c4;
}

.m-btn[data-size="xm"] > span::after,
.m-btn-blue[data-size="xm"] > span::after,
.m-btn-lightblue[data-size="xm"] > span::after,
.m-btn-green[data-size="xm"] > span::after,
.m-btn-orange[data-size="xm"] > span::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-position: -77px -29px;
}

.m-btn-blue[data-size="m"] > span {
  color: #fff;
  border: 2px solid #265c9f;
  background: #3d78c1;
}

.m-btn-blue[data-size="m"] > span::after {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: -95px -47px;
}

.m-btn-lightblue[data-size="m"] > span {
  color: #fff;
  border: 2px solid #1a7ba4;
  background: #3d9ac1;
}

.m-btn-lightblue[data-size="m"] > span::after {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: -75px -47px;
}

.m-btn-green[data-size="m"] > span {
  color: #fff;
  border: 2px solid #22833d;
  background: #50b26b;
}

.m-btn-green[data-size="m"] > span::after {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: -76px -66px;
}

.m-btn-orange[data-size="m"] > span {
  color: #fff;
  border: 2px solid #ec7236;
  background: #f18752;
}

.m-btn-orange[data-size="m"] > span::after {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: -114px -47px;
}

@media screen and (max-width: 768px) {
  .m-btn,
  .m-btn-blue,
  .m-btn-darkblue,
  .m-btn-green,
  .m-btn-orange {
    font-size: 1.8rem;
  }
  .m-btn > span,
  .m-btn-blue > span,
  .m-btn-darkblue > span,
  .m-btn-green > span,
  .m-btn-orange > span {
    min-width: 215px;
    border-radius: 30px;
    padding: 10px 0;
    border: 2px solid #333;
  }
  .m-btn > span::after,
  .m-btn-blue > span::after,
  .m-btn-darkblue > span::after,
  .m-btn-green > span::after,
  .m-btn-orange > span::after {
    width: 7px;
    height: 11px;
    margin-top: -5px;
    background-position: -30px -32px;
  }
  .m-btn[data-size="s"],
  .m-btn-blue[data-size="s"],
  .m-btn-darkblue[data-size="s"],
  .m-btn-green[data-size="s"],
  .m-btn-orange[data-size="s"] {
    font-size: 1.3rem;
  }
  .m-btn[data-size="s"] > span,
  .m-btn-blue[data-size="s"] > span,
  .m-btn-darkblue[data-size="s"] > span,
  .m-btn-green[data-size="s"] > span,
  .m-btn-orange[data-size="s"] > span {
    min-width: 215px;
    padding: 10px 0;
    border-radius: 30px;
  }

  .m-btn.extend[data-size="s"] > span {
    min-width: 100%;
    padding: 10px 0;
    border-radius: 10px;
  }

  .m-btn[data-size="s"] > span::after,
  .m-btn-blue[data-size="s"] > span::after,
  .m-btn-darkblue[data-size="s"] > span::after,
  .m-btn-green[data-size="s"] > span::after,
  .m-btn-orange[data-size="s"] > span::after {
    width: 7px;
    height: 11px;
    margin-top: -5px;
    background-position: -30px -32px;
  }
  .m-btn[data-size="m"],
  .m-btn-blue[data-size="m"],
  .m-btn-darkblue[data-size="m"],
  .m-btn-green[data-size="m"],
  .m-btn-orange[data-size="m"] {
    font-size: 1.3rem;
  }
  .m-btn[data-size="m"] > span,
  .m-btn-blue[data-size="m"] > span,
  .m-btn-darkblue[data-size="m"] > span,
  .m-btn-green[data-size="m"] > span,
  .m-btn-orange[data-size="m"] > span {
    min-width: 215px;
    padding: 10px 0;
  }
  .m-btn[data-size="xm"],
  .m-btn-blue[data-size="xm"],
  .m-btn-darkblue[data-size="xm"],
  .m-btn-green[data-size="xm"],
  .m-btn-orange[data-size="xm"] {
    font-size: 1.6rem;
  }
  .m-btn[data-size="xm"] > span,
  .m-btn-blue[data-size="xm"] > span,
  .m-btn-darkblue[data-size="xm"] > span,
  .m-btn-green[data-size="xm"] > span,
  .m-btn-orange[data-size="xm"] > span {
    width: 100%;
    min-width: inherit;
    padding: 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .m-btn.extend[data-size="s"] > span {
    text-align: left;
    padding: 10px 5px;
  }
  .m-btn.extend[data-size="s"] > span::after {
    margin-top: 3px;
    right: 7px;
  }
}

/* ------------------------------------
 * TicketButton
 * --------------------------------- */
.m-btn-ticket,
.m-btn-neighbor-ticket,
.m-btn-coupon {
  min-width: 530px;
  margin: 45px 0 0;
  padding: 17px 50px 12px 190px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 6px solid #333;
  background: #fff;
  z-index: 0;
}

.m-btn-ticket::before,
.m-btn-neighbor-ticket::before,
.m-btn-coupon::before {
  width: 150px;
  height: 143px;
  position: absolute;
  left: 13px;
  bottom: 0;
  background: url(../img/bg_btn_ticket.png) no-repeat;
  content: '';
}

.m-btn-ticket::after,
.m-btn-neighbor-ticket::after,
.m-btn-coupon::after {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 12px;
  background-position: -58px -55px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn-ticket:hover, .m-btn-ticket:focus, .m-btn-ticket:active,
.m-btn-neighbor-ticket:hover, .m-btn-neighbor-ticket:focus, .m-btn-neighbor-ticket:active,
.m-btn-coupon:hover,
.m-btn-coupon:focus,
.m-btn-coupon:active {
  text-decoration: none;
}

.m-btn-ticket > *,
.m-btn-neighbor-ticket > *,
.m-btn-coupon > * {
  display: block;
}

.m-btn-ticket span,
.m-btn-coupon span {
  text-align: center;
  display: block;
}

.m-btn-ticket em,
.m-btn-neighbor-ticket em,
.m-btn-coupon em {
  font-size: 3rem;
  position: relative;
  display: block;
  text-align: center;
}

.m-btn-ticket[data-size="s"],
.m-btn-coupon[data-size="s"] {
  min-width: inherit;
  padding-right: 30px;
  padding-left: 150px;
  text-align: center;
  font-size: 1.6rem;
}

.m-btn-ticket[data-size="s"] em,
.m-btn-coupon[data-size="s"] em {
  font-size: 2.6rem;
}

.m-btn-ticket[data-size="s"]::before,
.m-btn-coupon[data-size="s"]::before {
  width: 130px;
  height: 124px;
  position: absolute;
  left: 13px;
  bottom: 0;
  background: url(../img/bg_btn_ticket.png) no-repeat;
  background-size: 130px 124px;
  content: '';
}

.m-btn-coupon::before {
  width: 118px !important;
  height: 124px !important;
  background: url(../img/bg_btn_coupon.png) no-repeat !important;
  background-size: 118px 124px !important;
}
.m-btn-neighbor-ticket {
  padding: 17px 50px 12px 210px;
  margin: 0;
}
.m-btn-neighbor-ticket::before {
  width: 179px !important;
  height: 67px !important;
  background: url(../img/bg_btn_neighbor_ticket.png) no-repeat !important;
  background-size: 179px 67px !important;
  position: absolute;
  bottom: 8px;
}

@media screen and (max-width: 768px) {
  .m-btn-ticket,
  .m-btn-neighbor-ticket,
  .m-btn-coupon {
    max-width: 320px;
    min-width: inherit;
    margin-top: 10px;
    padding: 10px 20px 9px 95px;
    font-size: 1rem;
    border: 5px solid #333;
  }
  .m-btn-coupon {
  	 margin-top: 30px;
  }
  .m-btn-ticket::before,
  .m-btn-ticket::before,
  .m-btn-coupon::before {
    width: 75px;
    height: 72px;
    position: absolute;
    left: 14px;
    bottom: 0;
    background-size: 75px 72px;
  }
  .m-btn-ticket::after,
  .m-btn-neighbor-ticket::after,
  .m-btn-coupon::after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background-position: -29px -27px;
    background-size: 500px 500px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-btn-ticket span,
  .m-btn-coupon span {
    text-align: center;
  }
  .m-btn-ticket em,
  .m-btn-neighbor-ticket em,
  .m-btn-coupon em {
    font-size: 1.6rem;
  }
  .m-btn-ticket[data-size="s"],
  .m-btn-coupon[data-size="s"] {
    font-size: 1rem;
    padding-left: 110px;
  }
  .m-btn-ticket[data-size="s"]::before,
  .m-btn-coupon[data-size="s"]::before {
    width: 100px;
    height: 87px;
    background: url(../img/bg_btn_ticket.png) no-repeat;
    background-size: 100px 87px;
  }
  .m-btn-ticket[data-size="s"] em,
  .m-btn-coupon[data-size="s"] em {
    font-size: 1.9rem;
  }
  .m-btn-coupon::before {
    width: 100px !important;
    height: 87px !important;
    background: url(../img/bg_btn_coupon.png) no-repeat !important;
    background-size: 100px 87px !important;
  }
  .m-btn-neighbor-ticket {
    padding: 10px 20px 9px 112px;
}
.m-btn-neighbor-ticket::before {
    width: 91px !important;
    height: 34px !important;
    background: url(../img/bg_btn_neighbor_ticket.png) no-repeat !important;
    background-size: 91px 34px !important;
    position: absolute;
    bottom: 8px;
  }
}

/* ------------------------------------
 * MailMagazine Button
 * --------------------------------- */
.m-btn-mailmag {
  padding: 6px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  border: 2px solid #e94736;
  background: #fff;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #e94736;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, #e94736), color-stop(0.5, #e94736), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, #e94736), to(#e94736));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
  background-image: linear-gradient(-45deg, #fff 25%, #e94736 25%, #e94736 50%, #fff 50%, #fff 75%, #e94736 75%, #e94736);
}

.m-btn-mailmag:hover, .m-btn-mailmag:focus, .m-btn-mailmag:active {
  text-decoration: none;
}

.m-btn-mailmag > span {
  padding: 23px 65px 24px 195px;
  position: relative;
  display: block;
  background: #fff;
}

.m-btn-mailmag > span::before {
  width: 132px;
  height: 106px;
  position: absolute;
  bottom: 0;
  left: 32px;
  background-image: url(../img/bg_btn_mail.png);
  content: '';
}

.m-btn-mailmag > span::after {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 12px;
  background-position: -58px -55px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-btn-mailmag {
    font-size: 1.9rem;
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
  }
  .m-btn-mailmag > span {
    padding: 15px 45px 16px 120px;
    position: relative;
  }
  .m-btn-mailmag > span::before {
    width: 90px;
    height: 72px;
    left: 22px;
    background-size: 90px 72px;
  }
}

/* ------------------------------------
 * PlanButton
 * --------------------------------- */
.m-btn-plan {
  width: 100%;
  max-width: 423px;
  margin: 80px auto;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  border: 4px solid #333;
  background: #fff;
}

.m-btn-plan:hover, .m-btn-plan:focus, .m-btn-plan:active {
  text-decoration: none;
}

.m-btn-plan span {
  padding: 16px 16px 13px 16px;
  position: relative;
  display: block;
}

.m-btn-plan span::before {
  width: 7px;
  height: 10px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  transform: rotate(45deg);
  background-position: -10px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn-plan span::after {
  width: 0;
  height: 0;
  position: absolute;
  right: -4px;
  bottom: -4px;
  border-style: solid;
  border-width: 0 0 21px 21px;
  border-color: transparent transparent #e94736 transparent;
  content: '';
}

.m-btn-plan em {
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .m-btn-plan {
    max-width: inherit;
    margin: 40px 0;
    font-size: 1rem;
    box-sizing: border-box;
    border: 3px solid #333;
  }
  .m-btn-plan span {
    padding: 10px 13px 10px 13px;
  }
  .m-btn-plan span::before {
    right: -1px;
    bottom: -1px;
  }
  .m-btn-plan span::after {
    right: -3px;
    bottom: -3px;
  }
  .m-btn-plan em {
    font-size: 1.9rem;
    margin-top: 3px;
  }
}

/* ------------------------------------
 * MailMagazineButton
 * --------------------------------- */
.m-btn-mail {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: 4px solid #333;
  background: #fff;
}

.m-btn-mail:hover, .m-btn-mail:focus, .m-btn-mail:active {
  text-decoration: none;
  border-color: #f0e459;
}

.m-btn-mail span {
  padding: 16px;
  position: relative;
  display: block;
}

.m-btn-mail span::before {
  width: 7px;
  height: 10px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  transform: rotate(45deg);
  background-position: -10px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn-mail span::after {
  width: 0;
  height: 0;
  position: absolute;
  right: -4px;
  bottom: -4px;
  border-style: solid;
  border-width: 0 0 21px 21px;
  border-color: transparent transparent #e94736 transparent;
  content: '';
}

.m-btn-mail em {
  font-size: 2.1rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .m-btn-mail {
    font-size: 1rem;
    border: 3px solid #333;
  }
  .m-btn-mail span::before {
    right: -1px;
    bottom: -1px;
  }
  .m-btn-mail span::after {
    right: -3px;
    bottom: -3px;
  }
  .m-btn-mail em {
    font-size: 1.9rem;
    margin-top: 3px;
  }
}

/* ------------------------------------
 * SubColumnButton
 * --------------------------------- */
.m-btn-sub {
  padding: 10px 30px 10px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  line-height: 1.4;
  display: block;
  position: relative;
  border: 2px solid #e6e6e6;
  background: #fff;
}

.m-btn-sub:hover, .m-btn-sub:focus, .m-btn-sub:active {
  text-decoration: none;
}

.m-btn-sub::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  right: 10px;
  position: absolute;
  background-position: -77px -29px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-btn-sub > span {
  display: block;
}

@media screen and (max-width: 768px) {
  .m-btn-sub {
    padding: 17px 35px 17px 12px;
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------
 * Icon
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Arrow Icon
 * --------------------------------- */
.m-icn-arw::after {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-icn-arw[data-type="red"]::after {
  background-position: -101px -10px;
}

.m-icn-arw[data-type="lightblue"]::after {
  background-position: -131px -10px;
}

.m-icn-arw[data-type="blue"]::after {
  background-position: -191px -10px;
}

.m-icn-arw[data-type="green"]::after {
  background-position: -161px -10px;
}

/* ----------------------------------------------------------------------------
 * Image
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Image
 * --------------------------------- */
.m-img {
  margin: 20px 0 0;
}

.m-img img {
  width: 100%;
}

.m-img[data-type="flex"] {
  margin-top: 0;
}

.m-img[data-type="flex"] img {
  width: auto;
}
.m-img-round {
  display: table;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
.m-img-text {
  font-size: 1.2rem;
  margin-top: -20px;
  text-align: right;
  padding-right: 10px;
}
.m-img-text[data-type="white"] {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .m-img[data-type="flex"] img {
    width: 100%;
  }
}
/* ------------------------------------
 * BorderImage
 * --------------------------------- */
.m-img-bd {
  display: table;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.m-list-ticket .m-img-bd {
	margin-bottom: 10px;
}
.m-img-bd[data-type="blue"] img {
  border-radius: 5px;
  border: 4px solid #3d78c1;
}

.m-img-bd[data-type="lightblue"] img {
  border-radius: 5px;
  border: 4px solid #3d9ac1;
}

.m-img-bd[data-type="green"] img {
  border-radius: 5px;
  border: 4px solid #50b26b;
}

.m-img-bd[data-type="white"] img {
  border-radius: 5px;
  border: 4px solid #fff;
}

.m-img-bd[data-type="yellow"] img {
  border-radius: 5px;
  border: 4px solid #fff797;
}


@media screen and (max-width: 768px) {
  .m-img-bd {
    width: 100%;
  }
  .m-img-bd img {
    width: 100%;
  }
}

a:hover .m-img-bd[data-type="white"] img, a:focus .m-img-bd[data-type="white"] img, a:active .m-img-bd[data-type="white"] img {
  border-color: #fff797;
}

/* ------------------------------------
 * coupon
 * --------------------------------- */
.m-img-coupon {
  margin: 0 0 50px;
  position: relative;
}

.m-img-coupon .m-list-btn {
  margin-top: 20px !important;
}

.m-img-coupon .m-list-btn li a {
  min-width: 210px !important;
}

.m-img-coupon .m-list-btn li a > span {
  min-height: 20px;
  line-height: 20px;
}

.m-img-coupon .m-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.m-img-coupon .m-label::after {
  position: absolute;
  top: .3em;
  left: .3em;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-img-coupon .m-label[data-type="disc"]::after,
.m-img-coupon .m-label[data-type="hotel"]::after {
  width: 21px;
  height: 21px;
  background-position: -70px -88px;
}

.m-img-coupon .m-label[data-type="food"]::after {
  width: 21px;
  height: 22px;
  background-position: -101px -86px;
}

.m-img-coupon .m-label[data-type="prem"]::after {
  width: 21px;
  height: 21px;
  top: 5px;
  left: 5px;
  background-position: -134px -87px;
}

.m-img-coupon .m-label[data-type="prem"] > span > span {
  top: 1.5em;
  left: .3em;
  letter-spacing: -1px;
}

.m-img-coupon .m-label[data-type="time"]::after {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 5px;
  background-position: -165px -88px;
}

.m-img-coupon .m-label[data-type="time"] > span > span {
  top: 1.8em;
  left: .5em;
}

.m-img-coupon .m-label > span > span {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 1.5em;
  left: .5em;
  z-index: 1;
  transform: rotate(-45deg);
}

.m-img-coupon .m-label > span::before, .m-img-coupon .m-label > span::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.m-list-coupon__img{
	margin: 0 0 10px
}

.m-img-coupon .m-label > span::before {
  border-width: 78px 78px 0 0;
  border-color: #f18752 transparent transparent transparent;
}

.m-img-coupon .m-label > span::after {
  border-width: 72px 72px 0 0;
  border-color: #e94736 transparent transparent transparent;
}

.coupon_lead{
	margin: -5px 0 5px;
	color: #ee4430;
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    position: relative;
    display: block;
}

.coupon_search{
	font-size: 16px;
	color: #000;
}
.coupon_search dl{
    width: 100%;
    float: left;
}
.coupon_search dl:not(:first-child){
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
}
.coupon_search dl:last-of-type{
    margin: 10px 0 20px !important;
}
    
.coupon_search dl dt{
	width: 100%;
	float: left;
	padding: 5px 0 0;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	position: relative; 
	padding: 5px 15px 0;
}
.coupon_search dl dt:after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-left: 2px solid rgba(1, 1, 1, 0.5);
    border-top: 2px solid rgba(1, 1, 1, 0.5);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.coupon_search dl dt.active:after {
	margin-top: 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.coupon_search dl dd{
	width: 100%;
	margin: 10px 0 0;
	box-sizing: border-box;
	float: left;
	display: none;
}

.coupon_search input[type="checkbox"] {
    display: none;
}

.coupon_search input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    background-color: rgba(155, 155, 155, 0);
    border-radius: 6px;
    margin: 0 5px;
    font-size: 14px;
}

.coupon_search input[type="checkbox"] + label:hover {
    background-color: rgba(155, 155, 155, 0.1);
}

.coupon_search input[type="checkbox"] + label:before {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border: rgba(100, 100, 100, 0.3) solid 2px;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
}

.coupon_search input[type="checkbox"]:checked + label:after {
    display: block;
    box-sizing: border-box;
    clear: both;
    font-size: 0;
    width: 12px;
    height: 7px;
    margin: -7px 0 0 1px;
    border-left: rgb(220, 70, 70) solid 3px;
    border-bottom: rgb(220, 70, 70) solid 2px;
    position: absolute;
    top: 50%;
    left: 12px;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.coupon_search button.btn_search {
    display: block;
    width: 120px;
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 0 25px;
    margin: 20px auto;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(233, 71, 54, 1);
    border-radius: 5px;
}

.coupon_search button.btn_search:hover {
    background: rgba(233, 71, 54, 0.6);
}

.coupon_search button.btn_search:before {
    position: absolute;
    top: 8px;
    left: 30%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    content: "";
    background: url(../img/icon_search.svg) no-repeat center center;
    background-size: contain;
}
.search_result span{
	font-size:1.3em;
}

#scene_categories,
#group_categories{
	display: inline-block;
	margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
    float: right;
    width: 86%;
}



@media screen and (max-width: 768px) {
  .m-img-coupon {
    margin-bottom: 30px;
  }
  .m-img-coupon .m-list-btn {
    display: none;
  }
  .m-img-coupon .m-txt-date > span {
    display: block;
    text-align: right;
  }
  .m-img-coupon .m-label::after {
    position: absolute;
    top: .1em;
    left: .1em;
    background-size: 750px 750px;
    background-image: url(../img/icn_sprites.svg);
    content: '';
  }
  .m-img-coupon .m-label[data-type="disc"]::after,
  .m-img-coupon .m-label[data-type="hotel"]::after {
    width: 16px;
    height: 16px;
    background-position: -52px -66px;
  }
  .m-img-coupon .m-label[data-type="food"]::after {
    width: 21px;
    height: 22px;
    background-position: -101px -86px;
  }
  .m-img-coupon .m-label[data-type="prem"]::after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    background-position: -100px -65px;
  }
  .m-img-coupon .m-label[data-type="prem"] > span > span {
    top: 1.3em;
    left: 0;
    letter-spacing: -2px;
  }
  .m-img-coupon .m-label[data-type="time"]::after {
    width: 20px;
    height: 20px;
    background-position: -165px -88px;
  }
  .m-img-coupon .m-label[data-type="time"]::after {
    width: 15px;
    height: 15px;
    top: 3px;
    left: 3px;
    background-position: -124px -66px;
  }
  .m-img-coupon .m-label[data-type="time"] > span > span {
    top: 1.5em;
    left: .1em;
    letter-spacing: 0;
  }
  .m-img-coupon .m-label > span::before {
    border-width: 55px 55px 0 0;
  }
  .m-img-coupon .m-label > span::after {
    border-width: 50px 50px 0 0;
  }
  .m-img-coupon .m-label > span {
    display: block;
  }
  .m-img-coupon .m-label > span > span {
    font-size: 0.9rem;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 1.2em;
    left: .2em;
    z-index: 1;
    display: block;
    transform: rotate(-45deg);
  }
  .m-img-coupon .m-label > span::before, .m-img-coupon .m-label > span::after {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .m-img-coupon .m-label > span::before {
    border-width: 78px 78px 0 0;
    border-width: 55px 55px 0 0;
    border-color: #f18752 transparent transparent transparent;
  }
  .m-img-coupon .m-label > span::after {
    border-width: 72px 72px 0 0;
    border-width: 50px 50px 0 0;
    border-color: #e94736 transparent transparent transparent;
  }
  
  .t-main .l-content-body.search {
	    margin-top: 20px;
  }
  .coupon_lead {
    font-size: 0.85em;
  }
  .coupon_search dl dt {
    width: 100%;
    margin: 0 0 0px 5px;
    padding: 5px 0 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
  }
  
  
  
  .coupon_search dl dd {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
  }
  .coupon_search dl:last-of-type {
      margin: 10px 0 15px !important;
  }
  .coupon_search input[type="checkbox"] + label {
	padding: 5px 5px 5px 22px;
	font-size: 12px;
	margin: 0 2px;
  }
  .coupon_search input[type="checkbox"] + label:before {
    left: 3px;
  }
  .coupon_search input[type="checkbox"]:checked + label:after {
    left: 3px;
  }
  
  #scene_categories,
  #group_categories{
	display: block;
	margin: 0;
    padding: 0;
    border-left: none;
    float: none;
    width: 100%;
  }
  
}

/* ------------------------------------
 * Lead Image
 * --------------------------------- */
.m-img-lead {
  padding: 0 0 45px;
}

.m-img-lead__img img {
  width: 100%;
}

.m-img-lead__ttl {
  margin: -34px auto 30px;
  padding: 17px 80px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  display: table;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: #f18752;
}

.m-img-lead__ttl::after {
  width: 0;
  height: 0;
  margin-left: -14px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f18752 transparent transparent transparent;
  content: '';
}

.m-img-lead[data-type="orange"] .m-img-lead__ttl {
  background: #f68851;
}

.m-img-lead[data-type="orange"] .m-img-lead__ttl::after {
  border-color: #f68851 transparent transparent transparent;
}

.m-img-lead[data-type="red"] .m-img-lead__ttl {
  background: #ee4430;
}

.m-img-lead[data-type="red"] .m-img-lead__ttl::after {
  border-color: #ee4430 transparent transparent transparent;
}

.m-img-lead[data-type="lightblue"] .m-img-lead__ttl {
  background: #3598c1;
}

.m-img-lead[data-type="lightblue"] .m-img-lead__ttl::after {
  border-color: #3598c1 transparent transparent transparent;
}

.m-img-lead[data-type="blue"] .m-img-lead__ttl {
  background: #3974c1;
}

.m-img-lead[data-type="blue"] .m-img-lead__ttl::after {
  border-color: #3974c1 transparent transparent transparent;
}

.m-img-lead[data-type="green"] .m-img-lead__ttl {
  background: #4ab56e;
}

.m-img-lead[data-type="green"] .m-img-lead__ttl::after {
  border-color: #4ab56e transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .m-img-lead {
    padding-bottom: 25px;
  }
  .m-img-lead__ttl {
    margin: -40px 20px 25px;
    padding: 11px 0;
    display: block;
    font-size: 1.4em;
    box-sizing: border-box;
  }
}

/* ----------------------------------------------------------------------------
 * FormElements
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ModuleTitle
 * --------------------------------- */
/* ----------------------------------------------------------------------------
 * Box
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ContactBox
 * --------------------------------- */
.m-box-contact {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.m-box-contact__content {
  width: 100%;
  margin: 10px 0 0;
}

.m-box-contact__content:first-child {
  margin-top: 0;
}

.m-box-contact__content .m-box-contact__list {
  margin-left: 15px;
}

.m-box-contact__inner {
  min-height: 126px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

.m-box-contact[data-col="2"] {
  margin-left: -20px;
}

.m-box-contact[data-col="2"] .m-box-contact__content {
  width: 50%;
  padding-left: 20px;
}

.m-box-contact[data-col="2"] .m-box-contact__content:nth-child(-n+2) {
  margin-top: 0;
}

.m-box-contact[data-col="2"] .m-box-contact__inner {
  flex-direction: column;
}

.m-box-contact__hdg {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-box-contact__list {
  font-size: 1.4rem;
  overflow: hidden;
}

.m-box-contact__list dt {
  float: left;
  clear: left;
}

.m-box-contact__list dd {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .m-box-contact {
    display: block;
  }
  .m-box-contact__content {
    width: 100%;
  }
  .m-box-contact__content:first-child {
    margin-top: 0;
  }
  .m-box-contact__inner {
    min-height: inherit;
    flex-direction: column;
  }
  .m-box-contact[data-col="2"] {
    margin-left: 0;
  }
  .m-box-contact[data-col="2"] .m-box-contact__content {
    width: 100%;
    padding-left: 0;
  }
  .m-box-contact[data-col="2"] .m-box-contact__content:nth-child(-n+2) {
    margin-top: 10px;
  }
  .m-box-contact[data-col="2"] .m-box-contact__content:first-child {
    margin: 0;
  }
  .m-box-contact[data-col="2"] .m-box-contact__inner {
    height: auto !important;
  }
  .m-box-contact__hdg {
    font-size: 1.4rem;
  }
  .m-box-contact__list {
    margin-left: 0;
    font-size: 1.1rem;
  }
}

/* ------------------------------------
 * SideBar
 * --------------------------------- */
.m-box-sidebar {
  margin: 16px 0 0;
  padding: 4px;
  font-size: 1.2rem;
  color: #666;
  box-shadow: 1px 1px 0 #e6e6e6;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ededed), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ededed), color-stop(0.75, #ededed), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #ededed 25%, transparent 25%, transparent 50%, #ededed 50%, #ededed 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ededed 25%, transparent 25%, transparent 50%, #ededed 50%, #ededed 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ededed 25%, transparent 25%, transparent 50%, #ededed 50%, #ededed 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ededed 25%, transparent 25%, transparent 50%, #ededed 50%, #ededed 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ededed 25%, transparent 25%, transparent 50%, #ededed 50%, #ededed 75%, transparent 75%, transparent);
}

.m-box-sidebar__inner {
  background: #fff;
}

.m-box-sidebar__hdg {
  margin: 0 1px;
  padding: 18px 5px 6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-bottom: 4px solid #fff797;
}

.m-box-sidebar__nav a, .m-box-sidebar__link a {
  color: #666;
  text-decoration: none;
  position: relative;
  display: block;
}

.m-box-sidebar__nav li, .m-box-sidebar__link li {
  font-weight: bold;
  line-height: 1.4;
}

.m-box-sidebar__nav li:last-child, .m-box-sidebar__link li:last-child {
  border-bottom: none;
}

.m-box-sidebar__nav > li, .m-box-sidebar__link > li {
  border-bottom: 1px solid #ebebeb;
}

.m-box-sidebar__nav > li:last-child, .m-box-sidebar__link > li:last-child {
  border-bottom: none;
}

.m-box-sidebar__nav > li > a {
  padding: 20px 10px 20px 33px;
}

.m-box-sidebar__nav > li > a::after {
  width: 14px;
  height: 14px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 10px;
  background-position: -77px -29px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-box-sidebar__nav__layer4th > li {
  border-top: 1px dashed #ebebeb;
}

.m-box-sidebar__nav__layer4th > li > a {
  padding: 13px 10px 14px 50px;
}

.m-box-sidebar__nav__layer4th > li > a span {
  position: relative;
  display: block;
}

.m-box-sidebar__nav__layer4th > li > a span::after {
  width: 1em;
  height: 1em;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: -19px;
  content: '\0030fc';
}

.m-box-sidebar__img {
  margin: 20px 0 0;
  padding: 0 10px 10px;
}

.m-box-sidebar__img li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
}

.m-box-sidebar__img li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.m-box-sidebar__img a {
  display: block;
}

.m-box-sidebar__img__txt, .m-box-sidebar__img__date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #616161;
  display: block;
}

.m-box-sidebar__img .m-img-bd {
  width: 100%;
  margin: 0 0 10px;
}

.m-box-sidebar__img .m-img-bd img {
  width: 100%;
}

.m-box-sidebar__link a {
  padding: 17px 10px 18px;
}

.m-box-sidebar__link__date, .m-box-sidebar__link__txt {
  display: block;
}
	

.m-box-sidebar__link__date {
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .m-box-sidebar {
    padding: 2px;
  }
  .m-box-sidebar__hdg {
    border-bottom: 3px solid #fff797;
  }
  .m-box-sidebar__nav > li > a {
    padding: 13px 10px 13px 27px;
  }
  .m-box-sidebar__nav > li > a::after {
    left: 8px;
  }
  .m-box-sidebar__img {
    margin-top: 10px;
    padding: 0 7px 15px;
  }
  .m-box-sidebar__img li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .m-box-sidebar__img a {
    display: block;
  }
  .m-box-sidebar__img__date {
    font-size: 1rem;
  }
  .m-box-sidebar__img__txt {
    font-size: 1.3rem;
  }
  .m-box-sidebar__link a {
    padding: 13px 10px 13px;
  }
}

.m-box-area {
    margin: 0 0 50px 0;
    padding: 0px 0 0 27px;
    overflow: hidden;
    background: url(../../spa/img/img_index_map_bg.gif) repeat;
	position: relative;
    height: auto;
}
.m-box-area__area {
    position: relative;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    max-width: 510px;
	text-align: right;
	float: right;
}
.m-box-area__area:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
}
.m-box-area__image {
    width: 39vw;
    padding: 0 0 0 14px;
    z-index: 5;
    position: absolute;
    margin: 112px 0 0px;
    max-width: 458px;
}

.m-box-area__image img, .m-box-area__area img {
  max-width: 100%;
}
.m-box-area__image img {
	max-width: 120%;
}
.m-box-area__area img {
	height: 100%;
}
.m-box-area__image__inner {
  border: 4px solid #3d9ac1;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.m-box-area__image__inner img {
  border-radius: 0 0 10px 10px;
  position: relative;
  left: -3vw;
  vertical-align: bottom;
}

.m-box-area__image::after {
  width: 0;
  height: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: -12px;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #3d9ac1;
  content: '';
}

.m-box-area__image.is-img1 .m-box-area__image__inner {
  border: 4px solid #3d9ac1;
}

.m-box-area__image.is-img1::after {
  border-color: transparent transparent transparent #3d9ac1;
}

.m-box-area__image.is-img1 .m-box-area__ttl {
  background: #3d9ac1;
}

.m-box-area__image.is-img2 .m-box-area__image__inner {
  border: 4px solid #3875c1;
}

.m-box-area__image.is-img2::after {
  border-color: transparent transparent transparent #3875c1;
}

.m-box-area__image.is-img2 .m-box-area__ttl {
  background: #3875c1;
}

.m-box-area__image.is-img3 .m-box-area__image__inner {
  border: 4px solid #49b46d;
}

.m-box-area__image.is-img3::after {
  border-color: transparent transparent transparent #49b46d;
}

.m-box-area__image.is-img3 .m-box-area__ttl {
  background: #49b46d;
}

.m-box-area__hdg {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 35px;
	top: 15px;
    width: 39vw;
    max-width: 458px;
    line-height: 3;
}

.m-box-area__ttl {
  padding: 7px 0 14px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #3d9ac1;
}

@media screen and (max-width: 768px) {
  .m-box-area {
    margin: 0 0 30px;
    padding: 10px 0 27px 0;
	margin-left: auto;
	margin-right: auto;
    height: initial;
    padding-bottom: 0;
  }
  .m-box-area__image, .m-box-area__area {
    width: 100%;
    padding-left: 0;
    float: none;
    position: static;
	height: auto;
  }
  .m-box-area__area {
	  background: url(../../spa/img/img_index_map_sp.png) no-repeat bottom center;
	  background-size: 100% auto;
	  max-width: 100%;
  }
  .m-box-area__image {
    display: none;
  }
  .m-box-area__area img {
    width: 100%;
    height: auto;
	opacity: 0;
  }
  .m-box-area__hdg {
    margin-bottom: 10px;
    font-size: 2.5rem;
    width: 100%;
    max-width: 100%;
    position: static;
  }
}

/* ----------------------------------------------------------------------------
 * Media
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ModuleTitle
 * --------------------------------- */
.m-media-l {
  overflow: hidden;
}

.m-media-l .m-media-l__img {
  max-width: 50%;
  padding: 0 20px 0 0;
  float: left;
}

.m-media-l .m-media-l__img img {
  width: 100%;
}
.m-section[data-type="pickup"] .m-media-l__img img{
	width: 100%;
}

.m-media-l .m-media-l__detail {
  overflow: hidden;
  display: table;
}

.m-media-l .m-media-l__detail > *:first-child {
  margin-top: 0 !important;
}

.m-media-l .m-media-l__detail__inner {
  display: table-cell;
  vertical-align: middle;
}

.m-media-l .m-media-l__hdg {
  font-size: 2.4rem;
  font-weight: bold;
}

.m-media-l .m-media-l__lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f18752;
}

.m-media-l .m-media-l__lead + * {
  margin-top: 5px;
}

.m-media-l[data-type="block"] {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .m-media-l .m-media-l__img {
    height: auto !important;
    padding-right: 15px;
  }
  .m-media-l .m-media-l__img img {
    width: 100%;
  }
  .m-media-l .m-media-l__detail {
    height: auto !important;
  }
  .m-media-l .m-media-l__detail > *:first-child {
    margin-top: 7px !important;
  }
  .m-media-l .m-media-l__hdg {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .m-media-l .m-media-l__lead {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 5px;
  }
  .m-media-l[data-type="block"] .m-media-l__img {
    max-width: 100%;
    padding-right: 0;
    float: none;
  }
}

/* ----------------------------------------------------------------------------
 * Grid
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Grid
 * --------------------------------- */
.m-grid[data-col="3"] {
  margin: 30px 0 0 -18px;
}

.m-grid[data-col="3"] .m-grid__content {
  width: 33.33333%;
  margin: 24px 0 0;
  padding: 0 0 0 18px;
  float: left;
}

.m-grid[data-col="3"] .m-grid__content:nth-child(-n+3) {
  margin-top: 0;
}

.m-grid[data-col="3"] .m-grid__content a {
  display: block;
}

.m-grid[data-col="3"] .m-grid__content img {
  width: 100%;
}

.m-grid[data-col="3"] .m-grid__ttl {
  font-size: 1.6rem;
  padding: 0 10px;
}

.m-grid[data-col="3-2"] {
  margin: 60px 0 0 -16px;
}

.m-grid[data-col="3-2"] .m-grid__content {
  width: 33.33333%;
  margin: 24px 0 0;
  padding: 0 0 0 16px;
  float: left;
}

.m-grid[data-col="3-2"] .m-grid__content:nth-child(-n+3) {
  margin-top: 0;
}

.m-grid[data-col="3-2"] .m-grid__content a {
  display: block;
}

.m-grid[data-col="3-2"] .m-grid__content a:hover .m-txt, .m-grid[data-col="3-2"] .m-grid__content a:focus .m-txt, .m-grid[data-col="3-2"] .m-grid__content a:active .m-txt {
  text-decoration: none !important;
}

.m-grid[data-col="3-2"] .m-grid__content a > *:first-child {
  margin-top: 0 !important;
}

.m-grid[data-col="3-2"] .m-grid__content img {
  width: 100%;
}

.m-grid[data-col="3-2"] .m-grid__ttl {
  font-size: 1.8rem;
  color: #3d9ac1;
  text-align: center;
}

.m-grid[data-col="3-2"] .m-grid__ttl[data-type="ac"] {
  color: #333;
}

.m-grid[data-col="3-2"] .m-grid__ttl[data-type="al"], .m-grid[data-col="3-2"] .m-grid__ttl[data-type="al-ac"] {
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.m-grid[data-col="3-2"] .m-grid__ttl[data-type="al"] {
  padding: 0 10px;
}

.m-grid[data-col="3-2"] .m-grid__img img {
  width: 100%;
}

.m-grid[data-col="ac2"] {
  width: 638px;
  margin: 60px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
/*  justify-content: center;*/
}
.m-grid.col-2[data-col="ac2"] {
	margin-left: -20px;
}

.m-grid[data-col="ac2"] .m-grid__content {
  width: 50%;
  margin: 24px 0 0;
  padding: 0 0 0 16px;
}

.m-grid[data-col="ac2"] .m-grid__content:nth-child(-n+2) {
  margin-top: 0;
}

.m-grid[data-col="ac2"] .m-grid__content a {
  display: block;
}

.m-grid[data-col="ac2"] .m-grid__content a > *:first-child {
  margin-top: 0 !important;
}

.m-grid[data-col="ac2"] .m-grid__content img {
  width: 100%;
}

.m-grid[data-col="ac2"] .m-grid__ttl {
  font-size: 1.8rem;
  color: #3d9ac1;
  text-align: center;
}

.m-grid[data-col="ac2"] .m-grid__ttl[data-type="black"] {
  color: #333;
}

.m-grid[data-col="ac2"] .m-grid__ttl[data-type="al-ac"] {
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.m-grid[data-col="ac2"] .m-grid__img img {
  width: 100%;
}
.m-grid[data-col="ac1"] {
  width: 300px;
  margin: 60px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
/*  justify-content: center;*/
}

.m-grid[data-col="ac1"] .m-grid__content {
  width: 100%;
  margin: 24px 0 0;
  padding: 0 0 0;
}

.m-grid[data-col="ac1"] .m-grid__content:nth-child(-n+2) {
  margin-top: 0;
}

.m-grid[data-col="ac1"] .m-grid__content a {
  display: block;
}

.m-grid[data-col="ac1"] .m-grid__content a > *:first-child {
  margin-top: 0 !important;
}

.m-grid[data-col="ac1"] .m-grid__content img {
  width: 100%;
}

.m-grid[data-col="ac1"] .m-grid__ttl {
  font-size: 1.8rem;
  color: #3d9ac1;
  text-align: center;
}

.m-grid[data-col="ac1"] .m-grid__ttl[data-type="black"] {
  color: #333;
}

.m-grid[data-col="ac1"] .m-grid__ttl[data-type="al-ac"] {
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

.m-grid[data-col="ac1"] .m-grid__img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m-grid[data-col="3"] {
    margin: 15px 0 0;
  }
  .m-grid[data-col="3"] .m-grid__content {
    width: 100%;
    margin: 30px 0 0;
    padding-left: 0;
  }
  .m-grid[data-col="3"] .m-grid__content:nth-child(-n+3) {
    margin-top: 30px;
  }
  .m-grid[data-col="3"] .m-grid__content:first-child {
    margin-top: 0;
  }
  .m-grid[data-col="3"] .m-grid__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .m-grid[data-col="3-2"] {
    margin-top: 30px;
    margin-left: -9px;
  }
  .m-grid[data-col="3-2"] .m-grid__content {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 0 0 9px;
  }
  .m-grid[data-col="3-2"] .m-grid__content:nth-child(-n+3) {
    margin-top: 20px;
  }
  .m-grid[data-col="3-2"] .m-grid__content:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-grid[data-col="3-2"] .m-grid__ttl[data-type="ac"], .m-grid[data-col="3-2"] .m-grid__ttl[data-type="al"], .m-grid[data-col="3-2"] .m-grid__ttl[data-type="al-ac"] {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-grid[data-col="3-2"] .m-grid__ttl[data-type="al"] {
    padding: 0 5px;
    text-align: left;
  }
  .m-grid[data-col="ac2"] {
    width: auto;
    margin-top: 30px;
    margin-left: -9px;
    display: block;
    overflow: hidden;
  }
  .m-grid.col-2[data-col="ac2"] {
	  margin-left: -10px;
  }
  .m-grid[data-col="ac2"] .m-grid__content {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 0 0 9px;
    float: left;
  }
  .m-grid[data-col="ac2"] .m-grid__content:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-grid[data-col="ac2"] .m-grid__ttl[data-type="al-ac"] {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-grid[data-col="ac1"] {
    width: auto;
    margin-top: 30px;
    margin-left: -9px;
    display: block;
    overflow: hidden;
  }
  .m-grid.col-2[data-col="ac1"] {
	  margin-left: -10px;
  }
  .m-grid[data-col="ac1"] .m-grid__content {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 0 9px;
    float: left;
  }
  .m-grid[data-col="ac1"] .m-grid__ttl[data-type="al-ac"] {
    font-size: 1.3rem;
    text-align: center;
  }
}

/* ------------------------------------
 * News Grid
 * --------------------------------- */
.m-grid-news {
  margin: 0 0 0 -20px;
}

.m-grid-news__content {
  width: 50%;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  float: left;
}

.m-grid-news__content:nth-child(-n+2) {
  margin-top: 0;
}

.m-grid-news__content > *:first-child {
  margin-top: 0 !important;
}

.m-grid-news__content > a {
  text-decoration: none;
  display: block;
}

.m-grid-news__content > a:hover .m-txt-ttl, .m-grid-news__content > a:focus .m-txt-ttl, .m-grid-news__content > a:active .m-txt-ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .m-grid-news {
    margin: 40px 0 0;
  }
  .m-grid-news__content {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    float: none;
  }
  .m-grid-news__content:nth-child(-n+2) {
    margin-top: 15px;
  }
  .m-grid-news__content:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------
 * Topics Grid
 * --------------------------------- */
.m-grid-topics {
  margin: 80px 0 0 -20px;
}

.m-grid-topics__content {
  width: 50%;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  float: left;
}

.m-grid-topics__content > *:first-child {
  margin-top: 0 !important;
}

.m-grid-topics__content:nth-child(-n+2) {
  margin-top: 0;
}

.m-grid-topics__btn {
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .m-grid-topics {
    margin: 40px 0 0;
  }
  .m-grid-topics__content {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    float: none;
  }
  .m-grid-topics__content:nth-child(-n+2) {
    margin-top: 50px;
  }
  .m-grid-topics__content:first-child {
    margin-top: 0;
  }
  .m-grid-topics__btn {
    position: static;
    margin: 25px auto 0;
    display: table;
  }
}

/* ------------------------------------
 * Morinoyu Grid
 * --------------------------------- */


.m-grid-morinoyu::before {
  width: 100%;
  height: 100%;
  margin: 0 -100%;
  padding: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #343434;
  content: '';
}

.m-grid-morinoyu__content {
  width: 33.33333%;
  margin: 40px 0 0;
  padding: 0 0 0 18px;
  float: left;
}

.m-grid-morinoyu__content a{
	color: #fff;
	display: block;
}
.m-grid-morinoyu__content a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.m-grid-morinoyu__content:nth-child(-n+3) {
  margin-top: 0;
}

.m-grid-morinoyu__img {
  margin-bottom: 15px;
}

.m-grid-morinoyu__img img {
  width: 100%;
}

.m-grid-morinoyu__hdg {
  font-size: 1.8rem;
  text-align: center;
}

.m-grid-morinoyu__txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .m-grid-morinoyu {
    margin-bottom: -10px;
    margin-left: -9px;
    padding: 35px 0;
  }
  .m-grid-morinoyu__content {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 0 0 9px;
  }
  .m-grid-morinoyu__content h2{
    padding: 0;
    font-size: 1.6rem;
  }
  .m-grid-morinoyu__content:nth-child(-n+3) {
    margin-top: 20px;
  }
  .m-grid-morinoyu__content:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-grid-morinoyu__txt {
    display: none;
  }
}

/* ------------------------------------
 * Facility
 * --------------------------------- */

#anc01,
#anc02,
#anc03,
#anc04{
	padding: 95px 0 0;
    margin: -95px 0 0 !important;
}

#free #anc02,
#free #anc03,
#free #anc04,
#premium #anc02{
	padding: 100px 0 0;
    margin: -20px 0 0 !important;
}


@media screen and (max-width: 680px) {
	#anc01,
	#anc02,
	#anc03,
	#anc04{
		padding: 0;
	    margin: 0 !important;
	}
	#free #anc02,
	#free #anc03,
	#free #anc04,
	#premium #anc02{
		padding: 40px 0 0;
	    margin: 0 !important;
	}
}

/* ----------------------------------------------------------------------------
 * Table
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ModuleTitle
 * --------------------------------- */
.m-tbl {
  width: 100%;
}

.m-tbl tbody tr:last-child td {
  border-bottom: none;
}

.m-tbl tbody th, .m-tbl tbody td {
  border-collapse: collapse;
}

.m-tbl tbody th {
  width: 110px;
  padding: 18px 0;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  background: #fff797;
}

.m-tbl tbody th::before, .m-tbl tbody th::after {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
}

.m-tbl tbody th::after {
  top: 0;
}

.m-tbl tbody th::before {
  bottom: 0;
}

.m-tbl tbody td {
  padding: 10px 0 10px 23px;
  font-size: 1.4rem;
  border-bottom: 1px dashed #ebebeb;
  word-break : break-all;
}

.m-tbl tbody td:first-child {
  border-bottom: none;
}

.l-content-main .m-tbl tbody td > .mdsmin {
    border: 1px solid #bfbfbf;
    padding: 0px 10px;
    border-radius: 6px;
    margin-top: 10px !important;
    display: inline-block;
}


.m-tbl tbody td > *:not(br):first-child {
  margin-top: 0 !important;
}

@media all and (-ms-high-contrast: none\0) {
  body *::-ms-backdrop, .m-tbl tbody th::after, .m-tbl tbody th::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .m-tbl {
    margin-top: -10px !important;
  }
  .m-tbl tbody th {
    width: 80px;
    font-size: 1.1rem;
  }
  .m-tbl tbody td {
    padding: 5px 0 5px 20px;
    font-size: 1.3rem;
    border-bottom: 1px dashed #ebebeb;
  }
}

/* ----------------------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * BreadCrumb
 * --------------------------------- */
.m-nav-breadcrumb {
  padding: 5px 0;
  font-size: 1rem;
  position: relative;
}

.m-nav-breadcrumb > * {
  display: inline-block;
}

.m-nav-breadcrumb[data-type="layer"]::after {
  width: 100%;
  height: 100%;
  margin: 0 -1000%;
  padding: 0 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
  background: #fff !important;
  content: '';
}

@media screen and (max-width: 1160px) {
  .m-nav-breadcrumb {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 729px) {
  .m-nav-breadcrumb {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 680px) {
  .m-nav-breadcrumb {
    margin: 0;
  }
}

/* ------------------------------------
 * Pager
 * --------------------------------- */
.m-nav-pager {
  margin: 60px auto 0;
  display: table;
}

.m-nav-pager li {
  padding: 0 2px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.m-nav-pager a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
  font-size: 1.8rem;
  color: #c4c4c4;
  text-decoration: none;
  display: block;
  position: relative;
  border: 2px solid #c4c4c4;
}

.m-nav-pager a.is-current {
  opacity: 1 !important;
}

.m-nav-pager a.is-current span {
  color: #333;
}

.m-nav-pager a.is-current span::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #333;
  content: '';
}

@media screen and (max-width: 768px) {
  .m-nav-pager {
    margin-top: 30px;
  }
  .m-nav-pager li {
    padding: 0 2px;
  }
  .m-nav-pager a {
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
    line-height: 38px;
    border: 1px solid #c4c4c4;
  }
  .m-nav-pager a.is-current span::after {
    border: 2px solid #333;
  }
}

/* ------------------------------------
 * LocalMenu
 * --------------------------------- */
.m-nav-menu.is-adjust {
  margin: -20px 0 40px;
}

.m-nav-menu__list {
  margin: 0 auto;
  padding: 0 10px;
  display: table;
}

.m-nav-menu__list li {
  display: table-cell;
  padding-right: 20px;
}

.m-nav-menu__list li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 769px) {
.m-nav-menu__list li[data-type="orange"] a:hover::after, .m-nav-menu__list li[data-type="orange"] a:focus::after, .m-nav-menu__list li[data-type="orange"] a:active::after {
  border-color: #f68851;
}

.m-nav-menu__list li[data-type="red"] a:hover::after, .m-nav-menu__list li[data-type="red"] a:focus::after, .m-nav-menu__list li[data-type="red"] a:active::after {
  border-color: #ee4430;
}

.m-nav-menu__list li[data-type="lightblue"] a:hover::after, .m-nav-menu__list li[data-type="lightblue"] a:focus::after, .m-nav-menu__list li[data-type="lightblue"] a:active::after {
  border-color: #3598c1;
}

.m-nav-menu__list li[data-type="blue"] a:hover::after, .m-nav-menu__list li[data-type="blue"] a:focus::after, .m-nav-menu__list li[data-type="blue"] a:active::after {
  border-color: #3974c1;
}

.m-nav-menu__list li[data-type="green"] a:hover::after, .m-nav-menu__list li[data-type="green"] a:focus::after, .m-nav-menu__list li[data-type="green"] a:active::after {
  border-color: #4ab56e;
}

.m-nav-menu__list li[data-type="yellow"] a:hover::after, .m-nav-menu__list li[data-type="yellow"] a:focus::after, .m-nav-menu__list li[data-type="yellow"] a:active::after {
  border-color: #fff25f;
}

.m-nav-menu__list a:hover, .m-nav-menu__list a:focus, .m-nav-menu__list a:active {
  opacity: .9;
}

}

.m-nav-menu__list li[data-type="orange"] a.is-current::after {
  border-color: #f68851;
}

.m-nav-menu__list li[data-type="red"] a.is-current::after {
  border-color: #ee4430;
}

.m-nav-menu__list li[data-type="blue"] a.is-current::after {
  border-color: #3974c1;
}

.m-nav-menu__list li[data-type="green"] a.is-current::after {
  border-color: #4ab56e;
}

.m-nav-menu__list li[data-type="lightblue"] a.is-current::after {
  border-color: #3598c1;
}

.m-nav-menu__list li[data-type="yellow"] a.is-current::after {
  border-color: #fff25f;
}

.m-nav-menu__list a {
  display: block;
  position: relative;
  max-width: 140px;
}

.m-nav-menu__list a:focus::after, .m-nav-menu__list a:active::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  box-sizing: border-box;
  content: '';
}
.m-nav-menu__list a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  box-sizing: border-box;
  content: '';
}
.m-nav-menu__list a.is-current::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  box-sizing: border-box;
  content: '';
}

@media screen and (max-width: 768px) {
  .m-nav-menu.is-adjust {
    margin: 20px 10px 20px;
  }
  .m-nav-menu__list {
    margin: 0 0 0 -10px;
    display: block;
    overflow: hidden;
  }
  .m-nav-menu__list li {
    width: 50%;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    float: left;
  }
  .m-nav-menu__list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-nav-menu__list a.is-current {
    border-width: 2px;
  }
  .m-nav-menu__list a {
	  max-width: 100%;
  }
  .m-nav-menu__list img {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
 * JavaScript
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Tab
 * --------------------------------- */
.m-tab {
  width: 100%;
}

.m-tab__panel {
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
}

.m-tab__panel li {
  width: 402px;
  margin: 0 5px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  background: #fff;
}

.m-tab__panel li:first-child {
  margin-left: 0;
}

.m-tab__panel li:last-child {
  margin-right: 0;
}

.m-tab__panel a {
  padding: 10px 0;
  text-decoration: none;
  letter-spacing: -1px;
  opacity: 1;
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
}
.m-tab__panel a::before, .m-tab__panel a::after {
  width: 0;
  height: 0;
  transition: 0.3s all;
  margin-left: -7px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  content: '';
}

.m-tab__panel a::after {
  bottom: -6px;
  border-color: #fff transparent transparent transparent;
}

.m-tab__panel a[data-type="play"] {
  color: #3d9ac1;
  border: 4px solid #3d9ac1;
}

.m-tab__panel a[data-type="play"]::before {
  border-color: #3d9ac1 transparent transparent transparent;
}

.m-tab__panel a[data-type="play"].is-active {
  color: #fff;
  background: #3d9ac1;
}

.m-tab__panel a[data-type="play"].is-active::after {
  border-color: #3d9ac1 transparent transparent transparent;
}

.m-tab__panel a[data-type="play"]:hover, .m-tab__panel a[data-type="play"]:focus, .m-tab__panel a[data-type="play"]:active {
  color: #fff;
  background: #3d9ac1;
}

.m-tab__panel a[data-type="play"]:hover::after, .m-tab__panel a[data-type="play"]:focus::after, .m-tab__panel a[data-type="play"]:active::after {
  border-color: #3d9ac1 transparent transparent transparent;
}

.m-tab__panel a[data-type="spa"] {
  color: #50b26b;
  border: 4px solid #50b26b;
}

.m-tab__panel a[data-type="spa"]::before {
  border-color: #50b26b transparent transparent transparent;
}

.m-tab__panel a[data-type="spa"].is-active {
  color: #fff;
  background: #50b26b;
}

.m-tab__panel a[data-type="spa"].is-active::after {
  border-color: #50b26b transparent transparent transparent;
}

.m-tab__panel a[data-type="spa"]:hover, .m-tab__panel a[data-type="spa"]:focus, .m-tab__panel a[data-type="spa"]:active {
  color: #fff;
  background: #50b26b;
}
.m-tab__panel a[data-type="spa"]:hover::after, .m-tab__panel a[data-type="spa"]:focus::after, .m-tab__panel a[data-type="spa"]:active::after {
  border-color: #50b26b transparent transparent transparent;
}

.m-tab__content {
  display: none;
}

.m-tab__content.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .m-tab {
    width: 100%;
  }
  .m-tab__panel {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
  }
  .m-tab__panel li {
    width: 402px;
    margin: 0 5px;
    font-size: 1.6rem;
  }
  .m-tab__panel li:first-child {
    margin-left: 0;
  }
  .m-tab__panel li:last-child {
    margin-right: 0;
  }
  .m-tab__panel a {
    padding: 15px 0;
  }
  .m-tab__panel a::before, .m-tab__panel a::after {
    width: 0;
    height: 0;
    margin-left: -7px;
    transition: 0.3s all;
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    content: '';
  }
  .m-tab__panel a::after {
    bottom: -5px;
  }
  .m-tab__panel a[data-type="play"] {
    border: 2px solid #3d9ac1;
  }
  .m-tab__panel a[data-type="spa"] {
    border: 2px solid #50b26b;
  }
  .m-tab__content {
    display: none;
  }
  .m-tab__content.is-active {
    display: block;
  }
}

/* ------------------------------------
 * Tab
 * --------------------------------- */
.m-tab-def__panel {
  width: 100%;
  margin: 0 0 27px;
  display: table;
  table-layout: fixed;
  border-bottom: 5px solid #fff797;
}
.m-tab-def__panel__inner {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
  display: table;
}

.m-tab-def__panel > li {
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.m-tab-def__panel > li:first-child {
  padding-left: 0;
}

.m-tab-def__panel a {
  padding: 13px 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px 5px 0 0;
  background: url(../img/bg_content_dots.png);
}

.m-tab-def__panel a.is-active {
  background: #fff797;
}

.m-tab-def__panel a:hover, .m-tab-def__panel a:focus, .m-tab-def__panel a:active {
  background: #fff797;
}

.m-tab-def__content {
  display: none;
}

.m-tab-def__content > *:first-child {
  margin-top: 0 !important;
}

.m-tab-def__content.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .m-tab-def__panel {
    margin-bottom: 20px;
    border-bottom: 3px solid #fff797;
  }
  .m-tab-def__panel > li {
    padding-left: 5px;
  }
  .m-tab-def__panel a {
    font-size: 1.1rem;
  }
}

/* ------------------------------------
 * ModalWindow
 * --------------------------------- */
.m-modal {
  width: 100%;
  padding: 0 15px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  box-sizing: border-box;
}

.m-modal__content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1004;
  display: table;
  border-radius: 3px;
  background: #fff;
}

.m-modal__inner {
  padding: 15px;
  position: relative;
}

.m-modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  opacity: .7;
  background: #000;
}

.m-modal__img, .m-modal__txt {
  margin-top: 0;
  display: block;
}

.m-modal__img img {
  width: 100%;
}

.m-modal__txt {
  margin: 12px 0 0;
}

.m-modal__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1005;
  border: none;
  background: transparent;
}

.m-modal__btn::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -221px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-modal__btn span {
  position: absolute;
  z-index: -1;
  text-indent: -999em;
}

.l-content-title {
	position: relative;
}
/* ------------------------------------
 * Carousel
 * --------------------------------- */
.m-carousel * {
  outline: 0 !important;
}
.m-carousel[data-type="main"], .m-carousel[data-type="sub"], .m-carousel[data-type="event"] {
  width: 100%;
  margin: 0 0 53px;
  position: relative;
  background: #fff;
}

.m-carousel[data-type="main"] a,
.m-carousel[data-type="main"] span, .m-carousel[data-type="sub"] a,
.m-carousel[data-type="sub"] span, .m-carousel[data-type="event"] a,
.m-carousel[data-type="event"] span {
  opacity: 1;
  display: block;
}

.m-carousel[data-type="main"] img, .m-carousel[data-type="sub"] img, .m-carousel[data-type="event"] img {
  width: 100%;
}

.m-carousel[data-type="main"] .slick-dots, .m-carousel[data-type="sub"] .slick-dots, .m-carousel[data-type="event"] .slick-dots {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -30px;
}

.m-carousel[data-type="main"] .slick-dots > li, .m-carousel[data-type="sub"] .slick-dots > li, .m-carousel[data-type="event"] .slick-dots > li {
  display: table-cell;
  padding: 0 3px;
}

.m-carousel[data-type="main"] .slick-dots > li.slick-active button::after, .m-carousel[data-type="sub"] .slick-dots > li.slick-active button::after, .m-carousel[data-type="event"] .slick-dots > li.slick-active button::after {
  background-position: -90px -119px;
}

.m-carousel[data-type="main"] .slick-dots > li button, .m-carousel[data-type="sub"] .slick-dots > li button, .m-carousel[data-type="event"] .slick-dots > li button {
  width: 9px;
  height: 9px;
  text-indent: -999em;
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
}

.m-carousel[data-type="main"] .slick-dots > li button::after, .m-carousel[data-type="sub"] .slick-dots > li button::after, .m-carousel[data-type="event"] .slick-dots > li button::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -120px -119px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-carousel[data-type="main"] .slick-arrow, .m-carousel[data-type="sub"] .slick-arrow, .m-carousel[data-type="event"] .slick-arrow {
  width: 42px;
  height: 42px;
  margin-top: -21px;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  border: none;
  background: transparent;
}

.m-carousel[data-type="main"] .slick-arrow::after, .m-carousel[data-type="sub"] .slick-arrow::after, .m-carousel[data-type="event"] .slick-arrow::after {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  background-position: -90px -136px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-carousel[data-type="main"] .slick-arrow.slick-next, .m-carousel[data-type="sub"] .slick-arrow.slick-next, .m-carousel[data-type="event"] .slick-arrow.slick-next {
  right: 30px;
}

.m-carousel[data-type="main"] .slick-arrow.slick-next::after, .m-carousel[data-type="sub"] .slick-arrow.slick-next::after, .m-carousel[data-type="event"] .slick-arrow.slick-next::after {
  right: 0;
}

.m-carousel[data-type="main"] .slick-arrow.slick-prev, .m-carousel[data-type="sub"] .slick-arrow.slick-prev, .m-carousel[data-type="event"] .slick-arrow.slick-prev {
  left: 30px;
}

.m-carousel[data-type="main"] .slick-arrow.slick-prev::after, .m-carousel[data-type="sub"] .slick-arrow.slick-prev::after, .m-carousel[data-type="event"] .slick-arrow.slick-prev::after {
  left: 0;
  transform: rotate(-180deg);
}

.m-carousel[data-type="sub"] {
  margin-bottom: 30px;
}

.m-carousel[data-type="sub"] .slick-dots {
  bottom: 10px;
}

.m-carousel[data-type="event"] {
  margin-bottom: 60px;
}

.m-carousel[data-type="event"] .slick-dots {
  bottom: -40px;
}

.m-carousel[data-type="event"] .slick-dots > li {
  display: table-cell;
  padding: 0 3px;
}

.m-carousel[data-type="event"] .slick-dots > li.slick-active button::after {
  background-position: -90px -119px;
}

.m-carousel[data-type="event"] .slick-dots > li button {
  width: 9px;
  height: 9px;
  text-indent: -999em;
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
}

.m-carousel[data-type="event"] .slick-dots > li button::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -105px -119px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-carousel[data-type="howto"] {
  position: relative;
}

.m-carousel[data-type="howto"] .slick-dots {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -40px;
}

.m-carousel[data-type="howto"] .slick-dots > li {
  display: table-cell;
  padding: 0 3px;
}

.m-carousel[data-type="howto"] .slick-dots > li.slick-active button::after {
  background-position: -90px -119px;
}

.m-carousel[data-type="howto"] .slick-dots > li button {
  width: 9px;
  height: 9px;
  text-indent: -999em;
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
}

.m-carousel[data-type="howto"] .slick-dots > li button::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -105px -119px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-carousel[data-type="howto"] .m-carousel__inner {
  padding: 0;
  text-align: center;
  background: #b8bab9;
}

.m-carousel[data-type="howto"] .m-carousel__bnr {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.m-carousel[data-type="howto"] .m-carousel__bnr a {
  display: block;
}

.m-carousel[data-type="banner"] {
  max-width: 960px;
  margin: 25px -10px 0;
  padding: 20px 10px 20px;
  position: relative;
  background: rgba(50, 50, 50, 0.6);
}

.m-carousel[data-type="banner"] .slick-arrow {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 100;
  background: transparent;
}

.m-carousel[data-type="banner"] .slick-arrow::after {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  background-position: -10px -55px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-carousel[data-type="banner"] .slick-arrow.slick-next {
  right: -30px;
}

.m-carousel[data-type="banner"] .slick-arrow.slick-next::after {
  right: 0;
}

.m-carousel[data-type="banner"] .slick-arrow.slick-prev {
  left: -30px;
}

.m-carousel[data-type="banner"] .slick-arrow.slick-prev::after {
  left: 0;
  transform: rotate(-180deg);
}

.m-carousel[data-type="banner"] .m-carousel__inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.m-carousel[data-type="banner"] .m-carousel__segment {
  padding: 0 10px;
}

.m-carousel[data-type="event"] {
  margin-top: 20px;
}

.m-carousel[data-type="event"] .m-carousel__segment > * {
  margin-top: 0;
}

.m-carousel[data-type="event"] .m-list-event__date > span {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .m-carousel[data-type="banner"] .m-carousel__inner {
    max-width: 740px;
  }
  .m-carousel[data-type="banner"] .m-carousel__segment {
    padding: 0 5px;
  }
}

@media screen and (max-width: 900px) {
  .m-carousel[data-type="banner"] .m-carousel__inner {
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .m-carousel[data-type="main"] .slick-arrow, .m-carousel[data-type="sub"] .slick-arrow {
    display: none !important;
  }
  .m-carousel[data-type="sub"] {
    margin-bottom: 15px;
  }
  .m-carousel[data-type="howto"] .slick-track {
    width: auto !important;
    margin: 0 auto !important;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .m-carousel[data-type="howto"] .slick-dots {
    display: none !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment {
    width: 100% !important;
    margin: 10px auto 0 !important;
    text-align: center;
    padding: 0 10px;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:first-child {
    margin-top: 0;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:nth-child(n+2) {
    width: 50% !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:nth-child(2) {
    padding-right: 5px !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:nth-child(3) {
    padding-left: 5px !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:nth-child(4) {
    padding-right: 5px !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__segment:nth-child(5) {
    padding-left: 5px !important;
  }
  .m-carousel[data-type="howto"] .m-carousel__inner {
    padding: 0 0 0;
    background: transparent;
  }
  .m-carousel[data-type="howto"] .m-carousel__bnr {
    padding: 0;
  }
  .m-carousel[data-type="howto"] .m-carousel__bnr img {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  .m-carousel[data-type="banner"] {
    padding-bottom: 30px;
    border: none;
    background: #f8f8f8;
  }
  .m-carousel[data-type="banner"] .slick-arrow {
    display: none !important;
  }
  .m-carousel[data-type="banner"] .slick-track {
    width: auto !important;
    margin: 0 auto !important;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .m-carousel[data-type="banner"] .m-carousel__segment {
    width: 50% !important;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 10px;
  }
  .m-carousel[data-type="banner"] .m-carousel__segment a {
    display: block;
  }
  .m-carousel[data-type="banner"] .m-carousel__segment img {
    width: 100%;
  }
  .m-carousel[data-type="banner"] .m-carousel__segment:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .m-carousel[data-type="banner"] .m-carousel__inner {
    max-width: inherit;
    margin-left: -10px !important;
    padding: 0;
  }
  .m-carousel[data-type="event"] {
    margin-bottom: 20px;
  }
}




/* ------------------------------------
 * Slick
 * --------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.slick-slider .slick-list:focus {
  outline: none;
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-slider .slick-track::before, .slick-slider .slick-track::after {
  display: table;
  content: '';
}

.slick-slider .slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* ----- main title svg ----- */
.logo_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
	text-align: center;
	max-height: 456px;
}
.t-main .logo_title.spa-main img{
	max-width: 500px;
}
.t-main .logo_title {
	top: -75px;
	max-height: 200px;
}
.logo_title > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-width: 800px;
	width: 100%;
}

/*----- slider text link -----*/
.link-text {
    position: absolute;
    font-size: 30px;
    color: #fff;
    bottom: 20px;
    right: 35px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #000;
}
.m-carousel__segment.slick-slide a[tabindex="0"] {
	z-index: 9999;
}
@media screen and (max-width: 768px) {
.link-text {
  font-size: 20px;
  bottom: 15px;
  right: 25px;
}
}

/* ------------------------------------
 * Dropdown
 * --------------------------------- */
.m-drop {
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.m-drop a {
  text-decoration: none;
}

.m-drop > li {
  margin: 0 30px 0 0;
}

.m-drop > li:last-child {
  margin-right: 0;
}

.m-drop > li > * {
  display: table-cell;
  vertical-align: top;
}

.m-drop__ttl {
  padding: 0 10px 0 0;
  font-weight: normal;
  line-height: 30px;
}

.m-drop__panel {
  min-width: 125px;
  min-height: 32px;
  line-height: 30px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

.m-drop__panel__ttl {
  min-height: 30px;
  font-weight: normal;
  text-align: center;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.m-drop__panel__ttl > a {
  padding: 0 30px 0 15px;
  display: block;
  position: relative;
}

.m-drop__panel__ttl > a::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.3s all;
  background-position: -95px -67px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

.m-drop__panel__ttl > a::before {
  width: 100%;
  height: 100%;
  margin: 0 0;
  padding: 100% 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.m-drop__panel__ttl > a.is-active::after {
  transform: rotate(-180deg);
}

.m-drop__list {
  width: 100%;
  position: absolute;
  left: -1px;
  z-index: 100;
  display: none;
  box-sizing: content-box;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.m-drop__list li {
  font-size: 1.2rem;
  line-height: 1;
}

.m-drop__list li:last-child a {
  border-bottom: none;
}

.m-drop__list a {
  padding: 10px 20px 10px 15px;
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.m-drop__list a::after {
  width: 5px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: -42px -10px;
  background-image: url(../img/icn_sprites.svg);
  content: '';
}

@media screen and (max-width: 768px) {
  .m-drop {
    font-size: 1rem;
  }
  .m-drop > li {
    margin: 0 15px 0 0;
  }
  .m-drop__ttl {
    white-space: nowrap;
  }
  .m-drop__panel {
    min-width: inherit;
    line-height: inherit;
  }
  .m-drop__panel__ttl {
    display: table;
  }
  .m-drop__panel__ttl a {
    display: table-cell;
    vertical-align: middle;
  }
}

/* ----------------------------------------------------------------------------
 * Other
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ModuleTitle
 * --------------------------------- */
/* ----------------------------------------------------------------------------
 * Adjust
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Text Align
 * --------------------------------- */
.m-adj-al {
  text-align: left !important;
}

.m-adj-ar {
  text-align: right !important;
}

.m-adj-ac {
  text-align: center !important;
}

/* ------------------------------------
 * Font Size
 * --------------------------------- */
.m-adj-fz21 {
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .m-adj-fz13 {
    font-size: 1.3rem;
    font-weight: bold;
  }
}



/* ------------------------------------
 * Display
 * --------------------------------- */
.m-adj-pc-hidden {
  display: none !important;
}

.m-adj-sp-hidden {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .m-adj-pc-hidden {
    display: block !important;
  }
  .m-adj-sp-hidden {
    display: none !important;
  }
}



/* ------------------------------------
 * Recruit
 * --------------------------------- */
 
.recwrap{
	margin: 30px 0 0;
}
.recwrap .tbl tbody th {
    padding: 18px 5px;
}
.recwrap .tbl tbody td {
    padding: 10px 20px;
}
.recwrap .tbl tbody td dl dt{
    padding: 0 0 0 15px;
    font-weight: 500;
    position: relative;
}
.recwrap .tbl tbody td dl{
    margin: 20px 0 0;
}
.recwrap .tbl tbody td dl dt:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 10px;
	left: 0;
	border-radius: 10px;
	background: #f18752;
}
.recwrap .tbl tbody td dl dd{
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
	.recwrap .tbl tbody th {
	    min-width: 80px;
	}
	.recwrap .tbl tbody td {
	    padding: 10px;
	}
}

/* ------------------------------------
 * Sub Contents
 * --------------------------------- */
 
.relcont{
	position: relative;
    display: block;
    padding: 60px 0 !important;
    margin: 0;
    background: #eee;
    width: 100%;
    float: left;
}
.relcont.wh{
	background: #fff;
}
.relcont .wrap {
    display: block;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 10px !important;
    margin: 0 auto;
}


.bnr_area{
	margin: 20px 0 0;
	display: block;
	text-align: center;
}
.bnr_area a{
	margin: 0 auto;
	display: inline-block;
}


/* ------------------------------------
 * Bus Tour
 * --------------------------------- */
 
.bus_plan:not(:last-child) {
	margin: 0 0 60px;
}
.bus_plan .buscorp{
	padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background: #f5f5f5;
    margin: 7px 0 17px;
}
.bus_plan .buscorp:before,
.bus_plan .buscorp:after{
	content: "";
	width: 100%;
	height: 1px;
	background : #e3e3e3;
	left: 0;
	position: absolute;
}
.bus_plan .buscorp:before{
	top: -6px;
}
.bus_plan .buscorp:after{
	bottom: -5px;
}

.bus_plan .plan_data{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-size: 16px;
	float: left;
}
.bus_plan .plan_data dt{
	width: 8em;
	float: left;
	position: relative;
	margin: 0 0 5px;
}
.bus_plan .plan_data dt:after{
	content: "";
	width: 1px;
	height: 100%;
	background : #e3e3e3;
	right: 1em;
	top: 0; 
	position: absolute;
}
.bus_plan .plan_data dd{
	width: 100%;
	padding: 0 0 0 8em;
	margin: 0 0 5px -8em;
	float: left;
	box-sizing: border-box;
}
.bus_plan .m-btn[data-size="s"] {
    font-size: 1.6rem;
    min-width: 280px;
}
.bus_plan .m-btn[data-size="s"]  span{
    border-radius: 30px;
}

.m-carousel[data-type="banner"] {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 10px 20px;
    position: relative;
    background: rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .l-wrapper {
        padding: 0;
        border-top: 1px solid #eee;
    }

    .l-footer-credit {
        padding: 12px 0 80px;
    }

    .m-footer-util__user {
        display: none;
    }

    .m-footer-util__company {
        display: none;
    }

}

.red{color: #FF0004;}

