@charset "UTF-8";
body,select,input{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN",
    "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;}
/* ------------------------------------------
2020/11/05 改修
店舗一覧 日本地図
------------------------------------------ */
body {
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 100% !important;
}

.sec_cont {
  width: 956px;
  margin: 0 auto;
}

#breadcrumbs span.service {
  font-size: 100%;
  margin: 0;
}

#breadcrumbs a.pc_only {
  display: inline;
}

#content {
  float: none;
  width: auto;
  margin: 0 auto;
}

/*title*/
.title_h1 {
  margin: 0 auto 20px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 35px 0;
}

.title_h2 {
  font-size: 24px;
  margin: 35px 0 27px;
}

@media screen and (max-width: 667px) {
  .title_h1 {
    font-size: 19px;
    padding: 25px 0 16px;
  }

  .title_h2 {
    font-size: 20px;
    margin: 16px 0 12px 10px;
  }
}
/*ヘッダタイトル*/
.page_title {
  position: relative;
}

.page_title .link_arrow_r {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
}

.page_title .link_arrow_r2 {
  position: absolute;
  right: 0;
  top: 32px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 667px) {
  .sec_cont {
    width: 100%;
  }

  .page_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: white;
    background: linear-gradient(#e1e1e1 0%, white 100%);
  }
}
.link_arrow_r, .link_arrow_r2  {
  font-size: 16px;
}

.link_arrow_r::after, .link_arrow_r2::after  {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: #990000 solid 2px;
  border-right: #990000 solid 2px;
  margin-left: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 667px) {
  .page_title .link_arrow_r {
    position: relative;
    text-align: right;
    right: 0;
    font-size: 13px;
    border-top: #F1F1F1 solid 1px;
    padding: 14px 10px 0;
  }
  .page_title .link_arrow_r2 {
    position: relative;
    text-align: right;
    right: 0;
    top: 4px;
    font-size: 13px;
    padding: 14px 10px;
  }
}
/*地域タイトル*/
#sec_page_header {
  background-color: #990100;
}

#sec_page_header > section {
  position: relative;
}

#catch{
  text-align:center;
  margin:40px auto 18px;
}
#catch .ttl{
  font-size:22px;
  line-height:2;
}

#select #content .map {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#select #content .map .txt {
  position: absolute;
  top: 46px;
  left: 46px;
}

@media screen and (max-width: 667px) {
  #content h1 {
    background: #990000 url(../images/ico_title.gif) no-repeat 10px 50%;
    background-size: 18px;
    font-size: 19px;
    padding: 15px 10px 15px 37px;
    margin: 0 0 15px;
  }
  #catch{
    margin:15px auto 10px;
  }
  #catch .ttl{
    font-size:17px;
    line-height:1.5;
  }
  #select #content ul.list {
    margin: 0 10px 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }

  #select #content ul.list li {
    border-bottom: 1px dotted #cccccc;
  }

  #select #content ul.list li:last-child {
    border-bottom: none;
  }

  #select #content ul.list li a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 15px;
    background: url(../images/sp_ico_arrow.png) no-repeat 95% 50%;
    background-size: 7px;
  }

  #select #content ul.list li a::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: #999999 solid 2px;
    border-right: #999999 solid 2px;
    margin: auto;
    transform: rotate(45deg);
  }

  .pageTop {
    display: none;
  }
}

