@charset "UTF-8";
/* CSS Document */
/* -- 全体 --*/
* {
    margin: 0;padding: 0;
}
:root {
    --main-BG:#F4F6F5;
    --main-accent:#005239;
    --main-txt:#343B2B;
}
html{
    overflow-x:hidden;
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP","YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size:16px;
    min-width: 1200px;
    margin: 0 auto;
    color: #343B2B;
    letter-spacing: .02em;
}
img { 
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a { 
    text-decoration:none!important;
    color: #343B2B!important;
}
p{
    font-size: 1rem!important;
    color: var(--main-txt, #343B2B);
    font-weight: 500;
}
h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 2.5rem;
}
ul{
     list-style: none;
}
table {
    width: 100%;
    font-weight: 500;
}
tr {
    display: flex;
    padding: 0.5rem 0;
    border-bottom: solid 1px var(--main-txt);
    gap: 5rem;
}
tr:last-child {
    border-bottom: none;
}
.inner{
    width: 1080px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.sub-title {
    position: relative;
    color: #AACD99;
    font-size: 14px;
    padding-left: 27px;
    margin-bottom: 1rem;
    font-weight: 700;
}
.sub-title::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/main-icon.png);
    width: 19px;
    height: 19px;
    top: 4px;
    left: 0;
}
.main-title {
    color: var(--main-accent);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2.5rem;
}
.list-box {
    display: flex;
    flex-direction: row;
}
.box-img {
    
}
.box-text {
    
}
.main-btn {
    position: relative;
    display: inline-block;
    color: var(--main-accent) !important;
    border: 1px solid var(--main-accent);
    border-radius: 16px;
    font-weight: 500;
    line-height: 170%;
    padding: 2px 3rem 2px 2rem;;
}
.main-btn::after {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/gn-arrow.png);
    width: 11px;
    height: 9px;
    top: 36%;
    right: 14%;
}

/* ------------------ スライダー＿3枚 --------------------*/
    
.slide_3 {position: relative; overflow: hidden; width: 100%; height: 180px;}
.slide_3 img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; opacity: 0; animation-name: sli--deshow; animation-iteration-count: infinite; animation-duration: 18s;}
.slide_3 img:nth-child(1) { animation-delay: -2s;}
.slide_3 img:nth-child(2) { animation-delay: 4s;}
.slide_3 img:nth-child(3) { animation-delay: 10s;}

@keyframes slideshow { 0% { opacity: 0; }
0%{opacity: 0;}
10%{opacity: 1;}
34%{ opacity: 1;}
38%{ opacity: 0;}
100%{opacity: 0;}
}

/* ----------------------- TOP＿KV -----------------------*/

.cus_contents {
    width: 1080px !important;
    margin: 0 auto;
    padding-top:80px;
}
#cus_page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
	margin:0;
	padding:0;
	color:#333;
	position: relative;
}
#cus_page img {
    width: 100%;
    max-width: 1080px;
}
.mv-bg {
    background: #F4F6F5;
}
.mv {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5rem 0 4rem;
    display: block;
}

/* -- ナビゲーション --*/
.header_nav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 100%;
}
.header_nav a {
    font-weight: 200;
    text-align: center;
    display: block;
}
.header_nav a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.header_title_nav {
    width: 1920px;
    margin: auto;
    overflow: hidden;
    background: #DEE7D5;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.header_title_nav .header_nav ul{
    width: 1080px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_title_nav .header_nav ul li {
    text-align: center;
    border-right: solid 1px #444;
}
.header_title_nav .header_nav ul li:nth-child(n+6):nth-child(-n+8){
    border-right: none!important;
}
.header_title_nav .header_nav ul .wh {
    position: relative;
    background: #fff;
    padding: 2.3rem 0 0.8rem;
}
.header_title_nav .header_nav ul .wh::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/header_icon01.png);
    width: 20px;
    height: 20px;
    top: 12px;
    left: 45%;
}
.header_title_nav .header_nav ul .gn {
    position: relative;
    background: #005239;
    padding: 48px 0 24px;
}
.header_title_nav .header_nav ul .gn a, .header_title_nav .header_nav ul .gn a span {
    color: #fff!important;
}
.header_title_nav .header_nav ul .gn::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/header_icon02.png);
    width: 20px;
    height: 20px;
    top: 20px;
    left: 43%;
}
.header_title_nav .header_nav ul .wh::before:hover,.header_title_nav .header_nav ul .gn::before:hover {
    opacity: 0.7;
}
.header_title_nav .header_nav ul li a {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 1.5rem;
}
.header_title_nav .header_nav ul li a span {
    color: #005239;
    font-size: 12px;
    font-weight: 700;
}

/* ----------------------- introduction -----------------------*/


#introduction{
    background: var(--main-BG);
}
#introduction .box-img {
    width: 60%;
}
#introduction .box-text {
    width: 60%;
    padding: 2.5rem;
}
#introduction h3 {
    color: var(--main-accent);
}
#introduction h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #333;
}
#introduction p {
    line-height: 2;
}


/* ----------------------- point -----------------------*/

#point {
    margin: 5rem 0;
}
#point h3 {
    color: var(--main-accent);
}
#point h4 {
    color: var(--main-accent);
    font-weight: 500;
    font-size: 20px;
}
#point p {
    margin-bottom: 2rem;
}
#point .list-box{
    gap: 2rem;
    margin-bottom: 5rem;
}
#point .box-img img{
    width: 450px;
}

/* ----------------------- access -----------------------*/

#access {
    width: 1920px;
    overflow: hidden;
    position: relative;
    background: var(--main-BG);
    padding: 5rem 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#access h3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
#access .box-item {
    margin-bottom: 1.5rem;
}
#access .box-item h4 {
    font-size: 20px;
}
#access h6 {
    font-size: 20px;
    color: var(--main-accent);
    font-weight: 700;
    padding-bottom: 1rem;
}
#access .list-box {
    gap: 2.5rem;
    width: 1080px;
}
#access .box-text {
    width: 50%;
}
#access p{
    margin-top: 1rem;
    font-size: 16px !important;
    letter-spacing: 0;
}
/* ----------------------- rooms -----------------------*/

#rooms .list-box {
    gap: 2.5rem;
}
#rooms img {
    margin-bottom: 1.5rem;
}
#rooms h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
#rooms h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
#rooms .room-icons {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
#rooms .room-icons p{
    position: relative;
    padding-left: 2rem;
}
#rooms .room-icons .bed::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/bed.png);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
#rooms .room-icons .no::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/no.png);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
#rooms .room-icons .ok::before {
    position: absolute;
    content: "";
    background-image: url(https://rakutentravel.nishitetsu-hotels.net/n-inn/fukuoka/rakuten/images/common/ok.png);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
#rooms .main-btn {
    margin-top: 1.5rem;
    color: var(--main-accent) !important;
    border: 1px solid var(--main-accent);
}
#rooms .room-btn {
    margin: 4rem auto;
    text-align: center;
}

/* ----------------------- Facility -----------------------*/
#facility {
    width: 1920px;
    overflow: hidden;
    position: relative;
    background: var(--main-BG);
    padding: 5rem 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#facility .list-box{
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}
#facility .parking{
    padding: 2.5rem 2.5rem 4rem;
    background: #fff;
}
.facility-btn {
    text-align: center;
    margin: 2.5rem auto 0;
}

/* ----------------------- Facility -----------------------*/
.footer {
    width: 1920px;
    overflow: hidden;
    position: relative;
    background: var(--main-BG);
    padding: 5rem 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 2.5rem;
    padding: 3rem;
    background: var(--main-BG);
}
.footer p{
    margin-top: 1.5rem;
    line-height: 2;
}
.footer img {
    width: 40% !important;
}