@charset "UTF-8";

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

p {
  line-height: 1.4;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-out;
}

label,
button,
input,
select {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

div {
  box-sizing: border-box;
}

.pc {
  display: initial;
}

.sp {
  display: none;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.red {
  color: var(--secondary-600);
}

.mb10 {
  margin-bottom: 10px;
}

.t-center {
  text-align: center;
}

.renew_center {
  text-align: center;
  font-size: 1.6rem;
}

/* body */
.store {
  margin: 80px auto;
  text-align: center;
}

.h1_ttl {
  font-size: 32px;
  margin: 16px auto;
  color: #333;
  text-align: center;
}

.h2_ttl {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  color: #333;
}

.store_modal_content {
  margin: 40px auto 0;
}

.store_modal_txt {
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: underline;
}

.store_modal_txt .marker_yellow {
  font-size: 2rem;
  background: linear-gradient(transparent 60%, #ffae12 60%);
}

.search_box_wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.search_box {
  position: relative;
  max-width: 320px;
  width: 100%;
}

.search_box_input {
  width: 100%;
  padding: 16px 20px;
  color: #333;
  border-radius: 6px;
  outline: var(--primary);
  box-sizing: border-box;
  font-size: 1.6rem;
  border-radius: 8px;
  border: 2px solid var(--Neutral-100, #E7E7E7);
  background: var(--white);
}

.search_box_input::placeholder {
  transition: 0.3s ease;
}

.search_box_input:hover::placeholder {
  color: #333;
}

.search_button_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
  border: none;
}

.search_button_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-60%, -50%);
  background-image: url(/assets/img/store_renewal/icon_search.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.zmap {
  margin-top: 40px;
  max-width: 920px;
  width: 100%;
  height: 400px;
  border: 3px solid var(--Neutral-500, #999);
  border-radius: 8px;
  box-sizing: content-box;
}

.zmap>div {
  border-radius: 4px;
}

.shop_support_kitamura_wrap {
  margin: 40px auto 0;
}

.shop_support_kitamura_wrap .balloon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: auto;
  text-align: center;
}

.shop_support_kitamura_wrap .balloon {
  width: 20px;
}

.shop_support_kitamura_wrap .balloon:last-of-type {
  transform: scale(-1, 1);
}

.shop_support_kitamura {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: 10px auto 0;
  border-radius: 8px;
  max-width: 620px;
  background: #ECF9FF;
}

.shop_support_kitamura h4 {
  font-size: 20px;
  margin: 6px auto;
}

.zmap img {
  max-width: none;
}

.map {
  padding: 60px 0 0;
}

.map_area {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 24px auto;
  overflow: hidden;
}

.map_area::after {
  content: "";
  position: absolute;
  top: -107px;
  right: -127px;
  height: 850px;
  width: 1211px;
  background-image: url(/assets/img/store_renewal/map_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.map_area::after {
  content: "";
  position: absolute;
  top: -104px;
  right: -127px;
  height: 850px;
  width: 1211px;
  background-image: url(/assets/img/store_renewal/map_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}

.map_area.move::after {
  top: 0;
}

.pinArea {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: 0.3s ease-out;
}

#mapPin svg {
  display: block;
  margin: auto;
}

#mapPin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.map_area.move #mapPin {
  top: calc(50% + 104px);
}

.pinArea_card.card {
  height: auto;
  margin: auto;
}

.pinArea_card.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.pinArea_card #close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.pinArea_card #close::before {
  transform: rotate(-45deg);
}

.pinArea_card #close::after {
  transform: rotate(45deg);
}

.pinArea_card #close::after,
.pinArea_card #close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #000;
}

.location_btn {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  border-radius: 8px;
  padding: 16px 40px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.location_btn:hover {
  color: var(--primary);
  background: #fff;
}

.near {
  margin: 60px auto;
}

.store_list_near {
  display: flex;
  overflow-x: auto;
}

.card {
  width: 284px;
  margin-right: 12px;
  height: 314px;
  border-radius: 8px;
  padding: 18px 16px 20px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  visibility: inherit;
  opacity: 1;
  transition: 0.3s ease-out;
}

.card_content:first-of-type {
  margin: 0 auto 8px;
}

.card_content {
  margin: 8px auto;
}

.card_buttton_wrap,
.card_link_wrap {
  margin-top: 16px;
}

.shop_ttl {
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: bold;
}

.shop_address,
.shop_business {
  font-size: 12px;
  height: 35px;
}

#store-app .button {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-radius: 5px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

#store-app .button .fill-white {
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0, -50%);
  fill: #fff;
}

#store-app .button.web {
  font-weight: bold;
  color: #333;
  background: #fff;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid #333;
  padding: 0 0px 4px;
  max-width: 160px;
  width: 100%;
  margin: 14px auto 6px;
}

.card_link_wrap .t-center {
  width: 100%;
  font-size: 12px;
}

#store-app .icon_link {
  max-width: 30px;
}

#store-app .button.fill-red {
  background-color: #CF1631;
  border-radius: 60px;
  color: #fff;
  padding: 12px 0;
}

#store-app .reserve-tel .phone-number .title {
  font-size: 12px;
  font-weight: bold;
}

#store-app .reserve-tel .phone-number .number {
  position: relative;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  padding-left: 16px;
}

.search {
  margin: 0 auto 60px;
}

.search .tone-contents {
  padding: 60px 0;
  background: var(--background-blue);
}

.search_wrap select {
  position: relative;
  display: block;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #E7E7E7;
  background-color: var(--white);
  border-radius: 8px;
  font-size: 16px;
  padding: 16px 20px;
  margin-bottom: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--black);
  transition: 0.3s ease-out;
  background-image: url(/assets/img/store_renewal/f105.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 13px;
  cursor: pointer;
}

.search_wrap select.hidden {
  display: none;
}

.search .h3_ttl {
  margin: 32px auto 24px;
  font-size: 32px;
  text-align: center;
}

.search_checkbox_wrap {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  justify-content: center;
}

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

input[type="checkbox"]+span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: #FFFFFF;
  border: 1px solid #837C7C;
  border-radius: 2px;
}

input[type="checkbox"]:checked+span::before {
  background-image: url("/assets/img/store_renewal/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary);
  border-color: var(--primary);
}

input[type="checkbox"]:focus+span::before {
  border-color: var(--primary);
}

.cvButton.search_btn a::after {
  content: none;
}

.search_checkbox span {
  position: relative;
  padding-left: 24px;
}

/* pagenation */
.search_pagenation {
  margin: 40px auto 0;
}

.pagenetion_box.current a.pagenetion_box_link {
  color: #fff;
}

.pagenetion_box.current a.pagenetion_box_link {
  color: #fff;
}

a.pagenetion_box_link {
  width: 100%;
  height: 100%;
  line-height: 2;
  text-align: center;
}

.pagenetion_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 5px;
  color: #333;
  border: 1px solid #B4B4B4;
  font-size: 18px;
  line-height: 1;
  transition: 0.2s ease-out;
  box-sizing: border-box;
}

.pagenetion_box:hover {
  color: #fff;
  border-color: #CC0033;
  background-color: #CC0033;
}

.pagenetion_box:hover a.pagenetion_box_link {
  color: #fff;
}

.pagenetion_box a.pagenetion_box_link {
  color: #333;
}

li.pagenetion_box.disabled {
  border: none;
}

li.pagenetion_box.disabled:hover {
  background-color: #fff;
  color: black;
}

.pagenetion_box.disabled:hover a.pagenetion_box_link {
  color: #333;
}

.pagenetion_box.current {
  color: #fff;
  border-color: #CC0033;
  background-color: #CC0033;
}

.search_pagenation .flex-box {
  justify-content: center;
}

.pagenetion_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.pagenetion_box.point {
  background-image: url(/assets/img/store_renewal/icon_pagenation_3point.svg);
  background-repeat: no-repeat;
  background-size: 11px 2px;
  width: 20px;
  background-position: center;
  border: none;
  pointer-events: none;
}

.pagenetion_box.arrow_right {
  background-image: url(/assets/img/store_renewal/icon_pagenation_right.svg);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center;
  border: 1px solid rgb(204, 0, 51, 0);
}

.pagenetion_box.arrow_left {
  background-image: url(/assets/img/store_renewal/icon_pagenation_left.svg);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center;
  border: 1px solid rgb(204, 0, 51, 0);
}

.pagenetion_box.arrow_right:hover,
.pagenetion_box.arrow_left:hover {
  opacity: 0.6;
  border: 1px solid #fff;
  color: #333;
  background-color: #fff;
}

/* 重要なお知らせ */
.Systemfailure {
  max-width: 1024px;
  width: 100%;
  margin: 40px auto;
  padding: 20px 20px;
  border: 2px solid #CC0F31;
  box-sizing: border-box;
}

#store-app .worries p.Systemfailure_txt_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #CC0033;
}

#store-app .worries p.Systemfailure_txt {
  font-size: 14px;
  line-height: 1.6;
  color: #CC0033;
  font-weight: bold;
}

/* メンテナンス文言追加 */
.mainte_wrap {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12px;
  border-top: 2px solid #CC0F31;
  border-bottom: 2px solid #CC0F31;
  box-sizing: border-box;
  text-align: center;
  color: #CC0F31;
}

.mainte_wrap a.under_line {
  color: #333;
  display: block;
  margin-top: 16px;
  text-align: left;
}

a.under_line {
  text-decoration: underline;
}

#store-app .worries p.mainte_txt_ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#store-app .worries p.mainte_txt {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.5;
}

/* yoyakuBnr */
.yoyakuBnr_link {
  display: block;
  margin: auto;
  width: fit-content;
  box-shadow: 0px 0px 20px 0px rgba(0, 148, 255, 0.08);
}

.yoyakuBnr_link img {
  text-align: center;
  transition: 0.3s ease;
}

@media (hover:hover) {
  .yoyakuBnr_link:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 767px) {
  .filterStore {
    position: fixed;
    bottom: 0;
    left: 50%;
    flex-direction: inherit;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px;
    transform: translate(-50%, 0);
    background-color: #5EB4E1;
    box-shadow: none;
    font-size: 3.2vw;
    z-index: 10;
    border-radius: 0;
    color: #fff;
  }

  .zmap {
    width: 100%;
  }

  .filterStore label {
    align-items: center;
    padding: 2vw;
    font-size: 2vw;
    background-color: #fff;
    color: #333;
    vertical-align: middle;
    display: inherit;
  }

  .filterStore label.active {
    color: #333;
    background-color: #fff;
  }

  .filterStore label input {
    margin-right: 5px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  .h1_ttl {
    font-size: 28px;
  }

  .store {
    margin: 40px auto 0;
  }

  .store_modal_content {
    margin: 0;
  }

  .store_modal_content .h2_ttl {
    font-size: 28px;
  }

  .store_modal_content .modalOpen_text img.sp-only {
    max-width: 300px;
    width: 100%;
    display: block;
  }

  .flex-box {
    flex-wrap: wrap;
  }

  /* ポップアップ 電話番号  */
  .tel_popup_content {
    bottom: 20px;
    right: 10px;
  }

  .tel_popup_ttl {
    padding: 7px 8px 2px;
    font-size: 10px;
    line-height: 1.4;
    border-radius: 15px 15px 0 0;
  }

  .tel_popuptxt_wrap {
    padding: 8px 10px;
    border-radius: 0 0 15px 15px;
  }

  .tel_popuptxt_box h2 {
    font-size: 12px;
    padding-left: 10px;
    background: url(/assets/img/commons/icon_tel-og.svg)left top /8px no-repeat;
  }

  .tel_popuptxt_box p {
    font-size: 12px;
  }

  .tel_popuptxt_wrap img {
    width: 34px;
  }

  .tel_popup_ttl .sp {
    display: initial;
  }

  .tel_popup_content .modal_bnr.sp {
    max-width: 50%;
    margin-left: auto;
    display: block;
  }

  .popupButton {
    position: relative;
  }

  .popupButton::after,
  .popupButton::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0px;
    width: 23px;
    height: 2px;
    background: #333;
  }

  .popupButton::after {
    transform: rotate(45deg);
  }

  .popupButton::before {
    transform: rotate(-45deg);
  }

  /* map */
  .map_area {
    width: 90vw;
    height: 110vw;
  }

  .map_area::after {
    top: -23vw;
    left: -29vw;
    height: 198vw;
    width: 150vw;
    background-image: url(/assets/img/store_renewal/map_img-sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* worries */
  .h2_ttl {
    font-size: 24px;
  }

  .search_box_input {
    font-size: 14px;
  }

  .card_wrap.flex-box {
    flex-wrap: nowrap;
  }

  .search .h3_ttl {
    margin: 32px auto 16px;
    font-size: 18px;
  }

  /* pagenation */
  .search_pagenation .flex-box {
    flex-wrap: nowrap;
  }

  .pagenetion_box {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin: 0 1vw;
  }


  /* メンテナンス文言追加 */
  .mainte_wrap {
    padding: 16px 8px;
    margin: 40px auto;
  }

  #store-app .worries p.mainte_txt_ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #store-app .worries p.mainte_txt {
    font-size: 14px;
  }

}


.search.child .h1_ttl {
  margin: 0 auto 24px;

}

.search.child .search_btn {
  margin: 24px auto 0;
}

.results {
  margin: 60px auto;
}

.results .card_wrap {
  margin: 40px auto 0;
  flex-wrap: wrap;
}

.results .card_wrap .card {
  max-width: 48%;
  width: 100%;
  height: auto;
  margin-right: 0;
}

.results .card_wrap .card:not(:nth-of-type(-n+2)) {
  margin-top: 37px;
}

.float_filterStore {
  position: fixed;
  right: 25px;
  bottom: 40px;
  max-width: 400px;
  width: 100%;
  align-items: center;
  padding: 12px 8px;
  background: var(--primary);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.float_filterStore .h3_ttl {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.float_filterStore .search_checkbox_wrap {
  max-width: 270px;
  padding: 10px;
  background-color: #FFFFFF;
  margin: 0 auto;
}

/* バナー */
#popupBnr.tel_popup_content {
  bottom: 30px;
}

.tel_popup_content .modal_bnr {
  max-width: 240px;
}

.popupButton {
  position: relative;
  width: 23px;
  height: 40px;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}

.popupButton::after,
.popupButton::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0px;
  width: 23px;
  height: 2px;
  background: #333;
}

.popupButton::after {
  transform: rotate(45deg);
}

.popupButton::before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .search .tone-contents {
    padding: 60px 16px;
  }

  .search.child .h1_ttl {
    font-size: 24px;
    line-height: 1.3;
  }

  .results .h2_ttl {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .results .card_wrap .card:not(:first-of-type) {
    margin-top: 20px;
  }

  .results .card_wrap .card {
    max-width: 100%;
  }

  .float_filterStore {
    right: 0;
    bottom: 0;
    justify-content: center;
    max-width: 100%;
  }

  .float_filterStore .search_checkbox_wrap {
    max-width: 65%;
    padding: 9px;
    font-size: 11px;
    margin: 0;
    margin-left: 16px;
  }

  .tel_popup_content .modal_bnr {
    max-width: 160px;
  }

  .tel_popup_content button {
    max-width: 200px;
  }

  .tel_popup_content button:hover {
    opacity: 1;
  }

  .tel_popup_content .modal_bnr.sp {
    max-width: 100%;
  }

  .renew_center {
    font-size: 16px;
    line-height: 1.5;
  }

  #footer #footer-links {
    padding: 0;
  }
}

/* worries */
.worries .tone-contents {
  max-width: 920px;
}

.worries p {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
}

.worries_contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.worries_announceBox {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--white);
}

.worries_announceBox p {
  margin-left: 0;
  font-size: 18px;
  display: inline-block;
}

.announce_illust:last-of-type {
  transform: scale(-1, 1);
}

.worries_announceBox_txt {
  font-size: 18px;
}

.worries_announceBox_txt.red {
  color: var(--docomo-red);
}

/* アコーディオン */
.accordion_container {
  width: 100%;
  max-width: 1024px;
}

.accordion_container>div table {
  margin: 40px auto 32px;
}

/* table */
th {
  padding: 20px 0;
  font-size: 16px;
}

.thead th {
  position: relative;
  width: 300px;
  padding: 20px 0px 10px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  border-top: 1px solid var(--gray10, #D9D9D9);
  border-left: 1px solid var(--gray10, #D9D9D9);
}

.thead th:first-of-type {
  width: 168px;
}

.thead th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #CC0F31;
}

.th_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.th_box img {
  max-width: 40px;
  width: 100%;
}

table {
  border-collapse: initial;
  text-indent: initial;
  border-spacing: 0px;
}

.tbl {
  width: 100%;
}

.tbl tr:first-child th,
.tbl tr:nth-child(2) th {
  border-top: 1px solid var(--gray10, #D9D9D9);
  border-left: 1px solid var(--gray10, #D9D9D9);
}

.tbl th:last-child {
  border-right: 2px solid var(--gray10, #D9D9D9);
}

.tbl th:first-child {
  opacity: 0;
}

.tbl tr:nth-child(2) td:first-child {
  border-top: 1px solid var(--gray10, #D9D9D9);
  border-left: 1px solid var(--gray10, #D9D9D9);
}

.tbl td {
  padding: 16px;
  border-top: 1px solid var(--gray10, #D9D9D9);
  border-left: 1px solid var(--gray10, #D9D9D9);
  background: var(--white);
}

.tbl td p {
  font-size: 14px;
}

.tbl td:first-child {
  padding: 15px 8px;
  background: #F4F4F4;
  border-top: 1px solid var(--gray10, #D9D9D9);
  border-left: 1px solid var(--gray10, #D9D9D9);
  font-weight: bold;
  text-align: center;
}

.tbl td span,
th span {
  position: relative;
}

.tbl td .cmt {
  position: absolute;
  bottom: -5px;
  right: -30px;
  font-size: 11px;
}

.tbl td:last-child {
  border-right: 1px solid var(--gray10, #D9D9D9);
}

.tbl .last td {
  border-bottom: 1px solid var(--gray10, #D9D9D9);
}

@media screen and (max-width:869px) {
  .thead th {
    font-size: 12px;
  }

  .th_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .th_box img {
    width: 36px;
  }

  .tbl td:first-child {
    width: 34%;
  }
}

.contact_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.contact_box {
  max-width: 384px;
  width: 100%;
  margin: auto;
  padding: 40px;
}

.contact_box.customerSupport {
  background: var(--light-blue02, #F2F8FF);
}

.contact_box.docomoshop {
  background: var(--white);
}

.contact_box .h2_ttl {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
}

.contact_box .h2_ttl img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.customerSupport_illust01,
.raitenyoyaku_illust01 {
  left: -20px;
}

.customerSupport_illust02,
.raitenyoyaku_illust02 {
  right: -20px;
}

.customerSupport .h2_ttl {
  color: var(--primary);
}

.docomoshop .h2_ttl {
  color: var(--docomo-red);
}

.ttl_bar {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 14px auto 20px;
  stroke: var(--docomo-red);
}

.window {
  display: flex;
  max-width: 343px;
  width: 100%;
  margin: auto;
  padding: 24px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: var(--background-red);
}

.window h3 {
  font-size: 16px;
}

.customerSupport .window {
  background: var(--white);
}

p.tel_btn_deco {
  font-size: 14px;
}

.tel_btn-icon {
  fill: var(--docomo-red);
}

.tel_btn-nmb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel_btn-nmb .tel_btn-icon {
  width: 15px;
  margin-right: 3px;
}

.customerSupport {

  .tel_btn_box strong,
  .tel_btn-nmb {
    color: var(--primary);
  }

  .ttl_bar {
    stroke: var(--primary);
  }

  .tel_btn-nmb .tel_btn-icon {
    fill: var(--primary);
  }
}

.worries p.tel_btn-txt {
  font-size: 22px;
  font-weight: bold;
}

.docomo-red {
  color: var(--docomo-red);
}

.docomoshop .tel_btn_box strong {
  color: var(--docomo-red);
}

.tel_modal-txt_day {
  color: var(--black);
  margin-bottom: 0;
}




.logo_box {
  padding-top: 12px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #D9D9D9;
}

.logo_box .flex-box {
  height: 75px;
  margin: 5px auto 0;
  align-items: center;
  justify-content: center;
}

@media (hover:hover) {

  .logo_box .flex-box button:hover,
  .logo_box .flex-box a:hover {
    opacity: 0.6;
  }
}

.logo-kitamura {
  max-width: 64px;
  width: 100%;
  margin-left:
    18px;
}

.worries_box:last-of-type .logo-kitamura {
  margin-left: 0;
}

.underNav {
  display: none;
}

#footer {
  padding-bottom: 0 !important;
}

.logo_docomo {
  width: 64px;
  height: 64px;
}

.docomologo {
  height: 64px;
  width: 64px;
  margin-bottom: 5px;
}

.kitamuralogo {
  height: 64px;
  width: 64px;
  margin-bottom: 5px;
}

.locationLogo {
  margin-bottom: 10px;
  height: 64px;
  width: 64px;
}

.searchDLogo {
  height: 64px;
  width: 64px;
  margin-bottom: 5px;
}

.searchKLogo {
  height: 64px;
  width: 64px;
  margin-bottom: 5px;
}

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

  /* worries */
  .worries {
    margin: 30px auto 0;
  }

  .worries .tone-contents {
    padding: 0;
  }

  .worries_contents {
    gap: 16px;
    padding: 0 16px;
  }

  .worries p {
    font-size: 14px;
    line-height: 1.3;
  }

  .accordion-wrapper {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  /* map */
  .search_box_wrap {
    flex-direction: column;
  }

  .location_btn,
  .search_box {
    max-width: 100%;
  }

  .logo_docomo {
    height: 43px;
    max-width: 43px;
  }

  .logo-kitamura {
    max-width: 43px;
    margin-left: 10px;
  }

  .logo_box .flex-box {
    height: 42px;
    justify-content: center;
    align-items: center;
  }

  .worries_announceBox {
    text-align: center;
  }

  .announce_illust {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  .worries_announceBox p {
    max-width: 85%;
  }

  .contact_box {
    max-width: 100%;
    padding: 24px 16px;
  }

  .contact_box .h2_ttl {
    font-size: 20px;
  }

  .contact_contents {
    gap: 42px;
  }

  .contact_box .h2_ttl img {
    top: -40px;
  }

  .window h3 {
    font-size: 14px;
  }

  .window {
    gap: 8px;
  }

  .worries p.tel_btn-txt {
    font-size: 21px;
  }

  p.tel_btn_deco {
    margin-bottom: 0;
  }

  /* アコーディオン */
  .accordion-btn {
    padding: 24px 16px;
    font-size: 16px;
  }

  .accordion-btn::after {
    right: 16px;
  }
}

@media all and (max-width: 375px) {
  .customerSupport .h2_ttl img {
    width: 11vw;
  }

  .customerSupport_illust01,
  .raitenyoyaku_illust01 {
    left: -20px;
  }

  .customerSupport_illust02,
  .raitenyoyaku_illust02 {
    right: -20px;
  }

  .raitenyoyaku_illust01 {
    width: 11vw;
  }

  .raitenyoyaku_illust02 {
    width: 10vw;
  }
}

.annotation {
  margin-left: auto;
  margin-right: auto;
}

.annotation li {
  line-height: 1.5;
  font-size: 12px;
}

.shop_ttl {
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: bold;
}

.card {
  width: 300px;
  margin-right: 12px;
  height: auto;
  border-radius: 8px;
  padding: 18px 16px 20px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  visibility: inherit;
  opacity: 1;
  transition: 0.3s ease-out;
}

.warn-title {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}

.warn p {
  font-size: 8px;
}

.warn {
  margin-top: 10px;
  background-color: #F1F1F1;
  color: #333;
  padding: 8px;
}

@media all and (max-width: 768px) {
  .warn p {
    font-size: 10px;
  }

  .warn-title {
    font-size: 12px;
  }
}

.pin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.pin p {
  font-weight: bold;
}

img.pin_docomo {
  height: 54px;
  margin-right: 5px;
}

img.pin_kitamura {
  height: 54px;
  margin-right: 5px;
}

.mr-1 {
  margin-right: 20px;
}

.pin_docomo_svg {
  height: 76px;
}




img[src="/assets/img/store/pin/mapPin_docomo.svg"] {
  width: 76px !important;
  ;
  height: auto !important;
  ;
}

img[src="/assets/img/store/pin/mapPin_kitamura.svg"] {
  width: 76px !important;
  ;
  height: auto !important;
  ;
}