@charset "utf-8";
#htlSide-A{
	top: 700px;
}
div.fv section.mv {
  background-image: url(https://www.green-hotel.jp/wp-content/themes/html5blank-stable/img/bg-mv-room.jpg);
}

div#green-custom article section.rooms {
  padding: 90px 0;
}
div#green-custom article section.rooms div.container div.room-anchor {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	margin-bottom: 40px;
}
div#green-custom article section.rooms div.container div.room-anchor a {
  display: block;
  width:24%;
  padding: 30px;
  letter-spacing: 0.05em;
  color:#fff;
}
div#green-custom article section.rooms div.container div.room-anchor a:nth-child(1) {
  background-color: #143e41;
	margin-right: 1%;
}
div#green-custom article section.rooms div.container div.room-anchor a:nth-child(2) {
  background-color: #8b3344;
}
div#green-custom article section.rooms div.container div.room-anchor a:nth-child(3) {
  background-color: #0d396b;
}
div#green-custom article section.rooms div.container div.room-anchor a:nth-child(4) {
  background-color: #544669;
}
div#green-custom article section.rooms div.container div.room-anchor a:hover {
  background-color: #b09a58;
  color:#fff;
}
div#green-custom article section.rooms div.container div.room-anchor a p {
  font-size: 1.8rem;
  margin-bottom:30px;
}
div#green-custom article section.rooms div.container div.room-anchor a div.arw-flex {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
div#green-custom article section.rooms div.container div.room-anchor a div.arw-flex span.info {
  font-size: 1.4rem;
}
div#green-custom article section.rooms div.container div.room-anchor a div.arw-flex span.fas {
  font-size: 2.4rem;
}
div#green-custom article section.rooms div.container div.type {
  width:100%;
  padding: 40px 0;
}
div#green-custom article section.rooms div.container div#st-jw {
  margin-bottom: 40px;
}
div#green-custom article section.rooms div.container div.type div.type-slide {
  width:100%;
  margin-bottom: 60px;
}
.slick-dots {
    bottom: -30px;
    display: none;
}
.slick-dots li {
    margin: 0 1px;
}
div#green-custom article section.rooms div.container div.type div.detail {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
div#green-custom article section.rooms div.container div.type div.detail h3 {
  position: relative;
}
div#green-custom article section.rooms div.container div.type div.detail h3 div.up {
  position: absolute;
  top:-108px;
  left: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
div#green-custom article section.rooms div.container div.type div.detail h3 div.up span.circle {
  width:90px;
  height:90px;
  border-radius: 50%;
  background-color: #143e41;
  color:#fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 90px;
  margin-bottom: 24px;
}
div#green-custom article section.rooms div.container div#st-j div.detail h3 div.up span.circle {
  background-color: #143e41;
}
div#green-custom article section.rooms div.container div#st-jw div.detail h3 div.up span.circle {
  background-color: #8b3344;
}
div#green-custom article section.rooms div.container div#compact div.detail h3 div.up span.circle {
  background-color: #0d396b;
}
div#green-custom article section.rooms div.container div#twin div.detail h3 div.up span.circle {
  background-color: #544669;
}
div#green-custom article section.rooms div.container div.type div.detail h3 div.up div.name figure {
  width:90px;
}
div#green-custom article section.rooms div.container div.type div.detail h3 div.up div.name figure img {
  width:100%;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area {
  width:43%;
  margin: 0 5.8% 0 7.5%;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 35px;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area a {
  display: block;
  width:100%;
  height:60px;
  background-color: #b09a58;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 60px;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area a:hover {
  background-color: #000;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area a span {
  position: relative;
}
div#green-custom article section.rooms div.container div.type div.detail div.txt-area a span:before {
  position: absolute;
  top: 45%;
  left: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 2px;
  border: 2px solid transparent;
  border-left: 10px solid #fff;
}
div#green-custom article section.rooms div.container div.type div.detail div.info {
  width:22.5%;
}
div#green-custom article section.rooms div.container div.type div.detail div.info ul {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
div#green-custom article section.rooms div.container div.type div.detail div.info div.floor {
  width:100%;
  padding: 30px 0 40px;
  border: 1px solid #ccc;
}
div#green-custom article section.rooms div.container div#st-j div.detail div.info div.floor figure,
div#green-custom article section.rooms div.container div#st-jw div.detail div.info div.floor figure {
  width:76%;
  margin: 0 auto;
}
div#green-custom article section.rooms div.container div#compact div.detail div.info div.floor figure,
div#green-custom article section.rooms div.container div#twin div.detail div.info div.floor figure {
  width:55.5%;
  margin: 0 auto;
}
div#green-custom article section.rooms div.container div.type div.detail div.info div.floor figure img {
  width:100%;
}
div#green-custom article section.rooms div.container div.about {
  width:100%;
  padding: 35px 65px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
div#green-custom article section.rooms div.container div.about h3 {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
div#green-custom article section.rooms div.container div.about ul {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
div#green-custom article section.rooms div.container div.about ul li {
  width:49%;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.4rem;
  background-color: #e5e5e5;
}
div#green-custom article section.rooms div.container div.about ul li span.item {
  width:20%;
  text-align: center;
  line-height: 1.28;
}
div#green-custom article section.rooms div.container div.about ul span.desc {
  width:80%;
  padding: 15px;
  background-color: #fff;
}
div#green-custom article section.rooms div.container div.about div.txt-area p {
  font-size:1.4rem;
}
div#green-custom article section.rooms div.container div.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div#green-custom article section.rooms div.container div.btn a {
  display: block;
  width: 240px;
  height: 40px;
  margin: 0 10px;
  padding: 0 0 0 18px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  border:1px solid #000;
  transition: .3s;
}
div#green-custom article section.rooms div.container div.btn a.reserve {
  margin:0 auto;
  background-color: #111;
  color: #fff;
}
div#green-custom article section.rooms div.container div.btn a.reserve:hover {
  background-color: #b09a58;
  border:1px solid #fff;
}
div#green-custom article section.rooms div.container div.btn a span {
  position: relative;
}
div#green-custom article section.rooms div.container div.btn a span:before {
  position: absolute;
  top: 45%;
  left: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 2px;
  border: 2px solid transparent;
}
div#green-custom article section.rooms div.container div.btn a.reserve span:before {
  border-left: 10px solid #fff;
}
