@charset "UTF-8";

/* mainvisual 
  ---------------------------------------------------------------------- */
#mainvisual {
	height: 410px;
	min-height: auto;
	box-sizing: content-box;
	position: relative;
}

#mainvisual picture {
	width: 100%;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#mainvisual picture img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	-o-object-fit: cover;
}

.mainvisual__ttl {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.mainvisual__ttl span {
	font-size: 32px;
	letter-spacing: 0.08em;
	writing-mode: vertical-rl;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

/* pagetop
  ---------------------------------------------------------------------- */
#page-top {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: opacity 0.3s ease;
	cursor: pointer;
	background: url(../images/pagetop.svg);
	background-size: contain;
}

#page-top.stop {
	position: absolute;
	bottom: 0;
}

#page-top:hover {
	opacity: 0.8;
}


/* title
---------------------------------------------------------------------- */
.ctitle {
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: bold;
	line-height: 1.5;
	color: var(--primary-color);
}

.ctitleEng {
	font-size: 14px;
	display: block;
	color: var(--accent-color);
	font-weight: 500;
	letter-spacing: 0.08em;
}


/* btn
---------------------------------------------------------------------- */
#RthCustomizeW .cbtn {
	color: #fff;
	background: url(../images/icon_arrow.svg) no-repeat center right 8%;
	background-size: 10px;
	background-color: var(--secondary-color);
	min-width: 224px;
	height: 48px;
	font-weight: 500;
	padding: 0 40px 0 15px;
	letter-spacing: 0.04em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cbtn.cbtn--small {
	min-width: 110px;
	height: 27px;
	padding: 0 15px 0 8px;
	background-size: 7px;
	justify-content: flex-start;
}

#RthCustomizeW .cbtn_plan {
	color: #fff;
	width: 190px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 6px 40px 6px 20px;
	gap: 10%;
	background: url(../images/icon_arrow_circle.svg) right 15px center no-repeat;
	background-size: 16px 16px;
	background-color: var(--primary-color);
}

#RthCustomizeW .cbtn_plan.cbtn_plan--large {
	font-size: 24px;
	width: 285px;
	height: 60px;
	background-size: 24px 24px;
	background-position: right 23px center;
}


.cbtn_icon {
	width: 280px;
	max-width: 100%;
	height: 48px;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: 0.04em;
	background: url(../images/icon_arrow_blue.svg) no-repeat center right 18px;
	background-color: #fff;
	border: 1px solid #B2B2B2;
	background-size: 7px 7px;
}

.cbtn_icon:hover {
	background-position: center right 15px;
}

.cbtn_icon::before {
	content: "";
	background: url(../images/icon_map.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
}

.mapBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	height: 32px;
	padding: 0 50px;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	position: relative;
	background: url(../images/icon_car.svg) no-repeat center left 7px;
	background-size: 34px 18px;
	transition: background-size 0.3s;
}

.mapBtn:hover {
	background-size: 40px 32px;
}

.mapBtn::after {
	position: absolute;
	top: 50%;
	right: 4px;
	padding-right: 5px;
	transform: translateY(-50%);
	content: "MAP";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 46px;
	height: 20px;
	color: #fff;
	background: url(../images/bg_mapBtn.png) no-repeat;
	background-size: contain;
}

.mapBtn.mapBtn--walk {
	background: url(../images/icon_walk.svg) no-repeat center left 17px;
	background-size: 11px 20px;
	transition: background-size 0.3s;
}

.mapBtn.mapBtn--walk:hover {
	background-size: 15px 25px;
}

/* slider
---------------------------------------------------------------------- */
#contents .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#contents .slick-list,
#contents .slick-track,
#contents .slick-slide>div,
#contents .slick-slide>div li,
#contents .slick-slide {
	height: 100%;
}

#contents .slick-dots {
	display: flex;
	justify-content: center;
	bottom: 27px;
}

#contents .slick-dots li {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin: 0 15px;
	background: #FFFFFF;
	cursor: pointer;
}

#contents .slick-dots li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

#contents .slick-dots li:hover,
#contents .slick-dots li.slick-active {
	background: var(--primary-color);
}

/* bg
---------------------------------------------------------------------- */
.bg__deco {
	position: relative;
}

.bg__deco::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 370px;
	background: linear-gradient(to top, #eff0f2 0%, #ffffff 100%);
	z-index: 0;
}