@charset "utf-8";
/* CSS Document */

#kcs .drawer-hamburger-icon,
#kcs .drawer-hamburger-icon:before,
#kcs .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}

#kcs.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}
#kcs.drawer-open .drawer-hamburger-icon:before,
#kcs.drawer-open .drawer-hamburger-icon:after {
    background-color: #000000;
}


/* #page_ttl
----------------------------------------- */
#page_ttl {
    height: 60rem;
    position: relative;
    z-index: 1;
}
#page_ttl .ttl_wrap {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#page_ttl .ttl_wrap h2 {
    font-size: 3rem;
    letter-spacing: 0.075em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}
#page_ttl .ttl_wrap .logo {
    margin-top: 6rem;
}
#page_ttl .ttl_wrap .open_txt {
    margin-top: 11rem;
    font-size: 1.6rem;
    line-height: calc(28/16);
    letter-spacing: 0.075em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}

#page_ttl .pickup_news_wrap {
    position: absolute;
    bottom: 2.5rem;
    left: 4.5rem;
    z-index: 2;
}
#page_ttl .pickup_news_wrap .pickup_news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem 2rem;
}
#page_ttl .pickup_news_wrap .pickup_news > li {
    display: flex;
    line-height: 1;
}
#page_ttl .pickup_news_wrap .pickup_news > li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0 2rem;
}
#page_ttl .pickup_news_wrap .pickup_news .date {
    font-size: 1.4rem;
    line-height: calc(35/14);
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #FFFFFF;
}
#page_ttl .pickup_news_wrap .pickup_news .ttl {
    font-size: 1.4rem;
    line-height: calc(35/14);
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #FFFFFF;
}

#page_ttl .bg_slider {
    width: 100%;
    height: 100%;
}
#page_ttl .swiper-slide {
    width: 100%;
    height: 100%;
}
#page_ttl .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
#page_ttl {
    height: 58rem;
}
#page_ttl .ttl_wrap {
    top: 4.5rem;
}
#page_ttl .ttl_wrap h2 {
    font-size: 2.7rem;
    line-height: calc(38/27);
    white-space: nowrap;
}
#page_ttl .ttl_wrap .logo {
    margin-top: 1.5rem;
}
#page_ttl .ttl_wrap .open_txt {
    margin-top: 5rem;
}

#page_ttl .pickup_news_wrap {
    bottom: 2rem;
    left: 1rem;
}
#page_ttl .pickup_news_wrap .pickup_news {
    grid-gap: 1rem 0;
}
#page_ttl .pickup_news_wrap .pickup_news > li {
    display: flex;
    line-height: 1;
}
#page_ttl .pickup_news_wrap .pickup_news > li a {
    flex-flow: column;
    align-items: flex-start;
    grid-gap: 0.3rem 0;
}
#page_ttl .pickup_news_wrap .pickup_news .date {
    font-size: 1.4rem;
    line-height: calc(35/14);
    color: #FFFFFF;
}
#page_ttl .pickup_news_wrap .pickup_news .ttl {
    font-size: 1.4rem;
    line-height: calc(20/14);
    color: #FFFFFF;
}

#page_ttl .bg_slider {
    width: 100%;
    height: 100%;
}
#page_ttl .swiper-slide {
    width: 100%;
    height: 100%;
}
#page_ttl .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}


/* #intro
----------------------------------------- */
#intro {
}

#intro .inner {
    max-width: 95rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#intro .txt_wrap {
	font-size: 1.6rem;
	line-height: calc(40/16);
	letter-spacing: 0.1em;
	text-align: left;
}

/* 基本のスタイル */
#intro.delighter .txt_wrap {
transition: all 1.0s ease-out;
transform: translateY(10%);
opacity: 0;
}

/* スタート時のスタイル */
#intro.delighter.started .txt_wrap {
transform: none;
opacity: 1;
}


@media screen and (max-width: 768px) {
#intro .inner {
    max-width: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#intro .txt_wrap {
	font-size: 1.5rem;
	line-height: calc(32/15);
	letter-spacing: 0.1em;
	text-align: left;
}
}


/* #access
----------------------------------------- */
#access {
    background-color: #F9F9F9;
}

#access .inner {
    max-width: 115rem;
    padding-top: 12rem;
    padding-bottom: 14rem;
}
#access h2.ttl {
    padding: 0;
}
#access .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}
#access .map_wrap {
	width: calc(574/1150*100%);
}
#access .map_wrap iframe {
	width: 100%;
    height: 100%;
    aspect-ratio: 574 / 420;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#access .txt_wrap {
	width: calc(480/1150*100%);
}
#access .txt_wrap h3 {
	font-size: 1.8rem;
	line-height: calc(25/18);
	letter-spacing: 0.1em;
    font-weight: 400;
	text-align: left;
}
#access .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: calc(32/14);
	letter-spacing: 0.1em;
    font-weight: 500;
	text-align: left;
    margin-top: 2rem;
}
#access .txt_wrap .btn_wrap {
    margin-top: 5rem;
    display: flex;
    justify-content: flex-start;
}
#access .txt_wrap .btn_wrap .btn {
    margin: 0;
}

/* 基本のスタイル */
#access.delighter .txt_wrap {
transition: all 1.0s ease-out;
transform: translateY(10%);
opacity: 0;
}

/* スタート時のスタイル */
#access.delighter.started .txt_wrap {
transform: none;
opacity: 1;
}

/* 基本のスタイル */
#access.delighter .map_wrap {
transition: all 1.0s ease-out;
transform: translateY(10%);
opacity: 0;
}

/* スタート時のスタイル */
#access.delighter.started .map_wrap {
transform: none;
opacity: 1;
}

@media screen and (max-width: 768px) {
#access .inner {
    max-width: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#access h2.ttl {
    padding: 0;
}
#access .layout {
    flex-flow: column;
    margin-top: 4rem;
}
#access .map_wrap {
	width: 100%;
}
#access .map_wrap iframe {
	width: 100%;
    height: 100%;
    aspect-ratio: 574 / 420;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#access .txt_wrap {
	width: 100%;
    margin-top: 4rem;
}
#access .txt_wrap h3 {
	font-size: 1.8rem;
	line-height: calc(25/18);
	letter-spacing: 0.1em;
    font-weight: 400;
	text-align: left;
}
#access .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: calc(32/14);
	letter-spacing: 0.1em;
    font-weight: 500;
	text-align: left;
    margin-top: 2rem;
}
#access .txt_wrap .btn_wrap {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
}
#access .txt_wrap .btn_wrap .btn {
    margin: 0;
}
}
