@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*　関数　*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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%;
}

/**
 * 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-family: sans-serif; */ /* 1 */
  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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
}

/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*　関数　*/
/*=======================================================

    common

========================================================*/
:root {
  scroll-padding: 0;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 52.5%;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #e5e5e5;
}
body::after {
  width: auto;
  height: auto;
  border: 20px solid rgb(219, 255, 0);
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body::after {
    border: 2.6666666667vw solid rgb(219, 255, 0);
  }
}
body#top::after {
  display: none;
}

a {
  transition: all 0.3s ease 0s;
  color: #000;
}
a:hover {
  color: #2261b7;
}
a.link::before {
  font-family: FontAwesome;
  content: "\f35d";
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?u4a6gk");
  src: url("fonts/icomoon.eot?u4a6gk#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?u4a6gk") format("truetype"), url("fonts/icomoon.woff?u4a6gk") format("woff"), url("fonts/icomoon.svg?u4a6gk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
  content: "\e900";
}

.icon-arrow-top-light:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-sound:before {
  content: "\e904";
}

.icon-tw:before {
  content: "\e905";
}

.icon-yt:before {
  content: "\e906";
}

.icon-arrow-bottom:before {
  content: "\e907";
}

.icon-arrow-bottom-light:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-left-light:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-arrow-right-light:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-to_top:before {
  content: "\e90f";
}

.icon-shopping-basket:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e911";
}

.icon-close-light:before {
  content: "\e912";
}

.icon-bars:before {
  content: "\e913";
}

.icon-bars-light:before {
  content: "\e914";
}

.icon-arrow-triple-thick-right:before {
  content: "\e915";
}

.icon-arrow-thick-top:before {
  content: "\e916";
}

.icon-arrow-thick-bottom:before {
  content: "\e917";
}

.icon-arrow-thick-left:before {
  content: "\e918";
}

.icon-arrow-thick-right:before {
  content: "\e919";
}

.icon-envelope:before {
  content: "\e91a";
}

.icon-corner:before {
  content: "\e91b";
}

.icon-calender:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e91d";
}

.icon-circle_go:before {
  content: "\e91e";
}

.icon-plus:before {
  content: "\e91f";
}

.icon-plane:before {
  content: "\e920";
}

.icon-phone:before {
  content: "\e921";
}

.icon-triangle-bottom:before {
  content: "\e922";
}

.icon-blank:before {
  content: "\e923";
}

.icon-arrrow-t:before {
  content: "\e924";
}

.icon-arrrow-r:before {
  content: "\e925";
}

.icon-x:before {
  content: "\e926";
}

.icon-download:before {
  content: "\e927";
}

.icon-arrow_narrow_left:before {
  content: "\e928";
}

.icon-arrow_recruit:before {
  content: "\e929";
}

.icon-arrow_recruit_l:before {
  content: "\e92a";
}

.icon-arrow_recruit_s:before {
  content: "\e92b";
}

.icon-arrow_fat:before {
  content: "\e92c";
}

img {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 30px;
}

.sect {
  padding: 110px 0;
}

/*============================
#header
============================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9990;
  transition: ease-in 0.5s;
  background: rgb(219, 255, 0);
}

#top.home #header {
  background: rgba(219, 255, 0, 0);
}

#top.home.header_on #header {
  background: rgb(219, 255, 0);
}

.active #header {
  background: none !important;
}

.active #header .inner .site-logo a {
  background: none;
}

.active #header .inner .site-logo a svg path,
.active #header .inner .site-logo a svg rect {
  fill: #fff;
}

/*
#local.site-nishi-kasai #header {
  background: #00a1e9;
}
*/
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin: 0;
}

#header .inner .site-logo {
  padding: 11px 20px;
}

#header .inner .site-logo a {
  display: block;
  background: #e5e5e5;
  padding: 5px 10px 11px;
  margin: 0 0 -11px;
}

#top.home #header .inner .site-logo a {
  background: none;
}

#top.home.header_on #header .inner .site-logo a {
  background: #e5e5e5;
}

#header .inner .site-logo a svg {
  width: 140px;
  height: 52px;
  display: block;
}

#top.home #header .inner .site-logo a svg path,
#top.home #header .inner .site-logo a svg rect {
  fill: #fff;
}

#top.home.header_on #header .inner .site-logo a svg path,
#top.home.header_on #header .inner .site-logo a svg rect {
  fill: #156082;
}

#header .inner .navigation {
  padding: 0 20px 0 0;
  position: relative;
  height: 100%;
}

#header .inner .navigation ul {
  display: flex;
  align-items: center;
}

#header .inner .navigation ul li {
  margin: 0 0 0 30px;
  display: table;
}

#header .inner .navigation ul li a {
  font-family: Roboto;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #156082;
  transition: ease-in 0.2s;
}

#top.home #header .inner .navigation ul li a {
  color: #fff;
}

#top.home.header_on #header .inner .navigation ul li a {
  color: #156082;
}

#header .inner .navigation ul li a:hover {
  color: #9f9f9f;
}

#header .inner .navigation ul li .drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 35px 0 0;
  transition: ease-in 1s;
}

#header .inner .navigation ul li:hover .drop {
  display: block;
}

#header .inner .navigation ul li .drop .sub-menu {
  width: 424px;
  background: #4a4a4a;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 25px 11px;
  opacity: 0;
  transition: ease-in 1s;
  box-sizing: border-box;
}

#header .inner .navigation ul li:hover .drop .sub-menu {
  opacity: 1;
}

#header .inner .navigation ul li .sub-menu li {
  margin: 0 0.75em 14px 0;
  padding: 0 0.75em 0 0;
  border-right: 1px solid #fff;
}

#header .inner .navigation ul li .sub-menu li.return {
  margin: 0 0 14px 0;
  padding: 0;
  border-right: none;
}

#header .inner .navigation ul li .sub-menu li a {
  font-weight: 400;
  color: #fff !important;
}

/*============================
#main
============================*/
#main {
  padding: 74px 0 0;
}

#top.home #main {
  padding: 0 0 0;
}

/*============================
#footer
============================*/
#footer {
  background: #fff;
  position: relative;
  z-index: 4;
}

#footer .footer_above {
  background: url(../img/footer_bg.jpg) center/cover no-repeat;
}

#footer .footer_above .inner {
  padding: 0;
}

#footer .footer_above .site-logo {
  background: rgba(0, 0, 0, 0.5);
  padding: 59px 34px 59px calc(50vw - 540px);
  display: table;
  margin: 0 0 0 calc((50vw - 540px) * -1);
}
@media screen and (max-width: 1130px) {
  #footer .footer_above .site-logo {
    padding: 59px 34px 59px;
    margin: 0;
  }
}

#footer .footer_above .site-logo a {
  display: block;
}

#footer .footer_above .site-logo a svg {
  width: 229px;
  height: 86px;
}

#footer .footer_below {
  padding: 25px 0 0;
}

#footer .footer_below .inner .foot01 nav {
  display: flex;
  justify-content: flex-end;
}

#footer .footer_below .inner .foot01 nav ul {
  display: flex;
}

#footer .footer_below .inner .foot01 nav ul .group {
  margin: 0 0 0 65px;
}

#footer .footer_below .inner .foot01 nav ul li a {
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #707070;
  display: table;
  padding: 0 0 0.24em;
  text-decoration: none;
}

#footer .footer_below .inner .foot01 nav ul li.shop a {
  width: 100%;
}

#footer .footer_below .inner .foot01 nav ul .group ul {
  display: block;
}

#footer .footer_below .inner .foot01 nav ul .group ul li {
  margin: 0 0 20px;
}

#footer .footer_below .inner .foot01 nav ul li a strong {
  font-weight: 900;
}

#footer .footer_below .inner .foot01 nav ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -16px 0;
  font-size: 14px;
  width: 190px;
}

#footer .footer_below .inner .foot01 nav ul li .sub-menu li {
  margin: 0 16px;
  width: 4em;
}

#footer .footer_below .inner .foot01 nav ul li .sub-menu li:nth-child(2n) {
  width: 5em;
}

#footer .footer_below .inner .foot01 nav ul li .sub-menu li a {
  font-size: 14px;
  border-bottom: none;
  padding: 0;
  display: block;
}

#footer .footer_below .inner .foot02 {
  display: flex;
  align-items: center;
  padding: 38px 0 56px;
}

#footer .footer_below .inner .foot02 ul {
  display: flex;
  margin: 0 73px 0 0;
}

#footer .footer_below .inner .foot02 ul li {
  margin: 0 20px 0 0;
}

#footer .footer_below .inner .foot02 ul li a {
  display: block;
}

#footer .footer_below .inner address {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #000;
}

/*============================
#drawer
============================*/
#drawer {
  display: none;
}

#menu_bt {
  display: none;
}

/*============================
#container
============================*/
/*============================
.bread
============================*/
.bread {
  margin: 10px 0 20px;
}
.bread .inner span {
  font-size: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #footer .footer_above {
    background: url(../img/@2x/footer_bg.jpg) center/cover no-repeat;
  }
}
/*============================ SP ============================*/
@media screen and (max-width: 750px) {
  .inner {
    margin: 0 8vw;
    max-width: none;
    padding: 0;
  }
  .sect {
    padding: 34.6666666667vw 0;
  }
  /*============================
  #header
  ============================*/
  #header {
    left: 0;
    top: 0;
    right: 0;
  }
  /*
  #local.site-nishi-kasai #header {

  }
  */
  #header .inner {
    display: flex;
    max-width: none;
  }
  #header .inner .site-logo {
    padding: 3.2vw 5.3333333333vw 3.2vw 2.6666666667vw;
  }
  #header .inner .site-logo a {
    padding: 1.3333333333vw 2.4vw 3.2vw;
    margin: 0 0 -3.2vw;
  }
  #header .inner .site-logo a svg {
    width: 24.8vw;
    height: auto;
  }
  #header .inner .navigation {
    display: none;
  }
  /*============================
  #footer
  ============================*/
  #footer .footer_above {
    background: url(../img/sp/footer_bg.jpg) center/cover no-repeat;
  }
  #footer .footer_above .inner {
    padding: 0 0 32vw;
    margin: 0;
  }
  #footer .footer_above .site-logo {
    padding: 6.1333333333vw 0;
    display: block;
    margin: 0;
  }
  #footer .footer_above .site-logo a {
    display: table;
    margin: 0 auto;
  }
  #footer .footer_above .site-logo a svg {
    width: 61.0666666667vw;
    height: 22.9333333333vw;
  }
  #footer .footer_below {
    padding: 13.3333333333vw 0 0;
  }
  #footer .footer_below .inner {
    margin: 0 9.0666666667vw;
  }
  #footer .footer_below .inner .foot01 nav {
    display: table;
    margin: 0 auto;
  }
  #footer .footer_below .inner .foot01 nav ul {
    display: block;
  }
  #footer .footer_below .inner .foot01 nav ul .group {
    margin: 0;
  }
  #footer .footer_below .inner .foot01 nav ul li {
    margin: 0 0 5.3333333333vw;
  }
  #footer .footer_below .inner .foot01 nav ul li a {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    border-bottom: 0.2666666667vw solid #707070;
    display: table;
    padding: 0 0 0.24em;
  }
  #footer .footer_below .inner .foot01 nav ul .group ul {
    display: block;
  }
  #footer .footer_below .inner .foot01 nav ul .group ul li {
    margin: 0 0 5.3333333333vw;
  }
  #footer .footer_below .inner .foot01 nav ul li .sub-menu {
    display: flex;
    margin: 4vw -4.2666666667vw 0;
    font-size: 3.7333333333vw;
    width: 50.6666666667vw;
  }
  #footer .footer_below .inner .foot01 nav ul li .sub-menu li {
    margin: 0 4.2666666667vw 1.3333333333vw;
    width: 4em;
  }
  #footer .footer_below .inner .foot01 nav ul li .sub-menu li:nth-child(2n) {
    width: 5em;
  }
  #footer .footer_below .inner .foot01 nav ul li .sub-menu li a {
    font-size: 3.7333333333vw;
    border-bottom: none;
    padding: 0;
    display: block;
  }
  #footer .footer_below .inner .foot02 {
    display: block;
    padding: 11.2vw 0 14.4vw;
  }
  #footer .footer_below .inner .foot02 ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 6.1333333333vw;
  }
  #footer .footer_below .inner .foot02 ul li {
    margin: 0 2vw;
  }
  #footer .footer_below .inner .foot02 ul li a {
    display: block;
  }
  #footer .footer_below .inner .foot02 ul li a svg {
    width: auto;
    height: 6.6666666667vw;
  }
  #footer .footer_below .inner address {
    font-size: 2.6666666667vw;
  }
  /*============================
  #drawer
  ============================*/
  #menu_bt {
    position: fixed;
    right: 5.3333333333vw;
    top: 5.8666666667vw;
    z-index: 9991;
    display: block;
  }
  body.active {
    position: fixed;
    width: 100%;
  }
  #drawer {
    position: fixed;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    background: #4a4a4a;
    text-align: left;
    z-index: 9800;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-height: 100dvh;
  }
  #drawer .drawer_inside {
    position: relative;
    min-height: 100dvh;
  }
  #drawer .drawer_inside .navigation {
    padding: 30.6666666667vw 19.2vw 26.6666666667vw;
  }
  #drawer .drawer_inside .navigation nav ul {
    display: flex;
    justify-content: space-between;
  }
  #drawer .drawer_inside .navigation nav ul li {
    margin: 0 0 9.3333333333vw;
  }
  #drawer .drawer_inside .navigation nav ul li a {
    display: table;
    color: #fff;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    line-height: 5.8666666667vw;
    text-decoration: none;
  }
  #drawer .drawer_inside .navigation nav ul li a strong,
  #drawer .drawer_inside .navigation nav ul li a span {
    font-family: Roboto;
    font-weight: 900;
    display: table;
    padding: 0 0 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
  #drawer .drawer_inside .navigation nav ul li a span {
    font-weight: 400;
    font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #drawer .drawer_inside .navigation nav ul li ul {
    display: block;
  }
  #drawer .drawer_inside .navigation nav ul li ul li {
    margin: 0 0 9.3333333333vw;
  }
  #drawer .drawer_inside .navigation nav ul li ul li ul {
    display: block;
  }
  #drawer .drawer_inside .navigation nav ul li ul li ul li {
    margin: 5.3333333333vw 0 0;
  }
  #drawer .drawer_inside .navigation nav ul li ul li ul li a {
    text-decoration: none;
  }
  #drawer .drawer_inside .navigation nav ul .shop .sub-menu {
    display: block;
  }
  #drawer .drawer_inside .navigation nav ul .shop .sub-menu li {
    margin: 5.3333333333vw 0 0;
  }
  /*============================
  #container
  ============================*/
  #local #container {
    padding: 22.4vw 0 0;
  }
  /*============================
  .bread
  ============================*/
  .bread {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
  .bread .inner span {
    font-size: 2.6666666667vw;
  }
}
/*=======================================================
    parts
========================================================*/
.bt {
  display: flex;
  justify-content: center;
}
.bt a,
.bt button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  min-width: 342px;
  border-radius: 999px;
  padding: 10px 25px;
  text-decoration: none;
  background: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: ease-in 0.2s;
}
.bt a::after,
.bt button::after {
  font-family: "icomoon";
  content: "\e928";
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: ease-in 0.2s;
}
.bt a:hover::after,
.bt button:hover::after {
  transform: translate(10px, 0);
}
.bt a.blue,
.bt button.blue {
  color: #fff;
  background: #156082;
}
.bt a.blue:hover,
.bt button.blue:hover {
  color: #156082;
  background: rgb(219, 255, 0);
}
.bt a.blue:hover::after,
.bt button.blue:hover::after {
  color: #156082;
  background: #fff;
}
.bt a.lime,
.bt button.lime {
  color: #156082;
  background: rgb(219, 255, 0);
}
.bt a.lime::after,
.bt button.lime::after {
  background: #156082;
}
.bt a.lime:hover,
.bt button.lime:hover {
  color: #fff;
  background: #156082;
}
.bt a.lime:hover::after,
.bt button.lime:hover::after {
  color: #156082;
  background: rgb(219, 255, 0);
}
.bt a.orange,
.bt button.orange {
  color: #ee6528;
  border-color: #ee6528;
}
.bt a.orange::after,
.bt button.orange::after {
  background: #ee6528;
}
.bt a.orange:hover,
.bt button.orange:hover {
  color: #fff;
  background: #ee6528;
}
.bt a.orange:hover::after,
.bt button.orange:hover::after {
  color: #ee6528;
  background: #fff;
}
.bt a.violet,
.bt button.violet {
  color: #8b00e2;
  border-color: #8b00e2;
}
.bt a.violet::after,
.bt button.violet::after {
  background: #8b00e2;
}
.bt a.violet:hover,
.bt button.violet:hover {
  color: #fff;
  background: #8b00e2;
}
.bt a.violet:hover::after,
.bt button.violet:hover::after {
  color: #8b00e2;
  background: #fff;
}
.bt a.centered,
.bt button.centered {
  justify-content: center;
}
.bt a.centered::after,
.bt button.centered::after {
  display: none;
}

.modal {
  z-index: 9999;
}
.modal .modal-dialog {
  max-width: 100%;
  max-height: 100%;
  background: none;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  height: auto;
  max-height: 100%;
  background: none;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-width: max-content !important;
  display: flex;
}
.modal .modal-dialog .modal-content picture {
  max-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog .modal-content picture img {
  margin: 0;
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-position: center;
}
.modal .close_bt {
  width: 41px;
  height: 41px;
  background: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  color: #707070;
  border-radius: 999px;
}

.modal-backdrop.show {
  z-index: 9998;
  background: rgba(74, 74, 74, 0.8);
  opacity: 1;
}

.sect_tit {
  font-family: Roboto;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 70px;
}
.sect_tit span {
  font-family: "BIZ UDPGothic";
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  letter-spacing: 0em;
  margin: 13px auto 0;
}

.info_box {
  margin: 70px 0 0;
}
.info_box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.info_box ul li {
  margin: 0 13.5px 70px;
  width: calc(33.3333333333% - 27px);
  display: flex;
  flex-direction: column;
  transition: ease-in 0.2s;
}
.info_box ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.info_box ul li a:hover {
  opacity: 0.75;
}
.info_box ul li a .meta {
  background: #156082;
  display: flex;
  min-height: 45px;
}
.info_box ul li a .meta .new {
  background: rgb(219, 255, 0);
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #156082;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_box ul li a .meta .part {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #fff;
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  width: 100%;
  padding: 0 0 0 10px;
}
.info_box ul li a .body {
  height: 100%;
  flex: 1;
  background: none;
  border: #156082 1px solid;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: ease-in 0.2s;
}
.info_box ul li a .body .info h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  text-decoration: none;
  transition: ease-in 0.2s;
}
.info_box ul li a .body .img {
  width: 100%;
  height: 284px;
  display: block;
  overflow: hidden;
}
.info_box ul li a .body .img img {
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
  display: block;
  transition: ease-in 0.2s;
}
.info_box.event ul li {
  width: calc(33.3333333333% - 27px);
}
.info_box.event ul li .meta {
  background: #8b00e2;
  align-items: flex-end;
  min-height: 35px;
}
.info_box.event ul li .meta .date {
  margin: 0 0 5px 25px;
  color: #fff;
}
.info_box.event ul li .meta .date strong {
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 0 10px;
}
.info_box.event ul li .body {
  background: #e5f4ff;
}
.info_box.event ul li .body .info h4 {
  margin: 0 0 15px;
}
.info_box.event ul li .body .img {
  height: 284px;
}
.info_box.event ul li .body .img a img {
  object-fit: contain;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
}
.info_box.event ul li:hover .body {
  background: #8b00e2;
}
.info_box.event ul li:hover .body .info h4 a {
  color: #fff;
}
.info_box.event ul li:hover .body .img a img {
  transform: scale(1.2);
}

.out_of_service {
  min-height: calc(100vh - 492px - 94px - 39px);
  padding: 100px 0 200px;
  box-sizing: border-box;
}
.out_of_service h2 {
  text-align: center;
  margin: 0 0 70px;
  font-size: 40px;
  font-weight: 700;
}

/*============================ SP ============================*/
@media screen and (max-width: 1101px) {
  .info_box ul {
    margin: 0 -0.9375vw;
  }
  .info_box ul li {
    margin: 0 0.9375vw 4.8611111111vw;
    width: calc(33.3333333333% - 1.875vw);
  }
  .info_box ul li a {
    text-decoration: none;
  }
  .info_box ul li a .meta {
    min-height: 3.125vw;
  }
  .info_box ul li a .meta .new {
    font-size: 1.7361111111vw;
    padding: 0.6944444444vw 0.3472222222vw;
  }
  .info_box ul li a .meta .part {
    font-size: 1.1111111111vw;
    padding: 0 0 0 0.6944444444vw;
  }
  .info_box ul li a .body {
    padding: 2.0833333333vw 1.7361111111vw;
  }
  .info_box ul li a .body .info h4 {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
    margin: 0 0 2.5694444444vw;
  }
  .info_box ul li a .body .img {
    height: 19.7222222222vw;
  }
  .info_box.event ul li {
    margin: 0 auto 4.8611111111vw;
    width: calc(33.3333333333% - 1.875vw);
  }
  .info_box.event ul li a .meta {
    min-height: 2.4305555556vw;
  }
  .info_box.event ul li a .meta .date {
    margin: 0 0 0.3472222222vw 1.7361111111vw;
  }
  .info_box.event ul li a .meta .date strong {
    font-size: 1.7361111111vw;
    margin: 0 0 0 0.6944444444vw;
  }
  .info_box.event ul li a .body .info {
    margin: 0 0 1.0416666667vw;
  }
  .info_box.event ul li a .body .img {
    height: 19.7222222222vw;
  }
}
/*============================ SP ============================*/
@media screen and (max-width: 750px) {
  .sect {
    padding: 34.6666666667vw 0;
  }
  .bt {
    display: flex;
  }
  .bt a,
  .bt button {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    min-width: 0.2666666667vw;
    width: 100%;
    border-radius: 266.4vw;
    padding: 3.7333333333vw 6.6666666667vw;
    border: none;
    display: flex;
  }
  .bt a::after,
  .bt button::after {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    display: flex;
    font-size: 4.2666666667vw;
  }
  .modal {
    z-index: 9999 !important; /* 標準(1050)より少し高く設定 */
  }
  .modal .modal-dialog {
    min-width: 100vw;
    margin: 0;
    display: flex;
    align-items: center;
    pointer-events: auto !important;
  }
  .modal .modal-dialog .modal-content {
    width: 100%;
    min-height: 100vh;
    touch-action: auto !important; /* ブラウザ標準の挙動を優先 */
    pointer-events: auto !important;
  }
  .modal .close_bt {
    z-index: 99999;
    cursor: pointer;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .modal-open {
    /* Bootstrapがbodyに付与する overflow:hidden がズームを阻害することがあるため */
    overflow: auto !important;
  }
  .sect_tit {
    font-size: 10.6666666667vw !important;
    margin: 0 0 13.3333333333vw !important;
  }
  .sect_tit svg {
    width: auto;
    height: 8vw;
  }
  .sect_tit span {
    font-size: 4.2666666667vw !important;
    line-height: 5.8666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .info_box ul {
    display: block;
    margin: 0 0 18.6666666667vw;
  }
  .info_box ul li {
    margin: 0 0 6.6666666667vw;
    width: auto;
    display: block;
  }
  .info_box ul li a .meta {
    min-height: 8vw;
  }
  .info_box ul li a .meta .new {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .info_box ul li a .meta .part {
    font-size: 3.7333333333vw;
    padding: 0 0 0 2.6666666667vw;
  }
  .info_box ul li a .body {
    padding: 8vw 5.3333333333vw;
    display: block;
  }
  .info_box ul li a .body .info h4 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 4vw;
  }
  .info_box ul li a .body .img {
    height: 69.6vw;
  }
  .info_box.event ul {
    display: block;
    margin: 0 0 18.6666666667vw;
  }
  .info_box.event ul li {
    margin: 0 0 6.6666666667vw;
    width: auto;
    display: block;
  }
  .info_box.event ul li a .meta {
    min-height: 9.3333333333vw;
  }
  .info_box.event ul li a .meta .date {
    margin: 0 0 1.3333333333vw 6.6666666667vw;
  }
  .info_box.event ul li a .meta .date strong {
    font-size: 6.6666666667vw;
    margin: 0 0 0 2.6666666667vw;
  }
  .info_box.event ul li a .body {
    padding: 8vw 5.3333333333vw;
    display: block;
  }
  .info_box.event ul li a .body .info h4 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 4vw;
  }
  .info_box.event ul li a .body .img {
    height: 69.6vw;
  }
  .out_of_service {
    min-height: calc(100vh - 131.2vw - 25.0666666667vw - 10.4vw);
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
  .out_of_service h2 {
    margin: 0 0 18.6666666667vw;
    font-size: 8vw;
  }
}
/*=======================================================
    TOPコンテンツ
========================================================*/
/*============================
#top_visual
============================*/
#top_visual {
  background: url(../img/top_visual_bg.jpg) center/cover no-repeat;
}
#top_visual .inner {
  height: 820px;
}
#top_visual .inner .panel {
  position: absolute;
  left: 50%;
  top: 231px;
  transform: translate(-50%, 0);
  padding: 15px 21px 21px;
  background: rgba(0, 0, 0, 0.5);
}
#top_visual .inner .panel .site-logo {
  margin: 0 0 12px;
}
#top_visual .inner .panel .site-logo svg {
  width: 575px;
  height: auto;
}
#top_visual .inner .panel ul {
  display: flex;
  margin: 0 -2.5px;
}
#top_visual .inner .panel ul li {
  width: 100%;
  margin: 0 2.5px;
}
#top_visual .inner .panel ul li a {
  width: 188px;
  height: 47px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  transition: ease-in 0.2s;
}
#top_visual .inner .panel ul li a:hover {
  opacity: 0.75;
}
#top_visual .inner .panel ul li a strong {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  display: block;
  margin: 0 0 2px;
}
#top_visual .inner .panel ul li a span {
  font-weight: bold;
  font-size: 12px;
  display: block;
}
#top_visual .inner .panel ul li.shop a {
  background: #00a3d5;
}
#top_visual .inner .panel ul li.information a {
  background: #ee6528;
}
#top_visual .inner .panel ul li.event a {
  background: #8b00e2;
}

/*============================
#top_shops
============================*/
#top_shops {
  background: #fff;
}
#top_shops .inner .sect_tit {
  color: #156082;
}
#top_shops .inner .search h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #156082;
  margin: 0 0 40px;
}
#top_shops .inner .search .map {
  display: table;
  margin: 0 auto 50px;
  position: relative;
  overflow: scroll;
}
#top_shops .inner .search .map .map_wrapper .map_img img {
  max-width: none;
}
#top_shops .inner .search .map .markers li {
  position: absolute;
  left: 0;
  top: 0;
}
#top_shops .inner .search .map .markers li a {
  display: flex;
  position: relative;
  text-decoration: none;
  transition: ease-in 0.2s;
}
#top_shops .inner .search .map .markers li a::before {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e60f1a;
  content: "";
  border-radius: 999px;
  transition: ease-in 0.2s;
}
#top_shops .inner .search .map .markers li a::after {
  width: 18px;
  height: 18px;
  background: #e60f1a;
  border: 1px solid #fff;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  border-radius: 999px;
  transition: ease-in 0.2s;
}
#top_shops .inner .search .map .markers li a span {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e60f1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0px 10px;
  margin: 3px 0 3px 5px;
  transition: ease-in 0.2s;
}
#top_shops .inner .search .map .markers li a span svg {
  margin: 0 3px 0 0;
}
#top_shops .inner .search .map .markers li a:hover {
  opacity: 1;
}
#top_shops .inner .search .map .markers li a:hover::before {
  background: #e60f1a;
}
#top_shops .inner .search .map .markers li a:hover span {
  background: #e60f1a;
  color: #fff;
}
#top_shops .inner .search .map .markers li a:hover span svg {
  fill: #fff;
}
#top_shops .inner .search .map .markers li a:hover span svg path {
  fill: #fff;
}
#top_shops .inner .search .map .markers li.right a::before {
  width: 18px;
  height: 18px;
  background: #e60f1a;
  border: 1px solid #fff;
  position: absolute;
  left: auto;
  right: 7px;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  border-radius: 999px;
  z-index: 10;
}
#top_shops .inner .search .map .markers li.right a::after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e60f1a;
  content: "";
  border-radius: 999px;
  position: relative;
  left: auto;
  top: 0;
  transform: translate(0%, 0%);
}
#top_shops .inner .search .map .markers li.right a span {
  margin: 3px 5px 3px 0;
}
#top_shops .inner .search .map .markers li.right a:hover::after {
  background: #e60f1a;
}
#top_shops .inner .search .map .markers li.top a {
  display: block;
}
#top_shops .inner .search .map .markers li.top a::before {
  margin: 0 auto;
  display: block;
}
#top_shops .inner .search .map .markers li.top a::after {
  left: 50%;
  top: 17px;
  transform: translate(-50%, -50%);
}
#top_shops .inner .search .map .markers li.top a span {
  margin: 4px auto 0;
  padding: 4px 10px;
}
#top_shops .inner .search .map .markers .line01 a::before {
  border: 1px solid #e60f1a;
}
#top_shops .inner .search .map .markers .line01 a::after {
  background: #e60f1a;
}
#top_shops .inner .search .map .markers .line01 a span {
  background: #fff;
  border: 1px solid #e60f1a;
}
#top_shops .inner .search .map .markers .line01 a:hover::before {
  background: #e60f1a;
}
#top_shops .inner .search .map .markers .line01 a:hover span {
  background: #e60f1a;
}
#top_shops .inner .search .map .markers .line02 a::before {
  border: 1px solid #00a1e9;
}
#top_shops .inner .search .map .markers .line02 a::after {
  background: #00a1e9;
}
#top_shops .inner .search .map .markers .line02 a span {
  background: #fff;
  border: 1px solid #00a1e9;
}
#top_shops .inner .search .map .markers .line02 a:hover::before {
  background: #00a1e9;
}
#top_shops .inner .search .map .markers .line02 a:hover span {
  background: #00a1e9;
}
#top_shops .inner .search .map .markers .line02.right a::before {
  background: #00a1e9;
  border: 1px solid #fff;
}
#top_shops .inner .search .map .markers .line02.right a::after {
  background: #fff;
  border: 1px solid #00a1e9;
}
#top_shops .inner .search .map .markers .line02.right a:hover::after {
  background: #00a1e9;
}
#top_shops .inner .search .map .markers .line03 a::before {
  border: 1px solid #0ba95d;
}
#top_shops .inner .search .map .markers .line03 a::after {
  background: #0ba95d;
}
#top_shops .inner .search .map .markers .line03 a span {
  background: #fff;
  border: 1px solid #0ba95d;
}
#top_shops .inner .search .map .markers .line03 a:hover::before {
  background: #0ba95d;
}
#top_shops .inner .search .map .markers .line03 a:hover span {
  background: #0ba95d;
}
#top_shops .inner .search .map .markers .line04 a::before {
  border: 1px solid #d6ae59;
}
#top_shops .inner .search .map .markers .line04 a::after {
  background: #d6ae59;
}
#top_shops .inner .search .map .markers .line04 a span {
  background: #fff;
  border: 1px solid #d6ae59;
}
#top_shops .inner .search .map .markers .line04 a:hover::before {
  background: #d6ae59;
}
#top_shops .inner .search .map .markers .line04 a:hover span {
  background: #d6ae59;
}
#top_shops .inner .search .map .markers .kourakuen {
  left: 329px;
  top: 318px;
}
#top_shops .inner .search .map .markers .nishi-kasai {
  left: 630px;
  top: 501px;
}
#top_shops .inner .search .map .markers .kasai {
  left: 758px;
  top: 504px;
}
#top_shops .inner .search .map .markers .urayasu {
  left: 830px;
  top: 483px;
}
#top_shops .inner .search .map .markers .minami-gyotoku {
  left: 870px;
  top: 444px;
}
#top_shops .inner .search .map .markers .gyotoku {
  left: 913px;
  top: 398px;
}
#top_shops .inner .search .map .markers .myoden {
  left: 812px;
  top: 360px;
}
#top_shops .inner .search .map .markers .baraki-nakayama {
  left: 905px;
  top: 321px;
}
#top_shops .inner .search .map .markers .akasaka {
  left: 286px;
  top: 460px;
}
#top_shops .inner .search .map .markers .ayase {
  left: 580px;
  top: 85px;
}
#top_shops .inner .search .map .markers .kita-ayase {
  left: 607px;
  top: 23px;
}
#top_shops .inner .search .map .markers .shin-kiba {
  left: 587px;
  top: 581px;
}
/*============================
#top_information
============================*/
#top_information .inner .sect_tit {
  color: #156082;
}
/*============================
#top_event
============================*/
#top_event .inner .sect_tit {
  color: #8b00e2;
}
#top_event .inner .info_box ul li {
  margin: 0 auto 70px;
}
#top_event .inner .event_toggle {
  will-change: transform;
}
#top_event .inner .event_toggle .event_toggle_inside {
  display: none;
}
#top_event .inner .event_toggle .event_toggle_inside .bt {
  margin: 0 0 70px;
}
#top_event .inner .event_toggle .toggle_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_event .inner .event_toggle .toggle_button::before, #top_event .inner .event_toggle .toggle_button::after {
  flex: 1;
  width: 100%;
  content: "";
  height: 0px;
  border-bottom: 1px solid #8b00e2;
}
#top_event .inner .event_toggle .toggle_button button {
  margin: 0 70px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}
#top_event .inner .event_toggle .toggle_button button:hover {
  opacity: 0.75;
}
#top_event .inner .event_toggle .toggle_button button::after {
  font-family: "icomoon";
  content: "\e928";
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #8b00e2;
  color: #8b00e2;
  font-size: 14px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 29px;
  transform: rotate(90deg);
  transition: ease-in 0.2s;
}
#top_event .inner .event_toggle .toggle_button button .close {
  display: none;
}
#top_event .inner .event_toggle.active .toggle_button button::after {
  transform: rotate(-90deg);
}
#top_event .inner .event_toggle.active .toggle_button button .open {
  display: none;
}
#top_event .inner .event_toggle.active .toggle_button button .close {
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #top_visual {
    background: url(../img/@2x/top_visual_bg.jpg) center/cover no-repeat;
  }
}
/*============================ SP ============================*/
@media screen and (max-width: 750px) {
  /*=======================================================
      TOPコンテンツ
  ========================================================*/
  /*============================
  #top_visual
  ============================*/
  #top_visual {
    background: url(../img/sp/top_visual_bg.jpg) center/cover no-repeat;
  }
  #top_visual .inner {
    height: 227.2vw;
  }
  #top_visual .inner .panel {
    left: 50%;
    top: 74.9333333333vw;
    transform: translate(-50%, 0);
    padding: 2.6666666667vw;
  }
  #top_visual .inner .panel .site-logo {
    margin: 0 0 2.6666666667vw;
  }
  #top_visual .inner .panel .site-logo svg {
    width: 78.1333333333vw;
  }
  #top_visual .inner .panel ul {
    display: block;
    margin: 0;
  }
  #top_visual .inner .panel ul li {
    margin: 0 0 1.3333333333vw;
  }
  #top_visual .inner .panel ul li:last-child {
    margin: 0;
  }
  #top_visual .inner .panel ul li a {
    width: 100%;
    height: 12.5333333333vw;
  }
  #top_visual .inner .panel ul li a strong {
    font-size: 4.2666666667vw;
    margin: 0 0 0.5333333333vw;
  }
  #top_visual .inner .panel ul li a span {
    font-size: 3.2vw;
  }
  /*============================
  #top_shops
  ============================*/
  #top_shops .inner .search {
    margin: 0 -8vw;
    overflow: hidden;
  }
  #top_shops .inner .search h3 {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    margin: 0 0 19.4666666667vw !important;
  }
  #top_shops .inner .search .top_shop_links {
    width: 84vw;
    margin: 0 auto;
  }
  #top_shops .inner .search .top_shop_links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2vw;
  }
  #top_shops .inner .search .top_shop_links ul li {
    margin: 0 1.2vw 6.6666666667vw;
  }
  #top_shops .inner .search .top_shop_links ul li a {
    width: 39.4666666667vw;
    height: 7.4666666667vw;
    background: #146082;
    border: 0.2666666667vw solid #146082;
    text-decoration: none;
    border-radius: 266.4vw;
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top_shops .inner .search .top_shop_links ul li a svg {
    width: 10.4vw;
    height: auto;
    margin: 0 1.6vw 0.5333333333vw 0;
  }
  #top_shops .inner .search .top_shop_links ul li a svg path {
    fill: #fff;
  }
  #top_shops .inner .search .map {
    display: table;
    margin: 0 auto 10.6666666667vw;
    padding: 15.7333333333vw 0 0;
  }
  #top_shops .inner .search .map .map_wrapper {
    position: relative;
  }
  #top_shops .inner .search .map .map_img img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  #top_shops .inner .search .map .markers {
    display: none;
  }
  #top_shops .inner .search .map .markers li {
    left: 0;
    top: 0;
  }
  #top_shops .inner .search .map .markers li a {
    display: flex;
  }
  #top_shops .inner .search .map .markers li a::before {
    width: 2.5742574257vw;
    height: 2.5742574257vw;
    border: 0.099009901vw solid #e60f1a;
  }
  #top_shops .inner .search .map .markers li a::after {
    width: 1.5841584158vw;
    height: 1.5841584158vw;
    border: 0.099009901vw solid #fff;
    left: 0.297029703vw;
  }
  #top_shops .inner .search .map .markers li a span {
    border: 0.099009901vw solid #e60f1a;
    font-size: 1.3861386139vw;
    padding: 0.495049505vw 0.8910891089vw;
    margin: 0 0 0 0.495049505vw;
    line-height: 1.2;
  }
  #top_shops .inner .search .map .markers li a span svg {
    margin: 0 0.495049505vw 0 0;
    width: 2.3762376238vw;
    height: 0.8910891089vw;
    display: block;
  }
  #top_shops .inner .search .map .markers li.right a::before {
    width: 1.6831683168vw;
    height: 1.6831683168vw;
    border: 0.099009901vw solid #fff;
    left: auto;
    right: 0.396039604vw;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 98.9108910891vw;
  }
  #top_shops .inner .search .map .markers li.right a::after {
    width: 2.4752475248vw;
    height: 2.4752475248vw;
    border: 0.099009901vw solid #e60f1a;
    border-radius: 98.9108910891vw;
    left: auto;
    top: 0;
    transform: translate(0%, 0%);
  }
  #top_shops .inner .search .map .markers li.right a span {
    margin: 0.099009901vw 0.495049505vw 0.099009901vw 0;
  }
  #top_shops .inner .search .map .markers li.top a {
    display: block;
  }
  #top_shops .inner .search .map .markers li.top a::before {
    margin: 0 auto;
    display: block;
  }
  #top_shops .inner .search .map .markers li.top a::after {
    left: 50%;
    top: 0.396039604vw;
    transform: translate(-50%, 0%);
  }
  #top_shops .inner .search .map .markers li.top a span {
    margin: 0.5940594059vw auto 0;
    padding: 0.396039604vw 0.9900990099vw;
  }
  #top_shops .inner .search .map .markers .line01 a::before {
    border: 0.099009901vw solid #e60f1a;
  }
  #top_shops .inner .search .map .markers .line01 a span {
    border: 0.099009901vw solid #e60f1a;
  }
  #top_shops .inner .search .map .markers .line02 a::before {
    border: 0.099009901vw solid #00a1e9;
  }
  #top_shops .inner .search .map .markers .line02 a span {
    border: 0.099009901vw solid #00a1e9;
  }
  #top_shops .inner .search .map .markers .line02.right a::before {
    border: 0.099009901vw solid #fff;
  }
  #top_shops .inner .search .map .markers .line02.right a::after {
    border: 0.099009901vw solid #00a1e9;
  }
  #top_shops .inner .search .map .markers .line03 a::before {
    border: 0.099009901vw solid #0ba95d;
  }
  #top_shops .inner .search .map .markers .line03 a span {
    border: 0.099009901vw solid #0ba95d;
  }
  #top_shops .inner .search .map .markers .line04 a::before {
    border: 0.099009901vw solid #d6ae59;
  }
  #top_shops .inner .search .map .markers .line04 a span {
    border: 0.099009901vw solid #d6ae59;
  }
  #top_shops .inner .search .map .markers .kourakuen {
    left: 30.6481481481%;
    top: 48.8549618321%;
  }
  #top_shops .inner .search .map .markers .nishi-kasai {
    left: 58.9814814815%;
    top: 76.4885496183%;
  }
  #top_shops .inner .search .map .markers .kasai {
    left: 70.3703703704%;
    top: 76.9465648855%;
  }
  #top_shops .inner .search .map .markers .urayasu {
    left: 77.2222222222%;
    top: 73.7404580153%;
  }
  #top_shops .inner .search .map .markers .minami-gyotoku {
    left: 81.0185185185%;
    top: 67.6335877863%;
  }
  #top_shops .inner .search .map .markers .gyotoku {
    left: 76.7592592593%;
    top: 61.3740458015%;
  }
  #top_shops .inner .search .map .markers .gyotoku a::before {
    width: 1.5841584158vw;
    height: 1.5841584158vw;
    position: absolute;
    right: 0.396039604vw;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10;
    background: #00a1e9;
  }
  #top_shops .inner .search .map .markers .gyotoku a::after {
    width: 2.4752475248vw;
    height: 2.4752475248vw;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    background: #fff;
    border: 0.099009901vw solid #00a1e9;
  }
  #top_shops .inner .search .map .markers .gyotoku a span {
    margin: 0.099009901vw 0.495049505vw 0.099009901vw 0;
  }
  #top_shops .inner .search .map .markers .myoden {
    left: 76.8518518519%;
    top: 55.2671755725%;
  }
  #top_shops .inner .search .map .markers .baraki-nakayama {
    left: 84.3518518519%;
    top: 49.9236641221%;
  }
  #top_shops .inner .search .map .markers .akasaka {
    left: 26.9444444444%;
    top: 70.0763358779%;
  }
  #top_shops .inner .search .map .markers .ayase {
    left: 53.9814814815%;
    top: 12.9770992366%;
  }
  #top_shops .inner .search .map .markers .kita-ayase {
    left: 56.4814814815%;
    top: 3.9694656489%;
  }
  #top_shops .inner .search .map .markers .shin-kiba {
    left: 54.8148148148%;
    top: 88.7022900763%;
  }
  /*============================
  #top_information
  ============================*/
  /*============================
  #top_event
  ============================*/
  #top_event {
    padding-bottom: 53.3333333333vw;
  }
  #top_event .inner .event_toggle .event_toggle_inside .bt {
    margin: 0 0 18.6666666667vw;
  }
  #top_event .inner .event_toggle .toggle_button::before, #top_event .inner .event_toggle .toggle_button::after {
    border-bottom: 0.2666666667vw solid #8b00e2;
  }
  #top_event .inner .event_toggle .toggle_button button {
    margin: 0 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  #top_event .inner .event_toggle .toggle_button button::after {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 0.2666666667vw solid #8b00e2;
    font-size: 3.7333333333vw;
    margin: 0 0 0 6.4vw;
  }
}
.menu-trigger {
  background: none;
  border: none;
}

.menu-trigger .bars,
.menu-trigger .bars span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger .bars {
  position: relative;
  width: 12vw;
  height: 4vw;
  background: none;
  outline: none;
}

.menu-trigger .bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #156082;
  border-radius: 0.2666666667vw;
}

.active .menu-trigger .bars span {
  background-color: #fff;
}

#top.home .menu-trigger .bars span {
  background-color: #fff;
}

#top.home.header_on .menu-trigger .bars span {
  background-color: #156082;
}

.menu-trigger .bars span:nth-of-type(1) {
  top: 0;
}

.menu-trigger .bars span:nth-of-type(2) {
  top: 1.8666666667vw;
}

.menu-trigger .bars span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger .bars span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(1.8666666667vw) rotate(22deg);
  }
  50% {
    transform: translateY(1.8666666667vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger .bars span:nth-of-type(2) {
  opacity: 1;
}

.menu-trigger .bars span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-1.8666666667vw) rotate(-22deg);
  }
  50% {
    transform: translateY(-1.8666666667vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger .bars span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.8666666667vw) rotate(0);
  }
  100% {
    transform: translateY(1.8666666667vw) rotate(22deg);
  }
}
.active .menu-trigger .bars span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger .bars span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.8666666667vw) rotate(0);
  }
  100% {
    transform: translateY(-1.8666666667vw) rotate(-22deg);
  }
}
#local section .hl_l {
  font-family: Roboto;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 78px;
  text-align: center;
  color: #4a4a4a;
  margin: 0 0 90px;
}
#local section .hl_l span {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
#local .bread {
  margin: 10px 0 0px;
}
#local .bread .inner span {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #4a4a4a;
}
#local {
  /*============================
  #intro
  ============================*/
}
#local #intro {
  padding: 45px 0;
  background: url(../img/main_illust_bg.svg) center 150px no-repeat;
}
#local #intro .inner {
  max-width: 686px;
}
#local #intro .inner .block {
  margin: 0 auto 70px;
}
#local #intro .inner .block figure img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
}
#local #intro .inner .title {
  margin: 0 0 40px;
}
#local #intro .inner .title h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 40px;
  color: #4a4a4a;
  background: none;
}
#local #intro .inner .lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
  margin: 0 0 50px;
}
#local #intro .inner .tabs ul {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
}
#local #intro .inner .tabs ul li {
  margin: 0 30px;
}
#local #intro .inner .tabs ul li button {
  cursor: pointer;
  width: 312px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4a4a4a;
  transition: ease-in 0.2s;
}
#local #intro .inner .tabs ul li button:hover {
  background: #4a4a4a;
  color: #fff;
}
#local #intro .inner .tabs ul .current button {
  color: #fff;
  background: #4a4a4a !important;
  cursor: default;
  pointer-events: none;
}
#local {
  /*============================
  #floormap
  ============================*/
}
#local #floormap {
  padding: 45px 0;
}
#local #floormap .inner .panel {
  border-radius: 30px;
  background: #fff;
  padding: 20px 0 50px;
  overflow: hidden;
}
#local #floormap .inner .panel .floor_map_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4a4a4a;
}
#local #floormap .inner .panel .floor_map_box .direction {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 15px;
}
#local #floormap .inner .panel .floor_map_box .direction li {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #9f9f9f;
}
#local #floormap .inner .panel .floor_map_box .direction .start::before {
  font-family: "icomoon";
  content: "\e92c";
  font-size: 24px;
  margin: 0 10px 0 0;
}
#local #floormap .inner .panel .floor_map_box .direction .end::after {
  font-family: "icomoon";
  content: "\e92c";
  font-size: 24px;
  margin: 0 0 0 10px;
  transform: rotate(180deg);
  transform-origin: center;
  display: inline-block;
}
#local #floormap .inner .panel .floor_map_box .floor_box01 {
  width: 900px;
  display: table;
  margin: 0 auto;
}
#local #floormap .inner .panel .floors .floors_ul .section {
  display: none;
  padding: 100px 0 0;
  margin: -100px 0 0;
}
#local #floormap .inner .panel .floors .floors_ul .section .floormap_detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#local {
  /*============================
  #shops
  ============================*/
}
#local #shops .inner .hl_l {
  display: none;
}
#local #shops .inner .floor_cat {
  display: none;
}
#local #shops .inner .floor_cat li dl {
  margin: 0 0 24px;
}
#local #shops .inner .floor_cat li dl.active dt .toggle_bt {
  transform: rotate(270deg);
}
#local #shops .inner .floor_cat li dl dt {
  padding: 0 0 0 62px;
  border-bottom: 1px solid #4a4a4a;
  position: relative;
  cursor: pointer;
  transition: ease-in 0.2s;
}
#local #shops .inner .floor_cat li dl dt:hover {
  opacity: 0.7;
}
#local #shops .inner .floor_cat li dl dt .no {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 37px;
  background: rgb(219, 255, 0);
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 9999px;
}
#local #shops .inner .floor_cat li dl dt .toggle_bt {
  transform: rotate(90deg);
  transform-origin: center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  padding: 10px;
  bottom: 0;
  transition: ease-in 0.2s;
}
#local #shops .inner .floor_cat li dl dt .toggle_bt:hover {
  opacity: 7.5;
}
#local #shops .inner .floor_cat li dl dt .toggle_bt::before {
  content: "\e928";
  font-size: 20px;
  color: #4a4a4a;
  font-family: "icomoon";
}
#local #shops .inner .floor_cat li dl dt h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #4a4a4a;
  margin: 0 0 5px;
}
#local #shops .inner .floor_cat li dl dt .meta {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #4a4a4a;
}
#local #shops .inner .floor_cat li dl dt .meta div a {
  text-decoration: none;
}
#local #shops .inner .floor_cat li dl dt .meta .ruby {
  font-size: 12px;
  line-height: 1.4;
}
#local #shops .inner .floor_cat li dl dt .meta .time {
  margin: 0 1em 0 0;
}
#local #shops .inner .floor_cat li dl dt .meta .time br {
  display: none;
}
#local #shops .inner .floor_cat li dl dd {
  display: none;
  padding: 30px 0 30px;
}
#local #shops .inner .floor_cat li dl dd .flex {
  display: flex;
  justify-content: space-between;
}
#local #shops .inner .floor_cat li dl dd .flex .img {
  width: 550px;
}
#local #shops .inner .floor_cat li dl dd .flex .img .swiper {
  width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#local #shops .inner .floor_cat li dl dd .flex .img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 {
  width: 100%;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-wrapper .swiper-slide {
  height: 370px;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  border: none;
  color: #000;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev span,
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev svg {
  display: none !important;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev::before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 13px solid #ffffff;
  border-left: 0;
  content: "";
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next {
  font-size: 0;
  line-height: 0;
  border: none;
  color: #000;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next span,
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next svg {
  display: none !important;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next::before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 13px solid #ffffff;
  border-right: 0;
  content: "";
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper {
  box-sizing: border-box;
  padding: 5px 0 0;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 20%;
  opacity: 0.75;
  height: 70px;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
#local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#local #shops .inner .floor_cat li dl dd .flex .info {
  margin: 0 60px 0 0;
  width: 100%;
  flex: 1;
}
#local #shops .inner .floor_cat li dl dd .flex .info .map_no {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 5px 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #707070;
  width: auto;
  flex: 1;
  display: none;
  margin: 0 0 40px;
}
#local #shops .inner .floor_cat li dl dd .flex .info .message {
  padding: 0 0 40px 0;
}
#local #shops .inner .floor_cat li dl dd .flex .info .message h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 0 0 20px;
}
#local #shops .inner .floor_cat li dl dd .flex .info .message p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
}
#local #shops .inner .floor_cat li dl dd .flex .info table {
  width: 100%;
}
#local #shops .inner .floor_cat li dl dd .flex .info table tbody tr {
  border-bottom: 1px solid #4a4a4a;
}
#local #shops .inner .floor_cat li dl dd .flex .info table tbody tr th {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  padding: 20px 52px 10px 0;
  white-space: nowrap;
}
#local #shops .inner .floor_cat li dl dd .flex .info table tbody tr td {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  padding: 20px 0 10px 0;
  word-break: break-all;
}
#local #shops .inner .floor_cat li dl dd .flex .info table tbody tr:first-child th {
  padding: 0px 52px 10px 0;
}
#local #shops .inner .floor_cat li dl dd .flex .info table tbody tr:first-child td {
  padding: 0px 0 10px 0;
}
#local #shops .inner .floor_cat li.construction dl dt {
  pointer-events: none;
}
#local #shops .inner .floor_cat li.construction dl dt h4 {
  color: #9f9f9f;
}
#local #shops .inner .cat_shops_art {
  display: none;
}
#local #shops .inner .cat_shops_art .tabs_pannel .tab_pannel {
  display: none;
}
#local #shops .inner #cat_tabs #tabs_panel_bts ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#local #shops .inner #cat_tabs #tabs_panel_bts ul li {
  margin: 0 10px;
}
#local #shops .inner #cat_tabs #tabs_panel_bts ul li button {
  width: 130px;
  height: 32px;
  background: #4a4a4a;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}
#local #shops .inner #cat_tabs #tabs_panel_bts ul .current button {
  background: rgb(219, 255, 0);
  color: #4a4a4a;
}
#local #shops .inner #cat_tabs .tabs_panel .tab_panel {
  display: none;
  position: relative;
}
#local #shops .inner #cat_tabs .tabs_panel .tab_panel .shop_illust {
  position: absolute;
  right: 0;
  top: -25px;
  transform: translate(0, -100%);
}
#local #shops .inner #cat_tabs.gourmet .tabs_panel #gourmet {
  display: block;
}
#local #shops .inner #cat_tabs.shopping .tabs_panel #shopping {
  display: block;
}
#local #shops .inner #cat_tabs.life .tabs_panel #life {
  display: block;
}
#local #shops .inner #cat_tabs.beauty .tabs_panel #beauty {
  display: block;
}
#local {
  /*============================
  #information
  ============================*/
}
#local #information {
  padding: 45px 0 0;
  margin: 0 0 200px;
}
#local #information .inner dl {
  max-width: 680px;
  margin: 0 auto 60px;
}
#local #information .inner dl dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px 40px;
  white-space: nowrap;
}
#local #information .inner dl dt::before, #local #information .inner dl dt::after {
  margin: 0 20px;
  width: 100%;
  height: 0px;
  background: transparent;
  border-bottom: 1px solid #707070;
  content: "";
}
#local #information .inner dl dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000;
  position: relative;
  padding: 0 0 0 15px;
}
#local #information .inner dl dd::before {
  width: 5px;
  border-radius: 2.5px;
  background: rgb(219, 255, 0);
  content: "";
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#local {
  /*
    &.tozai {
      background: #eff8ff;
      #header {
        background: #00a1e9 !important;
      }

      .title {
        h2 {
          &::after {
            background: #00a1e9;
          }
        }
      }
      #intro {
        .inner {
          .tabs {
            ul {
              li {
                button {
                  background: #00a1e9;
                }
              }
            }
          }
        }
      }

      #shops {
        .inner {
          .floor_cat {
            li {
              margin: 0 0 24px;
              dl {
                dt {
                  .no {
                    background: #00a1e9;
                  }
                }
              }
            }
          }
        }
      }

      #information {
        .inner {
          dl {
            dd {
              &::before {
                background: #00a1e9;
              }
            }
          }
        }
      }
    }

    &.marunouchi {
      background: #fff4f4;
      #header {
        background: #e60f1a !important;
      }

      .title {
        h2 {
          &::after {
            background: #e60f1a;
          }
        }
      }

      #intro {
        .inner {
          .tabs {
            ul {
              li {
                button {
                  background: #e60f1a;
                }
              }
            }
          }
        }
      }

      #shops {
        .inner {
          .floor_cat {
            li {
              dl {
                dt {
                  .no {
                    background: #e60f1a;
                  }
                }
              }
            }
          }
        }
      }

      #information {
        .inner {
          dl {
            dd {
              &::before {
                background: #e60f1a;
              }
            }
          }
        }
      }
    }

    &.chiyoda {
      background: #ecfcf4;
      #header {
        background: #09a95d !important;
      }

      .title {
        h2 {
          &::after {
            background: #09a95d;
          }
        }
      }

      #intro {
        .inner {
          .tabs {
            ul {
              li {
                button {
                  background: #09a95d;
                }
              }
            }
          }
        }
      }

      #shops {
        .inner {
          .floor_cat {
            li {
              dl {
                dt {
                  .no {
                    background: #09a95d;
                  }
                }
              }
            }
          }
        }
      }

      #information {
        .inner {
          dl {
            dd {
              &::before {
                background: #09a95d;
              }
            }
          }
        }
      }
    }

    &.yurakucho {
      background: #fdf4e0;
      #header {
        background: #d7ad59 !important;
      }

      .title {
        h2 {
          &::after {
            background: #d7ad59;
          }
        }
      }

      #intro {
        .inner {
          .tabs {
            ul {
              li {
                button {
                  background: #d7ad59;
                }
              }
            }
          }
        }
      }

      #shops {
        .inner {
          .floor_cat {
            li {
              dl {
                dt {
                  .no {
                    background: #d7ad59;
                  }
                }
              }
            }
          }
        }
      }

      #information {
        .inner {
          dl {
            dd {
              &::before {
                background: #d7ad59;
              }
            }
          }
        }
      }
    }
  */
}
#local #main.shops {
  /*============================
  #shops
  ============================*/
}
#local #main.shops #shops .inner .hl_l {
  display: block !important;
}
#local #main.shops #shops .inner .floor_shops_art {
  display: none !important;
}
#local #main.shops #shops .inner .cat_shops_art {
  display: block !important;
}
#local #main.shops #shops .inner .cat_shops_art .tab_panel {
  background: #fff;
  padding: 40px;
  margin: 0 0 20px;
}
#local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat {
  display: block;
}
#local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat li dl dt {
  padding: 0;
}
#local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat li dl dt .no {
  display: none;
}
#local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat li dl dd .flex .info .map_no {
  display: inline-flex;
}

/*============================ SP ============================*/
@media screen and (max-width: 750px) {
  #local::after {
    height: 100vh;
    border: 2.6666666667vw solid rgb(219, 255, 0);
  }
  #local #container {
    padding: 0;
  }
  #local #main {
    padding: 16vw 0 0;
  }
  #local section .hl_l {
    font-size: 10.6666666667vw;
    line-height: 14.4vw;
    margin: 0 0 24vw;
  }
  #local section .hl_l span {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  #local .bread {
    margin: 4vw 0 6.6666666667vw;
  }
  #local .bread .inner span {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
  #local .title {
    margin: 0 0 1.3333333333vw;
  }
  #local .title h2 {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
  #local .title h2::after {
    height: 1.3333333333vw;
    border-radius: 0.6666666667vw;
    margin: 3.4666666667vw 0 0;
  }
  #local {
    /*============================#intro============================*/
  }
  #local #intro {
    padding: 6.6666666667vw 0 12vw;
  }
  #local #intro .inner .block {
    margin: 0 0 10.6666666667vw;
  }
  #local #intro .inner .block figure {
    height: 68.8vw;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }
  #local #intro .inner .block figure img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5.3333333333vw;
    margin: 0;
  }
  #local #intro .inner .title {
    margin: 0 0 8vw;
  }
  #local #intro .inner .title .inner {
    margin: 0;
  }
  #local #intro .inner .title .inner h2 {
    font-size: 6.6666666667vw;
    line-height: 1.4;
  }
  #local #intro .inner .lead {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 18.6666666667vw;
  }
  #local #intro .inner .tabs ul {
    margin: 0 -1.6vw;
  }
  #local #intro .inner .tabs ul li {
    margin: 0 1.6vw;
    width: 100%;
    flex: 1;
  }
  #local #intro .inner .tabs ul li:last-child {
    margin: 0;
  }
  #local #intro .inner .tabs ul li button {
    width: 100%;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  #local {
    /*============================#floormap============================*/
  }
  #local #floormap {
    padding: 12vw 0;
  }
  #local #floormap .inner {
    margin: 0;
  }
  #local #floormap .inner .panel {
    border-radius: 0;
    padding: 10.6666666667vw 8vw 10.6666666667vw;
  }
  #local #floormap .inner .panel .floor_map_box p {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  #local #floormap .inner .panel .floor_map_box .direction {
    margin: 0 5.3333333333vw 6.6666666667vw;
  }
  #local #floormap .inner .panel .floor_map_box .direction li {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
  #local #floormap .inner .panel .floor_map_box .direction .start::before {
    font-size: 4.8vw;
    margin: 0 2.6666666667vw 0 0;
  }
  #local #floormap .inner .panel .floor_map_box .direction .end::after {
    font-size: 4.8vw;
    margin: 0 0 0 2.6666666667vw;
  }
  #local #floormap .inner .panel .floor_map_box .floor_box01 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5.3333333333vw;
  }
  #local #floormap .inner .panel .floor_map_box .floor_box01 #map {
    width: 100%;
    height: auto;
  }
  #local #floormap .inner .panel .floor_map_box .floor_box01 map {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #local #floormap .inner .panel .floors .floors_ul .section {
    padding: 26.6666666667vw 0 0;
    margin: -26.6666666667vw 0 0;
  }
  #local {
    /*============================#shops============================*/
  }
  #local #shops {
    padding: 12vw 0;
  }
  #local #shops .inner .hl_l {
    margin: 0 0 13.3333333333vw;
  }
  #local #shops .inner .floor_cat li:last-child dl {
    margin: 0;
  }
  #local #shops .inner .floor_cat li dl {
    margin: 0 0 10.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dt {
    margin: 0 0 0 8.5333333333vw;
    padding: 0 6.6666666667vw 0 0;
    border-bottom: 0.2666666667vw solid #4a4a4a;
  }
  #local #shops .inner .floor_cat li dl dt .no {
    top: 0;
    left: -8.5333333333vw;
    height: 7.2vw;
    width: 7.2vw;
    font-size: 3.7333333333vw;
  }
  #local #shops .inner .floor_cat li dl dt .toggle_bt {
    right: 0vw;
    padding: 2.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dt .toggle_bt::before {
    font-size: 5.3333333333vw;
  }
  #local #shops .inner .floor_cat li dl dt h4 {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    margin: 0 0 1.3333333333vw;
  }
  #local #shops .inner .floor_cat li dl dt .meta {
    margin: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  #local #shops .inner .floor_cat li dl dt .meta .ruby {
    font-size: 2.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dt .meta .time {
    margin: 0 0 0.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dd {
    padding: 4vw 0 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex {
    display: block;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img {
    width: 100%;
    margin: 8vw 0 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 {
    height: auto;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-wrapper {
    height: 56.5333333333vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-wrapper .swiper-slide img {
    height: 56.5333333333vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev {
    font-size: 0;
    left: -1.3333333333vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-prev::before {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-top: 1.8666666667vw solid transparent;
    border-bottom: 1.8666666667vw solid transparent;
    border-right: 1.8666666667vw solid #ffffff;
    border-left: 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next {
    font-size: 0;
    right: -1.3333333333vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper2 .swiper-button-next::before {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-top: 1.8666666667vw solid transparent;
    border-bottom: 1.8666666667vw solid transparent;
    border-left: 1.8666666667vw solid #ffffff;
    border-right: 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper {
    padding: 1.3333333333vw 0 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide {
    width: 20%;
    height: 10.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .img .mySwiper .swiper-wrapper .swiper-slide img {
    height: 10.6666666667vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info {
    margin: 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info .map_no {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 5.6vw;
    height: auto;
    border: 0.2666666667vw solid #707070;
    margin: 0 0 8vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info table tbody tr {
    border-bottom: 0.2666666667vw solid #4a4a4a;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info table tbody tr th {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    padding: 6.4vw 3.4666666667vw 2.6666666667vw 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info table tbody tr td {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    padding: 6.4vw 0 2.6666666667vw 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info table tbody tr:first-child th {
    padding: 0vw 13.8666666667vw 2.6666666667vw 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info table tbody tr:first-child td {
    padding: 0vw 0 2.6666666667vw 0;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info .message {
    padding: 0 0 8vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info .message h5 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  #local #shops .inner .floor_cat li dl dd .flex .info .message p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  #local #shops .inner #cat_tabs #tabs_panel_bts ul li {
    margin: 0 0.6666666667vw;
  }
  #local #shops .inner #cat_tabs #tabs_panel_bts ul li button {
    width: 18.6666666667vw;
    height: 6.9333333333vw;
    font-size: 3.2vw;
    line-height: 10.6666666667vw;
  }
  #local #shops .inner #cat_tabs .tabs_panel {
    margin: 0 -8vw;
  }
  #local #main.shops {
    /*============================
    #shops
    ============================*/
  }
  #local #main.shops #shops .inner .cat_shops_art .tab_panel {
    padding: 13.3333333333vw 8vw;
    margin: 0;
  }
  #local #main.shops #shops .inner .cat_shops_art .tab_panel .shop_illust {
    top: -14.4vw;
    transform: translate(-5.3333333333vw, -100%) scale(0.4789473684);
    transform-origin: bottom right;
  }
  #local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat li dl dt {
    margin: 0;
  }
  #local #main.shops #shops .inner .cat_shops_art .tab_panel .floor_cat li dl dd .flex .info .map_no {
    margin: 0 0 8vw;
  }
  #local {
    /*============================#information============================*/
  }
  #local #information {
    padding: 12vw 0 0;
    margin: 0 0 53.3333333333vw;
  }
  #local #information .inner dl {
    margin: 0 auto 12.8vw;
  }
  #local #information .inner dl dt {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    margin: 0 -4.8vw 10.6666666667vw;
  }
  #local #information .inner dl dt::before, #local #information .inner dl dt::after {
    margin: 0 4.8vw;
    height: 0vw;
    border-bottom: 0.2666666667vw solid #707070;
  }
  #local #information .inner dl dd {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    padding: 0 0 0 4vw;
  }
  #local #information .inner dl dd::before {
    width: 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
  #local #main.shops {
    /*============================#shops============================*/
  }
}
body.single-information #main,
body.post-type-archive-information #main {
  padding: 0;
}

body.single-event #main,
body.post-type-archive-event #main {
  padding: 0;
}

.visual {
  margin: 0 0 10px;
}
.visual .inner {
  display: flex;
  align-items: flex-end;
  height: 383px;
}
.visual .inner .tit_set {
  margin: 0 0 35px;
}
.visual .inner .tit_set h1 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 59px;
  text-align: left;
  color: #fff;
  height: 50px;
  background: rgba(21, 96, 130, 0.75);
  display: flex;
  align-items: center;
  padding: 0 170px 0 calc(50vw - 540px);
  margin: 0 0 0 calc((50vw - 540px) * -1);
}

/*============================
.pagenavi
============================*/
.pagenavi {
  margin: 130px auto 200px;
}
.pagenavi .pagination .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagenavi .pagination .nav-links .page-numbers {
  margin: 0 20px;
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}
.pagenavi .pagination .nav-links .page-numbers i {
  display: inline-block;
}
.pagenavi .pagination .nav-links .prev i {
  transform: rotate(180deg);
}
.pagenavi .pagination .nav-links .current {
  width: 26px;
  height: 26px;
  background: #4a4a4a;
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
/*============================
.post-navigation
============================*/
.post-navigation {
  margin: 100px auto 140px;
}
.post-navigation .nav-links {
  margin: 0 -10px;
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
}
.post-navigation .nav-links li {
  margin: 0 10px;
  width: calc(50% - 20px);
}
.post-navigation .nav-links li a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 5px 15px 15px;
  height: 100%;
  min-height: 150px;
}
.post-navigation .nav-links li a .nav-subtitle {
  margin: 0 0 5px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #156082;
  position: relative;
}
.post-navigation .nav-links li a .part {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4a4a4a;
  margin: 0 0 15px;
}
.post-navigation .nav-links li a .nav-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #4a4a4a;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-navigation .nav-links li a:hover {
  background: #156082;
  color: #fff;
}
.post-navigation .nav-links li a:hover .nav-subtitle {
  color: #fff;
}
.post-navigation .nav-links li a:hover .part {
  color: #fff;
}
.post-navigation .nav-links li a:hover .nav-title {
  color: #fff;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-previous a .nav-subtitle {
  text-align: right;
}
.post-navigation .nav-links .nav-previous a:hover .nav-subtitle::before {
  transform: rotate(180deg) translate(10%, 0);
}
.post-navigation .nav-links .nav-next {
  float: right;
}
.post-navigation .nav-links .nav-next a .nav-subtitle {
  flex-direction: row-reverse;
}
.post-navigation .nav-links .nav-next a:hover .nav-subtitle::before {
  transform: translate(10%, 0);
}

/*============================
.post_detail
============================*/
.post_detail {
  margin: 110px auto 200px;
}
.post_detail .inner {
  max-width: 700px;
}
.post_detail .inner .date {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #4a4a4a;
  margin: 0 0 20px;
}
.post_detail .inner .tit_set {
  background: #fff;
  padding: 25px;
  text-align: center;
  margin: 0 0 70px;
}
.post_detail .inner .tit_set .part {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 35px;
  color: #4a4a4a;
  margin: 0 0 15px;
}
.post_detail .inner .tit_set h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
}
.post_detail .inner .post p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0 0 40px;
}
.post_detail .inner .post p a {
  color: #156082;
  font-weight: bold;
  text-decoration: none;
}
.post_detail .inner .post p img {
  display: block;
  margin: 0 auto 40px;
  height: auto;
}
.post_detail .inner .clearfix .clearfix {
  /*============================
  #prev_title
  ============================*/
}
.post_detail .inner .clearfix .clearfix {
  /*============================
  #next_title
  ============================*/
}
body.single-information .visual,
body.post-type-archive-information .visual {
  background: url(../img/visual_bg_information.jpg) center/cover no-repeat;
}

@media screen and (max-width: 1080px) {
  .visual .inner .tit_set h1 {
    padding: 0 170px 0 0;
    margin: 0 0 0 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body.single-information .visual,
  body.post-type-archive-information .visual {
    background: url(../img/@2x/visual_bg_information.jpg) center/cover no-repeat;
  }
  body.single-event .visual,
  body.post-type-archive-event .visual {
    background: url(../img/@2x/visual_bg_event.jpg) center/cover no-repeat;
  }
  body.single-event .visual .inner .tit_set h1,
  body.post-type-archive-event .visual .inner .tit_set h1 {
    background: rgba(139, 0, 226, 0.75);
  }
}
/*============================ SP ============================*/
@media screen and (max-width: 750px) {
  body.single-information #main,
  body.post-type-archive-information #main {
    padding: 0;
  }
  body.single-event #main,
  body.post-type-archive-event #main {
    padding: 0;
  }
  .visual {
    margin: 0 0 4vw;
  }
  .visual .inner {
    height: 67.7333333333vw;
  }
  .visual .inner .tit_set {
    margin: 0 0 5.3333333333vw;
  }
  .visual .inner .tit_set h1 {
    font-size: 5.3333333333vw;
    line-height: 9.6vw;
    height: 9.6vw;
    padding: 0 10.1333333333vw 0 8vw;
    margin: 0 0 0 -8vw;
  }
  /*============================.pagenavi============================*/
  .pagenavi {
    margin: 24vw auto 53.3333333333vw;
  }
  .pagenavi .pagination .nav-links .page-numbers {
    margin: 0 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  .pagenavi .pagination .nav-links .current {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
  /*============================.post-navigation============================*/
  .post-navigation {
    margin: 10.6666666667vw auto 18.6666666667vw;
  }
  .post-navigation .nav-links {
    margin: 0 -1.3333333333vw;
  }
  .post-navigation .nav-links li {
    margin: 0 1.3333333333vw;
    width: calc(50% - 5.3333333333vw);
  }
  .post-navigation .nav-links li a {
    padding: 1.3333333333vw 1.3333333333vw 4vw;
    min-height: 29.3333333333vw;
  }
  .post-navigation .nav-links li a .nav-subtitle {
    margin: 0 0 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 6.1333333333vw;
  }
  .post-navigation .nav-links li a .part {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    margin: 0 0 2.6666666667vw;
  }
  .post-navigation .nav-links li a .nav-title {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  /*============================.post_detail============================*/
  .post_detail {
    margin: 18.6666666667vw auto 53.3333333333vw;
  }
  .post_detail .inner .date {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 16vw;
  }
  .post_detail .inner .tit_set {
    padding: 8vw 6.6666666667vw;
    margin: 0 0 13.3333333333vw;
  }
  .post_detail .inner .tit_set .part {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
    margin: 0 0 4vw;
  }
  .post_detail .inner .tit_set h3 {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
  .post_detail .inner .post p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 10.6666666667vw;
  }
  .post_detail .inner .post p img {
    margin: 0 auto 8.8vw;
  }
  .post_detail .inner .clearfix .clearfix {
    /*============================#prev_title============================*/
  }
  .post_detail .inner .clearfix .clearfix {
    /*============================#next_title============================*/
  }
  body.single-information .visual,
  body.post-type-archive-information .visual {
    background: url(../img/sp/visual_bg_information.jpg) center/cover no-repeat;
  }
  body.single-event .visual,
  body.post-type-archive-event .visual {
    background: url(../img/sp/visual_bg_event.jpg) center/cover no-repeat;
  }
  body.single-event,
  body.post-type-archive-event {
    /*============================.post-navigation============================*/
  }
  body.single-event,
  body.post-type-archive-event {
    /*============================.post_detail============================*/
  }
}

/*# sourceMappingURL=common.css.map */
