@charset "UTF-8";
/*--------------------------------------------------------------

 メールフォーム

--------------------------------------------------------------*/
.mailform{
    text-align: center;
    margin-top: 40px;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
.mf_title{
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 10px;
}
.required{
    display: inline-block;
    width: 35px;
    height: 18px;
    line-height: 18px;
    color: white;
    background-color: #d20000;
    border-radius: 4px;
    font-size: 0.7em;
}
.mf_field{
    margin-bottom: 30px;
}
.mf_field input{
    height: 30px;
    border-radius: 10px;
    border:0.3px solid #777777;
    padding: 10px;
    font-size: 14px;
}
.mf_field input::placeholder {
    color: #777777;
}
.mf_field textarea{
    width: 450px;
    height: 300px;
    border-radius: 10px;
    border:0.3px solid #777777;
    padding: 10px;
    font-size: 14px;
}
.mf_field textarea::placeholder {
    color: #777777;
}
.mf_field label{
    width: 120px;
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s;
    border:0.3px solid #777777;
}
.mf_field label:hover{
    background-color: #EDEDED;
}
input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
}

.mf_privacy{
    text-align: center;
}
.mf_privacy_t{
    margin: 0 auto;
    width: 470px;
    height: 300px;
    overflow: auto;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
}
.mf_text{
    width: 440px;
    margin: 20px auto 10px;
    text-align: left;
    font-size: 14px;
}
.mf_note{
    width: 415px;
    margin: 10px auto 0;
    padding-left: 2em;
    text-align: left;
    font-size: 13px;
    text-indent: -2em;
}
.mf_check{
    margin: 20px;
    font-size: 16px;
    font-weight: 300;
}
.mf_button{
    margin-top: 40px;
    text-align: center;
}
.mf_button button{
    display: inline-block;
    padding: 10px 80px;
    background-color: #e8652c;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
}
.mf_button button:hover{
    background-color: #F98654;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	/*padding: 3px;
	border: none;*/
	background-color: #E8EEF9;
	box-shadow: 0px 0px 0px white inset;
}
/*form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: none;
}*/
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
    margin-top: 10px;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: white;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: white;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
    padding-right: 15px;
	border:none;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	padding: 20px 20px 30px 20px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 30px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #555;
	width: 450px;
	max-width: 90%;
}
div#mfp_overlay_background {
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
.mfp_colored {
    padding: 20px;
    background-color: #E4E4E4;
}
.mfp_achroma {
    padding: 20px;
    background-color: white;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 0.9em;
	line-height: normal;
}
.mfp_parent_error {
	border: none;
}
.problem {
	background-color: #FFF;
}
div#mfp_error {
	background-color: #FEE;
	border: none;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border:none;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div.mfp_buttons {
	clear: both;
	padding: 20px 0px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
    display: inline-block;
    padding: 10px 30px;
    background-color: #e8652c;
    color: white;
    border: none;
    font-size: 14px;
}
div.mfp_buttons button#mfp_button_cancel {
    display: inline-block;
    padding: 10px 30px;
    background-color: #646464;
    color: white;
    border: none;
    font-size: 14px;
}
/*--------------------------------------------------------------

 人数計算

--------------------------------------------------------------*/
div#mfp_price {
	color: #26427E;
	font-size: 2.5em;
}
div#mfp_price span {
	color: #26427E;
	font-size: 0.5em;
}
#mfp_price_element{
	display:none;
}

/*--------------------------------------------------------------

 サンクスページ

--------------------------------------------------------------*/
.thanks{
    text-align: center;
}
.thanks_title{
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: 250;
    color: #005bab;
}
.thanks_text{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1em;
    font-size: 0.9em;
    font-weight: 300;
}
