@charset "UTF-8";
/*  **************************************************************************************************************************************************/
/*  店舗検索 以下共通スタイル */
/*  **************************************************************************************************************************************************/
.wrap .main-area .main-area-contents .main-head .main-head-icon {
  text-align: right;
}

.main-head-icon img {
  width: 56px;
  height: auto;
}

.main-contents {
  padding-bottom: 4.5%;
}

.modal-cont-ttl {
  border-bottom: 1px solid #454545;
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5%;
}

.modal-col-block-txt ul {
  margin: 1% 0 3%;
}
.modal-col-block-txt ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.modal-col-block-txt .txt {
  font-size: 13px;
  margin-bottom: 1%;
}

.contents {
  padding-top: 5%;
  padding-bottom: 7.25%;
}
.contents h1 {
  font-size: 28px;
  color: #454545;
  margin-bottom: 2.5%;
}
.contents h2 {
  font-size: 26px;
  color: #454545;
}

.attention {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 1%;
}

.text-link {
  font-size: 15px;
}
.text-link a {
  font-weight: 700;
}

.text-link:before {
  content: "";
  width: 9px;
  height: 15px;
  margin-right: .5em;
  background: url(/img/common/icon_arrow1_glay.svg) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
}

.text-window {
  font-size: 14px;
  font-weight: 700;
}
.text-window a {
  font-weight: 700;
}

.text-window:before {
  content: "";
  width: 15px;
  height: 11px;
  margin-right: .5em;
  background: url(../img/icon_blank_glay.png) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
}

.modal {
  display: none;
  z-index: 1005;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1001;
}
.modal .modal-inner {
  background-color: #fff;
  border: 5px solid #454545;
  left: 0;
  margin: auto;
  padding: 5%;
  position: absolute;
  right: 0;
  width: 62.934%;
  z-index: 1002;
}
.modal .modal-remove {
  position: absolute;
  right: 5%;
  top: 5%;
}

.search-error {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  color: #dd3a43;
}

.search-error-white {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  color: #FFF;
}

.search-error-map {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
  color: #dd3a43;
}

input[type="button"] {
  font-family: "游ゴシック",Yu Gothic,YuGothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

@media screen and (max-width: 1365px) {
  .contents h1 {
    font-size: 24px;
  }
  .contents h2 {
    font-size: 22px;
  }
  .contents h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .wrap .main-area .main-area-contents .main-head .main-head-icon {
    text-align: right;
  }

  .main-head-icon img {
    width: 28px;
  }

  .main-head-ttl {
    padding-left: 15px;
  }

  .contents {
    padding-top: 6.8%;
    padding-bottom: 9%;
  }
  .contents h1 {
    font-size: 20px;
  }
  .contents h2 {
    font-size: 18px;
  }

  .text-link {
    font-size: 13px;
  }

  .text-link:before {
    content: "";
    background: url(/img/common/icon_arrow1_glay.svg) no-repeat 0 0;
    background-size: contain;
  }

  .text-window {
    font-size: 12px;
    font-weight: 700;
  }

  .modal .modal-cont-ttl {
    font-size: 20px;
    padding-right: 20px;
    line-height: 1.4em;
  }
  .modal .modal-remove {
    top: 1%;
  }
  .modal .modal-inner {
    font-size: 14px;
  }

  .search-error {
    text-align: center;
  }

  .search-error, .search-error-map, .search-error-white {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .search-error-map {
    font-size: 16px;
  }
}
