@charset "utf-8";

/* エントリー
-------------------------------------------------- */
.nagare {
  width: 900px;
  height: auto;
}





* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"] {
	border: none;
}



input[type="text"], input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}

textarea {
	padding: 10px;
}

.page-form dl {
  width: 900px;
  border-bottom:#c9c5bf dotted 2px;
  overflow: hidden;
}
.page-form dt,
.page-form dd {
  float: left;
  padding: 16px 0;
}
.page-form dt {
  width: 160px;
  font-weight: bold;
	padding-right: 10px;
}
.page-form dd {
	width: calc(100% - 160px)
}
.page-form dd input {
  margin-right:0 !important;
}

.entry dd .wpcf7-list-item-label {
/*	background-color: #ccc;*/
	margin-left: 0;
}
.entry dd .wpcf7-radio,
.entry dd .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
.entry dd .wpcf7-radio .wpcf7-list-item,
.entry dd .wpcf7-checkbox .wpcf7-list-item {
	/*width: 50%;*/
	width: calc(100% / 3);
	margin: 0 !important;
}
.entry dd input[type="text"],
.entry dd input[type="radio"],
.entry dd input[type="checkbox"] {
	margin-right: 0;
}

.entry dd.tel input[type="text"] {
	width: calc(100% / 2);
}
.entry .mikomi {
	margin-top: 10px;
}
.entry .mikomi > span {
	display: inline-block;
}
.entry .mikomi input[type="text"],
.entry .age input[type="text"] {
	width: 80px;
	margin-right: 10px !important;
}
.entry .station input[type="text"] {
	width: 120px;
	margin: 0 4px 0 10px;
}

	
	

.entry .submit-area {
	text-align: center;
	margin-top: 20px;
}
.entry .submit-area > span {
	display: block;
}
/* チェックボックスデザイン */
.entry label {
  cursor: pointer;
}
.entry .submit-area input[type="checkbox"] {
  display: none;
}
.entry .submit-area input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
}
.entry .submit-area input[type="checkbox"] + .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
	background-color: #fff;
  margin-top: -12px;
  border: 1px solid #999;
}
.entry .submit-area input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -7px;
  border-left: 2px solid #bd9173;
  border-bottom: 2px solid #bd9173;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* 送信ボタンデザイン */
.entry input[type="submit"]{
  width: 200px;
  background-color: #bd9173;
	font-size: 18px;
	font-weight: bold;
  color: #fff;
  padding: 10px;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.entry input[type="submit"][disabled]{
	background-color: #999;
}
.entry input[type="submit"]:hover{
	opacity: 0.8;
}
.entry input[type="submit"][disabled]:hover{
	cursor: not-allowed;
	opacity: 1;
}


/* cf7 メッセージ 送信完了 非表示*/
.wpcf7-mail-sent-ok {
	display:none !important;
} 


.reply-notice {
	text-align: left;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #ccc;
}


.thanks {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
