@media(min-width:769px) {
	#mainContents {
		padding-bottom: 0;
	}
	#mainContents .inner {
		width: 96%;
		max-width: 850px;
		margin: auto;
	}
	#mainContents #pager {
		padding-bottom: 0;
	}
	/*-----------------------------------------------------
  shopSection
-----------------------------------------------------*/
	/* shopHeader
-----------------------------------------------------*/
	.shopHeader {
		width: 100%;
	}
	.shopHeader .shopImg {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
		overflow: hidden;
		padding-top:75%;
		background-color: #FCFAF6;
	}
	.shopHeader .shopImg img {
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:100%;
		height: 100%;
		object-fit: contain;
	}
	.shopbox {
		display: flex;
		flex-wrap: wrap;
	}
	.shopHeader .shopOutline {
		width: 36%;
		margin-right: 4%;
	}
	.shopHeader .logo {
		display: table;
		margin-bottom: 20px;
		padding: 30px 35px;
		width: 100%;
		height: 200px;
		text-align: center;
		background: #FFF;
		border: 1px solid #C9C9C9;
	}
	.shopHeader .logo figure {
		display: table-cell;
		vertical-align: middle;
	}
	.shopHeader .logo img {
		width: auto;
		height: auto;
		max-width: 218px;
		max-height: 138px;
	}
	.shopHeader .shopName {
		margin-bottom: 10px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		width: 100%;
	}
	.shopHeader .info {
		position: inherit !important;
		width: 100% !important;
		padding: 0 20px;
		font-family: "Source Code Pro", monospace;
		color: #FFF;
		line-height: 38px;
		background: #444;
		overflow: hidden;
	}
	.shopHeader .info .floor {
		float: left;
		font-weight: bold;
		font-size: 20px;
		font-size: 2rem;
	}
	.shopHeader .info .category {
		float: right;
		letter-spacing: 0.05em;
	}
	/* shopLead
-----------------------------------------------------*/
	.shopLead {
		width: 60%;
		margin-bottom: 0;
		position: relative;
	}
	.shopLead .catch {
		margin-bottom: 15px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.shopLead p {
		line-height: 2.0;
	}
	.shopLead em {
		position: relative;
		display: inline-block;
		margin: 2em 0 0.8em;
		padding: 0 150px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #C42C3C;
		z-index: 1;
	}
	.shopLead em:before {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		margin-left: -26%;
		width: 52%;
		height: 100%;
		background: #fcfaf6;
		z-index: -5;
	}
	.shopLead em:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #C42C3C;
		z-index: -10;
	}
	.shopLead span {
		display: block;
		margin-top: 1em;
		text-align: right;
	}
	.shopLead span a {
		position: relative;
		padding-right: 25px;
		display: inline-block;
		text-decoration: underline;
	}
	.shopLead span a:before {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -7px;
		width: 15px;
		height: 15px;
		background: #444
	}
	.shopLead span a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		content: "";
		margin-top: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.linkNote {
		margin-top: 30px;
		font-weight: bold;
	}
	.linkBox {
		position: inherit;
		margin-top: 50px;
		text-align: center;
	}
	.linkBox .btn {
		display: inline-block;
		max-width: 500px;
	}
	.linkBox .btn a {
		position: relative;
		display: inline-block;
		padding: 13px 80px;
		text-align: center;
		border: 1px solid #444;
		background: #FFF;
	}
/*
	.linkBox .btn a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		content: '\f054';
		font-family: FontAwesome;
		font-weight: normal;
		font-size: 12px;
		font-size: 1.2rem;
		color: #C42C3C;
	}
*/
	
	.linkBox .btn a:after {
		position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #C42C3C;
    border-right: 2px solid #C42C3C;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	
	.linkBox .mailadd {
		margin-right: 30px;
		display: inline-block;
	}
	.linkBox .banner {
		display: inline-block;
	}
	.linkBox .banner img {
		max-height: 80px;
	}
	/* shopInfo
-----------------------------------------------------*/
	.shopInfo {
		margin: 60px 0;
		padding-top: 25px;
		border-top: 1px solid #C9C9C9;
		width: 100%;
		position: relative;
		height: 220px;
	}
	.shopInfo:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopInfo dl {
		float: left;
		margin-bottom: 25px;
		padding: 0 20px 25px 10px;
		width: 50%;
		border-bottom: 1px solid #C9C9C9;
		min-height: 48px;
	}
	.share_container {
		width: 238px;
		overflow: hidden;
		position: inherit;
		float: right;
	}
	.share_container p {
		float: left;
		padding: 8px 20px 8px 0;
		font-weight: bold;
	}
	.sns_share {
		overflow: hidden;
		max-width: 148px;
	}
	.sns_share li {
		float: left;
		margin-right: 20px;
		width: 36px;
	}
	
	.sns_share li img {
		width: 100%;
	}
	
	.sns_share li:last-child {
		margin-right: 0;
	}
	.shopInfo dl:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopInfo dl:nth-of-type(5) {
		border-bottom: none;
		width: 100%;
		margin-bottom: 0;
	}
	.shopInfo dt {
		float: left;
		width: 100px;
		font-weight: bold;
		color: #C42C3C;
	}
	.shopInfo dd {
		padding-left: 100px;
		width: 100%;
	}
	/* shopDetail
-----------------------------------------------------*/
	.shopDetail:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopDetail li {
		position: relative;
		float: left;
		margin-right: 10px;
		width: 205px;
		height: 160px;
		overflow: hidden;
	}
	.shopDetail li:nth-child(4n) {
		margin-right: 0;
	}
	.shopDetail li img {
		width: 100%;
	}
	.shopDetail li:before,
	.shopDetail li:after {
		position: absolute;
		content: "";
		background: rgba(255, 255, 255, 0.6);
		z-index: 10;
	}
	.shopDetail li:before {
		top: 10px;
		left: 16px;
		width: 1px;
		height: 13px;
	}
	.shopDetail li:after {
		top: 16px;
		left: 10px;
		width: 13px;
		height: 1px;
	}
	.shopDetail li a {
		position: relative;
	}
	.shopDetail li a:after {
		position: absolute;
		content: "";
		top: 6px;
		left: 6px;
		width: 21px;
		height: 21px;
		background: rgba(100, 100, 100, 0.8);
	}
	/*-----------------------------------------------------
  shopNewsSection
-----------------------------------------------------*/
	#shopNewsSection {
		position: relative;
		padding-top: 90px;
		background: #FCFAF6;
	}
	
	#shopNewsSection .inner{
		border-top:1px solid #ddd;
		padding-top: 30px;
	}
	
	#shopNewsSection:before {
		position: absolute;
		top: 0;
		left: 50%;
		content: "";
		margin-left: -1400px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 180px 1400px 0 1400px;
		border-color: #FCFAF6;
	}
	/* shopNewsContent
-----------------------------------------------------*/
	.shopNewsContent {
		padding-bottom: 80px;
	}
	/* shopNewsHead
-----------------------------------------------------*/
	.shopNewsHead {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 3px solid #444;
	}
	.shopNewsHead:before {
		position: absolute;
		content: "";
		bottom: -3px;
		left: 0;
		width: 110px;
		height: 3px;
		background: #C42C3C;
	}
	.shopNewsHead .title {
		padding-right: 120px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.shopNewsHead .pict {
		margin-top: -23px;
	}
	/* postInfo
-----------------------------------------------------*/
	.postInfo {
		margin-bottom: 15px;
		text-align: right;
	}
	.postInfo:after {
		content: '';
		display: block;
		clear: both;
	}
	.postInfo .newIcon {
		display: inline-block;
		margin-right: 5px;
		padding: 0 5px;
		font-family: "Source Code Pro", monospace;
		font-weight: bold;
		color: #C42C3C;
		letter-spacing: 0.05em;
		line-height: 1.4;
		background: #FFF;
		border: 1px solid #C42C3C;
	}
	.postInfo .date {
		display: inline-block;
	}
	/* shopNewsInfo
-----------------------------------------------------*/
	.shopNewsInfo {
		display: flex;
		justify-content: space-between;
	}
	
	.shopNewsInfo .fig {
		width: 420px;
		padding-right: 10px;
	}
	.shopNewsInfo .fig img {
		width: 100%;
	}
	.shopNewsInfo .newsWrap {
		line-height: 1.8;
		overflow: hidden;
		width: 410px;
	}
	.shopNewsInfo .text {
		overflow: hidden;
	}
	.shopNewsInfo .text a {
		display: inline;
		text-decoration: underline;
	}
	/*.shopNewsInfo .newsWrap .otherLink {
  margin-top: 30px;
  padding-top: 1em;
  padding-right: 10px; 
  border-top: 1px solid #444;
  text-align: right;
}*/
	.shopNewsInfo .newsWrap .otherLink {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #444;
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}
	/*.otherLink a {
  text-decoration: underline;
}*/
	.otherLink a {
		border: 1px solid #444;
		padding: 5px 20px 5px;
		border-radius: 20px;
	}
	.otherLink a:after {
		content: "";
		border-top: solid 2px #C42C3C;
		border-right: solid 2px #C42C3C;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		display: inline-block;
		margin-left: 5px;
	}
	/* nodata
-----------------------------------------------------*/
	.nodata {
		padding: 40px 0 200px;
	}
	/*-----------------------------------------------------
  recommendSection - 20190612 added
-----------------------------------------------------*/
	.recommendSection .sectionHead .title {
		font-size: 22px!important;
		font-size: 2.2rem!important;
	}
	.recommendList:after {
		content: '';
		display: block;
		clear: both;
	}
	.recommendList li {
		float: left;
		margin: 0 6% 6% 0;
		width: 47%;
		max-width: 400px;
	}
	.recommendList li:nth-child(even) {
		margin-right: 0;
	}
	.recommendList li:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
	.recommendList .fig {
		margin-bottom: 10px;
	}
	.recommendList .fig img {
		width: 100%;
	}
}

@media(max-width:768px) {
	#mainContents {
		padding-bottom: 0;
	}
/*
	#mainContents section:last-child {
		padding-bottom: 150px;
	}
*/
	/*-----------------------------------------------------
  shopSection
-----------------------------------------------------*/
	#shopSection {
		padding: 0 0 30px;
	}
	/* shopImg
-----------------------------------------------------*/
	.shopImg {
		width: 100%;
		margin: 0 auto 15px;
		position: relative;
		overflow: hidden;
		padding-top:75%;
		background-color: #FCFAF6;
	}
	.shopImg img {
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:100%;
		height: 100%;
		object-fit: contain;
	}
	/* shopHeader
-----------------------------------------------------*/
	.shopbox {
		width: 100%;
	}
	.shopHeader {
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	
	.shopHeader .logo {
		box-sizing: border-box;
		width: 48%;
		margin-right: 4%;
		text-align: center;
		background: #FFF;
		border: 1px solid #C9C9C9;
		float: left;
	}
	.rightbox_info {
		width: 48%;
		position: relative;
	}
	.shopHeader .logo figure {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}
	.shopHeader .logo img {
		width: auto;
		height: auto;
		max-width: 110px;
	}
	.shopHeader .shopOutline {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.shopHeader .shopName {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
		width: 100%;
	}
	.shopHeader .info {
		margin-top: 10px;
		padding: 0 5px;
		width: 100% !important;
		position: absolute;
		bottom: 0;
		font-family: "Source Code Pro", monospace;
		color: #FFF;
		line-height: 26px;
		background: #444;
	}
	.shopHeader .info:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopHeader .info .floor {
		float: left;
		font-weight: bold;
	}
	.shopHeader .info .category {
		float: right;
		font-size: 10px;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	/* shopLead
-----------------------------------------------------*/
	.shopLead {
		padding-top: 15px;
		margin-bottom: 45px;
		text-align: left;
	}
	.shopLead .catch {
		clear: both;
		margin-bottom: 10px;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.shopLead em {
		display: inline-block;
		margin: 1.8em 0 0.8em;
		padding: 0 20px 5px;
		font-weight: bold;
		color: #C42C3C;
		border-bottom: 2px solid #C42C3C;
	}
	.shopLead span {
		display: block;
		margin-top: 1em;
		text-align: right;
	}
	.shopLead span a {
		position: relative;
		padding-right: 25px;
		display: inline-block;
		text-decoration: underline;
	}
	.shopLead span a:before {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		margin-top: -7px;
		width: 15px;
		height: 15px;
		background: #444
	}
	.shopLead span a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		content: "";
		margin-top: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.linkNote {
		margin-top: 15px;
	}
	.linkBox {
		margin-top: 15px;
		text-align: center;
	}
	.linkBox .btn a {
		position: relative;
		display: inline-block;
		padding: 13px 20px;
		width: 95%;
		max-width: 500px;
		text-align: center;
		border: 1px solid #444;
		background: #FFF;
	}
/*
	.linkBox .btn a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		content: '\f054';
		font-family: FontAwesome;
		font-weight: normal;
		font-size: 12px;
		font-size: 1.2rem;
		color: #C42C3C;
	}
*/
	
	.linkBox .btn a:after {
		position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #C42C3C;
    border-right: 2px solid #C42C3C;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	
	.linkBox .mailadd {
		margin-bottom: 10px;
	}
	/* shopInfo
-----------------------------------------------------*/
	.shopInfo {
		margin-bottom: 30px;
		padding-top: 10px;
		border-top: 1px solid #C9C9C9;
	}
	.shopInfo:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopInfo dl {
		border-bottom: 1px solid #C9C9C9;
		margin-bottom: 10px;
	}
	.shopInfo dt {
		float: left;
		width: 70px;
		color: #C42C3C;
		font-weight: bold;
	}
	.shopInfo dd {
		margin-bottom: 10px;
		padding-left: 80px;
	}
	.shopInfo dd.url {
		word-break: break-all;
	}
	/* shopDetail
-----------------------------------------------------*/
	.shopDetail:after {
		content: '';
		display: block;
		clear: both;
	}
	.shopDetail li {
		position: relative;
		float: left;
		margin: 0 3% 3% 0;
		width: 48.5%;
		overflow: hidden;
	}
	.shopDetail li:nth-child(even) {
		margin-right: 0;
	}
	.shopDetail li:before,
	.shopDetail li:after {
		position: absolute;
		content: "";
		background: rgba(255, 255, 255, 0.8);
		z-index: 10;
	}
	.shopDetail li:before {
		top: 10px;
		left: 15px;
		width: 2px;
		height: 13px;
	}
	.shopDetail li:after {
		top: 15px;
		left: 10px;
		width: 13px;
		height: 2px;
	}
	.shopDetail li a {
		position: relative;
	}
	.shopDetail li a:after {
		position: absolute;
		content: "";
		top: 6px;
		left: 6px;
		width: 21px;
		height: 21px;
		background: rgba(100, 100, 100, 0.6);
	}
	.shopDetail li img {
		width: 100%;
	}
	.share_container {
		width: 53%;
		min-width: 238px;
		margin: 30px auto 0;
	}
	.share_container p {
		float: left;
		padding: 8px 20px 8px 0;
		font-weight: bold;
	}
	.sns_share {
		overflow: hidden;
		position: inherit;
		max-width: 148px;
	}
	.sns_share li {
		float: left;
		margin-right: 20px;
		width: 36px;
	}
	
	.sns_share li img {
		width: 100%;
	}
	.sns_share li:last-child {
		margin-right: 0;
	}
	/*-----------------------------------------------------
  recommendSection
-----------------------------------------------------*/
	.recommendSection .fig {
		margin-bottom: 10px;
	}
	.recommendSection img {
		width: 100%;
	}
	.recommendSection ul li {
		margin-bottom: 15px;
	}
	.recommendSection ul li p {
		padding-bottom: 10px;
	}
	/*-----------------------------------------------------
  shopNewsSection
-----------------------------------------------------*/
	#shopNewsSection {
		position: relative;
		padding-top: 50px;
		background: #FCFAF6;
	}
	
	#shopNewsSection .inner{
		border-top:1px solid #ddd;
		padding-top: 30px;
	}
	
/*
	#shopNewsSection:before {
		position: absolute;
		top: 0;
		left: 50%;
		content: "";
		margin-left: -400px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 400px 0 400px;
		border-color: #FCFAF6;
	}
*/
	/* shopNewsContent
-----------------------------------------------------*/
	.shopNewsContent {
		padding: 0 10px 30px;
	}
	/* shopNewsHead
-----------------------------------------------------*/
	.shopNewsHead {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 3px solid #444;
	}
	.shopNewsHead:before {
		position: absolute;
		content: "";
		bottom: -3px;
		left: 0;
		width: 110px;
		height: 3px;
		background: #C42C3C;
	}
	.shopNewsHead .title {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	/* .postInfo
-----------------------------------------------------*/
	.postInfo {
		margin-bottom: 10px;
		text-align: right;
	}
	.postInfo:after {
		content: '';
		display: block;
		clear: both;
	}
	.postInfo .newIcon {
		display: inline-block;
		margin-right: 5px;
		padding: 0 5px;
		font-size: 13px;
		font-size: 1.3rem;
		font-family: "Source Code Pro", monospace;
		font-weight: bold;
		color: #C42C3C;
		letter-spacing: 0.05em;
		line-height: 1.3;
		background: #FFF;
		border: 1px solid #C42C3C;
	}
	.postInfo .date {
		display: inline-block;
	}
	.postInfo .pict {
		float: left;
		padding: 0 5px;
	}
	/* shopNewsInfo
-----------------------------------------------------*/
	.shopNewsInfo .fig {
		margin: 0 auto 10px;
		width: 80%;
		max-width: 400px;
	}
	.shopNewsInfo .fig img {
		width: 100%;
	}
	.shopNewsInfo .text {
		margin-bottom: 10px;
	}
	/* otherLink
-----------------------------------------------------*/
	.shopNewsInfo .newsWrap .otherLink {
		padding-top: 20px;
		margin-bottom: 20px;
		border-top: 1px dotted #444;
		display: flex;
		justify-content: center;
	}
	.otherLink a {
		border: 1px solid #444;
		padding: 10px 20px 10px;
		border-radius: 35px;
		background: #ffffff;
	}
	.otherLink a:after {
		content: "";
		border-top: solid 2px #C42C3C;
		border-right: solid 2px #C42C3C;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		display: inline-block;
		margin-left: 5px;
	}
	.swiper-pagination-bullet {
		bottom: 10px !important;
	}
}




.swiper-container{
	position: relative;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: #ddd;
	font-size: 28px !important;
}

.swiper-pagination-bullet {
	background-color: #ddd !important;
	opacity: 0.3 !important;
	position: relative;
	bottom: 30px;
}




.swiper-pagination-bullet-active {
	background-color: #999 !important;
	opacity: 1 !important;
}

.slideNone .swiper-button-next,
.slideNone .swiper-button-prev {
    display: none;





