/* CSS Document */
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Contact"
}
/*コンテンツ*/
div.contact{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.contact{
  padding: var(--headerHeight) 7vw calc(26vw + 1rem) 7vw;
}
body[wc-view-type="tb"] div.contact{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] div.contact{
  padding: var(--headerHeight) 10vw 12vw 10vw
}
body[wc-view-type="pc"] div.contact{
  padding: var(--headerHeight) calc((100vw - 800px) / 2) 12vw calc((100vw - 800px) / 2);
}
div.contact p.c_top_text{
  line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) div.contact p.c_top_text{
  text-align: center;
}
div.contact div.contact_tel{
  padding: 1rem;
  box-sizing: border-box;
  margin: 1rem 0;
  border: solid 1px #bbb;
}
body:not([wc-view-type="sp"]) div.contact div.contact_tel{
  width: 400px;
  margin: 1rem auto 1rem auto;
}
div.contact div.contact_tel p.contact_title{
  text-align: center;
  font-size: 1.2rem;
}
div.contact div.contact_tel p.tel_text{
  margin-top: 0.5rem;
}
body:not([wc-view-type="sp"]) div.contact div.contact_tel p.tel_text{
  text-align: center;
}
div.contact div.contact_tel div.tel_btn{
  padding: 0 1rem;
  box-sizing: border-box;
}
div.contact div.contact_tel div.tel_inner{
  margin-top: 0.5rem;
}
div.contact div.contact_tel div.tel_inner a{
  display: table;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  font-family: "Number";
}
div.contact div.contact_tel div.tel_inner a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #333;
}
div.tel_time{
  display: flex;
  flex-direction: column;
  margin-top: 0.25rem;
}
div.tel_time p{
  display: flex;
  align-items: center;
  justify-content: center;
}
div.tel_time p.time{
  margin-bottom: 0.5rem;
}
div.tel_time p.holiday{
}
div.tel_time p > span.t_title{
   display: table;
  padding: 0.15rem 0.25rem;
  border: solid 1px #bbb;
  box-sizing: border-box;
  flex: none;
  font-size: 0.85rem;
  color: #333;
  margin-right: 0.5rem;
}
form{
  margin-top: 2rem;
}
body[wc-view-type="tb"] form{
  margin-top: 3rem;
}
body[wc-view-type="tb-l"] form,
body[wc-view-type="pc"] form{
  width: 750px;
  margin: 3rem auto 0 auto;
}
form > dl{
  display: flex;
  margin-bottom: 1rem;
}
form > dl:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="sp"] form > dl{
  flex-direction: column;
}
form > dl dt{
  font-size: 0.9rem;
}
body[wc-view-type="sp"] form > dl dt{
  margin-bottom: 0.5rem;
}
body[wc-view-type="tb"] form > dl dt{
  width: 150px;
}
body[wc-view-type="tb-l"] form > dl dt,
body[wc-view-type="pc"] form > dl dt{
  width: 200px;
}
form > dl dd{
}
body[wc-view-type="sp"] form > dl dd{
}
body[wc-view-type="tb"] form > dl dd{
  width: calc(100% - 150px);
}
body[wc-view-type="tb-l"] form > dl dd,
body[wc-view-type="pc"] form > dl dd{
  width: calc(100% - 200px);
}
form dl dd select,
form dl dd input,
form dl dd div.textareawrap textarea{
  background-color: #fff !important;
  width: 100% !important;
  border: solid 1px #c3c3c3 !important;
  font-size: 0.95rem !important;
  font-family: "Mincho";
}
form dl dd select,
form dl dd input{
  height: 40px;
}
form dl dd.select{
  position: relative;
  z-index: 1;
}
form dl dd.select select{
  text-indent: 0.35em;
}
form dl dd.select::after{
  content: "";
  width: 40px;
  height: 40px;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
div.soushin{
  display: table;
  margin: 1rem auto 0 auto;
  position: relative;
  z-index: 1;
}
div.soushin::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
div.soushin button{
  background-color: #333;
  color: #fff;
  padding: 0.65rem 3.5rem 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Mincho";
}
::placeholder{
  color: rgba(114,113,113,1);
}