@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%;
}
/* ----------------------- 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 {
    max-width: 1080px;
}
.mv-bg {
    background: #F4F6F5;
}
.mv {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.mv h2{
    color: var(--main-accent);
    font-family: "Montserrat";
    font-size: 100px;
    font-weight: 400;
    line-height: 80%;
    margin-left: 2.5rem;
}
.mv h2 span{
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
}

/* -- ナビゲーション --*/
.header_nav {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.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;
}

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

#access {
    width: 1920px;
    overflow: hidden;
    position: relative;
    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;
    letter-spacing: 0;
}


/* ----------------------- footer -----------------------*/
.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;
}