@charset "utf-8";

/*店舗情報-------------------------------------------------------------------*/

.shop .anc{margin: 0 0 80px 0 !important;}
.shop .anc li{margin: 0 !important;}

.shop_nav {
 display: flex;
 margin: 0 0 60px;
 justify-content: center;
 align-items: center;
}
.shop_nav ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
.shop_nav ul {
flex-direction: column;
}}
.shop_nav ul li {
  position: relative;
  padding: 30px 100px;
  color: #e5151f;
  background-color: #000;
  border-bottom: solid 1px #ddd;
  border-radius: 5px;
  text-align: center;
}
.shop_nav ul li:hover {
  color: #fff;
  background-color: #e5151f;
  font-weight: bold;
}
.shop_nav ul li a {
  color: #fff;
  font-weight: bold;
}
.shop_nav ul li a:hover {
  color: #e7d97f;
}
.shop_nav ul li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shop_nav ul li a::after{
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d01137;
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.shop_nav ul li a:hover::after {
  border-top: 5px solid #e7d97f;
} 
.shop-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.shop-wrapper--col3 {
  display: flex;
  flex-wrap: wrap;
}
.shop-wrapper .shop {
  width: calc(33.33333% - 20px);
  margin-right: 30px;
}
.shop-wrapper .c-shop {
  margin-bottom: 30px;
}
.shop_body {
  display: flex;
  flex-direction: column;
}
.shop_img-wrapper {
  margin-bottom: 15px;
  text-align: center;
}
.shop_img {
  width: 100%;
  height: auto;
}

.shop_body .shop-wrapper .shop .shop_body .shop_title {
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 10px 0;
      background: #000000;
    color: #ffffff;
    padding: 0.4em 0 0.3em;
}
@media all and (max-width: 500px){
  .shop_body .shop-wrapper .shop .shop_body .shop_title {
    font-size: 6.0vw;
  }
}

.shop_body .shop-wrapper .shop .shop_body .shop_text {
  margin-bottom: 30px;
}
.shop_body .shop-wrapper .shop .shop_body .shop_text p {
  line-height: 1.6;
}
.shop-wrapper--col3 .shop:last-child {
  margin-bottom: 0;
}
.shop-wrapper--col3 .shop:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
.shop-wrapper--col3 .shop {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}}
.shop #sec02 .boxBaseCont01F {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:50px;
}
@media screen and (max-width: 768px) {
  .shop #sec02 .boxBaseCont01F {
    flex-direction: column;
}}
.shop #sec02 .boxBaseCont01FOne {
  flex:1;
}

.shop #sec02 .boxBaseCont01FOne h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  min-height: 50px;
  margin-bottom: 1.2em;
  padding: 0.5em 1.3em;
  overflow: hidden;
}
@media all and (max-width: 500px){
  .shop #sec02 .boxBaseCont01FOne h3 {
    font-size: 6.0vw;
  }
}

.shop #sec02 .boxBaseCont01FOne h3::after{
  content: "";
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #d01137;
  position: absolute;
  left: -6%;
  top: -5px;
}
@media screen and (max-width: 375px) {
.shop #sec02 .boxBaseCont01FOne h3::after{
  left: -10%;
}}

.shop .boxOwner02 .boxBaseCont01FOne .dl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  font-size: 0.8rem;
}
@media all and (max-width: 500px){
  .shop .boxOwner02 .boxBaseCont01FOne .dl01 {
    font-size: 5.0vw;
  }
}
@media screen and (max-width: 428px) {
.shop .boxOwner02 .boxBaseCont01FOne .dl01 {
    flex-direction: column;
}}

.shop .boxOwner02 .boxBaseCont01FOne .dl01:last-child {
  margin-bottom: 0;
}

.shop .boxOwner02 .boxBaseCont01FOne .dl01 > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-height: 2.0em;
  padding-top: 0.1em;
  border: 1px #ccc solid;
}
.shop .boxOwner02 .boxBaseCont01FOne .dl01 > dd {
  width: calc(100% - 120px);
  padding-left: 4%;
  padding-top: 0em;
}
@media screen and (max-width: 428px) {
.shop .boxOwner02 .boxBaseCont01FOne .dl01 > dd {
  width: calc(100% - 0px);
  padding-top: 1em;
}}

.shop .boxOwner02 .boxBaseCont01FOne .dl01 > dd .ul01 > li {
  margin-bottom: 0.2em;
  font-size: 1rem;
}
@media all and (max-width: 500px){
  .shop .boxOwner02 .boxBaseCont01FOne .dl01 > dd .ul01 > li {
    font-size: 4.0vw;
  }
}

.shop .boxOwner03Wrap {
  display: flex;
  padding: 6.0em 0 3.0em 0;
}
.box_contents {
  padding: 6.0em 0 3.0em 0;
}
.shop .box_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .shop .box_contents {
    flex-direction: column;
}}
.shop .boxCont01 {
 /* display: flex;
  width: calc(50% - 25px);*/
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
.shop .boxCont01 {
  display: flex;
  width: calc(100% - 0px);
}}
@media screen and (max-width: 768px) {
  .shop .boxCont01 {
    flex-direction: column;
}}
.shop .boxCont01One {
  display: flex;
}
@media screen and (max-width: 768px) {
.shop .boxCont01One {
 flex-direction: column;
}}
.shop .boxImg {
  min-width: 150px;
  margin-right: 5%;
}
@media (max-width: 768px) {
.shop .boxImg {
  min-width: 100%;
  margin-bottom: 5%;
  text-align: center;
}}
.shop .boxCont01One .boxTxt {
  width: 65%;
}
@media (max-width: 768px) {
.shop .boxCont01One .boxTxt {
  width: 100%;
}
}
.shop .boxTxt .boxMeta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.3em;
  font-weight: 700;
}

@media (max-width: 630px) {
.shop .boxTxt .boxMeta {
  display: block;
}
.shop .boxTxt .ttl01 {
    margin-left: 0em !important;
    margin-top:16px;
    text-align:center;
   }
}

.shop .boxTxt .ulListCat > li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7em;
  height: auto;
  padding: 0.4em;
  border: 0px;
  text-align: center;
  line-height: 1.2;
  background: #5b5111;
  color: #ffffff;
}
@media all and (max-width: 500px){
  .shop .boxTxt .ulListCat > li {
    min-width: 6.5em;
    height: auto;
    padding: 0.5em 0.5em 0.4em 0.5em;
  }
}

.shop .boxTxt .ttl01 {
    margin-left: 1.2em;
    padding-top: 0.1em;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #000000;
}
}
@media all and (max-width: 500px){
  .shop .boxTxt .ttl01 {
    font-size: 4.5vw;
  }
}

.shop .boxTxt .dPc .dl01 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  border-bottom: 1px #ccc solid;
}
@media all and (max-width: 500px){
  .shop .boxTxt .dPc .dl01 {
    font-size: 4.0vw;
  }
}

.shop .boxTxt .dl01 > dt {
  width: 6em;
  font-weight: bold;
}
.shop .boxTxt .dl01 > dd {
  width: calc(100% - 6em);
  line-height: 1.6;
}
@media (max-width: 768px) {
.dPc {
  display: block!important;
}}