/*========================================================================
   yado layout
========================================================================*/
#yado #header {
  position: fixed;
  background: #efefef;
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
}
#yado #mainVisual {
  background: url(../img/yado/mainimg.jpg) no-repeat center/cover;
}
#yado #contents {
  overflow: visible;
}
#yado h2.title, #yado .left_line, #yado .pagenav {
  border-color: #9a5;
}
#yado .top_line::before,
#yado .under_line::after {
  background-color: #9a5;
}
#yado .pagenav h3 {
  color: #9a5;
}
#yado .pagenav li a.is-current {
  color: #9a5;
}
#yado .pagenav li a.is-current::before {
  background-color: #9a5;
}
#yado .pagenav li.current a {
  color: #9a5;
}
#yado .pagenav li.current a::before {
  background-color: #9a5;
}
@media screen and (min-width: 992px) {
  #yado .inner {
    width: 92% !important;
  }
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5em;
}
.layout > * {
  width: 100%;
}
.layout > *:not(:last-child) {
  margin-bottom: 1.3em;
}

.img_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.img_layout > * {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4em;
}
@media screen and (min-width: 768px) {
  .img_layout {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#honkan .rooms, #bekkan .rooms {
  background-color: rgba(153, 170, 85, 0.1);
}
#honkan .rooms .inner > *:not(:last-child), #bekkan .rooms .inner > *:not(:last-child) {
  position: relative;
  margin-bottom: 4.5em;
}
#honkan .rooms .inner > *:not(:last-child) .imgArea::after, #bekkan .rooms .inner > *:not(:last-child) .imgArea::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  border-bottom: dotted 1px #9a5;
  position: absolute;
  bottom: -2em;
  left: 10%;
}
#honkan .rooms .note, #bekkan .rooms .note {
  font-size: 0.9em;
  line-height: 1.4;
  color: #9a5;
}
#honkan .rooms .imgArea, #bekkan .rooms .imgArea {
  max-width: 660px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #honkan .rooms .layout, #bekkan .rooms .layout {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #honkan .rooms .layout:not(:last-child), #bekkan .rooms .layout:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #honkan .rooms .layout .txtArea, #bekkan .rooms .layout .txtArea {
    width: 30%;
  }
  #honkan .rooms .layout .imgArea, #bekkan .rooms .layout .imgArea {
    width: 70%;
    margin-right: -2%;
  }
  #honkan .rooms .layout .imgArea::after, #bekkan .rooms .layout .imgArea::after {
    display: none !important;
  }
  #honkan .rooms .layout:nth-of-type(2n), #bekkan .rooms .layout:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #honkan .rooms .layout:nth-of-type(2n) .imgArea, #bekkan .rooms .layout:nth-of-type(2n) .imgArea {
    margin-left: -2%;
    margin-right: 0%;
  }
}

@media screen and (min-width: 768px) {
  #bekkan .lead .layout {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
  #bekkan .lead .layout .txtArea {
    width: 38%;
  }
  #bekkan .lead .layout .imgArea {
    max-width: 600px;
    width: 60%;
  }
}

#ryoukin > *:not(:last-child) {
  margin-bottom: 2em;
}