/* CSS Document */

@keyframes sp_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 320px 100%;
     mask-position: 320px 100%;
  }
}
@keyframes tb_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 768px 100%;
     mask-position: 768px 100%;
  }
}
@keyframes tbl_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 1024px 100%;
     mask-position: 1024px 100%;
  }
}
@keyframes pc_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 895px 100%;
     mask-position: 895px 100%;
  }
}

body[wc-view-type="sp"] div.contact::before{
  animation:sp_wave 8s linear 0s infinite;
}
body[wc-view-type="tb"] div.contact::before{
  animation:tb_wave 6s linear 0s infinite;
}
body[wc-view-type="tb-l"] div.contact::before{
  animation:tbl_wave 10s linear 0s infinite;
}
body[wc-view-type="pc"] div.contact::before{
  animation:pc_wave 15s linear 0s infinite;
}


/*透明*/
span.opa{
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
}
/*ページタイトル*/
section.page_title{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] section.page_title{
  height: 45vw;
}
body[wc-view-type="tb"] section.page_title{
  height: 250px;
}
body[wc-view-type="tb-l"] section.page_title{
  height: 280px;
}
body[wc-view-type="pc"] section.page_title{
  height: 350px;
}
section.page_title > h1{
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
section.page_title > h1::before{
  content: "Contact";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(255,255,255,0.5);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.page_title figure{
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.page_title figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(177.6deg,#008acd 4.64%,#8ac3de 93.84%);
  opacity: 0.75;
}
section.page_title figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_title figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*コンテンツ*/
div.contact{
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
}
body[wc-view-type="sp"] div.contact{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) + 16px) 10vw;
}
body[wc-view-type="tb"] div.contact{
  padding: var(--headerHeight) 12vw calc(var(--headerHeight) + 38px) 12vw;
}
body[wc-view-type="tb-l"] div.contact{
  padding: var(--headerHeight) 12vw calc(var(--headerHeight) + 52px) 12vw;
}
body[wc-view-type="pc"] div.contact{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) + 45px) 0;
}
div.contact::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  mask-image:url("/img/svg/wave_up.svg?");
  -webkit-mask-image:url("/img/svg/wave_up.svg?");
  background-color: #fff;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position:bottom center;
  mask-position:bottom center;
}
body[wc-view-type="sp"] div.contact::before{
  height: 16px;
  top: -16px;
  -webkit-mask-size: contain;
  mask-size: contain;
}
body[wc-view-type="tb"] div.contact::before{
  height: 39px;
  top: -38px;
  -webkitmask-mask-size: 768px 39px;
  mask-size: 768px 39px;
}
body[wc-view-type="tb-l"] div.contact::before{
  height: 53px;
  top: -52px;
  -webkitmask-size:1024px 53px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] div.contact::before{
  height: 45px;
  top: -45px;
  -webkitmask-size:895px 45px;
  mask-size: 895px 45px;
}
div.contact > p{
  line-height: 1.8rem;
  margin-bottom: 2.25rem;
}
body:not([wc-view-type="sp"]) div.contact > p{
  text-align: center;
}
div.contact div.contact_tel{
  border: solid 1px #1d4e88;
  box-sizing: border-box;
  padding: 1.25rem 1rem 1rem 1rem;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  margin: 0 auto 2rem auto;
  display: table;
}
div.contact div.contact_tel p.contact_title{
  padding: 0.25rem 1rem;
  background-color: #fff;
  border: solid 1px #1d4e88;
  box-sizing: border-box;
  border-radius: 1rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
div.contact div.contact_tel p.tel_text{
  margin: 0 0 0.5rem 0;
}
div.contact div.contact_tel div.tel_btn{
  display: table;
  margin: 0 auto;
}
div.contact div.contact_tel div.tel_btn div.tel_inner{
}
div.contact div.contact_tel div.tel_btn div.tel_inner a{
  display: table;
padding-left: 2rem;
color: #1d4e88;
font-family: "Number";
position: relative;
z-index: 1;
font-size: 1.5rem;
font-weight: 700;
text-decoration: none;
}
div.contact div.contact_tel div.tel_btn div.tel_inner a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #1d4e88;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.contact div.contact_tel div.tel_btn span.tel_time{
  padding-left: 4.3rem;
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
  display: table;
  font-size: 0.9rem;
  margin-top: -0.35rem;
}
div.contact div.contact_tel div.tel_btn span.tel_time::before{
  content: "営業時間";
  font-size: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  color: #1d4e88;
  transform: translateY(-50%);
  border: solid 1px #1d4e88;
  padding: 0 0.5rem;
  border-radius: 1rem;
  z-index: 2;
}
form{
}
body[wc-view-type="pc"] form{
  width: 750px;
  margin: 0 auto;
}
form dl{
  margin-top: 1rem;
  display: flex;
}
body[wc-view-type="sp"] form dl{
  flex-direction:column;
}
body:not([wc-view-type="sp"]) form dl{
  align-items: center;
}
form dl dt{
  font-size: 0.9rem;
}
body[wc-view-type="sp"] form dl dt{
  margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) form dl dt{
  width: 150px;
}
body:not([wc-view-type="sp"]) form dl dd{
  width: calc(100% - 150px);
}
form dl dd.select{
  position: relative;
  z-index: 1;
}
form dl dd.select::after{
  content: "";
  width: 40px;
  height: 40px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  -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: 40px;
  mask-size: 40px;
}
form dl dd select,
form dl dd input,
form dl dd div.textareawrap textarea{
  font-size: 0.9rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem !important;
}
form dl dd input{
  height: 40px !important;
  line-height: 40px !important;
  width: 100%;
}
form dl dd select{
  padding: 0.5rem 0.5rem 0.5rem;
  color: #333;
  height: 40px;
  width: 100%;
}
::placeholder{
  color: rgba(29,78,136,0.5);
}
div.soushin{
  display: table;
  margin: 1rem auto 0 auto;
}
div.soushin button{
  background-color: #1d4e88;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}