@charset "UTF-8";
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    /*text-align: left;*/
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    font-family: inherit;
}
h1,h2,h3,h4,h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}
input,textarea,select {
    font-family: inherit;
    font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}
th,td {
    border-collapse: collapse;
}
table th,table td {
    white-space: nowrap;
}
ul,ol {
    list-style-type: none;
}
img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width /***/:auto;
}
#cont{
    padding: 0;
}
.breadcrumb {
    padding-top: 40px;
    list-style: none;
    max-width: 1200px;
    margin: 0px auto 0;
    width: 86%;
    border: none;
    font-size: 10px;
}

.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/

}

.breadcrumb li:last-child {
    color:black;

}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #767676;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*動画*/
.mac_list_item_eyecatch{
    width: 100%;
    height: auto;
    margin: 20px 0 15px;
}



/*リンク*/
.link_w {
    display: inline-block;
    border: solid 5px rgba(153, 125, 83, 1);
    font-size: 14px;
    font-weight: 700;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 15px; 
}
.b_content{
    color: rgba(153, 125, 83, 1);
    width: 100%;
    font-size: 13px;
}
.b_content_f2{
    color: rgba(153, 125, 83, 1);
    width: 100%;
    font-size: 13px;  
    font-weight: 700;
}

.link_w::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: solid 2px rgba(153, 125, 83, 1);
    transition: 0.1s;
    z-index: -1;
}

.link_w:hover::before {
    border: solid 7px rgba(153, 125, 83, 1);
    box-sizing: border-box;
}

.ibc_gra {
    border: solid 5px rgba(153, 125, 83, 1);
    transition: 0.1s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    width: 81%;
    height: 45px;
    background-color: #fff;
    color: rgba(153, 125, 83, 1);
    padding: 0 2%;
    margin: 20px auto 0;
}
.ibc_gra:hover {
    border: solid 10px rgba(153, 125, 83, 1);
}
.ibc_gra_s{
    border: solid 5px rgba(153, 125, 83, 1);
    transition: 0.1s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin: 50px auto 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: rgba(153, 125, 83, 1);
    padding: 0 3%;
    text-align: center;
    clear: left; /*float用*/
}
.ibc_gra_s:hover {
    border: solid 10px rgba(153, 125, 83, 1);
}
.ibc_gra_p{
    border: solid 5px rgba(153, 125, 83, 1);
    transition: 0.1s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: rgba(153, 125, 83, 1);
    padding: 0 ;
    margin: auto;
}
.ibc_gra_p:hover {
    border: solid 10px rgba(153, 125, 83, 1);
}
.b_content::after{
    content: ">";
    padding-left: 6%;
}
.b_content_f2::after{
    content: ">";
    padding-left: 6%;
}
.mac_link::after{
    content: ">";
    padding-left: 1%;
}
.sic_link::after{
    content: ">";
    padding-left: 1%;
}

/*リンク*/

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
    width: auto;
    font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
    margin:0; /* ボックス全体の位置調整 */
}

.acbox label{
    width: auto;
    font-size: 14px; /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: left;
    background: #fff; /* ラベルの背景色 */
    position: relative;
    display: block;
    padding:0;
    cursor: pointer;
    color: #000;
    padding-right: 14px;
    
}

.acbox label:hover{
    background: #fff; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
    display: none;
}

.acbox label:after{
    color: #000;
    content:"＋"; /* ラベルのアイコン */
    transform:rotateZ(180deg); 
    position: absolute;
    top: 28%;
    right: 0px;
    margin-top: -14px;
}

.acbox input:checked ~ label::after {
    content:"ー"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
    height: auto;
    padding: 18px 0; /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    opacity: 1;
    text-align: left;
    text-indent: 0;
    padding-left: 0;
    font-size: 12px;
}

.acbox input:checked ~ label {
    background: #fff; /* クリック後のラベルの背景色 */
}

.acbox-under{
    font-size: 15px; /* 開いた部分の文字サイズ */
    color: #000; /* 開いた部分の文字色 */
}

.hr_line{
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.icon_q::before{
    content: "Q.";
    font-family: HelveticaNowDisplay-XBd, sans-serif;
    padding-right: 15px;
    font-size: 18px;
}
.icon_a::before{
    content: "A.";
    font-family: HelveticaNowDisplay-XBd, sans-serif;
    padding-right: 13px;
    font-size: 18px;
    font-weight: 700;
}
.to_news dt{
    font-size: 10px;
    color: #767676;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/




.work_allwapper{
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
.fd_btn_area{
    width: 100%;
    margin: 50px 0;
    background-image: url("https://www.hotelnikko-fukuoka.com/img/restaurant/img_rest_serena_f1.jpg");
    background-size: cover;
}
.fd_title{
    color: #fff;
    padding: 30px 0 20px;
    font-weight: 700;
    margin-top: 30px;
    font-size: 11px;
}
.fd_text{
color: #fff;
font-size: 13px;
font-weight: 700;
padding: 0 43px;
text-align: left;
}
.inner_btn_cont>.link_w a:hover{
    border: solid 8px rgba(153, 125, 83, 1);
    box-sizing:border-box;
}
.fdb_inner>.inner_btn_cont>.link_w{
    background-color: #fff;
}
.fdb_inner{
 height: 280px; 
/*height: 210px;   バナー1つ*/
    background-color: rgba(0,0,0,0.4);
}
.w50{
    width: 100%;
}

.work_img img{
    width: 100%;
    border-radius:5px;
}
.work_name{
    text-align:left;
    font-size: 14px;
    margin: 13px 0 8px;
    font-weight: 700;  
}
.work_detail{
    font-size: 12px;
    text-align: left;
    line-height: 2.0;
}
.pc_none{
    display: none;
}
.sp_none{
    display: none;
}
/*↑↑メインページと共通クラス*/

.hed_title_area{
    margin: 50px 0;
    text-align: left;
    font-family: serif;  
}
.h_sbtitle{
    font-size: 14px;
    font-family: serif;
}
.h_title{
    font-size: 26px;
    font-family: serif;
    font-weight: 700;
    margin: 10px 0 20px;
}
.h_text{
    font-size: 15px;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

/*↑↑Workページと共通クラス*/



.hr_line{
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    
}
.next_link{
    color: rgba(153, 125, 83, 1);
    font-weight: 700;
}
.next_link::after{
    content: ">";
    padding-left: 2%;
}
.nc_link_text{
    margin: 20px 0;
    text-align: center;
}
.farm_content{
    text-align: left;
}
.farm_content{
    display: flex;
}
.farm_textbox{
    text-align: left;
    padding:0;
    margin: 50px 0 0;
}
.ft_h2{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
}

.ft_h2 span{
    color: rgba(153, 125, 83, 1);
    padding-right: 15px;
}
.ft_text{
    font-size: 16px;
    line-height: 2;
}
.farm_content{
    display: flex;
}
.farm_img_content{
    display: flex;
    margin-bottom: 30px;
}
.fic_items_img{
    display: flex;
}
.fic_items_img img{
    padding: 0 5px;
}
.fic_item_mvtext{
    font-size: 12px;
}
.mac_link{
    margin: 15px 0 20px;
}
.support_text{
    font-size: 16px;
    line-height: 2.0;
}
.support_text_boxl{
    font-size: 14px;
    text-align:left;
    line-height: 1.8;
}
.support_content{
    margin: 80px 0;
    display: flex;
    flex-direction: column-reverse;
}
.support_title{
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
}
.support_title span{
    color: rgba(153, 125, 83, 1);
}
.support_title span{
    padding-right: 15px;
}
.sic_content{
    display: flex;
    padding: 15px 0;
}
.support_text_boxr{
    margin: 30px 0 50px;
}
.support_content_row{
    margin-top: 50px;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
}
.workers_link {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}
.worker_item{
    margin: 50px 0;
    display: flex;
}
.work_img {
    width: 50%;
}
.worker_text {
    margin-left: 20px;
}
.work_name {
    text-align: left;
    font-size: 16px;
    margin: 0px 0 8px;
    font-weight: 700;
}
.work_detail {
    font-size: 13px;
    text-align: left;
    line-height: 1.7;
}
.workers_list{
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
         padding: 20px 0;
    }
.btop{
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}
.job_item{
    color: rgba(153, 125, 83, 1);
    font-weight: 700;
    padding: 10px 0 5px;
}
.job_item::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid rgba(153, 125, 83, 1);
    transform: rotate(132deg);
    padding-right: 0px;
    position: relative;
    left: 95px;
    bottom: 15px;
}
.job_item:hover{
    opacity: 0.5;
}
.job_item span{
    padding-left: 30px;
}

@media screen and (min-width:768px) {
.worker_item{
    float: left;
    width: 24%;
    margin: 20px 32px;
}
.workers_list{
/*    padding-bottom:550px;*/
    height: 500px;
}
.mcont_fl_container{
    display: flex;
}
.mfc_left{
    width: 80%;
    margin-left: 0;
    margin-top: 0;
    padding-right: 45px;
}
.mfc_left_re{
    width: 70%;
    padding-left: 40px;
}
    
.mfcr_copy{
    font-size: 22px;        
}
.mfcr_text{
    font-size: 14px;
}
.mfc_right{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}
.mfc_right_re{
     width: 70%;
    margin-top: 0;
}
.mcont_fl_container_re{
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 10px;
}
.he_1{
    height: 535px;
    border-bottom: none;
    padding: 30px 0;    
}
.he_2{
    height: 555px;
    padding: 30px 0;
}
.main_content_area{
    margin-bottom: 30px;
}
.ibc_gra_s{
    width: 40%;
    margin-top: 20px;
}
    .nc_link_text{
        margin-top: 20px;
    }
    .mcont_title{
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .h_title{
        font-size: 30px;
        margin: 10px 0 20px;
    }
    .h_text{
        font-size: 14px;
    }
    .farm_img_box img{
        width: 100%;
    }
    .farm_textbox{
        margin-top: 80px;
        border-top: none;
    }
    .fic_item_mvtext{
        font-size: 14px;
    }
    .support_text_boxr img{
        width: 100%;
    }
    .support_img_box{
        text-align: left;
    }
    .sic_title{
        font-size: 14px;
    }
    .support_content_row{
        text-align: left;
    }
     .ft_h2{
        font-size: 24px;
    }
    .ft_text{
        font-size: 18px;
        line-height: 2.0;
    }
    .support_text{
        font-size: 18px;
    }
    .fd_text{
        text-align: center;
    }
    .job_item{
        font-size: 12px;
    }
}
@media screen and (min-width:1024px) {
    .h_title{
        font-size: 36px;
        margin: 15px 0 20px;
    }
    .h_sbtitle{
        font-size: 14px;
    }
    .h_text{
        font-size: 16px;
    }
    .hed_title_area{
        margin: 40px 0 60px;
    }
.breadcrumb {
    width: 100%;
    font-size: 12px;
    padding-top: 100px;
}
.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #767676;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.fd_title{
    font-size: 16px;
}
.fd_text{
    font-size: 24px;
    text-align: center;
    padding: 0;
}
.inner_btn_cont{
    display: flex;
    justify-content: space-around;
    margin: 0 220px;
}
.fdb_inner>.inner_btn_cont{
margin-top: 30px;
}
.fdb_inner{
height: 280px; 
/*height: 210px;   バナー1つ*/
background-color: rgba(0,0,0,0.4);
}
.ibc_gra {
    border: solid 5px rgba(153, 125, 83, 1);
    transition: 0.1s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    width: 340px;
    height: 60px;
    background-color: #fff;
    color: rgba(153, 125, 83, 1);
    padding: 0 3%;
}
.selection_flow_area{
    margin-bottom:100px;
    width: 100%;
    margin-top:0px;
}
.b_content{
    font-size: 18px;
}
.b_content_f2{
    font-size: 18px;
}
.mr1{
    margin-right: 30px;        
}
    
.work_name{
    font-size: 18px;
}
    .work_detail{
        font-size: 14px;
        margin-top: 15px;
    }
    .mcont_title{
        font-size: 28px;
    }
    .mfcr_text{
        font-size: 18px;
        line-height: 2.0;
    }
    .workers_link{
        font-size: 18px;
        margin-bottom: 30px;
    }
.sp_none{
    display: block;
}
.pc_none{
    display: none;
}
/*↑↑メインページと共通クラス*/
    .worker_item{
        width: 31%;
        margin: 10px 10px 40px;;
    } 
 
    .workers_list{
        height: 1040px;
        padding: 50px 0;
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }
    .list_area{
        margin: 80px 0;
    }
    .main_content_area{
        margin: 80px 0;
    }
    .mcont_fl_container_re{
        margin: 50px 0 80px;
    }
    .he_1{
        height: 535px;
    }
    .he_2{
        height: 1075px;
    }
    .next_link{
        font-size: 16px;
    }
    .nc_link_text{
        font-size: 16px;
        margin: 30px 0;
    }
/*↑↑workページと共通クラス*/
    .farm_fl_content{
        display: flex;
        padding: 50px 0;
        justify-content: flex-end;
       
    }
    .farm_img_box{
        width: 50%;
    }
    .farm_img_box img {
        width: 100%;
    }
    .farm_textbox{
        width: 50%;
        margin-left: 50px;
        margin-top: 0;
        padding: 0;
    }
    .farm_content{
        justify-content: flex-end;
        flex-direction: column;
    }
    .farm_column{
        display: flex;
        width: 50%;
        flex-direction: column;
        margin-left: 53%;
    }
    .fic_items_mv{
        text-align: left;
    }
    .mac_list_item_eyecatch{
        width: 70%;
    }
   
    .farm_img_content{
        width: 100%;
    }
    .support_content{
        display: flex;
        margin-top: 90px;
        flex-direction: row;
    }
    .support_text_boxl{
        width: 52%;
        margin-right: 50px;
    }
    .support_text_boxr{
        margin-top: 0;
        margin-bottom: 0;
    }
    .sic_title{
        font-size: 16px;
    }
    .sic_content{
        width: 54%;
    }
    .support_content_row{
        display: flex;
        flex-direction: row-reverse;
        margin-top: 90px;
    }
    .support_text_boxl_row{
        width: 52%;
        margin-left: 50px;
        text-align: left;
    }
    .fic_items_img{
        padding: 20px 20px 15px 0;
    }
    .fic_items_img img{
    padding: 0 0 0 0;
}
    .support_text{
    font-size: 18px;
    line-height: 2.0;
}
   
    
}
