@charset "utf-8";
/* CSS Document */

input {
	appearance: initial;
    user-select: initial;
    white-space-collapse: initial;
    text-wrap: initial;
    align-items: initial;
    text-align: initial;
    cursor: initial;
    box-sizing: initial;
    background-color: initial;
    color: initial;
    padding-block: initial;
    padding-inline: initial;
    border-width: initial;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    text-rendering: initial;
    color: initial;
    letter-spacing:  initial;
    word-spacing: initial;
    line-height: initial;
    text-transform: initial;
    text-indent: initial;
    text-shadow: initial;
    display: initial;
    text-align: initial;
    appearance: initial;
    box-sizing: initial;
    align-items: initial;
    white-space-collapse: initial;
    text-wrap: initial;
    -webkit-rtl-ordering: initial;
    background-color:#fff;
    cursor: initial;
    writing-mode: initial;
    margin: initial;
    border-width: initial;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius:  initial;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

input{ font-size:16px;}

/*モジュールの中のcssここから*/
.pika-lendar th:first-child,
.pika-lendar td:first-child .pika-button {color: #f00;}
.pika-lendar th:last-child,
.pika-lendar td:last-child .pika-button {color: #00f;}
.has-event .pika-button {
color: #f00;
font-weight: normal;
background: #f5f5f5;
box-shadow:none;
}
.is-selected .pika-button {
color: #fff;
font-weight: bold;
background: #33aaff;
box-shadow: inset 0 1px 3px #178fe5;
border-radius: 3px;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
color: #fff;
background: #ff8000;
box-shadow: none;
border-radius: 3px;
}
.is-disabled .pika-button{
background: #D5E9F7 !important;
}
/*モジュールの中のcssここまで*/
/*非表示項目*/
.children , .promoCd , .sort , .attributes {display: none;}
/*非表示項目*/

#OPTIMA {
	width: 100%!important;
	margin: 0 auto 0!important;
	background: url(../img/common/navBg.png);
	padding: 20px 0 0;
	color: #fff;
}

#fromInner { max-width: 90%; margin: 0 auto;}

#searchBox { display: flex; flex-wrap: wrap;}

#search_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
    color: #fff;
    float: left;
	text-align: center;}

.checkin {width: 25%; margin: 0 0 0; padding: 0 2px 0 0;}
.checkin input { width: 100%; height: 30px;}
.nights , .rooms , .adults {width: 15%; margin: 0 0 0; padding: 0 2px 0;}
.nights #numOfNights { width: 100%; height: 30px;}
.rooms select { width: 100%; height: 30px;}
.adults select { width: 100%; height: 30px;}
.field-button {width: 30%; margin: 0 0 0; padding: 20px 0 0 2px;}
legend {font-size: 90%;}

.sub-bgcolor {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #942148;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    border-radius: 4px;
    transition: ease-in-out 0.2s;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sub-bgcolor:hover{background: #620726; cursor: pointer;}

#underBox {
	margin-top: 20px;
    background-color: rgba(75, 75, 75, 0.6);
}

.underBoxInner { width: 100%; margin: 5px auto 0;}
.underBoxInner a { display: block; padding: 6px 20px; color: #fff; font-size: 85%;}
.underBoxInner a:hover {
    background: #000;
    color: #fff;
}
.underBoxInner ul {display: flex; flex-wrap: wrap; justify-content: center; border-bottom: 1px #888 solid;}
.underBoxInner ul li {width: 50%; text-align: center; border-left: 1px #888 solid;}
.underBoxInner ul li:first-child { border-left: none;}
.underBoxInner ul li:last-child {  border-bottom: none; border-right: none;}

@media screen and (min-width: 768px) {
#search_title {
	width: 25%;
    height: 70px;
    line-height: 70px;
}
.field-button  {width: 20%; padding: 0 0 0 10px;}
.sub-bgcolor {height: 70px;line-height: 70px; font-weight: 600;}
.checkin {width: 25%; margin: 7px 0 0; padding: 0 10px;}
.nights , .rooms , .adults {width: 10%; margin: 7px 0 0; padding: 0 10px;}
.underBoxInner { width: 90%; margin: 5px auto 0;}
.underBoxInner ul {border-bottom: none;}
.underBoxInner ul li {width: auto; text-align: center;}
.underBoxInner ul li:first-child {  border-left: 1px #888 solid;}
.underBoxInner ul li:last-child { border-right: 1px #888 solid;}

}

@media screen and (min-width: 1060px) {
#fromInner { max-width: 1000px;}
}
