body {
  background-image: url(../img/bg_wood.png);
  background-repeat: repeat;
  background-position: left top;
  color: #262626;
}

.contents {
  width: 1020px;
  padding-bottom: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.contents__header {
  background: url(../img/bg_plate.png) no-repeat center top;
  margin-bottom: 30px;
  text-align: center;
}
.contents__header h1 {
  padding-top: 83px;
  margin-bottom: 23px;
  font-size: 1.0625em;
}
.contents__header h1 img {
  margin-bottom: 20px;
}
.contents__header .lead {
  margin-bottom: 15px;
  font-size: 0.6875em;
  line-height: 1.5;
}
.contents__header .note {
  margin-bottom: 85px;
  font-size: 0.625em;
  line-height: 1.5;
}
.contents__header .sort_nav dl {
  padding-left: 50px;
  overflow: hidden;
}
.contents__header .sort_nav dt, .contents__header .sort_nav dd {
  float: left;
}
.contents__header .sort_nav dt {
  padding-top: 21px;
  margin-right: 12px;
}
.contents__header .sort_nav dd {
  margin-right: 10px;
}

.hotel {
  min-height: 600px;
}
.hotel:after {
  display: block;
  clear: both;
  content: '';
}

.hotel__list {
  background-color: #fff;
  margin-bottom: 40px;
  margin-right: 15px;
  margin-left: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000;
  position: relative;
  z-index: 100;
}
.hotel__list:before, .hotel__list:after {
  display: block;
  height: 6px;
  position: absolute;
  left: -1px;
  z-index: 50;
  content: '';
}
.hotel__list:before {
  top: -6px;
}
.hotel__list:after {
  bottom: -6px;
}
.hotel__list.hotel--large {
  padding-bottom: 34px;
}
.hotel__list.hotel--large:before, .hotel__list.hotel--large:after {
  width: 990px;
}
.hotel__list.hotel--large:before {
  background: url(../img/bg_frame_top_l.png) no-repeat left top;
}
.hotel__list.hotel--large:after {
  background: url(../img/bg_frame_btm_l.png) no-repeat left bottom;
}
.hotel__list.hotel--large .hotel__header {
  height: 24px;
  padding-top: 34px;
}
.hotel__list.hotel--large .area, .hotel__list.hotel--large h2 {
  display: inline-block;
}
.hotel__list.hotel--large .area {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #000;
}
.hotel__list.hotel--large h2 {
  vertical-align: middle;
}
.hotel__list.hotel--large .pic_box {
  float: left;
  margin-left: 40px;
}
.hotel__list.hotel--large .txt_box {
  margin-right: 40px;
  margin-left: 545px;
}
.hotel__list.hotel--large .plan {
  padding-top: 12px;
}
.hotel__list.hotel--small {
  float: left;
  width: 478px;
  padding-bottom: 14px;
}
.hotel__list.hotel--small:before, .hotel__list.hotel--small:after {
  width: 480px;
}
.hotel__list.hotel--small:before {
  background: url(../img/bg_frame_top_s.png) no-repeat left top;
}
.hotel__list.hotel--small:after {
  background: url(../img/bg_frame_btm_s.png) no-repeat left bottom;
}
.hotel__list.hotel--small .hotel__header {
  height: 40px;
  padding-top: 30px;
}
.hotel__list.hotel--small .pic_box {
  margin-left: 20px;
  margin-bottom: 8px;
}
.hotel__list.hotel--small .txt_box {
  margin: 0 20px;
}
.hotel__list.hotel--small .comment {
  margin-bottom: 10px;
}
.hotel__list.hotel--small .plan {
  padding-top: 12px;
}
.hotel__list .hotel__header {
  padding-left: 130px;
  position: relative;
  top: -17px;
}
.hotel__list .tag {
  width: 109px;
  height: 109px;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 100;
}
.hotel__list .area {
  font-size: 0.875em;
  line-height: 1.5;
}
.hotel__list h2 {
  font-size: 1.125em;
  font-weight: bold;
}
.hotel__list .pic_box a img {
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.hotel__list .pic_box a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotel__list .txt_box:after {
  display: block;
  width: 100%;
  clear: both;
  content: '';
}
.hotel__list .comment {
  margin-bottom: 6px;
  font-size: 0.75em;
  line-height: 1.6;
}
.hotel__list .plan {
  background-color: #f1efea;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.hotel__list .plan h3 {
  margin-bottom: 10px;
}
.hotel__list .plan .catch {
  min-height: 38px;
  margin-bottom: 10px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.5;
}
.hotel__list .plan .price {
  font-size: 0.75em;
}
.hotel__list .plan .price span {
  margin-right: 5px;
}
.hotel__list .plan .price img {
  vertical-align: middle;
}
.hotel__list .reservation {
  background: url(../img/bg_slash.gif) repeat left top;
  height: 47px;
  text-align: center;
  font-size: 0.875em;
}
.hotel__list .reservation a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
}
.hotel__list .reservation a:hover {
  background: url(../img/bg_slash_02.gif) repeat left top;
}

.contents__footer {
  width: 1020px;
  overflow: hidden;
  clear: both;
}

.txt {
  float: left;
  padding-left: 20px;
  font-size: 0.875em;
}

.pagetop {
  float: right;
  padding-right: 20px;
}

.area__footer {
  background-color: #FFF;
  min-width: 1020px;
  height: 144px;
  overflow: hidden;
}
