@charset "utf-8";

/************************************************************
* All device / PC 〜 1000px
************************************************************/
/* Header */
.HeaderWrap {
  border-bottom: 2px solid #B4B0AD;
  margin: 0 auto 15px;
}

.Summary {
  position: absolute;
  left: 15px;
  top: 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
}

.HeaderTtl {
  left: 15px;
  position: absolute;
  top: 9px;
}

.HeaderLogo {
  background: url(/doc/catalog/theme/common/images/c.png) no-repeat;
  background-position: 0 0;
  display: block;
  height: 52px;
  text-indent: -9999px;
  width: 512px;
}

.HeaderSp {
  display: none;
}

.LinkHcNcWrapSp {
  display: none;
}

#header {
  position: relative;
  width: 960px;
  height: 75px;
  margin: 0 auto 10px;
  padding: 5px;
  /* border-bottom:2px solid #B4B0AD; */
  border-bottom: none;
  -webkit-box-shadow: none;
}

/* LOGO */
#header .logo {
  background-position: 0 0;
  display: block;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
  width: 510px;
  position: absolute;
  left: 0;
  top: 15px;
  background-image: url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
  background-repeat: no-repeat;
  border: 0 none;
}

/* wrapper */
#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.cam p {
  background: url("https://beauty.hotpepper.jp/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 3px;
  padding-left: 70px;
}

#cam a {
  background-color: #ffffff;
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding: 0px;
  text-align: left;
  width: 100%;
}

#contents {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  text-align: center;
}

#sph1wrapper {
  position: static;
}

/* MV変更ここから----------------------------------- */
#mainVisual {
  width: 950px;
  margin: 0 auto 30px;
}

#mainVisual h2 img {
  width: 950px;
  height: auto;
  vertical-align: bottom;
}

#mainVisual h2 img.sp {
  display: none;
}

/* MV変更ここまで----------------------------------- */

/* ▼メニューボタン */
.button-item {
  width: 546px;
  display: flex;
  margin: 10px 200px 0px;
  justify-content: space-between;
  align-items: center;
}

.button-item img {
  width: 83px;
  height: auto;
}

.button-item a:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* ▼検索フォーム */
.jsAreaList,
.jsMaSelect {
  display: none;
}

/* ▼検索フォーム box */
.form_selectbox {
  width: 950px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mama_form_search {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 50px 0px;
  width: 470px;
  background: #F7F2E8;
}

.search_tit {
  margin: 0 auto 20px;
  width: 182px;
  height: auto;
}

.mama_form_search p.search_read {
  display: inline;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(transparent 60%, #ffcccc 0%);
  padding: 5px 0;
}

.mama_form_search p.search_read br {
  display: none;
}

.search_txt {
  margin: 0 auto 20px;
}

.search_img {
  margin: 20px auto;
  width: 290px;
  height: auto;
}

/* ▼PICK UP*/
.pickup_box {
  margin: 30px auto 80px;
  padding: 0px;
  width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid #000000;
  border-width: 2px 0px;
}

.pickup_box img {
  width: 70%;
  height: auto;
}

.pickup_itembox {
  margin: 0px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.pickup_item {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pickup_itembox img {
  margin: 0px;
  padding: 0px;
}

.pickup_box a:hover {
  opacity: 0.5;
  cursor: pointer;
}

.pickup_txt {
  white-space: nowrap;
  font-weight: bold;
}

.noselect_price .area_select:last-child {
  margin-right: 0;
}

.area_select {
  display: inline-block;
  margin: 0 auto 10px;
  width: 200px;
  padding: 0 24px 0 8px;
  border-radius: 0;
  cursor: default;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #222;
  border: 1px solid #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://imgbp.hotp.jp/CSP/img/bt/smb/icons/icn_bubble_down_arrow.png) no-repeat;
  background-size: 10px 10px;
  background-position: 96% center;
  background-color: #FFFFFF;
}

.area_select:hover {
  cursor: pointer;
}

.area_select:disabled {
  color: #7f7f7f;
  background: #cfcfcf;
}

.area_select:disabled:hover {
  cursor: default;
}

/*検索結果ボタン*/
.mamaform_searchbutton {
  margin: 20px auto 0px;
  width: 310px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  color: #fff;
  background: #f97ca1;
  border: 1px solid #f97ca1;
  box-shadow: 0px 4px 0px 0px #bd4f71;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.mamaform_searchbutton:hover {
  opacity: 0.7;
  cursor: pointer;
}

.mamaform_searchbutton:disabled {
  background: #cfcfcf;
  cursor: default;
}

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

/*maincontents*/
#maincontents {
  width: 100%;
  margin: 0 auto;
}

#maincontents .contentsCol {
  margin: 0 auto 90px;
}

#maincontents .contentsCol.search {
  width: 970px;
  margin: 0 auto 15px;
  text-align: left;
}

/*エリア検索*/
.titlesearch_sp {
  display: none;
}

.searchWrap {
  width: 970px;
  margin: 0 auto 30px;
  padding: 15px 0;
  background-color: #f4f4f4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.searchCol {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 60px;
  background-color: #FFFFFF;
}

/*掲載時期*/
.days {
  clear: both;
  width: 970px;
  margin: 0 auto;
  font-size: 10px;
  text-align: right;
}

/* social */
.snsArea {
  position: relative;
  width: 400px;
  margin: 120px auto 90px;
  padding: 20px 0;
  border-top: 1px solid #c1bcbc;
  border-bottom: 1px solid #c1bcbc;
}

.snsArea p {
  display: block;
  width: 160px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.snsArea p span {
  width: 160px;
  padding: 0;
  font-weight: bold;
  color: #ef507a;
  background-color: #FFFFFF;
}

.snsArea .inner {
  width: 180px;
  margin: 5px auto 0;
}

.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
  float: left;
  width: 40px;
  margin-right: 30px;
}

.snsArea .inner .snsArea_line {
  float: left;
  width: 40px;
  margin-right: 0;
}

.snsArea .inner .snsArea_line img,
.snsArea .inner .snsArea_tw img,
.snsArea .inner .snsArea_fb img {
  width: 40px;
  height: 40px;
}

.snsArea .inner .snsArea_line a img:hover,
.snsArea .inner .snsArea_tw a img:hover,
.snsArea .inner .snsArea_fb a img:hover {
  opacity: 0.7;
}

.snsArea .snsArea_line .snsArea_line_sp,
.snsArea .snsArea_tw .snsArea_tw_sp,
.snsArea .snsArea_fb .snsArea_fb_sp {
  display: none;
}

.snsArea .snsArea_line .snsArea_line_pc,
.snsArea .snsArea_tw .snsArea_tw_pc,
.snsArea .snsArea_fb .snsArea_fb_pc {
  display: block;
  width: 40px;
  height: 40px;
}

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

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  margin: 0;
}

.pagetop img {
  width: 62px;
  height: 62px;
}

/* BREAD CRUMBS */
#breadcrumbs_pc {
  display: block;
  max-width: 1000px;
  text-align: left;
  border-top: 1px solid #DDDDDD;
  margin: 10px auto 0;
  padding: 10px 0 0;
}

#breadcrumbs_pc p {
  font-size: 10px;
  line-height: 120%;
  font-weight: bold;
  color: #999;
}

#breadcrumbs_pc a {
  font-weight: normal;
}

#breadcrumbs_sp {
  display: none;
}

#footer_lp {
  border-top: 1px solid #DDDDDD;
  width: 1000px;
  height: auto;
  margin: 10px auto 30px;
  padding-top: 10px;
}

/* グローバルナビゲーション */
.gnavi {
  display: none;
}

#footerLinks_lp {
  float: right;
  font-size: 10px;
  top: 20px;
}

#footerLinks_lp li:last-child {
  border-right: none;
  padding-right: 0;
}

#footerLinks_lp li a:link {
  text-decoration: none;
}

#footerLinks_lp li a:hover,
#footerLinks_lp li a:active {
  text-decoration: underline;
}

#copyright_lp {
  float: left;
  width: 258px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

#copyright_lp p a:link {
  color: #4c4c80 !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
}

#copyright_lp p a:hover,
#copyright_lp p a:active {
  color: #7878CC;
  text-decoration: underline;
}

#copyright_lp img {
  margin: 0;
  vertical-align: bottom;
}

/************************************************************
* PC 999px 〜 726px
************************************************************/
@media only screen and (min-width:726px) and (max-width:999px) {

  /* Header */
  #header {
    width: auto;
    height: auto;
    margin: auto;
  }

  #header .logo {
    position: inherit;
    width: 88px;
    height: 35px;
    text-indent: -2000px;
    overflow: hidden;
    display: block;
    background-image: url(/doc/sp/common/images/logo.png);
    background-position: left top;
  }

  .HeaderSp {
    border-top: 16px solid #BFB4AB;
    display: block;
    margin: 0 auto 10px;
  }

  .HeaderTtlSp {
    padding: 10px;
  }

  .HeaderTtlSp img {
    vertical-align: bottom;
  }

  .Summary {
    left: 10px;
  }

  /* MV変更ここから----------------------------------- */
  #mainVisual {
    width: 950px;
    margin: 0 auto 30px;
  }

  #mainVisual h2 img {
    width: 950px;
    height: auto;
    vertical-align: bottom;
  }

  #mainVisual h2 img.sp {
    display: none;
  }

  /* MV変更ここまで----------------------------------- */

  /*maincontents*/
  #maincontents .contentsCol {
    margin: 0 auto 60px;
  }

  #maincontents .contentsCol.search {
    width: auto;
    margin: 0 15px 15px;
  }

  /*エリア検索*/
  .searchWrap {
    width: 100%;
    padding: 15px;
  }

  .searchCol {
    width: auto;
    height: auto;
  }

  /*掲載時期*/
  .days {
    width: auto;
    margin: 0 15px 0 0;
  }

  /* BREAD CRUMBS */
  #breadcrumbs_pc {
    width: 95%;
    max-width: 999px;
  }

  #footer_lp {
    width: 95%;
    height: auto;
    max-width: 999px;
  }

  #copyright_lp {
    margin: 0 10px 0 0;
  }
}

/************************************************************
* SP 725px 〜
************************************************************/
@media (max-width: 725px) {

  /* Header */
  #header {
    margin-bottom: 5px;
    display: block;
    padding: 5px;
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
  }

  #header .logo {
    position: inherit;
    width: 88px;
    height: 35px;
    text-indent: -2000px;
    overflow: hidden;
    display: block;
    background-image: url(/doc/sp/common/images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
  }

  .Summary {
    width: 100%;
    bottom: -60px;
    left: auto;
    top: auto;
    box-sizing: border-box;
    height: 1.5em;
    padding: 0 10px;
    text-align: center;
    color: #665555;
  }

  .HeaderSp {
    display: block;
    margin: 0 auto 10px;
  }

  .HeaderTtlSp {
    padding: 10px;
  }

  .HeaderTtlSp img {
    vertical-align: bottom;
  }

  #sph1wrapper {
    position: relative;
  }

  #contents {
    width: 100%;
    min-width: initial;
  }

  /* MV変更ここから----------------------------------- */
  #mainVisual h2 img.sp {
    display: block;
  }

  #mainVisual h2 img.pc {
    display: none;
  }

  #mainVisual {
    width: 100%;
    margin: 0 auto 30px;
  }

  #mainVisual h2 img {
    width: 100%;
  }

  /* MV変更ここまで----------------------------------- */

  /* ▼メニューボタン */
  .button-item {
    width: 91%;
    margin: 10px auto 0;
    padding: 0 4.5%;
  }

  .button-item img {
    width: 80%;
    height: auto;
  }

  /* ▼検索フォーム */
  .jsAreaList,
  .jsMaSelect {
    display: none;
  }

  /* ▼検索フォーム box */
  .form_selectbox {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
  }

  .mama_form_search {
    display: flex;
    margin: 0 0 20px;
    padding: 50px 0px;
    width: 100%;
    background: #F7F2E8;
  }

  .mama_form_search p.search_read br {
    display: inline;
  }

  .mama_form_search p.search_read {
    padding: 5px 0px;
  }

  .mama_form_search div.search_read {
    font-weight: bold;
    font-size: 28px;
    background: linear-gradient(transparent 10%, #ffcccc 0%);
  }

  .search_tit {
    margin: 0 auto 20px;
    width: 182px;
    height: auto;
  }

  .search_txt {
    margin: 0 auto 20px;
    font-size: 15px;
  }

  .search_img {
    margin: 30px auto 20px;
    width: 60%;
    height: auto;
  }

  /* ▼PICK UP*/
  .pickup_box {
    margin: 30px auto 50px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-width: 0px;
  }

  .pickup_box img {
    width: 65%;
    height: auto;
  }

  .pickup_itembox {
    margin: 0px;
    padding: 35px 10px;
    display: flex;
    align-items: flex-start;
  }

  .pickup_item {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
  }

  .pickup_itembox img {
    width: 80%
  }

  .pickup_box a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  .pickup_txt {
    margin-top: 10px;
  }

  .area_select {
    float: none;
    margin: 0 0 15px;
    padding: 0 24px 0 8px;
    width: 236px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #222;
    border: 1px solid #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://imgbp.hotp.jp/CSP/img/bt/smb/icons/icn_bubble_down_arrow.png) no-repeat;
    background-position: 96% center;
    background-size: 10px 10px;
    background-color: #FFFFFF;
    border-radius: none;
    cursor: pointer;
  }

  /*maincontents*/
  #maincontents .contentsCol {
    margin: 0 auto 30px;
  }

  #maincontents .contentsCol.search {
    width: 100%;
  }

  /*エリア検索*/
  .titlesearch_pc {
    display: none;
  }

  .titlesearch_sp {
    display: block;
    width: 95%;
    position: relative;
    margin: 0 auto 10px;
    padding: 6px 0 6px 11px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .titlesearch_sp.bt {
    color: #d36985;
  }

  .titlesearch_sp.kr {
    color: #333333;
  }

  .titlesearch_sp:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: auto;
    bottom: 0;
    border-radius: 5px;
  }

  .titlesearch_sp.bt:before {
    background-color: #d36985;
  }

  .titlesearch_sp.kr:before {
    background-color: #999999;
  }

  .searchWrap {
    width: 100%;
    padding: 5%;
  }

  .searchCol {
    width: 100%;
    height: auto;
    padding: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*掲載時期*/
  .days {
    width: 95%;
  }

  /* social */
  .snsArea {
    width: 80%;
    margin: 45px auto;
    padding: 20px 0 0;
    border-bottom: none;
  }

  .snsArea p span {
    padding: 0 5px;
  }

  .snsArea .inner {
    width: 160px;
    margin: 0 auto;
  }

  .snsArea .inner .snsArea_tw,
  .snsArea .inner .snsArea_fb {
    margin-right: 20px;
  }

  .snsArea .snsArea_line .snsArea_line_sp,
  .snsArea .snsArea_tw .snsArea_tw_sp,
  .snsArea .snsArea_fb .snsArea_fb_sp {
    display: block;
    width: 40px;
  }

  .snsArea .snsArea_line .snsArea_line_pc,
  .snsArea .snsArea_tw .snsArea_tw_pc,
  .snsArea .snsArea_fb .snsArea_fb_pc {
    display: none;
  }

  .pagetop {
    width: 50px;
    height: 50px;
  }

  .pagetop img {
    width: 50px;
    height: 50px;
  }

  #breadcrumbs_pc {
    display: none;
  }

  #breadcrumbs_sp {
    display: block;
    padding: 10px;
    font-size: 10px;
    text-align: left;
  }

  #breadcrumbs_sp a,
  #breadcrumbs_sp a:hover,
  #breadcrumbs_sp a:active {
    text-decoration: underline;
  }

  /* グローバルナビゲーション */
  .gnavi {
    display: block;
    border-bottom: solid 1px #BFB9B0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .gnavi li {
    border-top: 1px solid #BFB9B0;
  }

  /* ナビゲーションリンク */
  .navLink,
  .navLink:link,
  .navLink:visited {
    color: #666666;
    font-family: Helvetica !important;
  }

  .navLink,
  .navLink:after {
    display: block;
  }

  .navLink {
    padding: 15px 30px 15px 12px;
    position: relative;
    text-decoration: none !important;
  }

  .navLink:after {
    border-color: #AB9C84;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    width: 7px;
  }

  .app {
    color: #AE2B5B;
  }

  #footer_lp {
    width: 100%;
    height: auto;
    margin: 0 auto 3%;
  }

  #footerLinks_lp {
    float: none;
    font-size: 70%;
    padding: 0 10px 0 5px;
    top: 0;
  }

  #footerLinks_lp li a:link {
    text-decoration: underline;
  }

  #copyright_lp {
    float: left;
    width: 258px;
    margin: 0px 10px;
    padding: 0;
  }

  #copyright_lp p a:link {
    color: #4c4c80 !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 2;
    text-decoration: underline;
  }

  #copyright_lp p a:hover,
  #copyright_lp p a:active {
    color: #7878CC;
    text-decoration: underline;
  }

  #copyright_lp a img {
    margin-bottom: 0;
  }
}

/************************************************************
* SP 414px 〜
************************************************************/
@media (max-width: 414px) {

  /* MV変更ここから----------------------------------- */
  #mainVisual {
    width: 100%;
  }

  #mainVisual h2 img {
    width: 100%;
  }

  #mainVisual h2 img.sp {
    display: block;
  }

  #mainVisual h2 img.pc {
    display: none;
  }

  /* MV変更ここまで----------------------------------- */
}

/************************************************************
* SP 375px 〜
************************************************************/
@media (max-width: 375px) {

  /* MV変更ここから----------------------------------- */
  #mainVisual {
    width: 100%;
  }

  #mainVisual h2 img {
    width: 100%;
  }

  #mainVisual h2 img.sp {
    display: block;
  }

  #mainVisual h2 img.pc {
    display: none;
  }

  /* MV変更ここまで----------------------------------- */
}

/* サロンを探す--------------------------- */
.contentssearchTtl {
  min-height: 83px;
  background-color: #f7f7f7;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contentssearchTtl h4 {
  width: 45%;
  margin: 0 auto;
  color: #666666;
  letter-spacing: 0.1em;
  font-size: 135%;
  font-weight: normal;
  text-align: left;
  padding: 2% 0;
  width: auto;
}

.contentssearchTtl_img {
  position: absolute;
  top: 18%;
  left: 2%;
  display: inline-block;
}

.contentssearchTtl_img_sp {
  display: none;
}

.contentssearchTtl_txt {
  display: inline-block;
}

.mapWrap {
  width: 609px;
  height: 405px;
  position: relative;
  margin: 0 auto;
  top: 11%;
  padding-top: 5%;
}

/* IE--------------------------- */
@media screen\0 {
  .map_contentssearchTtl h4 {
    margin-top: 10px;
  }
}


/* tablet--------------------------- */
@media screen and (max-width:999px) {
  .contentssearchTtl_img_sp {
    display: block;
    width: 25%;
    text-align: left;
    width: 150px;
    position: absolute;
    top: 15%;
    left: 2%;
  }

  .contentssearchTtl_txt {
    margin-top: 4%;
    text-align: left;
    display: inline;
    position: relative;
    width: calc(100% - 150px - 6%);
    left: calc(4% + 150px);
    margin-left: 0;
    padding-bottom: 4%;
    padding-left: 0;
  }

  .contentssearchTtl_img {
    display: none;
  }

  .contentssearchTtl {
    margin-bottom: 50px;
  }

  .contentssearchTtl h4 {
    text-align: left;
    display: inline;
  }
}

/* SP--------------------------- */
@media screen and (max-width:725px) {
  .contentssearchTtl_img_sp img {
    display: none;
  }

  .contentssearchTtl_img_sp {
    padding: 0;
    display: block;
    width: 34%;
    background-image: url(/doc/theme/mama/images/subtitle_image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 23vw;
    top: inherit;
    left: 0;
  }

  .contentssearchTtl_img {
    display: none;
  }

  .contentssearchTtl {
    height: auto;
    background-color: #ffffff;
    margin-bottom: 0px;
  }

  .contentssearchTtl h4 {
    margin: inherit;
    font-size: 85%;
    color: #333333;
    letter-spacing: 0;
    width: 100%;
    position: inherit;
    left: 0;
    padding-left: 0;
    top: 0;
    float: none;
  }

  /* SP_JS用----------------------------------------- */
  .contentssearchTtl_txt {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: 5px;
    text-align: left;
    top: 0;
    left: 0;
    position: relative;
  }

  .map_contentssearchTtl_img_sp img {
    display: none;
  }

  .map_contentssearchTtl_img_sp {
    background-image: url(/doc/theme/mama/images/subtitle_image.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mapWrap {
    width: inherit;
    height: inherit;
    padding-top: 0;
  }
}

@media screen and (max-width:375px) {
  .contentssearchTtl h4 {
    font-size: 80%;
  }
}

@media screen and (max-width:999px) {
  .map_contentssearchTtl_txt {
    width: 100%;
    margin-left: 176px;
    padding: 0 2%;
  }
}

@media screen and (max-width:726px) {
  .map_contentssearchTtl_txt {
    width: 100%;
    margin-left: 2%;
    padding: 0;
  }
}