@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 'Noto Sans Japanese', serif;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px;
  position: relative;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*Common*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #C7A956;
}
img {
  width: 100%;
  display: block;
}
h2 {
  margin: 0 0 5px 0;
  font-weight: normal;
  color: #C7A956;
  font-size: 22px;
  padding: 0;
}
header {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
}
.ta-center { text-align: center; }
.red-text { color: #C74D00; }
.cf:before,
.cf:after{
  content:"";
  display:table;
}
.cf:after{ clear:both; }
input[type="tel"], input[type="email"], input[type="text"],
input[type="url"], textarea, select {
  width: 100%;
  padding: 7px;
  font-size: 13px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: 1px 1px 6px 0px rgb(82 82 82 / 10%);
  -moz-box-shadow: 1px 1px 6px 0px rgba(82,82,82,.1);
  box-shadow: 1px 1px 6px 0px rgb(82 82 82 / 10%);
  border: solid 1px #f4f4f4;
  background-color: transparent;
  border-radius: 0px;
}
input[type="submit"], button, .form-submit a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
textarea { resize: vertical; }
.text-white { color: #fff; }

/*Header*/
#header-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
#header-inner h1 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 0;
}
#header-inner h1 img {
  height: 70px;
  width: auto;
  display: inline;
}

/*Main Contents*/
.page-container{
  padding: 50px 0;
}
.main-contents{
  text-align: left;
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
.table-4 table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-4 th,
.table-4 td {
  padding: 10px 20px;
}
.table-4 th {
  border: solid 1px #fff;
  font-weight: normal;
  width: 150px;
  background-color: #eee;
}
.table-4 td {
  border: solid 1px #eee;
  background-color: #fff;
}
.tile-wrap {
  margin: 10px 0 0 0;
}
.tile {
  border: solid 1px #f4f4f4;
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 3%);
  -ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
  -o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
  -webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
  margin: 0 0 5px 0;
  background-color: #fff;
}
.tile-inner {
  padding: 20px;
}
.form-item {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.fi-label,
.fi-input {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.fi-label {
  width: 139px;
  padding: 7px 0;
}
.fi-label.labelw35 {
  width: 35%;
}
.form-item .fi-label {
  padding-left: 5px;
}
.fi-label p {
  margin: 0;
  padding: 0;
  display: block;
}
.required .fi-label label p::after {
  content: "※";
  color: rgb(199, 77, 0);
  margin: 0px 0px 0px 5px;
}
.fi-input,
.fi-input.fi-select,
.fi-input.fi-select2{
  position: relative;
  z-index: 1;
}
.fi-input {
  padding: 0 0 0 20px;
}
.form-submit input,
.form-submit input:disabled,
.form-submit a {
  background-color: #947F28;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 250px;
  display: block;
  margin: 30px auto;
  text-align: center;
  text-decoration: none;
}
button {
  background-color: #947F28;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 250px;
  display: block;
  margin: 30px auto;
}
.fi-input #zipbtn {
  margin: 0 0 0 8px;
  display: inline-block;
  width: 96px;
  padding: 4px;
  background: #FFB71E;
}
.fi-input span.title {
  display: inline-block;
  margin: 0 10px 0 0;
}
.fi-input input[type="text"].mid,
.fi-input input[type="tel"].mid {
  width: 100px;
}
.input-tandem-1 .fi-input {
  display: block;
}
.page-top i {
  display: block;
}
.page-top {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #947F28;
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: .8;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-list {
  color: #C74D00;
  border: solid 1px #C74D00;
  padding: 15px 20px;
  margin: 15px 0;
}
.form-item.error .fi-label {
  background-color: #FFCCCC;
}

/*Footer*/
footer {
  background-color: #000;
  padding: 60px 0;
  margin-top: 40px;
}
footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media all and (max-width:960px){
  /*Common*/
  body { font-size: 12px; }
  h2 { font-size: 22px; }
}

@media screen and (max-width: 740px) {
  /*Common*/
  input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
  }

  /*Header*/
  #header-inner h1 img{
    height: 45px;
    width: auto;
  }

  /*Main Contents*/
  .form-submit > input,
  .form-submit > a { flex: 0 0 46%; }
  .fi-input input[type="text"].mid,
  .fi-input input[type="tel"].mid { width: 28%; }

  /*Footer*/
  footer p { font-size: 10px; }
}