@charset "utf-8";

/* ==================================================
contents
================================================== */

/* 共通
============================== */
/* コンテンツ */
.sec_mainvisual,
.sec_news,
.sec_about,
.sec_facility,
.sec_report {
    padding: 50px 0;
}


/* ボタン */
.btn_default a {
    display: inline-block;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
    line-height: 1.5;
    color: #ffffff;
    background-color: #000000;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
}
.btn_default a:hover {
    background-color: #a8242f;
}
.btn_default a:hover::before {
    border: 1px solid #a8242f;
}
.btn_default a::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    position: absolute;
    left: 5px;
    top: 5px;
    transition-duration: 0.3s;
    z-index: -1;
}
.btn_default a::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
}

.btn_default a.icon_pdf,
.btn_default a.icon_word,
.btn_default a.icon_excel,
.btn_default a.icon_ppt,
.btn_default a.icon_txt {
	background-image: none;
}


/* メインイメージ
============================== */
.sec_mainvisual {
    width: 100%;
    min-width: 1100px;
    height: 820px;
    margin: 0;
    padding: 0;
    background-image: url("/site/shared/templates/auberge_top/images/top_main_bg.jpg");
    background-position: center top;
}
.sec_mainvisual .container {
    padding: 0;
    max-width: 1080px;
}
.sec_mainvisual .main_img {
    line-height: 0;
}


/* お知らせ
============================== */
.sec_news .news_wrapper {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 0 40px;
}
.sec_news .news_wrapper .news_cnt {
    position: relative;
}

/* タイトル */
.sec_news .news_cnt .news_head {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    line-height: 1.4;
    border-left: 12px solid #E03C49;
}
.sec_news .news_cnt .news_head .sec_ttl {
    text-align: left;
    color: #333333;
    font-size: 200%;
}
.sec_news .news_cnt .news_head .sec_en_ttl {
    font-weight: bold;
    font-size: 110%;
}
.sec_news .news_cnt .news_head .sec_en_ttl span {
    color: #ab1824;
}

/* お知らせ一覧 */
.sec_news .news_cnt .news_list {
    list-style: none;
}
.sec_news .news_cnt .news_list .news_item:first-child {
    border-top: 2px solid #aaaaaa;
}
.sec_news .news_cnt .news_list .news_item {
    border-bottom: 2px solid #aaaaaa;
}
.sec_news .news_cnt .news_list .news_item a {
    display: flex;
    flex-wrap: wrap;
    padding: 11px 40px 10px 10px;
    background-image: url("/site/shared/site_auberge/images/icon/icon_arrow_circle_bl.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    text-decoration: none;
    color: #333333;
    transition-duration: 0.3s;
}
.sec_news .news_cnt .news_list .news_item a:hover {
    background-color: #f0f0f0;
}
.sec_news .news_cnt .news_list .news_item .news_des {
    display: block;
    width: 100%;
}

/* お知らせ一覧へボタン */
.sec_news .news_cnt .btn_default {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
}


/* パンフレット
============================== */

/* タイトル */
.sec_news .pamf_cnt .pamf_head {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 2px solid #aaaaaa;
    line-height: 1.4;
}
.sec_news .pamf_cnt .pamf_head .sec_ttl {
    margin: 0;
    padding: 0;
    font-size: 200%;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
.sec_news .pamf_cnt .pamf_head .sec_en_ttl {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}
.sec_news .pamf_cnt .pamf_head .sec_en_ttl span {
    color: #ab1824;
}

/* パンフレット */
.sec_news .pamf_cnt .pamf_img .detail_img {
    text-align: center;
}
.sec_news .pamf_cnt .pamf_img .detail_img img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

/* ボタン */
.sec_news .pamf_cnt .pamf_img .btn_default {
    text-align: center;
    position: relative;
    bottom: 28px;
}
.sec_news .pamf_cnt .pamf_img .btn_default a {
    padding: 10px 50px 10px 70px;
    background-image: url("/site/shared/site_auberge/images/icon/icon_download_wh.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.sec_news .pamf_cnt .pamf_en .btn_default {
    text-align: center;
}


/* オーベルジュとは
============================== */
.sec_about {
    padding: 80px 0 220px;
    background-image: url("/site/shared/templates/auberge_top/images/top_about_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* タイトル */
.sec_about .about_head {
    margin: 0 0 30px 0;
    text-align: center;
}
.sec_about .about_head .about_head_img,
.sec_about .about_head .about_head_ttl {
    display: block;
}
.sec_about .about_head .about_head_ttl {
    text-align: center;
    line-height: 1.2;
    color: #DF353A;
    font-weight: 700;
    font-size: 164.3%;
}

/* 内容 */
.sec_about .about_wrapper .about_des {
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 3px #ffffff, 0 0 6px #ffffff, 0 0 9px #ffffff;
    font-size: 120%;
    font-weight: 600;
}

/* ボタン */
.sec_about .btn_default {
    text-align: center;
    font-size: 120%;
}


/* 施設情報
============================== */

/* コンテンツタイトル */
.sec_facility .faility_head {
    margin: 0 0 30px;
    line-height: 1.4;
}
.sec_facility .faility_head .sec_ttl {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: center;
    font-size: 207%;
    font-weight: 600;
}
.sec_facility .faility_head .sec_en_ttl {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.sec_facility .faility_head .sec_en_ttl span {
    color: #ab1824;
}

/* 施設一覧 */
.sec_facility .list_thumbnail {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
}
.sec_facility .list_thumbnail .thumbnail_wrappe {
    display: block;
    position: relative;
}

/* 店内 & 料理画像 */
.sec_facility .list_thumbnail .thumbnail_item.hover .thumbnail_img {
    opacity: 0.7;
}
.sec_facility .list_thumbnail .thumbnail_img {
    display: block;
    margin: 0 0 5px;
    line-height: 0;
    opacity: 1;
    transition-duration: 0.3s;
}
.sec_facility .list_thumbnail .thumbnail_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* カテゴリー */
.sec_facility .list_thumbnail .thumbnail_cat {
    display: block;
    padding: 6px 10px 4px 10px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 10px;
    line-height: 1.5;
    font-size: 90%;
}
.sec_facility .list_thumbnail .thumbnail_cat:empty {
    display: none;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat01 {
	background-color: #ad1414;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat02 {
	background-color: #705400;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat03 {
	background-color:#035e7c;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat04 {
	background-color: #246161;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat05 {
	background-color:#34314C;
}
.sec_facility .list_thumbnail .thumbnail_cat.cat06 {
	background-color:#A20048;
}

/* 記事タイトル */
.sec_facility .list_thumbnail a {
    display: block;
    text-decoration: none;
    color: #000000;
}
.sec_facility .list_thumbnail .thumbnail_ttl {
    display: block;
    position: relative;
    margin: 0 0 3px;
    padding: 0 0 0 20px;
    font-size: 120%;
    font-weight: bold;
}
.sec_facility .list_thumbnail .thumbnail_ttl::before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: 3px;
    border-top: transparent 7px solid;
    border-bottom: transparent 7px solid;
    border-left: #b30009 10px solid;
}
/* 住所 */
.sec_facility .list_thumbnail .thumbnail_address {
    display: block;
    margin: 0;
    padding: 3px 0 0px 23px;
    background-image: url("/site/shared/site_auberge/images/icon/icon_hme_gy.png");
    background-repeat: no-repeat;
    background-position: left top 4px;
    line-height: 1.3;
}

/* ボタン */
.sec_facility .btn_default {
    margin: 50px 0 20px;
    text-align: center;
}
.sec_facility .btn_default a {
    padding: 10px 100px 10px 140px;
    background-image: url("/site/shared/site_auberge/images/icon/icon_pin_wh.png");
    background-repeat: no-repeat;
    background-position: left 100px center;
}


/* オーベルジュ訪問レポート
============================== */
.sec_report {
    padding: 50px 0 21px;
    font-size: 93.7%;
}
.sec_report .container {
    max-width: 844px;
}
.sec_report .container .reort_cnt {
    padding: 0 2px;
}

/* タイトル */
.sec_report .report_head {
    margin: 0 0 22px;
    line-height: 1.4;
}
.sec_report .report_head .sec_ttl {
    text-align: left;
    color: #333333;
    font-size: 160%;
}
.sec_report .report_head .sec_en_ttl {
    font-weight: bold;
    font-size: 120%;
}
.sec_report .report_head .sec_en_ttl span {
    color: #ab1824;
}

/* オーベルジュ訪問レポート */
.sec_report .reort_des {
    display: block;
    margin: 0 0 47px;
    text-align: left;
    color: #000000;
    letter-spacing: normal;
    font-weight: 400;

}
.sec_report .report_box .report_ttl,
.sec_report .report_box .report_sub_ttl,
.sec_report .report_box .report_item {
    margin: 0 0 4px;
}
.sec_report .report_box a {
    text-decoration: underline;
    color: #0057ad;
    font-weight: 700;
}
.sec_report .report_box a:hover {
    text-decoration: underline;
    color: #b3000f;
}
.sec_report .report_box .report_ttl span {
    color: #b20101;
    font-weight: 700;
}
.sec_report .report_box .report_sub_ttl {
    line-height: 1.8;
}
.sec_report .report_box {
    margin: 0 0 30px 0;
}
.sec_report .report_box:last-of-type {
    margin-bottom: 0;
}
.sec_report .report_box .report_list {
	margin: 0 0 0.3em 1em;
	/* list-style-image:url("/site/shared/site_auberge/images/icon/list_icon.png"); */
}
.sec_report .report_box .report_list .report_item:last-child {
    margin-bottom: 0;
}


/* ==================================================
print
================================================== */
@media print {
    body {
        background:#FFFFFF !important;
    }
    #tmp_wrapper {
        width: 100% !important;
    }
    #tmp_wrapper img {
        animation: none;
    }
    #tmp_header {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
        color:#000000 !important;
        background:#FFFFFF !important;
    }
    #tmp_footer {
        margin-top: 10px !important;
        padding-top: 10px !important;
        color:#000000 !important;
        background:#FFFFFF !important;
    }
    .related_links,
    #tmp_print,
    .municipal_office_link,
    #tmp_hnavi_s,
    #tmp_feedback,
    #tmp_lnavi,
    .gnavi,
    .wrap_col_lft_navi,
    .wrap_col_rgt_navi,
    .pnavi,
    .fnavi,
    .plugin,
    #tmp_social_plugins,
    #tmp_inquiry_cnt .inquiry_btn,
    #tmp_feedback,
    #tmp_pankuzu {
        display: none !important;
    }
    .wrap_col_nm,
    .column_lnavi .wrap_col_main,
    .column_rnavi .wrap_col_main {
        float: none !important;
    }
    body,
    #tmp_pankuzu {
        background: none !important;
    }
    .wrap_col_nm,
    .wrap_col_nm2,
    .col_main {
        margin: 0 !important;
        padding: 0 !important;
    }
    #tmp_contents .box_gmap {
        margin: 0;
        padding: 170px 0 0 0;
        position: relative;
        top: -170px;
        page-break-before: always;
    }
    .copyright {
        text-align: left !important;
    }
}