@charset "UTF-8";


.pre-inc main {
  height: calc(56.25vw - 10px);
  overflow: hidden;
}
.pre-inc main video {
  width: 100%;
}
.pre-inc .main_last {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pre-inc main figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pre-inc main figure img {
  width: 100%;
}
.pre-inc .skip_btn {
  font-size: 0.8vw;
  display: block;
  width: 6em;
  padding: 0.2em 0 0;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 2%;
  cursor: pointer;
  transition: 0.5s all;
  border: 3px double rgba(255, 255, 255, 0.8);
  color: #fff;
}
.pre-inc .loaded {
  opacity: 0;
  visibility: hidden;
}
.pre-inc .loading_wrap {
  display: none;
}

/* information */
.pre-inc .information {
	background: #172243;
	color: #FFF;
	max-width: 1000px;
	width: calc(100% - 100px);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0 20px 50px;
	z-index: 10000;
}
.pre-inc .information .infottl{
	font-family: "Oswald", sans-serif;
}
.pre-inc .infoflex {
  display: flex;
  align-items: center;
}
.pre-inc .infottl {
  flex: 0 0 auto;
  margin-right: 20px;
}
.pre-inc .infoticker {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.pre-inc .ticker-items span {
	font-size: clamp(12px,1.5vw,15px);
  margin-right: 40px;
}
.pre-inc .ticker-items span time{
	font-family: "Oswald", sans-serif;
	margin-right: 10px;
}
.pre-inc .ticker-items span a{
	color: #FFF;
	text-decoration: underline;
}
.pre-inc .ticker-items {
  display: flex;
  width: max-content;
  animation: ticker 50s linear infinite;
}
.pre-inc .infoticker:hover .ticker-items {
  animation-play-state: paused;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* property_info */
.pre-inc #property_info{
	background: url("../img/index/article_infobg.webp") no-repeat center center;
	background-size: cover;
	padding: 50px 0px;
}
.pre-inc #property_info .inner{
	max-width: 1600px;
	margin: 0 auto;
}
.pre-inc .pinfoflex{
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pre-inc .pinfoflex .pinfoflex_item{
	padding: 0 2.85%;
	letter-spacing: 0.04em;
}
.pre-inc .pinfoflex_item:nth-of-type(2){
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.pre-inc .pinfoflex_item .pinfo,.pre-inc .route{
	font-size: clamp(22px,2.5vw,32px);
}
.pre-inc .pinfoflex_item .pinfo strong,.pre-inc .route strong{
	font-size: clamp(30px,3vw,50px);
}
.pre-inc .pinfoflex_item .pinfo span{
	font-size: clamp(16px,1.4vw,24px);
}
.pre-inc .pinfoflex_item .pinfo sup,.pre-inc .route sup{
	font-size: clamp(10px,1.3vw,13px);
}
.pre-inc .route strong,.pre-inc .plan_main strong{
	line-height: 0;
}
.pre-inc .pinfoflex_item .route:nth-of-type(1){
	margin-bottom: 15px;
}
.pre-inc .route p,.pre-inc .route .route_note{
	font-size: clamp(11px,1.4vw,14px);
}
/* reserve_contents */
.pre-inc .reserve_contents{
	background: url("../img/index/bg_reserve.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 20px;
	text-align: center;
}
.pre-inc .reserve_contents .center_ttl{
	color: #313333;
	font-size: clamp(34px,6vw,60px);
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
.pre-inc .reserve_contents p{
	font-size: clamp(15px,1.8vw,18px);
}
.pre-inc .reserve_contents .reserve_btn{
	margin-top: 30px;
	text-align: center;
}
.pre-inc .reserve_contents .reserve_btn a{
	background: url("../img/index/btn_arw.svg") no-repeat,linear-gradient(90deg, #751723, #4a0615);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}
.pre-inc .reserve_contents .reserve_btn a:hover{
	background: url("../img/index/btn_arw_r.svg") no-repeat,rgb(255 255 255 / 80%);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	border:1px solid #4a0615;
	color: #4a0615;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}
/* building */
.pre-inc #building{
	overflow: hidden;
	width: 100%;
}
.pre-inc #building .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.pre-inc #building .slick-list{
  overflow: visible;
}
.pre-inc #building .building_slider{
	margin: 50px 0;
}
.pre-inc #building .building_slide{
	margin: 0 40px;
	position: relative;
}
.pre-inc #building .building_slide .slideover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 2.5%;
	z-index: 10000;
}
.pre-inc #building .building_slide .slideover .slidehead{
	color: #FFF;
	padding: 3.636%;
	text-align: center;
	display: inline-block;
}
.pre-inc #building .building_slide .slideover.overcenter .slidehead{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pre-inc #building .building_slide .slideover .slidehead p{
	font-size: clamp(18px,3.2vw,32px);
	line-height: 220%;
	letter-spacing: 0.05em;
	 text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1);
}
.pre-inc #building .building_slide .slideover .slidehead h3{
	color: #FFF;
	font-size: clamp(40px,11vw,110px);
	line-height: 1;
	letter-spacing: 0.05em;
	 text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), 1px 1px 2px rgba(0, 0, 0, 1);
}
.pre-inc #building .building_slide .slideover .slideinfo{
	background: rgba(255,255,255,0.85);
	position: absolute;
	right: 0;
	bottom: 1em;
	padding: 20px;
	margin: 6.136%;
}
.pre-inc #building .building_slide .slideover .slideinfo h4{
	font-size: clamp(16px,2.4vw,24px);
	text-align: center;
	margin-bottom: 16px;
}
.pre-inc #building .building_slide .slideover .slideinfo p{
	font-size: clamp(12px,1.6vw,16px);
}
.pre-inc .slick-arrow {
  position: absolute;
  width: 1.55em;
  height: 2.25em;
  top: calc(50% - 1.125em);
  cursor: pointer;
  z-index: 1;
}
.pre-inc .prev-arrow {
  left: -15px;
}
.pre-inc .next-arrow {
  right: -15px;
}
.pre-inc .slick-slide img{
	display: inline-block;
}
.pre-inc .slick-slide .slideimg figcaption{
	padding: 2.5%;
}

/* sitecontents */
.pre-inc .sitecontents_container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.pre-inc .panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.pre-inc #position { z-index: 1; }
.pre-inc #town { z-index: 2; }
.pre-inc #access { z-index: 3; }
.pre-inc #room { z-index: 4; }
.pre-inc .panel_inner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pre-inc .contents_intro{
	width: 100%;
	color: #FFF;
	text-align: center;
}
.pre-inc .contents_intro h2{
	font-size: clamp(11px,1.5vw,15px);
	margin-bottom: 3%;
}
.pre-inc .contents_intro h2 strong{
	display: block;
	text-align: center;
	font-size: clamp(34px,6vw,60px);
	letter-spacing: 0.05em;
	margin-top: 10px;
	line-height: 1;
}
.pre-inc .contents_intro .contents_leadtext{
	font-size: clamp(22px,3.6vw,36px);
	letter-spacing: 0.05em;
	margin-bottom: 1.8%;
}
.pre-inc .contents_intro .contents_leadtext sup{
	font-size: 0.4em;
}
.pre-inc .contents_intro p{
	font-size: clamp(14px,1.6vw,16px);
	letter-spacing: 0.08em;
	line-height: 280%;
	margin-bottom: 1.8%;
	color:#fff;
}
.pre-inc .panel_note{
	font-size: 0.8em;
    line-height: 1.5;
    bottom: 5%;
    max-width: 80%;
    position: absolute;
    color: #fff;
}
.pre-inc .contents_intro .more_btn{
	margin-top: 30px;
	text-align: center;
}
.pre-inc .contents_intro .more_btn a{
	background: url("../img/index/btn_arw.svg") no-repeat,linear-gradient(90deg, #0c3b1f, #0c1d0c);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}
.pre-inc .contents_intro .more_btn a:hover{
	background: url("../img/index/btn_arw_g.svg") no-repeat,rgb(255 255 255 / 80%);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	color: #0c1d0c;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}

/* position */
.pre-inc #position{
  background: url("../img/index/bg_position.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
/* town */
.pre-inc #town{
  background: url("../img/index/bg_town.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
/* access */
.pre-inc #access{
  background: url("../img/index/bg_access.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
/* room */
.pre-inc #room{
  background: url("../img/index/bg_roomplan.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

/* area_guide */
.pre-inc #area_guide{
	position: relative;
	max-width:1920px;
	margin:0 auto;
}
.pre-inc #area_guide .btn_over{
	width: 100%;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: right;
}
.pre-inc #area_guide .more_btn a{
	background: url("../img/index/btn_arw.svg") no-repeat,linear-gradient(90deg, #0c3b1f, #0c1d0c);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}
.pre-inc #area_guide .more_btn a:hover{
	background: url("../img/index/btn_arw_g.svg") no-repeat,rgb(255 255 255 / 80%);
	background-size: 24px auto,cover;
	background-position: right 12px center,center center;
	border:1px solid #0c1d0c;
	color: #0c1d0c;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,2.4vw,24px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .pre-inc main {
    /*height: 100vw;*/
  }
  .pre-inc .loading {
    width: 8vw;
    height: 8vw;
    border: 1vw rgba(0, 0, 0, 0.25) solid;
    border-top: 1vw rgb(0, 0, 0) solid;
  }
  .pre-inc .skip_btn {
    font-size: 3vw;
  }
	/* information */
	.pre-inc .information {
		position: relative;
		width: calc(100%);
		padding: 10px 5px 10px 15px;
	}
	.pre-inc .ticker-items span {
		-webkit-text-size-adjust: 100%;
		font-size: 13px;
	}
	/* property_info */
	.pre-inc #property_info {
	  padding: 25px 0px;
	}
	.pre-inc .pinfoflex{
		display: block;
		text-align: center;
		padding: 0 10px;
	}
	.pre-inc .pinfoflex_item:nth-of-type(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding: 15px 0;
		margin: 15px 0;
	}
	
	/* reserve_contents */
	.pre-inc .reserve_contents{
		padding: 50px 10px;
	}
	.pre-inc .reserve_contents .center_ttl {
		font-size: clamp(28px,5vw,50px);
		margin-bottom: 20px;
	}
	
	/* building */
	.pre-inc #building .building_slide .slideover .slidehead p{
		line-height: 140%;
	}
	.pre-inc #building .building_slide .slideinfo{
		background: #f4f3f9;
		padding: 10px;
	}
	.pre-inc #building .building_slide .slideinfo p{
		font-size: 14px;
		margin-top: 5px;
	}
	.pre-inc .slick-arrow {
	  top: calc(50% - 3.125em);
	}
	.pre-inc .prev-arrow {
		left: 5px;
	}
	.pre-inc .next-arrow {
		right: 5px;
	}
	
	/* site_contents */
	.pre-inc .panel_inner {
		padding: 0 20px;
	}
	.pre-inc .panel_note{
		font-size: 0.6em;
        bottom: 8%;
        max-width: 90%;
	}
	.pre-inc .contents_intro h2 {
		margin-bottom: 30px;
	}
	.pre-inc .contents_intro .contents_leadtext{
		margin-bottom: 20px;
	}
	.pre-inc .contents_intro p{
		font-size: clamp(14px, 1.6vw, 16px);
        line-height: 200%;
        margin-bottom: 20px;
        text-align: left;
	}
	
	/* limited */
	.pre-inc .entry_flow .entry_flowflex {
		display: block;
	}
	.pre-inc .flowflex_item {
		width: 100%;
		padding: 25px 0 30px;
	}
	.pre-inc #limited .premiumlogin .logininput {
		width: 65%;
	}
	.pre-inc #limited .premiumlogin .loginbtn{
		width: calc(35% - 3px);
	}
	.pre-inc .flowflex_item .flowentry_btn{
		text-align: center;
	}
	.pre-inc .flowflex_item:nth-of-type(2),.pre-inc .flowflex_item:nth-of-type(3) {
		background: url("../img/index/entry_arw_sp.svg") no-repeat top center;
		background-size: auto 50px;
		width: 100%;
		margin: 0;
		padding: 60px 0 20px;
	}
	/* entry */
	.pre-inc #entry {
		padding: 25px 10px 20px;
	}
	.pre-inc #entry h2 {
		margin-bottom: 10px;
	}
	/* area_guide */
	.pre-inc #area_guide .btn_over {
		width: 100%;
		position: relative;
		bottom: 0px;
		right: 0px;
		text-align: center;
		margin: 20px auto;
	}
	
}


.pre-inc .entry_tit {
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  color: #676767;
  line-height: 1;
}
.pre-inc .entry_tit .mark {
  max-width: 1100px;
  margin: 0 auto;
}
.pre-inc .entry_tit .mark dl{
  display: flex;
  align-items: center;
}
.pre-inc .entry_tit .mark dt{
  width: 20%;
  text-align: center;
}
.pre-inc .entry_tit .mark dt img{
  width: 80%;
}
.pre-inc .entry_tit .mark dd{
  width: 80%;
  line-height: 1.2;
}
.pre-inc .entry_tit big {
  font-size: 2em;
  font-weight: 700;
  color: #047d41;
  display: block;
}
.pre-inc .entry_tit span {
  font-size: 1em;
  font-weight: 500;
  display: block;
}
.pre-inc .entry_tit .mark .appeal{
  margin:1em auto;
  border:2px solid #baa869;
  padding:0.5em;
  font-size:0.8em;
}
.pre-inc .entry_tit .mark .appeal strong{
  font-size: 1.2em;
  font-weight: 500;
  color: #047d41;
}
.pre-inc .entry_tit .mark .appeal sub{
  font-size: 0.6em;
}

@media screen and (max-width: 768px) {
  .pre-inc .entry_tit {
    font-size: 1.8em;
  }
  .pre-inc .entry_tit .mark dl{
    
  }
  .pre-inc .entry_tit .mark dl{
    display: unset;
    align-items: center;
  }
  .pre-inc .entry_tit .mark dt{
    width: 100%;
    text-align: center;
  }
  .pre-inc .entry_tit .mark dt img{
    width: 30%;
    margin-bottom:0.5em;
  }
  .pre-inc .entry_tit .mark dd{
    width: 100%;
  }
  .pre-inc .entry_tit big {
    font-size: 1.2em;
  }
  .pre-inc .entry_tit span {
    font-size: 0.6em;
  }
  .pre-inc .entry_tit .mark .appeal{
    font-size:0.6em;
  }
}