@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-cuisine-rak.jpg?250507);
}
div#green-custom article section.japanese,
div#green-custom article section.dinner {
  padding: 90px 0 20px;
}
div#green-custom article section.breakfast {
  padding: 90px 0 40px;
}
section#under-slide-wrap {
  width:100%;
	max-width: 1160px;
  margin-bottom: 100px;
}
section#under-slide-wrap div.spring-slide {
  margin-bottom: 10px;
}
section#under-slide-wrap div.spring-slide div.pic {
  position: relative;
	margin-bottom: 80px;
}
section#under-slide-wrap div.spring-slide div.pic div {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 20px 0 30px;
    opacity: 0;
    text-align: center;
}
section#under-slide-wrap div.spring-slide div.pic.slick-current div {
  opacity:1;
}
section#under-slide-wrap div.spring-slide div.pic div h3 {
  width:30%;
  margin:0 auto 8px;
  padding:0.8em 0.3em  0.8em 0.8em ;
  background-color: #fff;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color:#000;
  white-space: nowrap;
}
section#under-slide-wrap div.spring-slide div.pic div h3 span.gold {
  color:#b09a58;
}
section#under-slide-wrap div.spring-slide div.pic div h3 span.small {
  font-size: 0.7em;
}
section#under-slide-wrap div.spring-slide div.pic div p {
  width:100%;
  font-size: 1.5rem;
  line-height:1.6;
  color:#000;
}
section#under-slide-wrap .slick-slide {
  transition: .3s ease;
  transform: scale(.85);
  transform-origin: 100% 50%;
}
section#under-slide-wrap .slick-current {
  transform: scale(1);
  transform-origin: 50% 50%;
}
section#under-slide-wrap .slick-current + .slick-slide {
  transform-origin: 0 50%;
}
section#under-slide-wrap div.spring-slide .next {
  position: absolute;
  top: 40%;
  right: 25px;
  width:50px;
  height:50px;
  background-image: url(https://www.green-hotel.jp/wp-content/themes/html5blank-stable/img/hotspring/next.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section#under-slide-wrap div.spring-slide .prev {
  position: absolute;
  top: 40%;
  left: 25px;
  width:50px;
  height:50px;
  background-image: url(https://www.green-hotel.jp/wp-content/themes/html5blank-stable/img/hotspring/prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section#under-slide-wrap .slick-dots li {
    width: 11.6%;
    height: 3px;
    margin: 0 3px;
}
section#under-slide-wrap .slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 3px;
}
section#under-slide-wrap .slick-dots li button:before {
    width: 100%;
    height: 3px;
    background-color: #143e41;
    content: "";
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section#under-slide-wrap .slick-dots li.slick-active button:before {
		opacity: .75;
}
div#green-custom article section.dinner div.container div.course,
div#green-custom article section.breakfast div.container div.course {
  width:100%;
  padding: 50px 65px 40px;
  border:1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
div#green-custom article section.dinner div.container div.course div.menu,
div#green-custom article section.breakfast div.container div.course div.menu {
  width:46.7%;
  text-align: center;
}
div#green-custom article section.dinner div.container div.course figure,
div#green-custom article section.breakfast div.container div.course figure {
  width:50.4%;
}
div#green-custom article section.dinner div.container div.course figure img,
div#green-custom article section.breakfast div.container div.course figure img {
  width:100%;
}
div#green-custom article section.breakfast div.container div.course figure p.remark {
  font-size:1.4rem;
  text-align: right;
  margin-top:5px;
}
div#green-custom article section.dinner div.container div.course div.menu span.season,
div#green-custom article section.breakfast div.container div.course div.menu span.season {
  display: inline-block;
  padding: 0.24em 1em;
  background-color: #b09a58;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color:#fff;
  margin-bottom: 18px;
}
div#green-custom article section.dinner div.container div.course div.menu h3,
div#green-custom article section.breakfast div.container div.course div.menu h3 {
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom:28px;
  margin-bottom: 28px;
  position: relative;
}
div#green-custom article section.dinner div.container div.course div.menu h3:after,
div#green-custom article section.breakfast div.container div.course div.menu h3:after {
  position: absolute;
  bottom:0;
  left: 50%;
  content: "";
  width:8px;
  height:8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #b09a58;
}
div#green-custom article section.dinner div.container div.course div.menu ul.price-list,
div#green-custom article section.breakfast div.container div.course div.menu ul.price-list {
  width:100%;
  background-color:#f5f5f5;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 8px;
}
div#green-custom article section.dinner div.container div.course div.menu ul.price-list li,
div#green-custom article section.breakfast div.container div.course div.menu ul.price-list li {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  margin: 15px 0;
}
div#green-custom article section.dinner div.container div.course div.menu ul.price-list li span.item,
div#green-custom article section.breakfast div.container div.course div.menu ul.price-list li span.item {
  width:14%;
	line-height: 1.2;
}
div#green-custom article section.dinner div.container div.course div.menu ul.price-list li span.fee,
div#green-custom article section.breakfast div.container div.course div.menu ul.price-list li span.fee {
  width:72%;
	line-height: 1.2;
}
div#green-custom article section.dinner div.container div.course div.menu p.remark,
div#green-custom article section.breakfast div.container div.course div.menu p.remark {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
}
div#green-custom article section.dinner div.container div.other,
div#green-custom article section.breakfast div.container div.other {
  width:100%;
  padding: 35px 65px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
div#green-custom article section.dinner div.container div.other div.place {
  width:100%;
  margin-bottom: 40px;
}
div#green-custom article section.breakfast div.container div.other div.place {
  width:48%;
}
div#green-custom article section.dinner div.container div.other div.place div.dinner-place {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#green-custom article section.dinner div.container div.other div.place p {
  margin-bottom: 15px;
}
div#green-custom article section.dinner div.container div.other div.place div.private {
  width:48.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
div#green-custom article section.dinner div.container div.other div.place div.private figure {
  width:45%;
}
div#green-custom article section.dinner div.container div.other div.place div.private figure img {
  width:100%;
}
div#green-custom article section.dinner div.container div.other div.place div.private div {
  width:52%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
div#green-custom article section.dinner div.container div.other div.place div.private div span {
  display: block;
  width:100%;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.57;
  margin-bottom: 5px;
}
div#green-custom article section.dinner div.container div.other ul.child {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
div#green-custom article section.dinner div.container div.other ul.child li {
  width:48.5%;
  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.dinner div.container div.other ul.child li span.item {
  width:20%;
  text-align: center;
  line-height: 1.28;
}
div#green-custom article section.dinner div.container div.other ul.child li span.desc {
  width:80%;
  padding: 15px;
  background-color: #fff;
}
div#green-custom article section.dinner div.container div.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div#green-custom article section.dinner div.container div.btn a,
div#green-custom article section.breakfast 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.breakfast div.container div.btn a.reserve {
  margin:0 auto;
}
div#green-custom article section.dinner div.container div.btn a.more {
  background-color: #fff;
  color: #000;
}
div#green-custom article section.dinner div.container div.btn a.more:hover {
  background-color: #b09a58;
  color: #fff;
  border:1px solid #fff;
}
div#green-custom article section.dinner div.container div.btn a.reserve,
div#green-custom article section.breakfast div.container div.btn a.reserve {
  background-color: #111;
  color: #fff;
}
div#green-custom article section.dinner div.container div.btn a.reserve:hover,
div#green-custom article section.breakfast div.container div.btn a.reserve:hover {
  background-color: #b09a58;
  border:1px solid #fff;
}
div#green-custom article section.dinner div.container div.btn a span,
div#green-custom article section.breakfast div.container div.btn a span {
  position: relative;
}
div#green-custom article section.dinner div.container div.btn a span:before,
div#green-custom article section.breakfast 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.dinner div.container div.btn a.more span:before {
  border-left: 10px solid #111;
}
div#green-custom article section.dinner div.container div.btn a.more:hover span:before {
  border-left: 10px solid #fff;
}
div#green-custom article section.dinner div.container div.btn a.reserve span:before,
div#green-custom article section.breakfast div.container div.btn a.reserve span:before {
  border-left: 10px solid #fff;
}
div#green-custom article section.toji div.container ul li span {
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    text-align: left;
    font-size: 0.9em;
}
