@charset "UTF-8";

.sup{
	font-size: 10px;
	top: -1.5em;
}

@media screen and (max-width: 768px) {
	.sup{
		top: -0.8em;
	}
}

.anno.mt{
	margin-top: 2em !important;
}

@media screen and (max-width: 768px) {
	.anno.mt{
		width: 85% !important;
		margin: 2em auto 0 !important;
	}
}

/*----------------------------------------
	- content_ttl
	- content_inner
	- lifeStyle_wrap
-----------------------------------------*/

.modal-content .imgBox{
	width: 150% !important;
}

/*----------------------------------------
		imgNote
-----------------------------------------*/

.imgNote {
	background-color: unset;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
}

/*----------------------------------------
		content_ttl
-----------------------------------------*/
.content_ttl {
	font-size: clamp(10rem, 14vw, 22rem);
	color: rgba(255, 255, 255, 0.61);
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	#content_inner {
		width: 90%;
	}

	.content_ttl {
		font-size: clamp(5rem, 14.7vw, 22rem);
	}
}


/*----------------------------------------
	content_inner
-----------------------------------------*/
.content_inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.content_inner {
		width: 90%;
	}
}

/*----------------------------------------
    heading
-----------------------------------------*/

@media screen and (max-width: 768px) {

	.heading .heading_s {
		font-size: clamp(1rem, 4vw, 2rem);
		text-align: left;
		width: 90%;
		margin-inline: auto;
	}
}

/*----------------------------------------
		lifeStyle wrap
-----------------------------------------*/
.lifeStyle_wrap {
	background: transparent url("../img/bg_lifestyle.png") left top / cover no-repeat;
	padding-block: 0% 5%;
}

.lifeStyle_wrap .content_ttl {
	color: rgba(165, 181, 183, 0.2);
	mix-blend-mode: multiply;
	line-height: 0.95;
}

.lifeStyle_wrap .content_inner {
	margin-top: 5%;
}


.lifeStyle_wrap .imgBox {
	margin-top: 5%;
}

.lifeStyle_wrap .imgBox img {
	mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
	.lifeStyle_wrap {
		background: transparent url("../img/bg_lifestyle_sp.png") left top / cover no-repeat;
		padding-block: 15% 5%;
	}

	.lifeStyle_wrap .imgBox .zoomBtn {
		position: absolute;
		top: -8%;
		right: 0%;
		width: 18%;
		max-width: 70px;
		z-index: 1;
	}

}

/*----------------------------------------
		common
-----------------------------------------*/

/* content_mv */

.content_wrap .content_mv {
	position: relative;
}

.content_wrap .content_ttl {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.content_mv .page_ttl_area {
		position: relative;
		background-color: var(--green);
	}

}

/* bicycle */

.bicycle {
	background: var(--green);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-block: max(0.3vw, 7px) max(0.2vw, 5px);
	width: 9vw;
	max-width: 90px;
	z-index: 1;
}

.bicycle .img {
	width: 60%;
}

.bicycle p {
	font-size: 1.4rem;
	margin-top: 0.7rem !important;
	font-weight: 600;
	line-height: 1;
}

.bicycle p .big {
	font-size: clamp(1rem, 2.5vw, 3rem);
}

@media screen and (max-width: 768px) {
	.bicycle {
		padding-block: max(0.3vw, 5px) max(0.2vw, 4px);
		width: 14vw;
		max-width: 90px;
	}

	.bicycle .img {
		width: 60%;
	}

	.bicycle p {
		font-size: clamp(1.1rem, 2vw, 1.4rem);
		margin-top: 0.7rem;
		font-weight: 600;
		line-height: 1;
	}

	.bicycle p .big {
		font-size: clamp(1rem, 6vw, 3rem);
	}
}

/* shop_flbox */

.shop_flbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.shop_flbox .imgwrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.shop_flbox .imgwrap .imgwrap_flbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.shop_flbox .shopWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.shop_flbox .shop_detail {
	width: 100%;
}

.shop_detail .shop_name {
	color: var(--gold);
	font-weight: 600;
	font-size: clamp(1rem, 2vw, 2.7rem);
	letter-spacing: .15rem;
	letter-spacing: .3rem;
	line-height: 1;
}

.shop_name span {
	color: #000;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .05rem;
}

.shop_detail .shopList_wrap {
	width: 90%;
	margin-top: 8%;
}

.shopList_wrap .shopList_name {
	position: relative;
	margin-bottom: 7%;
}

.shopList_wrap .shopList_name::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: var(--gold);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.shopList_name p {
	color: var(--gold);
	font-size: 2rem;
	/* background-color: rgba(239, 238, 231); */
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 1rem;
	font-size: clamp(1rem, 1.4vw, 2rem);
}

.shopList_wrap .shopList {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

.shopList_wrap .shopList .etc {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.4rem;
}

.shop_flbox .shop_detail .shopList_wrap ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.shop_flbox .shop_detail .shopList_wrap ul li {
	width: fit-content;
}

.shop_flbox .shop_detail .shopList_wrap ul div:nth-child(1) {
	margin-right: 5%;
}

.shopList_wrap ul li p {
	position: relative;
	margin-bottom: 0.7rem;
	font-size: clamp(0.9rem, 1.2vw, 1.5rem);
	text-indent: -1rem;
	padding-left: 1rem;
}

.shopList_wrap ul li p::before {
	content: "■";
	font-size: clamp(0.9rem, 1.2vw, 1.4rem);
	vertical-align: middle;
}

.shopList_wrap ul li:last-child {
	margin-bottom: 0;
}

/* 自動スクロールアニメーション */

@keyframes infinityScrollRight {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes infinityScrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 768px) {
	.shop_flbox {
		flex-wrap: wrap;
	}

	.shop_flbox .imgwrap {
		flex-direction: unset;
	}

	.shop_detail .shop_name {
		font-size: clamp(1.3rem, 4.5vw, 4rem);
	}

	.shop_detail .shop_name span {
		font-size: 1.2rem;
	}

	.shop_detail .shopList_wrap {
		width: 100%;
		margin-top: 8%;
	}

	.shopList_wrap .shopList_name {
		position: relative;
		margin-bottom: 7%;
	}

	.shopList_wrap .shopList_name p {
		font-size: 2rem;
	}

	.shop_flbox .shop_detail .shopList_wrap ul {
		flex-direction: row;
	}

	.shop_flbox .shop_detail .shopList_wrap ul li p {
		position: relative;
		font-size: 1rem;
		margin-bottom: 0.5rem;

	}
}

/*----------------------------------------
	mv
-----------------------------------------*/

.mv .pc_flbox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.mv .imgBox {
	width: calc(100%/3);
}

@media screen and (max-width: 768px) {
	.mv{
		margin-bottom: -2px;
	}

	.mv .img_wrap {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
	}

	.mv .imgBox {
		width: 100%;
	}

	.scroll-infinity {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.scroll-infinity.right {
		animation: infinityScrollRight 80s infinite linear 0.5s both;
	}

	.scroll-infinity li {
		width: 150vw;
	}

	.mv .page_ttl_area {
		/* position: relative;
		background-color: var(--green); */
		padding-block: 6% 70%;
		background: none;
		z-index: 3;
	}

	.mv .page-ttl{
		text-shadow: 0 0 5px #000;
	}

	.mv .imgBox._t{
		position: relative;
		z-index: 2;
	}

	.mv .imgBox._t::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(#000, transparent);
		opacity: .6;
	}

	.mv .flexbox{
		display: flex;
		position: relative;
		z-index: 1;
	}

	.mv .flexbox .imgBox._l{
		position: relative;
		top: -2px;
	}

	.mv .imgNote{
		text-align: right;
	}
}

/*----------------------------------------
	inogashira wrap
-----------------------------------------*/
.inogashira_wrap {
	background-color: rgba(165, 181, 183, 0.2);
	padding-bottom: 3%;
}

.inogashira_wrap .content_ttl {
	text-align: right;
	right: 5%;
}

.inogashira_wrap .img_area {}

.inogashira_wrap .heading {
	padding-block: 5%;
}

.inogashira_wrap .heading .heading_l {
	margin-bottom: 0%;
}

.inogashira_wrap .mapBox {
	background-color: #fff;
	padding-bottom: 10%;
}

.inogashira_wrap .shop_flbox {
	position: relative;
}

.inogashira_wrap .shop_flbox::before {
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 50%;
	background-color: rgba(165, 181, 183, 0.2);
	position: absolute;
}

.inogashira_wrap .shop_flbox .shopWrap {
	align-items: flex-start;
	box-sizing: border-box;
	border: 1px solid #000;
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	position: relative;
	padding-block: 2.5% 2%;
	z-index: 1;
	background-color: #fff;
}

.inogashira_wrap .shopWrap .bicycle {
	position: absolute;
	top: 0;
	right: 5%;
}

.inogashira_wrap .shop_flbox .shop_detail {
	width: 80%;
	margin-left: 5%;
}

.inogashira_wrap .shop_flbox .shop_detail .shop_text {
	font-size: clamp(1rem, 1vw, 1.6rem);
	margin-top: 3%;
	line-height: 1.5;
}

.inogashira_wrap .mapBox .imgBox {
	margin: 10% auto 0;
	max-width: 1200px;
	width: 90%;
}

.inogashira_wrap .mapBox .flexBox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 5vw 0;
}


/*====================
======================*/

.inogashira_wrap .mapBox .flexBox .conBox{
	width: 48%;
	position: relative;
}

.inogashira_wrap .mapBox .conBox1 .textBox{
	width: 70%;
	margin: auto;
	padding: clamp(10px, 3.12vw, 30px) 0;
	background: #EDF0F1;
}

.inogashira_wrap .mapBox .conBox .textBox .lead{
	font-size: clamp(.5rem, 1.5vw, 2rem);
	font-weight: 600;
	color: #726934;
	width: 90%;
	margin: auto;
}

.inogashira_wrap .mapBox .conBox .textBox .lead >span{
	aspect-ratio: 1 / 1;
	width: 20px;
	padding: clamp(1px, .3vw, 3px) clamp(2px, .62vw, 8px);
	margin: 0 10px 0 0;
	border-radius: 50%;
	background: #726934;
	color: #fff;
}

.inogashira_wrap .mapBox .conBox .textBox .lead .anno{
	padding: 0;
	padding-left: 8%;
	background: none;
	color: #000;
	font-weight: normal;
	font-size: clamp(3px, 0.8vw, 10px);
}

.inogashira_wrap .mapBox .conBox .textBox .text{
	width: 70%;
	margin: 0 0 0 8%;
	font-size: clamp(.3rem, .9vw, 1.4rem);
	line-height: 1.8;
	padding: clamp(5px, 1.5vw, 10px) 0 0;
}

.inogashira_wrap .mapBox .conBox1 .mapImg_item{
	position: absolute;
	top: 20%;
	right: 0;
	width: 30%;
}

.inogashira_wrap .mapBox .conBox1 .mapImg_item .imgItem1{
	margin: 0 0 0 15%;
}

.inogashira_wrap .mapBox .conBox1 .mapImg_item .imgItem2{
	margin: 0 15% 0 0;
}

.inogashira_wrap .mapBox .conBox1 .imgItem3{
	width: 40%;
	position: absolute;
	top: 100%;
	left: 0;
}

.inogashira_wrap .mapBox .conBox1 .imgItem3 .note{
	font-size: clamp(.3rem, .9vw, 1.1rem);
	text-align: right;
	padding: clamp(1px, .3vw, 5px) 0 0;
}





/*====================
	conBox2
======================*/

.inogashira_wrap .mapBox .conBox2 .textBox{
	width: 85%;
	padding: clamp(10px, 3.12vw, 30px) 0;
	background: #EDF0F1;
}

.inogashira_wrap .mapBox .conBox2 .textBox .text{
	width: 40%;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item1{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 48%;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item1 .imgItem1{
	width: 60%;
	margin: 0 0 0 auto;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item1 .imgItem2{
	width: 90%;
	margin: 0 5% 0 0;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item2{
	width: 50%;
	position: absolute;
	top: 100%;
	right: 0;
	display: flex;
	align-items: flex-start;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item2 .imgItem3{
	width: 50%;
	margin: 20% 0 0;
}

.inogashira_wrap .mapBox .conBox2 .mapImg_item2 .imgItem4{
	width: 50%;
}

.inogashira_wrap .mapBox .conBox2 .imgItem4 .note{
	font-size: clamp(.3rem, .9vw, 1.1rem);
	padding: clamp(1px, .3vw, 5px) 0 0;
}





/*====================
	conBox3
======================*/

.inogashira_wrap .mapBox .flexBox .conBox3{
	width: 48%;
	position: relative;
}

.inogashira_wrap .mapBox .conBox3 .textBox{
	width: 70%;
	margin: auto;
	padding: clamp(10px, 3.12vw, 30px) 0;
	background: #EDF0F1;
}

.inogashira_wrap .mapBox .conBox3 .textBox .text{
	width: 60%;
}

.inogashira_wrap .mapBox .conBox3 .mapImg_item{
	position: absolute;
	bottom: 100%;
	left: 15%;
	width: 25%;
}

.inogashira_wrap .mapBox .conBox3 .mapImg_item .imgItem1{
	width: 100%;
	margin: 0 0 -20% -70%;
	z-index: 1;
	position: relative;
}

.inogashira_wrap .mapBox .conBox3 .mapImg_item .imgItem2{
	width: 100%;
	position: relative;
}

.inogashira_wrap .mapBox .conBox3 .imgItem3{
	position: absolute;
	top: 35%;
	right: -12%;
	width: 43%;
}

.inogashira_wrap .mapBox .conBox3 .imgItem3 .note{
	font-size: clamp(.3rem, .9vw, 1.1rem);
	text-align: right;
	padding: clamp(1px, .3vw, 5px) 0 0;
}






/*====================
	conBox4
======================*/

.inogashira_wrap .mapBox .conBox4 .textBox{
	width: 70%;
	margin: 0 auto 0 10%;
	padding: clamp(10px, 3.12vw, 30px) 0;
	background: #EDF0F1;
}

.inogashira_wrap .mapBox .conBox4 .textBox .text{
	width: 60%;
}

.inogashira_wrap .mapBox .conBox4 .mapImg_item{
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 25%;
}

.inogashira_wrap .mapBox .conBox4 .mapImg_item .imgItem1{
	width: 100%;
}

.inogashira_wrap .mapBox .conBox4 .mapImg_item .imgItem2{
	width: 170%;
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translateY(-30%);
}

.inogashira_wrap .mapBox .conBox4 .imgItem3{
	position: absolute;
	top: 25%;
	right: -35%;
	width: 60%;
}

.inogashira_wrap .mapBox .conBox4 .imgItem2 .note{
	font-size: clamp(.3rem, .9vw, 1.1rem);
	text-align: right;
	padding: clamp(1px, .3vw, 5px) 0 0;
}






@media screen and (max-width: 768px) {
	.inogashira_wrap {
		padding-bottom: 10%;
	}

	.inogashira_wrap .content_ttl {
		text-align: left;
		top: 50%;
		transform: translateY(-50%);
	}

	.inogashira_wrap .heading .heading_l {
		margin-top: 0%;
	}

	.inogashira_wrap .img_area .img_wrap {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
	}

	.inogashira_wrap .img_area .scroll-infinity {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inogashira_wrap .img_area .scroll-infinity.right {
		animation: infinityScrollRight 120s infinite linear 0.5s both;
		width: 500vw;
		margin-block: 1rem;
	}

	.inogashira_wrap .img_area .img_wrap .scroll-infinity.left {
		animation: infinityScrollLeft 180s infinite linear 0.5s both;
		width: 400vw;
	}

	.inogashira_wrap .mapBox {
		padding-bottom: 5%;
		width: 80%;
		margin: 0 auto;
	}

	.inogashira_wrap .mapBox .conBox .textBox .lead>span{
		margin-right: 3%;
	}

	.inogashira_wrap .shop_flbox {
		padding-bottom: 7%;
	}

	.inogashira_wrap .shop_flbox::before {
		height: 100%;
	}

	.inogashira_wrap .shop_flbox .shopWrap {
		padding-block: 10% 6%;
	}

	.inogashira_wrap .shopWrap .bicycle {
		position: absolute;
		top: -5%;
		right: 5%;
	}

	.inogashira_wrap .shop_flbox .shop_detail {
		width: 90%;
		margin-left: 5%;
	}

	.inogashira_wrap .shop_flbox .shop_detail .shop_name {
		font-size: clamp(1.3rem, 4.9vw, 4rem);
	}

	.inogashira_wrap .shop_flbox .shop_detail .shop_name span {
		margin-top: 1%;
		display: block;
	}

	.inogashira_wrap .shop_flbox .shop_detail .shop_text {
		font-size: clamp(1rem, 3.7vw, 1.6rem);
		margin-top: 10%;
		line-height: 2;
	}

	.inogashira_wrap .mapBox .imgBox {
		margin: 3% auto 0;
		max-width: 1200px;
		width: 90%;
	}

	.inogashira_wrap .mapBox .imgBox .zoomBtn {
		position: absolute;
		top: -8%;
		right: -6%;
		width: 18%;
		max-width: 70px;
		z-index: 1;
	}
}


/*----------------------------------------
		shopping wrap
-----------------------------------------*/

.shopping_wrap {
	background: url(../img/bg_kichizyouji.png);
	background-position: top;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.shopping_wrap {
		background: url(../img/bg_kichizyouji_sp.png);
		background-position: top;
		background-size: cover;
	}

	.shopping_wrap .content_ttl {
		top: 10%;
	}

}

/*----------------------------------------
		shopping wrap w100
-----------------------------------------*/

.w100 {
	width: 95%;
	margin-inline: auto;
}

.w100 .imgwrap {
	width: 70%;
	position: relative;
	z-index: 1;
}

.w100 .imgwrap_flbox {
	margin-top: -10%;
}

.w100 .imgBox_01 {
	width: 100%;
}

.w100 .imgBox_02 {
	width: 40%;
}

.w100 .imgBox_03 {
	width: 40%;
}

.w100 .shopWrap {
	width: 37%;
}

.w100 .bicycle {
	position: relative;
	margin-bottom: -8%;
}

.w100 .shop_detail {
	padding-block: 20% 11%;
	/* background-color: rgba(239, 238, 231); */
	background: #fff;
}

.w100 .shop_detail_inner {
	width: 80%;
}

@media screen and (max-width: 768px) {
	.w100 {
		width: 90%;
	}

	.w100 .imgwrap {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.w100 .imgwrap_flbox {
		margin-top: auto;
	}

	.w100 .imgBox_01 {
		width: 65.25%;
	}

	.w100 .imgBox_02 {
		width: 100%;
	}

	.w100 .imgBox_03 {
		width: 100%;
	}

	.w100 .shopWrap {
		width: 100%;
		position: relative;
	}

	.w100 .bicycle {
		position: absolute;
		margin-bottom: unset;
		top: 0;
		right: 10%;
	}

	.w100 .shop_detail {
		padding-block: 8% 6%;
	}

	.w100 .shop_detail_inner {
		width: 80%;
	}
}

/*----------------------------------------
		shopping wrap w100_2
-----------------------------------------*/

.w100_2 {
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-auto-rows: auto;
	align-items: stretch;
	justify-content: center;
}

.w100_2 .shop_text_wrap {
	grid-area: shop_text;
	background-color: #fff;
	/* background-color: rgba(239, 238, 231); */
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}

.w100_2 .shop_text_wrap p {
	width: 85%;
	margin: 0 auto;
}

.w100_2 .shop_text_wrap .shop_lead {
	color: var(--gold);
	font-size: clamp(1rem, 2vw, 2.7rem);
	margin-bottom: 3%;
	font-weight: 600;
	line-height: 1.7;
}

.w100_2 .shop_text_wrap .shop_text {
	font-size: clamp(1rem, 1vw, 1.6rem);
	line-height: 1.5;
}

.w100_2 .imgwrap {
	grid-area: imgwrap;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: #fff;
}

.w100_2 .imgwrap .imgwrap_flbox {
	justify-content: space-between;
	align-items: center;
}

.w100_2 .imgwrap .imgBox_01 {
	width: 100%;
	margin-bottom: 1%;
}

.w100_2 .imgwrap .imgBox_02 {
	width: 50.2%;
}

.w100_2 .imgwrap .imgBox_03 {
	width: 48.9%;
}

.w100_2 .imgBox_03 .imgNote {
	white-space: nowrap;
}

.w100_2 .shopWrap {
	grid-area: shopWrap;
	/* background-color: rgba(239, 238, 231); */
	background-color: #fff;
}

.w100_2 .shop_detail .shopList_wrap {
	margin-top: 0;
}

.w100_2 .shop_detail {
	width: 85%;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.w100_2 {
		width: 80%;
		grid-template-rows: max-content;
	}

	.w100_2 .shop_text_wrap {
		background-color: unset;
		margin-block: 7% 5%;
	}

	.w100_2 .shop_text_wrap._pc {
		display: none;
	}

	.w100_2 .shop_text_wrap p {
		width: 100%;
	}

	.w100_2 .shop_text_wrap .shop_lead {
		text-align: center;
		font-size: clamp(1rem, 4.6vw, 2.7rem);
		letter-spacing: .25rem;
		line-height: 1.5;
	}

	.w100_2 .shop_text_wrap .shop_text {
		font-size: clamp(1rem, 3.7vw, 2.7rem);
		letter-spacing: .05rem;
		line-height: 2;
	}

	.w100_2 .imgwrap .imgBox_01 {
		margin-bottom: 0%;
	}

	.w100_2 .imgwrap .imgBox_02 {
		width: 50%;
	}

	.w100_2 .imgwrap .imgBox_03 {
		width: 50%;
	}

	.w100_2 .imgBox .imgNote {
		text-align: right;
	}
}

/*----------------------------------------
		shopping wrap w50
-----------------------------------------*/

.w50 {
	width: 45%;
	flex-direction: column;
}

.w50 .imgwrap {
	width: 100%;
	position: relative;
	z-index: 1;
}

.w50 .shopWrap {
	width: 100%;
	position: relative;
	/* background-color: rgba(239, 238, 231); */
	background: #fff;
}

.w50 .shopWrap .bicycle {
	right: 10%;
	top: 0%;
	position: absolute;
}

.w50 .shop_detail {
	padding-block: 10% 7%;
}

.w50 .shop_detail .shop_detail_inner {
	width: 85%;
	margin-inline: auto;
}

.w50 .shop_detail .shopList_wrap {
	width: 100%;
}

.w50 .shop_detail .shopList_wrap ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.w50 .shop_detail .shopList_wrap ul li {
	width: fit-content;
}

.w50 .shop_detail .shopList_wrap ul li:last-child {
	margin-left: 10%;
}

@media screen and (max-width: 768px) {
	.w50 {
		width: 80%;
		margin-inline: auto;
	}
}

/*----------------------------------------
		flbox_L
-----------------------------------------*/

.flbox_L .imgwrap {
	margin-right: -4%;
}

.flbox_L .imgwrap_flbox {
	justify-content: flex-start;
	margin-left: calc(50% - min(34vw, 450px));
}

.flbox_L .imgBox_01 {
	margin-left: auto;
}

.flbox_L .imgBox_03 {
	margin-left: 2.5%;
	margin-top: 15%;
}

.flbox_L .bicycle {
	margin-right: 10%;
	margin-left: auto;
}

.flbox_L .shop_detail_inner {
	margin-left: 20%;
}

@media screen and (max-width: 768px) {
	.flbox_L {
		margin-right: auto;
		margin-left: 0;
	}

	.flbox_L .imgwrap {
		margin-right: auto;
	}

	.flbox_L .imgwrap_flbox {
		margin-top: unset;
		width: 34.75%;
		margin-left: auto;
		flex-direction: column-reverse;
	}

	.flbox_L .imgBox_01 {
		margin-inline: auto;
	}

	.flbox_L .imgBox_03 {
		margin-top: unset;
		margin-left: auto;
	}

	.flbox_L .bicycle {
		margin-right: auto;
		right: 10%;
	}

	.flbox_L .shop_detail_inner {
		width: 85%;
		margin: 0 auto;
	}
}

/*----------------------------------------
		flbox_R
-----------------------------------------*/

.flbox_R .imgwrap {
	margin-left: -4%;
}

.flbox_R .imgwrap_flbox {
	justify-content: flex-end;
	margin-right: 0%;
	margin-right: calc(50% - min(34vw, 450px));
}

.flbox_R .imgBox_01 {
	margin-right: auto;
}

.flbox_R .imgBox_02 {
	margin-right: 2.5%;
	margin-top: 15%;
}

.flbox_R .bicycle {
	margin-left: 10%;
	margin-right: auto;
}

.flbox_R .shop_detail_inner {
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.flbox_R {
		flex-direction: column-reverse;
		margin-left: auto;
		margin-right: 0;
	}

	.flbox_R .imgwrap_flbox {
		margin-top: unset;
		width: 34.75%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.flbox_R .imgwrap {
		margin-inline: auto;
		flex-direction: row-reverse;
	}

	.flbox_R .imgwrap_flbox {
		justify-content: flex-end;
	}

	.flbox_R .imgBox_01 {
		margin-right: auto;
	}

	.flbox_R .imgBox_02 {
		margin: 0 auto;
	}

	.flbox_R .imgBox_03 {
		margin: 0 auto;
	}

	.flbox_R .bicycle {
		margin-left: 10%;
		margin-right: auto;
	}

	.flbox_R .shop_detail_inner {
		margin-left: 10%;
	}
}


/*----------------------------------------
		shopping wrap
-----------------------------------------*/

.shopping_wrap .content_mv {
	/* margin-bottom: 2%; */
}

.place_wrap {
	padding-top: 8vw;
}

.place_wrap .place_name {
	background: var(--green);
	color: #fff;
	text-align: center;
	font-size: 3rem;
	padding-block: 1%;
	letter-spacing: 1.5rem;
	font-weight: 600;
	margin-block: 3%;
}

.place_wrap .heading {
	margin-bottom: 7%;
}

.place_wrap .content_inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 1015px) {
	.place_wrap .content_inner {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.shopping_wrap .content_mv {
		/* margin-bottom: 2%; */
	}

	.place_wrap .place_name {
		font-size: clamp(1rem, 6vw, 3rem);
		padding-block: 2.5% 1.5%;
		letter-spacing: 1.5rem;
		margin-block: 5% 3%;
	}

	.place_wrap .heading {
		margin-bottom: 7%;
	}
}

/*----------------------------------------
		shop_flbox_01
-----------------------------------------*/

.kichizyouzi .shop_flbox_01 {
	margin-bottom: 7%;
}

@media screen and (max-width: 768px) {
	.kichizyouzi .shop_flbox_01 {
		margin-bottom: 5%;
	}
}

.ogikubo .shop_flbox_01 {
	margin-bottom: 7%;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.ogikubo .shop_flbox_01 {
		width: 80%;
		margin-inline: auto;
	}

	.ogikubo .shop_flbox_01 .imgBox_01 {
		width: 100%;
	}

}

/*----------------------------------------
		shop_flbox_02
-----------------------------------------*/

.kichizyouzi .shop_flbox_02 {
	margin-bottom: 7%;
}

@media screen and (max-width: 768px) {
	.shop_flbox_02 {
		margin-bottom: 5%;
		flex-direction: column-reverse;
	}
}

.ogikubo .shop_flbox_02 {
	margin-bottom: 10%;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.ogikubo .shop_flbox_02 {
		width: 80%;
		margin-inline: auto;
	}

	.ogikubo .shop_flbox_02 .imgBox_01 {
		width: 100%;
	}

	.ogikubo .shop_flbox_02 .shopWrap .shop_detail_inner {
		width: 85%;
		margin-inline: auto;
	}
}

/*----------------------------------------
		shop_flbox_03
-----------------------------------------*/

.kichizyouzi .shop_flbox_03 {
	margin-bottom: 7%;
}


@media screen and (max-width: 768px) {
	.kichizyouzi .shop_flbox_03 .shopWrap .shopList ul li {
		width: 45%;
	}
}

/*----------------------------------------
		shop_flbox_04
-----------------------------------------*/

.kichizyouzi .shop_flbox_04 {
	margin-bottom: 7%;
	flex-direction: column;
}

/*----------------------------------------
		shop_flbox_05
-----------------------------------------*/

.kichizyouzi .shop_flbox_05 {
	margin-left: 7%;
}


@media screen and (max-width: 768px) {
	.kichizyouzi .shop_flbox_05 {
		margin-inline: auto;
		margin-bottom: 40px;
	}
}

/*----------------------------------------
		shop_flbox_06
-----------------------------------------*/

.kichizyouzi .shop_flbox_06 {
	grid-template-areas:
		"shop_text imgwrap"
		"shopWrap imgwrap";
	grid-template-columns: 45% auto;
	margin-bottom: 7%;
}

@media screen and (max-width: 768px) {
	.kichizyouzi .shop_flbox_06 {
		grid-template-areas:
			"shop_text"
			"imgwrap"
			"shopWrap";
		grid-template-columns: 100%;
	}

	.kichizyouzi .shop_flbox_06 .shopWrap {
		padding-block: 10% 7%;
	}

	.kichizyouzi .shop_flbox_06 .shopWrap .shop_detail {
		width: 90%;
	}

	.kichizyouzi .shop_flbox_06 .shopWrap .shopList_wrap {
		margin-top: 5%;
	}

	.kichizyouzi .shop_flbox_06 .shopWrap .shopList ul li {
		/* width: 45%; */
	}
}

/*----------------------------------------
		shop_flbox_07
-----------------------------------------*/

.kichizyouzi .shop_flbox_07 {
	grid-template-areas:
		"imgwrap shop_text";
	grid-template-columns: auto 45%;
	margin-bottom: 12%;
}

.kichizyouzi .shop_flbox_07 .shop_text_wrap {
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.kichizyouzi .shop_flbox_07 {
		grid-template-areas:
			"shop_text"
			"imgwrap";
		grid-template-columns: 100%;
		margin-bottom: 20%;
	}

	.kichizyouzi .shop_flbox_07 .shop_detail {
		width: 100%;
		/* background-color: rgba(239, 238, 231); */
		background-color: #fff;
		padding-block: 7% 5%;
	}

	.kichizyouzi .shop_flbox_07 .shop_detail p {
		width: 90%;
		margin-inline: auto;
	}

}

.ogikubo {
	padding-bottom: 100px;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: top;
}

.ogikubo .shop_detail {
	background-color: #fff;
}

.ogikubo .shop_detail .shopList_name p {
	background-color: #fff;
}

.ogikubo .shop_flbox_03 {
	grid-template-areas:
		"imgwrap shop_text";
	grid-template-columns: auto 45%;
	margin-bottom: 8%;
}

.ogikubo .shop_flbox_04 {
	grid-template-areas:
		"shop_text imgwrap";
	grid-template-columns: 45% auto;
	margin-bottom: 8%;
}

.ogikubo .shop_flbox_05 {
	grid-template-areas:
		"imgwrap shop_text";
	grid-template-columns: auto 45%;
}

.ogikubo .shop_flbox_05 .shop_text_wrap .bicycle {}

.ogikubo .shop_flbox .shop_text_wrap {
	justify-content: center;
	align-items: center;
	background: #fff;
	position: relative;
}

.ogikubo .shop_flbox .shop_text_wrap .shop_lead {
	margin-bottom: 30px;
}

.ogikubo .shop_flbox .shop_text_wrap .bicycle {
	position: absolute;
	left: 7.5%;
	top: 0;
}

.ogikubo .shop_flbox .shop_text_wrap .bicycle._r {
	position: absolute;
	left: auto;
	right: 7.5%;
	top: 0;
}

.ogikubo .shop_flbox .shop_text_wrap .bicycle p {
	width: auto;
}

@media screen and (max-width: 768px) {
	.ogikubo .shop_flbox_03 {
		grid-template-areas:
			"imgwrap"
			"shop_text";
		grid-template-columns: 100%;
		margin-bottom: 5%;
	}

	.ogikubo .shop_flbox_04 {
		margin-bottom: 5%;
	}

	.ogikubo .shop_flbox_03 .imgwrap .imgBox_02,
	.ogikubo .shop_flbox_03 .imgwrap .imgBox_03 {
		width: 100%;
	}

	.ogikubo .shop_flbox_04,
	.ogikubo .shop_flbox_05 {
		grid-template-areas:
			"imgwrap"
			"shop_text";
		grid-template-columns: 100%;
	}

	.ogikubo .shop_flbox_03 .shop_text_wrap,
	.ogikubo .shop_flbox_04 .shop_text_wrap,
	.ogikubo .shop_flbox_05 .shop_text_wrap {
		margin-block: 0;
		padding-block: 8% 6%;
	}

	.ogikubo .shop_flbox_03 .shop_text_wrap .shop_lead,
	.ogikubo .shop_flbox_04 .shop_text_wrap .shop_lead,
	.ogikubo .shop_flbox_05 .shop_text_wrap .shop_lead {
		width: 85%;
		margin: 0 auto 5%;
		text-align: left;
	}

	.ogikubo .shop_flbox_03 .shop_text,
	.ogikubo .shop_flbox_04 .shop_text,
	.ogikubo .shop_flbox_05 .shop_text {
		width: 85%;
		margin: 0 auto;
	}

	.ogikubo .shop_flbox_04 .shop_text_wrap .bicycle,
	.ogikubo .shop_flbox_05 .shop_text_wrap .bicycle {
		/* margin-left: 10%; */
		/* margin-right: auto; */
		left: unset;
		right: 7%;
	}


	.ogikubo .shop_flbox_07 .shop_detail {
		width: 100%;
		background-color: rgba(239, 238, 231);
		padding-block: 7% 5%;
	}

	.ogikubo .shop_flbox_07 .shop_detail p {
		width: 90%;
		margin-inline: auto;
	}

}

.shop_detail .shop_copy {
	color: var(--gold);
	font-weight: 600;
	font-size: clamp(1rem, 4vw, 2.7rem);
	letter-spacing: .15rem;
	letter-spacing: .3rem;
	line-height: 1;
}

.shop_detail .shop_text {
	font-size: clamp(1rem, 3.5vw, 1.6rem);
	margin-top: 10%;
	line-height: 2;
}

.imgbox {
	width: 80%;
	margin: 30px auto 0;
}