@charset "utf-8";
/* CSS Document */

.inner {
	font-size: 17px;
}

select,input {
	font-size: 19px;
	padding: 15px 10px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	box-sizing: border-box;
}

.body_reserve select,.body_reserve input {
	padding: 11px 10px;
	border: 1px solid #f4abab;
}

.body_reserve input[type="text"],
.body_reserve input[type="tel"] {
	-webkit-appearance: none;
}

#inquery_number {
	background: #fff;
}

/* 各ベンダープレフィックスが取れた標準版！！(https://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
color: #AFAFAF; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
color: #AFAFAF; }

/* Firefox 18- */
:-moz-placeholder {
color: #AFAFAF; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
color: #AFAFAF; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
color: #AFAFAF; }

.use_day {
	font-size: 16px;
	padding-bottom: 30px;
}

.cal_button {
	margin-bottom: 15px;
}

.calendar_area{
	border-radius: 3px;
	padding: 10px 12px 9px;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.wrap > textarea {
	width: 100%;
	font-size: 18px;
	height: 120px;
	box-sizing: border-box;
	border-radius: 5px;
}

.form_wrap > textarea {
	width: 100%;
	font-size: 18px;
	height: 120px;
	box-sizing: border-box;
	border-radius: 5px;
}

.submit_button > input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: linear-gradient(to bottom, #ff99a1, #f7c2c2);
    border: 0;
    box-shadow: none;
    color: #534741;
	border-radius: 50px;
	font-size: 30px;
	padding: 33px 10px;
	display: block;
	margin: 10px 0;
}

.special_hosyo {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

.back_button > input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #176293;
	font-size: 22px;
	padding: 25px 10px;
	line-height: 1;
	margin: 30px 0 15px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	background: #2980b9;
}

input[type=radio] {
	display: none;
}

.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 46px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover, .checkbox:hover {
	background-color: #fce7e7;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #f4abab;
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f4abab;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

#sp_confirm_table {
	margin: 20px auto;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	word-break: break-all;
	font-size: 15px;
}

#sp_confirm_table th {
	width: 34%;
	padding: 10px;
	font-weight: bold;
}

#sp_confirm_table td {
	width: 66%;
	padding: 10px;
}

#sp_confirm_table tr:nth-child(odd) {
	background: #F2F2F2;
}

h4 {
	font-size: 20px;
	text-align: center;
}

.wrap_top {
	padding: 0 10px 20px;
}

/*
select, .submit_button > input {
	width: 100%;
	padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
*/

.select-box02 select {
	position: relative;
	width: 100%;
	padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
}

.select-box02 select::-ms-expand {
    display: none;
}

.select-box02 label {
	position: relative;
}
 
.select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../image/arrow.png) 0 0 no-repeat;
	background-size: 11px;
	background-position: right 3px;
	pointer-events: none;
}

.yui-skin-sam .yui-calcontainer .yui-calendar {
	width: 18em!important;
	font-size: 16px;
}

.sfpd_submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #c56a19;
	font-size: 22px;
	padding: 25px 10px;
	line-height: 1;
	margin: 30px 0 15px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	background: #E67E22;
}

@media screen and (min-width: 0px) and (max-width: 340px) {
	.radiofirst {
		margin: 0 20px 15px 0;
	}
}


	
