/* CSS Document */
section.page_title > h2::before{
  content: "Contact";
}
div.contact_wrap{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  background-color: #f7f0e6;
  border-bottom: 1px solid #190c01;
}
body[wc-view-type="sp"] div.contact_wrap{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="tb"] div.contact_wrap{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] div.contact_wrap{
  padding: var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] div.contact_wrap{
  padding: var(--headerHeight) calc((100vw - 750px) /2);
}
div.contact_wrap div.contact_text{
}
div.contact_wrap div.contact_text > p{
  line-height: 1.8rem;
  color: #190c01;
  font-weight: 300;
}
body:not([wc-view-type="sp"]) div.contact_wrap div.contact_text > p{
  text-align: center;
}
div.contact_wrap div.contact_text div.tel{
  display: table;
  margin: 0 auto;
  margin-top: 0.5rem;
}
div.contact_wrap div.contact_text div.tel a{
  display: table;
  margin: 0 auto;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  color: #190c01;
  font-family: "Number";
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) div.contact_wrap div.contact_text div.tel a{
  pointer-events: none;
}
div.contact_wrap div.contact_text div.tel a::before{
  content: "";
  position: absolute;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  -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;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #190c01;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
div.contact_wrap div.contact_text div.tel div.time_box{
  display: flex;
  justify-content: center;
}
body[wc-view-type="sp"] div.contact_wrap div.contact_text div.tel div.time_box{
  flex-direction: column;
}
div.contact_wrap div.contact_text div.tel div.time_box p.time{
  color: #190c01;
  font-size: 0.9rem;
}
div.contact_wrap div.contact_text div.tel div.time_box p.time{
  width: 100%;
  text-align: center;
}
div.contact_wrap div.contact_text div.tel div.time_box p.time:nth-of-type(1){
  margin-right: 0.25rem;
}
body[wc-view-type="sp"] div.contact_wrap div.contact_text div.tel div.time_box p.time:nth-of-type(1){
  margin-bottom: 0.25rem;
  margin-right: 0;
}
div.contact_wrap div.contact_text div.tel div.time_box p.time:nth-of-type(2){
  margin-left: 0.25rem;
}
body[wc-view-type="sp"] div.contact_wrap div.contact_text div.tel div.time_box p.time:nth-of-type(2){
  margin-left: 0;
}
div.contact_wrap div.contact_text div.tel div.time_box p.time span{
  padding: 0.25rem 0.5rem;
  border: solid 1px #190c01;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #190c01;
  font-size: 0.7rem;
  line-height: 1em;
  margin-right: 0.25rem;
  display: inline-block;
}
div.form{
  margin-top: calc(var(--headerHeight) / 2);
}
div.form p.c_title{
  position: relative;
  z-index: 1;
}
div.form p.c_title::before{
  content: "";
  position: absolute;
  height: 1px;
  background-color: #190c01;
  z-index: -2;
  left: 0;
  right: 0;
  top: 50%;
  background: rgb(247,240,230); /* Old browsers */
background: -moz-linear-gradient(left, rgba(247,240,230,1) 0%, rgba(25,12,1,1) 10%, rgba(25,12,1,1) 50%, rgba(25,12,1,1) 91%, rgba(247,240,230,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(247,240,230,1) 0%,rgba(25,12,1,1) 10%,rgba(25,12,1,1) 50%,rgba(25,12,1,1) 91%,rgba(247,240,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(247,240,230,1) 0%,rgba(25,12,1,1) 10%,rgba(25,12,1,1) 50%,rgba(25,12,1,1) 91%,rgba(247,240,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div.form p.c_title > span{
  padding: 0.55rem 1rem;
  border-radius: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  display: table;
  border: solid 1px #190c01;
  box-sizing: border-box;
  background-color: #f7f0e6;
}
form{
}
form dl{
  display: flex;
  margin-bottom: 1.5rem;
}
body[wc-view-type="sp"] form dl{
  flex-direction: column;
}
form dl dt{
  width: 200px;
  padding-left: 3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
}
body:not([wc-view-type="sp"]) form dl dt{
  padding-bottom: 0;
  padding-top: 0.25rem;
}
form dl dt::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.1rem 0.5rem 0.2rem 0.5rem;
  border-radius: 1rem;
}
body:not([wc-view-type="sp"]) form dl dt::before{
  top: 0.2rem;
}
form dl.required dt::before{
  content: "必須";
  color: #ff7a0a;
  border: solid 1px #ff7a0a;
}
form dl.any dt::before{
  content: "任意";
  color: #190c01;
  border: solid 1px #190c01;
}
form dl dd{
  width: calc(100% - 200px);
  position: relative;
  z-index: 1;
}
form dl.select dd{
}
form dl.select dd::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #333;
  -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;
}
body[wc-view-type="sp"] form dl dt,
body[wc-view-type="sp"] form dl dd{
  width: 100%;
}
form dl dd select{
  width: 100%;
  background-color: #fff;
  font-size: 0.9rem;
  padding: 0 0.5rem !important;
  box-sizing: border-box;
  height: 40px;
}
body[wc-view-type="sp"] form dl dd select{
  height: 35px;
}
form dl dd input{
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
}
body[wc-view-type="sp"] form dl dd input{
  height: 35px;
}
form dl dd textarea{
  font-size: 0.9rem !important;
  background-color: #fff !important;
  padding: 0 !important;
  text-indent: 0.7em;
}
div.soushin{
  display: table;
  margin:1.5rem auto 0 auto;
}
div.soushin button{
  background-color: #190c01;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
}
div.soushin button::after{
  content: "";
  position: absolute;
  right: 0.4rem;
  width: 2rem;
  height: 2rem;
  -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;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #fff;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
::placeholder {
  color: rgba(25,12,1,0.5) !important;
}