@charset "UTF-8";
@import url("css/base.css");
@import url("css/label.css");
@import url("css/confirm.css");
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");
@import url("css/loading.css");
@import url("css/stripe.css");
@import url("css/error.css");
@import url("css/warning.css");
@import url("css/price.css");
@import url("css/input.css");
@import url("css/phase.css");
@import url("css/cart.css");

/*body {
	overflow-x: hidden;
}*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}.mailformpro_01 {
}
.mailformpro_02 {
	color: #FFF;
	background-color: #009CE5;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
.mailformpro_03 {
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
}
.mailformpro_04 {
	color: #FFF;
	background-color: #FF0000;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 11.5px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	display: block;
	margin-left: 10px;
}
.mailformpro_05 {
	color: #3A6DB7;
	display: block;
	margin-bottom: 8px;
}
.mailformpro_06 {
	line-height: 40px;
}

.form_ttl{
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3A6DB7;
	padding-bottom: 10px;
	letter-spacing: 4px;
	padding-top: 10px;
	border-top-style: none !important;
}

.form_mitumori{
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #666 !important;
}

/*.form_mitumori td{
	padding-top: 20px;
	padding-bottom: 20px;
}*/

.form_mitumori input{
	height: 23px;
}

.form_mitumori select{
	height: 30px !important;
}

.form_mitumori_hitoniti select{
	width: 80px;
	font-weight: bold;
	letter-spacing: 2px;
}

.form_mitumori_hitoniti span{
	margin-right: 25px;
	margin-left: 5px;
}

.form_mitumori_ttl{
	font-size: 110%;
	color: #5B5B5B;
	background-color: #ECF1F9;
	font-weight: bold;
	line-height: 160%;
}

.form_mitumori_bottom_line{
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #DDD !important;
}

.koumoku2 {
	background-color: #3A6DB7;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}

.mitumori_naiyoubox{
	border: 1px solid #3A6DB7 !important;
}

.space{
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	font-size: 1px !important;
	padding: 5px !important;
}

input[type=radio], input[type=checkbox] {
  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 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.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: #53b300;
  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;
}

.text_sonota{
	width: 100%;
	height: 120px !important;
}

.allser_ttl{
	font-size: 90% !important;
	background-color: #01B657;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 33px;
	padding-left: 32px;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 5px;
	width: 60px;
}

.rental_ttl{
	font-size: 90% !important;
	background-color: #317DFD;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 49px;
	padding-left: 49px;
	color: #FFF;
	font-weight: bold;
	margin-right: 14px;
	margin-left: 5px;
}

.haken_ttl{
	font-size: 90% !important;
	background-color: #E95887;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	margin-right: 14px;
	margin-left: 5px;
}

.douro_ttl{
	font-size: 90% !important;
	background-color: #03388d;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 38px;
	padding-left: 38px;
	color: #FFF;
	font-weight: bold;
	margin-right: 14px;
	margin-left: 5px;
}

.allser{
	font-size: 75% !important;
	background-color: #01B657;
	margin-left: auto !important;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	margin-top: 10px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-right: auto !important;
}

.rental{
	font-size: 75% !important;
	background-color: #317DFD;
	margin-left: auto !important;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	margin-top: 10px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-right: auto !important;
}

.haken{
	font-size: 75% !important;
	background-color: #E95887;
	margin-left: auto !important;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	margin-top: 10px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-right: auto !important;
}

.douro{
	font-size: 75% !important;
	background-color: #03388D;
	margin-left: auto !important;
	border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	margin-top: 10px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-right: auto !important;
}

.form_mitumori_hour{
	width: 100px !important;
}

.hour_span{
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.tyuui_span{
	font-weight: normal;
	font-size: 80%;
	display: block;
	margin-top: 15px;
	color: #F00;
	line-height: 20px;
}

input[type=submit]{
	width: 270px;
	height: 55px;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: 7px;
	font-size: 110% !important;
}

input[type=reset]{
	width: 120px;
	height: 50px;
	padding: 4px;
	letter-spacing: 4px;
	margin-right: 15px;
}

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

/* Firefox 18- */
:-moz-placeholder {
    color:#3A6DB7; opacity: 0.3; }

/* Firefox 19+ */
::-moz-placeholder {
    color:#3A6DB7; opacity: 0.3; }

/* IE 10+ */
:-ms-input-placeholder {
    color:#3A6DB7; opacity: 0.3; }
