@charset "UTF-8";
.js--crossfade {
  position: relative; }

.js--crossfade__image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.js--tableScroll__content {
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
  display: flex; }
  .js--tableScroll__content::-webkit-scrollbar {
    display: none; }
  .js--tableScroll__content::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .js--tableScroll__content table {
    height: 100%; }

.js--tableScroll__scrollBar {
  margin-top: 16px;
  background: #0000001a; }

.js--tableScroll__scrollBarInner {
  position: relative;
  background: #d84190;
  border-radius: 10px;
  height: 5px;
  width: 100%; }

.p-accordioninfo--salon .is_accordioninfo-enable p a {
  text-decoration: underline; }
  .p-accordioninfo--salon .is_accordioninfo-enable p a:hover {
    text-decoration: none; }

.p-att__type01--custom li * {
  text-indent: 0; }

.p-att__type01--custom li a {
  text-decoration: underline; }

.p-border-radius {
  border-radius: 0; }

.is_bdr-blk {
  border-radius: 0; }

.is_bdr-000 {
  border-radius: 0; }

.is_bdr-020 {
  border-radius: 20px; }

.is_bdr-040 {
  border-radius: 40px; }

.p-brandDetailDescription {
  display: flex; }
  @media screen and (max-width: 768px) {
    .p-brandDetailDescription {
      display: block; } }

.p-brandDetailDescription__image {
  min-width: 410px;
  padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .p-brandDetailDescription__image {
      min-width: 0;
      max-width: 100%;
      padding: 0 0 10px 0; } }
  .p-brandDetailDescription__image img {
    width: 100%; }

.p-brandDetailDescription__text {
  width: 100%; }

.p-brandDetailRecommend .swiper-wrapper {
  display: flex; }

.p-brandDetailRecommend .swiper-slide {
  width: calc((100% - 20px) / 2); }
  @media screen and (max-width: 768px) {
    .p-brandDetailRecommend .swiper-slide {
      width: 100%; } }
  .p-brandDetailRecommend .swiper-slide img {
    width: 100%; }

.p-campaign-details {
  max-width: 100%;
  width: 640px;
  margin-left: auto;
  margin-right: auto; }

.p-custombnrlist__box > ul {
  align-items: normal; }
  .p-custombnrlist__box > ul .p-columnlist__box_item {
    height: 100%; }

@media screen and (max-width: 768px) {
  .p-custombnrlist__box > ul > li > .p-columnlist__box_item > object > a {
    flex-direction: column; }
    .p-custombnrlist__box > ul > li > .p-columnlist__box_item > object > a .p-columnlist__box_item--txt {
      width: 100%; } }

.p-customNav ul {
  display: flex; }

.p-customNav li {
  margin: 0 10px; }

.p-productlist__box_item--img-favorite.p-follow {
  position: static;
  overflow: hidden;
  transform: scale(1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /**
   * お気に入り登録済み
   */ }
  .p-productlist__box_item--img-favorite.p-follow:hover {
    transform: scale(1); }
  .p-productlist__box_item--img-favorite.p-follow span {
    width: auto;
    height: auto;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid #D84190;
    padding: 4px 10px; }
    .p-productlist__box_item--img-favorite.p-follow span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1em;
      height: 1em;
      margin-right: 0.5em;
      background: url("../img/common/ic_check01_pnk01_img01.svg") no-repeat 50% 50%;
      background-size: contain;
      opacity: 1; }
  .p-productlist__box_item--img-favorite.p-follow big {
    display: inline-block;
    font-size: 100%; }
  .is_product-favorite .p-productlist__box_item--img-favorite.p-follow span {
    background-color: #D84190;
    color: #fff; }
    .is_product-favorite .p-productlist__box_item--img-favorite.p-follow span::before {
      background: url("../img/common/ic_check01_wht01_img01.svg") no-repeat 50% 50%;
      background-size: contain; }

.p-followops__box_item .p-btnlink__box_item big.width_12em {
  width: 12em; }

.p-googlemap {
  position: relative;
  padding: 20px;
}
.p-googlemap__map{
  width: 100%;
  height: 100%;
}
.p-googlemap__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 768px) {
  .p-googlemap__map {
    display: none; } 
}

.p-googlemap__nav {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  max-width: 100%;
  width: 400px;
  background-color: #fff;
  padding: 10px
}
  .p-googlemap__nav .l-navi {
    z-index: 1;
  }
  @media screen and (max-width: 768px) {
    .p-googlemap__nav {
      position: relative;
      top: 0;
      left: 0;
      padding: 0; 
    } 
  }
.p-googlemap__nav .p-googlemap_refine{
  margin-top: 40px;
  height: calc(100% - 140px);
  overflow-y: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-googlemap__nav .p-googlemap_refine{
    height: auto;
  }
}

/* .p-googlemap__nav__body {
  max-height: 500px;
  overflow-y: auto;
}
  @media screen and (max-width: 768px) {
    .p-googlemap__nav__body {
      max-height: none; }
  } */

.p-googlemap__nav__body__search__box li {
  display: flex;
  align-items: center;
  padding: 3px;
  border-top: 1px solid #CFCFD0; }
  .p-googlemap__nav__body__search__box li:first-child {
    border-top: none; }

.p-googlemap__nav__body__search__box__icon {
  min-width: 36px;
  width: 36px; }

.p-googlemap__nav__body__search__box__text {
  width: 100%;
  padding: 0 10px;
  text-align: left; }

.p-googlemap__nav__body__search__box__switch {
  position: relative;
  min-width: 40px;
  width: 40px;
  margin-left: auto;
  font-size: 10px;
  line-height: 14px; }
  .p-googlemap__nav__body__search__box__switch input[type="checkbox"] {
    display: none; }
  .p-googlemap__nav__body__search__box__switch label {
    display: block;
    box-sizing: border-box;
    background: #919191;
    border-radius: 20px; }
    .p-googlemap__nav__body__search__box__switch label span:after {
      content: "OFF";
      padding: 0 0 0 10px;
      color: #fff;
      line-height: 14px; }
  .p-googlemap__nav__body__search__box__switch .swImg {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 2px;
    left: 2px;
    border-radius: 16px;
    transition: .2s;
    z-index: 100; }
  .p-googlemap__nav__body__search__box__switch input[type="checkbox"]:checked + label {
    background: #D84190; }
    .p-googlemap__nav__body__search__box__switch input[type="checkbox"]:checked + label span:after {
      content: "ON";
      padding: 0 10px 0 0;
      color: #fff; }
  .p-googlemap__nav__body__search__box__switch input[type="checkbox"]:checked ~ .swImg {
    transform: translateX(26px); }

.p-googlemap__nav__body__result {
  margin-top: 20px; }
  .p-googlemap__nav__body__result > ul > li {
    padding: 10px 0;
    border-top: 1px solid #CFCFD0; }
    .p-googlemap__nav__body__result > ul > li:first-child {
      border-top: none; }
  .p-googlemap__nav__body__result > ul > li > a {
    display: block; }

.p-googlemap__nav__body__result__storeInfo {
  display: flex;
  margin-bottom: 10px; }
  .p-googlemap__nav__body__result__storeInfo > div {
    min-width: 50px;
    width: 50px;
    margin-right: 10px; }
  .p-googlemap__nav__body__result__storeInfo dl {
    line-height: 1.2; }
  .p-googlemap__nav__body__result__storeInfo dt {
    font-size: 16px;
    min-height: 2em;
    margin: 0; }
  .p-googlemap__nav__body__result__storeInfo span {
    display: inline-block;
    color: #4E4E4E;
    text-decoration: none; }
  a .p-googlemap__nav__body__result__storeInfo dl {
    text-decoration: underline; }
    a .p-googlemap__nav__body__result__storeInfo dl:hover {
      text-decoration: none; }

.p-googlemap__nav__body__result__storeIconList ul {
  display: flex;
  flex-wrap: wrap; }

.p-googlemap__nav__body__result__storeIconList li {
  width: calc((100% / 6) - 3px);
  height: auto;
  margin: 0 3px 3px 0; }

a:hover .p-ic__angle01-right01-pnk01--hover {
  background: url(../img/common/ic_angle01_right01_pnk01_img01.svg) no-repeat 50% 50%; }

a:hover .p-ic__angle01-bottom01-pnk01--hover {
  background: url(../img/common/ic_angle01_bottom01_pnk01_img01.svg) no-repeat 50% 50%; }

.p-image_width_auto img {
  width: auto; }

.p-inline-block {
  display: inline-block; }

.p-inline-block--middle {
  vertical-align: middle; }

.p-inline-block--top {
  vertical-align: top; }

.p-inline-block--bottom {
  vertical-align: bottom; }

.p-inline-block--text-top {
  vertical-align: text-top; }

.p-inline-block--text-bottom {
  vertical-align: text-bottom; }

.p-inline-block--baseline {
  vertical-align: baseline; }

.p-inline-block--sub {
  vertical-align: sub; }

.p-inline-block--super {
  vertical-align: super; }

.p-mapdetail .p-mapdetail__caption > h2 {
  justify-content: flex-start; }

.p-mapdetail .p-mapdetail__caption > h2 > img {
  min-width: 40px;
  width: 40px; }

.p-mapdetail .p-mapdetail__caption > h2 > .p-btnlink {
  margin-left: auto; }

.p-mapdetail .p-mapdetail__caption > h2 > .p-textlink {
  margin-left: auto;
  white-space: nowrap; }

.p-mapdetail .p-mapdetail__body {
  padding: 0;
  display: flex; }

.p-mapdetail .p-mapdetail__body__map {
  width: calc(100% - 360px); }
  .p-mapdetail .p-mapdetail__body__map iframe {
    width: 100%;
    height: 100%; }

.p-mapdetail .p-mapdetail__body__info {
  width: 360px;
  padding: 0 20px 20px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .p-mapdetail .p-mapdetail__body__info {
      width: 100%;
      padding: 0 0 20px; } }

.p-mapdetail *[class*="p-mapdetail__body__info__detailIcon"] {
  min-height: 20px;
  padding: 0 0 0 25px;
  margin-bottom: 5px;
  line-height: 1.6; }

.p-mapdetail .p-mapdetail__body__info__detailIconZip {
  background: url(https://www.matsukiyo.co.jp/map/customer/assets/img/gmap/ico_zip.png) left top no-repeat; }

.p-mapdetail .p-mapdetail__body__info__detailIconAdd {
  background: url(https://www.matsukiyo.co.jp/map/customer/assets/img/gmap/ico_add.png) left top no-repeat; }

.p-mapdetail .p-mapdetail__body__info__detailIconTel {
  background: url(https://www.matsukiyo.co.jp/map/customer/assets/img/gmap/ico_tel.png) left top no-repeat; }

.p-mapdetail .p-mapdetail__body__info__detailIconFax {
  background: url(https://www.matsukiyo.co.jp/map/customer/assets/img/gmap/ico_fax.png) left top no-repeat; }

.p-mapdetail .p-mapdetail__body__info__detailBtn {
  margin: 3px 0 5px; }

.p-mapdetail .p-mapdetail__subCaption .p-textlink {
  white-space: nowrap; }
  .p-mapdetail .p-mapdetail__subCaption .p-textlink .p-textlink__box_item .p-ic {
    display: block; }

.p-mapdetail .p-mapdetail__body__info__detail__saleInfo {
  border: 1px solid #cfcfd0;
  margin-bottom: 10px; }
  .p-mapdetail .p-mapdetail__body__info__detail__saleInfo span {
    display: block;
    margin: 5px 10px 0; }

.p-maplocation {
  line-height: 1.6; }
  .p-maplocation img {
    width: 100%;
    height: auto; }

.p-maplocation__setting ul {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.p-maplocation__setting li {
  position: relative;
  width: 30%;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .p-maplocation__setting li {
      width: 40%;
      margin-bottom: 60px; } }
  .p-maplocation__setting li:nth-child(2n + 1) {
    margin-right: 10%; }
  .p-maplocation__setting li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 40%;
    right: -18%;
    width: 24px;
    height: 24px;
    border-top: 4px solid #e72a29;
    border-right: 4px solid #e72a29;
    transform: rotate(45deg); }
    @media screen and (max-width: 768px) {
      .p-maplocation__setting li:not(:last-child):after {
        top: 35%;
        right: -14%;
        width: 16px;
        height: 16px;
        border-top-width: 3px;
        border-right-width: 3px; } }

.p-maplocation__setting li div {
  margin-bottom: 16px; }

.p-maplocation__setting.col3 li {
  margin-right: 5%; }
  @media screen and (max-width: 768px) {
    .p-maplocation__setting.col3 li {
      margin-right: 10%; } }
  .p-maplocation__setting.col3 li:not(:last-child):after {
    right: -10%; }
    @media screen and (max-width: 768px) {
      .p-maplocation__setting.col3 li:not(:last-child):after {
        right: -14%; } }
  .p-maplocation__setting.col3 li:last-child {
    margin-right: 0; }

.p-maplocation__browser ul {
  margin: 40px 0 40px;
  text-align: center; }

.p-maplocation__browser li {
  position: relative;
  width: 60%;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .p-maplocation__browser li {
      width: 90%; } }
  .p-maplocation__browser li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    width: 24px;
    height: 24px;
    border-top: 4px solid #e72a29;
    border-right: 4px solid #e72a29;
    transform: rotate(135deg) translateX(50%); }

.p-maplocation__browser li div {
  margin-bottom: 16px; }

/* .p-mapstorelist ul {
  display: flex;
  flex-wrap: wrap; }

.p-mapstorelist li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.1);
  width: calc(25% - 30px);
  height: auto;
  margin: 0 40px 40px 0; }
  @media screen and (max-width: 768px) {
    .p-mapstorelist li {
      width: 45%;
      margin: 0 10% 40px 0; }
      .p-mapstorelist li:nth-child(2n) {
        margin: 0 0 40px 0; }
  }
  .p-mapstorelist li a{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px;
  }
  @media screen and (max-width: 768px) {
    .p-mapstorelist li a{
      padding: 24px;
    }
  }
  .p-mapstorelist a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p-mapstorelist li:nth-child(4n) {
    margin: 0 0 40px 0; }
  .p-mapstorelist li::before {
    content: "";
    display: block;
    padding-top: 100%; } */

.p-menu-catelist__box_item--plr_000 a {
  padding-left: 0;
  padding-right: 0; }

.p-newscontent {
  margin-left: auto;
  margin-right: auto; }

.p-notice__box_item--rule ul li {
  margin: 1em 0 0; }
  .p-notice__box_item--rule ul li:first-child {
    margin-top: 0; }
  .p-notice__box_item--rule ul li ul {
    margin: 1em 0 0 1em; }
    .p-notice__box_item--rule ul li ul li {
      margin: 0; }

.p-position-relative {
  position: relative; }

.p-qacontent__header {
  display: flex;
  align-items: baseline; }

.p-qacontent__header__label {
  min-width: 42px;
  padding-right: calc(42px - 1.6em);
  text-align: center; }

.p-qacontent__body {
  display: flex;
  align-items: baseline;
  margin-top: 40px;
  border-top: 1px solid #CFCFD0;
  padding-top: 40px; }

.p-qacontent__body__label {
  min-width: 42px;
  padding-right: calc(42px - 1.6em);
  text-align: center; }

.p-qacontent__footer {
  margin-top: 40px; }

.p-qalist dl {
  display: flex;
  align-items: baseline;
  line-height: 1.6; }

.p-qalist dl dt {
  max-width: 42px;
  min-width: 42px;
  width: 42px;
  padding-right: calc(42px - 1.6em); }

.p-qalist dl dd {
  width: 100%;
  margin-left: 0; }

.p-salonContent object {
  width: 100%; }

.p-salonDescription {
  display: flex; }
  @media screen and (max-width: 768px) {
    .p-salonDescription {
      display: block; } }

.p-salonDescription__image {
  width: 50%;
  min-width: 50%;
  padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .p-salonDescription__image {
      min-width: 0;
      max-width: 100%;
      padding: 0 0 10px 0; } }
  .p-salonDescription__image img {
    width: 100%; }

.p-salonDescription__text {
  width: 100%; }

.p-systemlink__box--custom > ul {
  align-items: none; }

.p-systemlink__box--custom > ul > li a {
  width: 100%; }

.p-systemlink__box--custom .p-columnlist__box_item {
  flex-wrap: nowrap;
  width: 100%;
  height: 100%; }

.p-systemlink__box--custom .p-systemlink__box_item--img {
  width: 80px;
  max-width: 80px;
  min-width: 80px; }

.p-systemlink__box--custom .p-systemlink__box_item--txt {
  width: 100%; }

.p-systemlink__box--custom .p-systemlink__box_item--btn {
  width: 20px;
  max-width: 20px;
  min-width: 20px; }

/* ----------------
MAP NAVIGATION 
---------------- */
.maplocation_link{
  text-align: right;
  margin: 0 1em 1em 0;
}
.maplocation_link a{
  display: inline;
}


.p-table {
  /**
   * /map/law/.../
   * p-table--mapLaw
   */
  /**
   * /map/law/.../shift/
   * p-table--shift
   */ }
  .p-table.p-table--th-vertical-align-top th {
    vertical-align: top; }
  .p-table.p-table--th-vertical-align-middle th {
    vertical-align: middle; }
  .p-table.p-table--th-vertical-align-bottom th {
    vertical-align: bottom; }
  .p-table.p-table--th-vertical-align-text-top th {
    vertical-align: text-top; }
  .p-table.p-table--th-vertical-align-text-bottom th {
    vertical-align: text-bottom; }
  .p-table.p-table--th-vertical-align-baseline th {
    vertical-align: baseline; }
  .p-table.p-table--th-vertical-align-sub th {
    vertical-align: sub; }
  .p-table.p-table--th-vertical-align-super th {
    vertical-align: super; }
  .p-table.p-table--td-vertical-align-top td {
    vertical-align: top; }
  .p-table.p-table--td-vertical-align-middle td {
    vertical-align: middle; }
  .p-table.p-table--td-vertical-align-bottom td {
    vertical-align: bottom; }
  .p-table.p-table--td-vertical-align-text-top td {
    vertical-align: text-top; }
  .p-table.p-table--td-vertical-align-text-bottom td {
    vertical-align: text-bottom; }
  .p-table.p-table--td-vertical-align-baseline td {
    vertical-align: baseline; }
  .p-table.p-table--td-vertical-align-sub td {
    vertical-align: sub; }
  .p-table.p-table--td-vertical-align-super td {
    vertical-align: super; }
  .p-table b {
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .p-table.p-table--mapLaw th {
      width: 230px; } }
  .p-table.p-table--shift .p-table__box {
    white-space: nowrap;
    width: 100%; }
  .p-table.p-table--shift table {
    width: 100%;
    border: solid 1px #cecece; }
  .p-table.p-table--shift th, .p-table.p-table--shift td {
    border: solid 1px #cecece;
    background-color: #fff;
    vertical-align: middle;
    text-align: center; }
  .p-table.p-table--shift thead th[rowspan="2"] {
    font-size: 44px; }
  .p-table.p-table--shift tbody td {
    padding: 6px; }
    .p-table.p-table--shift tbody td p {
      font-size: 13px; }

.p-tit.p-tit--flexWrap__wrap {
  flex-wrap: wrap; }
