@charset "utf-8";

/*------------------------------------------------------------
	omiya
------------------------------------------------------------*/
.mb20{
	margin-bottom: 20px;
}

.alignR{
	display: flex;
	justify-content: right;
}

#main .top-sec .content {
	padding: 0 25px;
	position: relative;
	display: flex;
	align-items: center;
}

#main .top-sec h2 {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: left;
}

#main .com-text-box {
	width: 580px;
}

#main .com-text-box li {
	background-position: center top;
}

#main .bg {
	background: url("../../common_new/img/bg.jpg") no-repeat right 0 top / 1360px;
}

/* サービスと料金概要 */
#main .sec01 .img-inner .note {
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}

#main .sec01 .top-box {
	padding: 120px 40px 100px 170px;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .top-box .ttl {
	width: 178px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .sec01 .top-box .text {
	padding: 211px 0 0 90px;
	width: calc(100% - 178px);
	box-sizing: border-box;
}

#main .sec01 .top-box .text h2 {
	margin-bottom: 24px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#main .sec01 .top-box .text p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#main .sec01 .img-area {
	margin-bottom: 127px;
	position: relative;
}

#main .sec01 .img-area::after {
	width: calc(50% + 410px);
	height: calc(100% + 107px);
	position: absolute;
	top: -54px;
	left: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-list {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .img-list li .pho img{
	max-width: 260px;
}

#main .sec01 .img-list>li {
	padding: 15px 13px 16px;
	width: 340px;
	background-color: #FFF;
	text-align: center;
	box-sizing: border-box;
}

#main .sec01 .img-list li .sub {
	padding: 24px 20px 35px;
	height: 100%;
	border: 1px solid #a5b3a1;
	box-sizing: border-box;
}

#main .sec01 .img-list li .pho {
	margin-bottom: 22px;
}

#main .sec01 .img-list li .title {
	margin-bottom: 28px;
	padding-bottom: 19px;
	position: relative;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#main .sec01 .img-list li .title::after {
	width: 46px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 23px);
	background-color: #958626;
	content: '';
}

#main .sec01 .sub-list {
	margin-bottom: 33px;
}

#main .sec01 .sub-list li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
	text-align: left;
}

#main .sec01 .sub-list li::after {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 5px;
	background-color: #958626;
	border-radius: 50%;
	content: '';
}

#main .sec01 .link {
	margin: 0 auto;
	width: 240px;
}

#main .sec01 .link a {
	padding: 10px 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c03c3f;
	border: 1px solid #c03c3f;
	border-radius: 100px;
}

#main .sec01 .img-inner h3 .line::before {
	content: 'price';
}

/* 料金について */
#main .sec01 .img-inner {
	padding-bottom: 79px;
	position: relative;
}

#main .sec01 .img-inner::after {
	width: calc(50% + 625px);
	height: 343px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-inner ul {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .img-inner li .pho {
	margin-bottom: 23px;
	position: relative;
}

#main .sec01 .img-inner li .pho .tag {
	position: absolute;
	top: 19px;
	left: 20px;
}

#main .sec01 .img-inner li .pho::after {
	width: 1px;
	height: 69px;
	position: absolute;
	bottom: -56px;
	left: 20px;
	background-color: #646433;
	content: '';
}

#main .sec01 .img-inner li .title {
	margin-bottom: 14px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

#main .sec01 .img-inner li p {
	margin-left: 31px;
}

#main .sec01 .img-inner .btn {
	margin: 27px 0 0 49px;
	width: 140px;
}

#main .sec01 .img-inner .btn a {
	padding-bottom: 4px;
	position: relative;
	color: #333333;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #333;
}

#main .sec01 .img-inner .btn a::after {
	width: 4px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: -17px;
	background: url("../../common_new/img/icon16.png") no-repeat left center;
	content: '';
}

#main .sec01 .redbox{
	border: 2px solid #c03c3f;
	color : #c03c3f;
	text-align: center;
	padding: 1rem;
	font-size: 1.3em;
}

.sec01 .strong{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
}

.sec02 {
	padding: 72px 0 37px;
}

#main .sec02 h2 {
	margin-bottom: 49px;
	padding: 0 50px;
	position: relative;
	z-index: 1;
	text-align: center;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	left: 50%;
	transform: translateX(-50%);
}

#main .sec03 {
	padding: 73px 0;
	background: url("../../common_new/img/bg03.jpg") no-repeat left top;
}

#main .sec03 h2 {
	margin-bottom: 80px;
}

/* 特典について */

#main .sec03 h2 .line::before {
	content: 'special favor'
}

#main .sec03 .p-top {
	margin-bottom: 94px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#main .sec03 .inner {
	margin: 0 0 0 auto;
	width: calc(50% + 550px);
}

#main .sec03 .photo-list {
	margin-bottom: 72px;
}

#main .sec03 .photo-list .slick-slide>div {
	margin-right: 51px;
	width: 412px;
}

#main .sec03 .photo-list li .photo {
	margin-bottom: 40px;
}

#main .sec03 .photo-list li .text {
	display: flex;
	align-items: center;
}

#main .sec03 .photo-list li .text .ttl {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #c03c3f;
}

#main .sec03 .photo-list li .text .ttl .num {
	display: block;
	font-size: 3.6rem;
	line-height: 1;
}

#main .sec03 .photo-list li .text .txt {
	padding-left: 20px;
	width: calc(100% - 100px);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	box-sizing: border-box;
}

#main .sec03 .photo-list li sup {
	font-size: 1rem;
}

#main .sec03 .slick-prev {
	display: none !important;
}

#main .sec03 .slick-next {
	width: 126px;
	height: 126px;
	position: absolute;
	top: calc(50% - 132px);
	right: 34px;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: url("../img/omiya/btn.png") no-repeat center;
	cursor: pointer;
}

#main .sec03 .notes {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2.1;
}

#main .sec03 .notes span {
	margin-right: 10px;
}

#main .sec03 a {
	padding-bottom: 4px;
	position: relative;
	color: #333333;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #333;
}

#main .sec04 {
	margin-bottom: 118px;
}

#main .sec04 .head-line01 {
	margin-bottom: 41px;
	padding: 0 10px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

/* 本物にこだわる */
#main .sec04 .img-list {
	margin-top: -60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .sec04 .img-list li {
	margin-top: 60px;
	width: 510px;
}

#main .sec04 .img-list li .photo {
	margin-bottom: -84px;
}

#main .sec04 .img-list li .text {
	margin-left: 25px;
	padding: 113px 40px 49px;
	background-color: #cbcead;
}

#main .sec04 .img-list li .text .title {
	margin-bottom: 27px;
	margin-right: -20px;
	font-size: 2.6rem;
	font-weight: 700;
}

#main .sec04 .img-list li .text p {
	line-height: 1.7;
}

#main .sec05 .head-line01 {
	margin-bottom: -38px;
	padding: 0 54px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	/* text-align: center; */
	left: 80%;
	top:90px;
	z-index: 10;
}

#main .sec05 .content {
	width: 1040px;
}

#main .com-img-area {
	padding-bottom: 113px;
}

#main .sec06 {
	margin-bottom: 351px;
}

#main .sec06 .content {
	display: flex;
	justify-content: space-between;
}

#main .sec06 .sub {
	width: 510px;
}

#main .sec06 .title {
	padding-bottom: 20px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: 1px solid #3d3d3b;
}

#main .sec06 li {
	height: 95px;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border-bottom: 1px solid #d5d1cb;
}

#main .sec06 li .ttl {
	padding: 16px 14px 0;
	width: 66px;
	height: 100%;
	display: inline-block;
	float: left;
	color: #c03c3f;
	font-size: 1.8rem;
	font-weight: 400;
	box-sizing: border-box;
	background: url("../../common_new/img/line.png") no-repeat center;
}

#main .sec06 li .txt {
	width: calc(100% - 66px);
	display: block;
}

#main .sec07 {
	margin-bottom: 120px;
}

#main .sec07 .text-area .p-top {
	margin-bottom: 92px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#main .sec07 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .sec07 li {
	width: 50%;
}

#main .sec08 {
	margin-bottom: 40px;
	padding-bottom: 79px;
	position: relative;
}

#main .shop {
	padding: 0 0 50px;
	background-color: #eaebe1;
}

#main .shop .content {
	padding: 0 25px;
}

#main .shop .inner {
	display: flex;
	align-items: center;
}

@media all and (min-width: 897px) {
	#main .sec03 .slick-next:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .top-sec .content {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
	}

	#main .top-sec h2 {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}

	#main .com-text-box {
		width: 280px;
	}

	#main .com-text-box li {
		padding-left: 20px;
		background-position: left 8px;
	}

	#main .bg {
		background: none;
	}

	#main .sec01 .top-box {
		padding: 71px 0 34px;
		display: block;
	}

	#main .sec01 .top-box .ttl {
		margin-bottom: 14px;
		padding: 0 12px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#main .sec01 .top-box .text {
		padding: 0;
		width: auto;
		box-sizing: border-box;
	}

	#main .sec01 .top-box .text h2 {
		margin-bottom: 11px;
		font-size: 1.7rem;
	}

	#main .sec01 .top-box .text p {
		font-size: 1.3rem;
		line-height: 1.83;
	}

	#main .sec01 .img-area {
		margin-bottom: 123px;
	}

	#main .sec01 .img-area::after {
		width: 100%;
		height: 100%;
		top: 64px;
	}

	#main .sec01 .img-list {
		margin: 0 15px;
		width: auto;
		display: block;
	}

	#main .sec01 .img-list>li {
		padding: 15px 13px 16px;
		width: auto;
		background-color: #FFF;
		text-align: center;
		box-sizing: border-box;
	}

	#main .sec01 .img-list>li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	#main .sec01 .img-inner {
		padding-bottom: 0;
	}

	#main .sec01 .img-inner::after {
		width: 100%;
		height: 94.8%;
		bottom: auto;
		top: 136px;
	}

	#main .sec01 .img-inner h3,
	#main .sec03 h2 {
		margin-bottom: 44px;
		padding-right: 0;
		font-size: 2.1rem;
	}

	#main .sec01 .img-inner ul {
		margin-right: -30px;
		display: block;
	}

	#main .sec01 .img-inner li:not(:last-of-type) {
		margin-bottom: 37px;
	}

	#main .sec01 .img-inner .btn {
		margin: 18px 0 0 49px;
	}

	#main .sec01 .img-inner li .pho img {
		width: 100%;
	}

	#main .sec01 .link {
		max-width: 240px;
		width: 100%;
	}

	#main .sec01 .redbox{
		margin-right: 31px;
	}

	#main .sec02 {
		padding: 150px 0 37px;
	}

	#main .sec02 h2 {
		margin-bottom: -2px;
		padding: 0 35px;
		transform: translate(-50%, -30%);
	}

	#main .sec03 {
		padding: 17px 0 90px;
		background: none;
	}

	#main .sec03 h2 {
		margin-bottom: 37px;
	}

	#main .sec03 .p-top {
		margin: 0 -20px 34px;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	#main .sec03 .photo-list {
		margin: 0 0 37px -15px;
	}

	#main .sec03 .photo-list .slick-slide>div {
		margin-right: 10px;
		width: 238px;
	}

	#main .sec03 .photo-list li .photo {
		margin-bottom: 20px;
	}

	#main .sec03 .photo-list li .text .ttl {
		width: 57px;
		height: 57px;
		font-size: 1.3rem;
	}

	#main .sec03 .photo-list li .text .ttl .num {
		font-size: 2.1rem;
	}

	#main .sec03 .photo-list li .text .txt {
		padding-left: 10px;
		width: calc(100% - 57px);
		font-size: 1.3rem;
		line-height: 1.24;
	}

	#main .sec03 .inner {
		margin: 0 0 0 30px;
		width: auto;
	}

	#main .sec03 .slick-prev {
		display: none !important;
	}

	#main .sec03 .slick-next {
		width: 75px;
		height: 75px;
		top: calc(50% - 78px);
		right: 15px;
		background: url("../img/omiya/btn.png") no-repeat center / cover;
	}

	#main .sec03 .notes {
		margin: 0 5px;
		padding-left: 2.4em;
		font-size: 1.1rem;
		line-height: 1.7;
		text-indent: -2.4em;
	}

	#main .sec03 .notes:not(:last-of-type) {
		margin: 5px;
	}

	#main .sec03 a {
		padding-bottom: 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#main .sec03 .photo-list li .text {
		height: 80px;
	}

	#main .sec04 {
		margin-bottom: 90px;
	}

	#main .sec04 .head-line01 {
		margin-bottom: 28px;
		padding: 0 15px;
	}

	#main .sec04 .img-list {
		margin: 0 -15px 0;
		display: block;
	}

	#main .sec04 .img-list li {
		margin-top: 0;
		width: auto;
	}

	#main .sec04 .img-list li:not(:last-of-type) {
		margin-bottom: 32px;
	}

	#main .sec04 .img-list li .photo {
		margin-bottom: -62px;
	}

	#main .sec04 .img-list li .photo img {
		width: 100%;
	}

	#main .sec04 .img-list li .text {
		margin-right: -15px;
		margin-left: 15px;
		padding: 82px 32px 23px;
	}

	#main .sec04 .img-list li .text .title {
		margin-bottom: 11px;
		margin-right: 0;
		font-size: 1.7rem;
	}

	#main .sec04 .img-list li .text p {
		line-height: 1.7;
	}

	#main .sec05 .head-line01 {
		margin-bottom: 14px;
		left: 50%;
		top:0;
		transform: translateX(-50%);
	}

	#main .sec05 .content {
		margin: 0 15px;
		width: auto;
	}

	#main .com-img-area .img-box {
		margin: 0 15px 98px;
	}

	#main .shop .com-shop-box .txt-box .sub-box {
		padding: 20px 30px 40px;
	}

	#main .com-img-area {
		padding-bottom: 0;
	}

	.com-img-area .head-line01 {
		margin-bottom: 14px;
		top: -25px;
	}

	#main .com-img-area::after{
		content:"";
		background-color:#cbcead;
		width:100%;
		height:50px;
		display: block;
		margin-bottom: 70px;
	}

	#main .com-img-area .com-shop-box .content {
		padding: 0;
	}

	#main .sec06 {
		margin-bottom: 218px;
	}

	#main .sec06 .content {
		margin: 0;
		padding: 0 15px;
		display: block;
	}

	#main .sec06 .sub {
		margin-bottom: 60px;
		width: auto;
	}

	#main .sec06 .title {
		padding-bottom: 25px;
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		text-align: center;
		border-bottom: 1px solid #3d3d3b;
	}

	#main .sec06 li .ttl {
		padding: 20px 14px 0;
		width: 66px;
		height: 100%;
		display: inline-block;
		float: left;
		color: #c03c3f;
		font-size: 1.5rem;
		font-weight: 400;
		box-sizing: border-box;
		background: url(../../common_new/img/line.png) no-repeat center;
	}

	#main .sec06 li .txt {
		padding-top: 5px;
		width: 100%;
	}

	#main .sec07 {
		margin-bottom: 92px;
	}

	#main .sec07 .text-area .p-top {
		margin-bottom: 37px;
		font-size: 1.5rem;
	}

	#main .sec07 ul {
		display: block;
	}

	#main .sec07 li {
		width: auto;
	}

	#main .sec08 {
		margin-bottom: 0px;
		padding-bottom: 81px;
	}

	#main .sec08 .map-box {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	#main .sec08 .head-line01 {
		margin: 0 auto 38px;
		padding: 0 20px;
		width: auto;
	}

	#main .sec08::after {
		height: calc(100% - 163px);
		bottom: auto;
		top: 124px;
	}

	#main .sec08 ul {
		margin-top: 0;
		margin-bottom: 50px;
		display: block;
	}

	#main .sec08 li {
		margin-top: 0;
		width: auto;
	}

	#main .sec08 li:not(:last-of-type) {
		margin-bottom: 49px;
	}

	#main .sec08 li .photo {
		margin-bottom: 23px;
	}

	#main .sec08 li .photo img {
		width: 100%;
	}

	#main .sec08 li .text {
		display: block;
	}

	#main .sec08 li .text .title {
		margin-bottom: 18px;
		width: auto;
		display: flex;
		align-items: center;
	}

	#main .sec08 li .text .title .num {
		margin: 0 60px 0 0;
		width: 36px;
		height: 36px;
	}

	#main .sec08 li .text .title .num::after {
		width: 50px;
		height: 1px;
		bottom: 18px;
		left: inherit;
		right: -50px;
	}

	#main .sec08 li .text .title .txt {
		padding-left: 0;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		line-height: 1;
	}

	#main .sec08 li .text .sub {
		padding: 2px 5px 0 0;
	}

	#main .sec08 li .text .sub .ttl {
		margin-bottom: 16px;
	}

	#main .sec08 .map {
		width: 100%;
		padding-bottom: 68.08%;
		height: 0;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}

	#main .sec08 .map iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#main .sec08 .link {
		margin: 24px auto 0;
		width: 240px;
		position: relative;
		z-index: 1;
	}

	#main .shop {
		padding-bottom: 0;
	}

	#main .inner .com-text-box {
		padding-bottom: 38px;
	}
}

/* 20220329 追加*/
/* リンク先表示調整 */
#main #omy_voice {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

#main #omy_guide {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

#main #omy_location {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

@media all and (max-width: 896px) {

	#main #omy_service-price,
	#main #omy_chreishment,
	#main #omy_gifts,
	#main #omy_flow,
	#main #omy_contact,
	#main #omy_note,
	#main #omy_advice {
		display: block;
		position: relative;
		top: -100px;
		visibility: hidden;
	}

	#main #omy_recommend {
		display: block;
		position: relative;
		top: -150px;
		visibility: hidden;
	}

	#main #omy_guide {
		top: -100px;
	}
}

#main .img-inner .tag {
	color: #c03c3f;
	border-radius: 10px;
	padding: 10px;
	margin-left: 1em;
	background-color: rgba(250, 250, 250, 0.5);
	font-size: 1.2em;
	font-weight: bold;
}

.free_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;

}

#main .sec06 li::before {
	content: '';
	margin-right: 1em;
	background-color: #333333;
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

/* ロケーション */

#main .location_wrap .location h3 {
	margin-bottom: 44px;
	padding-right: 0;
	font-size: 2.1rem;
}

#main .location_wrap .location h3 {
	margin-bottom: 50px;
	padding-right: 24px;
	color: #937a4b;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

#main .location_wrap .location h3 .line::before {
	display: none;
}

#main .location_wrap .location h3 .line::after {
    height: 70px;
    top: -10px;
}

#main .location_wrap .location h3 .line span {
	position: relative;
	z-index: 1;
}

.location_wrap h4{
	font-size: 1.2em;
}

.location_wrap {
	padding: 200px 0 0px;
	position: relative
}

.location_wrap .location {
	margin: 0 auto 116px;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.location_wrap .location .photo-box {
	padding-right: 14px;
	width: 55%;
	text-align: right;
	box-sizing: border-box;
}

.location_wrap .location .photo-box .sub {
	margin-top: -38px;
}

.location_wrap .location .photo-box .sub img {
	width: 100%;
}

.location_wrap .location .text-box {
	padding: 60px 0 40px;
	width: 45%;
	text-align: left;
}

.location_wrap .location .text-box p.strong {
	font-size: 1.3em;
}

.location_wrap .location .text-box span.small {
	font-size: 0.9em;
}

.location_wrap .location .text-box p {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.location_wrap .location .text-box p.title {
	margin-bottom: 1em;
}

#main .location_wrap .location::after {
	width: calc(50% + 625px);
	height: calc(100% - 150px);
	position: absolute;
	left: 0;
	background-color: #cbcead;
	z-index: -100;
	content: '';
}

#main .location_wrap .before_h3 {
    background-color: #c03c3f;
    padding: 5px 7px;
    color: #FFF;
    text-align: center;
    display: inline-block;
	margin-bottom: 20px;
}
#main .location_wrap .price_box {
    line-height: 1.2;
	margin-right: 2rem;
    background-color: #FFF;
    font-size: 2.1rem;
    padding: 15px 30px;
}
#main .location_wrap .price_box .discount {
    font-size: 3.7rem;
    font-weight: bold;
	margin-bottom: 0;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 10px;
}
#main .location_wrap .price_box .tax {
    font-size: 1.3rem;
	letter-spacing: normal;
	margin-bottom: 0;
}
#main .location_wrap .price_box .small {
    font-size: 0.8em;
}

#main .location_wrap .notes{
	font-size: 0.9em;
	display: block;
	margin-top: 10px;
}

.location_wrap ul{
	padding-left: 1em;
    text-indent: -1em;
}

.location_wrap a{
	padding-bottom: 4px;
    position: relative;
    color: #333333;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #333;
}

.location_wrap a::after {
    width: 4px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: -17px;
    background: url(../../common_new/img/icon16.png) no-repeat left center;
    content: '';
}

@media all and (max-width: 896px) {
	#main .location_wrap .location h3 {
		margin-bottom: 44px;
		padding-right: 0;
		font-size: 2.1rem;
		text-align: left;
	}

	.location_wrap {
		padding: 113px 0 21px;
	}

	.location_wrap .location {
		margin: 0 15px 0;
		width: auto;
		display: block;
	}

	.location_wrap .location .photo-box {
		padding: 0 30px;
		width: auto;
		text-align: right;
		box-sizing: border-box;
		transform: translateY(35px);
	}

	.location_wrap .location .photo-box .sub {
		margin-top: 0;
	}

	.location_wrap .location .text-box {
		padding: 80px 10px 8px;
		width: auto;
	}

	.location_wrap .location .text-box p {
		margin-bottom: 23px;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.2em;
	}

	#main .location_wrap .location::after {
		width: 100%;
		height: calc(100% - 200px);
		position: absolute;
		top: 200px;
	}

	#main .location_wrap .price_box {
		font-size: 2.1rem;
		margin-right: 0;
	}

	#main .location_wrap .before_h3 {
		margin-left: -10px;
	}

	#main .location_wrap .location h3 .line::after {
		height: 55px;
	}
}

/* フォトギャラリー */

#main .gallery h2 {
	margin-top: 100px;
}
#main h2.bdr_left .line::before {
	display: none;
}
#main .gallery h2 .line::after {
	top: -10px;
	height: 80px;
}
#main .gallery {
	padding-bottom: 80px;
}
#main .gallery .inner {
	margin: 0 0 0 auto;
	width: calc(50% + 550px);
	display: block;
}
#main .gallery .photo-list {
	margin-bottom: 72px;
}
#main .gallery .photo-list .slick-slide > div {
	margin-right: 51px;
	width: 412px;
}
#main .gallery .slick-prev {
	display: none!important;
}

#main .gallery .slick-next {
	width: 126px;
	height: 126px;
	position: absolute;
	right: 34px;
	bottom: 18%;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: url("../img/omiya/btn.png") no-repeat center;
	cursor: pointer;
}

@media all and (max-width: 896px) {

	#main .gallery h2 {
		margin-bottom: 44px;
		margin-top: 60px;
		padding-right: 0;
		font-size: 2.1rem;
	}
	#main .gallery h2 .line::after {
		top: -8px;
		height: 50px;
	}
	#main .gallery {
		padding: 0 0 40px;
		background: none;
	}
	#main .gallery .photo-list {
		margin: 0 0 37px -15px;
	}
	#main .gallery .photo-list .slick-slide > div {
		margin-right: 10px;
		width: 238px;
	}
	#main .gallery .inner {
		width: auto;
		margin: 0 0 0 30px;
	}
	#main .gallery .slick-next {
		width: 75px;
		height: 75px;
		right: 46px;
		background: url(../img/omiya/btn.png) no-repeat center / cover;
	}
}


/* SPメニュー変更 */
@media all and (max-width: 896px) {
	.menu-box .link-list{
		margin:0;
	}
	.menu-box .link-list > li > a {
		width: 25px;
	}
	.menu-box .link-list > li > a::after {
		left: calc(50% - 10px);
	}
	.menu-box .link-list .line_w a {
		line-height: 1.5;
		padding-right: 8px;
	}
	/* .menu-box .link-list > .line_w > a::after {
		left: 50%;
	} */
}