@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.txtType01 {
  font-size: 12px;
  line-height: 1.8;
  padding: 20px 0 0;
}

.sectionTtl {
  font-size: 16px;
  font-weight: normal;
  padding: 60px 0 20px;
}
.txtBar {
	background: #000000;
	font-size: 0;
	height: 1px;
	line-height: 1;
	margin: 0 auto 30px;
	width: 40px;
}

.ttl {
  border-bottom: 1px solid #ffffff;
  color: #a18449;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  padding: 20px 0;
}

/*---------------------------------------------------------------------------*/
.formFlow {
  font-size: 0;
  padding: 60px 0 45px;
}
.formFlow .stepBox {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 15px;
  vertical-align: top;
  width: 190px;
}
.formFlow .stepBox .stepNo {
  background: url(/assets/img/shopCommon/formFlowBg02.png) left bottom no-repeat;
  color: #999999;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  height: 32px;
  line-height: 32px;
  margin: 0 0 10px;
}
.formFlow .stepBox .stepNo span {
  font-size: 18px;
}
.formFlow .stepBox .stepName {
  color: #999999;
}
.formFlow .stepBox.now .stepNo {
  background: url(/assets/img/shopCommon/formFlowBg01.png) left bottom no-repeat;
  color: #a18449;
}
.formFlow .stepBox.now .stepName {
  color: #221715;
}

.formTxt01 {
  font-size: 21px;
  margin: 0 0 50px;
}
.formTxt02 {
  line-height: 1.8;
}

.fairBox {
  padding: 0 0 60px;
}
.fairBox .fairImg {
  border-top: 1px solid #f4f0e9;
  box-sizing: border-box;
  float: left;
  width: 273px;
  height: 186px;
}
.fairBox .fairInfo {
  float: right;
  width: 706px;
}
.fairBox .fairInfo dl {
  background: #b39d6c;
  font-size: 0;
}
.fairBox .fairInfo dl dt,
.fairBox .fairInfo dl dd {
  border-top: 1px solid #f4f0e9;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 14px;
  line-height: 1;
  padding: 24px 20px 0 20px;
  text-align: left;
  vertical-align: top;
}
.fairBox .fairInfo dl dt {
  background: #b39d6c;
  color: #ffffff;
  width: 130px;
}
.fairBox .fairInfo dl dd {
  background: #ffffff;
  border-left: 1px solid #f4f0e9;
  line-height: 1.5;
  min-height: 20px;
  padding: 20px;
  width: 495px;
}

/*---------------------------------------------------------------------------*/
.cautionTxt {
  color: #ff0000;
  margin: 0 0 10px;
  text-align: left;
}
.formArea {
  padding: 0 0 120px;
}
.formArea dl {
  background: #b39d6c;
  border-bottom: 1px solid #f4f0e9;
  font-size: 0;
}
.formArea dl dt,
.formArea dl dd {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.formArea dl dt {
  color: #ffffff;
  padding: 20px;
  width: 205px;
}
.formArea dl dt span {
  color: #ff0000;
  padding: 0 0 0 5px;
}
.formArea dl dd {
  background: #ffffff;
  border-left: 1px solid #f4f0e9;
  padding: 15px 20px;
  width: 694px;
}
.formArea dl dd input[type='text'],
.formArea dl dd input[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b49d6d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  width: 340px;
}
.formArea dl dd input.widthS {
  width: 280px;
}
.formArea dl dd input.widthL {
  width: 620px;
}
.formArea dl dd .fomTxt03 {
  margin: 20px 0 0;
}
.formArea dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/img/shopCommon/formPart01.png) right top no-repeat;
  background-size: 30px 100%;
  border: 1px solid #b49d6d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 50px 5px 10px;
}
.formArea dl dd select::-ms-expand {
  display: none;
}
.formArea dl dd .selectTxt {
  padding: 0 40px 0 10px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
.check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0;
  position: relative;
  padding: 0 0 0 18px;
  vertical-align: middle;
}
.check:hover:after {
  border-color: #a18449;
}
.check:after {
  border: 1px solid #a18449;
  border-radius: 0;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.check:before {
  border-right: 2px solid #a18449;
  border-bottom: 2px solid #a18449;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.formArea dl dd label {
  line-height: 30px;
  padding: 0 60px 0 18px;
}
.formArea dl dd label.other {
  padding: 0 20px 0 18px;
}
.formArea dl dd .fomTxt04 {
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
}
.formArea dl dd.checkArea input[type='checkbox'] {
  margin: 0 0 20px;
}
.formArea dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b49d6d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 1%;
  width: 98%;
}

.formTxt05 {
  line-height: 1.4;
  padding: 15px 0 40px;
  text-align: left;
}

.btnArea {
}
.btnArea .formBtn {
  background: url(/assets/img/shopCommon/icoArrow02.png) 93% center no-repeat #a18449;
  border: 1px solid #a18449;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  height: 80px;
  margin: 0 10px;
  padding: 25px 0;
  text-align: center;
  width: 300px;
}

/*---------------------------------------------------------------------------*/
.formArea.confirm dl dd {
  min-height: 22px;
  padding: 20px;
}
.formArea.confirm dl dd.heightS {
  min-height: 65px;
}
.formArea.confirm dl dd.heightL {
  min-height: 80px;
}

.btnArea .formBackBtn {
  background: url(/assets/img/shopCommon/icoArrow05.png) 93% center no-repeat #faf8f4;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #a18449;
  font-size: 14px;
  height: 80px;
  margin: 0 10px;
  padding: 25px 0;
  text-align: center;
  width: 300px;
}

/*---------------------------------------------------------------------------*/
.formArea.complete {
  margin: 120px 0 0;
}
.btnArea .topBtn {
  background: #a18449;
  border: 1px solid #a18449;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 80px;
  width: 300px;
}
.btnArea .topBtn a {
  background: url(/assets/img/shopCommon/icoArrow02.png) 93% center no-repeat;
  color: #ffffff;
  font-size: 14px;
  padding: 29px 0;
  text-align: center;
}
.btnArea .topBtn a:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------------*/
.telArea{
  padding: 60px 0 0 0;
}

.formTxt03{
  font-size: 19px;
  margin: 10px 0 0;
}

.telmailBox{
  margin: 5px 0 0 0;
}