@charset "UTF-8";
.loading {
  background-image: url(../images/common/ico_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px 27px;
}
/* ====================================================
# タブブロック
==================================================== */
.tab_block {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.tab_block .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 60px;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  background-color: #D1D1D1;
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  cursor: pointer;
}
.tab_block .tab.active {
  color: #fff;
  pointer-events: none;
}
.tab_block .tab[data-name=kanto].active {
  background-color: #FB923C;
}
.tab_block .tab[data-name=kansai].active {
  background-color: #EF4444;
}
@media (hover: hover) and (pointer: fine) {
  .tab_block .tab {
    transition: background 0.3s ease;
  }
  .tab_block .tab:hover {
    background-color: #eaeaea;
  }
}
@media screen and (max-width: 767px) {
  .tab_block {
    gap: 1.5%;
  }
  .tab_block .tab {
    width: 42.55%;
    height: 36px;
    font-size: 16px;
  }
}
.page_block {
  padding: 40px 35px 35px;
  border-radius: 10px;
  background-color: #E6DDD2;
}
.page_block .page {
  display: none;
  background-color: #E6DDD2;
}
.page_block .page.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_block {
    padding: 20px 4vw;
    border-radius: 5px;
  }
}
.region_page .tab_block {
  justify-content: start;
  gap: 15px;
  border-bottom: 5px solid #D1D1D1;
}
.region_page .tab_block .tab {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .region_page .tab_block {
    gap: 1.625%;
    border-bottom-width: 3px;
  }
  .region_page .tab_block .tab {
    width: 32.25%;
    height: 30px;
    font-size: 14px;
  }
  .region_page .tab_block .tab:nth-child(3) {
    margin-left: auto;
  }
}
.region_page.region_kanto .tab_block {
  border-bottom-color: #FB923C;
}
.region_page.region_kanto .tab.active {
  background-color: #FB923C;
}
.region_page.region_kansai .tab_block {
  border-bottom-color: #EF4444;
}
.region_page.region_kansai .tab.active {
  background-color: #EF4444;
}
.region_page .page_block {
  padding: 0;
}
.pref_page .area_header {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.pref_page .area_header .area_title {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.pref_page .area_header .area_title::before,
.pref_page .area_header .area_title::after {
  content: "";
  display: block;
  position: absolute;
}
.pref_page .area_header .area_title::before {
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #444;
}
.pref_page .area_header .area_title::after {
  top: 8px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #444;
}
.pref_page .area_header .area_text {
  padding-left: 22px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pref_page .area_header .area_title {
    font-size: 18px;
  }
}
.pref_page .section_area {
  position: relative;
  margin: 0 0 50px;
}
.pref_page .section_area:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pref_page .section_area {
    margin-bottom: 30px;
  }
}
/* 店舗一覧
---------------------------------------------------- */
.list_shop .item {
  display: flex;
  padding: 20px;
  margin: 0;
  border-radius: 10px;
  background-color: #fff;
}
.list_shop .item + .item {
  margin-top: 20px;
}
.list_shop .item .shop_image {
  width: 150px;
}
.list_shop .item .shop_image a {
  display: block;
}
.list_shop .item .shop_image .thumbnail {
  width: 150px;
  padding-top: 150px;
  background-color: #F4EFEA;
}
.list_shop .item .shop_detail {
  flex: 1;
  margin: 0 20px;
  font-size: 14px;
}
.list_shop .item .shop_detail .shop_name {
  font-size: 16px;
  font-weight: bold;
}
.list_shop .item .shop_detail .shop_info > * {
  margin-top: 3px;
}
.list_shop .item .shop_detail .shop_info .address {
  font-style: normal;
}
.list_shop .item .shop_detail .shop_info dl {
  display: flex;
}
.list_shop .item .shop_detail .shop_info dl dt {
  margin-right: 5px;
}
.list_shop .item .shop_detail .flex_row {
  display: flex;
  flex-wrap: wrap;
}
.list_shop .item .shop_detail .flex_row > * {
  margin-right: 1em;
}
.list_shop .item .shop_detail .flex_row > *:last-child {
  margin-right: 0;
}
.list_shop .item .shop_detail a,
.list_shop .item .shop_detail a:link {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .list_shop .item .shop_detail a:hover {
    text-decoration: none;
  }
}
.list_shop .item .shop_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-end;
  width: 26%;
  max-width: 230px;
  min-width: 160px;
  margin: 0 0 0 auto;
  gap: 10px;
}
.list_shop .item .new {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 5px 16px 4px;
  margin-left: 10px;
  border-radius: 0 15px 0 15px;
  background-color: #6EB92B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.list_shop .item .new::after {
  content: "New";
}
@media screen and (max-width: 767px) {
  .list_shop .item {
    display: block;
    padding: 10px;
  }
  .list_shop .item .thumbnail {
    display: none;
  }
  .list_shop .item .shop_detail {
    margin: 0 0 10px;
  }
  .list_shop .item .shop_detail .address {
    margin-bottom: 10px;
  }
  .list_shop .item .shop_link {
    width: auto;
    max-width: none;
    min-width: 0;
    gap: 10px;
    width: 100%;
  }
  .list_shop .item .new {
    padding: 4px 12px 3px;
    border-radius: 0 8px 0 8px;
  }
}
.icon_train {
  width: 20px;
  height: 20px;
  background-image: url(../images/shop_list/ico_train.png);
}
.icon_time {
  width: 20px;
  height: 20px;
  background-image: url(../images/shop_list/ico_time.png);
}
.icon_pin {
  width: 20px;
  height: 20px;
  background-image: url(../images/shop_list/ico_pin.png);
}
.icon_phone {
  width: 20px;
  height: 20px;
  background-image: url(../images/shop_list/ico_phone.png);
}
.region_page .btn_kanto {
  background-color: #FB923C;
}
.region_page .btn_kansai {
  background-color: #EF4444;
}
.region_kanto .btn_style {
  background-color: #FB923C;
}
.region_kansai .btn_style {
  background-color: #EF4444;
}
/* 初期画面
---------------------------------------------------- */
.page_default .region_guide_block {
  position: relative;
  padding: 50px;
  margin: 0 0 25px;
  border-radius: 10px;
  background-color: #fff;
}
.page_default .region_guide_block::before,
.page_default .region_guide_block::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
}
.page_default .region_guide_block::before {
  top: -13px;
  left: -23px;
  width: 175px;
  height: 85px;
  background: url(../images/common/img_title_leaf01.png) no-repeat;
  background-size: contain;
}
.page_default .region_guide_block::after {
  bottom: -16px;
  right: -27px;
  width: 85px;
  height: 75px;
  background: url(../images/common/img_title_leaf02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page_default .region_guide_block {
    margin: 10px 0 15px;
    padding: 20px 15px;
    border-radius: 5px;
  }
  .page_default .region_guide_block::before {
    top: -18px;
    left: -6px;
    width: 86px;
    height: 42px;
  }
  .page_default .region_guide_block::after {
    bottom: -22px;
    right: -6px;
    width: 42px;
    height: 38px;
  }
}
.page_default .region_guide_block .guide_title {
  position: relative;
  margin: 0 0 30px;
  padding: 12px 0;
  border-top: 2px solid #8A5924;
  border-bottom: 2px solid #8A5924;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  color: #8A5924;
}
@media screen and (max-width: 767px) {
  .page_default .region_guide_block .guide_title {
    margin-bottom: 10px;
    padding: 7px 0px;
    font-size: 18px;
  }
}
.page_default .region_guide_block .btn_style {
  color: #fff;
  cursor: pointer;
}
.page_default .region_guide_block .btn_block {
  margin: 0;
}
.page_default .region_guide_block .btn_block .btn_style {
  margin: 0;
  width: 47.8%;
}
@media screen and (max-width: 767px) {
  .page_default .region_guide_block .btn_block {
    display: flex;
  }
  .page_default .region_guide_block .btn_block .btn_style {
    width: 48.4%;
    margin: 0;
  }
}
.page_default .promotion_block {
  display: flex;
}
.page_default .promotion_block .promo_detail {
  flex: 1;
  margin-right: 40px;
  background: url(../images/shop_list/bg_promo.png) right center no-repeat;
  background-size: auto 100%;
  color: #444;
}
.page_default .promotion_block .promo_detail .caption {
  font-size: 32px;
  line-height: 1.2;
}
.page_default .promotion_block .promo_detail .text {
  margin-top: 20px;
  padding-top: 20px;
  background: url(../images/common/bg_border_dots.png) left top repeat-x;
  background-size: 4px 1px;
}
.page_default .promotion_block .image {
  width: 445px;
}
@media screen and (max-width: 767px) {
  .page_default .promotion_block {
    display: block;
  }
  .page_default .promotion_block .promo_detail {
    margin: 0;
    background: url(../images/shop_list/bg_promo_sp.png) right bottom no-repeat;
    background-size: contain;
  }
  .page_default .promotion_block .promo_detail .caption {
    font-size: 23px;
  }
  .page_default .promotion_block .promo_detail .text {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page_default .promotion_block .image {
    display: none;
  }
}
/* 目次・アンカーリンク
---------------------------------------------------- */
.table_of_contents {
  position: relative;
  margin: 40px 0;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1.2;
}
.table_of_contents .table_title {
  position: absolute;
  top: -18px;
  left: 20px;
  min-width: 105px;
  padding: 8px 1em;
  border-radius: 10px;
  background-color: #444;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.table_of_contents .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 24px 20px 14px;
}
.table_of_contents .list li {
  min-width: 25%;
  margin: 0;
  box-sizing: border-box;
}
.table_of_contents .list a {
  position: relative;
  display: inline-block;
  padding: 6px 1em 6px 13px;
  color: #444;
  font-size: 16px;
  text-decoration: none;
}
.table_of_contents .list a::before {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
  border-top: 6px solid #444;
}
@media (hover: hover) and (pointer: fine) {
  .table_of_contents .list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .table_of_contents {
    margin: 30px 0;
    border-radius: 5px;
  }
  .table_of_contents .table_title {
    top: -12px;
    left: 10px;
    min-width: 75px;
    padding: 4px 1em 5px;
    border-radius: 5px;
    font-size: 12px;
  }
  .table_of_contents .list {
    padding: 20px 10px 10px;
    gap: 1vw 4%;
  }
  .table_of_contents .list li {
    min-width: 48%;
  }
  .table_of_contents .list a {
    font-size: 14px;
  }
}
.anchorlink {
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .anchorlink {
    top: -80px;
  }
}
