@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300);
/* Scss Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	トップイメージ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#ContentsImg #topimg {
  background-image: url("/common/images/form/top_image.jpg");
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	特典バナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.form {
  margin-top: 100px;
}

.form .step {
  letter-spacing: -0.4em;
  margin-bottom: 32px;
  text-align: center;
  padding: 15px 0 20px;
}

.form .step ul {
  width: 357px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.form .step li {
  width: 120px;
  height: 0;
  padding-top: 64px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.form .step li:nth-child(3) {
  width: 118px;
}

.form .form_box {
  width: 1000px;
  margin: 0 auto;
}

.form .checkbox {
  margin-bottom: 40px;
}

.form .checkbox a {
  font-weight: bold;
  text-decoration: underline;
}

.form .checkbox p {
  text-align: center;
}

.form .checkbox p:first-child {
  margin-bottom: 10px;
}

.form input[type=checkbox] {
  display: none;
}

.form input + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 12px 0 42px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.form input + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 68%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #a0a0a0;
  content: '';
  background: #fff;
  border-radius: 2px;
}

.form label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 66%;
  left: 21px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

input[type=checkbox]:checked + label:before {
  opacity: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	STEP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	お電話での見学予約はこちら
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	フォーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*プレースホルダ―*/
::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #d6d6d6;
}

/*テーブル*/
.form .form_box table {
  width: 100%;
  word-break: break-all;
  margin-bottom: 40px;
}

.form .form_box table th {
  background-color: #f5f4ef;
  border-bottom: 1px solid #b9b7b8;
  padding: 32px 0 32px 40px;
  text-align: left;
  vertical-align: middle;
  width: 320px;
  font-size: 16px;
  font-weight: 500;
}

.form .form_box table th img {
  vertical-align: middle;
}

.form .form_box table th span {
  background: #eb7d80;
  color: #fff;
  padding: 0 3px;
  width: 30px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.form .form_box table td {
  border-bottom: 1px solid #b9b7b8;
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #402b2d;
  font-size: 14px;
  line-height: 1.4em;
  padding: 6px 0 6px 40px;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.form .form_box table td .text {
  vertical-align: text-top;
}

.form .form_box table td:before, .form .form_box table td:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 80px;
}

.form .form_box table td:before {
  left: 0;
}

.form .form_box table td:after {
  right: 0;
}

.form .form_box table td .radio label {
  margin-right: 25px;
}

.form .form_box table td.name .text {
  display: inline-block;
}

.form .form_box table td.address .add_top .text {
  display: inline-block;
  margin-right: 20px;
}

.form .form_box table td.address .add_top .text .supplement {
  margin-left: 20px;
  margin-top: 5px;
}

.form .form_box table td.address .add_top ul {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

.form .form_box table td.address .add_top ul li {
  border-radius: 3px;
  border: 1px solid #000;
  background: #eee;
}

.form .form_box table td.address .add_top ul li a {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-align: center;
  width: 194px;
  height: 27px;
  line-height: 27px;
}

.form .form_box table td.address .add_top ul li.btn_postal a {
  background: url("/com/img/com/arrow_pc.png") no-repeat 180px center;
  background-size: 7px;
}

.form .form_box table td.address .add_top ul li.btn_address a {
  background-image: url("/common/images/form/btn_text_address.png");
}

.form .form_box table td.address input, .form .form_box table td.address select {
  margin-top: 8px;
}

.form .form_box table td.address .add_top input {
  margin-top: 0;
}

.form .form_box table td.birth .select {
  display: inline-block;
}

.form .form_box table td.hope .text,
.form .form_box table td.hope .select {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.form .form_box table td.hope .text button,
.form .form_box table td.hope .select button {
  margin-left: 5px;
}

.form .form_box table td.hope .hope_note {
  margin-top: 6px;
}

.form .form_box table td .supplement {
  font-size: 12px;
}

.form .form_box table td .notice {
  color: #ff0000;
  font-size: 85%;
}

.form .form_box input[type=text], .form .form_box select, .form .form_box textarea {
  /*	font-family:"小塚明朝 Pro", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    	font-weight: lighter;*/
  font-size: 14px;
  border: 2px solid #b6b2b3;
  padding: 10px 20px;
  width: 97%;
}

.form .form_box input[type=text] {
  width: 470px;
}

.form .form_box input[type=radio] {
  margin-right: 8px;
}

.form .form_box .hope input,
.form .form_box select {
  width: 224px;
}

.form .form_box .hope input {
  background: url("../img/com/arrow_pc.png") no-repeat 96% center;
}

.form .form_box select {
  background: url("../img/com/arrow_bottom.png") no-repeat 96% center;
  background-size: 5%;
}

.form .form_box select {
  width: 224px;
}

.form .form_box textarea {
  margin: 10px 0;
}

.form .form_box .textarea {
  max-width: 794px;
}

.form .form_box select#RequestBirthy, .form .form_box select#RequestBirthm, .form .form_box select#RequestBirthd {
  width: 105px;
}

.form .form_box .policy {
  margin-top: 80px;
  text-align: center;
}

/*入力欄*/
/*個人情報保護方針*/
/*ボタン*/
.bottom_btn {
  margin: 0 auto;
  width: 420px;
  overflow: hidden;
}

.bottom_btn .submit:hover {
  opacity: 0.8;
}

.bottom_btn .submit.confBtn {
  width: 420ppx;
  margin: 0 auto;
  position: relative;
}

.bottom_btn .submit.confBtn,
.bottom_btn .submit.a_left .submit,
.bottom_btn .submit.a_right .submit {
  position: relative;
}

.bottom_btn .submit.confBtn:after,
.bottom_btn .submit.a_left .submit:after,
.bottom_btn .submit.a_right .submit:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  content: '';
  background: url(../img/event/arrow_reservation.png) no-repeat center center;
  width: 9px;
  height: 17px;
  display: inline-block;
}

.bottom_btn .submit input.confirm {
  color: #fff;
  display: block;
  width: 420px;
  text-align: center;
  padding: 15px 0;
  font-size: 2.0rem;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
}

.bottom_btn .submit.a_left, .bottom_btn .submit.a_right {
  width: 420px;
}

.bottom_btn .submit.a_left input, .bottom_btn .submit.a_right input {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 2.0rem;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.bottom_btn .submit.a_left {
  background-position: 40px center;
  margin-right: 18px;
  float: left;
}

.bottom_btn .submit.a_left input {
  background-color: #7d7272;
}

.bottom_btn .submit.a_right {
  background-position: 300px center;
  float: right;
}

.bottom_btn_02 {
  width: 860px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	住所選択
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#zipfromaddress {
  background-color: #fff;
  color: #2f2c2c;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 540px;
}

#zipfromaddress select {
  border: 1px solid #cccac7;
  font-size: 14px;
  padding: 10px 25px;
  text-align: center;
  width: 200px;
}

#zipfromaddress p.note {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#zipfromaddress table.form-table {
  margin: 0 auto 20px;
  width: auto;
}

#zipfromaddress table.form-table th {
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

#zipfromaddress table.form-table th.rq {
  background-position: 158px center;
  background-repeat: no-repeat;
}

#zipfromaddress table.form-table td {
  background-image: url("/common/images/common/dot_01.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #402b2d;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px 20px;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

#zipfromaddress table.form-table td:before, #zipfromaddress table.form-table td:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
}

#zipfromaddress table.form-table td:before {
  left: 0;
}

#zipfromaddress table.form-table td:after {
  right: 0;
}

#zipfromaddress .decision {
  background-image: url("/common/images/common/arrow_btnRight.png");
  background-position: 298px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px #d1d1d1;
          box-shadow: 2px 2px 2px #d1d1d1;
  margin: 0 auto;
  text-align: center;
  width: 350px;
}

#zipfromaddress .decision a {
  background-image: url("/common/images/form/btn_text_decision.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 52px;
  text-indent: -9999px;
  width: 100%;
}

/*ボタン*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	CONFIRM
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.form .confirm_text {
  text-align: center;
  margin-bottom: 42px;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}

.form .form_confirm table td {
  padding: 10px 0 10px 23px;
}

.form .form_confirm table td > div {
  background-color: #f9f7ed;
  border: 1px solid #efeee5;
  padding: 15px 50px;
}

.form .complete_cont {
  margin: 0 134px;
  padding: 45px 0 35px;
  text-align: center;
}

.form .complete_cont .complete_text {
  padding-bottom: 58px;
}

.form .complete_cont .btn a {
  background: url("../img/com/arrow_pc.png") no-repeat 262px center;
  width: 289px;
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	COMPLETE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	資料請求
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contact input[type=radio] {
  display: none;
}

.contact .radio input + label {
  padding: 0 12px 0 30px;
  font-weight: normal;
}

.contact .radio input + label:hover:after {
  border-color: #bbb4b4;
}

.contact .radio input + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: '';
}

.contact .radio label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2f2c2c;
  content: '';
  opacity: 0;
}

.contact .address {
  padding: 20px 0 20px 40px !important;
}

.contact .address .required label {
  margin-right: 5px;
}

.contact .address .required input {
  width: 202px;
}

.contact .address .select.required label,
.contact .address .text.required:not(:first-child) label {
  width: 110px;
  display: inline-block;
}

.contact .address .select.required select,
.contact .address .text.required:not(:first-child) select {
  width: 329px;
}

.contact .address .select.required input,
.contact .address .text.required:not(:first-child) input {
  width: 470px;
}

.contact .supplement {
  display: block;
  margin-top: 10px;
}

label:before {
  border: none;
}

input[type=radio]:checked + label:before {
  opacity: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer .contectbox,
.form_tel {
  display: none;
}
/*# sourceMappingURL=form.css.map */