
h2.ctitle, #pic_area h3 {
 display: none;
}

h2.logo {
  position: absolute;
  bottom: -50px;
  left: 20%;
  z-index: 10;
}

h2.logo img {
  width: 80px;
  height: auto;
  position: relative;
}


main {
  padding-bottom: 0;
}

/*------- mv */

#mv {
  /*height: 615px;*/
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 16 / 9;
  position: relative;
  background: #280600;
}

#mv video {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

#mv.start {
  opacity: 1;
}
 
#mv picture::before, .mvslide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
 
#mv picture::before {
  background: linear-gradient(to bottom, rgba(40, 6, 0, .3) 60%, transparent 100%);
}

#mv div[data-slick-index="1"] picture::before {
  background: linear-gradient(to bottom, rgba(40, 6, 0, .15) 60%, transparent 100%);
}

.mvslide::after {
  background: linear-gradient(to bottom, transparent 60%, rgba(40, 6, 0, 1) 100%);
}

#mv .catch {
   width: 90%;
   text-align: center;
   margin: 0 auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 92;
   color: #FFF;
   text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.8);
}


#mv img {
   width: 100%;
   height: 615px;
   object-fit: cover;
   object-position: center;
}


#mv div[data-slick-index="1"] img {
   object-position: 50% 70%;
}

#mv .catch h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.mv__txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

#mv li {
  position: relative;
  z-index: 1;
}

#mv ul li:first-of-type {
  z-index: 100;
} 

/*------- リードテキスト */

#lead {
  background: #280600;
  display: grid;
  place-items: center;
  place-content: center;
  color: #FFF;
  padding: 4rem;
  position: relative;
  z-index: 103;
  margin-bottom: 120px;
  line-height: 2;
  font-size: 1.1rem;
  text-align: center;
}

#lead::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 8%;
  width: 80px;
  height: 152px;
  background: url(../images/logo_vertical.svg) no-repeat;
  background-size: cover;
  z-index: 105;
}

#lead::after {
  content: '';
  width: 200px;
  height: 90px;
  position: absolute;
  bottom: -78px;
  right: 10%;
  background: url(../images/index/lead_bg.svg) no-repeat;
  background-size: contain;
}
section:not(#cuisine, #spa, #recommend) {
  margin-bottom: 7rem;
}


/*------- お知らせ */

#news {
  max-width: 1000px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#news #news_head {
  margin-right: 3em;
  display: grid;
  place-items: center;
  place-content: center;
}

#news #news_head a {
  display: grid;
  place-items: center;
  padding: .3em;
  border: 1px solid #E6E6E6;
  margin-top: 1.5em;
  font-size: .9em;
  font-weight: 200;
}

#news h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
}

#news h3 span {
  display: block;
  font-size: .6em;
}

#news ul {
  width: calc(100% - 13em);
}

#news ul li {
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
  margin-bottom: 1.7rem;
  padding-bottom: .9rem;
  font-size: 1.1rem;
  font-weight: 300;
}

#news ul li a span:first-of-type {
  display: inline-block;
  width: 11em;
}

#news ul li a {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1000px) {
  #news ul {
    width: 95%;
    padding-bottom: 3em;
    margin-top: 2em;
  }
  
  #news ul li a span:first-of-type {
    display: block;
    margin-bottom: 0;
  }
  
  #news #news_head a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}


/*------- 料理・お部屋・温泉 */

#index_main section {
  position: relative;
  color: #FFF;
  overflow: hidden;
}

#index_main section .sec_txt {
  position: absolute;
  top: 0;
  right: 15%;
  left: auto;
  background: #3A0E00;
  height: 100%;
  width: 17rem;
  display: grid;
  place-items: center;
  place-content: center;
  padding: 1rem 0;
  font-size: 1.1rem;
  color: #FFF;
}

#index_main section figure {
  margin: 0;
}

#index_main section:nth-of-type(2n) .sec_txt {
  left: 15%;
  right: auto;
}

#index_main section .sec_txt h3 {
  font-size: 2.3rem;
  font-weight: 200;
}

#index_main section .sec_txt p {
  writing-mode: vertical-rl;
  margin: 1.8em 0;
}

#index_main section p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#index_main section .sec_txt a {
  color: #FFF;
  font-weight: 300;
}


@media (max-width: 1000px) {
  #index_main section .sec_txt {
    width: 7em;
    display: block;
  }
  
  #index_main section .sec_txt h3 {
    writing-mode: vertical-rl;
    letter-spacing: .4em;
    font-size: min(2rem,6vw);
    width: 100%;
    height: 100%;
}
  #index_main section .sec_txt h3 a {
    width: 100%;
    height: 100%;
    padding-top: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  #index_main section p.for_sp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.3em;
    text-align: right;
    width: fit-content;
    white-space: nowrap;
    font-size: 2.8vw;
  }
  
  #index_main section:nth-of-type(2n) p.for_sp {
    text-align: left;
  }
  
  #index_main section .sec_txt a.r_arrow {
    display: none;
  }

}



/*------- 施設・周辺観光・アクセス */

#index_misc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

#index_misc h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 4em;
}

#index_misc .cflex {
  width: 100%;
}

#index_misc .cflex > * {
  width: calc(100% / 3);
  aspect-ratio: 1 / 1.5;
}

#index_misc section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#index_misc section > * {
  position: absolute;
  top: 0;
  left: 0;
}

#index_misc img {
  width: 100%;
  aspect-ratio: 1 / 1.5;
  z-index: 0;
}

#index_misc h4 {
  width: 4em;
  height: 10em;
  top: 0;
  left: 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .9);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  padding-top: 1.5em;
}

#index_misc h4 a {
  color: #000!important;
}

#index_misc .sec_txt {
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: auto;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#index_misc a.r_arrow {
  margin-top: 2em;
  color: #FFF;
}

#index_main h3 a, #index_misc h4 a,
#index_main p a, #index_misc p a,
#index_main figure a, #index_misc figure a {
  pointer-events: none;
  color: #FFF;
}


/*------- インスタグラム */

section#instagram {
  margin-bottom: 10rem;
}

#instagram ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, auto);
}

#instagram .cbtn {
  margin: 5rem auto 0 auto;
  padding: .6em 1.2em;
}

/*------- おすすめ宿泊プラン */

#recommend {
  background: url(../images/index/recommend_bg.jpg) no-repeat;
  box-sizing: border-box;
  padding: 5rem 1rem;
  background-size: cover;
}

#recommend #ranking_489ban {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 70px;
}
#recommend #ranking_489ban .PlanView {
		width: 23%;
		margin-right: calc( 8% / 3);
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
}
#recommend #ranking_489ban .PlanView:nth-child(4n) {
		margin-right: 0;
}
#recommend #ranking_489ban .PlanView .main_picture {
		position: relative;
		max-height: 220px;
		overflow: hidden;
}
#recommend #ranking_489ban .PlanView .main_picture img {
		width: 100%;
}
#recommend #ranking_489ban .PlanView .rank_no {
		width: initial;
		position: absolute;
		z-index: 10;
		left: -50px;
		top: -45px;
		width: 237px;
		height: 167px;
		text-indent: -100000px;
		overflow: hidden;
		display: none;
}

#recommend #ranking_489ban .PlanView .explan {
		padding: 1em 0;
		display: flex;
		flex-direction: column;
		height: 100%;
}
#recommend #ranking_489ban .PlanView .explan p.plan {
		font-size: 18px;
		line-height: 1.5;
		color: #1C1C1C;
		margin-bottom: 20px;
}
#recommend #ranking_489ban .PlanView .explan .pblist {
		margin-top: auto;
}
#recommend #ranking_489ban .PlanView a .txt .planbtn {
		margin-top: auto;
}
#recommend #ranking_489ban .PlanView .explan .pblist li a {
		font-size: 16px;
  opacity: 1;
  display: grid;
  place-content: center;
  place-items: center;
  background: #D4B121;
  padding: .3em 1em;
  color: #FFF;
  width: fit-content;
  margin: 0 auto;
}
#recommend #ranking_489ban .PlanView .explan .pblist li a:hover {
		opacity: 0.6;
}