@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import "lib/bootstrap.min.css";
/* ================================================
// ************************************************
//
// Ventcamp v2.0 by Vivaco
//
// ************************************************
================================================ */
/* ================================================
 Fonts 
================================================ */
/*@import url(assets/fonts/stylesheet.css);*/

/*==========================================================
    1. HEADER
==========================================================*/
.site-header {
	background: #222426;
	height: 105px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: auto;
	height: 105px;
}
.site-brand {
	margin-right: 60px;
}
.site-brand img {
	max-width: 145px;
}
ul {
	padding: 0;
	margin-bottom: 0;
}
li {
	list-style-type: none;
}
a,
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	width: 100%;
}
.site-header .main-menu {
	display: flex;
	justify-content: space-between;
}
.site-header .main-menu .menu-main li {
	display: inline-block;
	margin-right: 52px;
}
.site-header.other-header .main-menu .menu-main li:last-child {
	margin-right: 0;
}
.site-header .main-menu li a {
	color: #fff;
}
.site-header .main-menu li a:hover,
.site-header .main-menu li.active a {
    color: #D6CB30;
}
.social-header li a {
	color: #fff;
}
.social-header li a:hover {
	color: #A98285;
}
.social-header li a i {
	font-size: 27px;
	vertical-align: middle;
}
.mobile-menu {
    display: none;
    color: #000;
    width: 30px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.mobile-menu span {
    display: block;
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}
.mobile-menu span.bar1 {
    top: 0;
}
.mobile-menu span.bar2 {
    top: 10px;
}
.mobile-menu span.bar3 {
    top: 20px;
}
.mobile-menu.change span {
    background: #A98285;
}
.mobile-menu.change span.bar1 {
    top: 10px;
    transform: rotate(135deg);
}
.mobile-menu.change span.bar2 {
    width: 0;
    opacity: 0;
}
.mobile-menu.change span.bar3 {
    top: 10px;
    transform: rotate(-135deg);
}
a:hover {
    color: #969148;
}
body {
	color: #222426;
	font-size: 16px;
	line-height: 31px;
	font-family: 'Noto Serif JP', serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
p {
	margin-bottom: 0;
}
/*==========================================================
    1. Page Home
==========================================================*/
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
	}
}
.banner-home {
	margin-bottom: 30px;
}
.banner-home img {
	width: 100%;
	object-fit: cover;
}
.greetin {
	margin-bottom: 45px;
}
.content {
	max-width: 625px;
	margin: 0 auto;
}
.greetin .info {
	max-width: 640px;
	margin: 0 auto 55px;
	text-align: center;
}
.title {
	font-size: 21px;
	line-height: 42px;
	margin-bottom: 5px;
}
.greetin .title {
	margin-bottom: 15px;
}
.greetin .desc {
	margin-bottom: 15px;
	text-align: left;
}
.greetin .thumb img {
	max-width: 100%;
}
.see-details {
	width: 255px;
	height: 38px;
	line-height: 38px;
	background: #222426;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	letter-spacing: 0.25em;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.see-details2 {
	width: 255px;
	height: 38px;
	line-height: 38px;
	background: #fcee21;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #222426;
	border-radius: 4px;
	letter-spacing: 0.25em;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.note {
	margin-bottom: 55px;
}
.note .content {
	text-align: center;
	max-width: 550px;
}
.note .content .title {
	margin-bottom: 40px;
}
.note .content .desc {
	text-align: left;
	word-break: break-all;
}
.note .content .desc p span {
	margin-right: 15px;
}
.note .content .desc p a {
	color: #222426;
}
.menu-list {
	margin-bottom: 75px;
}
.menu-list .container {
	width: 1510px;
	padding-left: 0;
	padding-right: 0;
}
.menu-list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-list .item > div {
	width: 50%;
	max-width: 50%;
}
.menu-list .item .info {
    padding-left: 75px;
    padding-right: 45px;
    letter-spacing: -0.01em;
}
.menu-list .item .thumb img {
	max-width: 100%;
}
/*.menu-list .item .info h3 {
	font-size: 21px;
	line-height: 41px;
	margin-bottom: 5px;
}*/
.menu-list .item .info .desc-item {
	margin-bottom: 20px;
}
.menu-list .item:first-child .info .desc-item {
	margin-bottom: 35px;
}
.menu-list .item:nth-child(even) .info {
	padding-left: 0;
	padding-right: 75px;
}
.menu-list .item:nth-child(even) .thumb {
	order: 1;
}
.inside-store {
	margin-bottom: 60px;
}
.inside-store .thumb {
	margin-bottom: 35px;
}
.inside-store .content .thumb img {
	width: 100%;
}
.inside-store .content {
	max-width: 672px;
	text-align: center;
}
.inside-store .info .title {
	margin-bottom: 15px;
}
.inside-store .content .desc {
	margin-bottom: 32px;
	text-align: left;
}
.delivery {
	margin-bottom: 70px;
	text-align: center;
}
.delivery .container {
	width: 1510px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 55px;
	border-top: 1px solid #222426;
}
.delivery .title {
	margin-bottom: 10px;
}
/*==========================================================
    2. Page Greeting
==========================================================*/
.banner-greeting {
	margin-top: 57px;
	margin-bottom: 15px;
}
.banner-greeting .container {
	width: 1275px;
}
.banner-greeting .photo-caption {
	text-align: right;
	font-size: 11px;
}
.top-greetin .container {
	width: 1510px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #222426;
}
.top-greetin .title {
	text-align: center;
}
.main-greetin {
	padding-top: 70px;
	margin-bottom: 95px;
}
.main-greetin .content {
	max-width: 625px;
}
.main-greetin .post-greetin {
	text-align: center;
}
.list-greetin .item:nth-child(4) .info p:first-child,
.list-greetin .item:nth-child(6) .info p:first-child  {
	margin-bottom: 15px;
}
.list-greetin .item .info p strong {
	font-weight: 500;
}
.shopkeeper	{
	text-align: right;
}
.post-greetin {
	text-align: center;
}
.newspapers {
	margin-bottom: 50px;
}
.newspapers p {
	font-size: 13px;
	line-height: 23px;
}
.post-greetin h3.purchasing {
	font-size: 18px;
	line-height: 41px;
	margin-bottom: 5px;
}
.list-greetin .item {
	margin-bottom: 20px;
}
.list-greetin .item .thumb {
	margin-bottom: 10px;
}
.called-info {
	margin-top: 90px;
}
.called-info h4 {
	text-align: center;
	margin-bottom: 20px;
}
/*==========================================================
    3. Page Lunch
==========================================================*/
.title-main {
	margin-top: 75px;
	margin-bottom: 40px;
	text-align: center;
}
.title-main.title-sake {
	margin-bottom: 68px;
}
.title-main h2.title {
	margin-bottom: 10px;
}
.title-main .open-time {
	margin-bottom: 55px;
}
.title-main .open-time.available {
	margin-bottom: 22px;
}
.title-main .content {
	max-width: 510px;
}
.title-note {
	text-align: left;
	padding: 11px 5px 11px 35px;
	border: 1px solid #222426;
}
.title-note .season {
	color: #B91A37;
}
.list-menu-lunch .item:first-child {
	margin-bottom: 45px;
}
.list-menu-lunch .item {
	margin-bottom: 25px;
}
.list-menu-lunch .item .thumb {
	margin-bottom: 25px;
}
.list-menu-lunch .item .info,
.inside .info {
	max-width: 630px;
	margin: 0 auto;
}
.list-menu-lunch .item .info .dish-desc,
.inside .info .dish-desc {
	letter-spacing: -0.06em;
}
.seasonal-lunch .item-menu .dish-desc {
	letter-spacing: -0.09em;
}
.list-menu-lunch .info h3,
.seasonal-lunch .item-menu h3,
.inside .info h3 {
	text-align: center;
}
.list-menu-lunch .info .dish-price,
.seasonal-lunch .item-menu .dish-price {
	text-align: right;
}
.seasonal-lunch .container {
	width: 1510px;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #222426;
	border-bottom: 1px solid #222426;
}
.seasonal-lunch .item-menu .info {
	max-width: 630px;
	margin: 0 auto;
}
.seasonal-lunch .item-menu .tel a {
	color: #A98285;
	text-decoration: underline;
}
.delivery-contact {
	text-align: center;
	padding: 35px 0 50px;
}
.delivery-contact h2.title {
	margin-bottom: 5px;
}
/*==========================================================
    4. Page Course
==========================================================*/
.title-main.title-course .content {
	max-width: 295px;
}
.list-course .item {
	margin-bottom: 100px;
}
.list-course .item .thumb {
	margin-bottom: 45px;
}
.list-course .item .thumb .image-caption {
	font-size: 11px;
	text-align: right;
}
.list-course .item .info {
	max-width: 745px;
	margin:  0 auto;
}
.list-course .item h3 {
	text-align: center;
}
.list-course .item .course-desc {
	max-width: 640px;
	margin: 0 auto 40px;
}
.course-price {
	padding: 10px 35px;
	border: 1px solid #222426;
	letter-spacing: -0.07em;
}
.enjoy-course .container {
	width: 1510px;
	padding-top: 30px;
	padding-bottom: 65px;
	border-top: 1px solid #222426;
	border-bottom: 1px solid #222426;
	text-align: center;
}
.enjoy-course h2.title {
	margin-bottom: 15px;
}
.course-contact {
	padding: 50px 0 80px;
}
/*==========================================================
    5. Page Assortment
==========================================================*/
.kimiya {
	margin-bottom: 15px;
}
.kimiya .thumb {
	margin-bottom: 30px;
}
.kimiya .info {
	max-width: 330px;
	margin: 0 auto;
}
.kimiya .info h3 {
	text-align: center;
}
.kimiya .info .dish-price {
	text-align: right;
}
.assort-list.menu-list {
	margin-bottom: 0;
}
.assort-list.menu-list .item .info .desc-item {
	margin-bottom: 16px;
}
.assort-list.menu-list .item:first-child .info .desc-item {
	margin-bottom: 16px;
}
.assort-list .container {
	padding-bottom: 90px;
	border-bottom: 1px solid #222426;
}
.assort-list.menu-list .item .info {
	padding-left: 35px;
	padding-right: 40px;
}
.assort-list.menu-list .item:nth-child(even) .info {
	padding-right: 35px;
	padding-left: 0;
}
.sushi-roll {
	padding-top: 85px;
	padding-bottom: 110px;
}
.sushi-roll .top-title {
	text-align: center;
	margin-bottom: 15px;
}
.content-sushi .thumb {
	margin-bottom: 35px;
}
.content-sushi .info {
	max-width: 640px;
	margin: 0 auto;
}
.content-sushi .info .title {
	text-align: center;
}
.content-sushi .info .desc {
	margin-bottom: 10px;
	letter-spacing: -0.07em;
}
.content-sushi .info .price {
	text-align: right;
}
.menu-price .container {
	width: 1510px;
	padding-left: 0;
	padding-right: 0;
}
.menu-price .list-price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.menu-price .list-price .item {
	width: 32.5%;
	padding-bottom: 20px;
}
.menu-price .list-price .item:nth-child(2) {
	width: 35%;
	padding-right: 35px;
	padding-left: 35px;
	border-right: 1px solid #222426;
}
.menu-price .list-price .item:first-child {
	padding-right: 35px;
	border-right: 1px solid #222426;
}
.menu-price .list-price .item:last-child {
	padding-left: 35px;
}
.menu-price .list-price .item .item-flex {
	display: flex;
	justify-content: space-between;
}
.menu-price .list-price .item .item-flex br {
	display: none;
}
.menu-price .note-price {
	text-align: center;
	padding-bottom: 10px;
}
.assort-list.assort-list-bottom .container {
	border-bottom: none;
}
/*==========================================================
    6. Page Sake
==========================================================*/
.title-main.title-sake .content {
	max-width: 370px;
}
.acoholic-drink .encircle {
	max-width: 1510px;
	padding-bottom: 40px;
	border-bottom: 1px solid #222426;
	margin: auto;
}
.acoholic-drink .thumb {
	margin-bottom: 25px;
}
.acoholic-drink .list-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.acoholic-drink .list-info .item {
	width: 16.66667%;
	padding: 0 10px 20px;
	border-right: 1px solid #222426;
}
.acoholic-drink .list-info .item:first-child {
	padding-left: 5px;
}
.acoholic-drink .list-info .item .drink-name {
	height: 30px;
}
.acoholic-drink .list-info .item:last-child {
	border-right: none;
}
.note-acoholic {
	width: 267px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #222426;
}
.western-wine {
	padding-top: 60px;
	padding-bottom: 65px;
}
.western-wine .top-wine {
	max-width: 345px;
	margin: 0 auto 50px;
}
.western-wine .top-wine h3 {
	text-align: center;
}
.wine-content .thumb {
	margin-bottom: 30px;
}
.wine-content .info-wine {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wine-content .info-wine .item {
	width: 33.3333%;
	padding: 0 18px 20px;
	border-right: 1px solid #222426;
}
.wine-content .info-wine .item .drink-name {
	letter-spacing: -0.06em;
	font-size: 15px;
}
.wine-content .info-wine .item:last-child {
	border-right: none;
}
.note-wine {
	width: 270px;
	padding: 10px 6px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #222426;
}
.note-wine p {
	line-height: 23px;
}
/*==========================================================
    6. Page Inside Store
==========================================================*/
.inside-banner,
.list-inside .item {
	margin-bottom: 80px;
}
.inside-banner .info .inside-desc {
	letter-spacing: -0.12em;
}
.inside .thumb {
	margin-bottom: 40px;
}
/*==========================================================
    6. Page Access Delivery
==========================================================*/
.access-banner {
	margin-bottom: 70px;
}
.access-banner img {
	width: 100%;
}
.access .item {
	max-width: 325px;
	margin: 0 auto 50px;
}
.access .item:nth-child(2) {
	margin-bottom: 30px;
}
.access .item .title {
	text-align: center;
}
.map {
	margin-bottom: 25px;
}
.delivery-store {
	text-align: center;
	margin-bottom: 20px;
}
.delivery-store a {
	color: #A98285;
	text-decoration: underline;
}
/*==========================================================
    Footer
==========================================================*/
.site-footer {
	background: #222426;
	padding: 35px 0;
	color: #fff;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.site-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-footer h3 {
	font-size: 21px;
	line-height: 41px;
	margin-bottom: 10px;
}
.site-footer .address-footer,
.site-footer .footer-info {
	width: 50%;
}
.site-footer .address-footer a {
    color: #A9A482;
    text-decoration: underline;
}
.site-footer .footer-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-footer .footer-info a {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
}
.site-footer .footer-info a i {
	font-size: 27px;
	vertical-align: middle;
}
.site-footer .copyright {
	font-size: 13px;
} 

/* / IE10 /*/
/* -------------------------------------------------------------
IE10 or over ( as of 2014 )
------------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
	.see-details {
		line-height: 42px;
	}
}
/* -------------------------------------------------------------
IE11 or over ( as of 2014 )
------------------------------------------------------------- */
@media all and (-ms-high-contrast:none){
*::-ms-backdrop, .see-details {
		line-height: 42px;
	}
}
