@charset "utf-8";

body {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    -webkit-text-size-adjust: 100%;
    min-width: 1140px;
    min-height: 100vh;
    letter-spacing: 0.06em;
}


/* PC */


/* header */


#customer_header #header_wrap {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: url(https://storage.489ban.net/storage/customer/2369/489ban_lucy/img/bg_h.jpg) repeat-x;
    webkit-transition: top 0.8s;
    -o-transition: top 0.8s;
    transition: top 0.8s;
    padding-top: 15px;
}

#customer_header #header_wrap #header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#customer_header #header h1 {
    width: 240px;
}

#customer_header h1, #customer_header h2, #customer_header h3, #customer_header h4, #customer_header h5, #customer_header h6, #customer_footer h1, #customer_footer h2, #customer_footer h3, #customer_footer h4, #customer_footer h5, #customer_footer h6 {
    margin: 0;
}

#customer_header a, #customer_footer a {
    color: #0f5934;
    text-decoration: none;
    transition: all 0.5s;
}

#customer_header a:hover, #customer_footer a:hover {
    opacity: .8;
    text-decoration: none;
}






#customer_header #gnav li a {
    position: relative;
    text-align: center;
}

#customer_header #gnav li a:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #0f5934;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}



#customer_header #gnav li a:hover:after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}







#customer_header #gnav li span.menu_en {
    font-size: 100%;
    font-weight: bold;
}

#customer_header #gnav li span.menu_ja {
    display: block;
    font-size: 80%;
}


#customer_header #gnav {
    width: 800px;
    box-sizing: border-box;
}

#customer_header #gnav ul, #customer_header #gnav li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

#customer_header #gnav li {
    padding-right: 30px;
}

#customer_header ul, #customer_header ol, #customer_header li, #customer_footer ul, #customer_footer ol, #customer_footer li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#customer_header #main_img {
    background: url(https://storage.489ban.net/storage/customer/2369/489ban_lucy/img/airstream_demo_reservation.jpg)no-repeat center center #fff;
    background-size: cover;
    height: 686px;
    padding: 0;
    position: relative;
    width: 100%;
}

#customer_header #main_img:before {
    background-color: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#customer_header #main_img h1 {
    position: absolute;
    font-size: 36px;
    color: #fff;
    padding: 200px 180px 0;
    text-shadow: 0px 0px 5px #000;
}


/* footer */


#customer_footer #ft_add {
    margin: 0 auto;
    padding: 55px 0 20px;
    text-align: center;
}

#customer_footer #ft_add .ft_logo {
    margin: 0 auto 5px;
}

#customer_footer #ft_add .ft_logo p {
    font-size: 13px;
}

#customer_header p, #customer_footer p {
    padding: 0;
    margin: 0;
}

#customer_footer #ft_add .ft_logo a {
    display: block;
    margin: 25px 0;
}
#customer_header a, #customer_footer a {
    text-decoration: none;
    transition: all 0.5s;
}

#customer_footer #ft_add .ft_logo a img {
    margin-bottom: 15px;
    width: 280px;
}
#customer_header a img, #customer_footer a img {
    transition: all 0.5s;
}

#customer_header img, #customer_footer img {
    max-width: 100%;
}

#customer_footer #ft_add .sns {
    display: flex;
    margin: 20px auto;
    width: 200px;
    align-items: center;
    justify-content: center;
}

#customer_footer #ft_add .sns li {
    margin: 0 15px;
    width: 30px;
}

#customer_footer #ft_add address {
    display: inline-block;
    font-size: 15px;
    padding: 0 0 20px;
}

#customer_footer #ft_add address span {
    display: inline-block;
    margin: 0 5px;
}

#customer_footer #footer .reser_btns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 790px;
}

#customer_footer #footer .reser_btns li:nth-child(1), #customer_footer #footer .reser_btns li:nth-child(2), #customer_footer #footer .reser_btns li:nth-child(3) {
    width: 230px;
    height: 50px;
    margin: 20px 3px 0;
}

#customer_footer #footer .reser_btns li a {
    display: block;
}

#customer_footer #footer .reser_btns li:nth-child(1) a, #customer_footer #footer .reser_btns li:nth-child(2) a, #customer_footer #footer .reser_btns li:nth-child(3) a {
    text-align: center;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 0;
    background: #0f5934;
}

#customer_footer #footer .copyright {
    background: #333;
    color: #fff;
    clear: both;
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}


/* plan */


#webc_con.webc_dsn_typeE .webc_breadcrumb li.active a {
    color: #ffffff;
}

#webc_con.webc_dsn_typeE .webc_breadcrumb li.active a span {
    background: #fff;
    border-color: #6d6966;
    color: #6d6966;
}

#webc_con.webc_dsn_typeE .webc_sub_head {
    border-left-color: #b8997b;
}

#webc_con.webc_dsn_typeE .webc_description dt {
    border-color: #b8997b;
}

#webc_con.webc_dsn_typeE .webc_btn_default {
    background: #b8997b;
    box-shadow: none;
}

#webc_con.webc_dsn_typeE .webc_btn_default:hover {
    opacity: .8;
    background: #b8997b;
}

#webc_con.webc_dsn_typeE .webc_box .webc_box_head:before {
    border-color: #b8997b transparent transparent #b8997b;
}

#webc_con.webc_dsn_typeE .webc_xs_estimate_pc>div>dl>dd dl dt {
    background: #b8997b;
}

#webc_con.webc_dsn_typeE .webc_xs_estimate_pc>div>dl>dd dl dd b {
    color: #b8997b;
}

#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary>dt:before {
    background: #b8997b;
}


/* sumaho */


/* header */
p.plan_submenu {
    font-size: small;
    font-weight: bold;
}
p.plan_submenu a {
    background: #0f5934;
    color: #fff!important;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 0.5em;
}

@media screen and (max-width: 600px)
#customer_header #header_wrap {
    background: rgba(255,255,255);
    display: block;
    height: 60px;
    width: 100%;
    min-width: 0;
    left: 0!important;
}