@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP&family=Shippori+Mincho&display=swap');

body {
  position: relative;
  color: #0e0e0e;
  font-size: 100%;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  word-wrap: break-word;
}

html {
  font-size: 62.5%; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; 
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; 
}

del {
  text-decoration: line-through; 
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; 
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; 
}

input, select {
  vertical-align: middle; 
}

hr, .areaAnchor {
  display: none; 
}

acronym, abbr {
  cursor: help; 
}

option {
  padding-right: 10px; 
}

button {
  border: none;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, small {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; 
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 20px;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  empty-cells: show;
  font-size: 16px;
  width: 100%; 
}

figure {
  position: relative;
  margin: 0 auto 20px; 
}

figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left; 
}
.cap_image {
  position: absolute;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 0 5px #707070, 0 0 5px #707070, 0 0 5px #707070;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
.cap_right {
  right: 10px;
}
.cap_left {
  left: 10px;
}

address {
  font-style: normal; 
}

ul, ul li {
  list-style: none; 
}

ol li {
  margin: 0 auto 20px; 
}

/* リンク */
a {
  color: #01182e;
  text-decoration: none;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; 
}
a.line:link {
  text-decoration: underline; 
}
a.line:hover, a.line:active {
  text-decoration: none; 
}

a:link {
  color: #01182e;
  text-decoration: none;
  outline: none; 
}
a:visited {
  color: #01182e; 
}
a:hover {
  color: #023260;
  text-decoration: underline; 
}
a:active {
  color: #01182e;
  text-decoration: underline; 
}

a:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}
* html .clearfix,
* html .clearfix {
  height: 1%; 
}
.clearfix {
  display: block; 
}

/*********** 
汎用CSS
************/
.mt00 {  margin-top: 0 !important; }
.mt05 {  margin-top: 5px !important; }
.mt10 {  margin-top: 10px !important; }
.mt15 {  margin-top: 15px !important; }
.mt20 {  margin-top: 20px !important; }
.mt25 {  margin-top: 25px !important; }
.mt30 {  margin-top: 30px !important; }
.mt35 {  margin-top: 35px !important; }
.mt40 {  margin-top: 40px !important; }
.mt45 {  margin-top: 45px !important; }
.mt50 {  margin-top: 50px !important; }

.mr00 {  margin-right: 0 !important; }
.mr05 {  margin-right: 5px !important; }
.mr10 {  margin-right: 10px !important; }
.mr15 {  margin-right: 15px !important; }
.mr20 {  margin-right: 20px !important; }
.mr25 {  margin-right: 25px !important; }
.mr30 {  margin-right: 30px !important; }
.mr35 {  margin-right: 35px !important; }
.mr40 {  margin-right: 40px !important; }
.mr45 {  margin-right: 45px !important; }
.mr50 {  margin-right: 50px !important; }

.mb00 {  margin-bottom: 0 !important; }
.mb05 {  margin-bottom: 5px !important; }
.mb10 {  margin-bottom: 10px !important; }
.mb15 {  margin-bottom: 15px !important; }
.mb20 {  margin-bottom: 20px !important; }
.mb25 {  margin-bottom: 25px !important; }
.mb30 {  margin-bottom: 30px !important; }
.mb35 {  margin-bottom: 35px !important; }
.mb40 {  margin-bottom: 40px !important; }
.mb45 {  margin-bottom: 45px !important; }
.mb50 {  margin-bottom: 50px !important; }

.ml00 {  margin-left: 0 !important; }
.ml05 {  margin-left: 5px !important; }
.ml10 {  margin-left: 10px !important; }
.ml15 {  margin-left: 15px !important; }
.ml20 {  margin-left: 20px !important; }
.ml25 {  margin-left: 25px !important; }
.ml30 {  margin-left: 30px !important; }
.ml35 {  margin-left: 35px !important; }
.ml40 {  margin-left: 40px !important; }
.ml45 {  margin-left: 45px !important; }
.ml50 {  margin-left: 50px !important; }

.pt00 {  padding-top: 0 !important; }
.pt05 {  padding-top: 5px !important; }
.pt10 {  padding-top: 10px !important; }
.pt15 {  padding-top: 15px !important; }
.pt20 {  padding-top: 20px !important; }
.pt25 {  padding-top: 25px !important; }
.pt30 {  padding-top: 30px !important; }
.pt35 {  padding-top: 35px !important; }
.pt40 {  padding-top: 40px !important; }
.pt45 {  padding-top: 45px !important; }
.pt50 {  padding-top: 50px !important; }

.pr00 {  padding-right: 0 !important; }
.pr05 {  padding-right: 5px !important; }
.pr10 {  padding-right: 10px !important; }
.pr15 {  padding-right: 15px !important; }
.pr20 {  padding-right: 20px !important; }
.pr25 {  padding-right: 25px !important; }
.pr30 {  padding-right: 30px !important; }
.pr35 {  padding-right: 35px !important; }
.pr40 {  padding-right: 40px !important; }
.pr45 {  padding-right: 45px !important; }
.pr50 {  padding-right: 50px !important; }

.pb00 {  padding-bottom: 0 !important; }
.pb05 {  padding-bottom: 5px !important; }
.pb10 {  padding-bottom: 10px !important; }
.pb15 {  padding-bottom: 15px !important; }
.pb20 {  padding-bottom: 20px !important; }
.pb25 {  padding-bottom: 25px !important; }
.pb30 {  padding-bottom: 30px !important; }
.pb35 {  padding-bottom: 35px !important; }
.pb40 {  padding-bottom: 40px !important; }
.pb45 {  padding-bottom: 45px !important; }
.pb50 {  padding-bottom: 50px !important; }

.pl00 {  padding-left: 0 !important; }
.pl05 {  padding-left: 5px !important; }
.pl10 {  padding-left: 10px !important; }
.pl15 {  padding-left: 15px !important; }
.pl20 {  padding-left: 20px !important; }
.pl25 {  padding-left: 25px !important; }
.pl30 {  padding-left: 30px !important; }
.pl35 {  padding-left: 35px !important; }
.pl40 {  padding-left: 40px !important; }
.pl45 {  padding-left: 45px !important; }
.pl50 {  padding-left: 50px !important; }

.roman {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif; 
}

.mincyo {
  font-family: "EB Garamond", "Sawarabi Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
}

.ss {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7; 
}

.s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7; 
}

.m {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7; 
}

.l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; 
}

.ll {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; 
}

.bold {  font-weight: bold !important; }
.normal {  font-weight: normal !important; }

.tl {  text-align: left !important; }
.tr {  text-align: right !important; }
.tc {  text-align: center !important; }

.vt {  vertical-align: top !important; }
.vm {  vertical-align: middle !important; }
.vb {  vertical-align: bottom !important; }

.clear {  clear: both; }
.cl {  clear: left; }
.cr {  clear: right; }

.black {  color: #333 !important; }
.brown {  color: #C69C6D !important; }
.blue {  color: #0099FF !important; }
.green {  color: #009E84 !important; }
.grey {  color: #999 !important; }
.orange {  color: #F15A24 !important; }
.red {  color: #c01c30 !important; }
.white {  color: #FFFFFF !important; }
.yellow {  color: #F6CF60 !important; }

/* .fl {
  float: left !important; 
}
.fr {
  float: right !important; 
} */

.pc {
  display: block; 
}
.sp {
  display: none;
}
.pc.il {
  display: inline-block; 
}
.lh-n{
  line-height: normal!important;
}


/*********** 
contents 
************/
/* header */
.header {
  position: relative;
  z-index: 3;
}

#header {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#header .inner {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.tile02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  width: 100%;
}
/* .tile02.justify_start {
  justify-content: flex-start;
} */
.tile02.justify_end {
  justify-content: flex-end;
  position: fixed;
  padding-right: 20px;
  top: 0;
}
#header #logo {
  margin: 0 0 0 5%;
  padding: 40px 0;
  width: 50%;
  max-width: 260px;
}
.tile02.justify_between {
  justify-content: space-between;
}
.btn {
  margin-bottom: 0;
}
.btn a {
  background: #444;
  border: 1px solid #444;
  color: #fff;
  display: inline-block;
  font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  margin: 0 0 0 10px;
  padding: 18px 33px 20px 28px;
  position: relative;
  height: 60px;
}
.btn a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.btn.request a::after, .btn.reserve2 a::after {
  transform: translateY(-50%) rotate(0deg);
}
.btn a:hover {
  color: #151515;
  background: #fff;
}

.btn.reserve2 a {
  padding: 23px 53px 20px 46px;
    line-height: 1.4;
    height: 80px;
    font-size: 150%;
}
.btn.request a {
  font-size: 14px;
  height: 60px;
  margin: 0 0 0 10px;
  padding: 12px 30px 18px 20px;
  line-height: 1.4;
}
.btn.reserve2 a {
  background: #ff6319;
  border: 1px solid #ff6319;
}
.btn.reserve2 a:hover {
  color: #ff6319;
  background: #fff;
}
.btn.request a {
  background: #987e39;
  border: 1px solid #987e39;
}
.btn.request a:hover {
  color: #987e39;
  background: #fff;
}

#site-nav-btn {
  display: none;
}

#site-nav {
  padding: 0;
  z-index: 1000;
  font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  width: auto;
}
#site-nav .sp-btn {
  display: none;
}

.btn-border {
  text-align: center;
}

#header .btn.reserve2 a {
  padding: 23px 53px 20px 46px;
    line-height: 1.4;
    height: 80px;
    font-size: 150%;
}
#header .btn.request a {
  padding: 12px 30px 18px 20px;
  line-height: 1.4;
}
#site-nav-list .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #80858a;
  margin-top: 5px;
}

/* content */
.main {
  overflow: hidden !important;
  /* position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: -90px;
  background-image: url(../images/lp_main_bg01.jpg);
  background-size: cover;
  background-position: 80% top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2; */
}

.main_inner {
  position: relative;
  width: 100%;
}
.main_inner .h1 {
  filter: drop-shadow(0 0 5px #6e6865);
  animation: fadeIn 3s forwards;
  margin: 0 0 0 5%;
  opacity: 0;
  position: absolute;
  top: 50px;
  width: 450px;
  z-index: 2; 
}

.movie_btn {
  width: 200px;
  height: 55px;
  margin: 70px auto 0;
  font-size: 1.15rem;
  line-height: 55px;
  text-align: center;
  position: relative;
  cursor: pointer;
  animation: fadeIn 5s forwards; 
  background: rgb(255 255 255 / 30%);
}
.movie_btn a {
  color: #fff;
}
.movie_btn a:hover {
  text-decoration: none;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
}
svg rect, svg path, svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
.movie_btn:hover svg rect {
  stroke: #fff;
}
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.movie_btn:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 340;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.material-symbols-outlined {
  font-size: 20px !important;
  vertical-align: sub;
}

@keyframes fadeIn {  /*←animation-nameにも同じ名前を記述*/
  0% {
    opacity: 0;
    color:#fff;
  }
  90% {
   opacity: 1;
   color:#fff;
  }
   100% {
    opacity: 1;
    color:#fff;
  } 
  }


/* content */
.inner {
  margin: 40px auto 140px;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  max-width: 1230px;
}
.header{
  background-color: #444d62;
  padding: 50px 0 30px;
}
.header .logo{
  text-align: center;
  padding: 0 15px;
  font-size: 50px;
  color: #fff;
  line-height: 1.0;
}
.resort-logo{
  margin-right: 20px;
  width: 290px;
}
.header .gold-line{
  width: 100%;
  display: block;
  border-top:3px solid #a48a62!important;
  margin: 40px 0 0;
}
.txt{
  margin-top: 150px;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.5px;
}
.ttl-tab{
    display: none;
  }

/* 一覧ページ */
.catalog-5col{
  display: flex;
  justify-content: flex-start;
  gap: 5%;
  flex-wrap: wrap;
}
.catalog-5col .catalog-list{
  /* width: 16%; */
  width: 21.2%;
}
.catalog-list .ttl{
  position: relative;
  font-size: 120%;
  padding: 4px 0 0 20px;
  margin-bottom: 10px;
}
.catalog-list .ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-color: #a48a62;
  position: absolute;
  left: 0px;
  top: 10px;
}
.catalog-5col .thum{
  border: #ececec 2px solid;
}
.catalog-5col .cont-open{
  display: inline-block;
  background-color: #444d62;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 5px 0px;
  font-size: 16px;
  position: absolute;
  text-decoration: none;
  /* width: 15.5%; */
  width: 20.7%;
  text-align: center;
}
.catalog-5col .cont-open::before{
  content: "";
  background-image: url(../images/icon-open.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto 4px;
  vertical-align: sub;
}
.catalog-5col a:hover{
  opacity: 0.7;
}
.catalog-list:nth-of-type(-n+4){
  margin-top: 70px;
}
.catalog-list:nth-of-type(n+5){
  margin-top: 150px;
}

.catalog-2col{
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog-2col .catalog-img{
  width: 45%;
}
.catalog-2col .catalog-shadow{
  box-shadow: 0 0 15px rgb(94, 94, 94, 20%), 0 0 15px rgb(94, 94, 94, 20%);
}
.catalog-2col .bg-gray{
  background-color: #ececec;
  padding: 50px;
}
.catalog-cont .cont-ul{
  border-bottom: #a48a62 solid 2px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}
.catalog-cont .cont-list{
  display: inline-block;
  color: #444d62;
  font-size: 24px;
  margin-right: 220px;
  margin-left: 20px;
  position: relative;
 }
.catalog-cont .b-list::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #444d62;
  position: absolute;
  left: -20px;
  top: 10px;
  
 }
.catalog-cont .g-list::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #a48a62;
  position: absolute;
  left: -20px;
  top: 10px;
 }
.catalog-cont .cont-list span{
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.7;
}
.catalog-cont .cont-dl{
  display: inline-block;
  margin-left: 60px;
  background-color: #444d62;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 3px 5px;
  font-size: 16px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.catalog-cont .cont-dl::before{
  content: "";
  background-image: url(../images/icon-dl.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto 4px;
  vertical-align: sub;
}
.footer{
  margin-top: 200px;
}
.footer p{
  padding: 20px 20px 50px;
  display: block;
  text-align: center;
}



/*********** 
media 
************/

@media (min-width: 320px) and (max-width: 1280px) {
  .m {
    font-size: calc(14px + 2 * (100vw - 320px) / 960);
    line-height: calc(170% + 3.2 * (100vw - 1280px) / -960); 
  } 
  .l {
    font-size: calc(16px + 2 * (100vw - 320px) / 960);
    line-height: calc(150% + 3.2 * (100vw - 1280px) / -960); 
  } 
  .ll {
    font-size: calc(16px + 4 * (100vw - 320px) / 960);
    line-height: calc(150% + 3.2 * (100vw - 1280px) / -960); 
  } 
}

@media screen and (max-width: 1200px){
  .inner{
    max-width: 769px;
  }
  .all-inner{
    max-width: 1230px;
  }
  .catalog-2col{
    gap: 30px;
  }
  .catalog-2col .catalog-img{
    width: 30%;
  }
  .catalog-cont .cont-list{
    margin-right: 150px;
  }
}
@media (min-width: 769px) and (max-width: 1200px){
  .ttl-tab{
    display: block;
  }
  .catalog-5col{
    gap: 5.3%;
  }
  .catalog-5col .catalog-list{
    width: 21%;
  }
  .catalog-5col .cont-open{
    width: 20%;
  }
  .catalog-list:nth-of-type(-n+4){
    margin-top: 70px;
  }
  .catalog-list:nth-of-type(n+5){
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none; 
  }
  .sp {
    display: block;
  }
  .inner{
    margin-bottom: 70px;
  }
  .header .logo{
    font-size: 6vw;
  }
  .resort-logo{
    margin-right: 10px;
    width: 40%;
  }
  .txt{
    margin-top: 50px;
  }
  .catalog-5col{
    margin-top: 20px;
    justify-content: space-between;
  }
  .catalog-5col .catalog-list {
    width: 45%;
  }
  .catalog-5col .cont-open{
    width: 42%;
  }
  .catalog-list:nth-of-type(-n+5){
    margin-top: 0px;
  }
  .catalog-list:nth-of-type(n+6){
    margin-top: 0px;
  }
  .catalog-list:nth-of-type(n+3){
    margin-top: 100px;
  }

  .catalog-2col{
    display: block;
    margin-top: 20px;
  }
  .catalog-2col .catalog-img{
    width: 100%;
    margin-bottom: 30px;
  }
  .catalog-2col .bg-gray{
    padding: 30px 20px;
  }
  .catalog-cont .cont-list{
    font-size: 20px;
    margin-right: 110px;
    /* margin-left: 13px; */
  }
  .catalog-cont .b-list::before{
    width: 8px;
    height: 16px;
  }
  .catalog-cont .g-list::before{
    width: 8px;
    height: 16px;
  }
  .catalog-cont .cont-list span{
    font-size: 1.2rem;
  }
  .catalog-cont .cont-dl{
    font-size: 12px;
    padding: 3px 3px;
  }
  .catalog-cont .cont-dl::before{
    width: 15px;
  }
  .footer{
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .top-header .logo{
    font-size: 5vw;
  }
  .top-header .resort-logo{
    width: 35%;
  }
  .catalog-list .ttl{
    line-height: 1.5;
  }
  .catalog-list .ttl::before{
    height: 15px;
  }
}
