.contact-page{
  background: var(--beige, #e8dcc8);
}

.contact-page #wrapper{
  width: min(1100px, calc(100% - 28px));
  margin: 24px auto 56px;
}

.contact-page #main{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  padding: 26px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.contact-page .section{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.contact-page .section__ttl{
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: .02em;
}

.contact-intro{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  margin: 0 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.contact-copy{
  align-self: center;
}

.contact-lead{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0,0,0,.74);
}

.contact-sub{
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0,0,0,.62);
}

.contact-tel-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(255,255,255,.88);
  color: rgba(0,0,0,.86);
  text-decoration: none;
  font-family: "sicnews", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.contact-shop-card{
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.contact-shop-label{
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: .16em;
  opacity: .68;
}

.contact-shop-name{
  margin: 0 0 10px;
  font-family: "sicnews", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
}

.contact-shop-card p{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0,0,0,.72);
}

.contact-page #txt_explain{
  margin: 0 0 18px;
}

.contact-page #txt_explain p{
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(0,0,0,.62);
}

.contact-page .red_txt{
  margin: 0 0 14px;
}

.contact-page .table{
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
}

.contact-page .button_box{
  margin-top: 22px;
  text-align: center;
}

.contact-page input[type="submit"]{
  min-width: 180px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: rgba(0,0,0,.86);
  cursor: pointer;
  font-family: "sicnews", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.contact-page input[type="submit"]:hover,
.contact-tel-btn:hover{
  background: rgba(255,255,255,1);
}

.contact-page .button_box a{
  color: rgba(0,0,0,.72);
  text-decoration: none;
}

@media (max-width: 800px){
  .contact-page #wrapper{
    width: min(100%, calc(100% - 20px));
    margin: 18px auto 34px;
  }

  .contact-page #main{
    padding: 18px;
    border-radius: 16px;
  }

  .contact-intro{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-page .section__ttl{
    font-size: 28px;
  }

  .contact-shop-card p,
  .contact-lead{
    font-size: 14px;
  }
}

.contact-shop-panel{
  margin-top: 28px;
  padding: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.contact-shop-inner{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: start;
}

.contact-shop-copy,
.contact-shop-info{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  padding: 18px;
}

.contact-shop-lead{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0,0,0,.74);
}

.contact-shop-sub{
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0,0,0,.62);
}

.contact-shop-tel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(255,255,255,.88);
  color: rgba(0,0,0,.86);
  text-decoration: none;
  font-family: "sicnews", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.contact-shop-tel:hover{
  background: rgba(255,255,255,1);
}

.contact-shop-label{
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: .16em;
  opacity: .68;
}

.contact-shop-name{
  margin: 0 0 10px;
  font-family: "sicnews", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
}

.contact-shop-info p{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0,0,0,.72);
}

@media (max-width: 800px){
  .contact-shop-panel{
    padding: 16px;
    border-radius: 16px;
  }

  .contact-shop-inner{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-shop-copy,
  .contact-shop-info{
    padding: 16px;
  }

  .contact-shop-lead,
  .contact-shop-info p{
    font-size: 14px;
  }
}