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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/noto-sans-cjk-t.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/noto-sans-cjk-l.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../font/noto-sans-cjk-dl.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans-cjk-r.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-cjk-m.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-cjk-b.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-cjk-bl.otf") format("opentype");
  font-display: swap;
}
body {
  margin: 0 auto;
}

.samales-root {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, monospace, sans-serif;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .samales-root {
    padding-top: 51px;
  }
}

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

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

a {
  text-decoration: none;
  color: inherit;
}
@media print, screen and (min-width: 751px) {
  a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

@media screen and (min-width: 641px) {
  .brandSiteHeader .ph-logo a {
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cmn-local-header {
  position: relative;
  width: 100%;
  background-color: #0b318f;
  z-index: 100;
}
.cmn-local-header-wrapper {
  position: relative;
  height: 72px;
}
@media screen and (max-width: 750px) {
  .cmn-local-header-wrapper {
    position: absolute;
    width: 100%;
    height: 51px;
    top: 0;
    left: 0;
  }
}
.cmn-local-header-wrapper.fixed .cmn-local-header {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cmn-local-header {
    background-color: transparent;
  }
}
.cmn-local-header-bar {
  position: relative;
  height: 51px;
  background-color: #0b318f;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(45, 40, 40, 0.1);
          box-shadow: 0px 1px 8px 0px rgba(45, 40, 40, 0.1);
}
.cmn-local-header-bar__logo {
  margin: 0 auto;
  padding-top: 12px;
  width: 145px;
}
.cmn-local-header-bar__btn {
  position: absolute;
  top: 13px;
  right: 15px;
}
.cmn-local-header-bar__btn a {
  display: block;
  width: 35px;
  height: 27px;
  background: url(../images/common/cmn_header_menu_open_sp.png) no-repeat center center;
  background-size: 100% auto;
}
.cmn-local-header-bar__btn.active a {
  background-image: url(../images/common/cmn_header_menu_close_sp.png);
}
.cmn-local-header-nav {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav {
    display: none;
    width: 100%;
  }
  .cmn-local-header-nav.active {
    display: block;
  }
}
.cmn-local-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav__list {
    display: block;
  }
}
.cmn-local-header-nav__list li {
  padding: 29px 0 19px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav__list li {
    padding: 0;
    color: #222;
  }
}
.cmn-local-header-nav__list li a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 751px) {
  .cmn-local-header-nav__list li a:hover:after, .cmn-local-header-nav__list li a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav__list li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
}
.cmn-local-header-nav__list li.shop_btn {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav__list li.shop_btn {
    padding: 20px 30px;
    background-color: #fff;
  }
}
.cmn-local-header-nav__list li.shop_btn a {
  background: #ff3707;
  padding: 14px 30px 16px;
  border-radius: 4px;
  vertical-align: middle;
}
@media print, screen and (min-width: 751px) {
  .cmn-local-header-nav__list li.shop_btn a:hover:after, .cmn-local-header-nav__list li.shop_btn a.active:after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .cmn-local-header-nav__list li.shop_btn a {
    color: #fff;
    padding: 18px 0 17px;
    border: none;
  }
}

.cmn-bnr {
  position: fixed;
  right: 0;
  bottom: -2px;
  z-index: 110;
}
.cmn-bnr .bnr-close {
  position: absolute;
  top: 9px;
  right: 9px;
  background: url(/ph/samales/images/common/bnr_close_pc.png) no-repeat center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cmn-bnr .bnr-close {
    top: 6px;
    right: 6px;
    background: url(/ph/samales/images/common/bnr_close_sp.png) no-repeat top center;
    background-size: 100% auto;
    width: 4.1333333333%;
    height: 31px;
  }
}
@media print, screen and (min-width: 751px) {
  .cmn-bnr > a:hover {
    opacity: 1;
  }
}
.cmn-bnr.hidden {
  opacity: 0;
  visibility: hidden;
}

.cmn-pagetop {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 750px) {
  .cmn-pagetop {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 750px) {
  .brandSiteHeader {
    margin-bottom: 0;
  }
}

.brandSiteFooter {
  margin-top: 0;
  border-top: none;
}

.samales-breadlist {
  text-align: left;
}
.samales-breadlist li {
  position: relative;
  display: inline-block;
  color: #555;
  font-size: 0.875rem;
  line-height: 2;
}
.samales-breadlist li:after {
  display: inline-block;
  padding: 0 6px;
  content: ">";
}
.samales-breadlist li:last-child:after {
  display: none;
}

.modal-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .modal-wrapper {
    max-width: 89.3333333333%;
  }
}
.modal-wrapper .mfp-close {
  width: 31px;
  height: 31px;
  line-height: 31px;
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal-wrapper .mfp-close {
    width: 21px;
    height: 21px;
    line-height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 0;
  }
}

.shop-modal-wrapper {
  padding: 140px 0 180px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .shop-modal-wrapper {
    padding: 60px 0 67px;
  }
}
.shop-modal__ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #0b318f;
}
@media screen and (max-width: 750px) {
  .shop-modal__ttl {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.shop-modal__pic-list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .shop-modal__pic-list {
    display: block;
    margin-top: 0;
    padding-top: 12px;
  }
}
.shop-modal__pic-list li {
  margin-right: 38px;
  width: 306px;
}
@media print, screen and (min-width: 751px) {
  .shop-modal__pic-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .shop-modal__pic-list li {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 90.1492537313%;
  }
}
/*# sourceMappingURL=../../_development/maps/css/common.css.map */
