@charset "utf-8";
/* ヘッダー */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 58px;
	z-index: 999;
}
header.color {
  background: #fff;
	transition:.7s;
}
.headinner{
	width: 94%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 5px 0;
}
.head-logo {
  width: 40%;
	max-width: 135px;
}
.gnavi{
	margin-right: 10%;
	flex: 1;
	justify-content: flex-end;
}
.gnavi li{
	margin: 0 2%;
	text-align: center;
	position: relative;
}
.gnavi li a{
	color: #222;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: center;
}
.snsicon {
  line-height: 1;
  padding-top: 4px;
}
.snsicon a i{
	font-size: 20px;
}
.head-con a {
  display: block;
  background: #E76B31;
  line-height: 12px !important;
  padding: 5px 10px 4px;
  font-size: 10px;
  color: #fff !important;
}
.fp-viewing-0 .gnavi li a,
.fp-viewing-1 .gnavi li a{
	color: #fff;
}
.fp-viewing-1 .side-navi li a{
	color: #fff;
}
.fp-viewing-0 .logo-bk{
	display: none;
}
.fp-viewing-0 .logo-wh{
	display: block;
}
.fp-viewing-1 .logo-bk,
.fp-viewing-2 .logo-wh,
.fp-viewing-3 .logo-wh,
.head-logo-subP .logo-wh{
	display: none;
}
.fp-viewing-1 .logo-wh,
.fp-viewing-2 .logo-bk,
.fp-viewing-3 .logo-bk,
.head-logo-subP .logo-bk{
	display: block;
}
.one-clumn .logo-wh{
	display: none !important;
}
.one-clumn .logo-bk{
	display: block !important;
}

/* ファーストビュー */
.firstview-wrap{
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 1ページ */
.section-content {
	width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
.left-area {
  width: 93%;
  height: 100%;
  padding: 80px 0 0;
  margin: 0 0 0 auto;
}
.adress-box {
  margin-bottom: 20px;
}
.side-navi li {
  line-height: 2.7;
  letter-spacing: .1em;
  font-size: 13px;
  color: #fff;
}
.side-navi li a{
	color: #fff;
}
.instagram-data .date {
  font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
.icon-shop a::after{
	content: "";
	background: url(/images/common/icon-cart-wh.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: .5em;
	vertical-align: text-bottom;
}
.news-list li {
	width: 70px;
  margin-top: 20px;
}
.news-list li img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}
.right-area{
	display: none;
}
.page1 .section-content {
	background: url(/images/bogamari/bogamari-bg-1sp.jpg) no-repeat;
	background-size: cover;
}
/* 2ページ */
.left-area h2{
	letter-spacing: .03em;
  font-weight: bold;
  font-size: 16px;
}
.side-address-text {
  margin-top: 10px;
  line-height: 1.6;
  padding-right: 20px;
  font-size: 11px;
}
.left-area .shop-link a {
  margin: 10px auto 0 0;
  width: 150px;
  display: block;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 11px;
}
.side-shop-tel {
  margin-top: 10px;
  font-size: 16px;
  border-bottom: 2px solid #E76B31;
  letter-spacing: .05em;
}
.side-shop-tel a{
	font-size: 14px;
}
.side-shop-open {
  font-size: 10px;
}
.side-shop-open {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 5px;
}
.page2{
	background: url(/images/bogamari/bogamari-bg-2sp.jpg?0114) no-repeat left bottom;
	background-size: 100% auto;
}
@media screen and (max-width: 320px) {
.side-shop-tel {
  margin-top: 20px;
}
.left-area .shop-link a{
  margin-top: 20px;
}
.side-address-text {
  line-height: 1.6;
}
.side-shop-open {
  line-height: 1.6;
}
}

/* 3ページ */
.bottomview {
  position: relative;
	display: block;
  height: calc(100vh - 40px);
  width: 86%;
  margin: 0 auto;
  padding: 80px 0 0;
}
.imgnavi{
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  flex-direction: column;
}
.imgnavi li{
	width: 45%;
  max-width: 140px;
  margin-top: 10px;
}
.imgnavi li img{
	width: 100%;
}
.page3{
	background: url(/images/kurano/kurano-bg-sp.jpg) no-repeat;
	background-size: cover;
}
.copy{
	display: flex;
	justify-content: center;
  letter-spacing: .05em;
  font-size: 12px;
  width: 100%;
	height: 40px;
}
.copy span{
	margin: 0 .3em;
}
.copy-name {
  font-size: 17px;
	letter-spacing: .1em;
}
/* 下層 */
/* メニュー */
.headinner-subP .gnavi li a{
/* 	color: #fff; */
}
.subP-manu{
	background: url(/images/bogamari/bogamari-bg-menu-sp.jpg) no-repeat;
	background-size: cover;
  height: 100vh;
}
.left-subP{
	width: 100%;
	margin: 0;
}
.subP-title{
	position: relative;
/* 	color: #fff; */
	text-align: center;
}
.subP-title::after {
	content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.menu-wrap{
	width: 86%;
	margin: 40px auto 0;
}
.menu-list li {
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 25px;
  display: block;
  position: relative;
	width: 63%;
}
.menu-list li a{
	color: #222;
}
.menu-list li::after{
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
  font-weight: 300;
	position: absolute;
	right: 30px;
	top: 0;
	color: #222;
}
/* コンセプト */
.subP-concept{
	background: url(/images/bogamari/bogamari-bg-concept-sp.jpg) no-repeat;
	background-size: cover;
  padding-bottom: 160px;
}
.subP-concept .right-area{
	display: block !important;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
.concept-wrap{
  flex-direction: column;
  text-align: center;
/*   color: #fff; */
}
.concept-title{
	letter-spacing: .1em;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.concept-title::after {
	content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.concept-subtitle {
  letter-spacing: .1em;
  padding: 60px 0 0;
  font-size: 14px;
}
.concept-text{
  width: 96%;
  margin: 40px auto 0;
  line-height: 2.3;
  letter-spacing: .1em;
  font-size: 13px;
}
@media screen and (max-width: 375px) {
.concept-subtitle {
  font-size: 3.8vw;
}
.concept-text{
  font-size: 3.6vw;
}
}
/* チェフ */
.chef {
  width: 100%;
  flex-direction: column;
}
.chef-title {
  width: 100%;
  padding: 20px 0;
  text-align: center;
/*   color: #fff; */
  margin-top: -70px;
  border-top: 1px solid #888;
  font-weight: 500;
  letter-spacing: .1em;
}
.chef-con{
	width: 100%;
	flex-direction: column;
}
.chef-img{
	width: 100%;
}
.chef-prof{
	width: 86%;
	margin: 40px auto 0;
}
.chef-name{
	font-weight: 500;
}
.chef-en{
	margin-top: 5px;
	font-size: 13px;
}
.chef-text{
	margin-top: 20px;
  line-height: 2.5;
  font-size: 10px;
  letter-spacing: .05em;
}
.concept-logo{
	width: 100%;
	text-align: center;
	padding: 50px 7%;
}
/* アクセス */
.subP-access,
.subP-ig,
.subP-reserve{
	background: url(/images/bogamari/bogamari-bg-access-sp.jpg) no-repeat;
	background-size: cover;
  min-height: 100vh;
  color: #222;
}
.access-wrap{
  width: 86%;
  margin: 0 auto;
}
.subP-ig .adress-box,
.subP-reserve .adress-box,
.subP-access .adress-box {
  margin: 40px 0 50px;
}
h3.subP-shop span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
h3.subP-shop {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}
.side-access-text {
  margin-top: 10px;
  line-height: 2.5;
  font-size: 12px;
}
.subP-reserve .side-access-text {
  line-height: 1.8;
}
.side-access-tel {
	font-size: 14px;
  letter-spacing: .05em;
}
.side-access-tel a{
  color: #222;
}
.side-access-open {
  font-size: 12px;
}
.side-access-open {
  font-size: 10px;
  margin-top: 10px;
  line-height: 2.5;
  letter-spacing: .05em;
}
/*
.side-shop-open-top{
	margin-top: 20px;
}
*/
.access-link a {
  margin: 30px auto 0 0;
  width: 150px;
  display: block;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #222;
  font-size: 11px;
  color: #222;
  line-height: 1.5;
}
.access-link a:hover{
	background: #E76B31;
}
.access-link a:nth-child(n+2){
	margin-top: 15px;
}
/* 厳選素材 */
.subP-ingredients .right-area {
  display: block !important;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
.ingredients-title{
	letter-spacing: .1em;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  text-align: center;
}
.material-wrap{
	flex-direction: column;
  text-align: center;
  padding: 30px 0 0;
}
.material{
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.material img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.material-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  width: 90%;
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 5px #555;
  font-weight: 500;
}
/* 厳選素材詳細 */
.subP-ingredients.detail .right-area {
	padding: 65px 0 0
}
.ingredients-detail-wrap{
	flex-direction: column;
  padding: 0 0 60px;
}
.ingredients-main-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.ingredients-main-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.material-detail-wrap{
	flex-direction: column;
	width: 100%;
}
.ingredients-sub{
	padding: 20px 7%;
}
.ingredients-detail-title{
	letter-spacing: .1em;
	font-weight: 500;
}
.ingredients-detail-text {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
}
.ingredients-sub-img {
  margin-top: 20px;
}
/* インスタグラム */
h3.subP-shop.subP-ig-title a {
  display: flex;
  align-items: center;
}
h3.subP-shop.subP-ig-title span {
  font-size: 13px;
  font-weight: 500;
}
h3.subP-shop.subP-ig-title span span {
  font-size: 15px;
  font-weight: bold;
}
h3.subP-shop.subP-ig-title {
  margin-bottom: 20px;
}
h3.subP-shop.subP-ig-title i {
  font-size: 20px;
  margin-right: .5em;
}
/* 予約 */
.reserve-link a {
  background: #E76B31;
  line-height: 17px;
  padding: 5px 10px 3px;
  font-size: 14px;
  color: #fff !important;
  letter-spacing: .1em;
  display: inline-block;
  margin-top: 10px;
}
/* 固定帯 */
.logo-wrap {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px 0;
  -ms-transform: translate(-50%, -50%);
}
.logo-bogamari {
  width: 40%;
  max-width: 120px;
  margin: 0 auto;
}
.bogamari-logo-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 0 15px;
  width: 95%;
  margin: 15px auto 0;
}
.logo-deco1 {
  width: 60px;
}
.logo-deco2 {
  width: 60px;
}
.logo-bogamari-kitasando .bogamari-shop {
  width: 80%;
  margin-bottom: 10px;
}
.logo-bogamari-azabudai .bogamari-shop {
  width: 100%;
 margin-bottom: 10px;
}
.logo-bogamari-kitasando {
  width: 45%;
}
.logo-bogamari-azabudai {
  width: 45%;
}
p.bogamari-shop {
  margin: 0 auto;
}
p.bogamari-reserv-btn {
  width: 80%;
  max-width: 100px;
  margin: 0 auto;
}
p.logo-deco1,p.logo-deco2 {
  padding-top: 20px;
}
.logo-bogamari-kitasando .bogamari-name {
  width: 85%;
  max-width: 110px;
  margin: 0 auto;
}
.logo-bogamari-azabudai .bogamari-name {
  width: 75%;
  max-width: 100px;
  margin: 0 auto;
}

.left-area-3{
  padding:60px 0 0;
}

/* スマホで縦幅が小さい時、画像を非表示 */
@media screen and (max-height: 660px){
  .page2{
    background: unset;
  }
}