@charset "utf-8";

.container-offer {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border: double;
    border-color: #8ABFDE;
    margin-top: 2rem;
    text-align: center;
}

.container-offer .offer-title {
    margin-top: 2rem;
}

.container-offer p {
font-size: 2rem !important;
}

.container-offer .offer-title p {
    border-bottom: solid 5px #C8AF75;
    width: 60%;
    margin: 0 auto 3rem;
}



.ec-productRole__description .price_description {
    margin: 0;
    padding: 0;
    line-height: 23px!important;
    margin-bottom: 30px;
}

div.price-area {
    background-color: #F6F4EF;
    margin-bottom: 2rem;
}

div.price-area .ec-price__price {
    border-bottom: solid 5px #C8AF75;
}

div.price-area .ec-productRole__price, div.price-area ul.spec__item{
    margin: 0 0 0.5rem 0.5rem;
    padding: 1rem 0 0;
}

div.price-area ul.spec__item {
    width: 94%;
}

.ec-productRole__description .price_description a {
    text-decoration-line: underline;
}

div.price-area p.note {
	font-size: 0.9rem!important;
    margin: 1rem 0 1rem;
	padding: 0;
	line-height: 21px!important;
    width: 95%;
}

.startendtime span.range {
    margin: 0 1rem;
}

.startendtime select {
    width: 42%;
}

li.discount {
	color: #FF0058;
}

.breaktime {
	color:#FF0058;
	font-size: 0.9rem;
}
.w100 {
    width: 100%;	
}
.flatpickr-input {
	margin-right: 10px;
}

select.destination {
	margin-bottom: 10px;
}

.estimate-area, .container {
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    margin: 30px 0 0;
}


.estimate-area > .item {
    width: 50%;
}

.detail_item {
    text-align: right;
	margin: 0 0 20px;
}

ul.detail_item  li {
    list-style: none;
	margin: 6px 0;
    padding: 0 10px 0 10px;
}
.reserved_total {
    background-color: #eef1f4;
    font-size: 1.6rem;
}

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

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

.container > li.w80 {
    width: 80%;
}
.container > li.w50 {
    width: 50%;
}
.container > li.w20 {
    width: 20%;
}
.container > li.w60 {
    width: 60%;
}
.container > li.w40 {
    width: 40%;
}
.container > li.w70 {
    width: 70%;
}
.container > li.w30 {
    width: 30%;
}

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


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

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    font-color: #000!important;
}
h4 {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 2px solid #EFEFEF;
    width: 100%;
}

.accordion-006 {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    cursor: pointer;
    margin: 0 0 10px;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #505050;
    border-right: 3px solid #505050;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}


.accordion-006.spot {
    max-width: 100%;
    margin-bottom: 30px;
    background-color: #EFEFEF;
    border-radius: 5px;
}

.accordion-006.spot summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #505050;
    cursor: pointer;
}


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

@media screen and (max-width: 1279px) {
	.ec-productRole__description.pcOnly {
		display: none!important;
	}
	.ec-productRole__description.spOnly {
		display: block!important;
	}
}

@media screen and (max-width: 767px){
	.spOnly {
		display: block!important;
	}
	.spec__row span {
	    background-color: #EFEFEF;
	    margin: 0 2% 0 0;
	    padding: 1% 0 1% 2%;
	    display: inline-block;
	    width: 200px;
	}

	.flatpickr-input {
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	.detail_item .title {
	    padding: 0 10px;
	}
	ul.detail_item li {
		padding: 0;
	    margin-right: -10px;
	}

	.container-offer {
	    width: 90%;
	}
	.container-offer p {
	    font-size: 1.4rem !important;
	}
	.container-offer .offer-title p {
	    margin-bottom: 1rem;
	}
	
}



/*************************** 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-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-Item a {
    color: unset;
}

.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;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}


.form-error-txt {
    width: 100%;
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 120%;
    color: #FF0000;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
}

.block-privacy {
    padding-top: 16px;
}
.block-privacy a {
    text-decoration: underline;
}

.location-note {
    width: 100%;
    margin: 10px 0 0;
}

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

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

@media screen and (max-width: 480px) {
	.Form-Item {
		padding-right: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}

	.Form-Item img {
		width: 100%;
	    margin-right: 0;
	}

	.Form-Item .row2:first-child {
	    margin: unset;
	    padding-top: 0;
	}
	.Form-Item .row2 {
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.Form-Item .row2:last-child {
	    margin: unset;
	}
	
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
	}

	.Form-Item-Label.isMsg {
		margin-top: 0;
	}

	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}

	.Form-Item-Input {
		margin-left: 0;
		margin-top: 0;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}

	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}

	.Form-Btn {
		margin-top: 50px;
		width: 90%;
		font-size: 16px;
	}
}


/*************************** 時間リスト ***************************/
.timelist {
    width: 100%;
}

.timelist input[type=radio] {
	display: none; /* ラジオボタンを非表示にする */
}
.timelist input[type="radio"]:checked + label {
	background: #EAEDF2;/* マウス選択時の背景色を指定する */
	color: #000; /* マウス選択時のフォント色を指定する */
}
.timelist .label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
	margin: 1%; /* ボックス外側の余白を指定する */
	width: 45%; /* ボックスの横幅を指定する */
	height: 45px; /* ボックスの高さを指定する */
	padding-left: 1%; /* ボックス内左側の余白を指定する */
	padding-right: 1%; /* ボックス内御右側の余白を指定する */
	color: #000; /* フォントの色を指定 */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 45px; /* 行の高さを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #EAEDF2;/* ボックスの境界線を実線で指定する */
	border-radius: 5px; /* 角丸を指定する */
}


/*************************** カレンダーイベント ***************************/
.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%;
}
