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

/*----------------------------------
	index用のCSSです
----------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Allan:wght@700&family=Zen+Maru+Gothic:wght@700&display=swap&text=年末年始の営業・電話受付時間のお知らせ');

main {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.keyvis {
	margin-bottom: 40px;
	padding: 40px 0;
	color: white;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	background-color: var(--corporate-color);
	border-radius: 5px;
}

.keyvis__title {
	display: inline-block;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}

.keyvis__title::before,
.keyvis__title::after {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	background: url(/attending/business-hours/images/icn_matsu.svg) no-repeat center / contain;
	transform: translateY(-50%);
}

.keyvis__title::before {
	left: -60px;
}

.keyvis__title::after {
	right: -60px;
}

.area-wrap {
	margin-bottom: 10px;
}

.ac-trigger {
	position: relative;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	background-color: #f2f9ff;
}

.ac-trigger:hover {
	background-color: #f2f9ff;
}

.ac-trigger::before,
.ac-trigger::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 15px;
	height: 3px;
	background-color: var(--corporate-color);
}

.ac-trigger::before {
	transform: translateX(-50%);
}

.ac-trigger::after {
	transform: translateX(-50%) rotate(90deg);
}

.open .ac-trigger::after {
	transform: translateX(-50%) rotate(0);
}

.ac-contents {
	display: none;
	padding-top: 10px;
}

.branch {
	padding: 20px;
	border: 1px solid #c3c3c3;
	background-color: white;
	border-radius: 10px;
}

.branch:not(:last-child) {
	margin-bottom: 10px;
}

.branch__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.branch__name {
	font-size: 18px;
	font-weight: 600;
}

.branch__table {
	width: 982px;
	table-layout: fixed;
}

.branch__table td,
.branch__table th {
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #c3c3c3;
}

.branch__table th {
	font-weight: 400;
	background-color: #f2f9ff;
}

.closed {
	color: red;
}

.branch__note {
	margin-top: 10px;
	color: red;
}

.branch__btn {
	color: var(--corporate-color);
	font-size: 14px;
	line-height: 2;
	text-decoration: underline;
}

.branch__btn::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 3px;
	vertical-align: 2px;
	border-top: 1px solid var(--corporate-color);
	border-right: 1px solid var(--corporate-color);
	transform: rotate(45deg);
}

.branch__btn:hover {
	text-decoration: none;
}

.nolist{
    padding: 10rem;
    text-align: center;
}
