@charset "UTF-8";
html {
  font-size: 16px;
}

/* ==========================================================================*/
/* 全体の設定
/* ==========================================================================*/
*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: yu-gothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

a {
  color: #b22222;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#cwrap {
  width: 950px;
  margin: 0 auto;
}

/* ==========================================================================*/
/* ヘッダー
/* ==========================================================================*/
#cheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

#site-title {
  margin: 0;
  padding: 15px 0;
  display: inline-block;
}

.header-plan a {
  background-color: #997D53;
  background-image: url(../img/dir-right.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 223px;
  height: 42px;
}
.header-plan a:hover {
  background-position: center right 16px;
}

/* ==========================================================================*/
/* ナビ
/* ==========================================================================*/
#cnav ul {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cnav li {
  height: 60px;
  list-style-type: none;
  padding: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cnav a {
  border-bottom: 5px solid #F3F1EF;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0 4px 0;
  height: 100%;
}
#cnav a:hover {
  border-bottom: 5px solid #997D53;
}
#cnav .e {
  color: #997D53;
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  padding-top: 4px;
}

/* ==========================================================================*/
/* MV・バナー
/* ==========================================================================*/
#cmv,
.cbanner {
  margin: 30px auto;
}

.cbanner {
  text-align: center;
}
.cbanner img {
  margin: 0 auto;
}

/* ==========================================================================*/
/* 重要なお知らせ
/* ==========================================================================*/
.info-wrap {
  position: relative;
  border: 10px solid #F3F1EF;
  padding: 32px;
  margin: 40px 0;
}
.info-wrap:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  border: 1px solid #997D53;
  pointer-events: none;
}

.info-title {
  font-weight: bold;
  text-align: center;
  color: #786F5F;
  font-size: 20px;
  margin-bottom: 32px;
}

.info-text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.info-text p:not(:last-child) {
  margin-bottom: 16px;
}

/* ==========================================================================*/
/* コンテンツ共通
/* ==========================================================================*/
#cmain h3 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #cccbcb;
  margin-bottom: 20px;
}
#cmain h3 .en {
  color: #997D53;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
}

/* ==========================================================================*/
/* 宿泊プラン
/* ==========================================================================*/
#plan-list {
  background-color: #F3F1EF;
  width: 950px;
  margin: 20px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
#plan-list .plan {
  background-color: #fff;
  width: 300px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plan-list .plan img {
  margin-bottom: 10px;
}
#plan-list .plan .plantitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#plan-list .plan .plantitle a {
  color: #000;
  text-decoration: none;
}
#plan-list .plan p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#plan-list .plan .btn a {
  background-color: #997D53;
  background-image: url(../img/dir-right.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 280px;
  height: 40px;
}
#plan-list .plan .btn a:hover {
  background-position: center right 16px;
}

/* ==========================================================================*/
/* おすすめ
/* ==========================================================================*/
#point-list {
  width: 950px;
  margin: 20px 0 60px 0;
}
#point-list .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#point-list .point:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#point-list .point:not(:last-child) {
  border-bottom: 1px dashed #cccbcb;
}
#point-list .point:nth-child(1) .pointtitle {
  background: url(../img/point1.png) no-repeat left center;
}
#point-list .point:nth-child(2) .pointtitle {
  background: url(../img/point2.png) no-repeat left center;
}
#point-list .point:nth-child(3) .pointtitle {
  background: url(../img/point3.png) no-repeat left center;
}
#point-list .photo {
  width: 465px;
}
#point-list .text {
  width: 465px;
}
#point-list .pointtitle {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 150px;
  line-height: 1.4;
  margin: 0 0 32px 0;
}
#point-list .pointtitle a {
  color: #222;
}
#point-list p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.84;
  text-align: justify;
}

/* ==========================================================================*/
/* フッター
/* ==========================================================================*/
.f-link {
  border-top: 1px solid #cccbcb;
  width: 950px;
  margin: 40px auto 0 auto;
}
.f-link a {
  color: #333;
  display: inline-block;
  padding-inline: 16px;
  padding-block: 16px;
}
.f-link a:hover {
  color: #997D53;
}
.f-link li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  display: inline;
}
.f-link li:not(:last-child) {
  border-right: 1px solid #ddd;
}

#cfooter {
  background-color: #F3F1EF;
  color: #222;
  width: 950px;
  margin: 0 auto;
  padding: 40px 0;
}
#cfooter .flogo {
  text-align: center;
  margin: 0 0 30px 0;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
}

.f-address {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-address .photo {
  width: 200px;
}
.f-address .text {
  width: 260px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.f-address .text p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.f-bnr {
  width: 360px;
}
.f-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-bnr li {
  list-style-type: none;
  margin: 0 0 20px 0;
  width: 172px;
}/*# sourceMappingURL=style.css.map */