.main_wrap{
  display: flex;
  padding: 0 7rem;
  margin-bottom: 8rem;
  justify-content: center;
  gap: 3rem;
}
.company_wrap{
  width: 50%;
  /* height: 100vh; */
  /* overflow-y: scroll; */
  overflow-x: hidden;
}
.company_wrap::-webkit-scrollbar {
  background: #F5F5F3;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 20px;
}
.company_wrap::-webkit-scrollbar-thumb {
  background-color: #6F6F6F;
  border-radius: 20px;
}


.contact_sec{
  /* width: 50%; */
  /* height: 100vh; */
  /* overflow-y: scroll; */
  overflow-x: hidden;
  flex: 1;
}

.contact_sec::-webkit-scrollbar {
  background: #F5F5F3;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 20px;
}
.contact_sec::-webkit-scrollbar-thumb {
  background-color: #6F6F6F;
  border-radius: 20px;
}




.shop_main{
  margin: 7rem auto 0;
}

/* ページタイトル */
.shop_title{
  font-size: 3.5rem;
  font-weight: 600;
  font-family: var(--NotoSerif);
  text-align: center;
  margin-bottom: 12.9rem;
}

/* 店舗詳細 */
.shop_info{
  display: block;
  justify-content: center;
  column-gap: 8.5rem;
  width: 100%;
  
  /* 分かりやすいように、一旦、余白のみ設定 */
}


.shop_detail{
  width: 49rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

/* 店舗マップ */
.shop_map_box{
  /* aspect-ratio: 1/1; */
  width: 49rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  height: 26rem;
}

.shop_map{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

/* 店舗名 */
.shop_name{
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--NotoSans);
  line-height: calc(28 / 25);
  margin-bottom: 4rem;
}

/* 店舗の営業時間等 */
.shop_txt{
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  line-height: calc(25 / 16);
  margin-bottom: 1rem;
}

/* 定休日下部の余白 */
.regular_holiday{
  margin-bottom: 2.1rem ;
}

/* 店舗の様子 */
.shop_img_wrap{
	display: flex;
	/* align-items: flex-start; */
	width: 100%;
	max-width: 100%;
	gap: 1rem;
	margin-bottom: 3rem;
}

.shop_img{
  aspect-ratio: 1/.73;
  width: 60%;
  height: auto;
  object-fit: cover;
}

.shop_img2{
  height: auto;
  object-fit: cover;
  /* height: 100%; */
  width: 38%;
  /* flex-grow: 0; */
  /* max-width: 100%; */
}

/* SNS */
.sns_info_wrap{
  display: flex;
  gap: 0rem;
}

.sns_title{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  /* border-bottom: 1px solid; */
}

.sns_img{
  /* width: 8.741rem; */
  height: auto;
  width: 30%;
}

.sns_img > img{
  object-fit: contain;
  height: auto;
  /* width: 77%; */
}



.shop_table{
  margin: 7.5rem auto 10.5rem;
  /* width: 100%; */
  height: fit-content;
  width: 49rem;
}

.table_line{
  width: 100%;
  border-top: solid #CAC9C3 .1rem;
}

.table_line:last-child{
  border-bottom: solid #CAC9C3 .1rem;
  
}

.table_title{
  width: 16.8rem;
  margin-left: .1rem;
}

.table_title,
.table_content{
  /* height: 6rem; */
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 2rem 2.8rem;
}











.contact {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin-top: 7rem;
}

.contact_txt {
  text-align: center;
}

.contact_txt h1 {
  font-size: 3.5rem;
  font-family: var(--NotoSerif);
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 2.4rem;
}

.contact_txt p {
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 8.2rem;
}

.wpcf7 input {
	width: 100%;
	height: 5rem;
	background-color: #F5F5F3;
	border: 1px solid #F5F5F3;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	font-family: var(--NotoSans);
	box-shadow: inset 0 3px 6px #00000047;
	padding-left: 2rem;
}

.wpcf7 select {
  position: relative;
  width: 100%;
  height: 5rem;
  background-color: #F5F5F3;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  box-shadow: inset 0 3px 6px #00000047;
  padding-left: 2rem;
}

select{
  /* position: relative; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_icon {
  position: relative;
}

.select_icon:after {
  content: "▽";
  font-size: 1.5rem;
  position: absolute;
  right: 2.1rem;
  top: 4.4rem;
  pointer-events: none;
}

.contact_dl label{
  font-size: 1.5rem;
}

.wpcf7 textarea {
  width: 100%;
  height: 16rem;
  background-color: #F5F5F3;
  border: 1px solid #F5F5F3;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  box-shadow: inset 0 3px 6px #00000047;
  padding: 1.5rem 0 0 2rem;
}

.button {
  display: flex;
  justify-content: center;
  margin: 7.2rem 0 9.2rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 input[type="submit"] {
  display: flex;
  justify-content: center;
  width: 18.3rem;
  height: 5.4rem;
  background-color: #393636;
  padding: 1.7rem 7.1rem;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: var(--NotoSans);
  line-height: 1.6em;
  color: #FFFFFF;
}

.contact_dl dt {
  margin: 2rem 0 0.8rem;
}




.qr_wrap{
  width: 49rem;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 8rem;
  background-color:  #F5F5F3;
  border-radius: 5rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.qr_section{
  margin-bottom: 11.2rem;
}

.qr_parts{
  width: 24rem;
  text-align: center;
  margin-bottom: 8rem;
}


.qr_name{
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--NotoSans);
  margin-bottom: 1.6rem;
}

.qr_img{
  width: 8.741rem;
  margin: 0 auto;
  height: auto;
}
.qr_img img{
  aspect-ratio: 1;
}






  

@media screen and (max-width: 699.98px) {
  .main_wrap{
    flex-direction: column;
    padding: 0 1.6rem;
  }
  .company_wrap,.contact_sec{
    width: 100%;
    overflow-y: hidden;
    height: auto;

  }
  .company_wrap,.shop_main{
    display: contents;
  }
  .shop_table{
    order: 5;
  }

  .shop_info{
    order: 1;
  }

  .contact{
    order: 2;
  }
  .qr_section{
    order: 3;
  }
  .shop_title{
    order: 5;

  }


  .contact_sec{
    display: contents;
  }



  .shop_detail{
    width: 30rem;
    margin-top: 8rem;
  }

  .contact_sec{
    width: 100%;
  }
  .table_content{
    padding-left: 0;
  }


  .shop_main{
    margin:3.1rem 0 2.5rem;
  }
  .shop_title{
    margin-bottom: 2.5rem;
  }

  .shop_info{
    padding: 0;
    align-items: center;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .shop_map_box{
    width: 29.5rem;
  }

  .shop_img{
    /* width: 29.5rem; */
  }

  .table_title{
    width: 13.3rem;
    margin-left: unset;
  }

  .shop_table{
    margin: 5.9rem auto 10rem;
    width: 100%;
    height: fit-content;
  }

  .contact{
    margin: 0;
    padding: 3.1rem 2.5rem 0;
  }

  .contact_txt p{
    margin-bottom: 6rem;
  }

  .wpcf7 select,
  .wpcf7 textarea,
  .wpcf7 input {
    width: 100%;
  }


  .button{
    margin:  5rem auto 10rem;
  }

  .qr_wrap{
    width: 27rem;
    display: block;
    padding-top: 8rem;
    padding-bottom: 1rem;
  }
  .qr_parts{
    margin: 0 auto;
    margin-bottom: 8rem;

  }

  .sns_title{
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sns_info_wrap{
    justify-content: space-between;
  }
}