/* Sass Document */
#submid_section_store_honten {
  background-image: url("../img/store/store_honten_fvimg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#submid_section_store_kokuraminami {
  background-image: url("../img/store/store_kokuraminami_fvimg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#submid_section_store_honten h1,
#submid_section_store_kokuraminami h1 {
  text-align: center;
  color: #fff;
}
#submid_section_store_honten h1 span,
#submid_section_store_kokuraminami h1 span {
  font-weight: 500;
}
#submid_section_store_honten h1 strong,
#submid_section_store_kokuraminami h1 strong {
  font-size: 4.4rem;
  font-weight: 400;
  margin: 12px auto 0;
}
#store_info {
  padding: 100px 0;
}
#store_info .wrap {
  max-width: 1200px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#store_info .wrap .phobox {
  width: 45%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
#store_info .wrap .phobox .telbox {
  display: block;
}
#store_info .wrap .telbox a {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 35px auto 0;
  padding: 30px 0;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 5px;
  box-shadow: 10px 10px rgba(0,0,0,0.1);
  transition: all 0.5s 0.0s ease;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
#store_info .wrap .telbox a:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  box-shadow: 0px 0px rgba(0,0,0,0.1);
}
#store_info .wrap .telbox a strong {
  display: block;
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 3px;
}
#store_info .wrap .telbox a strong img {
  margin: 0 17px 5px 0;
}
#store_info .wrap .telbox a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
#store_info .wrap .textbox {
  width: 55%;
  padding: 0 0 0 6.5%;
}
#store_info .wrap .textbox .telbox {
  display: none;
}
#store_info .wrap .textbox .tagbox {
}
#store_info .wrap .textbox .tagbox .shop_tag {
  display: inline-block;
  border: 1px solid #111111;
  border-radius: 5px 0 5px 0;
  font-size: 1.6rem;
  padding: 5px 15px;
}
#store_info .wrap .textbox .tagbox .shop_tag:not(:last-child) {
  margin: 0 12px 0 0;
}
#store_info .wrap .textbox h2 {
  position: relative;
  font-size: 3.0rem;
  padding: 0 0 0 34px;
  margin: 40px 0 30px;
}
#store_info .wrap .textbox h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 4px;
  background-color: #B59768;
  border-radius: 2px;
}
#store_info .wrap .textbox .listbox {
}
#store_info .wrap .textbox .listbox dl {
  position: relative;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  padding: 20px 0;
}
#store_info .wrap .textbox .listbox dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
#store_info .wrap .textbox .listbox dl:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
#store_info .wrap .textbox .listbox dl dt {
  width: 100px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.57;
}
#store_info .wrap .textbox .listbox dl dd {
  width: calc( 100% - 100px );
  font-size: 1.4rem;
  line-height: 1.57;
}
#store_info .wrap .textbox .listbox dl dd a {
  color: #111111;
}
#store_info .wrap .catbox {
  width: 100%;
  padding: 30px 40px;
  margin: 60px auto 0;
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 5px;
}
#store_info .wrap .catbox h3 {
  position: relative;
  font-size: 2.2rem;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
  padding: 0 0 30px;
}
#store_info .wrap .catbox h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
#store_info .wrap .catbox h3 a {
  display: block;
  width: 70px;
  max-width: 100%;
  text-align: right;;
  font-size: 1.5rem;
  margin: auto 0 auto auto;
}
#store_info .wrap .catbox ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#store_info .wrap .catbox ul li {
  width: calc( 8.33333333333% - 4.58333333333px );
  text-align: center;
  margin-right: 5px;
}
#store_info .wrap .catbox ul li:last-child {
  margin-right: 0;
}
#store_info .wrap .catbox ul li img {
  display: block;
  width: 100%;;
  margin: 0 auto;
}
#store_info .wrap .catbox ul li p {
  font-size: 1.0rem;
  text-align: center;
  margin: 7px auto 0;
}
#pickup {
  padding: 80px 30px 70px;
}
#pickup .wrap {
  max-width: 1218px;
}
#pickup .inner {
  max-width: 1200px;
  margin: 0 auto 60px;
}
#pickup .inner .list_wrap {
  display: flex;
  align-items: center;
}
#pickup .inner .list_wrap h2 {
  font-size: 5.2rem;
  padding: 3px 35px 3px 0;
  border-right: 1px dotted #111111;
  line-height: 1;
  margin: 0 50px 0 0;
}
#pickup .inner .list_wrap .cont {
  display: flex;
  align-items: center;
}
#pickup .inner .list_wrap .cont p {
  font-size: 1.6rem;
}
#pickup .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#pickup .slick-slide {
  padding: 0 9px;
}
#pickup .slick-dots {
  bottom: -40px;
}
#pickup .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#pickup .slick-dots li button {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 100vh;
}
#pickup .slick-dots li button:hover, #pickup .slick-dots li.slick-active button {
  background: #333;
}
#pickup .slick-dots li button:before {
  display: none;
}
#google {
  padding: 0 0 120px;
}
#google .mapbox {
  position: relative;
  height: 440px;
}
#google .mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#google .site_btn {
  margin: 50px auto 0;
}
#google .reviews {
  margin: 75px auto 0;
}
#google .reviews h3 {
  font-size: 2.2rem;
  margin: 0 auto 64px;
  text-align: center;
}
#performance {
  position: relative;
  padding: 100px 0;
  background-color: #EFECEB;
}
#performance::before {
    content: "";
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
#performance .wrap .list_wrap {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  gap :20px;
}
#performance .wrap .item{
  width: 300px;
  max-width: calc( 25% - 15px );
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 5px;
}
#performance .wrap .item a {
  display: block;
  padding: 20px;
}
#performance .wrap .item .pict {
  display: flex;
  justify-content: center;
}
#performance .wrap .item .cate {
  font-size: 1.1rem;
  border:1px solid #111;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 10px;
  margin: 20px 0 16px;
}
#performance .wrap .item p {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0 0 20px;
}
#performance .wrap .item .price_wrap {
  display: flex;
  justify-content: space-between;
}

#performance .wrap .item .price_wrap {
  display: flex;
  justify-content: space-between;
}
#performance .wrap .item .price_wrap .ttl {
  font-size: 1.3rem;
}
#performance .wrap .item .price_wrap .price {
  font-size: 2.5rem;
  font-weight: 600;
}
#performance .wrap .item .price_wrap .price span {
  font-size: 1.5rem;
  padding: 0 0 0 4px;
}
#performance .wrap .item .shop {
  position: relative;
  font-size: 1.2rem;
  text-align: right;
  padding: 18px 0 0;
  margin: 18px 0 0;
}
#performance .wrap .item .shop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #111111, #111111 2px, transparent 2px, transparent 5px); 
    background-size: 4px 2px;  
    background-position: left center;  
    background-repeat: repeat-x;
}
#performance .wrap .site_btn {
  margin: 60px auto 0;
}
#our_strength {
  position: relative;
  background-color: #262323;
  background: linear-gradient(to right, #191618 50%, #262323 50%);
  padding: 120px 0;
  border-radius: 50px 50px 0 0;
}
#our_strength .wrap {
  max-width: 1200px;
}
#our_strength .title_area {
}
#our_strength .title02,
#our_strength h3,
#our_strength p {
  color: #ffffff;
}
#our_strength ul {
}
#our_strength ul li {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  padding: 60px 0;
  border-top: 1px solid #555555;
}
#our_strength ul li .phobox {
  position: relative;
  width: 50%;
  padding: 0 30px 0 130px;
}
#our_strength ul li .phobox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 1px;
  height: 100%;
  background-color: #555555;
}
#our_strength ul li .phobox .deco_text {
  position: absolute;
  top: 0;
  left: 0;
  color: #DBB45B;
  font-size: 1.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

}
#our_strength ul li .phobox span {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
#our_strength ul li .textbox {
  position: relative;
  width: 50%;
  padding: 0 0 0 40px;
  z-index: 1;
}
#our_strength ul li .textbox .deco_text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10rem;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
  color: #313131;
}
#our_strength ul li .textbox h3 {
  font-size: 2.5rem;
  line-height: 1.44;
  margin: 0 auto 26px;
}
#our_strength ul li .textbox p {
  font-size: 1.6rem;
  line-height: 2;
}
#column_list_area {
  padding: 12rem 0 11rem;
  background: #fff;
  border-top: 0.1rem solid #111;
}
#column_list_area .center {
  margin-bottom: 6rem;
}
#column_list_area .center p {
  font-size: 1.7rem;
  text-align: center;
}
#column_list_area .column_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto 7rem;
}
#column_list_area .column_list_flex .column_content {
  width: 59rem;
}
#column_list_area .column_list_flex .column_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}
#column_list_area .column_list_flex .column_content a figure {
  position: relative;
  width: 20rem;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
#column_list_area .column_list_flex .column_content a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#column_list_area .column_list_flex .column_content a .in {
  width: 30.4rem;
  padding: 1.5rem 0;
}
#column_list_area .column_list_flex .column_content a .in .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
#column_list_area .column_list_flex .column_content a .in .flex .date {
  font-size: 1.4rem;
}
#column_list_area .column_list_flex .column_content a .in .flex .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}
#column_list_area .column_list_flex .column_content a .in .title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923;
}
#column_list_area .site_btn {
  width: 100%;
}
#column_list_area .site_btn a {
  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: 40rem;
  height: 6rem;
  margin: auto;
  font-size: 1.8rem;
}
#column_list_area .site_btn a span {
  width: 1.213rem;
  height: 0.12rem;
}
#column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
  width: 0.6065rem;
  height: 0.12rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area {
    padding: 10vw 0 9.1666666667vw;
  }
  #column_list_area .center {
    margin-bottom: 5vw;
  }
  #column_list_area .center p {
    font-size: 1.4166666667vw;
  }
  #column_list_area .column_list_flex {
    gap: 1.6666666667vw;
    margin: 0 auto 5.8333333333vw;
  }
  #column_list_area .column_list_flex .column_content {
    width: 49.1666666667vw;
  }
  #column_list_area .column_list_flex .column_content a {
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
  #column_list_area .column_list_flex .column_content a figure {
    width: 16.6666666667vw;
  }
  #column_list_area .column_list_flex .column_content a .in {
    width: 25.3333333333vw;
    padding: 1.25vw 0;
  }
  #column_list_area .column_list_flex .column_content a .in .flex {
    gap: 1.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  #column_list_area .column_list_flex .column_content a .in .flex .date {
    font-size: 1.1666666667vw;
  }
  #column_list_area .column_list_flex .column_content a .in .flex .item {
    height: 2vw;
    padding: 0 1vw;
    font-size: 1vw;
    border-radius: 1.1666666667vw;
  }
  #column_list_area .column_list_flex .column_content a .in .title {
    font-size: 1.0833333333vw;
  }
  #column_list_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.5vw;
  }
  #column_list_area .site_btn a span {
    width: 1.0108333333vw;
    height: 0.1vw;
  }
  #column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
    width: 0.5054166667vw;
  }
}
@media screen and (max-width: 640px) {
#submid_section_store_honten {
  background-image: url("../img/store/store_honten_fvimg_sp.jpg");
}
#submid_section_store_kokuraminami {
  background-image: url("../img/store/store_kokuraminami_fvimg_sp.jpg");
}
#store_info {
  padding: 60px 0;
}
#store_info .wrap .phobox {
  width: 100%;
}
#store_info .wrap .textbox {
  width: 100%;
  padding: 20px 0 0;
}
#store_info .wrap .phobox .telbox {
  display: none;
}
#store_info .wrap .textbox .telbox {
  display: block;
}
#store_info .wrap .textbox .tagbox .shop_tag {
  font-size: 1.3rem;
}
#store_info .wrap .textbox h2 {
  font-size: 2.0rem;
  padding: 0 0 0 17px;
  margin: 30px 0 25px;
}
#store_info .wrap .textbox h2::before {
  height: 30px;
  width: 3px;
}
#store_info .wrap .textbox .listbox dl {
  padding: 25px 0;
}
#store_info .wrap .textbox .listbox dl dt {
  width: 80px;
  font-size: 1.3rem;
}
#store_info .wrap .textbox .listbox dl dd {
  width: calc(100% - 80px);
  font-size: 1.2rem;
  line-height: 1.667;
}
#store_info .wrap .telbox a {
    margin: 30px auto 0;
    padding: 20px 0;
    box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
}
#store_info .wrap .telbox a strong {
  font-size: 2.8rem;
  margin: 0 auto 5px;
}
#store_info .wrap .telbox a strong img {
  margin: 0 6px 8px 0;
  width: 19px;
}
#store_info .wrap .telbox a span {
    font-size: 1.2rem;
}
#store_info .wrap .catbox {
  padding: 25px;
  margin: 30px auto 0;
}
#store_info .wrap .catbox h3 {
  font-size: 1.8rem;
  margin: 0 auto 27px;
  padding: 0 0 16px;
}
#store_info .wrap .catbox h3 a {
  width: 65px;
  font-size: 1.3rem;
}
#store_info .wrap .catbox ul {
  justify-content: space-between;
}
#store_info .wrap .catbox ul li {
  width: 31%;
  margin: 0 auto;
}
#store_info .wrap .catbox ul li p {
    font-size: 1.1rem;
    margin: 8px auto 17px;
}
#pickup {
    padding: 0px 0 60px;
}
#pickup .inner {
  margin: 0 auto 35px;
}
#pickup .inner .list_wrap h2 {
  font-size: 2.5rem;
  padding: 0px 22px 0px 0;
  margin: 0 22px 0 0;
}
#pickup .inner .list_wrap .cont p {
    font-size: 1.3rem;
}
#pickup .slick-dotted.slick-slider {
  margin-bottom: 18px;
}
#google {
  padding: 0 0 60px;
}
#google .mapbox {
  height: 200px;
}
#google .site_btn {
    margin: 30px auto 0;
}
#google .site_btn.w400 a {
    padding: 14px 5px;
}
#google .reviews h3 {
  font-size: 1.6rem;
  margin: 0 auto 25px;
}
#performance {
  padding: 60px 0;
}
#performance .wrap .list_wrap {
  gap: 10px;
}
#performance .wrap .item {
  max-width: calc(50% - 5px);
}
#performance .wrap .item a {
  padding: 10px;
}
#performance .wrap .item .cate {
  font-size: 0.9rem;
  padding: 2px 8px;
  margin: 10px 0;
}
#performance .wrap .item p {
  font-size: 0.9rem;
  line-height: 1.556;
  margin: 0 0 12px;
}
#performance .wrap .item .price_wrap .ttl {
  font-size: 0.9rem;
}
#performance .wrap .item .price_wrap .price {
  font-size: 1.5rem;
}
#performance .wrap .item .price_wrap .price span {
  font-size: 1.0rem;
  padding: 0 0 0 2px;
}
#performance .wrap .item .shop {
  font-size: 0.9rem;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
#performance .wrap .site_btn {
  margin: 40px auto 0;
}
#performance .wrap .site_btn.w400 a {
    padding: 15px 15px;
}
#our_strength {
  padding: 60px 0 20px;
}
#our_strength ul li {
  padding: 40px 0;
}
#our_strength ul li .phobox {
  width: 100%;
  padding: 0 0 0 80px;
}
#our_strength ul li .phobox .deco_text {
    font-size: 1.2rem;
}
#our_strength ul li .phobox::before {
  left: 40px;
}
#our_strength ul li .textbox {
  width: 100%;
  padding: 25px 0 0;
}
#our_strength ul li .textbox .deco_text {
  font-size: 7rem;
}
#our_strength ul li .textbox h3 {
  font-size: 1.8rem;
  line-height: 1.667;
  margin: 0 auto 25px;
}
#our_strength ul li .textbox p {
    font-size: 1.3rem;
    line-height: 1.923;
}
  #column_list_area {
    padding: 16vw 0;
  }
  #column_list_area .center {
    margin-bottom: 8vw;
  }
  #column_list_area .center p {
    font-size: 3.4666666667vw;
  }
  #column_list_area .column_list_flex {
    gap: 2.6666666667vw;
    margin: 0 auto 13.3333333333vw;
  }
  #column_list_area .column_list_flex .column_content {
    width: 90.6666666667vw;
  }
  #column_list_area .column_list_flex .column_content a {
    padding: 4vw;
    border-radius: 1.3333333333vw;
  }
  #column_list_area .column_list_flex .column_content a figure {
    width: 25.3333333333vw;
  }
  #column_list_area .column_list_flex .column_content a .in {
    width: 52vw;
    padding: 0;
  }
  #column_list_area .column_list_flex .column_content a .in .flex {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  #column_list_area .column_list_flex .column_content a .in .flex .date {
    font-size: 2.6666666667vw;
  }
  #column_list_area .column_list_flex .column_content a .in .flex .item {
    height: 5.3333333333vw;
    padding: 0 2.1333333333vw;
    font-size: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
  #column_list_area .column_list_flex .column_content a .in .title {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #column_list_area .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
  #column_list_area .site_btn a span {
    width: 3.2346666667vw;
    height: 0.32vw;
  }
  #column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
    width: 1.6173333333vw;
  }
}