@charset "UTF-8";

.p1{
	margin: 50px 0;
}
html.sp .p1{
	margin: 30px 0;
}

.aka{
	font-size: 1.6rem;
	color: #cf8178;
}
.chui{
	display: inline-block;
	margin: 5px 0 0;
}

table.contact{
	border-collapse: collapse;
	width: 100%;
}
html.sp table.contact,
html.sp table.contact tbody,
html.sp table.contact tr,
html.sp table.contact th,
html.sp table.contact td{
	display: block;
}
table.contact th,
table.contact td{
	padding: 10px 20px;
}
table.contact tr:nth-of-type(2n+1) th,
table.contact tr:nth-of-type(2n+1) td{
	background-color: #f7f7f7;
}
table.contact th{
	vertical-align: top;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 300;
	white-space: nowrap;
	padding: 20px 20px;
}
html.sp table.contact th{
	padding: 10px 20px 0;
}
table.contact th.hissu:after{
	content: "＊";
	color: #cf8178;
}
html.sp table.contact td{
	padding: 10px 20px;
}
table.contact p{
	margin: 5px;
}

.privacy_box {
	width: 80%;
	height: 200px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	background-color: #ffffff;
	overflow-y: scroll;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cdcdcd;
}

.privacy_policy{
	margin: 80px 0;
}


/* mailformpro リセット */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
	box-shadow: none;
}
form#mailformpro label,
form#mailformpro label.mfp_checked,
form#mailformpro label.mfp_not_checked{
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
/* <<< mailformpro リセット */


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea{
	font-size: 1.6rem;
	font-weight: 400;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	padding: 10px;
	/*margin: 0 10px;*/
	width: 100% !important;
	-webkit-appearance: none; /* iPhone の入力欄へのエフェクトを消す */
}
textarea{
	min-height: 200px;
}

input.ninnzu{ width: 110px !important; text-align: center; }
input.w2{ width: 180px !important; text-align: center; }
html.sp input.w2{ width: 170px !important; text-align: center; }
.jikan{ margin: 0 0 0 50px; }
html.sp .jikan{ margin: 0 0 0 30px; }

.flatpickr-calendar.hasTime.noCalendar{
	width: 150px;
}
body .numInputWrapper span{
	text-align: center;
	width: 20px;
	padding: 0 5px;
}
body .numInputWrapper span:after{
	/*display: inline-block;*/
}
body .flatpickr-time input{
	padding: 0 0px 0 0;
}

form#mailformpro label{
	margin: 0 20px 0 0;
}


.privacy_policy_area{
	text-align: center;
	margin: 80px 0;
}

.privacy_policy_area a{
	display: inline-block;
	margin: 15px 0 0;
}

.submit_area{
	text-align: center;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type="reset"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
	border-radius: 0;
	padding: 10px 50px;
	border: 1px solid #000;
    background: transparent;
    text-shadow: none;
	font-size: 1.5rem;
    cursor: pointer;
    outline: none;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
    background: transparent;
    box-shadow: none;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	font-size: 1.5rem;
	padding: 10px 50px;
	border: 1px solid #000;
	background-color: #fff;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.5;
}

.thanks_page h2{
	text-decoration: none;
	text-align: center;
	font-family: serif;
	margin: 70px 0 60px;
}
.thanks_page .link{
	text-align: center;
	margin: 70px 0;
}
.thanks_page .red{
	color: #ff0000;
}
.thanks_page strong{
	font-size: 2rem;
	font-weight: 600;
}


.long_stay_page h1{
	background-image: url(../img/long_stay/h1_bg.jpg);
}
