@charset "utf-8";
@media screen and (max-width: 568px) {
  /*----------------------------------------------------
  基本設定
----------------------------------------------------*/
  body {
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
  }
  .pc-only {
    display: none !important;
  }
  /*--赤字・太字指定（20131025追加）--*/
  .at-red {
    color: #ff0000;
  }
  .at-bold {
    font-weight: bold;
  }
  /*----------------------------------------------------
  header
----------------------------------------------------*/
  header {
    border-top: 4px solid #ef7a00;
    position: relative;
    z-index: 150;
  }
  header.plane {
    height: 60px;
  }
  #header-logo {
    padding-top: 9px;
  }
  #header-logo img {
    width: 140px;
    height: 25px;
  }
  #header-inner {
    padding: 0 5px;
    position: relative;
  }
  #sp-header-menu-btn a {
    text-indent: -9999px;
    display: block;
    width: 34px;
    height: 35px;
    background: url('/common/images/sp-header-menu-btn-bg-d.gif') left -35px no-repeat;
    background-size: 34px 70px;
    -webkit-background-size: 34px 70px;
    background: url('/common/images/sp-header-menu-btn-bg.gif') left -35px no-repeat\9; /* for IE7,8 */
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #sp-header-menu-btn.open a {
    background: url('/common/images/sp-header-menu-btn-bg-d.gif') left 0px no-repeat;
    background-size: 34px 70px;
    -webkit-background-size: 34px 70px;
    background: url('/common/images/sp-header-menu-btn-bg.gif') left 0px no-repeat\9; /* for IE7,8 */
  }
  #header-util-list-sp {
    position: absolute;
    top: 40px;
    left: -5px;
    width: 100%;
    z-index: 10000;
    font-size: 14px;
  }
  #header-util-list-sp.close {
    display: none;
  }
  #header-util-list01 li {
    border-bottom: 1px solid #fff;
  }
  #header-util-list01 li.last {
    padding: 15px 15px 0;
    background: #ef7a00;
    border-bottom: none;
  }
  #header-util-list01 .select-language {
    width: 100%;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    background: #fff;
    font-size: 14px;
  }
  #header-util-list01 li a,
  #header-util-list02 li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    padding: 13px 10px;
    background: url('/common/images/arrow-header-util-list-sp-d.gif') right center no-repeat #ef7a00;
    background-size: 19px 14px;
    -webkit-background-size: 19px 14px;
    background: url('/common/images/arrow-header-util-list-sp.gif') right center no-repeat #ef7a00\9; /* for IE7,8 */
  }
  #header-util-list01 {
    padding-left: 5px;
    border-left: 5px solid #fff;
  }
  #header-util-list02-wrap {
    padding-left: 5px;
    border-left: 5px solid #fff;
  }
  #header-util-list02 {
    background: #ef7a00;
  }
  #header-util-list02 li {
    border-bottom: 1px solid #fff;
    width: 50%;
    float: left;
  }
  #header-util-list02 li.last {
    border-bottom: none;
  }
  #header-util-list02 li a {
    border-right: 1px solid #fff;
  }
  #header-util-list02 li.right a {
    border-right: none;
  }
  /*検索*/
  #header-inner-r {
    padding-left: 5px;
    border-left: 5px solid #fff;
  }
  #header-search {
    /* border-top:1px solid #FFF; */
    background-color: #ef7a00;
    padding: 20px 15px;
  }
  #header-search form {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 2px #cccccc;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #header-search form input.seach-box {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 27px;
    border-width: 0px;
    border-style: none;
    width: 95%;
    vertical-align: top;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    line-height: 27px;
    font-size: 13px;
  }
  #header-search form input.seach-btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 27px;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
  }
  /*閉じるボタン*/
  #header-util-list-sp-close-btn {
    padding-left: 5px;
    border-left: 5px solid #fff;
  }
  #header-util-list-sp-close-btn a {
    display: block;
    background: #ba5f00;
    line-height: 0;
    text-align: center;
    padding: 10px 0;
  }
  #header-util-list-sp-close-btn a img {
    width: 124px;
  }
  /*----------------------------------------------------
  gnavi
----------------------------------------------------*/
  nav {
    padding: 0 5px;
    margin-top: 6px;
    *margin-top: 10px;
  }
  nav ul {
    border: 2px solid #bfbfbf;
    position: relative;
    z-index: 99;
    background: #fff;
  }
  nav ul li {
    float: left;
    line-height: 0;
  }
  nav ul li#gnavi-01 {
    width: 33%;
  }
  nav ul li#gnavi-02 {
    width: 34%;
  }
  nav ul li#gnavi-03 {
    width: 33%;
  }
  nav ul li#gnavi-04 {
    width: 33%;
  }
  nav ul li#gnavi-05 {
    width: 34%;
  }
  nav ul li#gnavi-06 {
    width: 33%;
  }
  nav ul li a {
    display: block;
    text-align: center;
  }
  nav ul li#gnavi-01 a {
    padding: 3px 0px 0px 3px;
  }
  nav ul li#gnavi-02 a {
    padding: 3px 0px 0px 0px;
  }
  nav ul li#gnavi-03 a {
    padding: 3px 3px 0px 0px;
  }
  nav ul li#gnavi-04 a {
    padding: 0px 0px 3px 3px;
  }
  nav ul li#gnavi-05 a {
    padding: 0px 0px 3px 0px;
  }
  nav ul li#gnavi-06 a {
    padding: 0px 3px 3px 0px;
  }
  nav ul li a span.wrap {
    display: block;
  }
  nav ul li#gnavi-01 a span.wrap {
    padding: 0 3px 3px 0px;
    border-bottom: 1px solid #bfbfbf;
  }
  nav ul li#gnavi-02 a span.wrap {
    padding: 0 3px 3px 3px;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
  }
  nav ul li#gnavi-03 a span.wrap {
    padding: 0 0px 3px 3px;
    border-bottom: 1px solid #bfbfbf;
  }
  nav ul li#gnavi-04 a span.wrap {
    padding: 3px 3px 0px 0px;
  }
  nav ul li#gnavi-05 a span.wrap {
    padding: 3px 3px 0px 3px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
  }
  nav ul li#gnavi-06 a span.wrap {
    padding: 3px 0px 0px 3px;
  }
  nav ul li a span.wrap span {
    display: block;
  }
  nav ul li#gnavi-01 a span.wrap span {
    border-bottom: #d90000 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-02 a span.wrap span {
    border-bottom: #023893 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-03 a span.wrap span {
    border-bottom: #ef7a00 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-04 a span.wrap span {
    border-bottom: #8cc23a 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-05 a span.wrap span {
    border-bottom: #ff8ba2 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-06 a span.wrap span {
    border-bottom: #bab6af 6px solid;
    padding-bottom: 9px;
    padding-top: 7px;
  }
  nav ul li#gnavi-01 a:hover span.wrap span {
    background-color: #d90000;
  }
  nav ul li#gnavi-02 a:hover span.wrap span {
    background-color: #023893;
  }
  nav ul li#gnavi-03 a:hover span.wrap span {
    background-color: #ef7a00;
  }
  nav ul li#gnavi-04 a:hover span.wrap span {
    background-color: #8cc23a;
  }
  nav ul li#gnavi-05 a:hover span.wrap span {
    background-color: #ff8ba2;
  }
  nav ul li#gnavi-06 a:hover span.wrap span {
    background-color: #bab6af;
  }
  nav ul li#gnavi-01.ac a span.wrap span {
    background-color: #d90000;
  }
  nav ul li#gnavi-02.ac a span.wrap span {
    background-color: #023893;
  }
  nav ul li#gnavi-03.ac a span.wrap span {
    background-color: #ef7a00;
  }
  nav ul li#gnavi-04.ac a span.wrap span {
    background-color: #8cc23a;
  }
  nav ul li#gnavi-05.ac a span.wrap span {
    background-color: #ff8ba2;
  }
  nav ul li#gnavi-06.ac a span.wrap span {
    background-color: #bab6af;
  }
  nav ul li#gnavi-01 img {
    width: 62px;
    height: 13px;
  }
  nav ul li#gnavi-02 img {
    width: 48px;
    height: 13px;
  }
  nav ul li#gnavi-03 img {
    width: 50px;
    height: 13px;
  }
  nav ul li#gnavi-04 img {
    width: 92px;
    height: 13px;
  }
  nav ul li#gnavi-05 img {
    width: 90px;
    height: 13px;
  }
  nav ul li#gnavi-06 img {
    width: 33px;
    height: 13px;
  }
  /*----------------------------------------------------
  footer
----------------------------------------------------*/
  footer {
    border-top: 4px solid #ef7a00;
    font-size: 12px;
  }
  #footer-inner {
    padding: 15px 0;
  }
  #footer-util-list {
    padding: 0 20px;
  }
  #footer-util-list li {
    background: url('/common/images/ico-arrow-blue-sp-footer-d.gif') left 3px no-repeat;
    background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    background: url('/common/images/ico-arrow-blue-sp-footer.gif') left 3px no-repeat\9; /* for IE7,8 */
    padding-left: 10px;
    border-bottom: 1px dotted #000;
    margin-bottom: 4px;
    padding-bottom: 2px;
  }
  #footer-util-list li a {
    color: #035d8a;
    text-decoration: none;
    display: block;
  }
  #footer-util-list li a:hover {
    text-decoration: underline;
  }
  #footer-kobutsu-kyoka {
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
  }
  #footer-copy {
    text-align: center;
    margin-top: 10px;
    font-size: 9px;
  }
  footer.plane #footer-copy {
    margin-top: 0;
  }
  /*----------------------------------------------------
  SHOP SEARCH
----------------------------------------------------*/
  .section-unit-form {
    border: solid 2px #cccccc;
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 27px;
    background: #ffffff;
  }
  .section-unit-form.wb {
    border-color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .section-unit-form.nb {
    border: none;
    height: auto;
  }
  .section-unit-form input.seach-box {
    height: 27px;
    border-width: 0px;
    border-style: none;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    line-height: 27px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 13px;
  }
  .section-unit-form input.seach-btn {
    height: 27px;
    width: 34px;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .section-unit-shopseach a {
    text-decoration: none;
  }
  .section-unit-shopseach {
    border-top: solid 6px #d90000;
  }
  span.section-unit-shopseach-btn {
    display: block;
    position: absolute;
    top: 113px;
    left: 19px;
    line-height: 0;
  }
  h2.section-unit-shopseach-h2 {
    font-size: 108%;
    font-weight: bold;
    color: #000000;
    background: #ffffff;
  }
  h2.section-unit-shopseach-h2 a {
    display: block;
    padding: 15px 10px;
    height: 20px;
    z-index: 1;
    position: relative;
  }
  h2.section-unit-shopseach-h2 a:hover {
    text-decoration: underline;
  }
  #section-unit-shopseach-img {
    display: none;
  }
  h2.section-unit-shopseach-h2 span {
    text-align: center;
    display: block;
    font-size: 108%;
  }
  .section-unit-shopseach a {
    text-decoration: none;
    color: #000000;
  }
  .section-unit-shopseach a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .section-unit-shopseach dl.location {
    background: #ffffff;
    padding: 10px 10px 20px;
    border-bottom: solid 1px #cccccc;
    position: relative;
    z-index: 100;
  }
  .section-unit-shopseach dl.location dt {
    font-size: 108%;
    font-weight: bold;
    color: #000;
    background: url('/common/images/top-h3-ico-01-d.gif') no-repeat left center;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background: url('/common/images/top-h3-ico-01.gif') no-repeat left center\9; /* for IE7,8 */
    padding: 0 0 0 25px;
    margin: 0 0 4px 0;
    line-height: 18px;
  }
  .section-unit-shopseach dl.freeword {
    background: #ffffff;
    padding: 10px 10px 20px;
    border-bottom: solid 1px #cccccc;
    position: relative;
    z-index: 99;
  }
  .section-unit-shopseach dl.freeword dt {
    font-size: 108%;
    font-weight: bold;
    color: #000;
    background: url('/common/images/top-h3-ico-02-d.gif') no-repeat left center;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background: url('/common/images/top-h3-ico-02.gif') no-repeat left center\9; /* for IE7,8 */
    padding: 0 0 0 25px;
    margin: 0 0 4px 0;
    line-height: 18px;
  }
  .section-unit-shopseach dl.freeword dd .link-btn-block {
    width: 100%;
    margin: 10px 0;
  }
  .section-unit-shopseach dl.freeword dd .link-btn-block a {
    background: #d90000;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    width: 60%;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #be0000;
    position: relative;
    margin: 0 auto;
  }
  .section-unit-shopseach dl.freeword dd a:hover {
    text-decoration: underline;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link {
    margin-top: 20px;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a {
    display: block;
    color: #035d8a;
    font-weight: bold;
    text-decoration: none;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a:hover {
    text-decoration: underline;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a span {
    padding: 0 0 0 15px;
    background: url('/common/images/ico-arrow-blue-sp-d.gif') left top no-repeat;
    background-size: 9px 14px;
    -webkit-background-size: 9px 14px;
    background: url('/common/images/ico-arrow-blue-sp.gif') left top no-repeat\9; /* for IE7,8 */
    display: block;
  }
  .section-unit-shopseach dl.gps {
    background: #ffffff;
    padding: 20px 10px 15px;
  }
  .section-unit-shopseach dl.gps dt {
    font-size: 108%;
    font-weight: bold;
    color: #000;
    background: url('/common/images/top-h3-ico-03-d.gif') no-repeat left bottom;
    background-size: 16px 17px;
    -webkit-background-size: 16px 17px;
    background: url('/common/images/top-h3-ico-03.gif') no-repeat left bottom\9; /* for IE7,8 */
    padding: 8px 0 0 25px;
    margin: 0 0 4px 0;
    line-height: 18px;
    float: left;
  }
  .section-unit-shopseach dl.gps dd a {
    float: right;
    background: #d90000;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    width: 91px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #be0000;
    position: relative;
  }
  .section-unit-shopseach dl.gps dd a:hover {
    text-decoration: underline;
  }
  /*プルダウン専用*/
  .location-select-wrap {
    border: solid 2px #cccccc;
    margin-bottom: 10px;
    height: 27px;
  }
  .location-select-wrap.search-hidden {
    display: none !important;
  }
  .location-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px;
    background: url('/common/images/location-pulldown-bg.gif') no-repeat right top #fff;
    border: none;
    color: #000;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ba0001;
    font-size: 13px;
  }
  .b-core-ui-select__dropdown__item.cell0 {
    background: #ededed;
  }
  .b-core-ui-select__dropdown__item.cell0:hover {
    background: #ededed;
  }
  /*----------------------------------------------------
  parts
----------------------------------------------------*/
  #sp-navi {
    margin-top: 20px;
    position: relative;
    *z-index: -1;
  }
  #sp-navi ul {
    -webkit-box-shadow: 0px 2px 3px 0px #aaa;
    -moz-box-shadow: 0px 2px 3px 0px #aaa;
    box-shadow: 0px 2px 3px 0px #aaa;
    background-color: #fff;
  }
  #sp-navi li {
    border-top: 1px solid #b2b2b2;
  }
  #sp-navi li:first-child {
    border-top: none;
  }
  #sp-navi li a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 8px;
    background: url('/common/images/ico-arrow-blue-sp-d.gif') 98% center no-repeat;
    background-size: 9px 14px;
    -webkit-background-size: 9px 14px;
    background: url('/common/images/ico-arrow-blue-sp.gif') 98% center no-repeat\9; /* for IE7,8 */
  }
  .page-top-btn {
    float: right;
    line-height: 0;
    margin: 25px 0 0 0;
  }
  .page-top-btn img {
    width: 84px;
  }
  /*----------------------------------------------------
  カラム
----------------------------------------------------*/
  #site-top {
    /*padding-top:297px;
	position:relative;*/
  }
  #cate-top {
    position: relative;
    top: -16px;
    margin-bottom: -16px;
  }
  #detail-page {
    position: relative;
    top: -16px;
    margin-bottom: -16px;
  }
  #contents-wrap {
    background: url('/common/images/contents-wrap-bg-d.gif') left top repeat #fff;
    background-size: 6px 6px;
    -webkit-background-size: 6px 6px;
    background: url('/common/images/contents-wrap-bg.gif') left top repeat #FFF\9; /* for IE7,8 */
    border-top: solid 1px #fff;
    padding: 10px 10px 25px;
  }
  #section-wrap {
    margin: 0 auto;
  }
  /*----------------------------------------------------
  add 2016.03 Special Banner
----------------------------------------------------*/
  .special-banner-wrap {
    width: 100%;
    margin: 5px 0;
  }
  .special-banner-wrap.site-top {
    margin-bottom: 17px;
  }
  .special-banner-wrap.shop-top {
    margin-top: 5px;
  }
  .special-banner-wrap ul li {
    width: 100%;
    text-align: center;
  }
  .special-banner-wrap ul li a img {
    width: 90%;
  }
}
@media screen and (min-width: 569px) {
  /*----------------------------------------------------
  基本設定
----------------------------------------------------*/
  body {
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em;
  }
  .sp-only {
    display: none !important;
  }
  /*--赤字・太字指定（20131025追加）--*/
  .at-red {
    color: #ff0000;
  }
  .at-bold {
    font-weight: bold;
  }
  /*----------------------------------------------------
  header
----------------------------------------------------*/
  header {
    position: relative;
    z-index: 19999;
    border-top: 4px solid #ef7a00;
    background-color: #ffffff;
  }
  header.plane {
    height: 70px;
  }
  #header-inner {
    width: 960px;
    margin: 0 auto;
  }
  #header-inner-r {
    float: right;
    width: 500px;
    padding: 11px 0 10px;
  }
  #header-logo {
    position: absolute;
    line-height: 0;
    margin-top: 19px;
    width: 170px;
  }
  #header-logo img {
    width: 190px;
    height: 34px;
  }
  #header-util-list02 {
    font-size: 91%;
    float: right;
    margin-top: 4px;
    border-right: #bababa 1px dotted;
  }
  #header-util-list02 li {
    float: left;
    background: url('/common/images/ico-arrow-blue-pc.gif') 9px center no-repeat;
    padding-left: 19px;
    padding-right: 10px;
    border-left: #bababa 1px dotted;
  }
  #header-util-list02 li a {
    text-decoration: none;
    color: #012561;
  }
  #header-util-list02 li a:hover {
    text-decoration: underline;
  }
  #header-util-list02 li.last {
    padding-left: 10px;
    background: none;
  }
  #header-util-list02 .select-language {
    margin: 0;
    font-size: 100%;
    border: 1px #d9d9d9 solid;
  }
  #textsize-change-list {
    float: right;
    margin-top: 3px;
  }
  #textsize-change-list dt,
  #textsize-change-list dd {
    float: left;
    line-height: 0;
    padding-left: 1px;
  }
  #header-search {
    width: 225px;
    height: 29px;
    float: right;
    margin-left: 17px;
  }
  #header-search form {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 2px #cccccc;
    width: 221px;
    margin: 0 auto;
  }
  #header-search form input.seach-box {
    height: 27px;
    border-width: 0px;
    border-style: none;
    width: 177px;
    vertical-align: top;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    line-height: 27px;
  }
  #header-search form input.seach-btn {
    height: 27px;
    width: 34px;
    float: right;
    line-height: 0;
  }
  /*----------------------------------------------------
  gnavi
----------------------------------------------------*/
  nav {
    position: relative;
    z-index: 19998;
  }
  nav ul {
    border: 4px solid #bfbfbf;
    width: 952px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #fff;
  }
  nav ul li {
    line-height: 0;
    float: left;
  }
  nav ul li a {
    display: block;
    text-align: center;
    padding: 4px 0;
  }
  nav ul li#gnavi-01 a {
    width: 157px;
  }
  nav ul li#gnavi-02 a {
    width: 160px;
  }
  nav ul li#gnavi-03 a {
    width: 160px;
  }
  nav ul li#gnavi-04 a {
    width: 159px;
  }
  nav ul li#gnavi-05 a {
    width: 160px;
  }
  nav ul li#gnavi-06 a {
    width: 156px;
  }
  nav ul li a span.wrap {
    display: block;
    border-right: #d9d9d9 1px solid;
    padding: 0 3px 0;
  }
  nav ul li#gnavi-06 a span.wrap {
    border-right: none;
  }
  nav ul li a span.wrap span {
    display: block;
    padding: 8px 0 12px;
  }
  nav ul li#gnavi-01 a span.wrap span {
    border-bottom: #d90000 8px solid;
  }
  nav ul li#gnavi-02 a span.wrap span {
    border-bottom: #023893 8px solid;
  }
  nav ul li#gnavi-03 a span.wrap span {
    border-bottom: #ef7a00 8px solid;
  }
  nav ul li#gnavi-04 a span.wrap span {
    border-bottom: #8cc23a 8px solid;
  }
  nav ul li#gnavi-05 a span.wrap span {
    border-bottom: #ff8ba2 8px solid;
  }
  nav ul li#gnavi-06 a span.wrap span {
    border-bottom: #bab6af 8px solid;
  }
  nav ul li a:hover span.wrap span,
  nav ul li.ac a span.wrap span {
    display: block;
    padding: 12px 0 8px;
  }
  nav ul li#gnavi-01 a:hover span.wrap span {
    background-color: #d90000;
  }
  nav ul li#gnavi-02 a:hover span.wrap span {
    background-color: #023893;
  }
  nav ul li#gnavi-03 a:hover span.wrap span {
    background-color: #ef7a00;
  }
  nav ul li#gnavi-04 a:hover span.wrap span {
    background-color: #8cc23a;
  }
  nav ul li#gnavi-05 a:hover span.wrap span {
    background-color: #ff8ba2;
  }
  nav ul li#gnavi-06 a:hover span.wrap span {
    background-color: #bab6af;
  }
  nav ul li#gnavi-01.ac a span.wrap span {
    background-color: #d90000;
  }
  nav ul li#gnavi-02.ac a span.wrap span {
    background-color: #023893;
  }
  nav ul li#gnavi-03.ac a span.wrap span {
    background-color: #ef7a00;
  }
  nav ul li#gnavi-04.ac a span.wrap span {
    background-color: #8cc23a;
  }
  nav ul li#gnavi-05.ac a span.wrap span {
    background-color: #ff8ba2;
  }
  nav ul li#gnavi-06.ac a span.wrap span {
    background-color: #bab6af;
  }
  nav ul li#gnavi-01 img {
    width: 76px;
    height: 16px;
  }
  nav ul li#gnavi-02 img {
    width: 58px;
    height: 16px;
  }
  nav ul li#gnavi-03 img {
    width: 62px;
    height: 16px;
  }
  nav ul li#gnavi-04 img {
    width: 120px;
    height: 16px;
  }
  nav ul li#gnavi-05 img {
    width: 111px;
    height: 16px;
  }
  nav ul li#gnavi-06 img {
    width: 42px;
    height: 16px;
  }
  /*----------------------------------------------------
  SHOP SEARCH
----------------------------------------------------*/
  /*お店を探す*/
  .section-unit-shopseach {
    background-color: #fff;
  }
  .section-unit-form {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 2px #cccccc;
    width: 195px;
    margin: 0 auto;
  }
  .section-unit-form.wb {
    border-color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .section-unit-form.nb {
    border: none;
  }
  .section-unit-form.select {
    padding-right: 2px;
  }
  .section-unit-form input.seach-box {
    height: 27px;
    border-width: 0px;
    border-style: none;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    line-height: 27px;
  }
  .section-unit-form.wb input.seach-box {
    padding-right: 2px;
  }
  .section-unit-form input.seach-btn {
    height: 27px;
    width: 34px;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .section-unit-shopseach a {
    text-decoration: none;
  }
  .section-unit-shopseach {
    float: left;
    width: 225px;
    border-top: solid 6px #d90000;
  }
  span.section-unit-shopseach-btn {
    display: block;
    position: absolute;
    top: 154px;
    left: 16px;
    line-height: 0;
  }
  span.section-unit-shopseach-btn img {
    width: 193px;
  }
  h2.section-unit-shopseach-h2 {
    font-size: 108%;
    font-weight: bold;
    color: #000000;
    background: #ffffff;
  }
  h2.section-unit-shopseach-h2 a {
    display: block;
    padding: 15px 10px;
    height: 20px;
    z-index: 1;
    position: relative;
  }
  h2.section-unit-shopseach-h2 a:hover {
    text-decoration: underline;
  }
  #section-unit-shopseach-img {
    margin-top: -13px;
    position: relative;
  }
  h2.section-unit-shopseach-h2 span {
    text-align: center;
    display: block;
    background: url('/common/images/ico-arrow-blue-square-pc.gif') no-repeat left center;
    font-size: 108%;
  }
  .section-unit-shopseach a {
    text-decoration: none;
    color: #000000;
  }
  .section-unit-shopseach a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .section-unit-shopseach dl.location {
    background: #ffffff;
    padding: 13px 10px 20px 15px;
    border-bottom: solid 1px #cccccc;
    position: relative;
    z-index: 100;
  }
  .section-unit-shopseach dl.location.top {
    border-top: solid 1px #cccccc;
    border-bottom: none;
    min-height: 98px;
  }
  .section-unit-shopseach dl.location dt {
    font-size: 108%;
    font-weight: bold;
    color: #000;
    background: url('/common/images/top-h3-ico-01.gif') no-repeat left center;
    padding: 0 0 0 25px;
    margin: 0 0 4px 0;
    line-height: 18px;
  }
  .section-unit-shopseach dl.freeword {
    background: #ffffff;
    padding: 13px 10px 7px 15px;
    position: relative;
    z-index: 99;
  }
  .section-unit-shopseach dl.freeword dt {
    font-size: 108%;
    font-weight: bold;
    color: #000;
    background: url('/common/images/top-h3-ico-02.gif') no-repeat left center;
    padding: 0 0 0 25px;
    margin: 0 0 4px 0;
    line-height: 18px;
  }
  .section-unit-shopseach dl.freeword dd .link-btn-block {
    width: 100%;
    margin: 14px 0;
  }
  .section-unit-shopseach dl.freeword dd .link-btn-block a {
    background: #d90000;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 60%;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #be0000;
    position: relative;
    margin: 0 auto;
  }
  .section-unit-shopseach dl.freeword dd a:hover {
    text-decoration: underline;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link {
    margin-top: 10px;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a {
    display: block;
    color: #035d8a;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a:hover {
    text-decoration: underline;
  }
  .section-unit-shopseach dl.freeword dd .search-freewd-link a span {
    background: url('/common/images/ico-arrow-blue-square-pc.gif') no-repeat left center;
    padding: 0 0 0 17px;
    display: block;
  }
  .section-unit-shopseach dl.gps {
    display: none;
  }
  .section-unit-shopseach dl.gps dd a:hover {
    text-decoration: underline;
  }
  /*プルダウン専用*/
  .location-select-wrap {
    border: solid 2px #cccccc;
    margin-bottom: 5px;
  }
  .location-select-wrap.search-hidden {
    display: none !important;
  }
  /*
.location-select {
	background:url("/common/images/location-pulldown-bg.gif") no-repeat left top;
	width:100%;
	cursor:pointer;
	height:27px;
	width:188px !important;
	color:#fff;
	padding:0 0 0 7px;
	line-height:27px;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
}
*/
  .location-select {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    padding: 4px;
    background: url('/common/images/location-pulldown-bg.gif') no-repeat right top #fff;
    border: none;
    color: #000;
    width: 101%;
    height: 27px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ba0001;
    font-size: 13px;
  }
  .b-core-ui-select__dropdown__item.cell0 {
    background: #ededed;
  }
  .b-core-ui-select__dropdown__item.cell0:hover {
    background: #ededed;
  }
  /*----------------------------------------------------
  parts
----------------------------------------------------*/
  .page-top-btn {
    line-height: 0;
    clear: both;
    padding-top: 50px;
    text-align: right;
    zoom: 1;
  }
  .page-top-btn img {
    width: 93px;
  }
  /*----------------------------------------------------
  footer
----------------------------------------------------*/
  footer {
    border-top: 4px solid #ef7a00;
    position: relative;
    /**z-index:-1;*/
  }
  #footer-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  #footer-logo {
    margin-top: 24px;
    float: left;
    line-height: 0;
  }
  #footer-util-list-wrap {
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 0;
  }
  #footer-util-list {
    width: 739px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #01325b;
    padding: 4px 0 3px;
  }
  #footer-util-list li {
    background: url('/common/images/ico-arrow-white-pc.gif') 20px center no-repeat;
    padding-left: 35px;
    float: left;
    white-space: nowrap;
  }
  #footer-util-list li.first {
    background: url('/common/images/ico-arrow-white-pc.gif') 16px center no-repeat;
    padding-left: 30px;
  }
  #footer-util-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 83%;
  }
  #footer-util-list li a:hover {
    text-decoration: underline;
  }
  #footer-kobutsu-kyoka {
    clear: both;
    line-height: 0;
    padding-top: 40px;
  }
  #footer-copy {
    clear: both;
    line-height: 0;
    padding-top: 20px;
    margin-bottom: 57px;
  }
  /*----------------------------------------------------
  カラム
----------------------------------------------------*/
  #site-top {
    /*padding-top:297px;*/
    position: relative;
  }
  #cate-top {
    position: relative;
    padding-top: 109px;
  }
  #detail-page {
    position: relative;
    padding-top: 84px;
  }
  #contents-wrap {
    background: url('/common/images/contents-wrap-bg.gif') left top repeat;
    border-top: solid 1px #fff;
    padding: 20px 0 50px 0;
    clear: both;
  }
  #section-wrap {
    width: 960px;
    margin: 0 auto;
  }
  /*----------------------------------------------------
  add 2016.03 Special Banner
----------------------------------------------------*/
  .special-banner-wrap {
    width: 960px;
    margin-bottom: 5px;
  }
  .special-banner-wrap.site-top {
    margin: 10px auto 15px;
  }
  .special-banner-wrap.shop-detail {
    margin: 0 auto 10px;
  }
  .special-banner-wrap ul li {
    width: 100%;
  }
  .special-banner-wrap ul li a img {
    width: 100%;
    opacity: 1;
  }
  .special-banner-wrap ul li a img:hover {
    opacity: 0.8;
  }
}
.input-selected {
  color: #000 !important;
}
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
} /* IE6 */
*:first-child + html .cf {
  zoom: 1;
} /* IE7 */
.cl {
  clear: both;
}
img {
  -ms-interpolation-mode: bicubic;
}
/*----------------------------------------------------
　add 2015.01 お店を探す
----------------------------------------------------*/
#thumbnail-lines {
  display: none !important;
}
/*----------------------------------------------------
online-store
----------------------------------------------------*/
@media screen and (max-width: 568px) {
  .online-store {
    position: absolute;
    top: 5px;
    right: 39px;
    margin-right: 11px;
    font-size: 12px;
  }
  .online-store__link-wrap {
    text-align: right;
  }
  .online-store a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: right;
    padding: 4.5px 6px;
    border: 2px solid #163457;
    text-decoration: none;
    color: #163457;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  .online-store__icon {
    display: inline-flex;
    width: 0px;
    height: 13px;
    padding: 0 6px;
    background-color: #163457;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url('/common/images/icon-basket.svg');
    mask-image: url('/common/images/icon-basket.svg');
  }
}

@media screen and (min-width: 569px) {
  .online-store {
    font-size: 12px;
  }
  .online-store__link-wrap {
    margin-top: 1px;
    text-align: right;
  }
  .online-store a {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: right;
    padding: 5px 12px;
    border: 2px solid #163457;
    text-decoration: none;
    color: #163457;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .online-store__icon {
    display: inline-flex;
    width: 0px;
    height: 15px;
    padding: 0 8px;
    background-color: #163457;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url('/common/images/icon-basket.svg');
    mask-image: url('/common/images/icon-basket.svg');
  }
  .online-store a:hover {
    color: #fff;
    background-color: #2F4C6C;
    text-decoration: none;
  }
  .online-store a:hover .online-store__icon {
    background-color: #fff;
  }
}
