@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

b,
strong {
  font-weight: bold;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

/* ベース
---------------------------------- */
html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 1070px;
  min-height: 100%;
  height: 100%;
  background: #F1F1F1;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}
::-moz-selection {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #062D91;
}
::selection {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #062D91;
}

::-moz-selection {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #062D91;
}

#g-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/* 総合トップ */
.g-contents.general {
  overflow: hidden;
}

/* 店舗共通 */
.g-contents.store {
  overflow: hidden;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  a:active {
    text-decoration: none;
  }
}
/* csssprite設定 */
.bg_decorations-sprite {
  background-image: url('/irp5la00000000tk/bg_decorations.png');
  background-repeat: no-repeat;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.is-sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .is-sp-only {
    display: block;
  }
}
/* ユーティリティクラス */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

/*  総合TOP ヘッダー */
header.general {
  text-align: center;
  width: 100%;
  height: 76px;
  border-top: 3px solid #062D91;
  border-bottom: 1px solid #DDD;
  background: #FFFFFF;
}

@media screen and (max-width: 640px) {
  header.general {
    text-align: center;
    width: 100%;
    height: 51px;
    border-top: 2px solid #062D91;
    border-bottom: 2px solid #DDD;
    background: #FFFFFF;
  }
  header.general .site-logo {
    padding-top: 5px;
    width: 100px;
    margin: 0 auto;
  }
  header.general .site-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/*  各店舗共通 ヘッダー */
header.store {
  width: 100%;
  height: 42px;
  border-bottom: 2px solid #DDD;
  background: #013C8D;
}

@media screen and (max-width: 640px) {
  header.store {
    height: auto;
    padding-top: 70px;
    border-bottom: none;
    background: #fff;
    position: relative;
    z-index: 300;
  }
}
/*  各店舗共通 ヘッダー - メインナビ */
header.store .main-nav {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 196px;
  margin-left: -535px;
  border-left: 2px solid #DDD;
  border-right: 2px solid #DDD;
  background: #F9F9F9;
}
header.store .site-logo {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header.store .store-address {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  width: 160px;
  margin: 0 auto;
  padding: 12px 0;
  border-bottom: 1px solid #DBD7D5;
}
header.store .store-top {
  text-align: center;
  width: 160px;
  padding: 10px 0;
  margin: 0 auto 5px;
  border-bottom: 1px solid #DBD7D5;
}
header.store .store-top a {
  display: block;
}
header.store .store-top a:hover {
  transition: all 0.3s ease;
}
header.store .store-top a:hover:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
header.store .store-top a img {
  margin: 5px 0;
}
header.store .store-top .name,
header.store .store-top .return-top {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
header.store .store-top .name {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
header.store .store-top .name span {
  display: block;
}
header.store .store-top .return-top {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 56px;
  padding: 5px 0 4px;
  background: #062D91;
  border-radius: 11px;
}
header.store .store-top .return-top.theme-pink {
  background: #ED6CA5;
}
header.store .store-top .return-top.theme-green {
  background: #009D73;
}
header.store .store-top .return-top.theme-blue {
  background: #006BCA;
}
header.store .menu-links {
  text-align: left;
}
header.store .menu-links a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  display: block;
  padding: 6px 20px 5px 30px;
  transition: all 0.3s ease;
}
header.store .menu-links a:before, header.store .menu-links a:after {
  content: '';
  position: absolute;
  position: absolute;
  height: 1px;
  transition: all 0.5s ease;
  background: #eee;
}
header.store .menu-links a:before {
  top: 0;
  left: 0;
  right: 100%;
}
header.store .menu-links a:after {
  bottom: 0;
  left: 100%;
  right: 0;
}
header.store .menu-links a.is-crnt, header.store .menu-links a:hover {
  text-decoration: none;
  color: #EB6CA5;
  -webkit-text-stroke: 0.2px #EB6CA5;
  background: #fff;
}
header.store .menu-links a.is-crnt:before, header.store .menu-links a:hover:before {
  right: 0;
}
header.store .menu-links a.is-crnt:after, header.store .menu-links a:hover:after {
  left: 0;
}

@media screen and (max-width: 640px) {
  header.store .main-nav {
    display: none;
    overflow: scroll;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: auto;
    margin: 0;
    border: none;
    background: #fff;
  }
  header.store .store-address {
    display: none;
  }
  header.store .menu-links {
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #051B5C;
    background: #062D91;
  }
  header.store .menu-links li {
    display: table;
    float: left;
    width: 50%;
    height: 64px;
    min-height: 64px;
  }
  header.store .menu-links li:nth-child(odd) a {
    border-right: 1px solid #051B5C;
  }
  header.store .menu-links li:nth-child(odd):last-child {
    width: 100%;
  }
  header.store .menu-links li:nth-child(odd):last-child a {
    border-right: none;
  }
  header.store .menu-links a {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 15px;
    border-bottom: 1px solid #051B5C;
  }
  header.store .menu-links a:before, header.store .menu-links a:after {
    display: none;
  }
  header.store .menu-links .link-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  header.store .menu-links .link-icon:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5095px;
    background-size: 95px 5667px;
    top: 8px;
    right: 8px;
  }
  header.store .menu-links .link-icon img {
    display: none;
  }
}
/*  各店舗共通 ヘッダー - メインナビ（下部） */
header.store .ads-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
header.store .social-buttons {
  width: 160px;
  padding: 10px 0;
  margin: auto;
  border-top: 1px solid #DBD7D5;
  border-bottom: 1px solid #DBD7D5;
}
header.store .social-buttons .title,
header.store .social-buttons ul,
header.store .social-buttons li {
  vertical-align: middle;
  display: inline-block;
}
header.store .social-buttons .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  margin: 0 10px;
}
header.store .social-buttons li {
  margin: 0 5px;
}
header.store .social-buttons a img {
  transition: all 0.3s ease;
}
header.store .social-buttons a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
header.store .store-ads {
  text-align: center;
}
header.store .store-ads li {
  margin: 10px 0;
}
header.store .store-ads a img {
  transition: all 0.3s ease;
}
header.store .store-ads a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
header.store .store-ads img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  header.store .ads-nav {
    position: static;
  }
  header.store .social-buttons {
    width: auto;
    padding: 0;
    margin: auto;
    border-top: none;
    border-bottom: 1px solid #051B5C;
    text-align: center;
    background: #062D91;
  }
  header.store .social-buttons .title {
    display: none;
  }
  header.store .social-buttons ul {
    text-align: left;
    overflow: hidden;
    display: block;
  }
  header.store .social-buttons li {
    position: relative;
    float: left;
    display: table;
    width: 50%;
    height: 64px;
    min-height: 64px;
    margin: 0;
  }
  header.store .social-buttons li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5095px;
    background-size: 95px 5667px;
    top: 8px;
    right: 8px;
  }
  header.store .social-buttons li:nth-child(odd) a {
    border-right: 1px solid #051B5C;
  }
  header.store .social-buttons li.fb a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4091px;
    background-size: 95px 5667px;
    margin-top: -10px;
  }
  header.store .social-buttons li.tw a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5236px;
    background-size: 95px 5667px;
    margin-top: -10px;
  }
  header.store .social-buttons a {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    padding: 10px 15px 10px 40px;
  }
  header.store .social-buttons a:after {
    left: 15px;
    top: 50%;
  }
  header.store .social-buttons img {
    display: none;
  }
  header.store .store-ads {
    text-align: center;
    background: #fff;
  }
  header.store .store-ads ul {
    overflow: hidden;
  }
  header.store .store-ads .is-only li.sp-left {
    width: 100%;
  }
  header.store .store-ads .is-only li.sp-left a:before {
    display: none;
  }
  header.store .store-ads .is-two li.sp-left, header.store .store-ads .is-two li.sp-center {
    width: 50%;
  }
  header.store .store-ads li {
    position: relative;
    float: left;
    display: table;
    width: 40%;
    height: 64px;
    min-height: 64px;
    margin: 0;
  }
  header.store .store-ads li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #ECECEC;
  }
  header.store .store-ads li.sp-left, header.store .store-ads li.sp-right {
    width: 30%;
  }
  header.store .store-ads li.sp-left a, header.store .store-ads li.sp-right a {
    position: relative;
  }
  header.store .store-ads li.sp-left a:before, header.store .store-ads li.sp-right a:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #ECECEC;
  }
  header.store .store-ads li.sp-left a:before {
    right: 0;
  }
  header.store .store-ads li.sp-right a:before {
    left: 0;
  }
  header.store .store-ads a {
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding: 10px;
  }
  header.store .store-ads .set-blank:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5095px;
    background-size: 95px 5667px;
    top: 8px;
    right: 8px;
  }
  header.store .store-ads img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/*  各店舗共通 ヘッダー - ユーティリティナビ */
header.store .utility-nav {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 870px;
  height: 44px;
  padding-left: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  header.store .utility-nav {
    display: none;
    overflow: scroll;
    overflow: hidden;
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: #FFE300;
  }
}
/*  各店舗共通 ヘッダー - ユーティリティナビ - 検索 */
header.store .search-form {
  margin: 11px 40px;
  width: 240px;
  height: 20px;
}
header.store .search-form .input-area {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 20px;
  background: #8497C9;
  border-radius: 5px;
}
header.store .search-form .input-area:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9708px;
  left: 2px;
  top: -1px;
}
header.store .search-form .input-area input[type='text'] {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  width: 160px;
  height: 20px;
  padding: 4px 0 3px;
  margin-left: 30px;
  border: none;
  background: none;
  box-sizing: border-box;
}
header.store .search-form input[type='submit'] {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 20px;
  width: 35px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

/*  各店舗共通 ヘッダー SP - メインナビ - 言語 */
@media screen and (max-width: 640px) {
  header.store .search-form {
    width: auto;
    height: 30px;
    padding: 10px 15px;
    margin: 0;
    background: #062D91;
  }
  header.store .search-form form {
    width: 100%;
  }
  header.store .search-form .input-area {
    width: 85%;
    height: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }
  header.store .search-form .input-area:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4866px;
    background-size: 95px 5667px;
    top: 4px;
    left: 5px;
  }
  header.store .search-form .input-area input[type='text'] {
    width: 100%;
    height: 30px;
    margin-left: 0;
  }
  header.store .search-form input[type='submit'] {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    width: 13%;
  }
}
/*  各店舗共通 ヘッダー - ユーティリティナビ - 言語 */
header.store nav.lang {
  text-align: right;
  position: absolute;
  right: 0;
  top: 11px;
  width: 550px;
}
header.store nav.lang li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px;
}
header.store nav.lang li a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
header.store nav.lang li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
header.store nav.lang li a:hover {
  text-decoration: none;
}
header.store nav.lang li a:hover:after {
  right: 0;
}

@media screen and (max-width: 640px) {
  header.store nav.lang {
    text-align: center;
    position: static;
    width: 100%;
  }
  header.store nav.lang li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #F2D700;
  }
  header.store nav.lang li a {
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    padding: 20px 10px;
  }
  header.store nav.lang li a:after {
    display: none;
  }
  header.store nav.lang li a:hover {
    text-decoration: none;
    padding: 20px 10px;
    border: none;
  }
}
/*  各店舗共通 ヘッダー SP - ナビコントローラ */
header.store .sp-nav {
  display: none;
}

@media screen and (max-width: 640px) {
  header.store .sp-head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
    height: 55px;
    border-bottom: 4px solid #F1F1F1;
    background: #fff;
  }
  header.store .site-logo,
  header.store .store-top {
    vertical-align: middle;
    display: inline-block;
  }
  header.store .site-logo {
    text-align: center;
    background: none;
    border-bottom: none;
    padding: 7px 0;
    padding-right: 5px;
  }
  header.store .site-logo img {
    width: auto;
    height: 40px;
    margin: 0;
  }
  header.store .store-top {
    width: auto;
    padding: 0;
    margin: 0 auto;
    border-bottom: none;
  }
  header.store .store-top a img {
    width: auto;
    height: 35px;
  }
  header.store .store-top .name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 8px;
  }
  header.store .store-top .name span {
    display: none;
  }
  header.store .store-top .return-top {
    display: none;
  }
  header.store .store-list {
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #051B5C;
    background: #062D91;
  }
  header.store .store-list .store-top {
    display: table;
    float: left;
    width: 50%;
    height: 64px;
    min-height: 64px;
    margin: 0;
  }
  header.store .store-list .store-top:nth-child(odd) a {
    border-right: 1px solid #051B5C;
  }
  header.store .store-list .store-top:nth-child(odd):last-child {
    width: 100%;
  }
  header.store .store-list .store-top:nth-child(odd):last-child a {
    border-right: none;
  }
  header.store .store-list .store-top a {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 15px;
    border-bottom: 1px solid #051B5C;
  }
  header.store .store-list .store-top a:before, header.store .store-list .store-top a:after {
    display: none;
  }
  header.store .store-list .store-top .name {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
  }
  header.store .sp-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 120px;
    height: 55px;
  }
  header.store .sp-nav.no-lang {
    width: 60px;
  }
  header.store .sp-nav ul {
    overflow: hidden;
  }
  header.store .sp-nav li {
    position: relative;
    float: left;
    width: 60px;
    height: 35px;
    padding: 10px 0;
  }
  header.store .sp-nav li:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    display: block;
    width: 1px;
    background: #F1F1F1;
  }
  header.store .sp-nav li a {
    display: block;
    width: 35px;
    margin: 0 auto;
  }
  header.store .sp-nav li img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  header.store .sp-nav .is-lang-ctrl-crnt li:before,
  header.store .sp-nav .is-menu-ctrl-crnt li:before {
    display: none;
  }
  header.store .sp-nav .is-lang-ctrl-crnt .lang-ctrl {
    background: #FFE302;
  }
  header.store .sp-nav .is-menu-ctrl-crnt .menu-ctrl {
    background: #062D91;
  }
  header.store .sp-nav .is-menu-ctrl-crnt .menu-ctrl a {
    position: relative;
  }
  header.store .sp-nav .is-menu-ctrl-crnt .menu-ctrl a:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1437px;
    background-size: 95px 5667px;
    left: 0;
    top: 0;
    display: block;
  }
  header.store .sp-nav .is-menu-ctrl-crnt .menu-ctrl a img {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
}
/*  各店舗共通 ヘッダー SP - インフォナビ */
header.store .info-nav {
  display: none;
}

@media screen and (max-width: 640px) {
  header.store .info-nav {
    display: block;
    padding: 0 10px 10px;
  }
  header.store .info-nav ul {
    display: table;
    width: 100%;
    height: 70px;
    background: #F1F1F1;
    border-radius: 6px;
  }
  header.store .info-nav li {
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: table-cell;
    width: 33.3%;
  }
  header.store .info-nav li:after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    display: block;
    width: 1px;
    background: #E0DEDD;
  }
  header.store .info-nav a {
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    display: block;
    padding-top: 38px;
  }
  header.store .info-nav a:before {
    top: 0;
    left: 50%;
    display: block;
  }
  header.store .info-nav .time:after {
    right: 0;
  }
  header.store .info-nav .time a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5152px;
    background-size: 95px 5667px;
    margin-left: -16px;
  }
  header.store .info-nav .today:after {
    display: none;
  }
  header.store .info-nav .today a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5186px;
    background-size: 95px 5667px;
    margin-left: -16px;
  }
  header.store .info-nav .search a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4900px;
    background-size: 95px 5667px;
    margin-left: -10px;
  }
}
.menu-open {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* 共通フッター */
footer.global .links {
  position: relative;
  letter-spacing: -.45em;
  line-height: 20px;
  margin: 0 0 20px 25px;
}
footer.global .links:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #DBD7D5;
}
footer.global .links li {
  position: relative;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  padding: 0 15px;
}
footer.global .links li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #DBD7D5;
}
footer.global .links li a {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
footer.global .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 3px 10px;
  margin: 0 0 20px 25px;
  background: #fff;
}
footer.global .copyright {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  footer.global {
    padding-bottom: 5px;
  }
  footer.global .links {
    line-height: 1.6;
    letter-spacing: normal;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #DBD7D5;
  }
  footer.global .links:before {
    display: none;
  }
  footer.global .links li {
    text-align: left;
    float: left;
    display: table;
    width: 50%;
    padding: 0;
  }
  footer.global .links li:after {
    display: none;
  }
  footer.global .links li:nth-child(odd) a {
    border-right: 1px solid #DBD7D5;
  }
  footer.global .links li:nth-child(odd):last-child {
    width: 100%;
    float: none;
  }
  footer.global .links li:nth-child(odd):last-child a {
    border-right: 0;
  }
  footer.global .links li a {
    color: #999;
    -webkit-text-stroke: 0.2px #999;
    display: table-cell;
    padding: 12px 15px;
    border-top: 1px solid #DBD7D5;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
  }
  footer.global .note {
    text-align: left;
    padding: 10px;
    margin: 0;
  }
  footer.global .copyright {
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    margin: 12px 0;
  }
}
/* ページトップ */
footer.global .pagetop {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
}
footer.global .pagetop a {
  display: block;
}
footer.global .pagetop a img {
  transition: all 0.3s ease;
}
footer.global .pagetop a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
footer.global .pagetop img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  footer.global .pagetop {
    display: none;
    bottom: 30px;
    z-index: 100;
  }
  footer.global .pagetop a:hover img {
    opacity: 1.00;
    -moz-opacity: 1.00;
    filter: alpha(opacity=100);
  }
}
/* 総合フッター */
footer.general {
  text-align: center;
}
footer.general .l-contents {
  position: relative;
  padding: 30px 0;
}
footer.general .links {
  width: 1030px;
  vertical-align: top;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
footer.general .note {
  width: 1010px;
  margin: 20px auto 0;
}
footer.general .copyright {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  footer.general {
    height: auto;
    background: #fff;
  }
  footer.general .l-contents {
    padding: 0;
  }
  footer.general .links {
    width: auto;
    display: block;
  }
  footer.general .note {
    width: auto;
    margin: 0;
  }
}
/* ショップフッター */
footer.store .l-contents {
  position: relative;
  width: 870px;
  padding: 0 0 20px 200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  footer.store {
    background: #fff;
  }
  footer.store .l-contents {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.more-link a,
.more-link .no-link {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 25px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.more-link a:hover,
.more-link .no-link:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.more-link a:after,
.more-link .no-link:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #333;
}

.button-links {
  position: relative;
}
.button-links li {
  position: relative;
  height: 60px;
}
.button-links a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 58px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0 55px 0 30px;
  border: 1px solid;
  transition: all 0.3s ease;
  background: #fff;
}
.button-links a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.button-links a:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1386px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: transparent;
}
.button-links .link-icon {
  width: 26px;
  height: auto;
  margin-right: 10px;
}
.button-links .link-icon img {
  vertical-align: middle;
}
.button-links.theme-pink a {
  border-color: #F88FBC;
}
.button-links.theme-pink a:after {
  background-color: #F88FBC;
}
.button-links.theme-pink a:hover:after {
  background-color: #F88FBC;
}
.button-links.theme-green a {
  border-color: #57C594;
}
.button-links.theme-green a:after {
  background-color: #57C594;
}
.button-links.theme-green a:hover:after {
  background-color: #57C594;
}
.button-links.theme-blue a {
  border-color: #69A4DB;
}
.button-links.theme-blue a:after {
  background-color: #69A4DB;
}
.button-links.theme-blue a:hover:after {
  background-color: #69A4DB;
}

@media screen and (max-width: 640px) {
  .button-links a:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -725px;
    background-size: 95px 5667px;
    right: -5px;
  }
  .button-links.theme-pink a {
    border-color: #F88FBC;
  }
  .button-links.theme-pink a:after {
    background-color: #F88FBC;
  }
  .button-links.theme-green a {
    border-color: #57C594;
  }
  .button-links.theme-green a:after {
    background-color: #57C594;
  }
  .button-links.theme-blue a {
    border-color: #69A4DB;
  }
  .button-links.theme-blue a:after {
    background-color: #69A4DB;
  }
}
.info-tag {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 14px;
  width: 60px;
  height: 14px;
  padding-top: 1px;
  border-radius: 4px;
}
.info-tag.info {
  background: #FF0000;
}
.info-tag.apology {
  background: #062D91;
}
.info-tag.alert {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  background: #FFE100;
}

.blog-tag {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 116px;
  padding: 5px 2px 4px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(153, 153, 153, 0.4);
}
.blog-tag.tag-oda {
  color: #FFE100;
  -webkit-text-stroke: 0.2px #FFE100;
  background: #ED6CA5;
}
.blog-tag.tag-pp {
  color: #F89A66;
  -webkit-text-stroke: 0.2px #F89A66;
  background: url(/irp5la00000000tk/bg_icon_blog_pp.png) repeat-x 0 0 #fff;
}
.blog-tag.tag-hp {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #62C096;
}
.blog-tag.tag-gs {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #FF2B70;
}

/* PDF,別ウィンドウ */
.link-icon {
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 5px;
}
.link-icon img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* New!! アイコン */
.icon-new {
  color: #EB6DA5;
  -webkit-text-stroke: 0.2px #EB6DA5;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  width: 58px;
  height: 22px;
}
.icon-new:after {
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  width: 58px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1960px;
}

@media screen and (max-width: 640px) {
  .icon-new:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 18px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -991px;
    background-size: 95px 5667px;
  }
}
/* ロゴ + 店舗名 */
.store-name .logo,
.store-name .text {
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
}
.store-name .text {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #B2B2B2;
}
.store-name img {
  width: auto;
  height: 30px;
}

/* タブコンポーネント */
.tab-area.comp .tab-head {
  padding-top: 30px;
  background: #F9F7EF;
}
.tab-area.comp .tab-head ul {
  *zoom: 1;
  position: relative;
  padding: 0 40px;
  border-bottom: 1px dashed #9E9EA0;
}
.tab-area.comp .tab-head ul:after {
  content: "";
  display: table;
  clear: both;
}
.tab-area.comp .tab-head li {
  float: left;
}
.tab-area.comp .tab-head li a {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
  display: block;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #EBE6CE;
  border-left: 1px dashed #9E9EA0;
  border-right: 1px dashed #9E9EA0;
  margin: 0 -1px -1px;
  background: #EBE6CE;
}
.tab-area.comp .tab-head li a:hover {
  text-decoration: none;
  background: #fff;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.tab-area.comp .tab-head .is-crnt a {
  border-top: 1px dashed #9E9EA0;
  border-bottom: 1px dashed #fff;
  background: #fff;
}
.tab-area.comp .tab-head .is-crnt a:hover {
  border-top: 1px dashed #9E9EA0;
}
.tab-area.comp .tab-body .item-list {
  display: none;
}
.tab-area.comp .tab-body .item-list.is-crnt {
  display: block;
}

@media screen and (max-width: 640px) {
  .tab-area.comp .tab-head {
    padding-top: 15px;
  }
  .tab-area.comp .tab-head .bx-wrapper {
    padding: 0 30px;
    margin: 0;
  }
  .tab-area.comp .tab-head .bx-viewport {
    margin: 0 auto;
    left: 0;
    border: none;
    background: none;
    box-shadow: 0 0 0 #fff;
  }
  .tab-area.comp .tab-head .bx-viewport ul {
    width: 99999px !important;
    padding: 0 !important;
  }
  .tab-area.comp .tab-head .bx-wrapper .bx-controls-direction a {
    top: 0;
    bottom: 0;
    outline: 0;
    width: 29px;
    height: auto;
    margin: 0;
    text-indent: -9999px;
    z-index: 50;
    background: #EBE6CE;
  }
  .tab-area.comp .tab-head .bx-wrapper .bx-controls-direction a:after {
    left: 50%;
    top: 50%;
  }
  .tab-area.comp .tab-head .bx-prev {
    left: 0;
    border-right: 1px dashed #9E9EA0;
  }
  .tab-area.comp .tab-head .bx-prev:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 14px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -854px;
    background-size: 95px 5667px;
    margin-top: -7px;
    margin-left: -3px;
  }
  .tab-area.comp .tab-head .bx-next {
    right: 0;
    border-left: 1px dashed #9E9EA0;
  }
  .tab-area.comp .tab-head .bx-next:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 14px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -870px;
    background-size: 95px 5667px;
    margin-top: -7px;
    margin-left: -3px;
  }
  .tab-area.comp .tab-head li a {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ============= */
/* 01 汎用 */
/* ============= */
/* 00 wysiwyg設定 */
.mod-wysiwyg {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.mod-wysiwyg h1 {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 12px;
  margin-bottom: 20px;
  background: #ED6CA5;
  border-radius: 6px;
}
.mod-wysiwyg h2 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 15px;
}
.mod-wysiwyg h3 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 12px;
  margin-bottom: 15px;
  background: #E6EAF4;
  border-radius: 6px;
}
.mod-wysiwyg h4 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 11px;
  border: 1px solid #6D9BD2;
  margin-bottom: 15px;
  border-radius: 6px;
}
.mod-wysiwyg h5 {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 12px;
  margin-bottom: 15px;
}
.mod-wysiwyg h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0B318F;
  border-radius: 3px;
}
.mod-wysiwyg h6 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDFDD;
  margin-bottom: 15px;
}
.mod-wysiwyg ol,
.mod-wysiwyg ul,
.mod-wysiwyg p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
.mod-wysiwyg li {
  margin-bottom: 0.5em;
}
.mod-wysiwyg a {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
}
.mod-wysiwyg a:hover {
  text-decoration: none;
}
.mod-wysiwyg ol {
  counter-reset: li;
}
.mod-wysiwyg ol li {
  position: relative;
  padding-left: 23px;
}
.mod-wysiwyg ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.mod-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.mod-wysiwyg ul li:before {
  content: "● ";
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
}
.mod-wysiwyg ul ul {
  margin-bottom: 0;
}
.mod-wysiwyg ul ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.mod-wysiwyg ul ul li:before {
  display: none;
}
.mod-wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.mod-wysiwyg hr {
  display: block;
  margin: 10px 0 30px;
  border-bottom: 1px dashed #9E9EA0;
}

.article-set .mod-wysiwyg {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mod-wysiwyg h1 {
    padding: 15px 12px;
  }
  .mod-wysiwyg h3 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-wysiwyg h4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-wysiwyg h5 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-wysiwyg h6 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* 01 見出し */
.mod-title.type1 {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 12px;
  margin-bottom: 20px;
  background: #ED6CA5;
  border-radius: 6px;
}
.mod-title.type2 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 15px;
}
.mod-title.type3 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 12px;
  margin-bottom: 15px;
  background: #E6EAF4;
  border-radius: 6px;
}
.mod-title.type4 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 11px;
  border: 1px solid #6D9BD2;
  margin-bottom: 15px;
  border-radius: 6px;
}
.mod-title.type5 {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 12px;
  margin-bottom: 15px;
}
.mod-title.type5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0B318F;
  border-radius: 3px;
}
.mod-title.type6 {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDFDD;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .mod-title.type1 {
    padding: 15px 12px;
  }
  .mod-title.type3 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-title.type4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mod-title.type5 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-title.type6 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* 02 本文 */
.mod-entry {
  *zoom: 1;
  margin-bottom: 40px;
}
.mod-entry:after {
  content: "";
  display: table;
  clear: both;
}
.mod-entry.is-last {
  margin-bottom: -40px;
}
.mod-entry .w-frame {
  position: relative;
  *zoom: 1;
}
.mod-entry .w-frame:after {
  content: "";
  display: table;
  clear: both;
}
.mod-entry .button-set {
  margin-bottom: 20px;
}

.image-set a {
  vertical-align: top;
  display: inline-block;
  transition: all 0.3s ease;
}
.image-set a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.image-set .figure,
.image-set figure {
  margin-bottom: 15px;
}
.image-set .figure img,
.image-set figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.image-set .figcaption,
.image-set figcaption {
  margin-top: 10px;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
.image-set .figcaption ol,
.image-set figcaption ol {
  counter-reset: li;
}
.image-set .figcaption ol li,
.image-set figcaption ol li {
  position: relative;
  padding-left: 20px;
}
.image-set .figcaption ol li:before,
.image-set figcaption ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  position: absolute;
  left: 0;
  top: 0;
}
.image-set .figcaption ul li,
.image-set figcaption ul li {
  position: relative;
  padding-left: 20px;
}
.image-set .figcaption ul li:before,
.image-set figcaption ul li:before {
  content: "● ";
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 7px;
  font-size: 0.7rem;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 1px;
}
.image-set .figcaption ul ul,
.image-set figcaption ul ul {
  margin-bottom: 0;
}
.image-set .figcaption ul ul li,
.image-set figcaption ul ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.image-set .figcaption ul ul li:before,
.image-set figcaption ul ul li:before {
  display: none;
}
.image-set .figcaption a,
.image-set figcaption a {
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  text-decoration: underline;
}
.image-set .figcaption a:hover,
.image-set figcaption a:hover {
  text-decoration: none;
  opacity: 1;
}
.image-set.is-left .figcaption,
.image-set.is-left figcaption, .image-set.is-right .figcaption,
.image-set.is-right figcaption {
  text-align: left;
}
.image-set.is-left {
  text-align: left;
}
.image-set.is-right {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
.image-set.is-center {
  text-align: center;
  margin: 0 auto;
}
.image-set.is-center .figcaption,
.image-set.is-center figcaption {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .mod-entry {
    margin-bottom: 30px;
  }
  .mod-entry .l-frame {
    margin: 0 auto !important;
  }
  .mod-entry .r-frame {
    margin: 0 auto 25px !important;
  }
  .mod-entry .button-set {
    margin-bottom: 20px;
  }

  .image-set {
    float: none;
    margin: 0 auto 10px;
  }
  .image-set.is-left, .image-set.is-right {
    position: static;
    margin-bottom: 10px;
  }
  .image-set.is-center {
    margin: 0 auto;
  }
}
/* 02-1 ボタン */
.buttons-set {
  margin: 10px 0;
}

.mod-button {
  margin-bottom: 10px;
}
.mod-button.type1 {
  overflow: hidden;
}
.mod-button.type1 a {
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 10px 70px 10px 12px;
  border: 1px solid #A7C3E6;
  background: #fff;
  transition: all 0.3s ease;
}
.mod-button.type1 a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-button.type1 a:before, .mod-button.type1 a:after {
  display: block;
}
.mod-button.type1 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background-color: #BCD2EC;
}
.mod-button.type1 a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1574px;
  top: 50%;
  right: 13px;
  margin-top: -10px;
}
.mod-button.type1 .link-icon {
  position: absolute;
  top: 12px;
  left: 10px;
}
.mod-button.type2 a,
.mod-button.type2 .no-link {
  color: #002792;
  -webkit-text-stroke: 0.2px #002792;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 25px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.mod-button.type2 a:hover,
.mod-button.type2 .no-link:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-button.type2 a:after,
.mod-button.type2 .no-link:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #002792;
}
.mod-button.type2 a span {
  padding-bottom: 1px;
}
.mod-button.type2 .link-icon {
  position: absolute;
  top: 2px;
  left: 0;
}
.halc .mod-button.type2 .link-icon {
  left: 27px;
}
.mod-button.is-left {
  float: none;
  text-align: left;
}
.mod-button.is-right {
  float: none;
  text-align: right;
}
.mod-button.is-center {
  text-align: center;
}
.mod-button.return-top {
  text-align: center;
  margin-bottom: 20px;
}
.mod-button.return-top a {
  border-color: #BABABA;
}
.mod-button.return-top a:before {
  background-color: #BABABA !important;
}
.mod-button.return-top a:after {
  background-color: #BABABA !important;
}
.mod-button a {
  position: relative;
  text-decoration: none;
}
.mod-button a span {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
.mod-button a .set-icon {
  display: block;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .mod-button.type1 a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    box-sizing: border-box;
  }
  .mod-button.type1 a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 19px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -799px;
    background-size: 95px 5667px;
    margin-top: -9.5px;
  }
  .mod-button.type1 .link-icon {
    top: 16px;
  }
  .mod-button.return-top a:before {
    background-color: #BABABA;
  }
  .mod-button.return-top a:after {
    background-color: #BABABA;
  }
}
/* 03 表組み */
.mod-wysiwyg .set-table {
  margin-bottom: 40px;
}
.mod-wysiwyg .set-table.is-left table {
  margin-right: auto;
}
.mod-wysiwyg .set-table.is-right table {
  margin-left: auto;
}
.mod-wysiwyg .set-table.is-center table {
  margin: 0 auto;
}
.mod-wysiwyg table {
  max-width: 100%;
  margin-bottom: 30px;
}
.mod-wysiwyg table th,
.mod-wysiwyg table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 25px;
  border: 1px solid #CCC;
}
.mod-wysiwyg table th {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: #A0A0A0;
}
.mod-wysiwyg table td {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .mod-wysiwyg .set-table {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
  }
  .mod-wysiwyg .set-table table {
    margin-bottom: 0;
  }
  .mod-wysiwyg table {
    margin-bottom: 25px;
  }
  .mod-wysiwyg table th,
  .mod-wysiwyg table td {
    padding: 6px 15px;
    white-space: nowrap;
  }
  .mod-wysiwyg table th {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
    background: #666666;
  }
  .mod-wysiwyg table td {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* 04 動画 */
.mod-movie {
  text-align: center;
  max-width: 620px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin: 0 auto 40px;
  border-radius: 5px;
}
.mod-movie.is-iframe .movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.mod-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mod-movie video {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* 05 ページリンク */
.mod-page-link {
  margin-bottom: 30px;
}
.mod-page-link.type-button ul {
  overflow: hidden;
  padding: 0 1px;
}
.mod-page-link.type-button li {
  float: left;
  display: table;
  border: 2px solid #6C9BD2;
  margin: 0 -1px;
  box-sizing: border-box;
}
.mod-page-link.type-button li.active a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  text-decoration: none;
  background: #6C9BD2;
}
.mod-page-link.type-button a {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  height: 26px;
  min-height: 36px;
  transition: all 0.3s ease;
}
.mod-page-link.type-button a:hover {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  text-decoration: none;
  background: #6C9BD2;
}
.mod-page-link.type-pull .menu-btn {
  display: none;
}
.mod-page-link.type-pull li {
  vertical-align: top;
  display: inline-block;
  margin: 0 40px 20px 0;
}
.mod-page-link.type-pull a {
  color: #032691;
  -webkit-text-stroke: 0.2px #032691;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding-right: 30px;
  transition: all 0.3s ease;
}
.mod-page-link.type-pull a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-page-link.type-pull a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #ED6CA5;
}
.mod-page-link.type-pull2 .menu-btn {
  display: none;
}
.mod-page-link.type-pull2 ul {
  overflow: hidden;
  padding: 0 1px;
}
.mod-page-link.type-pull2 li {
  float: left;
  display: table;
  border: 2px solid #6C9BD2;
  margin: 0 -1px;
  box-sizing: border-box;
}
.mod-page-link.type-pull2 li.active a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  text-decoration: none;
  background: #6C9BD2;
}
.mod-page-link.type-pull2 a {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  height: 26px;
  min-height: 36px;
  transition: all 0.3s ease;
}
.mod-page-link.type-pull2 a:hover {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  text-decoration: none;
  background: #6C9BD2;
}

@media screen and (max-width: 640px) {
  .mod-page-link br {
    display: none;
  }
  .mod-page-link.type-button ul {
    padding: 2px 0 0;
  }
  .mod-page-link.type-button li {
    float: none;
    width: 100% !important;
    margin: -2px 0 0;
  }
  .mod-page-link.type-button a {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    display: table-cell;
    padding: 15px 10px 12px;
  }
  .mod-page-link.type-pull {
    position: relative;
    z-index: 60;
  }
  .mod-page-link.type-pull .menu-btn {
    position: relative;
    display: block;
    background: #EBEDEC;
    border-radius: 6px;
  }
  .mod-page-link.type-pull .menu-btn.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mod-page-link.type-pull .menu-btn a {
    color: #000;
    -webkit-text-stroke: 0.2px #000;
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
  }
  .mod-page-link.type-pull .menu-btn a:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -607px;
    background-size: 95px 5667px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .mod-page-link.type-pull .menu-list {
    display: none;
    background: #EBEDEC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .mod-page-link.type-pull .menu-list li {
    display: block;
    margin: 0;
  }
  .mod-page-link.type-pull .menu-list a {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 12px 0 8px 15px;
    border-top: 1px solid #DBD7D5;
  }
  .mod-page-link.type-pull .menu-list a:after {
    display: none;
  }
  .mod-page-link.type-pull2 {
    position: relative;
  }
  .mod-page-link.type-pull2 .menu-btn {
    position: relative;
    display: block;
  }
  .mod-page-link.type-pull2 .menu-btn.is-open a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mod-page-link.type-pull2 .menu-btn a {
    display: block;
    border-radius: 6px;
    background: #EBEDEC;
    text-align: left;
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
  }
  .mod-page-link.type-pull2 .menu-btn a:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -607px;
    background-size: 95px 5667px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .mod-page-link.type-pull2 .menu-btn a:hover {
    background: #EBEDEC;
  }
  .mod-page-link.type-pull2 .menu-list {
    display: none;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .mod-page-link.type-pull2 .menu-list ul {
    padding: 0;
  }
  .mod-page-link.type-pull2 .menu-list li {
    float: none;
    display: block;
    width: auto !important;
    margin: 0;
    border-top: 1px solid #DBD7D5 !important;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .mod-page-link.type-pull2 .menu-list a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333 !important;
    -webkit-text-stroke: 0.2px #333 !important;
    background: #EBEDEC !important;
    text-align: left;
    display: block;
    height: auto;
    min-height: 0;
    padding: 12px 0 8px 15px;
  }
}
/* 06 セレクタ付き複数画像 */
.mod-selector {
  margin: 0 -15px 25px;
}
.mod-selector ul {
  overflow: hidden;
}
.mod-selector li {
  text-align: center;
  float: left;
  width: 790px;
  padding: 15px;
}
.mod-selector li a {
  display: block;
  transition: all 0.3s ease;
}
.mod-selector li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-selector li img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.mod-selector li .caption {
  display: block;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 10px;
}
.mod-selector .bx-wrapper {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-selector .bx-wrapper ul {
  width: 99999px !important;
}
.mod-selector .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
.mod-selector .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  background: #454545;
}
.mod-selector .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
.mod-selector .bx-prev {
  left: 0;
}
.mod-selector .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
.mod-selector .bx-next {
  right: 0;
}
.mod-selector .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
.column-group.is-two .mod-selector li {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mod-selector li {
    width: auto;
  }
  .mod-selector .bx-wrapper .bx-controls-direction a {
    z-index: 50;
  }
  .mod-selector .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  .mod-selector .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
}
/* 07 タブパネル */
.mod-tab {
  overflow: hidden;
  margin: 0 30px 30px;
}
.mod-tab .tab-head ul {
  *zoom: 1;
  position: relative;
  padding: 0 1px;
}
.mod-tab .tab-head ul:after {
  content: "";
  display: table;
  clear: both;
}
.mod-tab .tab-head li {
  float: left;
}
.mod-tab .tab-head li a {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  display: block;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #EBE6CE;
  border-left: 1px dashed #9E9EA0;
  border-right: 1px dashed #9E9EA0;
  margin: 0 -1px -1px;
  background: #EBE6CE;
  transition: all 0.3s ease;
}
.mod-tab .tab-head li a:hover {
  text-decoration: none;
  background: #fff;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.mod-tab .tab-head .is-crnt a {
  border-top: 1px dashed #9E9EA0;
  border-bottom: 1px dashed #fff;
  background: #fff;
}
.mod-tab .tab-head .is-crnt a:hover {
  border-top: 1px dashed #9E9EA0;
}
.mod-tab .tab-head.bottom li a {
  margin: -1px -1px 0;
}
.mod-tab .tab-head.bottom .is-crnt a {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #9E9EA0;
}
.mod-tab .tab-body {
  border: 1px solid #CCCCCC;
  padding: 30px 40px 10px;
}
.mod-tab .tab-body .item-list {
  display: none;
}
.mod-tab .tab-body .item-list.is-crnt {
  display: block;
}
.mod-tab .tab-body .mod-entry {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .mod-tab {
    width: auto;
    margin: 0 0 30px;
  }
  .mod-tab .tab-head {
    overflow: hidden;
    width: 100%;
    margin-bottom: -2px;
  }
  .mod-tab .tab-head .bx-wrapper {
    padding: 0 30px;
    margin: 0;
  }
  .mod-tab .tab-head .bx-viewport {
    margin: 0 auto;
    left: 0;
    border: none;
    background: none;
    box-shadow: 0 0 0 #fff;
  }
  .mod-tab .tab-head .bx-viewport ul {
    width: 99999px !important;
    padding: 0;
  }
  .mod-tab .tab-head .bx-wrapper .bx-controls-direction a {
    top: 0;
    bottom: 0;
    outline: 0;
    width: 29px;
    height: auto;
    margin: 0;
    text-indent: -9999px;
    z-index: 50;
    background: #EBE6CE;
  }
  .mod-tab .tab-head .bx-wrapper .bx-controls-direction a:after {
    left: 50%;
    top: 50%;
  }
  .mod-tab .tab-head .bx-prev {
    left: 0;
    border-right: 1px dashed #9E9EA0;
  }
  .mod-tab .tab-head .bx-prev:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 14px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -854px;
    background-size: 95px 5667px;
    margin-top: -7px;
    margin-left: -3px;
  }
  .mod-tab .tab-head .bx-next {
    right: 0;
    border-left: 1px dashed #9E9EA0;
  }
  .mod-tab .tab-head .bx-next:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 14px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -870px;
    background-size: 95px 5667px;
    margin-top: -7px;
    margin-left: -3px;
  }
  .mod-tab .tab-head li a {
    text-align: center;
    padding: 0 10px;
  }
  .mod-tab .tab-body {
    padding: 15px 15px 10px;
  }
  .mod-tab .tab-body .item-list {
    width: auto;
  }
  .mod-tab .tab-body .mod-entry {
    margin-bottom: 0 !important;
  }
}
/* 08 コンテナ */
.mod-container {
  margin: 0 30px 30px;
}
.mod-container .type-a {
  padding: 20px;
  background: #F6F6F6;
}
.mod-container .type-a ol,
.mod-container .type-a ul {
  margin-bottom: 0;
}
.mod-container .type-b {
  padding: 20px;
  border: 1px solid #CCCCCC;
}
.mod-container .type-b ol,
.mod-container .type-b ul {
  margin-bottom: -0.5em;
}
.mod-container .l-container {
  margin-bottom: -40px;
}

@media screen and (max-width: 640px) {
  .mod-container .l-container {
    margin-bottom: -30px;
  }
}
.column-group.is-two .mod-container {
  margin: 0 10px 30px;
}
.column-group.is-two .mod-container .type-a {
  padding: 20px;
}
.column-group.is-two .mod-container .type-b {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .column-group.is-two .mod-container,
  .mod-container {
    width: auto;
    margin: 0 0 30px;
  }
  .column-group.is-two .mod-container .type-a,
  .mod-container .type-a {
    padding: 15px;
  }
  .column-group.is-two .mod-container .type-b,
  .mod-container .type-b {
    padding: 15px;
  }
}
/* 09 アコーディオン */
.mod-accordion {
  margin-bottom: 40px;
}
.mod-accordion.is-last {
  margin-bottom: -44px;
}
.mod-accordion .menu-wrap {
  border-top: 4px solid #F1F1F1;
  border-bottom: 4px solid #F1F1F1;
  margin: 0 -40px -4px;
}
.mod-accordion .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  padding: 12px 120px 12px 15px;
  background: #fff;
  transition: all 0.3s ease;
}
.mod-accordion .menu-title:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-accordion .menu-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3058px;
  right: 40px;
  top: 50%;
  margin-top: -15px;
  background-color: #062D91;
  transition: all 0.3s ease;
}
.mod-accordion .menu-title.is-open {
  color: #0B318E;
  -webkit-text-stroke: 0.2px #0B318E;
}
.mod-accordion .menu-title.is-open:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3092px;
  background-color: #C7D8EC;
}
.mod-accordion .menu-body {
  display: none;
  padding: 0 40px 40px;
}

.column-group:last-child .mod-accordion.is-last {
  margin-bottom: 0;
}

.column-group.is-two .mod-accordion .menu-wrap, .column-group.is-three .mod-accordion .menu-wrap {
  margin: 0 0 -4px;
}
.column-group.is-two .mod-accordion .menu-title, .column-group.is-three .mod-accordion .menu-title {
  padding: 12px 70px 12px 10px;
}
.column-group.is-two .mod-accordion .menu-title:after, .column-group.is-three .mod-accordion .menu-title:after {
  right: 0;
}
.column-group.is-two .mod-accordion .menu-body, .column-group.is-three .mod-accordion .menu-body {
  padding: 0 10px 40px;
}

@media screen and (max-width: 640px) {
  .column-group.is-two .mod-accordion .menu-wrap,
  .column-group.is-three .mod-accordion .menu-wrap,
  .mod-accordion .menu-wrap {
    margin: 0 -15px -4px;
  }
  .column-group.is-two .mod-accordion .menu-title,
  .column-group.is-three .mod-accordion .menu-title,
  .mod-accordion .menu-title {
    padding: 12px 90px 12px 20px;
  }
  .column-group.is-two .mod-accordion .menu-title:after,
  .column-group.is-three .mod-accordion .menu-title:after,
  .mod-accordion .menu-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1711px;
    background-size: 95px 5667px;
    right: 20px;
    margin-top: -15px;
    background-color: #062D91;
  }
  .column-group.is-two .mod-accordion .menu-title.is-open:after,
  .column-group.is-three .mod-accordion .menu-title.is-open:after,
  .mod-accordion .menu-title.is-open:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1743px;
    background-size: 95px 5667px;
    background-color: #C7D8EC;
  }
  .column-group.is-two .mod-accordion .menu-body,
  .column-group.is-three .mod-accordion .menu-body,
  .mod-accordion .menu-body {
    padding: 0 15px 20px;
  }
}
/* 10 上下マージンなし画像 */
.mod-banners {
  margin-bottom: 40px;
}
.mod-banners li {
  text-align: center;
}
.mod-banners li a {
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.mod-banners li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.mod-banners li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* カラム設定 */
.column-group {
  padding: 0 40px;
  margin: 0 -40px 40px;
  border-bottom: 4px solid #F1F1F1;
}
.column-group.is-two, .column-group.is-three {
  font-size: 0;
  letter-spacing: -.45em;
}
.column-group.is-two .column-block, .column-group.is-three .column-block {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.column-group.is-two {
  padding: 0 25px;
  overflow: hidden;
}
.column-group.is-two .column-block {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.column-group.is-three {
  padding: 0 30px;
  overflow: hidden;
}
.column-group.is-three .column-block {
  width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.column-group:last-child {
  padding-bottom: 1px;
  margin-bottom: 0;
  border-bottom: none;
}
.column-group .column-block {
  margin-bottom: 40px;
}

.article-set .column-group {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.article-set .column-block {
  margin-bottom: 0;
}
.article-set img {
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .column-group {
    padding: 0 15px;
    margin: 0 -15px 40px;
  }
  .column-group.is-three, .column-group.is-two {
    padding: 0 15px;
  }
  .column-group.is-three .column-block, .column-group.is-two .column-block {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .column-group.is-two {
    overflow: visible;
  }
  .column-group:last-child {
    padding-bottom: 1px;
    margin-bottom: 0;
  }
  .column-group .column-block.is-margin-sm {
    margin-bottom: -20px;
  }

  .article-set .column-group {
    padding: 0;
    margin: 0;
  }
  .article-set .column-block {
    margin-bottom: 0;
  }
  .article-set .column-block.is-margin-sm {
    margin-bottom: -20px;
  }
}
/* ページネーション */
.mod-pagination {
  margin-bottom: 40px;
  text-align: center;
}
.mod-pagination .numbers-list {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  border-left: 1px solid #CCC;
  margin: 0 25px;
}
.mod-pagination .numbers-list li {
  letter-spacing: normal;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: normal;
  padding: 0 5px;
  border-right: 1px solid #CCC;
  line-height: 1.4;
}
.mod-pagination .numbers-list a {
  display: block;
  padding: 0 8px;
}
.mod-pagination .numbers-list .current {
  background: #EBEDEC;
  border-radius: 5px;
}
.mod-pagination .prev,
.mod-pagination .next {
  text-indent: -99999px;
  vertical-align: middle;
  display: inline-block;
}
.mod-pagination .prev a,
.mod-pagination .next a {
  display: block;
  width: 10px;
  height: 20px;
}
.mod-pagination .prev {
  width: 10px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2184px;
}
.mod-pagination .next {
  width: 10px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2086px;
}

@media screen and (max-width: 640px) {
  .mod-pagination {
    position: relative;
    margin-bottom: 20px;
  }
  .mod-pagination .numbers-list {
    border-style: dotted;
    margin: 0;
    border-left: none;
  }
  .mod-pagination .numbers-list li {
    position: relative;
    padding: 0 4px;
    border-style: dotted;
    border-right: none;
  }
  .mod-pagination .numbers-list li:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    border-right: 1px dotted #CCC;
  }
  .mod-pagination .numbers-list a {
    padding: 8px;
  }
  .mod-pagination .numbers-list .current {
    border-radius: 3px;
  }
  .mod-pagination .prev,
  .mod-pagination .next {
    position: absolute;
    top: 0;
    text-indent: -99999px;
  }
  .mod-pagination .prev a,
  .mod-pagination .next a {
    display: block;
    width: 20px;
    height: 35px;
  }
  .mod-pagination .prev {
    left: 0;
    width: 20px;
    height: 35px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1104px;
    background-size: 95px 5667px;
  }
  .mod-pagination .next {
    right: 0;
    width: 20px;
    height: 35px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1055px;
    background-size: 95px 5667px;
  }
}
/* ワード検索 */
.word-search .input-area {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 350px;
  height: 40px;
  border: 1px solid #CCC;
  border-radius: 10px;
  background: #fff;
}
.word-search .input-area:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9776px;
  left: 8px;
  top: 50%;
  margin-top: -10px;
}
.word-search input[type="text"] {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 350px;
  height: 40px;
  padding: 14px 10px 12px 40px;
  border: none;
  background: none;
  box-sizing: border-box;
}
.word-search .button {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 110px;
  height: 40px;
  margin-left: 10px;
  border-radius: 5px;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  box-shadow: 0px 1px 1px #999999;
  transition: all 0.3s ease;
}
.word-search .button:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.word-search input[type='submit'] {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  vertical-align: middle;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 110px;
  height: 40px;
  border: none;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 640px) {
  .word-search .input-area {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 70%;
    padding: 8px 5px 8px 50px;
    margin-right: 2%;
    box-sizing: border-box;
  }
  .word-search .input-area:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4900px;
    background-size: 95px 5667px;
    margin-top: -16px;
  }
  .word-search input[type="text"] {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    width: 100%;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    box-sizing: border-box;
  }
  .word-search .button {
    vertical-align: middle;
    display: inline-block;
    width: 25%;
    margin: 0;
  }
  .word-search input[type='submit'] {
    width: 100%;
    box-sizing: border-box;
  }
}
/* colorbox */
#cboxOverlay {
  background: rgba(255, 255, 255, 0.8);
}

#colorbox {
  background: rgba(6, 45, 145, 0.5);
  border-radius: 7px;
}
#colorbox #cboxWrapper {
  width: auto !important;
  height: auto !important;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #fff;
  border-radius: 6px;
}
#colorbox #cboxContent {
  overflow: visible;
  float: none !important;
  margin: auto;
  padding: 20px 0 30px;
}
#colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
#colorbox #cboxClose {
  color: #454545;
  -webkit-text-stroke: 0.2px #454545;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: 0;
  line-height: 20px;
  height: auto;
  width: auto;
  padding-right: 30px;
  bottom: -10px;
  background: none;
}
#colorbox #cboxClose:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1012px;
  margin-top: -10px;
  right: 0;
  top: 50%;
  background-color: #454545;
  border-radius: 50%;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
  display: none;
}
#colorbox .mod-movie {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #colorbox #cboxClose:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -518px;
    background-size: 95px 5667px;
    margin-top: -10px;
    background-color: #454545;
  }
}
/* halc 汎用コンポーネント */
main.halc {
  /* ============= */
  /* 01 汎用 */
  /* ============= */
  /* 00 wysiwyg設定 */
  /* 01 見出し */
  /* 02 本文 */
  /* 02-1 ボタン */
  /* 05 ページリンク */
  /* 06 セレクタ付き複数画像 */
  /* 07 タブパネル */
  /* 08 コンテナ */
  /* 09 アコーディオン */
}
main.halc .mod-wysiwyg h1 {
  background: #00A0E9;
}
main.halc .mod-wysiwyg h2 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
  background: #fff;
  border-top: 4px solid #00A0E9;
  border-bottom: 1px solid #CEE1EB;
  margin-bottom: 20px;
}
main.halc .mod-wysiwyg h3 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 20px;
  background: #EAF7FD;
  border-radius: 3px;
}
main.halc .mod-wysiwyg h4 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #9FC9DF;
  padding: 8px 10px 5px;
  margin-bottom: 20px;
  border-radius: 0;
}
main.halc .mod-wysiwyg h5 {
  position: static;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px 7px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #00A0E9;
}
main.halc .mod-wysiwyg h5:before {
  display: none;
}
main.halc .mod-wysiwyg h6 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px 7px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DBDFDD;
}
main.halc .mod-wysiwyg a {
  color: #00A0E9;
  -webkit-text-stroke: 0.2px #00A0E9;
}
main.halc .mod-wysiwyg ol li:before {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
}
main.halc .mod-wysiwyg ul li:before {
  content: "■ ";
  color: #F3CA27;
  -webkit-text-stroke: 0.2px #F3CA27;
}
@media screen and (max-width: 640px) {
  main.halc .mod-wysiwyg h1 {
    padding: 10px;
  }
  main.halc .mod-wysiwyg h2 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 0 10px;
  }
  main.halc .mod-wysiwyg h3 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  main.halc .mod-wysiwyg h4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  main.halc .mod-wysiwyg h5 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-style: dotted;
  }
  main.halc .mod-wysiwyg h6 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-style: dotted;
  }
  main.halc .mod-wysiwyg ol li:before {
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
  }
}
main.halc .mod-title.type1 {
  background: #00A0E9;
}
main.halc .mod-title.type2 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
  background: #fff;
  border-top: 4px solid #00A0E9;
  border-bottom: 1px solid #CEE1EB;
  margin-bottom: 20px;
}
main.halc .mod-title.type3 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 20px;
  background: #EAF7FD;
  border-radius: 3px;
}
main.halc .mod-title.type4 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #9FC9DF;
  padding: 8px 10px 5px;
  margin-bottom: 20px;
  border-radius: 0;
}
main.halc .mod-title.type5 {
  position: static;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px 7px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #00A0E9;
}
main.halc .mod-title.type5:before {
  display: none;
}
main.halc .mod-title.type6 {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px 7px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DBDFDD;
}
@media screen and (max-width: 640px) {
  main.halc .mod-title.type1 {
    padding: 10px;
  }
  main.halc .mod-title.type2 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 0 10px;
  }
  main.halc .mod-title.type3 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  main.halc .mod-title.type4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  main.halc .mod-title.type5 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-style: dotted;
  }
  main.halc .mod-title.type6 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-style: dotted;
  }
}
main.halc .mod-entry figcaption {
  margin-top: 0;
  padding: 10px;
  background: #F1F1F1;
}
@media screen and (max-width: 640px) {
  main.halc .mod-entry figcaption {
    padding: 10px 0;
    background: #fff;
  }
}
main.halc .mod-button.type1 a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background-color: #00A0E9;
  border: none;
  text-decoration: none;
}
main.halc .mod-button.type1 a:before {
  background-color: #008ED0;
}
main.halc .mod-button.type2 a {
  color: #00A0E9;
  -webkit-text-stroke: 0.2px #00A0E9;
  padding-left: 27px;
  padding-right: 0;
  text-decoration: none;
}
main.halc .mod-button.type2 a:after {
  left: 0;
  border-radius: 0;
  background-color: #00A0E9;
}
main.halc .mod-page-link.type-button li {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
main.halc .mod-page-link.type-button li.active a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  background: #fff;
}
main.halc .mod-page-link.type-button a {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  background: #00A0E9;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
main.halc .mod-page-link.type-button a:hover {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  background: #fff;
}
main.halc .mod-page-link.type-pull a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
}
main.halc .mod-page-link.type-pull a:after {
  background-color: #00A3EA;
}
main.halc .mod-page-link.type-pull2 li {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
main.halc .mod-page-link.type-pull2 li.active a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  background: #fff;
}
main.halc .mod-page-link.type-pull2 a {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #00A0E9;
}
main.halc .mod-page-link.type-pull2 a:hover {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  background: #fff;
}
@media screen and (max-width: 640px) {
  main.halc .mod-page-link.type-button li {
    margin-top: 3px;
  }
  main.halc .mod-page-link.type-button li:first-child {
    margin-top: 0;
  }
  main.halc .mod-page-link.type-button a {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 3px;
    padding: 13px 8px 10px;
  }
  main.halc .mod-page-link.type-pull .menu-btn a:after {
    background-color: transparent;
  }
  main.halc .mod-page-link.type-pull2 .menu-btn a {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.halc .mod-page-link.type-pull2 li {
    border-left: none;
    border-right: none;
  }
  main.halc .mod-page-link.type-pull2 li.active a {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    background: #EBEDEC !important;
  }
  main.halc .mod-page-link.type-pull2 a {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
    background: #EBEDEC !important;
  }
  main.halc .mod-page-link.type-pull2 a:hover {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    background: #EBEDEC !important;
  }
  main.halc .mod-page-link.type-pull2 .menu-list a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
main.halc .mod-selector .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #2D9CED;
}
main.halc .mod-selector .bx-prev:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10634px;
}
main.halc .mod-selector .bx-next:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -11008px;
}
@media screen and (max-width: 640px) {
  main.halc .mod-selector .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 45px;
  }
  main.halc .mod-selector .bx-prev:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5339px;
    background-size: 95px 5667px;
  }
  main.halc .mod-selector .bx-next:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5526px;
    background-size: 95px 5667px;
  }
}
main.halc .mod-tab .tab-head li a {
  border: 1px solid #80D0F4;
  border-top: 1px solid #00A0E9;
  border-right: 1px solid #00A0E9;
  background: #00A0E9;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
main.halc .mod-tab .tab-head li a:hover {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  border-top: 1px solid #80D0F4;
  border-bottom: 1px solid #fff;
  background: #fff;
}
main.halc .mod-tab .tab-head .is-crnt a {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  border-top: 1px solid #80D0F4;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #00A0E9;
  background: #fff;
}
main.halc .mod-tab .tab-head .is-crnt a:hover {
  border-top: 1px solid #80D0F4;
}
main.halc .mod-tab .tab-body {
  border-color: #80D0F4;
}
@media screen and (max-width: 640px) {
  main.halc .mod-container .mod-title.type2 {
    padding-left: 10px;
  }
}
main.halc .mod-accordion.is-last {
  margin-bottom: 0;
}
main.halc .mod-accordion .menu-wrap {
  border-top: none;
  border-bottom: none;
  margin: 0;
}
main.halc .mod-accordion .menu-title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 45px 6px 10px;
  margin-bottom: 3px;
  background: #F1F1F1;
}
main.halc .mod-accordion .menu-title:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3020px;
  right: 0;
  margin-top: -17px;
  background-color: #B1B1B1;
}
main.halc .mod-accordion .menu-title.is-open {
  background: url(/irp5la00000000tk/bg_nav_pc_close01_halc.png) 0px 0px;
}
main.halc .mod-accordion .menu-title.is-open:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2982px;
  background-color: #CEEAF8;
}
main.halc .mod-accordion .menu-body {
  padding: 25px 0 20px;
}
@media screen and (max-width: 640px) {
  main.halc .mod-accordion .menu-title {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 50px 8px 10px;
  }
  main.halc .mod-accordion .menu-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1605px;
    background-size: 95px 5667px;
    margin-top: -20px;
    background-color: #B1B1B1;
  }
  main.halc .mod-accordion .menu-title.is-open {
    background: #EAF7FD;
  }
  main.halc .mod-accordion .menu-title.is-open:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1563px;
    background-size: 95px 5667px;
    background-color: #CEEAF8;
  }
  main.halc .mod-accordion .menu-body {
    padding: 20px 0 0;
  }
}

/* cosme 汎用コンポーネント */
main.cosme {
  /* ============= */
  /* 01 汎用 */
  /* ============= */
  /* 00 wysiwyg設定 */
  /* 01 見出し */
  /* 02 本文 */
  /* 02-1 ボタン */
  /* 03 表組み */
  /* 04 動画 */
  /* 05 ページリンク */
  /* 06 セレクタ付き複数画像 */
  /* 07 タブパネル */
  /* 08 コンテナ */
  /* 09 アコーディオン */
  /* 10 上下マージンなし画像 */
}
main.cosme .mod-wysiwyg h1 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  padding: 15px 18px;
  background: #FFE0F0;
}
main.cosme .mod-wysiwyg h2 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
main.cosme .mod-wysiwyg h3 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  margin-bottom: 30px;
  background: #F1F1F1;
}
main.cosme .mod-wysiwyg h4 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  margin-bottom: 30px;
  border: 1px solid #999999;
}
main.cosme .mod-wysiwyg h5 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.cosme .mod-wysiwyg h5:before {
  background: #FF99CC;
  border-radius: 0;
}
main.cosme .mod-wysiwyg h6 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  border-bottom: 1px solid #CCCCCC;
}
main.cosme .mod-wysiwyg a {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
}
main.cosme .mod-wysiwyg ol li:before {
  color: #FF6699;
  -webkit-text-stroke: 0.2px #FF6699;
}
main.cosme .mod-wysiwyg ul li:before {
  color: #FF6699;
  -webkit-text-stroke: 0.2px #FF6699;
}
@media screen and (max-width: 640px) {
  main.cosme .mod-wysiwyg h1 {
    padding: 15px 12px;
  }
  main.cosme .mod-wysiwyg h4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
main.cosme .mod-title.type1 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  padding: 15px 18px;
  background: #FFE0F0;
}
main.cosme .mod-title.type2 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
main.cosme .mod-title.type3 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  margin-bottom: 30px;
  background: #F1F1F1;
}
main.cosme .mod-title.type4 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  margin-bottom: 30px;
  border: 1px solid #999999;
}
main.cosme .mod-title.type5 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.cosme .mod-title.type5:before {
  background: #FF99CC;
  border-radius: 0;
}
main.cosme .mod-title.type6 {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 640px) {
  main.cosme .mod-title.type1 {
    padding: 15px 12px;
  }
  main.cosme .mod-title.type4 {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
main.cosme .image-set .figure,
main.cosme .image-set figure {
  padding-right: 3px;
}
main.cosme .image-set .figure img,
main.cosme .image-set figure img {
  box-shadow: 3px 3px 0px 0px #FFE0F0;
}
main.cosme .mod-button.type1 .no-link,
main.cosme .mod-button.type1 a {
  border-color: #FF99CC;
}
main.cosme .mod-button.type1 .no-link:before,
main.cosme .mod-button.type1 a:before {
  background-color: #FFAED5;
}
main.cosme .mod-button.type2 a,
main.cosme .mod-button.type2 .no-link {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  display: inline-block;
  padding: 0 2px 4px;
  border: none;
  border-bottom: 1px solid #3D3938;
  background: none;
}
main.cosme .mod-button.type2 a:after, main.cosme .mod-button.type2 a:before,
main.cosme .mod-button.type2 .no-link:after,
main.cosme .mod-button.type2 .no-link:before {
  display: none;
}
main.cosme .mod-button.type2 a span,
main.cosme .mod-button.type2 .no-link span {
  position: relative;
  padding-right: 15px;
}
main.cosme .mod-button.type2 a span:after,
main.cosme .mod-button.type2 .no-link span:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  display: block;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #FF99CC;
  border-right: 6px solid transparent;
}
main.cosme .mod-button.type2 a .link-icon,
main.cosme .mod-button.type2 .no-link .link-icon {
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
}
main.cosme .mod-button.type2 a .link-icon:after,
main.cosme .mod-button.type2 .no-link .link-icon:after {
  display: none;
}
main.cosme .mod-button.type2 a {
  transition: all 0.3s ease;
}
main.cosme .mod-button.type2 a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 640px) {
  main.cosme .mod-button.type1 .link-icon {
    top: 16px;
  }
}
main.cosme .mod-wysiwyg .set-table {
  margin-bottom: 40px;
}
main.cosme .mod-wysiwyg .set-table.is-left table {
  margin-right: auto;
}
main.cosme .mod-wysiwyg .set-table.is-right table {
  margin-left: auto;
}
main.cosme .mod-wysiwyg .set-table.is-center table {
  margin: 0 auto;
}
main.cosme .mod-wysiwyg table th,
main.cosme .mod-wysiwyg table td {
  border: 1px solid #E1E1E1;
}
main.cosme .mod-wysiwyg table th {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  background: #F1F1F1;
}
main.cosme .mod-wysiwyg table td {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.cosme .mod-movie {
  padding: 0;
  border: none;
  border-radius: 0;
}
main.cosme .mod-page-link.type-button ul {
  padding-left: 1px;
}
main.cosme .mod-page-link.type-button li {
  border: 1px solid #000;
  margin: 0 0 0 -1px;
}
main.cosme .mod-page-link.type-button li.active a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #000;
}
main.cosme .mod-page-link.type-button a {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
}
main.cosme .mod-page-link.type-button a:hover {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #000;
}
main.cosme .mod-page-link.type-pull a {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
}
main.cosme .mod-page-link.type-pull2 li {
  border: 1px solid #000;
}
main.cosme .mod-page-link.type-pull2 li.active a {
  background: #000;
}
main.cosme .mod-page-link.type-pull2 a {
  background: #fff;
}
main.cosme .mod-page-link.type-pull2 a:hover {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #000;
}
@media screen and (max-width: 640px) {
  main.cosme .mod-page-link br {
    display: none;
  }
  main.cosme .mod-page-link.type-button ul {
    padding: 2px 0 0;
  }
  main.cosme .mod-page-link.type-button li {
    margin: -1px 0 0;
  }
  main.cosme .mod-page-link.type-pull2 .menu-btn a {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.cosme .mod-page-link.type-pull2 li {
    border: none;
  }
  main.cosme .mod-page-link.type-pull2 li.active a {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    background: #EBEDEC !important;
  }
  main.cosme .mod-page-link.type-pull2 a {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
    background: #EBEDEC !important;
  }
  main.cosme .mod-page-link.type-pull2 a:hover {
    color: #333;
    -webkit-text-stroke: 0.2px #333;
    background: #EBEDEC !important;
  }
  main.cosme .mod-page-link.type-pull2 .menu-list a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
main.cosme .mod-selector li a {
  padding: 0 3px 3px 0;
}
main.cosme .mod-selector li img {
  box-shadow: 3px 3px 0px 0px #FFE0F0;
}
main.cosme .mod-selector li .caption {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
}
main.cosme .mod-selector .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: #666666;
}
main.cosme .mod-selector .bx-wrapper .bx-controls-direction a:after {
  top: 2px;
}
main.cosme .mod-selector .bx-prev {
  left: 5px;
}
main.cosme .mod-selector .bx-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -188px;
}
main.cosme .mod-selector .bx-next {
  right: 5px;
}
main.cosme .mod-selector .bx-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -618px;
}
@media screen and (max-width: 640px) {
  main.cosme .mod-selector li {
    width: auto;
  }
  main.cosme .mod-selector .bx-wrapper .bx-controls-direction a:after {
    top: 0px;
  }
  main.cosme .mod-selector .bx-prev:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -173px;
    background-size: 95px 5667px;
  }
  main.cosme .mod-selector .bx-next:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -388px;
    background-size: 95px 5667px;
  }
}
main.cosme .mod-tab .tab-head ul {
  border-left: 1px solid #E1E1E1;
}
main.cosme .mod-tab .tab-head li {
  float: left;
}
main.cosme .mod-tab .tab-head li a {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  display: block;
  height: 38px;
  padding: 0 15px;
  border: none;
  border-top: 3px solid #FF99CC;
  border-right: 1px solid #fff;
  margin: 0 0 -1px;
  background: #FFEFF7;
  transition: all 0.3s ease;
}
main.cosme .mod-tab .tab-head li a:hover {
  text-decoration: none;
  border: none;
  border-top: 3px solid #000;
  border-right: 1px solid #fff;
  background: #fff;
}
main.cosme .mod-tab .tab-head .is-crnt a {
  border: none;
  border-top: 3px solid #000;
  border-right: 1px solid #fff;
  background: #fff;
}
@media screen and (max-width: 640px) {
  main.cosme .mod-tab .tab-head .bx-viewport ul {
    border-left: none;
  }
  main.cosme .mod-tab .tab-head .bx-wrapper .bx-controls-direction a {
    background: #FFEFF7;
  }
  main.cosme .mod-tab .tab-head .bx-prev {
    left: 0;
    border-right: 1px solid #fff;
  }
  main.cosme .mod-tab .tab-head .bx-next {
    right: 0;
    border-left: 1px solid #fff;
  }
}
main.cosme .mod-container .type-a {
  background: #FDF4F7;
}
main.cosme .mod-container .type-b {
  position: relative;
  border: none;
}
main.cosme .mod-container .type-b:before, main.cosme .mod-container .type-b:after {
  content: '';
  position: absolute;
  display: block;
  border: 12px solid #000;
}
main.cosme .mod-container .type-b:before {
  top: 0;
  left: 0;
  border-bottom-style: dashed;
  border-right-style: dashed;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
main.cosme .mod-container .type-b:after {
  bottom: 0;
  right: 0;
  border-left-style: dashed;
  border-top-style: dashed;
  border-left-color: transparent;
  border-top-color: transparent;
}
@media screen and (max-width: 640px) {
  main.cosme .column-group.is-two .mod-container,
  main.cosme .mod-container {
    width: auto;
    margin: 0 0 30px;
  }
  main.cosme .column-group.is-two .mod-container .type-a,
  main.cosme .mod-container .type-a {
    padding: 15px 15px 10px;
  }
  main.cosme .column-group.is-two .mod-container .type-b,
  main.cosme .mod-container .type-b {
    padding: 15px 15px 10px;
  }
}
main.cosme .mod-accordion .menu-wrap {
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}
main.cosme .mod-accordion .menu-title {
  font-size: 18px;
  font-size: 1.8rem;
}
main.cosme .mod-accordion .menu-title:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10516px;
  right: 40px;
  margin-top: -16.5px;
  background-color: #000;
}
main.cosme .mod-accordion .menu-title.is-open {
  color: #FF6699;
  -webkit-text-stroke: 0.2px #FF6699;
}
main.cosme .mod-accordion .menu-title.is-open:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10553px;
  background-color: #DDDDDD;
}
main.cosme .mod-accordion .menu-body {
  padding-top: 30px;
  border-top: 1px solid #E1E1E1;
}
main.cosme .column-group.is-two .mod-accordion .menu-wrap, main.cosme .column-group.is-three .mod-accordion .menu-wrap {
  margin-bottom: -1px;
}
main.cosme .column-group.is-two .mod-accordion .menu-title, main.cosme .column-group.is-three .mod-accordion .menu-title {
  font-size: 18px;
  font-size: 1.8rem;
}
main.cosme .column-group.is-two .mod-accordion .menu-title:after, main.cosme .column-group.is-three .mod-accordion .menu-title:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10516px;
  margin-top: -16.5px;
  background-color: #000;
}
main.cosme .column-group.is-two .mod-accordion .menu-title.is-open, main.cosme .column-group.is-three .mod-accordion .menu-title.is-open {
  color: #FF6699;
  -webkit-text-stroke: 0.2px #FF6699;
}
main.cosme .column-group.is-two .mod-accordion .menu-title.is-open:after, main.cosme .column-group.is-three .mod-accordion .menu-title.is-open:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10553px;
  background-color: #DDDDDD;
}
main.cosme .column-group.is-two .mod-accordion .menu-body, main.cosme .column-group.is-three .mod-accordion .menu-body {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  main.cosme .column-group.is-two .mod-accordion .menu-wrap,
  main.cosme .column-group.is-three .mod-accordion .menu-wrap,
  main.cosme .mod-accordion .menu-wrap {
    margin: 0 -15px -1px;
  }
}

.g-contents,
footer.global {
  visibility: hidden;
}

/* 共通 */
main.general .primary-contents,
main.general .pickup-contents {
  margin: 0 auto;
  background: #fff;
}
main.general .pickup-contents {
  width: 1030px;
  padding: 20px 0 40px;
}
main.general .primary-contents {
  width: 950px;
  padding: 30px 40px 10px;
}

@media screen and (max-width: 640px) {
  main.general .primary-contents,
  main.general .pickup-contents {
    width: auto;
  }
  main.general .primary-contents {
    width: 1030px;
    padding-top: 0;
  }
  main.general .pickup-contents {
    padding: 17px 15px 5px;
  }
}
/* 店舗共通 */
main.store .primary-contents,
main.store .pickup-contents {
  overflow: hidden;
  position: relative;
  margin: 0 auto 25px;
  background: #fff;
}
main.store .pickup-contents {
  width: 870px;
  padding-left: 200px;
}
main.store .primary-contents {
  width: 790px;
  padding: 12px 40px 10px 240px;
}

@media screen and (max-width: 640px) {
  main.store .primary-contents,
  main.store .pickup-contents {
    width: auto;
    margin-bottom: 0;
  }
  main.store .pickup-contents {
    padding: 0;
  }
  main.store .primary-contents {
    padding: 0 15px 5px;
  }
}
/* 店舗共通 - パンくず*/
main.store .breadcrumb {
  margin-bottom: 12px;
}
main.store .breadcrumb li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0 0 5px 25px;
}
main.store .breadcrumb li:before {
  content: "＞";
  color: #868686;
  -webkit-text-stroke: 0.2px #868686;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 1px;
  display: block;
  width: 15px;
}
main.store .breadcrumb .is-home {
  margin-left: 0;
}
main.store .breadcrumb .is-home:before {
  display: none;
}
main.store .breadcrumb span,
main.store .breadcrumb a {
  color: #868686;
  -webkit-text-stroke: 0.2px #868686;
  line-height: 1;
  display: block;
}
main.store .breadcrumb a,
main.store .breadcrumb span {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}

/* 店舗共通 - 見出し*/
main.store .page-head {
  margin-bottom: 26px;
}
main.store .page-head.border-set {
  position: relative;
  padding-bottom: 25px;
}
main.store .page-head.border-set:after {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: 0;
  border-bottom: 4px solid #F1F1F1;
}
main.store .page-head .page-summary {
  margin-top: 20px;
}
main.store .page-head .page-summary p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
main.store .contents-title {
  padding: 20px;
  min-height: 45px;
  margin-bottom: 3px;
  background: #F1F1F1;
  border-radius: 6px;
}
main.store .contents-title .title {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  line-height: 1;
}
main.store .contents-title .title .en,
main.store .contents-title .title .jp {
  vertical-align: bottom;
  display: inline-block;
}
main.store .contents-title .title .en {
  font-family: Century, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 20px;
}
main.store .contents-title .title .jp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.store .contents-title.theme-pink {
  background: #ED6CA5;
}
main.store .contents-title.theme-pink .title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
main.store .guide-title {
  padding: 15px 20px;
  margin-bottom: 40px;
  background: #ED6CA5;
  border-radius: 6px;
}
main.store .guide-title .title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
}
main.store .guide-title .outline,
main.store .guide-title .notes {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  main.store .page-head:after {
    padding-bottom: 15px;
  }
  main.store .page-head .page-summary {
    margin-top: 15px;
  }
  main.store .page-head .page-summary p {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.store .contents-title {
    padding: 10px;
    min-height: 1px;
  }
  main.store .contents-title .title .jp {
    padding-top: 5px;
  }
  main.store .guide-title {
    padding: 16px 12px;
    margin-bottom: 20px;
  }
  main.store .guide-title .notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.period,
.place {
  overflow: hidden;
}
.period dt,
.place dt {
  letter-spacing: 0.2em;
  float: left;
  width: 50px;
}
.period dt span,
.place dt span {
  text-align: center;
  display: block;
  padding-left: 0.6em;
  padding-right: 0;
  letter-spacing: 0.6em;
}
.period dd,
.place dd {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin: -1px 0 0 72px;
  word-wrap: break-word;
}
.period.line dt,
.place.line dt {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 5px;
  float: none;
  width: auto;
  min-width: 50px;
}
.period.line dd,
.place.line dd {
  margin: 0;
}

/* 括弧囲み */
.bracket span {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 1px 10px 2px;
  height: 11px;
  line-height: 1;
}
.bracket span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 14px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -860px;
  left: 0;
  top: 0;
}
.bracket span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 14px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -878px;
  right: 0;
  top: 0;
}

/* 店舗別 - コンテンツフッター */
.store-contents-footer {
  width: 870px;
  padding: 15px 0 15px 200px;
  margin: auto;
  background: #F1F1F1;
}

@media screen and (max-width: 640px) {
  .store-contents-footer {
    width: auto;
    padding: 10px 0;
  }
}
.store-contents-footer .service-menu {
  overflow: hidden;
  padding-left: 40px;
  margin-bottom: 30px;
}
.store-contents-footer .service-menu ul {
  margin-right: -10px;
}
.store-contents-footer .service-menu li {
  float: left;
  margin: 0 10px 10px 0;
  background: #fff;
}
.store-contents-footer .service-menu li a {
  position: relative;
  display: block;
  width: 262px;
  height: 122px;
  padding: 4px;
}
.store-contents-footer .service-menu li a:hover {
  text-decoration: none;
}
.store-contents-footer .service-menu li .set-border {
  position: relative;
}
.store-contents-footer .service-menu li .set-border:after, .store-contents-footer .service-menu li .set-border:before {
  content: '';
  position: absolute;
  width: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.store-contents-footer .service-menu li .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
.store-contents-footer .service-menu li .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
.store-contents-footer .service-menu li .frame-border:after, .store-contents-footer .service-menu li .frame-border:before {
  content: '';
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.store-contents-footer .service-menu li .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
.store-contents-footer .service-menu li .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
.store-contents-footer .service-menu li .set-border:hover:after, .store-contents-footer .service-menu li .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #04448B;
}
.store-contents-footer .service-menu li .set-border:hover .frame-border:after, .store-contents-footer .service-menu li .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #04448B;
}
.store-contents-footer .service-menu li .image,
.store-contents-footer .service-menu li .title {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.store-contents-footer .service-menu li .image {
  position: relative;
  margin-right: 20px;
}
.store-contents-footer .service-menu li .image img {
  width: 100%;
  height: auto;
}
.store-contents-footer .service-menu li .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  width: 115px;
}
.store-contents-footer .service-menu li .is-arrow {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -896px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  left: 114px;
  top: 50%;
  margin-top: -10px;
}

@media screen and (max-width: 640px) {
  .store-contents-footer .service-menu {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .store-contents-footer .service-menu ul {
    margin: 0;
  }
  .store-contents-footer .service-menu li {
    float: left;
    margin: 0;
    width: 50%;
    background: none;
  }
  .store-contents-footer .service-menu li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 4px;
    margin: 5px;
    background: #fff;
  }
  .store-contents-footer .service-menu li .image,
  .store-contents-footer .service-menu li .title {
    position: relative;
    vertical-align: middle;
    display: inline-block;
  }
  .store-contents-footer .service-menu li .image {
    width: 40%;
    margin-right: 10px;
  }
  .store-contents-footer .service-menu li .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .store-contents-footer .service-menu li .title {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    width: 50%;
  }
  .store-contents-footer .service-menu li .is-arrow {
    width: 10px;
    height: 10px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -460px;
    background-size: 95px 5667px;
    left: 39%;
    margin-top: -5px;
  }
}
.store-contents-footer {
  /* フッタースライド設定 */
}
.store-contents-footer .other-info {
  width: 760px;
  margin: auto;
}
.store-contents-footer .other-info ul {
  overflow: hidden;
}
.store-contents-footer .other-info li {
  float: left;
}
.store-contents-footer .other-info li a {
  display: block;
  width: 238px;
  height: 118px;
  border: 1px dashed #999999;
}
.store-contents-footer .other-info li a:hover {
  text-decoration: none;
}
.store-contents-footer .other-info .image,
.store-contents-footer .other-info .title {
  vertical-align: middle;
  display: inline-block;
}
.store-contents-footer .other-info .image {
  margin-right: 5px;
}
.store-contents-footer .other-info .image img {
  border-right: 1px dashed #999999;
}
.store-contents-footer .other-info .title {
  width: 105px;
}
.store-contents-footer .other-info-slide {
  width: 761px;
  margin: auto;
}
.store-contents-footer .other-info-slide ul {
  overflow: hidden;
  margin-right: -20px;
}
.store-contents-footer .other-info-slide .bx-wrapper {
  margin-bottom: 0;
}
.store-contents-footer .other-info-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
.store-contents-footer .other-info-slide .bx-viewport ul {
  width: 99999px !important;
}
.store-contents-footer .other-info-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -40px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
.store-contents-footer .other-info-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
.store-contents-footer .other-info-slide .bx-prev {
  left: -45px;
}
.store-contents-footer .other-info-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
.store-contents-footer .other-info-slide .bx-next {
  right: -45px;
}
.store-contents-footer .other-info-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
.store-contents-footer .other-info-slide li {
  float: left;
  margin-right: 20px;
}
.store-contents-footer .other-info-slide li a {
  display: block;
  width: 238px;
  height: 118px;
  border: 1px dashed #999999;
  transition: all 0.3s ease;
}
.store-contents-footer .other-info-slide li a:hover {
  text-decoration: none;
  background: #fff;
}
.store-contents-footer .other-info-slide .image,
.store-contents-footer .other-info-slide .info {
  vertical-align: middle;
  display: inline-block;
}
.store-contents-footer .other-info-slide .image {
  width: 118px;
  border-right: 1px dashed #999999;
  margin-right: 5px;
}
.store-contents-footer .other-info-slide .image img {
  width: 100%;
  height: auto;
}
.store-contents-footer .other-info-slide .info {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  width: 105px;
}

@media screen and (max-width: 640px) {
  .store-contents-footer {
    /* フッタースライド設定 */
  }
  .store-contents-footer .other-info {
    width: auto;
    margin: auto;
  }
  .store-contents-footer .other-info ul {
    overflow: hidden;
  }
  .store-contents-footer .other-info li {
    float: left;
  }
  .store-contents-footer .other-info li a {
    display: block;
    width: 238px;
    height: 118px;
    border: 1px dashed #999999;
  }
  .store-contents-footer .other-info li a:hover {
    text-decoration: none;
  }
  .store-contents-footer .other-info .image,
  .store-contents-footer .other-info .title {
    vertical-align: middle;
    display: inline-block;
  }
  .store-contents-footer .other-info .image {
    margin-right: 5px;
  }
  .store-contents-footer .other-info .image img {
    border-right: 1px dashed #999999;
  }
  .store-contents-footer .other-info .title {
    width: 105px;
  }
  .store-contents-footer .other-info-slide {
    width: 240px;
  }
  .store-contents-footer .other-info-slide ul {
    margin-right: 0;
  }
  .store-contents-footer .other-info-slide .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
  }
  .store-contents-footer .other-info-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  .store-contents-footer .other-info-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
}
/* 店舗共通 - 汎用詳細 */
main.multipurpose .primary-contents {
  overflow: hidden;
  padding-bottom: 0;
}

/* おすすめ商品紹介 */
.recommend-item {
  overflow: hidden;
  padding-left: 40px;
  margin-bottom: 50px;
}
.recommend-item .is-left {
  width: 430px;
  margin-bottom: 20px;
}
.recommend-item .info-head {
  margin-bottom: 45px;
  padding: 20px;
  border: 6px solid #EB6EA5;
}
.recommend-item .info-head .meta {
  margin-bottom: 10px;
}
.recommend-item .info-head .date,
.recommend-item .info-head .icon-new {
  vertical-align: middle;
  display: inline-block;
}
.recommend-item .info-head .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 10px;
}
.recommend-item .info-head .entry-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #EB6EA5;
}
.recommend-item .info-head .info dl {
  overflow: hidden;
  margin-bottom: 10px;
}
.recommend-item .info-head .info dl.place {
  margin-bottom: 0;
}
.recommend-item .info-head .info dt {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.2em;
  float: left;
  width: 50px;
}
.recommend-item .info-head .info dd {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  margin-left: 72px;
}
.recommend-item .info-head .info p {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.recommend-item .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.recommend-item .item-slide {
  float: right;
  width: 240px;
  margin: 0 30px 20px;
}
.recommend-item .item-slide figcaption {
  margin-top: 10px;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
.recommend-item .item-slide ul {
  overflow: hidden;
}
.recommend-item .item-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
.recommend-item .item-slide .bx-viewport ul {
  width: 99999px !important;
}
.recommend-item .item-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 20px;
  height: 36px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
.recommend-item .item-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
.recommend-item .item-slide .bx-prev {
  left: -20px;
}
.recommend-item .item-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -188px;
}
.recommend-item .item-slide .bx-next {
  right: -20px;
}
.recommend-item .item-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -618px;
}
.recommend-item .item-slide li {
  float: left;
  overflow: hidden;
}
.recommend-item .item-slide li img {
  text-align: center;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.recommend-item .item-note {
  clear: both;
  padding-top: 30px;
  border-top: 1px dashed #9E9EA0;
  margin-bottom: 30px;
}
.recommend-item .item-note .info-mini {
  padding: 20px;
  background: #F6F6F6;
}
.recommend-item .item-note .info-mini .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.recommend-item .item-note .info-mini.set-image .l-frame {
  overflow: hidden;
}
.recommend-item .item-note .info-mini.set-image .mod-wysiwyg {
  float: left;
}
.recommend-item .item-note .info-mini.set-image .image {
  float: right;
  max-width: 240px;
}
.recommend-item .item-note .info-mini.set-image .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.recommend-item .item-note .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.recommend-item .note-set {
  overflow: hidden;
}
.recommend-item .note-set .info-mini {
  float: left;
  width: 360px;
}
.recommend-item .note-set .info-mini.set-image .image {
  max-width: 145px;
}
.recommend-item .note-set .note {
  float: right;
  width: 290px;
  margin: 0 30px;
}
.recommend-item .mod-accordion {
  clear: both;
  margin-bottom: 0;
}
.recommend-item .mod-accordion .menu-wrap {
  border-top: 1px dashed #9E9EA0;
  border-bottom: 1px dashed #9E9EA0;
  margin: 0;
}
.recommend-item .mod-accordion .menu-wrap .menu-title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px 120px 35px 20px;
}
.recommend-item .mod-accordion .menu-wrap .menu-body {
  padding: 0 30px 12px 20px;
}

@media screen and (max-width: 640px) {
  .recommend-item {
    overflow: visible;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .recommend-item .is-left {
    float: none;
    width: auto;
  }
  .recommend-item .info-head {
    margin-bottom: 20px;
    padding: 25px 15px;
  }
  .recommend-item .info-head .meta {
    margin-bottom: 15px;
  }
  .recommend-item .text {
    margin-bottom: 20px;
  }
  .recommend-item .item-slide {
    float: none;
    margin: 0 auto 20px;
  }
  .recommend-item .item-slide .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 30px;
    height: 60px;
  }
  .recommend-item .item-slide .bx-prev {
    left: -30px;
  }
  .recommend-item .item-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  .recommend-item .item-slide .bx-next {
    right: -30px;
  }
  .recommend-item .item-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  .recommend-item .item-note {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  .recommend-item .item-note .info-mini {
    margin-bottom: 20px;
  }
  .recommend-item .item-note .info-mini.set-image .mod-wysiwyg {
    float: none;
    width: auto !important;
    margin: 0 0 10px !important;
  }
  .recommend-item .item-note .info-mini.set-image .image {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .recommend-item .item-note .note {
    margin-bottom: 20px;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recommend-item .note-set {
    overflow: hidden;
  }
  .recommend-item .note-set .info-mini {
    float: none;
    width: auto;
  }
  .recommend-item .note-set .info-mini.set-image .image {
    max-width: 100%;
  }
  .recommend-item .note-set .note {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .recommend-item .mod-accordion .menu-wrap .menu-title {
    padding: 30px 40px 25px 20px;
  }
  .recommend-item .mod-accordion .menu-wrap .menu-body {
    padding: 0 20px 12px;
  }
}
#odq-loading {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.2);
}
#odq-loading .svg-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}

/* SNSシェアボタン */
.sns-share-area {
  margin: 40px 0 80px;
}
.sns-share-area ul {
  text-align: center;
}
.sns-share-area li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}
.sns-share-area a {
  display: block;
  position: relative;
  width: 180px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  text-decoration: none;
}
.sns-share-area a:before {
  content: "";
  position: absolute;
  top: 50%;
}
.sns-share-area a:hover {
  transition: all 0.3s ease;
}
.sns-share-area a:hover:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
.sns-share-area .text {
  color: #FFF;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 36px;
}
.sns-share-area .tw a {
  background-color: #00AAEB;
}
.sns-share-area .tw a:before {
  left: 4px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url(/common_wr/images/common/icon_tw.png);
}
.sns-share-area .fb a {
  background-color: #3A5797;
}
.sns-share-area .fb a:before {
  left: 4px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url(/common_wr/images/common/icon_fb.png);
}
.sns-share-area .line a {
  display: none;
  background-color: #00C429;
}
.sns-share-area .line a:before {
  left: 8px;
  margin-top: -11.5px;
  width: 24px;
  height: 23px;
  background: url(/common_wr/images/common/icon_line.png);
}

@media screen and (max-width: 640px) {
  .sns-share-area {
    margin: 20px 0 30px;
  }
  .sns-share-area ul {
    margin-left: -10px;
    font-size: 0;
  }
  .sns-share-area li {
    margin: 0;
    padding-left: 10px;
    width: 33.33%;
    box-sizing: border-box;
  }
  .sns-share-area a {
    width: auto;
  }
  .sns-share-area a:before {
    left: 50% !important;
  }
  .sns-share-area .text {
    display: none;
  }
  .sns-share-area .tw a:before {
    margin: -6.5px 0 0 -8px;
    width: 16px;
    height: 13px;
    background: url(/common_wr/images/common/icon_tw_x2.png);
    background-size: 16px;
  }
  .sns-share-area .fb a:before {
    margin: -8px 0 0 -4.5px;
    width: 9px;
    height: 16px;
    background: url(/common_wr/images/common/icon_fb_x2.png);
    background-size: 9px;
  }
  .sns-share-area .line a {
    display: block;
  }
  .sns-share-area .line a:before {
    margin-left: -12px;
    background: url(/common_wr/images/common/icon_line_x2.png);
    background-size: 24px;
  }
}
/* 0.0 総合 TOP */
main.general-top .info-area {
  overflow: hidden;
  padding: 5px 50px;
  border-bottom: 4px solid #F1F1F1;
}
main.general-top .info-area a {
  display: block;
  transition: all 0.3s ease;
}
main.general-top .info-area a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .info-area .title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  width: 185px;
}
main.general-top .info-area .item {
  overflow: hidden;
  margin-left: 185px;
  margin-bottom: 10px;
}
main.general-top .info-area .info-tag {
  overflow: hidden;
  float: left;
  padding: 1px 0;
  margin-right: 10px;
}
main.general-top .info-area .date {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  float: left;
  width: 110px;
}
main.general-top .info-area .link-icon {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
main.general-top .info-area .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}
main.general-top .importance-info .info-tag {
  float: left;
}
main.general-top .importance-info .summary {
  margin-left: 200px;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.general-top .store-info-list {
  padding: 50px 40px 0;
  border-bottom: 4px solid #F1F1F1;
}
main.general-top .store-info-list .store-data {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
main.general-top .store-info-list .store-data .name {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 25px;
}
main.general-top .store-info-list .store-data .name:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #333;
}
main.general-top .store-info-list .store-data .name a {
  transition: all 0.3s ease;
}
main.general-top .store-info-list .store-data .name a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .store-info-list .store-data .name .en {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  display: inline-block;
  margin: 0 25px;
}
main.general-top .store-info-list .store-data .more-link {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
}
main.general-top .store-info-list .store-data .shop-pic {
  float: left;
  width: 310px;
}
main.general-top .store-info-list .store-data .shop-pic a {
  transition: all 0.3s ease;
}
main.general-top .store-info-list .store-data .shop-pic a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .store-info-list .store-data .shop-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.general-top .store-info-list .store-data .meta-data {
  position: relative;
  margin-left: 320px;
}
main.general-top .store-info-list .store-data address {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  width: 48%;
  margin-bottom: 35px;
}
main.general-top .store-info-list .store-data address span {
  vertical-align: top;
  display: inline-block;
}
main.general-top .store-info-list .store-data .zip {
  margin-right: 0.5em;
}
main.general-top .store-info-list .store-data .tel {
  position: relative;
  display: block;
  padding-left: 1.6em;
  padding-top: 3px;
}
main.general-top .store-info-list .store-data .tel:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10214px;
  left: 0;
  bottom: 1px;
}
main.general-top .store-info-list .store-data .support-lang {
  position: absolute;
  top: 3px;
  right: 0;
  left: 50%;
  text-align: right;
}
main.general-top .store-info-list .store-data .support-lang li {
  vertical-align: top;
  display: inline-block;
  margin: 0 6px;
}
main.general-top .store-info-list .store-data .support-lang a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
}
main.general-top .store-info-list .store-data .support-lang a:hover {
  text-decoration: none;
}
main.general-top .store-info-list .store-data .store-guide {
  overflow: hidden;
}
main.general-top .store-info-list .store-data .store-guide ul {
  margin: -10px -10px 0 0;
}
main.general-top .store-info-list .store-data .store-guide li {
  float: left;
  width: 310px;
  margin: 10px 10px 0 0;
}
main.general-top .store-info-list .theme-pink .name:before {
  background: #F88FBC;
}
main.general-top .store-info-list .theme-pink .more-link a {
  color: #EB6CA5;
  -webkit-text-stroke: 0.2px #EB6CA5;
}
main.general-top .store-info-list .theme-pink .more-link a:after {
  background-color: #EB6CA5;
}
main.general-top .store-info-list .theme-green .name:before {
  background: #57C594;
}
main.general-top .store-info-list .theme-green .more-link a {
  color: #009C74;
  -webkit-text-stroke: 0.2px #009C74;
}
main.general-top .store-info-list .theme-green .more-link a:after {
  background-color: #009C74;
}
main.general-top .store-info-list .theme-blue .name:before {
  background: #69A4DB;
}
main.general-top .store-info-list .theme-blue .more-link a {
  color: #066DC7;
  -webkit-text-stroke: 0.2px #066DC7;
}
main.general-top .store-info-list .theme-blue .more-link a:after {
  background-color: #066DC7;
}
main.general-top .store-info-list .button-links a {
  border-right-width: 5px;
}
main.general-top .store-info-list .button-links a:after {
  right: -58px;
  background-color: transparent;
  transition: all 0.3s ease;
}
main.general-top .store-info-list .button-links a:hover:after {
  right: -5px;
}
main.general-top .store-info-list .button-links.theme-pink a:hover:after {
  background-color: #F88FBC;
}
main.general-top .store-info-list .button-links.theme-green a:hover:after {
  background-color: #57C594;
}
main.general-top .store-info-list .button-links.theme-blue a:hover:after {
  background-color: #69A4DB;
}
main.general-top .shop-news,
main.general-top .store-news {
  padding: 20px 50px 15px;
}
main.general-top .shop-news .title,
main.general-top .store-news .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
main.general-top .shop-news .item-list:only-child,
main.general-top .store-news .item-list:only-child {
  margin-bottom: 5px;
}
main.general-top .shop-news .item-list li {
  margin-left: 0;
}
main.general-top .shop-news .item-list li .summary {
  font-size: 16px;
  font-size: 1.6rem;
}
main.general-top .store-news .summary {
  margin-left: 110px;
}
main.general-top .online-shop {
  border-bottom: 4px solid #F1F1F1;
}
main.general-top .online-shop .content-inner {
  padding: 35px 0 20px;
  margin: 10px;
  background: #FEF7F3;
}
main.general-top .online-shop .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 40px 15px;
}
main.general-top .online-shop .l-frame {
  letter-spacing: -.45em;
  position: relative;
  margin: 0 40px 35px;
}
main.general-top .online-shop .summary,
main.general-top .online-shop .more-link {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
}
main.general-top .online-shop .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.general-top .online-shop .more-link {
  text-align: right;
}
main.general-top .online-shop .more-link a {
  color: #EC5F13;
  -webkit-text-stroke: 0.2px #EC5F13;
}
main.general-top .online-shop .more-link a:after {
  background-color: #EC5F13;
}
main.general-top .column-block {
  position: relative;
  overflow: hidden;
}
main.general-top .column-block:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 713px;
  display: block;
  width: 4px;
  background: #F1F1F1;
}
main.general-top .column-block .card-info {
  float: left;
  width: 715px;
}
main.general-top .column-block .corporate-info {
  float: right;
  width: 315px;
}
main.general-top .card-info {
  padding-top: 25px;
}
main.general-top .card-info .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 50px 20px;
}
main.general-top .card-info ul {
  position: relative;
  overflow: hidden;
  padding: 2px;
}
main.general-top .card-info ul:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 352px;
  display: block;
  width: 2px;
  background: #F1F1F1;
}
main.general-top .card-info li {
  text-align: center;
  float: left;
  width: 353px;
}
main.general-top .card-info a {
  display: block;
  width: 270px;
  margin: auto;
}
main.general-top .card-info a:hover {
  text-decoration: none;
}
main.general-top .card-info a:hover img {
  transition: all 0.3s ease;
}
main.general-top .card-info a:hover:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .card-info figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.general-top .card-info figcaption {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  margin: 5px 10px 15px;
}
main.general-top .card-info .summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  margin: 0 10px;
}
main.general-top .corporate-info nav {
  position: relative;
  width: 230px;
  margin: 25px auto;
}
main.general-top .corporate-info .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
main.general-top .corporate-info .more-link {
  position: absolute;
  right: 0;
  top: 5px;
}
main.general-top .corporate-info .more-link a {
  color: #999999;
  -webkit-text-stroke: 0.2px #999999;
}
main.general-top .corporate-info .more-link a:after {
  background-color: #999999;
}
main.general-top .corporate-info .links li {
  position: relative;
  width: 230px;
  min-height: 67px;
  margin-top: 2px;
}
main.general-top .corporate-info .links a {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 155px;
  min-height: 55px;
  height: 55px;
  display: table;
  padding: 5px 15px 5px 60px;
  border: 1px solid #9E9EA0;
  transition: all 0.3s ease;
}
main.general-top .corporate-info .links a:hover {
  text-decoration: none;
  background: #F5F5F5;
}
main.general-top .corporate-info .links a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1134px;
  left: 30px;
  top: 50%;
  margin-top: -5px;
}
main.general-top .corporate-info .links span {
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 640px) {
  main.general-top {
    background: #fff;
  }
  main.general-top .info-area {
    padding: 5px 20px;
  }
  main.general-top .info-area .title {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  main.general-top .info-area .item {
    margin: 0 0 20px;
  }
  main.general-top .info-area .date {
    width: 100px;
    margin-bottom: 5px;
  }
  main.general-top .info-area .summary {
    width: 100%;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.general-top .importance-info {
    margin: 0 -15px;
    padding-top: 20px;
  }
  main.general-top .importance-info .info-tag {
    margin-bottom: 5px;
  }
  main.general-top .importance-info .summary {
    overflow: hidden;
    margin-left: 0;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.general-top .store-info-list {
    margin: 0 -15px;
    padding: 25px 15px 0;
  }
  main.general-top .store-info-list .store-data {
    margin-bottom: 30px;
  }
  main.general-top .store-info-list .store-data .name {
    margin-bottom: 50px;
  }
  main.general-top .store-info-list .store-data .name .en {
    margin: 0 20px;
  }
  main.general-top .store-info-list .store-data .more-link {
    top: 30px;
  }
  main.general-top .store-info-list .store-data .shop-pic {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  main.general-top .store-info-list .store-data .shop-pic img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.general-top .store-info-list .store-data .meta-data {
    padding-top: 0;
    margin-left: 0;
  }
  main.general-top .store-info-list .store-data address {
    width: auto;
    margin-bottom: 15px;
  }
  main.general-top .store-info-list .store-data .zip {
    margin-right: 0;
  }
  main.general-top .store-info-list .store-data .tel:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5117px;
    background-size: 95px 5667px;
  }
  main.general-top .store-info-list .store-data .tel a {
    color: inherit;
    -webkit-text-stroke: 0.2px inherit;
  }
  main.general-top .store-info-list .store-data .support-lang {
    text-align: center;
    position: static;
    margin-bottom: 10px;
  }
  main.general-top .store-info-list .store-data .support-lang ul {
    overflow: hidden;
    width: 100%;
  }
  main.general-top .store-info-list .store-data .support-lang li {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    background: none;
    border: none;
    border-spacing: 2px;
    border: none;
    float: left;
    width: 20%;
    height: 63px;
    margin: 0;
  }
  main.general-top .store-info-list .store-data .support-lang a {
    vertical-align: middle;
    display: table-cell;
    height: 63px;
    border: none;
    border: 1px solid #CDCDCD;
    background: #F8F8F8;
    box-sizing: border-box;
  }
  main.general-top .store-info-list .store-data .store-guide {
    overflow: hidden;
  }
  main.general-top .store-info-list .store-data .store-guide ul {
    margin: 0;
  }
  main.general-top .store-info-list .store-data .store-guide li {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  main.general-top .store-info-list .button-links a {
    border-right-width: 1px;
  }
  main.general-top .store-info-list .button-links a:after {
    right: -1px;
  }
  main.general-top .store-info-list .button-links a:hover:after {
    right: -1px;
  }
  main.general-top .store-info-list .button-links.theme-pink a:after {
    background-color: #F88FBC;
  }
  main.general-top .store-info-list .button-links.theme-green a:after {
    background-color: #57C594;
  }
  main.general-top .store-info-list .button-links.theme-blue a:after {
    background-color: #69A4DB;
  }
  main.general-top .shop-news,
  main.general-top .store-news {
    padding-top: 20px;
    margin: 0 -15px;
  }
  main.general-top .shop-news .date,
  main.general-top .store-news .date {
    float: none;
    margin-bottom: 5px;
  }
  main.general-top .store-news .item {
    margin-bottom: 10px;
  }
  main.general-top .store-news .summary {
    margin-left: 0;
  }
  main.general-top .online-shop {
    margin: 0 -15px;
  }
  main.general-top .online-shop .content-inner {
    padding: 20px 15px;
    margin: 5px;
    background: #FEF7F3;
  }
  main.general-top .online-shop .title {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  main.general-top .online-shop .l-frame {
    margin: 0 0 15px;
  }
  main.general-top .online-shop .summary,
  main.general-top .online-shop .more-link {
    display: block;
    width: auto;
  }
  main.general-top .online-shop .summary {
    margin-bottom: 10px;
  }
  main.general-top .column-block {
    margin: 0 -15px;
  }
  main.general-top .column-block:after {
    display: none;
  }
  main.general-top .column-block .card-info,
  main.general-top .column-block .corporate-info {
    float: none;
    width: auto;
  }
  main.general-top .card-info {
    padding: 20px 20px 0;
  }
  main.general-top .card-info .title {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
  }
  main.general-top .card-info ul {
    padding: 0;
  }
  main.general-top .card-info ul:after {
    display: none;
  }
  main.general-top .card-info li {
    text-align: center;
    float: none;
    width: 260px;
    margin: 0 auto 20px;
  }
  main.general-top .card-info a {
    width: auto;
  }
  main.general-top .card-info figcaption {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    width: auto;
    margin: 5px 0;
  }
  main.general-top .card-info .summary {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    width: 240px;
    margin: auto;
  }
  main.general-top .corporate-info {
    margin-bottom: 20px;
  }
  main.general-top .corporate-info nav {
    position: relative;
    width: auto;
    margin: 20px 20px 0;
  }
  main.general-top .corporate-info .title {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.general-top .corporate-info .links li {
    width: auto;
    margin-top: 5px;
  }
  main.general-top .corporate-info .links a {
    width: 100%;
    min-height: 65px;
    height: 65px;
    box-sizing: border-box;
  }
  main.general-top .corporate-info .links a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -574px;
    background-size: 95px 5667px;
    left: 30px;
    top: 50%;
    margin-top: -5px;
  }
}
/* メインビジュアルビジュアル設定 */
main.general-top .main-visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
main.general-top .main-visual .no-slide {
  text-align: center;
  margin-bottom: 30px;
}
main.general-top .main-visual .no-slide li {
  float: none;
}
main.general-top .main-visual .bx-wrapper {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 0;
}
main.general-top .main-visual .bx-viewport {
  overflow: visible !important;
  margin: 0 auto;
  left: 0;
  width: 790px !important;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.general-top .main-visual .bx-viewport .general-main-slide {
  overflow: hidden;
  width: 99999px !important;
}
main.general-top .main-visual li {
  float: left;
}
main.general-top .main-visual li img {
  text-align: center;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
main.general-top .main-visual .bx-wrapper .bx-pager {
  bottom: 0;
  padding-top: 0;
}
main.general-top .main-visual .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
main.general-top .main-visual .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.general-top .main-visual .bx-prev {
  left: 0;
}
main.general-top .main-visual .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.general-top .main-visual .bx-next {
  right: 0;
}
main.general-top .main-visual .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
main.general-top .main-visual .bx-pager.bx-default-pager a {
  position: relative;
  background: none;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 0;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1098px;
}
main.general-top .main-visual .bx-pager.bx-default-pager .active {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1122px;
}
main.general-top .main-visual .mask-left,
main.general-top .main-visual .mask-right {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2370px;
  background: url(/irp5la00000000tk/bg_mask_dot01.png) repeat;
  transition: all 0.3s ease;
}
main.general-top .main-visual .mask-left:hover,
main.general-top .main-visual .mask-right:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .main-visual .mask-left {
  right: 790px;
}
main.general-top .main-visual .mask-right {
  left: 790px;
}

@media screen and (max-width: 640px) {
  main.general-top .main-visual {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 4px solid #F1F1F1;
  }
  main.general-top .main-visual img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.general-top .main-visual .bx-wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  main.general-top .main-visual .bx-viewport {
    overflow: hidden !important;
    width: 100% !important;
  }
  main.general-top .main-visual .general-main-slide {
    overflow: hidden;
  }
  main.general-top .main-visual .bx-wrapper .bx-pager {
    bottom: 3px;
  }
  main.general-top .main-visual .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
  }
  main.general-top .main-visual .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.general-top .main-visual .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
}
/* オンラインショッピング スライド 設定 */
main.general-top .online-shop .shop-contents-slide {
  overflow: hidden;
  padding: 0 45px;
}
main.general-top .online-shop .shop-contents-slide .pc-no-slide {
  overflow: hidden;
  padding: 20px;
}
main.general-top .online-shop .shop-contents-slide .pc-no-slide li {
  margin: 0 5px;
}
main.general-top .online-shop .shop-contents-slide .bx-wrapper {
  padding-bottom: 30px;
  margin-bottom: 0;
}
main.general-top .online-shop .shop-contents-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.general-top .online-shop .shop-contents-slide .bx-viewport ul {
  width: 99999px !important;
}
main.general-top .online-shop .shop-contents-slide li {
  float: left;
  width: 190px;
}
main.general-top .online-shop .shop-contents-slide li a img {
  transition: all 0.3s ease;
}
main.general-top .online-shop .shop-contents-slide li a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.general-top .online-shop .shop-contents-slide li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.general-top .online-shop .shop-contents-slide .bx-wrapper .bx-pager {
  bottom: 0;
  padding-top: 0;
}
main.general-top .online-shop .shop-contents-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -40px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 50;
  background: #F8B28B;
}
main.general-top .online-shop .shop-contents-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.general-top .online-shop .shop-contents-slide .bx-prev {
  left: -45px;
}
main.general-top .online-shop .shop-contents-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.general-top .online-shop .shop-contents-slide .bx-next {
  right: -45px;
}
main.general-top .online-shop .shop-contents-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
main.general-top .online-shop .shop-contents-slide .bx-pager.bx-default-pager a {
  position: relative;
  background: none;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 0;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1098px;
}
main.general-top .online-shop .shop-contents-slide .bx-pager.bx-default-pager .active {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1110px;
}

@media screen and (max-width: 640px) {
  main.general-top .online-shop .shop-contents-slide {
    height: auto;
    padding: 0 15px;
    margin: 0 -20px;
  }
  main.general-top .online-shop .shop-contents-slide .pc-no-slide {
    overflow: visible;
    padding: 0;
  }
  main.general-top .online-shop .shop-contents-slide .pc-no-slide li {
    margin: auto;
  }
  main.general-top .online-shop .shop-contents-slide .bx-wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  main.general-top .online-shop .shop-contents-slide .bx-viewport {
    margin: 0 auto;
    left: 0;
    border: none;
    background: none;
    box-shadow: 0 0 0 #fff;
  }
  main.general-top .online-shop .shop-contents-slide li {
    width: auto;
  }
  main.general-top .online-shop .shop-contents-slide li img {
    margin: auto;
  }
  main.general-top .online-shop .shop-contents-slide .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
  }
  main.general-top .online-shop .shop-contents-slide .bx-prev {
    left: -15px;
  }
  main.general-top .online-shop .shop-contents-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.general-top .online-shop .shop-contents-slide .bx-next {
    right: -15px;
  }
  main.general-top .online-shop .shop-contents-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
}
main.store-top .title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
main.store-top .title .en {
  font-family: Century, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
}
main.store-top .news-area {
  overflow: hidden;
  padding: 25px 40px 15px;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .news-area a {
  display: block;
  transition: all 0.3s ease;
}
main.store-top .news-area a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .news-area .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
main.store-top .news-area .item {
  overflow: hidden;
  margin-bottom: 10px;
}
main.store-top .news-area .date {
  overflow: hidden;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  float: left;
  width: 110px;
  padding: 1px 0;
}
main.store-top .news-area .info-tag {
  overflow: hidden;
  float: left;
  padding: 1px 0;
  margin-right: 10px;
}
main.store-top .news-area .link-icon {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
main.store-top .news-area .summary {
  overflow: hidden;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1;
}
main.store-top .topics-area {
  position: relative;
  padding: 50px 40px 85px;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .topics-area .title {
  margin-bottom: 20px;
}
main.store-top .topics-area .title .en {
  font-size: 22px;
  font-size: 2.2rem;
}
main.store-top .topics-area .topics-list-slide ul {
  overflow: hidden;
}
main.store-top .topics-area .topics-list-slide li img {
  width: 100%;
  height: auto;
}
main.store-top .topics-area .item {
  position: relative;
  float: left;
  width: 230px;
  margin: 30px 10px 0 0;
}
main.store-top .topics-area .item.is-new {
  padding-top: 0;
}
main.store-top .topics-area .item a {
  position: relative;
  display: block;
  padding-bottom: 1px;
}
main.store-top .topics-area .item a:hover {
  text-decoration: none;
}
main.store-top .topics-area .item .frame-mask {
  display: block;
  overflow: hidden;
}
main.store-top .topics-area .item .frame-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
}
main.store-top .topics-area .item .icon-new {
  position: absolute;
  right: 0;
  top: -28px;
}
main.store-top .topics-area .item .entry-title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  min-height: 56px;
  padding: 10px;
}
main.store-top .topics-area .item .period,
main.store-top .topics-area .item .place {
  margin: 10px;
}
main.store-top .topics-area .item .period {
  min-height: 32px;
}
main.store-top .topics-area .item .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 20px 10px;
}
main.store-top .topics-area .theme-pink {
  background: #FFFACA;
}
main.store-top .topics-area .theme-pink .set-border {
  position: relative;
}
main.store-top .topics-area .theme-pink .set-border:after, main.store-top .topics-area .theme-pink .set-border:before {
  content: '';
  position: absolute;
  width: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-pink .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.store-top .topics-area .theme-pink .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.store-top .topics-area .theme-pink .frame-border:after, main.store-top .topics-area .theme-pink .frame-border:before {
  content: '';
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-pink .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.store-top .topics-area .theme-pink .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.store-top .topics-area .theme-pink .set-border:hover:after, main.store-top .topics-area .theme-pink .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #F6B39F;
}
main.store-top .topics-area .theme-pink .set-border:hover .frame-border:after, main.store-top .topics-area .theme-pink .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #F6B39F;
}
main.store-top .topics-area .theme-pink a:hover .frame-mask:after {
  background-color: rgba(246, 179, 159, 0.3);
}
main.store-top .topics-area .theme-pink .icon-new {
  color: #EB6DA5;
  -webkit-text-stroke: 0.2px #EB6DA5;
}
main.store-top .topics-area .theme-pink .icon-new:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1960px;
}
main.store-top .topics-area .theme-pink .entry-title {
  background: #F6B39F;
}
main.store-top .topics-area .theme-blue {
  background: #E3EBF5;
}
main.store-top .topics-area .theme-blue .set-border {
  position: relative;
}
main.store-top .topics-area .theme-blue .set-border:after, main.store-top .topics-area .theme-blue .set-border:before {
  content: '';
  position: absolute;
  width: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-blue .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.store-top .topics-area .theme-blue .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.store-top .topics-area .theme-blue .frame-border:after, main.store-top .topics-area .theme-blue .frame-border:before {
  content: '';
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-blue .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.store-top .topics-area .theme-blue .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.store-top .topics-area .theme-blue .set-border:hover:after, main.store-top .topics-area .theme-blue .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #A0BCDE;
}
main.store-top .topics-area .theme-blue .set-border:hover .frame-border:after, main.store-top .topics-area .theme-blue .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #A0BCDE;
}
main.store-top .topics-area .theme-blue a:hover .frame-mask:after {
  background-color: rgba(108, 155, 210, 0.3);
}
main.store-top .topics-area .theme-blue .icon-new {
  color: #6C9BD2;
  -webkit-text-stroke: 0.2px #6C9BD2;
}
main.store-top .topics-area .theme-blue .icon-new:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1836px;
}
main.store-top .topics-area .theme-blue .entry-title {
  background: #A0BCDE;
}
main.store-top .topics-area .theme-green {
  background: #D0ECE0;
}
main.store-top .topics-area .theme-green .set-border {
  position: relative;
}
main.store-top .topics-area .theme-green .set-border:after, main.store-top .topics-area .theme-green .set-border:before {
  content: '';
  position: absolute;
  width: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-green .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.store-top .topics-area .theme-green .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.store-top .topics-area .theme-green .frame-border:after, main.store-top .topics-area .theme-green .frame-border:before {
  content: '';
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .topics-area .theme-green .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.store-top .topics-area .theme-green .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.store-top .topics-area .theme-green .set-border:hover:after, main.store-top .topics-area .theme-green .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #8FD2B3;
}
main.store-top .topics-area .theme-green .set-border:hover .frame-border:after, main.store-top .topics-area .theme-green .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #8FD2B3;
}
main.store-top .topics-area .theme-green a:hover .frame-mask:after {
  background-color: rgba(141, 211, 178, 0.3);
}
main.store-top .topics-area .theme-green .icon-new {
  color: #66BF97;
  -webkit-text-stroke: 0.2px #66BF97;
}
main.store-top .topics-area .theme-green .icon-new:after {
  content: '';
  position: absolute;
  width: 58px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1898px;
}
main.store-top .topics-area .theme-green .entry-title {
  background: #8FD2B3;
}
main.store-top .weekly-info {
  padding: 30px 30px 0;
  background: #999999;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .weekly-info .title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  margin-bottom: 20px;
}
main.store-top .weekly-info .title .en {
  font-size: 22px;
  font-size: 2.2rem;
}
main.store-top .weekly-info .tab-area {
  margin: 0 -30px;
}
main.store-top .weekly-info .tab-body {
  overflow: hidden;
  position: relative;
  background: #fff;
}
main.store-top .weekly-info .tab-body .item-list {
  width: 100%;
}
main.store-top .weekly-info .menu-list {
  position: relative;
  padding: 0 30px;
}
main.store-top .weekly-info .menu-list ul {
  *zoom: 1;
}
main.store-top .weekly-info .menu-list ul:after {
  content: "";
  display: table;
  clear: both;
}
main.store-top .weekly-info .menu-list li {
  float: left;
}
main.store-top .weekly-info .menu-list a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 38px;
  position: relative;
  display: block;
  height: 38px;
  padding: 0 5px;
  border: 1px dashed #5C5C5C;
  border-right-color: #9E9EA0;
  border-bottom-color: #9E9EA0;
  background: #5C5C5C;
}
main.store-top .weekly-info .menu-list a:hover {
  color: #EB6EA5;
  -webkit-text-stroke: 0.2px #EB6EA5;
  text-decoration: none;
}
main.store-top .weekly-info .menu-list li:last-child a {
  border-right: none;
}
main.store-top .weekly-info .menu-list li.is-crnt {
  z-index: 120;
}
main.store-top .weekly-info .menu-list li.is-crnt a {
  color: #EB6EA5;
  -webkit-text-stroke: 0.2px #EB6EA5;
  border: 1px dashed #9E9EA0;
  border-bottom: 1px solid #fff;
  background: #fff;
}
main.store-top .weekly-info .menu-list li.is-crnt span {
  padding: 3px 0 2px;
  border-bottom: 1px solid #EB6EA5;
}
main.store-top .weekly-info .item-list {
  display: none;
}
main.store-top .weekly-info .item-list.is-crnt {
  display: block;
}
main.store-top .weekly-info .item-list .item {
  overflow: hidden;
  border-bottom: 1px dashed #9E9EA0;
}
main.store-top .weekly-info .item-list .item a {
  overflow: hidden;
  display: block;
  padding: 20px 30px;
  transition: all 0.3s ease;
}
main.store-top .weekly-info .item-list .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .weekly-info .item-list .item.is-odd a {
  background: #fff;
}
main.store-top .weekly-info .item-list .item.is-even a {
  background: #F8F7F7;
}
main.store-top .weekly-info .item-list .image {
  float: left;
  width: 160px;
}
main.store-top .weekly-info .item-list .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.store-top .weekly-info .item-list .l-frame {
  margin-left: 205px;
}
main.store-top .weekly-info .item-list .meta {
  margin-bottom: 10px;
}
main.store-top .weekly-info .item-list .date,
main.store-top .weekly-info .item-list .icon-new {
  vertical-align: middle;
  display: inline-block;
}
main.store-top .weekly-info .item-list .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 10px;
}
main.store-top .weekly-info .item-list .entry-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
main.store-top .weekly-info .item-list .summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  width: 270px;
}
main.store-top .weekly-info .item-list .info {
  margin-left: 300px;
}
main.store-top .weekly-info .item-list .info dl {
  margin-bottom: 10px;
}
main.store-top .weekly-info .hide-item,
main.store-top .weekly-info .show-item {
  display: none;
}
main.store-top .topics-area .more-link,
main.store-top .weekly-info .more-link {
  padding-top: 4px;
  margin: 0 1px 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.8);
}
main.store-top .topics-area .more-link a,
main.store-top .weekly-info .more-link a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 14px 23px;
  display: block;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}
main.store-top .topics-area .more-link a:hover,
main.store-top .weekly-info .more-link a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .topics-area .more-link a:after,
main.store-top .weekly-info .more-link a:after {
  display: none;
}
main.store-top .topics-area .more-link span,
main.store-top .weekly-info .more-link span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0 30px;
}
main.store-top .topics-area .more-link span:after,
main.store-top .weekly-info .more-link span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #333333;
}
main.store-top .topics-area .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
main.store-top .web-flyer {
  padding: 10px;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .web-flyer .l-contents {
  position: relative;
}
main.store-top .web-flyer a {
  display: block;
  padding: 20px 30px;
  background: #D0ECE0;
  transition: all 0.3s ease;
}
main.store-top .web-flyer a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .web-flyer .l-frame {
  vertical-align: middle;
  display: inline-block;
  width: 280px;
  margin-right: 10px;
}
main.store-top .web-flyer .more-link {
  position: absolute;
  right: 30px;
  top: 50%;
}
main.store-top .web-flyer .image {
  vertical-align: middle;
  display: inline-block;
}
main.store-top .web-flyer .title {
  margin-bottom: 10px;
}
main.store-top .web-flyer .lead {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.store-top .brand-search {
  padding: 10px;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .brand-search .l-contents {
  position: relative;
  padding: 40px 30px;
  background: #C3D7EE;
}
main.store-top .brand-search .title {
  margin-bottom: 40px;
}
main.store-top .brand-search .search-title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 160px;
}
main.store-top .brand-search .keyords-search {
  margin-bottom: 35px;
}
main.store-top .brand-search .keyords-search .search-title {
  vertical-align: middle;
}
main.store-top .brand-search .keyords-search form {
  vertical-align: middle;
  display: inline-block;
  width: 480px;
}
main.store-top .brand-search .category-buttons {
  vertical-align: top;
  display: inline-block;
  width: 620px;
}
main.store-top .brand-search .category-buttons li,
main.store-top .brand-search .category-buttons a {
  width: 112px;
  height: 92px;
}
main.store-top .brand-search .category-buttons li {
  overflow: hidden;
  position: relative;
  z-index: 10;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 8px 0;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #999999;
  transition: all 0.3s ease;
}
main.store-top .brand-search .category-buttons li:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .brand-search .category-buttons li a {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  display: block;
  padding-top: 62px;
  height: 35px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
  transition: all 0.3s ease;
}
main.store-top .brand-search .category-buttons li a:hover {
  text-decoration: none;
}
main.store-top .brand-search .category-buttons li a:after {
  left: 0;
  top: 0;
}
main.store-top .brand-search .category-buttons .search-woman a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6564px;
}
main.store-top .brand-search .category-buttons .search-man a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5886px;
}
main.store-top .brand-search .category-buttons .search-child a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4756px;
}
main.store-top .brand-search .category-buttons .search-goods a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5208px;
}
main.store-top .brand-search .category-buttons .search-food a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4982px;
}
main.store-top .brand-search .category-buttons .search-make a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5660px;
}
main.store-top .brand-search .category-buttons .search-sport a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6338px;
}
main.store-top .brand-search .category-buttons .search-jewelry a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5434px;
}
main.store-top .brand-search .category-buttons .search-cafe a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4530px;
}
main.store-top .brand-search .category-buttons .search-other a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6112px;
}
main.store-top .blog-area {
  padding: 10px;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .blog-area .l-contents {
  position: relative;
  padding: 40px 30px;
  background: #FCE2ED;
}
main.store-top .blog-area .title {
  margin-bottom: 30px;
}
main.store-top .blog-area .more-link {
  position: absolute;
  right: 30px;
  top: 42px;
}
main.store-top .blog-area .more-link a {
  color: #454545;
  -webkit-text-stroke: 0.2px #454545;
}
main.store-top .blog-area .more-link a:after {
  background-color: #454545;
}
main.store-top .blog-area .item-list {
  letter-spacing: -.45em;
  margin: 0 -25px;
}
main.store-top .blog-area .item {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 200px;
  margin: 0 5px;
}
main.store-top .blog-area .item a {
  position: relative;
  display: block;
  padding: 0 20px;
}
main.store-top .blog-area .item a:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  top: 15px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  -ms-transform: scale(0);
    transform: scale(0);
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
main.store-top .blog-area .item a:hover {
  text-decoration: none;
}
main.store-top .blog-area .item a:hover:before {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1.00;
  -moz-opacity: 1.00;
  filter: alpha(opacity=100);
}
main.store-top .blog-area .item .blog-tag,
main.store-top .blog-area .item .image,
main.store-top .blog-area .item .date,
main.store-top .blog-area .item .summary {
  position: relative;
}
main.store-top .blog-area .item .blog-tag {
  margin: 0 auto 10px;
}
main.store-top .blog-area .item .image {
  margin-bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
main.store-top .blog-area .item .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
main.store-top .blog-area .item .image img {
  display: none;
}
main.store-top .blog-area .item .date {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5px;
}
main.store-top .blog-area .item .summary {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.store-top .social-area {
  overflow: hidden;
  padding: 50px 10px 40px 40px;
  border-bottom: 4px solid #F1F1F1;
  text-align: left;
}
main.store-top .social-area .title {
  position: relative;
  z-index: 10;
  text-align: left;
  margin-bottom: 30px;
}
main.store-top .social-area .sns-box {
  position: relative;
  float: left;
  vertical-align: top;
  display: inline-block;
  width: 380px;
  margin-right: 30px;
}
main.store-top .social-area .sns-box:before {
  content: '';
  position: absolute;
  top: -92px;
  left: -18px;
  width: 200px;
  height: 200px;
  transition: all 0.8s ease;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
}
main.store-top .social-area .sns-box.is-over:before {
 -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}
main.store-top .social-area .subhead {
  position: relative;
  margin-bottom: 10px;
}
main.store-top .social-area .subhead span,
main.store-top .social-area .subhead a {
  position: relative;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  padding: 8px 10px 6px 40px;
}
main.store-top .social-area .subhead span:before,
main.store-top .social-area .subhead a:before {
  left: 0;
  top: 50%;
}
main.store-top .social-area .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}
main.store-top .social-area .fb-official .subhead span:before,
main.store-top .social-area .fb-official .subhead a:before,
main.store-top .social-area .fb-train .subhead span:before,
main.store-top .social-area .fb-train .subhead a:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8150px;
  margin-top: -14px;
}
main.store-top .social-area .fb-official:before,
main.store-top .social-area .fb-train:before {
  background: #F0F2F7;
}
main.store-top .social-area .tw-official .subhead span:before,
main.store-top .social-area .tw-official .subhead a:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10440px;
  margin-top: -14px;
}
main.store-top .social-area .tw-official:before {
  background: #EBF8FE;
}
main.store-top .social-area .fb-tl,
main.store-top .social-area .tw-tl {
  position: relative;
  z-index: 10;
  margin-top: 10px;
}
main.store-top .member-area {
  position: relative;
  padding: 40px 40px 5px;
}
main.store-top .member-area:before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  width: 120px;
  height: 0;
  background: #FFFACA;
  transition: all 0.5s ease;
}
main.store-top .member-area.is-over:before {
  height: 65%;
}
main.store-top .member-area .title {
  position: relative;
  margin-bottom: 30px;
}
main.store-top .member-area .item-list {
  overflow: hidden;
  position: relative;
}
main.store-top .member-area .item-list .l-frame {
  overflow: hidden;
  margin-top: -1px;
  margin-right: -10px;
}
main.store-top .member-area .item {
  overflow: hidden;
  width: 390px;
  float: left;
  padding: 15px 0 70px;
  margin-right: 10px;
  border-top: 1px dashed #D8D8D9;
}
main.store-top .member-area .item a {
  overflow: hidden;
  display: block;
}
main.store-top .member-area .item a:hover {
  text-decoration: none;
}
main.store-top .member-area .item a:hover img {
  transition: all 0.3s ease;
}
main.store-top .member-area .item a:hover:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .member-area .item .item-title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
main.store-top .member-area .item .is-mobile span {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
main.store-top .member-area .item .is-mobile span:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10064px;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
main.store-top .member-area .item .summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  float: left;
  width: 180px;
}
main.store-top .member-area .item .image {
  text-align: center;
  float: right;
  width: 190px;
}
main.store-top .member-area .item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  main.store-top .title .en {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    margin-right: 0;
  }
  main.store-top .news-area {
    padding: 20px 20px 5px;
  }
  main.store-top .news-area .title {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.store-top .news-area .item {
    margin-bottom: 15px;
  }
  main.store-top .news-area .date {
    float: left;
    width: 100px;
    margin-bottom: 5px;
  }
  main.store-top .news-area .info-tag {
    margin-bottom: 5px;
  }
  main.store-top .news-area .summary {
    clear: both;
  }
  main.store-top .topics-area {
    padding: 20px 20px 60px;
  }
  main.store-top .topics-area .title {
    margin-bottom: -20px;
  }
  main.store-top .topics-area .title .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.store-top .topics-area .topics-list-slide ul {
    overflow: hidden;
  }
  main.store-top .topics-area .topics-list-slide .sp-none {
    display: none;
  }
  main.store-top .topics-area .item {
    float: none;
    width: auto;
    margin: 50px 0 20px;
  }
  main.store-top .topics-area .item a {
    padding-bottom: 10px;
  }
  main.store-top .topics-area .item .image img {
    width: 100%;
    height: auto;
  }
  main.store-top .topics-area .item .entry-title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 0;
  }
  main.store-top .topics-area .item .summary {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.store-top .topics-area .theme-pink {
    background: #FFFACA;
  }
  main.store-top .topics-area .theme-pink .icon-new {
    color: #EB6DA5;
    -webkit-text-stroke: 0.2px #EB6DA5;
  }
  main.store-top .topics-area .theme-pink .icon-new:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 18px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -991px;
    background-size: 95px 5667px;
  }
  main.store-top .topics-area .theme-pink .entry-title {
    background: #F6B39F;
  }
  main.store-top .topics-area .theme-blue {
    background: #DCD3DD;
  }
  main.store-top .topics-area .theme-blue .icon-new {
    color: #6C9BD2;
    -webkit-text-stroke: 0.2px #6C9BD2;
  }
  main.store-top .topics-area .theme-blue .icon-new:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 18px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -929px;
    background-size: 95px 5667px;
  }
  main.store-top .topics-area .theme-blue .entry-title {
    background: #9ABAE2;
  }
  main.store-top .topics-area .theme-green {
    background: #D0ECE0;
  }
  main.store-top .topics-area .theme-green .icon-new {
    color: #66BF97;
    -webkit-text-stroke: 0.2px #66BF97;
  }
  main.store-top .topics-area .theme-green .icon-new:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 18px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -960px;
    background-size: 95px 5667px;
  }
  main.store-top .topics-area .theme-green .entry-title {
    background: #8FD2B3;
  }
  main.store-top .topics-area.sp-no-more-link {
    padding-bottom: 10px;
  }
  main.store-top .topics-area.sp-no-more-link .more-link {
    display: none;
  }
  main.store-top .weekly-info {
    padding: 30px 30px 0;
    background: #999999;
    border-bottom: 4px solid #F1F1F1;
  }
  main.store-top .weekly-info .title {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    margin-bottom: 20px;
  }
  main.store-top .weekly-info .title .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.store-top .weekly-info .tab-area {
    margin: 0 -30px;
  }
  main.store-top .weekly-info .tab-body {
    background: #fff;
  }
  main.store-top .weekly-info .menu-list {
    position: relative;
    padding: 0 30px;
  }
  main.store-top .weekly-info .menu-list:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px dashed #9E9EA0;
  }
  main.store-top .weekly-info .menu-list ul {
    *zoom: 1;
  }
  main.store-top .weekly-info .menu-list ul:after {
    content: "";
    display: table;
    clear: both;
  }
  main.store-top .weekly-info .menu-list li {
    float: left;
  }
  main.store-top .weekly-info .menu-list a {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 35px;
    position: relative;
    display: block;
    height: 35px;
    padding: 0;
    border: 1px dashed #5C5C5C;
    border-right: 1px dashed #9E9EA0;
    background: #5C5C5C;
    box-sizing: border-box;
  }
  main.store-top .weekly-info .menu-list a:hover {
    color: #fff;
    -webkit-text-stroke: 0.2px #fff;
    text-decoration: none;
  }
  main.store-top .weekly-info .menu-list li:last-child a {
    border-right: none;
  }
  main.store-top .weekly-info .menu-list li.is-crnt a {
    color: #EB6EA5;
    -webkit-text-stroke: 0.2px #EB6EA5;
    border: 1px dashed #9E9EA0;
    border-bottom: #fff;
    background: #fff;
  }
  main.store-top .weekly-info .menu-list li.is-crnt a:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #fff;
  }
  main.store-top .weekly-info .item-list {
    display: none;
  }
  main.store-top .weekly-info .item-list.is-crnt {
    display: block;
  }
  main.store-top .weekly-info .item-list .item {
    overflow: hidden;
    border-bottom: 1px dashed #9E9EA0;
  }
  main.store-top .weekly-info .item-list .item.is-even {
    background: #F8F7F7;
  }
  main.store-top .weekly-info .item-list .item a {
    padding: 20px;
  }
  main.store-top .weekly-info .item-list .image {
    float: left;
    width: 115px;
  }
  main.store-top .weekly-info .item-list .image img {
    width: 85px;
    height: auto;
  }
  main.store-top .weekly-info .item-list .l-frame {
    margin-left: 115px;
  }
  main.store-top .weekly-info .item-list .date,
  main.store-top .weekly-info .item-list .icon-new {
    vertical-align: middle;
    display: inline-block;
  }
  main.store-top .weekly-info .item-list .entry-title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  main.store-top .weekly-info .item-list .summary {
    display: none;
  }
  main.store-top .weekly-info .item-list .info {
    margin-left: 0;
  }
  main.store-top .web-flyer {
    padding: 5px;
  }
  main.store-top .web-flyer a {
    padding: 20px 15px;
  }
  main.store-top .web-flyer .l-frame {
    display: block;
    width: auto;
    margin-right: 0;
  }
  main.store-top .web-flyer .more-link {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  main.store-top .web-flyer .image {
    text-align: center;
    display: block;
  }
  main.store-top .web-flyer .title {
    margin-bottom: 10px;
  }
  main.store-top .web-flyer .lead {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  main.store-top .brand-search {
    padding: 5px;
  }
  main.store-top .brand-search .l-contents {
    padding: 20px 15px;
  }
  main.store-top .brand-search .title {
    margin-bottom: 20px;
  }
  main.store-top .brand-search .search-title {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: auto;
    margin-bottom: 5px;
  }
  main.store-top .brand-search .keyords-search {
    margin-bottom: 15px;
  }
  main.store-top .brand-search .keyords-search form {
    position: relative;
    width: 100%;
  }
  main.store-top .brand-search .category-buttons {
    display: block;
    width: auto;
  }
  main.store-top .brand-search .category-buttons ul {
    letter-spacing: -.45em;
    margin: -8px;
  }
  main.store-top .brand-search .category-buttons li,
  main.store-top .brand-search .category-buttons a {
    width: 72px;
    height: 62px;
  }
  main.store-top .brand-search .category-buttons li {
    letter-spacing: normal;
    margin: 5px 8px;
  }
  main.store-top .brand-search .category-buttons li a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 40px;
    height: 23px;
  }
  main.store-top .brand-search .category-buttons .search-woman a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3330px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-man a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2991px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-child a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2426px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-goods a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2652px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-food a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2539px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-make a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2878px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-sport a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3217px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-jewelry a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2765px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-cafe a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2313px;
    background-size: 95px 5667px;
  }
  main.store-top .brand-search .category-buttons .search-other a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3104px;
    background-size: 95px 5667px;
  }
  main.store-top .blog-area {
    margin-top: 10px;
    padding: 0;
    border-bottom: none;
    background: #FCE2ED;
  }
  main.store-top .blog-area .l-contents {
    padding: 20px 20px 10px;
  }
  main.store-top .blog-area .title {
    margin-bottom: 30px;
  }
  main.store-top .blog-area .more-link {
    position: absolute;
    right: 30px;
    top: 42px;
  }
  main.store-top .blog-area .item-list {
    margin: 0;
  }
  main.store-top .blog-area .item {
    overflow: hidden;
    position: relative;
    display: block;
    width: auto;
    margin: 0 0 30px;
  }
  main.store-top .blog-area .item a {
    position: relative;
    display: block;
    padding: 0;
  }
  main.store-top .blog-area .item a:hover {
    text-decoration: none;
  }
  main.store-top .blog-area .item a:hover:before {
    display: none;
  }
  main.store-top .blog-area .item .blog-tag {
    position: absolute;
    left: 130px;
    margin: 0;
  }
  main.store-top .blog-area .item .image {
    float: left;
    width: 120px;
    margin-bottom: 0;
  }
  main.store-top .blog-area .item .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.store-top .blog-area .item .date,
  main.store-top .blog-area .item .summary {
    margin-left: 130px;
  }
  main.store-top .blog-area .item .date {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 40px;
  }
  main.store-top .blog-area .item .summary {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.store-top .social-area {
    padding: 20px 5px 10px;
  }
  main.store-top .social-area .title {
    margin: 0 15px 20px;
  }
  main.store-top .social-area .sns-box {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  main.store-top .social-area .sns-head a,
  main.store-top .social-area .sns-head .no-link {
    display: table;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  main.store-top .social-area .subhead {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    width: 120px;
    margin-bottom: 0;
  }
  main.store-top .social-area .subhead span,
  main.store-top .social-area .subhead a {
    display: block;
    padding: 8px 0 6px 40px;
  }
  main.store-top .social-area .summary {
    vertical-align: middle;
    display: table-cell;
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 20px;
    margin-bottom: 0;
  }
  main.store-top .social-area .fb-official,
  main.store-top .social-area .fb-train {
    background: #F0F2F7;
  }
  main.store-top .social-area .fb-official:before,
  main.store-top .social-area .fb-train:before {
    display: none;
  }
  main.store-top .social-area .tw-official {
    background: #EBF8FE;
  }
  main.store-top .social-area .tw-official:before {
    display: none;
  }
  main.store-top .social-area .fb-tl,
  main.store-top .social-area .tw-tl {
    display: none;
  }
  main.store-top .member-area {
    position: relative;
    padding: 20px 20px 0;
  }
  main.store-top .member-area:before {
    left: 25px;
    width: 300px;
    height: 300px;
  }
  main.store-top .member-area .title {
    position: relative;
    margin-bottom: 25px;
  }
  main.store-top .member-area .item-list:after {
    display: none;
  }
  main.store-top .member-area .item-list .l-frame {
    margin: 0 -12px;
  }
  main.store-top .member-area .item {
    position: relative;
    width: 50%;
    padding: 10px 12px 20px;
    margin-right: 0;
    border-top: none;
    box-sizing: border-box;
  }
  main.store-top .member-area .item:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    border-top: 1px dotted #9E9EA0;
  }
  main.store-top .member-area .item .item-title {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
  }
  main.store-top .member-area .item .is-mobile span {
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  main.store-top .member-area .item .is-mobile span:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5032px;
    background-size: 95px 5667px;
    top: 50%;
    margin-top: -6px;
  }
  main.store-top .member-area .item .summary {
    display: none;
  }
  main.store-top .member-area .item .image {
    text-align: center;
    float: none;
    width: auto;
  }
  main.store-top .member-area .item .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/* メインスライド設定 */
main.store-top .main-visual {
  position: relative;
  overflow: hidden;
  padding: 35px 0 40px;
}
main.store-top .main-visual:before, main.store-top .main-visual:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 870px;
  margin-left: -335px;
}
main.store-top .main-visual:before {
  top: 0;
  bottom: 0;
  background: #fff;
}
main.store-top .main-visual:after {
  bottom: 0;
  border-bottom: 4px solid #F1F1F1;
}
main.store-top .main-visual .bx-wrapper {
  overflow: hidden;
  margin-bottom: 15px;
}
main.store-top .main-visual .bx-viewport {
  overflow: visible !important;
  margin: 0 auto;
  left: 100px;
  width: 790px !important;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.store-top .main-visual .store-main-slide {
  position: relative;
  overflow: hidden;
  width: 99999px !important;
}
main.store-top .main-visual .store-main-slide.no-slide {
  text-align: center;
  width: 870px !important;
  padding-left: 200px;
  margin: auto;
}
main.store-top .main-visual .store-main-slide.no-slide li {
  float: none;
  vertical-align: top;
  display: inline-block;
}
main.store-top .main-visual .store-main-slide li {
  float: left;
}
main.store-top .main-visual .store-main-slide li img {
  text-align: center;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
main.store-top .main-visual .store-main-slide a,
main.store-top .main-visual .store-main-slide .no-link {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #F8F8F8;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.08);
}
main.store-top .main-visual .bx-wrapper .bx-pager {
  bottom: 0;
  padding-top: 0;
}
main.store-top .main-visual .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
main.store-top .main-visual .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.store-top .main-visual .bx-prev {
  left: 50%;
  margin-left: -325px;
}
main.store-top .main-visual .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.store-top .main-visual .bx-next {
  right: 50%;
  margin-right: -525px;
}
main.store-top .main-visual .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
main.store-top .main-visual .mv-info {
  text-align: left;
  overflow: hidden;
  padding: 10px 40px 30px;
}
main.store-top .main-visual .mv-info .info-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
main.store-top .main-visual .mv-info .l-frame {
  float: left;
  width: 300px;
}
main.store-top .main-visual .mv-info .period,
main.store-top .main-visual .mv-info .place {
  margin-bottom: 10px;
}
main.store-top .main-visual .mv-info .summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 320px;
}
main.store-top .main-visual .mv-info .summary.no-data {
  margin-left: 0;
}
main.store-top .main-visual .store-main-pager {
  position: relative;
  text-align: center;
  width: 870px;
  padding-left: 200px;
  margin: 0 auto;
}
main.store-top .main-visual .store-main-pager li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 1px 8px;
}
main.store-top .main-visual .store-main-pager a {
  display: block;
}
main.store-top .main-visual .store-main-pager a:hover .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}
main.store-top .main-visual .store-main-pager span {
  padding: 2px;
  display: block;
}
main.store-top .main-visual .store-main-pager .set-border {
  position: relative;
}
main.store-top .main-visual .store-main-pager .set-border:after, main.store-top .main-visual .store-main-pager .set-border:before {
  content: '';
  position: absolute;
  width: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .main-visual .store-main-pager .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.store-top .main-visual .store-main-pager .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.store-top .main-visual .store-main-pager .frame-border:after, main.store-top .main-visual .store-main-pager .frame-border:before {
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.store-top .main-visual .store-main-pager .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.store-top .main-visual .store-main-pager .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.store-top .main-visual .store-main-pager .set-border:hover:after, main.store-top .main-visual .store-main-pager .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.store-top .main-visual .store-main-pager .set-border:hover .frame-border:after, main.store-top .main-visual .store-main-pager .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.store-top .main-visual .store-main-pager .frame-mask {
  display: block;
}
main.store-top .main-visual .store-main-pager .frame-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
}
main.store-top .main-visual .store-main-pager .active:after, main.store-top .main-visual .store-main-pager .active:before {
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.store-top .main-visual .store-main-pager .active .frame-border:after, main.store-top .main-visual .store-main-pager .active .frame-border:before {
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.store-top .main-visual .store-main-pager .active .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}
main.store-top .main-visual .mask-left,
main.store-top .main-visual .mask-right {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2370px;
  background: url(/irp5la00000000tk/bg_mask_dot01.png) repeat;
  transition: all 0.3s ease;
}
main.store-top .main-visual .mask-left:hover,
main.store-top .main-visual .mask-right:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .main-visual .mask-left {
  right: 830px;
}
main.store-top .main-visual .mask-right {
  left: 830px;
}
main.store-top .main-visual .mask-line-left,
main.store-top .main-visual .mask-line-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 40px;
  background: #fff;
}
main.store-top .main-visual .mask-line-left {
  right: 790px;
}
main.store-top .main-visual .mask-line-right {
  left: 790px;
}
main.store-top .main-visual a img {
  transition: all 0.3s ease;
}
main.store-top .main-visual a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.store-top .main-visual a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  main.store-top .main-visual {
    padding: 0;
    background: #fff;
    border-bottom: 4px solid #F1F1F1;
  }
  main.store-top .main-visual:before, main.store-top .main-visual:after {
    display: none;
  }
  main.store-top .main-visual .bx-viewport {
    overflow: hidden !important;
    left: 0;
    width: 100% !important;
    padding-bottom: 30px;
    margin: 0;
  }
  main.store-top .main-visual .store-main-slide.no-slide {
    text-align: center;
    width: auto !important;
    padding: 10px 10px 20px;
    margin: auto;
  }
  main.store-top .main-visual .store-main-slide.no-slide li {
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  main.store-top .main-visual .store-main-slide.no-slide li img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.store-top .main-visual .store-main-slide a {
    border-radius: 0;
  }
  main.store-top .main-visual .bx-wrapper .bx-pager {
    bottom: 0;
  }
  main.store-top .main-visual .bx-wrapper .bx-controls-direction a {
    top: 30px;
    margin-top: 0;
  }
  main.store-top .main-visual .bx-prev {
    left: 0;
    margin-left: 0;
  }
  main.store-top .main-visual .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.store-top .main-visual .bx-next {
    right: 0;
    margin-right: 0;
  }
  main.store-top .main-visual .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  main.store-top .main-visual .bx-pager.bx-default-pager a {
    position: relative;
    background: none;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
  }
  main.store-top .main-visual .bx-pager.bx-default-pager a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1098px;
    left: 0;
    top: 0;
  }
  main.store-top .main-visual .bx-pager.bx-default-pager .active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1122px;
    left: 0;
    top: 0;
  }
  main.store-top .main-visual .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.store-top .main-visual .mv-info {
    padding: 10px 15px 20px;
  }
  main.store-top .main-visual .mv-info .info-title {
    margin-bottom: 5px;
  }
  main.store-top .main-visual .mv-info .l-frame {
    overflow: hidden;
    float: none;
    width: auto;
  }
  main.store-top .main-visual .mv-info .period,
  main.store-top .main-visual .mv-info .place {
    float: left;
    margin: 0 0 10px;
  }
  main.store-top .main-visual .mv-info .period {
    width: 50%;
    margin-right: 2%;
  }
  main.store-top .main-visual .mv-info .place {
    width: 47%;
  }
  main.store-top .main-visual .mv-info .summary {
    margin: 0;
  }
  main.store-top .main-visual .store-main-pager {
    display: none;
  }
  main.store-top .main-visual .mask-left,
  main.store-top .main-visual .mask-right {
    display: none;
  }
}
/* トピックススライド設定 */
main.store-top .topics-list-slide {
  width: 790px;
  margin: auto;
}
main.store-top .topics-list-slide .bx-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 790px !important;
}
main.store-top .topics-list-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.store-top .topics-list-slide .bx-viewport ul {
  overflow: hidden;
  width: 99999px !important;
}
main.store-top .topics-list-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
main.store-top .topics-list-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.store-top .topics-list-slide .bx-prev {
  left: -30px;
}
main.store-top .topics-list-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.store-top .topics-list-slide .bx-next {
  right: -30px;
}
main.store-top .topics-list-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
main.store-top .topics-list-slide.is-not-initialized {
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 640px) {
  main.store-top .topics-area .item a {
    padding-bottom: 0;
  }
  main.store-top .topics-area .item .summary {
    display: none;
  }
  main.store-top .topics-list-slide {
    width: auto;
  }
  main.store-top .topics-list-slide.is-not-initialized {
    height: auto;
  }
}
/* タブヘッダー設定 */
main.store-top .weekly-info .tab-area .bx-wrapper {
  margin-bottom: 0;
}
main.store-top .weekly-info .tab-area .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  height: auto !important;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.store-top .weekly-info .tab-area .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
  border: none;
  box-sizing: border-box;
}
main.store-top .weekly-info .tab-area .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.store-top .weekly-info .tab-area ul {
  width: 99999px !important;
}
main.store-top .weekly-info .tab-area .bx-prev {
  left: -30px;
}
main.store-top .weekly-info .tab-area .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 40px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10590px;
}
main.store-top .weekly-info .tab-area .bx-next {
  right: -30px;
}
main.store-top .weekly-info .tab-area .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 40px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10964px;
}

@media screen and (max-width: 640px) {
  main.store-top .weekly-info .tab-area .tab-head {
    width: auto;
    padding: 0 35px;
  }
  main.store-top .weekly-info .tab-area .bx-wrapper {
    margin-bottom: 0;
  }
  main.store-top .weekly-info .tab-area .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;
  }
  main.store-top .weekly-info .tab-area .bx-prev {
    left: -35px;
  }
  main.store-top .weekly-info .tab-area .bx-prev:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 35px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5445px;
    background-size: 95px 5667px;
  }
  main.store-top .weekly-info .tab-area .bx-next {
    right: -35px;
  }
  main.store-top .weekly-info .tab-area .bx-next:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 35px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5632px;
    background-size: 95px 5667px;
  }
}
/* 1.1 お知らせ */
main.news .info-title {
  margin-bottom: 45px;
}
main.news .info-title .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.news .info-title .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}
main.news .info-title .target {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 30px;
}
main.news .info-title .from {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  padding: 0 30px;
}
main.news .column-group {
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 640px) {
  main.news .info-title {
    margin-bottom: 20px;
  }
  main.news .info-title .date {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
  }
  main.news .info-title .title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 12px;
  }
  main.news .info-title .title:after {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: 0;
    border: 2px solid #F1F1F1;
  }
  main.news .info-title .target {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0;
  }
  main.news .info-title .from {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    padding: 0;
  }
  main.news .column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 1.2 topics一覧 */
main.topics .topics-item {
  overflow: hidden;
  margin-bottom: 30px;
}
main.topics .topics-item .thumb {
  float: left;
  width: 320px;
}
main.topics .topics-item .thumb a {
  display: block;
  transition: all 0.3s ease;
}
main.topics .topics-item .thumb a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.topics .topics-item .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.topics .topics-item .info-area {
  float: right;
  width: 390px;
  padding-right: 40px;
}
main.topics .topics-item .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9E9EA0;
  margin: 0 -40px 25px 0;
}
main.topics .topics-item .l-frame {
  overflow: hidden;
  margin: 0 -20px 20px 0;
}
main.topics .topics-item .l-frame dl {
  float: left;
  width: 185px;
  margin-right: 10px;
}
main.topics .topics-item .summary {
  margin-bottom: 20px;
}
main.topics .topics-item .summary p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
main.topics .topics-item .mod-button a {
  text-align: center;
  display: block;
  padding: 12px 80px 10px 40px;
}
main.topics .topics-item.is-new .thumb {
  position: relative;
  padding-top: 35px;
}
main.topics .topics-item.is-new .icon-new {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  main.topics .topics-item {
    overflow: visible;
  }
  main.topics .topics-item .thumb {
    text-align: center;
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  main.topics .topics-item .info-area {
    float: none;
    width: auto;
    padding-right: 0;
  }
  main.topics .topics-item .title {
    padding-bottom: 5px;
    margin: 0 0 15px;
  }
  main.topics .topics-item .l-frame {
    margin: 0 0 5px;
  }
  main.topics .topics-item .l-frame dl {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  main.topics .topics-item .summary {
    margin-bottom: 10px;
  }
  main.topics .topics-item.is-new .thumb {
    position: relative;
    padding-top: 25px;
  }
  main.topics .topics-item.is-new .icon-new {
    top: -8px;
  }
}
/* 2.x フロアガイド */
main.floor-guide .floor-map {
  text-align: center;
  margin: 35px 0;
}
main.floor-guide .floor-map.floor-all {
  position: relative;
  padding-bottom: 39px;
  margin-bottom: 0;
}
main.floor-guide .floor-map.floor-all:after {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: 0;
  display: block;
  border-bottom: 4px solid #F1F1F1;
}
main.floor-guide .floor-map img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.floor-guide .floor-data {
  padding: 0 40px 40px;
  margin: 0 -40px;
  border-bottom: 4px solid #F1F1F1;
}
main.floor-guide .floor-data .button-links {
  text-align: center;
  margin-bottom: 40px;
}
main.floor-guide .floor-data .button-links li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 310px;
  margin: 0 40px;
}
main.floor-guide .floor-data .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0;
}
main.floor-guide .floor-list {
  margin: 0 -40px;
}
main.floor-guide .floor-list .tab-area.comp .tab-head li a {
  padding: 10px 50px 20px;
}
main.floor-guide .floor-list .floor-table {
  position: relative;
  padding: 2px 40px;
  margin: 25px 0;
}
main.floor-guide .floor-list .floor-table:before, main.floor-guide .floor-list .floor-table:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  border-bottom: 1px dashed #9E9EA0;
}
main.floor-guide .floor-list .floor-table:before {
  top: 0;
}
main.floor-guide .floor-list .floor-table:after {
  bottom: 0;
}
main.floor-guide .floor-list table {
  width: 100%;
  border-collapse: separate;
}
main.floor-guide .floor-list tr {
  cursor: pointer;
}
main.floor-guide .floor-list tr:hover th {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  background: #012893;
}
main.floor-guide .floor-list tr:hover td {
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  background: #fff;
}
main.floor-guide .floor-list th,
main.floor-guide .floor-list td {
  position: relative;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
  transition: all 0.3s ease;
}
main.floor-guide .floor-list th {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  width: 36px;
}
main.floor-guide .floor-list td {
  padding: 10px 15px;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.floor-guide .floor-list td .supp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.floor-guide .floor-list td .tag li {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
  padding: 2px 5px;
  margin-top: 3px;
  background: #ED6CA5;
  border-radius: 3px;
}
main.floor-guide .floor-list .is-arrow {
  width: 30px;
  padding: 10px 5px;
}
main.floor-guide .floor-list .is-arrow span {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  border-radius: 50%;
  background-color: #005096;
}
main.floor-guide .floor-list .icons {
  text-align: right;
  width: 400px;
  padding: 5px 8px;
}
main.floor-guide .floor-list .icons li {
  vertical-align: middle;
  display: inline-block;
  margin: 2px 2px;
}
main.floor-guide .floor-list .icons li img {
  line-height: 1;
  display: block;
  margin: 4px 0;
}
main.floor-guide .floor-list .is-odd th {
  background: #E6EAF4;
}
main.floor-guide .floor-list .is-odd td {
  background: #F8F8F8;
}
main.floor-guide .floor-list .is-even th {
  background: #CDD5EA;
}
main.floor-guide .floor-list .is-even td {
  background: #EEEEEE;
}
main.floor-guide .floor-list .is-out th {
  background: #B2B2B2;
}
main.floor-guide .floor-list .is-out td {
  background: #B2B2B2;
}
main.floor-guide .floor-list .is-out:hover th {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  background: #B2B2B2;
}
main.floor-guide .floor-list .is-out:hover td {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
  background: #B2B2B2;
}
main.floor-guide .icon-explanation {
  text-align: left;
  margin: 20px -12px 0;
}
main.floor-guide .icon-explanation li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 12px 10px;
}
main.floor-guide .icon-explanation li span {
  vertical-align: middle;
  display: inline-block;
}
main.floor-guide .icon-explanation li .icon {
  margin-right: 10px;
}
main.floor-guide .icon-explanation li .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.floor-guide .customer-message {
  padding: 20px 20px 0;
}
main.floor-guide .customer-message .title {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
main.floor-guide .customer-message .text {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
main.floor-guide .mod-accordion .info2 .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 120px 25px 75px;
}
main.floor-guide .mod-accordion .info2 .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8658px;
  left: 25px;
  top: 50%;
  margin-top: -15px;
}
main.floor-guide .mod-accordion .info2 .menu-body {
  padding: 0 40px 15px 75px;
}
main.floor-guide .mod-accordion .info2 .menu-body .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
main.floor-guide .mod-accordion .info2 .menu-body .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.floor-guide .mod-accordion .info2 .mod-button {
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  main.floor-guide .attention-info {
    margin-bottom: 0;
  }
  main.floor-guide .floor-map {
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  main.floor-guide .floor-map.floor-all {
    display: none;
  }
  main.floor-guide .floor-data {
    padding: 0 15px 15px;
    margin: 0 -15px;
  }
  main.floor-guide .floor-data .button-links {
    margin-bottom: 30px;
  }
  main.floor-guide .floor-data .button-links li {
    text-align: left;
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
  main.floor-guide .floor-list {
    margin: 0 -15px;
  }
  main.floor-guide .floor-list .tab-area.comp ul {
    padding: 0 15px;
  }
  main.floor-guide .floor-list .tab-area.comp .tab-head li a {
    padding: 8px 10px 15px;
  }
  main.floor-guide .floor-list .floor-table {
    position: relative;
    padding: 2px 15px;
    margin: 10px 0 20px;
  }
  main.floor-guide .floor-list .floor-table:before, main.floor-guide .floor-list .floor-table:after {
    display: none;
  }
  main.floor-guide .floor-list td {
    padding: 10px;
  }
  main.floor-guide .floor-list .is-arrow {
    vertical-align: middle;
  }
  main.floor-guide .floor-list .is-arrow span {
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -671px;
    background-size: 95px 5667px;
    background-color: #005096;
  }
  main.floor-guide .floor-list .icons {
    display: none;
  }
  main.floor-guide .icon-explanation {
    display: none;
  }
  main.floor-guide .customer-message {
    position: relative;
    margin-top: 20px;
    padding: 26px 0 0;
  }
  main.floor-guide .customer-message:before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    border-top: 4px solid #F1F1F1;
  }
  main.floor-guide .mod-accordion .info2 .menu-title {
    padding: 16px 90px 14px 50px;
  }
  main.floor-guide .mod-accordion .info2 .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4346px;
    background-size: 95px 5667px;
    left: 10px;
    margin-top: -15px;
  }
  main.floor-guide .mod-accordion .info2 .menu-body {
    padding: 15px;
  }
}
/* 3.x レストラン */
main.restaurant {
  /* 3.1.1レストラン詳細 */
}
main.restaurant .shop-list {
  overflow: hidden;
  position: relative;
  margin: -40px -40px 10px;
  letter-spacing: -.45em;
  padding: 0 15px 20px;
  border-bottom: 4px solid #F1F1F1;
}
main.restaurant .shop-data {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  z-index: -1;
  width: 230px;
  padding-top: 40px;
  border-top: 1px dashed #9E9EA0;
  margin: -1px 25px 25px;
}
main.restaurant .shop-data a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
main.restaurant .shop-data a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .shop-data a:hover {
  text-decoration: none;
}
main.restaurant .shop-data .floor {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  height: 20px;
  background: #EC6CA4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
main.restaurant .shop-data .floor span {
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.restaurant .shop-data .thumb {
  overflow: hidden;
  margin-bottom: 14px;
}
main.restaurant .shop-data .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.restaurant .shop-data .l-frame {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
  margin-bottom: 10px;
}
main.restaurant .shop-data .l-frame.no-logo {
  padding-left: 0;
}
main.restaurant .shop-data .genre {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
  height: 16px;
  padding: 1px 15px;
  background: #062D90;
  border-radius: 10px;
}
main.restaurant .shop-data .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
main.restaurant .shop-data .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.restaurant .shop-data .name {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
}
main.restaurant .shop-tags ul {
  margin: 0 -2px;
  text-align: left;
}
main.restaurant .shop-tags li {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
  text-align: center;
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
  margin: 0 2px 5px;
  height: 16px;
  border: 1px solid #0B318F;
  border-radius: 2px;
}
main.restaurant .restaurant-search {
  margin: 0 -30px 10px;
  padding: 15px 30px 0;
  background: #E6EAF4;
}
main.restaurant .restaurant-search .headline {
  position: relative;
  padding-left: 40px;
  margin-left: -15px;
  margin-bottom: 35px;
}
main.restaurant .restaurant-search .headline .jp,
main.restaurant .restaurant-search .headline .en {
  vertical-align: bottm;
  display: inline-block;
  margin: 0 10px;
}
main.restaurant .restaurant-search .headline .jp {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
}
main.restaurant .restaurant-search .headline .en {
  font-family: Century, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.restaurant .restaurant-search .headline:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9868px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-color: #062D90;
  border-radius: 50%;
}
main.restaurant .restaurant-search .heading {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
main.restaurant .restaurant-search .heading:before {
  left: 0;
  top: 50%;
}
main.restaurant .genre-search {
  padding-bottom: 25px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 20px;
}
main.restaurant .genre-search .heading:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8536px;
  margin-top: -10px;
}
main.restaurant .genre-search.is-last {
  border-bottom: none;
  margin-bottom: 0;
}
main.restaurant .genre-list ul {
  letter-spacing: -.45em;
  margin: 0 -10px;
}
main.restaurant .genre-list li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px;
}
main.restaurant .genre-list li a {
  display: block;
  transition: all 0.3s ease;
}
main.restaurant .genre-list li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .genre-list li a:hover {
  text-decoration: none;
}
main.restaurant .genre-list .thumb {
  margin-bottom: 10px;
}
main.restaurant .genre-list .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.restaurant .genre-list .genre {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 5px 2px 4px;
  background: #6A9AD4;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(153, 153, 153, 0.4);
}
main.restaurant .genre-list .genre.jp {
  background: #62C096;
}
main.restaurant .genre-list .genre.en {
  background: #EE518F;
}
main.restaurant .genre-list .genre.cn {
  background: #F7863A;
}
main.restaurant .genre-list .genre.cafe {
  background: #3AAEC7;
}
main.restaurant .genre-list .genre.other {
  background: #DDAD00;
}
main.restaurant .feature-search {
  padding-bottom: 25px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 20px;
}
main.restaurant .feature-search .heading:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8226px;
  margin-top: -10px;
}
main.restaurant .feature-search.is-last {
  border-bottom: none;
  margin-bottom: 0;
}
main.restaurant .feature-list ul {
  letter-spacing: -.45em;
  margin: 0 -5px;
}
main.restaurant .feature-list li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 10px;
}
main.restaurant .feature-list li .btn-own-room {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3946px;
}
main.restaurant .feature-list li .btn-reserve {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4262px;
}
main.restaurant .feature-list li .btn-wheelchair {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -7326px;
}
main.restaurant .feature-list li .btn-child-menu {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2606px;
}
main.restaurant .feature-list li .btn-baby-chair {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2338px;
}
main.restaurant .feature-list li .btn-smoking {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6790px;
}
main.restaurant .feature-list li .btn-nosmoking {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3678px;
}
main.restaurant .feature-list li .btn-take-out {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -7058px;
}
main.restaurant .feature-list li .btn-zashiki {
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -7594px;
}
main.restaurant .feature-list li a {
  color: #062D91;
  -webkit-text-stroke: 0.2px #062D91;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 100px;
  height: 23px;
  padding-top: 63px;
  border: 2px solid #062D91;
  background-color: #fff !important;
  border-radius: 3px;
  box-shadow: 0px 1px 1px #999999;
  transition: all 0.3s ease;
}
main.restaurant .feature-list li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .floor-search {
  position: relative;
}
main.restaurant .floor-search .heading:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8314px;
  margin-top: -10px;
}
main.restaurant .floor-search .subhead {
  text-align: center;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 14px;
  background: #A6BEDF;
  border-radius: 3px;
}
main.restaurant .store-block {
  overflow: hidden;
  padding: 20px 0 30px;
  border-top: 1px dashed #D8D8D9;
}
main.restaurant .store-block.is-first {
  padding-top: 0;
  border-top: none;
}
main.restaurant .store-block .store-name {
  float: left;
}
main.restaurant .store-block .floor-list {
  margin-left: 190px;
}
main.restaurant .store-block .floor-list ul {
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 1px;
}
main.restaurant .store-block .floor-list li {
  position: relative;
  letter-spacing: normal;
  float: left;
  border-left: 1px solid #D8D8D9;
  border-right: 1px solid #D8D8D9;
  margin-left: -1px;
}
main.restaurant .store-block .floor-list li a {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 54px;
  height: 30px;
  transition: all 0.3s ease;
}
main.restaurant .store-block .floor-list li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .store-block .floor-list li a:hover {
  text-decoration: none;
}
main.restaurant .main-image img {
  border-radius: 6px;
}
main.restaurant .restaurant-menu-slide {
  overflow: hidden;
  position: relative;
  margin: 0 -40px 40px;
  padding: 15px 35px 25px;
  border-bottom: 4px solid #F1F1F1;
}
main.restaurant .restaurant-menu-slide .bx-wrapper {
  margin-bottom: 0;
}
main.restaurant .restaurant-menu-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.restaurant .restaurant-menu-slide .bx-viewport .slide-wraper {
  overflow: hidden;
  width: 99999px !important;
}
main.restaurant .restaurant-menu-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 20px;
  height: 36px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
main.restaurant .restaurant-menu-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.restaurant .restaurant-menu-slide .bx-prev {
  left: -35px;
}
main.restaurant .restaurant-menu-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -188px;
}
main.restaurant .restaurant-menu-slide .bx-next {
  right: -35px;
}
main.restaurant .restaurant-menu-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -618px;
}
main.restaurant .restaurant-menu-slide .recommend-info {
  overflow: hidden;
  float: left;
  width: 390px;
  padding: 0 5px;
}
main.restaurant .restaurant-menu-slide .recommend-info a {
  display: block;
  transition: all 0.3s ease;
}
main.restaurant .restaurant-menu-slide .recommend-info a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .restaurant-menu-slide .image {
  float: left;
  width: 140px;
}
main.restaurant .restaurant-menu-slide .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.restaurant .restaurant-menu-slide .l-frame {
  margin-left: 150px;
}
main.restaurant .restaurant-menu-slide .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
main.restaurant .restaurant-menu-slide .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
main.restaurant .restaurant-menu-slide .period,
main.restaurant .restaurant-menu-slide .place {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
main.restaurant .news-area {
  overflow: hidden;
  position: relative;
  margin: 0 -40px 10px;
  padding: 0 40px 25px;
  border-bottom: 4px solid #F1F1F1;
}
main.restaurant .news-area .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 35px;
  margin-bottom: 15px;
  background: #FDEE92;
  border-radius: 6px;
  line-height: 1.2;
}
main.restaurant .news-area .item-list {
  overflow: hidden;
  padding: 0 40px;
}
main.restaurant .news-area .item {
  padding: 15px 0;
  border-top: 1px dashed #9E9EA0;
  margin-top: -1px;
}
main.restaurant .news-area .item a {
  display: block;
}
main.restaurant .news-area .item a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
main.restaurant .news-area .item a:hover:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .news-area .meta {
  overflow: hidden;
  margin-bottom: 15px;
}
main.restaurant .news-area .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
main.restaurant .news-area .link-icon {
  vertical-align: middle;
  display: inline-block;
}
main.restaurant .news-area .summary {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.restaurant .customer-message {
  overflow: hidden;
  margin-top: -37px;
  padding: 15px 20px;
  background-color: #FEF7C9;
  border-radius: 6px;
}
main.restaurant .customer-message .title {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}
main.restaurant .customer-message .text {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.restaurant .restaurant-data {
  text-align: center;
}
main.restaurant .shop-frame {
  *zoom: 1;
}
main.restaurant .shop-frame:after {
  content: "";
  display: table;
  clear: both;
}
main.restaurant .shop-logo {
  max-width: 320px;
  margin: 0 auto 30px;
  text-align: center;
}
main.restaurant .shop-logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.restaurant .restaurant-photo-slide {
  overflow: hidden;
  width: 340px;
  margin: 0 auto;
}
main.restaurant .restaurant-photo-slide .bx-wrapper {
  margin-bottom: 5px;
}
main.restaurant .restaurant-photo-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.restaurant .restaurant-photo-slide .photo-list {
  overflow: hidden;
  width: 99999px !important;
}
main.restaurant .restaurant-photo-slide .photo-list li {
  float: left;
  overflow: hidden;
}
main.restaurant .restaurant-photo-slide .photo-list li img {
  margin: 0 auto;
}
main.restaurant .restaurant-photo-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 20px;
  height: 36px;
  text-indent: -9999px;
  z-index: 50;
  background: #454545;
}
main.restaurant .restaurant-photo-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.restaurant .restaurant-photo-slide .bx-prev {
  left: 0;
}
main.restaurant .restaurant-photo-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -188px;
}
main.restaurant .restaurant-photo-slide .bx-next {
  right: 0;
}
main.restaurant .restaurant-photo-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -618px;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager {
  margin-bottom: 25px;
  padding: 0 10px;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager ul {
  letter-spacing: -.45em;
  text-align: left;
  margin: 0 -3px;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li {
  vertical-align: top;
  display: inline-block;
  margin: 0 1px 5px;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border {
  position: relative;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:before {
  content: '';
  position: absolute;
  width: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-border:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-border:before {
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:hover:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:hover .frame-border:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li a {
  display: block;
  padding: 2px;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li a:hover .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-mask {
  display: block;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .frame-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .active:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .active:before {
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .active .frame-border:after, main.restaurant .restaurant-photo-slide .photo-slide-pager li .active .frame-border:before {
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.restaurant .restaurant-photo-slide .photo-slide-pager li .active .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}
main.restaurant .floormap-btn {
  text-align: center;
}
main.restaurant .floormap-btn a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 27px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: 27px;
  padding: 1px 20px 1px 40px;
  background: #062D90;
  border-radius: 16px;
  transition: all 0.3s ease;
}
main.restaurant .floormap-btn a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.restaurant .floormap-btn a:before {
  left: 20px;
  top: 50%;
  content: '';
  position: absolute;
  width: 13px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9180px;
  margin-top: -10px;
}
main.restaurant .shop-info table {
  width: 100%;
  margin-bottom: 10px;
}
main.restaurant .shop-info table th {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  width: 90px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
main.restaurant .shop-info table td {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.restaurant .shop-info .budget p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
main.restaurant .shop-info .budget p:before {
  left: 0;
  top: 49%;
}
main.restaurant .shop-info .budget .note {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  padding: 0;
  margin: 10px 0 0;
}
main.restaurant .shop-info .lunch:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8994px;
  margin-top: -9px;
}
main.restaurant .shop-info .dinner:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8094px;
  margin-top: -9px;
}
main.restaurant .send-button {
  text-align: left;
}
main.restaurant .send-button .mod-button {
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
}
main.restaurant .send-button .mod-button a {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px 50px 4px 40px;
}
main.restaurant .send-button .mod-button a:before {
  width: 30px;
}
main.restaurant .send-button .mod-button a:after {
  right: 10px;
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1242px;
  margin-top: -5px;
}
main.restaurant .send-button .mod-button.mail span, main.restaurant .send-button .mod-button.line span {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
main.restaurant .send-button .mod-button.mail span:before, main.restaurant .send-button .mod-button.line span:before {
  left: -25px;
  top: 49%;
}
main.restaurant .send-button .mod-button.mail span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9050px;
  margin-top: -6px;
}
main.restaurant .send-button .mod-button.line span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 18px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8918px;
  margin-top: -9px;
}
main.restaurant .restaurant-data .shop-tags {
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 1px dashed #9E9EA0;
}
main.restaurant .detail-intro {
  padding-left: 80px;
}
main.restaurant .detail-intro .column-block {
  margin-bottom: 20px;
}
main.restaurant .detail-intro .mod-title.type3 {
  margin-right: 0;
  background: #FFEB99;
}
main.restaurant .detail-intro .mod-entry {
  padding: 0 30px 10px 0;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 10px;
}
main.restaurant .detail-intro .mod-entry.is-only {
  border-bottom: none;
}
main.restaurant .detail-intro .mod-entry.is-last {
  border-bottom: none;
  margin-bottom: -40px;
}
main.restaurant .detail-intro .restaurant-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
main.restaurant .detail-intro .restaurant-text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
main.restaurant .detail-intro .notes {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  padding: 10px 15px;
  border-top: 1px solid #EBEDEC;
}
main.restaurant .detail-intro .shop-summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.restaurant .detail-intro .shop-summary p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
main.restaurant .detail-intro .shop-summary .mod-entry {
  margin-bottom: -20;
  padding-bottom: 0;
  border-bottom: none;
}
main.restaurant .detail-intro .shop-summary .mod-entry .image-set {
  margin-bottom: 5px;
}
main.restaurant .detail-intro .shop-summary .mod-entry .l-frame {
  margin-bottom: 20px;
}
main.restaurant .menu-list {
  margin-bottom: 30px;
  padding-left: 30px;
}
main.restaurant .menu-list .item {
  *zoom: 1;
  margin-bottom: 10px;
  padding: 0 20px 5px 0;
  border-bottom: 1px dashed #9E9EA0;
}
main.restaurant .menu-list .item:after {
  content: "";
  display: table;
  clear: both;
}
main.restaurant .menu-list .item .menu {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  width: 520px;
}
main.restaurant .menu-list .item .price {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
main.restaurant .restaurant-search-tab {
  padding: 35px 40px 0;
  margin: 0 -40px 10px;
  background: #fff;
  background: #E6EAF5;
}
main.restaurant .restaurant-search-tab .headline {
  margin: 0 -15px 35px;
}
main.restaurant .restaurant-search-tab .mod-tab {
  margin: 0 -40px;
}
main.restaurant .restaurant-search-tab .tab-head ul {
  padding: 0 60px;
  border-bottom: 1px dashed #9E9EA0;
  background: #E6EAF5;
}
main.restaurant .restaurant-search-tab .tab-head li a {
  padding: 0 50px;
  background: #BBC4E1;
}
main.restaurant .restaurant-search-tab .tab-head li a:hover {
  background: #fff;
}
main.restaurant .restaurant-search-tab .tab-head .is-crnt a {
  background: #fff;
}
main.restaurant .restaurant-search-tab .tab-body {
  border: none;
  background: #fff;
}
main.restaurant .primary-contents {
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  main.restaurant {
    /* 3.1.1レストラン詳細 */
  }
  main.restaurant .shop-list {
    margin: -20px -15px 25px;
    padding: 0;
    border-bottom: none;
  }
  main.restaurant .shop-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
  }
  main.restaurant .shop-data {
    display: block;
    width: auto;
    padding: 20px 15px 0;
    margin: 0 0 10px;
  }
  main.restaurant .shop-data .floor {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    position: static;
    border-radius: 5px;
    margin-left: 130px;
  }
  main.restaurant .shop-data .floor span {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.restaurant .shop-data .thumb {
    float: left;
    width: 120px;
    margin-bottom: 10px;
  }
  main.restaurant .shop-data .thumb img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.restaurant .shop-data .l-frame {
    position: relative;
    overflow: visible;
    padding-left: 0;
    margin: 0 0 10px 130px;
  }
  main.restaurant .shop-data .genre {
    color: #062D90;
    -webkit-text-stroke: 0.2px #062D90;
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: -20px;
    left: 50px;
    background: none;
  }
  main.restaurant .shop-data .logo {
    display: none;
  }
  main.restaurant .shop-data .name {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 5px;
  }
  main.restaurant .shop-tags {
    clear: both;
  }
  main.restaurant .shop-tags ul {
    margin: 0 -2px;
  }
  main.restaurant .shop-tags li {
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    line-height: 16px;
    vertical-align: top;
    display: inline-block;
    padding: 0 5px;
    margin: 0 2px 5px;
    height: 16px;
    border: 1px solid #0B318F;
    border-radius: 2px;
  }
  main.restaurant .restaurant-search {
    padding: 0;
    margin: 10px -15px 0;
  }
  main.restaurant .restaurant-search .headline {
    position: relative;
    padding: 10px 10px 10px 60px;
    margin: 0;
    border-top: 2px solid #E0DEDD;
    border-bottom: 2px solid #E0DEDD;
  }
  main.restaurant .restaurant-search .headline .jp,
  main.restaurant .restaurant-search .headline .en {
    display: block;
    margin: 0;
  }
  main.restaurant .restaurant-search .headline:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4951px;
    background-size: 95px 5667px;
    left: 15px;
    margin-top: -15px;
    background-color: #062D91;
  }
  main.restaurant .restaurant-search .headline:after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1775px;
    background-size: 95px 5667px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    background-color: #062D91;
  }
  main.restaurant .restaurant-search .headline.is-open:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1807px;
    background-size: 95px 5667px;
    background-color: #BDCFE2;
  }
  main.restaurant .restaurant-search .heading {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    height: 50px;
    padding: 15px 10px 15px 60px;
    margin: -1px 0 0;
    border-top: 1px solid #E0DEDD;
    border-bottom: 1px solid #E0DEDD;
    box-sizing: border-box;
  }
  main.restaurant .restaurant-search .heading:before {
    left: 20px;
  }
  main.restaurant .restaurant-search .heading:after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1711px;
    background-size: 95px 5667px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    background-color: #062D91;
  }
  main.restaurant .restaurant-search .heading.is-open {
    border-bottom: none;
  }
  main.restaurant .restaurant-search .heading.is-open:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1743px;
    background-size: 95px 5667px;
    background-color: #BDCFE2;
  }
  main.restaurant .restaurant-search .sp-menu-lv1 {
    display: none;
  }
  main.restaurant .restaurant-search .sp-menu-lv2 {
    display: none;
    position: relative;
    padding: 15px 0 1px;
  }
  main.restaurant .restaurant-search .sp-menu-lv2:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: 1px dotted #E0DEDD;
  }
  main.restaurant .restaurant-search.show-all .headline:after {
    display: none;
  }
  main.restaurant .restaurant-search.show-all .heading {
    border-bottom: none;
  }
  main.restaurant .restaurant-search.show-all .heading:after {
    display: none;
  }
  main.restaurant .restaurant-search.show-all .sp-menu-lv1 {
    display: block;
  }
  main.restaurant .restaurant-search.show-all .sp-menu-lv2 {
    display: block;
    position: relative;
  }
  main.restaurant .genre-search {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  main.restaurant .genre-search .heading:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4280px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.restaurant .genre-list ul {
    margin: 0;
  }
  main.restaurant .genre-list li {
    width: 33.3%;
    margin: 0 0 10px;
  }
  main.restaurant .genre-list li a {
    margin: 0 10px;
  }
  main.restaurant .genre-list .genre {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.restaurant .feature-search {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  main.restaurant .feature-search .heading:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4125px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.restaurant .feature-list ul {
    margin: 0 5px 10px;
  }
  main.restaurant .feature-list li {
    width: 33.3%;
    margin: 0;
  }
  main.restaurant .feature-list li a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
    margin: 0 5px 10px;
  }
  main.restaurant .feature-list li .btn-own-room {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -2020px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-reserve {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -2178px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-wheelchair {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -3710px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-child-menu {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -1350px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-baby-chair {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -1216px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-smoking {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -3442px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-nosmoking {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -1886px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-take-out {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -3576px;
    background-size: 95px 5667px;
  }
  main.restaurant .feature-list li .btn-zashiki {
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 50% -3844px;
    background-size: 95px 5667px;
  }
  main.restaurant .floor-search .heading:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4169px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.restaurant .floor-search .subhead {
    margin-bottom: 14px;
  }
  main.restaurant .store-block {
    padding: 12px 15px 0;
    border-top: none;
  }
  main.restaurant .store-block.is-first {
    padding-top: 0;
  }
  main.restaurant .store-block .store-name {
    float: none;
    margin-bottom: 15px;
  }
  main.restaurant .store-block .store-name img {
    height: 20px;
  }
  main.restaurant .store-block .floor-list {
    margin-left: 0;
  }
  main.restaurant .store-block .floor-list ul {
    margin-bottom: 5px;
  }
  main.restaurant .store-block .floor-list li {
    margin-bottom: 10px;
  }
  main.restaurant .main-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.restaurant .restaurant-menu-slide {
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  main.restaurant .restaurant-menu-slide .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 30px;
    height: 60px;
  }
  main.restaurant .restaurant-menu-slide .bx-prev {
    left: -10px;
  }
  main.restaurant .restaurant-menu-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.restaurant .restaurant-menu-slide .bx-next {
    right: -10px;
  }
  main.restaurant .restaurant-menu-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  main.restaurant .restaurant-menu-slide .recommend-info {
    float: none;
    width: auto;
    padding: 0;
  }
  main.restaurant .restaurant-menu-slide .recommend-info a {
    padding: 0 25px 10px;
  }
  main.restaurant .restaurant-menu-slide .recommend-info:first-child {
    border-top: none;
  }
  main.restaurant .restaurant-menu-slide .recommend-info:first-child a {
    padding-top: 0;
  }
  main.restaurant .restaurant-menu-slide .image {
    width: 120px;
  }
  main.restaurant .restaurant-menu-slide .l-frame {
    margin-left: 130px;
  }
  main.restaurant .restaurant-menu-slide .menu-title {
    margin-bottom: 10px;
  }
  main.restaurant .restaurant-menu-slide .summary {
    margin-bottom: 13px;
  }
  main.restaurant .restaurant-menu-slide .period,
  main.restaurant .restaurant-menu-slide .place {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  main.restaurant .restaurant-menu-slide .period dd,
  main.restaurant .restaurant-menu-slide .place dd {
    margin-left: 60px;
  }
  main.restaurant .news-area {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: none;
  }
  main.restaurant .news-area .title {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  main.restaurant .news-area .item-list {
    padding: 0;
  }
  main.restaurant .news-area .item {
    margin-top: 0;
  }
  main.restaurant .customer-message {
    margin-top: -17px;
    padding: 10px 15px;
  }
  main.restaurant .shop-frame .column-block {
    margin-bottom: 20px;
  }
  main.restaurant .shop-logo {
    margin-bottom: 20px;
  }
  main.restaurant .restaurant-photo-slide {
    overflow: hidden;
    width: auto;
    max-width: 340px;
  }
  main.restaurant .restaurant-photo-slide .photo-list li {
    padding: 0 10px;
  }
  main.restaurant .restaurant-photo-slide .photo-list li img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.restaurant .restaurant-photo-slide .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 30px;
    height: 60px;
  }
  main.restaurant .restaurant-photo-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.restaurant .restaurant-photo-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  main.restaurant .restaurant-photo-slide .photo-slide-pager {
    margin-bottom: 17px;
  }
  main.restaurant .shop-info table {
    margin-bottom: 17px;
  }
  main.restaurant .shop-info table th,
  main.restaurant .shop-info table td {
    white-space: normal;
  }
  main.restaurant .shop-info table th {
    vertical-align: top;
  }
  main.restaurant .shop-info .budget p {
    padding-left: 25px;
  }
  main.restaurant .shop-info .lunch:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4508px;
    background-size: 95px 5667px;
    margin-top: -7.5px;
  }
  main.restaurant .shop-info .dinner:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4058px;
    background-size: 95px 5667px;
    margin-top: -7.5px;
  }
  main.restaurant .send-button {
    margin: 0 30px;
  }
  main.restaurant .send-button .mod-button {
    display: block;
    margin: 0 0 10px;
  }
  main.restaurant .send-button .mod-button a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    padding: 12px 50px 10px 40px;
  }
  main.restaurant .send-button .mod-button a:before {
    width: 40px;
  }
  main.restaurant .send-button .mod-button a:after {
    right: 13px;
    content: '';
    position: absolute;
    width: 11px;
    height: 19px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -799px;
    background-size: 95px 5667px;
    margin-top: -9.5px;
  }
  main.restaurant .send-button .mod-button.mail span:before, main.restaurant .send-button .mod-button.line span:before {
    left: -35px;
  }
  main.restaurant .send-button .mod-button.mail span:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 18px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4533px;
    background-size: 95px 5667px;
    margin-top: -9px;
  }
  main.restaurant .send-button .mod-button.line span:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 25px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4470px;
    background-size: 95px 5667px;
    margin-top: -12.5px;
  }
  main.restaurant .restaurant-data .shop-tags {
    margin: 0 -15px;
    padding: 15px 15px 10px;
    border-top: 4px solid #F1F1F1;
  }
  main.restaurant .detail-intro {
    padding-left: 15px;
  }
  main.restaurant .detail-intro .mod-entry {
    padding-right: 0;
  }
  main.restaurant .detail-intro .mod-entry {
    padding-right: 0;
    border-bottom: 1px dotted #9E9EA0;
  }
  main.restaurant .detail-intro .mod-entry.is-last {
    padding-bottom: 0;
    margin-bottom: -30px;
    border-bottom: none;
  }
  main.restaurant .menu-list {
    padding-left: 0;
  }
  main.restaurant .menu-list .item .menu {
    width: 70%;
  }
  main.restaurant .restaurant-search-tab {
    margin: 10px -15px;
    padding: 0;
  }
  main.restaurant .restaurant-search-tab .headline {
    margin: 0;
  }
  main.restaurant .restaurant-search-tab .heading {
    display: none;
  }
  main.restaurant .restaurant-search-tab .sp-menu-lv1,
  main.restaurant .restaurant-search-tab .sp-menu-lv2 {
    display: block;
    background: #fff;
  }
  main.restaurant .restaurant-search-tab .tab-head ul {
    padding-top: 25px;
    border-bottom: none;
  }
  main.restaurant .restaurant-search-tab .tab-head li a {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    line-height: 1.2;
    height: auto;
  }
  main.restaurant .restaurant-search-tab .tab-body {
    margin: 0;
    padding: 0 40px;
  }
}
main.event .event-data {
  position: relative;
  overflow: hidden;
  width: 730px;
  margin: 0 auto 25px;
}
main.event .event-data .l-frame {
  float: left;
  width: 360px;
}
main.event .event-data .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
main.event .event-data .place,
main.event .event-data .period {
  margin-bottom: 10px;
}
main.event .event-data .mod-wysiwyg {
  margin: 20px 0;
}
main.event .event-data .notes li {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.event .event-data .image-set {
  float: right;
  width: 320px;
}
main.event .event-data .image-set .figure,
main.event .event-data .image-set figure {
  margin: 0 auto 15px;
}
main.event .event-data .image-set .figcaption,
main.event .event-data .image-set figcaption {
  text-align: left;
}
main.event .event-data .image-set .figcaption .mod-wysiwyg,
main.event .event-data .image-set figcaption .mod-wysiwyg {
  margin: 0;
}
main.event .event-data .image-set .figcaption .mod-wysiwyg :last-child,
main.event .event-data .image-set figcaption .mod-wysiwyg :last-child {
  margin-bottom: 0;
}
main.event .event-data .image-set img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.event .relation-links {
  width: 690px;
  padding: 30px 15px 5px;
  margin: 0 auto 30px;
  background: #F6F6F6;
}
main.event .relation-links .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
main.event .relation-links .row-frame {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px dashed #9E9EA0;
}
main.event .relation-links .entry-box {
  position: relative;
  float: left;
  width: 315px;
  margin-left: 25px;
  overflow: hidden;
}
main.event .relation-links .entry-box a {
  overflow: hidden;
  display: block;
  transition: all 0.3s ease;
}
main.event .relation-links .entry-box a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.event .relation-links .entry-box .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
main.event .relation-links .entry-box .period dt {
  float: none;
}
main.event .relation-links .entry-box .period dd {
  margin: 0;
  display: block;
}
main.event .relation-links .entry-box .period dd time {
  word-break: break-all;
}
main.event .relation-links .entry-box .more-link {
  margin-top: 12px;
}
main.event .relation-links .entry-box .more-link .no-link {
  color: #002692;
  -webkit-text-stroke: 0.2px #002692;
}
main.event .relation-links .entry-box .more-link .no-link:after {
  background-color: #002692;
}
main.event .relation-links .entry-box .image-set .figure,
main.event .relation-links .entry-box .image-set figure {
  margin: 0;
}
main.event .relation-links .image-set {
  position: static;
}
main.event .page-footer {
  width: 720px;
  margin: 0 auto 30px;
}
main.event .page-footer .note {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.event.event-top .menu-title {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 0 15px 35px;
}
main.event.event-top .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8756px;
  margin-top: -15px;
  left: -15px;
  top: 50%;
}
main.event.event-top .menu-title span {
  vertical-align: middle;
  display: inline-block;
}
main.event.event-top .menu-title .jp {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 20px;
}
main.event.event-top .menu-title .en {
  font-family: Century, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.event.event-top .event-tab {
  margin: 0 0 30px -10px;
}
main.event.event-top .place-name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 -15px 20px;
}
main.event.event-top .calender-area {
  margin: 0 -40px 40px;
}
main.event.event-top .calender-area .row-frame {
  margin: 0 -10px 0 -20px;
  padding: 30px 0;
  border-top: 1px dashed #9E9EA0;
}
main.event.event-top .calender-area .row-frame:first-child {
  padding-top: 0;
  border-top: none;
}
main.event.event-top .calender-area .month {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 15px 25px;
  border-bottom: 4px solid #F1F1F1;
}
main.event.event-top .calender-area .event-area {
  *zoom: 1;
  padding: 0 10px 0 18px;
}
main.event.event-top .calender-area .event-area:after {
  content: "";
  display: table;
  clear: both;
}
main.event.event-top .calender-area .event-area .event-text table {
  width: 100%;
  margin-bottom: 15px;
}
main.event.event-top .calender-area .event-area .event-text table th,
main.event.event-top .calender-area .event-area .event-text table td {
  width: 33.3%;
  padding: 10px;
  border: 1px solid #ccc;
}
main.event.event-top .calender-area .event-area .event-text table th {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: #0B318F;
}
main.event.event-top .calender-area .event-area .event-text table td {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.event.event-top .calender-area .event-area .event-text table a {
  color: #0B318E;
  -webkit-text-stroke: 0.2px #0B318E;
  text-decoration: underline;
}
main.event.event-top .calender-area .event-area .event-text table .period {
  white-space: nowrap;
}
main.event.event-top .calender-area .event-area .event-text table .period {
  width: 170px;
}
main.event.event-top .calender-area .event-area .event-text table .remarks {
  width: 300px;
}
main.event.event-top .calender-area .event-area .event-text .note {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.event.event-top .relation-links {
  padding-left: 20px;
  padding-right: 20px;
}
main.event.event-top .relation-links .row-frame {
  padding: 30px 5px 20px 20px;
}
main.event.event-top .relation-links .row-frame:first-child {
  padding-top: 0;
  border-top: none;
}
main.event.event-top .relation-links .row-frame .l-frame {
  width: 360px;
}
main.event.event-top .relation-links .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.event.event-top .relation-links .more-link {
  margin-top: 12px;
}
main.event.event-top .relation-links .more-link span {
  color: #002692;
  -webkit-text-stroke: 0.2px #002692;
}
main.event.event-top .relation-links .more-link span:after {
  background-color: #002692;
}
main.event.event-top .event-entry {
  position: relative;
  overflow: hidden;
}
main.event.event-top .event-entry a {
  *zoom: 1;
  display: block;
  transition: all 0.3s ease;
}
main.event.event-top .event-entry a:after {
  content: "";
  display: table;
  clear: both;
}
main.event.event-top .event-entry a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.event.event-top .event-entry .l-frame {
  float: left;
}
main.event.event-top .event-entry .image-set {
  margin-bottom: 0;
}
main.event.event-top .event-entry .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
main.event.event-top .event-entry .period,
main.event.event-top .event-entry .place {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  main.event .event-data {
    position: relative;
    width: auto;
    padding: 0 15px;
    margin: 0 -15px 25px;
    border-bottom: 4px solid #F1F1F1;
  }
  main.event .event-data .l-frame {
    float: none;
    width: auto;
  }
  main.event .event-data .name {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  main.event .event-data .meta {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
  }
  main.event .event-data .mod-wysiwyg {
    margin-bottom: 10px;
  }
  main.event .event-data .notes {
    margin-bottom: 10px;
  }
  main.event .event-data .notes li {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
  }
  main.event .event-data .image-set {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }
  main.event .relation-links {
    width: auto;
    padding: 25px 10px 5px;
    margin: 0 auto 20px;
  }
  main.event .relation-links .title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main.event .relation-links .row-frame {
    padding: 0;
    border: none;
  }
  main.event .relation-links .entry-box {
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    border-top: 1px dashed #9E9EA0;
    margin-bottom: 15px;
  }
  main.event .relation-links .entry-box .name {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.event .relation-links .entry-box .image-set {
    float: right;
    max-width: 42% !important;
    margin-bottom: 0;
  }
  main.event .relation-links .entry-box .image-set .figure,
  main.event .relation-links .entry-box .image-set figure {
    margin: 0;
  }
  main.event .relation-links .entry-box .l-frame {
    margin-right: 44% !important;
  }
  main.event .page-footer {
    width: auto;
  }
  main.event.event-top .page-head {
    margin-bottom: 10px;
  }
  main.event.event-top .menu-title {
    position: relative;
    margin-bottom: 10px;
    padding: 0 80px 0 50px;
  }
  main.event.event-top .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4395px;
    background-size: 95px 5667px;
    margin-top: -15px;
    left: 0;
    top: 50%;
  }
  main.event.event-top .menu-title .jp {
    display: block;
    margin-right: 0;
  }
  main.event.event-top .event-tab {
    margin: 0 -15px;
  }
  main.event.event-top .event-tab .tab-head ul {
    padding: 0 15px;
    border-bottom: 1px dashed #9E9EA0;
  }
  main.event.event-top .event-tab .tab-head.bottom {
    margin: -2px 0 0;
  }
  main.event.event-top .event-tab .tab-head.bottom ul {
    border-top: 1px dashed #9E9EA0;
    border-bottom: none;
  }
  main.event.event-top .event-tab .tab-body {
    padding-bottom: 25px;
    border: none;
  }
  main.event.event-top .place-name {
    margin: 0 10px 20px;
  }
  main.event.event-top .calender-area {
    margin: 0 -15px;
    padding-bottom: 25px;
    border-bottom: 4px solid #F1F1F1;
  }
  main.event.event-top .calender-area .month {
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  main.event.event-top .calender-area .event-area {
    overflow: hidden;
    padding: 0 10px;
  }
  main.event.event-top .calender-area .event-area .event-text table {
    margin-bottom: 0;
  }
  main.event.event-top .calender-area .event-area .event-text table th,
  main.event.event-top .calender-area .event-area .event-text table td {
    width: auto;
    padding: 8px 10px;
  }
  main.event.event-top .calender-area .event-area .event-text table .remarks {
    display: none;
  }
  main.event.event-top .calender-area .event-area .event-text .note {
    display: none;
  }
  main.event.event-top .relation-links {
    margin: 0 -15px;
    padding: 15px 10px 15px 15px;
  }
  main.event.event-top .relation-links .row-frame {
    margin: 0 -10px 0 -15px;
    padding: 10px 10px 0 15px;
    border-top: 1px dotted #999;
  }
  main.event.event-top .relation-links .row-frame .l-frame {
    float: left;
    width: 55%;
  }
  main.event.event-top .relation-links .row-frame .image-set {
    float: right;
    width: 40%;
    margin: 0;
  }
  main.event.event-top .relation-links .name {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  main.event.event-top .relation-links .meta {
    padding-top: 0;
    border: none;
  }
  main.event.event-top .relation-links .period dt,
  main.event.event-top .relation-links .place dt {
    float: none;
    margin-bottom: 5px;
  }
  main.event.event-top .relation-links .period dd,
  main.event.event-top .relation-links .place dd {
    margin-left: 0;
  }
  main.event.event-top .relation-links .text {
    display: none;
  }
  main.event.event-top .relation-links .more-link {
    display: none;
  }
  main.event.event-top .event-entry .name {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8;
  }
}
/* 5.0 Webチラシ */
main.web-flyer .flyer-group {
  margin-bottom: 40px;
}
main.web-flyer .flyer-group .mod-title {
  margin-bottom: 20px;
}
main.web-flyer .flyer-group .supp-text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.web-flyer .flyer-group .supp-text p {
  margin-bottom: 1.0em;
}
main.web-flyer .flyer-list {
  overflow: hidden;
  letter-spacing: -.45em;
  margin: 0 -15px;
}
main.web-flyer .flyer-list li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 230px;
  border-top: 1px dashed #9E9EA0;
  margin: -1px 15px 15px;
}
main.web-flyer .flyer-list a {
  position: relative;
  display: block;
  padding-top: 25px;
  transition: all 0.3s ease;
}
main.web-flyer .flyer-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.web-flyer .flyer-list .icon-new {
  position: absolute;
  right: 0;
  top: -3px;
}
main.web-flyer .flyer-list .image {
  text-align: center;
  margin-bottom: 20px;
}
main.web-flyer .flyer-list .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.web-flyer .flyer-list .name {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
main.web-flyer .flyer-list .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.web-flyer .flyer-list .summary a {
  padding-top: 0;
}
main.web-flyer .view-about .l-frame {
  overflow: hidden;
}
main.web-flyer .view-about .view {
  width: 315px;
  margin-bottom: 20px;
}
main.web-flyer .view-about .view.pc {
  float: left;
}
main.web-flyer .view-about .view.sp {
  float: right;
}
main.web-flyer .view-about .view h4 {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.web-flyer .view-about .view dl {
  margin-bottom: 15px;
}
main.web-flyer .view-about .view dt {
  position: relative;
  padding-left: 20px;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.web-flyer .view-about .view dt:before {
  content: "● ";
  color: #012893;
  -webkit-text-stroke: 0.2px #012893;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
}
main.web-flyer .view-about .view dd {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.web-flyer .view-about .view li {
  text-indent: -1em;
  padding-left: 1em;
}
main.web-flyer .view-about .flash-banner a {
  overflow: hidden;
  display: block;
  transition: all 0.3s ease;
}
main.web-flyer .view-about .flash-banner a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.web-flyer .view-about .flash-banner .banner {
  margin-bottom: 5px;
}
main.web-flyer .view-about .flash-banner .note {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 640px) {
  main.web-flyer .flyer-group {
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  main.web-flyer .flyer-group:after {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    display: block;
    border-top: 2px solid #F1F1F1;
  }
  main.web-flyer .flyer-group .mod-title {
    margin-bottom: 0;
  }
  main.web-flyer .flyer-list {
    margin: 0;
  }
  main.web-flyer .flyer-list li {
    display: block;
    width: auto;
    margin: -1px 0 15px;
  }
  main.web-flyer .flyer-list a {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 15px;
    transition: all 0.3s ease;
  }
  main.web-flyer .flyer-list a:hover {
    text-decoration: none;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
  }
  main.web-flyer .flyer-list .image {
    float: left;
    width: 35%;
    margin-bottom: 0;
  }
  main.web-flyer .flyer-list .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.web-flyer .flyer-list .name,
  main.web-flyer .flyer-list .summary {
    margin-left: 40%;
  }
  main.web-flyer .flyer-list .is-new .name {
    padding-top: 25px;
  }
  main.web-flyer .flyer-list .is-new .icon-new {
    top: 15px;
    left: 40%;
    right: auto;
  }
  main.web-flyer .view-about .l-frame {
    overflow: hidden;
  }
  main.web-flyer .view-about .view {
    width: auto;
    margin-bottom: 20px;
  }
  main.web-flyer .view-about .view.pc, main.web-flyer .view-about .view.sp {
    float: none;
  }
  main.web-flyer .view-about .flash-banner .banner {
    float: none;
    margin: 0 0 10px;
  }
}
/* 6.x ブランド検索 */
main.brand {
  /* ブランド検索詳細 */
}
main.brand .brand-search {
  position: relative;
}
main.brand .brand-search .mod-title.type2 {
  margin-bottom: 20px;
}
main.brand .brand-search .keyords-search {
  margin-bottom: 35px;
}
main.brand .brand-search .keyords-search form {
  vertical-align: middle;
  display: inline-block;
  width: 480px;
  margin: 0 80px;
}
main.brand .brand-search .lead {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
main.brand .brand-search .category-buttons {
  vertical-align: top;
  display: inline-block;
  width: 620px;
  margin: 0 80px 32px;
}
main.brand .brand-search .category-buttons li,
main.brand .brand-search .category-buttons a {
  width: 112px;
  height: 92px;
}
main.brand .brand-search .category-buttons li {
  overflow: hidden;
  position: relative;
  z-index: 10;
  vertical-align: top;
  display: inline-block;
  margin: 0 7px 8px 0;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #999999;
  transition: all 0.3s ease;
}
main.brand .brand-search .category-buttons li:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.brand .brand-search .category-buttons li a {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  display: block;
  padding-top: 62px;
  height: 35px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
  transition: all 0.3s ease;
}
main.brand .brand-search .category-buttons li a:hover {
  text-decoration: none;
}
main.brand .brand-search .category-buttons li a:after {
  left: 0;
  top: 0;
}
main.brand .brand-search .category-buttons .search-woman a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6564px;
}
main.brand .brand-search .category-buttons .search-man a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5886px;
}
main.brand .brand-search .category-buttons .search-child a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4756px;
}
main.brand .brand-search .category-buttons .search-goods a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5208px;
}
main.brand .brand-search .category-buttons .search-food a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4982px;
}
main.brand .brand-search .category-buttons .search-make a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5660px;
}
main.brand .brand-search .category-buttons .search-sport a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6338px;
}
main.brand .brand-search .category-buttons .search-jewelry a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5434px;
}
main.brand .brand-search .category-buttons .search-cafe a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4530px;
}
main.brand .brand-search .category-buttons .search-other a:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 92px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -6112px;
}
main.brand .brand-search .category-summary {
  margin-bottom: 40px;
  padding: 0 40px;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.brand .kana-list {
  position: relative;
  letter-spacing: -.45em;
  margin: 35px 20px 25px;
  border-left: 2px solid #F1F1F1;
}
main.brand .kana-list li {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  border-right: 2px solid #F1F1F1;
  letter-spacing: normal;
}
main.brand .two-search {
  *zoom: 1;
  position: relative;
  margin-right: -30px;
}
main.brand .two-search:after {
  content: "";
  display: table;
  clear: both;
}
main.brand .two-search form {
  vertical-align: middle;
  display: inline-block;
  width: 360px;
  padding-left: 4px;
}
main.brand .two-search .keyords-search,
main.brand .two-search .genre-search {
  float: left;
  width: 360px;
  margin-right: 30px;
}
main.brand .two-search .keyords-search .mod-title.type3,
main.brand .two-search .genre-search .mod-title.type3 {
  margin-right: 0;
}
main.brand .two-search .input-area input[type="text"] {
  padding: 9px 10px 9px 40px;
}
main.brand .genre-search select {
  z-index: 20;
}
main.brand .genre-search .genre-select {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  width: 248px;
  height: 30px;
  padding: 8px 10px 7px 10px;
  border: none;
  background: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
}
main.brand .genre-search span.genre-select:after {
  content: '▼';
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 5;
  background: #CCCCCC;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
main.brand .mod-accordion .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px 120px 25px 40px;
}
main.brand .more-search input {
  box-sizing: border-box;
}
main.brand .more-search .input-area {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 248px;
  height: 30px;
  border: 1px solid #CCC;
  border-radius: 6px;
}
main.brand .more-search .input-area:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9776px;
  left: 8px;
  top: 50%;
  margin-top: -10px;
}
main.brand .more-search .select-area {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 248px;
  height: 30px;
}
main.brand .more-search input[type="text"] {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 248px;
  height: 30px;
  padding: 14px 10px 12px 40px;
  border: none;
  background: none;
  box-sizing: border-box;
}
main.brand .more-search select {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 248px;
  height: 30px;
  padding: 14px 10px 12px 10px;
  box-sizing: border-box;
}
main.brand .more-search .button {
  vertical-align: middle;
  display: inline-block;
  width: 98px;
  height: 30px;
  margin-left: 5px;
  border: 1px solid #CCC;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  border-radius: 5px;
  box-shadow: 0 1px 2px #999999;
  transition: all 0.3s ease;
}
main.brand .more-search .button:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.brand .more-search input[type='submit'] {
  color: #0B318F;
  -webkit-text-stroke: 0.2px #0B318F;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 98px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
main.brand .result-search .result-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 40px 30px 0;
}
main.brand .result-search .mod-pagination {
  margin-bottom: 20px;
}
main.brand table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
}
main.brand th,
main.brand td {
  position: relative;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
  transition: all 0.3s ease;
}
main.brand th {
  position: relative;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}
main.brand td {
  padding: 10px 15px;
}
main.brand .is-odd th {
  background: #E6EAF4;
}
main.brand .is-odd td {
  background: #F8F8F8;
}
main.brand .is-even th {
  background: #CDD5EA;
}
main.brand .is-even td {
  background: #EEEEEE;
}
main.brand .floor,
main.brand .area {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  margin-top: 5px;
}
main.brand .floor:first-child,
main.brand .area:first-child {
  margin-top: 0;
}
main.brand .floor .tag,
main.brand .area .tag {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-right: 10px;
}
main.brand .floor .tag span,
main.brand .area .tag span {
  padding: 5px;
  background: #FAE494;
  border-radius: 5px;
}
main.brand .icon {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
main.brand .icon a {
  color: #002792;
  -webkit-text-stroke: 0.2px #002792;
  display: block;
}
main.brand .icon span {
  position: relative;
  padding-left: 40px;
  display: block;
}
main.brand .icon span:before {
  left: 15px;
  top: 50%;
  content: '';
  position: absolute;
  width: 18px;
  height: 26px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9106px;
  margin-top: -13px;
}

@media screen and (max-width: 640px) {
  main.brand {
    /* ブランド検索詳細 */
  }
  main.brand .brand-search {
    padding: 5px;
  }
  main.brand .brand-search .mod-title.type2 {
    margin-bottom: 10px;
  }
  main.brand .brand-search .keyords-search {
    margin-bottom: 20px;
  }
  main.brand .brand-search .keyords-search form {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.brand .brand-search .category-buttons {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  main.brand .brand-search .category-buttons ul {
    letter-spacing: -.45em;
    margin: -8px;
  }
  main.brand .brand-search .category-buttons li,
  main.brand .brand-search .category-buttons a {
    width: 72px;
    height: 62px;
  }
  main.brand .brand-search .category-buttons li {
    letter-spacing: normal;
    margin: 5px 7px;
  }
  main.brand .brand-search .category-buttons li a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 40px;
    height: 23px;
  }
  main.brand .brand-search .category-buttons .search-woman a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3330px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-man a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2991px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-child a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2426px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-goods a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2652px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-food a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2539px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-make a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2878px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-sport a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3217px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-jewelry a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2765px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-cafe a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2313px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-buttons .search-other a:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 63px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3104px;
    background-size: 95px 5667px;
  }
  main.brand .brand-search .category-summary {
    display: none;
  }
  main.brand .kana-search .mod-title.type3 {
    margin-right: 0;
  }
  main.brand .kana-list {
    overflow: hidden;
    margin: 0 -5px 10px 0;
    border-left: none;
  }
  main.brand .kana-list li {
    border-right: none;
    width: 65px;
    margin: 0 5px 8px 0;
    padding: 0;
    background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #999999;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  main.brand .kana-list li:hover {
    text-decoration: none;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
  }
  main.brand .kana-list li a {
    padding: 10px 15px;
    color: #0B318F;
    -webkit-text-stroke: 0.2px #0B318F;
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    display: block;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  main.brand .kana-list li a:hover {
    text-decoration: none;
  }
  main.brand .kana-list li a:after {
    left: 0;
    top: 0;
  }
  main.brand .two-search {
    margin-right: 0;
  }
  main.brand .two-search .keyords-search,
  main.brand .two-search .genre-search {
    float: none;
    width: auto;
    margin-right: 0;
  }
  main.brand .two-search .input-area input[type="text"] {
    padding: 8px 5px 8px 40px;
  }
  main.brand .genre-search select {
    z-index: 20;
  }
  main.brand .genre-search select.cstm-select {
    width: 100% !important;
  }
  main.brand .genre-search .genre-select {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    height: 40px;
  }
  main.brand .genre-search span.genre-select:after {
    line-height: 40px;
  }
  main.brand .more-search form {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  main.brand .more-search .input-area {
    width: 70%;
    height: 40px;
    margin-right: 2%;
    box-sizing: border-box;
  }
  main.brand .more-search .select-area {
    width: 70%;
    height: 40px;
    margin-right: 2%;
  }
  main.brand .more-search input[type="text"] {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    height: 40px;
    padding: 8px 5px 8px 40px;
  }
  main.brand .more-search .button {
    width: 25%;
    height: 40px;
    margin: 0;
  }
  main.brand .more-search input[type='submit'] {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
  }
  main.brand .result-search .result-title {
    margin: 0 13px 13px;
  }
  main.brand .result-search .mod-pagination {
    margin-bottom: 20px;
  }
  main.brand table {
    margin-bottom: 5px;
  }
  main.brand th,
  main.brand td {
    display: block;
  }
  main.brand th {
    padding: 15px;
  }
  main.brand td {
    padding: 10px;
    overflow: hidden;
  }
  main.brand .is-odd th {
    background: #CDD5EA;
  }
  main.brand .is-odd td {
    background: #EEEEEE;
  }
  main.brand .shop,
  main.brand .bracket {
    position: relative;
    display: inline-block(middle);
  }
  main.brand .shop {
    margin-right: 5px;
  }
  main.brand .floor,
  main.brand .area {
    float: left;
    padding: 0 5px;
    width: 50%;
    box-sizing: border-box;
  }
  main.brand .floor .tag,
  main.brand .area .tag {
    float: none;
    margin: 0 30px 5px 0;
  }
  main.brand .icon {
    text-align: center;
    padding: 0;
    border-bottom: #fff solid 10px;
  }
  main.brand .icon a {
    padding: 10px;
  }
  main.brand .icon span {
    display: inline-block;
    padding: 0 30px;
  }
  main.brand .icon span:before {
    left: 5px;
    content: '';
    position: absolute;
    width: 13px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4568px;
    background-size: 95px 5667px;
    margin-top: -10px;
  }
}
main.service .primary-contents {
  padding-bottom: 0;
}
main.service .main-image {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 6px;
}
main.service .main-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.service .mod-accordion {
  margin-bottom: 0;
}
main.service .mod-accordion .menu-title {
  padding: 30px 120px 25px 80px;
}
main.service .mod-accordion .menu-title:before {
  left: 25px;
  top: 50%;
}
main.service .mod-accordion .menu-title span {
  vertical-align: middle;
  display: inline-block;
}
main.service .mod-accordion .menu-title .jp {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 20px;
}
main.service .mod-accordion .menu-title .en {
  font-family: Century, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.service .mod-accordion .menu-title.is-open {
  color: inherit;
  -webkit-text-stroke: 0.2px inherit;
}
main.service .mod-accordion .information .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8624px;
  margin-top: -15px;
}
main.service .mod-accordion .services .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9966px;
  margin-top: -15px;
}
main.service .mod-accordion .for-babies-children .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -8438px;
  margin-top: -15px;
}
main.service .mod-accordion .barrier-free .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -7862px;
  margin-top: -15px;
}
main.service .mod-accordion .restaurants-cafe .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -7996px;
  margin-top: -15px;
}
main.service .mod-accordion .specialties .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10092px;
  margin-top: -15px;
}
main.service .mod-accordion .orders-requests .menu-title {
  background: #F9F7EF;
}
main.service .mod-accordion .orders-requests .menu-title .jp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 20px;
}
main.service .mod-accordion .orders-requests .menu-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9204px;
  margin-top: -15px;
}
main.service .mod-accordion .menu-body {
  padding: 0 40px 40px 80px;
}
main.service .summary-set {
  position: relative;
  margin-bottom: 30px;
}
main.service .summary-set .heading {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 10px;
}
main.service .summary-set .more-link {
  position: absolute;
  right: 0;
  top: 5px;
}
main.service .summary-set .more-link a {
  color: #002792;
  -webkit-text-stroke: 0.2px #002792;
}
main.service .summary-set .more-link a:after {
  background-color: #002792;
}
main.service .summary-set .tags {
  margin: 0 -2px 10px;
}
main.service .summary-set .tags li {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  padding: 4px;
  margin: 0 2px 2px;
  border-radius: 3px;
  background: #B5CCE6;
}
main.service .summary-set .write {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2em;
}
main.service .summary-set .write .mod-wysiwyg,
main.service .summary-set .write ol,
main.service .summary-set .write ul,
main.service .summary-set .write p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.service .summary-set .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.service .summary-set .contact .subhead {
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 2px;
  background: #F8F8F8;
}
main.service .summary-set .contact .info {
  padding: 15px 10px;
  background: #F8F8F8;
}
main.service .summary-set .contact .info li {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
  display: inline-block;
  width: 48%;
}
main.service .summary-set .contact .info a {
  color: #467FBD;
  -webkit-text-stroke: 0.2px #467FBD;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.service .summary-set .image-set {
  overflow: hidden;
}
main.service .summary-set .image-set .image {
  float: left;
  margin: 0 15px 10px 0;
}
main.service .summary-set .image-set .l-frame {
  overflow: hidden;
}
main.service .summary-set .image-set .heading {
  padding-bottom: 0;
  border-bottom: 0;
}
main.service .summary-set.add-table .heading {
  margin-bottom: 2px;
}
main.service .summary-set.halk .is-odd th {
  background: #E5F5FD;
}
main.service .summary-set table {
  width: 100%;
  border-collapse: separate;
}
main.service .summary-set table hr {
  display: block;
  border-bottom: 1px dashed #C8C8C9;
  margin: 10px 0;
}
main.service .summary-set th,
main.service .summary-set td {
  position: relative;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
  transition: all 0.3s ease;
}
main.service .summary-set th {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  width: 36px;
}
main.service .summary-set td {
  padding: 10px 15px;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main.service .summary-set td.shop-list {
  width: 435px;
}
main.service .summary-set td.shop-list li {
  position: relative;
}
main.service .summary-set td.shop-list .icon-nosmoking {
  position: absolute;
  right: 0;
  top: 2px;
}
main.service .summary-set .is-odd th {
  background: #E6EAF4;
}
main.service .summary-set .is-odd td {
  background: #F8F8F8;
}
main.service .summary-set .is-even th {
  background: #CDD5EA;
}
main.service .summary-set .is-even td {
  background: #EEEEEE;
}
main.service .icon-nosmoking {
  vertical-align: middle;
  display: inline-block;
}
main.service .icon-nosmoking img {
  width: 18px;
  height: auto;
}
main.service .icon-nosmoking img,
main.service .icon-nosmoking span {
  vertical-align: middle;
  display: inline-block;
}
main.service .icon-nosmoking span {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.service .menu-body .announce {
  *zoom: 1;
  position: relative;
  padding-top: 15px;
  margin-bottom: 2px;
}
main.service .menu-body .announce:after {
  content: "";
  display: table;
  clear: both;
}
main.service .menu-body .announce:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  right: -40px;
}
main.service .menu-body .announce .summary-set {
  margin-bottom: 0;
}
main.service .menu-body .announce .summary-set .write {
  margin-bottom: 15px;
}
main.service .menu-body .tab-area {
  margin: 0 -40px 0 -80px;
}
main.service .menu-body .tab-head {
  padding-top: 0;
}
main.service .menu-body .tab-head ul {
  padding-left: 80px;
}
main.service .menu-body .tab-head li span {
  vertical-align: bottom;
  display: inline-block;
}
main.service .menu-body .tab-head li .supp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.service .menu-body .tab-body .item-list .l-frame {
  overflow: hidden;
  padding: 40px 40px 20px 80px;
}
main.service .tab-body .shop-list {
  margin: 0 -25px;
  letter-spacing: -.45em;
}
main.service .tab-body .shop-list .summary-set {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 350px;
  margin: 0 25px 20px;
}
main.service .tab-body .shop-list .heading {
  position: relative;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 0 30px;
  border-bottom: none;
}
main.service .tab-body .shop-list .heading:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -2282px;
  left: 0;
  top: 2px;
}
main.service .tab-body .shop-list .tags li {
  background: #FFE699;
}
main.service .tab-body .shop-list .write {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  main.service .page-head {
    margin-bottom: 15px;
  }
  main.service .main-image {
    margin-bottom: 15px;
  }
  main.service .mod-accordion .menu-title {
    padding: 12px 90px 18px 50px;
  }
  main.service .mod-accordion .menu-title:before {
    left: 10px;
  }
  main.service .mod-accordion .menu-title span {
    display: block;
  }
  main.service .mod-accordion .menu-title .jp {
    margin: 0;
  }
  main.service .mod-accordion .information .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4427px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .services .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5000px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .for-babies-children .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4236px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .barrier-free .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -3948px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .restaurants-cafe .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4015px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .specialties .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5063px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .orders-requests .menu-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4619px;
    background-size: 95px 5667px;
    margin-top: -15px;
  }
  main.service .mod-accordion .menu-body {
    padding: 0 15px 20px;
  }
  main.service .summary-set .contact .subhead {
    padding: 5px 10px;
  }
  main.service .summary-set .contact .info {
    padding: 5px 10px;
  }
  main.service .summary-set .contact .info li {
    display: block;
    width: 100%;
  }
  main.service .summary-set .contact .info .time {
    text-align: right;
  }
  main.service .summary-set .contact .info a {
    color: #467FBD;
    -webkit-text-stroke: 0.2px #467FBD;
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  main.service .summary-set .image-set .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.service .summary-set td {
    padding: 10px;
  }
  main.service .summary-set td.shop-list {
    width: 52%;
    box-sizing: border-box;
  }
  main.service .summary-set td.shop-list .icon-nosmoking {
    position: static;
    display: block;
    text-align: right;
    margin-bottom: 5px;
  }
  main.service .menu-body .tab-area {
    margin: 0 -15px;
  }
  main.service .menu-body .tab-head ul {
    padding: 0 10px;
  }
  main.service .menu-body .tab-head a {
    line-height: 1.2;
    text-align: center;
    height: auto;
    min-height: 30px;
    padding: 10px;
    box-sizing: border-box;
  }
  main.service .menu-body .tab-body .item-list .l-frame {
    padding: 30px 15px 10px;
  }
  main.service .tab-body .shop-list {
    float: none;
    width: auto;
    margin: 0;
  }
  main.service .tab-body .shop-list .summary-set {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  main.service .tab-body .shop-list .heading {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  main.service .tab-body .shop-list .heading:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1151px;
    background-size: 95px 5667px;
  }
  main.service .tab-body .shop-list .write {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* 7.x 2カラム対応 */
main.service .column-set {
  *zoom: 1;
  font-size: 0;
  margin: 0 -25px;
}
main.service .column-set:after {
  content: "";
  display: table;
  clear: both;
}
main.service .column-box {
  vertical-align: top;
  display: inline-block;
  width: 350px;
  margin: 0 25px 20px;
}
main.service .menu-body .column-set .announce:before {
  left: -20px;
  right: -20px;
}
main.service .menu-body .column-set .contact .info li {
  display: block;
  width: auto;
}

@media screen and (max-width: 640px) {
  main.service .column-set {
    margin: 0;
  }
  main.service .column-box {
    display: block;
    width: auto;
    margin: 0;
  }
}
/* 8.x ウィークリー情報 */
main.weekly .mod-entry {
  padding-bottom: 40px;
}
main.weekly .mod-accordion .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 120px 25px 75px;
}
main.weekly .mod-accordion .menu-title:before {
  left: 25px;
  top: 50%;
}
main.weekly .mod-accordion .menu-body {
  padding: 0 40px 35px 75px;
}
main.weekly .mod-accordion .menu-body .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
main.weekly .mod-accordion .menu-body .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.weekly .weekly-list {
  border-top: 1px dashed #9E9EA0;
}
main.weekly .weekly-list .item {
  position: relative;
  overflow: hidden;
}
main.weekly .weekly-list .item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed #9E9EA0;
}
main.weekly .weekly-list .item a {
  overflow: hidden;
  display: block;
  padding: 15px 1px 10px;
  transition: all 0.3s ease;
}
main.weekly .weekly-list .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.weekly .weekly-list .item.is-odd {
  background: #F8F7F7;
}
main.weekly .weekly-list .item.is-even {
  background: #fff;
}
main.weekly .weekly-list .meta {
  margin-bottom: 10px;
}
main.weekly .weekly-list .date,
main.weekly .weekly-list .icon-new {
  vertical-align: middle;
  display: inline-block;
}
main.weekly .weekly-list .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}
main.weekly .weekly-list .entry-title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}
main.weekly .weekly-info {
  margin-bottom: 0;
}
main.weekly .recommend-item {
  margin-bottom: 10px;
}
main.weekly .recommend-item .item-slide {
  margin-top: 15px;
}
main.weekly .other-info .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
main.weekly .other-info .other-list ul {
  overflow: hidden;
  margin: 0 -7px 0 10px;
}
main.weekly .other-info .other-list li {
  text-align: center;
  position: relative;
  display: table;
  float: left;
  width: 136px;
  margin: 0 7px 6px 0;
  background: #999;
}
main.weekly .other-info .other-list li:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 14px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1172px;
  top: 50%;
  right: 8px;
  margin-top: -7px;
  background-color: transparent;
  transition: all 0.3s ease;
}
main.weekly .other-info .other-list a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  min-height: 44px;
}
main.weekly .other-info .other-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.weekly .other-info {
  padding-left: 40px;
}
main.weekly .other-info .mod-entry {
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  main.weekly .column-group {
    margin-bottom: 20px;
  }
  main.weekly .column-group .column-block {
    margin-bottom: 0;
  }
  main.weekly .mod-entry {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: none;
  }
  main.weekly .mod-accordion .menu-title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px 90px 25px 15px;
  }
  main.weekly .mod-accordion .menu-title:before {
    left: 25px;
    top: 50%;
  }
  main.weekly .mod-accordion .menu-body {
    padding: 0 0 25px;
  }
  main.weekly .mod-accordion .menu-body .text {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.weekly .weekly-list {
    /*
    border-top: 1px dashed #9E9EA0;
    */
  }
  main.weekly .weekly-list .item {
    /*
    overflow: hidden;
    border-bottom: 1px dashed #9E9EA0;
    */
  }
  main.weekly .weekly-list .item:after {
    /*
    position: absolute;
    content:"";
    */
    left: 15px;
    right: 15px;
    /*
    bottom: 0;
    height: 1px;
    border-bottom: 1px dashed #9E9EA0;
    */
  }
  main.weekly .weekly-list .item a {
    padding: 10px 15px 10px;
    /*
    overflow: hidden;
    display: block;
    padding: 15px 1px 10px;
    @include set-opacity;
    */
  }
  main.weekly .weekly-list .meta {
    margin-bottom: 10px;
  }
  main.weekly .weekly-info {
    margin-bottom: 0;
  }
  main.weekly .recommend-item {
    margin-bottom: 10px;
  }
  main.weekly .recommend-item .item-slide {
    margin-top: 0;
  }
  main.weekly .other-info .title {
    margin-bottom: 10px;
  }
  main.weekly .other-info .other-list ul {
    overflow: hidden;
    margin: 0 -2% 0 0;
  }
  main.weekly .other-info .other-list li {
    margin: 0 2% 6px 0;
    width: 31%;
    box-sizing: border-box;
    border-radius: 6px;
  }
  main.weekly .other-info .other-list li:after {
    right: 7px;
  }
  main.weekly .other-info .other-list a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 14px;
    height: 65px;
    min-height: 65px;
  }
  main.weekly .other-info {
    padding-left: 0;
  }
  main.weekly .other-info .mod-entry {
    padding-right: 0;
  }
}
/* 9.0 ブログ一覧 */
main.blog .blog-category {
  width: 750px;
  margin: 0 auto 10px;
}
main.blog .blog-info {
  overflow: hidden;
  width: 750px;
  margin-bottom: 35px;
}
main.blog .blog-info .summary {
  float: left;
  width: 400px;
  margin-bottom: 7px;
}
main.blog .blog-info .summary .mod-title {
  margin-right: 0;
}
main.blog .blog-info .link {
  float: right;
  width: 320px;
  margin-bottom: 20px;
}
main.blog .blog-info .banner {
  margin-bottom: 20px;
}
main.blog .blog-info .banner a {
  display: block;
  transition: all 0.3s ease;
}
main.blog .blog-info .banner a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.blog .blog-info .mod-button a {
  text-align: center;
  display: block;
  padding: 12px 80px 10px 40px;
}
main.blog .blog-info .entry-list {
  clear: both;
}
main.blog .blog-info .entry-list ul {
  border-top: 1px dashed #9E9EA0;
}
main.blog .blog-info .entry-list li {
  border-bottom: 1px dashed #9E9EA0;
}
main.blog .blog-info .entry-list a {
  overflow: hidden;
  display: block;
  padding: 8px 5px;
  transition: all 0.3s ease;
}
main.blog .blog-info .entry-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.blog .blog-info .entry-list .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  width: 90px;
}
main.blog .blog-info .entry-list .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 100px;
}

@media screen and (max-width: 640px) {
  main.blog .blog-category {
    width: auto;
    margin: 0 0 10px;
  }
  main.blog .blog-info {
    position: relative;
    width: auto;
    padding-bottom: 85px;
    margin-bottom: 25px;
  }
  main.blog .blog-info .summary {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  main.blog .blog-info .summary .mod-title {
    margin-right: 0;
  }
  main.blog .blog-info .link {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  main.blog .blog-info .banner {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  main.blog .blog-info .banner a {
    vertical-align: top;
    display: inline-block;
  }
  main.blog .blog-info .banner img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.blog .blog-info .mod-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  main.blog .blog-info .entry-list .date {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  main.blog .blog-info .entry-list .title {
    margin-left: 0;
  }
  main.blog .blog-info.add-banner .mod-title {
    margin-bottom: 120px;
  }
}
/* 英語 font-family 設定 */
body.en {
  font-family: Verdana, Geneva, sans-serif;
}
body.en header.store .store-top .name {
  line-height: 1.4;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
}
body.en header.store .menu-links a {
  font-family: Verdana, Geneva, sans-serif;
}
body.en header.store .info-nav a {
  font-family: Verdana, Geneva, sans-serif;
}
body.en footer.global .links li a {
  font-family: Verdana, Geneva, sans-serif;
}
body.en .mod-button.type1 a {
  font-family: Verdana, Geneva, sans-serif;
}
body.en .mod-button.type2 a,
body.en .mod-button.type2 span {
  font-family: Verdana, Geneva, sans-serif;
}

/* 10.0 グローバルガイド */
main.other-lang .info-area {
  overflow: hidden;
  padding: 30px 40px;
  border-bottom: 4px solid #F1F1F1;
}
main.other-lang .info-area .title {
  margin-bottom: 20px;
}
main.other-lang .info-area .summary {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  width: 530px;
}
main.other-lang .info-area .mod-button {
  float: right;
  width: 230px;
}
main.other-lang .info-area .mod-button a {
  display: block;
}
main.other-lang .about-area {
  letter-spacing: -.45em;
  overflow: hidden;
  margin: 0 31px;
  border-bottom: 4px solid #F1F1F1;
}
main.other-lang .about-area .about-box {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 380px;
  margin: 35px 12px;
}
main.other-lang .about-area .about-box a {
  display: block;
  transition: all 0.3s ease;
}
main.other-lang .about-area .about-box a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .about-area .about-box .image {
  margin-bottom: 20px;
}
main.other-lang .about-area .about-box .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.other-lang .about-area .about-box .summary {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
main.other-lang .about-area .about-box .mod-butoon .no-link {
  font-weight: normal;
}
main.other-lang .recommend-area {
  padding: 35px 40px 0;
  border-bottom: 4px solid #F1F1F1;
}
main.other-lang .recommend-area .title {
  margin-bottom: 0;
}
main.other-lang .recommend-area .item-list {
  overflow: hidden;
}
main.other-lang .recommend-area .item {
  overflow: hidden;
  padding-top: 24px;
  border-top: 1px dashed #9E9EA0;
  margin: -1px 0 35px;
}
main.other-lang .recommend-area .item a {
  display: block;
  transition: all 0.3s ease;
}
main.other-lang .recommend-area .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .recommend-area .item .image {
  float: left;
}
main.other-lang .recommend-area .item .l-frame {
  margin-left: 280px;
}
main.other-lang .recommend-area .item .meta {
  margin-bottom: 10px;
}
main.other-lang .recommend-area .item .date,
main.other-lang .recommend-area .item .icon-new {
  vertical-align: middle;
  display: inline-block;
}
main.other-lang .recommend-area .item .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}
main.other-lang .recommend-area .item .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px dashed #EB6EA5;
  margin-bottom: 20px;
}
main.other-lang .recommend-area .item .summary p {
  font-size: 12px;
  font-size: 1.2rem;
}
main.other-lang .column-block {
  overflow: hidden;
  position: relative;
  border-bottom: 4px solid #F1F1F1;
}
main.other-lang .column-block.col2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -2px;
  border-left: 4px solid #F1F1F1;
}
main.other-lang .column-block.col2 .column-box {
  float: left;
  width: 50%;
}
main.other-lang .column-block .column-box a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
main.other-lang .column-block .column-box a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .column-block .set-height {
  padding: 20px 30px;
}
main.other-lang .column-block .set-height .title {
  margin-bottom: 24px;
}
main.other-lang .column-block .set-height .image {
  text-align: center;
  margin-bottom: 20px;
}
main.other-lang .column-block .set-height .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.other-lang .column-block .set-height .summary {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.other-lang .event-area {
  margin: 10px 12px 10px 10px;
  background: #F6F9FC;
}
main.other-lang .weekly-news-area {
  margin: 10px 10px 10px 12px;
  background: #FCF6FC;
}
main.other-lang .weekly-news-area .mod-button .no-link {
  color: #8E0B6D;
  -webkit-text-stroke: 0.2px #8E0B6D;
}
main.other-lang .weekly-news-area .mod-button .no-link:after {
  background-color: #8E0B6D;
}
main.other-lang .brand-list-area {
  position: relative;
  border-bottom: 4px solid #F1F1F1;
  padding: 10px 10px 55px;
}
main.other-lang .brand-list-area.no-button {
  padding-bottom: 10px;
}
main.other-lang .brand-list-area .l-contents {
  padding: 25px 30px 30px;
  background: #FCF9F6;
}
main.other-lang .brand-list-area .title {
  margin-bottom: 20px;
}
main.other-lang .brand-list-area .item-list {
  overflow: hidden;
  margin-right: -30px;
}
main.other-lang .brand-list-area .item {
  float: left;
  width: 175px;
  margin-right: 30px;
}
main.other-lang .brand-list-area .item a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
main.other-lang .brand-list-area .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .brand-list-area .item .image {
  text-align: center;
  margin-bottom: 20px;
}
main.other-lang .brand-list-area .item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.other-lang .brand-list-area .item .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
main.other-lang .brand-list-area .item .summary {
  font-size: 12px;
  font-size: 1.2rem;
}
main.other-lang .brand-list-area .mod-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 4px;
  margin: 0 1px 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.8);
}
main.other-lang .brand-list-area .mod-button a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 14px 23px;
  display: block;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}
main.other-lang .brand-list-area .mod-button a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .brand-list-area .mod-button a:after {
  display: none;
}
main.other-lang .brand-list-area .mod-button span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0 30px;
}
main.other-lang .brand-list-area .mod-button span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #333333;
}
main.other-lang .floor-guide-area {
  margin: 10px 12px 10px 10px;
  background: #FCFCEE;
}
main.other-lang .floor-guide-area .mod-button .no-link {
  color: #8E8E0B;
  -webkit-text-stroke: 0.2px #8E8E0B;
}
main.other-lang .floor-guide-area .mod-button .no-link:after {
  background-color: #8E8E0B;
}
main.other-lang .restaurant-guide-area {
  margin: 10px 10px 10px 12px;
  background: #F6FCF6;
}
main.other-lang .restaurant-guide-area .mod-button .no-link {
  color: #0B8E0B;
  -webkit-text-stroke: 0.2px #0B8E0B;
}
main.other-lang .restaurant-guide-area .mod-button .no-link:after {
  background-color: #0B8E0B;
}
main.other-lang .store-contents-footer {
  margin-top: -25px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
main.other-lang .store-contents-footer .other-info-slide {
  padding: 25px 0;
}
main.other-lang .store-contents-footer .corporate-info {
  padding: 30px 40px 25px;
  border-bottom: 4px solid #fff;
  margin-bottom: 25px;
  background: #F1F1F1;
}
main.other-lang .store-contents-footer .corporate-info .title {
  margin-bottom: 25px;
}
main.other-lang .store-contents-footer .corporate-info ul {
  overflow: hidden;
}
main.other-lang .store-contents-footer .corporate-info li {
  float: left;
  margin-right: 30px;
}
main.other-lang .store-contents-footer .corporate-info li a {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding-left: 30px;
  transition: all 0.3s ease;
}
main.other-lang .store-contents-footer .corporate-info li a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.other-lang .store-contents-footer .corporate-info li a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #454545;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  main.other-lang .info-area {
    padding: 20px 15px;
  }
  main.other-lang .info-area .summary,
  main.other-lang .info-area .mod-button {
    float: none;
    width: auto;
  }
  main.other-lang .info-area .summary {
    margin-bottom: 15px;
  }
  main.other-lang .about-area {
    margin: 0;
  }
  main.other-lang .about-area .about-box {
    text-align: none;
    display: block;
    width: auto;
    margin: 20px 15px 25px;
  }
  main.other-lang .about-area .about-box .summary {
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.other-lang .recommend-area {
    padding: 20px 15px 10px;
  }
  main.other-lang .recommend-area .item {
    padding-top: 20px;
    margin: -1px 0 20px;
  }
  main.other-lang .recommend-area .item .image {
    float: left;
    width: 36%;
  }
  main.other-lang .recommend-area .item .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.other-lang .recommend-area .item .l-frame {
    margin-left: 40%;
  }
  main.other-lang .recommend-area .item .meta {
    margin-bottom: 0;
  }
  main.other-lang .recommend-area .item .date {
    font-size: 10px;
    font-size: 1rem;
  }
  main.other-lang .recommend-area .item .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.other-lang .recommend-area .is-new {
    position: relative;
  }
  main.other-lang .recommend-area .is-new .image {
    padding-top: 28px;
  }
  main.other-lang .recommend-area .is-new .meta {
    text-align: right;
    position: absolute;
    left: 0;
    top: 20px;
    width: 36%;
  }
  main.other-lang .column-block {
    border-bottom: none;
  }
  main.other-lang .column-block.col2:after {
    display: none;
  }
  main.other-lang .column-block.col2 .column-box {
    float: none;
    width: auto;
    border-bottom: 4px solid #F1F1F1;
  }
  main.other-lang .column-block .set-height {
    padding: 20px 15px;
  }
  main.other-lang .column-block .set-height .title {
    margin-bottom: 20px;
  }
  main.other-lang .event-area {
    margin: 10px;
  }
  main.other-lang .weekly-news-area {
    margin: 10px;
  }
  main.other-lang .brand-list-area .l-contents {
    padding: 20px 8px;
  }
  main.other-lang .brand-list-area .item-list {
    margin-right: 0;
    letter-spacing: -.45em;
  }
  main.other-lang .brand-list-area .item {
    float: none;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    padding: 7px;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  main.other-lang .brand-list-area .item .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.other-lang .brand-list-area .mod-button {
    margin-top: 0;
  }
  main.other-lang .floor-guide-area {
    margin: 10px;
  }
  main.other-lang .restaurant-guide-area {
    margin: 10px;
  }
  main.other-lang .social-area .fb-train,
  main.other-lang .social-area .fb-official {
    float: none;
  }
  main.other-lang .store-contents-footer {
    margin-top: 0;
  }
  main.other-lang .store-contents-footer .other-info-slide {
    padding: 20px 0;
  }
  main.other-lang .store-contents-footer .corporate-info {
    padding: 20px 15px 10px;
    border: none;
    margin-bottom: 0;
  }
  main.other-lang .store-contents-footer .corporate-info .title {
    margin-bottom: 20px;
  }
  main.other-lang .store-contents-footer .corporate-info li {
    float: none;
    margin: 0 0 10px;
  }
  main.other-lang .store-contents-footer .corporate-info li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 0 2px 30px;
  }
  main.other-lang .store-contents-footer .corporate-info li a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -671px;
    background-size: 95px 5667px;
    margin-top: -10px;
    background-color: #454545;
  }
}
main.search .search-area {
  padding: 20px;
  margin-bottom: 25px;
  background: #E6EAF4;
}
main.search .search-area .category-search {
  margin: 10px 0;
}
main.search .search-area .category-search .title,
main.search .search-area .category-search label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}
main.search .search-area .category-search .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}
main.search .search-area .category-search label {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.search .search-area .category-search label input {
  vertical-align: middle;
}
main.search .search-area .category-search label span {
  vertical-align: middle;
  display: inline-block;
}
main.search .search-area .result {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px dashed #9E9EA0;
  padding-top: 15px;
}
main.search .search-entry {
  overflow: hidden;
  margin-bottom: 35px;
}
main.search .search-entry a {
  display: block;
  transition: all 0.3s ease;
}
main.search .search-entry a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.search .search-entry .image {
  float: left;
}
main.search .search-entry .l-frame {
  margin-left: 240px;
}
main.search .search-entry .page-title {
  color: #0B318E;
  -webkit-text-stroke: 0.2px #0B318E;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 15px;
}
main.search .search-entry .page-summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.search .search-entry .meta-data p {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  main.search .search-area {
    margin: 0 -15px 15px;
  }
  main.search .search-area .category-search {
    margin-right: -10px;
  }
  main.search .search-area .category-search .title {
    display: block;
    margin: 0 0 5px;
  }
  main.search .search-area .category-search label {
    margin-right: 10px;
  }
  main.search .search-entry {
    margin-bottom: 25px;
  }
  main.search .search-entry .image {
    display: none;
  }
  main.search .search-entry .l-frame {
    margin-left: 0;
  }
}
/* 13.0 ハルクTOP */
main.halc-top .main-visual {
  margin-bottom: 20px;
}
main.halc-top .main-visual .main-list {
  *zoom: 1;
  position: relative;
  margin-right: -2px;
}
main.halc-top .main-visual .main-list:after {
  content: "";
  display: table;
  clear: both;
}
main.halc-top .main-visual .main-list a {
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
main.halc-top .main-visual .main-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc-top .main-visual .main-list li {
  position: relative;
  float: left;
  margin: 0 2px 2px 0;
}
main.halc-top .main-visual .main-list li .img img {
  width: 196px;
  height: 196px;
}
main.halc-top .main-visual .main-list li .entry-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 73%, rgba(0, 0, 0, 0.62) 100%);
}
main.halc-top .main-visual .main-list li .entry-title:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top-color: #F3CA27;
  border-right-color: #F3CA27;
}
main.halc-top .main-visual .main-list li .entry-title.report:before {
  border-top-color: #4BAEF1;
  border-right-color: #4BAEF1;
}
main.halc-top .main-visual .main-list li .entry-title.other:before {
  border-top-color: #5AD042;
  border-right-color: #5AD042;
}
main.halc-top .main-visual .main-list li .title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  padding: 0 10px 5px;
}
main.halc-top .main-visual .main-list li.recommend .img img {
  width: 404px;
  height: 394px;
}
main.halc-top .main-visual .main-list li.recommend .entry-title {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.62) 100%);
}
main.halc-top .main-visual .main-list li.recommend .title {
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 20px 5px;
}
main.halc-top .main-visual .main-list li.category-none .entry-title {
  background-image: none;
}
main.halc-top .main-visual .main-list li.category-none .entry-title:before {
  display: none;
}
main.halc-top .main-visual .is-two li {
  margin-right: 0;
}
main.halc-top .main-visual .is-two li .entry-title {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.62) 100%);
}
main.halc-top .main-visual .is-two li.recommend {
  margin-right: 2px;
}
main.halc-top .main-visual .is-two li .img img,
main.halc-top .main-visual .is-two li.recommend .img img {
  width: 400px;
  height: 390px;
}
main.halc-top .main-visual .sub-list {
  display: none;
}
main.halc-top .news-text {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
main.halc-top .news-text a {
  display: block;
  transition: all 0.3s ease;
}
main.halc-top .news-text a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc-top .news-inner {
  padding: 23px 30px 16px 25px;
  background: #F6F6F6;
}
main.halc-top .pickup-area {
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 4px solid #F1F1F1;
}
main.halc-top .pickup-inner {
  padding: 30px 20px 0;
  background: #F6F6F6;
}
main.halc-top .floorguide-area .title-area {
  border-color: #EBEDEC !important;
}

main.halc .pickup-contents.halc {
  width: 800px;
  padding: 12px 40px 10px 230px;
}
main.halc .halc-head .title {
  margin-bottom: 25px;
}
main.halc .halc-head .title .logo {
  padding-right: 20px;
}
main.halc .halc-head .title .logo img {
  width: 100px;
  height: auto;
}
main.halc .halc-head .title .text {
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 23px;
  font-size: 2.3rem;
}
main.halc .halc-head .title a {
  vertical-align: top;
  display: inline-block;
}
main.halc .halc-head .title a:hover {
  text-decoration: none;
}
main.halc .menu-nav {
  margin: 0 -40px 0 -30px;
  padding: 0 40px 0 30px;
  background: #F6F6F6;
}
main.halc .halc-nav {
  *zoom: 1;
  margin-bottom: 25px;
}
main.halc .halc-nav .menu-btn {
  display: none;
}
main.halc .halc-nav:after {
  content: "";
  display: table;
  clear: both;
}
main.halc .halc-nav li {
  position: relative;
  float: left;
  padding-left: 59px;
  background-color: transparent;
  transition: all 0.3s ease;
}
main.halc .halc-nav li:before {
  z-index: 1;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1772px;
}
main.halc .halc-nav a {
  display: table;
  height: 60px;
  transition: all 0.3s ease;
}
main.halc .halc-nav a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc .halc-nav a:hover, main.halc .halc-nav a.is-crnt {
  color: #00A0E9;
  -webkit-text-stroke: 0.2px #00A0E9;
  background: #fff;
}
main.halc .halc-nav a:hover .l-inner:before, main.halc .halc-nav a.is-crnt .l-inner:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
main.halc .halc-nav a:hover .l-inner:after, main.halc .halc-nav a.is-crnt .l-inner:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
main.halc .halc-nav a:hover .l-inner:after, main.halc .halc-nav a:hover .l-inner:before {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc .halc-nav .l-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
main.halc .halc-nav .l-inner:after, main.halc .halc-nav .l-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border: 30px solid transparent;
  transition: all 0.3s ease;
}
main.halc .halc-nav .l-inner:before {
  left: -60px;
}
main.halc .halc-nav .l-inner:after {
  right: -60px;
}
main.halc .halc-nav li:first-child {
  padding-left: 0;
}
main.halc .halc-nav li:first-child:before {
  display: none;
}
main.halc .halc-nav li:first-child a:hover .l-inner:before, main.halc .halc-nav li:first-child a.is-crnt .l-inner:before {
  border-top-color: #fff;
  border-left-color: #fff;
}
main.halc .halc-nav .en {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
main.halc .halc-nav .jp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
}
main.halc .square-list {
  *zoom: 1;
  margin-right: -13px;
  letter-spacing: -.45em;
}
main.halc .square-list:after {
  content: "";
  display: table;
  clear: both;
}
main.halc .square-list a {
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  background: #fff;
}
main.halc .square-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc .square-list li {
  letter-spacing: normal;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 180px;
  margin: 0 13px 35px 0;
}
main.halc .square-list li .pickup-head {
  position: relative;
}
main.halc .square-list li .pickup-head .img {
  position: relative;
  overflow: hidden;
  height: 180px;
}
main.halc .square-list li .pickup-head .img img {
  position: absolute;
}
main.halc .square-list li .pickup-head .tag {
  position: absolute;
  right: 0;
  top: 0;
  border: 15px solid transparent;
  border-top-color: #F3CA27;
  border-right-color: #F3CA27;
}
main.halc .square-list li .icon {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  left: -9px;
  bottom: 0;
  width: 58px;
  padding: 3px 0 2px;
  text-align: center;
}
main.halc .square-list li .icon:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: #A0A0A0;
  border-right-color: #A0A0A0;
}
main.halc .square-list li .icon.pickup {
  background: #FF3333;
}
main.halc .square-list li .icon.new {
  background: #FF9900;
}
main.halc .square-list li .pickup-contents {
  width: 160px;
  margin: 0;
  padding: 10px;
  background: #fff;
}
main.halc .square-list li .category {
  color: #B9960B;
  -webkit-text-stroke: 0.2px #B9960B;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
main.halc .square-list li .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
main.halc .square-list li .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}
main.halc .square-list li.report .tag {
  border-top-color: #4BAEF1;
  border-right-color: #4BAEF1;
}
main.halc .square-list li.report .category {
  color: #4BAEF1;
  -webkit-text-stroke: 0.2px #4BAEF1;
}
main.halc .square-list li.other .tag {
  border-top-color: #5AD042;
  border-right-color: #5AD042;
}
main.halc .square-list li.other .category {
  color: #59D03F;
  -webkit-text-stroke: 0.2px #59D03F;
}
main.halc .floorguide-area {
  margin-bottom: 20px;
}
main.halc .floorguide-area .title-area {
  border-top: 4px solid #F1F1F1;
  border-bottom: 1px solid #00A0E9;
  margin-bottom: 35px;
  padding: 13px 0;
  border-color: #00A0E9;
}
main.halc .floorguide-area .title {
  display: table;
}
main.halc .floorguide-area .title .en {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
main.halc .floorguide-area .title .jp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  display: table-cell;
  vertical-align: middle;
}
main.halc .floorguide-area .title .jp:before {
  content: "/";
  padding-right: 10px;
}
main.halc .floorguide-area .floorguide-list {
  *zoom: 1;
  letter-spacing: -.45em;
  margin-right: -15px;
  padding: 0 10px 0 8px;
}
main.halc .floorguide-area .floorguide-list:after {
  content: "";
  display: table;
  clear: both;
}
main.halc .floorguide-area .floorguide-list li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 250px;
  margin: 0 15px 20px 0;
}
main.halc .floorguide-area .floorguide-list a {
  display: block;
  transition: all 0.3s ease;
}
main.halc .floorguide-area .floorguide-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc .floorguide-area .floorguide-list .floorguide-head {
  display: table;
  height: 60px;
  margin-bottom: 5px;
}
main.halc .floorguide-area .floorguide-list .flat {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 H', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
main.halc .floorguide-area .floorguide-list .flat span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
main.halc .floorguide-area .floorguide-list .flat.flat_1f span {
  background: #5AD042;
}
main.halc .floorguide-area .floorguide-list .flat.flat_2f span {
  background: #4BAEF1;
}
main.halc .floorguide-area .floorguide-list .flat.flat_b1f span {
  background: #9B58B5;
}
main.halc .floorguide-area .floorguide-list .title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
main.halc .floorguide-area .floorguide-list .img {
  margin-bottom: 5px;
}
main.halc .floorguide-area .floorguide-list .icon-list {
  *zoom: 1;
}
main.halc .floorguide-area .floorguide-list .icon-list:after {
  content: "";
  display: table;
  clear: both;
}
main.halc .floorguide-area .floorguide-list .icon-list li {
  float: left;
  width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}
main.halc .floorguide-area .floorguide-list .icon-list li img {
  width: 30px;
  height: auto;
}
main.halc .contents-title {
  background: #00A0E9;
  margin-bottom: 35px;
}
main.halc .contents-title .title {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
main.halc .contents-title .category {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}
main.halc .map-area {
  margin-bottom: 45px;
  padding: 0 70px;
}
main.halc .map-area .img {
  text-align: center;
}
main.halc .map-area .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 15px 0 20px;
}
main.halc .button-links {
  text-align: center;
  margin-bottom: 40px;
}
main.halc .button-links li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 310px;
  margin: 0 40px;
}
main.halc .button-links a {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  border-color: #00A0E9;
  background-color: #00A0E9;
}
main.halc .button-links a:after {
  background-color: #008ED0;
}
main.halc .category-list {
  *zoom: 1;
  margin-right: -15px;
  padding: 0 10px 0 8px;
}
main.halc .category-list:after {
  content: "";
  display: table;
  clear: both;
}
main.halc .category-list li {
  float: left;
  width: 250px;
  margin: 0 15px 40px 0;
}
main.halc .category-list a {
  display: block;
  transition: all 0.3s ease;
}
main.halc .category-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.halc .category-list .title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 10px;
  background: #EAF7FD;
  border-radius: 6px;
}
main.halc .category-list .img {
  margin-bottom: 15px;
}
main.halc .category-list .text {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.halc .event-data {
  overflow: hidden;
  width: 730px;
  margin: 0 auto;
}
main.halc .event-data .l-frame {
  float: left;
  width: 370px;
}
main.halc .event-data.no-image .l-frame {
  float: none;
  width: auto;
}
main.halc .event-data .meta-head {
  margin-bottom: 15px;
}
main.halc .event-data .date {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}
main.halc .event-data .date,
main.halc .event-data .icon-new {
  vertical-align: middle;
  display: inline-block;
}
main.halc .event-data .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
main.halc .event-data .place,
main.halc .event-data .period {
  margin-bottom: 10px;
}
main.halc .event-data .mod-wysiwyg {
  margin: 20px 0 40px;
}
main.halc .event-data .image-set {
  float: right;
  width: 320px;
  margin-bottom: 25px;
}
main.halc .event-data .image-set .figure,
main.halc .event-data .image-set figure {
  margin: 0 auto 15px;
}
main.halc .event-data .image-set .figcaption,
main.halc .event-data .image-set figcaption {
  text-align: left;
  margin-top: 0;
  padding: 10px;
}
main.halc .event-data .image-set img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.halc .info-area {
  margin: 0 35px 40px;
  padding: 40px 40px 20px;
  border: 1px solid #DDD;
}
main.halc .supplementary {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 40px;
}
main.halc .event-area {
  margin-bottom: 25px;
  padding: 18px 20px 0;
  background: #F6F6F6;
  border-top: 4px solid #00A0E9;
}
main.halc .event-area .title {
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
main.halc .event-area .square-list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  main.halc-top .main-visual {
    max-width: 375px;
    margin: 0 auto 15px;
  }
  main.halc-top .main-visual .main-list {
    visibility: hidden;
    overflow: hidden;
    width: 99999px !important;
    margin-right: 0;
  }
  main.halc-top .main-visual .main-list li {
    margin: 0;
  }
  main.halc-top .main-visual .main-list li .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.halc-top .main-visual .main-list li .title {
    padding: 0 10px 20px;
  }
  main.halc-top .main-visual .main-list li.recommend {
    margin: 0;
  }
  main.halc-top .main-visual .main-list li.recommend .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.halc-top .main-visual .main-list li.recommend .title {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px 20px;
  }
  main.halc-top .main-visual .is-two li .img img,
  main.halc-top .main-visual .is-two li.recommend .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.halc-top .main-visual .bx-wrapper {
    padding-bottom: 0;
    margin-bottom: 36px;
  }
  main.halc-top .main-visual .bx-viewport {
    margin: 0 auto;
    left: 0;
    border: none;
    background: none;
    overflow: visible !important;
    box-shadow: 0 0 0 #fff;
  }
  main.halc-top .main-visual .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    z-index: 50;
    background: rgba(0, 0, 0, 0.65);
  }
  main.halc-top .main-visual .bx-wrapper .bx-controls-direction a:after {
    left: 0;
    top: 0;
  }
  main.halc-top .main-visual .bx-prev {
    left: -15px;
  }
  main.halc-top .main-visual .bx-prev:after {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -114px;
    background-size: 95px 5667px;
  }
  main.halc-top .main-visual .bx-next {
    right: -15px;
  }
  main.halc-top .main-visual .bx-next:after {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -329px;
    background-size: 95px 5667px;
  }
  main.halc-top .main-visual .bx-pager.bx-default-pager {
    overflow: hidden;
    left: 0;
    right: -1%;
    bottom: -20px;
    width: auto;
    padding-top: 0;
  }
  main.halc-top .main-visual .bx-pager.bx-default-pager .bx-pager-item {
    float: left;
    width: 19%;
    margin-right: 1%;
  }
  main.halc-top .main-visual .bx-pager.bx-default-pager a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 11px;
    margin: 0;
    background: #A0A0A0;
    border-radius: 0;
  }
  main.halc-top .main-visual .bx-pager.bx-default-pager .active {
    background: #333;
  }
  main.halc-top .news-text {
    margin-bottom: 15px;
    padding: 0;
  }
  main.halc-top .news-inner {
    padding: 15px 20px 20px 15px;
  }
  main.halc-top .pickup-area {
    margin: 0 -15px 25px;
  }
  main.halc-top .icon-list {
    padding: 5px 10px 0;
    background: #F6F6F6;
  }
  main.halc-top .pickup-area {
    margin: 0 -15px 25px;
  }

  main.halc .pickup-contents.halc {
    width: auto;
    padding: 0 15px 0;
  }
  main.halc .halc-head {
    display: table;
  }
  main.halc .halc-head .title {
    margin-bottom: 15px;
  }
  main.halc .halc-head .title .logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }
  main.halc .halc-head .title .text {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    display: table-cell;
    vertical-align: middle;
  }
  main.halc .menu-nav {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    background: none;
  }
  main.halc .halc-nav {
    position: relative;
    z-index: 60;
    margin-bottom: 15px;
  }
  main.halc .halc-nav .menu-btn {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #EBEDEC;
    border-radius: 6px;
  }
  main.halc .halc-nav .menu-btn.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  main.halc .halc-nav .menu-btn .en {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
  }
  main.halc .halc-nav .menu-btn .jp {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 44%;
  }
  main.halc .halc-nav .menu-btn .en,
  main.halc .halc-nav .menu-btn .jp {
    display: inline-block;
  }
  main.halc .halc-nav .menu-btn:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -607px;
    background-size: 95px 5667px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  main.halc .halc-nav .menu-list {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding-bottom: 2px;
  }
  main.halc .halc-nav ul {
    width: 100%;
    background: #EBEDEC;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  }
  main.halc .halc-nav li {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  main.halc .halc-nav li:before {
    content: none;
  }
  main.halc .halc-nav a {
    display: block;
    padding: 12px 15px 8px;
    border-top: 1px solid #DBD7D5;
    height: auto;
  }
  main.halc .halc-nav a:hover, main.halc .halc-nav a.is-crnt {
    color: inherit;
    -webkit-text-stroke: 0.2px inherit;
    background: none;
  }
  main.halc .halc-nav .l-inner {
    display: block;
  }
  main.halc .halc-nav .l-inner:after, main.halc .halc-nav .l-inner:before {
    display: none;
  }
  main.halc .halc-nav li:first-child:before {
    content: none;
  }
  main.halc .halc-nav .en {
    font-family: 'ゴシックMB101 B', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
  }
  main.halc .halc-nav .jp {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 44%;
  }
  main.halc .halc-nav .en,
  main.halc .halc-nav .jp {
    display: inline-block;
  }
  main.halc .square-list {
    margin-right: -6%;
  }
  main.halc .square-list li {
    width: 44%;
    margin: 0 6% 20px 0;
  }
  main.halc .square-list li .pickup-head .img {
    height: auto;
  }
  main.halc .square-list li .pickup-contents {
    width: auto;
  }
  main.halc .square-list li .category {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
  }
  main.halc .square-list li .date {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
  }
  main.halc .square-list li .title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  main.halc .floorguide-area {
    margin-bottom: 0;
  }
  main.halc .floorguide-area .title-area {
    margin: 0 -15px 15px;
    padding: 10px 15px 10px;
  }
  main.halc .floorguide-area .title {
    display: table;
  }
  main.halc .floorguide-area .title .en {
    font-family: 'ゴシックMB101 R', Sans-Serif;
    font-size: 17px;
    font-size: 1.7rem;
  }
  main.halc .floorguide-area .title .jp {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.halc .floorguide-area .title .jp:before {
    content: "";
  }
  main.halc .floorguide-area .floorguide-list {
    margin-right: 0;
    padding: 0;
  }
  main.halc .floorguide-area .floorguide-list li {
    float: none;
    width: auto;
    display: block;
    margin-right: 0;
  }
  main.halc .floorguide-area .floorguide-list .floorguide-head {
    height: inherit;
  }
  main.halc .floorguide-area .floorguide-list .flat {
    font-family: 'ゴシックMB101 H', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.halc .floorguide-area .floorguide-list .title {
    vertical-align: top;
  }
  main.halc .floorguide-area .floorguide-list .img {
    text-align: center;
  }
  main.halc .floorguide-area .floorguide-list .icon-list {
    margin-bottom: 15px;
  }
  main.halc .contents-title {
    margin-bottom: 20px;
  }
  main.halc .contents-title .title .en {
    margin-right: 10px;
  }
  main.halc .contents-title .category {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  main.halc .map-area {
    margin-bottom: 25px;
    padding: 0 7px;
  }
  main.halc .map-area .img img {
    max-width: 100%;
    height: auto;
  }
  main.halc .map-area .note {
    margin-top: 10px;
  }
  main.halc .button-links {
    margin-bottom: 30px;
  }
  main.halc .button-links li {
    text-align: left;
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
  main.halc .category-list {
    margin-right: 0;
  }
  main.halc .category-list li {
    float: none;
    width: auto;
    margin: 0px 0 25px;
  }
  main.halc .category-list .title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.halc .category-list .img {
    margin-bottom: 15px;
    text-align: center;
  }
  main.halc .category-list .text {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.halc .event-data {
    width: auto;
  }
  main.halc .event-data .l-frame {
    float: none;
    width: auto !important;
  }
  main.halc .event-data .meta-head {
    display: none;
  }
  main.halc .event-data .name {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 17px;
    font-size: 1.7rem;
  }
  main.halc .event-data .mod-wysiwyg {
    margin-bottom: 30px;
  }
  main.halc .event-data .image-set {
    float: none;
    width: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  main.halc .event-data .image-set .figcaption,
  main.halc .event-data .image-set figcaption {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 0 0;
    background: #fff;
  }
  main.halc .info-area {
    margin: 0 0 25px;
    padding: 20px;
  }
  main.halc .supplementary {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
  main.halc .event-area {
    margin: 0 -15px;
  }
  main.halc .event-area .title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* 14.0 今日の小田急 */
main.today .notice {
  margin-top: 20px;
  margin-bottom: 30px;
}
main.today .notice .mod-accordion .menu-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 120px 25px 75px;
}
main.today .notice .mod-accordion .menu-title:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -10268px;
  left: 25px;
  top: 50%;
  margin-top: -16px;
}
main.today .notice .mod-accordion .menu-body {
  padding: 0 40px 15px 75px;
}
main.today .notice .mod-accordion .menu-body .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
main.today .notice .mod-accordion .menu-body .text {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.today .notice .mod-button {
  margin: 10px 0;
}
main.today .category-anchor {
  margin: 20px 0 25px;
}
main.today .category-anchor ul {
  border-left: 1px solid #BDD2EB;
}
main.today .category-anchor li {
  vertical-align: middle;
  display: inline-block;
  border-right: 1px solid #BDD2EB;
}
main.today .category-anchor a {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  padding: 5px 25px;
  transition: all 0.3s ease;
}
main.today .category-anchor a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.today .category-anchor a span {
  position: relative;
  padding-left: 30px;
}
main.today .category-anchor a span:after {
  top: 50%;
  left: 0;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1640px;
  margin-top: -10px;
  background-color: #BDD2EB;
  border-radius: 50%;
}
main.today .today-category {
  margin-bottom: 45px;
}
main.today .today-info {
  position: relative;
  width: 750px;
  margin-bottom: 35px;
}
main.today .today-info .mod-title {
  margin-right: 0;
}
main.today .today-info .l-frame {
  overflow: hidden;
  margin-bottom: 20px;
}
main.today .today-info .period {
  float: left;
  width: 200px;
  margin-right: 20px;
}
main.today .today-info .place {
  float: left;
  width: 180px;
}
main.today .today-info .mod-button a {
  text-align: center;
  display: block;
  padding: 12px 80px 10px 40px;
}
main.today .today-info.add-image {
  width: 400px;
  padding-left: 350px;
}
main.today .today-info.add-image .image {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  margin: 0;
}
main.today .today-info.add-image .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.today .today-info.add-image .image a {
  display: block;
  transition: all 0.3s ease;
}
main.today .today-info.add-image .image a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 640px) {
  main.today .notice .mod-accordion .menu-title {
    padding: 16px 90px 14px 50px;
  }
  main.today .notice .mod-accordion .menu-title:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -5152px;
    background-size: 95px 5667px;
    left: 10px;
    margin-top: -16px;
  }
  main.today .notice .mod-accordion .menu-body {
    padding: 15px;
  }
  main.today .category-anchor {
    margin: 20px 0;
  }
  main.today .category-anchor ul {
    border: none;
    border-top: 1px solid #BDD2EB;
  }
  main.today .category-anchor li {
    display: block;
    border: none;
    border-bottom: 1px solid #BDD2EB;
  }
  main.today .category-anchor a {
    display: block;
    padding: 14px 5px;
  }
  main.today .category-anchor a span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -832px;
    background-size: 95px 5667px;
    margin-top: -10px;
    background-color: #BDD2EB;
  }
  main.today .today-category {
    margin-bottom: 20px;
  }
  main.today .today-info {
    width: auto;
    margin-bottom: 25px;
  }
  main.today .today-info .l-frame {
    margin-bottom: 20px;
  }
  main.today .today-info .l-frame dl {
    margin-bottom: 5px;
  }
  main.today .today-info .period {
    float: none;
    width: auto;
    margin-right: 0;
  }
  main.today .today-info .place {
    float: none;
    width: auto;
  }
  main.today .today-info .mod-button a {
    text-align: center;
    display: block;
    padding: 12px 80px 10px 40px;
  }
  main.today .today-info.add-image {
    width: auto;
    padding-left: 0;
  }
  main.today .today-info.add-image .image {
    position: static;
    max-width: 320px;
    width: auto;
    margin: 0 auto 15px;
  }
  main.today .today-info.add-image .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/* 15.0 おだポケ特典一覧 */
main.odapoke .event-data {
  position: relative;
  overflow: hidden;
  margin: 0 -40px 40px;
  padding: 0 70px 20px 40px;
  border-bottom: 4px solid #F1F1F1;
}
main.odapoke .event-data.is-last {
  margin-bottom: 0;
}
main.odapoke .event-data .message {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
main.odapoke .event-data .main-summary {
  overflow: hidden;
}
main.odapoke .event-data .main-summary .l-frame {
  float: left;
  width: 400px;
  margin-bottom: 20px;
}
main.odapoke .event-data .main-summary .date {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.odapoke .event-data .main-summary .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9E9EA0;
  margin-bottom: 20px;
}
main.odapoke .event-data .main-summary .place,
main.odapoke .event-data .main-summary .period {
  margin-bottom: 10px;
}
main.odapoke .event-data .main-summary .mod-wysiwyg {
  margin: 20px 0;
}
main.odapoke .event-data .main-summary .image-set {
  float: right;
  width: 320px;
  margin-bottom: 25px;
}
main.odapoke .event-data .main-summary .image-set .figure,
main.odapoke .event-data .main-summary .image-set figure {
  margin: 0 auto 15px;
}
main.odapoke .event-data .main-summary .image-set .figcaption,
main.odapoke .event-data .main-summary .image-set figcaption {
  text-align: left;
}
main.odapoke .event-data .main-summary .image-set img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.odapoke .event-data .item-note .info-mini {
  padding: 29px 29px 9px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
main.odapoke .event-data .item-note .info-mini.set-image .l-frame {
  overflow: hidden;
}
main.odapoke .event-data .item-note .info-mini.set-image .image {
  float: right;
  max-width: 240px;
  margin-bottom: 20px;
}
main.odapoke .event-data .item-note .info-mini.set-image .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.odapoke .event-data .item-note .info-mini.set-image .mod-wysiwyg {
  margin-bottom: 20px;
}
main.odapoke .event-data .item-note .note {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.odapoke .event-data .note-set {
  overflow: hidden;
}
main.odapoke .event-data .note-set .info-mini {
  float: left;
  width: 340px;
}
main.odapoke .event-data .note-set .info-mini.set-image .image {
  max-width: 125px;
}
main.odapoke .event-data .note-set .note {
  float: right;
  width: 320px;
}
main.odapoke .member-register {
  margin: 0 -40px 100px;
}
main.odapoke .member-register .button {
  padding: 10px;
  border-bottom: 4px solid #F1F1F1;
}
main.odapoke .member-register .button p {
  background: #FBF7DA;
}
main.odapoke .member-register .button a {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 125px;
  text-align: center;
  display: block;
  height: 125px;
  transition: all 0.3s ease;
}
main.odapoke .member-register .button a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.odapoke .member-register .button span {
  position: relative;
  display: inline-block;
  padding: 0 125px 0;
}
main.odapoke .member-register .button span:before {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9628px;
  left: 0;
  top: 50%;
  margin-top: -38px;
}
main.odapoke .member-register .button span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 60px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #454545;
}
main.odapoke .member-register .note {
  margin: 10px;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 640px) {
  main.odapoke .event-data {
    margin: 0 -15px 20px;
    padding: 0 15px 20px;
  }
  main.odapoke .event-data.is-last {
    margin-bottom: 0;
  }
  main.odapoke .event-data .message {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.odapoke .event-data .main-summary {
    overflow: hidden;
  }
  main.odapoke .event-data .main-summary .l-frame {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }
  main.odapoke .event-data .main-summary .image-set {
    float: none;
    width: auto;
  }
  main.odapoke .event-data .item-note .info-mini {
    padding: 19px 19px 5px;
    border: 1px solid #CCC;
  }
  main.odapoke .event-data .item-note .info-mini.set-image .l-frame {
    overflow: hidden;
  }
  main.odapoke .event-data .item-note .info-mini.set-image .image {
    float: none;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
  }
  main.odapoke .event-data .item-note .info-mini.set-image .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  main.odapoke .event-data .item-note .info-mini.set-image .mod-wysiwyg {
    margin: 0 0 20px !important;
  }
  main.odapoke .event-data .item-note .note {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.odapoke .event-data .note-set {
    overflow: hidden;
  }
  main.odapoke .event-data .note-set .info-mini {
    float: none;
    width: auto;
  }
  main.odapoke .event-data .note-set .note {
    float: none;
    width: auto;
    margin-top: 25px;
  }
  main.odapoke .member-register {
    margin: 0 -15px 45px;
  }
  main.odapoke .member-register .button {
    padding: 10px;
  }
  main.odapoke .member-register .button a {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 105px;
    height: 105px;
  }
  main.odapoke .member-register .button span {
    padding: 0 50px;
  }
  main.odapoke .member-register .button span:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4814px;
    background-size: 95px 5667px;
    margin-top: -19px;
  }
  main.odapoke .member-register .button span:after {
    right: 20px;
  }
}
/* 15.1 おだポケ特典詳細 */
main.odapoke .member-summary {
  overflow: hidden;
  margin-bottom: 80px;
}
main.odapoke .member-summary .image {
  margin-bottom: 20px;
}
main.odapoke .member-summary.type-a .image {
  float: right;
}
main.odapoke .member-summary.type-a .mod-wysiwyg p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
}
main.odapoke .member-summary.type-b {
  padding: 30px 30px 10px;
  background: #F6F6F6;
}
main.odapoke .member-summary.type-b .image {
  float: left;
}
main.odapoke .member-summary.type-b .mod-wysiwyg p {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  main.odapoke .member-summary {
    margin-bottom: 20px;
  }
  main.odapoke .member-summary .image {
    max-width: 100% !important;
    text-align: center;
  }
  main.odapoke .member-summary .mod-wysiwyg {
    margin: 0 !important;
  }
  main.odapoke .member-summary.type-a .image {
    float: none;
  }
  main.odapoke .member-summary.type-b {
    padding: 20px 20px 1px;
  }
  main.odapoke .member-summary.type-b .image {
    float: none;
  }
}
/* 16.0 コスメTOP */
body.cosme footer.global .l-contents {
  background: #fff;
}
body.cosme footer.global .note {
  padding: 20px 45px;
  margin-left: 0;
  background: #F7F7F7;
}

@media screen and (max-width: 640px) {
  body.cosme footer.global .note {
    padding: 15px;
    background: #F7F7F7;
  }
}
main.cosme .page-head {
  margin: 30px 0 40px;
}
main.cosme .cosme-title {
  width: 168px;
  margin: auto;
}
main.cosme .cosme-title img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme .primary-contents {
  margin-bottom: 0;
}
main.cosme .primary-contents .category-menu-nav {
  margin: 0 -40px 50px;
}
main.cosme .category-menu-nav {
  margin-bottom: 40px;
}
main.cosme .category-menu-nav .menu-btn {
  display: none;
}
main.cosme .category-menu-nav .menu-list ul {
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
}
main.cosme .category-menu-nav .menu-list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 25px;
}
main.cosme .category-menu-nav .menu-list a {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 12px;
}
main.cosme .category-menu-nav .menu-list a:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: transparent;
  transition: 0.3s all ease;
}
main.cosme .category-menu-nav .menu-list a:hover {
  text-decoration: none;
}
main.cosme .category-menu-nav .menu-list a:hover:before {
  left: 0;
  right: 0;
  background: #FF99CC;
}
main.cosme .category-menu-nav .menu-list span {
  line-height: 1;
  display: block;
}
main.cosme .category-menu-nav .menu-list .en {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
main.cosme .category-menu-nav .menu-list .jp {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 640px) {
  main.cosme .page-head {
    margin: 20px 0;
  }
  main.cosme .primary-contents .category-menu-nav {
    margin: 0 0 20px;
  }
  main.cosme .category-menu-nav {
    position: relative;
    z-index: 100;
    margin: 0 15px 20px;
  }
  main.cosme .category-menu-nav .menu-btn {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #EBEDEC;
    border-radius: 6px;
  }
  main.cosme .category-menu-nav .menu-btn:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -607px;
    background-size: 95px 5667px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  main.cosme .category-menu-nav .menu-btn.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  main.cosme .category-menu-nav .menu-list {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding-bottom: 2px;
  }
  main.cosme .category-menu-nav .menu-list ul {
    text-align: left;
    width: 100%;
    background: #EBEDEC;
    border-bottom: none;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  }
  main.cosme .category-menu-nav .menu-list li {
    display: block;
    margin: 0;
  }
  main.cosme .category-menu-nav .menu-list a {
    text-align: left;
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #DBD7D5;
  }
  main.cosme .category-menu-nav .menu-list a:before {
    display: none;
  }
  main.cosme .category-menu-nav .menu-list span {
    vertical-align: middle;
    display: inline-block;
  }
  main.cosme .category-menu-nav .menu-list .en {
    font-size: 16px;
    font-size: 1.6rem;
    width: 40%;
    margin: 0 2% 0 0;
  }
  main.cosme .category-menu-nav .menu-list .jp {
    font-size: 12px;
    font-size: 1.2rem;
    width: 56%;
  }
}
main.cosme .contents-title {
  min-height: 0;
  padding: 16px 18px;
  margin-bottom: 35px;
  background: #FFE0F0;
}
main.cosme .contents-title .title {
  color: #000000;
  -webkit-text-stroke: 0.2px #000000;
  line-height: 1;
}
main.cosme .contents-title .title span {
  vertical-align: bottom;
}
main.cosme .contents-title .title .en {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 0.8;
  font-family: inherit;
  margin-right: 15px;
}
main.cosme .contents-title .title .jp {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
}

main.cosme .icon-new {
  width: auto;
  height: auto;
}
main.cosme .icon-new:after {
  display: none;
}

main.cosme-top h2.title {
  line-height: 1;
  padding: 0 0 16px;
  margin-right: 33px;
  margin-left: 39px;
  border-bottom: 1px solid #666;
}
main.cosme-top h2.title span {
  vertical-align: middle;
  display: inline-block;
}
main.cosme-top h2.title .en {
  font-size: 27px;
  font-size: 2.7rem;
  margin-right: 15px;
}
main.cosme-top h2.title .en:first-letter {
  color: #EB97AC;
  -webkit-text-stroke: 0.2px #EB97AC;
}
main.cosme-top h2.title .jp {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
}
main.cosme-top .date,
main.cosme-top .icon-new {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
main.cosme-top .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 8px;
}
main.cosme-top .more-link {
  padding-top: 4px;
  margin: 0 1px 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.8);
}
main.cosme-top .more-link a {
  color: #333;
  -webkit-text-stroke: 0.2px #333;
  font-family: 'ゴシックMB101 B', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 14px 23px;
  display: block;
  background: url(/irp5la00000000tk/bg_mask_dot02.png) repeat;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}
main.cosme-top .more-link a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .more-link a:after {
  display: none;
}
main.cosme-top .more-link span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0 30px;
}
main.cosme-top .more-link span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1318px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #333333;
}
main.cosme-top .more-link span:after {
  background-color: #A0A0A0;
}

@media screen and (max-width: 640px) {
  main.cosme-top h2.title {
    padding: 0 0 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  main.cosme-top h2.title .en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  main.cosme-top h2.title .jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.cosme-top .pickup-contents .breadcrumb {
  padding: 12px 40px 0;
}

@media screen and (max-width: 640px) {
  main.cosme-top .pickup-contents .breadcrumb {
    padding: 0 15px;
  }
}
main.cosme-top .main-visual-slide {
  width: 790px;
  margin: auto;
}
main.cosme-top .main-visual-slide .slider img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme-top .main-visual-slide .bx-wrapper {
  margin-bottom: 0;
}
main.cosme-top .main-visual-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.cosme-top .main-visual-slide .bx-viewport ul {
  overflow: hidden;
  width: 99999px !important;
}
main.cosme-top .main-visual-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 90;
  background: #737373;
}
main.cosme-top .main-visual-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.cosme-top .main-visual-slide .bx-prev {
  left: 25px;
}
main.cosme-top .main-visual-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.cosme-top .main-visual-slide .bx-next {
  right: 25px;
}
main.cosme-top .main-visual-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}
main.cosme-top .main-visual-slide .pager {
  position: relative;
  text-align: center;
  margin: 30px auto;
}
main.cosme-top .main-visual-slide .pager li {
  vertical-align: middle;
  display: inline-block;
  width: 158px;
}
main.cosme-top .main-visual-slide .pager li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme-top .main-visual-slide .pager a {
  display: block;
}
main.cosme-top .main-visual-slide .pager a:hover .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}
main.cosme-top .main-visual-slide .pager span {
  display: block;
}
main.cosme-top .main-visual-slide .pager .set-border {
  position: relative;
}
main.cosme-top .main-visual-slide .pager .set-border:after, main.cosme-top .main-visual-slide .pager .set-border:before {
  content: '';
  position: absolute;
  width: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.cosme-top .main-visual-slide .pager .set-border:before {
  top: 0;
  bottom: 100%;
  left: 0;
}
main.cosme-top .main-visual-slide .pager .set-border:after {
  top: 100%;
  bottom: 0;
  right: 0;
}
main.cosme-top .main-visual-slide .pager .frame-border:after, main.cosme-top .main-visual-slide .pager .frame-border:before {
  content: '';
  position: absolute;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
}
main.cosme-top .main-visual-slide .pager .frame-border:before {
  left: 100%;
  right: 0;
  top: 0;
}
main.cosme-top .main-visual-slide .pager .frame-border:after {
  left: 0;
  right: 100%;
  bottom: 0;
}
main.cosme-top .main-visual-slide .pager .set-border:hover:after, main.cosme-top .main-visual-slide .pager .set-border:hover:before {
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.cosme-top .main-visual-slide .pager .set-border:hover .frame-border:after, main.cosme-top .main-visual-slide .pager .set-border:hover .frame-border:before {
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.cosme-top .main-visual-slide .pager .frame-mask {
  padding: 2px;
  display: block;
}
main.cosme-top .main-visual-slide .pager .frame-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
}
main.cosme-top .main-visual-slide .pager .active:after, main.cosme-top .main-visual-slide .pager .active:before {
  content: ' ';
  top: 0;
  bottom: 0;
  background: #EB6EA5;
}
main.cosme-top .main-visual-slide .pager .active .frame-border:after, main.cosme-top .main-visual-slide .pager .active .frame-border:before {
  content: ' ';
  left: 0;
  right: 0;
  background: #EB6EA5;
}
main.cosme-top .main-visual-slide .pager .active .frame-mask:after {
  background-color: rgba(237, 108, 165, 0.3);
}

@media screen and (max-width: 640px) {
  main.cosme-top .main-visual-slide {
    width: auto;
  }
  main.cosme-top .main-visual-slide.is-slide {
    margin-bottom: 40px;
  }
  main.cosme-top .main-visual-slide .bx-wrapper .bx-controls-direction a {
    z-index: 90;
    margin-top: -30px;
  }
  main.cosme-top .main-visual-slide .bx-prev {
    left: 0;
  }
  main.cosme-top .main-visual-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.cosme-top .main-visual-slide .bx-next {
    right: 0;
  }
  main.cosme-top .main-visual-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  main.cosme-top .main-visual-slide .bx-pager.bx-default-pager a {
    position: relative;
    background: none;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
  }
  main.cosme-top .main-visual-slide .bx-pager.bx-default-pager a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1098px;
    left: 0;
    top: 0;
  }
  main.cosme-top .main-visual-slide .bx-pager.bx-default-pager .active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -1122px;
    left: 0;
    top: 0;
  }
  main.cosme-top .main-visual-slide .pager {
    display: none;
  }
}
main.cosme-top .info-area {
  padding: 32px 0 15px;
  margin-bottom: 45px;
  background: #FDF4F7;
}
main.cosme-top .info-area .title {
  margin-bottom: 18px;
}
main.cosme-top .info-area .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 60px 10px 45px;
}
main.cosme-top .info-area .summary a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
main.cosme-top .info-area .summary a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 640px) {
  main.cosme-top .info-area .summary {
    font-family: 'ゴシックMB101 M', Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 15px 10px;
  }
  main.cosme-top .info-area .summary a {
    display: block;
    transition: all 0.3s ease;
  }
  main.cosme-top .info-area .summary a:hover {
    text-decoration: none;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
  }
  main.cosme-top .info-area .summary p {
    margin-bottom: 10px;
  }
}
main.cosme-top .event-area {
  margin: 40px 0;
}
main.cosme-top .event-area .title {
  margin-bottom: 10px;
}
main.cosme-top .event-area .item-list {
  margin: 0 10px;
}
main.cosme-top .event-area .item {
  overflow: hidden;
  border-top: 1px dashed #9E9EA0;
}
main.cosme-top .event-area .item a {
  overflow: hidden;
  display: block;
  padding: 20px 30px;
  transition: all 0.3s ease;
}
main.cosme-top .event-area .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .event-area .item:first-child {
  border-top: none;
}
main.cosme-top .event-area .item.is-odd a {
  background: #fff;
}
main.cosme-top .event-area .item.is-even a {
  background: #F8F7F7;
}
main.cosme-top .event-area .image {
  float: left;
  width: 160px;
}
main.cosme-top .event-area .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme-top .event-area .l-frame {
  margin-left: 205px;
}
main.cosme-top .event-area .meta {
  margin-bottom: 10px;
}
main.cosme-top .event-area .date,
main.cosme-top .event-area .icon-new {
  vertical-align: middle;
  display: inline-block;
}
main.cosme-top .event-area .icon-new {
  width: 58px;
  height: 22px;
}
main.cosme-top .event-area .icon-new:after {
  display: block;
}
main.cosme-top .event-area .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 10px;
}
main.cosme-top .event-area .entry-title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
main.cosme-top .event-area .summary {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  width: 270px;
}
main.cosme-top .event-area .info {
  margin-left: 300px;
}
main.cosme-top .event-area .info dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  main.cosme-top .event-area .item-list {
    overflow: hidden;
    margin: 0 15px;
  }
  main.cosme-top .event-area .item {
    overflow: hidden;
  }
  main.cosme-top .event-area .item a {
    padding: 20px;
  }
  main.cosme-top .event-area .item.is-even {
    background: #F8F7F7;
  }
  main.cosme-top .event-area .image {
    float: left;
    width: 115px;
  }
  main.cosme-top .event-area .image img {
    width: 85px;
    height: auto;
  }
  main.cosme-top .event-area .l-frame {
    margin-left: 115px;
  }
  main.cosme-top .event-area .date,
  main.cosme-top .event-area .icon-new {
    vertical-align: middle;
    display: inline-block;
  }
  main.cosme-top .event-area .entry-title {
    font-family: 'ゴシックMB101 DB', Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  main.cosme-top .event-area .summary {
    display: none;
  }
  main.cosme-top .event-area .info {
    margin-left: 0;
  }
}
main.cosme-top .ranking-area {
  margin: 40px 0 50px;
}
main.cosme-top .ranking-area .title {
  margin-bottom: 40px;
}
main.cosme-top .ranking-area .item-list {
  overflow: hidden;
  padding: 0 64px 30px 73px;
}
main.cosme-top .ranking-area .item {
  float: left;
  width: 210px;
  margin: 0 16px 0 17px;
}
main.cosme-top .ranking-area .item a {
  display: block;
  transition: all 0.3s ease;
  background: #fff;
}
main.cosme-top .ranking-area .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .ranking-area .entry-title {
  text-align: center;
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}
main.cosme-top .ranking-area .goods {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  border: 1px solid #E1E1E1;
  padding: 10px 14px 4px;
}
main.cosme-top .ranking-area .goods:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 42px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -9494px;
  left: 0;
  top: 0;
  z-index: 10;
}
main.cosme-top .ranking-area .goods p {
  position: relative;
  z-index: -1;
  max-width: 180px;
  margin: auto;
}
main.cosme-top .ranking-area .goods img {
  width: 100%;
  height: auto;
}
main.cosme-top .ranking-area .meta {
  margin-bottom: 8px;
}
main.cosme-top .ranking-area .type {
  margin-bottom: 5px;
}
main.cosme-top .ranking-area .name {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  main.cosme-top .ranking-area .item-list {
    padding: 0;
  }
  main.cosme-top .ranking-area .item {
    float: none;
    margin: 0 auto 40px;
    display: none;
  }
  main.cosme-top .ranking-area .item.sp-show {
    display: block;
  }
  main.cosme-top .ranking-area .goods:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 42px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -4770px;
    background-size: 95px 5667px;
  }
}
main.cosme-top .topics-area {
  margin-bottom: 50px;
}
main.cosme-top .topics-area .bg-wrapper {
  padding: 15px 25px;
  background: url(/irp5la00000000tk/bg_topics01.png) repeat 50% 50%;
  background-size: cover;
}
main.cosme-top .topics-area .l-frame {
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
main.cosme-top .topics-area .title {
  padding-left: 0;
  margin: 0 10px 20px;
}
main.cosme-top .topics-area .slide-wrapper {
  padding: 0 40px;
}
main.cosme-top .topics-area .topics-list-slide {
  width: 735px;
  margin: auto;
}
main.cosme-top .topics-area .topics-list-slide ul {
  *zoom: 1;
}
main.cosme-top .topics-area .topics-list-slide ul:after {
  content: "";
  display: table;
  clear: both;
}
main.cosme-top .topics-area .topics-list-slide li {
  float: left;
  width: 210px;
  margin: 0 17px 0 18px;
}
main.cosme-top .topics-area .topics-list-slide .type {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 4px;
  background: #D8887A;
}
main.cosme-top .topics-area .topics-list-slide .theme-pink .type {
  background: #D8887A;
}
main.cosme-top .topics-area .topics-list-slide .theme-green .type {
  background: #76BF8B;
}
main.cosme-top .topics-area .topics-list-slide .theme-blue .type {
  background: #85C0CE;
}
main.cosme-top .topics-area .topics-list-slide .item a {
  display: block;
  transition: all 0.3s ease;
}
main.cosme-top .topics-area .topics-list-slide .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .topics-area .topics-list-slide .item .image {
  margin-bottom: 10px;
}
main.cosme-top .topics-area .topics-list-slide .item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme-top .topics-area .topics-list-slide .item .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.cosme-top .topics-area .topics-list-slide .meta {
  margin-bottom: 5px;
}
main.cosme-top .topics-area .topics-list-slide.is-slide {
  width: 700px;
}
main.cosme-top .topics-area .topics-list-slide.is-slide li {
  margin: 0;
}
main.cosme-top .topics-area .topics-list-slide .bx-wrapper {
  margin-bottom: 0;
}
main.cosme-top .topics-area .topics-list-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.cosme-top .topics-area .topics-list-slide .bx-viewport ul {
  overflow: hidden;
  width: 99999px !important;
}
main.cosme-top .topics-area .topics-list-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 90;
  background: #737373;
}
main.cosme-top .topics-area .topics-list-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.cosme-top .topics-area .topics-list-slide .bx-prev {
  left: -60px;
}
main.cosme-top .topics-area .topics-list-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.cosme-top .topics-area .topics-list-slide .bx-next {
  right: -60px;
}
main.cosme-top .topics-area .topics-list-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}

@media screen and (max-width: 640px) {
  main.cosme-top .topics-area .bg-wrapper {
    padding: 15px;
  }
  main.cosme-top .topics-area .l-frame {
    padding: 40px 0 2px;
  }
  main.cosme-top .topics-area .title {
    margin-bottom: 20px;
  }
  main.cosme-top .topics-area .slide-wrapper {
    padding: 0 15px;
  }
  main.cosme-top .topics-area .topics-list-slide {
    width: auto;
  }
  main.cosme-top .topics-area .topics-list-slide li {
    float: none;
    display: none;
    margin: 0 auto 40px;
  }
  main.cosme-top .topics-area .topics-list-slide li.sp-show {
    display: block;
  }
}
main.cosme-top .feature-area {
  margin-bottom: 40px;
}
main.cosme-top .feature-area .title {
  margin-bottom: 40px;
}
main.cosme-top .feature-area .feature-list-slide {
  width: 720px;
  margin: auto;
}
main.cosme-top .feature-area .feature-list-slide ul {
  *zoom: 1;
}
main.cosme-top .feature-area .feature-list-slide ul:after {
  content: "";
  display: table;
  clear: both;
}
main.cosme-top .feature-area .feature-list-slide li {
  float: left;
  width: 320px;
  margin: 0 20px;
}
main.cosme-top .feature-area .feature-list-slide .item a {
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}
main.cosme-top .feature-area .feature-list-slide .item a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .feature-area .feature-list-slide .item .image {
  margin-bottom: 10px;
}
main.cosme-top .feature-area .feature-list-slide .item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  box-shadow: 3px 3px 0px 0px #FFE0F0;
}
main.cosme-top .feature-area .feature-list-slide .item .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main.cosme-top .feature-area .feature-list-slide.is-slide {
  width: 685px;
}
main.cosme-top .feature-area .feature-list-slide.is-slide li {
  margin: 0;
}
main.cosme-top .feature-area .feature-list-slide .bx-wrapper {
  margin-bottom: 0;
}
main.cosme-top .feature-area .feature-list-slide .bx-viewport {
  margin: 0 auto;
  left: 0;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.cosme-top .feature-area .feature-list-slide .bx-viewport ul {
  overflow: hidden;
  width: 99999px !important;
}
main.cosme-top .feature-area .feature-list-slide .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 90;
  background: #737373;
}
main.cosme-top .feature-area .feature-list-slide .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 0;
}
main.cosme-top .feature-area .feature-list-slide .bx-prev {
  left: -70px;
}
main.cosme-top .feature-area .feature-list-slide .bx-prev:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 0;
}
main.cosme-top .feature-area .feature-list-slide .bx-next {
  right: -70px;
}
main.cosme-top .feature-area .feature-list-slide .bx-next:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -430px;
}

@media screen and (max-width: 640px) {
  main.cosme-top .feature-area .feature-list-slide {
    max-width: 300px;
    margin: 0 auto;
  }
  main.cosme-top .feature-area .feature-list-slide li {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
  }
  main.cosme-top .feature-area .feature-list-slide .item .image {
    padding-right: 3px;
  }
  main.cosme-top .feature-area .feature-list-slide.is-slide {
    width: auto;
  }
  main.cosme-top .feature-area .feature-list-slide.is-slide li {
    margin: 0;
  }
  main.cosme-top .feature-area .feature-list-slide .bx-wrapper .bx-controls-direction a {
    z-index: 190;
    top: 30px;
    margin-top: 0;
  }
  main.cosme-top .feature-area .feature-list-slide .bx-prev {
    left: -15px;
  }
  main.cosme-top .feature-area .feature-list-slide .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.cosme-top .feature-area .feature-list-slide .bx-next {
    right: -15px;
  }
  main.cosme-top .feature-area .feature-list-slide .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
}
main.cosme-top .counter-area {
  margin-bottom: 20px;
}
main.cosme-top .counter-area .title {
  margin-bottom: 30px;
}
main.cosme-top .counter-area .entry {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 60px 0 45px;
}
main.cosme-top .counter-area .entry a {
  overflow: hidden;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}
main.cosme-top .counter-area .entry a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme-top .counter-area .image-set img {
  box-shadow: 3px 3px 0px 0px #FFE0F0;
}
main.cosme-top .counter-area .l-frame {
  margin-bottom: 30px;
}
main.cosme-top .counter-area .summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
main.cosme-top .counter-area .summary p {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  main.cosme-top .counter-area .entry {
    overflow: hidden;
    display: block;
    margin: 0 15px;
  }
  main.cosme-top .counter-area .entry a {
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
  }
  main.cosme-top .counter-area .entry a:hover {
    text-decoration: none;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
  }
  main.cosme-top .counter-area .image-set {
    float: none;
  }
  main.cosme-top .counter-area .l-frame {
    margin-left: 0 !important;
  }
}
main.cosme-top .store-contents-footer {
  padding-bottom: 45px;
  margin-top: -25px;
  background: #fff;
}
main.cosme-top .store-contents-footer .other-info-slide .bx-wrapper .bx-controls-direction a {
  background: #737373;
}

@media screen and (max-width: 640px) {
  main.cosme-top .store-contents-footer {
    padding-top: 30px;
    margin-top: 0;
    background: #fff;
  }
}
main.cosme .event-data-list {
  margin-bottom: 50px;
}
main.cosme .event-data-list .mod-accordion {
  overflow: hidden;
}
main.cosme .event-data-list .mod-accordion .menu-title {
  padding-left: 0;
  padding-right: 50px;
}
main.cosme .event-data-list .mod-accordion .menu-title.is-open {
  color: #000;
  -webkit-text-stroke: 0.2px #000;
}
main.cosme .event-data-list .mod-accordion .menu-title:after {
  right: 0;
}
main.cosme .event-data-list .mod-accordion .menu-wrap {
  margin: 0;
}
main.cosme .event-data-list .mod-accordion .menu-body {
  padding: 25px 0 15px;
}
main.cosme .event-data-list .entry-link {
  overflow: hidden;
  margin-bottom: 15px;
}
main.cosme .event-data-list .entry-link a {
  display: block;
  text-decoration: none;
}
main.cosme .event-data-list .entry-link a .entry-title {
  text-decoration: underline;
}
main.cosme .event-data-list .entry-link a:hover .entry-title {
  text-decoration: none;
}
main.cosme .event-data-list .entry-link .date,
main.cosme .event-data-list .entry-link .icon-new {
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}
main.cosme .event-data-list .entry-link .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.cosme .event-data-list .entry-link .icon-new {
  width: auto;
  margin-left: 5px;
}
main.cosme .event-data-list .entry-link .entry-title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}

main.cosme .event-data {
  position: relative;
  margin: 0 -40px 45px;
  padding: 0 40px 14px;
}
main.cosme .event-data.is-last {
  padding-bottom: 0;
}
main.cosme .event-data.is-last:after {
  display: none;
}
main.cosme .event-data:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: url(/irp5la00000000tk/bg_cosme_border01.png) repeat-x 0 0;
}
main.cosme .event-data .message {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
main.cosme .main-summary {
  overflow: hidden;
  margin-bottom: 40px;
}
main.cosme .main-summary .l-frame {
  float: left;
  width: 490px;
}
main.cosme .main-summary .meta {
  margin-bottom: 15px;
}
main.cosme .main-summary .image-set {
  float: right;
  width: 260px;
}
main.cosme .main-summary .image-set.no-logo {
  padding-top: 68px;
}
main.cosme .main-summary .image-set p.logo {
  display: table;
  width: 100%;
  height: 68px;
}
main.cosme .main-summary .image-set p.logo span {
  text-align: center;
  display: table-cell;
}
main.cosme .main-summary .image-set p.logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme .main-summary .date,
main.cosme .main-summary .icon-new {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
main.cosme .main-summary .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
}
main.cosme .main-summary .name {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
main.cosme .main-summary .outline {
  padding: 30px 30px 10px 27px;
  margin-bottom: 25px;
  border: 1px solid #E1E1E1;
  border-left: 3px solid #FF99CC;
}
main.cosme .main-summary .place,
main.cosme .main-summary .period {
  margin-bottom: 10px;
}
main.cosme .main-summary .summary {
  margin-top: 30px;
}
main.cosme .main-summary .summary .mod-wysiwyg {
  margin-bottom: 1.5em;
}
main.cosme .main-summary .other-summary {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 12px;
  font-size: 1.2rem;
}
main.cosme .main-summary .mod-button {
  margin: 25px 0 0;
}
main.cosme .main-summary .bx-viewport {
  left: 0;
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow: 0 0 0 #fff;
}
main.cosme .main-summary .bx-viewport ul {
  width: 99999px !important;
}
main.cosme .main-summary .bx-viewport li {
  float: left;
}
main.cosme .main-summary .bx-viewport li img {
  margin: auto;
}
main.cosme .main-summary .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  z-index: 50;
  background: #737373;
}
main.cosme .main-summary .bx-wrapper .bx-controls-direction a:after {
  left: 0;
  top: 2px;
}
main.cosme .main-summary .bx-prev {
  left: 0;
}
main.cosme .main-summary .bx-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -188px;
}
main.cosme .main-summary .bx-next {
  right: 0;
}
main.cosme .main-summary .bx-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 36px;
  background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -618px;
}
main.cosme .item-slide li {
  width: 240px;
  margin: 0 auto;
}
main.cosme .item-slide li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme .item-slide .figure,
main.cosme .item-slide figure {
  width: 240px;
  margin: 0 auto;
}
main.cosme .item-slide .figcaption,
main.cosme .item-slide figcaption {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 R', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.cosme .event-info {
  position: relative;
  padding: 30px 30px 2px;
  margin-bottom: 40px;
}
main.cosme .event-info:before, main.cosme .event-info:after {
  content: '';
  position: absolute;
  display: block;
  border: 12px solid #000;
}
main.cosme .event-info:before {
  top: 0;
  left: 0;
  border-bottom-style: dashed;
  border-right-style: dashed;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
main.cosme .event-info:after {
  bottom: 0;
  right: 0;
  border-left-style: dashed;
  border-top-style: dashed;
  border-left-color: transparent;
  border-top-color: transparent;
}
main.cosme .event-info .title {
  font-family: 'ゴシックMB101 DB', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 12px 4px;
  margin-bottom: 30px;
  background: #F1F1F1;
  border-radius: 5px;
}
main.cosme .event-info .mod-wysiwyg {
  margin-bottom: 30px;
}
main.cosme .event-supp {
  padding: 30px 30px 10px 22px;
  margin-bottom: 40px;
  border: 1px solid #E1E1E1;
  border-left: 3px solid #000;
}
main.cosme .event-supp .mod-wysiwyg {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  main.cosme .event-data {
    position: relative;
    margin: 0 -15px 40px;
    padding: 0 15px 10px;
  }
  main.cosme .main-summary {
    overflow: visible;
  }
  main.cosme .main-summary .l-frame {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  main.cosme .main-summary .image-set {
    float: none;
    width: 260px;
    margin: auto;
  }
  main.cosme .main-summary .outline {
    padding: 25px 25px 10px 22px;
  }
  main.cosme .main-summary .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 30px;
    height: 60px;
  }
  main.cosme .main-summary .bx-prev {
    left: -20px;
  }
  main.cosme .main-summary .bx-prev:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -32px;
    background-size: 95px 5667px;
  }
  main.cosme .main-summary .bx-next {
    right: -20px;
  }
  main.cosme .main-summary .bx-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 60px;
    background: url("/irp5la00000000tk/bg_decorations.png") no-repeat 0 -247px;
    background-size: 95px 5667px;
  }
  main.cosme .event-info {
    padding: 25px 25px 2px;
  }
  main.cosme .event-info.image-right .l-frame, main.cosme .event-info.image-left .l-frame {
    margin: 0 auto 30px !important;
  }
  main.cosme .event-info .image-set {
    max-width: 100% !important;
    text-align: center;
  }
  main.cosme .event-supp {
    padding: 25px 25px 10px 18px;
  }
}
main.cosme .cosme-event-area {
  margin-bottom: 20px;
}
main.cosme .cosme-event-area .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
main.cosme .event-list {
  overflow: hidden;
}
main.cosme .event-list ul {
  letter-spacing: -.45em;
  margin: 0 -11px 0 -12px;
}
main.cosme .event-list li {
  letter-spacing: normal;
  width: 180px;
  margin: 0 11px 23px 12px;
  vertical-align: top;
  display: inline-block;
}
main.cosme .event-list a {
  display: block;
  transition: all 0.3s ease;
  background: #F7F7F7;
  padding: 15px;
}
main.cosme .event-list a:hover {
  text-decoration: none;
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}
main.cosme .event-list .thumb {
  position: relative;
  margin: -15px -15px 10px;
}
main.cosme .event-list .icon.new {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
main.cosme .event-list .icon.new img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme .event-list .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.cosme .event-list .date {
  color: #666;
  -webkit-text-stroke: 0.2px #666;
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
}
main.cosme .event-list .title {
  font-family: 'ゴシックMB101 M', Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  main.cosme .event-list ul {
    margin: 0 -2%;
  }
  main.cosme .event-list li {
    width: 46%;
    margin: 0 2% 23px;
  }
  main.cosme .event-list .img img {
    width: 100%;
    height: auto;
  }
}
@keyframes DRAW {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes SHOW {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
