#contact {
    margin-top: 52px !important;
}
#contact .sub-mainimg {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 150px;
    background: url(./../way/img/mainimg-sp.png) no-repeat center;
    background-size: cover;
}
#contact .sub-mainimg p {
    position: absolute;
    top: 45%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 7vw;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
    color: #ffffff;
    line-height: 130%;
    text-align: center;
    text-shadow: 2px 2px 1px #1869c3, -2px 2px 1px #1869c3, 2px -2px 1px #1869c3, -2px -2px 1px #1869c3;
}
#contact .bread-box {
    background: #1869c3;
    color: #FFFFFF;
    padding: 5px 0;
}
#contact .sub-st {
    width: 95%;
    margin: 30px auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1869c3;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
    color: #1869c3;
}

#contact .subpage-link2 {
    margin: 12px 0;
}
#contact .subpage-link2 ul {
    display: block;
    overflow: hidden;
}
#contact .subpage-link2 ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
}
#contact .subpage-link2 a {
    display: block;
    text-align: center;
    background: #1869c3;
    font-weight: 600;
    height: 69px;
    color: #ffffff;
    padding: 4px;
}
#contact .subpage-link2 a:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: 2px auto 2px;
}
#contact .subpage-link2 .sl-price:before {
    background: url(./../img/shop/icon-money-w.png) no-repeat center;
    background-size: contain;
}
#contact .subpage-link2 .sl-access:before {
    background: url(./../img/shop/icon-walk-w.png) no-repeat center;
    background-size: contain;
}
#contact .subpage-link2 .sl-home:before {
    background: url(./../img/shop/icon-home-w.png) no-repeat center;
    background-size: contain;
}
#contact .subpage-link2 .sl-reserve:before {
    background: url(./../img/shop/icon-calender-w.png) no-repeat center;
    background-size: contain;
}
#contact .subpage-link2 a:after {
    content: " ";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px auto 0;
    background: url(./../img/shop/icon-right-w.png) no-repeat center;
    background-size: contain;
    transform: rotateZ(90deg);
}


#contact .form-box .form-list{
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #1869c3;
}

#contact .form-box .form-list > ul{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#contact .form-box .form-list li dl {
    display: flex;
}

#contact .form-box .form-list dt{
    display: table-cell;
    padding: 5px;
    background: #EEF5FC;
    border-top: solid 1px #1869c3;
    width: 25%;
    color: #1869c3;
}
#contact .form-box .form-list dd{
    display: table-cell;
    width: 75%;
    border-top: solid 1px #1869c3;
    vertical-align: middle;
    padding: 5px;
}

#contact .form-box .form-list li:first-child dt,
#contact .form-box .form-list li:first-child dd {
    border-top: none;
}

span.hissu {
    display: block;
    width: fit-content;
    background: red;
    border-radius: 4px;
    margin-right: 4px;
    padding: 0px 4px;
    font-size: 11px;
    color: #fff;
}



#newbuttonbox{
    margin: 20px 0;
}

#newbuttonbox .btn,
#newbuttonbox a.btn,
#newbuttonbox button.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

#newbuttonbox .btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

#newbuttonbox a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}

#newbuttonbox a.btn--contact {
    padding: 1.22rem 0;
    margin-top: 10px;
    color: #fff;
    background: #00a372;
    -webkit-box-shadow: 0 5px 0 #007a55;
    box-shadow: 0 5px 0 #007a55;
}

#newbuttonbox a.btn--contact i {
  font-size: 2rem;
}

#newbuttonbox a.btn--contact i.fa-position-left {
    font-size: 2rem;
    left: 1rem;
}

#newbuttonbox a.btn--contact :hover {
  color: #fff;
}

#newbuttonbox a.btn--tel {
    padding: 1rem 0;
    color: #fff;
    background: #1869c3;
    -webkit-box-shadow: 0 5px 0 #12438c;
    box-shadow: 0 5px 0 #12438c;
}

#newbuttonbox a.btn--tel i {
  font-size: 2rem;
}

#newbuttonbox a.btn--tel i.fa-position-left {
    font-size: 2rem;
    left: 1rem;
}

#newbuttonbox a.btn--tel .number {
    line-height: 1;
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
    letter-spacing: 0;
    color: #1869c3;
    border-radius: 0.5rem;
    background: #fff;
}

#newbuttonbox a.btn--tel:hover {
  color: #fff;
}

#newbuttonbox a > img{
    height: 1em;
}


#newbuttonbox .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

#newbuttonbox .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
