@charset "utf-8";
/* CSS Document */
img {
    max-width: 100%;
    height: auto;
}

.m10t {
    margin-top: 10px;
}

.m20t {
    margin-top: 20px !important;
}

.m30t {
    margin-top: 30px;
}

.txt_center {
    text-align: center;
}

/* contents */

.header_r li:nth-child(1) img {
    margin-right: 10px;
}

.header_r li:nth-child(2) span {
    font-size: 12px;
    float: none;
}

.header_r li:nth-child(2) span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.header_r li:nth-child(2) a {
    padding-left: 10px;
}

.header_r li:nth-child(2) a:hover {
    opacity: 0.6;
}

.header_r li:nth-child(2) img {
    margin-right: 10px;
}

.header_r li:nth-child(4) {
    width: 220px;
}

.header_r li:nth-child(4) span {
    font-size: 15px;
    display: block;
}

.header_r li:nth-child(4) a {
    color: #fff;
    position: relative;
    padding-right: 40px;
    font-size: 12px;
}

.header_r img {
    width: 30px;
    vertical-align: middle;
}

.video_wrap {
    max-width: 800px;
    width: 95%;
    margin: 0 auto 40px;
    position: relative;
    padding-top: 48.25%;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.slide {
    width: 100%;
    /*  height: 700px; */
    overflow: hidden;
}

.slide div {
    position: relative;
}

.slide div p {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    background: rgba(53, 44, 72, 0.7);
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
}

.slide .slick-prev,
.slide .slick-next {
    z-index: 9999;
    width: 60px;
    height: 30%;
    top: 40%;
    background: rgba(32, 32, 78, 0.7);
}

.slide .slick-prev {
    left: 0;
}

.slide .slick-prev::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 0;
    background: url('/images/shop/shibuya/enkai/top/index/button_slick.png') left no-repeat;
    -webkit-background-size: 180% auto;
    -moz-background-size: 180% auto;
    -ms-background-size: 180% auto;
    -o-background-size: 180% auto;
    background-size: 180% auto;
}

.slide .slick-next {
    right: 0;
}

.slide .slick-next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    background: url('/images/shop/shibuya/enkai/top/index/button_slick.png') right no-repeat;
    -webkit-background-size: 180% auto;
    -moz-background-size: 180% auto;
    -ms-background-size: 180% auto;
    -o-background-size: 180% auto;
    background-size: 180% auto;
}

.slide .slick-slide img {
    margin: 0 auto;
}

.section_01 {
    background: #e9e6d8;
}

.section_02 {
    background: url(/images/shop/shibuya/enkai/top/index/section_02_bg.png) center repeat fixed;
}
.enkaiTop .section_02{
    background: unset;
}
.section_08 {
    background: url(/images/shop/shibuya/enkai/top/index/section_01_bg.png) center repeat fixed;
}

#sec_02.section_02{
    background: url(/images/shop/shibuya/enkai/top/index/section_02_bg.png) center repeat fixed;
}

#chainstore .btn_02 a{
    background: #105996;
}

.tit_01 {
    font-size: 36px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    text-align: center;
    position: relative;
}

.tit_01::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #adab15;
    bottom: -3px;
    left: 0;
}

.tit_01::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #adab15;
    bottom: -8px;
    left: 0;
}

.span_01 {
    font-size: 54px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}

.section_01 .tit_01 {
    color: #000;
}

.list_01 {
    margin: 50px 0;
}

.list_01 li {
    width: 225px;
    height: 360px;
    float: left;
    margin-left: 20px;
    background: #fff;
}

.list_01 li img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}

.list_01 li p {
    background: #fff;
    padding: 0 10px 20px 10px;
    font-size: 16px;
    position: relative;
}

.list_01 li p a {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #7272aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px 0 5px;
    top: 106px;
    right: 10px;
}

.list_01 li p a::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
}

.bd_wp {
    margin-top: 20px;
    text-align: center;
}

.bd_wp ul li {
    width: calc((100% - 22px) / 2);
    float: left;
    box-sizing: border-box;
    border: 1px solid #b6a98a;
    padding: 4px;
    background: #fff;
    margin-right: 22px;
    margin-bottom: 22px;
}

.bd_wp ul li:nth-child(2n+2) {
    margin-right: 0;
    margin-bottom: 0;
}

.bd_wp ul li a {
    border: 1px solid #b6a98a;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    color: #444;
}

.bd_wp ul li a div {
    width: 100%;
}

.bd_wp ul li a dl {
    display: flex;
}

.bd_wp ul li a dl dt .img_wp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 113px;
    margin-right: 16px;
    background: #fff;
}

.bd_wp ul li a dl dt .img_wp img {
    max-width: 100%;
    max-height: 100%;
}

.bd_wp ul li a dl .btn_wp {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    background: #b69e00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 20px 3px 15px;
}

.bd_wp ul li a dl .btn_wp:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
}

.bd_wp ul li a dl dd {
    width: calc(100% - 129px);
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.btn_01.btn_01_show {
    display: none;
}

.btn_01 a {
    width: 100%;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #a6840d;
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn_01 a[target="_blank"]::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: no-repeat center/contain url(/images/shop/common/enkai/ico_01.svg);
    margin-right: 7px;
}

.btn_01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.btn_01_brn {
    text-align: center;
    margin-top: 30px;
}

.btn_pink {
    margin-top: 10px;
}

.btn_pink a {
    width: 600px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #c33e6d;
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 3px;
}

.list_02 {
    margin-top: 10px;
}

.list_02 li {
    width: 470px;
    height: 510px;
    background: #fff;
    float: left;
    margin-left: 20px;
    position: relative;
    margin-top: 40px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.list_02 li img {
    width: 100%;
}

.list_02 li.wide {
    width: 960px;
    float: none;
}

.list_02 li.height_01 {
    height: 470px;
}

.list_02 li .tit_02 {
    font-size: 22px;
}

.span_02 {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #231815;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
}

.span_02::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: 2px;
    left: 2px;
    border: 1px solid #d4c59a;
}

.list_02_txt {
    padding: 15px;
}

.tit_02 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 28px;
    padding-left: 10px;
    border-left: 6px solid #231815;
    letter-spacing: -1px;
}

.tit_02a {
    margin-top: 40px;
}

.span_03 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 20px;
    color: #bf320a;
}

.list_02 li p {
    font-size: 14px;
    margin-top: 20px;
    color: #606060;
}

.list_02 li a:not(.list_02_link) {
    background: #a19983;
    display: block;
    text-align: center;
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 10px auto 5px;
}

.list_02 li a[target=_blank] img {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.list_02 li a:not(.list_02_link)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: -3px;
}

.list_02 li a[target=_blank]::after {
    content: none;
}

.list_02 li .list_02_grid_ct{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 250px;
}

.list_02 li .list_02_grid_ct a{
    position: relative;
    height: inherit;
}

.list_02 li .list_02_grid_ct img{
    height: 100%;
    object-fit: cover;
}

.section_03 {
    background: #fff;
}

.slide_01 {
    margin-top: 30px;
}

.slide_01 .slick-list {
    padding-bottom: 10px !important;
}

.slide_01_child {
    border: 1px solid #e4e0d1;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    padding: 20px;
    width: 918px;
    margin: 0 50px;
    background: #FFF;
}

.slide_01_child p {
    font-size: 14px;
}

.slide_01_child p.slide_01_txt {
    height: 70px;
}

.slide_01_child p.number {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    margin-bottom: 5px;
}

.slide_01_child .number::before {
    content: '';
    position: absolute;
    width: 48%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
}

.slide_01_child .number::after {
    content: '';
    position: absolute;
    width: 48%;
    height: 1px;
    background: #000;
    top: 50%;
    right: 0;
}

.slide_01_tit {
    border-bottom: 1px solid #e4e0d1;
    padding: 10px 0;
    position: relative;
    margin-bottom: 15px;
    min-height: 55px;
}

.tit_03 {
    font-size: 14px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}

.tit_04 {
    font-size: 22px;
}

.slide_01_price {
    position: absolute;
    width: 190px;
    height: 55px;
    padding: 0 40px;
    border-left: 1px solid #e4e0d1;
    top: 8px;
    right: 0;
    line-height: 1.5;
    font-size: 14px;
    padding-top: 5px;
}

.span_04 {
    display: inline-block;
    width: 60px;
    background: #231815;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 8px;
}

.btn_02 a {
    display: block;
    background: #751e06;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 20px auto;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn_02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
}

.bx_access_btn {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.btn_02-full a {
	max-width: 100%;
	height: 60px;
	line-height: 60px;
}

.btn_02-full a::after {
	border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
}

.btn_02 a br {
    display: none;
}

.slide_01_nav {
    width: 960px;
    margin: 30px auto 50px;
}

.slide_01_nav .slide_01_nav_child {
    display: table;
    width: 213px;
    float: left;
    margin-left: 20px;
    border: 1px solid #bebaaa;
    background: #d0d0d0;
    padding: 5px;
    cursor: pointer;
}

.slide_01_nav .slide_01_nav_child:hover {
    opacity: 0.7;
}

.slide_01_nav .slide_01_nav_child.slick-current {
    background: #fff;
}

.slide_01_nav .slide_01_nav_child.slick-current:hover {
    opacity: 1;
}

.slide_01_nav .slide_01_nav_child p {
    display: table-cell;
    vertical-align: top;
}

.slide_01_nav .slide_01_nav_child p:nth-child(1) {
    width: 80px;
}

.slide_01_nav .slide_01_nav_child p:nth-child(2) {
    padding: 10px;
}

.slide_01 .slick-prev,
.slide_01 .slick-next {
    z-index: 9999;
    width: 50px;
    height: 28%;
    top: 50%;
    background: #a19983;
}

.slide_01 .slick-prev {
    left: 50%;
    margin-left: -550px;
}

.slide_01 .slick-prev::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 0;
    background: url(/images/shop/shibuya/enkai/top/index/button_slick.png) left no-repeat;
    -webkit-background-size: 180% auto;
    -moz-background-size: 180% auto;
    -ms-background-size: 180% auto;
    -o-background-size: 180% auto;
    background-size: 180% auto;
}

.slide_01 .slick-next {
    right: 50%;
    margin-right: -550px;
}

.slide_01 .slick-next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    background: url(/images/shop/shibuya/enkai/top/index/button_slick.png) right no-repeat;
    -webkit-background-size: 180% auto;
    -moz-background-size: 180% auto;
    -ms-background-size: 180% auto;
    -o-background-size: 180% auto;
    background-size: 180% auto;
}

.inner_01 {
    padding: 0 20px;
}

.bx_bnr {
    padding: 0 20px;
    text-align: center;
}


.box_01 {
    background: #f2f2f2;
    margin: 60px auto 70px;
    padding: 40px 0;
}

#sec_03a.box_01,
#sec_03a .box_01{
    background: #fff;
}

#sec_05{
    background: #e9e6d8;
}

.list_03 {
    margin-top: 30px;
}

.list_03 ul {
    display: flex;
    flex-wrap: wrap;
}

.list_03 li {
    display: table;
    margin-bottom: 20px;
    width: 33.33%;
}

.list_03 li p {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.list_03 li p:first-child {
    padding: 0;
    width: 120px;
}

.list_03_sub_txt {
    font-size: 12px;
}

.barrier_free dt {
    vertical-align: middle;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.barrier_free dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}

.tbl_01 {
    background: #fff;
    border-top: 1px solid #bebaaa;
    border-left: 1px solid #bebaaa;
}

.tbl_01 td {
    border-bottom: 1px solid #bebaaa;
    border-right: 1px solid #bebaaa;
    width: 25%;
    color: #606060;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
}

#sec_03 {
    padding-bottom: 40px;
}

#sec_03 .inner_01{
    margin-top: 40px;
}

.section_04 .tit_01 {
    color: #fff;
}

.section_04 .tit_01 br {
    display: none;
}

.txt_01 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 60px;
}

.box_02 {
    width: 920px;
    padding: 20px;
    background: #fff;
    display: table;
    margin: 20px auto 0;
}

.box_02>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    line-height: 1.3;
}

.box_02>div.box_02_tel02 {
    display: none;
}

.box_02>div span {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 42px;
    letter-spacing: 6px;
}

.box_02>div img {
    float: left;
    margin-right: 10px;
}

.txt_02.section_03_ttl01 {
    margin-top: 40px;
}

.btn_03 {
    display: table;
    width: 100%;
}

.btn_03 a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background: #d28d08;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.btn_03 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.txt_02 {
    font-size: 18px;
    color: #606060;
    text-align: center;
    margin: 20px 0;
}

.tab_01_tit01 {
    height: 80px;
    border-bottom: 2px solid #000;
    text-align: center;
}

.tab_01_tit01 > 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;
}

.tab_01_tit01 > div:hover {
    background: #ccc;
}

.tab_01_tit01 > div.active {
    border-bottom: none;
    border-top: 4px solid #751e06;
    top: 2px;
    background: #fff;
}

.tab_01_tit01 > div.tab_01c {
    height: 70px;
}

.tab_01_tit01 > div.tab_01c:hover {
    opacity: 0.8;
}

.tab_01_tit01 > div.tab_01c a {
    color: #000;
    position: relative;
    display: block;
    padding-right: 30px;
}

.tab_01_tit01>div.tab_01c:hover a {
    opacity: 1;
}

.tab_01_tit01>div span {
    font-size: 16px;
}

.tab_01_content {
    padding: 30px 0;
}

.tab_01_content>div {
    display: none;
}

.tab_01_content>div.active {
    display: block;
}

.box_03 {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px;
}

.tit_05 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.tit_05 span {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
}

.tit_05::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
}

.list_04 {
    width: 700px;
    margin: 10px auto 20px;
}

.list_04 ul {
    display: table;
    width: 100%;
}

.list_04 li {
    width: 33.33%;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
}

.list_04 li img {
    margin-bottom: 10px;
    width: auto;
}

.tbl_02 {
    margin: 0 auto 10px;
    border-top: 2px solid #969280;
    border-left: 2px solid #969280;
    background: #fff;
}

.tbl_02 th,
.tbl_02 td {
    border-bottom: 2px solid #969280;
    border-right: 2px solid #969280;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
}

.tbl_02 th {
    background: #969280;
    color: #fff;
    font-size: 18px;
}

.tbl_02 td {
    padding-top: 5px;
}

.tbl_02 td span {
    font-size: 15px;
}

.box_04 {
    margin-top: 40px;
    background: #dddde7;
    padding-bottom: 1px;
}

.box_04_cover {
    position: relative;
    overflow: hidden;
}

.box_04_cover img {
    width: 100%;
}

.tit_06 {
    background: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    padding: 20px;
    position: relative;
    letter-spacing: 2px;
}

.tit_06a {
    padding-left: 90px;
}

.tit_06a::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url(../../../../images/ginza/party/enkai/index/ico_05.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.tit_06b {
    padding-left: 90px;
}

.tit_06b::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url(../../../../images/ginza/party/enkai/index/ico_06.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.tit_06c {
    padding-left: 90px;
}

.tit_06c::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url(../../../../images/ginza/party/enkai/index/ico_07.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.box_04_cover .tit_06 {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 0;
    width: calc(34% - 110px);
}

.box_04_content {
    margin: 20px;
    padding: 20px 20px 0;
    background: #fff;
}

.tit_07 {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    font-weight: normal;
}

.tit_07::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d28d08;
}

.tit_07::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d28d08;
}

.txt_03 {
    background: #0f0f32;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}

.txt_03::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 20px solid #0f0f32;
    border-bottom: 17px solid transparent;
}

.txt_03 span {
    color: #fff;
}

.span_05 {
    font-size: 14px;
}

.span_06 {
    font-size: 22px;
    font-weight: bold;
}

.list_05 {
    padding-bottom: 1px;
}

.list_05 ul {
    margin: 10px 0;
    display: table;
    width: 100%;
    border-left: 1px solid #e8e8e8;
}

.list_05 ul li {
    display: table-cell;
    border-right: 1px solid #e8e8e8;
    padding: 0 10px;
    vertical-align: middle;
}

.tbl_03 th {
    font-size: 14px;
    background: #818095;
    text-align: center;
    font-weight: normal;
    padding: 7px 0 3px;
    color: #fff;
}

.tbl_03 td {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.tbl_03 td span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.tbl_04 {
    margin-top: 10px;
}

.tbl_04 th,
.tbl_04 td {
    padding: 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    color: #606060;
}

.tbl_04 th {
    font-size: 16px;
    padding: 10px;
    color: #df9800;
    text-align: left;
}

.span_07 {
    background: #000;
    display: inline-block;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.span_07 span {
    font-size: 16px;
    color: #fff;
}

.span_08 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    background: #f2df8c;
    text-align: center;
    padding-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2px;
}

.span_08 span {
    font-size: 12px;
}

.span_08.span_08b {
    display: inline;
    margin-left: 10px;
}

.list_06 {
    padding: 0 20px 20px;
}

.list_06 ul {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.list_06 li {
    display: table-cell;
    vertical-align: top;
    width: 390px;
}

.list_06.full_w>ul>li {
    width: 100%;
}

.tbl_05 ol.menu {
    padding-left: 15px;
}

.tbl_05 ol.menu li {
    display: list-item;
    list-style: outside decimal;
}

.tbl_05 {
    background: #fff;
    margin-bottom: 10px;
    border-top: 2px solid #969280;
    border-left: 2px solid #969280;
}

.tbl_05 th {
    background: #969280;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 8px 8px 80px;
    text-align: left;
    position: relative;
    border-right: 2px solid #969280;
}

.tbl_05a th {
    padding: 0;
    border-bottom: 2px solid #969280;
    font-size: 14px;
}

.tbl_05 td {
    padding: 20px 20px 10px;
    vertical-align: top;
    line-height: 1.7;
    border-bottom: 2px solid #969280;
    border-right: 2px solid #969280;
}

.tbl_05a td {
    text-align: center;
    height: 95px;
    vertical-align: middle;
}

.tbl_05b {
    border-top: 1px solid #969280;
    border-left: 1px solid #969280;
}

.tbl_05b th,
.tbl_05b td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #969280;
    border-right: 1px solid #969280;
    vertical-align: middle;
}

.tbl_05b th {
    width: 31%;
    border-bottom: 1px solid #fff;
}

.tbl_05b tr:last-child th {
    border-bottom: 1px solid #969280;
}

.th_box .th_img {
    padding-right: 5px;
}

.th_box {
    margin-top: 0 !important;
}

.th_box .th_img {
    float: left !important;
    padding-top: 5px;
    margin: 0;
}

.th_box .th_ttl {
    width: 75% !important;
    margin: 0;
    float: left;
}

.tbl_05b .td_disc {
    text-align: left;
}

.tbl_05c {
    border-top: 3px solid #818095;
    border-left: 1px solid #818095;
}

.tbl_05c th,
.tbl_05c td {
    padding: 10px;
    /*    text-align: left;*/
    font-size: 14px;
    border-bottom: 3px solid #818095;
    border-right: 3px solid #818095;
    text-align: center;
}

.span_09 {
    background: #000;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    width: 55px;
    text-align: center;
    padding: 5px 0 0;
}

.span_09 span {
    color: #fff;
    font-size: 16px;
}

.tbl_05 th .span_09 {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% - 4px);
}

.tbl_06 th,
.tbl_06 td {
    border: none;
    font-size: 12px;
    padding: 0;
    line-height: 2;
    background: none;
    color: #231815;
    font-weight: normal;
}

.tbl_06 td {
    text-align: right;
}

.tit_08 {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    margin-top: 20px;
}

.list_07 ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.list_07 li {
    vertical-align: top;
    /* width: 10%; */
}

.list_07 li img {
    float: left;
    margin-right: 10px;
    width: 120px;
}

.section_08 .tit_01,
.section_08 .txt_05 {
    color: #fff;
}

.section_08 .tit_02 {
    color: #fff;
    border-left: 6px solid #fff;
}

.list_16 {
    padding: 20px 40px;
}

.list_16 .slick-slide {
    padding: 10px;
}

.list_16 .slick-slide p {
    margin-top: 5px;
}

.list_16 img {
    max-width: 100%;
}

.list_16 .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background: #7272aa;
    margin-top: -20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.list_16 .slick-prev::before {
    content: '';
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -6px;
    opacity: 1;
}

.list_16 .slick-next {
    right: 0;
    width: 40px;
    height: 40px;
    background: #7272aa;
    margin-top: -20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.list_16 .slick-next::before {
    content: '';
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    top: 50%;
    margin-top: -7px;
    right: 50%;
    margin-right: -6px;
    opacity: 1;
}

.list_16 .slick-dots {
    position: relative;
    bottom: 0;
}

.list_16 .slick-dots li.slick-active {
    background: #7272aa !important;
}

.list_16 .slick-dots li {
    background: #c7c7da !important;
}

.barrier_free_tr .barrier_free_tr_item {
    display: table;
    width: 100%;
}

.barrier_free_tr .barrier_free_tr_item_img {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
}

.barrier_free_tr .barrier_free_tr_item_img img {
    width: 100%;
    border: 1px solid #939393;
}

.barrier_free_tr .barrier_free_tr_item_desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 90%;
}

@media screen and (min-width: 751px) {
    /* .list_07 li:nth-child(even) {
        padding: 0 3% 0 1%;
        width: 36%;
    } */
    .txt_01_okosama {
        width: 675px;
        float: right;
        font-size: 14px;
        color: #595757;
    }
}

.list_07 li h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.list_07 li p {
    font-size: 12px;
    color: #606060;
}

.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 #7272aa;
    bottom: 4px;
    background: #fff;
}

.tab_01_tit02>div.tab_01c {
    height: 70px;
    bottom: -3px;
    background: #866884;
}

.tab_01_tit02>div.tab_01c:hover {
    background: #866884;
    border: 2px solid #866884;
    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 #fff;
    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: #df9800;
    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;
}

.slide_03 {
    width: 840px;
    margin: 30px auto;
}

.slide_03 .slick-slide {
    padding: 0 10px;
    color: #606060;
}

.slide_03 img {
    width: 100%;
    margin-bottom: 5px;
}

.slide_03 .slick-prev,
.slide_03 .slick-next {
    background: #7272aa;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.slide_03 .slick-prev {
    left: -55px;
}

.slide_03 .slick-next {
    right: -55px;
}

.slide_03 .slick-prev:hover,
.slide_03 .slick-prev:focus,
.slide_03 .slick-next:hover,
.slide_03 .slick-next:focus {
    background: #7272aa;
    opacity: 0.7;
}

.slide_03 .slick-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    opacity: 1;
    border-top: 10px solid transparent;
    border-right: 17px solid #fff;
    border-bottom: 10px solid transparent;
}

.slide_03 .slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 50%;
    margin-right: -10px;
    width: 0;
    height: 0;
    opacity: 1;
    border-top: 10px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 10px solid transparent;
}

.slick-dots li button::before {
    content: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: #c7c7da;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.slick-dots li.slick-active {
    background: #7272aa;
}

#sec_05 {
    padding-bottom: 0;
}

#sec_06 {
    padding-top: 0;
}

.list_09 ul {
    margin-top: 10px;
}

.list_09 ul li {
    float: left;
    width: 49%;
    margin-top: 20px;
}

.list_09 ul li:nth-child(odd) {
    width: 49%;
    margin-right: 2%;
}

.box_05 {
    border: 1px solid #bebaaa;
    background: #fff;
    display: table;
    width: calc(100% - 2px);
}

.box_05:hover {
    opacity: 0.7;
}

.box_05>div {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    position: relative;
}

.box_05>div:nth-child(1) {
    width: 160px;
}

.txt_06 {
    color: #df9800;
    font-size: 12px;
}

.tit_09 {
    font-size: 22px;
    padding: 10px 0;
}

.span_11 {
    display: block;
    font-size: 14px;
}

.txt_07 {
    font-size: 12px;
    color: #606060;
}

.btn_04 {
    position: absolute;
    background: #b69e00;
    color: #fff;
    padding: 0 30px 0 20px;
    line-height: 25px;
    font-size: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn_04:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
}

.box_06 {
    margin-top: 20px;
}

.box_06 img {
    float: left;
    margin-right: 20px;
    width: 400px;
}

.tit_10 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.list_10 li {
    width: 310px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.list_10 li:nth-child(1) {
    margin-left: 0;
}

.list_10 li img {
    width: 300px;
}

.list_11 {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.list_11 ul {
    display: table;
    width: 100%;
}

.list_11 li {
    display: table-cell;
    width: 50%;
}

.list_11 img {
    float: left;
    margin-right: 10px;
    width: 200px;
}

.list_11 p {
    font-size: 18px;
    color: #606060;
    padding-top: 10px;
}

.list_11 p span {
    font-size: 14px;
    display: block;
    color: #606060;
}

#slide_03 {
    /* background: #f3f3f3; */
    padding: 40px 0 20px;
}

.list_12 {
    width: 960px;
    margin: 0 50px;
}

.list_12 ul {
    display: flex;
    flex-wrap: wrap;
}

.list_12 li {
    width: 184px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #606060;
}

.list_12 li:nth-child(5n) {
    margin-right: 0;
}

.list_12 li img {
    margin-bottom: 5px;
}

#sec_08,
#sec_08a {
    padding-bottom: 0;
}

.map_01 {
    width: 100%;
    height: 450px;
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
}

.btn_05 a {
    width: 600px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #105996;
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn_05 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.btn_05 a:hover {
    opacity: 0.7;
}

.box_07 {
    background: #353023;
    padding: 20px 20px 10px;
    display: table;
    width: calc(100% - 40px);
    margin-top: 30px;
}

.box_07>div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}

.box_07 h4 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 5px;
}

.box_07 div .tbl_05 {
    float: left;
    margin-left: 10px;
}

.box_07 div .tbl_05:nth-child(odd) {
    margin-left: 0;
}

#sec_10{
    background: #e9e6d8;
}

#sec_10a {
    padding-bottom: 0;
}

.footer_03_r li:nth-child(2) a {
    padding: 10px 40px 7px 20px;
}

.footer .tit_07:before {
    border-bottom: 8px solid #d28d08;
}

.footer .tit_07:after {
    border-top: 8px solid #d28d08;
}

#fancybox-close {
    background: transparent url(../../../../images/ginza/party/enkai/index/fancybox/fancybox.png) -40px 0px;
}

.overlay {
    display: none;
}

.list_15 ul {
    margin-top: 10px;
}
.list_15 ul li {
    float: right;
    width: 50%;
    margin-top: 20px;
}
.list_15 ul li:nth-child(odd) {
    width: 49%;
    margin-left: 1%;
}
.list_15 ul li img {
    max-width: 100%;
}
.list_15 ul li:first-child table{
    width: 49%;
}

.header_r a[href='#'] {
    pointer-events: none;
    cursor: auto;
}

.header_r a[href='#']:hover {
    opacity: 1;
}

a[rel="lightbox"] {
    position: relative;
    display: block;
}

a[rel="lightbox"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 15%;
    background: url(../../../../../images/shop/grande/party/common/enkai/hall/lightbox_zoom.png) right no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: auto 100%;
}

.box_04_content_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}

.box_04_content_layout .tbl_04 {
    width: 345px;
}

.box_04_content_layout .tbl_04 th,
.box_04_content_layout .tbl_04 td {
    border-top: 0;
}

.box_04_content_layout>p {
    width: 515px;
}

.mt10 {
    margin-top: 10px;
}

.span_12 {
    font-size: 140%;
    color: #900;
    font-weight: bold;
}

.label_note {
    font-size: 12px;
    color: #606060;
    font-weight: normal;
}

.enkai_des01 {
    color: #606060;
    margin-bottom: 10px;
}

.enkai_acc_ttl {
    font-size: 16px;
    color: #fff;
    padding: 8px 40px 8px 10px;
    background: #969280;
    position: relative;
    cursor: pointer;
}

.enkai_acc_ttl:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 29px;
    background: url(/images/shop/shibuya/enkai/common/enkai_close.png) 0 0 no-repeat;
    background-size: contain;
    top: calc(50% - 14px);
    right: 8px;
}

.enkai_acc_ttl.open:after {
    background: url(/images/shop/shibuya/enkai/common/enkai_open.png) 0 0 no-repeat;
    background-size: contain;
}

.enkai_acc_ttl:hover {
    opacity: 0.7;
}

.enkai_acc_detail {
    padding: 12px;
    display: none;
    border-left: 2px solid #735671;
    border-right: 2px solid #735671;
    border-bottom: 2px solid #735671;
}

.enkai_acc_more {
    font-size: 12px;
    margin-bottom: 0;
}

.enkai_acc_list li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

.enkai_acc_2side {
    display: flex;
    flex-wrap: wrap;
}

.enkai_acc_2side .enkai_acc_2side_item {
    width: 48%;
    margin-right: 4%;
}

.enkai_acc_2side .enkai_acc_2side_item:nth-child(2n) {
    margin-right: 0;
}

.enkai_acc_2side_item ul li {
    font-size: 12px;
    color: #595757;
}

.mb10 {
    margin-bottom: 10px;
}

/*add 01102018*/
/*10092018*/
.tab_01_tit01 {
    border-bottom: 2px solid #000;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 40px;
    box-sizing: border-box;
}

.tab_01_tit01>div {
    margin: 0 4px;
    border: 2px solid #000;
    position: relative;
    font-size: 24px;
    background: #eeeeee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% / 2);
    height: 80px;
    font-weight: normal;
    padding: 10px 0;
}

.tab_01_tit01 > div.active {
    border-bottom: none;
    top: 2px;
    background: #fff;
    border-top: 4px solid #751e06;
}

.tab_01_tit01 > div.active:hover {
    background: #fff;
}

.tab_01_tit01 .tab_01a {
    top: 2px;
    color: #231815;
    line-height: 1.3em;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    left: 0;
}

.tab_01_tit01 .tab_01a:hover {
    cursor: auto;
}

.tab_01_tit01 .tab_01c {
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
    height: 73px;
    top: -5px;
}

.tab_01_tit01 .tab_01c a {
    color: #231815;
    position: relative;
    padding-right: 30px;
    line-height: 1.3;
}

.tab_01_tit01 .tab_01c:before {
    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;
}

.tab_01_tit01>div:hover {
    background: #ccc;
}

.tab_01_tit01>div.tab_01a.active .tab_01a_sp {
    font-size: 18px;
    color: #563008;
    line-height: 30px;
    background: #ffd429;
    display: block;
    font-weight: bold;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.tab_01_tit01>div.tab_01a .tab_01a_sp01 {
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #231815;
    font-weight: bold;
    padding: 4px 0 10px 0;
    box-sizing: border-box;
    line-height: 1.3;
}

.tab_01_tit01>div.tab_01a.active .tab_01a_sp01 {
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 7px;
    padding: 8px;
    line-height: 1.3;
}

.tab_01_tit01>div.tab_01a .tab_01a_sp02 {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    background: #a9a9a9;
    font-weight: bold;
    border-radius: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}

.tab_01_tit01>div.tab_01a.active .tab_01a_sp02 {
    font-size: 18px;
    color: #563008;
    line-height: 30px;
    background: #ffd429;
    font-weight: bold;
    border-radius: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}

.tab_01_content {
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
}

.tab_01_content>div {
    display: none;
}

.tab_01_content>div.active {
    display: block;
}

.tab_01_content .inner_01 {
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}

.tab_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.tab_content .tab_items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    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 #818095;
}

.tab_content .tab_items:hover {
    opacity: 0.6 !important;
}

.tab_content .tab_items:nth-child(3n+3) {
    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:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 3px;
    height: 22px;
    left: 10px;
    top: calc(50% - 11px);
}

.tab_items .tab_items01_ttl:before {
    position: absolute;
    content: "";
    background: url(../../../../images/yokohama/party/enkai/index/img_ic01.png) no-repeat;
    width: 23px;
    height: 23px;
    background-size: 23px auto;
    right: 10px;
    top: calc(50% - 12px);
}

.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_price {
    color: #d46934;
    font-size: 22px;
    line-height: 0.9em;
    font-weight: bold;
}

.tab_items02_prices {
    color: #231815;
    font-size: 14px;
    font-weight: normal;
}

.tab_items02_price_sub {
    font-size: 12px;
    color: #231815;
    margin-bottom: 2px;
    display: block;
    font-weight: normal;
}

.tab_items02_price .tab_items02_prices .price {
    color: #df9800;
    font-weight: bold;
    font-size: 22px;
}

.tab_items02_price .tab_items02_prices .price>.price_num {
    font-size: 25px;
}

.txt_tax {
    font-size: 12px;
    color: #231815;
    margin-bottom: 2px;
    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: #231815;
}

.tab_items02tb tr:last-child td,
.tab_items02tb tr:last-child th {
    border-bottom: none;
}

.tab_items02tb th {
    background: #eae7da;
    font-size: 14px;
    font-weight: normal;
    color: #231815;
    text-align: left;
}

.tab_items01_txt {
    font-size: 14px;
    color: #231815;
    line-height: 1.7em;
}

.tab_items02_price_ttl {
    background: #eae7da;
    padding: 0 4px;
    box-sizing: border-box;
    margin: 4px 0;
    color: #231815;
}

.tab_items .tab_items01_ttl a {
    color: #fff;
    font-size: 18px;
}

.tab_items {
    cursor: pointer;
}

.txt_09 {
    font-size: 18px;
    text-align: center;
    margin: 40px;
    color: #231815;
}

/*end 01102018*/
.under_inner02 {
    width: 960px;
    margin: 60px auto 30px;
}

.access_accordion {
    margin-bottom: 25px;
}

.under_inner01 .access_accordion:last-child,
.under_inner02 .access_accordion:last-child {
    margin: 0;
}

.access_accordion dt {
    background: #969280;
    color: #fff;
    height: 84px;
    box-sizing: border-box;
    padding: 10px 90px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    cursor: pointer;
}

.access_accordion dt:hover {
    opacity: 0.8;
}

.access_accordion dt .access_accordion_icon {
    position: absolute;
    width: 84px;
    height: 84px;
    background: #5c5534;
    top: 0;
    right: 0;
}

.access_accordion dt .access_accordion_icon:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #fff;
    top: calc(50% - 2px);
    left: calc(50% - 25px);
}

.access_accordion dt .access_accordion_icon:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 4px;
    background: #fff;
    left: calc(50% - 2px);
    top: calc(50% - 25px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.access_accordion dt .access_accordion_icon.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.access_accordion dd {
    background: #fff;
    padding: 25px 0;
}

.access_slider_items {
    width: 443px;
    margin: 0 20px;
}

.access_slider_items span {
    display: block;
}

.access_slider_img {
    margin-bottom: 5px;
    width: 100%;
}

.access_slider .prev {
    display: block;
    line-height: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 39px);
    z-index: 101;
    cursor: pointer;
}

.access_slider .next {
    display: block;
    line-height: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 39px);
    z-index: 101;
    cursor: pointer;
}

.access_slider .prev:hover,
.access_slider .next:hover {
    opacity: 0.8;
}

.access_slider_img {
    position: relative;
}

.access_slider_img img {
    width: 100%;
    height: auto;
}

.access_slider_img::after {
    content: attr(index);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 2px #231816;
    border: solid 1px #fff;
    background-color: #231816;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    color: #fff;
}

.mb20 {
    margin-bottom: 20px;
}


/*Modify 5-6-2017*/
/*slider top*/
.img_slide {
    width: 100% !important;
}

.slide_01 .slide_01_child .slide_img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slide_01 .slide_01_child .slide_img::before {
    content: "";
    display: block;
    padding-bottom: 42%;
}

.slide_01 .slide_01_child .slide_img .crop_slide_img {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*modify 14-5-2019*/
.slide {
    /* height: 694px; */
}

.section_04 {
    background: #444 url(/images/shop/shibuya/enkai/top/index/section_04_bg.jpg) bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/*modify 5-6-2019*/
.list_16 .slide_item {
    position: relative;

    z-index: 1;
    padding: 10px;

}

.list_16 .slide_item::before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.list_16 .slide_item .crop_slide_img {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.list_16 .slide_item .crop_slide_img .img_slide {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.f-small {
    font-size: 12px;
    line-height: 1.5em;
}


.fixed-footer {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 100%;
    bottom: 0;
    padding-top: 5px;
    background: rgba(0, 0, 0, 0.85);
}

.fixed-footer-show {
    display: block;
}

.fixed-footer .box_02 {
    background-color: transparent;
    padding: 0 20px;
    margin: 0 auto;
}

.icon_tel_footer {
    max-width: 50px;
    max-height: 50px;
}

.fixed-footer .num_tel {
    font-size: 30px;
}

.fixed-footer .box_02_tel01 {
    color: #fff;
}

.fixed-footer .btn_03 a {
    height: 50px;
}

/*food_contents*/
.food_contents {
    padding: 20px 0;
    margin-top: 20px;
}

.flex_box01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.food_contents .food_flex {
    width: 28%;
    -webkit-box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    padding: 20px;
    border: 1px solid #818095;
    margin-bottom: 40px;
    margin-right: 20px;
}

.food_contents .food_flex:last-of-type {
    margin-right: 0;
}

.food_txt {
    height: auto !important;
    margin: auto !important;
    overflow: hidden;
}

.item_list_ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.item_list_ttl .label3 {
    display: inline-block;
    color: #000;
    font-weight: bold;
    background: #f2df8c;
    width: 145px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 10px;
}

.food_desc {
    box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, 0.3);
    border: 1px solid #818095;
    letter-spacing: 0.06em;
}

.food_desc p:first-child {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background: #818095;
    margin: 0;
    padding: 10px 0;
}

.food_desc p:last-child {
    margin: 10px 0;
}

.food_desc p span {
    color: #bf320a;
}

.food_thum {
    width: 100%;
    overflow: hidden;
}

.food_thum img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .food_thum {
        position: relative;
        /* max-height: 170px; */
    }
    .list_02 li .list_02_grid_ct img{
        aspect-ratio:unset;
    }
}

.food_flex .attention {
    color: red;
    margin-left: 10px;
    font-size: 15px;
}

.line-through {
    text-decoration: line-through;
}

body .food_flex.food_bottom {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.season_box_list_01 .box_content .plan_inner_list {
    padding: 0px 0px 0px 15px;
}

.season_box_03 .item .group_dl02 dt .label2.label2-total_price {
    /*background: #ffbc74;*/
}


.btn_event a {
    width: 600px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: #35bcb5;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    border: solid 1px #35bcb5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn_event a .icon_event {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.btn_event a .icon_window {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.box_hosyou {
    background: #e9e6d8;
    padding: 15px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 40px 10px 0;
    border: 1px solid #b6a98a;
    box-sizing: border-box;
    outline: 4px solid #e9e6d8;
}


.cap_hosyou {
    text-align: center;
    font-size: 18px;
    margin: 0 0 5px;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.ttl_hosyou {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0 10px;

}

.ttl_hosyou>span {
    font-size: 35px;
}

.list_hosyou {
    width: 19%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.ul_hosyou {
    display: flex;
    justify-content: space-between;
}

.txt_hosyou_list {
    padding: 10px;
}

.list_hosyou_ttl {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

.list_hosyou_cap {
    padding: 5px 0;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 13px;
}

.list_hosyou>img {}

.list_hosyou::before {
    content: '1';
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #231815;
    color: #fff;
    display: flex;
    border: 1px solid #d4c59a;
}

.list_hosyou:nth-of-type(2)::before {
    content: '2';
}

.list_hosyou:nth-of-type(3)::before {
    content: '3';
}

.list_hosyou:nth-of-type(4)::before {
    content: '4';
}

.list_hosyou:nth-of-type(5)::before {
    content: '5';
}

.section_style01 {
    margin: 50px auto;
    padding: 30px 15px !important;
    background-color: #eae7da;
}

@media screen and (min-width: 813px) {
    .section_style01 {
        padding: 30px !important;
    }
}

.img_col2 {
    font-size: 0;
}

.section_style01 figure {
    display: flex;
    width: 100%;
}

.img_col2>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
}

.img_col2>img:nth-of-type(2n) {
    margin-right: 0;
}

.img_col2>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
}

.hedaer_sp_dl_btn {
    position: relative;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #535353;
    text-align: center;
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}

.box_menu02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.box_item {
    width: 300px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: #fff9f1 0 0 3px;
    min-height: 320px;
}

.box_item_img {
    text-align: center;
    margin: 5px 5px 0 5px;
}

.box_item_img img {
    width: 280px;
}

.box_item_text {
    margin: 20px 10px;
    font-weight: bold;
}

.box_item_text02 {
    margin: 0 10px;
}

.accordion-container-text {
    cursor: pointer;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    background: #d28d08;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
}

.accordion-container-text:hover {
    opacity: 0.7;
}

.box_menu {
    display: none;
}

.box_item02 {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.box_item02:nth-child(3n) {
    margin-right: 0;
}

.accordion-container-text::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 27px;
    width: 14px;
    height: 2px;
    transform: rotate(90deg) translateY(-50%);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-container-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion-container-text.open::before {
    opacity: 0;
}

.accordion-container-text.open::after {
    transform: rotate(180deg);
}

/* _________________ */
/* ______WP記事用レイアウト */
/* ________________ */

.bd_wp{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.frame_wp {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.frame_wp:nth-child(even) {
    margin-right: 0;
}

.frame_wp dl {
    box-sizing: border-box;
    display: flex;
    border-right: 1px solid rgba(173, 171, 21, 0.3);
}

.bd_wp .frame_wp:nth-of-type(2n) dl{
    border-right: none;
    padding-left: 20px;
}

.bd_wp .frame_wp:nth-of-type(2n+1) dl dd{
    border-right: none;
    padding-right: 20px;
}

.frame_wp dl dt .img_wp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 113px;
    margin-right: 16px;
    background: #fff;
}

.frame_wp dl dt .img_wp img {
    max-width: 100%;
    max-height: 100%;
}

.frame_wp dl dd {
    width: calc(100% - 130px);
    box-sizing: border-box;
    position: relative;
}

.frame_wp dl dd .txt_wp {
    font-size: 15px;
    color: #606060;
    text-align: left;
}

.btn_wp {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    background: #751e06;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 20px 3px 15px;
}

.tasting_box {
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 30%);
    background: #fff;
    border: 1px solid #818095;
    letter-spacing: 0.06em;
    max-width: 960px;
    margin: 50px auto;
}

.tasting_box .tasting_ttl {
    font-family: "ヒラギノ明朝 ProN",
                "Hiragino Mincho ProN",
                "游明朝",
                YuMincho,
                "HG明朝E",
                "MS P明朝",
                MS PMincho,
                serif;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background: #563008;
    margin: 0;
    padding: 10px 0;
}

.tasting_box .tasting_desc {
    margin: 10px 0;
    padding: 0px 20px;
    text-align: left;
}

.tasting_box .tasting_desc_ttl {
    color: #bf320a;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0px 0px 5px;
    text-align: center;
}

figure {
  width: calc((100% - 40px) / 3);
	display: inline-block;
  vertical-align: top;
  margin-right: 14px;
	margin-bottom: 20px;
}

figure:nth-of-type(3n) {
	margin-right: 0;
}

figure .tit_07 {
	font-size: 16px;
}

figure .btn_01 {
	display: block;
}

figure .btn_01 a {
	width: 100%;
}

figure .btn_05 a {
	width: 100%;
}

figure .tbl_05 {
	width: 100%;
}

figure .tbl_05 th, figure .tbl_05 td {
	text-align: center;
}

@media screen and (min-width:751px){
    #sec_05a .list_07 ul{
        display: flex;
    }
    #sec_05a .list_07 li{
        max-width: 300px;
        padding: 0;
    }

    #slide_01 {
        height: 740px;
    }

    #slide_02{
        height: 734px;
    }

}

@media screen and (max-width:750px){
    #sec_05a .list_07 td{
        font-size: 3.5vw;
    }
    .tab_01_tit01>div span{
        font-size: 10px;
        line-height: 1.3;
    }
    .tab_01_tit01 .tab_01c{
        min-width: 120px;
    }
    .bd_wp{
        grid-template-columns: 1fr;
    }
}
