@charset "UTF-8";
* {box-sizing: border-box;}
html {font-size: 62.5%;}
body {
	line-height: 1.4;
	display: block;
	font-family: "Shippori Mincho", serif;;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../image/bg.webp);
    min-width: 320px;
	font-weight: 400;
	height: 100%;
}
body * {
	font-weight: 400;
}
main{
	overflow: hidden;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
img{
	width: 100%;
	font-size: 0;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.w-1100{
	max-width: 1140px;
	padding: 0 20px;
	margin-inline: auto;
}
.txt-center{
	text-align: center;
}
.txt-end{
	text-align: end;
}
.en{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
section{
	padding-top: 8%;
	padding-bottom: 8%;
}
h2{
	color: #E8AA48;
	font-size: 5rem;
	margin-bottom: 3%;
	line-height: 1;
}
.btn{
	display: flex;
	justify-content: center;
}
.btn a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background: #fff;
	border: solid 1px #998058;
	font-size: 1.8rem;
	color: #998058;
	transition: .3s;
}
.btn a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #a48363;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}
.thum{
	margin-bottom: 1%;
	padding-top: 66.666%;
	overflow: hidden;
}
.thum img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.tel{
	pointer-events: none;
}
.tel::after{
	content: none!important;
}
.tel .sp{
	display: none;
}

/* header-------------------------------------------------------------- */
header{
	width: 100%;
	height: 60px;
	position: fixed;
	display: flex;
	align-items: center;
	background: #000;
	padding: 0 30px;
	z-index: 10;

}
header .header-area{
	width: 100%;
}
header .menu{
	justify-content: space-between;
	align-items: center;
}
header nav ul li{
	margin-right: 25px;
}
header nav ul li a{
	position: relative;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 100;
}
header nav ul li a::after{
	content: "";
	width: 0%;
	height: 1px;
	background: #a48363;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}
.sp_menu_btn{display: none;}
header .h-btn{
	align-items: center;
}
header .btn a{
	flex-direction: column;
	width: 220px;
	height: 45px;
}
header .btn a span{
	font-size: 1.2rem;
}
header .btn a p{
	font-size: 2rem;
	line-height: 1.2;
}
header .h-btn .time{
	margin-right: 20px;
}
header .time p{
	font-size: 1.6rem;
	color: #fff;
}
header .time span{
	font-size: 1.4rem;
	color: #fff;
}

/* fv-------------------------------------------------------------------- */
.fv{
	margin-top: 60px;
	width: 100%;
	height: 93vh;
	overflow: hidden;
}
.fv video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv .black-bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .15);
	mix-blend-mode: multiply;
}
.fv .fv-logo{
	position: absolute;
	width: 20%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* message-------------------------------------------------------------------- */
.message {
	background: #fff;
	padding: 5% 0;
}
.message .flex{
	max-width: 1000px;
    margin-inline: auto;
	justify-content: center;
	align-items: center;
}
.message .flex .logo{
	width: 35%;
}
.message .flex .copy{
	width: 55%;
}
.message .flex .copy h1{
	font-size: 3.5rem;
	margin-bottom: 5px;
}
.message .flex .copy h1:nth-of-type(2){
	margin-bottom: 5%;
	padding-left: 5%;
}
.message .flex .copy h1:nth-of-type(3){
	padding-left: 10%;
}
.message .flex .copy h1:nth-of-type(4){
	padding-left: 15%;
}
.message .right{
	top: 0;
	right: 0;
	width: 15%;
	font-size: 0;
}
.message .left{
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 0;
}

/* course ---------------------------------------------------------------*/
.course h2 br{
	display: none;
}
.course h2{
	margin-bottom: 0;
	line-height: 1;
}
.course span.ttl-sub{
	display: block;
	color: #E8AA48;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 3%;
}
.course ul{
	justify-content: space-between;
}
.course ul li{
	width: 49%;
	margin-bottom: 5%;
}
.course ul li h3{
	font-size: 3rem;
	color: #fff;
}
.course ul li p.top-price{
	font-size: 3rem;
	color: #fff;
	margin-bottom: 3%;
}
.course ul li p span{
	font-size: 1.8rem;
	color: #fff;
}
.drink-btn{
	padding: 2%;
	background: #998058;
	overflow: hidden;
}
.drink-btn .bg{
	z-index: 0;
}
.drink-btn .bg img{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	opacity: .15;
}
.drink-btn h4{
	font-size: 3.5rem;
	color: #fff;
}
.drink-btn p{
	font-size: 2rem;
	margin-bottom: 1%;
	color: #fff
}
.drink-btn p br{display: none;}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
	padding: 0 5%;
	z-index: 10;
}
.modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 25px;
    max-width: 1000px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}
.course .modal-content h4{
	font-size: 3rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #C2AB88;
	color: #a48363;
}
.course .modal-content .price{
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1;
}
.course .modal-content .price span{
	font-size: 1.8rem;
	color: #000;
}
.course .modal-content .txt-area{
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 10px;
}
.course .modal-content .price span{
	font-size: 1.8rem;
	color: #000;
}
.course .modal-content .oshinagaki{
	padding: 15px;
	background: #998058;
	margin-bottom: 10px;
}
.course .modal-content .oshinagaki h5{
	font-size: 1.8rem;
	margin-bottom: 5px;
	color: #fff;
}
.course .modal-content .oshinagaki p{
	font-size: 1.4rem;
	color: #fff;
}
.modal-content p.hosoku{
	font-size: 1.4rem;
}
.modal-content .hosoku span{
	display: block;
	font-size: 1.2rem;
	color: #000!important;
}
.modal span.close{
	position: absolute;
	top: -40px;
	right: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.modal-content.flex{
	justify-content: space-between
}
.modal-thum{
	width: 30%;
}
.modal-txt{
	width: 68%;
}

.drink-btn .modal-content{
	height: 500px;
    overflow-y: scroll;
}
.drink-btn .modal h5{
	font-size: 4.5rem;
	text-align: center;
	margin-bottom: 10px;
	color: #a48363;
}
.drink-btn .modal .obi{
	font-size: 1.8rem;
	background: #a48363;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.drink-btn .modal .obi.sp{
	display: none;
}
.drink-btn .modal .image-area .flex{
	justify-content: space-between;
	margin-bottom: 5%;
}
.drink-btn .modal .image-area .flex li{
	width: 24%;
	margin-bottom: 0;
}
.drink-btn .modal h6{
	font-size: 2.5rem;
	text-align: center;
	color: #a48363;
	margin-bottom: 5%;
}
.drink-btn .modal .flex.d-menu{
	justify-content: space-between;
}
.drink-btn .modal .flex.d-menu p{
	font-size: 1.8rem;
	color: #a48363;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #a48363;
}
.drink-btn .modal .flex.d-menu .item{
	width: 48%;
	margin-bottom: 20px;
}
.drink-btn .modal .flex.d-menu .item ul li{
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 5px;
	padding-left: 14px;
	text-indent: -14px;
}
.drink-btn .modal .hosoku{
	padding: 3%;
	background: rgba(255, 232, 192, .5);
}
.drink-btn .modal .hosoku span{
	padding-left: 14px;
	text-indent: -14px;
}


/* concept ---------------------------------------------------------------*/
.concept{
	width: 100%;
	height: 35vw;
	background-image: url(../image/concept-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.concept p{
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.6;
}


/* menu -----------------------------------------------------------------*/
.c-menu h2 br.sp-block{display: none;}
.c-menu .c-menu-box .flex{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3%;
}
.c-menu .c-menu-box .flex .img{
	width: 49%;
}
.c-menu .c-menu-box .flex .txt{
	width: 46%;
}
.c-menu .c-menu-box .flex .txt h3{
	font-size: 3.2rem;
	color: #fff;
}
.c-menu .c-menu-box .flex .txt h3 span{
	display: block;
	font-size: 1.8rem;
}
.c-menu .c-menu-box .flex .txt span.hosoku{
	font-size: 1.6rem;
	color: #fff;
}
.c-menu .toast{
	padding: 5%;
	background: #998058;
}
.c-menu .toast .flex{
	justify-content: space-between;
}
.c-menu .toast h4{
	font-size: 5rem;
	margin-bottom: 2%;
	color: #fff;
}
.c-menu .toast h4 span{
	display: block;
	font-size: 2.5rem;
	color: #fff;
}
.c-menu .toast h5{
	font-size: 3rem;
	margin-bottom: 2%;
	color: #fff;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: solid 1px #fff;
}
.c-menu .toast .img{
	width: 40%;
}
.c-menu .toast .txt{
	width: 55%;
}
.c-menu .toast .txt p{
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 3%;
}
.c-menu .toast .txt p:last-of-type{
	margin-bottom: 0;
}

.c-menu .accordion-trigger {
	width: 300px;
	height: 50px;
	margin-inline: auto;
	position: relative;
	background: #fff;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
	margin-bottom: 8%;
	border: solid 1px #a48363;
	color: #a48363;
	font-family: "Shippori Mincho", serif;
}
.c-menu .accordion-trigger.is-active{
	display: none;
}

/* ご提示いただいたCSSをベースに調整 */
.c-menu .accordion-trigger::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px; /* 少し大きめに調整 */
	font-weight: 400;
	color: #998058; /* 指定の色 */
	transition: transform 0.3s ease;
}

/* 開いている状態（クラス付与時） */
.c-menu .accordion-trigger.is-active::after {
	/* + を回転させて × に見せるアニメーション */
	transform: translateY(-50%) rotate(45deg); 
}

/* --- アコーディオンの中身 --- */
.c-menu .accordion-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.4s ease, opacity 0.4s ease;
}

.c-menu .accordion-content.is-open {
	margin-top: 3%;
	opacity: 1;
	overflow: visible; 
}

/* --- グリッドレイアウト (画像のメニューリスト再現) --- */
.c-menu .menu-grid {
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 2%;
}

.c-menu .menu-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-menu .menu-text {
	font-size: 14px;
	line-height: 1.6;
}

.c-menu .menu-location {
	font-size: 1.6rem;
	margin-bottom: 4px;
	display: block;
	color: #fff;
}

.c-menu .menu-name {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: inline-block;
	color: #fff;
}

/* 下部の「閉じる」ボタンエリア */
.c-menu .close-area {
	padding-top: 10%;
	margin-bottom: 5%;
	text-align: center;
}

.c-menu .close-btn {
	width: 300px;
    height: 50px;
	background-color: #fff;
	color: #a48363;
	padding: 10px 40px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: opacity 0.3s;
	font-size: 1.8rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	border: solid 2px #a48363;
	transition: .3s;
}

.c-menu .close-btn::after {
	content: "—";
	color: #998058;
}


/* drink--------------------------------------------------------------- */
.drink{padding-top: 0;}
.drink .drink-main.flex{
	justify-content: space-between;
	margin-bottom: 1%;
}
.drink .drink-main.flex .image{
	width: 45%;
}
.drink .drink-main.flex .txt{
	width: 50%;
}
.drink .drink-main.flex .txt h3{
	font-size: 3.5rem;
	margin-bottom: 3%;
	color: #fff;
}
.drink .drink-main.flex .txt p{
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
}
.drink .drink-list .flex{
	justify-content: space-between;
}
.drink .drink-list .flex li{
	width: 24%;
}

/* SCENES */
.scenes{
	padding-top: 0;
}
.scenes h2{
	margin-bottom: 1%;
}
.scenes .ttl-txt{
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 2%;
}
.swiper .image{
	margin-bottom: 10px;
}
.swiper p{
	font-size: 2rem;
	color: #fff;
	font-weight: 500;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: solid 2px #998058;
    border-radius: 30px;
    transition: .2s;
	background: #fff;
	z-index: 1!important;
}
.swiper-button-next{
	right: 28%!important;
}
.swiper-button-prev{
	left: 28%!important;
}
.swiper-button-next:after {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    color: #998058;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: .2s;
}
.swiper-button-prev:after {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    color: #998058;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
    transition: .2s;
}
.swiper-button-next, .swiper-button-prev {
    svg {display: none;}
}

/* Information */
.information{
	background: #fff;
}
.information .store-info {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 8%;
  }
  
  .information .store-info .column {
	flex: 1;
  }
  
  .information dl .item {
	display: flex;
	border-bottom: 1px solid #e5dbd1;
	padding: 20px 0 10px 0;
  }
  
  .information dt {
	width: 160px;
	color: #a48363;
	font-weight: normal;
	font-size: 1.6rem;
  }
  
  .information dd {
	font-size: 1.6rem;
	flex: 1;
	margin: 0;
  }
  .information dl .item a{
	position: relative;
	color: #000;
	transition: .3s;
  }

.access{
	padding: 4%;
	background: #998058;
}
.access h2{
	color: #fff;
}
.access .flex{
	justify-content: space-between;
}
.access .map{
	width: 45%;
}
.access .map iframe{
	width: 100%;
	height: 22vw;
}
.access .txt{
	width: 53%;
}
.access .txt{
	width: 53%;
}
.access .txt h3{
	font-size: 3rem;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: solid 1px #fff;
	color: #fff;
}
.access .txt p.add{
	font-size: 2rem;
	padding-left: 4.5%;
	color: #fff;
	margin-bottom: 1%;
}
.access .txt p.add::after{
	content: "";
	display: block;
	width: 1.2vw;
	height: 1.2vw;
	background-image: url(../image/access_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
}
.access .txt ul{
	padding-left: 4.5%;
	margin-bottom: 5%;
}
.access .txt ul li{
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4;
} 

.access .btn{
	justify-content: flex-start;
}

/* qa------------------------------------------------------------------- */
/* 背景（黒のテクスチャ風） */
.faq-wrapper {
	background: #1a1a1a;
	padding: 60px 20px;
	font-family: "Noto Sans JP", sans-serif;
  }
  
  /* 見出し */
  .faq-title {
	text-align: center;
	font-size: 32px;
	color: #d7b46a; /* 金色 */
	margin-bottom: 40px;
	letter-spacing: 2px;
  }
  /* タイトル (button → divへ変更) */
  .faq .accordion-title {
	width: 100%;
	font-size: 1.8rem;
	color: #998058;
	padding: 20px 50px 20px 20px;
	cursor: pointer;
	position: relative;
	user-select: none;
	border-radius: 6px;
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid #998058; /* 金色の線 */
	background: #fff;
	transition: .3s;
  }
  
  /* ＋ 記号（擬似要素） */
  .faq .accordion-title::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #998058;
	transition: transform .3s ease, content .3s ease;
  }
  
  /* active → − に変化 */
  .faq .accordion-item.active .accordion-title::after {
	content: "−";
	transform: translateY(-50%) rotate(180deg);
  }
  
  /* 中身（閉じている状態） */
  .faq .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding: 0 20px;
  }
  /* 中身の文章 */
  .faq .accordion-content p {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.7;
	padding: 0 0 40px 0;
  }
  
  /* 開いた状態 */
  .faq .accordion-item.active .accordion-content {
	max-height: 100%;
  }

  /* insta */
  .insta {padding-top: 0;}
  .insta h2{margin-bottom: 20px;}
  .insta ul {
	justify-content: space-between;
	margin-bottom: 20px;
  }
  .insta ul li{
	width: 24%;
  }
  

/* footer--------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 40px;
	background: #fff;
	border: solid 2px #a48363;
}
#page-top a {
    position: relative;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    background: #fff;
}
#page-top a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #a48363;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

footer{
	margin-top: 5%;
	background: #fff;
	padding: 5% 0px;
}
footer .flex{
	justify-content: center;
}
footer .flex .left{
	width: 48%;
}
footer .flex .left .f-logo{
	width: 25%;
	margin-right: 5%;
}
footer .flex .left .address{
	width: 70%;
}
footer .flex .left .address p{
	font-size: 1.8rem;
	padding-left: 18px;
	margin-bottom: 1%;
}
footer .flex .left .address ul{
	padding-left: 4.5%;
}
footer .flex .left .address p::after{
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../image/access_icon_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
}
footer .flex .left .address ul li{
	font-size: 1.4rem;
}
footer .flex .right{
	width: 48%;
}
footer .flex .right ul{
	justify-content: flex-start;
	margin-bottom: 5%;
}
footer .flex .right ul li{
	margin-right: 8%;
	margin-bottom: 2%;
}
footer .flex .right ul li a{
	position: relative;
	font-size: 1.4rem;
	color: #000;
}
footer .flex .right ul li a::after{
	content: "";
	width: 0%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}
footer .left.flex{
	justify-content: flex-start;
	align-items: center;
}
footer .f-btn .btn{
	display: block;
}
footer .f-btn .btn a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-items: center;
	height: 60px;
	margin-bottom: 5px;
}
footer .f-btn .btn a p{
	font-size: 2.4rem;
	line-height: 1;
}
footer .f-btn .btn a span{
	font-size: 1.3rem;
}
footer .f-btn .time p{
	font-size: 1.65rem;
}
.f-copy{
	padding: 10px 0;
	font-size: 1rem;
	color: #fff;
	text-align: center;
}

/* アニメーション */
.scale-anm {
	opacity: 0;
	transform: scale(0);
  }
  
  /* body.after_load が付いたらアニメーションを再生 */
  body.after_load .scale-anm {
	animation: scaleIn 0.8s ease-out forwards;
  }
  
  /* keyframes定義 */
  @keyframes scaleIn {
	0% {
	  opacity: 0;
	  transform: scale(0);
	}
	50% {
	  opacity: 1;
	  transform: scale(1.2); /* 少し大きくして弾む感じ */
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
.scroll_fadeup{
    transform: translateY(80px);
    opacity: 0;
    filter: blur(6px);
  }
  .fadeUp{
    transition: 1s;
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
}

.scroll_slideIn{
    transform: translateX(80px);
    opacity: 0;
  }
  .slideIn{
    transition: 1s;
    transform: translateX(0);
    opacity: 1;
}

#sb_instagram{
	margin-bottom: 3%;
	padding-bottom: 0;
}
#sbi_images{
	display: flex;
	justify-content: space-between;
}
.sbi_item{
	width: 23vw;
    height: 23vw;
    overflow: hidden;
    position: relative;
}
.svg-inline--fa{display: none;}
.sbi-screenreader{display: none;}
.sbi_item img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}