@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-facility.jpg);
}
div#green-custom article section.area {
  padding: 90px 0 0;
}
div#green-custom article section.area.last {
  padding: 80px 0 120px;
}

div#green-custom article section.area div.container div.two {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
div#green-custom article section.area div.container div.two.last {
  margin-bottom: 0;
}
div#green-custom article section.area div.container div.two div.item {
  width:48.3%;
}
div#green-custom article section.area div.container div.two div.item figure {
  width:100%;
  margin-bottom: 15px;
}
div#green-custom article section.area div.container div div.item figure img {
  width:100%;
}
div#green-custom article section.area div.container div div.item h3 {
  font-weight: normal;
  font-size: 2rem;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  position: relative;
}
div#green-custom article section.area div.container div div.item h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width:100%;
  height:1px;
  background-color: #b09a58;
}
div#green-custom article section.area div.container div.one {
  width:100%;
  margin-bottom: 50px;
}
div#green-custom article section.area div.container div.one div.item div.picture {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}
div#green-custom article section.area div.container div.one div.item div.picture figure {
  width:50%;
}
div#green-custom article section.area div.container div div.item span {
  display: block;
    font-size: 1.4rem;
    margin-top: 10px;
}
div#green-custom article section.area div.container div div.item span a {
  color:#0693e3;
}
div#green-custom article section.area div.container div div.item span a:hover {
  color:#b09a58;
}
div#green-custom article section.area div.container div.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top:40px;
}
div#green-custom article section.area div.container div.btn a {
  display: block;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 18px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  border:1px solid #000;
  background-color: #000;
  color: #fff;
  transition: .3s;
}
div#green-custom article section.area div.container div.btn a:hover {
  background-color: #b09a58;
  border:1px solid #fff;
}
div#green-custom article section.area div.container div.btn a span {
  position: relative;
}
div#green-custom article section.area 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;
  border-left: 10px solid #fff;
}
