@charset "utf-8";
/* 
2025 renewal追加
*/
/* common
-------------------------------------------------------*/
body{
	padding-top: 61px;
}
/* header
-----------------------------------------------------*/
#site_header-pc{
  display: none;
}
#site_header-sp{
	display: block;
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 61px;
  display: flex;
  align-items: center;
  padding-left: 20px;
	padding-right: 13px;
	border-bottom: 1px solid #E5E5E5;
	background: #fff;
  z-index: 20;
}
#site_header-sp .logo img{
  width: 110px;
}
.lang_nav{
	height: 60px;
	margin-left: auto;
}
.lang_btn{
  height: 60px;
	width: 53px;
}
.lang_nav .lang_dropdown{
	width: 60px;
  padding: 20px 0;
}
.lang_nav .lang_dropdown.active{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.menubtn{
  display: block;
  width: 45px;
  height: 60px;
  position: relative;
  margin-left: 0;
}
.hamburger{
  display: inline-block;
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 26px;
  left: 13px;
	padding: 0;
}
.bar1, .bar2, .bar3 {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: 0.4s;
}
.hamburger:hover .bar1,
.hamburger:hover .bar2,
.hamburger:hover .bar3{
  background-color: #000;
}
.bar1,
.bar2{
  margin-bottom: 6px;
}
.active .bar1 {
  transform: rotate(-45deg) translate(-2px, 3px);
}
.active .bar2 {
  opacity: 0;
}
.active .bar3 {
  transform: rotate(45deg) translate(-2px, -3px);
}
#sp_nav{
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  height: calc(100% - 61px);
  overflow: scroll;
  background: #fff;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#sp_nav.active{
  visibility: visible;
  opacity: 1;
}
#sp_nav .parent > li{
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
#sp_nav .parent > li > a{
  display: block;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
}
#sp_nav .parent > li > .arrow_ico{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#sp_nav .parent > li > .arrow_ico::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  transform-origin: center;
  transition: all 0.1s linear;
}
#sp_nav .parent > li > .arrow_ico.active::after{
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}
#sp_nav .child{
  background: #F0F0F0;
  display: none;
}
#sp_nav .child > li + li{
  border-top: 1px solid #fff;
}
#sp_nav .child > li > a{
  display: block;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
}
#sp_nav .child > li > a::before{
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/common/img/ico_link_circle.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -1px;
}
#sp_nav .products_spnav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
  padding: 30px 0 42px 24px;
  border-top: 1px solid #fff;
}
#sp_nav .products_spnav li a{
  display: flex;
  align-items: center;
  height: 100%;
}
#sp_nav .products_spnav li a .thumb{
  max-width: 64px;
  width: 100%;
}
#sp_nav .products_spnav li:nth-child(even) a .thumb{
  max-width: 60px;
}
#sp_nav .products_spnav li a p{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
#sp_nav .products_spnav li a p .ico_sushi{
  margin-right: 6px;
}
#sp_nav .products_spnav li a p .ico_norimaki{
  margin-right: 10px;
  margin-left: 1px;
}
#sp_nav .products_spnav li a p .ico_shari{
  margin-right: 10px;
  margin-left: 6px;
}
#sp_nav .products_spnav li a p .ico_multi{
  margin-right: 7px;
}
#sp_nav .products_spnav li a p .ico_etc{
  margin-right: 12px;
  margin-left: 7px;
}
#sp_nav .products_spnav li.item04 a p .ico,
#sp_nav .products_spnav li.item05 a p .ico{
  align-self: flex-start;
}
#sp_nav .products_spnav li.item05{
  margin-top: 20px;
}
#sp_nav .ytb{
  margin-right: 10px;
}
/* footer
-----------------------------------------------------*/
#site-footer{
	padding: 40px 25px 45px 25px;
  margin-top: 100px;
}
#site-footer .flex{
  display: block;
}
#site-footer .flex .right-col{
  padding-left: 0;
  border-left: 0;
}
#site-footer .flex .left-col{
  padding-right: 0;
  border-bottom: 1px solid #2F2F2F;
  padding-bottom: 37px;
  margin-bottom: 29px;
  max-width: none;
  .footer_logo{
    width: 202px;
    height: auto;
  }
}
#site-footer .row01{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 31px 20px;
}
#site-footer .row01 > :nth-child(1){
  grid-column: span 2;
}
#site-footer .phone{
  margin-left: 5px;
  gap: 12px;
  .num{
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .hours{
    font-size: 10px;
  }
}
#site-footer .phone img{
  width: 44px;
  height: 44px;
}
#site-footer .contact{
  margin-left: 0;
}
#site-footer .contact a{
  max-width: none;
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  line-height: 1.5;
  height: 61px;
  justify-content: flex-start;
}
#site-footer .contact a .ico{
  margin-right: 0;
  position: absolute;
  top: 15px;
  left: 17px;
}
#site-footer .ytb{
  margin-left: 0;
  position: relative;
  padding-left: 52px;
  font-size: 12px;
  line-height: 1.5;
  img{
    margin: 0;
    vertical-align: unset;
  }
}
#site-footer .ytb .ico{
  position: absolute;
  top: 5px;
  left: 2px;
}
#site-footer .row02{
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
  gap: 8px 20px;
}
footer .col + .col{
  margin-top: 0;
}
#site-footer .footer-nav-list > li > div{
	& a{
		font-size: 12px;
		height: 44px;
	}
}
#site-footer .footer-nav-list > li + li{
  margin-top: 10px;
}
#site-footer .footer-nav-list .child li{
  font-size: 11px;
}
#site-footer .footer-nav-list .child li + li{
  margin-top: 15px;
}
.copy_right{
	p{
		font-size: 9px;
	}
	#page_top{
		font-size: 12px;
		img{
      width: 19px;
      height: 19px;
			vertical-align: -4px;
			margin-left: 10px;
		}
	}
}

/* common
-----------------------------------------------------*/
#pagetitle{
  margin-top: 32px;
  margin-bottom: 25px;
}
#pagetitle h1 .en{
  font-size: 14px;
  margin-bottom: 10px;
}
#pagetitle h1{
  font-size: 22px;
}
a.link_circle::before{
  width: 19px;
  height: 19px;
}

