@charset 'utf-8';

html {
    scroll-behavior: smooth;
}

.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}

.mrb-sss {margin-bottom: 0.1rem !important;}
.mrb-ss {margin-bottom: 0.5rem !important;}
.mrb-s {margin-bottom: 1.0rem !important;}
.mrb {margin-bottom: 1.5rem !important;}
.mrb-m {margin-bottom: 1.5rem !important;}
.mrb-l {margin-bottom: 2.0rem !important;}
.mrb-ll {margin-bottom: 3.0rem !important;}
.mrb-lll {margin-bottom: 5.0rem !important;}
.mrb-4l {margin-bottom: 7.0rem !important;}

.ml1em {margin-left: 1em;}
.relative {position: relative;}

/*================================================*/

.pc-hide {display: none !important;}
.mobile-on {display: none !important;}

@media screen and (max-width:1200px) {
    .mobile-on-m {display: block !important;}
    .mobile-off-m {display: none !important;}
}

@media screen and (max-width:660px) {
    .mobile-display-block {display: block !important;}
    .mobile-display-inline {display: inline !important;}
    .mobile-hide {display: none !important;}
    .mobile-text-left {text-align: left !important;}
    .mobile-off {display: none !important;}
    .mobile-on {display: block !important;}
}

p.i {
    padding-left: 1em;
    text-indent: -1em;
}

dl.hidden {
    background-color: #fff;
    margin-bottom: 0px;
    width: 100%;
}

dl.hidden dd {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

/*================================================*/

.btn {
	padding: 1rem 1.5rem;
	line-height: 1.4em;
	min-width: 480px;
}

.btn.inverse {
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
    transition: background-color 0.3s 0s ease;
}

.btn.inverse:hover {
	background-color: #f4f4f4;
}

@media screen and (max-width:1200px) {
	.btn {
		font-size: 18px;
		min-width: 400px;
	}
}

@media screen and (max-width:660px) {
	.btn {
		font-size: 16px;
		min-width: 310px;
	}
}

/*================================================*/

header.black {
    width: 100%;
    background-color: #000000;
    border-bottom: 0px;
}

header.black a {
    display: block;
}

header.black h1 {
    width: 352px;
    height: auto;
}

header.black h1 img {
    display: block;
    width: 100%;
    padding: 25px;
}

@media screen and (max-width:1200px) {
    header.black h1 {
        width: 300px;
    }
    header.black h1 img {
        padding: 20px;
    }
}

@media screen and (max-width:660px) {
    header.black h1 {
        width: 280px;
		margin: 0 auto;
    }
}

/*================================================*/

.hero-map-hub {
	width: 100%;
	max-width: 100%;
    background-color: #000000;
	background-image: image-set(
        url(https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/bg@1x.png) 1x,
        url(https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/bg@2x.png) 2x
    );
    background-repeat: repeat;
    background-position: left top;
    text-align: center;
    padding: 80px 0 120px;
}

.hero-map-hub h2 {
    color: #fff;
    font-size: 30px;
}

.hero-map-hub h3 {
    color: #fff;
    font-size: 37px;
}

.hero-map-hub hr {
    border: none;
    height: 1px;
    background-color: #fff;
    position: relative;
    margin: 30px auto;
    width: 60%;
}

.hero-map-hub hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 5px;
    background-color: #c1a06c;
}

@media screen and (max-width:1200px) {
    .hero-map-hub {
        padding: 60px 0 80px;
    }

    .hero-map-hub h2 {
        font-size: 24px;
    }
    
    .hero-map-hub h3 {
        font-size: 30px;
    }

    .hero-map-hub hr {
        margin: 20px auto;
    }

}

@media screen and (max-width:660px) {

    .hero-map-hub {
    	background-image: image-set(
            url(https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/bgSP@1x.png) 1x,
            url(https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/bgSP@2x.png) 2x
        );
        padding: 40px 0 40px;
    }

    .hero-map-hub h2 {
        font-size: 16px;
    }
    
    .hero-map-hub h3 {
        font-size: 22px;
    }

    .hero-map-hub hr {
        margin: 14px auto;
        width: 80%;
    }


}

/*================================================*/

.container {
    width: 100%;
    margin: 30px auto;
    max-width: 100%;
}

div.block {
	margin: 45px auto 30px;
	width: 100%;
    max-width: 1200px;
}

div.block .inner {
    padding: 20px 30px;
}

div.block p {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1200px) {
    div.block {
        width: calc(100% - 30px);
	    margin: 20px auto;
    }
}

@media screen and (max-width:660px) {
    div.block {
        width: calc(100% - 20px);
	    margin: 20px auto;
    }
}

/*================================================*/

div.link-group {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 70px;
}

div.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 10px;
}

div.links a.parts {
    color: #000000;
    text-decoration: none;

    border: 2px solid #c1a06c;
    border-radius: 10px;

    transition: background-color 0.3s 0s ease;
	align-self: center;

	display: flex;
	flex-direction: column;
	justify-content: center;

    width: 360px;
	height: 80px;
    font-size: 23px;
    line-height: 32px;

	background-image: url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-icon01@2x.png'), url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-arrow@2x.png');
	background-size: 55px 50px, 25px 18px;
	background-position: center left 20px, center right 20px;
	background-repeat: no-repeat, no-repeat;
}

div.links a.parts.c2 {
	background-image: url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-icon02@2x.png'), url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-arrow@2x.png');
}

div.links a.parts.c3 {
	background-image: url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-icon03@2x.png'), url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/nav-arrow@2x.png');
}

div.links a:hover {
    background-color: #f8f4ee;
}

div.links a.parts div {
	text-align: center;
}

@media screen and (max-width:1200px) {

    div.link-group {
        margin: 0 auto 40px;
    }
	
	div.links {
	    justify-content: flex-start;
	}

    div.links a.parts {
		width: 49%;
	    height: 60px;
		font-size: 16px;
		line-height: 24px;
	    background-size: calc(55px * 0.8) calc(50px * 0.8), calc(25px * 0.8) calc(18px * 0.8);
	    background-position: center left 10px, center right 10px;

        margin-right: 1%;
		margin-bottom: 10px;
    }

    div.links a.parts:nth-of-type(even) {
        margin-right: 0;
    }

}

@media screen and (max-width:660px) {

	div.link-group {
	    margin: 0 auto 30px;
	}
	
	div.links {
	    padding: 10px 10px;
	}

    div.links a.parts {
		font-size: 12px;
		line-height: 18px;
	    background-size: calc(55px * 0.5) calc(50px * 0.5), calc(25px * 0.5) calc(18px * 0.5);
	    background-position: center left 6px, center right 8px;
    }

    div.links a.parts:nth-of-type(even) {
        margin-right: 0;
    }

	div.links a.parts div {
	}

}

/*================================================*/

h4.hub {
    border-bottom: #efedea 3px solid;
    position: relative;
    margin-bottom: 50px;
}

h4.hub span {
    display: inline-block;
    font-size: 31px;
    padding: 0 0 15px 15px;
}

h4.hub::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0, 3px);
    width: 30%;
    height: 3px;
    background-color: #c1a06c;
}

@media screen and (max-width:1200px) {

    h4.hub {
        margin-bottom: 30px;
    }

    h4.hub span {
        font-size: 22px;
        padding: 0 0 10px 10px;
    }

}

@media screen and (max-width:660px) {

    h4.hub {
        text-align: center;
        border-bottom: 0px;
        margin-bottom: 30px;
    }

    h4.hub span {
        font-size: 22px;
        padding: 0px 20px 6px;
        border-bottom: #c1a06c 5px solid;
    }

    h4.hub::after {
        content: none;
    }

}

/*================================================*/

.wrapper-scroll {
	width: 100%;
    margin-bottom: 90px;
}

@media screen and (max-width:1200px) {

	.wrapper-scroll {
    	margin-bottom: 60px;
	}

}

@media screen and (max-width:660px) {

	.wrapper-scroll {
    	margin-bottom: 35px;
		overflow-x: auto;
	}
}

/*================================================*/

.areas {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	gap: calc((100% - (380px * 3)) / 2);
}

.areas > a.area {
	display: block;
	position: relative;
	flex: 0 0 380px;
	height: auto;
	transition: opacity 0.3s ease;
	margin-bottom: 1rem;
}

.areas > a.area:hover {
	opacity: 0.8
}

.areas > a.area img {
	width: 100%;
	height: auto;
}

.areas > a.area div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.areas > a.area div.overlay > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8); 
	font-weight: bold;
	white-space: nowrap;
}

.areas > a.area div.overlay > div span {
	margin-right: 1rem;
}

.areas > a.area div.overlay > div span:last-of-type {
	margin-right: 0rem;
}

@media screen and (max-width:1200px) {

	.areas {
		gap: calc((100% - (32% * 3)) / 2);
	}
	
	.areas > a.area {
		display: block;
		position: relative;
		flex: 0 0 32%;
		height: auto;
	}
	
	.areas > a.area div.overlay > div {
		font-size: 28px;
	}
	
	.areas > a.area div.overlay > div span {
		margin-right: 0.5rem;
	}

}

@media screen and (max-width:660px) {

	.areas {
		width: auto;
		flex-wrap: nowrap;
		gap: 10px;
	}
	
	.areas > a.area {
		display: block;
		position: relative;
		flex: 0 0 200px;
		height: auto;
		margin-right: 10px;
	}

	.areas > a.area:last-of-type {
		margin-right: 0px;
	}
	
	.areas > a.area div.overlay > div {
		font-size: 26px;
	}
	
	.areas > a.area div.overlay > div span {
		margin-right: 0.5rem;
	}

}

/*================================================*/

.features {
	display: flex;
	justify-content: flex-start;
	gap: calc((100% - (340px * 3)) / 2);
	flex-wrap: wrap;
	width: 100%;
}

.features > .feature {
	background-color: #efedea;
	padding: 15px 10px;
	flex: 0 0 340px;
	margin-bottom: 1rem;
}

.features > .feature a {
	display: block;
	position: relative;
	width: 320px;
	height: auto;
	transition: opacity 0.3s ease;
	margin: 0 auto 10px;
}

.features > .feature a:hover {
	opacity: 0.8
}

.features > .feature img:not(.arrow) {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.features > .feature img.arrow {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 27.5px;
	height: auto;
}

.features > .feature p {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.4em;
	font-size: 19px;
}

@media screen and (max-width:1200px) {
	.features {
		gap: calc((100% - (32% * 3)) / 2);
	}

	.features > .feature {
		background-color: #efedea;
		padding: 15px 10px;
		flex: 0 0 32%;
	}

	.features > .feature a {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto 10px;
	}

	.features > .feature img.arrow {
		width: 24px;
		height: auto;
	}
	
	.features > .feature p {
		font-size: 14px;
	}

}

@media screen and (max-width:660px) {

	.features {
		width: auto;
		flex-wrap: nowrap;
		gap: 10px;
	}
	
	.features > .feature {
		flex: 0 0 200px;
		height: auto;
		margin-right: 10px;
	}

	.features > .feature:last-of-type {
		margin-right: 0px;
	}
	
	.features > .feature p {
		font-size: 13px;
		text-align: left;
	}

}

/*================================================*/

.articles {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 60px;
	gap: calc(100% - (490px * 2));
}

.articles > .article {
	position: relative;
	border: 1px solid #000;
	padding: 15px 10px;
	flex: 0 0 490px;
	height: auto;
	margin-bottom: 2rem;
}

.articles > .article img:not(.label) {
	width: 100%;
	height: auto;
}

.articles > .article img.label {
	display: block;
	transform: translateY(-50%);
}

.articles > .article p {
	text-align: left;
	line-height: 1.4em;
	font-size: 24px;
	margin-bottom: 3rem;
}

.articles > .article a {
	position: absolute;
	display: block;
	transition: opacity 0.3s ease;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 21px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.articles > .article a:hover {
	opacity: 0.8
}

@media screen and (max-width:1200px) {

	.articles {
		padding: 0 5%;
		gap: calc(100% - (44% * 2));
	}

	.articles > .article {
		flex: 0 0 44%;
		height: auto;
	}
	
	.articles > .article img.label {
		width: 120px;
		height: auto;
		transform: translateY(-50%);
	}
	
	.articles > .article p {
		font-size: 18px;
		margin-bottom: 3rem;
	}
	
	.articles > .article a {
		font-size: 18px;
	}

}

@media screen and (max-width:660px) {

	.articles {
		flex-wrap: nowrap;
		padding: 0;
		justify-content: flex-start;
		gap: 10px;
	}
	
	.articles > .article {
		flex: 0 0 280px;
		height: auto;
		margin-right: 10px;
		margin-bottom: 0.7rem;
	}

	.articles > .article:last-of-type {
		margin-right: 0px;
	}
	
	.articles > .article p {
		font-size: 13px;
		text-align: left;
	}
	
	.articles > .article a {
		font-size: 13px;
	}
}

/*================================================*/

h4.border {
	border-top: 2px solid #c1a06c;
	border-bottom: 2px solid #c1a06c;
	text-align: center;
	font-size: 29px;
	font-weight: 600;
	padding: 20px;
}

@media screen and (max-width:1200px) {
	h4.border {
		font-size: 24px;
	}
}

@media screen and (max-width:660px) {
	h4.border {
		font-size: 20px;
	}
}

/*================================================*/

.points {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
    margin: 30px auto 0px;
	padding: 30px 0;
}

.points .point {
    width: 30%;
    text-align: center;
}

.points .point img.icon {
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}

.points .point h3 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}

.points .point p {
    font-size: 18px;
	line-height: 1.5em;
    margin-bottom: 0;
}

.points .point p.note {
    font-size: 13px;
    line-height: 20px;
}

p.dining-service {
    text-align: center;
    color: #000000;
    font-weight: bold;    
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
}

@media screen and (max-width:1200px) {

	.points .point h3 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	
	.points .point p {
	    font-size: 16px;
		line-height: 1.5em;
	    margin-bottom: 0;
	}
	
	.points .point p.note {
	    font-size: 12px;
	    line-height: 20px;
	}

}

@media screen and (max-width:660px) {
    .points .point {
        width: 95%;
        margin-bottom: 40px;
    }

    .points .point:last-of-type {
        margin-bottom: 0px;
    }
    
    .points .point img.icon {
        width: 60px;
    }
    
    .points .point h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .points .point p {
        font-size: 16px;
    }

    .points .point p.note {
        font-size: 12px;
    }
}

/*================================================*/

.inner-box {
	width: 100%;
	background-color: #efedea;
	text-align: center;
	padding: 20px 40px 25px;
}

.inner-box2 {
    width: 80%;
    background-color: #faf9f8;
    margin: 0 auto;
    padding: 30px;
}

.inner-box2 img.icon {
    width: 80px;
    display: block;
    margin: 0 auto 14px;
}

.inner-box2 .p1 {
    font-size: 23px;
    margin: 0 auto 4px;
    font-weight: bold;
}

.inner-box2 .p2 {
    font-size: 18px;
    margin: 0 auto 20px;
}

@media screen and (max-width:1200px) {

    .inner-box2 {
        width: 90%;
        padding: 26px;
    }

    .inner-box2 img.icon {
        width: 70px;
        margin: 0 auto 14px;
    }
    
    .inner-box2 .p1 {
        font-size: 21px;
        margin: 0 auto 8px;
        line-height: 1.4em;
    }
    
    .inner-box2 .p2 {
        font-size: 16px;
        margin: 0 auto 16px;
        line-height: 1.4em;
    }

}

@media screen and (max-width:660px) {

    .inner-box2 {
        width: 95%;
        padding: 24px;
    }

    .inner-box2 img.icon {
        width: 60px;
        margin: 0 auto 10px;
    }
    
    .inner-box2 .p1 {
        font-size: 19px;
        margin: 0 auto 8px;
    }
    
    .inner-box2 .p2 {
        font-size: 14px;
        margin: 0 auto 16px;
    }

}

/*================================================*/
/* area */
/*================================================*/

.hero-area {
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
	background-color: #000;
	color: #fff;
}

.hero-area .col-text {
	flex: 1;
	min-width: 0;
	padding-left: 200px;
}

.hero-area .col-text h2 {
	font-size: 48px;
	line-height: 1.4em;
	margin-bottom: 0.5rem;
}

.hero-area .col-text h3 {
	font-size: 36px;
	line-height: 1.4em;
}

.hero-area .col-img {
	flex: 0 0 auto;
	position: relative;
}

.hero-area .col-img img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-area .col-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.0) 50%
	);
	pointer-events: none;
}

@media screen and (max-width:1200px) {

	.hero-area {
	}
	
	.hero-area .col-text {
		padding-left: 60px;
	}
	
	.hero-area .col-text h2 {
		font-size: 36px;
	}
	
	.hero-area .col-text h3 {
		font-size: 24px;
	}
	
	.hero-area .col-img {
	}
	
	.hero-area .col-img img {
		width: 400px;
		height: auto;
	}

}

@media screen and (max-width:660px) {

	.hero-area {
		flex-direction: column;
	}
	
	.hero-area .col-text {
		width: 100%;
		padding: 20px 20px 20px;
		text-align: center;
	}
	
	.hero-area .col-text h2 {
		font-size: 28px;
	}
	
	.hero-area .col-text h3 {
		font-size: 16px;
	}
	
	.hero-area .col-img {
		width: 100%:
	}
	
	.hero-area .col-img img {
		width: 100%;
		height: auto;
	}
	
	.hero-area .col-img::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom,
			rgba(0, 0, 0, 1.0) 0%,
			rgba(0, 0, 0, 0.0) 20%
		);
		pointer-events: none;
	}

}

/*================================================*/

#area h4 {
	font-size: 31px;
	border-top: 0;
	border-bottom: 2px solid #efedea;
	margin-bottom: 75px;
}

@media screen and (max-width:1200px) {
	#area h4 {
		font-size: 26px;
		padding: 10px 40px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:660px) {
	#area h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

/*================================================*/

div.stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
	gap: calc((100% - (369px * 3)) / 2);
}

div.stores div.store {
	flex: 0 0 369px;
	display:flex;
    margin-bottom: 40px;
    flex-direction: column;
	position: relative;
    border: 1px solid #c8c9c7;
}

div.stores div.store > img {
	width: 100%;
}

div.stores div.store a {
    display: block;
    color: inherit;
}

div.stores div.store div.description {
    padding: 20px 20px 10px;
    background-color: #fff;
    cursor: pointer;
}

div.stores div.store div.description div.genre {
    background-color: #c1a06c;
    padding: 0px 4px;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 0.2rem;
}

div.stores div.store div.description div.name {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.5em;
    margin: 0.2rem 0 0.2rem;
}

div.stores div.store div.description div.catch {
    color: #000;
    font-weight: bold;
    font-size: 15px;
	line-height: 22px;
    margin-bottom: 0.5rem;
}

div.stores div.store div.description div.sub {
	min-height: 24px;
	background-size: 20px 20px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
    font-size: 14px;
	line-height: 20px;
    margin-top: 0.3rem;
}

div.stores div.store div.description div.location {
	background-image:url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/si01@2x.png');
	background-size: 20px 20px;
	background-position: left 2px top 0px;
}

div.stores div.store div.description div.prices {
	display: flex;
	flex-wrap: nowrap;
}

div.stores div.store div.description div.price {
	background-image:url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/si02@2x.png');
	background-size: 20px 20px;
	background-position: left 2px top 0px;
	flex: 0 0 49%;
}

div.stores div.store div.description div.price-d {
	background-image:url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/si03@2x.png');
	background-size: 20px 20px;
	background-position: left 2px top 0px;
	flex: 0 0 49%;
}

div.stores div.store div.description div.review {
	background-image:url('https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/si04@2x.png');
	background-size: 20px 20px;
	background-position: left 2px top 0px;
}

div.stores div.store div.description div.memo {
    font-size: 15px;
    line-height: 23px;
    margin-top: .1rem;
	padding-bottom: 29px;
}

div.stores div.store div.description div.link {
    position: absolute;
    right: 4px;
    bottom: 10px;
}

@media screen and (max-width:1200px) {
    div.stores {
        width: 784.5px;
        margin-right: auto;
        margin-left: auto;
		margin-top: 30px;
		gap: calc((100% - (369px * 2)));
    }
}

@media screen and (max-width:660px) {
	div.stores {
	    display: block;
		width: 100%;
	}
	
	div.stores div.store {
		width: 100%;
	    margin-bottom: 20px;
	}
	
	div.stores div.store div.description {
	    padding: 14px 14px;
	}
	
	div.stores div.store div.description div.genre {
	    padding: 0px 2px;
	    font-size: 13px;
	    margin-bottom: 0.1rem;
	}
	
	div.stores div.store div.description div.name {
	    font-size: 15px;
	    margin: 0.2rem 0 0.2rem;
	}
	
	div.stores div.store div.description div.catch {
	    color: #000;
	    font-weight: bold;
	    font-size: 13px;
		line-height: 20px;
	    margin-bottom: 0.5rem;
	}
	
	div.stores div.store div.description div.sub {
		min-height: 20px;
		background-size: 16px 16px;
		padding-left: 25px;
	    font-size: 13px;
		line-height: 16px;
	    margin-top: 0.1rem;
	}
	
	div.stores div.store div.description div.location {
		background-size: 16px 16px;
		background-position: left 2px top 0px;
	}
	
	div.stores div.store div.description div.prices {
		display: flex;
		flex-wrap: nowrap;
	}
	
	div.stores div.store div.description div.price {
		background-size: 16px 16px;
		background-position: left 2px top 0px;
		flex: 0 0 49%;
	}
	
	div.stores div.store div.description div.price-d {
		background-size: 16px 16px;
		background-position: left 2px top 0px;
		flex: 0 0 49%;
	}
	
	div.stores div.store div.description div.review {
		background-size: 16px 16px;
		background-position: left 2px top 0px;
	}
	
	div.stores div.store div.description div.memo {
	    font-size: 13px;
	    line-height: 20px;
	    margin-top: 0rem;
		padding-bottom: 18px;
	}
	
	div.stores div.store div.description div.link {
	    position: absolute;
	    right: 10px;
	    bottom: 10px;
	}

	div.stores div.store div.description div.link img {
		width: 20px;
		height: auto;
	}
}

/*================================================*/

footer.footer {
    background-color: #000;
    color: #fff;
}

footer.footer .footer-inner {
    max-width: 1170px;
    width: 100%;
}

.footer-nav {
    border-top-color: #fff;
}

footer.footer .footer-inner p.logo {
    margin-left: 30px;
    margin-bottom: 35px;
}

footer.footer .footer-inner div.icons {
    margin: 0 0 20px 30px;
}

footer.footer .footer-inner div.icons a {
    margin-right: 18px;
}

footer.footer .footer-inner div.icons a:last-of-type {
    margin-right: 0px;
}

footer.footer .footer-inner .footer-nav {
    padding-top: 50px;
    margin-bottom: 50px;
}

footer.footer .footer-inner .copyright {
    font-size: 13px;
}


/*================================================*/

.simplebar-track.simplebar-horizontal {
	height: 10px;
	background: #f0f0f0;
	width: calc(100%);
	margin: 0 auto;
	position: relative;
}
.simplebar-scrollbar {
	height: 4px;
	background: #858585;
	border-radius: 2px;
	margin-top: 3.5px;
}
.simplebar-track.simplebar-horizontal::before {
	z-index: 10;
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 10px;
	background-image: url("https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/scroll-left@1x.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.simplebar-track.simplebar-horizontal::after{
	z-index: 10;
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url("https://www.pocket-concierge.jp/lp/amex/discovery/hub/img/scroll-right@1x.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*================================================*/
