@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto, .result span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 店舗検索トップ
======================================================*/
.bg {
  background: #FFFDEA;
}

.bg2 {
  background: #FDF9CB;
}

.bg3 {
  background: #FDF17D;
}

.bg_gry {
  background: #F8F8F8;
}

.inner {
  width: min(100%, 860px);
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 18px;
  }
}

.area {
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 40px 0;
  }
}
.area.other_search {
  padding: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .area.other_search {
    padding: 0 0 40px;
  }
}
.area.other_search .container {
  border-top: 1px solid #F07F0F;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .area.other_search .container {
    padding-top: 40px;
  }
}

.more {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .more {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* ▼ 店舗検索
----------------------------------------*/
.check_list_head, .location_head {
  margin-bottom: 15px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .check_list_head {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .location_head {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.check_list_head span {
  font-size: 14px;
  color: #666666;
}

/* チェックボックス、ラジオボタンカスタム */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + .check-parts {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + .check-parts::before {
  content: "";
  background: #BBBBBB;
  border-radius: 3px;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .check-parts {
    padding-left: 25px;
  }
  input[type=checkbox] + .check-parts::before {
    width: 20px;
    height: 20px;
  }
}
input[type=checkbox]:checked + .check-parts::before {
  background: #F07F0F;
}
input[type=checkbox]:checked + .check-parts::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 11px;
  position: absolute;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  top: 6px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked + .check-parts::after {
    width: 4px;
    height: 9px;
    top: 5px;
    left: 7px;
  }
}

.check_list {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 15px;
  margin-bottom: 40px;
}
.check_list li input[type=checkbox] + .check-parts {
  background: #fff;
  border: 1px solid #F07F0F;
  border-radius: 8px;
  padding: 17px 20px 16px 50px;
  width: 100%;
}
.check_list li input[type=checkbox] + .check-parts::before {
  top: 18px;
  left: 20px;
}
.check_list li input[type=checkbox]:checked + .check-parts::after {
  top: 22px;
  left: 28px;
}
@media screen and (max-width: 767px) {
  .check_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
    margin-bottom: 50px;
  }
  .check_list li input[type=checkbox] + .check-parts {
    padding: 13px 0 13px 40px;
    width: 100%;
  }
  .check_list li input[type=checkbox] + .check-parts::before {
    top: 15px;
    left: 13px;
  }
  .check_list li input[type=checkbox]:checked + .check-parts::after {
    top: 18px;
    left: 20px;
  }
}

.location {
  margin-bottom: 40px;
}
.location_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.location_grid input[type=text], .location_grid input[type=checkbox] + .check-parts {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.location_grid input[type=text] {
  width: calc(100% - 1.5em);
  padding: 0 25px;
  margin-right: 0.5em;
  font-size: 16px;
  border-radius: 0;
}
.location_grid input[type=checkbox] + .check-parts {
  background-image: url(https://tw.dailyservice.co.jp/assets/common/img/shop/icon_pin.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 18px 15px 17px 45px;
  width: 100%;
  font-size: 14px;
}
.location_grid input[type=checkbox] + .check-parts::before {
  top: 18px;
  left: 15px;
}
.location_grid input[type=checkbox]:checked + .check-parts::after {
  top: 22px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  .location_grid {
    grid-template-columns: 100%;
  }
  .location_grid input[type=text], .location_grid input[type=checkbox] + .check-parts {
    height: 50px;
  }
  .location_grid input[type=checkbox] + .check-parts {
    background-size: 18px;
    padding: 13px 15px 13px 43px;
    width: 100%;
  }
  .location_grid input[type=checkbox] + .check-parts::before {
    top: 14px;
    left: 13px;
  }
  .location_grid input[type=checkbox]:checked + .check-parts::after {
    top: 17px;
    left: 20px;
  }
}

.search_accordion {
  background: #fff;
  border: 1px solid #F07F0F;
}
.search_accordion:not(:last-of-type) {
  margin-bottom: 30px;
}
.search_accordion dt {
  padding: 20px 25px;
  position: relative;
  cursor: pointer;
}
.search_accordion dt span {
  background: #F07F0F;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.search_accordion dt span::before, .search_accordion dt span::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.search_accordion dt span::before {
  width: 11px;
  border-top: 1px solid #fff;
  left: 9px;
}
.search_accordion dt.open span::after {
  height: 11px;
  border-left: 1px solid #fff;
  left: 14px;
}
.search_accordion dd {
  display: none;
  border-top: 1px solid #F07F0F;
  padding: 27px 25px;
}
.search_accordion dd .col3, .search_accordion dd .col4 {
  gap: 25px 50px;
  width: min(100%, 675px);
  margin: 0 auto;
}
.search_accordion dd .col3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.search_accordion dd .col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search_accordion:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .search_accordion dt {
    padding: 15px 20px;
    font-size: 15px;
  }
  .search_accordion dd {
    padding: 22px 20px;
  }
  .search_accordion dd .col3, .search_accordion dd .col4 {
    width: 90%;
  }
  .search_accordion dd .col3 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 10px 15px;
  }
  .search_accordion dd .col4 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 13px 15px;
  }
}

.search_initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.search_initial div {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #F07F0F;
  border-radius: 8px;
  height: 60px;
  color: #F07F0F;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_initial {
    gap: 5px;
  }
  .search_initial div {
    width: auto;
    min-width: 130px;
    height: 50px;
    padding: 0 14px;
    font-size: 12px;
  }
}

.search_ttl, .brand_list_ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search_ttl, .brand_list_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.brand_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 8px;
}
.brand_list li a {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .brand_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.momre_search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
}
.momre_search div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  height: 40px;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.momre_search div p span {
  margin-top: 0.3em;
}
.momre_search div ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}
.momre_search div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  height: 65px;
  text-align: center;
  background-color: #fff;
}
.momre_search div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.momre_search div ul li a::after {
  content: "";
  display: inline-block;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/icon_blank.svg) no-repeat center/contain;
  width: 13px;
  height: 13px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .momre_search {
    grid-template-columns: 1fr;
  }
  .momre_search div p {
    height: auto;
    margin-bottom: 17px;
  }
  .momre_search div ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }
  .momre_search div ul li {
    height: 50px;
  }
  .momre_search div ul li a::after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}

.popup {
  cursor: pointer;
}

#cboxLoadedContent {
  padding: 60px 20px 37px;
  margin-bottom: 0 !important;
}

#popup1 .popup_notes {
  width: 284px;
  font-size: 14px;
}
#popup1 .popup_list li:nth-last-child(7) {
  margin-right: 100px;
}

#popup2 .popup_list li:nth-last-child(11) {
  margin-right: 200px;
}

.popup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 10px;
  width: 284px;
  margin: 0 auto;
}
.popup_list li a {
  border-radius: 50px;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  color: #F07F0E;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.popup_list li a:hover {
  opacity: 1;
  background: #F07F0E;
  color: #fff;
}

.popup_close {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup_close {
    right: 15px;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

#colorbox {
  z-index: 99999;
}

.map_area {
  max-width: 750px;
}

.tab_list, .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 5px;
  margin: 0 auto 26px;
  width: min(100%, 399px);
}
.tab_list li, .area_list li {
  width: 96px;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
}
.tab_list li.active, .tab_list li:hover, .area_list li.active, .area_list li:hover {
  background: #F07F0E;
  border-color: #F07F0E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab_list li, .area_list li {
    width: calc((100% - 10px) / 3);
  }
}

.area_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}

.tab_article {
  display: none;
}
.tab_article.active {
  display: block;
}
.tab_article .notes {
  font-size: 11px;
  margin: 0 0 5px;
}
.tab_article .floor_map {
  border: 1px solid #DEDEDE;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .tab_article .floor_map {
    overflow-x: auto;
    height: 390px;
  }
  .tab_article .floor_map img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
}
.tab_article .list_ttl {
  margin-bottom: 10px;
}
.tab_article .list {
  font-size: 14px;
  counter-reset: listnum;
  list-style: none;
}
.tab_article .list:not(:last-of-type) {
  margin-bottom: 20px;
}
.tab_article .list li:not(:last-child) {
  margin-bottom: 14px;
}
.tab_article .list li a {
  padding-left: 25px;
  position: relative;
}
.tab_article .list li a:before {
  content: counter(listnum);
  counter-increment: listnum;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 20px;
  width: 20px;
  text-indent: -0.1em;
  font-size: 100%;
  line-height: 17px;
  position: absolute;
  letter-spacing: -0.1em;
  top: 1px;
  left: 0;
}

/* ▼ 店舗一覧
----------------------------------------*/
.back {
  margin-bottom: 30px;
}
.back a {
  color: #2E51B2;
  text-decoration: underline;
}
.back a::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  border: 1.3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  margin-left: 5px;
}
.back a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .back {
    margin-bottom: 20px;
  }
}

.result {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.result span {
  margin: 0 0.15em 0 0.5em;
  font-size: 36px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .result {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .result span {
    font-size: 32px;
  }
}

.shop_box {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.shop_box:not(:last-of-type) {
  margin-bottom: 20px;
}
.shop_box > a {
  background: #fff;
  display: block;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .shop_box:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .shop_box > a {
    padding: 20px;
  }
  .shop_box .cat li.cat1, .shop_box .cat li.cat2 {
    font-size: 12px;
    padding: 1px 8px;
  }
}
.shop_box .shop_name {
  border-bottom: 1px dotted #C9C9C9;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_box .shop_name {
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.shop_box .hours {
  padding-right: 149px;
  margin-top: 10px;
}
.shop_box .hours span {
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .shop_box .hours {
    padding-right: 130px;
  }
}
.shop_box .map_link, .shop_box .site_link {
  font-weight: 500;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 16px;
}
.shop_box .map_link a, .shop_box .site_link a {
  padding-left: 18px;
}
.shop_box .map_link a:hover, .shop_box .site_link a:hover {
  opacity: 1;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .shop_box .map_link, .shop_box .site_link {
    right: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}
.shop_box .map_link a {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/shop/icon_map_pin.svg) no-repeat left center/auto;
}
@media screen and (max-width: 767px) {
  .shop_box .map_link a {
    padding-left: 15px;
    background-size: 10px;
  }
}
.shop_box .site_link a {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/shop/icon_hp.svg) no-repeat left center/auto;
}
@media screen and (max-width: 767px) {
  .shop_box .site_link a {
    padding-left: 16px;
    background-size: 12px;
  }
}

.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.cat li.cat1, .cat li.cat2 {
  border: 1px solid currentColor;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 5px;
}
.cat li.cat1 {
  border-color: #9A9A9A;
  background: #9A9A9A;
  color: #fff;
}
.cat li.cat2 {
  border-color: #F07F0F;
  background: #F07F0F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cat {
    gap: 5px;
  }
  .cat li.cat1, .cat li.cat2 {
    font-size: 13px;
    padding: 2px 7px;
  }
  .cat li.cat2 {
    margin-right: 5px;
  }
  .cat li.icon:first-of-type {
    margin-right: 5px;
  }
}

/* ▼ 店舗詳細
----------------------------------------*/
.cat_area {
  display: inline-block;
  background: #9A9A9A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 72px;
  padding: 2px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cat_area {
    padding: 2px 7px;
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.shop_ttl {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_ttl {
    margin-bottom: 6px;
    font-size: 20px;
  }
}

.shop_detail {
  border-top: 1px dotted #C9C9C9;
  margin-top: 30px;
  width: 100%;
}
.shop_detail th, .shop_detail td {
  border-bottom: 1px dotted #C9C9C9;
  padding: 20px 0;
}
.shop_detail th {
  width: 105px;
}
.shop_detail td {
  color: #333333;
}
.shop_detail .station_map {
  background: #fff;
  border: 1px solid #F07F0F;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}
@media screen and (max-width: 767px) {
  .shop_detail {
    margin-top: 25px;
  }
  .shop_detail th, .shop_detail td {
    padding: 15px 0;
  }
  .shop_detail th {
    width: 100px;
  }
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.btn_wrap > div {
  border: 1px solid #F07F0F;
  border-radius: 8px;
  width: 200px;
  height: 60px;
  font-weight: 500;
  overflow: hidden;
}
.btn_wrap > div a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.btn_wrap > div a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
}
.btn_wrap > div.map a::before {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/shop/icon_map_pin.svg) no-repeat center/contain;
  width: 10px;
  height: 16px;
}
.btn_wrap > div.hp a::before {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/shop/icon_hp.svg) no-repeat center/contain;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    margin-top: 25px;
  }
  .btn_wrap > div {
    width: auto;
    min-width: 130px;
  }
  .btn_wrap > div a {
    padding: 0 20px;
  }
}

.txt_area {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 30px 28px 30px 34px;
  margin-top: 50px;
  color: #ACACAC;
}
@media screen and (max-width: 767px) {
  .txt_area {
    margin-top: 35px;
    padding: 15px 20px;
  }
}

.notes {
  margin-top: 13px;
  font-size: 12px;
}
.notes + .notes {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-top: 7px;
  }
}