@charset "UTF-8";

/* リセットCSS
---------------------------------------------------------------------------- */
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, 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;
}
img { border: 0; vertical-align: bottom;}
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;
}

th, td {
  text-align: left;
}


/* Webフォント
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2"),url("../fonts/NotoSansJP-Thin.woff") format("woff"), url("../fonts/NotoSansJP-Thin.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"),url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-DemiLight.woff2") format("woff2"),url("../fonts/NotoSansJP-DemiLight.woff") format("woff"), url("../fonts/NotoSansJP-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"),url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}


/* General Elements
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1;
  color: #111;
}

input,
select,
textarea,
button {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1;
}

a {
  color: #cf578a;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #f593bc;
}

a:active,
a:visited,
a:focus {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}


/* header
---------------------------------------------------------------------------- */
header {
}

.l-header {
  position: fixed;
  height: 56px;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(102,102,102,.3);
}

.l-header-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 75px;
}

.l-header-logo {
}

.l-header-logo a {
  display: block;
  padding: 19px 0;
  transition: all 0.2s ease;
}

.l-header-logo a:hover {
  opacity: 0.7;
}

.l-header-logo a img {
  height: 12px;
}

.l-header-menu {
  width: 56px;
  height: 56px;
  text-align: center;
}

.l-header-cartLink {
  width: 56px;
  height: 56px;
  text-align: center;
}

.l-header-cartLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease;
}

.l-header-cartLink a:hover {
  opacity: 0.7;
}

.l-header-cartLink a svg {
  width: 30px;
}

.l-header-menu span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #666;
  left: 50%;
  margin-left: -10px;
}

.l-header-menu a {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header-menu span:first-child {
  top: 21px;
}

.l-header-menu span:nth-child(2) {
  top: 29px;
}

.l-header-menu span:last-child {
  top: 37px;
}

@media screen and (max-width: 768px) {

  .l-header-content {
    max-width: inherit;
    width: 100%;
    padding: 0 5%;
  }
}


/* nav
---------------------------------------------------------------------------- */
nav {
  width: 100%;
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
  nav {
    /*display: none;*/
  }
}


/* .l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
}

@media screen and (max-width: 768px) {
  .l-pageBody {
  }
}


/* footer
---------------------------------------------------------------------------- */
footer {
}

.l-footer {
  position: relative;
  margin: 80px auto 16px;
  max-width: 1050px;
  padding: 1px 0 1px;
}

.l-footer.search {
  display: none;
}

.l-footer:before {
  position: absolute;
  content: "";
  background: #ccc;
  height: 1px;
  width: calc(100% - 60px);
  left: 0;
  top: 0;
}

.l-footer-primaryLinkEn {
  display: block;
  font-family: Optima,Arsenal,sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
}

.l-footer-primaryLink {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: bottom;
  text-align: center;
}

.l-footer-primaryItem:nth-child(n + 2) {
  margin-left: 32px;
}

.l-footer-primaryLinkJa {
  display: block;
  margin-top: .125rem;
  margin-top: 2px;
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #707070;
}

.l-footer-primaryList {
  line-height: 1.5;
}

.l-footer-secondaryList {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-size: 12px;
  margin-bottom: 40px;
}

.l-footer-secondaryLink {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
}

.l-footer-secondaryItem:nth-child(n + 2) {
  margin-left: 16px;
}

.l-footer-socialList {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Optima,Arsenal,sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.l-footer-socialItem {
  display: inline-block;
  margin-top: 10px;
}

.l-footer-socialItem:nth-child(n+2):before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.l-footer-socialLink {
  padding: 8px 0;
  color: #666;
}

.l-footer a:hover {
  color: #666;
}

.l-footer-content {
  position: relative;
}

.l-footer-totop {
  position: absolute;
  width: 45px;
  height: 45px;
  border: solid 1px #000;
  right: 0;
  top: -47px;
}

.l-footer-totop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer-totop a:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 19px;
  margin-left: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #848484;
  border-right: 1px solid #848484;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  footer {
  }

  .l-footer-totop {
    display: none;
  }

  .l-footer {
    margin: 0 auto;
    max-width: inherit;
    padding: 30px 0 10px;
    width: 90%;
  }

  .l-footer.search {
    display: block;
  }

  .l-footer.search:after {
    content: "";
    display: block;
    width: 100vw;
    height: 6px;
    background: rgba(217, 215, 232, 0.56);
    position: absolute;
    top: 0;
    left: -19px;
  }

  .l-footer:before {
    display: none;
  }

  .l-footer-primaryItem:nth-child(n + 2) {
    margin: 0;
  }

  .l-footer-primaryLinkJa {
    display: inline-block;
  }

  .l-footer-primaryLinkEn {
    display: inline-block;
    margin-right: 20px;
  }

  .l-footer-secondaryList {
    display: block;
    margin-top: 50px;
  }

  .l-footer-secondaryItem:nth-child(n + 2) {
    margin: 0;
  }

  .l-footer-socialList {
    text-align: left;
    font-size: 12px;
  }

  .l-footer-socialItem {
    display: inline-block;
  }
}


/* Common Parts
---------------------------------------------------------------------------- */
/*--------- .clearfix ---------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*--------- .m-container ---------*/
.m-container {
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px){
  .m-container {
    max-width: inherit;
    padding: 0 15px;
  }
}


/*--------- .m-flex ---------*/
.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*flex-wrap: wrap;*/
}

.m-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {

  .m-flex-center {
    display: block;
  }

}


/*--------- sp pc ---------*/

.nopc {
  display: none;
}

@media screen and (max-width: 768px) {

  .nosp {
    display: none;
  }

  .nopc {
    display: block;
  }


}


/*--------- .m-search-box ---------*/
.m-search-box {
  position: relative;
  margin: -70px auto 0;
  max-width: 1050px;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .3);
  z-index: 10;
}

.m-search-box .title {
  float: left;
  margin-right: 15px;
  padding-right: 35px;
  padding-bottom: 20px;
  color: #5e253e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.m-search-box .title:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #BCBBD2;
  position: absolute;
  top: 4px;
  right: 0;
}

select::-ms-expand {
  display: none;
}

.m-search-box .tab-list {
  padding: 2px 0 0;
  float: left;
}

.m-search-box .tab-list li {
  display: none;
  padding-left: 15px;
  color: #cf578a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.m-search-box .tab-list li:hover {
  color: #f593bc;
}

.m-search-box .tab-list li.is-keyword,
.m-search-box .tab-list li.is-area {
  display: block;
  cursor: pointer;
}

.m-search-box .tab-list li:first-child {
  background: url(../images/common/icon_area_search_off.svg) no-repeat center left / 10px 10px;
  transition: all 0.2s ease;
}

.m-search-box .tab-list li:first-child:hover {
  background: url(../images/common/icon_area_search_on.svg) no-repeat center left / 10px 10px;
}

.m-search-box .tab-list li:nth-child(2) {
  background: url(../images/common/icon_area_off.svg) no-repeat center left / 10px 14px;
  transition: all 0.2s ease;
}

.m-search-box .tab-list li:nth-child(2):hover {
  background: url(../images/common/icon_area_on.svg) no-repeat center left / 10px 14px;
}

.m-search-box .tab-box {
  float: left;
  width: 76%;
}

.m-search-box .tab-box .options {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.m-search-box .tab-box .options select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  padding: 0 15px;
  margin-right: 1%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../images/common/icon_select.svg),#F4F4F4;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
}

.m-search-box .tab-box .options select:nth-of-type(1) {
  width: 36%;
}

.m-search-box .tab-box .options select:nth-of-type(2) {
  width: 20%;
}

.m-search-box .tab-box .options select:nth-of-type(3) {
  display: none;
  width: 20%;
}

.m-search-box .tab-box .options .checkbox {
  width: 20%;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"] {
  display: none;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  padding-left: 34px;
  height: 44px;
  border: 1px solid #D9D8E4;
  border-radius: 5px;
  cursor: pointer;
  color: #5e253e;
  font-size: 14px;
  position: relative;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:before,
.m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:before {
  width: 13px;
  height: 13px;
  border: 2px solid #C9C8D4;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"]:checked + label:before {
  background: #cf578a;
  border: 2px solid #cf578a;
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:after {
  width: 3px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #C9C8D4;
  border-bottom: 2px solid #C9C8D4;
  top: 0;
  left: 16px;
  bottom: 0;
  transform: rotate(40deg);
}

.m-search-box .tab-box .options .checkbox input[type="checkbox"]:checked + label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.m-search-box .tab-box .options input[type="text"] {
  margin: 0;
  padding: 0 12px 0 32px;
  border-radius: 22px;
  border: 1px solid #BFBED3;
  width: 42%;
  height: 44px;
  outline: none;
  color: #5e253e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;

  background: url(../images/common/icon_area_search_off.svg) no-repeat center left 14px / 11px 11px;
}

.m-search-box .tab-box .options input[type="text"]::placeholder {
  color: #8787A8;
}

.m-search-box .submit {
  float: right;
  width: 22.3%;
}

.m-search-box .submit a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cf578a;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 5px;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.m-search-box .submit a:hover {
  background: #f593bc;
}

.m-search-box .submit a span {
  display: inline-block;
  padding-right: 15px;
  background: url(../images/common/icon_search_arrow.svg) no-repeat;
  background-position: right center;
}


@media screen and (max-width: 768px) {
  .m-search-box {
    max-width: inherit;
    width: 90%;
    padding: 20px 15px 18px 15px;
    margin-bottom: 30px;
  }

  .m-search-box .title {
    padding-right: 12px;
    padding-bottom: 18px;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-search-box .title:before {
    top: 2px;
  }

  .m-search-box .tab-list {
    float: right;
    padding-top: 1px;
  }

  .m-search-box .tab-list li {
    font-size: 1.6rem;
  }

  .m-search-box .tab-box {
    float: inherit;
    width: 100%;
  }

  .m-search-box .tab-box .options {
    display: block;
  }

  .m-search-box .tab-box .options select {
    display: block;
    margin: 0 0 10px;
  }

  .m-search-box .tab-box .options select:nth-of-type(1) {
    width: 100%;
  }

  .m-search-box .tab-box .options select:nth-of-type(2) {
    width: 100%;
  }

  .m-search-box .tab-box .options select:nth-of-type(3) {
    width: 100%;
  }

  .m-search-box .tab-box .options .checkbox {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"] {
    display: none;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    padding-left: 34px;
    height: 44px;
    border: 1px solid #D9D8E4;
    border-radius: 5px;
    cursor: pointer;
    color: #5e253e;
    font-size: 14px;
    position: relative;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:before,
  .m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:after {
    content: "";
    display: block;
    position: absolute;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:before {
    width: 13px;
    height: 13px;
    border: 2px solid #C9C8D4;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"]:checked + label:before {
    background: #cf578a;
    border: 2px solid #cf578a;
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"] + label:after {
    width: 3px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #C9C8D4;
    border-bottom: 2px solid #C9C8D4;
    top: 0;
    left: 16px;
    bottom: 0;
    transform: rotate(40deg);
  }

  .m-search-box .tab-box .options .checkbox input[type="checkbox"]:checked + label:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .m-search-box .tab-box .options input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-search-box .submit {
    float: inherit;
    width: 100%;
  }

  .m-search-box .submit a {
    transition: none;
  }

  .m-search-box .submit a:hover {
    background: #cf578a;
  }
}

@media screen and (max-width: 375px) {
  .m-search-box .title {
    padding-right: 18px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .m-search-box .tab-list li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  .m-search-box {
    margin-top: -50px;
  }

  .m-search-box .title {
    padding-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-search-box .title:before {
    top: 1px;
  }

  .m-search-box .tab-list li {
    font-size: 1.4rem;
  }
}
.mfp-content a{
    color:inherit;
    text-decoration:none
}

/*--------- .m-mv ---------*/
.m-mv {
  position: relative;
  padding: 28px 0 108px 0;
  background: url(../images/common/bg_head_new.png) no-repeat top center / cover;
}

.m-mv.single {
  position: relative;
  padding: 60px 0 108px 0;
  background: url(../images/common/bg_head.png) no-repeat top center / cover;
}

.m-mv:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-mv .title {
  padding-top: 50px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.45;
  color: #5e253e;
}

.m-mv .description {
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e253e;
}

.m-mv .breadcrumbs {
  font-size: 0;
}

.m-mv .breadcrumbs li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8789A8;
}

.m-mv .breadcrumbs li:before {
  position: absolute;
  content: "";
  top: 4px;
  right: 7px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #8789A8;
  border-right: 1px solid #8789A8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-mv .breadcrumbs li:last-child:before {
  display: none;
}

/* サロン詳細 */
.m-mv.single {
  padding-bottom: 49px;
}

.m-mv.single .title {
  padding-top: 30px;
}

.m-mv.single.is-nodescription {
  padding-bottom: 29px;
}

.m-mv.single.is-nodescription .description {
  display: none;
}

/* 検索結果 */
.m-mv.search {
  max-width: 530px;
  min-height: 166px;
  padding: 56px 30px 0;
/*  margin-top: 56px; */
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .3);
  position: relative;
  z-index: 2;
}

.m-mv.search .title {
  padding-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-mv.search .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-search.is-nodescription .m-mv.search {
  min-height: 93px;
}

.p-search.is-nodescription .m-mv.search .description {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-mv {
    padding: 56px 0 90px 0;
    background: url(../images/common/bg_head_sp.jpg) no-repeat top center / cover;
  }

  .m-mv .title {
    padding-top: 30px;
    font-size: 2rem;
  }

  .m-mv .description {
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* サロン詳細 */
  .m-mv.single {
    min-height: inherit;
    padding-bottom: 30px;
  }

  .m-mv.single.is-nodescription {
    min-height: inherit;
    padding: 56px 0 27px 0;
  }

  /* 検索結果 */
  .m-mv.search {
    max-width: inherit;
    width: 100%;
    min-height: 183px;
    padding: 28px 15px;
    box-shadow: none;
  }

  .m-mv.search .title {
    padding-top: 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 375px) {
  .m-mv {
    background: url(../images/common/bg_head_sp.jpg) no-repeat top 56px center /  auto 194px;
  }

  .m-mv.search {
    background: url(../images/common/bg_head_sp.jpg) no-repeat top center /  auto 194px;
  }
}

.m-button-add {
  margin: 17px 0 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #cf578a;
  float: left;
  transition: color 0.2s ease;
}

.m-button-add:hover {
  color: #f593bc;
}

.m-button-add span {
  display: inline-block;
  padding: 3px 0 3px 26px;
  background: url(../images/common/icon_plus_off.svg) no-repeat center left / 18px 18px;
  transition: background 0.2s ease;
}

.m-button-add:hover span {
  background: url(../images/common/icon_plus_on.svg) no-repeat center left / 18px 18px;
}

@media screen and (max-width: 768px) {
  .m-button-add {
    width: 100%;
    margin: 12px 0 0 0;
    text-align: center;
    transition: none;
  }

  .m-button-add:hover {
    color: #cf578a;
  }

  .m-button-add span {
    transition: none;
  }

  .m-button-add span {
    padding-left: 24px;
    background: url(../images/common/icon_plus_off.svg) no-repeat center left / 14px 14px;
  }

  .m-button-add:hover span {
    background: url(../images/common/icon_plus_off.svg) no-repeat center left / 14px 14px;
  }
}


/*--------- .m-list-box ---------*/

.m-list-box {
  padding-top: 80px;
}

.m-list-box .container {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.m-list-box .head {
  padding-bottom: 25px;
}

.m-list-box .head .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5e253e;
  float: left;
}

.m-list-box .head .result {
  padding: 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #548354;
  float: left;
}

.m-list-box ul li a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  border-top: solid 1px #D9D8E4;
  position: relative;
}

.m-list-box ul li:last-child a {
  border-bottom: solid 1px #D9D8E4;
}

.m-list-box ul li a:hover {
  position: relative;
  border-top: solid 1px #fff;
}

.m-list-box ul li:last-child a:hover {
  position: relative;
  border-bottom: solid 1px #fff;
}

.m-list-box ul li a:before {
  content: "";
  display: block;
  width: 820px;
  height: 100%;
  margin-left: -410px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 0 4px 0 rgba(102,102,102,.4);
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.m-list-box ul li a:hover:before,
.m-list-box ul li:last-child a:hover:before {
  opacity: 1;
}

.m-list-area {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6B6B95;
  z-index: 10;
}

.m-list-box ul li a .tags {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6B6B95;
  background: url(../images/common/icon_tag.svg) no-repeat;
  background-position: left center;
  z-index: 10;
}

.m-list-box ul li a .tags span {
  display: inline-block;
  padding: 0 0 0 10px;
}

.m-list-shop {
  position: relative;
  padding: 7px 0 15px;
  color: #cf578a;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
  z-index: 10;
}

.m-list-shop span {
  position: relative;
  padding-right: 15px;
  transition: all 0.2s ease;
}

.m-list-shop span:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-list-box ul li a:hover .m-list-shop span {
  color: #f593bc;
}

.m-list-box ul li a:hover .m-list-shop span:after {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

.m-link-all {
  display: block;
  margin-top: 3px;
  float: right;
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.m-link-all.area {
  margin-top: 18px;
}

.m-link-all:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.m-link-all:hover:before {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

@media screen and (max-width: 768px) {
  .m-list-box {
    padding: 20px 0;
    border-bottom: solid 6px rgba(217, 215, 232, 0.5);
  }

  .m-list-box:last-of-type {
    padding-bottom: 40px;
  }

  .m-list-box .container {
    max-width: inherit;
    padding: 0 15px;
  }

  .m-list-box .head {
    padding-bottom: 13px;
  }

  .m-list-box .head .title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-list-box .head .result {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px;
  }

  .m-list-box ul li a {
    padding: 15px 0;
  }

  .m-list-box ul li:first-child a {
    border-top: none;
  }

  .m-list-box ul li a:before {
    display: none;
  }

  .m-list-area {
    font-size: 1.3rem;
  }

  .m-list-shop {
    font-size: 1.7rem;
  }

  .m-list-box ul li a .tags {
    font-size: 1.3rem;
  }

  .m-list-shop span {
    padding-right: 13px;
  }

  .m-list-shop span:after {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    left: 0;
    right: auto;
    bottom: auto;
    transition: none;
  }

  .m-list-box ul li a:hover .m-list-shop span {
    color: #cf578a;
  }

  .m-list-box ul li a:hover .m-list-shop span:after {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .m-link-all {
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .m-link-all.area {
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .m-link-all:before {
    top: 4px;
    transition: none;
  }

  .m-link-all:hover:before {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .m-link-all a:hover {
    color: #cf578a;
  }
}


/*--------- .m-area-box ---------*/

.m-area-box {
  padding-top: 28px;
}

.m-area-box .tab.pc ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-area-box .tab.pc ul li {
  padding: 0 20px;
  margin-top: 22px;
  border-right: 1px solid #D9D8E4;
}

.m-area-box .tab.pc ul li:first-of-type {
  border-left: 1px solid #D9D8E4;
}

.m-area-box .tab.pc ul li span {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  color: #807fa7;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: center;
  position: relative;
}

.m-area-box .tab.pc ul li span:hover,
.m-area-box .tab.pc ul li span.is-current {
  color: #cf578a;
  font-weight: bold;
}

.m-area-box .tab.pc ul li span:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #cf578a;
  position: absolute;
  left: 0;
  bottom: -7px;
  opacity: 0;
}

.m-area-box .tab.pc ul li span:hover:before,
.m-area-box .tab.pc ul li span.is-current:before {
  opacity: 1;
}

.m-area-box .tab.sp {
  display: none;
}

.m-area-box .tab-box .heading {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 35px;
}

.m-area-box .tab-box .heading h2 {
  margin-top: 15px;
  color: #5e253e;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height:  1.35;
}

.m-area-box .tab-box .heading span {
  margin-top: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.m-area-box .tab-box .heading span:before {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-area-box .tab-box .heading span:hover:before {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

.m-area-box .tab-box .heading span a {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #cf578a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.38;
}

.m-area-box .tab-box .heading span:hover a {
  color: #f593bc;
}

.m-area-box .tab-box .list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #D9D8E4;
}

.m-area-box .tab-box .list:nth-of-type(2) {
  border-top: 1px solid #D9D8E4;
}

.m-area-box .tab-box .list .todou,
.m-area-box .tab-box .list .city {
  padding: 30px 0 15px 0;
}

.m-area-box .tab-box .list .todou {
  width: 170px;
}

.m-area-box .tab-box .list .city {
  width: calc(100% - 192px);
  margin-left: 22px;
}

.m-area-box .tab-box .list .city ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-area-box .tab-box .list .city ul li {
  width: 125px;
  margin-left: 18px;
  margin-bottom: 15px;
}

.m-area-box .tab-box .list .todou a,
.m-area-box .tab-box .list .city a {
  display: inline-block;
  color: #cf578a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.38;
}

.m-area-box .tab-box .list .todou a:hover,
.m-area-box .tab-box .list .city a:hover {
  color: #f593bc;
}

.m-area-box .tab-box .list .todou a span,
.m-area-box .tab-box .list .city a span {
  display: inline;
  padding-right: 15px;
  position: relative;
}

.m-area-box .tab-box .list .todou a span:before,
.m-area-box .tab-box .list .city a span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 7.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-area-box .tab-box .list .todou a:hover span:before,
.m-area-box .tab-box .list .city a:hover span:before {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

.m-area-box .back {
  display: block;
  margin-top: 18px;
}

.m-area-box .back a {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.m-area-box .back a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.m-area-box .back a:hover:before {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

@media screen and (max-width: 768px) {
  .m-area-box {
    padding-top: 20px;
  }

  .m-area-box .tab.pc {
    display: none;
  }

  .m-area-box .tab.sp {
    display: block;
  }

  .m-area-box .tab.sp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    margin-right: 1%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    color: #5e253e;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/common/icon_select.svg),#F4F4F4;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 10px center;
  }

  .m-area-box .tab-box .heading {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .m-area-box .tab-box .heading span {
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .m-area-box .tab-box .heading span:before {
    width: 4px;
    height: 4px;
  }

  .m-area-box .tab-box .heading span:hover:before {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .m-area-box .tab-box .heading span a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-area-box .tab-box .heading span:hover a {
    color: #cf578a;
  }

  .m-area-box .tab-box .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-area-box .tab-box .list .todou {
    width: 100%;
    padding: 20px 0;
  }

  .m-area-box .tab-box .list .city {
    width: 100%;
    padding: 0 0 10px 0;
    margin-left: 0;
  }

  .m-area-box .tab-box .list .city ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-area-box .tab-box .list .city ul li {
    width: calc(50% - 7.5px);
    margin-left: 0;
    margin-bottom: 10px;
  }

  .m-area-box .tab-box .list .city a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-area-box .tab-box .list .todou a:hover,
  .m-area-box .tab-box .list .city a:hover {
    color: #cf578a;
  }

  .m-area-box .tab-box .list .todou a span,
  .m-area-box .tab-box .list .city a span {
    display: inline;
    padding-right: 10px;
    position: relative;
  }

  .m-area-box .tab-box .list .todou a span:before,
  .m-area-box .tab-box .list .city a span:before {
    width: 4px;
    height: 4px;
  }

  .m-area-box .tab-box .list .city a span:before {
    bottom: 6.5px;
  }

  .m-area-box .tab-box .list .todou a:hover span:before,
  .m-area-box .tab-box .list .city a:hover span:before {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .m-area-box .back {
    margin-top: 20px;
  }

  .m-area-box .back a {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-area-box .back a:hover {
    color: #cf578a;
  }

  .m-area-box .back a:before {
    width: 4px;
    height: 4px;
  }

  .m-area-box .back a:hover:before {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }
}

/* サロン詳細
---------------------------------------------------------------------------- */
.m-shop-box .container {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.m-shop-box {
  padding-top: 60px;
}

.m-shop-name {
  padding: 10px 0 25px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5e253e;
}

.m-shop-address {
  display: flex;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e253e;
  line-height: 1.35;
}

.m-shop-address strong {
  width: 78px;
  margin-right: 14px;
  color: #807FA7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}

.m-shop-address strong:before {
  content: "";
  width: 1px;
  height: calc(100% - 6px);
  margin: auto;
  background: #BCBBD2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.m-shop-address span {
  width: calc(100% - 92px);
}

.m-shop-phone {
  display: flex;
  padding-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e253e;
  line-height: 1.35;
}

.m-shop-phone strong {
  width: 78px;
  margin-right: 14px;
  color: #807FA7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}

.m-shop-phone strong:before {
  content: "";
  width: 1px;
  height: calc(100% - 6px);
  margin: auto;
  background: #BCBBD2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.m-shop-phone span {
  width: calc(100% - 92px);
}

.m-shop-remark {
  margin-top: 20px;
  margin-bottom: 30px;
}

.m-shop-remark.pc {
  display: block;
}

.m-shop-remark.sp {
  display: none;
}

.m-shop-remark ul {
  list-style: none;
}

.m-shop-remark ul li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
}

.m-shop-detail {
  position: relative;
  margin: 20px 0 40px;
  padding: 55px 0 0;
}

.m-shop-map {
  height: 400px;
}

.m-shop-map #gmap {
  width: 100%;
  height: 100%;
}

.m-shop-map iframe {
  width: 100%;
  height: 400px;
}

.m-shop-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.m-shop-info li {
  position: relative;
  padding: 0 18px 0 20px;
  float: left;
}

.m-shop-info li:nth-child(2) {
  background: url(../images/single/icon_address_off.svg) no-repeat center left / 12px;
  transition: all 0.2s ease;
}

.m-shop-info li:nth-child(2):hover {
  background: url(../images/single/icon_address_on.svg) no-repeat center left / 12px;
}

.m-shop-info li:last-child a{
  padding-left: 40px;
  background: url(../images/single/icon_site_off.svg) no-repeat center left 18px / 15px;
  transition: all 0.2s ease;
}

.m-shop-info li.no-info {
  padding-left: 40px;
  background: url(../images/single/icon_site_on.svg) no-repeat center left 18px / 15px;
  transition: all 0.2s ease;
}

.m-shop-info li:last-child:hover {
  /*background: url(../images/single/icon_site_on.svg) no-repeat center left 18px / 15px;*/
}

.m-shop-info li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #BCBBD2;
  right: 0;
  top: 4px;
}

.m-shop-info li:last-child:before {
  display: none;
}

.m-shop-info li a {
  color: #cf578a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.2s ease;
}

.m-shop-info li a:hover {
  color: #f593bc;
}

.m-shop-share {
  margin-left: 6px;
}

.m-shop-share li {
  margin-left: 6px;
  width: 110px;
  height: 28px;
  border: solid 1px #D9D8E4;
  border-radius: 4px;
  float: left;
}

.m-shop-share li a {
  display: inline-block;
  padding: 6px 0 6px 23px;
}

.m-shop-share li:first-child a {
  background: url(../images/single/icon_mail_off.svg) no-repeat center left 7px / 15px;
  transition: all 0.2s ease;
}

.m-shop-share li:first-child:hover a {
  background: url(../images/single/icon_mail_on.svg) no-repeat center left 7px / 15px;
}

.m-shop-share li:last-child a {
  background: url(../images/single/icon_line_off.svg) no-repeat center left 5px / 21px;
  transition: all 0.2s ease;
}

.m-shop-share li:last-child:hover a {
  background: url(../images/single/icon_line_on.svg) no-repeat center left 5px / 21px;
}

.m-shop-share li a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.2s ease;
}

.m-shop-share li a:hover {
  color: #f593bc;
}

.m-shop-brand {
  padding: 30px;
  background: #F8F8F9;
  border-radius: 5px;
}

.m-shop-head {
  padding-bottom: 20px;
  color: #5e253e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.m-shop-list li {
  position: relative;
  padding: 0 0 10px 13px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e253e;
}

.m-shop-list li:last-child {
  padding-bottom: 0;
}

.m-shop-list li:before {
  position: absolute;
  content: "";
  background: #BCBCD0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 768px){

  .m-shop-box .container {
    max-width: inherit;
    padding: 0 15px;
  }

  .m-shop-box {
    padding: 30px 0;
    border-bottom: solid 6px rgba(217, 215, 232, 0.5);
  }

  .m-shop-name {
    padding: 5px 0 10px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-shop-address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46;
  }

  .m-shop-address strong {
    width: 64px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .m-shop-address strong:before {
    height: calc(100% - 5px);
  }

  .m-shop-address span {
    width: calc(100% - 92px);
  }

  .m-shop-phone {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46;
  }

  .m-shop-phone strong {
    width: 64px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .m-shop-phone strong:before {
    height: calc(100% - 5px);
  }

  .m-shop-phone span {
    width: calc(100% - 92px);
  }

  .m-shop-remark {
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .m-shop-remark.pc {
    display: none;
  }

  .m-shop-remark.sp {
    display: block;
  }

  .m-shop-remark ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-shop-detail {
    padding: 0;
    margin-bottom: 20px;
  }

  .m-shop-map {
    height: 250px;
    margin-bottom: 17px;
  }

  .m-shop-map iframe {
    height: 250px;
  }

  .m-shop-block {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .m-shop-info li {
    padding: 0;
    width: 33.3%;
  }

  .m-shop-info li a {
    display: block;
    padding: 30px 0 5px;
    text-align: center;
    font-size: 1.2rem;
    transition: none;
  }

  .m-shop-info li a:hover {
    color: #cf578a;
  }

  .m-shop-info li:before {
    height: 100%;
    top: 0;
  }

  .m-shop-info {
    margin-bottom: 20px;
  }

  .m-shop-info li:first-child {
    background: url(../images/single/icon_phone.svg) no-repeat top 8px center / 16px;
  }

  .m-shop-info li:nth-child(2), .m-shop-info li:nth-child(2):hover {
    background: url(../images/single/icon_address_off.svg) no-repeat top 8px center / 13px;
    transition: none;
  }

  .m-shop-info li:last-child, .m-shop-info li:last-child:hover {
    padding: 0;
    background: url(../images/single/icon_site_off.svg) no-repeat top 10px center / 20px;
    transition: none;
  }
  .m-shop-info li.no-info, .m-shop-info li.no-info:hover {
    padding: 0;
    background: url(../images/single/icon_site_on.svg) no-repeat top 10px center / 20px;
    transition: none;
  }

  .m-shop-share {
    margin-left: 0;
  }

  .m-shop-share li {
    margin: 0;
    width: 46%;
    max-width: 170px;
    float: inherit;
    display: inline-block;
  }

  .m-shop-share {
    font-size: 0;
    text-align: center;
  }

  .m-shop-share li:first-child {
    margin-right: 4%;
  }

  .m-shop-share li a {
    display: inline-block;
    padding-left: 25px;
    transition: none;
  }

  .m-shop-share li a:hover {
    color: #cf578a;
  }

  .m-shop-share li:last-child a, .m-shop-share li:last-child:hover a {
    background: url(../images/single/icon_line_off.svg) no-repeat center left / 21px;
    transition: none;
  }

  .m-shop-share li:first-child a, .m-shop-share li:first-child:hover a {
    background: url(../images/single/icon_mail_off.svg) no-repeat center left 5px / 15px;
    transition: none;
  }

  .m-shop-brand {
    padding: 15px;
  }

  .m-shop-head {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .m-shop-list li {
    padding: 0 0 7px 10px;
    font-size: 1.3rem;
  }


}

/* ホーム
---------------------------------------------------------------------------- */
.p-home {
}

.p-home-modal-brands,
.p-home-modal-search {
  width: 100%;
  /*max-width: 800px;
  margin: 0 auto;*/
  background: #fff;
  border-radius: 5px;
}

.p-home-modal-brands .texts {
  padding: 40px 40px 35px 40px;
}

.p-home-modal-brands .texts .title {
  color: #5e253e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.p-home-modal-brands .texts .description {
  margin-top: 15px;
  color: #5e253e;
  font-size: 16px;
  line-height: 1.63;
}

.p-home-modal-brands .buttons {
  padding: 25px 40px 20px 40px;
  border-top: 1px solid #D9D8E4;
}

.p-home-modal-brands .buttons a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  background: #cf578a;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.p-home-modal-brands .buttons a:hover {
  opacity: 0.7;
}

.p-home-modal-brands .buttons a span {
  display: inline-block;
  padding: 11px 22px 12px 0;
  background: url(../images/common/icon_blank_white.svg) no-repeat center right / 12px 10px;
}

.p-home-modal-brands .buttons p {
  margin-top: 10px;
  text-align: center;
}

.p-home-modal-brands .buttons p span {
  display: inline-block;
  padding: 2px 0 2px 16px;
  background: url(../images/common/icon_modal_close.svg) no-repeat top 6px left / 11.5px 11.5px;
  cursor: pointer;
  color: #cf578a;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.p-home-modal-brands .buttons p span:hover {
  opacity: 0.7;
}

.p-home-modal-search .texts {
  /*padding: 40px 40px 35px 40px;*/
}

.p-home-modal-search .texts .title {
  color: #5e253e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.p-home-modal-search .texts .flex {
  display: flex;
}

.p-home-modal-search .texts .flex .checkbox {
  margin-top: 14px;
  margin-right: 50px;
  position: relative;
}

.p-home-modal-search .texts .flex .checkbox:last-child {
  margin-right: 0;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] {
  display: none;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] + label {
  padding-left: 24px;
  cursor: pointer;
  color: #5e253e;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"]:checked + label {
  font-weight: 700;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] + label:before,
.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] + label:before {
  width: 13px;
  height: 13px;
  border: 2px solid #D6D4E4;
  top: 4px;
  left: 0;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"]:checked + label:before {
  background: #cf578a;
  border: 2px solid #cf578a;
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"] + label:after {
  width: 3px;
  height: 8px;
  border-right: 2px solid #C9C8D4;
  border-bottom: 2px solid #C9C8D4;
  top: 6px;
  left: 6px;
  transform: rotate(40deg);
}

.p-home-modal-search .texts .flex .checkbox input[type="checkbox"]:checked + label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-home-modal-search .texts .flex .checkbox p {
  margin-top: 15px;
}

.p-home-modal-search .texts .flex .checkbox p span {
  display: inline-block;
  padding: 1px 0 1px 22px;
  background: url(../images/common/icon_modal_question_off.svg) no-repeat center left / 15px 15px;
  cursor: pointer;
  color: #cf578a;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.p-home-modal-search .texts .flex .checkbox p span:hover {
  color: #f593bc;
  background: url(../images/common/icon_modal_question_on.svg) no-repeat center left / 15px 15px;
}

.p-home-modal-search .texts .flex .checkbox .balloon {
  display: none;
  width: 100vw;
  max-width: 420px;
  height: 64px;
  padding: 10px 15px;
  background: rgba(17, 17, 46, 0.9);
  border-radius: 4px;
  position: absolute;
  left: -7px;
  bottom: -76px;
  z-index: 2;
}

.p-home-modal-search .texts .flex .checkbox .balloon:before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url(../images/common/icon_modal_search_balloon.svg) no-repeat top left / 16px 17px;
  position: absolute;
  top: -10px;
  left: 7px;
}

.p-home-modal-search .texts .flex .checkbox .balloon span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-home-modal-search .texts .flex .checkbox .balloon .close {
  width: 29px;
  height: 29px;
  background: #fff;
  border: 2px solid #cf578a;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: -14px;
}

.p-home-modal-search .texts .flex .checkbox .balloon .close:before,
.p-home-modal-search .texts .flex .checkbox .balloon .close:after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  margin: auto;
  background: #cf578a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-home-modal-search .texts .flex .checkbox .balloon .close:before {
  transform: rotate(45deg);
}

.p-home-modal-search .texts .flex .checkbox .balloon .close:after {
  transform: rotate(-45deg);
}

.p-home-modal-search .texts .description {
  margin-top: 15px;
  color: #5e253e;
  font-size: 16px;
  line-height: 1.63;
}

.p-home-modal-search .buttons {
  padding: 25px 40px;
  border-top: 1px solid #D9D8E4;
}

.p-home-modal-search .buttons .add {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  background: #cf578a;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.p-home-modal-search .buttons .add:hover {
  opacity: 0.7;
}

.p-home-modal-search .buttons .add span {
  display: inline-block;
  padding: 11px 15px 12px 0;
  background: url(../images/common/icon_search_arrow.svg) no-repeat center right;
}

.p-home-modal-search .buttons .close {
  margin-top: 10px;
  text-align: center;
}

.p-home-modal-search .buttons .close span {
  display: inline-block;
  padding: 2px 0 2px 16px;
  background: url(../images/common/icon_modal_close.svg) no-repeat top 6px left / 11.5px 11.5px;
  cursor: pointer;
  color: #cf578a;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.p-home-modal-search .buttons .close span:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-home-modal-brands .texts {
    padding: 20px 15px;
  }

  .p-home-modal-brands .texts .title {
    font-size: 18px;
    line-height: 1.44;
  }

  .p-home-modal-brands .texts .description {
    font-size: 14px;
    line-height: 1.57;
  }

  .p-home-modal-search .buttons {
    padding: 0 15px 18px 15px;
    border-top: none;
  }

  .p-home-modal-brands .buttons a {
    transition: none;
  }

  .p-home-modal-brands .buttons a:hover {
    opacity: 1;
  }

  .p-home-modal-search .texts {
    padding: 0px 15px 15px 0px;
  }

  .p-home-modal-search .texts .title {
    font-size: 18px;
    line-height: 1.44;
  }

  .p-home-modal-search .texts .flex {
    display: block;
  }

  .p-home-modal-search .texts .flex .checkbox {
    margin-top: 22px;
    margin-right: 0;
  }

  .p-home-modal-search .texts .flex .checkbox:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .p-home-modal-search .texts .flex .checkbox input[type="checkbox"]:checked + label {
    font-weight: 700;
  }

  _:lang(x)+_:-webkit-full-screen-document, .p-home-modal-search .texts .flex .checkbox input[type="checkbox"]:checked + label {
    letter-spacing: -0.06275em;
  }

  .p-home-modal-search .texts .flex .checkbox p span {
    transition: none;
  }

  .p-home-modal-search .texts .flex .checkbox p span:hover {
    color: #cf578a;
    background: url(../images/common/icon_modal_question_off.svg) no-repeat center left / 15px 15px;
  }

  .p-home-modal-search .texts .flex .checkbox .balloon {
    max-width: 100%;
    height: auto;
    padding: 8px 15px;
    background: rgba(17, 17, 46, 0.9);
    top: 58px;
    left: 0;
    bottom: auto;
  }

  .p-home-modal-search .texts .flex .checkbox .balloon:before {
    width: 7px;
    height: 7px;
    background: url(../images/common/icon_modal_search_balloon_sp.svg) no-repeat top left / 14px 14px;
    top: -7px;
  }

  .p-home-modal-search .texts .flex .checkbox .balloon span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46;
  }

  .p-home-modal-search .texts .flex .checkbox .balloon .close {
    width: 21px;
    height: 21px;
    top: -10px;
    right: -10px;
  }

  .p-home-modal-search .texts .flex .checkbox .balloon .close:before,
  .p-home-modal-search .texts .flex .checkbox .balloon .close:after {
    width: 9px;
  }

  .p-home-modal-search .buttons {
    padding: 0 15px 18px 15px;
    border-top: none;
  }
}


/* 検索結果
---------------------------------------------------------------------------- */
.p-search .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: calc(100vh - 56px);
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
}

.p-search .search-box {
  width: 530px;
  height: 142px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .3);
  position: relative;
  z-index: 3;
}

.p-search .search-box h2 {
  color: #5e253e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
}

.p-search .search-box .options .option {
  display: block;
  width: 108px;
  padding-left: 22px;
  background: url(../images/search/icon_option_off.svg) no-repeat top 2px left / 14.5px 12px;
  cursor: pointer;
  color: #cf578a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.p-search .search-box .options .option:hover {
  background: url(../images/search/icon_option_on.svg) no-repeat top 2px left / 14.5px 12px;
  color: #f593bc;
}

.p-search .search-box .options .view {
  display: none;
}

.p-search .search-box .meta .select {
  width: 48.5%;
  margin-top: 14px;
}

.p-search .search-box .meta .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  padding: 11px 24px 11px 14px;
  background: url(../images/common/icon_select.svg) no-repeat center right 10px / 8px 5px, #F4F4F4;
  border: none;
  border-radius: 5px;
  outline: none;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-search .search-box .meta .input {
  width: 48.5%;
  margin-top: 14px;
}

.p-search .search-box .meta .input input[type="text"] {
  width: 106%;
  height: 44px;
  padding: 13px 13px 13px 32px;
  background: url(../images/common/icon_area_search_off.svg) no-repeat center left 14px / 11px 11px, #fff;
  border: 1px solid rgba(128, 127, 167, 0.5);
  border-radius: 22px;
  outline: none;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
}

.p-search .search-box .meta .input input[type="text"]::placeholder {
  color: #8787A8;
}

/* キーワード検索結果 */
.p-search .search-box.is-keyword .meta .select {
  display: none;
}

.p-search .search-box.is-keyword .meta .input {
  width: 100%;
}

.p-search .flex .map-box {
  width: calc(100vw - 530px);
  height: 100%;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}

.p-search .flex .map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-search .flex .map-box #gmap {
  width: 100%;
  height: 100%;
}

.p-search .flex .list-box {
  width: 530px;
  height: calc(100% - 295px);
  margin-top: 295px;
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .3);
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.p-search.is-nodescription .flex .list-box {
  height: calc(100% - 235px);
  margin-top: 235px;
}

.p-search .flex .list-box::-webkit-scrollbar{
  width: 9px;
}
.p-search .flex .list-box::-webkit-scrollbar-track{
  background: #EDEDF6;
}
.p-search .flex .list-box::-webkit-scrollbar-thumb{
  background: #807FA7;
}

.p-search .flex .list-box ul.is-noswipe {
  transform: none !important;
}

.p-search .flex .list-box ul li {
  padding: 17px 20px 17px 30px;
  background: #fff;
  border-top: 1px solid #D9D8E4;
  cursor: pointer;
  outline: none !important;
  position: relative;
  transition: background 0.4s ease;
}

.p-search .flex .list-box ul li.is-current {
  background: #FAF9FE;
}

.p-search .flex .list-box ul li.is-current {
  cursor: auto;
}

.p-search .flex .list-box ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #cf578a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.p-search .flex .list-box ul li.is-current:before {
  width: 8px;
}

.p-search .flex .list-box ul li.title {
  padding: 30px 30px 15px 30px;
  border-top: 1px solid #D9D8E4;
  cursor: auto;
  transition: none;
}

.p-search .flex .list-box ul li.title:hover,
.p-search .flex .list-box ul li.title.is-current {
  background: #fff;
  cursor: auto;
}

.p-search .flex .list-box ul li.title:before {
  display: none;
}

.p-search .flex .list-box ul li.title.is-current:before {
  width: 0;
}

.p-search .flex .list-box ul li.title:first-child {
  border-top: none;
}

.p-search .flex .list-box ul li.title h2 {
  display: inline-block;
  margin-right: 6px;
  color: #5e253e;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.p-search .flex .list-box ul li.title span {
  display: inline-block;
  color: #545483;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-search .flex .list-box ul li > a {
  display: block;
  pointer-events: none;
}

.p-search .flex .list-box ul li a h3 {
  color: #0f0f51;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-search .flex .list-box ul li a h3 span {
  position: relative;
  padding-right: 15px;
  transition: all 0.2s ease;
}

.p-search .flex .list-box ul li a h3 span:hover {
  color: #f593bc;
}

.p-search .flex .list-box ul li a h3 span:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-top: 2px solid #cf578a;
  border-right: 2px solid #cf578a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 0;
  transition: all 0.2s ease;
}

.p-search .flex .list-box ul li a h3 span:hover:after {
  border-top: 2px solid #f593bc;
  border-right: 2px solid #f593bc;
}

.p-search .flex .list-box ul li a .address {
  margin-top: 8px;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.29;
}

.p-search .flex .list-box ul li a .tel {
  margin-top: 6px;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-search .flex .list-box ul li a .tags {
  padding-left: 13px;
  margin-top: 9px;
  background: url(../images/common/icon_tag.svg) no-repeat center left / 9px 9px;
}
.option_flg{
    font-size:16px;
    padding-bottom:20px;
    padding-top:20px;
}
.p-search .flex .list-box ul li a .tags span {
  display: inline-block;
  color: #6B6B95;
  font-size: 11px;
  font-size: 1.1rem;
}
div.sommelier_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 2px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
div.priest_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 2px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
div.ec_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 2px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
.sommelier_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 0px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
.priest_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 0px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
.ec_flg{
    color: #6B6B95;
    border: solid 1px #6B6B95;
    border-radius: 12px;
    padding: 0px 8px 2px 8px;
    font-size: 1.1rem;
    content: initial;
}
.p-search .flex .list-box ul li a .tags span.last_brand:after {
  content: "　";
}

.p-search .flex .list-box ul li a .tags span.sommelier_flg:after {
  content: "";
}
.p-search .flex .list-box ul li a .tags span.priest_flg:after {
  content: "";
}
.p-search .flex .list-box ul li a .tags span:after {
  content: ",";
}


.p-search .flex .list-box ul li a .tags span:last-child:after {
  display: none;
}

.p-search .flex .list-box ul li .icons {
  height: 0;
  overflow: hidden;
  /*transition: all 0.4s ease;*/
}

.p-search .flex .list-box ul li.is-current .icons {
  height: 95px;
  margin-top: 14px;
}

.p-search .flex .list-box ul li .icons p {
  margin: 0;
  color: #5e253e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-search .flex .list-box ul li .icons p:first-of-type {
  margin-top: 15px;
  margin-bottom: 10px;
}

.p-search .flex .list-box ul li .icons p:last-of-type {
  margin-bottom: 20px;
}

.p-search .flex .list-box ul li .icons a {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  color: #cf578a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: color 0.2s ease;
}

.p-search .flex .list-box ul li .icons a:hover {
  color: #f593bc;
}

.p-search .flex .list-box ul li .icons a:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: auto;
  background: #BCBBD2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-search .flex .list-box ul li .icons a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.p-search .flex .list-box ul li .icons a:last-child:before {
  display: none;
}

.p-search .flex .list-box ul li .icons a span {
  display: inline-block;
  padding: 2px 0;
}

.p-search .flex .list-box ul li .icons a.tel {
  display: none;
}

.p-search .flex .list-box ul li .icons a.maps span.pc {
  padding-left: 20px;
  background: url(../images/search/icon_maps_off.svg) no-repeat center left / 12px 17px;
  transition: background 0.2s ease;
}

.p-search .flex .list-box ul li .icons a.maps:hover span.pc {
  background: url(../images/search/icon_maps_on.svg) no-repeat center left / 12px 17px;
}

.p-search .flex .list-box ul li .icons a.maps span.sp {
  display:none;
}

.p-search .flex .list-box ul li .icons a.homepage span {
  padding-left: 23px;
  background: url(../images/search/icon_homepage_off.svg) no-repeat center left / 15.5px 12.5px;
  transition: background 0.2s ease;
}

.p-search .flex .list-box ul li .icons a.homepage:hover span {
  background: url(../images/search/icon_homepage_on.svg) no-repeat center left / 15.5px 12.5px;
}

.p-search .flex .list-box ul li .icons a.detail span {
  padding-left: 21px;
  background: url(../images/search/icon_detail_off.svg) no-repeat center left / 17px 17px;
  transition: background 0.2s ease;
}

.p-search .flex .list-box ul li .icons a.detail:hover span {
  background: url(../images/search/icon_detail_on.svg) no-repeat center left / 17px 17px;
}

.p-search .flex .list-box .swiper-button-prev,
.p-search .flex .list-box .swiper-button-next {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 地図で確認 */
  .p-search.is-map .m-mv.search {
    min-height: inherit;
    padding: 56px 15px 20px;
    margin-bottom: 0;
  }

  .p-search.is-map .m-mv.search .description {
    display: none;
  }

  .p-search.is-map .flex {
    display: block;
    height: auto;
    position: static;
  }

  .p-search.is-map .search-box {
    width: 100%;
    height: auto;
    padding: 17px 15px;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
    position: static;
  }

  .p-search.is-map .search-box > .m-flex {
    flex-wrap: wrap;
  }

  .p-search.is-map .search-box h2 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .p-search.is-map .search-box .options {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
  }

  .p-search.is-map .search-box .options .option {
    padding: 1px 10px 2px 22px;
    margin-right: 10px;
    background: url(../images/search/icon_option_off.svg) no-repeat top 3px left / 14.5px 12px;
    cursor: pointer;
    color: #cf578a;
    font-size: 14px;
    font-weight: 700;
    transition: none;
    position: relative;
  }

  .p-search.is-map .search-box .options .option:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    margin: auto;
    background: #BCBBD2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .p-search.is-map .search-box .options .option:hover {
    color: #cf578a;
  }

  .p-search.is-map .search-box .options .view {
    display: block;
    padding: 1px 0 2px 18px;
    background: url(../images/search/icon_view_sp.svg) no-repeat top 2px left / 13px 13px;
    cursor: pointer;
    color: #cf578a;
    font-size: 14px;
    font-weight: 700;
    transition: none;
  }

  .p-search.is-map .search-box .options .view.is-list {
    padding: 1px 0 2px 16px;
    background: url(../images/search/icon_maps_off.svg) no-repeat top 1px left / 10px auto;
  }

  .p-search.is-map .search-box .meta .select {
    width: 100%;
    margin-top: 19px;
  }

  .p-search.is-map .search-box .meta .input {
    display: none;
  }

  .p-search.is-map .search-box.is-keyword .meta .input {
    display: block !important;
  }

  .p-search.is-map .flex {
    position: relative;
    top: auto;
  }

  .p-search.is-map .flex .map-box {
    width: 100%;
    height: 355px;
  }

  .p-search.is-map .flex .list-box {
    width: 100%;
    margin-top: -25px;
    padding: 0 30px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
    box-shadow: none;
    position: relative;
  }

  .p-search.is-map .flex .list-box::-webkit-scrollbar{
    display: none;
  }

  .p-search.is-map .flex .list-box ul {
    margin: auto;
    top: 0;
  }

  .p-search.is-map .flex .list-box ul li.title {
    display: none;
  }

  .p-search.is-map .flex .list-box ul li {
    padding: 16px 15px;
    background: #fff;
    border-top: none;
    cursor: inherit;
    position: relative;
    transition: transform 0.2s ease;
  }

  .p-search.is-map .flex .list-box ul li:hover {
    background: #fff;
  }

  .p-search.is-map .flex .list-box ul li.is-current {
    background: #fff;
    cursor: inherit;
  }

  .p-search.is-map .flex .list-box ul li:before {
    display: none;
  }

  .p-search.is-map .flex .list-box ul li > a {
    /* pointer-events: none; */
    pointer-events: auto;
  }

  .p-search.is-map .flex .list-box ul li a h3 {
    color: #cf578a;
    display: flex;
    min-height: 42px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-search.is-map .flex .list-box ul li a h3 span {
    position: relative;
    padding-right: 0;
    transition: none;
  }

  .p-search.is-map .flex .list-box ul li a h3 span:hover {
    color: #cf578a;
  }

  .p-search.is-map .flex .list-box ul li a h3 span:after {
    display: inline-block;
    transition: none;
  }

  .p-search.is-map .flex .list-box ul li a h3 span:hover:after {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .p-search.is-map .flex .list-box ul li a .address {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-search.is-map .flex .list-box ul li a .tel {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-search.is-map .flex .list-box ul li a .tags {
    margin-top: 10px;
    background: url(../images/common/icon_tag.svg) no-repeat top 5px left / 9px 9px;
  }

  .p-search.is-map .flex .list-box ul li .icons {
    display: none !important;
    margin-top: 13.5px;
    display: flex;
    justify-content: space-between;
    align-items:  center;
  }

  .p-search.is-map .flex .list-box ul li .icons a {
    display: block;
    width: 100%;
    padding: 26px 0 6px 0;
    margin: 0;
    border-left: 1px solid #E8E7F5;
    font-size: 10px;
    font-size: 1rem;
    transition: none;
  }

  .p-search.is-map .flex .list-box ul li .icons a:hover {
    color: #cf578a;
  }

  .p-search.is-map .flex .list-box ul li .icons a:before {
    display: none;
  }

  .p-search.is-map .flex .list-box ul li .icons a:first-child {
    border-left: none;
  }

  .p-search.is-map .flex .list-box ul li .icons a:last-child {
    padding-right: 0;
  }

  .p-search.is-map .flex .list-box ul li .icons a:last-child:before {
    display: none;
  }

  .p-search.is-map .flex .list-box ul li .icons a span {
    display: block;
    padding: 0 !important;
    font-size: 10px;
    font-size: 1rem;
  }

  .p-search.is-map .flex .list-box ul li .icons a.tel {
    display: block;
    background: url(../images/search/icon_tel_sp.svg) no-repeat top 4px center / 16.5px 16.5px;
  }

  .p-search.is-map .flex .list-box ul li .icons a.maps {
    display: block;
    background: url(../images/search/icon_maps_off.svg) no-repeat top 3px center / 13.5px 19.5px;
  }

  .p-search.is-map .flex .list-box ul li .icons a.homepage {
    display: block;
    background: url(../images/search/icon_homepage_off.svg) no-repeat top 4px center / 20px 16px;
  }

  .p-search.is-map .flex .list-box ul li .icons a.detail {
    display: block;
    background: url(../images/search/icon_detail_off.svg) no-repeat top 4px center / 18px 18px;
  }

  .p-search.is-map .flex .list-box ul li .icons a.maps span.pc {
    display: none !important;
  }

  .p-search.is-map .flex .list-box ul li .icons a.maps span.sp {
    display: block;
  }

  .p-search.is-map .flex .list-box ul li .icons a.homepage span {
    padding: 0;
    background: none;
  }

  .p-search.is-map .flex .list-box ul li .icons a.detail span {
    padding: 0;
    background: none;
  }

  .p-search.is-map .flex .list-box .swiper-button-prev,
  .p-search.is-map .flex .list-box .swiper-button-next {
    display: flex;
    content: "";
    width: 30px;
    height: 100%;
    background: #fff;
    outline: none;
    top: 22px;
  }

  .p-search.is-map .flex .list-box .swiper-button-prev {
    border-top-left-radius: 7px;
    overflow: hidden;
  }

  .p-search.is-map .flex .list-box .swiper-button-next {
    border-top-right-radius: 7px;
    overflow: hidden;
  }

  .p-search.is-map .flex .list-box .swiper-button-prev:after,
  .p-search.is-map .flex .list-box .swiper-button-next:after {
    content: "";
    width: 10px;
    height: 14px;
  }

  .p-search.is-map .flex .list-box .swiper-button-prev:after {
    background: url(../images/search/icon_slider_prev.svg) no-repeat top left;
  }

  .p-search.is-map .flex .list-box .swiper-button-next:after {
    background: url(../images/search/icon_slider_next.svg) no-repeat top left;
  }

  .p-search.is-map .flex .list-box .swiper-button-prev {
    border-right: 1px solid #e8e7f5;
    left: 0;
  }

  .p-search.is-map .flex .list-box .swiper-button-next {
    border-left: 1px solid #e8e7f5;
    right: 0;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }

  .swiper-button-next.swiper-button-disabled:after,
  .swiper-button-prev.swiper-button-disabled:after {
    opacity: 0.35;
  }

  /* 一覧で確認 */
  .p-search.is-list .m-mv.search {
    min-height: inherit;
    padding: 56px 15px 70px 15px;
    margin-bottom: 0;
  }

  .p-search.is-list .flex {
    display: block;
    height: auto;
    position: static;
  }

  .p-search.is-list .search-box {
    width: calc(100% - 30px);
    height: 235px;
    padding: 15px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .3);
    position: relative;
    top: -42px;
    left: 0;
    right: 0;
  }
  .p-search .search-box .meta .input input[type="text"] {
    width: 100%;
  }
  .p-search.is-list .search-box > .m-flex {
    flex-wrap: wrap;
  }

  .p-search.is-list .search-box h2 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-search.is-list .search-box .options {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
  }

  .p-search.is-list .search-box .options .option {
    padding: 1px 10px 2px 22px;
    margin-right: 10px;
    background: url(../images/search/icon_option_off.svg) no-repeat top 3px left / 14.5px 12px;
    cursor: pointer;
    color: #cf578a;
    font-size: 14px;
    font-weight: 700;
    transition: none;
    position: relative;
  }

  .p-search.is-list .search-box .options .option:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    margin: auto;
    background: #BCBBD2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .p-search.is-list .search-box .options .option:hover {
    color: #cf578a;
  }

  .p-search.is-list .search-box .options .view {
    display: block;
    padding: 1px 0 2px 18px;
    background: url(../images/search/icon_view_sp.svg) no-repeat top 2px left / 13px 13px;
    cursor: pointer;
    color: #cf578a;
    font-size: 14px;
    font-weight: 700;
    transition: none;
  }

  .p-search.is-list .search-box .options .view.is-list {
    padding: 1px 0 2px 16px;
    background: url(../images/search/icon_maps_off.svg) no-repeat top 1px left / 10px auto;
  }

  .p-search.is-list .search-box .meta .select {
    width: 100%;
    margin-top: 19px;
  }

  .p-search.is-list .search-box .meta .input {
    width: 100%;
    margin-top: 10px;
  }

  .p-search.is-list .search-box.is-keyword .meta .select {
    display: block;
  }

  .p-search.is-list .search-box.is-keyword .meta .input {
    display: block !important;
  }

  .p-search.is-list .flex .map-box {
    display: none;
  }

  .p-search.is-list .flex .list-box {
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0 15px;
    box-shadow: none;
    overflow: inherit;
    overflow-x: hidden;
  }

  .p-search.is-list .flex .list-box {
    margin-top: -35px;
  }

  .p-search.is-list .flex .list-box::-webkit-scrollbar{
    display: none;
  }

  .p-search.is-list .flex .list-box ul li.title {
    padding: 30px 0 17px 0;
    border-top: none;
    position: relative;
  }

  .p-search.is-list .flex .list-box ul li.title:after {
    content: "";
    display: block;
    width: 100vw;
    height: 6px;
    background: rgba(217, 215, 232, 0.5);
    position: absolute;
    top: 0;
    left: -15px;
  }

  .p-search.is-list .flex .list-box ul li.title:first-child:after {
    display: none;
  }

  .p-search.is-list .flex .list-box ul li.title h2 {
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-search.is-list .flex .list-box ul li {
    width: 100% !important;
    padding: 0 0 17px 0;
    margin-right: 0 !important;
    background: #fff;
    border-top: 1px solid #D9D8E4;
    cursor: inherit;
    position: relative;
    transition: all 0.2s ease;
  }

  .p-search.is-list .flex .list-box ul li:last-child {
    border-bottom: 1px solid #D9D8E4;
    margin-bottom: 20px;
  }

  .p-search.is-list .flex .list-box ul li:hover {
    background: #fff;
  }

  .p-search.is-list .flex .list-box ul li.is-current {
    background: #fff;
    cursor: inherit;
  }

  .p-search.is-list .flex .list-box ul li:before {
    display: none;
  }

  .p-search.is-list .flex .list-box ul li > a {
    padding: 17px 0 6.75px 0;
    pointer-events: auto;
  }

  .p-search.is-list .flex .list-box ul li a h3 {
    color: #cf578a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .p-search.is-list .flex .list-box ul li a h3 span {
    position: relative;
    padding-right: 15px;
    transition: none;
  }

  .p-search.is-list .flex .list-box ul li a h3 span:hover {
    color: #cf578a;
  }

  .p-search.is-list .flex .list-box ul li a h3 span:after {
    display: inline-block;
    transition: none;
  }

  .p-search.is-list .flex .list-box ul li a h3 span:hover:after {
    border-top: 2px solid #cf578a;
    border-right: 2px solid #cf578a;
  }

  .p-search.is-list .flex .list-box ul li a .address {
    line-height: 1.43;
  }

  .p-search.is-list .flex .list-box ul li a .tel {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-search.is-list .flex .list-box ul li a .tags {
    margin-top: 13.5px;
    background: url(../images/common/icon_tag.svg) no-repeat top 4px left / 9px 9px;
  }

  .p-search.is-list .flex .list-box ul li .icons {
    display: flex;
    justify-content: space-between;
    align-items:  center;
    height: auto;
    margin-top: 6.75px;
    overflow: visible;
  }

  .p-search.is-list .flex .list-box ul li .icons p {
    display: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a {
    display: block;
    width: 100%;
    padding: 26px 10px 6px 10px;
    margin: 0;
    border-left: 1px solid #E8E7F5;
    font-size: 11px;
    font-size: 1.1rem;
    transition: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a:hover {
    color: #cf578a;
  }

  .p-search.is-list .flex .list-box ul li .icons a:before {
    display: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a:first-child {
    border-left: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a:last-child {
    padding-right: 10px;
  }

  .p-search.is-list .flex .list-box ul li .icons a:last-child:before {
    display: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a span {
    display: block;
    padding: 0 !important;
  }

  .p-search.is-list .flex .list-box ul li .icons a.tel {
    display: block;
    background: url(../images/search/icon_tel_sp.svg) no-repeat top 4px center / 16.5px 16.5px;
  }

  .p-search.is-list .flex .list-box ul li .icons a.maps {
    display: block;
    background: url(../images/search/icon_maps_off.svg) no-repeat top 3px center / 13.5px 19.5px;
  }

  .p-search.is-list .flex .list-box ul li .icons a.homepage {
    display: block;
    background: url(../images/search/icon_homepage_off.svg) no-repeat top 4px center / 20px 16px;
  }

  .p-search.is-list .flex .list-box ul li .icons a.detail {
    display: block;
    background: url(../images/search/icon_detail_off.svg) no-repeat top 4px center / 18px 18px;
  }

  .p-search.is-list .flex .list-box ul li .icons a.maps span.pc {
    display: none !important;
  }

  .p-search.is-list .flex .list-box ul li .icons a.maps span.sp {
    display: block;
  }

  .p-search.is-list .flex .list-box ul li .icons a.homepage span {
    padding: 0;
    background: none;
  }

  .p-search.is-list .flex .list-box ul li .icons a.detail span {
    padding: 0;
    background: none;
  }
}
.is-hide {
    display: none;
}
.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:12;
}
.btn_area{
    width:30%;
    /*height:360px;*/
    position:absolute;
    top:40%;
    left:50%;
    margin-top:-75px;
    margin-left:-16%;
    background-color:#fff;
    z-index:12;
    border-radius: 20px;
}
.btn_area p{
    padding:15px;
    line-height: 25px;
}
.btn_area button{
    display:block;
    margin:25px auto;
}
#ok{
background-color: #cf578a;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
border-radius: 5px;
width: 40%;
height: 12%;
color: #fff;
font-size: 16px;
font-size: 2rem;
font-weight: 700;
transition: all 0.2s ease;
min-width: 200px;
}
.btn_area_title{
    font-size: 25px;
    color: #cf578a;
    text-align: center;
    margin-top: 15px;
}
@media screen and (max-width: 1236px) {
    .btn_area{
        width:55%;
        /*height:360px;*/
        position:absolute;
        top:40%;
        left:50%;
        margin-top:-75px;
        margin-left:-29%;
        background-color:#fff;
        z-index:12;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .btn_area{
        max-width: inherit;
        width:85%;
        /*height:380px;*/
        position:absolute;
        top:40%;
        left:50%;
        margin-top:-75px;
        margin-left: -42%;
        background-color:#fff;
        z-index:12;
    }
}

@media screen and (max-width: 325px) {
    .btn_area{
        max-width: inherit;
        width:85%;
        /*height:450px;*/
        position:absolute;
        top:30%;
        left:50%;
        margin-top:-75px;
        margin-left: -42%;
        background-color:#fff;
        z-index:12;
    }
}

.top-box-13 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1.5em;
    position: relative;
    background-color: #FFF;
}


.text-1{
    font-weight: bold;
    background-color: #fff;
    color: #da4033;
    text-decoration:underline;
    text-decoration-color:#FF0000;
    margin-bottom:1.5em;
}

#ok:hover {
  background: #f593bc;
}


#page_top{
  margin-bottom: 10px;
  margin-right: 10px;
  width: 300px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #cf578a;
  z-index: 12;
  border-radius: 5px;
  opacity: 0.8;

}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: 'ご訪問前に必ず在庫有無をご確認ください';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 300px;
  height: 25px;

  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 12;
}
@media screen and (max-width: 768px) {
    #page_top{
      margin-bottom: 0px;
      margin-right: 0px;
      width: 100%;
      height: 50px;
      position: fixed;
      right: 0;
      bottom: 0px;
      background: #cf578a;
      z-index: 12;
      border-radius:0px;
    }
    #page_top a{
      position: relative;
      display: block;
      width: 100%;
      height: 40px;
      text-decoration: none;
    }
    #page_top a::before{
      font-family: 'Font Awesome 5 Free';
      font: inherit;
      font-weight: 900;
      content: 'ご訪問前に必ず在庫有無をご確認ください';
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      color: #fff;
      position: absolute;
      width: 100%;

      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      z-index: 12;
    }

    #page_top_sp{
      margin-bottom: 0px;
      margin-right: 0px;
      width: 100%;
      height: 50px;
      position: fixed;
      right: 0;
      bottom: 0px;
      background: #cf578a;
      z-index: 12;
      border-radius:0px;
      opacity: 0.8;
    }
    #page_top_sp a{
      position: relative;
      display: block;
      width: 100%;
      height: 35px;
      text-decoration: none;
    }
    #page_top_sp a::before{
      font-family: 'Font Awesome 5 Free';
      font: inherit;
      font-weight: 900;
      content: 'ご訪問前に必ず在庫有無をご確認ください';
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      color: #fff;
      position: absolute;
      width: 100%;

      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      z-index: 12;
    }

}
.sample1{
  color: black;
  text-decoration: none;
  position: relative;
}

.sample1-balloon {
  position: absolute;
  top: 4px;
  left: 200px;
  display: none;
  padding: 5px;
  color: white;
  background-color: #cf578a;
  border-radius: 5px;
  font-size: 12px;
}
.sample1-balloon::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #cf578a;
}

.list:hover .sample1-balloon {
  display: inline-block;
}
@media screen and (max-width: 768px) {
    .sample1{
      display: none;
      color: initial;
      text-decoration: initial;
      position: initial;
    }
    .sample1-balloon {
        display: none;
        position: initial;
        top: initial;
        left: initial;
        padding: initial;
        color: initial;
        background-color: initial;
        border-radius: initial;
        font-size: initial;
    }
    .sample1-balloon::before {
        display: none;
      /*吹き出し部分の三角形を表示します*/
      content: initial;
      position: initial;
      top: initial;
      left: initial;
      border: initial;
      border-top: initial;
    }
    .list:hover .sample1-balloon {
      display: none;
    }
}
.m-shop-info li:last-child a.inactive,
.m-shop-info li:last-child a.inactive:hover {
  padding-left: 18px;
  background: url(../images/single/icon_site_inactive.svg) no-repeat center left / 15px;
  background-position: 0px 7px;
  transition: all 0.2s ease;
  pointer-events: none;
}
.m-shop-info li a.inactive {
  color: #ccc!important;
}
