@charset "UTF-8";
/* @group Reset */
* {
  margin: 0;
  padding: 0;
}

html, body {
	/*font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;*/
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#333333;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h3 {
  margin-bottom: 1.5rem;
}

#reserveform > h1 {
  line-height: 1;
}

#reserveform > h2 {
  line-height: 1.8;
}

#reserveform > h3 {
  text-align:center;
}

hgroup h2,h4,h5,h6 {
  line-height: 1.5;
}

div.notice {
	padding-top:10px;
	text-align:left;
	line-height: 1.5;
	font-size:80%;
}

.red {
	color:#b22222;
}


/* @end */

.reserveHeader {
	color: #FFF;
	text-align: center;
	padding: 14px 0;
	background-color:#e52127;
	margin: 0px;
}

.WebTop {
	text-align: center;
}

h2 div {
}

.whole {
  padding-top: 24px;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.reserveDesc_pa {
	margin-bottom: 30px;
	text-align:center;
}

.reserveDesc {
	line-height: 1.6em;
	margin-bottom: 20px;
}

.privacy {
	border: 1px dotted #666;
	color:#333;
}

.privacy a {
  color: #b67ab0;
  text-decoration: none;
}

.privacy a:hover {
  color: #b67ab0;
  text-decoration: underline;
}

.privacy li {
	list-style-type: disc;
	margin-left: 2rem;
}

@media screen and (min-width:769px) {
.reserveHeader {
    padding: 34px 0;
  }

h2 div {
}

.reserveDesc {
}

.privacy {
}
}




.step {
}

section.form {
	margin:auto;
    padding:5%;
	background:#f5f5f5;
}

.required {
  margin-bottom: 2.5rem;
}

.formMarginBtm {
  margin-bottom: 2.5rem;
}

.requestForm > div > label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align:left;
  font-size:90%;
}

.hisu{
	display: inline-block;
    color: #ffffff;
	padding:3px;
	margin-left:7px;
    position: absolute;
    background-color: #e52127;
	font-size:0.6rem;
	border:none;
}

.nini {
	display: inline-block;
    color: #ffffff;
	padding:1px 3px;
	margin-left:7px;
    position: absolute;
    background-color: #999;
	font-size:0.6rem;
	border:none;
}

fieldset {
  border: none;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}

legend span {
  display: inline-block;
  border: 1px #b22222 solid;
  color: #b22222;
  margin-left: 0.5rem;
  padding: 1rem 0.5rem;

  position: absolute;
}

.textstyle {
  width: 100%;
  border: none;
  font-size:90%;

  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.5rem;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}

.selectstyle {
  width: 100%;
  background:#fff;
  font-size:90%;

  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.5rem;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}

.labelstyle {
  display: table;
  width: 100%;
}

.labelstylebtm {
  margin-bottom: 0;
}

.radiostyle {
  background: #FFF;
  padding: 1rem 1.5rem;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  border: 1px #aaaaaa solid;
}

.textareastyle {
  margin-bottom: 2.5rem;
}

.textareastyle textarea {
  width: 100%;
  border: 1px #aaaaaa solid;
  box-sizing: border-box;
  height: 14rem;
  padding: 0.5rem;
  resize: none;
  margin-bottom: 0;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}

.required p {
  margin-bottom: 0.5rem;
}

.required a {
  color: #3eb3c0;
  text-decoration: underline;
  font-weight: bold;
  background: #fff100;
}

.required a:hover {
  color: #6ab9c2;
  text-decoration: underline;
  font-weight: bold;
  background: #fff98c;
}
input[type="text"], textarea, select {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="text"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 2px #b67ab0;
  border: 1px solid #b67ab0;
}

input[type="text"], textarea {
  -webkit-appearance:none;
}

.submitstyle {
  text-align: center;
  margin: 2rem 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #FFF;
  padding: 15px;
  background: #e52127;
  color: #fff;
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #bd161b;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

footer.k_footer {
  background: #f6f6f6;
  padding: 1rem;
}

footer.k_footer p {
  /*color: #FFF;*/
  text-align: center;

}

/* @validation */
.error INPUT, .error TEXTAREA, .error SELECT .error RADIO {
  border-width:2px;
  border-style:solid;
  border-color:#ED1C24;
  background:#FFE6E7;
}

.iferror {
  margin:0;
  display:none;
}

.error .iferror {
  display:block;
  color:#ED1C24;
}

.hint {
  color:#888;
}




@media screen and (min-width:769px) {

  .wrap {
    max-width: 880px;
  }


  section.form {
	width: 100%;
    padding:3rem;
    margin-bottom: 0;
  }
  .required {
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 2.5rem;
  }
  .requestForm > div > label, legend {
    float: left;
    width: 30%;
    margin-right: 5%;
  }

  .requestForm > div > label span, legend span {
  }

  .clear {
    overflow: hidden;
  }
  .colright {
    float: left;
	text-align:left;
    width: 65%;

  }
  .textstyle {
    width: 70%;
  }
  .textstyle:focus {
    width: 80%;
  }
  .selectstyle {
    width: 70%;
  }
  .radiostyle {
    height: 4.5rem;
  }
  .textareastyle {
    margin-bottom: 3.5rem;
  }
  .submitstyle {
    margin-bottom: 3rem;
  }

  footer.k_footer {
    padding: 2rem;
  }
  footer.k_footer p {
    /*color: #FFF;*/
    text-align: center;

  }

}


/*@media screen and (min-width:375px) {
input[type="submit"], input[type="button"] {

  }
}
*/




/*@media screen and (min-width:981px) {
  .whole {
    background: url('../img/bg_shadow.png') top center repeat;
    margin: 0 auto;
    max-width: 1200px;
  }
}*/







.formTable {
	width: 100%;
}

.formTable tbody tr {
}

.formTable tbody tr th {
	font-weight: normal;
	text-align:left;
	padding:10px 10px 10px 0px;

}
.formTable tbody tr td {
}

@media screen and (max-width:768px) {
section.form {
	width:100%;
}

.formTable {
	width: 100%;
	font-size: 80%;
}
}
