@charset "utf-8";
@import url("root.css");

.route_img {
	display: block;
	border: 1px solid #CCC;
	margin: 1.5rem auto 0;
	text-align: center;
}

.route_img img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto 0;
}

@media screen and (max-width: 599px) {
.route_img {
	margin: 1.25rem auto 0;
}
}

.ad_cord {
	display: block;
	text-align: center;
	font-size: 1.125rem;
	margin: 1rem auto 0;
	padding: .5rem;
	border: 1px solid ;
	border-radius: 5px;
}

.shop_paeg_links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: -1.5rem;
}
.shop_paeg_links li {
  padding: .5rem;
  width: 33.333%
}
.shop_paeg_links li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  border: 2px solid var(--base-color01);
  padding: .5rem 1rem .5rem .85rem;
  border-radius: 5px;
  color: var(--base-color01);
  background-color: var(--base-bgcolor03);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .30);
}
.shop_paeg_links li a:hover {
  color: var(--base-color03);
  background-color: var(--base-color01);
  font-weight: 500;
}
.shop_paeg_links li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  margin-right: .5rem;
  font-weight: bold;
  font-size: 70%;
}
@media screen and (min-width: 1025px) {
  .shop_paeg_links li {
    padding: .5rem;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .shop_paeg_links {
    justify-content: space-between;
    margin-top: 0rem;
  }
  .shop_paeg_links li {
    padding: .5rem 0;
    width: 48.5%;
  }
  .shop_paeg_links li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .shop_paeg_links li {
    padding: .25rem 0;
    width: 100%;
  }
  .shop_paeg_links li a {
    font-size: 1rem;
  }
}
/***************************************
---------------- SHOP LIST ------------
***************************************/
#shop_list h2 {
  color: var(--base-color01);
  background-color: var(--base-color03);
  border-bottom: 0px solid var(--base-color01);
  border-left: none;
  padding: 12px 0px 0px;
  text-align: center;
}
#shop_list h2 strong,
#shop_list h2 span {
  font-weight: inherit;
  font-size: inherit;
}
#shop_list h2::after {
  display: block;
  content: "";
  background: #1D2088;
  background: linear-gradient(270deg, rgba(29, 32, 136, 1) 0%, rgba(29, 32, 136, 1) 50%, rgba(216, 175, 17, 1) 50%, rgba(237, 221, 83, 1) 100%);
  width: 100%;
  max-width: 60px;
  height: 4px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#shop_list {
  background-image: url("../img/bgb.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: var(--base-color03);
}
#shop_list .access_area {
  border-color: var(--base-color01);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .30);
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#shop_list .store_about_header {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px;
  order: 2;
}
/*------------------------------*/
#shop_list .store_about_header {}
.store_about_header p.access_route {
  font-size: 1.125rem !important;
  text-align: center;
  font-weight: 600;
  color: var(--base-color01);
  border-top: 1px solid var(--base-color01);
  border-bottom: 1px solid var(--base-color01);
  padding: 5px 0 7px;
}
.store_about_header p.access_route br {
  display: none;
}
.store_about_header p.addr {
  font-size: 1.125rem !important;
  text-align: center;
  line-height: 160%;
  padding-top: 0px;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.store_about_header p.addr span {
  font-weight: 600;
  color: var(--sub-color01);
  font-size: 1.125rem !important;
  margin-right: 20px;
}
.store_about_header .sub_catch {
  font-size: 1.125rem !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--base-color03);
  background: var(--sub-color01);
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  #shop_list .store_about_header p.addr {
    font-size: 1.125rem !important;
    text-align: center;
    line-height: 160%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .store_about_header p.addr {
    font-size: 1rem !important;
    margin-bottom: 10px;
  }
  .store_about_header p.addr span {
    display: block;
    font-size: 1rem !important;
    margin-right: 0;
  }
  .store_about_header .sub_catch {
    letter-spacing: 0px;
    font-size: 1.25rem !important;
  }
  .store_about_header img {
    display: block;
    max-width: 320px;
    height: auto;
  }
  .store_about_header p.access_point {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 599px) {
  .store_about_header .sub_catch {
    letter-spacing: 0px;
    font-size: 1rem !important;
  }
  .store_about_header p.addr {
    font-size: .875rem !important;
    margin-bottom: 10px;
  }
  .store_about_header p.access_point br {
    display: block;
  }
}
/*------------------------------*/
#shop_list .shop_img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1rem;
  order: 1;
}
#shop_list .shop_img img {
  border-radius: 0px;
}
#shop_list .shop_img img:nth-child(1) {
	margin-bottom: 1rem;
}


@media screen and (max-width: 599px) {
  #shop_list .shop_img {
    margin: 0 auto .5rem;
  }
}
#shop_list .access_area h3.title {
  text-align: center;
  background: var(--base-color01);
  color: var(--base-color03);
  font-size: 1.5rem !important;
  font-weight: 600;
  padding: 8px 10px 10px;
  border-bottom: 3px solid var(--base-color04);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #shop_list .access_area h3.title {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 768px) {
  #shop_list .access_area h3.title {
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1025px) {}
#shop_list div.gmap_url {
}
#shop_list div.gmap_url a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base-bgcolor04);
  color: var(--base-color01);
  padding: 8px 8px 8px;
  border-radius: 35px;
  margin: 10px auto 10px;
  font-weight: 600;
}
#shop_list div.gmap_url a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 600;
  margin-right: 5px;
  color: var(--sub-color01);
}
#shop_list div.gmap_url a:hover {
  background-color: var(--sub-color03);
}
#shop_list div.page_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base-color02);
  padding: 15px 10px;
  border-radius: 3px;
  color: var(--base-color03);
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  margin: 15px auto 0px
}
#shop_list div.page_link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 600;
  margin-left: 5px;
  position: absolute;
  right: 15px;
}
#shop_list div.page_link a:hover {
  background-color: var(--pway-color01);
  color: var(--base-color03);
}
#shop_list .access_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto 0px;
  padding: 2% 1.5%;
}
@media screen and (min-width: 980px) {
  #shop_list .store_about_header {
    width: 56%;
    margin: 10px auto 10px;
    order: 2;
  }
  #shop_list .shop_img {
    width: 40% !important;
    margin: 0 auto 0;
    order: 1;
  }
  #shop_list .access_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto 0px
  }
  #shop_list .store_about_header p.addr {
    font-size: 1.125rem !important;
    text-align: center;
    line-height: 160%;
    padding-top: 10px;
  }
}

/*------------------------------*/
#shop_list {}
.access_area .flex_box {
	padding-top: 1rem;
}
.access_area .flex_box div {
  position: relative;
}

.access_area .flex_box div::before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: ""counter(number)"";
  background-color: var(--sub-color01);
  color: var(--base-color03);
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.access_area .flex_box div {
  margin-bottom: 5px;
}

.access_area .flex_box {
  counter-reset: number 0;
}

.access_area .flex_box li:nth-child(1), .access_area .flex_box li:nth-child(2) {
  margin-bottom: 3%;
}

.access_area .flex_box li:nth-child(3), .access_area .flex_box li:nth-child(4) {
  margin-bottom: 0%;
}


.access_area .flex_box li p {
font-size: .875rem !important;
}

@media only screen and (max-width: 768px) {
.access_area .flex_box li {
    width: 49%;
    margin-top: 0px
  }
}
@media only screen and (max-width: 599px) {
.access_area .flex_box div::before {
  font-size: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
}
/*---------------------------------*/
ul.access_contact_box {
  text-align: center;
}
ul.access_contact_box li.tel,
ul.access_contact_box li.free_tel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
ul.access_contact_box li.tel span,
ul.access_contact_box li.free_tel span {
  display: block;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
ul.access_contact_box li.tel,
ul.access_contact_box li.free_tel,
ul.access_contact_box li.tel a,
ul.access_contact_box li.free_tel a {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 600;
  color: var(--base-color);
}
ul.access_contact_box li.free_tel::before {
  display: inline-block;
  content: "";
  background-image: url("../img/free.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 62px;
  height: 40px;
  margin-right: .5rem;
}
ul.access_contact_box li.tel::before {
  display: inline-block;
  content: "";
  background-image: url("../img/icon_phone.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 45px;
  height: 45px;
  margin-right: .5rem;
  margin-top: -.15rem;
}
ul.access_contact_box li.mail,
ul.access_contact_box li.time,
ul.access_contact_box li.close_day {
  font-size: 1.125rem;
  padding: 5px 0 0px;
}
ul.access_contact_box li.mail span,
ul.access_contact_box li.time span,
ul.access_contact_box li.close_day span {
  font-weight: 600;
}
ul.access_contact_box li.mail span::after,
ul.access_contact_box li.time span::after,
ul.access_contact_box li.close_day span::after {
  content: "／";
  font-weight: 600;
}
ul.access_contact_box li.mail {}
ul.access_contact_box li.time {}
ul.access_contact_box li.close_day {}
@media screen and (max-width: 599px) {
  ul.access_contact_box li.tel,
  ul.access_contact_box li.free_tel,
  ul.access_contact_box li.tel a,
  ul.access_contact_box li.free_tel a {
    font-size: 1.75rem;
    font-weight: 600;
  }
  ul.access_contact_box li.free_tel::before {
    width: 100%;
    max-width: 42px;
    height: 25px;
    margin-right: .25rem;
  }
  ul.access_contact_box li.tel::before {
    width: 100%;
    max-width: 35px;
    height: 35px;
    margin-right: .15rem;
    margin-top: -.15rem;
  }
  ul.access_contact_box li.mail,
  ul.access_contact_box li.time,
  ul.access_contact_box li.close_day {
    font-size: 1rem;
    padding: 5px 0 0px;
  }
}
/***************************************
---------------- ACCESS ----------------
***************************************/
#access {
  background-color: var(--base-color03);
}
.access_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px 0;
  border: 5px solid;
  border-color: var(--base-color02);
  background: var(--base-color03);
}
.access_title {
  background-image: url("../img/pt05.png");
  background-color: var(--base-color02);
  padding: 15px;
}
.access_title p.description {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: var(--base-color03);
  text-align: center;
  font-size: 1.125rem !important;
  margin-bottom: 0 !important;
}
.access_title p.description strong {
  font-weight: inherit;
  font-size: inherit;
  color: var(--base-color04);
  margin-left: 10px;
}
.access_title h2 {
  display: block;
  width: 100%;
  margin: 0px auto 0px;
}
.access_title h2 img {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 10px;
}
.access_title h2 span {
  border-top: 1px solid var(--base-color03);
  font-size: calc(24px + 24 * (100vw - 320px)/705);
  color: var(--base-color03);
  padding-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .access_title h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 899px) {}
@media screen and (max-width: 768px) {
  .access_title h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .access_title h2 {
    margin-bottom: 0px !important;
  }
  .access_title p.description strong {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .access_area h3 img {
    display: block;
    width: 100%;
  }
}
.access_area h3.access_route {
  display: block;
  text-align: center;
  background-color: var(--base-color01);
  color: var(--base-color03);
  padding: .75rem 5px .75rem;
  border-bottom: 2px solid var(--base-color02);
}

#access .access_area h3.access_route br {
  display: none;
}
/*-------------------------------------------*/
.access_area ul.img_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.access_area ul.img_area li {
  width: 25%;
}
.access_area ul.img_area li img {
  display: block;
  width: 100%;
  height: auto;
}
/*----------------*/
.access_wrap {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start !important;
  margin: 0px auto 0px;
  padding: 2% 0 3%;
  border-top: 0px solid var(--base-color01);
}
.access_wrap .store_info {
  display: block;
  width: 50%;
  padding-top: 1%;
  border: none !important;
}
.page .access_wrap .store_info {
  display: block;
  width: 50%;
  padding-top: 1%;
}
.access_wrap .store_contact {
  width: 46%;
}
.access_wrap .store_img {
  width: 46%;
}
.access_wrap .store_img img {
  display: block;
  width: 100%;
  max-width: 440px;
  margin-right: 0 !important;
}
/*----------------*/
.access_wrap .store_img h3,
.access_wrap .store_info h3 {
  display: block;
  text-align: center;
  color: var(--sub-color01);
  padding: 5px 5px 5px;
  border-radius: 35px;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.access_wrap .store_img p {
  margin-top: 10px;
  text-align: right;
}
/*----------------*/
.access_wrap .store_info ul {
  width: 100%;
  margin: 0 auto 0;
}
.access_wrap .store_info ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem !important;
  font-weight: 500;
}
.access_wrap .store_info ul li:not(:first-child) {
  margin-top: 15px;
}
.access_wrap .store_info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base-color03);
  background-color: var(--base-color02);
  border-radius: 3px;
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  height: 30px;
  font-size: inherit;
  margin-top: -5px;
  margin-right: 10px;
}
.access_wrap .store_info ul li div {
  font-weight: inherit;
  font-size: inherit;
}
.access_wrap .store_info ul li div p {}
.access_wrap .store_info ul li div p::before {
  content: "※";
  color: var(--sub-color01);
}
/*----------------*/
.access_area .store_contact article {
  width: 100%;
  margin: 0 auto 0;
}
.access_area .store_contact article:first-child {
  margin-bottom: 20px;
}
.access_area .store_contact {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  background-color: var(--base-bgcolor01);
  padding: 1rem .5rem;
}
.access_area .store_contact article {
  margin: 0 auto 0;
}
.access_area .store_contact article:first-child {
  /*width: 52%;*/
  width: 100%;
}
.access_area .store_contact article:last-child {
  /*width: 46%;*/
  width: 100%;
}
.access_area .store_contact article:first-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .access_area .store_contact article:first-child {
    width: 100% !important;
  }
  .access_area .store_contact article:last-child {
    width: 100% !important;
  }
}
/*------------------*/
.access_area .store_contact .tel_number {
  margin-bottom: 5px;
}
.access_area .store_contact .tel_number a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.0;
  color: var(--base-color02);
  margin: 0 auto 0;
  font-family: "Roboto", sans-serif !important;
}
.access_area .store_contact .tel_number a::before {
  content: "";
  background-image: url("../img/icon_phone.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.access_area .store_contact .tel_number.free a::before {
  content: "";
  background-image: url("../img/free.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 64px;
  height: 50px;
  margin-right: 10px;
}
.access_area .store_contact article:first-child p {
  text-align: center;
  font-size: 108% !important;
}
@media screen and (min-width: 1025px) {
  .access_area .store_contact .tel_number a {
    font-size: 3rem;
  }
  .access_wrap .store_info ul li {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 768px) {
  .access_area .store_contact .tel_number a {
    font-size: 2.5rem;
  }
  .access_area .store_contact .tel_number a::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .access_area .store_contact .tel_number.free a::before {
    width: 54px;
    height: 50px;
    margin-right: 10px;
  }
  .access_area .store_contact article:first-child p {
    text-align: center;
    font-size: 100% !important;
  }
  .access_area ul.img_area li {
    width: 50%;
  }
  .access_wrap .store_info {
    display: block;
    width: 100%;
    padding-top: 1%;
    order: 2;
  }
  .access_wrap .store_img {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
  .access_wrap .store_info ul li span {
    max-width: 70px;
    height: 24px;
    font-size: 1rem !important;
    margin-top: 0;
  }
  .access_area .store_contact {
    width: 100%;
    margin-top: 3%;
    padding-top: 3%;
  }
  .access_area .store_contact article:first-child {
    width: 100%;
  }
  .access_area .store_contact article:last-child {
    width: 100%;
  }
  .access_wrap .store_img img {
    display: block;
    width: 100%;
    max-width: 440px;
    margin-right: auto !important;
    margin-left: auto;
  }
  .access_wrap .store_img p {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .access_wrap .store_info ul li {
    display: flex;
    flex-direction: column;
  }
  .access_wrap .store_info ul li span {
    margin-bottom: 5px;
  }
  .access_wrap .store_info ul li {
    font-size: 17px !important;
  }
  .access_area .store_contact .tel_number a {
    font-size: 2rem;
  }
  .access_area .store_contact .tel_number a::before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .access_area .store_contact .tel_number.free a::before {
    width: 40px;
    height: 30px;
    margin-right: 10px;
  }
}
#map_area {
  margin-bottom: 0;
  padding: 0;
}
#map_area iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#map_area2 {
  margin-bottom: 0;
  padding: 0;
}
#map_area2 iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop_guide img {
  border-radius: 5px;
}
.shop_guide h3 {
  display: block;
  font-size: calc(20px + 4 * (100vw - 320px)/705) !important;
  border-bottom: 1px solid var(--base-color01);
  margin-bottom: 2%;
}
.shop_guide h3 strong {
  display: block;
  font-weight: bold;
  padding: 5px 0 5px;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .shop_guide h3 {
    font-size: 24px !important;
  }
}
/*-------------------------------*/
.shop_imgs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.shop_imgs li {
  width: 49%;
}
.shop_guide dt .shop_imgs {
  display: flex !important;
}
.shop_guide dd .shop_imgs {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .shop_guide dt .shop_imgs {
    display: none !important;
  }
  .shop_guide dd .shop_imgs {
    display: flex !important;
  }
}
/*-------------------------------------*/
.shop_guide .ribbon {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 500;
  position: relative;
  display: inline-block;
  height: 42px;
  line-height: 42px !important;
  padding: 0 1rem !important;
  background-color: var(--base-color01);
  color: var(--base-color03);
  font-size: calc(18px + 2 * (100vw - 320px)/705);
  text-align: center;
  margin: 0 auto 1%;
  max-width: 400px;
}
@media only screen and (min-width: 1025px) {
  .shop_guide .ribbon {
    font-size: 20px !important;
  }
}
.shop_guide .ribbon::before,
.shop_guide .ribbon::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: var(--base-color01) transparent;
  border-style: solid;
  content: '';
}
.shop_guide .ribbon::before {
  left: -18px;
  border-width: 21px 0px 21px 18px;
}
.shop_guide .ribbon::after {
  right: -18px;
  border-width: 21px 18px 21px 0px;
}
.shop_guide .ribbon br {
  display: none;
}
@media screen and (max-width: 768px) {
  .shop_guide .ribbon {
    height: 40px;
    line-height: 40px;
  }
  .shop_guide .ribbon::before {
    left: -14px;
    border-width: 20px 0px 20px 14px;
  }
  .shop_guide .ribbon::after {
    right: -14px;
    border-width: 20px 14px 20px 0px;
  }
}
@media screen and (max-width: 599px) {
  .shop_guide .ribbon {
    height: 36px;
    line-height: 36px !important;
    white-space: nowrap;
    padding: 0 1rem;
    margin: 0 auto 2%;
  }
  .shop_guide .ribbon::before {
    left: -14px;
    border-width: 18px 0px 18px 14px;
  }
  .shop_guide .ribbon::after {
    right: -14px;
    border-width: 18px 14px 18px 0px;
  }
}
/*---------------------------*/
.shop_guide .ribbon2 {
  font-weight: 500;
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px !important;
  padding: 0 1rem !important;
  background-color: var(--base-color01);
  color: var(--base-color03);
  font-size: calc(18px + 2 * (100vw - 320px)/705);
  text-align: center;
  margin: 0 auto 1%;
  max-width: 400px;
}
@media only screen and (min-width: 1025px) {
  .shop_guide .ribbon2 {
    font-size: 20px !important;
  }
}
.shop_guide .ribbon2::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: var(--base-color01) transparent;
  border-style: solid;
  content: '';
}
.shop_guide .ribbon2::after {
  right: -14px;
  border-width: 18px 14px 18px 0px;
}
.shop_guide .ribbon2 br {
  display: none;
}
@media screen and (max-width: 599px) {
  .shop_guide .ribbon2 {
    height: 36px;
    line-height: 36px !important;
    white-space: nowrap;
    padding: 0 1rem;
    margin: 0 auto 2%;
  }
  .shop_guide .ribbon2::after {
    right: -14px;
    border-width: 18px 14px 18px 0px;
  }
}
/*------------------------------------*/
.shop_information {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.shop_information .camp_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid var(--base-color01);
  border-radius: 6px;
}
.shop_information .camp_area h2 {
  display: flex;
  align-items: center;
  border-bottom: 3px solid var(--base-color04);
  border-left: none;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0 !important;
  color: var(--base-color04);
}
.shop_information .camp_area h2 span {
  /*font-size:inherit;*/
  font-size: 80%;
  color: var(--base-color03);
  padding-left: 1rem;
}
.shop_information .camp_area h2::before {
  font-family: "Font Awesome 6 Free";
  content: "\f559";
  margin-right: .5rem;
  font-weight: bold;
}
.shop_information .camp_area dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1rem;
}

.shop_information .camp_area dl:not(:first-of-type) {
	display: none;
}


.shop_information .camp_area dl dt {
  width: 30%;
}
.shop_information .camp_area dl dd {
  width: 68%;
}
.shop_information .camp_area dl dt img {
  display: block;
  aspect-ratio: 4/3.2;
  object-fit: cover;
  border: 1px solid #CCC;
  margin-bottom: 0rem;
}
.shop_information .camp_area dl dd artcle.scl {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  padding: 5px 5px 5px 15px;
  overflow-y: auto;
}
.shop_information .chirashi_area {
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.shop_information .chirashi_area img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 0;
}
@media screen and (min-width: 1025px) {
  .shop_information .camp_area {
    width: 70%;
  }
  .shop_information .chirashi_area {
    width: 28%;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 599px) {
  .shop_information .camp_area h2 {
    flex-direction: column;
  }
  .shop_information .camp_area h2 span {
    padding-left: 0rem;
  }
  .shop_information .camp_area dl dt {
    width: 100%;
  }
  .shop_information .camp_area dl dt img {
    display: block;
    aspect-ratio: 4/3.2;
    object-fit: cover;
    border: 1px solid #CCC;
    max-width: 280px;
    margin: 0 auto 1rem;
  }
  .shop_information .camp_area dl dd {
    width: 100%;
  }
}
/*-------------------------------*/
.shopinfo_wrap {
  display: inline-block;
  width: 100%;
}
.shopinfo_wrap input {
  display: none;
}
.shopinfo_open-label,
.shopinfo_close-label {
  cursor: pointer;
}
.shopinfo_open-label {
  display: flex;
  justify-content: center;
  width: 150px;
  background-color: var(--base-bgcolor04);
  color: var(--pway-color01);
  font-size: .95em;
  font-weight: 600;
  margin: 1rem auto 0;
  padding: .25rem 1rem;
  border-radius: 35px;
}
.shopinfo_open-label:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: var(--pway-color01);
  color: var(--base-color03);
}
.shopinfo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.shopinfo_open-input:checked+label+input+.shopinfo {
  display: block;
  animation: shopinfo-animation .6s;
}
.shopinfo_content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}
.shopinfo_close-label {
  background-color: var(--base-color01);
  color: var(--base-color03);
  border: 2px solid var(--base-color03);
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}
.shopinfo_content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
.shopinfo_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}
@keyframes shopinfo-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 520px) {
  .shopinfo_open-label {
    max-width: 90%;
    padding: .94em 2.1em .94em 2.6em;
  }
  .shopinfo_close-label {
    top: -17px;
    right: -4%;
  }
  .shopinfo_content-wrap {
    width: 90vw;
  }
  .shopinfo_content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}
/*--------------------------------*/
.shopinfo_content {}
.shopinfo_content img {
  display: block;
  width: auto;
  max-width: 100% !important;
  margin: 0 auto 1rem;
}
.shopinfo_content h3.post_title {
  border-bottom: 1px solid var(--base-color01);
  margin-bottom: 1rem;
}
.shopinfo_content h3.post_title span {
  display: block;
  color: var(--base-color01);
}
/*--------------------------------*/
#shop_result {
  background-color: var(--base-color01);
}
#shop_staff {
  background-color: var(--base-bgcolor04);
}
#shop_result h2,
#shop_staff h2,
#shop_form h2 {
  text-align: center;
  color: var(--base-color01);
  border-left: none;
  background-color: transparent;
  font-weight: 600;
  font-size: calc(22px + 10 * (100vw - 320px)/705);
}
#shop_result h2 {
  color: var(--base-color03);
}
@media screen and (min-width: 1025px) {
  #shop_result h2,
  #shop_staff h2,
  #shop_form h2 {
    font-size: 2rem;
  }
}
#shop_result h2 span,
#shop_staff h2 span,
#shop_form h2 span {
  display: block;
  width: 100%;
  font-size: 70%;
  margin-bottom: .75rem;
  background-color: var(--base-color01);
  color: var(--base-color03);
  padding: .25rem .5rem;
}
#shop_staff article {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 4%;
  background-color: var(--base-color03);
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .30);
  position: relative;
  overflow: hidden;
}
#shop_staff article::before,
#shop_staff article::after {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgba(216, 175, 17, 1) 0%, rgba(255, 210, 77, 1) 50%, rgba(216, 175, 17, 1) 100%);
  width: 150px;
  height: 20px;
  transform: rotate(-45deg);
  position: absolute;
}
#shop_staff article::before {
  left: -50px;
  top: -5px;
}
#shop_staff article::after {
  right: -50px;
  bottom: -5px;
}
#shop_staff article:not(:last-of-type) {
  margin-bottom: 4%;
}
#shop_staff article .img_box {
  width: 100%
}
#shop_staff article .txt_box {
  width: 100%
}
@media only screen and (min-width: 1025px) {
  #shop_staff article .img_box {
    width: 30%
  }
  #shop_staff article .txt_box {
    width: 66%
  }
}
@media only screen and (max-width: 1024px) {
  #shop_staff article .img_box img {
    display: block;
    width: auto;
    max-width: 200px;
    margin: 0 auto 1.5rem;
  }
}
/*---------------------------*/
#shop_staff .staff_info {}
#shop_staff .part {
  font-size: calc(18px + 2 * (100vw - 320px)/705);
  font-weight: 600;
}
#shop_staff .staff_info dt {
  font-size: calc(22px + 10 * (100vw - 320px)/705);
  font-weight: 600;
}
#shop_staff .staff_info dt span {
  display: block;
  font-size: calc(16px + 2 * (100vw - 320px)/705);
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
  padding-left: .25rem;
  color: var(--base-color01);
}
@media only screen and (min-width: 1025px) {
  #shop_staff .staff_info .part {
    font-size: 1.25rem;
  }
  #shop_staff .staff_info dt {
    font-size: 2rem;
  }
  #shop_staff .staff_info dt span {
    font-size: 1.125rem;
  }
}
#shop_staff .part {
  padding: .15rem 1rem;
  border-left: 8px solid var(--base-color01);
  border-bottom: 1px solid var(--base-color01);
  margin-bottom: .75rem;
}
#shop_staff .staff_info dt {
  display: block;
  margin-bottom: 1rem;
}
#shop_staff .staff_info dd ul {
  display: block;
  margin-bottom: 1.5rem;
}
#shop_staff .staff_info dd ul li {
  display: flex;
}
#shop_staff .staff_info dd ul li:not(:last-child) {
  margin-bottom: .5rem;
}
#shop_staff .staff_info dd ul li span {
  display: block;
  text-align: center;
  min-width: 100px;
  background-color: var(--base-color01);
  color: var(--base-color03);
  padding: .15rem .5rem;
  margin-top: -.15rem;
  margin-right: 1rem;
}
#shop_staff .staff_info dd.staff_message {
  display: block;
  padding: 1rem;
  background-color: var(--base-bgcolor03);
}
@media only screen and (max-width: 599px) {
  #shop_staff .staff_info dd.staff_message {
    display: block;
    padding: .5rem;
  }
}
/*--------------------------------*/
#shop_result {}
#shop_result dl {
  background-color: var(--base-color03);
}
#shop_result dt img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 0px solid #CCC;
  margin-bottom: 0rem;
}
#shop_result dd {
  padding: 0 .75rem 1px;
}
#shop_result dd li.date {
  margin: 15px 0;
  text-align: right;
  font-size: .875rem !important;
  line-height: 1.0;
}
#shop_result dd li.date::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 400;
  margin-right: 5px;
  margin-top: -3px;
  color: var(--base-color01);
}
#shop_result dd li.category {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1rem !important;
  line-height: 1.0;
  margin: 0px 0 10px;
  padding: 10px 10px 7px;
  background: var(--base-color03);
  color: var(--base-color01);
  border-bottom: 2px solid;
}
#shop_result dd li.text {
  clear: both;
  text-align: justify;
  font-size: 1rem;
  padding: 0 3px 0;
  min-height: 80px;
  max-height: 80px;
  overflow-y: auto;
}
#shop_result dd li.text .shop_name {
  display: block;
  font-weight: 600;
  padding: 0 0% 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #CCC;
  text-align: left;
}
#shop_result dd li.text .shop_name::before {
  display: inline;
  content: "★";
  margin-right: 5px;
  color: var(--base-color01);
}
@media screen and (max-width: 599px) {
  #shop_result dd li.text .shop_name {
    font-size: .875rem;
  }
}
@media screen and (max-width: 768px) {
  #shop_result dd li.text, #shop_result dd li.category {
    font-size: var(--sp-fontsize_p);
  }
}
.resultSwiper .swiper-slide {
  padding: 0 10px 0;
}
.resultSwiper .swiper-button-next, .resultSwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.35);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.resultSwiper .swiper-button-next {
  right: 0px;
}
.resultSwiper .swiper-button-prev {
  left: 0;
}
.resultSwiper .swiper-button-next::after, .resultSwiper .swiper-button-prev::after {
  font-size: .75rem;
  color: var(--base-color03);
}