@charset "utf-8";

table{
	margin : auto;
}


.slick-next:before,.slick-next:before  {
    content: '';
}
.slick-slider .slick-arrow i {
    font-size: 1.4rem;
}

.slick-slider .slick-arrow.slick-prev, 
.slick-slider .slick-arrow.slick-next
{
    top: -15px;
    height: 10px;
    z-index: 100;
    width: 100px;
    font-size: 1.4rem;
    color: #000;
}

.slick-prev.slick-arrow {
    left: -40px!important;
}
.slick-next.slick-arrow {
    right: -22px!important;
}


.slider-container td.selected {
    background-color: #BFB9B0;
}
.slider-container th,
.slider-container td {
    width: 70px;
    height: 50px;
    text-align: center;
    border: 1px solid #BFB9B0;
}

.slider-container th {
    background-color: #F6F4EF;
}
.slider-container td {
    cursor: pointer;
}

.slider-container .closeCell {
    background-color: #EEEEEE;
    cursor: default;
}

.slider-container .tbl_title {
    width: 150px;
    background-color: #F6F4EF;
}


li.discount {
	color: #FF0058;
}

.breaktime {
	color:#FF0058;
	font-size: 0.9rem;
}

.container {
    padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contents section {
	width: 90%;
	max-width: 1200px;
    margin: 0 auto 80px;
}

.container > .item {
    width: 50%;
}
.container > .Form-Item {
    width: 50%;
}
.container > .Form-Item.commnet {
    width: 100%;
}

.modaal-content-container a.ec-shopCollectionBtn {
    width: unset;
    border-radius: 0;
    margin: 30px 0;
    z-index: 1;
}

.modaal-content-container img {
    max-width: 300px;
}

.modaal-wrapper .modaal-close {
    top: 16%;
    right: 7%;
}

.container.btn .ec-shopCollectionBtn {
    width: 90%;
}

.container > .Form-Item:nth-child(even) {
    padding-left: 5%;
}

.container-flex .item {
    width: 20%;
}
.container > li {
    margin-right: -20px;
}

.container > li.w80 {
    width: 80%;
}
.container > li.w50 {
    width: 50%;
}
.container > li.w20 {
    width: 20%;
}

.ec-checkbox.idp {
    margin: 2rem auto 0;
    max-width: 80%;
}


.detail_item {
    text-align: right;
}

ul li {
	margin: 10px 0;
}
.reserved_total {
    background-color: #eef1f4;
    font-size: 1.6rem;
}

.reserved_total.supercar {
    font-size: 1.4rem;
}

.reserved_total.supercar span.total {
    font-size: 1rem;
}

.detail_item .title {
    text-align: left;
    padding: 0 20px;
}

h2 {
    width: 100%;
    margin: 20px 0 40px;
}

h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}

h4 {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 2px solid #EFEFEF;
}


.details > * {
    margin-left: 3rem;
    list-style: none;
}

.spec__row span {
    background-color: #EFEFEF;
    margin: 0 2% 0 0;
    padding: 1% 0 1% 2%;
    display: inline-block;
    width: 260px;
}

.container.btn .Form-Item {
    border-top: none;
}

.ec-shopCollectionBtn.back {
    color: #000;
    background-color: #EEF1F4;
}

.reserevedError {
    border: 2px solid #FF0000;
    text-align: center;
    padding: 21px;
    font-size: 20px!important;
    font-weight: 900;
}

.slider-container {
	margin-top: 50px;
}


@media screen and (max-width: 767px){

	.slider-container th,
	.slider-container td {
	    width: 70px;

	}
	.slider-container .tbl_title {
	    width: 140px;
	}

	.item.img {
	    margin-bottom: 30px;
	}
	.contents section {
		max-width: 90%;
	    margin: 0 auto 40px;
	}
	.container .item {
	    width: 100%;
	}
	.container > .Form-Item {
	    width: 100%;
	}
	.container > .Form-Item:nth-child(odd) {
	    padding-left: 0;
	}
	.details > * {
	    margin-left: 0;
	}
	.detail_item .title {
	    padding: 0 10px;
	}
	.reserved_total {
	    padding: 0;
	    font-size: 1.6rem;
	}
	.container > li {
	    margin-right: -10px;
	}

	.ec-checkbox.idp {
	    max-width: 90%;
	}
	.container.btn {
	    flex-direction: column-reverse;
	}
	.container.btn {
	    padding-bottom: 12px;
	}
	.container.btn .Form-Item {
	    padding-bottom: 18px;
	}

	.modaal-wrapper .modaal-close {
	    top: 10%;
	    right: 5%;
	}

	.container > .Form-Item:nth-child(even) {
	    padding-left: 0;
	}

	.rental_detail .title { 
	    margin: 10px 0 0;	
	}
	.rental_detail li {
		width: 100%!important;
	    text-align: left!important;
        padding: 0 10px;

	}

}


/*************************** Form ***************************/
.Form {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
@media screen and (max-width: 480px) {
	.Form {
		margin-top: 40px;
	}
}

.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 24px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.Form-Item-Label {
	width: 100%;
	letter-spacing: 0.05em;
}


.Form-Item img {
	width: 47%;
    margin-right: 20px;
}

.Form-Item .row2 {
	width: 47%;
}

.Form-Item .row2:last-child {
    margin: 0px 0 0 5%;
}

.row2 .Form-Item-Input {
	max-width: 90%;
}

.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}

.Form-Item-Label-Required {
	border-radius: 10px;
	margin-left: 8px;
	padding: 2px 0;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #FF0058;
	color: #fff;
	font-size: 14px;
}

.Form-Item-Input::placeholder {
	font-size: 0.9em;
	color: #aaa;
}

.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 42px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
    color: #323232;
}

.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 42px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
    color: #323232;
}
.Form-Item-Input.readonly {
    color: #FFF;
    background: #AAA;
}


.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 120px;
	flex: 1;
	width: 100%;
	max-width: 100%;
	background: #eaedf2;
	font-size: 18px;
}

.Form-Item-Error {
    width: 100%;
    color: #FF0058;
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0 0;
}

.Form-Btn {
	margin: 32px auto;
	padding: 15px 0;
	width: 380px;
	display: block;
	letter-spacing: 0.05em;
	font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-transition: background .3s;
    background: #323232;
	border: none;
}

.Form-Btn:hover {
    background: #999;
}

input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 0 40px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #323232;
    border-bottom: 3px solid #323232;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}

.ec-checkbox input[type=checkbox] + label, .ec-blockCheckbox input[type=checkbox] + label {
	margin-right: 0;
}

input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}

.Form-Item .note {
    width: 100%;
    font-weight: 500;
    font-size: 90%;
    margin: -10px 0 5px;
}

span.shibuya {
    margin: 5px 0 0;
}

/*************************** カレンダーイベント ***************************/
.event {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 3%;
  content: " ";
  display: block;
}

.flatpickr-day {
	line-height: 22px;
    max-width: 14%;
    margin: 3px 0;
    border-radius: 15px;
}

/*
.flatpickr-calendar,
.flatpickr-rContainer,
.flatpickr-weekdays,
.dayContainer,
.flatpickr-days,
.flatpickr-day {
    width: 100%;
    max-width: 100%;
}

.dayContainer {
    margin: 10px 0 20px;
}


.flatpickr-month {
    margin: 10px;
}
*/


.modaal-content-container img {
    max-width: 300px;
}
.modaal-close {
    display: none;
}


.container-flex .item {
    width: 22%;
    margin: 2% 5%;
    list-style: none;
    text-align: center;
}
.container-flex .item p {
    line-height: 1.3em!important;
    margin: 10px 0 0;
    padding: 0;
}



.estimate-area summary {
    font-size: xx-large;
    color: #EA3353;
}

@media screen and (max-width: 767px){
    width: 25%;
    margin: 2% 4%;
}
