@charset "utf-8";


/* ======================================================================================================
	form custom
====================================================================================================== */

/* ==============================================
	form parts custom
=============================================== */
input ,textarea ,select {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
	font-style: inherit;
}
input[type='text'] ,input[type='tel'] ,input[type='email'] ,textarea ,select {
	padding:0.2em 0.3em;
	border:0 none;
	outline:1px solid #999;
	border-radius:0.3em;
	font-family:'Noto Sans JP',sans-serif;;
}
input[type='text'] ,input[type='tel'] ,input[type='email'] ,textarea {
	width:25em;
	max-width:100%;
}

textarea {
	height:5em;
}


::placeholder {
	color:#ddd;
}
input[type="submit"] ,button {
	font-family:'Noto Sans JP',sans-serif;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}



/* ==============================================
	mfp css (default)
=============================================== */
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 0.3em 0.5em;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
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 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: fixed;
	top: 2em !important;
	display: none;
	z-index: 11001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_inner h4 {
	color:#f00;
	font-size:110%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 11000;
}
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 {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	background-image: url(mfp.statics/_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 48%;
	font-size:80%;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #fee;
}
.problem::placeholder {
	color:#999;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	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: solid 1px #F00;
	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: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	font-size: 100%;
}
div.mfp_buttons button#mfp_button_cancel {
	font-size: 100%;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 0.3em;
	padding: 0.3em 1em;
	border: solid 1px #CCC;
	background: #ddd
	font-size: 120%;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
@media screen and (min-width:800px){
	.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
		background: #f90
	}
}


/* ==============================================
	mfp custom
=============================================== */
div#mfp_hidden {
	display:none;
}

#mailform-list {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	padding-top:2em;
	font-size:120%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap
}
#mailform-list dt {
	width:35%;
	padding:0.5em 1em 1em;
	text-align:right;
}
#mailform-list dd {
	width:60%;
	padding:0.4em 0.5em 1em;
}

#mailform-list .must {
	margin-left:0.3em;
	padding:0 0.3em;
	line-height:1.4;
	font-size:85%;
	font-weight:bold;
	color:#fff;
	background:#f00;
	border-radius:0.3em;
}

.policy-check {
	padding-top:0.5em;
}

#send_buttons {
	padding-top:3em;
}
#send_buttons button {
	padding:0.5em 3em;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	background:#f90;
	border:1px solid #f60;
	cursor:pointer;
}

@media screen and (min-width:800px){
	#send_buttons button:hover {
		background:#f30;
	}
}

@media screen and (max-width:799px){
	#mailform-list dt {
		width:100%;
		padding:1em 1em 0;
	}
	#mailform-list dt .flex.right {
		justify-content: flex-start;
	}
	#mailform-list dd {
		width:100%;
		padding:0.5em 1em 1em;
	}


}


/* ==============================================
	date-cell custom
=============================================== */
.date-notes {
	padding-top:0.3em;
	font-size:80%;
}

.date-cell {
	padding-bottom:0.5em;
}

.date-cell .head {
	padding:1em 0 0.3em;
}

.date-cell input {
	width:10em;
}

.date-cell-flex > * {
	width:12em;
	padding-left:1.5em;
}

.date-cell .head:before {
	content:"■";
}

@media screen and (max-width:799px){
	.date-cell-flex > * {
		width:10em;
		padding-left:1em;
	}
	dt .head:before {
		content:"■";
	}
	.date-cell .head:before {
		content:"▼";
	}

}


/* ==============================================
	datepicker custom
=============================================== */
input[class*='datepicker'] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=");
	background-position:calc(100% - 0.5em) 50%;
	background-repeat:no-repeat;
	background-size:1em 1em;
	cursor:pointer;
}

.ui-widget-content .ui-state-selectable .ui-state-default:not(.ui-state-active) {
	background:rgba(255,255,102,0.3);
	font-weight:bold;
	border-color: #999;
}
.ui-widget-content .ui-state-selectable.ui-state-disabled .ui-state-default {
	font-weight:normal;
}

.ui-widget-content .ui-state-sunday .ui-state-default {
	background:rgba(255,0,0,0.1);
}
.ui-widget-content .ui-state-saturday .ui-state-default {
	background:rgba(0,0,255,0.1);
}
.ui-widget-content .ui-state-holiday .ui-state-default {
	background:rgba(255,0,153,0.1);
}




/* ==============================================
	policy check custom
=============================================== */
.policy-check label {
	width: 30em;
	max-width:100%;
	margin: 0 auto;
}


/* ==================================
thanks.html
================================== */
.mfp_thanks {
	text-align: center;
}

#mfp_thanks {
	padding-top:1em;
	font-size:120%;
}
#mfp_thanks strong {
	color:#f00;
	font-weight:bold;
}
.mfp_thanks .thanks-text1{
	font-size: 250%;
}

#ThanksComment{
	padding-top:1em;
}

.mfp_thanks .thanks-text2{
	font-size: 120%;
}

.mfp_thanks .thanks-text3{
	padding-top:1.5em;
	font-size: 120%;
}

div.mfp_thanks ul.mfp_caution li {
	font-size: 120%;
	color:#f00;
}

.mfp_thanks .mfp_caution-text1{
	font-size: 120%;
}

@media screen and (max-width:799px){

	#container{
		border-top: solid 30px #ddf0ff;
	}

	.mfp_thanks .thanks-text1{
		font-size: 200%;
		line-height: 1.3;
	}
		
	.mfp_thanks .thanks-text2{
		font-size: 120%;
	}
	
	.mfp_thanks .thanks-text3{
		padding-top:1em;
		font-size: 120%;
	}
	
	/* mfp_caution */
	div.mfp_thanks ul.mfp_caution li {
		padding: 15px 0px 0 0;
	}
	
	.mfp_thanks .mfp_caution-text1{
		padding-top: 0.5em;
	}
}



