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


#mp-head {
	margin: 0 1em 0 1em;
	width: 700px;
}
#mp-head h1 {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: medium;
	color: #ffffff;
	background-image: url("../imgs/menubg.png");
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 1em;
}

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

#submit {
	border: 1px solid #FD02AC;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}


#mp-main {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 50px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
}


#mp-main p,li,dt,dl {

}
#mp-main p {

}


#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding:0;
}
#mp-main div.fieldset dt {
	color: #000000;
	background-image: url(../imgs/form_item.gif);
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	margin: 0.5em;
	padding-left: 21px;
	padding-top: 1px;
	font-size: 120%;
	background-position: left -0.1em;
}
#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dt span.required {
	/*
	background-image: url(../imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 50px;
	*/
}

.required:after {
	/*	
	background-image: url(../imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
*/
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 3px;
	content: "必須";
	color: #fff;
	background: rgba(255,0,4,1.00);
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 0.5em;
	font-weight: bold;
	margin-left:10px;
}

#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #880000;
}
#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset select.err {

	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.errs {
	background:#fff8f8;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0 0.5em;
	border: 5px solid #FFD0D0;
}


#mp-main div.errs ul {
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#mp-main div.errs li {
	margin: 0 0 0.5em 0;
}


.submit-inp {
	padding: 0px;
	font-size: 10px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}



/**************/


.table-form {
	    border-collapse: collapse;
		border-top:#ccc solid 1px;
		margin-top:20px;
}

.table-form th {
	    border-collapse: collapse;
		font-weight:normal;
		text-align:left;
		padding:10px;
		border-bottom:#ccc solid 1px;
		width:250px;
}

.table-form td {
	    border-collapse: collapse;
		padding:10px;
		border-bottom:#ccc solid 1px;
}


.contact-box {
	border: #ccc solid 3px;
	padding: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
}

.contact-box p{
	margin-bottom:1em!Important;
}

.contact-box p:last-child{
	margin-bottom:0em!Important;
}

.contact-box ol.num-list {
	margin-top:1em;
	margin-bottom: 1em;
	font-size:0.9em;
}

/*プライバシーポリシーへの同意*/
.privacy-box {
/*	border: #ccc solid 3px; */
	margin:1em 0 1em 0;
	padding: 1em;
	text-align: center;

}

.privacy-box p{
	padding-bottom: 1em;
}

/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


#mp-main {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/**/


.required:after {
	font-size: 0.7em;

}


.table-form th {
	display:block;
	width:100%;
	font-weight: bold;
	border-bottom: none;
	padding-bottom:0;
}

.table-form td {
	display:block;

}

.contact-box {
	border: #ccc solid 3px;
	padding: 1em;
	margin-top: 0em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.contact-box {
	border: #ccc solid 3px;
	padding: 0.5em;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
}


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

#mp-main {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
}


 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
#mp-main {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}



/*==============================================================
フォーム 追加 2021/05/11
==============================================================*/


.rental-content-box {
	border: rgba(229,0,101,0.2) solid 2px;
	padding: 1.5em;
	margin: 30px auto 0 auto;
	width: 97%;
}

.rental-content-box p{
	margin: 0 0 1em 0;
}

.rental-content-box strong{
	color: #333;
}

.rental-content-box p:last-child{
	margin: 0 0 0 0;
}


/**/

.rental-tel-reserve-box {
	border: rgba(0,0,0,0.2) solid 1px;
	background: rgba(0,0,0,0.05);
	padding: 1em;
	margin: 30px auto 0 auto;
	text-align: center;
	width: 97%;
}

.rental-tel-reserve-box p{
	margin: 0 0 0.5em 0;
}

.rental-tel-reserve-box strong{
	color: #333;
}

.rental-tel-reserve-box p:last-child{
	margin: 0 0 0 0;
}

/*注意事項*/

.rental-cautoin-reserve-box {

	background: rgba(255,0,0,0.1);
	padding: 1em;
	margin: 30px auto 30px auto;
	text-align: center;
	width: 98%;
}

.rental-cautoin-reserve-box p{
	margin: 0 0 0.5em 0;
}

.rental-cautoin-reserve-box p:last-child{
	margin: 0 0 0 0;
}

/**/

/*エラー表示*/

.rental-error-reserve-box {
	border:red solid 3px;;
	background:rgba(255,0,0,0.1);
	padding: 1em;
	margin: 30px auto 30px auto;
	text-align: center;
	color: red;
	width: 97%;
}

.rental-error-reserve-box p{
	margin: 0 0 0.5em 0;
}

.rental-error-reserve-box p:last-child{
	margin: 0 0 0 0;
}

/**/

form {
	margin: 0 0 70px 0;
}

.table-form {
	margin: 30px auto 30px auto;
	width: 100%;
}

.table-form p{
	margin: 0.5em 0 0em 0;
}



.table-form tr{
/*	border-bottom: #eee solid 2px; */
}


.table-form th{
	width:25%;
	white-space: nowrap;
	padding: 1.5em 1em 1.5em 1em;
	font-weight: bold;
	text-align: left;
	color: #333;
}

.table-form td{

	padding: 1.5em 1em 1.5em 1em;
}

.required:after {
	border-radius: 4px;
	content: "必須";
	color: #fff;
	background: rgba(255,0,4,1.00);
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: normal;
	margin-left:10px;
}


/**/

select,
input[type=text] ,
input[type=tel] ,
textarea {
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
    padding: 10px;
}
input[type=text] {
 /*   width: 100%; */
}
input[type=text].input_err {
    border: 1px solid #c44;
    background-color: #fdd;
}

input[type=radio] ,
input[type=checkbox] {
    display: none;
}
input + label {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px 10px 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
}
input + label:before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #999;
    background-color: #fff;
}
input[type=radio] + label:before {
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
}
input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
}
input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 8px;
    width: 12px;
    height: 22px;
    border-right: 5px solid #2B71B8;
    border-bottom: 5px solid #2B71B8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 14px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #2B71B8;
}


input.submit{
	font-size:20px;
	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1.8em;
	margin: 0 0.6em;
	background: #4EA142;
	color: #fff;
	border: none;
	transition: all 0.5s;
	cursor: pointer;
}

input.submit:hover{
	background: #346C2C;
	transition: all 0.5s;
}

input.back{
	font-size:20px;
	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1.1em;
	margin: 0 0.6em;
	background: #999;
	color: #fff;
	border: none;
	transition: all 0.5s;
}

input.back:hover{
	background: #333;
	transition: all 0.5s;
}

/**/
button.submit{
	font-size:20px;

	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1.8em;
	margin: 0 0.6em;
	background: #4EA142;
	color: #fff;
	border: none;
	transition: all 0.5s;
}

button.submit:hover{
	background: #346C2C;
	transition: all 0.5s;
}

button.back{
	font-size:20px;
	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1.1em;
	margin: 0 0.6em;
	background: #999;
	color: #fff;
	border: none;
	transition: all 0.5s;
}

button.back:hover{
	background: #333;
	transition: all 0.5s;
}

/* ボタン無効 */

button.submit:disabled{
	background: #ccc;
}

/**/

.length-input-s {
	width: 100px;
}


.length-input-m {
	width: 50%;
}

.length-input-l {
	width: 80%;
}

.length-input-full {
	width: 100%;
}

/*入力エラー処理*/

.form-error-message {
	display:block;
	color:red;
	margin: 5px 0 0 0;
}

.form-error-action {
	background: rgba(255,0,0,0.02)!important;
	border: rgba(255,0,0,0.3) solid 1px!important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.5);
}


/* Stepnav
-----------------------------------------*/
 
.Stepnav ol {
  margin-top: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
 
.Stepnav ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: center;
  vertical-align: middle;
  color: #E50065;
  font-size: 14px;
  background-color: #f9f9f9;
  font-weight: bold;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
 
.Stepnav ol li:first-child {
  padding-left: 0;
}
 
@media screen and (max-width: 960px) {
  .Stepnav ol li {
    font-size: 12px;
  }
}
 
.Stepnav ol li.current {
  background-color: #E50065;
  color: #FFF;
}
 
@media screen and (max-width: 960px) {
  .Stepnav ol li span {
    display: none;
  }
}
 
.Stepnav ol li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #cccccc;
  z-index: 99;
}
 
.Stepnav ol li:nth-child(4):before {
  display: none;
}
 
.Stepnav ol li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #f9f9f9;
  z-index: 99;
}
 
.Stepnav ol li:last-child:after {
  display: none;
}
 
 
 
.Stepnav ol li.current {
  border-top: solid 1px #E50065;
  border-bottom: solid 1px #E50065;
}
 
.Stepnav ol li.current:after {
  border-left: 24px solid #E50065;
}


/* 規約 */
.rental-agreement {
	height:200px;
	width:100%;
	margin:10px auto 20px auto;
	font-size:14px;
	padding:10px;
	overflow-y:scroll;
	border: #ccc solid 1px;
}


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.rental-content-box {width: 100%;}
.rental-tel-reserve-box {width: 100%;}
.rental-cautoin-reserve-box {width: 100%;}
.rental-error-reserve-box {width: 100%;}
/**/
	
.table-form {
	margin: 0px auto 30px auto;
	width: 95%;
}

	
.table-form th {
	display:block;
	width:100%;
	font-weight: bold;
	border-bottom: none;
	padding: 1.5em 0em 0em 0em;
	
}

.table-form td {
	display:block;
	width:100%;
	padding: 0.5em 0em 1.5em 0em;
}

/**/

.length-input-s {
	width: 100px;
}


.length-input-m {
	width: 70%;
}

.length-input-l {
	width: 100%;
}
	
/**/	
	
input.back{
	font-size:18px;
	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 0.8em;
	margin: 0 0.6em;
	background: #999;
	color: #fff;
	border: none;
	transition: all 0.5s;
}
	
input.submit{
	font-size:18px;

	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1em;
	margin: 0 0.6em;
	background: #4EA142;
	color: #fff;
	border: none;
	transition: all 0.5s;
}
	
/**/
	
button.back{
	font-size:18px;
	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 0.8em;
	margin: 0 0.6em;
	background: #999;
	color: #fff;
	border: none;
	transition: all 0.5s;
}
	
button.submit{
	font-size:18px;

	overflow: visible;
	border-radius: 6px;
	padding: 0.5em 1em;
	margin: 0 0.6em;
	background: #4EA142;
	color: #fff;
	border: none;
	transition: all 0.5s;
}
	
	
}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.rental-content-box {width: 100%;}
.rental-tel-reserve-box {width: 100%;}
.rental-cautoin-reserve-box {width: 100%;}
.rental-error-reserve-box {width: 100%;}
	
.table-form {
	margin: 30px auto 30px auto;
	width: 95%;
}

	
}

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

.table-form {
	margin: 30px auto 30px auto;
	width: 100%;
}


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {

	
}
