@charset 'UTF-8';/*! このcssは圧縮対象です。オリジナルはsrcフォルダに格納されています。*/
.plan_smoke, .plan_smoke li, .plan_smoke ul {
	display: inline-block
}
.plan_smoke {
	width: 200px;
	text-align: right;
	vertical-align: middle
}
.plan_smoke ul {
	text-align: center
}
.plan_smoke li {
	height: 35px;
	vertical-align: top;
	white-space: nowrap;
	text-indent: -9999px
}
.plan_smoke .checkbox {
	display: block;
	height: 40px;
	cursor: pointer
}
.plan_smoke .checkbox:before {
	float: left;
	overflow: hidden;
	width: 30px;
	height: 25px;
	content: '';
	background: url(/hotel/img/reserve/bg_checkbox.jpg) left top no-repeat
}
.plan_smoke .checkbox input[type=radio] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0
}
.plan_smoke .checkbox.c_on:before {
	background-position: left bottom
}
.plan_smoke p {
	text-align: right
}
.plan_smoke p a:hover {
	/*opacity: .8;
	filter: Alpha(opacity=80)*/
}
.plan_smoke li.smoke_01 {
	width: 161px;
	background: url(/hotel/img/reserve/smoke_01.jpg) no-repeat
}
.plan_smoke li.smoke_02 {
	width: 161px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_02.jpg) no-repeat
}
.plan_smoke li.smoke_03 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_03.jpg) no-repeat
}
.plan_smoke li.smoke_04 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_04.jpg) no-repeat
}
.plan_smoke li.smoke_05 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_05.jpg) no-repeat
}
.plan_smoke li.smoke_06 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_06.jpg) no-repeat
}
.plan_smoke li.smoke_07 {
	width: 88px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_07.jpg) no-repeat
}
.plan_smoke li.smoke_08 {
	width: 88px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_08.jpg) no-repeat
}
.plan_smoke li.smoke_09 {
	width: 88px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_09.jpg) no-repeat
}
.plan_smoke li.smoke_10 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_10.jpg) no-repeat
}
.plan_smoke li.smoke_11 {
	width: 145px;
	background: url(/hotel/img/reserve/smoke_11.jpg) no-repeat
}
.plan_smoke li.smoke_12 {
	width: 145px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_12.jpg) no-repeat
}
.plan_smoke li.smoke_13 {
	width: 145px;
	background: url(/hotel/img/reserve/smoke_13.jpg) no-repeat
}
.plan_smoke li.smoke_14 {
	width: 145px;
	background: url(/hotel/img/reserve/smoke_14.jpg) no-repeat
}
.plan_smoke li.smoke_15 {
	width: 88px;
	background: url(/hotel/img/reserve/smoke_15.jpg) no-repeat
}
.plan_smoke li.smoke_16 {
	width: 145px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_16.jpg) no-repeat
}
.plan_smoke li.smoke_17 {
	width: 145px;
	height: 50px;
	background: url(/hotel/img/reserve/smoke_17.jpg) no-repeat
}


/*-- CTAボタン --*/
.plan_smoke p a {
    display: block;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1.3px;
    line-height: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -moz-linear-gradient(top, #f39c33, #F38900);
    background-image: -ms-linear-gradient(top, #f39c33, #F38900);
    background-image: -o-linear-gradient(top, #f39c33, #F38900);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f39c33), to(#F38900));
    background-image: -webkit-linear-gradient(top, #f39c33, #F38900);
    background-image: linear-gradient(top, #f39c33, #F38900);
    border: solid 1px #d87600;
    -webkit-box-shadow: inset 0px 0px 2px 0 #fff;
    -moz-box-shadow: inset 0px 0px 2px 0 #fff;
    box-shadow: inset 0px 0px 2px 0 #fff;
    padding: 12px;
	position: relative;
	cursor: pointer;
}
.plan_smoke p a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 10px;
}
.plan_smoke p a:hover {
    background: #f08300;
}