@charset "UTF-8";
/* ==========================================================

title : 全国の五月人形店一覧【刀剣ワールド】 TOPページ
scope : 全国の五月人形店一覧【刀剣ワールド】 TOPページ

memo：旧 dolls-store-search.css + style.css

last modify : 2024/07 WEB2TCI-44534 都道府県別ページ新規作成に伴いcss整理・統合

2020/04/28 TCI福岡_sakaguchi 共通ボタンの導入

========================================================== */

/* ------------------------------------------------------------------------ */
/* ▼ 旧 style.css */
/* ------------------------------------------------------------------------ */
img {
  display: block;
  max-width: 100%;
}
.breadcrumbs {
  margin: 13px auto 10px;
}
.box_lead_txt {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 15px;
}

/* 20220831 リード文 改修 */
#js-open-box {
  display: none;
}
#js-btn-open .open-text {
  display: none;
}
#js-btn-open .close-text {
  display: block;
}
#js-btn-open.open .open-text {
  display: block;
}
#js-btn-open.open .close-text {
  display: none;
}
.cmn_link_btn.arrow_bottom .cmn_link_btn_text::after {
  right: 8px;
}
.cmn_link_btn.arrow_bottom .cmn_link_btn_text.open-text::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4px 6px 4px;
  top: calc(50% - 3px);
}
.cmn_link_btn.arrow_bottom .cmn_link_btn_text.open-text::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4px 6px 4px;
  top: calc(50% - 3px);
}
.box_lead_txt .cmn_link_btn {
  margin: 10px 0 0 auto;
  max-width: 190px;
}
.box_lead_txt p {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .box_lead_txt .cmn_link_btn_text {
    font-size: 18px;
    padding-bottom: 7px;
  }
}


/* ------------------------------------------------------------------------ */
/* ▼ 旧 dolls-store-search.css */
/* ------------------------------------------------------------------------ */
body {
  font-size: 18px;
}
img {
  vertical-align: bottom;
}
.banner_h1 .txth1 {
  line-height: 1.4;
}
/* 共通化済の詳細はこちらボタン用 */
.cmn_link_btn_text {
  font-size: 14px;
}

/* ------------------------------------ */
/* ▼ 200317 TCI_sakaguchi sp.cssをマージ */
/* ------------------------------------ */
@media only screen and (max-width: 767px)  {
  body {
    font-size: 17px;
  }
  .banner_h1 .txth1 {
    min-width: 319px;
  }
  .wcm {
    padding: 0 10px;
  }
}


/* ------------------------------------------------------------------------ */
/* ▼ 日本地図追加 WEB2TCI-44534 */
/* ------------------------------------------------------------------------ */
/* h2 */
.map_area_ttl {
  color: #94316B;
  font-size: 27px;
  line-height: 1.321;
  margin: 20px auto 16px;
  max-width: 900px;
  text-align: center;
  font-weight: 600;
}
.map_area_ttl span {
  border-bottom: 3px solid #E7C5C7;
  display: inline-block;
  padding: 3px 64px 4px 63px;
  position: relative;
}
.map_area_ttl span::before {
  background: url(../image/bg-map-area-ttl-left.png) left top no-repeat;
  background-size: contain;
  left: 0;
  top: 5px;
  content: "";
  height: 30.5px;
  position: absolute;
  width: 51.5px;
}
.map_area_ttl span::after {
  background: url(../image/bg-map-area-ttl-right.png) right top no-repeat;
  background-size: contain;
  right: 0;
  top: -2px;
  content: "";
  height: 41px;
  position: absolute;
  width: 51px;
}
.map_area {
  padding: 0 10px;
}
@media (max-width:767px) {
  .map_area_ttl {
    font-size: 24px;
    width: 100%;
  }
  .map_area_ttl span {
    padding: 3px 40px 4px 40px;
  }
  .map_area_ttl span::before {
    left: 0;
    top: 10px;
    height: 30.5px;
    width: 25px;
  }
  .map_area_ttl span::after {
    right: 0;
    top: 5px;
    height: 20px;
    position: absolute;
    width: 25px;
  }
}

/* 関連情報 */
.related_links {
  background-color: #F6EFE4;
  background-image: url(../image/bg-bnrspace1.png), url(../image/bg-bnrspace2.png);
  background-repeat: no-repeat, no-repeat;
  background-position:top left,bottom right;
  background-size: 223px 267px,269px 176px;
  margin: 40px auto 0;
  padding: 28px 0 40px;
  max-width: 1180px;
}
.related_links_ttl {
  color: #94316B;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3215;
  margin: 0 auto 20px;
  max-width: 900px;
  text-align: center;
}
.related_links_ttl .ttl_inner {
  position: relative;
}
.related_links .cmn_bnr_cap {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width:768px) {
  .related_links .cmn_bnr_area.col03 figure:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width:767px) {
  .related_links {
    margin-top: 32px;
  }
}

/* 日本地図エリア */
.lead_txt {
  margin: 16px auto 16px;
  font-size: 17px;
}
.map_wrap {
  background: url(../image/bg-map.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  margin: 1.6rem auto 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  max-width: 940px;
}
.map_svg {
  height: 100%;
  width: 100%;
}
.map_svg a:hover {
  opacity: 1;
}
.map_svg path,
.map_svg polygon {
  fill: #90c31f;
}
.map_svg a path,
.map_svg a polygon {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.map_svg text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.map_wrap.svg-00 .map_svg text{
  font-size: 13px;
}
.map_svg .st3,
.map_svg .st4,
.map_svg .st5,
.map_svg .st6 {
  font-weight: 600;
}
.map_svg a text {
  position: relative;
  z-index: 2;
}
.map_svg a:hover path,
.map_svg a:hover polygon,
.map_svg a:hover polyline {
  cursor: pointer;
  fill: #1e6ed4 !important;
}
.map_svg a .blue01 path {
  fill: #6ac8ee;
}
.map_svg a .blue02 path {
  fill: #31a9e1;
}
.map_svg a .purple path {
  fill: #b088e4;
}
.map_svg a .pink path {
  fill: #e896bd;
}
.map_svg a .red path {
  fill: #e16e79;
}
.map_svg a .orange path {
  fill: #ea9a6d;
}
.map_svg a .yellow path {
  fill: #ecba49;
}
.map_svg a .green01 path {
  fill: #8fd13a;
}
.map_svg a .green02 path {
  fill: #2bae37;
}
.map_svg a .green03 path {
  fill: #69cc8f;
}
.map_svg a .green04 path {
  fill: #bddb4b;
}
.map_svg.svg-hex-1 path,
.map_svg.svg-hex-1 polygon,
.map_svg a .hex-1 path {
  fill: #6ac9ef;
}
.map_svg.svg-hex-2 path,
.map_svg.svg-hex-2 polygon,
.map_svg a .hex-2 path {
  fill: #6ac9ef;
}
.map_svg.svg-hex-3 path,
.map_svg.svg-hex-3 polygon,
.map_svg a .hex-3 path {
  fill: #69cc8f;
}
.map_svg.svg-hex-4 path,
.map_svg.svg-hex-4 polygon,
.map_svg a .hex-4 path {
  fill: #8fd13b;
}
.map_svg.svg-hex-5 path,
.map_svg.svg-hex-5 polygon,
.map_svg a .hex-5 path {
  fill: #ea9a6e;
}
.map_svg.svg-hex-6 path,
.map_svg.svg-hex-6 polygon,
.map_svg a .hex-6 path {
  fill: #e26f7a;
}
.map_svg.svg-hex-7 path,
.map_svg.svg-hex-7 polygon,
.map_svg a .hex-7 path {
  fill: #b189e5;
}
.map_svg.svg-hex-8 path,
.map_svg.svg-hex-8 polygon,
.map_svg a .hex-8 path {
  fill: #2baf37;
}
.map_svg.svg-hex-9 path,
.map_svg.svg-hex-9 polygon,
.map_svg a .hex-9 path {
  fill: #e897be;
}
.map_svg.svg-hex-10 path,
.map_svg.svg-hex-10 polygon,
.map_svg a .hex-10 path {
  fill: #edbb4a;
}
.map_svg g.pref-capital path,
.map_svg g.pref-capital polygon {
  fill: #f294c5;
}
.map_svg.svg-hex-9 g.pref-capital path,
.map_svg.svg-hex-9 g.pref-capital polygon {
  fill: #8fd13b;
}
.map_svg a .hex-1-opacity path {
  fill: #c3e9f9;
}
.map_svg a .hex-2-opacity path {
  fill: #c3e9f9;
}
.map_svg a .hex-3-opacity path {
  fill: #9fe2b1;
}
.map_svg a .hex-4-opacity path {
  fill: #bce389;
}
.map_svg a .hex-5-opacity path {
  fill: #f2c2a8;
}
.map_svg a .hex-6-opacity path {
  fill: #eea9af;
}
.map_svg a .hex-7-opacity path {
  fill: #d0b8ef;
}
.map_svg a .hex-8-opacity path {
  fill: #80cf87;
}
.map_svg a .hex-9-opacity path {
  fill: #f1c1d8;
}
.map_svg a .hex-10-opacity path {
  fill: #f4d692;
}
.map_svg #bridge polygon,
.map_svg #bridge path,
.map_svg #bridge polyline {
  fill: #ccc;
}
.list_area_table_color th .hex-1-2 {
  background-color: #6ac9ef;
}
.list_area_table_color th .hex-3 {
  background-color: #69cc8f;
}
.list_area_table_color th .hex-4 {
  background-color: #8fd13b;
}
.list_area_table_color th .hex-5 {
  background-color: #ea9a6e;
}
.list_area_table_color th .hex-6 {
  background-color: #e26f7a;
}
.list_area_table_color th .hex-7 {
  background-color: #b189e5;
}
.list_area_table_color th .hex-8 {
  background-color: #2baf37;
}
.list_area_table_color th .hex-9 {
  background-color: #e897be;
}
.list_area_table_color th .hex-10 {
  background-color: #edbb4a;
}
.map_svg a:hover text {
  cursor: pointer;
}
.map_svg a text {
  fill: #1734e8;
  font-weight: 600;
}
.map_svg a text.text-background {
  fill: #1734e8;
  stroke-width: 5px;
  stroke: #fff;
  stroke-linejoin: round;
}
.map_svg g.disabled path,
.map_svg g.disabled polygon,
.map_svg g.disabled polyline {
  fill: #ccc;
}
.map_svg g.disabled text {
  fill: #000;
}
.map_svg g.disabled text.text-background {
  fill: #fff;
  stroke-width: 4px;
  stroke: #fff;
  stroke-linejoin: round;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map_svg a text {
    stroke-width: 0;
  }
}

.select_search_region {
  background: url(../image/ico-finger.png) no-repeat left;
  bottom: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
  padding-left: 55px;
  position: absolute;
  display: flex;
  align-items: center;
  top: 20.622%;
  right: 25.8511%;
}

/* list */
.list_area {
  margin: 40px auto;
}
.list_area_table {
  margin: 0 auto;
  max-width: 825px;
  width: 100%;
}
.list_area_table table {
  width: 100%;
}
.list_area_table th {
  padding: 0;
  padding-bottom: 3px;
  vertical-align: top;
  width: calc(134 / 770 * 100%);
}
.list_area_table tr:nth-child(n + 2) th {
  padding-top: 0.6rem;
}
.list_area_table th span {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 1.75rem;
  font-weight: normal;
  padding: 0.4rem 0;
  position: relative;
  text-align: center;
}
.list_area_table td {
  padding: 0 0 0 2.2rem;
  width: calc(592 / 770 * 100%);
}
.list_area_table_index tr:nth-child(n + 2) td {
  padding-top: 0.6rem;
}
.list_area_table td .list_table {
  display: flex;
  justify-content: inherit;
  flex-wrap: wrap;
}
.list_table li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 0.6rem;
  max-width: 100px;
  width: 100%;
  letter-spacing: 0;
}
.list_table li:last-child {
  margin-right: 0;
}
.list_area_table.list_area_table_index .list_table li:not(:last-child) {
  max-width: unset;
  width: unset;
  margin-right: 1.9rem;
}

@media (min-width: 768px) {
  .list_area_table th span:after {
    border-left: 9px solid transparent;
    border-top: 9px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .list_area_table_index tr:last-child .list_table {
    margin-top: 7px;
  }
}

.list_area .list_table li>span,
.list_area .list_table li a {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.1rem 0.2rem 1.7rem;
  position: relative;
}
.list_area .list_table li>span::before,
.list_area .list_table li a::before {
  background: url(../image/ico-search.png) left top no-repeat;
  content: "";
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1.4rem;
  font-weight: 600;
}
.list_area .list_table li>span {
  font-size: 1.7rem;
}
.list_area .list_table li>span::before {
  background: url(../image/ico-search-gr.png) left top no-repeat;
}
.list_area .list_table li a span {
  color: #1734e8;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 600;
}
.list_area .list_table li a .city_txt,
.list_area .list_table li a .area_conut {
  font-size: 1.3rem;
  color: #000;
  letter-spacing: 0;
}
.list_area .list_table li a .area_conut {
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width:767px) {
  .full_width {
    width: 100% !important;
  }
  .list_area {
    margin: 16px auto 32px;
  }
  .list_area_table {
    margin-top: 0.966667rem;
  }
  .list_area_table table,
  .list_area_table tbody,
  .list_area_table tr,
  .list_area_table th,
  .list_area_table td {
    display: block;
  }
  .list_area_table table {
    border-bottom: 1px solid #f75586;
    border-collapse: collapse;
  }
  .list_area_table tr:not(:last-child) {
    border-bottom: 1px solid #f75586;
  }
  .list_area_table th {
    border: 1px solid #f75586;
    border-bottom: none;
    cursor: pointer;
    display: block;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .list_area_table tr:nth-child(n + 2) th {
    border-top: none;
    padding-top: 0;
  }
  .list_area_table th span {
    background: #fbe8f0;
    color: #ff5b85;
    display: block;
    font-size: 1.5rem;
    margin-left: 0;
    padding: 1em 4rem 1em 2em !important;
    position: relative;
  }
  .list_area_table th span::before {
    background: #ff5b85;
    content: "";
    height: 0.66667em;
    left: 0.66667em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 0.66667em;
  }
  .list_area_table th span::after {
    background: url(../image/ico-accordion01.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.05rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    width: 1.9rem;
  }
  .list_area_table th.active span::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .list_area_table td {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease-out;
    width: 100%;
  }
  .list_area_table tr:nth-child(n + 2) td {
    padding-top: 0;
  }
  .list_area_table td .list_table {
    border-left: 1px solid #f75586;
  }
  .list_table li {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 50%;
    align-items: center;
    border-top: 1px solid #f75586;
    border-right: 1px solid #f75586;
    display: flex;
  }
  .list_area .list_table li>span,
  .list_area .list_table li a {
    padding: 0.9em 2.7rem 1em 2.5em;
    width: 100%;
  }
  .list_area .list_table li>span::before,
  .list_area .list_table li a::before {
    display: none;
  }
  .list_area .list_table li a::after {
    background: url(../image/ico-accordion02.png) center center no-repeat;
    background-size: contain;
    content: "";
    height: 1.6rem;
    position: absolute;
    right: .9rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.8rem;
  }
  .list_area .list_table li>span {
    font-size: 1.5rem;
  }
  .list_area .list_table li span {
    position: relative;
    padding-left: 3.5em;;
  }
  .list_area .list_table li span::before {
    background: #333;
    border-radius: 50%;
    content: "";
    height: 0.26667em;
    left: 2.8em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.26667em;
    display: inline-block;
  }
  .list_area .list_table li a span {
    color: #ff5b85;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 1.05rem;
    position: relative;
  }
  .list_area .list_table li a span ruby {
    display: flex;
    flex-direction: column-reverse;
  }
  .list_area .list_table li a span ruby rt {
    text-align: left;
    letter-spacing: 0;
  }
  .list_area .list_table li a span::before {
    background: #ff5b85;
    border-radius: 50%;
    content: "";
    height: 0.26667em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.26667em;
  }
  .list_area .list_table li a .city_txt,
  .list_area .list_table li a .area_conut {
    font-size: 1.2rem;
    padding-left: 0;
  }
  .list_area .list_table li a .city_txt::before,
  .list_area .list_table li a .area_conut::before{
    display: none;
  }
}