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

.shop_banner ul {
		display:-ms-flexbox;/*--- IE10 ---*/
		display:-webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
		flex-wrap:wrap;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
}
.shop_banner ul li {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	width: 49%;
	margin: 0 0 20px;
}
.shop_banner ul li {
	display: flex;
	align-items: center;
	position: relative;
}
.shop_banner ul li a.shop_text {
	display: block;
	position: relative;
	padding: 10px 80px 10px 20px;
	color: #000;
	/* font-size: 20px; */
	font-size: 20px;
	width: 100%;
	font-weight: bold;
}
.shop_banner ul li a.shop_text {
	padding: 30px 10px 20px 30px;
}
.shop_banner ul li a.shop_img {
	padding: 10px 20px;
}
.shop_banner ul li a.shop_text span {
	display: block;
	color: #ff0000;
	/* font-size: 14px; */
	font-size: 17px;
	font-weight: bold;
}
.shop_banner ul li a.shop_text::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	/* background-image: url("/common/img/nwin_ico.svg"); */
	background-image: url("../../common/img/nwin_ico.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 16px;
	width: 20px;
}
.shop_banner ul li a.shop_img img {
	display: block;
	max-width: 100%;
}

.shop_banner .shop_subtitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin: 30px 0 30px;
}

.shop_banner ul li a.stockpage_link {
	position: absolute;
	bottom: -10px;
	right: 10px;
	display: inline-block;
	width: auto;
	padding: 7px 14px;
	font-size: 13px;
	background-color: #000;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
}

.common_01 .common_01_inner p {
	margin: 0 0 20px;
}

.modal_box_shop {
	width: 100%;
}
a.modal_bt_shop {
}

.modal_wrapper_shop {
z-index: 999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 60px 10px;
text-align: center;
}

.modal_wrapper_shop:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity .3s, visibility .3s;
}

.modal_wrapper_shop:target {
opacity: 1;
visibility: visible;
transition: opacity .4s, visibility .4s;
}

.modal_wrapper_shop::after {
display: inline-block;
height: 100%;
margin-left: -.05em;
vertical-align: middle;
content: “”;
}

.modal_wrapper_shop .modal_window_shop {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	max-width: 960px;
	padding: 40px 50px 20px;
	background: #fff;
	vertical-align: middle;
	/* top: 20%; */
}

.modal_wrapper_shop .modal_window_shop .modal_content_shop {
max-height: 80vh;
overflow-y: auto;
}

.modal_overlay_shop {
z-index: 10;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .5);
/* background: rgba(255,255,255, .7); */
}

.modal_wrapper_shop .modal_close {
	z-index: 20;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 50px;
	color: #fff !important;
	font-size: 40px;
	font-weight: normal;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background-color: #555;
	border-radius: 50%;
	padding: 3px 0px 7px;
}
.modal_wrapper_shop .modal_close span {
	vertical-align: top;
	display: inline-block;
	margin: -2px 0 0 -1px;
}
.modal_wrapper_shop .modal_close:hover {
color: #2b2e38 !important
}

.modal_content_shop h2 {
  text-align: center;
}
.modal_content_shop h2 span {
	display: inline-block;
	background-color: #fff;
	color: #000;
	/* font-weight: bold; */
	font-size: 20px;
	padding: 3px 30px;
	margin: 0 0 10px;
}
.modal_content_shop a {
	background-color: #000;
	display: block;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.05em;
}
.modal_content_shop a.red {
	background-color: #ff0000;
}

.modal_window_shop h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0 25px;
}
.modal_window_shop h3 br.sp {
	display: none;
}
.modal_window_shop h4 {
  text-align: left;
	font-weight: bold;
	font-size: 110%;
}
.modal_window_shop p {
  text-align: left;
  line-height: 1.5;
	font-size: 14px;
}

.modal_window_shop .box_pimon {
	background-color: #e2e2e7;
	padding: 20px 50px;
	margin: 0 0 15px;
}
.modal_window_shop .box_pimon img {
	width: 220px;
	margin: 0px auto 10px;
}
.modal_window_shop .box_pimon .box_pimon_telfax {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 10px;
	color: #777;
}
.modal_window_shop .box_pimon .box_pimon_content {
	background-color: #fff;
	padding: 15px 30px;
	text-align: left;
	margin: 0 0 15px;
}



/* 各種お問合せ */
.contact_area_02 {
	padding: 20px 0;
}
.contact_area_02 h3.h3title_contact {
	font-size: 21px;
	letter-spacing: .04em;
	border-top: 2px solid #CCCCCC;
	position: relative;
	padding: 20px 0;
	font-weight: 600;
}
.contact_area_02 h3.h3title_contact::before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: #007083;
	position: absolute;
	top: -2px;
	left: 0;
	border-radius: 0 0 0.02rem 0;
}

.contact_area_02 ul li {
	margin: 10px 0px;
}
.contact_area_02 ul li a {
	display: inline-block;
	position: relative;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 15px 20px 15px 30px;
	font-size: 13px;
	width: 400px;
	text-align: center;
}
.contact_area_02 ul li a::before {
	content: '→';
	display: inline-block;
	background-color: #007083;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	border-radius: 50%;
	padding: 5px 5px;
	font-size: 10px;
	line-height: 1;
}
