@charset "UTF-8";
/******
		contents
					******/
/* div {
  background: url(../img/bg.png) center center/cover no-repeat;
} */

.back-btn {
  width: 100px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  background: #333;
  color: #fff;
}

header {
  text-align: center;
  margin: auto;
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px;
}

.head-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
}

.head-nav ul li a {
  color: #f84519;
  font-size: 14px;
  font-weight: bold;
}

.key-wrap {
  max-width: 100%;
  margin: auto;
  padding-bottom: 40px;
}

.key-logo {
  margin-top: 00px;
  text-align: left;
}

.key-logo img {
  width: 200px;
  margin: auto;
}

.key-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}

.key-top {
  width: 40%;
  padding: 0 60px 0 60px;
}

.key-text {
  text-align: left;
  margin-top: 80px;
}

.key-text-big {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.key-text-mini {
  font-size: 14px;
  margin-top: 16px;
}

.key-img {
  width: 60%;
}

.key-img img {
  width: 100%;
  max-width: 1024px;
  object-fit: cover;
  height: 540px;
}

.sub-head-title {
  font-size: 20px;
  font-weight: bold;
}

.sub-head-text {
  font-size: 14px;
}

.sub-head {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.sub-head-text {
  margin-top: 24px;
}

.amenity-top {
  background: url(../img/amenity-bg.png) center center/cover no-repeat;
  height: 500px;
  width: 100%;
}

.map-sec {
  padding: 60px 0;
  background-color: #352d21;
}

.map-inner {
  display: flex;
  align-items: center;
  max-width: 1040px;
  margin: auto;
  column-gap: 50px;
}

.map-img {
  width: 30%;
}

.sec-head {
  text-align: left;
}

.map-sec .sec-head-title {
  font-size: 32px;
  color: #f84519;
  font-weight: 900;
}

.sec-head-title span {
  font-size: 14px;
  padding-left: 10px;
}

.sec-head-title {
  font-size: 32px;
  color: #f84519;
  font-weight: 900;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}

.map-sec .sec-head-text {
  font-size: 14px;
  margin-top: 24px;
  color: #fff;
}

.sec-head-text {
  font-size: 14px;
  margin-top: 24px;
}

.map-sec .sec-head {
  width: calc(70% - 50px);
}

.amenity-main {
  max-width: 1440px;
  margin: auto;
  padding: 90px 24px;
}

.amenity-icon span {
  color: #352d21;
  font-size: 46px;
}

.amenity-name {
  font-size: 21px;
  font-weight: bold;
  color: #352d21;
}

.amenity-box-text {
  font-size: 14px;
  line-height: 150%;
  margin-top: 16px;
}

.amenity-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 32px;
  justify-content: center;
  margin-top: 32px;
}

.amenity-box {
  width: calc(33.3% - 24px);
  margin-top: 32px;
}

.gallery-sec {
  padding: 90px 24px;
  background-color: #f9f1e7;
}

.gallery-bg {
  max-width: 1440px;
  margin: auto;
}

.gallery-inner {
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 42px;
}

.gallery-list {
  width: 33.3%;
}

.gallery-list img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.amenity-desc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  margin-top: 32px;
}

.amenity-desc-list {
  text-align: left;
  width: calc(33.3% - 32px);
  margin-top: 32px;
}

.amenity-desc-list-label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.amenity-desc-list ul {
  margin-top: 16px;
}

.amenity-desc-list ul li {
  font-size: 14px;
  border-top: 1px solid #bfb6ac;
  padding: 4px 0;
}

.voice-sec {
  max-width: 1440px;
  margin: auto;
  padding: 90px 24px;
}

.voice-list-inner {
  display: flex;
  justify-content: space-between;
}

.voice-list {
  background-color: #352d21;
  color: #fff;
  text-align: justify;
  padding: 32px;
  width: calc(50% - 16px);
  margin-top: 32px;
}

.voice-text {
  font-size: 14px;
}

.plan-inner .sec-head {
  max-width: 1440px;
  margin: auto;
  padding: 60px 24px 30px 24px;
}

.plan-sec {
  /* background: #f9f1e7; */
  padding-bottom: 64px;
}

.plan-main {
  display: flex;
  margin-top: 32px;
}

.plan-img {
  width: 50%;
}

.plan-img img {
  width: 80%;
}

.plan-desc {
  width: 50%;
  text-align: left;
  padding: 0 32px 32px 32px;
}

.plan-desc-list {
  margin-top: 32px;
  max-width: 660px;
}

.plan-label {
  font-size: 16px;
  color: #f84519;
  font-weight: bold;
  padding-bottom: 16px;
}

.plan-cost {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #bfb6ac;
  padding: 16px 0px 16px 0;
}

.plan-days {
  font-weight: bold;
  color: #352d21;
  font-size: 14px;
}

.plan-cost-data {
  font-size: 21px;
  font-weight: bold;
  color: #352d21;
}

.plan-desc-head-name {
  width: 200px;
}

.plan-desc-head-mini {
  font-size: 15px;
  font-weight: bold;
  color: #352d21;
  margin-top: 16px;
}

.plan-desc-text {
  font-size: 14px;
  color: #352d21;
  margin-top: 32px;
  font-weight: bold;
}

.plan-note {
  font-size: 14px;
  color: #352d21;
  margin-top: 24px;
  font-weight: bold;
}

.plan-btn-box {
  display: flex;
  column-gap: 10px;
  margin-top: 12px;
}

.plan-btn-box a {
  display: block;
  width: 33.33%;
  box-shadow: #f84519 1px 1px 1px;
}

.rule-sec {
  background-color: #f9f1e7;
}

.rule-inner {
  max-width: 1440px;
  padding: 90px 24px;
  margin: auto;
}

.rule-main {
  text-align: justify;
}

.rule-main ul {
  margin-top: 32px;
}

.rule-main ul li {
  font-size: 14px;
  color: #352d21;
  margin-top: 12px;
  font-weight: bold;
}

/* シングルページスタイル */
.room-header {
  background: url(../img/room-8-bg.png) center center/cover no-repeat;
  padding: 40px 32px;
  padding-left: 120px;
}

.room-header7 {
  background: url(../img/room-7-bg.png) center center/cover no-repeat;
  padding: 40px 32px;
  padding-left: 120px;
}

.room-header10 {
  background: url(../img/room-10-bg.png) center center/cover no-repeat;
  padding: 40px 32px;
  padding-left: 120px;
}

.room-page-top {
  text-align: left;
}

.romm-top-logo {
  max-width: 100%;
  width: 300px;
}

.room-number {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: 32px;
  letter-spacing: 2px;
}

.room-data-list {
  color: #fff;
}

.room-data-item {
  margin-top: 24px;
}

.room-data-item span {
  display: block;
}

.material-symbols-outlined {
  font-weight: 900;
  font-size: 20px;
}

.room-data-text {
  font-size: 16px;
  margin-top: 8px;
}

.room-top-btn a {
  background: #007aff;
  color: #fff;
  width: 300px;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50px;
  margin-top: 50px;
}

.room-top-btn a img {
  width: 20px;
  margin-right: 12px;
}

.room-contents {
  display: flex;
  flex-wrap: wrap;
}

.room-info-box {
  text-align: left;
  padding: 32px;
  padding-left: 120px;
  width: 50%;
  min-height: 450px;
  border: 1px solid white;
}

.room-bg-01 {
  background: url(../img/room-bg-01.png) center center/cover no-repeat;
}
.room-bg-02 {
  background: url(../img/room-bg-02.png) center center/cover no-repeat;
}
.room-bg-03 {
  background: url(../img/room-bg-03.png) center center/cover no-repeat;
}
.room-bg-04 {
  background: url(../img/room-bg-04.png) center center/cover no-repeat;
}
.room-bg-05 {
  background: url(../img/room-bg-05.png) center center/cover no-repeat;
}
.room-bg-06 {
  background: url(../img/room-bg-06.png) center center/cover no-repeat;
}

.room-contents7 .room-bg-01 {
  background: url(../img/7room-bg-01.png) center center/cover no-repeat;
}
.room-contents7 .room-bg-02 {
  background: url(../img/7room-bg-02.png) center center/cover no-repeat;
}
.room-contents7 .room-bg-03 {
  background: url(../img/7room-bg-03.png) center center/cover no-repeat;
}
.room-contents7 .room-bg-04 {
  background: url(../img/7room-bg-04.png) center center/cover no-repeat;
}
.room-contents7 .room-bg-05 {
  background: url(../img/7room-bg-05.png) center center/cover no-repeat;
}
.room-contents7 .room-bg-06 {
  background: url(../img/7room-bg-06.png) center center/cover no-repeat;
}

.room-contents10 .room-bg-01 {
  background: url(../img/10room-bg-01.png) center center/cover no-repeat;
}
.room-contents10 .room-bg-02 {
  background: url(../img/10room-bg-02.png) center center/cover no-repeat;
}
.room-contents10 .room-bg-03 {
  background: url(../img/10room-bg-03.png) center center/cover no-repeat;
}
.room-contents10 .room-bg-04 {
  background: url(../img/10room-bg-04.png) center center/cover no-repeat;
}
.room-contents10 .room-bg-05 {
  background: url(../img/10room-bg-05.png) center center/cover no-repeat;
}
.room-contents10 .room-bg-06 {
  background: url(../img/10room-bg-06.png) center center/cover no-repeat;
}

.room-name {
  margin-bottom: 50px;
}

.room-name-mini {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}

.room-name-big {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: px;
}

.equipment-list {
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  display: flex;
  column-gap: 32px;
}

.equipment-list ul li {
  margin-top: 16px;
}

.list-sec {
  max-width: 1440px;
  margin: auto;
  padding: 90px 24px;
}

.list-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 32px;
  column-gap: 24px;
}

.list-box {
  display: block;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
  width: calc(33.3% - 24px);
  height: 400px;
  color: #fff;
  padding: 32px 24px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px;
  margin-top: 32px;
}

.list-bg-01 {
  background: url(../img/list-bg-01.png) center center/cover no-repeat;
}
.list-bg-02 {
  background: url(../img/list-bg-02.png) center center/cover no-repeat;
}
.list-bg-03 {
  background: url(../img/list-bg-03.png) center center/cover no-repeat;
}

.list-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 16px;
}

.list-data {
  font-size: 14px;
  margin-top: 40px;
}

.list-btn {
  position: absolute;
  right: 24px;
  bottom: 32px;
}

.list-btn a {
  background: #007aff;
  color: #fff;
  width: 180px;
  max-width: 100%;
  text-align: center;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50px;
  margin-top: 50px;
}

.list-btn a img {
  width: 5px;
  margin-left: 12px;
}
