
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  backface-visibility: hidden;
  zoom: 1;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   CSS-Transform classes
   ========================================================================== */

.popin {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: opacity(0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.popin.onqueue {
  display: block;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.popin.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: opacity(1);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}


/** Google Map **/

.axgmap {
  width: 100%;
  height: 250px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
* {
  color: #333333;
  font: 500 14px / 20px YuGo;
  text-align: left;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}
*/

input,
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none;
}

li>label {
  margin: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a:not([role="button"]):hover img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

div[role="button"]:hover img,
a[role="button"]:hover img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.fade-on-hover:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.fade-on-hover-soft:hover {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.right-arrow::before {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -11px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ed2214;
}

.right-arrow::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -11px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}

.right-arrow-s::before {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ed2214;
}

.right-arrow-s::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}

.hidden-pc {
  display: none !important;
}

[class*="icon-"]:before {
  display: block;
  /*    position: absolute;*/
  text-indent: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
#breadcrumb-container{
  border-radius: 0;
  height: 40px;
  padding: 0;
  background-color: #f5f5f5;
  margin-bottom: 0;

}
#main ol.breadcrumb {
  width: 1080px;
  height:100%;
  margin: 0 auto;
  padding:0;
  overflow:hidden;
}

#main .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\FF1E";
}

#main .breadcrumb .breadcrumb-item {
  font: 500 12px / 40px YuGo;
  padding: 0;
  margin: 0;
  color: #999999;
}

#main .breadcrumb .breadcrumb-item.active {
  color: #333333;
}

.breadcrumb-item .home-icon::after {
  content: url(images/home_icon.png);
  width: 18px;
  height: 15px;
  position: relative;
  top: 1px;
}
.separatorAfterLink::after{
  content: "\002F";
  margin: 0 5px;
  height:14px;
  font: 500 14px / 14px GillSuns;
  color: #cccccc;
}

/* ==========================================================================
   TOP NAV HEADER
   ========================================================================== */

#main {
  min-width: 1280px;
}

#main ._top-nav {
  height: 80px;
  min-width: 920px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.49);
  -moz-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.49);
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.49);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 500;
}

._top-nav::before {
  height: 3px;
  background-color: #ed2214;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#header-container {
  width: 1160px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.navbar-spacer {
  height: 80px;
}

._top-nav .dk-logo {}

._top-nav #dk-nav {
  display: block;
  padding: 0;
  border: none;
  box-shadow: none;
}

#dk-header-logo{
  position: absolute;
  top: 0;
  left: 40px;
  margin: 0;
  padding: 0;
  height: 100%;
  width:138.75px;
}
#dk-header-logo .icon-dk {
}
#dk-header-logo .icon-dk::before {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: " ";
  background: url(images/dk_logo.jpg?t=20201020) no-repeat center center;
  background-size: 100%;
}

._top-nav .icon-search {
  position: fixed;
  top: 100px;
  right: 40px;
  width: 50px;
  height: 50px;
  padding: 0;
}

._top-nav .icon-search::before {
  content: url(images/search_logo.png);
}

._top-nav .navbar-toggle {
  display: none;
}


/* ==========================================================================
   SHOP SEARCH BOX
   ========================================================================== */

#search-box {
  min-width: 1024px;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  /*    height: auto !important;*/
  height: auto;
  margin: 0;
  background-color: #ed2214;
  color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  z-index: 250;
}

#search-box .sb-table {
  position: relative;
  top: 0;
  /*    width: 1080px;*/
  min-width: 875px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  float: none;
  height: auto;
  border: none;
  margin-bottom: 10px;
}
#sb-submit-container {
  margin-top: 15px;
}
#sb-submit {
  text-align: center;
  /*    margin-top: 20px;*/
  /*    max-width: 531px;*/
  height: 60px;
  background-color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 50%;
  text-align: center;
}

#sb-submit>button {
  width: 100%;
  background-color: #ffffff;
  color: #ed2214;
  font: 700 19px / 54px YuGo;
  text-align: center;
  height: 56px;
  border: 2px solid #ed2214;
  padding: 0;
  padding-left: 9px;
  display: inline-block;
}

#sb-submit>button::before {
  content: url(images/search_icon.png);
  position: relative;
  top: 3px;
  left: -8px;
}

#search-box .sb-table td {
  /*    width: 256px;*/
  /*    padding: 14px 14px 0 0;*/
  margin: 14px 14px 0 0;
  border: none;
  /*    vertical-align: baseline;*/
}

#search-box .sb-table .search-map {}

#search-box .sb-table .search-map>span {
  position: relative;
  /*    width: 1079px;*/
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  float: none;
  color: #ed2214;
  font: 600 14px / 40px YuGo;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
}

#search-box-header-container {
  margin:0 auto;
  padding: 0 10px;
  min-width: 875px;
  width: 90%;
  height: auto;
  max-width: 1080px;
  float: none;
  margin-top: 20px;
}
#search-box-header-container > .title {
  color: #ffffff;
  font: 500 18px / 40px GillSans;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  height: 40px;
  margin-left: 0px;
  float:left;

}
#search-box-header-container > .icon-close {
  color: #ffffff;
  font: 500 18px / 40px GillSans;
  text-align:right;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  height: 40px;
  margin-left: 0px;
  float:right;
  width: 120px;
}
#search-box-header-container > .icon-close::before {
  position: relative;
  top: 1px;
  left: -5px;
  width: 14px;
  height: 15px;
  content: " ";
  display:inline-block;
  background: url(images/close_icon.png) no-repeat right center;
  background-size:100%;
}

.sb-table td label {
  color: #ffffff;
  font: 700 14px / 20px YuGo;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  height: 20px;
}

.sb-table td input[type="text"] {
  width: 100%;
  min-width: 215px;
  height: 40px;
  padding: 10px;
  border: none;
}

.sb-table td.checkbox-container {
  /*    background-color:#ffffff;*/
}

.sb-table .checkbox-table {
  background-color: #ffffff;
  margin: 0 auto;
  font: 500 14px / 30px YuGo;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
}

.sb-table .checkbox-table tr {}

#search-box .sb-table .checkbox-table th {
  padding: 0;
  padding-left: 22px;
  border: none;
}

#search-box .sb-table .checkbox-table td {
  padding: 0;
  border: none;
}

#search-box input[type=checkbox] {
  margin: 0;
  display: none;
}

#search-box input.my-checkbox + label {
  padding-left: 61px;
  margin: 0;
  color: #333333;
  font: 500 14px / 30px YuGo;
  position: relative;
  letter-spacing: 0em;
  height: 30px;
}

#search-box input.my-checkbox + label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid #999999;
  background-color: #f5f5f5;
}

#search-box input:checked + label::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  left: 26px;
  margin-top: -8px;
  border-bottom: 3px solid #aaa;
  border-left: 3px solid #aaa;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sb-table td .select-title {
  font: 700 14px / 20px YuGo;
  padding: 14px 0 5px 22px;
  margin: 0;
  height: 20px;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  box-sizing: content-box;
}

.sb-table td .table-footer-space.lg-space {
  height: 45px;
}

.sb-table td .table-footer-space {
  height: 15px;
  background-color: #ffffff;
}
.sb-table td .table-footer-space.h35px {
  height: 35px;
}
.sb-table td .table-right-space {
  height: auto;
  background-color: #ffffff;
  width: 15px;
}

#sl-form .sb-table>tbody>tr>td {
  padding: 3px 8px;
}

#sl-form .sb-table>tbody>tr>td.area-select-td{
  min-width: 460px;
  max-width: 460px;
}

.sb-table td select {}
.sb-table td select option[disabled] {
    display: none;
}

.sb-table td select.area-select{
  width: 32%;
  float: left;
  margin-right: 1%;
  min-width: 113px;
}
.sb-table td select.area-select.closed{
  display: none;
}

optgroup.optgroup-local {

}
select:not([multiple]) {
  min-width: 150px;
  width: 100%;
  height: 40px;
  border: 0;
  color: #666666;
  font: 500 14px / 20px Yugo;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(images/form_select_icon.png);
  padding: 10px;
  padding-right: 3.5em;
  border-radius: 0;
  padding-left: 12px;
  cursor: pointer;
}

:placeholder-shown {
  color: #b3b3b3;
  font: 500 14px / 20px YuGo;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #b3b3b3;
  font: 500 14px / 20px YuGo;
}


/* Firefox 18- */

:-moz-placeholder {
  color: #b3b3b3;
  font: 500 14px / 20px YuGo;
  opacity: 1;
}


/* Firefox 19+ */

::-moz-placeholder {
  color: #b3b3b3;
  font: 500 14px / 20px YuGo;
  opacity: 1;
}


/* IE 10+ */

:-ms-input-placeholder {
  color: red;
}

#shop-search-detail-toggle-container{
  min-width: 875px;
  margin: 10px auto 0;
  float: none;
  height: auto;
  max-width: 1080px;
  width: 90%;
  padding: 0 10px;
}
#shop-search-detail-toggle{
  color: #ffffff;
  font: 700 15px / 30px YuGo;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 140px;
  display: inline-block;
}
#shop-search-detail-toggle.closed{
}

#shop-search-detail-toggle::after {
  content: "\002D";
  color: #ffffff;
  font: 500 22px / 0px HiraKakuProN;
  display:inline-block;
  position: relative;
  top: 0px;
  left: 5px;
}
#shop-search-detail-toggle.closed::after {
  content: "\002B";
  display:inline-block;
  color: #ffffff;
  /*font: 500 23px / 30px HiraKakuProN;*/
  left: 3px;
}

#shop-search-detail-clear{
  color: #ffffff;
  font: 700 15px / 30px YuGo;
  letter-spacing: 0.2em;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 140px;
  display: inline-block;
  float: right;
  text-align: right;
}

/**
 ** HEADER MENU
 **/
ul.navbar-nav._header-menu {
  position: relative;
  top: 30px;
  float: none;
  margin: 0 auto;
  width: 676px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #333333;
  font: 500 14px / 20px YuGo;
  padding-left: 0px
}

ul.navbar-nav._header-menu > li.entry {
  float: left;
}
ul.navbar-nav._header-menu > li#brand-section-link-button:hover
,#search-box-toggle-button:hover{
  background-color: #eee;
}
ul.navbar-nav._header-menu > li .navbar-item {
  padding: 0;
  color: #333333;
}

ul.navbar-nav._header-menu > li .navbar-item.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.navbar-nav .divider-vertical {
  margin: 0 13px 0 12px;
  top: 2px;
  height: 16px;
  width: 1px;
  background-color: #cccccc;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}


/* ==========================================================================
   NAV FOOTER
   ========================================================================== */

._navbar-footer {
  height: auto;
  border-top: 1px solid #e6e6e6;
}

._navbar-footer ul._social-links {
  float: none;
  width: 400px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  margin-top: 60px;
  float: none;
}

ul._social-links > li._entry {
  padding: 0;
  margin: 0;
  height: 20px;
  float: left;
  width: 33.333333%;
  text-align: center;
}

ul._social-links > li._entry > * {
  width: 100%;
  height: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}

ul._social-links > li._entry a:hover {}

._navbar-footer ul.navbar-nav._footer-menu {
  float: none;
  /*width: 480px;*/
  width: 660px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  margin-top: 60px;
}

._navbar-footer ul.navbar-nav._footer-menu > li {
  float: left;
}

._navbar-footer ul.navbar-nav._footer-menu > li._entry {

}

._navbar-footer ul.navbar-nav._footer-menu > li a {
  float: left;
  width: 100%;
  padding: 0;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  font: 500 14px / 20px YuGo;
  text-align: center;
}

._navbar-footer ul.navbar-nav > li.divider-vertical {
  margin: 0 21px 0 20px;
}

._navbar-footer .red-line {
  height: 1px;
  width: 30px;
  background-color: #ed2214;
  margin: 0 auto;
  /*    position: relative;*/
  /*    top: 194px;*/
  margin-top: 40px;
}

._navbar-footer ._copyright {
  color: #666666;
  font-size: 10px;
  /*    position: absolute;*/
  /*    top: 235px;*/
  text-align: center;
  width: 100%;
  height: 10px;
  line-height: 10px;
  margin: 40px 0 30px;
  padding: 0;
}

#a-top {
  top: 0;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
}

#anchor-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 50;
  border-radius: 50%;
  background-color: #ed2214;
  width: 60px;
  height: 60px;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
}

#anchor-top::before {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-top: -26px;
  margin-left: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #ffffff;
}

#anchor-top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -24px;
  margin-left: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #ed2214;
}

/* ==========================================================================
   ARTICLE CATEGORY ICON
   ========================================================================== */

[class*="category-icon-"] {
  width: 105px;
  height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font: 400 11px / 20px OpenSans;
  letter-spacing: 0.05em;
  text-align: center;
  float: none;
}

.category-icon-open {
  background-color: #fc2600;
}

.category-icon-open::after {
  content: '\004e\0045\0057\0020\004f\0050\0045\004e';
}

.category-icon-event {
  background-color: #f77c00;
}

.category-icon-event::after {
  content: '\0045\0056\0045\004e\0054';
}

.category-icon-news {
  background-color: #0f95a5;
}

.category-icon-news::after {
  content: '\0057\0048\0041\0054\0027\0053\0020\004e\0045\0057';
}

.category-icon-dkmile {
  background-color: #fa64be;
}

.category-icon-dkmile::after {
  content: '\0044\004b\002d\0050\004f\0049\004e\0054';
}

.category-icon-pr {
  background-color: #e0b400;
}

.category-icon-pr::after {
  content: '\0050\0052';
}

.category-icon-topic {
  background-color: #229af4;
}
.category-icon-topic::after {
  content: '\0054\004F\0050\0049\0043\0053';
}

/* ==========================================================================
   PAGER STYLE
   ========================================================================== */

#pager-info {
  width: 100%;
  margin: 15px 0 8px;
  padding: 0;
  height: 20px;
}
#pager-item-count{
  float: left;
  color: #333333;
  font: 500 14px / 20px YuGo;
}
#pager-item-count > span {
  margin: 0 2px 0 2px;
  font: 600 15px / 20px OpenSans;
  text-align:left;
  color: #ff3599;
}
#pager-current-item{
  float:left;
  color: #333333;
  font: 500 14px / 20px YuGo;
}
#pager-current-item > span {
  width: auto;
  float: left;
  height: 20px;
  font: 600 15px / 20px OpenSans;
  text-align:left;
  margin-left: 8px;
}

#dk-pager {
  height: 100%;
  margin-bottom: 80px;
}

#dk-pager .wrapper {
  width: 100%;
  text-align: center;
}

#dk-pager ul.pager-list {
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 0;
}

ul.pager-list li {
  display: inline-block;
  float: left;
  list-style: none;
}

ul.pager-list li.entry-divider {
  width: 10px;
  height: 1px;
}

ul.pager-list li span {
  padding: 0;
  margin: 0;
  display: inline-block;
  border: 1px solid #dadada;
  color: #666666;
  font: 400 14px / 40px OpenSans;
  height: 40px;
  width: 50px;
  text-align: center;
}

ul.pager-list li span.index {
  font: 600 14px / 40px OpenSans;
}

ul.pager-list li span.active {
  color: #ffffff;
  background-color: #ed2214;
  border: none;
}

ul.pager-list li span.page-head {
  margin-right: 10px;
  font: 400 12px / 40px Klee;
}

ul.pager-list li span.page-head::before {
  content: "\003C\003C";
}

ul.pager-list li span.page-last {
  margin-left: 10px;
  font: 400 12px / 40px Klee;
}

ul.pager-list li span.page-last::before {
  content: "\003E\003E";
}

ul.pager-list li span.page-prev {
  margin-right: 10px;
  font: 400 12px / 40px Klee;
}

ul.pager-list li span.page-prev::before {
  content: "\003C";
}

ul.pager-list li span.page-next {
  margin-left: 10px;
  font: 400 12px / 40px Klee;
}

ul.pager-list li span.page-next::before {
  content: "\003E";
}


/* ==========================================================================
   BRAND SECTION
   ========================================================================== */

#brand {
  height: auto;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 0px; /*89px;*/
  padding-bottom: 80px;
  background: url(images/brand_bg_03.png) no-repeat center center;
  background-size: cover;
}

#a-brand {
  top: -80px;
}

#brand .brand-title {
  margin: 0 auto;
  padding: 0;
  width: 130px;
  height: 78px;
}

.brand-title::before {
  content: url(images/brand_title.png);
}

#brand .container {
  max-width: 1080px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

ul.brand-shops {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

ul.brand-shops > li {
  float: left;
}

ul.brand-shops > li.entry-divider {
  width: 2%;
  height: 1px;
}

ul.brand-shops > li.entry {
  width: 18%;
  margin-top: 2%;
  height: 110px;
}

.brand-shop {}

.brand-shop > img {
  width: 100%;
  overflow: hidden;
  max-width: 196px;
  vertical-align: bottom;
  height: auto;
}

#brand-dialog-overlay {
  position: relative;
  top: -20000px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20000px;
  margin-bottom: -20000px;
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-filter: opacity(0.6);
  z-index: 2000;
  background-color: #000000;
}

#brand-dialog {
  height: auto;
  width: 630px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -315px;
  z-index: 2010;
}

#brand-dialog ._header {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: right;
}

#brand-dialog > ._header a.popin-toggle {}

#brand-dialog > ._header a.popin-toggle::before {
  height: 30px;
  width: 30px;
  content: url(images/dialog_close_btn.png);
}

#brand-dialog > .wrapper {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #ffffff;
}

#brand-dialog-poster {
  width: 100%;
  height: auto;
}

#brand-dialog-poster > img {
  width: 100%;
  max-height: 180px;
}

#brand-dialog-desc {
  margin-top: 20px;
}

#brand-dialog-desc > .title {
  display: inline-block;
  border-left: 5px solid #ed2214;
  color: #333333;
  font: 700 18px / 28px YuGo;
  height: 28px;
  overflow: hidden;
  padding-left: 10px;
  width: 100%;
  float: none;
}

#brand-dialog-desc > .desc {
  color: #000000;
  font: 500 14px / 28px YuGo;
  height: auto;
}

#brand-dialog-search-button::before {
  content: url(images/brand_dialog_search_icon.png);
  width: 18px;
  height: 19px;
  position: relative;
  left: -7px;
  top: 3px;
}

#brand-dialog-search-button {
  margin-top: 40px;
  border: 2px solid #ed2214;
  color: #ed2214;
  font: 700 18px / 60px YuGo;
  text-align: center;
  height: 60px;
  overflow: hidden;
  color: #ed2214;
}

/** BANNER **/
#banner {
  height: 200px;
  text-align: center;
  content: " ";
  background-image: none;
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
}

#banner-title {
  color: #000000;
  margin-top: 35px;
  font: 600 30px/ 70px Montserrat;
  letter-spacing: 0.1em;
  height: 70px;
  width: 100%;
  text-align: center;
}

#banner-sub-title:before {
  content: " ";
  color: transparent;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  border-top: solid 1px #ed2214;
}

#banner-sub-title {
  position: relative;
  padding: 20px 0;
  width: 100%;
  color: #666666;
  font: 500 13px / 1em YuGo;
  letter-spacing: 0.1em;
  text-align: center;
}

.section-banner{
  width: 330px;
  margin: 0 auto;
}
.section-banner-title {
  color: #000000;
  margin-top: 20px;
  font: 600 29px/ 70px Montserrat;
  letter-spacing: 0.1em;
  height: 70px;
  width: 100%;
  text-align: center;
}

.section-banner-sub-title:before {
  content: " ";
  color: transparent;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  border-top: solid 1px #ed2214;
}

.section-banner-sub-title {
  position: relative;
  padding: 20px 0;
  width: 100%;
  color: #666666;
  font: 500 13px / 1em YuGo;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ==========================================================================
   AxGmap js plugin
   ========================================================================== */
.axgmap {
  width: 100%;
  height: 400px;
}

/* ==========================================================================
   POPIN VACANCY SEARCH DIALOG
   ========================================================================== */
.popin.dialog-overlay {
  position: relative;
  top: -20000px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20000px;
  margin-bottom: -20000px;
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-filter: opacity(0.6);
  z-index: 2000;
  background-color: #000000;
}

#vacancy-search-dialog {
  height: auto;
  width: 600px;
  position: fixed;
  top: 350px;
  left: 50%;
  margin-top: -225px;
  margin-left: -300px;
  z-index: 2010;
}

#vacancy-search-dialog ._header {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: right;
}

#vacancy-search-dialog ._header a.popin-toggle {}

#vacancy-search-dialog ._header a.popin-toggle::before {
  height: 30px;
  width: 30px;
  content: url(images/dialog_close_btn.png);
}

#vacancy-search-dialog .vs-container {
  width: 100%;
  height: auto;
  background-color: #ed2214;
  padding: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
  padding-top: 10px;
}

.vs-container #vs-form {}

.vs-container .vs-title {
  color: #ffffff;
  font: 500 26px / 26px YuGo;
  display: inline-block;
  width: 100%;
  padding-left: 7px;
  padding-top:20px;
}

.vs-container .vs-title::before {
  content: url(images/search_icon_hl.png);
  width: 23px;
  height: 24px;
  position: relative;
  top: 3px;
  left: -7px;
}

.vs-container ul.vs-form-list {
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

ul.vs-form-list li.entry {
  width: 100%;
  margin: 0;
  height: 40px;
  margin: 15px 0;
}

ul.vs-form-list li.entry>label {
  color: #ffffff;
  font: 700 14px / 40px YuGo;
  display: inline-block;
  float: left;
  margin: 0;
  width: 12%;
}

ul.vs-form-list li.entry>label+span {
  color: #ffffff;
  font: 700 14px / 40px YuGo;
  display: inline-block;
  float: left;
  margin: 0;
  width: 88%;
  height: 40px;
  overflow: hidden;
}

ul.vs-form-list li.entry select,
ul.vs-form-list li.entry input {
  display: inline-block;
  float: left;
  width: 88%;
}

ul.vs-form-list input.date-picker[type="text"] {
  min-width: 150px;
  height: 40px;
  border: 0;
  color: #666666;
  font: 500 14px / 20px HiraKakuPro;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/form_date_picker_icon.png) no-repeat right 50%;
  background-color: #fff;
  padding: 10px;
  padding-right: 3.5em;
  border-radius: 0;
  padding-left: 12px;
}

#vs-submit {
  text-align: center;
  margin-top: 20px;
  /*    max-width: 531px;*/
  height: 60px;
  background-color: #ffffff;
  padding: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#vs-submit>button {
  width: 100%;
  background-color: #ffffff;
  color: #ed2214;
  font: 700 19px / 54px YuGo;
  text-align: center;
  height: 56px;
  border: 2px solid #ed2214;
  padding: 0;
  padding-left: 9px;
  display: inline-block;
  cursor:pointer;
}

#vs-submit>button::before {
  content: url(images/search_icon.png);
  position: relative;
  top: 3px;
  left: -8px;
}

/** errorCont module **/
#error-cont-message-container{
  width: 1080px;
  margin: 0 auto;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#error-cont-message{
  font: 700 18px / 54px YuGo;
  text-align:center;
  width: 100%;
  padding-top: 50px;
}

#error-out-message-container{
  width: 1080px;
  margin: 0 auto;
  min-height: 300px;
  margin-top: 50px;
}
#error-out-message-container > h4{
  margin-top: 20px;
  padding-left: 1em;
  font: 700 18px / 36px YuGo;
  text-align:left;
}
#error-out-message p{
  margin-top: 20px;
  padding-left: 0em;
  font: 500 15px / 36px YuGo;
  text-align:left;
}
@media (max-width: 470px) {}

@media (max-device-width: 1024px) {
  /*IPad portrait AND netbooks, AND anything with smaller screen*/
  /*make the design flexible if possible */
  /*Structure your code thinking about all devices that go below*/
}

@media (max-width:750px),
(max-device-width: 750px) {
  /*Iphone portrait and smaller*/
  .hidden-sp {
    display: none !important;
  }
  .hidden-pc {
    display: inline-block !important;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -40px;
  }
  #main {
    min-width: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* ==========================================================================
 TOP NAV HEADER
 ========================================================================== */
  #main ._top-nav {
    /*        border-top: 2px solid #ed2214;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 235px;
    position: fixed;
    height: 45px;
    min-height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  ._top-nav::before {
    height: 2px;
    background-color: #ed2214;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  .navbar-spacer {
    height: 45px;
  }
  #main ._top-nav .navbar-collapse {
    display: none;
  }
  #main ._top-nav .navbar-collapse[aria-expanded="true"] {
    display: block;
  }
  #main ._top-nav .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
  ._top-nav .navbar-header .navbar-toggle[aria-expand="false"]::after {
    width: 35px;
    height: 35px;
    display: inline-block;
    content: "";
    background: url(images/icon_humburger_menu.png) center center;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 5px;
    margin: 0;
    padding: 0;
  }
  ._top-nav .navbar-header .navbar-toggle[aria-expanded="true"]::after {
    width: 45px;
    height: 45px;
    display: inline-block;
    content: "";
    background: url(images/icon_humburger_toggle.png) no-repeat 0 0;
    background-size: 100%;
    z-index: 550;
    position:relative;
    top: 0;
    left:0;
  }
  ._top-nav .navbar-header .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    padding: 0;
    margin: 0;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background-color: #ed2214;
  }

  #dk-header-logo{
    position: absolute;
    top: 0;
    left: 3px;
    margin: 0;
    padding: 0;
    height: 100%;
    width:80px;
    z-index: 560;
  }
  #dk-header-logo .icon-dk {
  }
  #dk-header-logo .icon-dk::before {
    width: 100%;
    height: 100%;
    display: inline-block;
    content: " ";
    background: url(images/dk_logo.jpg) no-repeat center center;
    background-size: 100%;
  }

  ._top-nav .icon-search {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 55px;
    right: 10px;
    padding: 0;
  }
  ._top-nav .icon-search::before {
    width: 35px;
    height: 35px;
    display: inline-block;
    content: "";
    background: url(images/search_logo_s.png) no-repeat 0 0;
    background-size: 100%;
  }
  #dk-nav {
    width: 100%;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    float: none;
    margin: 0;
    padding: 0;
    z-index: 200;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #dk-nav ul.navbar-nav._header-menu {
    position: relative;
    width: 100%;
    /*        height: 100%;*/
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    float: none;
    margin: 0;
    padding: 0;
  }
  #dk-nav ul.navbar-nav._header-menu > li {
    float: none;
    background-color: #ffffff;
    border-top: 1px solid #dadada;
    height: 60px;
    box-sizing: content-box;
    width: 100%;
  }
  #dk-nav ul.navbar-nav._header-menu > li .navbar-item.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  #dk-nav ul.navbar-nav._header-menu > li .navbar-item {
    display: inline-table;
    line-height: 16px;
    font: 16px / 17px HiraKakuProN;
    color: #333333;
    padding: 22px 30px 22px 20px;
    width: 100%;
    height: 60px;
  }
  #dk-nav ul.navbar-nav._header-menu > li .navbar-item:not([role="button"])::before {
    width: 8px;
    height: 15px;
    display: inline-block;
    content: " ";
    background: url(images/header_menu_arrow.png) no-repeat right center;
    background-size: 100%;
    position: absolute;
    top: auto;
    right: 15px;
  }
  #dk-nav ul.navbar-nav._header-menu > li .menu-close {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background-color: #ed2214;
    text-align: center;
  }
  #dk-nav ul.navbar-nav._header-menu > li .menu-close>span {
    color: #ffffff;
    font: 400 16px / 60px HiraKakuProN;
    text-align: center;
    height: 60px;
    width: 100%;
    padding: 0;
    padding-left: 7px;
    margin: 0;
    display: inline-block;
  }
  #dk-nav ul.navbar-nav._header-menu .menu-close>span::before {
    display: inline-block;
    content: " ";
    background: url(images/menu_close_icon.png);
    width: 14px;
    height: 14px;
    background-size: 100%;
    position: relative;
    left: -10px;
    top: 1px;
  }
  #search-box {
    min-width: 270px;
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    padding-bottom:45px;
    bottom: auto;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    background-color: #ed2214;
    color: #ffffff;
  }
  #search-box .sb-table {
    position: relative;
    top: 0;
    min-width: 0;
    max-width: 375px;
    width: 90%;
    margin: 0 auto;
    float: none;
    height: auto;
    border: none;
  }
  #sb-submit-container {
    width: 90%;
    margin: 15px auto 0;
  }
  #sb-submit {
    text-align: center;
    height: 60px;
    background-color: #ffffff;
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #sb-submit>button {
    width: 100%;
    background-color: #ffffff;
    color: #ed2214;
    font: 700 18px / 54px YuGo;
    text-align: center;
    height: 56px;
    border: 2px solid #ed2214;
    padding: 0;
    padding-left: 7px;
    color: #ed2214;
    display: inline-block;
  }
  #sb-submit>button::before {
    background: url(images/search_icon_s.png) no-repeat;
    display: inline-block;
    content: " ";
    width: 16px;
    height: 18px;
    background-size: 100%;
    background-position: 0 0;
  }
  #search-box .sb-table td {
    padding: 0;
    margin: 0;
    /*        padding-top: 10px;*/
    margin-top: 10px;
    border: none;
    display: block;
  }
  #search-box .sb-table td.sb-head {
    display: inline-block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #search-box .sb-table .search-map::before {
    display: none;
    content: " ";
    width: 335px;
    height: 12px;
    background: url(images/go_search_map.png) no-repeat 0 0;
    background-size: 100%;
  }
  #search-box .sb-table .search-map {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    float: none;
  }
  #search-box-header-container {
    margin:0 auto;
    padding: 0px;
    min-width: 0px;
    width: 90%;
    height: auto;
    max-width: 375px;
    float: none;
    margin-top: 20px;
  }
  #search-box-header-container > .title {
    float:left;
    color: #ffffff;
    font: 400 16px / 20px GillSans;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    height: 20px;
    padding-top:2px;
  }
  #search-box-header-container > .icon-close {
    color: #ffffff;
    font: 500 16px / 20px GillSans;
    text-align:right;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    height: 20px;
    margin-left: 0px;
    float:right;
    width: 120px;
    padding-top:2px;
  }
  #search-box-header-container > .icon-close::before {
    position: relative;
    top: 1px;
    left: -5px;
    width: 12px;
    height: 13px;
    content: " ";
    display:inline-block;
    background: url(images/close_icon.png) no-repeat right center;
    background-size:100%;
  }

  .sb-table td label {
    color: #ffffff;
    font: 400 12px / 20px YuGo;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    height: 20px;
  }
  .sb-table td input[type="text"] {
    color: #666666;
    font: 500 14px / 20px HiraKakuPro;
    height: 40px;
    padding: 10px;
    border: none;
    display: block;
  }
  .sb-table .checkbox-table {
    background-color: #ffffff;
    margin: 0 auto;
    font: 500 7px / 15px YuGo;
    width: 100%;
  }
  .sb-table .checkbox-table tr {
    display: inline-table;
    min-width: 50%;
    float: left;
  }
  #search-box .sb-table .checkbox-table th {
    padding: 0;
    padding-left: 11px;
    border: none;
  }
  #search-box .sb-table .checkbox-table td {
    padding: 0;
    border: none;
  }
  #search-box input[type=checkbox] {
    margin: 0;
    display: none;
  }
  #search-box input.my-checkbox + label {
    padding-left: 55px;
    margin: 0;
    height: 45px;
    letter-spacing: 0em;
    font: 400 16px / 45px HiraKakuPro;
    color: #666666;
  }
  #search-box input.my-checkbox + label:hover {
    padding-left: 55px;
    margin: 0;
    height: 45px;
    letter-spacing: 0em;
    font: 400 16px / 45px HiraKakuPro;
    color: #ddd;
  }
  #search-box input.my-checkbox + label::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    content: " ";
    border: 1px solid #999999;
    background-color: #f5f5f5;
  }
  #search-box input:checked + label::after {
    display: block;
    position: absolute;
    top: 50%;
    content: " ";
    left: 16px;
    margin-top: -10px;
    border-bottom: 4px solid #aaa;
    border-left: 4px solid #aaa;
    width: 25px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sb-table td .select-title {
    font: 700 16px / 16px YuGo;
    padding: 17px 0 8px 18px;
    margin: 0;
    height: 16px;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    box-sizing: content-box;
  }
  .sb-table td .table-footer-space.lg-space {
    height: 22px;
  }
  .sb-table td .table-footer-space {
    height: 7px;
    background-color: #ffffff;
  }
  .sb-table td .table-right-space {
    height: auto;
    background-color: #ffffff;
    width: 7px;
  }
  #sl-form .sb-table>tbody>tr>td.area-select-td{
    min-width: 0;
  }
  .sb-table td select {
  }
  .sb-table td select.area-select{
    width: 100%;
    margin-bottom: 10px;
  }

  select:not([multiple]) {
    height: 40px;
    border: 0;
    color: #666666;
    font: 500 14px / 20px YuGo;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(images/form_select_icon.png);
    padding: 10px 45px 10px 10px;
    border-radius: 0;
  }
  :placeholder-shown {
    color: #b3b3b3;
    font: 500 14px / 20px YuGo;
  }
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  ::-webkit-input-placeholder {
    color: #b3b3b3;
    font: 500 14px / 20px YuGo;
  }
  /* Firefox 18- */
  :-moz-placeholder {
    color: #b3b3b3;
    font: 500 14px / 20px YuGo;
    opacity: 1;
  }
  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #b3b3b3;
    font: 500 14px / 20px YuGo;
    opacity: 1;
  }
  /* IE 10+ */
  :-ms-input-placeholder {
    color: red;
  }
  #shop-search-detail-toggle-container{
    min-width: 0px;
    margin: 20px auto 0;
    float: none;
    height: auto;
    max-width: 375px;
    width: 90%;
    padding: 0 5px;
  }
  #shop-search-detail-clear{
    color: #ffffff;
    font: 500 15px / 25px YuGo;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    height: 25px;
    width: 120px;
    display: inline-block;
    float: right;
    text-align: right;
  }
  #shop-search-detail-toggle{
    color: #ffffff;
    font: 500 15px / 25px YuGo;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
    height: 25px;
    display: inline-block;
    width: 135px;
  }
  #shop-search-detail-toggle::after {
    content: "\002D";
    color: #ffffff;
    font: 500 22px / 0px HiraKakuProN;
    display:inline-block;
    position: relative;
    top: 0px;
    left: 5px;
  }
  #shop-search-detail-toggle.closed::after {
    content: "\002B";
    display:inline-block;
    color: #ffffff;
    /*font: 500 23px / 30px HiraKakuProN;*/
    left: 3px;
  }
  /*
    #shop-search-detail-toggle::after {
      content: "\005E";
      color: #ffffff;
      font: 500 22px / 25px HiraKakuProN;
      height:25px;
      position: relative;
      top: 7px;
      left: 7px;
    }
    #shop-search-detail-toggle.closed::after {
      content: "\005E";
      display: inline-block;
      color: #ffffff;
      font: 500 22px / 25px HiraKakuProN;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      position: relative;
      top: -2px;
      left: 7px;
    }*/
  /* ==========================================================================
 ARTICLE CATEGORY
 ========================================================================== */
  [class*="category-icon-"] {
    width: 100%;
    height: 14px;
    padding: 0;
    color: #ffffff;
    font: 500 9px / 14px OpenSans;
    float: left;
  }
  .category-icon-open {
    background-color: #fc2600;
  }
  .category-icon-event {
    background-color: #f77c00;
  }
  .category-icon-news {
    background-color: #0f95a5;
  }
  .category-icon-topic {
    background-color: #229af4;
  }
  ._navbar-footer {
    border: none;
    height: auto;
    border-top: 1px solid #e6e6e6;
  }
  ._navbar-footer ul._social-links {
    float: none;
    text-align: center;
    width: 300px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    float: none;
  }
  ul._social-links > li._entry {
    padding: 0;
    margin: 0;
    height: 20px;
    float: left;
    width: 33.333333%;
    text-align: center;
  }
  ul._social-links > li._entry > * {
    width: 100%;
    height: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  /* ==========================================================================
 NAV FOOTER
 ========================================================================== */
  ._navbar-footer ul.navbar-nav._footer-menu {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  ._navbar-footer ul.navbar-nav._footer-menu > li._entry {
    float: none;
    border-top: 1px solid #dadada;
    text-align: center;
    width: 100%;
    height: 50px;
  }
  ._navbar-footer ul.navbar-nav._footer-menu > li._entry._last-entry {
    border-bottom: 1px solid #dadada;
  }
  ._navbar-footer ul.navbar-nav._footer-menu > li._entry a {
    float: none;
    padding: 0;
    color: #666666;
    font: 12px / 50px HiraKakuProN;
    text-align: center;
    width: 100%;
  }
  ._navbar-footer .navbar-nav .divider-vertical {
    display: none;
  }
  ._navbar-footer .red-line {
    height: 1px;
    width: 15px;
    background-color: #ed2214;
    margin: 0 auto;
    margin-top: 20px;
  }
  ._navbar-footer ._copyright {
    color: #666666;
    font: 9px / 9px HiraKakuProN;
    text-align: center;
    width: 100%;
    height: 9px;
    margin: 20px 0;
    padding: 0;
  }
  #a-top {
    top: 0;
  }
  #anchor-top {
    position: fixed;
    bottom: -100px;
    right: 10px;
    z-index: 50;
    border-radius: 50%;
    background-color: #ed2214;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
  }
  #anchor-top::before {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-top: -20px;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ffffff;
  }

  #anchor-top::after {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0px;
    content: "";
    width: 0;
    height: 0;
    margin-top: -18px;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ed2214;
  }

  /* ==========================================================================
 BREADCRUMB
 ========================================================================== */
  #breadcrumb-container{
    border-radius: 0;
    height: 30px;
    padding: 0;
    background-color: #f5f5f5;
    margin-bottom: 0;
  }
  #main ol.breadcrumb {
    width: 95%;
    height:100%;
    margin: 0 auto;
    padding:0;
    border-radius: 0;
    overflow: hidden;
  }
  #main .breadcrumb>li+li:before {
    padding: 0;
    color: #ccc;
    content: "\FF1E";
  }
  #main .breadcrumb .breadcrumb-item {
    font: 500 11px / 30px HiraKakuPro;
    padding: 0;
    margin: 0;
    color: #999999;
  }
  #main .breadcrumb .breadcrumb-item > a {
    font: 500 10px / 30px HiraKakuPro;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: inline-block;
  }
  #main .breadcrumb .breadcrumb-item.active {
    color: #333333;
  }
  .breadcrumb-item .home-icon::after {
    content: url(images/home_icon.png);
    width: 18px;
    height: 15px;
    position: relative;
    top: 1px;
  }
  .separatorAfterLink::after{
    content: "\002F";
    margin: 0 2px;
    height:14px;
    font: 500 14px / 14px GillSuns;
    color: #cccccc;
  }
  /* ==========================================================================
 PAGER STYLE
 ========================================================================== */
  #pager-info {
    width: 100%;
    margin: 0;
    margin: 5px 0;
    padding: 0;
    height: 20px;
  }
  #pager-info>span {
    display: inline-block;
    width: none;
    float: left;
    height: 20px;
    font: 600 13px / 20px OpenSans;
    text-align:left;
    margin-left: 5px;
  }
  #dk-pager {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #dk-pager .wrapper {
    width: 100%;
    text-align: center;
  }
  #dk-pager ul.pager-list {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 auto;
    padding: 0;
  }
  ul.pager-list li {
    display: inline-block;
    float: left;
    list-style: none;
  }
  ul.pager-list li.entry-divider {
    width: 5px;
    height: 1px;
  }
  ul.pager-list li span {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 1px solid #dadada;
    color: #666666;
    font: 400 14px / 30px OpenSans;
    height: 30px;
    width: 40px;
    text-align: center;
  }
  ul.pager-list li span.index {
    font: 600 14px / 30px OpenSans;
  }
  ul.pager-list li span.active {
    color: #ffffff;
    background-color: #ed2214;
    border: none;
  }
  ul.pager-list li span.page-head {
    margin-right: 10px;
    font: 400 12px / 30px Klee;
  }
  ul.pager-list li span.page-head::before {
    content: "\003C\003C";
  }
  ul.pager-list li span.page-last {
    margin-left: 10px;
    font: 400 12px / 30px Klee;
  }
  ul.pager-list li span.page-last::before {
    content: "\003E\003E";
  }
  /* ==========================================================================
 BRAND SECTION
 ========================================================================== */
  #brand {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 20px;
    background: none;
    background: url(images/brand_bg_03.png) no-repeat center center;
    background-size: cover;
    min-height: 345px;
    height: auto;
    background-color: #f5f5f5;
    position: relative;
  }
  #a-brand {
    top: -45px;
  }
  #brand .brand-title {
    margin: 0 auto;
    padding: 0;
    width: 85px;
    height: 45px;
    position: relative;
  }
  .brand-title::before {
    display: inline-block;
    content: " ";
    width: 85px;
    height: 45px;
    background: url(images/brand_title_s.png) no-repeat 0 0;
    background-size: 100%;
  }
  #brand .container {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
  }
  ul.brand-shops {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  ul.brand-shops > li {
    float: left;
  }
  ul.brand-shops > li.entry-divider {
    width: 2%;
    height: 1px;
  }
  ul.brand-shops > li.entry-divider.cr-sp {
    width: 0;
    height: 0;
    clear:both;
  }
  ul.brand-shops > li.entry {
    width: 32%;
    margin-top: 2%;
  }
  .brand-shop {}
  .brand-shop > img {
    width: 100%;
    vertical-align: bottom;
    overflow: hidden;
  }
  #brand-dialog-overlay {
    position: relative;
    top: -20000px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20000px;
    margin-bottom: -20000px;
    visibility: visible;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: opacity(0.6);
    z-index: 2000;
    background-color: #000000;
  }
  #brand-dialog {
    height: auto;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -45%;
    z-index: 2010;
  }
  #brand-dialog ._header {
    width: 100%;
    height: 50px;
    display: inline-block;
    text-align: right;
  }
  #brand-dialog > ._header a.popin-toggle {}
  #brand-dialog > ._header a.popin-toggle::before {
    height: 30px;
    width: 30px;
    content: url(images/dialog_close_btn.png);
  }
  #brand-dialog > .wrapper {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
  }
  #brand-dialog-poster {
    width: 100%;
    height: auto;
  }
  #brand-dialog-poster > img {
    width: 100%;
    max-height: 150px;
  }
  #brand-dialog-desc {
    margin-top: 20px;
  }
  #brand-dialog-desc > .title {
    display: inline-block;
    border-left: 5px solid #ed2214;
    color: #333333;
    font: 700 16px / 20px HiraKakuProN;
    height: auto;
    max-height: 40px;
    overflow: hidden;
    padding-left: 8px;
    width: 100%;
    float: none;
  }
  #brand-dialog-desc > .desc {
    color: #000000;
    font: 500 14px / 1.8em HiraKakuProN;
    height: auto;
  }
  #brand-dialog-search-button::before {
    content: url(images/brand_dialog_search_icon.png);
    width: 15px;
    height: 16px;
    position: relative;
    left: -5px;
    top: 3px;
  }
  #brand-dialog-search-button {
    padding: 0 10px;
    border: 2px solid #ed2214;
    color: #ed2214;
    font: 700 11px / 60px HiraKakuPro;
    text-align: center;
    height: 60px;
    overflow: hidden;
    color: #ed2214;
    vertical-align: baseline;
    margin: 10px -5px;
  }
  /** BANNER **/
  #banner {
    height: 100px;
    text-align: center;
    content: " ";
    background-image: none;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
  }
  #banner-title {
    color: #000000;
    margin-top: 15px;
    font: 600 18px/ 35px Montserrat;
    letter-spacing: 0.1em;
    height: 35px;
    width: 100%;
    text-align: center;
  }
  #banner-sub-title:before {
    content: " ";
    color: transparent;
    position: absolute;
    width: 16px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-top: solid 1px #ed2214;
  }
  #banner-sub-title {
    position: relative;
    padding: 12px 0;
    width: 100%;
    color: #666666;
    font: 500 9px / 1em HiraKakuPro;
    color: #666666;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .section-banner{
    width: 200px;
    margin: 0 auto;
  }
  .section-banner-title {
    color: #000000;
    margin-top: 15px;
    font: 600 18px/ 35px Montserrat;
    letter-spacing: 0.1em;
    height: 35px;
    width: 100%;
    text-align: center;
  }
  .section-banner-sub-title:before {
    content: " ";
    color: transparent;
    position: absolute;
    width: 16px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-top: solid 1px #ed2214;
  }
  .section-banner-sub-title {
    position: relative;
    padding: 12px 0;
    width: 100%;
    color: #666666;
    font: 500 9px / 1em HiraKakuPro;
    color: #666666;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* ==========================================================================
     POPIN VACANCY SEARCH DIALOG
     ========================================================================== */
  .popin.dialog-overlay {
    position: relative;
    top: -30000px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30000px;
    margin-bottom: -30000px;
    visibility: visible;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: opacity(0.6);
    z-index: 2000;
    background-color: #000000;
  }
  #vacancy-search-dialog {
    height: auto;
    width: 90%;
    min-width: 280px;
    left: 0;
    margin: 0 5%;
    position: fixed;
    top: 65px;
    margin-top: 0;
    z-index: 2010;
  }
  #vacancy-search-dialog ._header {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: right;
  }
  #vacancy-search-dialog ._header a.popin-toggle {}
  #vacancy-search-dialog ._header a.popin-toggle::before {
    height: 30px;
    width: 30px;
    content: url(images/dialog_close_btn_s.png);
  }
  #vacancy-search-dialog .vs-container {
    width: 100%;
    height: auto;
    background-color: #ed2214;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
    padding-top:0;
  }
  .vs-container #vs-form {}
  .vs-container .vs-title {
    color: #ffffff;
    font: 500 16px / 20px HiraKakuProN;
    display: inline-block;
    width: 100%;
    padding-left: 7px;
    padding-top: 20px;
  }
  .vs-container .vs-title::before {
    display: inline-block;
    content: "";
    background: url(images/search_icon_hl_s.png);
    background-size: 100%;
    width: 14.5px;
    height: 15.5px;
    position: relative;
    top: 2px;
    left: -5px;
  }
  .vs-container ul.vs-form-list {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }
  ul.vs-form-list li.entry {
    width: 100%;
    margin: 0;
    height: 40px;
    margin: 15px 0;
  }
  ul.vs-form-list li.entry>label {
    color: #ffffff;
    font: 14px / 40px HiraKakuProN;
    display: inline-block;
    float: left;
    margin: 0;
    width: 20%;
  }
  ul.vs-form-list li.entry>label+span {
    color: #ffffff;
    font: 600 14px / 40px HiraKakuProN;
    display: inline-block;
    float: left;
    margin: 0;
    width: 80%;
    height: 40px;
    overflow: hidden;
  }
  ul.vs-form-list li.entry select,
  ul.vs-form-list li.entry input {
    display: inline-block;
    float: left;
    width: 80%;
    font-size:16px;
  }
  #ui-datepicker-div {
    max-width: 220px;
  }
  ul.vs-form-list input.date-picker[type="text"] {
    min-width: 150px;
    height: 40px;
    border: 0;
    color: #666666;
    font: 500 16px / 20px HiraKakuPro;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/form_date_picker_icon.png) no-repeat right 50%;
    background-color: #fff;
    padding: 10px;
    padding-right: 3.5em;
    border-radius: 0;
    padding-left: 12px;
  }
  #vs-submit {
    text-align: center;
    margin-top: 20px;
    /*    max-width: 531px;*/
    height: 60px;
    background-color: #ffffff;
    padding: 2px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #vs-submit>button {
    width: 100%;
    background-color: #ffffff;
    color: #ed2214;
    font: 700 19px / 54px HiraKakuPro;
    text-align: center;
    height: 56px;
    border: 2px solid #ed2214;
    padding: 0;
    padding-left: 9px;
    display: inline-block;
    cursor:pointer;
  }
  #vs-submit>button::before {
    content: url(images/search_icon.png);
    position: relative;
    top: 3px;
    left: -8px;
  }
  /** errorCont module **/
  #error-cont-message-container{
    width: 90%;
    margin: 0 auto;
    min-height: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #error-cont-message{
    font: 700 18px / 54px HiraKakuPro;
    text-align:center;
    width: 100%;
  }
  #error-out-message-container{
    width: 95%;
    margin: 0 auto;
    min-height: 250px;
    margin-top: 20px;
  }
  #error-out-message-container > h4{
    margin-top: 20px;
    padding-left: 1em;
    font: 700 18px / 36px HiraKakuPro;
    text-align:left;
  }
  #error-out-message p{
    margin-top: 20px;
    padding-left: 0em;
    font: 500 13px / 36px HiraKakuPro;
    text-align:left;
  }
}

@media (max-device-width: 540px) {
  /*Smaller and smaller...*/
}

@media (max-device-width: 320px) {
  /*IPhone portrait and smaller. You can probably stop on 320px*/
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: " ";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

#no-shop-message {
  margin: 0 auto;
  width: 300px;
  text-align: left;
  font: 500 16px / 30px Yugo;
  color: #ed2214;
}

.search-con-result-map a:hover{
  color: #23527c;
}

