@charset "utf-8";

/* ------------------------------------------------------------------------------------
【イトマン：店舗リストCSS】
------------------------------------------------------------------------------------ */
.shop-inner,
.page-id-16815 .page-bk .inner {
	max-width: 1100px;
}

.shoplist-title {
	font-size: 3rem;
	text-align: center;
	font-family: 'NotoSans-Medium';
	font-weight: bold;
}

.shoplist-box-bg {
	background: #FFF;
	padding: 40px;
}

.shoplist-box-bg .area-menu-list {
	margin-bottom: 40px !important;
	margin-left: -20px;
}

.shoplist-box-bg .area-menu-list li {
	width: calc(33.33% - 20px);
	margin-bottom: 25px !important;
	margin-left: 20px;
}

.shoplist-box-bg .area-menu-list a {
	position: relative;
	color: #fff;
	font-family: 'NotoSans-Medium';
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	padding: 10px 60px 10px 20px;
	cursor: pointer;
}

.shoplist-box-bg .area-menu-list a:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	right: 30px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -12px;
}

.shoplist-box-bg .area-menu-list a span {
	font-size: 2.4rem;
}

/********** サイズ調整 **********/
@media (max-width: 999px) {
	.shoplist-title {
		font-size: 1.8rem;
	}

	.shoplist-box-bg {
		padding: 20px;
	}

	.shoplist-box-bg .area-menu-list {
		margin-left: -10px;
		margin-bottom: 15px !important;
	}

	.shoplist-box-bg .area-menu-list li {
		width: calc(50% - 10px);
		margin-bottom: 10px !important;
		margin-left: 10px;
	}

	.shoplist-box-bg .area-menu-list a {
		padding-left: 5px;
		padding-right: 20px;
	}

	.shoplist-box-bg .area-menu-list a span {
		font-size: 1.6rem;
	}

	.shoplist-box-bg .area-menu-list a:before {
		width: 8px;
		height: 8px;
		right: 15px;
		margin-top: -6px;
	}
}

.shoplist-box {
	text-align: right;
	margin-bottom: 50px;
}

.shoplist-box>.title {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.shoplist-box>.title span {
	font-family: 'NotoSans-Medium';
}

.shoplist-box:last-of-type {
	margin-bottom: 0;
}

.shoplist-box .accordion-bk {
	text-align: left;
	margin-bottom: 30px;
}

.shoplist-box .accordion-title {
	text-align: left;
	background: #9D9C9C;
	position: relative;
	display: block;
	cursor: pointer;
	color: #fff;
	border-radius: 15px 15px 0 0;
	transform: none !important;
	padding: 10px 60px 10px 10px;
	transition: all .5s;
}

.shoplist-box .accordion-title span {
	font-size: 2rem;
	padding-left: 12px;
	line-height: 160%;
	font-family: 'NotoSans-Medium';
	font-weight: bold;
}

.accordion-title>span {
	display: block;
}

.accordion-title:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top: 50%;
	right: 35px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -12px;
	transition: all .5s;
}

.accordion-bk input:checked+.accordion-title:after {
	transform: rotate(225deg);
	margin-top: -3px;
}

.accordion-check {
	display: none;
}

.accordion-data.text {
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.accordion-bk input:checked+.accordion-title+.accordion-data.text {
	height: auto;
	background: #fff;
	padding: 0;
	opacity: 1;
}

.accordion-bk .accordion-data.text a {
	color: #000;
	display: block;
}

.shoplist-box .shop-data {
	margin-top: 20px;
}

.shoplist-box .shop-data a {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	padding: 25px 60px 25px 25px;
}

.shoplist-box .shop-data a:after {
	display: none;
}

.shoplist-box .shop-data a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #00469B;
	border-right: 2px solid #00469B;
	transform: rotate(45deg);
	margin-top: -7px;
	transition: all .5s;
}

.shoplist-box .shop-data a:active:before,
.shoplist-box .shop-data a:hover:before {
	transition: all .5s;
}

.shoplist-box .shop-data a>div {
	transition: all .5s;
	margin-bottom: 0;
}

.shoplist-box .shop-data .name {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	text-decoration: underline;
	transition: all .5s;
	font-size: 1.6rem;
	font-family: 'NotoSans-Medium';
	font-weight: bold;
	width: 320px;
	color: #00469B;
}

.shoplist-box .shop-data .shop-detail {
	width: calc(100% - 320px);
	padding-left: 20px;
}

.shoplist-box .shop-data .shop-detail>p {
	position: relative;
	font-size: 1.4rem;
	padding-left: 100px;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 1.8;
}

.shoplist-box .shop-data .shop-detail>p span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
	display: block;
	border: solid 1px #000;
	font-family: 'NotoSans-Medium';
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
	margin-top: -10px;
	padding: 0 5px;
}

.shoplist-box .shop-data .shop-program {
	overflow: hidden;
	margin-top: 20px;
}

.shoplist-box .shop-data .shop-program li {
	display: inline-block;
	line-height: 0;
	border: none !important;
	height: auto !important;
	margin: 0 4px 4px 0;
	padding: 5px;
	background: #00469B;
	border-radius: 10px;
}

.shoplist-box .btn-area {
	text-align: right;
}

.shoplist-box .btn-area a {
	background-color: #9D9C9C !important;
	text-align: center;
	max-width: 180px;
	position: relative;
	padding: 7px 30px 7px 10px;
	border-radius: 30px;
	font-size: 1.4rem;
	border: none;
	color: #FFF;
}

.shoplist-box .btn-area a:hover {
	opacity: .5;
}

.shoplist-box .btn-area a span:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: none;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	transition: all .5s;
	transform: rotate(45deg);
}

@media (max-width: 999px) {
	.shoplist-box {
		margin-bottom: 25px;
	}

	.shoplist-box>.title {
		font-size: 1.8rem;
		margin-bottom: 15px;
		padding: 8px 10px;
	}

	.shoplist-box .accordion-bk {
		margin-bottom: 15px;
	}

	.shoplist-box .accordion-title {
		padding: 8px 60px 8px 10px;
	}

	.shoplist-box .accordion-title span {
		font-size: 1.8rem;
		padding-left: 0;
	}

	.accordion-title:after {
		right: 19px;
		width: 6px;
		height: 6px;
		margin-top: -6px
	}

	.accordion-bk input:checked+.accordion-title:after {
		margin-top: -2px;
	}

	.accordion-bk input:checked+.accordion-title+.accordion-data.text {
		padding: 10px 0;
	}

	.shoplist-box .shop-data {
		margin-top: 10px;
	}

	.shoplist-box .shop-data a {
		padding: 15px;
	}

	.shoplist-box .shop-data a:before {
		right: 15px;
		width: 15px;
		height: 15px;
		margin-top: -7px;
	}

	.shoplist-box .shop-data .shop-info {
		padding-right: 15px;
	}

	.shoplist-box .shop-data a>div,
	.shoplist-box .shop-data .name,
	.shoplist-box .shop-data .shop-detail {
		width: 100%;
	}

	.shoplist-box .shop-data .name {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.shoplist-box .shop-data .shop-detail {
		padding-left: 0;
	}

	.shoplist-box .shop-data .shop-detail>p {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.shoplist-box .shop-data .shop-detail>p span {
		position: static;
		font-size: 1.2rem;
		margin-top: 0;
		margin-bottom: 3px;
	}

	.shoplist-box .shop-data .shop-program {
		margin-top: 0;
	}

	.shoplist-box .shop-data .shop-program li img {
		width: 50px;
		height: auto;
	}
}

.shoplist-box-bg .area-menu-list .hokkaido a,
#hokkaido_area.shoplist-box>.title {
	background: #5D639D;
}

.shoplist-box-bg .area-menu-list .tohoku a,
#tohoku_area.shoplist-box>.title {
	background: #3298C9;
}

.shoplist-box-bg .area-menu-list .kanto a,
#kanto_area.shoplist-box>.title {
	background: #30A0C0;
}

.shoplist-box-bg .area-menu-list .chubu a,
#chubu_area.shoplist-box>.title {
	background: #2CAD74;
}

.shoplist-box-bg .area-menu-list .kinki a,
#kinki_area.shoplist-box>.title {
	background: #F3C045;
}

.shoplist-box-bg .area-menu-list .chugoku a,
#chugoku_area.shoplist-box>.title {
	background: #B9D44D;
}

.shoplist-box-bg .area-menu-list .shikoku a,
#shikoku_area.shoplist-box>.title {
	background: #D65365;
}

.shoplist-box-bg .area-menu-list .kyusyu a,
#kyusyu_area.shoplist-box>.title {
	background: #C8468E;
}

.shoplist-box-bg .area-menu-list .okinawa a,
#okinawa_area.shoplist-box>.title {
	background: #AD4D92;
}