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

/* ================================
	Base
================================ */

html {
  font-size: 62.5%;
}
body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333333;
  min-width: 990px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#title-base {
  width: 100%;
  height: 280px;
  position: relative;
  background-image: url("../images/bg_title.png");
  background-repeat: repeat;
}
#contents-base {
  width: 100%;
  height: 1320px;
  background-image: url("../images/bg_contents.png");
  background-repeat: repeat;  
}
#contents {
  width: 990px;
  height: 1295px;
  margin: 0px auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
}
.cassette {
  display: inline-block;
  width: 480px;
  height: 170px;
  position: relative;
  margin: 5px 5px 10px;
  float: left;
}
.hotel-title {
  position: absolute;
  left: 0px;
  top: 0px;
}
.btn-stay {
  position: absolute;
  left: 20px;
  top: 105px;
}
.btn-coupon {
  position: absolute;
  left: 20px;
  top: 135px;
}


/* ================================
	Style
================================ */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
}
a {
  overflow: hidden;
  outline: none;
}
a img {
  border: none;
}

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.text-bold {
  font-weight: bold;
}
.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}
.align-center {
  text-align: center;
}
