@charset "utf-8";
/* reset */
blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,main,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}.cf,.cf:after,main,section{display:block}a:link,a:visited,del,ins{text-decoration:none}table{border-collapse:collapse;width:100%}fieldset,img{border:0;vertical-align:top}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}.cf:after{content:".";height:0;clear:both;visibility:hidden;font-size:.1em}.cf{zoom:1}ul.col{letter-spacing:-.5em}ul.col li{display:inline-block;vertical-align:top;letter-spacing:.06em}* html .cf{height:1%}a:link,a:visited{backface-visibility:hidden;-webkit-backface-visibility:hidden;color:#272638;}:focus,a:focus,a:hover{outline:0}img{max-width:100%;height:auto;width:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.04vw;
  letter-spacing: 0.01em;
  color: #303030;
  word-wrap: break-word;
  background-color: #f3f3f3;
  -webkit-text-size-adjust: 100%;
}

.serif {
  font-family: "Noto Serif JP", serif;
}
.en-serif {
  font-family: "Baskervville", serif;
}
.en {
  font-family: "Outfit", sans-serif;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}

.sup li {
  font-size: 0.82em;
  line-height: 1.5;
}
.indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.sup-wrap {
  padding: 1em 0.5em;
}
.sup-wrap li {
  line-height: 1.5;
  padding-bottom: 5px;
}
.unit {
  font-size: 60%;
  vertical-align: top;
  padding-right: 4px;
}

/* header */
#head #sp-btn,
#nav-anchor-fix {
  text-align: center;
  position: fixed;
  top: 0;
  height: 4.6em;
}
#nav-anchor-fix {
  transition: .4s;
  pointer-events: none;
}
#head #accordion dt,
#nav-anchor-fix.fixed .head-reserve-wrap,
.fixed,
.fixed #anchor-site-id {
  opacity: 1;
}

#nav-anchor-fix.fixed {
  pointer-events: auto;
}

#nav-anchor-fix .head-reserve-wrap #br,
#nav-anchor-fix .head-reserve-wrap #dp {
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  line-height: 37px;
  border-radius: 3px;
}

#head {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  background: 0 0;
}

#head #sp-btn {
  transition: .5s;
  background-color: #161616;
  width: 4.6em;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

#head #site-id {
  margin-left: 2em;
  margin-top: 1.5em;
  width: 12em;
}

#head #site-id img {
  width: 100%;
}

#head #site-id a {
  display: inline-block;
}

#head #accordion {
  position: absolute;
  z-index: 1;
  right: 7em;
  top: 1.6em;
}

#head #accordion li {
  margin-left: 1em;
}

#head #accordion dt {
  color: #000;
  font-size: 1em;
  cursor: pointer;
  border-bottom: 1px solid #161616;
  padding-left: 0.5em;
  padding-right: 0.5em;
  letter-spacing: .02em;
	padding-bottom: 0.2em;
}

#head #accordion dd {
  background-color: #161616;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.8em;
  display: none;
  border-radius: 0 0 5px 5px;
}

#head #accordion dd a {
  color: #fff;
  font-size: 0.75em;
  display: block;
}

#head #accordion dd a:hover {
  opacity: .8;
}

#head #accordion dd li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #626262;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#head #accordion dd li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#head .menu-trigger,
#head .menu-trigger span {
  display: inline-block;
  transition: .4s;
  box-sizing: border-box;
}

#head .menu-trigger {
  position: relative;
  width: 2em;
  margin-top: 1.78em;
}

#head .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#head .menu-trigger span:first-of-type {
  top: 0;
}

#head .menu-trigger span:nth-of-type(2) {
  top: 0.56em;
}

#head .menu-trigger span:nth-of-type(3) {
  top: 1.08em;
}

#head #sp-btn.active .menu-trigger span:first-of-type {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#head #sp-btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

#head #sp-btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  top: 1.3em;
}

#head #sp-btn.active {
  background-color: #3330;
  right: 0.6em;
}

#nav-anchor {
  width: 100%;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.4em;
  z-index: 4;
  transition: opacity .4s;
}

#nav-anchor li:after {
  content: "/";
  color: #000;
  font-size: 0.85em;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

#nav-anchor li:last-child:after,
#nav-anchor-fix li:last-child:after {
  display: none;
}

#nav-anchor li a {
  font-size: 16px;
  letter-spacing: .01em;
  color: #000;
}

#nav-anchor li a:hover,
#nav-anchor-fix li a:hover {
  text-decoration: underline;
}

#nav-anchor-fix {
  width: 100%;
  background-color: #fff;
  z-index: 4;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
}

#anchor-site-id,
.fixed #anchor-site-id {
  width: 8em;
  left: 1.8em;
  top: 1.65em;
  position: absolute;
}

#nav-anchor-fix li:after {
  content: "/";
  color: #838383;
  font-size: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

#nav-anchor-fix li a {
  font-size: 0.7em;
  letter-spacing: 0em;
}





#nav-anchor-fix ul {
  text-align: left;
  padding-left: 11.5em;
  padding-top: 1.2em;
}

#nav-anchor-fix.fixed {
  opacity: 1;
}

#nav-anchor-fix .head-reserve-wrap {
  position: absolute;
  right: 90px;
  top: 20px;
  width: 290px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

#nav-anchor-fix .head-reserve-wrap a {
  color: #fff;
}

#nav-anchor-fix .head-reserve-wrap #dp {
  width: 145px;
  background: #3e81cd;
  color: #fff;
  margin-right: 5px;
  position: relative;
  padding-left: 17px;
}

#nav-anchor-fix .head-reserve-wrap #br {
  width: 100px;
  background: #f36319;
  color: #fff;
  padding-left: 12px;
}

#nav-anchor-fix .head-reserve-wrap #br:hover {
  background: #e04808;
}

#nav-anchor-fix .head-reserve-wrap #dp:hover {
  background: #3269a9;
}

.highlight {
  background: linear-gradient(transparent 40%, #f6ff5f 40%);
}
.pop-up {
  display: none;
}

article .btn-link a {
  font-size: 0.8em;
  display: block;
  border: #303030 solid 2px;
  line-height: 1em;
  width: 10em;
  text-align: center;
  margin: 1em auto;
  padding: 0.8em 0 0.7em;
  border-radius: 40px;
  letter-spacing: 0;
  font-weight: 600;
  transition: .4s;
}
article .btn-link a:hover {
  transition: .4s;
  background: #303030;
  color: #fff;
}

/* layout */

.wrap {
  overflow-y: hidden;
}
article {
  clear: both;
  padding-top: 1px;
}
.wrap.active {
  overflow: hidden;
  height: 100vh;
}

.inner {
  max-width: 1600px;
  width: 82%;
  margin: auto;
}
.slide-inner {
  max-width: 1600px;
  width: 82%;
  margin: auto;
}
.inner-mid {
  max-width: 1200px;
  width: 64%;
  margin: auto;
}
.inner-min {
  max-width: 900px;
  width: 50%;
  margin: auto;
}
.link-blank {
  margin-top: 1em;
  position: relative;
  padding-left: 28px;
}
.ico-blank {
  width: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
.link-blank a {
  text-decoration: underline;
  color: #928a73;
  transition: .4s;
}
.link-blank a:hover {
  color: #000;
  transition: .4s;
}

/* hero */
#hero {
  animation: fadeIn 1.2s ease 1.2s forwards;
  height: 100vh;
  opacity: 0;
  overflow: visible;
  background-image: none;
}
#hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0px;
  z-index: -1;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.hero-bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.hero-bg img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  top: auto;
  text-align: center;
  bottom: 0px;
  z-index: 2;
  right: 3em;
}
.hero-copy h2 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 50px;
  color: #fff;
  text-align: right;
  width: 600px;
}
.hero-copy h2 .en-serif {
  font-size: 3.6em;
  display: block;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.9;
}
.hero-copy h2 .sub {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: #fff 2px solid;
  padding-top: 0.5em;
  margin-top: 0.8em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#hero:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 36%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}

/* breadcrumb */
.breadcrumb li,
.breadcrumb li:after {
  display: inline-block
}
.breadcrumb {
  font-size: 12px;
  margin: 40px auto
}
.breadcrumb li:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle
}
.breadcrumb li:last-child:after {
  display: none
}
.breadcrumb a {
  text-decoration: underline
}

/* section */
.l-sec {
  padding: 6em 0;
}

.page-leadcopy {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  padding: 60px 0 0;
  font-weight: 500;
}
.page-sub-leadcopy {
  font-size: 18px;
  padding-bottom: 10px;
  text-align: center;
}

.sec-title-en {
  font-size: 2em;
  font-weight: 500;
}
.sec-title-wrap {
  padding-bottom: 4em;
}

/* info-table */
.info-table table {
  width: 100%;
  margin: 32px 0;
  border-bottom: #c2c2c2 solid 1px;
}
.info-table tbody th,
.info-table tbody td {
  line-height: 1.6;
  padding: 15px 15px 13px;
  font-weight: 500;
  border-top: #c2c2c2 solid 1px;
}
.info-table tbody th {
  font-weight: 600;
  vertical-align: top;
  width: 7em;
}
.info-table table ul {
  padding-top: 0.4em;
}
.info-table table ul li {
  padding-bottom: 2px;
}
.info-table table dl {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #c2c2c2 dotted 1px;
}
.info-table table dt {
  float: left;
  width: 6em;
}
.info-table table dd {
  padding-left: 7em;
}
.info-table table dl.dl-last {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.info-table table thead th,
.info-table table thead td {
  padding: 1em 0.6em;
  text-align: center;
  font-weight: 600;
  border-top: #c2c2c2 solid 2px;
  background: #fbfbfb;
}
.info-table table td.price {
  text-align: center;
}
.info-table table td.size {
  font-size: 0.9em;
}

/* items */
.item-cat {
  text-align: center;
  margin-bottom: 0.6em;
}
.item-cat span {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 auto;
  line-height: 1em;
  border-bottom: #303030 solid 1px;
  padding: 0 0.5em 0.6em;
}

/* -col1 */
.items.-col1 .item-title {
  font-size: 1.8em;
  text-align: center;
  padding: 0 0 1em;
  font-weight: 500;
}
.items.-col1 .item-leadcopy {
  font-size: 1.2em;
  text-align: center;
  padding: 0em 0 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.items.-col1 .item-pic {
  margin-bottom: 5em;
}
.items.-col1 .item-pic img {
  border-radius: 20px;
  width: 100%;
}

/* -col2 */
.items.-col2 .item {
  width: calc(50% - 36px);
}
.item.-col2 {
  margin-bottom: 6em;
}
.item.-col2.last {
  margin-bottom: 0em;
}
.item.-col2 .item {
  width: calc(50% - 24px);
}
.item.-col2 .item-tmb {
  width: 50%;
}
.item.-col2.w7-3 .item-tmb {
  width: 30%;
}
.item.-col2.w7-3 .item-summary {
  width: 70%;
}

.item.-col2 .item-tmb img {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 1.5em;
}
.item.-col2 .item-summary {
  width: 50%;
}
.item.-col2 .item-summary .item-summary-inner {
  padding: 5em;
}
.item.-col2.w7-3 .item-summary .item-summary-inner {
  padding: 2em 5em;
}
.item.-col2 .item-tmb p {
  font-size: 0.8em;
  line-height: 1.85;
  padding-top: 1em;
  text-align: center;
}
.item.-col2 .item-title {
  font-size: 1.4em;
  padding-bottom: 0.8em;
}
.item.-col2.w7-3 .item-title {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
.item.-col2 .item-title-line {
  width: 5em;
  height: 1px;
  background: #303030;
  margin-bottom: 1.4em;
}
.item.-col2 p {
  font-size: 0.95em;
  line-height: 1.85;
}

.item.-col2-l {
  margin-bottom: 12em;
  position: relative;
  width: 82%;
}
.item.-col2-l .item-tmb {
  width: 100%;
}
.item.-col2-l .item-tmb img {
  border-radius: 0 10px 0 0;
}
.item.-col2-l .item-summary-inner {
  background: #f3f3f3;
  padding: 50px 60px;
  position: absolute;
  bottom: -14%;
  right: -16%;
  width: 40%;
  border-radius: 10px;
  left: auto;
}
.item.-col2-l .item-title {
  font-size: 1.4em;
  padding-bottom: 1em;
  letter-spacing: 0.08em;
}
.item.-col2-l .item-summary-inner p {
  font-size: 0.9em;
  line-height: 1.9;
}
.item.-col2-l.reverse {
  width: 82%;
  margin-left: 18%;
}
.item.-col2-l.reverse .item-tmb img {
  border-radius: 10px 0 0 10px;
}
.item.-col2-l.reverse .item-summary-inner {
  left: -16%;
  right: auto;
}
.item.-col2-l.last {
  margin-bottom: 0em;
}

/* -col3 */
.items.-col3 .item {
  width: calc(33.333% - 1.5em);
}
.items.-col3 .item-cat span {
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
}
.items.-col3 .item .item-tmb img {
  border-radius: 10px;
  width: 100%;
}
.items.-col3 .item .item-title {
  font-size: 1em;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.items.-col3 .item p {
  font-size: 0.84em;
  line-height: 1.8;
}
.items.-col3 .item .item-summary {
  padding: 1.4em 0.7em;
}

/* -col4 */
.items.-col4 .item {
  width: calc(25% - 1em);
}
.items.-col4 .item-cat span {
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
}
.items.-col4 .item .item-tmb img {
  border-radius: 10px;
  width: 100%;
}
.items.-col4 .item .item-title {
  font-size: 1em;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.items.-col4 .item p {
  font-size: 0.78em;
  line-height: 1.8;
}
.items.-col4 .item .item-summary {
  padding: 1.4em 0.7em;
}

/* -panel */
.items.panel .item .item-tmb img {
  border-radius: 10px 10px 0 0;
}
.items.panel .item {
  background: #fff;
  border-radius: 10px;
}
.items.panel .item .item-summary {
  padding: 1.8em;
}

/* modaal */
.modaal-wrapper .modaal-close {
  display: none !important;
}
.modaal-overlay {
  background-color: #e1e1e1 !important;
}
.modaal-content-container {
  padding: 60px !important;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: auto;
}
.modaal-container {
  max-width: 780px !important;
}

.modaal-container .btn-parent {
  margin-top: 40px;
}
.modaal-container .btn-item {
  width: 50%;
  margin: 0 auto;
}
.modaal-container .btn-item a {
  display: block;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  transition: 0.4s;
}
.modaal-container .btn-item a:hover {
  opacity: 0.5;
}
.modaal-container .coution {
  font-weight: 400;
  padding-top: 24px;
  text-align: center;
}
.contents .txt .coution p {
  text-align: center;
  padding: 0;
  line-height: 1.6em;
  font-size: 14px;
}
.modaal-container .btn-item.activity-detail a {
  background: #a99b82;
}
.modaal-container .btn-item.activity-reserve a {
  background: #f36319;
}
.modaal-container .btn-wrap {
  margin: 40px auto 0;
  width: 50%;
}
.modaal-container .btn-wrap .btn-item {
  width: 100%;
  margin: 0 auto;
}
.modaal-container .policy {
  padding: 24px;
  background: #efefef;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6em;
}
.modaal-container .policy strong {
  font-weight: 600;
}
.modal-hero img {
  border-radius: 12px 12px 0 0;
}
.modal-content {
  border-radius: 12px;
  background: #fff;
}
.modal-detail {
  padding: 4em;
}
.modal-detail-title {
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 1.3em;
}

.modal-detail .close {
  margin: 50px auto 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  background-image: url("../images/close_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 2px;
  padding-bottom: 2px;
  background-size: 15px;
  padding-left: 8px;
  width: 6em;
  display: block;
}
.modal-detail .btn {
  text-align: center;
  padding: 30px 0 0;
}
.modal-detail .btn a {
  display: inline-block;
  background: #a89776;
  padding: 1em 2em 0.9em;
  border-radius: 40px;
  font-size: 0.9em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  transition: .4s;
}
.modal-detail .btn a:hover {
  background: #333;
  color: #fff;
  transition: .4s;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ================== ハンバーガーメニュー・予約ボタン ================== */

.modal-menu {
  width: 36%;
  background: #2b825c;
  right: -36%;
  position: fixed;
  padding: 2em;
  color: #fff;
  z-index: 4;
  box-sizing: border-box;
  transition: .6s;
  height: 100%;
  overflow: auto;
}

.modal-menu.active {
  right: 0;
}

.modal-menu.green .modal-menu-season ul li.select-green {
  color: #17807c;
}

.modal-menu.winter .modal-menu-season ul li.select-winter {
  color: #0a4d95;
}

.modal-green-menu ul li,
.modal-winter-menu ul li {
  width: calc(50% - 6px);
}
.modal-green-menu .primary ul li,
.modal-winter-menu .primary ul li {
  width: 100%;
}
ul.primary {
  padding: 1.5em 0.5em 4em;
}

.modal-green-menu li a {
  border-bottom: 1px solid #ffffff33;
}

.modal-menu.green .modal-winter-menu,
.modal-menu.winter .modal-green-menu {
  opacity: 0;
  pointer-events: none;
}

.modal-menu.green .modal-green-menu,
.modal-menu.winter .modal-winter-menu {
  opacity: 1;
}

.modal-green-menu,
.modal-winter-menu {
  opacity: 1;
  position: absolute;
  width: 80%;
  top: 10em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-green-menu ul,
.modal-winter-menu ul {
  display: block;
}
.modal-green-menu ul.global li,
.modal-winter-menu ul.global li {
  width: 100%;
}
.modal-green-menu .global li a,
.modal-winter-menu .global li a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.6em;
  font-size: 0.94em;
  font-weight: 600;
  color: #fff;
  line-height: 1.6em;
  box-sizing: border-box;
}

/* サブメニューはデフォルト非表示 */
.global .has-sub .toggle_txt {
  display: none;
  padding: 1em 0;
  border-bottom: 1px solid #ffffff33;
}

/* トリガー部分の見た目 */
.global .accordion-trigger {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 16px;
  padding: 0.64em;
  font-size: 0.96em;
  font-weight: 600;
  color: #fff;
  line-height: 1.6em;
  border-bottom: 1px solid #ffffff33;
}

.modal-green-menu .global li .modal-menu-title-sub a,
.modal-winter-menu .global li .modal-menu-title-sub a {
  padding: 0.3em;
  font-size: 0.84em;
  padding-left: 1.6em;
  border: none;
}

/* 矢印（＋ / −） */
.global .accordion-trigger::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
}

.global .has-sub.is-open .accordion-trigger::after {
  content: "－";
}

.modal-green-menu .primary li,
.modal-winter-menu .primary li {
  width: 100%;
}

.modal-green-menu .primary li a,
.modal-winter-menu .primary li a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.4em;
  font-size: 0.85em;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}
.modal-green-menu .primary li a {
  border-bottom: none;
  font-weight: 400;
}
.modal-winter-menu .primary li a {
  border-bottom: none;
  font-weight: 400;
	line-height: 1.3em;
}

#head #sp-btn.color-w.active {
  background-color: #3330;
}
#head #sp-btn.color-w.active .menu-trigger span {
  background-color: #fff;
}

.modal-menu-logo {
  width: 10em;
  margin: 0 auto 1.5em;
}
.modal-menu-season ul {
  display: flex;
  justify-content: space-between;
  width: 54%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  font-weight: 600;
}
.modal-menu-season ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: .3s ease;
  z-index: 1;
}

.modal-menu.green .modal-menu-season ul::before {
  transform: translateX(0%);
}

/* Winter のとき → 右へ */
.modal-menu.winter .modal-menu-season ul::before {
  transform: translateX(100%);
}
.modal-menu-season ul li a {
  color: #fff;
}
.modal-menu-season ul li {
  width: 50%;
  text-align: center;
  padding: 6px 5px 5px;
  font-size: 0.88em;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* アクティブ色 */
.modal-menu.green .select-green {
  color: #17807c;
}
.modal-menu.winter .select-winter {
  color: #0a4d95;
}
.modal-menu.active.green {
  background: rgb(22 135 131 / 94%);
}
.modal-menu.green {
  background: rgb(22 135 131 / 94%);
}
.modal-menu.active.winter {
  background: rgb(9 81 157 / 94%);
}
.modal-menu.winter {
  background: rgb(9 81 157 / 94%);
}

.modal-winter-menu li a {
  border-bottom: 1px solid #ffffff33;
}
.modal-menu.winter .modal-menu-season ul li.select-winter a {
  color: #3a5b96;
}
ul.modal-lang {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-bottom: 1.5em;
}
.modal-green-menu ul.modal-lang li,
.modal-winter-menu ul.modal-lang li {
  width: auto;
}
.modal-winter-menu .modal-lang li a,
.modal-green-menu .modal-lang li a {
  border-bottom: none;
  font-size: 0.78em;
  font-weight: 600;
  color: #fff;
  padding-bottom: 0.3em;
}
.is-lang-select {
  border-bottom: #fff solid 2px;
}

#nav-anchor-fix .head-reserve-wrap {
  width: 30em;
  top: 1.2em;
  justify-content: flex-end;
  right: 5.5em;
}
#nav-anchor-fix .head-reserve-wrap a {
  color: #fff;
  background: #333;
  padding: 0.6em 1em 0.6em;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  align-items: center;
}

#nav-anchor-fix .head-reserve-wrap #dp a {
  background: #3e81cd;
  color: #fff;
  transition: .4s;
  position: relative;
  padding: 0.6em 1em 0.6em;
}
#nav-anchor-fix .head-reserve-wrap #br,
#nav-anchor-fix .head-reserve-wrap #dp,
#nav-anchor-fix .head-reserve-wrap #car {
  font-size: 0.72em;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  border-radius: 0;
  width: auto;
  background: none;
  color: #fff;
  margin-right: 0.6em;
  position: relative;
  padding-left: 0px;
}
.foot-reserve-wrap-sp {
  display: block;
  position: relative;
  margin-right: 0.6em;
}
.ico-plane,
.ico-stay,
.ico-car {
  display: block;
  position: relative;
  margin-right: 0.6em;
}
.ico-plane {
  width: 1.5em;
  top: auto;
  left: auto;
}
.ico-car {
  width: 1.5em;
  top: auto;
  left: auto;
}
.ico-stay {
  width: 1.5em;
  top: auto;
  left: auto;
}
#nav-anchor-fix .head-reserve-wrap a {
  transition: .4s;
}
#nav-anchor-fix .head-reserve-wrap #br a {
  background: #ff6432;
}
#nav-anchor-fix .head-reserve-wrap #dp a {
  background: #3e81cd;
}
#nav-anchor-fix .head-reserve-wrap #car a {
  background: #50b2af;
}

#nav-anchor-fix .head-reserve-wrap #br a:hover {
  background: #000;
}
#nav-anchor-fix .head-reserve-wrap #dp a:hover {
  background: #000;
}
#nav-anchor-fix .head-reserve-wrap #car a:hover {
  background: #000;
}

.summer .global-winter {
  display: none;
}
.summer .global-summer {
  display: block;
}
.winter .global-winter {
  display: block;
}
.winter .global-summer {
  display: none;
}

/* footer */

.foot-reserve-wrap-sp #dp,
footer {
  position: relative;
  text-align: center;
}

.foot-reserve-wrap-sp #br,
.foot-reserve-wrap-sp #dp {
  width: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  transition: .4s;
  text-align: center;
}

footer {
  padding: 10em 0 2em;
  background: #fff;
  overflow: hidden;
}

.footer-siteid {
  width: 18em;
  margin: 0 auto 1em;
}

footer p {
  font-size: 0.9em;
  padding-bottom: 3em;
}
.foot-nav {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  font-size: 0.8em;
}

.foot-nav li {
  display: inline-block;
}

.foot-nav li a {
  transition: .4s;
}

.foot-nav li a:hover {
  text-decoration: underline;
  transition: .4s;
}

.foot-nav li:after {
  content: "/";
  padding: 0 8px;
}

.foot-nav li:last-child:after {
  display: none;
}

.copyright {
  font-size: 12px;
  padding-top: 24px;
}

.hoshino-groop {
  width: 32em;
  margin: 0 auto;
}

.hoshino-groop li {
  width: calc(16.666% - 22px);
  position: relative;
}

.hoshino-groop li img {
  vertical-align: bottom;
}

.foot-reserve-wrap-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: .5s;
  z-index: 4;
}

.foot-reserve-wrap-inner {
  display: flex;
  justify-content: space-between;
  transition: .5s;
  position: fixed;
  width: 100%;
}

.foot-reserve-wrap-sp #br .ico-stay,
.foot-reserve-wrap-inner .ico-plane,
.foot-reserve-wrap-inner .ico-stay {
  display: block;
  position: absolute;
}

.hoshino-groop-reserve a {
  font-size: 1em;
  display: block;
  font-weight: 600;
}

.hoshino-groop-reserve.btn-link a {
  color: #161616;
}

.btn-link a:after {
  border-top: 1px solid #161616;
  border-right: 1px solid #161616;
}

.hoshino-groop-reserve.btn-link a:before {
  content: "";
  position: absolute;
  right: -36px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  transition: .4s;
}

.hoshino-groop-reserve.btn-link a:hover:before {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  background: #161616;
  transition: .4s;
}

.foot-reserve-wrap-sp a {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 14px 0;
  align-items: center;
}

.foot-reserve-wrap-sp #dp {
  background: #4e5399;
}

.foot-reserve-wrap-sp #br {
  background: #f36319;
}

.foot-reserve-wrap-inner .ico-stay {
  width: 17px;
  top: 9px;
  left: 10px;
}

.foot-reserve-wrap-inner .ico-plane {
  width: 20px;
  top: 13px;
  left: 10px;
}

.foot-reserve-wrap-sp #br .ico-stay {
  width: 18px;
  top: 19px;
  left: 20px;
}

.foot-reserve-wrap-sp #dp .ico-plane {
  display: block;
  position: absolute;
  width: 22px;
  top: 24px;
  left: 15px;
}

.foot-reserve-wrap-sp #br {
  width: 33.33333%;
  background: #f36319;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  transition: 0.4s;
  text-align: center;
}
.foot-reserve-wrap-sp #dp {
  width: 33.3333%;
  background: #4e5399;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: 1em;
  transition: 0.4s;
  position: relative;
  text-align: center;
}
.foot-reserve-wrap-sp #car {
  width: 33.3333%;
  background: #50b2af;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: 1em;
  transition: 0.4s;
  position: relative;
  text-align: center;
}

.foot-reserve-wrap-sp #dp .ico-plane {
  display: block;
  position: relative;
  width: 22px;
  top: auto;
  left: auto;
  margin-right: 5px;
}
.foot-reserve-wrap-sp #br .ico-stay {
  width: 22px;
  top: auto;
  left: auto;
  margin-right: 5px;
}
.foot-reserve-wrap-sp #car .ico-car {
  width: 22px;
  top: auto;
  left: auto;
  margin-right: 5px;
}

ul.flex.flex-space-between {
  align-items: center;
  padding-bottom: 30px;
}

/* ================== Media Queries ================== */




/* 1600px 以下 */
@media screen and (max-width:1600px) {
  #nav-anchor-fix ul {
    text-align: left;
    padding-left: 12em;
    padding-top: 0.9em;
    width: 48%;
    line-height: 1.3;
  }
	#nav-anchor-fix li a {
    font-size: 0.76em;
    letter-spacing: 0em;
}
}

/* 1500px 以下 */
@media screen and (max-width:1500px) {
  body {
    font-size: 1.04vw;
  }
}

/* 1300px 以下 */
@media screen and (max-width:1300px) {
  body {
    font-size: 1vw;
  }
	#nav-anchor-fix li a {
    font-size: 0.85em;
    letter-spacing: 0em;
}
	#nav-anchor-fix .head-reserve-wrap #br, #nav-anchor-fix .head-reserve-wrap #dp, #nav-anchor-fix .head-reserve-wrap #car {
    font-size: 0.8em;
}
}

/* 1000px 以下 */
@media screen and (max-width:1000px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .inner {
    width: 86%;
  }
  .inner-mid {
    width: 82%;
  }
  .slide-inner {
    width: 88%;
    margin-left: 12%;
  }
  .slide-inner .slidercal4 {
    overflow: hidden;
  }

  .l-sec {
    padding: 4em 0;
  }
  .sec-title-wrap {
    padding-bottom: 3em;
  }
  .sec-title-en {
    font-size: 2em;
  }

  .item.-col2 .item-summary .item-summary-inner {
    padding: 1.5em 2.8em 0;
  }
  .item.-col2 .item-title {
    font-size: 1.2em;
    padding-bottom: 0.6em;
  }
  .item.-col2 .item-title-line {
    margin-bottom: 1em;
  }
  .item.-col2 {
    margin-bottom: 4em;
  }
  .items.-col1 .item-leadcopy {
    font-size: 1.1em;
  }
  .items.-col1 .item-pic {
    margin-bottom: 3em;
  }
  .items.-col3 .item {
    width: calc(33.333% - 1em);
  }
  .items.-col2 .item {
    width: calc(50% - 1em);
  }
  .items.panel .item .item-summary {
    padding: 1.5em;
  }

  #hero {
    height: 80vh;
    position: relative;
  }
  .hero-bg {
    height: 80vh;
  }
  .hero-bg img {
    height: 80vh;
  }
  #hero video {
    height: 80vh;
  }

  body {
    font-size: 15px;
  }
  .page-leadcopy {
    text-align: center;
    font-size: 1.6em;
    padding: 0px;
  }
  .l-sec {
    padding: 2em 0;
  }
  .info-table tbody th,
  .info-table tbody td {
    padding: 12px 10px 13px;
  }
  .item.-col2 .item-tmb {
    width: 100%;
  }
  .item.-col2 .item-summary {
    width: 100%;
  }
  .item.-col2 .item-title {
    font-size: 1.2em;
    padding-bottom: 0.6em;
    text-align: center;
  }
  .item.-col2 .item-title-line {
    margin: 0 auto 1em;
  }
  .inner-mid {
    width: auto;
    padding: 0 2em;
  }
  .item.-col2 .item-summary .item-summary-inner {
    padding: 1.5em 2em 0;
  }

  #head #site-id {
    margin-left: 22px;
    margin-top: 20px;
    width: 130px;
  }
  #head #accordion dt {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.8;
  }
	
.logo-w #head #accordion dt{
    color: #fff;
    border-bottom: 1px solid #fff;
    
}

  .foot-reserve-wrap-sp #br {
    width: 50%;
    background: #f36319;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    transition: 0.4s;
    text-align: center;
  }
  .foot-reserve-wrap-sp #dp {
    width: 50%;
    background: #4e5399;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    transition: 0.4s;
    position: relative;
    text-align: center;
  }

  .hideClass {
    transform: translateY(-60px);
  }
  .foot-reserve-wrap-sp a {
    color: #fff;
  }

  /* SP メニュー幅 */
  .modal-menu {
    width: 100%;
    right: -100%;
  }

  .hero-copy h2 .eng {
    font-size: 42px;
    display: block;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 0.9;
  }

  #head #accordion {
    position: absolute;
    z-index: 1;
    right: 70px;
    top: 16px;
    letter-spacing: 0;
  }
  #head #accordion li {
    margin-left: 10px;
  }

  #head #sp-btn {
    width: 60px;
  }
  #head #accordion dt {
    letter-spacing: 0;
  }
  #head #sp-btn,
  #nav-anchor-fix {
    height: 60px;
  }
  #head .menu-trigger span {
    height: 1px;
  }
  #head .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #head .menu-trigger {
    position: relative;
    width: 28px;
    height: 15px;
    margin-top: 24px;
  }
  #head .menu-trigger span:nth-of-type(3) {
    top: 14px;
  }

  .hero-copy {
    right: 30px;
  }
  .hero-copy h2 {
    bottom: 20px;
  }
  .hero-copy h2 .sub {
    display: inline-block;
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-top: #fff 2px solid;
    padding-top: 8px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 2px;
  }

  #nav-anchor-fix {
    display: none;
  }
  #head #sp-btn.color-w {
    background-color: #161616;
  }
  #head #sp-btn.color-w .menu-trigger span {
    background-color: #fff;
  }

  #head #site-id {
    margin-left: 12px;
    margin-top: 20px;
    width: 110px;
  }
  #head #site-id img {
    width: 100%;
  }

  /* もともと別ブロックだった1000px指定 */
  #head #accordion {
    top: 16px;
    right: 80px;
  }
  #head #sp-btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  .modal-menu-season ul {
    width: 64%;
  }

  /* フッター用 hideClass 上書き */
  .hideClass {
    transform: translateY(-50px);
  }
}

/* 450px 以下 */
@media screen and (max-width:450px) {
  body {
    font-size: 14px;
  }
  .info-table table {
    width: 100%;
    font-size: 0.9em;
    margin: 32px 0;
    border-bottom: #c2c2c2 solid 1px;
  }
  .info-table tbody th,
  .info-table tbody td {
    padding: 12px 4px;
  }
  .info-table tbody th {
    font-weight: 600;
    vertical-align: top;
    width: 4em;
  }
  .page-leadcopy {
    text-align: center;
    font-size: 1.6em;
    padding: 0px;
  }
  .inner-mid {
    width: 87%;
    padding: 0 1em;
  }
  .item.-col2 .item-summary .item-summary-inner {
    padding: 1.5em 1.5em 0;
  }
  .inner {
    width: 87%;
  }
  .items.-col1 .item-pic img {
    border-radius: 9px;
    width: 100%;
  }
  .item.-col2 .item-tmb img {
    border-radius: 9px;
    width: 100%;
  }
  .items.-col3 .item .item-tmb img {
    border-radius: 9px 9px 0 0;
    width: 100%;
  }
  #nav-anchor-fix .head-reserve-wrap {
    display: none;
  }
  #nav-anchor-fix {
    display: none;
  }
  #head #sp-btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  .hero-bg img {
    height: 70vh;
  }
  .hero-bg {
    height: 70vh;
  }
  #hero {
    height: 70vh;
    position: relative;
  }
  .hero-copy h2 .eng {
    font-size: 34px;
    display: block;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 0.9;
  }
  .hero-copy h2 .sub {
    display: inline-block;
    font-size: 13px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-top: #fff 2px solid;
    padding-top: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 2px;
  }
  #hero video {
    height: 64vh;
  }
}

/* 650px 以下 */
@media screen and (max-width:650px) {
  .foot-reserve-wrap-sp #br {
    font-size: 12px;
    line-height: 1.2;
  }
  .foot-reserve-wrap-sp #dp {
    font-size: 12px;
    line-height: 1.2;
  }
  .foot-reserve-wrap-sp #car {
    font-size: 12px;
    line-height: 1.2;
  }
  .foot-reserve-wrap-sp a {
    padding: 10px 0;
  }
  .hideClass {
    transform: translateY(-48px);
  }
  .foot-reserve-wrap-sp #br a {
    padding-top: 13px;
  }
  .foot-nav {
    position: relative;
    top: 0;
    left: 0;
    font-size: 11px;
    margin-bottom: 24px;
  }
  .hoshino-groop {
    width: 80%;
    margin: 0 auto;
  }
  .hoshino-groop-list {
    margin-bottom: 10px;
  }
  .footer-siteid {
    width: 200px;
    margin: 0 auto 1em;
  }
  .foot-nav {
    font-size: 12px;
    line-height: 1.6;
  }
  footer p {
    font-size: 12px;
  }
  .hoshino-groop .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
  }
  .hoshino-groop li {
    width: 16%;
  }
	#head #sp-btn.active .menu-trigger span:first-of-type {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

  #head #sp-btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #head #sp-btn.active {
    right: 0;
  }
  .modal-menu-logo {
    width: 140px;
    margin: 0 auto 1.5em;
  }
  .modal-green-menu,
  .modal-winter-menu {
    width: 85%;
  }
  .modal-green-menu .global li a,
  .modal-winter-menu .global li a {
    font-size: 15px;
  }
  .modal-green-menu .primary li a,
  .modal-winter-menu .primary li a {
    font-size: 12px;
  }
  .hero-copy h2 .en-serif {
    font-size: 36px;
    display: block;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 0.9;
  }
  .hero-copy h2 {
    width: auto;
  }
  #head #accordion {
    display: none;
  }
  #head #site-id {
    margin-left: 20px;
    margin-top: 20px;
    width: 130px;
  }
  .hero-copy h2 {
    bottom: 10px;
  }
  .hero-copy {
    right: 20px;
  }
  .hero-copy h2 .sub {
    display: inline-block;
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-top: #fff 1px solid;
    padding-top: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 2px;
  }
}
