@charset "utf-8";
/* 総合トップ */


/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url("../img/fv.jpg");
  background-size: cover;
  background-position: center;
}
#fv h1 {
  margin-top: -20px;
  margin-left: 20px;
  margin-right: 20px;
}
#fv img {
  max-width: 100%;
}
@media (max-width: 519px) {
  #fv {
    height: 480px;
    background-image: url("../img/fv_sp.jpg");
  }
  #fv h1 {
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #fv img {
    max-width: 100%;
  }
}




/* ---------------------------------------------------------
 * #lead
** --------------------------------------------------------- */
#lead {
  padding: 260px 20px;
  background-image: url("../img/top_lead_left.jpg"), url("../img/top_lead_right01.jpg"), url("../img/top_lead_right02.jpg"), url("../img/top_lead_bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom 110px, top 90px right 160px, top 340px right 60px, top center;
  background-size: auto, auto, auto, cover;
}
#lead .content {
}
#lead h2 {
  color: #9B8A5D;
  font-size: 28px;
}
#lead .subttl {
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  font-size: 13px;
}
#lead p {
  margin-top: 35px;
  line-height: 2;
}
@media (max-width: 1339px) {
  #lead {
    padding: calc(26000vw / 1340) 20px;
    background-image: url("../img/top_lead_left.jpg"), url("../img/top_lead_right01.jpg"), url("../img/top_lead_right02.jpg"), url("../img/top_lead_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom 110px, top 90px right calc(16000vw / 1340), top calc(34000vw / 1340) right 60px, top center;
    background-size: calc(calc(100% - 400px) / 940 * 436) auto, calc(calc(100% - 400px) / 940 * 273) auto, calc(calc(100% - 400px) / 940 * 193) auto, cover;
  }
}
@media (max-width: 519px) {
  #lead {
    padding: 60px 0 80px;
    background-image: url("../img/top_lead_bg.jpg");
    background-position: top center;
    background-size: cover;
  }
  #lead .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #lead h2 {
    font-size: 24px;
  }
  #lead p {
    margin-top: 30px;
    font-size: 14px;
  }
  #lead .img01 {
    position: relative;
    z-index: 2;
    margin-top: 60px;
  }
  #lead .img02 {
    position: relative;
    z-index: 1;
    margin-top: -126px;
    text-align: right;
  }
  #lead .img03 {
    margin-top: 60px;
    text-align: right;
  }
  #lead .img01 img {
    width: calc(25300% / 390);
  }
  #lead .img02 img {
    width: calc(15700% / 390);
  }
  #lead .img03 img {
    width: calc(29000% / 390);
  }
}




/* ---------------------------------------------------------
 * #introduction
** --------------------------------------------------------- */
#introduction {
  padding-top: 80px;
  padding-bottom: 160px;
  background-image: url("../img/top_introduction_bg.jpg");
  background-position: center;
  background-size: cover;
}
#introduction h2 {
  padding-top: 30px;
  border-top: 1px solid #E2DCCD;
  color: #B2A278;
  font-size: 13px;
}
#introduction .contents {
  display: flex;
  justify-content: flex-end;
}
#introduction .inner {
  width: calc(63000% / 1200);
  margin-top: 35px;
}
#introduction .inner > div {
}
#introduction .inner > div:not(:first-child) {
  margin-top: 60px;
}
#introduction .num {
  color: #aaa;
  font-size: 20px;
}
#introduction .ttl {
  color: #9B8A5D;
  font-size: 30px;
}
#introduction p {
  margin-top: 10px;
}
@media (max-width: 519px) {
  #introduction {
    padding-bottom: 80px;
    background-image: url("../img/top_introduction_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #introduction .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  #introduction .contents {
    display: block;
  }
  #introduction .inner {
    width: 100%;
    margin-top: 60px;
  }
  #introduction .inner > div {
  }
  #introduction .inner > div:not(:first-child) {
    margin-top: 50px;
  }
  #introduction .ttl {
    margin-top: 10px;
    font-size: 24px;
  }
  #introduction p {
    font-size: 14px;
    line-height: 2;
  }
}




/* ---------------------------------------------------------
 * #hotels
** --------------------------------------------------------- */
#hotels {
  padding: 100px 0;
}
#hotels .header {
}
#hotels .header h2 {
  padding-top: 50px;
  border-top: 1px solid #B2A278;
  color: #B2A278;
  font-size: 28px;
}
#hotels .header .subttl {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}
#hotels .contents {
  margin-top: 50px;
}
#hotels .contents > div {
  display: flex;
  align-items: center;
}
#hotels .contents > div:nth-child(2n) {
  justify-content: flex-end;
}
#hotels .contents > div:not(:first-child) {
  margin-top: 100px;
}
#hotels .img {
  width: calc(85000% / 1500);
  height: 573px;
}
#hotels .contents > div:nth-child(2n+1) .img {
  margin-right: calc(8000% / 1500);
}
#hotels .contents > div:nth-child(2n) .img {
  order: 2;
  margin-left: calc(8000% / 1500);
}
#hotels .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#hotels .content {
  width: 420px;
}
#hotels .contents > div:nth-child(2n+1) .content {
  padding-right: 20px;
}
#hotels .contents > div:nth-child(2n) .content {
  padding-left: 20px;
}
#hotels .num {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2DCCD;
  color: #888;
  font-size: 13px;
}
#hotels .num span {
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
}
#hotels .ttl {
  margin-top: 50px;
  color: #B2A278;
  font-size: 30px;
}
#hotels p {
  margin-top: 30px;
}
#hotels .btn_area {
  margin-top: 30px;
}
#hotels .btn_area a {
}
@media (max-width: 1239px) {
}
@media (max-width: 519px) {
  #hotels {
    padding: 60px 0;
  }
  #hotels .header {
  }
  #hotels .header h2 {
    padding-top: 0;
    border-top: none;
    font-size: 24px;
  }
  #hotels .contents {
    margin-top: 40px;
  }
  #hotels .contents > div {
    display: block;
  }
  #hotels .contents > div:not(:first-child) {
    margin-top: 40px;
  }
  #hotels .img {
    width: 100%;
    height: auto;
  }
  #hotels .contents > div:nth-child(2n+1) .img {
    margin-right: 0;
  }
  #hotels .contents > div:nth-child(2n) .img {
    margin-left: 0;
  }
  #hotels .img img {
    height: auto;
  }
  #hotels .content {
    width: 100%;
  }
  #hotels .contents > div:nth-child(2n+1) .content,
  #hotels .contents > div:nth-child(2n) .content {
    padding: 40px 40px 0;
  }
  #hotels .num {
    padding-bottom: 15px;
  }
  #hotels .num span {
    font-size: 24px;
  }
  #hotels .ttl {
    margin-top: 10px;
    font-size: 28px;
  }
  #hotels p {
    margin-top: 10px;
  }
  #hotels .btn_area {
    margin-top: 20px;
  }
  #hotels .btn_area a {
  }
}
@media (max-width: 360px) {
  #hotels .contents > div:nth-child(2n+1) .content,
  #hotels .contents > div:nth-child(2n) .content {
    padding: 40px 20px 0;
  }
}