@charset "UTF-8";
/***************************************************
* ページ固有設定
***************************************************/
.respInfoShopOpenWrap {
	margin-bottom: 70px;
}
.respInfoShopOpenWrap .respP {
	line-height: 30px;
}
.respInfoShopOpenWrap .respShopOpenTable {
	display: flex;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.respInfoShopOpenWrap .respShopOpenTable:not(:first-of-type) {
	border-top: none;
}
.respInfoShopOpenWrap .respShopOpenTable:last-of-type {
	margin-bottom: 20px;
}
.respInfoShopOpenWrap .respShopOpenTableBlock {
	border-right: 1px solid #d9d9d9;
}
.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(1) {
	width: 26%;
}
.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(2) {
	width: 17%;
}
.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(3) {
	width: 57%;
	border-right: none;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTh {
	display: table;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f6f6f6;
	text-align: center;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTh > div {
	display: table-cell;
	vertical-align:middle;
	font-size: 18px;
	font-weight: bold;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd {
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.respInfoShopOpenWrap .respShopOpenTable:first-of-type .respShopOpenTableBlock .shopOpenTableTd {
	height: calc(100% - 40px);
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd > div {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.8;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList {
	display: flex;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li {
	margin-right: 1em;
	padding-left: 13px;
	background: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png) left 8px no-repeat;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li:last-child {
	margin-right: 0;
}
.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li > a {
	text-decoration: none;
}
.respInfoShopOpenWrap .shopOpenAllowLinkList > li {
	padding-left: 13px;
	background: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png) left 8px no-repeat;
	font-size: 16px;
	line-height: 30px;
}
.respInfoShopOpenWrap .shopOpenAllowLinkList > li > a {
	text-decoration: none;
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px){
	/***************************************************
	* ページ固有設定
	***************************************************/
	.respInfoShopOpenWrap {
		margin-bottom: 0;
	}
.respInfoShopOpenWrap .respP {
		line-height: 25px;
	}
	.container .containerMain {
		padding: 24px 10px 50px !important;
	}
	.respInfoShopOpenWrap .respShopOpenTable {
		display: block;
	}
	.respInfoShopOpenWrap .respShopOpenTable:last-of-type {
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}
	.respInfoShopOpenWrap .respShopOpenTable:nth-of-type(n+2) {
		margin-top: 35px;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock {
		border-right: none;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(1),
	.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(2),
	.respInfoShopOpenWrap .respShopOpenTableBlock:nth-of-type(3) {
		width: 100%;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock:not(:last-of-type) {
		border-bottom: 1px solid #d9d9d9;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTh {
		display: block;
		height: auto;
		padding: 7px 0;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTh > div {
		display: block;
		font-size: 14px;
		line-height: 25px;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd {
		display: block;
		padding: 14px;
		border-top: none;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd > div {
		display: block;
		font-size: 14px;
		line-height: 25px;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd > div .respP {
		font-size: 14px;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList {
		max-width: calc(40px + 20em);
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li {
		background: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png) left 7px no-repeat;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li {
		margin: 0 0.5em;
	}
	.respInfoShopOpenWrap .respShopOpenTableBlock .shopOpenTableTd .shopOpenShopLinkList > li:last-child {
		margin: 0 0.5em;
	}
	.respInfoShopOpenWrap .shopOpenAllowLinkList > li {
		padding-left: 11px;
		background: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png) left 7px no-repeat;
		font-size: 14px;
		line-height: 25px;
	}
}
