@charset "utf-8";

:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/*------------------------------------------------------------
    shopShow
------------------------------------------------------------*/
.scrollHeader #gHeader h1 {
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	line-height: inherit;
}

#main {
	padding-bottom: 0;
}

#gHeader h1 a {
	display: inline;
}

br {
	clear: unset;
}
.fviInner {
	position: static;
    margin: 160px 0 60px 0;
}

.fviInner h2.shopTitle {
	color: #B89152;
}

/* Added for Area Filters */

.shopCatTitle,
.shopCatArea {
	text-transform: capitalize;
	
}

.firstView {
	margin: 10px 10px 10px 10px;
	overflow: hidden;
}

.firstView .fviPic {
	position: absolute;
	top: 0;
	/*left: -20%;*/
	width: 100%;
	display: block;
}

.firstView img {
	width: 100%;
}

.areaLabel {
	display: block;
	padding-left: 40px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 2.7;
	cursor: pointer;
	z-index: 2;
}

.storeTypeLabel {
	display: block;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: .6px;
	position: relative;
	z-index: 2;
	color: #A28440;
}

.flr {
	visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	position: absolute;
	left: -9999px;
}

.shopShowWrap {
	max-width: 1100px;
	margin: 0 auto 78px;
	overflow: hidden;
}

.shopShowWrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}

.shopShow li {
	flex: 0 0 40%;
	margin-bottom: 30px;
	text-align: center;
	margin-right: -20px;
}

.shopShow li:first-child {
	margin-left: 41px;
}

.shopShow li a {
	display: block;
	color: #A28440;
	font-size: 18px;
}

.shopShow li a:hover {
	opacity: .7;
}

.linkTo2 span {
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

.shopShow .basePic img {
	width: 417px;
	display: block;
}

.shopImg {
	width: 222px;
	margin: 0px auto 20px;
}

.shopShow .shopImg img {
	width: 100%;
}

.shopShow p {
	text-align: center;
}

.shopShow p.shopText {
	color: #A28440;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 39px;
	font-size: 28px;
	letter-spacing: .2px;
}

.shopShow p.shopText::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 400px;
	transform: translateX(-50%);
	left: 50%;
	background-color: #A28440;
}

.shopShow p.shopText1 {
	font-size: 13px;
	margin-bottom: 27px;
	color: #333;
	line-height: 2.2;
	letter-spacing: .6px;
}

.shopShow .shEn {
	margin-bottom: 1px;
	font-size: 20px;
	letter-spacing: 1px;
}

.shopShow .shJp {
	font-size: 12px;
	letter-spacing: .6px;
}

.shopShow .basePic {
	margin-bottom: 17px;
}

.shopListWrap {
	max-width: 1100px;
	margin: 0 auto 50px;
	overflow: hidden;
	border-top: 1px solid #DBC8A8;
	box-sizing: border-box;
	padding: 73px 50px;
}

.shopNavWrap {
	width: 170px;
	float: left;
}

.shopListContent {
	margin-top: -41px;
}

.shopList {
	margin-top: -3px;
	width: calc( 100% - 280px);
	float: right;
}

.baseWrap {
	position: relative;
	z-index: 2;
}

.shopNav {
	margin-bottom: 26px;
}

.shopNav .shnaItem {
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
}

.shopNav .shnaItem a {
	display: block;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: .6px;
	color: #A28440;
}

.shopNav .shnaItem::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(88, 69, 52, .5);
}

.shnaChild li a {
	display: block;
	/* padding-left: 40px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 2.7; */
}

.flrItem label {
	cursor: pointer;
}

.shopNav .shnaItem,
.shopNav .shnaChild li {
	background: transparent;
	transition: background .5s ease, color .5s ease, opacity .5s ease;
}

.shopNav .shnaChild li {
	position: relative;
}

.shopNav .shnaItem.on .close,
.shopNav .shnaChild li.on .close {
	opacity: 1;
	visibility: visible;
}

.shopNav .shnaItem.on,
.shopNav .shnaChild li.on {
	background: #f8f4ea;
}

.shopNav .shnaItem.on:hover,
.shopNav .shnaChild li.on a:hover {
	opacity: 1;
	color: inherit;
}

.shopNav .shnaItem .close,
.shopNav .shnaChild li .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity .5s ease, visibility .5s ease;
}

.shopNav .shnaItem .close:hover,
.shopNav .shnaChild li .close:hover {
	opacity: .5;
}

.shopNav .shnaItem .close::before,
.shopNav .shnaItem .close::after,
.shopNav .shnaChild .close::before,
.shopNav .shnaChild .close::after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	left: 4px;
	top: 50%;
	transform-origin: center center;
	background: rgba(0, 0, 0, .5);
}

.shopNav .shnaItem .close::before,
.shopNav .shnaChild .close::before {
	transform: rotate(45deg);
}

.shopNav .shnaItem .close::after,
.shopNav .shnaChild .close::after {
	transform: rotate(-45deg);
}

.locatorTitle {
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: .8px;
	font-weight: 600;
	border-bottom: 1px solid #DBC8A8;
	text-transform: capitalize;
	width: 100%;
	margin: auto 0 42px 0;
	padding-top: 4px;
}

.locatorTitle>span {
	margin-left: 7px;
	display: inline-block;
}

.locatorTitleEn {
	font-size: 30px;
	letter-spacing: .1px;
}

.shopItem {
	padding: 49px 0px 56px;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F0E2;
}

.shopItem>div {
	display: flex;
	justify-content: space-between;
}

.shopMap {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
}

/* .shopLeft .shopMap .linkTo {
	text-decoration: underline;
} */

.shopMap span {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .8px;
	display: inline-block;
	margin-right: 11px;
	vertical-align: middle;
}

.mapIcon {
	min-width: 93px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ECE6D8;
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: .4px;
	padding: 1px 0;
	background: transparent;
	transition: opacity .5s ease, background .5s ease, border-color .5s ease;
	overflow: hidden;
	margin-top: 4px;
}

.mapIcon:hover {
	border-color: #F8F4EA;
	color: inherit;
	background: #F8F4EA;
}

.mapIcon:hover svg {
	opacity: 1;
}

.mapIcon svg {
	display: inline-block;
	width: 8px;
	height: 11px;
	margin-right: 5px;
	position: relative;
	top: 1px;
	fill: #9F0A0A;
}

.shopInfo {
	font-size: 14px;
	color: #666;
	line-height: 2;
	letter-spacing: .4px;
}

.shopInfo {
	font-size: 14px;
	color: #666;
	line-height: 2;
	letter-spacing: .4px;
}

.shopLeft .linkTo {
	margin-top: 15px;
	margin-bottom: 7px;
	text-decoration: underline;
	font-size: 1.3rem;
}

.shopLeft:not(:last-child) {
	flex: 1;
	padding-right: 62px;
	box-sizing: border-box;
}

.shopRight {
	flex: 0 0 135px;
}

.shopGood {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1px;
	margin-bottom: 9px;
}

.shopRight li {
	margin-bottom: 4px;
}

.shopRight li a,
.shopRight li span {
	font-size: 10px;
	color: #666;
	text-align: center;
	background: #ECE6D9;
	display: block;
	line-height: 2.2;
	letter-spacing: .2px;
	transition: color .5s ease;
}

.nojess-shopList {
	margin-top: 120px;
	margin-bottom: 120px;
}

.nojess-shopList .nojess-shopList__ttl {
	font-size: 15px;
	font-weight: 600;
	color: #333333;
	border-bottom: 1px solid #A28440;
	padding-bottom: 8px;
	letter-spacing: .6px;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.nojess-shopList .nojess-shopList__ttl:after
{
	content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_panel-open.svg) no-repeat;
  background-size: contain;
}

.nojess-shopList .nojess-shopList__ttl.on:after
{
  background: url(../img/common/ico_panel-close.svg) no-repeat;
  background-size: contain;
}

.shopRight > ul {
	margin-bottom: 30px;
}

.shopRight li a:hover{
	color: #999;
}

.shopLocator {
	margin-bottom: 137px;
}

.shopLocator:last-child {
	margin-bottom: 0;
}

.ipad .mapIcon:hover {
	background: transparent;
	color: inherit;
}

.ipad .shopRight li a:hover {
	color: inherit;
}

.ipad .featureDeCon02 {
	width: 1040px;
}

.ipad .featureDeCon01 .featureDeWord {
	margin-left: 0px;
}

.ipad .featureDeWord {
	width: 350px;
}

.ipad .featureDetail .cmPrev {
	left: 48%;
}

.ipad .featureDetail .cmNext {
	right: 48%;
}

.ipad .goodsClose {
	right: 30px;
}


/* mapDetail */

.shinjukuisetan {
	position: relative;
	padding: 140px 0 63px;

}

.shinjukuisetanContainer {
	margin: auto;
}

.shinjukuisetan .name {
	color: #000;
    text-align: center;
    letter-spacing: 1.4px;
    margin-bottom: 69px;
    font-size: 18px;
    font-weight: 500;
}

.shinjukuisetan .title {
	font-size: 42px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 19px;
	color: #A28440;
}

.shinjukuisetanCon {
	max-width: 1000px;
	margin: 0 auto;
}

.shinjukuisetanConMap {
	float: left;
	width: 482px;
	margin-left: 50px;
	margin-top: 4px;
}

.shinjukuisetanConMap .detailMapBox>img {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.shinjukuisetanConMap .detailMapBox #map {
	height: 100%;
	overflow: hidden;
  }

.detailMapBox {
	position: relative;
}

.detailMapBox>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.googleMap {
	text-align: right;
	padding-top: 9px;
	padding-right: 3px;
}

.googleMap a {
	font-size: 11px;
	letter-spacing: .5px;
}

.googleMap a span {
	text-decoration: underline;
}

.googleMap .iconTarget {
	margin-left: 6px;
	vertical-align: middle;
}

.shinjukuisetanConText {
	margin-left: 590px;
	color: #666;
	font-size: 14px;
}

.shinjukuisetanConAddress {
	letter-spacing: .5px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: 12px;
}

.shinjukuisetanConTime {
	margin-bottom: 43px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.shinjukuisetanConUser {
	letter-spacing: .5px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: 40px
}

.shinjukuisetanConShop {
	font-size: 12px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 8px;
}

.workinghours {
	margin-bottom: 50px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding-left: 1em;
	text-indent: -1em;
}

.detailGoods {
	font-size: 0;
	margin-top: 10px;
}

.detailGoods li {
	position: relative;
	padding-right: 27px;
	float: left;
	box-sizing: border-box;
	margin-right: 22px;
	margin-bottom: 8px;
}

.detailGoods li:nth-child(2n) {
	float: none;
}

.detailGoods li:nth-child(2n+1) {
	z-index: 1;
}

.detailGoods li:nth-child(2n)::after,
.detailGoods li:last-child::after {
	display: none;
	padding-right: 0;
	margin-right: 0;
}

.detailGoods a,
.detailGoods span {
	font-size: 10px;
	letter-spacing: 0.1px;
	color: #333333;
}

.detailGoods a:hover {
	color: #999;
}

.detailGoods li::after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 1px;
	transform: rotate(17deg);
	background: #cecdcb;
}

.shinjukuisetanCon .linkTo1 {
	float: none;
	clear: both;
	width: 100%;
	margin-left: 50px;
	padding-top: 5px;
}

.shinjukuisetanCon .linkTo1 a {
	font-size: 16px;
	text-decoration: underline;
}


/* shopDetail */

.shopDetailWrap .fviInner h2 {
	margin-bottom: 16px;
	margin-top: 0;
}

.fviInner p {
	color: #fff;
}

.shopDetailWrap .firstView {
	margin-bottom: 193px;
}

.shopDetailWrap .firstView::before {
	content: '';
	width: 100%;
	height: 122px;
	position: absolute;
	bottom: -122px;
	left: 0;
	background: #fff;
}

.shopDetItBorder {
	border-top: 1px solid #A28440;
	padding-top: 58px;
}

.shopDetTitle {
	max-width: 1100px;
	margin: 0 auto;
}

.shopDetTitle .baseTitle {
	width: 110px;
	margin: 0 auto;
	font-size: 0;
}

.shopDetTitle img {
	width: 100%;
}

.shopIntro {
	text-align: center;
	padding-bottom: 106px;
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.shopIntro .fadeInAnim {
	position: relative;
	z-index: 2;
}

.shopIntro .fadeInAnim.visible {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.loaded .shopIntro .fadeInAnim.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1.5s;
}

.shopIntro p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.7;
	letter-spacing: 3px;
	margin-bottom: 40px;
	color: #A28440;
}

.shopIntImg {
	position: absolute;
	transform: translate(-50%, -50%);
}

.shopIntImg img {
	width: 100%;
}

.shopIntImg1 {
	width: 440px;
	left: 17.2%;
	top: 63.5%;
}

.newsWrap .shopDetTitle {
	margin-bottom: 30px;
}

.shopIntImg2 {
	width: 100px;
	left: 76.4%;
	top: -73px;
}

.shopIntImg3 {
	top: 85px;
	width: 110px;
	left: 90.4%;
}

.shopIntImg4 {
	width: 120px;
	left: 72%;
	top: 80.6%;
}

.featureWrap {
	background: #fff;
	overflow: hidden;
	margin-bottom: 168px;
	position: relative;
}

.shopIntImg5 {
	width: 70px;
	top: -82px;
	left: 97px;
}

.shopDetail .baseTitle {
	margin-bottom: 40px;
	font-size: 45px;
}

.featureWrap ul {
	white-space: nowrap;
	display: flex
}

.featureList li {
	padding-right: 10px;
}

.featureList img {
	width: 100%;
	display: block;
	transition: opacity 0.5s;
}

.featureList img.active {
	cursor: pointer;
}

.featureList li img.active:hover {
	opacity: 0.5;
}

.picFull {
	width: 490px;
}

.picTop {
	width: 493px;
	padding-bottom: 10px;
}

.featureWrap li>div:last-child {
	padding-bottom: 0;
}

.picBottom {
	padding-top: 10px;
	font-size: 0;
}

.picBottom img {
	width: 241px;
	margin-right: 11px;
	display: inline-block;
}

.picBottom img:last-child {
	margin-right: 0;
}

.modalOpen {
	overflow: hidden;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.maskBg {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
}

.featureDetail {
	position: relative;
	width: 927px;
	margin: 0 auto;
}

.goodsClose {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	box-sizing: border-box;
	z-index: 1;
	display: block;
	width: 30px;
	height: 30px;
	display: block;
}

.goodsClose::after,
.goodsClose::before {
	position: absolute;
	content: '';
	right: 4px;
	top: 13px;
	width: 22px;
	height: 1px;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
	transition: opacity .5s ease;
}

.goodsClose::before {
	transform: rotate(-45deg);
}

.goodsClose::after {
	transform: rotate(45deg);
}

.goodsClose:hover::after,
.goodsClose:hover::before {
	opacity: .7;
}

.goodsClose:hover {
	color: #999;
}

.featureDeSrc .pic img {
	width: 100%;
	display: block;
}

.featureDeSrc {
	padding: 38px 0;
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.featureDeSrc .pic {
	width: 772px;
	margin: 0 auto;
}

.featureDetail .cmPrev,
.featureDetail .cmNext {
	position: fixed;
	transform-origin: center;
}

.featureDetail .cmPrev {
	left: 50%;
	top: 50%;
	transform: translate(-504px, -50%);
}

.featureDetail .cmPrev .goodsArrow {
	transform: rotate(-180deg);
}

.featureDetail .cmNext {
	right: 50%;
	top: 50%;
	transform: translate(504px, -50%);
}

.featureDetail .goodsArrow {
	width: 24px;
	height: 30px;
	display: block;
	fill: #2a1b14;
}

.featureDeWord {
	width: 772px;
	margin: 28px auto 0;
}

.featureDeTitle {
	margin-bottom: 12px;
}

.featureDeTitle p {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 3px;
}

.featureDeTitle p span {
	font-size: 30px;
	letter-spacing: 1px;
}

.featureDeTitle span {
	font-size: 11px;
	letter-spacing: 2.3px;
}

.featureDeIntro {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0;
}

.featureDeCon01 {
	width: 872px;
	margin: 0 auto;
}

.featureDeCon01 .featureDeWord {
	display: block;
	margin-left: 40px;
	margin-top: 0;
}

.featureDeCon01 .featureDeIntro {
	margin-top: 15px;
	line-height: 1.9;
}

.limitedWrap {
	margin-bottom: 165px;
}

.limitedCon {
	margin-top: 60px;
	position: relative;
}

.limitedList {
	width: 100%;
}

.limitedItem {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.limitedPic {
	flex: 0 0 60%;
	background: #FAF7F0;
	box-sizing: border-box;
}

.limitedPic img {
	width: 100%;
	display: block;
}

.limitedWord {
	margin-left: 50px;
	margin-right: 54px;
	flex: 1;
}

.limitedWord p {
	color: #000;
	font-size: 13px;
	line-height: 2;
	letter-spacing: .5px;
}

.limitedWord .limitedTitle {
	font-size: 32px;
	letter-spacing: .5px;
	margin-bottom: 21px;
	line-height: 1.5;
	text-align: center;
	color: #A28440;
}

.limitedPrice {
	margin-top: 17px;
	display: block;
	font-size: 11px;
	letter-spacing: .4px;
	line-height: 1.8;
	color: #666;
}

.limitedFlex {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.limitedCon .goodsArrow {
	width: 20px;
	height: 30px;
	color: #2a1b14;
}

.limitedCon .cmPrev {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-180deg);
}

.limitedCon .cmNext {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.limitedNav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.limitedNav li {
	display: inline-block;
	position: relative;
	padding: 0 19px;
	text-align: center;
}

.limitedNav li::after {
	content: '';
	height: 20px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	background: url(./../img/shop/img_line.png) repeat-y;
	background-size: 1px;
}

.limitedNav li:last-child::after {
	display: none;
}

.limitedNav a {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #999999;
}

.limitedNav a:hover {
	opacity: .5
}

.limitedNav .on a {
	text-decoration: underline;
	color: #9F0A0A;
}

.limitedNav .on a:hover {
	opacity: 1;
}

.coordListWrap {
	max-width: 1270px;
	margin: 0 auto 160px;
	overflow: hidden;
}

.coordScroll {
	font-size: 0;
	white-space: nowrap;
}

.coordList {
	display: inline-block;
	width: 100%;
	margin-right: 10px; 
	margin-bottom: 0;
}

.serviceWrap {
	margin-bottom: 170px;
}

.serviceCon {
	position: relative;
}

.serviceCon .serviceList {
	margin-top: 60px;
}

.serviceWrap .shopDetTitle .baseTitle {
	width: 132px;
}

.swiper-container {
	width: 100%;
}

.serviceWrap .serviceCon .serviceList .swiper-slide {
	width: 910px;
	float: left;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

.serviceWrap .serviceCon .serviceList .swiper-slide-active {
	opacity: 1;
}

.serviceList .swiper-button-next {
	width: calc( (100% - 910px) /2 );
	height: 100%;
	top: 22px;
	right: 0;
	opacity: 0;
}

.serviceList .swiper-button-prev {
	width: calc( (100% - 910px) /2 );
	height: 100%;
	top: 22px;
	left: 0;
	opacity: 0;
}

.serviceItem {
	background: #fff;
	display: flex;
	width: 910px;
	/*  margin: 0 auto;*/
}

.serWarp {
	padding: 0 66px 0 60px;
	box-sizing: border-box;
}

.serviceLeft {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	position: relative;
}

.serviceTitle {
	font-size: 26px;
	text-align: center;
	position: relative;
	padding-bottom: 21px;
	letter-spacing: .1px;
	margin-bottom: 4px;
	color: #A28440;
}

.serviceTitle.-perpetuaRe {
	
}

/* .serviceTitle.-perpetuaRe {
	font-size: 32px;
	padding-bottom: 18px;
	letter-spacing: .8px;
	margin-bottom: 4px;
} */

.serviceWord {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .6px;
	line-height: 2;
}

.serviceWord span {
	display: block;
	font-size: 11px;
	margin-top: 16px;
	letter-spacing: .4px;
	color: #666;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}

.serviceWord a {
	font-size: inherit;
	display: inline-block;
	text-decoration: underline;
	transition: color .5s ease;
}

.serviceWord a:hover {
	color: #999;
}

.serviceRight {
	flex: 0 0 47.2%;
}

.serviceRight img {
	width: 100%;
}

.serviceCon .goodsArrow {
	width: 30px;
	height: 30px;
}

.serviceCon .cmNext,
.serviceCon .cmPrev {
	top: auto;
	bottom: 0;
}

.serviceCon .cmPrev {
	left: 0;
}

.serviceCon .cmNext {
	right: 0;
}

.newsWrap {
	margin-bottom: 170px;
}

.newsWrap .shopDetTitle .baseTitle {
	width: 101px;
}

.shopDetTitle p,
.baseTitleTex {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #9F0A0A;
	padding-top: 8px;
	letter-spacing: .6px;
}

.newsList {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 29px;
}

.newsList li {
	flex: 0 0 48.2%;
}

.newsList li a {
	display: flex;
	align-items: center;
}

.newsList .basePic {
	flex: 0 0 45.2%;
}

.newsList img {
	width: 100%;
}

.newsList li .text {
	flex: 1;
	margin-left: 30px;
}

.newsList .title {
	font-size: 13px;
	letter-spacing: .2px;
	padding-right: 60px;
	margin-bottom: 12px;
}

.newsList .info {
	font-size: 15px;
	letter-spacing: 0.8px;
}

.accessWrap {
	background: #F5F0E2;
	box-sizing: border-box;
	padding: 101px 0 98px;
}

.newsList .info span {
	display: inline-block;
	color: #9F0A0A;
	font-style: italic;
	margin-left: 18px;
}

.accessMap {
	max-width: 1100px;
	margin: 0 auto 60px;
}

.accessMap>div {
	height: 465px;
}

.accessWrod {
	position: relative;
	left: 0;
	color: #666;
	font-size: 14px;
	top: 0;
	transform: translateY(0);
	text-align: center;
}

.accessWrod .baseTitle {
	margin-bottom: 35px;
	color: #333;
}

.accessCon .shopDetTitle {
	margin-bottom: 46px;
}

.accessWrod .shinjukuisetanConTime {
	margin-bottom: 34px;
}

.accessWrod .shinjukuisetanConUser {
	margin-bottom: 16px;
}

.accessWrod .googleMap {
	text-align: center;
}

.accessWrod .shinjukuisetanConAddress {
	text-align: left;
	display: inline-block;
	margin-bottom: 16px;
}

.accessCon {
	position: relative;
	margin-bottom: 63px;
}

.accessWrap .linkTo2 {
	display: block;
	text-align: center;
}

.accessWrap .linkTo2 a {
	font-size: 16px;
	letter-spacing: .6px;
	text-decoration: underline;
}

.insHide {
	display: none;
}

.shopDetailWrap #gFooter {
	background: #F5F0E2;
}

.limitedNavHide {
	display: none !important;
}

@media all and (min-width: 768px) {
	.featureDeCon01 .feaPosition {
		display: flex;
		align-items: center;
	}
	.featureDeCon01,
	.featureDeCon {
		position: relative;
	}
	.feaPosition {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.featureDeSrc .featureDeCon01 .pic {
		margin-bottom: 0;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.fviInner {
		width: 100%;
		margin: 120px 0 40px 0;
	}
	
	.shopBg {
		padding-top: 0px;
	}
	
  .mapIcon:hover {
    background: transparent;
    color: inherit;
  }

  .featureWrap {
    margin-bottom: 130px;
  }

  .shopRight li a:hover {
    color: inherit;
  }

  .shopDetTitle {
    margin: 0 25px;
  }

  .shopShowWrap {
    padding: 0 25px;
    margin: 0 auto 74px;
  }

  .shopDetItBorder {
    padding-top: 48px;
  }

  .newsWrap .shopDetTitle {
	margin-bottom: 18px;
	}

  .shopDetTitle .baseTitle {
    width: 96px;
  }
  
  .shopShowWrap ul {
    padding: 0;
    display: block;
  }

  .shopShow .basePic img {
  	width: 91%;
  	margin: auto;
  }

  .shopShow p.shopText::after {
  	width: 100%;
  }
  .shopShow li:first-child {
  	margin-left: auto;
  }
  .shopShow li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .shopShow p.shopText {
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .shopImg {
    width: auto;
    margin: 0px 70px 16px;
  }

  .shopShow p.shopText1 {
      font-size: 12px;
      margin-bottom: 12px;
    }

  .shopShow .basePic {
    margin-bottom: 8px;
  }

  .shopShow .shEn {
    margin-bottom: -1px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .shopShow .shJp {
    font-size: 10px;
    font-weight: 600;
  }

  .shopList {
    margin-top: 0;
    width: auto;
    float: none;
  }

  .shopListWrap {
    border: none;
    padding: 0;
    margin: 0 25px 97px;
  }

  .baseSelect p {
    font-size: 15px;
  }

  .baseWrap {
    margin-bottom: 66px;
  }

  .locatorTitle {
    padding-bottom: 11px;
    font-size: 22px;
  }

  .locatorTitle > p {
    margin-left: 6px;
  }

  .locatorTitleEn {
    font-size: 28px;
  }

  .shopItem > div {
    display: block;
  }

  .shopMap {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }

  .shopMap span {
    margin-right: 14px;
  }

  .shinjukuisetanCon .linkTo {
    margin-left: 0;
    padding-top: 27px;
  }

  .mapIcon {
    padding: 0;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
  }

  .mapIcon svg {
    margin-right: 4px;
  }

  .shopLeft {
    padding-right: 0;
  }

  .shopItem {
    padding: 35px 0;
  }

  .shopInfo {
    margin-bottom: 25px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }

  .shopLeft .linkTo {
    margin-top: -12px;
    margin-bottom: 26px;
    display: block;
  }

  .shopRight {
    margin-bottom: 2px;
  }

  .shopRight ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 10px;
	margin-bottom: 0;
  }

  .shopGood {
    margin-bottom: 15px;
  }

  .shopGood.shopgoodTwo {
	margin-top: 20px;
    margin-bottom: 10px;
  }
	
  .shopGood.shopLink {
    margin-bottom: 0;
  }

  .shopRight li {
    margin-bottom: 5px;
    flex: 0 0 49%;
  }

  .shopRight li a,
  .shopRight li span {
    line-height: 2.1;
  }

  .shopLocator {
    margin-bottom: 75px;
  }

  /* mapDetail */

  .shinjukuisetanContainer {
    width: auto;
  }

  .shinjukuisetan {
		padding: 102px 25px 0;
	}

  .shinjukuisetan .title {
	font-size: 33px;
	letter-spacing: .3px;
	margin-bottom: 20px;
	line-height: 1;
	}

  .shinjukuisetan .title span {
    font-size: 26px;
    margin-right: -3px;
    letter-spacing: 1px;
  }

  .shinjukuisetan .name {
	margin-bottom: 50px;
	}

  .shinjukuisetanConMap {
	float: none;
	width: 100%;
	margin: 0 0 15px 0;
	}

  .googleMap {
	padding-top: 13px;
	padding-right: 1px;
	}

  .googleMap a {
	font-size: 15px;
	}

	.googleMap a span {
		display: inline-block;
		margin-right: 5px;
	}

  .googleMap .iconTarget {
    margin-left: 5px;
  }

  .shinjukuisetanConMap p {
    font-size: 12px;
    margin-top: 13px;
    letter-spacing: 0.2px;
    margin-right: -3px;
    margin-bottom: 14px;
  }

  .shinjukuisetanConAddress {
    line-height: 25px;
  }

  .shinjukuisetanConTime {
    margin-bottom: 36px;
  }

  .shinjukuisetanConUser {
    line-height: 25px;
    margin-bottom: 32px;
  }

  .shinjukuisetanConMap p::after {
    bottom: 3px;
    width: 79px;
  }

  .shinjukuisetanConText {
    margin: 0;
  }

  .shinjukuisetanCon {
    margin-bottom: 78px;
  }

  .detailGoods a:hover {
    color: inherit;
  }

  /* shopDetail */

  .shopDetailWrap .firstView {
    margin-bottom: 114px;
  }

  .fviInner p {
    font-size: 14px;
  }

  .shopIntro p {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }

  .shopIntro {
    padding-bottom: 30px;
  }

  .loaded .shopIntro .fadeInAnim.visible {
		transition-delay: 1.3s;
	}

  .shopDetail .baseTitle {
    margin-bottom: 26px;
    font-size: 41px;
  }

  .shopIntImg1 {
    width: auto;
    position: static;
    transform: translate(0);
    margin-top: 98px;
    overflow: hidden;
  }

  .shopIntImg1 img {
    width: 104%;
    margin-left: -2%;
  }

  .shopIntImg2 {
	width: 16.5%;
	left: 78.4%;
	top: -56px;
	}

  .shopIntImg3 {
    top: 97.2%;
    width: 19%;
    left: 82.4%;
  }

  .shopIntImg4 {
	width: 20.8%;
	left: 15.2%;
	top: 35%;
	}

  .featureList li {
    padding-right: 5px;
  }

  .featureList li img:hover,
  .featureList li img.active:hover {
    opacity: 1;
  }

  .picFull {
    width: 245px;
  }

  .picTop {
    width: 246px;
	  padding-bottom: 5px;
  }

  .picBottom {
    padding-top: 5px;
    height: 167px;
  }

  .picBottom img {
    width: 121px;
    margin-right: 5px;
  }

  .picBottom img:last-child {
    margin-right: 0;
  }

  .limitedWrap .limitedNav li {
    padding: 0 18px;
    margin-bottom: 10px;
    vertical-align: middle;
  }

  .serviceCon .limitedNav li {
    padding: 0 18px;
    margin-bottom: 10px;
    vertical-align: middle;
  }

  .limitedNav a {
    font-size: 11px;
  }

  .limitedNav a:hover {
    opacity: 1;
  }

  .limitedNav {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 9px;
  }

  .limitedList {
    width: auto;
    margin: 0 25px;
  }

  .limitedItem {
    display: block;
  }

  .limitedWord {
    margin: 0 0 0;
  }

  .limitedPic {
    margin-bottom: 28px;
  }

  .limitedTitle {
    font-size: 32px;
    letter-spacing: .4px;
    text-align: center;
    margin-bottom: 25px;
    color: #A28440;
  }

  .limitedWord p {
    line-height: 1.65;
    letter-spacing: .5px;
    font-size: 12px;
  }

  .limitedPrice {
    margin-top: 13px;
    font-size: 10px;
  }

  .limitedCon .cmPrev {
    margin-top: calc( (100% - 120px) / 2);
    left: 23px;
    top: 0;
  }

  .limitedCon .cmNext {
    margin-top: calc( (100% - 120px) / 2);
    right: 23px;
    top: 0;
  }

  .limitedCon {
	position: relative;
	margin-top: 32px;
  }

  .limitedFlex {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
  }

  .limitedWrap {
    margin-bottom: 108px;
  }

  .shopIntImg5 {
    width: 46px;
    top: -69px;
    left: 46px;
  }

  .coordListWrap {
	margin: 0 0 110px;
  }

  .coordList {
	width: auto;
	margin-right: 25px;
  }

  .serviceWrap {
    margin-bottom: 100px;
  }

  .serviceWrap .shopDetTitle .baseTitle {
    width: 120px;
  }

  .serviceCon {
	display: block;
	overflow: hidden;
	margin-top: 12px;
  }

  .serviceCon .limitedNav {
    height: auto;
  }

  .serviceCon .serviceList {
	margin-top: 34px;
	}

  .serviceList {
    margin-bottom: 58px;
    margin: 0 25px;
    width: auto;
  }
  
    .serviceList .swiper-button-next {
		display: none;
	}

	.serviceList .swiper-button-prev {
		display: none;
	}

  .serviceItem {
    width: auto;
    display: block;
    border-bottom: none;
  }

  .serviceLeft {
    display: block;
    padding-top: 29px;
  }

  .serviceTitle {
    min-height: 66px;
  }

  /* .serviceTitle.-perpetuaRe {
    font-size: 32px;
    letter-spacing: .8px;
    margin-bottom: -10px;
  } */

  .serviceWord {
    padding: 0;
    line-height: 1.66;
    font-size: 12px;
  }

  .serviceWord a:hover {
    color: inherit;
  }

  .serWarp {
    margin-top: 0;
    padding: 0;
  }

  .serviceWord span {
    font-size: 10px;
    margin-top: 13px;
  }

  .lineNone::after {
   display: none;
  }

  .shopDetail .coordCenter .baseTitle {
    margin-bottom: 0;
  }

  .newsWrap .shopDetTitle .baseTitle {
    width: 90px;
  }

  .shopDetTitle p {
    padding-top: 6px;
  }

  .newsWrap {
    margin-bottom: 108px;
  }

  .newsList {
    margin: 0 25px;
    display: block;
    padding-top: 30px;
  }

  .newsList .basePic {
    flex: 0 0 46%;
  }

  .newsList li .text {
    margin-left: 26px;
  }

  .newsList li {
    margin-bottom: 32px;
  }

  .newsList .title {
    letter-spacing: 0;
    padding-right: 0;
    margin-bottom: 4px;
    line-height: 1.8;
  }

  .newsList .info {
    font-size: 13px;
    letter-spacing: .5px;
  }

  .newsList .info span {
    margin-left: 11px;
  }

  .accessWrod {
    float: none;
    margin: 0 auto;
    max-width: none;
    position: static;
    transform: translateY(0);
  }

  .accessMap {
    width: auto;
    float: none;
    margin: 0 25px 30px;
  }

  .accessCon .shopDetTitle {
    margin-bottom: 50px;
  }

  .accessMap > div {
    height: 325px;
  }

  .accessCon {
    margin-bottom: 66px;
  }

  .accessWrap {
    margin: 0 auto;
  }

  .accessWrod .shinjukuisetanConAddress {
    text-align: left;
    display: inline-block;
    margin-bottom: 13px;
  }

  .accessWrod .shinjukuisetanConTime {
    margin-bottom: 9px;
    padding: 0;
    font-size: 10px;
    display: inline-block;
    text-align: left;
  }

  .accessWrod .shinjukuisetanConTime br {
    line-height: 0;
  }

  .featureDetail {
    width: 100%;
  }

  .goodsClose::after,
  .goodsClose::before {
    right: 6px;
    top: 11px;
    width: 13px;
  }

  .goodsClose {
    right: -7px;
    top: -24px;
    width: 25px;
    height: 25px;
  }

  .featureDeSrc {
    padding: 50px 25px;
    box-sizing: border-box;
  }

  .featureDeSrc .pic,
  .featureDeSrc .featureDeCon01 .pic {
    padding-top: 0px;
    margin-bottom: 18px;
    width: auto;
  }

  .featureDeWord {
    display: block;
    width: auto;
  }

  .featureDeTitle {
    margin-bottom: 0px;
  }
  
  .featureDeTitle p {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 2px;
  }

  .featureDeTitle p span {
  font-size: 28px;
  }

  .featureDeTitle span {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .featureDeIntro,
  .featureDeCon01 .featureDeIntro {
    margin-top: 10px;
  }

  .featureDetail .cmPrev {
    position: absolute;
    left: -10px;
    top: auto;
    transform: translateY(0);
    bottom: -5px;
    padding: 5px 10px;
  }

  .featureDetail .goodsArrow {
    width: 9px;
    height: 26px;
  }

  .featureDetail .cmNext {
    position: absolute;
    right: 0px;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }

  .featureDeCon,
  .featureDeCon01 {
    position: relative;
    padding-bottom: 45px;
  }

  .featureDeCon01 {
    width: auto;
    display: block;
  }

  .featureDeCon01 .featureDeWord {
    margin-left: 0;
  }
}

@media all and (min-width: 0) and (max-width: 320px) {
	.detailGoods li {
		width: 52%;
	}
	.detailGoods li:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.lang-en .detailGoods li {
		width: 42%;
	}
	.lang-en .detailGoods li:nth-child(2n) {
		width: 80%;
	}
	.detailGoods li {
		margin-right: 12px;
	}
	.detailGoods li::after {
		right: 9px;
	}
	.newsList .info {
		margin-right: -20px;
	}
	.newsList li .text {
		margin-left: 24px;
	}

	.shopIntImg4 {
		top: 39%;
	}
}


/*enShopIndex*/

.lang-en .areaLabel {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 2.36;
}

.lang-en .locatorTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 2.2px;
}

.lang-en .shopMap span {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: .9px;
}

.lang-en .shopInfo {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
}

.lang-en .shopLeft .linkTo {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .5px;
}

.lang-en .shopGood {
	font-family: var(--Classico);
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1px;
}

.lang-en .shopRight li a,
.lang-en .shopRight li span {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .locatorTitle {
		font-size: 30px;
		letter-spacing: 2.2px;
	}
}


/*enShopDetail*/

.lang-en .shopIntro p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .7px;
	line-height: 1.9;
}

.lang-en .limitedTitle.-perpetuaRe {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.lang-en .limitedWord p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: .1px;
	line-height: 1.53;
}

.lang-en .limitedNav a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: .3px;
}

.lang-en .serviceTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: .5px;
}

.lang-en .serviceWord {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: .1px;
}

.lang-en .shinjukuisetanConAddress {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
	letter-spacing: .3px;
	margin-bottom: 4px;
}

.lang-en .accessWrod .shinjukuisetanConTime,
.lang-en .shinjukuisetanConTime,
.lang-en .workinghours {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 400;
	padding-left: .8em;
	text-indent: -.8em;
	letter-spacing: .4px;
}

.lang-en .accessWrod .shinjukuisetanConUser,
.lang-en .shinjukuisetanConUser {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .26px;
}

.lang-en .featureDeTitle p {
	font-size: 30px;
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .featureDeIntro {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .shopIntro p {
		font-size: 18px;
		letter-spacing: .5px;
	}
	.lang-en .limitedTitle.-perpetuaRe {
		font-size: 26px;
		letter-spacing: .5px;
	}
	.lang-en .limitedWord p {
		line-height: 1.35;
	}
	.lang-en .serviceTitle {
		font-size: 27px;
	}
	.lang-en .serviceWord {
		font-size: 15px;
		line-height: 1.34;
	}
	.lang-en .accessWrod .shinjukuisetanConTime,
	.lang-en .shinjukuisetanConTime .lang-en .workinghours {
		letter-spacing: .6px;
	}
	.lang-en .accessWrod .shinjukuisetanConUser,
	.lang-en .shinjukuisetanConUser {
		line-height: 1.7;
	}
	.lang-en .featureDeTitle p {
		font-size: 25px;
		font-family: var(--Classico);
		font-style: normal;
		font-weight: normal;
	}
	.lang-en .featureDeIntro {
		font-family: var(--Classico);
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: .1px;
		line-height: 1.35;
	}
	.firstView {
		margin-bottom: 62px;
	}

	.shinjukuisetanCon .linkTo1 {
		margin-left: 0;
		padding-top: 22px;
	}

	.shinjukuisetanCon .linkTo1 a {
		letter-spacing: .5px;
	}
}


/*------------------------------------------------------------
    daikanyama
------------------------------------------------------------*/

.baseTitle {
	font-size: 14px;
	color: #9F0A0A;
	margin-bottom: 48px;
}

.baseTitle .baseTitleImg {
	padding: 16px 0;
}

.baseTitle .baseTitleImg img {
	width: 12%;
	max-width: 163px;
}

.baseTitle .baseTitleTex {
	margin-top: -10px;
	padding-top: 0;
}

.picTop {
	width: 265px;
}

.picTop .active {
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

.picTop .active:nth-child(1) {
	margin-bottom: 30px;
}

.featureList li {
	padding-right: 30px;
}

.picFull {
	width: 560px;
}

.picFull .active {
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.picFullTwo {
	width: 400px;
}

.picFullTwo .active {
	border-top-left-radius: 300px;
	border-top-right-radius: 300px;
	overflow: hidden;
	margin-bottom: -15px;
}

.fvNew {
	padding: 0 39px 0 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease .6s,visibility .5s ease .6s;
}

.loaded .fvNew {
	opacity: 1;
	visibility: visible;
}

.newList {
	max-width: 564px;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.newList *
{
	color: #fff;
}

.newList p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newTip {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 32px 0 33px;
  background: rgba(118,92,47,.8);
  box-sizing: border-box;
  color: #fff;
  margin-right: 30px;
}

.newTime {
	font-size: 14px;
	letter-spacing: .2px;
	display: inline-block;
	margin-right: 8px;
}

.newEven {
	font-size: 14px;
	letter-spacing: 0px;
	display: inline-block;
	margin-right: 30px;
	font-style: italic;
}

.newText {
	font-size: 11px;
	letter-spacing: .6px;
	font-weight: 500;
}

.fvNew a:hover {
	opacity: .7;
	color: #fff;
}

.fvNewColor .newTime,
.fvNewColor .newText {
	color: #333333;
}

.fvNewColor .newEven {
	color: #9F0A0A;
}


/*mask*/

.featureDetail {
	width: 1100px;
}

.featureDetail .cmPrev {
	left: 43%;
	top: 51%;
	transform: translate(-507px, -51%);
}

.featureDetail .cmNext {
	right: 43%;
	top: 51%;
	transform: translate(507px, -51%);
}

.featureDeTitle {
	margin-bottom: 26px;
}

.featureDeTitle p {
	margin-bottom: 0;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	color: #A28440;
}

.featureDeCon01 {
	width: 1040px;
}

.featureDeCon01 .pic {
	width: 680px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	flex: 0 0 680px;
}

.ipad .featureDeCon01 .pic {
	width: 620px;
	flex: 0 0 620px;
	box-sizing: border-box;
}

.featureDeCon01 .featureDeWord {
	margin-left: 60px;
	margin-top: 10px;
}

.featureDeCon01 .featureDeIntro {
	color: #000;
	margin-top: 15px;
	font-size: 13px;
	line-height: 2;
}

.featureDeCon02 {
	width: 930px;
}

.featureDeCon02 .pic {
	flex: 0 0 490px;
	border-radius: 300px 300px 0 0;
	overflow: hidden;
}

.ipad .featureDeCon02 .pic {
	width: 490px;
	flex: 0 0 490px;
	box-sizing: border-box;
}

.swiper-container {
	width: 100%;
}

.serviceWrap .serviceCon .serviceList .swiper-slide {
	width: 910px;
	float: left;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

.serviceWrap .serviceCon .serviceList .swiper-slide-active {
	opacity: 1;
}

.contentEditorImg {
  position: relative;
}

.contentEditorImg > img {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.contentEditorBg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s;
}

.contentEditorBg.fadeIn {
  opacity: 1;
}

/*------------------------------------------------------------
    daikanyama_sp
------------------------------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {
	.baseTitle .baseTitleImg img {
		width: 38%;
	}
	.picTop {
		width: 115px;
	}
	.picFull {
		width: 260px;
	}
	.picFullTwo {
		width: 190px;
	}
	.featureList li {
		padding-right: 14px;
	}
	.featureDetail {
		width: 100%;
	}
	.featureDeCon02 {
		width: auto;
	}
	.featureDeCon01,
	.featureDeCon02,
	.featureDeCon01 .pic,
	.featureDeCon02 .pic {
		width: auto;
	}
	.featureDeCon01 .featureDeWord {
		margin-left: 0;
		margin-top: 10px;
	}
	.featureDeTitle {
		margin-bottom: 0;
	}
	.featureDeTitle p {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.featureDeCon01 .featureDeIntro {
		margin-top: 10px;
	}
	.featureDetail .cmPrev {
		position: absolute;
		left: -10px;
		top: auto;
		transform: translateY(0);
		bottom: -5px;
		padding: 5px 10px;
	}
	.featureDetail .cmNext {
		position: absolute;
		right: 0px;
		top: auto;
		transform: translateY(0);
		bottom: 0;
		padding: 5px 10px;
	}
	.serviceWrap .serviceCon .serviceList .swiper-slide {
		width: 100%;
		opacity: 1;
		padding: 0 13px;
		box-sizing: border-box;
	}
	.swiper-container {
		width: auto;
		margin: 0 12px;
	}

	.fvNew {
		padding: 0;
		bottom: 18px;
		left: 15px;
		right: 15px;
	}

	.fvNew a:hover {
		opacity: 1;
	}
=======
@charset "utf-8";

/*------------------------------------------------------------
    shopShow
------------------------------------------------------------*/


/* Added for Area Filters */

.shopCatTitle,
.shopCatArea {
	text-transform: capitalize;
	
}

.firstView {
	margin: 10px 10px 10px 10px;
	overflow: hidden;
}

.firstViewSp {
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	display: block;
}

.firstViewSp .fviPic {
	position: static;
}

.firstView img {
	width: 100%;
}
    
.shopBg {
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding-bottom: 1px;
}

.areaLabel {
	display: block;
	padding-left: 40px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 2.7;
	cursor: pointer;
	z-index: 2;
}

.storeTypeLabel {
	display: block;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: .6px;
	position: relative;
	z-index: 2;
	color: #A28440;
}

.flr {
	visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	position: absolute;
	left: -9999px;
}

.shopShowWrap {
	max-width: 1100px;
	margin: 0 auto 78px;
	overflow: hidden;
}

.shopShowWrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}

.shopShow li {
	flex: 0 0 40%;
	margin-bottom: 30px;
	text-align: center;
	margin-right: -20px;
}

.shopShow li:first-child {
	margin-left: 41px;
}

.shopShow li a {
	display: block;
	color: #A28440;
	font-size: 18px;
}

.shopShow li a:hover {
	opacity: .7;
}

.linkTo2 span {
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

.shopShow .basePic img {
	width: 417px;
	display: block;
}

.shopImg {
	width: 222px;
	margin: 0px auto 20px;
}

.shopShow .shopImg img {
	width: 100%;
}

.shopShow p {
	text-align: center;
}

.shopShow p.shopText {
	color: #A28440;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 39px;
	font-size: 28px;
	letter-spacing: .2px;
}

.shopShow p.shopText::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 400px;
	transform: translateX(-50%);
	left: 50%;
	background-color: #A28440;
}

.shopShow p.shopText1 {
	font-size: 13px;
	margin-bottom: 27px;
	color: #333;
	line-height: 2.2;
	letter-spacing: .6px;
}

.shopShow .shEn {
	margin-bottom: 1px;
	font-size: 20px;
	letter-spacing: 1px;
}

.shopShow .shJp {
	font-size: 12px;
	letter-spacing: .6px;
}

.shopShow .basePic {
	margin-bottom: 17px;
}

.shopListWrap {
	max-width: 1100px;
	margin: 0 auto 50px;
	overflow: hidden;
	border-top: 1px solid #DBC8A8;
	box-sizing: border-box;
	padding: 73px 50px;
}

.shopNavWrap {
	width: 170px;
	float: left;
}

.shopListContent {
	margin-top: -41px;
}

.shopList {
	margin-top: -3px;
	width: calc( 100% - 280px);
	float: right;
}

.baseWrap {
	position: relative;
	z-index: 2;
}

.shopNav {
	margin-bottom: 26px;
}

.shopNav .shnaItem {
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
}

.shopNav .shnaItem a {
	display: block;
	line-height: 35px;
	font-size: 20px;
	letter-spacing: .6px;
	color: #A28440;
}

.shopNav .shnaItem::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(88, 69, 52, .5);
}

.shnaChild li a {
	display: block;
	/* padding-left: 40px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 2.7; */
}

.flrItem label {
	cursor: pointer;
}

.shopNav .shnaItem,
.shopNav .shnaChild li {
	background: transparent;
	transition: background .5s ease, color .5s ease, opacity .5s ease;
}

.shopNav .shnaChild li {
	position: relative;
}

.shopNav .shnaItem.on .close,
.shopNav .shnaChild li.on .close {
	opacity: 1;
	visibility: visible;
}

.shopNav .shnaItem.on,
.shopNav .shnaChild li.on {
	background: #f8f4ea;
}

.shopNav .shnaItem.on:hover,
.shopNav .shnaChild li.on a:hover {
	opacity: 1;
	color: inherit;
}

.shopNav .shnaItem .close,
.shopNav .shnaChild li .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity .5s ease, visibility .5s ease;
}

.shopNav .shnaItem .close:hover,
.shopNav .shnaChild li .close:hover {
	opacity: .5;
}

.shopNav .shnaItem .close::before,
.shopNav .shnaItem .close::after,
.shopNav .shnaChild .close::before,
.shopNav .shnaChild .close::after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	left: 4px;
	top: 50%;
	transform-origin: center center;
	background: rgba(0, 0, 0, .5);
}

.shopNav .shnaItem .close::before,
.shopNav .shnaChild .close::before {
	transform: rotate(45deg);
}

.shopNav .shnaItem .close::after,
.shopNav .shnaChild .close::after {
	transform: rotate(-45deg);
}

.locatorTitle {
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: .8px;
	font-weight: 600;
	border-bottom: 1px solid #DBC8A8;
	text-transform: capitalize;
	width: 100%;
	margin: auto 0 42px 0;
	padding-top: 4px;
}

.locatorTitle>span {
	margin-left: 7px;
	display: inline-block;
}

.locatorTitleEn {
	font-size: 30px;
	letter-spacing: .1px;
}

.shopItem {
	padding: 49px 0px 56px;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F0E2;
}

.shopItem>div {
	display: flex;
	justify-content: space-between;
}

.shopMap {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
}

.shopMap span {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .8px;
	display: inline-block;
	margin-right: 11px;
	vertical-align: middle;
}

.mapIcon {
	min-width: 93px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ECE6D8;
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: .4px;
	padding: 1px 0;
	background: transparent;
	transition: opacity .5s ease, background .5s ease, border-color .5s ease;
	overflow: hidden;
	margin-top: 4px;
}

.mapIcon:hover {
	border-color: #F8F4EA;
	color: inherit;
	background: #F8F4EA;
}

.mapIcon:hover svg {
	opacity: 1;
}

.mapIcon svg {
	display: inline-block;
	width: 8px;
	height: 11px;
	margin-right: 5px;
	position: relative;
	top: 1px;
	fill: #9F0A0A;
}

.shopInfo {
	font-size: 14px;
	color: #666;
	line-height: 2;
	letter-spacing: .4px;
}

.shopInfo {
	font-size: 14px;
	color: #666;
	line-height: 2;
	letter-spacing: .4px;
}

.shopLeft .linkTo {
	margin-top: 15px;
	margin-bottom: 7px;
}

.shopLeft {
	flex: 1;
	padding-right: 62px;
	box-sizing: border-box;
}

.shopRight {
	flex: 0 0 135px;
}

.shopGood {
	font-size: 10px;
	font-weight: bold;
	/*letter-spacing: 0.1px;*/
	margin-bottom: 9px;
}

.shopRight li {
	margin-bottom: 4px;
}

.shopRight li a,
.shopRight li span {
	font-size: 10px;
	color: #666;
	text-align: center;
	background: #ECE6D9;
	display: block;
	line-height: 2.2;
	letter-spacing: .2px;
	transition: color .5s ease;
}

.nojess-shopList {
	margin-top: 120px;
	margin-bottom: 120px;
}

.nojess-shopList .nojess-shopList__ttl {
	font-size: 15px;
	font-weight: 600;
	color: #333333;
	border-bottom: 1px solid #A28440;
	padding-bottom: 8px;
	letter-spacing: .6px;
}

.shopRight > ul {
	margin-bottom: 18px;
}

.shopRight li a:hover{
	color: #999;
}

.shopLocator {
	margin-bottom: 137px;
}

.shopLocator:last-child {
	margin-bottom: 0;
}

.ipad .mapIcon:hover {
	background: transparent;
	color: inherit;
}

.ipad .shopRight li a:hover {
	color: inherit;
}

.ipad .featureDeCon02 {
	width: 1040px;
}

.ipad .featureDeCon01 .featureDeWord {
	margin-left: 0px;
}

.ipad .featureDeWord {
	width: 350px;
}

.ipad .featureDetail .cmPrev {
	left: 48%;
}

.ipad .featureDetail .cmNext {
	right: 48%;
}

.ipad .goodsClose {
	right: 30px;
}


/* mapDetail */

.shinjukuisetan {
	position: relative;
	padding: 140px 0 63px;
}

.shinjukuisetanContainer {
	margin: auto;
}

.shinjukuisetan .name {
	text-align: center;
	letter-spacing: 1.4px;
	margin-bottom: 69px;
	font-weight: 500;
}

.shinjukuisetan .title {
	font-size: 42px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 19px;
	color: #A28440;
}

.shinjukuisetanCon {
	max-width: 1000px;
	margin: 0 auto;
}

.shinjukuisetanConMap {
	float: left;
	width: 482px;
	margin-left: 50px;
	margin-top: 4px;
}

.shinjukuisetanConMap .detailMapBox>img {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.detailMapBox {
	position: relative;
}

.detailMapBox>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.googleMap {
	text-align: right;
	padding-top: 9px;
	padding-right: 3px;
}

.googleMap a {
	font-size: 11px;
	letter-spacing: .5px;
}

.googleMap a span {
	text-decoration: underline;
}

.googleMap .iconTarget {
	margin-left: 6px;
	vertical-align: middle;
}

.shinjukuisetanConText {
	margin-left: 590px;
	color: #666;
	font-size: 14px;
}

.shinjukuisetanConAddress {
	letter-spacing: .5px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: 12px;
}

.shinjukuisetanConTime {
	margin-bottom: 43px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
}

.shinjukuisetanConUser {
	letter-spacing: .5px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: 40px
}

.shinjukuisetanConShop {
	font-size: 12px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 8px;
}

.workinghours {
	margin-bottom: 50px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding-left: 1em;
	text-indent: -1em;
}

.detailGoods {
	font-size: 0;
	margin-top: 10px;
}

.detailGoods li {
	position: relative;
	padding-right: 27px;
	float: left;
	box-sizing: border-box;
	margin-right: 22px;
	margin-bottom: 8px;
}

.detailGoods li:nth-child(2n) {
	float: none;
}

.detailGoods li:nth-child(2n+1) {
	z-index: 1;
}

.detailGoods li:nth-child(2n)::after,
.detailGoods li:last-child::after {
	display: none;
	padding-right: 0;
	margin-right: 0;
}

.detailGoods a,
.detailGoods span {
	font-size: 10px;
	letter-spacing: 0.1px;
	color: #333333;
}

.detailGoods a:hover {
	color: #999;
}

.detailGoods li::after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 1px;
	transform: rotate(17deg);
	background: #cecdcb;
}

.shinjukuisetanCon .linkTo1 {
	float: none;
	clear: both;
	width: 100%;
	margin-left: 50px;
	padding-top: 5px;
}

.shinjukuisetanCon .linkTo1 a {
	font-size: 16px;
	text-decoration: underline;
}


/* shopDetail */

.shopDetailWrap .fviInner h2 {
	margin-bottom: 10px;
	margin-top: 0;
}

.fviInner p {
	color: #fff;
}

.shopDetailWrap .firstView {
	margin-bottom: 193px;
}

.shopDetailWrap .firstView::before {
	content: '';
	width: 100%;
	height: 122px;
	position: absolute;
	bottom: -122px;
	left: 0;
	background: #fff;
}

.shopDetItBorder {
	border-top: 1px solid #A28440;
	padding-top: 58px;
}

.shopDetTitle {
	max-width: 1100px;
	margin: 0 auto;
}

.shopDetTitle .baseTitle {
	width: 110px;
	margin: 0 auto;
	font-size: 0;
}

.shopDetTitle img {
	width: 100%;
}

.shopIntro {
	text-align: center;
	padding-bottom: 106px;
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.shopIntro .fadeInAnim {
	position: relative;
	z-index: 2;
}

.shopIntro .fadeInAnim.visible {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.loaded .shopIntro .fadeInAnim.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1.5s;
}

.shopIntro p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.7;
	letter-spacing: 3px;
	margin-bottom: 40px;
	color: #A28440;
}

.shopIntImg {
	position: absolute;
	transform: translate(-50%, -50%);
}

.shopIntImg img {
	width: 100%;
}

.shopIntImg1 {
	width: 440px;
	left: 17.2%;
	top: 63.5%;
}

.newsWrap .shopDetTitle {
	margin-bottom: 30px;
}

.shopIntImg2 {
	width: 100px;
	left: 76.4%;
	top: -73px;
}

.shopIntImg3 {
	top: 85px;
	width: 110px;
	left: 90.4%;
}

.shopIntImg4 {
	width: 120px;
	left: 72%;
	top: 80.6%;
}

.featureWrap {
	background: #fff;
	overflow: hidden;
	margin-bottom: 168px;
	position: relative;
}

.shopIntImg5 {
	width: 70px;
	top: -82px;
	left: 97px;
}

.shopDetail .baseTitle {
	margin-bottom: 40px;
	font-size: 45px;
}

.featureWrap ul {
	white-space: nowrap;
	display: flex
}

.featureList li {
	padding-right: 10px;
}

.featureList img {
	width: 100%;
	display: block;
	transition: opacity 0.5s;
}

.featureList img.active {
	cursor: pointer;
}

.featureList li img.active:hover {
	opacity: 0.5;
}

.picFull {
	width: 490px;
}

.picTop {
	width: 493px;
	padding-bottom: 10px;
}

.featureWrap li>div:last-child {
	padding-bottom: 0;
}

.picBottom {
	padding-top: 10px;
	font-size: 0;
}

.picBottom img {
	width: 241px;
	margin-right: 11px;
	display: inline-block;
}

.picBottom img:last-child {
	margin-right: 0;
}

.modalOpen {
	overflow: hidden;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.maskBg {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
}

.featureDetail {
	position: relative;
	width: 927px;
	margin: 0 auto;
}

.goodsClose {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	box-sizing: border-box;
	z-index: 1;
	display: block;
	width: 30px;
	height: 30px;
	display: block;
}

.goodsClose::after,
.goodsClose::before {
	position: absolute;
	content: '';
	right: 4px;
	top: 13px;
	width: 22px;
	height: 1px;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
	transition: opacity .5s ease;
}

.goodsClose::before {
	transform: rotate(-45deg);
}

.goodsClose::after {
	transform: rotate(45deg);
}

.goodsClose:hover::after,
.goodsClose:hover::before {
	opacity: .7;
}

.goodsClose:hover {
	color: #999;
}

.featureDeSrc .pic img {
	width: 100%;
	display: block;
}

.featureDeSrc {
	padding: 38px 0;
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.featureDeSrc .pic {
	width: 772px;
	margin: 0 auto;
}

.featureDetail .cmPrev,
.featureDetail .cmNext {
	position: fixed;
	transform-origin: center;
}

.featureDetail .cmPrev {
	left: 50%;
	top: 50%;
	transform: translate(-504px, -50%);
}

.featureDetail .cmPrev .goodsArrow {
	transform: rotate(-180deg);
}

.featureDetail .cmNext {
	right: 50%;
	top: 50%;
	transform: translate(504px, -50%);
}

.featureDetail .goodsArrow {
	width: 24px;
	height: 30px;
	display: block;
	fill: #2a1b14;
}

.featureDeWord {
	width: 772px;
	margin: 28px auto 0;
}

.featureDeTitle {
	margin-bottom: 12px;
}

.featureDeTitle p {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 3px;
}

.featureDeTitle p span {
	font-size: 30px;
	letter-spacing: 1px;
}

.featureDeTitle span {
	font-size: 11px;
	letter-spacing: 2.3px;
}

.featureDeIntro {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0;
}

.featureDeCon01 {
	width: 872px;
	margin: 0 auto;
}

.featureDeCon01 .featureDeWord {
	display: block;
	margin-left: 40px;
	margin-top: 0;
}

.featureDeCon01 .featureDeIntro {
	margin-top: 15px;
	line-height: 1.9;
}

.limitedWrap {
	margin-bottom: 165px;
}

.limitedCon {
	margin-top: 60px;
	position: relative;
}

.limitedList {
	width: 100%;
}

.limitedItem {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.limitedPic {
	flex: 0 0 60%;
	background: #FAF7F0;
	box-sizing: border-box;
}

.limitedPic img {
	width: 100%;
	display: block;
}

.limitedWord {
	margin-left: 50px;
	margin-right: 54px;
	flex: 1;
}

.limitedWord p {
	font-size: 13px;
	line-height: 2;
	letter-spacing: .5px;
}

.limitedWord .limitedTitle {
	font-size: 32px;
	letter-spacing: .5px;
	margin-bottom: 21px;
	line-height: 1.5;
	text-align: center;
	color: #A28440;
}

.limitedPrice {
	margin-top: 17px;
	display: block;
	font-size: 11px;
	letter-spacing: .4px;
	line-height: 1.8;
	color: #666;
}

.limitedFlex {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.limitedCon .goodsArrow {
	width: 20px;
	height: 30px;
	color: #2a1b14;
}

.limitedCon .cmPrev {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-180deg);
}

.limitedCon .cmNext {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.limitedNav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.limitedNav li {
	display: inline-block;
	position: relative;
	padding: 0 19px;
	text-align: center;
}

.limitedNav li::after {
	content: '';
	height: 20px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	background: url(./../img/shop/img_line.png) repeat-y;
	background-size: 1px;
}

.limitedNav li:last-child::after {
	display: none;
}

.limitedNav a {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #999999;
}

.limitedNav a:hover {
	opacity: .5
}

.limitedNav .on a {
	text-decoration: underline;
	color: #9F0A0A;
}

.limitedNav .on a:hover {
	opacity: 1;
}

.coordListWrap {
	max-width: 1270px;
	margin: 0 auto 160px;
	overflow: hidden;
}

.coordScroll {
	font-size: 0;
	white-space: nowrap;
}

.coordList {
	display: inline-block;
	width: 100%;
	margin-right: 10px; 
	margin-bottom: 0;
}

.serviceWrap {
	margin-bottom: 170px;
}

.serviceCon {
	position: relative;
}

.serviceCon .serviceList {
	margin-top: 60px;
}

.serviceWrap .shopDetTitle .baseTitle {
	width: 132px;
}

.swiper-container {
	width: 100%;
}

.serviceWrap .serviceCon .serviceList .swiper-slide {
	width: 910px;
	float: left;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

.serviceWrap .serviceCon .serviceList .swiper-slide-active {
	opacity: 1;
}

.serviceList .swiper-button-next {
	width: calc( (100% - 910px) /2 );
	height: 100%;
	top: 22px;
	right: 0;
	opacity: 0;
}

.serviceList .swiper-button-prev {
	width: calc( (100% - 910px) /2 );
	height: 100%;
	top: 22px;
	left: 0;
	opacity: 0;
}

.serviceItem {
	background: #fff;
	display: flex;
	width: 910px;
	/*  margin: 0 auto;*/
}

.serWarp {
	padding: 0 66px 0 60px;
	box-sizing: border-box;
}

.serviceLeft {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	position: relative;
}

.serviceTitle {
	font-size: 26px;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
	letter-spacing: .1px;
	margin-bottom: 0;
	color: #A28440;
}

.serviceTitle.-perpetuaRe {
	
}

/* .serviceTitle.-perpetuaRe {
	font-size: 32px;
	padding-bottom: 18px;
	letter-spacing: .8px;
	margin-bottom: 4px;
} */

.serviceWord {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .6px;
	line-height: 2;
}

.serviceWord span {
	display: block;
	font-size: 11px;
	margin-top: 16px;
	letter-spacing: .4px;
	color: #666;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}

.serviceWord a {
	font-size: inherit;
	display: inline-block;
	text-decoration: underline;
	transition: color .5s ease;
}

.serviceWord a:hover {
	color: #999;
}

.serviceRight {
	flex: 0 0 47.2%;
}

.serviceRight img {
	width: 100%;
}

.serviceCon .goodsArrow {
	width: 30px;
	height: 30px;
}

.serviceCon .cmNext,
.serviceCon .cmPrev {
	top: auto;
	bottom: 0;
}

.serviceCon .cmPrev {
	left: 0;
}

.serviceCon .cmNext {
	right: 0;
}

.newsWrap {
	margin-bottom: 170px;
}

.newsWrap .shopDetTitle .baseTitle {
	width: 101px;
}

.shopDetTitle p,
.baseTitleTex {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #9F0A0A;
	padding-top: 8px;
	letter-spacing: .6px;
}

.newsList {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 29px;
}

.newsList li {
	flex: 0 0 48.2%;
}

.newsList li a {
	display: flex;
	align-items: center;
}

.newsList .basePic {
	flex: 0 0 45.2%;
}

.newsList img {
	width: 100%;
}

.newsList li .text {
	flex: 1;
	margin-left: 30px;
}

.newsList .title {
	font-size: 13px;
	letter-spacing: .2px;
	padding-right: 60px;
	margin-bottom: 12px;
}

.newsList .info {
	font-size: 15px;
	letter-spacing: 0.8px;
}

.accessWrap {
	background: #F5F0E2;
	box-sizing: border-box;
	padding: 101px 0 98px;
}

.newsList .info span {
	display: inline-block;
	color: #9F0A0A;
	font-style: italic;
	margin-left: 18px;
}

.accessMap {
	max-width: 1100px;
	margin: 0 auto 60px;
}

.accessMap>div {
	height: 465px;
}

.accessWrod {
	position: relative;
	left: 0;
	color: #666;
	font-size: 14px;
	top: 0;
	transform: translateY(0);
	text-align: center;
}

.accessWrod .baseTitle {
	margin-bottom: 35px;
	color: #333;
}

.accessCon .shopDetTitle {
	margin-bottom: 46px;
}

.accessWrod .shinjukuisetanConTime {
	margin-bottom: 34px;
}

.accessWrod .shinjukuisetanConUser {
	margin-bottom: 16px;
}

.accessWrod .googleMap {
	text-align: center;
}

.accessWrod .shinjukuisetanConAddress {
	text-align: left;
	display: inline-block;
	margin-bottom: 16px;
}

.accessCon {
	position: relative;
	margin-bottom: 63px;
}

.accessWrap .linkTo2 {
	display: block;
	text-align: center;
}

.accessWrap .linkTo2 a {
	font-size: 16px;
	letter-spacing: .6px;
	text-decoration: underline;
}

.insHide {
	display: none;
}

.shopDetailWrap #gFooter {
	background: #F5F0E2;
}

.limitedNavHide {
	display: none !important;
}

@media all and (min-width: 768px) {
	.featureDeCon01 .feaPosition {
		display: flex;
		align-items: center;
	}
	.featureDeCon01,
	.featureDeCon {
		position: relative;
	}
	.feaPosition {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.featureDeSrc .featureDeCon01 .pic {
		margin-bottom: 0;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
  .mapIcon:hover {
    background: transparent;
    color: inherit;
  }

  .featureWrap {
    margin-bottom: 130px;
  }

  .shopRight li a:hover {
    color: inherit;
  }

  .shopDetTitle {
    margin: 0 25px;
  }

  .shopShowWrap {
    padding: 0 25px;
    margin: 0 auto 74px;
  }

  .shopDetItBorder {
    padding-top: 48px;
  }

  .newsWrap .shopDetTitle {
	margin-bottom: 18px;
	}

  .shopDetTitle .baseTitle {
    width: 96px;
  }
  
  .shopShowWrap ul {
    padding: 0;
    display: block;
  }

  .shopShow .basePic img {
  	width: 91%;
  	margin: auto;
  }

  .shopShow p.shopText::after {
  	width: 100%;
  }
  .shopShow li:first-child {
  	margin-left: auto;
  }
  .shopShow li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .shopShow p.shopText {
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .shopImg {
    width: auto;
    margin: 0px 70px 16px;
  }

  .shopShow p.shopText1 {
      font-size: 12px;
      margin-bottom: 12px;
    }

  .shopShow .basePic {
    margin-bottom: 8px;
  }

  .shopShow .shEn {
    margin-bottom: -1px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .shopShow .shJp {
    font-size: 10px;
    font-weight: 600;
  }

  .shopList {
    margin-top: 0;
    width: auto;
    float: none;
  }

  .shopListWrap {
    border: none;
    padding: 0;
    margin: 0 25px 97px;
  }

  .baseSelect p {
    font-size: 15px;
  }

  .baseWrap {
    margin-bottom: 66px;
  }

  .locatorTitle {
    padding-bottom: 11px;
    font-size: 22px;
  }

  .locatorTitle > p {
    margin-left: 6px;
  }

  .locatorTitleEn {
    font-size: 28px;
  }

  .shopItem > div {
    display: block;
  }

  .shopMap {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }

  .shopMap span {
    margin-right: 14px;
  }

  .shinjukuisetanCon .linkTo {
    margin-left: 0;
    padding-top: 27px;
  }

  .mapIcon {
    padding: 0;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
  }

  .mapIcon svg {
    margin-right: 4px;
  }

  .shopLeft {
    padding-right: 0;
  }

  .shopItem {
    padding: 35px 0;
  }

  .shopInfo {
    margin-bottom: 27px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }

  .shopLeft .linkTo {
    margin-top: -12px;
    margin-bottom: 26px;
    display: block;
  }

  .shopRight {
    margin-bottom: 2px;
  }

  .shopRight ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 10px;
  }

  .shopGood {
    margin-bottom: 13px;
  }

  .shopRight li {
    margin-bottom: 5px;
    flex: 0 0 49%;
  }

  .shopRight li a,
  .shopRight li span {
    line-height: 2.1;
  }

  .shopLocator {
    margin-bottom: 75px;
  }

  /* mapDetail */

  .shinjukuisetanContainer {
    width: auto;
  }

  .shinjukuisetan {
		padding: 102px 25px 0;
	}

  .shinjukuisetan .title {
	font-size: 33px;
	letter-spacing: .3px;
	margin-bottom: 20px;
	line-height: 1;
	}

  .shinjukuisetan .title span {
    font-size: 26px;
    margin-right: -3px;
    letter-spacing: 1px;
  }

  .shinjukuisetan .name {
	margin-bottom: 50px;
	}

  .shinjukuisetanConMap {
	float: none;
	width: 100%;
	margin: 0 0 17px 0;
	}

  .googleMap {
	padding-top: 13px;
	padding-right: 1px;
	}

  .googleMap a {
	font-size: 15px;
	}

	.googleMap a span {
		display: inline-block;
		margin-right: 5px;
	}

  .googleMap .iconTarget {
    margin-left: 5px;
  }

  .shinjukuisetanConMap p {
    font-size: 12px;
    margin-top: 13px;
    letter-spacing: 0.2px;
    margin-right: -3px;
    margin-bottom: 14px;
  }

  .shinjukuisetanConAddress {
    line-height: 25px;
  }

  .shinjukuisetanConTime {
    margin-bottom: 36px;
  }

  .shinjukuisetanConUser {
    line-height: 25px;
    margin-bottom: 32px;
  }

  .shinjukuisetanConMap p::after {
    bottom: 3px;
    width: 79px;
  }

  .shinjukuisetanConText {
    margin: 0;
  }

  .shinjukuisetanCon {
    margin-bottom: 78px;
  }

  .detailGoods a:hover {
    color: inherit;
  }

  /* shopDetail */

  .shopDetailWrap .firstView {
    margin-bottom: 0;
  }

  .shopDetailWrap .shopBg {
	  padding-top: 114px;
  }

  .fviInner p {
    font-size: 14px;
  }

  .shopIntro p {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }

  .shopIntro {
    padding-bottom: 30px;
  }

  .loaded .shopIntro .fadeInAnim.visible {
		transition-delay: 1.3s;
	}

  .shopDetail .baseTitle {
    margin-bottom: 26px;
    font-size: 41px;
  }

  .shopIntImg1 {
    width: auto;
    position: static;
    transform: translate(0);
    margin-top: 98px;
    overflow: hidden;
  }

  .shopIntImg1 img {
    width: 104%;
    margin-left: -2%;
  }

  .shopIntImg2 {
	width: 16.5%;
	left: 78.4%;
	top: -56px;
	}

  .shopIntImg3 {
    top: 97.2%;
    width: 19%;
    left: 82.4%;
  }

  .shopIntImg4 {
	width: 20.8%;
	left: 15.2%;
	top: 35%;
	}

  .featureList li {
    padding-right: 5px;
  }

  .featureList li img:hover,
  .featureList li img.active:hover {
    opacity: 1;
  }

  .picFull {
    width: 245px;
  }

  .picTop {
    width: 246px;
	  padding-bottom: 5px;
  }

  .picBottom {
    padding-top: 5px;
    height: 167px;
  }

  .picBottom img {
    width: 121px;
    margin-right: 5px;
  }

  .picBottom img:last-child {
    margin-right: 0;
  }

  .limitedWrap .limitedNav li {
    padding: 0 18px;
    margin-bottom: 10px;
    vertical-align: middle;
  }

  .serviceCon .limitedNav li {
    padding: 0 18px;
    margin-bottom: 10px;
    vertical-align: middle;
  }
	
  .serviceCon .limitedNav li:nth-child(2n)::after {
    background: none;
  }

  .limitedNav a {
    font-size: 11px;
  }

  .limitedNav a:hover {
    opacity: 1;
  }

  .limitedNav {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 9px;
  }

  .limitedList {
    width: auto;
    margin: 0 25px;
  }

  .limitedItem {
    display: block;
  }

  .limitedWord {
    margin: 0 0 0;
  }

  .limitedPic {
    margin-bottom: 28px;
  }

  .limitedTitle {
    font-size: 32px;
    letter-spacing: .4px;
    text-align: center;
    margin-bottom: 25px;
    color: #A28440;
  }

  .limitedWord p {
    line-height: 1.65;
    letter-spacing: .5px;
    font-size: 12px;
  }

  .limitedPrice {
    margin-top: 13px;
    font-size: 10px;
  }

  .limitedCon .cmPrev {
    margin-top: calc( (100% - 120px) / 2);
    left: 23px;
    top: 0;
  }

  .limitedCon .cmNext {
    margin-top: calc( (100% - 120px) / 2);
    right: 23px;
    top: 0;
  }

  .limitedCon {
	position: relative;
	margin-top: 32px;
  }

  .limitedFlex {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
  }

  .limitedWrap {
    margin-bottom: 108px;
  }

  .shopIntImg5 {
    width: 46px;
    top: -69px;
    left: 46px;
  }

  .coordListWrap {
	margin: 0 0 110px;
  }

  .coordList {
	width: auto;
	margin-right: 25px;
  }

  .serviceWrap {
    margin-bottom: 100px;
  }

  .serviceWrap .shopDetTitle .baseTitle {
    width: 120px;
  }

  .serviceCon {
	display: block;
	overflow: hidden;
	margin-top: 12px;
  }

  .serviceCon .limitedNav {
    height: auto;
	width: 90%;
	  padding-left: 5.2%;
  }

  .serviceCon .serviceList {
	margin-top: 34px;
	}

  .serviceList {
    margin-bottom: 58px;
    margin: 0 25px;
    width: auto;
  }
  
    .serviceList .swiper-button-next {
		display: none;
	}

	.serviceList .swiper-button-prev {
		display: none;
	}

  .serviceItem {
    width: auto;
    display: block;
    border-bottom: none;
  }

  .serviceLeft {
    display: block;
    padding-top: 29px;
  }

  .serviceTitle {
    min-height: 66px;
  }

  /* .serviceTitle.-perpetuaRe {
    font-size: 32px;
    letter-spacing: .8px;
    margin-bottom: -10px;
  } */

  .serviceWord {
    padding: 0;
    line-height: 1.66;
    font-size: 12px;
  }

  .serviceWord a:hover {
    color: inherit;
  }

  .serWarp {
    margin-top: 0;
    padding: 0;
  }

  .serviceWord span {
    font-size: 10px;
    margin-top: 13px;
  }

  .lineNone::after {
   display: none;
  }

  .shopDetail .coordCenter .baseTitle {
    margin-bottom: 0;
  }

  .newsWrap .shopDetTitle .baseTitle {
    width: 90px;
  }

  .shopDetTitle p {
    padding-top: 6px;
  }

  .newsWrap {
    margin-bottom: 108px;
  }

  .newsList {
    margin: 0 25px;
    display: block;
    padding-top: 30px;
  }

  .newsList .basePic {
    flex: 0 0 46%;
  }

  .newsList li .text {
    margin-left: 26px;
  }

  .newsList li {
    margin-bottom: 32px;
  }

  .newsList .title {
    letter-spacing: 0;
    padding-right: 0;
    margin-bottom: 4px;
    line-height: 1.8;
  }

  .newsList .info {
    font-size: 13px;
    letter-spacing: .5px;
  }

  .newsList .info span {
    margin-left: 11px;
  }

  .accessWrod {
    float: none;
    margin: 0 auto;
    max-width: none;
    position: static;
    transform: translateY(0);
  }

  .accessMap {
    width: auto;
    float: none;
    margin: 0 25px 30px;
  }

  .accessCon .shopDetTitle {
    margin-bottom: 45px;
  }

  .accessMap > div {
    height: 325px;
  }

  .accessCon {
    margin-bottom: 66px;
  }

  .accessWrap {
    margin: 0 auto;
  }

  .accessWrod .shinjukuisetanConAddress {
    text-align: left;
    display: inline-block;
    margin-bottom: 13px;
  }

  .accessWrod .shinjukuisetanConTime {
    margin-bottom: 9px;
    padding: 0;
    font-size: 10px;
    display: inline-block;
    text-align: left;
  }

  .accessWrod .shinjukuisetanConTime br {
    line-height: 0;
  }

  .featureDetail {
    width: 100%;
  }

  .goodsClose::after,
  .goodsClose::before {
    right: 6px;
    top: 11px;
    width: 13px;
  }

  .goodsClose {
    right: -7px;
    top: -24px;
    width: 25px;
    height: 25px;
  }

  .featureDeSrc {
    padding: 50px 25px;
    box-sizing: border-box;
  }

  .featureDeSrc .pic,
  .featureDeSrc .featureDeCon01 .pic {
    padding-top: 0px;
    margin-bottom: 18px;
    width: auto;
  }

  .featureDeWord {
    display: block;
    width: auto;
  }

  .featureDeTitle {
    margin-bottom: 0px;
  }
  
  .featureDeTitle p {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 2px;
  }

  .featureDeTitle p span {
  font-size: 28px;
  }

  .featureDeTitle span {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .featureDeIntro,
  .featureDeCon01 .featureDeIntro {
    margin-top: 10px;
  }

  .featureDetail .cmPrev {
    position: absolute;
    left: -10px;
    top: auto;
    transform: translateY(0);
    bottom: -5px;
    padding: 5px 10px;
  }

  .featureDetail .goodsArrow {
    width: 9px;
    height: 26px;
  }

  .featureDetail .cmNext {
    position: absolute;
    right: 0px;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }

  .featureDeCon,
  .featureDeCon01 {
    position: relative;
    padding-bottom: 45px;
  }

  .featureDeCon01 {
    width: auto;
    display: block;
  }

  .featureDeCon01 .featureDeWord {
    margin-left: 0;
  }
}

@media all and (min-width: 0) and (max-width: 320px) {
	.detailGoods li {
		width: 52%;
	}
	.detailGoods li:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.lang-en .detailGoods li {
		width: 42%;
	}
	.lang-en .detailGoods li:nth-child(2n) {
		width: 80%;
	}
	.detailGoods li {
		margin-right: 12px;
	}
	.detailGoods li::after {
		right: 9px;
	}
	.newsList .info {
		margin-right: -20px;
	}
	.newsList li .text {
		margin-left: 24px;
	}

	.shopIntImg4 {
		top: 39%;
	}
}


/*enShopIndex*/

.lang-en .areaLabel {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 2.36;
}

.lang-en .locatorTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 2.2px;
}

.lang-en .shopMap span {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: .9px;
}

.lang-en .shopInfo {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
}

.lang-en .shopLeft .linkTo {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .5px;
}

.lang-en .shopGood {
	font-family: var(--Classico);
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1px;
}

.lang-en .shopRight li a,
.lang-en .shopRight li span {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .locatorTitle {
		font-size: 30px;
		letter-spacing: 2.2px;
	}
}


/*enShopDetail*/

.lang-en .shopIntro p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .7px;
	line-height: 1.9;
}

.lang-en .limitedTitle.-perpetuaRe {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.lang-en .limitedWord p {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: .1px;
	line-height: 1.53;
}

.lang-en .limitedNav a {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: .3px;
}

.lang-en .serviceTitle {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: .5px;
}

.lang-en .serviceWord {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: .1px;
}

.lang-en .shinjukuisetanConAddress {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
	letter-spacing: .3px;
	margin-bottom: 4px;
}

.lang-en .accessWrod .shinjukuisetanConTime,
.lang-en .shinjukuisetanConTime,
.lang-en .workinghours {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 400;
	padding-left: .8em;
	text-indent: -.8em;
	letter-spacing: .4px;
}

.lang-en .accessWrod .shinjukuisetanConUser,
.lang-en .shinjukuisetanConUser {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .26px;
}

.lang-en .featureDeTitle p {
	font-size: 30px;
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.lang-en .featureDeIntro {
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .shopIntro p {
		font-size: 18px;
		letter-spacing: .5px;
	}
	.lang-en .limitedTitle.-perpetuaRe {
		font-size: 26px;
		letter-spacing: .5px;
	}
	.lang-en .limitedWord p {
		line-height: 1.35;
	}
	.lang-en .serviceTitle {
		font-size: 27px;
	}
	.lang-en .serviceWord {
		font-size: 15px;
		line-height: 1.34;
	}
	.lang-en .accessWrod .shinjukuisetanConTime,
	.lang-en .shinjukuisetanConTime .lang-en .workinghours {
		letter-spacing: .6px;
	}
	.lang-en .accessWrod .shinjukuisetanConUser,
	.lang-en .shinjukuisetanConUser {
		line-height: 1.7;
	}
	.lang-en .featureDeTitle p {
		font-size: 25px;
		font-family: var(--Classico);
		font-style: normal;
		font-weight: normal;
	}
	.lang-en .featureDeIntro {
		font-family: var(--Classico);
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: .1px;
		line-height: 1.35;
	}
	.firstView {
		margin-bottom: 0;
	}

	.shinjukuisetanCon .linkTo1 {
		margin-left: 0;
		padding-top: 28px;
	}

	.shinjukuisetanCon .linkTo1 a {
		letter-spacing: .5px;
	}
}


/*------------------------------------------------------------
    daikanyama
------------------------------------------------------------*/

.baseTitle {
	font-size: 14px;
	color: #9F0A0A;
	margin-bottom: 48px;
}

.baseTitle .baseTitleImg {
	padding: 16px 0;
}

.baseTitle .baseTitleImg img {
	width: 12%;
	max-width: 163px;
}

.baseTitle .baseTitleTex {
	margin-top: -10px;
	padding-top: 0;
}

.picTop {
	width: 265px;
}

.picTop .active {
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

.picTop .active:nth-child(1) {
	margin-bottom: 30px;
}

.featureList li {
	padding-right: 30px;
}

.picFull {
	width: 560px;
}

.picFull .active {
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.picFullTwo {
	width: 400px;
}

.picFullTwo .active {
	border-top-left-radius: 300px;
	border-top-right-radius: 300px;
	overflow: hidden;
	margin-bottom: -15px;
}

.fvNew {
	padding: 0 39px 0 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease .6s,visibility .5s ease .6s;
}

.loaded .fvNew {
	opacity: 1;
	visibility: visible;
}

.newList {
	max-width: 564px;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.newList p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newTip {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 32px 0 33px;
  background: rgba(118,92,47,.8);
  box-sizing: border-box;
  color: #fff;
  margin-right: 30px;
}

.newTime {
	font-size: 14px;
	letter-spacing: .2px;
	display: inline-block;
	margin-right: 8px;
}

.newEven {
	font-size: 14px;
	letter-spacing: 0px;
	display: inline-block;
	margin-right: 30px;
	font-style: italic;
}

.newText {
	font-size: 11px;
	letter-spacing: .6px;
	font-weight: 500;
}

.fvNew a:hover {
	opacity: .7;
	color: #fff;
}

.fvNewColor .newTime,
.fvNewColor .newText {
	color: #333333;
}

.fvNewColor .newEven {
	color: #9F0A0A;
}


/*mask*/

.featureDetail {
	width: 1100px;
}

.featureDetail .cmPrev {
	left: 43%;
	top: 51%;
	transform: translate(-507px, -51%);
}

.featureDetail .cmNext {
	right: 43%;
	top: 51%;
	transform: translate(507px, -51%);
}

.featureDeTitle {
	margin-bottom: 26px;
}

.featureDeTitle p {
	margin-bottom: 0;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	color: #A28440;
}

.featureDeCon01 {
	width: 1040px;
}

.featureDeCon01 .pic {
	width: 680px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	flex: 0 0 680px;
}

.featureDeCon01 .featureDeWord {
	margin-left: 60px;
	margin-top: 10px;
}

.featureDeCon01 .featureDeIntro {
	margin-top: 15px;
	font-size: 13px;
	line-height: 2;
}

.featureDeCon02 {
	width: 930px;
}

.featureDeCon02 .pic {
	flex: 0 0 490px;
	border-radius: 300px 300px 0 0;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
}

.serviceWrap .serviceCon .serviceList .swiper-slide {
	width: 910px;
	float: left;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

.serviceWrap .serviceCon .serviceList .swiper-slide-active {
	opacity: 1;
}


/*------------------------------------------------------------
    daikanyama_sp
------------------------------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {
	.baseTitle .baseTitleImg img {
		width: 38%;
	}
	.picTop {
		width: 115px;
	}
	.picFull {
		width: 260px;
	}
	.picFullTwo {
		width: 190px;
	}
	.featureList li {
		padding-right: 14px;
	}
	.featureDetail {
		width: 100%;
	}
	.featureDeCon02 {
		width: auto;
	}
	.featureDeCon01,
	.featureDeCon02,
	.featureDeCon01 .pic,
	.featureDeCon02 .pic {
		width: auto;
	}
	.featureDeCon01 .featureDeWord {
		margin-left: 0;
		margin-top: 10px;
	}
	.featureDeTitle {
		margin-bottom: 0;
	}
	.featureDeTitle p {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.featureDeCon01 .featureDeIntro {
		margin-top: 10px;
	}
	.featureDetail .cmPrev {
		position: absolute;
		left: -10px;
		top: auto;
		transform: translateY(0);
		bottom: -5px;
		padding: 5px 10px;
	}
	.featureDetail .cmNext {
		position: absolute;
		right: 0px;
		top: auto;
		transform: translateY(0);
		bottom: 0;
		padding: 5px 10px;
	}
	.serviceWrap .serviceCon .serviceList .swiper-slide {
		width: 100%;
		opacity: 1;
		padding: 0 13px;
		box-sizing: border-box;
	}
	.swiper-container {
		width: auto;
		margin: 0 12px;
	}

	.fvNew {
		padding: 0;
		bottom: 57px;
		left: 15px;
		right: 15px;
	}

	.fvNew a:hover {
		opacity: 1;
	}
>>>>>>> e8c961cdc9bd31bc400a5654afda0390fde7c8ae
}