@charset "UTF-8";
/* CSS Document */

/*
	マップエリア
-----------------------------------------------------------------------------------------------*/
.branchNewsMapAreaWrapper{
	height: 590px;
	margin-bottom: 100px;
	background: url("../images/bg_branchNews_map_pc.png") no-repeat center center / cover;
}
.branchNewsMapAreaInner{
	width: var(--widthBase);
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* ボタン
============================== */
.branchNewsMapBtn{
	display: inline-flex;
	position: absolute;
}
.branchNewsMapBtn .btn{
	width: 30px;
	aspect-ratio: 1/1;
	background: url("../images/ico_plus_wh.svg") var(--colorPrimary) no-repeat center center / 10px auto;
	border-radius: 50%;
}
/* 支店名 */
.branchName{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: fit-content;
	white-space: nowrap;
	height: 30px;
	padding: 5px 15px;
	font-size: 1.3rem;
	font-weight: 600;
	border-radius: 15px;
	background-color: #fff;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 10;
}
@media (any-hover: hover){
	.branchNewsMapBtn .btn:hover{
		background-color: #000;
	}
	.branchNewsMapBtn:hover .branchName{
		opacity: 1;
	}
}
/* 各ボタン位置 */
.itemBtnTokyo01{
	top: 280px;
	right: 550px;
}
.itemBtnTokyo02{
	top: 255px;
	left: 570px;
}
.itemBtnTokyo03{
	right: 570px;
	bottom: 250px;
}
.itemBtnTokyo04{
	left: 548px;
	bottom: 260px;
}
.itemBtnTokyo05{
	right: 505px;
	bottom: 305px;
}
.itemBtnTokyo06{
	top: 225px;
	right: 375px;
}
.itemBtnTokyo07{
	right: 355px;
	bottom: 280px;
}
.itemBtnSaitama01{
	top: 170px;
	left: 605px;
}
.itemBtnSaitama02{
	top: 220px;
	right: 515px;
}
.itemBtnSaitama03{
	top: 150px;
	right: 500px;
}
.itemBtnKanagawa01{
	left: 560px;
	bottom: 175px;
}
.itemBtnKanagawa02{
	right: 500px;
	bottom: 175px;
}


/*
	モーダル
-----------------------------------------------------------------------------------------------*/
#branchNewsModal{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	height: 100dvh;
	background: rgba(255,246,229, .95);
	position: fixed;
	inset: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	pointer-events: none;
}
#branchNewsModal.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.branchNewsCtsWrapper {
	width: 90%;
	max-width: 850px;
	position: relative;
}

/* 背景
============================== */
.branchNewsModalBg {
	position: absolute;
	inset: 0;
}

/* クローズボタン
============================== */
.modalClose {
	width: 50px;
	aspect-ratio: 1/1;
	background-color: var(--colorPrimary);
	border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
	cursor: pointer;
	z-index: 100;
}
.modalClose::before,
.modalClose::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* ページネーション
============================== */
#branchNewsModal .swiper-button-next,
#branchNewsModal .swiper-button-prev{
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid var(--colorPrimary);
	position: absolute;
	cursor: pointer;
	transition: background-color 0.3s;
}
#branchNewsModal .swiper-button-next:after,
#branchNewsModal .swiper-button-prev:after {
    font-size: 15px;
	color: var(--colorPrimary);
	transition: color 0.3s;
}
#branchNewsModal .swiper-button-next{
	right: -25px;
}
#branchNewsModal .swiper-button-prev{
	left: -25px;
}
@media (any-hover: hover){
	#branchNewsModal .swiper-button-next:hover,
	#branchNewsModal .swiper-button-prev:hover{
		background-color: var(--colorPrimary);
	}
	#branchNewsModal .swiper-button-next:hover:after,
	#branchNewsModal .swiper-button-prev:hover:after {
		color: #fff;
	}
}

/* 支店だより
============================== */
.branchNewsCtsArea.swiper-slide{
	height: 90dvh;
	overflow-y: auto;
}

/* 支店名 */
.branchNewsCtsArea > [class^="tit"]{
	display: flex;
	align-items: center;
	gap: 15px;
	height: 70px;
	padding-inline: 30px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	border-radius: 30px 30px 0 0;
}
.branchNewsCtsArea > .tit01{
	background-color: var(--colorSub01);
}
.branchNewsCtsArea > .tit02{
	background-color: var(--colorSub05);
}
.branchNewsCtsArea > .tit03{
	background-color: var(--colorSub06);
}
.branchNewsCtsArea > [class^="tit"] > *{
	line-height: 1.0;
}
.branchNewsCtsArea > [class^="tit"] .area{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 20px;
	font-size: 1.1rem;
	color: var(--colorPrimary);
	background-color: #fff;
	border-radius: 10px;
}
/* コンテンツ */
.branchNewsCtsBox{
	padding: 0 80px 60px;
	background-color: #fff;
	border-radius: 0 0 30px 30px;
}
.branchNewsCtsBox .catchArea{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.branchNewsCtsBox .catchArea .catch{
	width: calc(100% - 420px);
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--colorPrimary);
	line-height: 2.0;
}
.branchNewsCtsBox .catchArea .catch{
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: var(--colorPrimary);
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
}
.branchNewsCtsBox .catchArea .img{
	width: 390px;
	margin-top: -30px;
	border-radius: var(--br30);
}
.branchNewsCtsBox .txtAreaWrapper{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.branchNewsCtsBox .txtArea .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	color: #fff;
	background-color: var(--colorPrimary);
	text-align: center;
	border-radius: 5px;
}
.branchNewsCtsBox .txtArea .txt{
	padding-inline: 30px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}

/*
	ボタンエリア
-----------------------------------------------------------------------------------------------*/
.branchNewsBtnAreaWrapper{
	display: flex;
	flex-direction: column;
	width: var(--width1000);
	margin: 0 auto;
}
.branchNewsBtnArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.branchNewsBtnArea:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--colorPoint03);
}

/* タイトル
============================== */
.branchNewsBtnArea .tit{
	padding-left: 25px;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	position: relative;
}
.branchNewsBtnArea .tit::before{
	content: "";
	width: 10px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
/* 東京 */
.branchNewsBtnArea:nth-of-type(1) .tit::before{
	background-color: var(--colorSub01);
}
/* 埼玉 */
.branchNewsBtnArea:nth-of-type(2) .tit::before{
	background-color: var(--colorSub05);
}
/* 神奈川 */
.branchNewsBtnArea:nth-of-type(3) .tit::before{
	background-color: var(--colorSub06);
}

/* ボタン
============================== */
.branchNewsBtnArea .bntArea{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 780px;
}
.branchNewsBtnArea button.btnBase{
	width: calc((100% - 30px)/3);
	color: #000;
	background-color: #fff;
	cursor: pointer;
}
.branchNewsBtnArea button.btnBase::after{
	background: url("../images/ico_plus_wh.svg") var(--colorPrimary) no-repeat center center / 10px auto;
}
@media (any-hover: hover){
	.branchNewsBtnArea button.btnBase:hover:after{
		background-color: #000;
	}
}
/* 東京 */
.branchNewsBtnArea:nth-of-type(1) button.btnBase::after{
	background-color: #68aada;
}
/* 埼玉 */
.branchNewsBtnArea:nth-of-type(2) button.btnBase::after{
	background-color: #6ec1b8;
}
/* 神奈川 */
.branchNewsBtnArea:nth-of-type(3) button.btnBase::after{
	background-color: var(--colorSub06);
}
@media (any-hover: hover){
	.branchNewsBtnArea:nth-of-type(1) button.btnBase:hover:after,
	.branchNewsBtnArea:nth-of-type(2) button.btnBase:hover:after,
	.branchNewsBtnArea:nth-of-type(3) button.btnBase:hover:after{
		background-color: #000;
	}
}

@media screen and (max-width:812px){
	/*
		マップエリア
	-----------------------------------------------------------------------------------------------*/
	.branchNewsMapAreaWrapper{
		height: 350px;
		margin-bottom: 50px;
		background: url("../images/bg_branchNews_map_sp.png") no-repeat center center / cover;
	}
	.branchNewsMapAreaInner{
		max-width: 500px;
	}

	/* ボタン
	============================== */
	/* 支店名 */
	.branchName{
		display: none;
	}
	/* 各ボタン位置 */
	[class*="itemBtn"]{
		 translate: -50% -50%;
		top: 50%;
		left: 50%;
	}
	.itemBtnTokyo01{
		translate: 5px -22px;
		right: auto;
	}
	.itemBtnTokyo02{
		translate: -33px -35px;
	}
	.itemBtnTokyo03{
		translate: -12px 6px;
		right: auto;
		bottom: auto;
	}
	.itemBtnTokyo04{
		translate: -45px -3px;
		 bottom: auto;
	}
	.itemBtnTokyo05{
		translate: 39px -32px;
		right: auto;
		bottom: auto;
	}
	.itemBtnTokyo06{
		translate: 103px -50px;
		right: auto;
	}
	.itemBtnTokyo07{
		translate: 120px -16px;
		right: auto;
		bottom: auto;
	}
	.itemBtnSaitama01{
		translate: -8px -92px;
	}
	.itemBtnSaitama02{
		translate: 26px -62px;
		right: auto;
	}
	.itemBtnSaitama03{
		translate: 37px -104px;
		right: auto;
	}
	.itemBtnKanagawa01{
		translate: -35px 50px;
		bottom: auto;
	}
	.itemBtnKanagawa02{
		translate: 40px 50px;
		right: auto;
		bottom: auto;
	}

	/*
		モーダル
	-----------------------------------------------------------------------------------------------*/
	.branchNewsCtsWrapper {
		max-width: 500px;
	}

	/* クローズボタン
	============================== */
	.modalClose {
		width: 35px;
		top: -10px;
		right: -10px;
	}
	.modalClose::before,
	.modalClose::after{
		height: 14px;
	}

	/* ページネーション
	============================== */
	#branchNewsModal .swiper-button-next,
	#branchNewsModal .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	#branchNewsModal .swiper-button-next:after,
	#branchNewsModal .swiper-button-prev:after {
		font-size: 12px;
	}
	#branchNewsModal .swiper-button-next{
		right: -10px;
	}
	#branchNewsModal .swiper-button-prev{
		left: -10px;
	}

	/* 支店だより
	============================== */
	/* 支店名 */
	.branchNewsCtsArea > [class^="tit"]{
		gap: 10px;
		height: 50px;
		padding-inline: 20px;
		font-size: 1.8rem;
		border-radius: 15px 15px 0 0;
	}
	.branchNewsCtsArea > [class^="tit"] .area{
		width: 50px;
		height: 18px;
		font-size: 1.0rem;
	}
	/* コンテンツ */
	.branchNewsCtsBox{
		padding: 25px 30px;
		border-radius: 0 0 15px 15px;
	}
	.branchNewsCtsBox .catchArea{
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}
	.branchNewsCtsBox .catchArea .catch{
		width: 100%;
		font-size: 1.8rem;
		line-height: 1.8;
		text-underline-offset: 6px;
	}
	.branchNewsCtsBox .catchArea .img{
		width: 100%;
		margin-top: 0;
	}
	.branchNewsCtsBox .txtAreaWrapper{
		gap: 20px;
	}
	.branchNewsCtsBox .txtArea .tit{
		height: 32px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		border-radius: 3px;
	}
	.branchNewsCtsBox .txtArea .txt{
		padding-inline: 0;
		font-size: 1.3rem;
	}


	/*
		ボタンエリア
	-----------------------------------------------------------------------------------------------*/
	.branchNewsBtnArea{
		flex-direction: column;
		gap: 10px;
	}
	.branchNewsBtnArea:not(:last-child){
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	/* タイトル
	============================== */
	.branchNewsBtnArea .tit{
		padding-left: 18px;
		font-size: 1.8rem;
	}
	.branchNewsBtnArea .tit::before{
		width: 8px;
		top: 13px;
	}

	/* ボタン
	============================== */
	.branchNewsBtnArea .bntArea{
		gap: 10px;
		width: 100%;
	}
	.branchNewsBtnArea button.btnBase{
		width: calc((100% - 10px)/2);
		min-height: 45px;
		padding-inline: 20px 45px;
	}
	.branchNewsBtnArea button.btnBase::after{
		background-size: 8px auto;
		right: 12px;
	}
}