.container-restraunt {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Hina Mincho", serif;
    background-color: rgb(255,255,255);
    font-size: 16px;
}

.container-box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.container-resraunt-radius {
    border-radius: 12px 12px 0 0;
}

.site-header-restraunt {
	width: 100%;
	height: 106.664px;
    position: relative;
	top: 0;
	left: 0;
	z-index: 999;
    transition: background 0.4s, font-family 0.4s;
}

/* .site-header-restraunt-style-inherit {
    background-color: #111;
    color: white;
} */
.site-header-bg {
    background-color: #111;
}

.site-header-color {
    color: white;
}

.site-header-restraunt.is-ramen {
  background: red;
  font-family: "ヒラギノ角ゴ Std", sans-serif;
}

.nav-restraunt {
	height: 100%;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.nav-inner-restraunt {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-logo-restraunt{
	display: block;
	width: 160px !important;
	height: 100% !important;
	text-align: center;
	line-height: 107px;
	text-decoration: none;
    transition: opacity 0.5s ease;
}

.site-logo{
    height: 100%;
    transition: opacity 0.5s;
}

.site-logo.is-fade {
    opacity: 0;
}

.nav-logo-restraunt img:hover {
	opacity: 0.5;
}

.nav-toggle-restraunt {
	display: none;
	margin: 0 0 0 auto;
	padding: 0 45px 0 0;
	justify-content: center;
	align-items: center;
	background: none;
	border: none;
}

.nav-toggle-restraunt i.fa-bars {
	font-size: 50px;
	color: white;
}

.nav-toggle-restraunt i.fa-bars:hover {
	color:rgb(64, 64, 64) !important;
}

.nav-list-restraunt {
	display: flex;
	margin: 0 0 0 auto;
	padding: 0;
	justify-content: center;
	align-items: center;
    height: 100%;
}

li.nav-li-restraunt::marker {
  content: none !important;
}

.nav-link-restraunt{
	text-decoration: none !important;
	display: flex;
	align-items: center;
	padding: 0 25px 0 25px;
	margin: 0;
}

/* .nav-link-restraunt-style-inherit {
    font-size: 15px;
} */

.nav-link-font-size {
    font-size: 15px;
}

.nav-link-restraunt-style-inherit:hover {
	color:rgb(64, 64, 64) !important;
}

.close-menu-restraunt {
	display: none;
	text-align: center;
	opacity: 0.5;
	margin: 10px 0;
}

.close-menu-restraunt i {
  font-size: 30px;
  color: white;
  cursor: pointer;
} 

.close-menu-restraunt i:hover {
	color:rgb(64, 64, 64) !important;
}

.site-main-restraunt {
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0;
}

.adjust-display-restraunt {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.responsive-displa-restraunt {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.top-page-restraunt {
    position: relative;
}

.top-image-restraunt {
    height: 450px;
    background: url("../../images/top/carousel/restaurant/top-gamen-izakaya-rogotuki-1920x1280.png") center / cover no-repeat;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.top-image-restraunt.is-fade {
  opacity: 0;
}

.top-center-img-restraunt {
  max-width: 80%;
  height: auto;
}

.top-news-archive-style-restraunt {
    margin: 100px 0;
    width: 100%;
}

.center-text-restraunt {
    text-align: center;
}

.top-news-line-restraunt {
    margin: 0;
    padding: 0;
}

.top-news-flex-restraunt {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.archive-hight-restraunt {
    margin-top: 70px !important;
}

.news-archive-width-restraunt {
    padding: 0;
    width: 48%;
    display: block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.clickable-restraunt {
    position: relative;
}

.oshirase-title-restraunt p {
    text-decoration: none !important;
    
}

/* .news-archive-text-style-inherit {
    font-size: 18px;
    color: rgb(64, 64, 64);
} */

.news-archive-font-size {
    font-size: 18px;
}

.news-archive-color {
    color: rgb(64,64,64);
}

.oshirase-date-restraunt {
    padding: 0;
    margin: 0;
}

.oshirase-line-restraunt {
    border: none;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    margin: 0;
    padding: 0;
}

.oshirase-content-restraunt {
    width: 100%;
    margin-top: 20px;
}

.archive-thumb-restraunt {
    width: 100%;
    aspect-ratio: 3/ 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-thumb-link-restraunt {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.archiive-thumb-img-restraunt {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain !important;
}

.oshirase-content-restraunt p {
    margin: 20px 0;
    padding: 0;
}

.news-archive-text-area {
    text-decoration: none;
}

.top-news-more-restraunt {
  margin: 15px 0 0 0;
  padding: 0;
}

.top-news-more-restraunt a {
  text-decoration: none;
}

section.content-list-restraunt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    height: auto;
	margin: 20px auto;
	padding: 0;
}

.image-item-restraunt {
    display: block;
    position: relative;
    width: 24%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 3 / 5;
}

.image-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100 !important;
    pointer-events: auto;
    display: block;
}

.image-text-restraunt[contenteditable="true"] {
    pointer-events: auto !important;
}

/* .image-text-restraunt-style-inherit {
    color: white;
} */

.image-text-color {
    color: white;
}

.site-footer-restraunt {
    margin-top: 80px;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
    width: 100%;
}

/* .site-footer-restraunt-style-herit {
    background-color: #111;
    color: white;
} */
 .site-footer-bg {
    background-color: #111;
 }

 .site-footer-color {
    color: white;
 }

.footer-top-restraunt {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    max-width: 1024px;
    margin: 0 auto 40px;
    gap: 15px;
}

.footer-shop-info-restraunt {
    flex: 1;
    text-align: left;
}

.footer-shop-info-text {
    margin: 0 0 10px 0;
    padding: 0;
}

/* .footer-shop-info-style-inherit {
    font-size: 14px;
} */

.footer-shop-font-size {
    font-size: 14px;
}

.footer-map-restraunt {
    flex: 1;
    text-align: left;
}

.footer-access-restraunt {
    margin-block-start: 0;
    margin-block-end: 5px;
}

/* .footer-access-restraunt-style-inherit {
    font-size: 14px;
} */

.footer-access-font-size {
    font-size: 14px;
}

.footer-sns-restraunt {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin: 50px auto;
}

.sns-icon-style-inherit {
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 40px;
}

.footer-copy-restraunt {
  font-size: 14px;
}


.footer-poricy-restraunt {
    margin: 0;
    padding: 0;
}