/* CSS Document */
/* mv
---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  #mv {
    background: url(../images/mv.jpg) center center no-repeat;
    background-size: cover; }

  #mv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    background-size: 16vw auto; }

  #mv h2 {
    text-indent: -100000px;
    background: url(../images/ttl.png) center bottom -6vw no-repeat;
    background-size: 35vw; } }
@media (min-width: 1001px) {
  #mv {
    background: url(../images/mv.jpg) center center no-repeat;
    background-size: cover; }

  #mv h2 {
    text-indent: -10000px;
    overflow: hidden;
    background: url(../images/ttl.png) center center no-repeat;
    margin-left: -320px; } }
/* tbl
---------------------------------------------------------------------- */
.tbl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #a0a0a0;
  flex-wrap: wrap;
  width: 100%; }
  .tbl + .tbl {
    border-top: none; }
  .tbl dt,
  .tbl dd {
    padding: 1em;
    border-top: 1px solid #a0a0a0; }
  .tbl dt {
    color: #4d7954; }

.room_type_tbl {
  margin: 20px 0 20px; }
  .room_type_tbl > .tbl dt {
    width: 20%; }
  .room_type_tbl > .tbl dd {
    width: 80%; }

/* common
---------------------------------------------------------------------- */
.bg_pattern {
  position: absolute;
  z-index: -1; }

/* catchcopy
    ---------------------------------------------------------------------- */
.catchcopy {
  text-align: center;
  position: relative; }
  .catchcopy .bg_pattern {
    bottom: -100px;
    right: -40px; }
  .catchcopy h4 {
    color: #4D1000;
    font-size: 26px;
    letter-spacing: 3.4px;
    line-height: 1.4;
    margin-bottom: 20px; }

section .catchcopy {
  padding: 50px 0 100px; }

@media (min-width: 1001px) {
  .catchcopy {
    padding: 80px 0 240px 0; }
    .catchcopy p {
      text-align: center; } }
@media (max-width: 1000px) {
  .catchcopy {
    padding: 12vw 0 18vw 0; }
    .catchcopy .bg_pattern {
      bottom: -40vw;
      right: -20vw;
      width: 50vw; }
    .catchcopy h3 {
      margin-bottom: 6vw;
      font-size: 5.6vw;
      letter-spacing: 0.5vw; }
    .catchcopy h4 {
      font-size: 5vw; } }
/* pickup
---------------------------------------------------------------------- */
#pickup {
  position: relative; }
  #pickup::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    display: block;
    width: calc(100% - 15.63%);
    margin-right: 15.63%;
    background: url(../../images/bg2.png) center center repeat; }
  #pickup .pickup-item {
    position: relative;
    z-index: 2;
    display: flex; }
  #pickup .pickup-item--fig {
    position: relative; }
  #pickup .pickup-item--dtl {
    color: #4d7954; }
    #pickup .pickup-item--dtl .ttl {
      line-height: 1.6em; }
    #pickup .pickup-item--dtl p {
      line-height: 2.0em;
      color: #1E1E1E; }

#pickup .pickup-item--dtl p + p {
  margin-top: 1em; }

@media (min-width: 1001px) {
  #pickup {
    margin-bottom: 100px; }
    #pickup::after {
      top: -140px;
      height: calc(100% + 140px);
      min-width: calc(1200px - 50px); }
    #pickup .pickup-item {
      flex-direction: row;
      justify-content: flex-start;
      padding-bottom: 130px; }
    #pickup .pickup-item--fig {
      width: 510px; }
      #pickup .pickup-item--fig span {
        top: -15px;
        right: -35px;
        font-size: 34px; }
    #pickup .pickup-item--dtl {
      width: calc(100% - 510px);
      padding: 0 6.88% 0 90px; }
    #pickup .ttl {
      margin-bottom: 30px;
      font-size: 24px; }
    #pickup p big {
      font-size: 20px; } }
@media (max-width: 1000px) {
  #pickup {
    margin-bottom: 20vw; }
    #pickup::after {
      top: -20vw;
      height: calc(100% + 20vw); }
    #pickup .pickup-item {
      flex-direction: column;
      padding-bottom: 17vw; }
    #pickup .pickup-item--fig span {
      top: -7vw;
      left: 0;
      font-size: 7vw; }
    #pickup .pickup-item--dtl {
      padding: 10vw 20% 0 0; }
    #pickup .ttl {
      margin-bottom: 8vw;
      font-size: 6vw; } }
/* bg
---------------------------------------------------------------------- */
.rooms-bg {
  position: relative;
  padding-bottom: 100px; }
  .rooms-bg::after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 330px;
    content: "";
    display: block;
    width: calc(100% - 30%);
    height: calc(100% - 420px);
    margin-right: 30%;
    background: url(../../images/bg2.png) center center repeat; }
  .rooms-bg .rooms-item {
    position: relative;
    z-index: 2; }

#saisoncourt.rooms-bg {
  margin-bottom: 150px; }

@media (max-width: 1000px) {
  .rooms-bg::after {
    top: 56vw;
    height: calc(100% - 56vw); } }
/* room_type
    ---------------------------------------------------------------------- */
.rooms-item {
  margin-bottom: 160px;
  text-align: center; }
  .rooms-item .rooms-item--fig {
    margin-bottom: 50px; }
  .rooms-item h4 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #4d7954; }
    .rooms-item h4 span {
      font-size: 18px; }
  .rooms-item p {
    text-align: center; }
  .rooms-item table {
    width: 400px;
    margin: 30px auto; }
  .rooms-item a.cbtn {
    width: 400px;
    margin: 0 auto; }
  .rooms-item ol {
    counter-reset: item;
    margin: 0 auto; }
    .rooms-item ol li {
      text-indent: -1.3em;
      padding-left: 1.3em;
      text-align: left; }
      .rooms-item ol li:before {
        counter-increment: item;
        content: counter(item) ".";
        padding-right: 0.5em; }

@media (min-width: 1001px) {
  .rooms-item ol {
    width: 550px;
    margin-top: 20px; }
    .rooms-item ol li {
      margin-bottom: 10px; } }
@media (max-width: 1000px) {
  .rooms-item {
    margin-bottom: 30vw; }
    .rooms-item .rooms-item--fig {
      margin-bottom: 12vw; }
    .rooms-item h4 {
      font-size: 5vw;
      margin-bottom: 4vw; }
      .rooms-item h4 span {
        font-size: 4vw; }
    .rooms-item p {
      text-align: left; }
    .rooms-item table {
      width: 100%;
      margin: 6vw auto; }
    .rooms-item a.cbtn {
      width: 100%; }
    .rooms-item ol {
      margin-top: 4vw; }
      .rooms-item ol li {
        margin-bottom: 2vw; } }
.slick-dots {
  position: absolute;
  right: 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.slick-dots li {
  width: 10px;
  height: 15px;
  margin: 0 10px; }
  .slick-dots li button {
    border: 0;
    outline: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    height: 20px;
    cursor: pointer;
    color: #caccbe; }
    .slick-dots li button::before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #caccbe;
      opacity: 1;
      vertical-align: middle; }
  .slick-dots li.slick-active {
    width: 15px;
    height: 15px; }
    .slick-dots li.slick-active button::before {
      width: 15px;
      height: 15px;
      opacity: 1; }

@media (max-width: 1000px) {
  .slick-dots {
    bottom: -15px; } }
/* overview
    ---------------------------------------------------------------------- */
#overview {
  padding: 80px 0 180px;
  margin-top: 80px;
  position: relative; }
  #overview .bg_pattern {
    top: 20px;
    left: 200px; }
  #overview .overview_desc-tbl dt,
  #overview .overview_desc-tbl dd {
    padding: 25px 1em;
    border-top: none; }
  #overview .overview_desc-tbl dt {
    width: 260px; }
  #overview .overview_desc-tbl dd {
    width: calc(100% - 260px); }
  #overview .overview_desc-tbl .tbl:first-of-type {
    border-top: none; }

@media (max-width: 1000px) {
  #overview {
    padding: 12vw 0 24vw 0; }
    #overview .bg_pattern {
      top: 4vw;
      left: 10vw; }
    #overview .overview_desc-tbl .tbl {
      flex-direction: column;
      border-bottom: none; }
      #overview .overview_desc-tbl .tbl dt {
        width: 100%;
        border-top: 1px solid #a0a0a0;
        padding: 10px 1em; }
      #overview .overview_desc-tbl .tbl dd {
        width: 100%;
        border-top: 1px solid #a0a0a0; } }

/*# sourceMappingURL=style.css.map */
