@charset "UTF-8";

/* Scss Document */
#page_ttl h1 {
  background: url(../images/park/ico_page_ttl.png) top 1em center no-repeat;
}

#tel .tel {
  margin-bottom: 0;
  color: #60A146;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
}

#mail th {
  width: 30%;
  font-weight: normal;
}

#mail .required span {
  display: block;
  position: relative;
}

#mail .required span:after {
  content: "必須";
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  background: #FF3F00;
  font-size: 1.2rem;
  position: absolute;
  right: -2px;
}

#mail .ipt-w250 {
  width: 70%;
}

#mail .ipt-w400,
#mail .ipt-w350 {
  width: 100%;
}

#mail .button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#mail .button input {
  padding: .5em 2em;
  color: #FFF;
  font-size: 2rem;
  border: none;
  background: #FF3F00;
}

#mail .button input[type="reset"],
#mail .button input[name="b_back"] {
  background: #60A146;
}

#mail .button input:hover {
  cursor: pointer;
  opacity: .6;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#mail .button .b_back input {
  background: #60A146;
}

#mail .zipbtn.button {
  display: inline-block;
}

#mail .zipbtn.button a {
  display: block;
  padding: .5em;
  background: #DDD;
  border: #CCC 1px solid;
  border-radius: 3px;
  color: #000;
}

#mail .zipbtn.button a:hover {
  text-decoration: none;
  opacity: .6;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.formTable {
  margin-top: 2em;
  font-size: 1.6rem;
}

.formTable th,
.formTable td {
  padding: .75em .5em;
}

.formTable th {
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  #page_ttl h1 {
    background: none;
  }

  #mail .required span:after {
    position: static;
  }

  #mail .ipt-w100 {
    width: 4em;
  }

  #mail .sp_mgb {
    margin-bottom: .5em;
  }
}