@charset "utf-8";
/*
Theme twentytwenty-child
Theme URI:
Description:WordPressテーマ「twentytwenty」の自作子テーマです。
Template:twentytwenty
Author:B24
Author URI:https://b24.jp/
Version:0.0.1
*/
/*************************** WEB FONT *************************************/
@font-face { /*BEER*/
   font-family: "Lobster";
   src: url('../../../../fonts/Lobster-Regular.ttf') format("truetype");
}
.menu-outwrapper ul.sub-cat li.font-01 {
	font-family: 'Lobster', cursive;
	padding: 0.3em 0.5em;
	line-height: 1;
}

@font-face { /*SHOOTER*/
   font-family: "Bitter";
   src: url('../../../../fonts/NotoSerifTC-Regular.otf') format("truetype");
}
.menu-outwrapper ul.sub-cat li.font-02 {
	font-family: 'Noto Serif TC', serif;
	padding: 0.3em 0.5em;
	line-height: 1;
}

@font-face { /* WHISKEY BRANDY RUM */
   font-family: "CarnivaleeFreakshow";
   src: url('../../../../fonts/CarnivaleeFreakshow-DLrm.ttf') format("truetype");
}
.menu-outwrapper ul.sub-cat li.font-03 {
	font-family: 'CarnivaleeFreakshow';
	letter-spacing: 1px;
    font-size: 170%;
	padding: 0.25em 0.5em;
	line-height: 1;
}

@font-face { /*WINE CHAMPAGNE*/
    font-family: 'fontleroybrownregular';
    src: url('../../../../fonts/FontleroyBrown-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.menu-outwrapper ul.sub-cat li.font-04 {
	font-family: 'fontleroybrownregular';
	font-size: 180%;
    padding: 0.35em 0.5em 0.1em;
    /*margin-top: 3px;*/
	letter-spacing: 1px;
	line-height: 1;
}

@font-face { /*OTHERS*/
   font-family: "Bitter";
   src: url('../../../../fonts/MarcellusSC-Regular.ttf') format("truetype");
}
.menu-outwrapper ul.sub-cat li.font-05 {
	font-family: 'Marcellus SC', serif;
	padding: 0.3em 0.5em;
	line-height: 1;
}
/*************************** LAYOUT *************************************/
/*margin*/
.mgn-b6 {
	margin-bottom: 6em !important;
}


/*************************** COMMON *************************************/
body, #site-header {
	background: transparent;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #fff !important;
	text-decoration: none;
}
a {
	color: #fff;
	text-decoration: none;
}
.section-inner {
	width: 100%;
}
.round-box {
    padding: 2em !important;
}
.content {
	margin: 3em auto 0;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
    margin: 2rem 0 2rem;
	color: #fff;
}

@media (min-width: 1220px) {
h1, .heading-size-1 {
    font-size: 4.8rem;
}
}
@media (min-width: 700px) {
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: 0.3em auto 3rem;
}
}
@media screen and (max-width: 768px) {
h1, .heading-size-1 {
    font-size: 2.4rem;
}
}
@media screen and (max-width: 480px) {
.round-box {
    padding: 1em !important;
}
}
/*************************** HAEDER NAVI *************************************/
li {
	margin: 0;
}
.header-inner {
    padding: 0;
	margin: 0;
}
.header-titles {
	max-width: 100px;
	margin: 0;
	padding: 0;
}
.logo {
	max-width: 100%;
}
ul.primary-menu {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
ul.primary-menu {
	height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
}
@media (min-width: 1220px) {
.primary-menu > li {
    margin: 0;
	padding: 0 1em;
}
}
main, #site-header {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
/*.menu ul li {
	padding: 0 1em;
    border-bottom: none;
    margin: 0;
	letter-spacing: 0.01em;
}*/
.menu ul li .nav-reservation {
	padding: 0.1em 1em;
    font-size: 80%;
    border-radius: 30px;
    background: #fff;
    color: #000;
	display: table-cell;
    vertical-align: middle;
}
/*************************** SINGULAR *************************************/
.singular .entry-header {
    background-color: transparent;
	position: relative;
	background: transparent;
    text-align: left;
	padding: 0;
}
@media (min-width: 700px) {
.singular .entry-header {
	margin: 8rem 0 0;
}
}
@media screen and (max-width: 768px) {
.singular .entry-header {
	margin: 6rem 0 0;
	padding: 0 1em;
}
}
h1.entry-title, h2.entry-title {
    margin: 0;
    max-width: 100%;
}
.singular .post-inner {
	margin: 0;
	padding-top: 2em;
}

/*************************** SEARCH *************************************/
#search-wrapper {
	width: 50%;
	margin: 1em 0 0 auto;
}
#search-wrapper .search-form p {
	display: inline-block;
}
#search-wrapper .search-form input.search-field {
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	padding: 0.5em;
	box-sizing: border-box;
}
#search-wrapper input.search-field::placeholder {
  color: #ccc;
}
#search-wrapper .search-form button.search-submit {
	background: #000;
	display: inline-block;
	border-radius: 5px;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
@media (max-width: 480px) {
#search-wrapper {
    width: 90%;
    margin: 1em auto 0 auto;
}
}
/*************************** SEARCH結果 *************************************/
.search-mds {
	font-size: 140%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.5em 0;
	box-sizing: border-box;
	margin: 1em 0;
}
/*************************** MENU *************************************/

.menu-outwrapper {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 5rem 0 0;
}
.menu-outwrapper #search button {
	display: inline-block;
}
.menu-outwrapper .round-box {
	background-color: rgba(0,0,0,.6);
	padding: 3em;
	border-radius: 2em;
	margin-top: 1em;
}
.menu-outwrapper h2.cat-title {
	margin: 0.3em 0 0;
	padding: 0;
}
.menu-outwrapper .cat-disp p {
	margin: 0 0 2em 0;
	padding: 0;
	font-size: 80%;
}
.menu-outwrapper ul.sub-cat {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	font-size: 50%;
	list-style: none;
}
.menu-outwrapper ul.sub-cat .mds {
	font-size: 20px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.menu-outwrapper ul.sub-cat li {
	display: inline-block;
	padding:  0.3em 0.5em;
	margin: 0.3em;
    background-color: rgba(255,255,255,.15);
	font-size: 160%;
	line-height: 1;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    outline: 1px solid;
    outline-color: #878787;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.menu-outwrapper ul.sub-cat li:hover {
    border-color: #FFF;
    box-shadow: inset 0 0 20px 
    rgba(255, 255, 255, 0.5), 0 0 20px 
    rgba(255, 255, 255, 0.2);
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000;
    cursor: pointer;
}
.menu-outwrapper ul.sub-cat li a {
	color: #fff;
}

.menu-outwrapper .menu-wrapper {
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
}
.menu-outwrapper .menu-wrapper .menu-item {
	width: 48%;
}

.menu-outwrapper .menu-wrapper .menu-item .group1 {
	margin-bottom: 3em;
}
.menu-outwrapper .menu-wrapper .menu-item h4 {
	border: 1px solid #fff;
	padding: 3px 5px;
	margin: 7px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,.6);
}
.menu-outwrapper .menu-wrapper .menu-item h5 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 0;
	margin: 12px 0;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}
.menu-lineup {
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}

.menu-lineup li {
	width: 20%;
    margin: 0 0 2em 0;
	padding: 0 .5em;
    box-sizing: border-box;
}
.normal-lineup .drinks-recommendations-item,  .normal-lineup .foods-recommendations-item{
	display: none;
}
.menu-wrapper #rmd-wrapper {
	width: 100%;
}
.menu-wrapper #d-item {
	width: 100%;
}
.menu-wrapper #f-item {
	width: 100%;
}
.menu-wrapper #d-item .menu-lineup, .menu-wrapper #f-item .menu-lineup {
	justify-content: flex-start;
}
.menu-wrapper #d-item .menu-lineup li, .menu-wrapper #f-item .menu-lineup li {
	padding-right: 1em;
	box-sizing: border-box;
}
.menu-wrapper .rmd-title {
	font-size: 140%;
    text-align: left;
    margin: 1em 0 0.5em 0.5em;
    padding: 1em 0 0;
    border-top: 1px solid #fff;
    display: block;
    width: 100%;
}
.menu-wrapper #d-item .rmd-lineup, .menu-wrapper #f-item .rmd-lineup {
	border-bottom: 1px solid #fff;
	margin-bottom: 2em;
}
.menu-wrapper .menu-cat {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.menu-wrapper .menu-cat p {
	display: inline-block;
	padding: 0.1em 0.5em;
	margin: 0.1em 0.3em 0.1em 0;
	font-size: 10px;
	background: #666;
	border-radius: 5px; 
}
.menu-wrapper .menu-cat p a {
	color: #fff;
	text-decoration: none;
}
.menu-wrapper .menu-photo {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.menu-wrapper .menu-photo:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.menu-wrapper .menu-photo img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.menu-wrapper .menu-name {
	padding: 0;
	margin: 0.5em 0 0;
	width: 100%;
}
.menu-wrapper .menu-name h1 {
	padding: 0.5em 0;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	max-width: 100%;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.menu-wrapper .menu-price {
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-wrapper .menu-price::after {
	display: inline-blogk;
	content: "円（税込）";
}
.menu-wrapper .menu-detail p {
	display: block;
	width: 100%;
	font-size: 60%;
	color: #999;
}
@media screen and (max-width: 834px) {
.menu-outwrapper .round-box {
	width: 90%;
	magin: 0 auto;
}
.menu-outwrapper .menu-wrapper {
	display: block;
}
.menu-outwrapper .menu-wrapper .menu-item {
	width: 100%;
}
}

@media screen and (min-width:481px) and (max-width:980px){
.menu-lineup li {
	width: 33%;
}
}
@media screen and (max-width:480px){
.menu-lineup li {
	width: 46%;
}
.menu-wrapper .menu-cat p {
	margin: 0.1em 0.3em 0 0;
}
.menu-outwrapper ul.sub-cat li {
	padding: 0.3em 0.5em;
	margin: 0.5em 0.3em;
	line-height: 1.3;
}
.menu-outwrapper ul.sub-cat {
	font-size: 40%;
}
.menu-outwrapper .cat-disp p {
	margin: 0 0 .5em;
}
}
/*************************** DRINK *************************************/
#drink, #drinks-recommendations {
    background-image: url(https://b24.jp/img/drink/drink-bg.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #070713;
}
/*************************** FOOD *************************************/
#food, #foods-recommendations {
    background-image: url(https://b24.jp/img/food/food-bg.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #070713;
}
/*************************** NEWS CATEGORY *************************************/

#news {
	background: rgba(0,0,0,.3);
}
section.news-outwrapper {
	padding: 2em;
}
article.news-item {
	margin-bottom: 2em;
	padding-bottom: 2em;
	box-sizing: borer-box;
	border-bottom: 1px solid #fff;
}
article.news-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
    box-sizing: borer-box;
    border-bottom: 1px solid #fff;
}
article.news-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
article.news-item ul h2.article-title, article.news-item ul h2.article-title a {
	font-size: 22px;
	color: #fff;
	margin: 0.5em 0;
	padding: 0;
}
article.news-item ul li.news-photo .news-photo-parts {
	margin-top: 1em;
	display: block;
}
article.news-item ul li.news-photo .news-photo-parts img {
	max-width: 100%;
	margin-top: .5em;
}
article.news-item ul li.news-photo .news-photo-parts .wp-caption-text {
	font-size: 10px;
	color: #f5f5f5;
	position: relative;
}
/*************************** NEWS SINGLE *************************************/
.news-single {
    background-image: url(https://www.b24.jp/img/bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #070713;
	padding: 3em 0;
}
.news-single article.news-item {
    border-bottom: none;
	margin: 0;
}
.news-single .round-box {
    background-color: rgba(0,0,0,.6);
    padding: 3em !important;
	box-sizing: border-box;
    border-radius: 2em;
}
.news-single .round-box .wp-caption-text {
	background: transparent;
}

/******************** PHOTO GALLERY ******************************/
.rbs-img-thumbnail-container {
	background: rgba(0,0,0,.6);
}

/******************** RESRVATION MANAGEMENT ******************************/
/*CALENDAR*/
.reservation-management .fc-view {
	color: #111;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
/*RESRVATION DETAIL*/
.single-event .hentry {
	width: 90%;
	background: rgba(255,255,255,.8);
	padding: 2em;
	border-radius: 2em;
	margin: 6rem auto 0;
	color: #111;
}
.single-event .hentry h3 {
	color: #111;
	font-size: 28px;
	margin: 1em 0;
	padding: 0;
}
.single-event .hentry .entry-header {
	margin: 0;
}
.single-event .hentry .entry-header .entry-title {
	color: #111;
	font-size: 22px;
	padding: 0.5em 0;
	margin: 0 0 1em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.single-event .hentry .entry-content .eventorganiser-event-meta ul.eo-event-meta {
	margin: 0;
	padding: 0;
}
.single-event .hentry .entry-content .eventorganiser-event-meta ul.eo-event-meta li {
	margin: 0 0 0.5em;
	padding: 0;
}
.single-event .hentry .entry-content .eventorganiser-event-meta .return-btn {
	text-align: center;
	font-size: 18px;
}
.single-event .hentry .entry-content .eventorganiser-event-meta .return-btn a {
	display: inline-block;
	text-align: center;
	border-radius: 2em;
	padding: 0.3em 1em;
	margin-top: 3em;
	background: #f56500;
	color: #fff;
}
.single-event .hentry .entry-content .eventorganiser-event-meta .return-btn a:hover {
	color: #fff;
	background: #ebae00;
}


/*************************** PAGENATION *************************************/
.pagination .nav-links {
	font-size: 1em;
}
.nav-links > * {
	    margin: 0 0.7em;
}
.pagination .nav-links a {
	color: #fff;
}
.pagination .current {
	font-size: 120%;
}
/*************************** FOOTER *************************************/
footer {
	padding: 4em 0;
	background: rgba(7,7,19,1) !important;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer p {
	margin: 1em 0;
	padding: 0;
	color: #fff;
}
footer .f-logo {
    max-width: 100px;
	 margin: 0 auto;
}
footer .about {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 1em;
    margin-bottom: 0.7em;
    font-size: 110%;
}
footer .reserve {
    margin: 2em 0;
    padding: 2em 0;
}
footer .cont-title {
    border: 1px solid #fff;
    display: inline-block;
    padding: 1em;
    margin-bottom: 0.7em;
}
footer .contact {
	padding-top: 1em;
	font-size: 140%;
}
footer .contact::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	content: "\f036";
	font-weight: 900;
}
footer .mail {
	font-size: 140%;
}
footer .mail::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	content: "\f0e0";
	font-weight: 400;
}
footer .tel {
	font-size: 140%;
}
footer .tel::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	content: "\f2a0";
	font-weight: 900;
}
/*PAGE TOP*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background: rgba(255,255,255,0.7);
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 12px;
    width:60px;
    height:60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;    /* 横幅&高さの1/2 */
    position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: -1.8px;
}
.pagetop a:hover {
    background: rgba(255,255,255,1);
}
.pagetop a span::before{
  font-family: 'Font Awesome 5 Free';
	margin-right: 2px;
	content: "\f077";
	font-weight: 900;
}

