@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
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: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #002A80;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#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 {
  margin-top: 15px;
  font-weight: 500;
  width: 224px;
  height: 44px;
}
.header-plan a {
  background-color: #002A80;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}
.header-plan a:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-plan a:hover:after {
  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 #E9F8F9;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  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;
  background-color: #fff;
  padding: 7px 0 4px 0;
  height: 100%;
}
#cnav a:hover {
  border-bottom: 5px solid #9E885E;
}
#cnav a:hover .e {
  color: #9E885E;
}
#cnav .e {
  color: #9C8D6D;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Futura, "Century Gothic";
  display: block;
  padding-top: 5px;
  letter-spacing: 0.08em;
}

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

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

/* ==========================================================================*/
/* コンテンツ共通
/* ==========================================================================*/
#cmain h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #cccbcb;
  margin-bottom: 20px;
  letter-spacing: 0.045em;
}
#cmain h3 .en {
  color: #9C8D6D;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Futura, "Century Gothic";
  letter-spacing: 0.08em;
  display: block;
  padding: 4px 0 10px 0;
  letter-spacing: 1px;
}

/* ==========================================================================*/
/* 宿泊プラン
/* ==========================================================================*/
#plan-list {
  background-color: #E9F8F9;
  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 60px 10px;
  position: relative;
}
#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: 700;
}
#plan-list .plan .plantitle a {
  color: #002A80;
  text-decoration: none;
}
#plan-list .plan p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 24px;
  text-align: justify;
}
#plan-list .plan .btn {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 280px;
  height: 38px;
}
#plan-list .plan .btn a {
  background-color: #002A80;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}
#plan-list .plan .btn a:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#plan-list .plan .btn a:hover:after {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#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;
  text-align: justify;
}
#point-list .pointtitle {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 150px;
  line-height: 1.65;
  margin: 0 0 30px 0;
  font-weight: 700;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#point-list .pointtitle a {
  color: #333;
}
#point-list p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.84;
  text-align: justify;
}
#point-list .btn {
  font-size: 16px;
  font-size: 1rem;
}

/* ==========================================================================*/
/* フッター
/* ==========================================================================*/
.f-link {
  border-top: 1px solid #cccbcb;
  width: 950px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.f-link a {
  color: #333;
}
.f-link li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
}
.f-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.f-link li a:before {
  background: #002A80;
  content: "";
  display: inline-block;
  height: 2px;
  width: 8px;
}

#cfooter {
  background-color: #E9F8F9;
  color: #000;
  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;
  padding: 0 30px;
}

.f-address {
  float: left;
  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: 14px;
  font-size: 0.875rem;
}
.f-address .text p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.f-bnr {
  width: 360px;
}
.f-bnr li {
  list-style-type: none;
  margin: 0 0 20px 0;
  float: left;
}
.f-bnr li:nth-child(2) {
  margin-left: 15px;
}