@charset "utf-8";
/* CSS Document */

/* contents */
.breadcrumbs {
    background: #faf7ee;
    border: 4px solid #faf7ee;
    margin-top: 130px;
}

.breadcrumbs li {
    display: table;
    float: left;
    background: #a6840d;
    position: relative;
}

.breadcrumbs li a {
    display: table-cell;
    height: 30px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.breadcrumbs li::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 30px;
    top: 0;
    left: -10px;
    background: #a6840d url(/images/shop/akihabara/enkai/index/ico_02.png) left no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    z-index: 9999;
}

.breadcrumbs li a:hover {
    opacity: 1;
}

.breadcrumbs li a:hover span {
    color: #000;
}

.breadcrumbs li a span {
    color: #fff;
    font-size: 10px;
}

.breadcrumbs li:last-child {
    background: #231816;
}

.breadcrumbs li:first-child::before {
    content: none;
}

.breadcrumbs li:last-child::before {
    background: url(/images/shop/akihabara/enkai/index/ico_03.png) left no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
}

.slide .slick-prev::before {
    background-image: url(/images/shop/akihabara/enkai/index/button_slick.png);
}

.slide .slick-next::before {
    background-image: url(/images/shop/akihabara/enkai/index/button_slick.png);
}


.section_01 {
    background-image: url(/images/shop/akihabara/enkai/index/section_01_bg.png);
}

.tit_01 {}

.tit_03 {
    margin-top: -50px;
    padding-top: 50px;
}

.tit_04 {
    margin-top: -50px;
    padding-top: 50px;
}

.line03 {
    padding-bottom: 45px;
}

.line03 .slide_01_price {
    height: 90px;
}

.slide_01 .slick-prev::before {
    background-image: url(/images/shop/akihabara/enkai/index/button_slick.png);
}

.slide_01 .slick-next::before {
    background-image: url(/images/shop/akihabara/enkai/index/button_slick.png);
}

.section_04 {
    background-image: url(/images/shop/akihabara/enkai/index/section_04_bg.png);
}

.tab_01_tit01>div.tab_01c {
    height: 70px;
}

.tab_01_tit01>div.tab_01c a,
.tab_01_tit01>div.tab_01c a:hover {
    color: #000;
    opacity: 1 !important;
}

.tab_01_tit01>div.tab_01c a::after {
    position: absolute;
    content: '';
    background: url(/images/shop/common/enkai/ico_01_bk.svg) no-repeat;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    right: 15px;
}

.tit_05 {
    margin-top: -50px;
    padding-top: 50px;
}

.tit_06a::before {
    background-image: url(/images/shop/akihabara/enkai/index/ico_05.png);
}

.tit_06b::before {
    background-image: url(/images/shop/akihabara/enkai/index/ico_06.png);
}

.tit_06c::before {
    background-image: url(/images/shop/akihabara/enkai/index/ico_07.png);
}

.tbl_05b th,
.tbl_05b td {
    text-align: center;
}


.tab_01_tit02 {
    height: 80px;
    border-top: 2px solid #000;
    text-align: center;
}

.tab_01_tit02>div {
    height: 80px;
    display: inline-block;
    width: 300px;
    height: 76px;
    line-height: 76px;
    margin: 0 2px;
    border: 2px solid #000;
    position: relative;
    font-size: 22px;
    background: #eeeeee;
    cursor: pointer;
    bottom: 2px;
}

.tab_01_tit02>div:hover {
    background: #ccc;
}

.tab_01_tit02>div.active {
    border-top: none;
    border-bottom: 4px solid #751e06;
    bottom: 4px;
    background: #fff;
}

.tab_01_tit02>div.tab_01c {
    height: 70px;
    bottom: -3px;
    background: #a6840d;
}

.tab_01_tit02>div.tab_01c:hover {
    background: #a6840d;
    border: 2px solid #a6840d;
    opacity: 0.8;
}

.tab_01_tit02>div.tab_01c a {
    color: #fff;
    position: relative;
    display: block;
    font-size: 18px;
    padding-right: 30px;
}

.tab_01_tit02>div.tab_01c:hover a {
    color: #fff;
    opacity: 1;
}

.tab_01_tit02>div.tab_01c a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.tab_01_tit02>div.tab_01c:hover a::after {
    border-left: 10px solid #fff;
}

.tab_01_tit02>div span {
    font-size: 16px;
}

.txt_04 {
    color: #bf320a;
    font-size: 18px;
    font-weight: bold;
}

.txt_05 {
    color: #606060;
    font-size: 14px;
}

.list_08 {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.list_08 dt {
    position: relative;
}

.list_08 dt::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #606060;
}

.list_08 dt::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #606060;
}

.span_10 {
    color: #bf320a;
    font-size: 20px;
    font-weight: bold;
}

.span_10 span {
    font-size: 14px;
    color: #bf320a;
}

a[rel="lightbox"]:after {
    background-image: url(/images/shop/akihabara/enkai/hall/lightbox_zoom.png);
}

.tab_items {
    cursor: pointer;
}

.tab_content .tab_items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 305px;
    float: left;
    margin-right: 22.5px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    border: 1px solid #563008;
}

.tab_content .tab_items:nth-child(3n) {
    margin-right: 0;
}

.tab_items .tab_items01_ttl {
    background: #563008;
    font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    position: relative;
}

.tab_items .tab_items01_ttl:before {
    position: absolute;
    content: "";
    background: url(/images/shop/akihabara/enkai/index/img_ic01.png) no-repeat;
    width: 23px;
    height: 23px;
    background-size: 23px auto;
    right: 10px;
    top: calc(50% - 12px);
}

.tab_items .tab_items01_ttl:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 3px;
    height: 22px;
    left: 10px;
    top: calc(50% - 11px);
}

.tab_items .tab_items01_ttl a {
    color: #fff;
    font-size: 18px;
}

.tab_items .tab_items01ct {
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
}

.tab_items02 {
    margin-bottom: 10px;
}

.tab_items02 dt {
    width: 122px;
    margin-right: 10px;
    float: left;
}

.tab_items02 dt img {
    width: 100%;
}

.tab_items02 dd {
    width: calc(100% - 132px);
    float: right;
}

.tab_items02 dd .tab_items02_price_ttl {
    color: #000;
}

.tab_items02_price {
    color: #d46934;
    font-size: 22px;
    line-height: 0.9em;
    font-weight: bold;
}

.tab_items02_prices {
    font-size: 14px;
    font-weight: normal;
}

.txt_tax {
    font-size: 12px;
    color: #231815;
    margin-bottom: 2px;
    font-weight: normal;
}

.tab_items02_price_sub {
    font-size: 12px;
    color: #231815;
    margin-bottom: 2px;
    display: block;
    font-weight: normal;
}

.tax_disc {
    font-size: 11px;
    color: #231815;
    font-weight: normal;
}

.tab_items02tb {
    border: 1px solid #9d9494;
    background: #fff;
    width: 100%;
}

.tab_items02tb th {
    width: 57%;
}

.tab_items02tb td {
    width: 43%;
}

.tab_items02tb td,
.tab_items02tb th {
    border-bottom: 1px solid #9d9494;
    padding: 2px 4px;
    box-sizing: border-box;
    color: #000;
}

.tab_items02tb th {
    background: #eae7da;
    font-size: 14px;
    font-weight: normal;
    color: #231815;
    text-align: left;
}

.tab_items02tb tr:last-child td,
.tab_items02tb tr:last-child th {
    border-bottom: none;
}

.tab_items01_txt {
    font-size: 14px;
    color: #231815;
    line-height: 1.7em;
}

.th_box .th_img {
    padding-right: 5px;
}

.tit_12 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(182, 169, 138);
}

.hall_slider_nav .slick-track {
	display: flex;
	justify-content: center;
	width: 100% !important;
	transform: none !important;
}

#sec_08{
    background: url(/images/shop/common/enkai/index/bg_body.webp) no-repeat;
}