div.rsvtype {
	height: 190px;
	margin: 8px 0 0;
	padding: 10px 50px 0 20px;
}

div.rsvtype h2 {
	margin: 6px 0;
	padding: 0;
	background-image: none;
}

div#rsv_plan {
	background: url(../../reservation/img/bg_rsv_enter1.jpg) no-repeat right top;
}

div#rsv_room {
	background: url(../../reservation/img/bg_rsv_enter2.jpg) no-repeat right top;
}

div#rsv_voucher {
	background: url(../../reservation/img/bg_rsv_enter3.jpg) no-repeat right top;
}

dl.dl-horizontal dt,
dl.dl-horizontal dd {
	padding: 0;
}

dl.dl-horizontal dt {
	border-width: 0;
	border-style: none;
	background: none;
}


#flowchart .flow_title {
	font-size: 110%;
	font-weight: bold;
	line-height: 180%;
}

#flowchart .current {
	background-color: #FCC !important;
}

#flowchart .step {
	background: #F9F9F9;
	margin: 0 6px 6px;
	padding: 3px;
	min-width: 120px;
	height: 30px;
	text-align: center;
	border: solid 1px #CCC;
	-moz-border-radius: 5px;  /* Firefox */
	-webkit-border-radius: 5px;  /* Safari */
	border-radius: 5px; /* CSS3 */
	display: inline-block;
}

#flowchart span.arrow:after {
	content: "\f0da";
	font-family: fontawesome;
}


/* index.php */
div.search_criteria_base {
	border: dotted 1px #ccc;
	background: #FFF;
	background-image: none;
}

div.search_criteria_base .search_criteria {
	text-align: center;
	margin-bottom: 10px;
}

div.remarks {
	margin: 5px 20px;
	text-align: right;
}

div.remarks span {
	padding-left: 0.5em;
}

.search_criteria_base #result {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}


/* result.php */
div.cart .well {
	margin: 10px 0px;
	padding: 2px 8px;
}

div.cart .row {
	margin-bottom:0;
}

div.cart .unset {
	background: none;
	border-style: dotted;
	color: #CCC;
}
div.cart .unset .noselect{
    color: #707070;
}
div.cart .unset .row {
	display: none;
}

/*showcaseデザイン*/
div#showcase div.items {
    border: solid 1px #CCC;
    background:#F8F2D9;
    margin: 0;
}

div#showcase div.items > div[class*='col-'] {
	padding: 5px 3px 0;
}

div#showcase div.items > div[class*='col-'] .thumbnail {
    margin-bottom: 0;
    padding: 0;
}

div#showcase div.items > div[class*='col-'] .thumbnail p {
    margin: 0;
}

div#showcase div.items > div[class*='col-'] .thumbnail .description {
    margin: 6px 4px;
}

div#showcase div.items > div[class*='col-'] .thumbnail:hover {
    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.8);
    -webkit-transition:0.2s ease-in-out;
    background: rgba(255,255,255,0.4);
}

div#showcase div.items > div[class*='col-'] .thumbnail div.room {
}

div#showcase div.items > div[class*='col-'] .thumbnail div.room div.roomdetail {
	padding: 5px;
}

div#showcase div.items > div[class*='col-'] .thumbnail div.room p.btn_choice {
	padding: 5px;
	margin: 0;
	bottom: 0;
}

div#showcase div.items > div[class*='col-'] .thumbnail p.btn_choice button {
	margin: 0;
}

.hovereffect {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(102,102,102,0.3);
}

.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.hovereffect div.link {
  display: inline-block;
  text-decoration: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #CCC;
  margin: 1em 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: 0%;
  left: 8%;
}

.hovereffect div.link p {
	line-height: 3;
}

.hovereffect:hover div.link {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(255,255,255,0.9);
}


.cart_item button.close {
	display: inline-block;
}

span.strongnum {
	font-size: 120%;
	font-weight: bold;
	padding: 0 0.3em;

}

.popover {
	max-width: 100%;
}

table.ratetable {
	margin: 0;
}

table.ratetable td,th {
	margin: 0;
	padding: 0.4em;
}

table.ratetable th {
	font-weight: normal;
}

table.ratetable td {
	text-align: center;
}

.nodisp {
	display: none;
}
.cart .close {
	opacity : 0.8;
}
/* entry.php */
div.well dd {
	margin-bottom: 1em;
}

div.well div.input-group {
	margin-bottom: 0.3em;
}

.show-confirm {
	display: none;
}
/*imamura*/
.form-control2 {
	border-radius: 2px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.28);
}

#rsvform .input-group .form-control {
	position:initial;
}

input.form-control#rsv_name_sei,
input.form-control#rsv_name_mei,
input.form-control#rsv_kana_sei,
input.form-control#rsv_kana_mei {
	width: 45%;
	display: inline;
}

.reserv_list{
    display: inline-block;
    font-size: 24px;
    font-family: "Cinzel", serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px #CCC;
    opacity: 0.8;
}

/* Collapse arrow */
div.panel-heading a:before {
	content: "\f13a";
	font-family: fontawesome;
}

.btn-lg {
font-size: 14px;
}

.form-inline .form-control {
    vertical-align: 0;
}
div.panel-heading a.collapsed:before {
	content: "\f138";
}

.hint-message ol ol{
	list-style-type: lower-roman;
}

#flowchart{
    margin-top: 15px;
}

.cart .panel-body {
    padding: 10px;
}
.cart .panel {
    margin-bottom: 5px;
}

/* .right{ */
/* 	float:right; */
/* } */

@media (min-width:1200px){.container {
        width: 1170px;
    }
}
/*imamura insert*/
@media (max-width:768px){
    h2{
        padding: 0px 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        background-image: none;
        font-size: 20px;
    }

    h3 {
        font-size: 17px;
    }

    #flowchart{
        display:none;
    }
    div.remarks {
        margin: 5px 0px;
        text-align: center;
    }

    div.search_criteria_base {
        border: none;
        padding:5px 0px;
        box-shadow: none;
        margin-bottom:0;
    }

    .jCalMo .day, .jCalMo .invday,  .jCalMo .pday, .jCalMo .aday{
        height: 3.2em !important;
    }

    .col-xs-left{
        padding-left:0px;
        padding-right:5px;
        margin-top:5px;
    }

    .col-xs-right{
        padding-left:5px;
        padding-right:0px;
        margin-top:5px;
    }

    .reserv_list{
        font-size: 14px;
    }

	.search_criteria_base .input-group .form-control {
	    height:46px;
	}

    .input-respon {
		height: 46px;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.3333333;
    }

    .btn-respon {
        padding: 10px 16px;
		font-size: 18px;
		line-height: 1.3333333;
    }

    #showcase .thumbnail div.plan_title {
        height: 65px;
    }

    .radio input[type="radio"]{
        margin-left:0;
    }


    * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* fieldset{ */
/*     border:none; */
/* } */

/* legend{ */
/*     padding:5px 5px 0; */
/*     font-weight: bold; */
/* } */

#infoForm ul{
list-style: none;
margin: 0 auto 25px;
padding: 0;
background: white;
border-radius: 0px;
border: 1px solid #CCC;
}

#infoForm ul li{
    padding: 0;
    margin: 0;
    position: relative;
}

#infoForm input{
    position: absolute;
    top:-5px;
    width: 100%;
}
#infoForm label{
    margin-bottom: 0px;
}

/*ÉâÉWÉIÉ{É^Éì*/
#infoForm input[type="radio"]{
    opacity : 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#infoForm input[type="radio"] + label{
    display: block;
    background: URL(../img/radio_check/radio_off.png) no-repeat 98% center;
    background-size: 35px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 20px 10px 10px;
    color: #555;
    text-decoration: none;
}

#infoForm input[type="radio"]:checked + label{
    background: URL(../img/radio_check/radio_on.png) no-repeat 98% center;
    background-size: 35px;
}


/*É`ÉFÉbÉNÉ{ÉbÉNÉX*/
#infoForm input[type="checkbox"]{
    opacity : 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#infoForm input[type="checkbox"] + label{
    display: block;
    background: URL(../img/radio_check/check_off.png) no-repeat 98% center;
    background-size: 35px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 20px 10px 10px;
    color: #555;
    text-decoration: none;
}

#infoForm input[type="checkbox"]:checked + label{
    background: URL(../img/radio_check/check_on.png) no-repeat 98% center;
    background-size: 35px;
}

#infoForm li:last-child label{
    border-bottom:none;
}

#infoForm div.well div.input-group {
	margin-bottom: 0;
}


.hint-message .panel-body {
    padding: 5px;
}
.hint-message ol, .hint-message ul{
    -webkit-padding-start: 20px;
}
}
@media (max-width:340px){
    #showcase .thumbnail div.plan_title {
        height: 85px;
    }

        #header {
        height: 40px;
        min-height:40px;
    }
}
/*imamura*/










/*showcaseデザイン*/

#showcase .masonry_item p {
    margin: 0;
}


.masonry_item .masonry_item p {
    margin: 0;
}

.masonry_item .thumbnail span.description {
    display:block;
    margin: 6px 4px 6px;
}

#showcase .masonry_item .thumbnail div.plan_title {
	height: 3em;
}

#showcase .masonry_item .thumbnail span.description {
	height: 7em;
}


.masonry_item .thumbnail .roomdetail {
    margin: 0px -10px;
}

.masonry_item .thumbnail {
    margin-bottom:0;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #D4D0C3;
    -webkit-transition:0.3s ease-in-out;
}

.masonry_item .thumbnail:hover {
    box-shadow: 0px 0px 15px rgba(30, 30, 30, 1.5);
}

.masonry_item .thumbnail .img-rounded{
    border-radius:0px;
}

.masonry_item .gutter-sizer { width: 0%; }

.masonry_item .masonry_sizer,
.masonry_item .masonry_item {
    width: 25%;
    padding: 4px;
}

.masonry_sizer,
.masonry_item { width: 50%; padding: 4px;}
.gutter-sizer { width: 0%; }

/* fluid 3 columns */
@media (min-width: 768px) {
	.masonry_sizer,
	.masonry_item { width: 33.33333%;}
}

@media (min-width:1200px){
    .masonry_sizer,
    .masonry_item { width: 25%;}
}
/*END masonry*/


div.form-group input.form-control#rsv_name_sei,
div.form-group input.form-control#rsv_name_mei,
div.form-group input.form-control#rsv_kana_sei,
div.form-group input.form-control#rsv_kana_mei {
	width: 100%;
	display: inherit;
}
