@charset "UTF-8";

#wrap .rin-mainInner {
	width: 1000px;
	margin: 80px auto 0;
	padding-bottom: 120px;
}
.hTtl01 {
	margin-bottom: 56px;
	font-size: 4.4rem;
	font-weight: bold;
}
.ancList01 {
	display: flex;
	margin-top: 72px;
}
.ancList01 .ancItem {
	margin-left: 40px;
}
.ancList01 .ancItem:first-child {
	margin-left: 0;
}
.ancList01 .ancItem .ancTxt {
	position: relative;
	padding-right: 26px;
	font-size: 2.8rem;
	font-weight: bold;
}
.ancList01 .ancItem .ancTxt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 19px;
	height: 11px;
	margin-top: -5.5px;
	background: url(/resona_in/specialty/tenpo/images/index_ico_01.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.storeArea .areaBlk {
	display: flex;
	align-items: flex-start;
	margin-top: 100px;
}
.storeArea .areaBlk:first-child {
	margin-top: 0;
}
.storeArea .areaTtl {
	position: sticky;
	top: 155px;
	width: 100px;
	color: #0ca26c;
	font-size: 3.2rem;
	font-weight: bold;
}
.storeArea .areaContents {
	width: calc(100% - 140px);
	margin-left: 40px;
}
.storeArea .storeItem {
	margin-top: 72px;
}
.storeArea .storeItem:first-child {
	margin-top: 0;
}
.storeArea .storeName01 {
	font-size: 3.2rem;
	font-weight: bold;
}
.storeArea .storeWrap {
	display: flex;
	flex-direction: row-reverse;
	width: 864px;
	margin-top: 24px;
}
.storeArea .storeWrap .storeImg {
	width: 320px;
	margin-left: 40px;
}
.storeArea .storeWrap .storeContents {
	width: calc(100% - 360px);
}
.storeArea .storeWrap .storeInfoItem {
	display: flex;
	align-items: baseline;
	margin-top: 16px;
}
.storeArea .storeWrap .storeInfoItem:first-child {
	margin-top: 0;
}
.storeArea .storeWrap .storeInfoItem .storeInfoTtl {
	width: 75px;
	height: 24px;
	border: 1px solid #909090;
	border-radius: 2px;
	font-size: 1.4rem;
	text-align: center;
}
.storeArea .storeWrap .storeInfoItem .storeInfoTxt {
	width: calc(100% - 95px);
	margin-left: 20px;
	font-size: 1.8rem;
}
.storeArea .storeWrap .storeInfoItem .storeInfoTxt a {
	color: #f7920d;
}
.storeArea .storeWrap .storeLinkBtnWrap {
	width: 180px;
	margin-top: 40px;
}
.storeArea .storeWrap .storeLinkBtnWrap .storeLinkBtn {
	min-height: 52px;
	padding: 3px 10px;
	font-size: 1.8rem;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#wrap .rin-mainInner {
		width: 100%;
		margin: 32px auto 0;
		padding-bottom: 100px;
	}
	#wrap .rin-mainContents > .rin-mainInner > section {
		margin-top: 100px;
	}
	.hTtl01 {
		margin-bottom: 40px;
		font-size: 3.0rem;
	}
	.ancList01 {
		justify-content: center;
		margin-top: 48px;
	}
	.ancList01 .ancItem .ancTxt {
		font-size: 1.8rem;
	}
	.storeArea .areaBlk {
		display: block;
		margin-top: 64px;
	}
	.storeArea .areaTtl {
		position: static;
		top: auto;
		width: 100%;
		font-size: 2.4rem;
	}
	.storeArea .areaContents {
		width: 100%;
		margin-top: 24px;
		margin-left: 0;
	}
	.storeArea .storeItem {
		margin-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #ccc;
	}
	.storeArea .storeName01 {
		font-size: 2.2rem;
	}
	.storeArea .storeName01 .txtType01 {
		display: block;
		font-size: 1.5rem;
	}
	.storeArea .storeName01 .accIcoSet {
		position: relative;
		display: inline-block;
		padding-right: 36px;
	}
	.storeArea .storeName01 .accIcoSet::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		background: url(/resona_in/specialty/tenpo/images/index_ico_02.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.storeArea .storeName01.active .accIcoSet::after {
		background: url(/resona_in/specialty/tenpo/images/index_ico_02_active.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.storeArea .storeWrap {
		overflow: hidden;
		display: block;
		margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 500ms ease, padding 500ms ease;
		width: 100%;
	}
	.storeArea .storeWrap .storeImg {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.storeArea .storeWrap .storeContents {
		width: 100%;
		margin-top: 40px;
	}
	.storeArea .storeWrap .storeLinkBtnWrap {
		width: 100%;
	}
	.storeArea .storeWrap .storeLinkBtnWrap .storeLinkBtn {
		padding: 0;
		font-size: 1.6rem;
	}
}
