@charset "UTF-8";
/*--基本--*/
body {
  background-color: #FFFFFF;
}

#hoteltop h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

/*---ホテルリスト---*/
.hotelist {
  background-color: #FAFAFA;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset;
  min-height: 100%;
  overflow: hidden;
  text-align: center;
}

div.hotel, .nehotel {
  background-color: #FFFFEE;
  margin: 15px 0 0 10px;
  overflow: hidden;
  width: calc(100% - 20px);
}

div.hotel.entry-three {
  background-color: #FFFFFF;
  opacity: 0.65;
}

/*.hotelist>div.hotel:nth-child(2){
margin-top:15px;
}*/
.hotel .name, .nehotel .name {
  background-color: #7D5C4D;
  border: solid 0px #7D5C4D;
  border-bottom-width: 1px;
  color: #FFFFFF;
  padding: 5px 0;
}

.hotel {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.hotel.entry-three .name {
  background-color: #917C73;
  color: #FFFFFF;
}

.hotelist > .hotel:first-child, .hotelist > .nehotel:first-child {
  margin-top: 40px;
}

.hotelist > .hotel:last-child, .hotelist > .nehotel:last-child {
  margin-bottom: 40px;
}

.hotel > a {
  display: block;
  text-decoration: none;
}

.hotel address {
  border-radius: 3px;
  color: #555;
  font-style: normal;
  font-weight: bold;
  float: left;
  height: 75px;
  margin: 10px 0 0 10px;
  overflow: hidden;
  width: calc(100% - 130px);
}

.hotel.entry-three address {
  background-color: #FFFFFF;
  width: calc(100% - 20px);
}

.hotel address > p {
  font-size: 18px;
  height: calc(75px / 2);
  margin: 0px;
  padding-top: 8.5px;
}

.hotel address > p:last-child {
  border: dashed 0px #4B3F39;
  border-top-width: 1.5px;
  font-size: 10px;
  line-height: 12.5px;
  padding: 7.5px;
}

/*ホテルリスト情報部分*/
.date {
  overflow: hidden;
  width: 100%;
}

.date p {
  margin-top: 15px;
  text-align: center;
}

.nehotel > .date {
  background-color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}

.name, .tel {
  border: solid #FFFFFF;
  border-width: 0 0 2px 0;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 2px;
  text-align: center;
}

.name {
  border: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.tel a, .add a, .info a {
  color: #DDD;
  display: block;
  font-size: 22px;
  height: 50px;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}

.info a {
  color: #555;
}

.tel a span {
  font-size: 14px;
}

.add {
  background: linear-gradient(#E5BFBF 0%, #CF6363 50%, #B72222 50%, #9C0000 100%);
  background: -o-linear-gradient(#E5BFBF 0%, #CF6363 50%, #B72222 50%, #9C0000 100%);
  background: -ms-linear-gradient(#E5BFBF 0%, #CF6363 50%, #B72222 50%, #9C0000 100%);
  background: -moz-linear-gradient(#E5BFBF 0%, #CF6363 50%, #B72222 50%, #9C0000 100%);
  background: -webkit-linear-gradient(#E5BFBF 0%, #CF6363 50%, #B72222 50%, #9C0000 100%);
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 52px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  width: 50%;
}

.add a span {
  font-size: 14px;
}

/*↓今は使っていないかも*/
.hotel-center {
  background-color: #FFFFFF;
  position: relative;
}

.hotel-center > .tel, .hotel-center > .add {
  margin-top: 0;
}

/*↓今は使っていないかも*/
.info {
  background: linear-gradient(#666 0%, #eee 4%, #eee 97%, #666 100%);
  background: -o-linear-gradient(#666 0%, #eee 4%, #eee 97%, #666 100%);
  background: -ms-linear-gradient(#666 0%, #eee 4%, #eee 97%, #666 100%);
  background: -moz-linear-gradient(#666 0%, #eee 4%, #eee 97%, #666 100%);
  background: -webkit-linear-gradient(#666 0%, #eee 4%, #eee 97%, #666 100%);
  border: none;
  border-radius: 3px;
  box-shadow: 3px  0px 0px #B8EBFF, 0px -3px 0px #B8EBFF, 3px -3px 0px #B8EBFF, 3px  3px 0px #B8EBFF, -3px -3px 0px #B8EBFF, -3px  0px 0px #B8EBFF, -3px  3px 0px #B8EBFF;
  clear: both;
  display: block;
  font-weight: bold;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  width: 272px;
}

.price {
  background-color: #000000;
  clear: both;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
  width: 270px;
}

.price > dt {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 16px;
  height: 40px;
  padding: 8px 0 0 0px;
  text-align: center;
  width: 75px;
}

.price > dd {
  color: #FAE800;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}

.price > dd > span {
  font-size: 14px;
  position: relative;
  top: -2px;
}

/*サブエリア*/
.subarea {
  background-color: #FFFFFF;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin: 10px 0 10px 30px;
  padding-top: 20px;
  text-align: center;
  width: 40px;
}

/*↓4つ使っていない
.area1 .subarea, .list-title.area1 aside > p {
  color: #F08400;
}

.area2 .subarea, .list-title.area2 aside > p {
  color: #01B0EC;
}

.area3 .subarea, .list-title.area3 aside > p {
  color: #EA6E8E;
}

.area4 .subarea, .list-title.area4 aside > p {
  color: #9B8DC3;
}*/
/*サブエリアリンク*/
.sarea {
  font-size: 16px;
  overflow: hidden;
}

.sarea a {
  background: linear-gradient(#666 0%, #EEE 5%, #EEE 97%, #666 100%);
  background: -o-linear-gradient(#666 0%, #EEE 5%, #EEE 97%, #666 100%);
  background: -ms-linear-gradient(#666 0%, #EEE 5%, #EEE 97%, #666 100%);
  background: -moz-linear-gradient(#666 0%, #EEE 5%, #EEE 97%, #666 100%);
  background: -webkit-linear-gradient(#666 0%, #EEE 5%, #EEE 97%, #666 100%);
  display: block;
  padding: 13px;
  text-decoration: none;
}

.sarea > a > span {
  float: right;
  font-size: 16px;
  font-weight: bold;
}

/*部屋・駐車・カード*/
.another {
  clear: both;
  font-size: 14px;
  margin: 15px auto;
  margin-top: 5px;
  overflow: hidden;
  width: 275px;
}

.another > dt, .another > dd {
  float: left;
  min-height: 35px;
  margin-top: 5px;
  padding-top: 6px;
  text-align: center;
}

.another > dd {
  background-color: #FFFFFF;
  border: solid 1px #CCC;
  width: 215px;
}

.another > dt {
  background-color: #CCC;
  clear: both;
  width: 60px;
}

.another > dd:nth-child(2), .another > dt:first-child {
  margin-top: 0px;
}

/*次へ　戻る*/
.next, .prev {
  background: linear-gradient(#FFFFFF 0%, #E6E6E6);
  background: -o-linear-gradient(#FFFFFF 0%, #E6E6E6);
  background: -ms-linear-gradient(#FFFFFF 0%, #E6E6E6);
  background: -moz-linear-gradient(#FFFFFF 0%, #E6E6E6);
  background: -webkit-linear-gradient(#FFFFFF 0%, #E6E6E6);
  border: 1px solid #DDD;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #111;
  display: block;
  float: left;
  font-weight: bold;
  margin: 15px 0;
  margin-left: 10px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 90px;
}

.next {
  float: right;
  margin-right: 10px;
}

/*ココから詳細html*/
.hotel-top {
  background-color: #9C9C9C;
  text-align: center;
}

h3.hotel-name {
  letter-spacing: -1px;
}

.hotel-center h3, h3.hotel-name, .add-link > a {
  background-color: #7D5C4C;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6.5px 0px;
  text-align: center;
}

.hotel-name {
  background: linear-gradient(#FFFFFF 0%, #FFFFFF 95%, #DEDEDE 95%, #FFFFFF 100%);
  background: -o-linear-gradient(#FFFFFF 0%, #FFFFFF 95%, #DEDEDE 95%, #FFFFFF 100%);
  background: -ms-linear-gradient(#FFFFFF 0%, #FFFFFF 95%, #DEDEDE 95%, #FFFFFF 100%);
  background: -moz-linear-gradient(#FFFFFF 0%, #FFFFFF 95%, #DEDEDE 95%, #FFFFFF 100%);
  background: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 95%, #DEDEDE 95%, #FFFFFF 100%);
}

h3.hotel-name {
  padding: 13px 0;
}

.hotel-center dl {
  clear: both;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.hotel-center dt {
  background-color: #FFFFFF;
  border: solid 2px #DCDCDC;
  border-radius: 3px 0px 0px 3px;
  border-right-width: 0px;
  clear: both;
  float: left;
  font-weight: bold;
  margin-top: 5px;
  overflow: hidden;
  padding: 3px 0px;
  width: 40%;
}

.hotel-center dt.sys-tit {
  background-color: #AB7E68;
  border: solid 3px #7D5C4C;
  border-radius: 3px;
  color: #FFFFFF;
  width: 100%;
}

.hotel-center dd {
  background-color: #FFFFFF;
  border: solid 2px #DCDCDC;
  border-radius: 0px 3px 3px 0px;
  float: left;
  font-style: normal;
  margin-top: 5px;
  padding: 3px 0;
  width: 60%;
}

.hotel-center dd:last-child, .hotel-center dd:last-child + dt {
  margin-bottom: 0;
}

.hotel-center .attention {
  border: solid 2px #FFFFFF;
  clear: both;
  font-size: 13px;
  margin: 3px 4px 4px;
  overflow: hidden;
}

/*ホテル画像*/
p.image {
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 75px;
  margin: 10px 0px 10px 10px;
  overflow: hidden;
  width: 100px;
}

p.image > img {
  height: 75px;
}

.hotelinfo, .system, .another-data, .add-link {
  margin: 0px 3px;
  margin-top: 10px;
}

.hotelinfo > h3, .system > h3, .another-data > h3 {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.hotelinfo > h3:before, .system > h3:before, .another-data > h3:before {
  content: '+';
  position: absolute;
  left: 15px;
  text-shadow: 1px  1px 0px #4B3F39, -1px  1px 0px #4B3F39, -1px -1px 0px #4B3F39, 1px -1px 0px #4B3F39;
}

.hotelinfo > h3.open:before, .system > h3.open:before, .another-data > h3.open:before {
  content: '-';
}

.hotelinfo > h3:after, .system > h3:after, .another-data > h3:after {
  content: '▼';
  font-size: 16px;
  position: absolute;
  top: 7.5px;
  right: 15px;
  text-shadow: 1px  1px 0px #4B3F39, -1px  1px 0px #4B3F39, -1px -1px 0px #4B3F39, 1px -1px 0px #4B3F39;
}

.hotelinfo > h3.open:after, .system > h3.open:after, .another-data > h3.open:after {
  content: '▲';
}

.add-link {
  margin-bottom: 10px;
  overflow: hidden;
}

.add-link > a {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 50px;
  line-height: 22.5px;
  margin-bottom: 2px;
  padding: 2px;
  text-decoration: none;
  width: calc(50% - 5px);
}

.add-link > a:first-child {
  margin-right: 10px;
}

.add-link > a > small {
  font-size: 10px;
}

/**/
/*スライダーポインター*/
.pointer {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  bottom: 25px;
  width: 65px;
  z-index: 100;
}

.pointer span {
  background-color: #DDD;
  display: block;
  float: left;
  height: 3px;
  margin-left: 5px;
  opacity: 0.5;
  width: 30px;
}

.pointer span:first-child {
  margin: 0px;
}

.pointer span.current {
  background-color: #FFF392;
  opacity: 1.0;
}

.hotel-top {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 200;
}

/*るび*/
ruby rt, ruby rp {
  display: inline;
  font-size: 10px;
}

/**/
.re {
  background-color: #E4BE9A;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5) inset, 0px -1px 2px rgba(0, 0, 0, 0.5);
  padding: 8px 0px;
  width: 100%;
}

.re > a {
  background-color: #7D5C4C;
  border: solid 1px #4B3F39;
  border-radius: 2.5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #FFFFEE;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0px auto;
  padding: 5px 0px;
  text-decoration: none;
  text-align: center;
  width: 100px;
}

/*notfound*/
.notfound {
  padding: 3px;
  overflow: hidden;
  width: 100%;
}

.notfound p {
  font-size: 14px;
}

.notfound ul {
  display: block;
  margin: 10px auto;
  overflow: hidden;
  width: 100%;
}

.notfound li {
  font-size: 14px;
  font-weight: bold;
}
