@charset 'UTF-8';
/*  Add Custom CSS here.  */

.register-box{border:2px solid #6F0C23;padding: 30px 4% 20px;margin-bottom: 80px}.register-illu{float:right;}@media screen and (max-width: 767px) {.register-illu{float:none;display: block;margin:0 auto 4px;}}


.roomtour-wr {
	margin-top: 49px;
}

.roomtour-img {
	width: 100%;
	background-repeat:no-repeat;
	background-size: cover !important;
	display: inline-block;
}

.roomtour-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.contact-trigger-check label {
	display: block;
	line-height: 1.8em;
}
.contact-trigger-check input {
	margin-right: 4px;
}
input[type=number][disabled]{
 background: #eee;
}

.triggerotheron:disabled,.mediaotheron:disabled {
	background-color: #f2f2f2 !important;
}

/* box-shadow */
.btn-movie {
	box-shadow: 3px 3px 0px 2px rgba(0,0,0,0.1);
	margin-bottom: 1px;
}
.btn-movie:hover{
    margin-left:2px;
	margin-top: 1px;
	margin-bottom: 0;
	box-shadow:none;
}

/* SP: sale detail thumbnail below title */
.sale_detail__sp-thumb {
	margin: 15px 0 10px;
}
.sale_detail__sp-thumb .thumb {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
}