@charset "utf-8";

/* エントリー
 ================================================== */
body {
  background-image:none;
  background-color:#fffdc0;
}

#entry .entry-flow img {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 10px 0 20px 0;
}
#entry section {
  font-size: 1.4rem;
  margin-top: 20px;
}
#entry h2 {
  background-image: url(../img/entry-ic-star.png);
  background-repeat: no-repeat;
  background-position: left 0 top 3px;
  background-size: 18px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #493a31;
  line-height: 1.6;
  padding-left: 24px;
}
#entry h2 span {
  font-size: 1.4rem;
}


/**/

* {
  -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;
}


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

.entry li.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 > div:first-of-type {
	margin-bottom: 0.5em;
}
.entry .station input[type="text"] {
	width: 120px;
	margin: 0 4px 0 10px;
}

	
	

.entry .submit-area {
	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: 100%;
  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;
}


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


.thanks {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}
.reply-notice {
	font-size: 1.4rem;
	text-align: left;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #ccc;
}
