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

	メインビジュアル

================================*/
#mainvisual {
  background-image: url("../images/facility/facility-mainvisual.jpg");
}
/*===============================

	メインコンテンツ

================================*/
main {
  padding-top: 40px;
  overflow: hidden;
}
/*===============================

	導入

================================*/
#facility-introduction {
  box-sizing: border-box;
  width: 1280px;
  padding: 20px 48px 0;
  background-image: url("../images/common/cloud-bg.gif");
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0 auto 80px;
  overflow: hidden;
}
#facility-introduction figure {
  width: 454px;
  height: 321px;
  float: left;
}
#facility-introduction h2 {
  padding: 35px 0 0 484px;
  margin-bottom: 30px;
}
#facility-introduction p {
  font-size: 18px;
  line-height: 2;
  padding-left: 484px;
}
/*===============================

	客室のご案内

================================*/
/*-------------------------------
	 共通
-------------------------------*/
#room-wrapper {
  width: 1184px;
  margin: 0 auto 100px;
}
#room-wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}
#room-wrapper .room {
  overflow: hidden;
  margin-bottom: 50px;
}
#room-wrapper .room figure {
  width: 680px;
  height: 480px;
}
#room-wrapper .room h3 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 15px;
}
#room-wrapper .room p.type {
  margin-bottom: 20px;
}
#room-wrapper .room p.type span {
  display: inline-block;
  padding: .125em 1.25em;
}
#room-wrapper .room p.type span:first-of-type {
  color: #fff;
  background-color: #ce632f;
  letter-spacing: .5em;
  padding-right: .75em;
}
#room-wrapper .room p.type span:last-of-type {
  color: #333;
  background-color: #fff;
}
/*-------------------------------
	 奇数
-------------------------------*/
#room-wrapper .room:nth-of-type(2n+1) figure {
  float: left;
}
#room-wrapper .room:nth-of-type(2n+1) h3 {
  padding-left: 710px;
}
#room-wrapper .room:nth-of-type(2n+1) p {
  padding-left: 710px;
}
/*-------------------------------
	 ２番目 あさひ
-------------------------------*/
#room-wrapper #room02 figure {
  float: right;
}
#room-wrapper #room02 h3 {
  width: 474px;
}
#room-wrapper #room02 p {
  width: 474px;
}
/*-------------------------------
	 ４番目 やまぶき&さくら
-------------------------------*/
#room-wrapper #room04 {
  padding-top: 10px;
  margin-bottom: 0;
}
#room-wrapper #room04 h3 {
  box-sizing: content-box;
  width: 231px;
  height: 234px;
  padding: 0 0 0 40px;
  float: left;
  margin-bottom: 20px;
}
#room-wrapper #room04 p {
  padding-left: 304px;
  margin-bottom: 20px;
}
#room-wrapper #room04 p.type {
  padding-top: 66px;
}
#room-wrapper #room04 figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1184px;
  height: 480px;
}
/*===============================

	館内施設のご案内

================================*/
/*-------------------------------
	 共通
-------------------------------*/
#facility-wrapper {
  width: 1184px;
  margin: 0 auto 80px;
}
#facility-wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}
#facility-wrapper #facility01 {
  overflow: hidden;
  margin-bottom: 60px;
}
#facility-wrapper #facility01 figure {
  width: 680px;
  height: 480px;
  float: left;
}
#facility-wrapper #facility01 h3 {
  text-align: center;
  padding: 20px 0 0 710px;
  margin-bottom: 15px;
}
#facility-wrapper #facility01 p {
  padding-left: 710px;
}
#facility-wrapper #facility02 h3 {
  box-sizing: content-box;
  width: 239px;
  height: 237px;
  padding: 0 0 0 35px;
  float: left;
  margin-bottom: 20px;
}
#facility-wrapper #facility02 p {
  padding-left: 304px;
  margin-bottom: 20px;
}
#facility-wrapper #facility02 p.type {
  padding-top: 66px;
}
#facility-wrapper #facility02 p.type span {
  display: inline-block;
  padding: .125em 1.25em;
}
#facility-wrapper #facility02 p.type span:first-of-type {
  color: #fff;
  background-color: #ce632f;
}
#facility-wrapper #facility02 p.type span:last-of-type {
  color: #333;
  background-color: #fff;
}
#facility-wrapper #facility02 figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1184px;
  height: 415px;
}
/*===============================

	施設概要

================================*/
#facility-outline {
  width: 1080px;
  margin: 0 auto;
}
#facility-outline h2 {
  text-align: center;
  margin-bottom: 30px;
}
#facility-outline table tr th {
  width: 27.5%;
}