/* 
Theme Name:		 YAMADA ONIGIRI 1.0
Theme URI:		 http://childtheme-generator.com/
Description:	 YAMADA ONIGIRI is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Tsutomu Ishida
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 YAMADA ONIGIRI
*/


/*
    Add your custom styles here
*/

html,body {
    height:100%;
}
html {
	font-size: 62.5%;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #1a1a1a;
    -webkit-font-smoothing: auto;
    transition: none;
}
a {
	color: #ED1B23;
	-webkit-transition-duration: 0.5s;
}
a:hover {
	color: #C81B23;
	text-decoration: none !important;
}
a:active {
	text-decoration: none;
}
p {
    font-size: 1.8rem;
    margin: 1.6rem 0;
    line-height: 1.5;
}



/*//////////////////////////////////////////////
    TYPOGRAPHY
//////////////////////////////////////////////*/
h1 { font-size: 4rem; font-weight: 400; }
h2 { font-size: 3rem; font-weight: 400; }
h3 { font-size: 2.4rem; }
h4 { font-size: 2rem; }
h5 { font-size: 1.8rem; }
h6 { font-size: 1.6rem; font-weight: 400; }
h2, h3, h4 {
    margin: 40px 0 20px;
    line-height: 1.4;
    letter-spacing: 1px;
}
h5, h6 {
    margin: 20px 0 10px;
    line-height: 1.4;
    letter-spacing: 1px;
}
ol, ul {
    padding-left: 20px;
}
ul li, ol li {
    margin: 8px 0;
}
figcaption {
    font-size: 15px;    
}
figure.wp-block-table {
    margin-bottom: 30px;
}
figure.wp-block-table table {
    margin-bottom: 5px;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.round-back {
    background-color: antiquewhite;
    border-radius: 50px;
    padding: 14px;
    margin-bottom: 30px;
    font-size: 2.6rem;
}

@media (max-width: 479px) {
    h1 { font-size: 3rem; font-weight: 400; }
    h2 { font-size: 2.4rem; font-weight: 400; }
    h3 { font-size: 2rem; }
    h4 { font-size: 1.8rem; }
    h5 { font-size: 1.6rem; }
    h6 { font-size: 1.4rem; font-weight: 400; }
}

/*//////////////////////////////////////////////
    BOOTSTRAP
//////////////////////////////////////////////*/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.gutter-10 > .col,  .gutter-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.gutter-30 {
	margin-right: -30px;
	margin-left: -30px;
}
.gutter-30 > .col, .gutter-30 > [class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}
.mt-100 { margin-top: 100px; }
.mt-75 { margin-top: 75px; }
.mt-50 { margin-top: 50px; }
.mb-100 { margin-bottom: 100px; }
.mb-75 { margin-bottom: 75px; }
.mb-50 { margin-bottom: 50px; }

@media (min-width: 992px) {
	.modal-lg {
		max-width: 900px;
	}
}

@media (max-width: 991px) {
	.gutter-30 {
		margin-right: 15px;
		margin-left: 15px;
	}
	.gutter-30 > .col,  .gutter-30 > [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*/// One fifth columns /////////////////////*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5,
.col-xs-5-5, .col-sm-5-5, .col-md-5-5, .col-lg-5-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}	
.col-xs-1-5 {
    flex: 0 0 20%;
    max-width: 20%;	
}
.col-xs-2-5 {
    flex: 0 0 40%;
    max-width: 40%;	
}	
.col-xs-3-5 {
    flex: 0 0 60%;
    max-width: 60%;	
}
.col-xs-4-5 {
    flex: 0 0 80%;
    max-width: 80%;	
}
.col-xs-5-5 {
    flex: 0 0 100%;
    max-width: 100%;	
}
@media (min-width: 768px) {
	.col-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;	
	}
	.col-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;	
	}
	.col-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;	
	}
	.col-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;	
	}
	.col-sm-5-5 {
    flex: 0 0 100%;
    max-width: 100%;	
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;	
	}
	.col-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;	
	}
	.col-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;	
	}
	.col-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;	
	}
	.col-md-5-5 {
    flex: 0 0 100%;
    max-width: 100%;	
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;	
	}
	.col-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;	
	}
	.col-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;	
	}
	.col-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;	
	}
	.col-lg-5-5 {
    flex: 0 0 100%;
    max-width: 100%;	
	}
}	

/*//////////////////////////////////////////////
    HEADER
//////////////////////////////////////////////*/

header#masthead {
	background-color: #fff;
	padding: 0;
	box-shadow: 0 0 0;
	z-index: 10;
}
header#masthead img.logo-top {
    height: 70px;
    margin: 0px;
}
header#masthead nav.navbar {
    padding: 10px 15px 15px;
}
header#masthead nav.navbar ul.top-nav li {
    float: left;
    margin: 0 0 0 16px;
}
header#masthead nav.navbar ul.top-nav li a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 0 !important;
}
header#masthead nav.navbar ul.top-nav li a:hover {
    color: #999999;
    font-weight: 400;
}
header#masthead nav.navbar ul.top-nav > li.current_page_item > a {
    color: inherit;
    font-weight: 400;
}

@media (max-width: 991px) {
    header#masthead nav.navbar ul.top-nav  {
        display: none;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}

@media (max-width: 479px) {
}



/*//////////////////////////////////////////////
    CAROUSEL
//////////////////////////////////////////////*/

.jumbotron {
	padding: 0;
	border-radius: 0;
    margin-bottom: 0;
}
.carousel-item-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.jumbotron,
.carousel-inner,
.carousel-item,
.carousel-item-image,
.carousel-item img,
.carousel-item video {
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 125px);
    max-height: 640px;
}
.carousel-item img,
.carousel-item video {
    object-fit: cover;
    object-position: center;
}

@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
 to {
 -webkit-transform: scale(1.2, 1.2);
}
}
@keyframes zoom {
 from {
 transform: scale(1, 1);
}
 to {
 transform: scale(1.2, 1.2);
}
}
.carousel-item.active img {
	animation: zoom 20s;
}
.jumbotron .wp-bp-jumbo-overlay {
	background-color: transparent;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 20;
}

.top-items {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 50;
}
.carousel h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	font-size: 4rem;
    font-weight: 600;
	line-height: 1.4;
	color: #fff;
    letter-spacing: 2px;
    z-index: 40;
}
.top-items a {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    background-color: rgba(0,0,0,0.10);
    letter-spacing: 1px;
    z-index: 50;
}
.top-items a:hover {
    background-color: #C81B23;
    cursor: pointer;
}
ol.carousel-indicators {
    margin-bottom: 3rem;
}
.carousel-item-image img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 767px) {
    .carousel h1 {
        font-size: 4rem;
    }
}
@media (max-width: 575px) {
	.carousel h1 br { display: none; }
    .jumbotron, .carousel-inner, .carousel-item, .carousel-item-image, .carousel-item img, .carousel-item video {
        height: 400px;
    }
    .carousel h1 {
        font-size: 3rem;
        padding: 0 30px;
        letter-spacing: 1px;
    }
    .top-items {
        bottom: 60px;
    }
    .top-items a {
        font-size: 1.6rem;
    }
    #front-top h3 {
        font-size: 2rem;
    }
}


/*//////////////////////////////////////////////
    FOOTER
//////////////////////////////////////////////*/

footer#colophon {
	position: relative;
	background-color: #1b1b1b !important;
	color: #fff !important;
    padding: 80px 0 40px;
}
footer#colophon .footer-info {
	padding: 0;
}
footer#colophon .footer-info img {
    height: 120px;;
	margin-bottom: 40px;
}
footer#colophon .site-info {
	background-color: #333;
	color: #ACACAC;
	font-size: 1.4rem;
	line-height: 1.4;
    letter-spacing: 0.5px;
	padding: 5px;
}
.site-info {
    background-color: #333;
    color: #acacac;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    padding: 5px;
}
.footer-link h3 {
    margin: 0 0 8px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.footer-link ul {
    display: inline-block;
	padding: 0;
	list-style: none;
}
.footer-link ul li {
    line-height: 1.2;
    margin: 0 10px;
    float: left;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
a.page-scroller {
	display: none;
}
a.page-scroller img {
	margin-bottom: 8px;
}
a.page-scroller.up, .home a.page-scroller.down {
	display: block;
	position: absolute;
	width: 50px;
	bottom: -25px;
	left: 50%;
	margin-left: -25px; /* Half the width */
	margin-top: 0;
	background-color: #666666;
    border-radius: 5px;
	line-height: 50px;
	color: #fff;
	font-size: 2.5rem;
	cursor: pointer;
	text-align: center;
	z-index: 80;
}
a.page-scroller.up {
	top: -25px;
	bottom: auto;
}

@media (min-width: 768px) {
.col-sm-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
}

@media (max-width: 479px) {
.footer-link h3 {
	font-size: 14px;
}
}



/*//////////////////////////////////////////////
    MENU
//////////////////////////////////////////////*/

#masthead ul#menu-menu-1.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
#masthead ul#menu-menu-1.navbar-nav li.current-page-ancestor > a,
#masthead ul#menu-menu-1.navbar-nav > li.active > a {
	font-weight: 300;
	background-color: #84000c;
}
#masthead ul#menu-menu-1.navbar-nav > li > a.hover {
	color: #eee;
	background-color: #84000c;
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1.00);
	border: none;
	font-size: 24px;
}
.menu-tab, .menu-hide {
	display: none;
}

ul#menu-menu-1 ul.dropdown-menu li {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
}
ul#menu-menu-1 ul.dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #9E010D;
}
ul#menu-menu-1 ul.dropdown-menu a.dropdown-item {
	white-space: nowrap;
	padding: 7px 14px;
	text-align: left;
	background-color: #9E010D;
	color: #fff;
	font-size: 14px;
}
ul#menu-menu-1 ul.dropdown-menu a.dropdown-item:hover {
	background-color: #84000c;
}
.dropdown-toggle {
	background-image: url(images/arr-navi.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.dropdown-toggle::after {
	display: none;
}


@media (min-width: 992px) {

/*
.collapse:not(.show) {
	display: block;
}
*/
.navbar-nav {
	display: block;
}
ul#menu-menu-1 {
	width: 100%;
}
ul#menu-menu-1 li {
	float: left;
	width: 14.2857143%;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.2);
    margin: 0;
}
ul#menu-menu-1 li:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
body:not(.theme-preset-active) #masthead ul#menu-menu-1.navbar-nav > li > a {
	font-size: 1rem;
}
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
.menu-tab {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: #1a1a1a;
    border-radius: 5px;
}
.menu-tab div {
	width: 36px;
    height: 3px;
    background-color: #FFFFFF;
    display: block;
    margin: 9px 9px;
    transition: all .3s ease-in-out;
}
.menu-tab div:nth-child(1) {
	margin-top: 14px;
}
.menu-tab.active {
	transition: all 600ms ease-in-out;
}
.menu-tab.active #one {
	transform: translateY(12px) rotate(-135deg);
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
}
.menu-tab.active #two {
	opacity: 0;
	transition: .2s ease;
}
.menu-tab.active #three {
	transform: translateY(-12px) rotate(-45deg);
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
}
.menu-hide {
	display: block;
	width: 300px;
	left: -300px;
	height: 100vh;
	position: fixed;
	z-index: 99;
	top: 0px;
	transition: all .6s ease-in-out;
}
nav ul.navbar-nav {
	margin-top: 0px;
}
nav ul li {
	height: auto;
	list-style-type: none;
	text-align: center;
	transition: all .2s ease;
	border-bottom: 1px solid #eee;
    margin: 0;
}
nav ul li a {
	padding: 12px 0 12px 15px !important;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
nav ul li a:hover,
nav ul li ul.dropdown-menu li a:hover {
	color: #a20110 !important;
	background-color: #f1f1ed !important;
}
nav ul li ul.dropdown-menu {
	position: relative !important;
	display: block !important;
	margin: 0;
	margin-left: 0 !important;
}
nav ul li ul.dropdown-menu li {
	border-bottom: none;
}
nav ul li ul.dropdown-menu li a {
	font-size: 16px;
	text-align: left;
	padding: 2px 0 2px 15px !important;
	line-height: 1;
}
    .menu-hide.show {
	    left: 0px;
	    background-color: rgba(255,255,255,1.0);
    	transition: all .3s ease-in-out;
    }
    .dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
        margin-right: 10px;
    }
    #top-left-nav.d-flex, #top-right-nav.d-flex {
        display: none !important;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}


/*//////////////////////////////////////////////
    CONTENT
//////////////////////////////////////////////*/

#content.site-content {
	padding: 0;
}
.section {
	width: 100%;
	margin: 50px 0;
	clear: both;
}
#page-content h1.page-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 4rem;
}
#page-sub-header {
    height: 300px;
    background-position: center !important;
    background-size: cover
}
#product-menu .inner .image {
    height: 260px;
    background-position: center;
    background-size: cover;
}
#product-menu a .inner .image h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}
#product-menu a .inner p {
    color: #1a1a1a;
    margin: 5px 0 30px;
    line-height: 1.2;
}
.enquiry p {
    margin: 5px 0;
}
.enquiry input {
    font-size: 1.8rem;
}
.enquiry textarea {
    font-size: 1.6rem;
}
.enquiry input.wpcf7-submit {
    margin: 30px 0 0 72px;
}
#page-content h3 {
    margin-top: 30px
}
#page-content .wp-block-image {
    margin: 0;
}
#page-content form.wpcf7-form .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
#page-content .kakomi {
    padding: 20px;
    border: 1px solid #ccc;
}
#page-content .kakomi p {
    margin: 0 0 8px;
}
#page-content .kakomi p:last-of-type {
    margin: 0;
}
a.wp-block-button__link:hover {
    color: #FFFFFF;
}
.page-id-175 #page-content {
    margin: 0;
    padding: 50px 0;
    background-image: url("images/bg-quality.jpg");
    background-position: top;
    background-size: cover;
}
.page-id-175 #page-sub-header {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 2rem auto;
    }
}
@media (max-width: 767px) {
	.section {
		padding: 50px 0;
        margin: 0;
	}
    #page-content h1.page-title {
        font-size: 4rem;
    }
}
@media (max-width: 575px) {
	.section {
		padding: 30px 0;
	}
}


/*//////////////////////////////////////////////
    FRONT PAGE
//////////////////////////////////////////////*/

#front-menu {
    padding-bottom: 0;
}
#front-menu .inner {
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
#front-menu a .smoke {
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.20);
    width: 100%;
    z-index: 0;
    transition: all 0.5s;/*transitionの記述を追加*/
}
#front-menu a:hover .smoke {
    opacity: 0;
}
#front-menu .tobira-image {
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    padding: 10px;
}
#front-menu .inner,
#front-menu a .smoke,
#front-menu .tobira-image {
    height: 240px;
}
#front-menu .inner-line {
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
}
#front-menu .inner h3 {
    opacity: 1;
    margin: 0;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    z-index: 25;
    padding: 20px;
    transition: all 0.5s;/*transitionの記述を追加*/
}
#front-menu a:hover .inner h3 {
    opacity: 0;
}
a.order-online-button {
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    background-color: rgba(200,27,35,0.10);
    letter-spacing: 1px;
    z-index: 50;
}
a.order-online-button:hover {
    background-color: #C81B23;
    color: #FFFFFF;
    cursor: pointer;
}




#well-liked a:hover {
    cursor: pointer;
}
#well-liked h2 {
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}
#well-liked .inner img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border: 3px solid #F7F7F7;
}
#well-liked .well-liked-image {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    border: 3px solid #F7F7F7;
}
#well-liked .well-liked-image.onigiri,
#well-liked .well-liked-image.sushi-onigiri {
    background-size: 125%;
}
#well-liked .inner {
    margin-bottom: 30px;
}
#well-liked .inner h4 {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    margin: 10px 0;
}
#well-liked .inner p.price {
    color: #1a1a1a;
    text-align: center;
    margin: 0;
}
section#instagram {
    background-color: #F5F5F5;
    padding: 75px 0;
}
section#instagram li.widget_block {
    list-style: none;
}
section#instagram li#block-7 {
    display: none;
}
section#order-online {
    padding: 50px 0;
    background-color: #FFE4E1;
}

@media (max-width: 767px) {
    section#order-online {
        margin-top: 50px;
        padding: 30px 0;
    }
    a.order-online-button {
        font-size: 2rem;
    }
}
@media (max-width: 479px) {
    #front-menu .inner,
    #front-menu a .smoke,
    #front-menu .tobira-image {
        height: 200px;
    }
    #front-menu .inner h3 {
        font-size: 2rem;
    }
}

/*//////////////////////////////////////////////
    MENU PAGE
//////////////////////////////////////////////*/

.menu-list .menu .menu-image {
    height: 180px;
    background-position: center;
    background-size: cover;
    border: 3px solid #f7f7f7;
}
.menu-list .menu.onigiri .menu-image,
.menu-list .menu.sushi-onigiri .menu-image {
    background-size: 125%;
}
.menu-list .menu h3,
.menu-list .menu h4 {
    letter-spacing: 0;
}
.menu-list .menu h4 {
    margin: 5px 0 0;
}
.menu-list .menu p.subtitle {
    font-size: 1.6rem;
    text-align: center;
    color: #5A5A5A;
    margin: 0 0 5px;
    line-height: 1.2;
}
.menu-list .menu p.price {
    margin: 2px 0 20px;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
}
ul.menu-navi {
    list-style: none;
    padding-left: 0;
}
ul.menu-navi li {
    margin: 0;
}
ul.menu-navi li a {
    display: block;
    padding: 8px 0;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #1A1A1A;
}
ul.menu-navi li a:hover {
	color: #ED1B23;
}
.modal.menu .modal-body {
    padding: 30px;
    background-color: #F1F1F1;
}
.modal.menu .modal-body h3,
.modal.menu .modal-body h2 {
    margin: 0 0 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.modal.menu .modal-body h3.menu-cat {
    text-align: left;
    margin-top: 0 !important;
}
.modal.menu .modal-body .menu-image {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.modal.menu .modal-body .menu-image.onigiri,
.modal.menu .modal-body .menu-image.sushi-onigiri {
    background-size: 140%;
}
.modal.menu .modal-body p {
    font-size: 1.8rem;
    line-height: 1.3;
}
.modal.menu .modal-body .ingredients p {
    font-size: 1.4rem;
    line-height: 1.3;
}
.modal.menu .modal-body p.price {
    margin-top: 20px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.modal.menu .modal-body a.order {
    background-color: #00BF2D;
    color: #FFFFFF;
    text-align: center;
    width: 200px;
    display: block;
    margin: 10px auto 0;
    padding: 5px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
}
.modal.menu .modal-body a.order:hover {
    background-color: #009523;
}
.modal.menu .modal-content button.close {
    font-size: 5rem;
    position: absolute;
    z-index: 20;
    background-color: #888;
    width: 50px;
    height: 50px;
    right: 0;
    color: #fff;
    line-height: 1;
}

#product-menu .inner {
    position: relative;
    height: 240px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
#product-menu a .smoke {
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.20);
    width: 100%;
    height: 240px;
    z-index: 0;
    transition: all 0.5s;/*transitionの記述を追加*/
}
#product-menu a:hover .smoke {
    opacity: 1;
}
#product-menu .tobira-image {
    height: 240px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
#product-menu .inner h3 {
    opacity: 0;
    margin: 0;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    z-index: 25;
    transition: all 0.5s;/*transitionの記述を追加*/
}
#product-menu a:hover .inner h3 {
    opacity: 1;
}


@media (max-width: 767px) {
    ul.menu-navi {
        margin-bottom: 30px;
    }
    ul.menu-navi li {
        margin: 0 0 10px;
    }
    ul.menu-navi li a {
        background-color: #eee;
        padding: 5px 10px;
        text-align: center;
        border-radius: 5px;
    }
    ul.menu-navi li a:hover {
        background-color: #6A6A6A;
        color: #FFFFFF;
    }
}
@media (max-width: 475px) {
    .menu-list .menu .menu-image {
        height: 140px;
    }
    .menu-list .menu h4 {
        font-size: 1.8rem;
    }
    .modal.menu .modal-body .menu-image {
        height: 300px;
    }
}








    


