/*アンクールデザイン変更2021年8月6日*/

.h3noimg,
section.shopinfo {
	position: relative;
}

footer {
	position: relative;
}

.background-img1,
.background-img2,
.background-img3 {
	position: absolute;
}

section.shopinfo {
	margin-bottom: 50px;
}

/*bx-slider*/

.shop-main-box {
	position: relative;
	display: block;
}

ul.bxslider_2 {
	position: relative;
	left: 0vw;  /* (100vw - SlideWidth) / 2 */
	overflow: visible !important;
}

section.shopinfo ul.bxslider_2 li {
	margin: 0 25px 0 0;
}

.shop-img-box {
	width: 92%;
	height: auto;
	margin: 0 4%;
	overflow: hidden;
}

section.shopinfo .bx-wrapper ul.bxslider_2 li img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border: none;
}

.navi-btn {
	position: absolute;
	margin: 0;
	width: 40px;
	height: 60px;
	-webkit-background-size: 40px 60px;
	background-size: 40px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.feed-prev-btn .bx-prev,
.feed-next-btn .bx-next {
	width: 100%;
	height: 60px;
	display: block;
	font-size: 0;
}

.feed-prev-btn a {
	background-image:url(/wp-content/themes/uncoeur-new/img/btn-prev.png);
}

.feed-next-btn a {
	background-image:url(/wp-content/themes/uncoeur-new/img/btn-next.png);
}

.bx-wrapper {
	box-shadow: none;
}

section.shopinfo .shop-main-box .bx-pager .bx-pager-item a {
	width: 15px;
	height: 15px;
	margin: 10px 10px;
	border-radius: 9px;
}

section.shopinfo .shop-main-box .bx-pager .bx-pager-item a {
	background: #c7c8c8;
}

section.shopinfo .shop-main-box .bx-pager .bx-pager-item a.active {
	background: #b40016;
}

section.shopinfo .shop-name p {
	font-size: 20px;
}

section.shopinfo .shop-postal p,
section.shopinfo .shop-adress p {
	font-size: 16px;
}

section.shopinfo .shop-open_time p,
section.shopinfo .shop-holiday p {
	font-size: 16px;
}

section.shopinfo .shop-open_time p.open-time ,
section.shopinfo .shop-holiday p.holiday-time {
	font-size: 15px;
	color: #af8047;
}

.shop-tel,
.shop-mail {
	margin-bottom: 15px;
}

section.shopinfo .shop-tel p {
	font-size: 24px;
	color: #af8047;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', verdana, sans-serif;
	font-weight: bold;
}

section.shopinfo .shop-tel p span.shop-tel-span {
	text-decoration: none;
	font-size: 16px;
}

section.shopinfo .shop-tel p a.shop-tel-number {
	text-decoration: underline;
	color: #af8047;
}

section.shopinfo .shop-mail p a,
section.shopinfo .shop-mail p span.shop-mail-span {
	color: #af8047;
	font-size: 16px;
}

section.shopinfo .shop-mail p a {
	text-decoration: underline;
}

.shop-yoyaku,
.shop-contact {
	display: inline-block;
	width: 220px;
	height: 50px;
}

.shop-yoyaku {
	background: #b50016;
	margin-bottom: 10px;
}

.shop-contact {
	background: #b08047;
}

section.shopinfo .shop-yoyaku p,
section.shopinfo .shop-contact p {
	color: #fff;
	font-size: 16px;
	width: auto;
	margin-left: 5px;
}

section.shopinfo .shop-yoyaku a.header-reserve-pc,
section.shopinfo .shop-contact a.header-reserve-pc {
	margin-top: 11px;
	height: auto;
}

@media screen and (min-width: 769px) {

	/*PC*/

	.shop-information-left {
		display: inline-block;
		width: 55%;
		vertical-align: top;
		border-right: 1px solid #b2b2b3;
		margin-right: 30px;
	}

	.shop-information-right {
		display: inline-block;
		width: 35%;
		vertical-align: top;
	}

	.ggmap {
		margin-right: 30px;
		margin-left: 0;
	}

	/*bx-slider*/

	.shop-img-box {
		margin: 0;
		width: 100%;
	}
	.shop-img-box img {
		width: 50%;
	}

	ul.bxslider_2 li {
		width: 23.5vw !important;
		height: 300px;
		min-width: 441.5px;
	}

	.feed-prev-btn {
		left: -2%;
	}
	
	.feed-next-btn {
		right: -1%;
	}

	.background-img1 {
		width: 350px;
		top: 210px;
		margin-left: -100px;
	}
	
	.background-img2 {
		width: 350px;
		top: 1032px;
		margin-left: -100px;
	}

	.background-img3 {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	/*スマホ*/

	.shop-information-left,
	.shop-information-right {
		padding: 0 20px;
		text-align: center;
	}

	.shop-name,
	.shop-postal,
	.shop-adress,
	.shop-open_time,
	.shop-holiday,
	.shop-tel,
	.shop-mail {
		text-align: left;
	}

	.ggmap {
		margin-bottom: 20px;
	}

	/*bx-slider*/

	.shop-img-box img {
		width: 100%;
	}

	ul.bxslider_2 li {
		padding: 20px 0;
	}

	div.bx-pager {
		display: block;
	}

	section.shopinfo ul li {
		max-width: 100%;
	}

	.feed-prev-btn {
		left: 0%;
	}
	
	.feed-next-btn {
		right: 0%;
	}

	.background-img1 {
		width: 220px;
		top: 184px;
		left: -65px;
	}
	
	.background-img2 {
		width: 220px;
		top: 1235px;
		left: -65px;
	}

	.background-img3 {
		width: 220px;
		top: 1815px;
		left: -65px;
	}

}