@charset "UTF-8";

:root{
	--gb-color: #f3efe6;
	--main-color: #32373c;
	--sub-color: #1c5c88;
	--font1: "Yu Mincho Medium", "游明朝 Medium", "Yu Mincho", "游明朝", YuMincho, "游明朝体", serif;
}


/* ----- common.css変更 ----- */
/* ----- ベース */
.sec2024{
	padding-top: 15rem;
	padding-bottom: 15rem;
}

/* ----- ヘッダー */
/* .header2024-nav-list__item.-contact a{
	background: var(--main-color);
}
.header2024-menu-button{
	background: var(--main-color);
} */

/* ----- フッター */
/* .footer2024{
	background: var(--main-color);
}
.footer2024-pagetop a{
	background: var(--main-color);
}
.footer2024__copyright{
	background: var(--sub-color);
} */

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1366px) , print{

}
@media screen and (max-width:768px) , print{
	.sec2024{
		padding-top: 12rem;
		padding-bottom: 12rem;
	}
}



/* ----- パーツ ----- */
/* ----- 見出し */
.sec2024__title-pisola{
	color: var(--main-color);
	font-size: 3.6rem;
	font-family: var(--font1);
	margin-bottom: 9.8rem;
	font-weight: 700;
	line-height: calc(80 / 36);
	text-align: center;
	position: relative;
	z-index: 5000;
}
.sec2024__title-pisola::before{
	content: "";
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -3rem;
	right: 0;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
}

/* ----- ボタン */
.Button2024-pisola{
	max-width: 36rem;
	height: 8rem;
	margin-left: auto;
	margin-right: auto;
}
.Button2024-pisola a{
	background: var(--main-color);
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	border-radius: 4rem;
	font-weight: 500;
	border: 1px solid var(--main-color);
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.Button2024-pisola a:hover{
	background:  var(--sub-color);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1366px) , print{

}
@media screen and (max-width:768px) , print{
	/* ----- 見出し */
	.sec2024__title-pisola{
		color: var(--sub-color);
		font-size: 2.8rem;
		margin-bottom: 10rem;
		
	}
	.sec2024__title-pisola::before{
		content: "";
		display: block;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		bottom: -3rem;
		right: 0;
		z-index: -1;
		margin-left: auto;
		margin-right: auto;
	}

	/* ----- ボタン */
	.Button2024-pisola{
		max-width: 36rem;
		height: 8rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Button2024-pisola a{
		background: var(--main-color);
		width: 100%;
		height: 100%;
		font-size: 1.8rem;
		border-radius: 4rem;
		font-weight: 500;
		border: 1px solid var(--main-color);
		text-decoration: none;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		opacity: 1 !important;
	}
	.Button2024-pisola a:hover{
		color: var(--main-color);
		background: #fff;
	}

}



/* ----- メインビジュアル ----- */
.Mainvisual2024{
	background: var(--gb-color);
	font-family: var(--font1);
	padding-bottom: 10rem;
}
.Mainvisual2024__inner{
	margin-bottom: 2rem;
}
.Mainvisual2024__image{
	width: 100%;
	overflow: visible;
	position: relative;
}
.Mainvisual2024__image img{
	width: 100%;
}
.Mainvisual2024-pagenation{
	line-height: 1;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Mainvisual2024-pagenation .swiper-pagination-bullet{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background: #E8E8E8;
	opacity: 1;
}
.Mainvisual2024-pagenation .swiper-pagination-bullet:not(:last-child){
	margin-right: 1.5rem;
}
.Mainvisual2024-pagenation .swiper-pagination-bullet-active{
	background: var(--main-color);
}
.Mainvisual2024__copy {
	position: absolute;
	color: #fff;
	left: 5%;
	bottom: 8%;
}
.Mainvisual2024__copy .main_text {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
.Mainvisual2024__copy .main_text_en {
	line-height: 1.5;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
	margin-top: 20px;
}

@media screen and (max-width:768px) , print{
	.Mainvisual2024{
		margin-bottom: 0;
	}
	.Mainvisual2024__inner{
		margin-bottom: 2rem;
	}
	.Mainvisual2024__copy {
		color:  var(--main-color);
		left: auto;
		right: 3%;
		bottom: -12rem;
	}
	.Mainvisual2024__copy .main_text {
		font-size: 2.4rem;
		font-weight: 500;
		text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	}
	.Mainvisual2024__copy .main_text_en {
		margin-top: 5px;
		line-height: 1.2;
		text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	}
}

/* ----- お知らせ ----- */
.News2024 {
	background: var(--gb-color);
	padding-top: 5rem;
}
.News2024 .sec2024__title-pisola{
	margin-bottom: 7.5rem;
}
.News2024 .sec2024__title-pisola::before{
	width: 14.2rem;
	height: 7.2rem;
	background-image: url(../images/service/pisola/title_news.svg);
}
.News2024-block-wrap{
	width: 100%;
	margin-bottom: 10rem;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.News2024-block-wrap::before,
.News2024-block-wrap::after{
	content: "";
	display: block;
	width: calc((100% - (3rem * 3)) / 4);
	height: 0;
	order: 999;
}
.News2024-block{
	width: calc((100% - (3rem * 3)) / 4);
}
.News2024-block a{
	background: #fff;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	display: block;
	/* box-shadow: 0 .3rem .6rem rgba(0,0,0,.16); */
}
.News2024-block__image{
	width: 100%;
	height: 24.5rem;
	padding-bottom: 1.2rem;
}
.News2024-block__image img{
	border-radius: 30px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.News2024-block__content{
	height: calc(100% - 25.7rem);
	padding: 0 1.2rem 4.5rem;
}
.News2024-block__data{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.News2024-block__data__category{
	background: var(--main-color);
	font-size: 1.2rem;
	width: 6.8rem;
	height: 2.6rem;
	border-radius: .5rem;
	font-weight: 900;
	margin-right: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.News2024-block__data__date{
	font-size: 1.2rem;
	font-weight: 500;
}
.News2024-block__title{
	line-height: calc(24 / 16);
	font-weight: 700;
}
.Menu2024{
	width: 100%;
	margin-top: 9rem;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}
.Menu2024__image{
	width: 48rem;
}
.Menu2024__image img{
	width: 100%;
}
.Menu2024__content{
	width: calc(100% - 48rem);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Menu2024__title{
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	line-height: calc(80 / 36);
	font-weight: 700;
	color: var(--main-color);
}
.Menu2024__title span{
	font-size: 3.6rem;
	color: var(--main-color);
}
.Menu2024 .Button2024-pisola a::after{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	margin-left: 2rem;
	background-image: url(../images/service/icon_blank-white.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .3s all ease-in-out;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1366px) , print{
	.Menu2024__content {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.Menu2024__image{
		width: 40%;
	}
	.Menu2024__content{
		width: 60%;
	}
}
@media screen and (max-width:1200px) {
	.News2024-block__image{
		height: 15.5rem;
	}
}
@media screen and (max-width:768px) , print{
	.News2024{
		padding-top: 5rem;
		padding-bottom: 15rem;
	}
	.News2024 .sec2024__title-pisola{
		margin-bottom: 7.5rem;
	}
	.News2024 .sec2024__title-pisola::before{
		width: 14.2rem;
		height: 7.2rem;
		background-image: url(../images/service/pisola/title_news.svg);
	}
	.News2024-block-wrap{
		margin-bottom: 6rem;
		flex-direction: column;
	}
	.News2024-block-wrap::before,
	.News2024-block-wrap::after{
		content: "";
		display: block;
		width: calc((100% - (3rem * 3)) / 4);
		height: 0;
		order: 999;
	}
	.News2024-block{
		width: 100%;
	}
	.News2024-block:not(:last-child){
		margin-bottom: 3rem;
	}
	.News2024-block a{
		border-radius: 3rem;
	}
	.News2024-block__image{
		width: 100%;
		height: 24.5rem;
		padding-bottom: 1.2rem;
		background: #fff;
	}
	.News2024-block__image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.News2024-block__content{
		padding: 0 1.2rem 2.5rem;
		background: #fff;
	}
	.News2024-block__data{

	}
	.News2024-block__data__category{
		width: 8rem;
		height: 2.6rem;
	}
	.News2024-block__data__date{
		font-size: 1.2rem;
		font-weight: 500;
	}
	.News2024-block__title{
		font-size: 1.6rem;

	}
	.Menu2024{       
		margin-top: 12rem;
		flex-direction: column;
	}
	.Menu2024::before{
		width: 29.2rem;
		height: 6rem;
	}
	.Menu2024__image{
		width: 100%;
	}
	.Menu2024__image img{
		width: 100%;
	}
	.Menu2024__content{
		width: 100%;
		flex-direction: column;
		padding: 5rem 1.2rem 6rem;
	}
	.Menu2024__title{
		margin-bottom: 4rem;
		font-size: 1.6rem;
		text-align: center;
	}
	.Menu2024__title span{
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	.Menu2024 .Button2024-pisola a::after{
		content: "";
		display: block;
		width: 2rem;
		height: 2rem;
		margin-left: 2rem;
		background-image: url(../images/service/icon_blank-white.svg);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		transition: .3s all ease-in-out;
	}

}

/* ----- CONCEPT ----- */
.Commitment2024-block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Commitment2024-block:not(:last-child) {
	margin-bottom: 15rem;
}
.Commitment2024-block.-reverse {
	flex-direction: row-reverse;
}
.Commitment2024-block__image {
	width: calc(100% - 60rem);
}
.Commitment2024-block__content {
	width: 60rem;
	padding-left: 6rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.Commitment2024-block.-reverse .Commitment2024-block__content {
	padding-left: 0;
	padding-right: 6rem;
}
.Commitment2024-block__title {
	width: 100%;
	font-size: 2.8rem;
	font-family: var(--font1);
	line-height: calc(40 / 28);
	margin-bottom: 1.5rem;
}
.Commitment2024-block__title span {
	display: block;
	font-size: 1.4rem;
	font-family: var(--font1);
	margin-bottom: 5rem;
}
.Commitment2024-block__title img {
	width: 100%;
	max-width: 542px;

}

@media screen and (max-width: 768px), print {
	.Commitment2024-block{
		width: 100%;
		flex-direction: column;
	}
	.Commitment2024-block:not(:last-child){
		margin-bottom: 10rem;
	}
	.Commitment2024-block__content{
		width: 100%;
		padding-left: 0;
	}
	.Commitment2024-block__title{
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.Commitment2024-block__title span {
		margin-bottom: 2.5rem;
	}
	.Commitment2024-block__image{
		width: 100%;
		margin-bottom: 2rem;
	}
	.Commitment2024-block__image img{
		width: 100%;
	}
	
	/* ----- 反転 */
	.Commitment2024-block.-reverse{
		flex-direction: column;
	}
	.Commitment2024-block.-reverse .Commitment2024-block__content{
		padding-left: 0;
		padding-right: 0;
	}

	.Commitment2024-block:nth-of-type(1) .Commitment2024-block__text{
		margin-bottom: 2rem;
	}
	.Commitment2024-block:nth-of-type(2) .Commitment2024-block__icon{
		width: 13rem;
	}
	.Commitment2024-block:nth-of-type(3) .Commitment2024-block__text{
		margin-bottom: 2rem;
	}

}

/* ----- 店舗案内 ----- */
.Store2024{
	padding-bottom: 15rem;
}
/* .Store2024 .sec2024__title-pisola::before{
	width: 47.9rem;
	height: 7.4rem;
	background-image: url(../images/service/pisola/title_store.svg);
} */
.Store2024-block{
	width: 100%;
	/*margin-bottom: 15rem;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Store2024-pref__title{
	width: 100%;
	font-size: 2.8rem;
	font-family: var(--font1);
	line-height: calc(40 / 28);
	margin-bottom: 5rem;
	text-align: center;
}
.Store2024-block__image{
	width: calc(100% - 60rem);
}
.Store2024-block__image img{
	width: 100%;
}
.Store2024-block__content{
	width: 60rem;
	padding-left: 8rem;
}
.Store2024-block__icon{
	width: 19.1rem;
	margin-bottom: 6rem;
	margin-left: auto;
	margin-right: auto;
}
.Store2024-block__icon img{
	width: 100%;
}
.Store2024-block__text{
	margin-bottom: 6rem;
	text-align: center;
}
.Store2024-banner{
	width: 100%;
	box-shadow: 0 .3rem .6rem rgba(0,0,0,.16);
}
.Store2024-banner img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1366px) , print{
	.Store2024-block__content{
		width: 50%;
	}
	.Store2024-block__image {
		width: 50%;
	}
	.Store2024-block{
		align-items: flex-start;
	}
}
@media screen and (max-width:768px) , print{
	.Store2024{
		padding-bottom: 12rem;
	}
	/* .Store2024 .sec2024__title-pisola::before{
		width: 37.5rem;
		height: 5.8rem;
		background-image: url(../images/service/pisola/title_store.svg);
	} */
	.Store2024-block{
		flex-direction: column;
		margin-bottom: 0;
	}
	.Store2024-block__image{
		width:100%;
		margin-bottom: 3rem;
	}
	.Store2024-block__image img{
		width: 100%;
	}
	.Store2024-block__content{
		width: 100%;
		padding-left: 0;
	
	}
	.Store2024-block__icon{
		width: 12rem;
		margin-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Store2024-block__icon img{
		width: 100%;
	}
	.Store2024-block__text{
		margin-bottom: 3.5rem;
		text-align: center;
	}
	.Store2024-banner{
		width: 100%;
		box-shadow: 0 .3rem .6rem rgba(0,0,0,.16);
	}
	.Store2024-banner img{
		width: 100%;
	}
	
}
.Store2024{
	padding-top: 15rem;
	background: var(--gb-color)
}
.Store2024__inner{
	position: relative;
	z-index: 5000;
}
/* .Store2024__inner::before,
.Store2024__inner::after{
	content: "";
	display: block;
	width: 67.2rem;
	height: 37.7rem;
	background-image: url(../images/index/obj_store.png);
	background-image: image-set(url(../images/index/obj_store.png) 1x, url(../images/index/obj_store@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/index/obj_store.png) 1x, url(../images/index/obj_store@2x.png) 2x);
	position: absolute;
	z-index: -1;
} */
.Store2024-list-block__title{
	font-size: 2rem;
	margin-bottom: 6.5rem;
	padding-top: 2.2rem;
	letter-spacing: .12em;
	font-weight: 700;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.Store2024-list-block__title::before{
	content: "";
	width: 12.4rem;
	height: 10.4rem;
	background-image: url(../images/index/icon_menu-title.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.Store2024__inner::before{
	left: -29rem;
	top: -13rem;
}
.Store2024__inner::after{
	top: 27.5rem;
	right: -25.5rem;
}
.Store2024 .sec2024__title{
	margin-bottom: 14.8rem;
}
.Store2024-pref{
	margin-bottom: 11.5rem;
}
.Store2024-pref__title{
	font-size: 3.5rem;
	margin-bottom: 3.4rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.Store2024-pref__title::before{
	content: "";
	width: 14.3rem;
	height: 12rem;
	background-image: url(../images/index/icon_menu-title.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3.4rem;
	transform: translateX(-50%);
}
.Store2024-block{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Store2024-block:not(:last-child){
	margin-bottom: 10rem;
}
.Store2024-block__left{
	width: 53.4rem;
}
.Store2024-block__title{
	width: 100%;
	font-size: 3rem;
	font-family: var(--font1);
	margin-bottom: 2.5rem;
	font-weight: 700;
	line-height: calc(42 / 30);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Store2024-block__image{
	width: 100%;
	margin-bottom: 3rem;
}
.Store2024-block__image img{
	width: 100%;
}
.Store2024-block__address{
	font-size: 2rem;
	font-family: var(--font1);
	margin-bottom: .6rem;
	line-height: calc(29 / 20);
}
.Store2024-block__tel{
	width: 100%;
	font-size: 2.3rem;
	font-family: var(--font1);
	line-height: calc(29 / 23);
	margin-bottom: 2.5rem;
	font-weight: 700;
	color: #AF8D56;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Store2024-block__tel::before{
	content: "";
	display: block;
	width: 1.5rem;
	height: 2.4rem;
	margin-right: .7rem;
	background-image: url(../images/service/pisola/icon_tel-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.Store2024-block__googlemap{
	width: 100%;
	height: 9rem;
	margin-bottom: 2rem;
}
.Store2024-block__googlemap a{
	background: var(--main-color);
	border-radius: 50px;
	width: 100%;
	height: 100%;
	font-family: var(--font1);
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.Store2024-block__googlemap a:hover{
	background: var(--sub-color);
}
.Store2024-block__right{
	width: calc(100% - 53.4rem);
	padding-left: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.Store2024-block-data{
	width: 100%;
	height: 100%;
}
.Store2024-block-data__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Store2024-block-data__item__title{
	width: 13.8rem;
	height: 5.2rem;
	padding: 1.5rem 2.2rem;
	font-size: 1.7rem;
	font-family: var(--font1);
	font-weight: 700;
	line-height: calc(20 / 17);
	background: #DBD2BE;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Store2024-block-data__item__text{
	width: calc(100% - 13.8rem);
	font-family: var(--font1);
	padding: 1.5rem 2.2rem;
	height: 5.2rem;
	line-height: calc(24 / 16);
	background: rgba(255,255,255,.7);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Store2024-block-data__item__text img{
	width: 3.7rem;
	height: 3.7rem;
}
.Store2024-block-data__item__text img:not(:last-child){
	margin-right: 1.5rem;

}
.Store2024-block-data__item:not(:last-child){
	margin-bottom: .3rem;
}
.Store2024-block-data__item:last-child{
	height: calc(100% - (5.5rem * 7));
}
.Store2024-block-data__item:last-child .Store2024-block-data__item__title{
	height: 100%;
	align-items: flex-start;
}
.Store2024-block-data__item:last-child .Store2024-block-data__item__text{
	height: 100%;
	align-items: flex-start;
	flex-direction: column;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1200px) , print{
	.Store2024{
		padding-top:11rem; 
	}
	.Store2024-block__left{
		width: 40%;
	}
	.Store2024-block__right{
		width: 60%;
	}
	.Store2024-block__reservation{
		width: 100%;
	}
	
	.Store2024-block-data__item:not(:last-child) {
		margin-bottom: .3rem;
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}
	.Store2024-block-data__item__title {
		width: 8.5rem;
		height: auto;
		padding: 1.2rem;
		font-size: 1.2rem;
	}
	.Store2024-block-data__item__text {
		width: calc(100% - 8.5rem);
		padding: 1.2rem;
		height: auto;
	}

}
@media screen and (max-width:900px) , print{
	.Store2024-block{
		flex-direction: column;
	}
	.Store2024-block__left{
		width: 100%;
	}
	.Store2024-block__right {
		width: 100%;
		padding-left: 0;
	}

	.Store2024-block-data__item{
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		height: 100%;
	}
	.Store2024-block-data__item:last-child .Store2024-block-data__item__title{
		height: auto;
		align-items: flex-start;
	}
}
@media screen and (max-width:768px) , print{
	.Store2024{
		padding-top: 15rem;
		padding-bottom: 8rem;
	}
	.Store2024__inner{
		position: relative;
		z-index: 5000;
	}
	.Store2024__inner::before,
	.Store2024__inner::after{
		content: "";
		display: block;
		width: 67.2rem;
		height: 37.7rem;

	}
	.Store2024__inner::before{
		left: -2rem;
		top: -10rem;
		background-size: cover;
		width: 15rem;
		height: 6.1em;
	}
	.Store2024__inner::after{
		right: 0rem;
		background-size: cover;
		width: 15rem;
		height: 6.1em;
		top: 15rem;
	}
	.Store2024 .sec2024__title{
		margin-bottom: 4rem;
	}
	.Store2024-pref{
		margin-bottom: 15rem;
	}
	.Store2024-pref__title{
		font-size: 3.5rem;
		margin-bottom: 3.4rem;
	}
	.Store2024-pref__title::before{
		content: "";
		width: 14.3rem;
		height: 12rem;
		left: 50%;
		bottom: -3.4rem;
		transform: translateX(-50%);
	}
	.Store2024-block{
		width: 100%;
	}
	.Store2024-block:not(:last-child){
		margin-bottom: 6rem;
	}
	.Store2024-block__left{
		width: 100%;
	}
	.Store2024-block__title{
		width: 100%;
		font-size: 2rem;
		margin-bottom: 1.5rem;
		justify-content: center;
	}
	.Store2024-block__image{
		width: 100%;
		margin-bottom: 3rem;
	}
	.Store2024-block__image img{
		width: 100%;
	}
	.Store2024-block__address{
		font-size: 1.4rem;
		margin-bottom: .6rem;
	}
	.Store2024-block__tel{
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
		font-weight: 700;
	}
	.Store2024-block__tel::before{
			width: 1rem;
			height: 1.6rem;
			margin-right: .7rem;

	}
	.Store2024-block__googlemap{
		width: 100%;
		height: 6rem;
	}
	.Store2024-block__googlemap a{   
		font-size: 1.6rem;
	}
	.Store2024-block__right{
		width:100%;
		padding-left: 0;
	}
	.Store2024-block-data{
		width: 100%;
		height: 100%;
	}
	.Store2024-block-data__item{
		width: 100%;
	}
	.Store2024-block-data__item__title{
		width: 8.5rem;
		height: auto;
		padding: 1.2rem;
		font-size: 1.2rem;
	}
	.Store2024-block-data__item__text{
		width: calc(100% - 8.5rem);
		padding: 1.2rem;
		height: auto;
	}
	.Store2024-block-data__item__text img{
		width: 3.7rem;
		height: 3.7rem;
	}
	.Store2024-block-data__item__text img:not(:last-child){
		margin-right: 1.5rem;
	
	}
	.Store2024-block-data__item:not(:last-child){
		margin-bottom: .3rem;
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}
	.Store2024-block-data__item:last-child{
		height: auto;
	}
	.Store2024-block-data__item:last-child .Store2024-block-data__item__title{
		height: 100%;
	}
	.Store2024-block-data__item:last-child .Store2024-block-data__item__text{
		height: 100%;
	}
	.Store2024-block-data__item{
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		height: 100%;
	}
	.Store2024-block-data__item:last-child .Store2024-block-data__item__title{
		height: auto;
		align-items: flex-start;
	}
}
