#contact {}
#contact .form h2 {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#contact .form h2 img {
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
#contact .sub-mainimg {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
    background: url('./../way/img/mainimg.png') no-repeat center;
    background-size: cover;
}
#contact .bread-box {
    background: #1869c3;
    color: #FFFFFF;
    padding: 5px 0;
}
#contact .sub-mainimg p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 1px #1869c3, -2px 2px 1px #1869c3, 2px -2px 1px #1869c3, -2px -2px 1px #1869c3;
}
#contact .sub-st {
    width: 1000px;
    margin: 50px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1869c3;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #1869c3;
}

#contact .subpage-link2 {
    margin: 12px 0;
    background: #1869c3;
}
#contact .subpage-link2 ul {
    display: table;
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
#contact .subpage-link2 ul li {
    display: table-cell;
    width: 25%;
    border-right: 1px solid #fff;
}
#contact .subpage-link2 a {
    display: block;
    padding: 4px 12px;
    background: #1869c3;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 40px;
    position: relative;
    color: #fff;
    text-align: center;
}
#contact .subpage-link2 a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto -6px;
}
#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: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    vertical-align: middle;
    background: url(./../img/shop/icon-right-w.png) no-repeat center;
    background-size: contain;
}


#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: table-row;
}

#contact .form-box .form-list dt{
    display: table-cell;
    padding: 10px;
    background: #EEF5FC;
    border-top: solid 1px #1869c3;
    border-right: 1px solid;
    vertical-align: middle;
    width: 180px;
    color: #1869c3;
}
#contact .form-box .form-list dd{
    display: table-cell;
    border-top: solid 1px #1869c3;
    padding: 10px 20px;
    width: 820px;
}
#contact .form-box .form-list li:first-child dt,
#contact .form-box .form-list li:first-child dd {
    border-top: none;
}


#contact .form-box .form-list .input-innerst{
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    margin-right: 10px;
}

#contact .form-box .radio_btn p {
    float: left;
    width: 160px;
    padding: 5px;
}

#contact .form-box .check_btn p {
    padding: 5px;
}

#contact .form-box .naiyou textarea{
    width: 100%;
    height: 180px;
    padding: 5px;
    resize:none;
}

#contact .form-box .form-list a{
    color:#1869c3;
}

span.hissu {
    display: inline-block;
    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: 20px;
  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: 49%;
}

#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-left: 1.4%;
    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: 32px;
    left: 3%;
}

#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: 32px;
    left: 3%;
}

#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;
}
