@charset "UTF-8";
/*------------------------
header
------------------------*/
header .logo{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.5s ease, visibility 0.3s linear 0.4s;		
}
header .logo.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.5s ease;
}

@media screen and (max-width:767px) {
	header .inner{
		background-color: transparent;
		border-bottom-color: transparent;
		transition: background-color .5s ease, border-color .5s ease;
	}
	header .inner.is-show{
		background-color: var(--header-c);
		border-bottom-color: var(--green);
	}
}
/*------------------------
topimg
------------------------*/
.topimg {
	height: 100svh;
	min-height:100svh;
	position: relative;
  overflow: hidden;
  background-color: var(--bg1);
}
.topimg:after{
	display: block;
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--green);
	z-index: 10;
}
.topimg .kouka {
	position: relative;
	height: 100%;
	background-color: var(--bg1);
	overflow: hidden;
	z-index: 1;
}
.topimg .kouka::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 294px;
	z-index: 2;
	background-image: url("/nishiogi-koukashita/img/pc/common/kouka1.svg");
	background-repeat: repeat-x;
	background-size: 452px 294px;
	background-position: calc(50% - 226px) top;
	pointer-events: none;
}
.topimg .kouka::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 294px;
	bottom: 0;
	z-index: 2;
	background-image: url("/nishiogi-koukashita/img/pc/common/kouka2.svg");
	background-repeat: repeat;
	background-size: 452px 8px;
	background-position: calc(50% - 226px) top;
	pointer-events: none;
}
.topimg .kouka > .bg-circle {
	position: absolute;
	width: 265px;
	height: 265px;
	border-radius: 50%;
	background-color: rgba(129, 145, 133, 0.5);
	mix-blend-mode: multiply;
	left: calc(50% - 410px);
	top: 63px;
	z-index: 1;
}
.topimg .texture {
  position: relative;
  height: 100%;
}
.topimg .texture::before {
  content: "";
  position: absolute;
  inset: 0;
	z-index:20;
  background-image: url("/nishiogi-koukashita/img/pc/common/bg_texture.webp");
  background-repeat: repeat;
  background-size: 512px 512px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.topimg .img-area {
  height: 100%;
	display: flex;
	align-items: center;
}
.topimg .img-area .inner {
	height: 100%;
	position: relative;
	display: flex;
}
.topimg .img-area .logo img{
	position: relative;
	z-index: 10;
}
/*円*/
.topimg .img-area .bg-circle {
	position: absolute;
	border-radius: 50%;
	mix-blend-mode: multiply;
}
	/*円の疑似要素*/
.topimg .img-area .bg-circle.bg-circle02 {
width: 362px;
	height: 362px;
	border-radius: 50%;
	background-color: rgba(245, 239, 210, 0.5);
	left: -11%;
	/* bottom: 20px; */
	top: calc(52% + 6vh);
	z-index: 3;
}
.topimg .img-area .bg-circle.bg-circle03 {
	content: "";
	position: absolute;
	width: 384px;
	height: 384px;
	border-radius: 50%;
	background-color: rgba(205, 199, 179, 0.65);
	mix-blend-mode: multiply;
	pointer-events: none;
	top: calc(32.8% + 6vh);	left: 12.5%;
	z-index:40;
}
.topimg .img-area .bg-circle.bg-circle04 {
	content: "";
	position: absolute;
	width: 265px;
	height: 265px;
	border-radius: 50%;
	background-color: rgba(32, 101, 107, 0.5);
	mix-blend-mode: multiply;
	pointer-events: none;
	top: calc(16% + 6vh);
	right: -130px;
	transform: translateY(-50%);
	z-index: 50;
}
.topimg .img-area .bg-circle.bg-circle05 {
	content: "";
	position: absolute;
	width: 319px;
	height: 319px;
	border-radius: 50%;
	background-color: rgba(245, 239, 210, 0.5);
	mix-blend-mode: multiply;
	pointer-events: none;
	top: calc(70% + 6vh);
	right: -144px;
	transform: translateY(-50%);
	z-index: 6;
}
/*キャプション*/
.img-cap{
	position: absolute;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	bottom: 15px;
	left: 10px;
	letter-spacing: 0.1em;
}
.topimg .img-cap{
	left: 25px;
}
/*swiper*/
.topimg .top-swiper,
.topimg .top-swiper .swiper-wrapper,
.topimg .top-swiper .swiper-slide,
.topimg .top-swiper .image {
	height: 100%;
	background: #fff;
}
.topimg .top-swiper .image {
	position: relative;
}
.topimg .top-swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topimg .top-swiper-wrap {
	z-index: 40;
	position: relative;
}
.topimg .top-swiper {
	overflow: hidden;
}
.topimg .top-swiper-wrap::before,
.topimg .top-swiper-wrap::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
}
.topimg .top-swiper-wrap::before {
	left: 0;
	top: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
.topimg .top-swiper-wrap::after {
	right: 0;
	bottom: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w2.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
.topimg .top-swiper-pagination {
	position: absolute;
	left: 50%;
	top: calc(100% + 35px);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}
.topimg .top-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 12px;
	opacity: 1;
	background: var(--black);
}
.topimg .top-swiper-pagination .swiper-pagination-bullet-active {
	background: var(--green);
}

/* PC */
@media screen and (min-width:768px) {
	.topimg{}
	.topimg .img-area .inner {
		width: calc(100% - 60px);
		max-width: 1200px;
		height: 100%;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
		padding-top: 11vh;
	}
	.topimg .img-area .logo{
		width: 18%;
		padding-bottom: 4.5vh;
	}

	/*slick*/
	.topimg .img-area .top-swiper-wrap {
		width: 67.75%;
	}
	.topimg .top-swiper {
		border-radius: 0 60px 0 60px;
		min-height: 440px;
		height: min(440px, calc(100vh - 100px));
	}
	.topimg .top-swiper-wrap::before,
	.topimg .top-swiper-wrap::after {
		width: 76px;
		height: 125px;
	}
}
@media screen and (min-width: 1921px) {
  .topimg .img-area .inner {
    width: calc(240px + 50vw);
    max-width: calc(100% - 160px);
  }
	.topimg .img-area .top-swiper {
		height: min(
			clamp(440px, calc(248px + 10vw), 620px),
			calc(100vh - 100px)
		);
	}
	.topimg .top-swiper {
		max-width: none;
	}
}
/* PC高さ */
@media screen and (min-width:768px) and (max-height:660px) {
	.topimg{
		height: 660px;
	}
  .topimg .img-area .inner {
    padding-top: 98px;
  }
	.topimg .img-area .top-swiper {
		height: 440px;
	}
}

/* SP */
@media screen and (max-width:767px) {
	.topimg{
		height: 156vw;
		min-height:unset;
	}
	.topimg::after{
		height: 5px;
	}
.topimg .kouka::before {
	height: 82px;
	background-image: url("/nishiogi-koukashita/img/sp/common/kouka1sp.svg");
	background-repeat: repeat-x;
	background-size: 150px 83px;
	background-position: calc(50% - 75px) top;
}

.topimg .kouka::after {
	left: 0;
	right: 0;
	top: 82px;
	bottom: 0;
	background-image: url("/nishiogi-koukashita/img/sp/common/kouka2sp.svg");
	background-repeat: repeat;
	background-size: 150px auto;
	background-position: calc(50% - 75px) top;
}
	/*円*/
	.topimg .kouka > .bg-circle {
		display: none;
	}
	.topimg .img-area .bg-circle.bg-circle03 {
		background-color: rgba(129, 145, 133, 0.5);
		width: 27.7vw;
		height: 27.7vw;
		left: -2vw;
		top: 47vw;
		z-index: 35;
	}
	.topimg .img-area .bg-circle.bg-circle04 {
		width:39vw;
		height: 39vw;
		top: 70.25vw;
		right:-18vw;
	}
	.topimg .img-area .bg-circle.bg-circle02 {
		width: 39vw;
		height: 39vw;
		left: -6vw;
		bottom: 12vw;
		top: auto;
	}
	.topimg .img-area .bg-circle.bg-circle05 {
		display: none;
	}

	.topimg .img-area {
		padding: 0 4.36vw;
		flex-direction: column;
		align-items: unset;
	}
	.topimg .img-area .inner {
		padding-top: 26.4vw;
		flex-direction: column;
		align-items: center;
	}
	.topimg .img-area .logo{
		width: 33vw;
		margin-bottom: 17.18vw;
	}
	/*キャプション*/
	.img-cap{
		position: absolute;
		font-size: 8px;
		color: #fff;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		bottom: 10px;
		left: 10px;
	}
	/*slick*/
	.topimg .img-area .top-swiper-wrap {
		width: 100%;
	}
	.topimg .top-swiper {
		border-radius: 0 10.25vw 0 10.25vw;
		height: 59vw;
		margin-bottom:0;
	}
.topimg .top-swiper-wrap::before,
.topimg .top-swiper-wrap::after {
	width: 10.77vw;
	height: 17.7vw;
}
	.topimg .top-swiper-pagination .swiper-pagination-bullet {
		width: 2.56vw;
		height: 2.56vw;
		margin: 0 2.5vw;
	}
}
/*------------------------
topimgアニメーション
------------------------*/
.topimg.js-anim{
	transform: none;
	opacity:1;
}
.topimg.js-anim .kouka > .bg-circle {
	opacity:0;
	transition: opacity 0.3s ease .2s;
}
.topimg.js-anim .bg-circle.bg-circle04{
	opacity:0;
	transition: opacity 0.3s ease .3s;
}
.topimg.js-anim .bg-circle.bg-circle03{
	opacity:0;
	transition: opacity 0.3s ease .4s;
}
.topimg.js-anim .bg-circle.bg-circle05{
	opacity:0;
	transition: opacity 0.3s ease .5s;
}
.topimg.js-anim .bg-circle.bg-circle02{
	opacity:0;
	transition: opacity 0.3s ease .6s;
}
.topimg.js-anim .top-swiper-wrap{
	opacity:0;
	transition: opacity 1s ease .8s;
}
.topimg.js-anim .logo{
	opacity:0;
	position: relative;
	transition: opacity 1.2s ease 1.5s;
	z-index: 30;
}
.topimg.js-anim.is-show .top-swiper-wrap,
.topimg.js-anim.is-show .kouka > .bg-circle,
.topimg.js-anim.is-show .bg-circle.bg-circle04,
.topimg.js-anim.is-show .bg-circle.bg-circle03,
.topimg.js-anim.is-show .bg-circle.bg-circle05,
.topimg.js-anim.is-show .bg-circle.bg-circle02,
.topimg.js-anim.is-show .logo{
	opacity:1;
}

/*------------------------
INFORMATION
------------------------*/
#info{
	background: var(--bg1);
	border-bottom: 10px solid var(--green);
}
#info .block .day{
color: var(--olive);
font-weight: bold;
display: block;
letter-spacing: 0.05em;
border-bottom: 1px solid var(--olive);
line-height: 1.3;
}
#info .block .tag-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.tag-wrap .tag{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 1px solid #707070;
}

#info .block-wrap .block .img{
	width: 100%;
	overflow: hidden;
}
#info .block-wrap .block .img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
/* PC */
@media screen and (min-width:768px) {
	#info{
		padding: 86px 0 94px;
	}
	#info .inner{
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#info .block-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 4.4915%;
		margin-bottom: 60px;
	}
	#info .block-wrap .block{
		width: calc((100% - (4.4915% * 2)) / 3);
	}
	#info .block-wrap .block .img{
		height: 258px;
		border-radius: 40px;
		margin-bottom: 40px;
	}
	#info .block-wrap .block .img img{
		transition: transform .3s ease 0s
	}
	#info .block-wrap .block a:hover .img img {
	transform: scale(1.05, 1.05);
	}
	#info .block .day{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#info .block h3{
		font-size: 17px;
		margin-bottom: 22px;
	}
	.tag-wrap .tag{
		letter-spacing: 0.2vw;
		min-width: 88px;
		height: 36px;
		padding: 0 6px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#info{
		padding: 15.38vw 2.564vw 18.46vw;
		border-width: 7px;
	}
	#info .block-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 5.128vw;
		margin-bottom:19.48vw;
	}
	#info .block-wrap .block{
		width: calc((100% - (5.128vw* 1)) / 2);
	}
	#info .block-wrap .block:nth-child(n+3) {
		display: none;
	}
	#info .block-wrap .block .img{
		width: 100%;
		aspect-ratio: 175 / 126;
		border-radius: 5.13vw;
		margin-bottom: 5.64vw;
	}
	#info .block .day{
		font-size:3.07vw;
		margin-bottom:3.33vw;
	}
	#info .block h3{
		font-size:3.33vw;
		margin-bottom:5.64vw;
	}
	#info .block .tag-wrap {
		gap: 1.28vw;
	}
	.tag-wrap .tag{
		font-size: 2.564vw;
		min-width:17.95vw;
		height: 6.66vw;
		padding: 0 3.07vw;
	}
}
/*------------------------
SHOP
------------------------*/
#shop{
	border-bottom: 10px solid var(--green);
}
	/* floormap切り替え */
#floormap {
	position: relative;
}
#floormap .floormap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease, visibility .5s ease;
}
#floormap .floormap.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
#floormap .floormap img {
	display: block;
	width: 100%;
	height: auto;
}

/* block-wrap */
#shop .block-wrap {
	display: none;
}
#shop .block-wrap .block-inner {
display: flex;
flex-wrap: wrap;
}
/*レイアウト*/
#floormap{
	background-color: var(--bg1);
	position: relative;
}
#floormap::before{
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(205, 199, 179, 0.7);
	pointer-events: none;
	z-index: 1;
}
#floormap .inner{
	position: relative;
	z-index: 5;
}
.map-switch .btn{
	cursor: pointer;
	color: var(--sage);
	font-weight: bold;
	background-color: var(--olive);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
 .map-switch .btn.is-current {
	color: var(--bg1);
}
#floormap .zoom{
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background-color:#1D6F66;
}
#floormap .zoom::before,
#floormap .zoom::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 4px;
	background-color: var(--bg1);
	transform: translate(-50%, -50%);
}
#floormap .zoom::after{
	transform: translate(-50%, -50%) rotate(90deg);
}
#floormap .guide{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.viewer-container .viewer-canvas img {
    background-color: var(--bg1);
    box-shadow: 0 0 0 24px var(--bg1);
}
#shop .contents {
	position: relative;
}
#shop .contents .inner {
	position: relative;
}
#shop .kouka {
	position: relative;
	height: 100%;
	background-color: var(--bg1);
	overflow: hidden;
}

#shop .kouka::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 294px;
	z-index: 2;
	background-image: url("/nishiogi-koukashita/img/pc/common/kouka1.svg");
	background-repeat: repeat-x;
	background-size: 452px 294px;
	background-position: calc(50% - 226px) top;
	pointer-events: none;
}
#shop .kouka::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 294px;
	bottom: 0;
	z-index: 2;
	background-image: url("/nishiogi-koukashita/img/pc/common/kouka2.svg");
	background-repeat: repeat;
	background-size: 452px 8px;
	background-position: calc(50% - 226px) top;
	pointer-events: none;
}
#shop .kouka .texture {
  position: relative;
  height: 100%;
}
#shop .kouka .texture::before {
  content: "";
  position: absolute;
  inset: 0;
	z-index:4;
  background-image: url("/nishiogi-koukashita/img/pc/common/bg_texture.webp");
  background-repeat: repeat;
  background-size: 512px 512px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#shop .contents .ttl-wrap,
#shop .contents .block-wrap{
	z-index: 5;
	position: relative;
}
#shop .contents .block{
	display: flex;
}
#shop .contents .block a{
	width: 100%;
	display: flex;
	flex-direction: column;
}
#shop .contents .block .img{
	width: 100%;
	overflow: hidden;
}
#shop .contents .block  .img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
#shop .block .text-area{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	background: rgba(var(--bg1-rgb), 0.75);
	color: var(--olive);
	font-weight: bold;
}
#shop .block .text-area::before,
#shop .block .text-area::after{
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
#shop .block .text-area::before{
	top: -1px;
	left: 0;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_b.svg");
}
#shop .block .text-area::after{
	right: 0;
	bottom: 0;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_b2.svg");
}
#shop .block .text-area h3,
#shop .block .text-area .cat{
	text-align: right;
}
#shop .block .text-area .cat{
	margin-bottom: 12px;
}
#shop .block .text-area .flex{
margin-top: auto;
display: flex;
align-items: end;
justify-content: space-between;
}
#shop .block .text-area .btn{
	color: var(--green);
	position: relative;
}
#shop .block .text-area .btn::after{
content: "";
display: block;
background: url("/nishiogi-koukashita/img/pc/common/arrow_tri_green.svg") no-repeat;
background-size: contain;
width: 18px;
height: 11px;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: transform .3s ease;
}
#shop .floor-change-wrap{
	position: relative;
	z-index: 3;
}
#shop .floor-change-btn.is-current {
	display: none;
}

/* PC */
@media screen and (min-width:768px) {
	#floormap{
		padding: 55px  0 0;
	}
	#floormap .inner{
		padding: 0 0 34px;
		max-width :1300px;
		margin: 0 auto;
	}
	.map-switch .btn,
	#floormap .zoom{
		transition: color .3s ease, background-color .3s ease;		
	}
	#floormap .floor-arrow{
		display: none;
	}
	.map-switch{
		position: absolute;
	}
	.map-switch .btn{
		left: 80px;
		bottom: 0;
	}
	.map-switch .btn{
		width: 53px;
		height: 53px;
		padding-left: .4em;
		padding-top: .2em;
		font-size: 23px;
		margin-right: 5px;
	}
	#floormap .zoom{
		width: 58px;
		height: 58px;
		right: 80px;
		bottom: -28px;
	}
	#floormap .zoom:hover{
		background-color: var(--green);
	}
	.map-switch .btn:hover {
	color: var(--bg1);
	}
	#floormap .guide {
		padding-top: 5px;
	}
	#floormap .guide .left,
	#floormap .guide .right{
		height: 26px;
		width: auto;
	}
	#floormap .guide .center{
		height: 32px;
		width: auto;
		margin-top: 20px;
	}
	#shop .contents .inner{
		padding:41px 0 246px;
	}
	#shop .contents .block-wrap {
		margin: 0 auto;
		max-width: 1120px;
	}
	#shop .contents .block-wrap .block-inner {
		gap: 50px 5.8035%;
	}
	#shop .contents .block {
		width: calc((100% - 5.8035% * 2) / 3);
	}
	#shop .contents .block  .img{
		height: 215px;
	}
	#shop .contents .block  .img img{
		transition: transform .3s ease 0s;
	}
	#shop .contents .block  a:hover .img img {
	transform: scale(1.05, 1.05);
	}
	#shop .block .text-area{
		padding: 20px 28px 7px 18px;
		background: rgba(var(--bg1-rgb), 0.75);
	}
	#shop .block .text-area h3{
		font-size: 18px;
	}
	#shop .block .text-area .cat{
		font-size: 15px;
	}
	#shop .block .text-area .num{
		font-size: 36px;
		line-height: 1;
		padding-bottom: 6px;
	}
	#shop .block .text-area .btn{
		width: 80px;
		font-size: 16px;
		margin-right: 8px;
	}
	#shop .block .text-area .btn:after{
		right: 0;	
	}
	#shop .block a:hover .btn::after {
		transform: translateY(-50%) translateX(4px);
	}
	#shop .floor-change-wrap{
		max-width: 1120px;
		margin: 30px auto 0;
	}
	#shop .floor-change-wrap button{
		margin-left: auto;
		height: 35px;
		min-width: 300px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#shop {
			border-width:7px;
	}
	#shop .kouka::before {
	height: 82px;
	background-image: url("/nishiogi-koukashita/img/sp/common/kouka1sp.svg");
	background-repeat: repeat-x;
	background-size: 150px 83px;
	background-position: calc(50% - 75px) top;
}

	#shop .kouka::after {
	left: 0;
	right: 0;
	top: 82px;
	bottom: 0;
	background-image: url("/nishiogi-koukashita/img/sp/common/kouka2sp.svg");
	background-repeat: repeat;
	background-size: 150px auto;
	background-position: calc(50% - 75px) top;
}
	#shop .kouka .texture {
		position: relative;
		height: 100%;
	}
	#shop .kouka .texture::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index:4;
		background-image: url("/nishiogi-koukashita/img/pc/common/bg_texture.webp");
		background-repeat: repeat;
		background-size: 512px 512px;
		mix-blend-mode: multiply;
		pointer-events: none;
	}
	#floormap{
		padding:5.13vw  5.13vw 0;
	}
	#floormap .inner{
		padding: 0 0  10.26vw;
		margin: 0 auto;
	}
	
	.map-switch .btn,
	#floormap .zoom{
		transition: color .3s ease, background-color .3s ease;		
	}
	#floormap .zoom{
		width:8.97vw;
		height:8.97vw;
		left: 50%;
		transform: translateX(-50%);
	}
	#floormap .zoom::before, #floormap .zoom::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width:4.36vw;
		height: 0.51vw;
		background-color: var(--bg1);
		transform: translate(-50%, -50%);
	}
	#floormap .zoom::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	#floormap .floor-control {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16vw;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		transform: translateY(50%);
		z-index:100;
	}
	#floormap .floor-arrow {
		position: relative;
		width: 6.15vw;
		height: 6.15vw;
		border: 0;
		background: transparent;
		cursor: pointer;
	}
	#floormap .floor-arrow::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 4.62vw;
		height: 2.82vw;
		background: url("/nishiogi-koukashita/img/pc/common/arrow_tri_green.svg") center / contain no-repeat;
	}
	#floormap .floor-prev::before {
		transform: translate(-50%, -50%) scaleX(-1);
	}
	#floormap .floor-next::before {
		transform: translate(-50%, -50%);
	}
	#floormap .guide {
		padding-top: 3vw;
	}
	#floormap .guide .left,
	#floormap .guide .right{
		height:4.8vw;
		width: auto;
	}
	#floormap .guide .center{
	height: 5vw;
	width: auto;
	margin-top: 4vw;
	}
	/*1F 2F*/
	.map-switch.sp{
		display: flex;
		justify-content: center;
		gap: 12.8vw;
		margin-bottom: 6.67vw;
		position: relative;
		z-index: 5;
	}
	.map-switch .btn{
		width:12.3vw;
		height:12.3vw;
		font-size:4.9vw;
	}

	/*店舗情報*/
	#shop .contents .inner{
		padding:12.3vw 2.05vw 24vw;
	}
	#shop .contents .block-wrap {
		margin: 0;
	}
		#shop .contents .block-wrap .block-inner {
		width: 100%;
		gap: 11.8vw 2.05vw;
	}
	#shop .contents .block {
		width: calc((100% - 2.05vw ) / 2);
		box-shadow: 1.28vw 1.28vw 2.05vw 0 rgba(0, 0, 0, 0.13);
	}
	#shop .contents .block .img {
		aspect-ratio: 183 / 120;
	}
	#shop .block .text-area{
		padding: 2.82vw 2.56vw 1.54vw 3.33vw;
		background: rgba(var(--bg1-rgb), 0.75);
	}
	#shop .block .text-area h3{
		font-size: 3.85vw;
		margin-bottom: 3.08vw;
	}
	#shop .block .text-area .cat{
		font-size: 2.56vw;
	}
	#shop .block .text-area .num{
		font-size:5.13vw;
		line-height: 1;
		padding-bottom: 0.1em;
	}
	#shop .block .text-area .btn{
		width:11.28vw;
		font-size: 2.56vw;
	}
	#shop .block .text-area::after,
	#shop .block .text-area::before{
		content: none;
	}
	#shop .block .text-area .btn:after{
		right: 0;	
		width: 3.33vw;
		height: 2.05vw;
	}
	#shop .floor-change-wrap {
		width: fit-content;
		margin: 8vw auto;
	}
}
/*------------------------
CONCEPT
------------------------*/
#concept{
	position: relative;
	overflow: clip;
	background: linear-gradient(
    210deg,
    #F5F7FA 0%,
     #F8DA87 72%,
    #FFFAA0 100%
  );
}
#concept::before{
	content: "";
  position: absolute;
  inset: 0;
	z-index:3;
  background-image: url("/nishiogi-koukashita/img/pc/common/bg_texture.webp");
  background-repeat: repeat;
  background-size: 512px 512px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#concept .inner{
	position: relative;
	z-index: 5;
}
#concept .content h3{
	color: var(--green);
}
#concept .content .img{
	position: relative;
}
#concept .content .img::before,
#concept .content .img::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
}
#concept .content .img::before {
	left: 0;
	top: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
#concept .content .img::after {
	right: 0;
	bottom: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w2.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
#concept .content .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#concept .content h3 {
	display: flex;
	align-items: center;
	background: var(--bg1);
	position: relative;
	z-index: 2;
}
#concept .content h3::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 4px;
	background: var(--bg1);
	z-index: -1;

	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 1.0s cubic-bezier(0.25, 1, 0.5, 1) .85s;
}
#concept .content.is-show h3::before {
	transform: scaleX(1);
}


#concept .content h3 span {
	position: relative;
	letter-spacing: 0.2em;
	z-index: 2;
}
#concept .content h3 span {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
#concept .content h3 span::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bg1);
	z-index: 3;
	transform: translateX(0);
	transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) .5s;
}
#concept .content.is-show h3 span::after {
	transform: translateX(-101%);
}

#concept .content .text {
	text-align:right;
	opacity: 0;
	transition: opacity 1s ease .9s, transform 1s ease .9s;
}
#concept .content.is-show .text {
	opacity: 1;
}
#concept .content .note a{
	color: var(--green);
	display: inline;
}

/*swiper*/
#space .space-text {
	display: none;
}
#space .space-text.is-active {
	display: block;
}
#space .space-swiper {
	position: relative;
}
#space .space-slide {
	cursor: pointer;
	text-align: center;
}
#space .space-slide .image {
	position: relative;
}
#space .space-slide .image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(129, 145, 133, 0.7);
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: multiply;
	transition: opacity .3s ease;
}
#space .space-slide.is-space-current .image::before {
	opacity: 0;
}
#space .space-slide h4 {
	color: var(--bg1);
	letter-spacing: 0.4em;
	transition: color .3s ease;
}
#space .space-slide.is-space-current h4 {
	color: var(--green);
}
#space .space-text p {
	line-height: 1.83;
	text-align: justify;
	letter-spacing: 0.08em;
}
#space .space-slide .image span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}
#space .space-slide .image span::before,
#space .space-slide .image span::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	transition: opacity .8s ease;
}
#space .space-slide.is-space-current .image span::before,
#space .space-slide.is-space-current .image span::after {
	opacity: 1;
}
#space .space-slide.is-space-current  .image span::before {
	left: 0;
	top: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
#space .space-slide.is-space-current  .image span::after {
	right: 0;
	bottom: -1px;
	background-image: url("/nishiogi-koukashita/img/pc/common/quotation marks_w2.svg");
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
}
/* PC */
@media screen and (min-width:768px) {
	#concept {
		padding: 94px 0 160px;
	}
	#concept .inner{
		max-width: 1140px;
		margin: 0 auto;
	}
	#concept .content {
		position: relative;
		padding-right: 0;
		min-height: auto;
		margin-bottom: 130px;
	}
	#concept .content .c-inner{
		width: calc(100% - 48.5965% - 30px);
		display: grid;
		grid-template-rows: max-content max-content;
		row-gap: 34px;
		min-height: min(370px, 32.43vw);
		align-content: start;
	}
	
	#concept .content h3 {
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		font-size: 22px;
		height: 45px;
		padding:0 17px;
		margin: 0 0 0 auto;	
	}
	#concept .content .text {
		grid-column: 1;
		grid-row: 2;
		font-size: 16px;
	}
	#concept .content .img {
		position: absolute;
		right: 0;
		top: 0;
		width: 48.5965%;
		max-width: 554px;
		aspect-ratio: 554 / 370;
		margin-bottom: 130px;
	}
	#concept .content .img::before,
	#concept .content .img::after {
		width: 76px;
		height: 125px;
	}
	#concept .content .img .img-cap{
		bottom: 10px;
	}
	/*偶数番目*/
	#concept .content:nth-of-type(even) .c-inner {
		margin-left: auto;
		margin-right: 0;
	}
	#concept .content:nth-of-type(even) .img {
		right: auto;
		left: 0;
	}
		#concept .content:nth-of-type(even) h3 {
		margin: 0 auto 0 0;
	}
	#concept .content:nth-of-type(even) h3::before {
		right: auto;
		left: 0;
		width: 100vw;
	}
	#concept .content:nth-of-type(even) .text {
		text-align: left;
	}
	#concept .content .note {
		width: 100%;
		margin-top: 20px;
		text-align: right;
	}
	#concept .content .note span.pc{
		display: inline;
	}
			
	#concept .content .note a:hover{
		opacity: .7;
}
	/*slick*/
	#space .space-swiper {
		max-width: 1140px;
		margin: -8px auto 30px;
		overflow: hidden;
		padding: 8px 0 10px;
	}
	#space .space-slide {
		width: calc((100% - 40px) / 3);
	}
	#space .space-slide .image {
		aspect-ratio: 364 / 272;
		margin-bottom: 25px;
	}
	#space .space-slide .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	#space .space-slide.is-space-current .image span::before,
	#space .space-slide.is-space-current .image span::after {
		width: 48px;
		height: 80px;
	}
	#space .space-slide h4 {
		font-size: 26px;
	}
	#space .space-text-wrap {
		width: calc((100% - 40px) / 3);
		max-width: calc((1140px - 40px) / 3);
		margin: 0 auto;
		font-size: 18px;
	}
		#space .space-text-wrap .small{
			font-size: 14px;
			margin-top: 10px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#concept {
		padding: 16.66vw 0 24.9vw;
	}
	#concept .inner{
		padding: 0 3.85vw;	
	}
	#concept .ttl-wrap {
		margin-bottom: 23vw;
	}
	#concept .content {
		margin-bottom: 30.77vw;
	}
	#concept .content:last-of-type {
		margin-bottom: 16.41vw;
	}
	#concept .content .c-inner {
		display: grid;
	}
	#concept .content h3 {
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		width: fit-content;
		font-size:4.615vw;
		height:11.02vw;
		padding:.1em 3.59vw 0;
		margin-bottom:6.92vw;	
	}
	#concept .content .text {
		font-size:3.85vw;
	}
	#concept .content .img {
		width:76.4vw;
		aspect-ratio: 298 / 198;
		margin-bottom:6.9vw;

	}
	#concept .content .img::before,
	#concept .content .img::after {
		width: 5.38vw;
		height: 8.97vw;
		filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
	}
	/*奇数番目*/
	#concept .content:nth-of-type(odd) .img {
		margin-left:auto;
	}
	#concept .content:nth-of-type(odd) h3 {
		margin-right: auto;
	}
	#concept .content:nth-of-type(odd) h3::before {
		right: auto;
		left: 0;
		width: 100vw;
	}
	#concept .content:nth-of-type(odd) .text {
		text-align: left;
	}
	#concept .content .note {
		width: 100%;
		margin-top:27vw;
		font-size: 3.07vw;
	}
	#concept .content .note a{
		display: block;
		text-decoration: underline;
	}
	/*slick*/
	#space {
		margin: 0 calc(calc(3.85vw + 1.8vw) * -1);
	}
	#space .space-swiper {
		margin: -1.5vw auto 5vw;
		overflow: hidden;
		padding: 1.5vw 0 2vw;
	}
	#space .space-slide {
		width: 64%;
	}
	#space .space-slide .image {
		aspect-ratio: 364 / 272;
		margin-bottom: 5.12vw;
	}
	#space .space-slide .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	#space .space-slide.is-space-current .image span::before,
	#space .space-slide.is-space-current .image span::after {
		width: 8.462vw;
		height: 14.103vw;
		filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.35));
	}
	#space .space-slide h4 {
		font-size: 4.36vw;
	}
	#space .space-text-wrap {
		width: 58.5%;
		margin: 0 auto;
		font-size: 4.61vw;
	}
	#space .space-text-wrap .small{
		font-size: 3.59vw;
		line-height: 1.4;
		display: block;
		margin-top: 3vw;
	}
}
/*アニメーション処理*/
@media screen and (min-width:768px) {
	#concept .content:nth-of-type(even) h3::before {
		transform-origin: left center;
	}
	#concept .content:nth-of-type(even).is-show h3 span::after {
		transform: translateX(101%);
	}
}
@media screen and (max-width:767px) {
	#concept .content:nth-of-type(odd) h3::before {
		transform-origin: left center;
	}
	#concept .content:nth-of-type(odd).is-show h3 span::after {
		transform: translateX(101%);
	}
}

/*------------------------
ACCESS
------------------------*/
#access{
	border-top: 10px solid var(--green);
	background-color: var(--brown);
}
#access .root{
	background: #fff;
	font-weight: bold;
	color: var(--green);
	border: 1px solid var(--green);
	text-align: center;
}

/* PC */
@media screen and (min-width:768px) {
	#access {
		padding: 96px 0 60px;
	}
	#access .inner{
		max-width: 1200px;
		margin: 0 auto;
	}
	#accessmap{
		width: 854px;
		max-width: 100%;
		margin: 0 auto 30px;
		position: relative;
	}
	#accessmap img{
		display: block;
		width: 100%;
		height: auto;
	}
	#access .root{
		width: fit-content;
		min-width: 310px;
		margin: 0 auto;
		padding: 20px;
		margin-bottom: 30px;
	}
	#access .root p:first-of-type{
		margin-bottom: 10px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#access {
		border-width:7px ;
		padding: 16.66vw 2.05vw 17.9vw;
	}
	#access .inner{
	}
	#access .ttl-wrap {
		margin-bottom: 16.4vw;
	}
	#accessmap{
		width: 100%;
		margin: 0 auto 20.51vw;
		position: relative;
	}
	#accessmap img{
		display: block;
		width: 100%;
		height: auto;
	}
	#access .root{
		width: fit-content;
		min-width: 79vw;
		margin: 0 auto;
		padding:3.85vw;
		margin-bottom:5.64vw;
	}
	#access .root p:first-of-type{
		margin-bottom:3vw;
	}
	/*拡大ボタン*/
	.access-zoom{
		width: 8.97vw;
		height: 8.97vw;
		position: absolute;
		left: 50%;
		bottom:-4.5vw;
		transform: translateX(-50%);
		border-radius: 50%;
		aspect-ratio: 1 / 1;
		background-color: #1D6F66;
	}
	.access-zoom::before, .access-zoom:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width:4.36vw;
		height: 0.51vw;
		background-color: var(--bg1);
		transform: translate(-50%, -50%);
	}
	.access-zoom:after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
}
/*------------------------
header
------------------------*/
/* PC */
@media screen and (min-width:768px) {
}
/* SP */
@media screen and (max-width:767px) {
}




