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

/* =====================
  メインビジュアル
===================== */
#mainvisual {
    background-image: url(../images/facilities/mainvisual-facilities.jpg);
}
/* =====================
  客室・施設のご案内
===================== */
#facilities {
    width: 1080px;
    margin: 0 auto 80px;
}
#facilities section {
    margin: 0 auto 60px;
    overflow: hidden;
}
#facilities section:last-child {
    margin: 0 auto;
}
#facilities section:nth-of-type(odd) h3 {
    width: 360px;
    height: 200px;
    float: right;
    margin: 0 0 25px;
}
#facilities section:nth-of-type(odd) figure {
    width: 680px;
    height: 420px;
    float: left;
    padding: 40px 0 0;
    margin: 0 0 25px;
}
#facilities section:nth-of-type(odd) p {
    width: 380px;
    float: right;
}
#facilities section:nth-of-type(even) h3 {
    width: 360px;
    height: 200px;
    text-align: right;
    float: left;
    margin: 0 0 25px;
}
#facilities section:nth-of-type(even) figure {
    width: 680px;
    height: 420px;
    float: right;
    padding: 40px 0 0;
    margin: 0 0 25px;
}
#facilities section:nth-of-type(even) p {
    width: 380px;
    clear: left;
}
#facilities section:nth-of-type(2) p {
    text-align: right;
}
#facilities section:nth-of-type(2) figure:nth-of-type(2) {
    width: 360px;
    height: 212px;
    text-align: right;
    float: left;
    padding: 58px 0 0;
}
#facilities section:nth-of-type(3) p {
    margin: 0 0 20px;
}
#facilities section:nth-of-type(4) p {
    width: 300px;
    padding: 0 0 0 80px;
}
#facilities section table {
    clear: right;
    width: 320px;
    margin: 0 0 0 700px;
}
#facilities section table th {
 width:;
    color: #fff;
    background-color: #2b4e71;
    padding: 5px 1em;
}
#facilities section table td {
 width:;
    color: #333;
    background-color: #fff;
    padding: 5px 1.5em;
}
/* =====================
  施設概要
===================== */
#outline {
	color: #333;
    padding: 50px 0 80px;
    background-image: url(../images/common/white-paper-bg.gif);
    position: relative;
}
#outline::before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/common/white-cut-end.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: absolute;
    top: -10px;
    left: 0;
}
#outline .inner {
    width: 1080px;
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 400px 0 0;
    background-image: url(../images/facilities/outline-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#outline .inner table {
    width: 100%;
    line-height: 2.5;
    margin: 0 0 1em;
}
#outline .inner table th {
    display: block;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
#outline .inner table td {
    display: block;
    padding: 0 0 1em;
}
#outline .inner p {
    color: #cd3a3a;
    font-size: 18px;
}
