/*==============================================================
共通
==============================================================*/

.second-layer h1 {
	text-align: center;
	color: #0099FF;
	font-weight:normal;
	font-size: 2em;
	border-bottom:#ccc solid 1px;
	line-height: 1.5;
	padding: 1em 0 1em 0;
	
}


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

.second-layer h1 {
	text-align: center;
	color: #0099FF;
	font-weight:normal;
	font-size: 1.8em;
	border-bottom:#ccc solid 1px;
	line-height: 1.3;
	padding: 0.8em 0 0.8em 0;
	
}

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


}

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


}


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

	
}


/*==============================================================
予約日時の選択
==============================================================*/


.calendar-wrapper {
	display: flex;
	margin: 30px 0 0 0;
	flex-wrap: wrap;
}

.calendar-wrapper.ampm{
	flex-wrap: wrap;
}

.calendar-box {
	flex-basis: 48%;
	margin: 0 1% 2% 1%;
/*
	flex-basis: 50%;
	margin: 0 15px 0 15px;
*/
}

.calendar-wrapper.ampm .calendar-box {
	flex-basis: 48%;
	margin: 0 1% 2% 1%;
}


.calendar-month-title {
	color: #111;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin: 0 0 0px 0;
	background: rgba(0,0,0,0.05);
	padding: 0.5em;
	border: #ccc solid 1px;
	border-bottom: none;
}

/* 次の日へ　ナビ */

.day-nav {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.day-nav .prev{
	display: flex;
	align-items: center;
	text-align: left;
}

.day-nav .next{
	display: flex;
	align-items: center;
	text-align: right;

}


.day-nav .prev a, .day-nav .next a{
	color:#E50065;
	text-decoration: none;
}

.day-nav .prev a:hover, .day-nav .next a:hover{
	color:#89003C;
}


.day-nav .prev i, .day-nav .next i{
	font-size: 2em;
	line-height: 1;
	vertical-align: middle;
}

/**/

.calendar-table {
	width: 100%;
}

.calendar-table tr{
}

.calendar-table th{
	padding: 10px 5px 10px 5px;
	text-align: center;
	font-weight: normal;
	border: #ccc solid 1px;
	border-bottom: #ccc double 3px;
}

.calendar-table th:first-child{
	background: rgba(255,0,4,0.05);
}

.calendar-table th:nth-child(7){
	background: rgba(0,44,255,0.05)
}

.calendar-table td{
	padding: 10px 5px 10px 5px;
	text-align: center;
	border: #ccc solid 1px;
}


.calendar-table tr td:first-child {
	background: rgba(255,0,4,0.05)
}

.calendar-table tr td:nth-child(7) {
	background: rgba(0,44,255,0.05)
}

.day-week-sun {
	background: rgba(255,0,4,0.05)
}

.day-week-sat {
	background: rgba(0,44,255,0.05)
}

.day-vacancy {
	background: rgba(0,0,0,0.05)!important;
}

/**/

.free-info-icon  {
	display:block;
	font-weight: bold;
	font-family:'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo;
	line-height: 1;
	margin: 10px 0 0 0;
	border-radius: 5px;
}

a.type-vacancy {
	display:block;
	text-decoration: none;
	background: rgba(0,102,255,1);
	padding: 0.4em;
	color: #fff;
	transition: all 0.3s;
}

a.type-vacancy:hover {
	background: rgba(0,82,206,1.00);
	transition: all 0.3s;
}

a.type-few {
	display:block;
	text-decoration: none;
	background: rgba(255,128,0,1);
	padding: 0.4em;
	color: #fff;
	transition: all 0.3s;
}

a.type-few:hover  {
	background: rgba(211,106,0,1.00);
	transition: all 0.3s;
}

.type-nospace {
	display:block;
	text-decoration: none;
	background:rgba(0,0,0,0);
	padding: 0.4em;
	color: rgba(0,0,0,0.5);
}

/* 午前・午後 */

.am-pm-box {
	position: relative;
}


.am-pm-box input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
}
.am-pm-box input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-right: 3px solid rgba(0,82,206,1.00);
    border-bottom: 3px solid rgba(0,82,206,1.00);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.am-pm-box input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px 0px 25px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.am-pm-box input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #999;
    background-color: #fff;
}

/* 選択不可 */
.am-pm-box input[type=checkbox]:disabled + label  {
	color: #eee;
	cursor:default;
}

.am-pm-box input[type=checkbox]:disabled + label:before {
    border: 1px solid #eee;
}



/*空き情報の表示*/

.vacancy-info-box {
/*
	border: rgba(0,0,0,0.2) solid 1px;
	padding: 1em;
*/
	margin: 30px auto 0 auto;
	width: 97%;
}

.vacancy-info-box p{
	padding: 0 0 1em 0;
}

.vacancy-info-box a.type-vacancy {
	display:inline-block;
	width: 50px;
	text-align: center;
	pointer-events: none;
	margin: 0 1em 0 0;
}

.vacancy-info-box a.type-few {
	display:inline-block;
	width: 50px;
	text-align: center;
	pointer-events: none;
	margin: 0 1em 0 0;
}

.vacancy-info-box .type-nospace {
	display:inline-block;
	width: 50px;
	text-align: center;
	margin: 0 1em 0 0;
	border: #ccc solid 1px;
	border-radius: 5px;
}


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

.calendar-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 0 0;
	
}
	
.calendar-wrapper.ampm .calendar-box {
	flex-basis: 100%;
	margin: 0 0% 30px 0%;
}
	
	
/*空き情報の表示*/
.vacancy-info-box a.type-vacancy {
	width: 40px;
}

.vacancy-info-box a.type-few {
	width: 40px;
}

.vacancy-info-box .type-nospace {
	width: 40px;
}
	
/**/	

.calendar-box {
	flex-basis: 100%;
	margin: 30px 0px 0 0px;
}
	
	
/**/
	
.am-pm-box {
	position: relative;
	text-align: center;
}
	
.am-pm-box input[type=checkbox] + label:before {
    content: '';
    position:relative;
    display:block;
    top: 0px;
    left: 15%;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
	
}
	
.am-pm-box input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 12px;
    border-right: 3px solid rgba(0,82,206,1.00);
    border-bottom: 3px solid rgba(0,82,206,1.00);
}
	
.am-pm-box input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0px 6px 0px;
    margin: 0;
    cursor: pointer;
    position: relative;
}
	
.am-pm-box input[type=checkbox] + label:last-of-type {
    padding: 6px 0px 0px 0px;
}
	
	

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

.calendar-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	
}

.calendar-box {
	flex-basis: 100%;
	margin: 0 0px 30px 0px;
}
	
.calendar-wrapper.ampm .calendar-box {
	flex-basis: 100%;
	margin: 0 0% 30px 0%;
}
	
/**/

.vacancy-info-box {
	margin: 0px auto 0 auto;
	width: 100%;
}


}

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


}


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

	
}



/*==============================================================
時間の選択
==============================================================*/

.day-time-title {
	color: #111;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin: 0 auto 20px auto;
	background: rgba(0,0,0,0.05);
	padding: 0.5em;
}

.day-time-title.time-select {
	width: 93%;
}



.time-wrapper {
	display: flex;

}

.time-box {
	flex-basis: 50%;
	margin: 0 20px 0 20px;
}

.time-table {
	width: 100%;
	
}

.time-table tr{

}

.time-table th{
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border-bottom:#ccc solid 1px;
}

.time-table .am {
	background:rgba(255,0,4,0.05);
}

.time-table .pm {
	background:rgba(0,44,255,0.05);
}

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


/* 時間選択チェック */

.time-table {
	position: relative;
}


.time-table input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
}
.time-table input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-right: 3px solid rgba(0,82,206,1.00);
    border-bottom: 3px solid rgba(0,82,206,1.00);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.time-table input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 30px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.time-table input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #999;
    background-color: #fff;
}

/* 選択不可 */
.time-table input[type=checkbox]:disabled + label  {
	color: #eee;
	cursor:default;
}

.time-table input[type=checkbox]:disabled + label:before {
    border: 1px solid #eee;
}

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

.day-time-title.time-select {
	width: 90%;
}

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

.day-time-title.time-select {
	width: 95%;
}


}

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

.calendar-table th{
	padding: 8px 3px 10px 3px;
}
.calendar-table td{
	padding: 8px 3px 10px 3px;
}
	
	
/* 午前・午後 */

.am-pm-box {
	font-size: 0.8em;
}

	
	
}


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

	
}



/*==============================================================
ご予約の流れ
==============================================================*/


.flow-box {
	display: flex;
	margin: 50px 0 0px 0px;
	padding: 0 0 50px 0;
	border-bottom: #E50065 solid 1px;
}

.flow-box:last-of-type {
	margin: 50px 0 20px 0px;
	border-bottom:none;
}

.flow-box .number{
	flex-basis: 30%;
	display: flex;
	color: #E50065;
	padding: 1em;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.flow-box .number .no{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 6em;
	vertical-align: middle;
	line-height: 1;
	margin: 0 0.5em 0 0;
}



.flow-box .detail{
	flex-basis: 70%;
	padding: 1em;
	color: #111;
}

.flow-box .detail h2{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: 1.6;
}

.flow-box .detail p{
	margin: 0 0 1em 0;
}

/**/
.direction-flow {
	display:flex;
	justify-content: center;
	margin: -1.5em 0 0 0;
}

.direction-flow i{
	display: inline-flex;
	color: #E50065;	
	background: #fff;
	font-size: 3em;
	padding: 0 0.5em 0 0.5em;
}


/**/

.quick-box {
	border: #FF8000 3px solid;
	border-radius: 6px;
	padding: 1.8em;
	margin: 1.5em 0 1.5em 0;
	
}

.quick-box h3{
	color: #FF8000;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: 1.6;
}

.quick-box p{
	margin: 0 0 0 0!important;
	
}


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

.flow-box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px 0px;
	padding: 0 0 20px 0;
	border-bottom: #E50065 solid 1px;
}

.flow-box:last-of-type {
	margin: 30px 0 20px 0px;
	border-bottom:none;
}

.flow-box .number{
	flex-basis: 100%;
	display: flex;
	color: #E50065;
	padding: 1em 1em 0em 1em;
	justify-content: center;
	align-items: center;
	text-align: center;
}
	
.flow-box .number .no{
	display: inline-block;
	font-size: 5em;
	vertical-align: middle;
	line-height: 1;
	margin: 0 0.3em 0 0;
}

.flow-box .number img{
	width: 70px;
	height: auto;
	}

.flow-box .detail{
	flex-basis: 100%;
	padding: 1em;
	color: #111;
}
	
.flow-box .detail h2{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: 1.6;
	text-align: center;
}



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

.flow-box .number .no{
	display: inline-block;
	font-size: 5em;
	vertical-align: middle;
	line-height: 1;
	margin: 0 0.3em 0 0;
}

.flow-box .number img{
	width: 70px;
	height: auto;
	}
	
	
}

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


}


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

	
}

/*==============================================================
申し込みフォーム
==============================================================*/



.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: 70%;
}

.table-form p{
	margin: 1em 0 0.3em 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: 15px 0px 15px 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: 8px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 17px;
}
input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 30px;
    height: 30px;
    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 #0099FF;
    border-bottom: 5px solid #0099FF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    top: 13px;
    left: 5px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #0099FF;
}


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;
}

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: #0099FF;
  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: #0099FF;
  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(3):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 #0099FF;
  border-bottom: solid 1px #0099FF;
}
 
.Stepnav ol li.current:after {
  border-left: 24px solid #0099FF;
}


/* 規約 */
.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: 80%;
}


}


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

	
}

/*==============================================================

==============================================================*/



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


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


}

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


}


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

	
}

