@charset "utf-8";
/*お問い合わせ*/

section#other #form {
	margin: 50px 0 0 0;
}


.entryForm {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    margin:60px 0 100px;
}

section#other .entryForm article {
    padding:30px 0;
    overflow: hidden;
    position: relative;
    clear: both;
}

.entryForm p {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.entryForm div.check {
	width: 8%;
	display:inline-block;
	vertical-align: middle;
	/* margin: 5px 0 0 0; */
}

.entryForm div.e_txt {
	width: 73%;
	display:inline-block;
	vertical-align: middle;
	overflow:hidden;
}

.entryForm div.e_txt span {
	font-size:1em;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	color:#333;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}


.entryForm div.e_txt input {
    padding: 18px;
    width: 100%;
    /* font-size: 0.9em; */
    color: #000;
    margin: 0 0 20px 0;
    border:none;
    box-sizing: border-box;
    /* border-radius: 5px; */
    box-shadow: none;
}

.entryForm div.e_txt input#age {
	width:100px;
}

.entryForm #gender input {
	width:auto;
	margin: 0;
	padding: 0;
}


.entryForm div.e_txt#people01,.entryForm div.e_txt#people02 {
	width:20%;
}

.entryForm div.e_txt#people01_, .entryForm div.e_txt#people02_,.entryForm div.e_txt#people03_ {
	width:auto;
	display: inline-block;
}

.entryForm div.e_txt input#people01, .entryForm div.e_txt input#people02,.entryForm div.e_txt input#people03 {
	width: 120px;
	margin: 0;
}

/* 参加人数 */
label.people_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.people_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.people_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}

/* 性別 */
label.radio_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.radio_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.radio_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}


/*チェックボタン*/
.entryForm div.e_txt input.check_s {
	background:none;
}

/* custom01 */
input[type="checkbox"] {
	display: none;
}
label.check_s {
	position: relative;
	display: inline-block;
	padding:3px 3px 3px 25px;
	cursor: pointer;
	margin:0 30px 0 0;
}

label.check_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label.check_s::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*セレクトボタン*/
.entryForm select {
    width: 120px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 19px;
    color: #666;
    border: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.entryForm select#job {

	width: 200px;
}
/*必須*/
span.required {
    background: #f54e47;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

/*任意*/
span.any {
    background: #0d227c;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

.submitArea {
    border-top: 1px dotted #ccc;
    padding: 30px 0 0;
    text-align: center;
}

.submitArea label {
	font-size:90%;
}


textarea {
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 1em;
    box-sizing: border-box;
    border-radius: initial;
    line-height: 1.8em;
}

/*送信ボタン*/
.submitArea .btn_submit {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

.submitArea .btn_submit span {
	font-size: 0.9em;
	display:block;
	padding: 0 0 10px;
	line-height:1.8em;
	text-align: left;
}

.submitArea .btn_submit span a {
	text-decoration:underline;
	color:#0073e6;
}

.submitArea .btn_submit input {
    background: none;
    display: block;
    border: 1px solid #222;
    padding: 20px;
    background: #222;
    width: 330px;
    color: #fff;
    margin: 40px auto 0;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 100px;
}

.submitArea .btn_submit input:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*thanks*/
section#thanks article{
	margin: 80px 0 150px;
	text-align: center;
}

@media screen and (max-width: 1399px){
/*お問い合わせ*/
.entryForm p {
    padding: 0;
}

.entryForm div.e_txt {
	width: 70%;
}
	
section#thanks article {
	max-width: 98%;
	margin: 80px auto 150px;
}	
	
}

@media screen and (max-width: 1023px){
/*お問い合わせ*/
.entryForm p {width: auto;}

.entryForm div.e_txt {
	width: auto;
	display: block;
	margin: 10px 0 0 0;
}

.entryForm div.e_txt input {
	padding: 15px;
	
}
}

@media screen and (max-width: 767px){

.entryForm {
	max-width:95%;
	margin: 20px auto 0;
}

/*お問い合わせ*/
.entryForm div.check {
width: auto;
}

.entryForm div.e_txt input#people01, .entryForm div.e_txt input#people02, .entryForm div.e_txt input#people03 {
	width: 60px;
	padding: 10px;
}

.entryForm select {
	width: 60px;
	padding: 10px;
}

section#other .entryForm article {
	padding: 0 0 40px;
}
	
	.entryForm div.e_txt span {
		margin: 0 8px 0 0;
	}
	
	.submitArea .btn_submit input {
		width: 90%;
	}	
	
}


