@charset "utf-8";

/*-------------------
   common
-------------------*/
#container .wrapper {
	color: #666;
	font: 0.9rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 50px;
}

#container .wrapper * {
	box-sizing: border-box;
}

#container .flex {
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

#container .wrapper p {
	margin: 0;
}

/* 店舗リンク */
#container .branch-nav li {
	margin-top: 5%;
	width: 33.3%;
}

#container .branch-nav li a {
	display: block;
	padding: 3% 0;
	text-align: center;
}

#container .branch-nav li:nth-child(2) a {
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}

/*-------------------
   storeNews
-------------------*/
#container .storeNews {
	border: solid 1px #777f8b;
	margin: 5% auto;
	width: 90%;
}
#container .storeNews-close{
	border: solid 1px #de0000;
}
#container .storeNews dt {
	background: #777f8b;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#container .storeNews-close dt{
	background: #de0000;
}
#container .storeNews dd {
	padding: 15px;
}
#container .storeNews dd a {
	color: #666;
	text-decoration: underline;
}
#container .storeNews dd em {
	font-size: 1rem;
	font-weight: bold;
}
#container .storeNews-close dd em{
	color: #de0000;
}

/*イベント ※202505_体感フェア*/
#container .event{
	margin: 8% auto 0;
	width: 85%;
}
#container .event .mv{
	margin: 3% auto;
}
#container .event .eventDesc .pc-only{
	display: none;
}
#container .event .special li{
	margin: 5% auto 0;
	width: 85%;
}

/*動画下バナー*/
#container .topBanner {
	margin: 8% auto 3%;
	width: 90%;
}

#container .topBanner li {
	margin-bottom: 3%;
	width: 100%;
}

#container .topBanner li img {
	width: 100%;
}

/*キャンペーンバナー_単体*/
#container .cpBanner-single {
	margin: 0 auto 8%;
	text-align: center;
	width: 90%;
}
/*キャンペーンバナー_2個並び*/
#container .cpBanner-double{
	margin-bottom: 3%;
}
#container .cpBanner-double li{
	margin: 0 auto 5%;
	width: 90%;
}
/*キャンペーンバナー_2個並び*/
#container .cpBanner-triple{
	margin-bottom: 3%;
}
#container .cpBanner-triple li{
	margin: 0 auto 5%;
	width: 90%;
}
/*キャンペーンバナー_横長1枚*/
#container .cpBanner-landscape{
	margin: 0 auto;
	width: 90%;
}
/*キャンペーンバナー*/
#container .cpBanner h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}
/*#container .cpBanner {
	margin: 8% auto;
	width: 92%;
}*/

#container .cpBanner li {
	margin: 0 1% 2%;
	width: 48%;
}

#container .cpBanner li img {
	width: 100%;
}

#container .cpBanner p {
	font-size: 0.8rem;
	line-height: 1rem;
	margin: 2% auto;
	width: 96%;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
	text-align: center;
}

#container .mainvisual .img-sp-only {
	width: 100%;
}

#container .mainvisual .img-pc-only {
	display: none;
}

#container .mainvisual .head-catch {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.4rem;
	margin-top: 5%;
}

#container .mainvisual .head-catch span {
	display: block;
	font-weight: bold;
}

#container .mainvisual h1 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	margin-top: 3%;
}

#container .mainvisual h1 span {
	display: block;
	font-weight: bold;
}

/*お客様へのお願い*/
#container .caution {
	margin: 8% auto;
	width: 90%;
}

#container .caution .caution-title {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

#container .caution .grad-wrap {
	padding: 2% 5% 5%;
	position: relative;
}

#container .caution .grad-wrap .pc-only {
	display: none;
}

#container .caution .grad-wrap ul li {
	border: solid 2px #F00;
	border-radius: 5px;
	color: #F00;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2rem;
	margin-top: 4%;
	text-align: center;
	width: 100%;
}

#container .caution .grad-wrap .caution-txt {
	margin-top: 4%;
}

#container .caution .grad-wrap .caution-txt em {
	color: #F00;
	font-weight: bold;
}

/* 続きを読む */
#container .caution .grad-btn {
	cursor: pointer;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: .2s ease;
	z-index: 2;
}

#container .caution .grad-btn::before {
	content: "続きを読む▼"
}

#container .caution .grad-item {
	height: 30px;
	/*隠した状態の高さ*/
	position: relative;
	overflow: hidden;
	padding: 0 0 6%
}

#container .caution .grad-item::before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
	content: "";
	display: block;
	height: 40px;
	/*グラデーションで隠す高さ*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#container .caution .grad-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

#container .caution .grad-trigger:checked~.grad-btn::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}

#container .caution .grad-trigger:checked~.grad-item {
	height: auto;
	/*チェックされていたら、高さを戻す*/
}

#container .caution .grad-trigger:checked~.grad-item::before {
	display: none;
	/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* ブランド化粧品認定制度バナー(東京のみ) */
#container .bnr-area {
	display: block;
	margin: 0 auto 8%;
	width: 94%;
}

/*-------------------
   section共通
-------------------*/
#container h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	padding: 0 5%;
	text-align: center;
}

#container h2 span {
	font-size: 1.2rem;
	font-weight: bold;
}

/*-------------------
   nav
-------------------*/
#container nav {
	background: #ff9b43;
	margin-top: 8%;
}

#container nav .page-nav li {
	width: 50%;
}

#container nav .page-nav li a {
	color: #FFF;
	display: block;
	padding: 15px 0;
	position: relative;
	text-align: center;
}

#container nav .page-nav li a::before {
	border: solid 2px;
	border-color: transparent transparent #FFF #FFF;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	position: absolute;
	top: 17px;
	right: 15px;
	transform: rotate(-45deg);
}

#container nav .page-nav li a:hover {
	background: #ea7915;
}

#container nav .page-nav li a:hover {
	opacity: 1;
}

/*-------------------
   floor
-------------------*/
#container .floor .floor-title {
	color: #FFF;
	padding: 10% 5%;
	text-align: center;
}

/* 東京店 */
#container #store-tokyo .floor .floor-title {
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/floor-titile-bg-tokyo.jpg) no-repeat;
	background-size: cover;
}

/* 大阪店 */
#container #store-osaka .floor .floor-title {
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/floor-titile-bg-osaka.jpg) no-repeat;
	background-size: cover;
}

/* 福岡店 */
#container #store-fukuoka .floor .floor-title {
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/floor-titile-bg-fukuoka.jpg) no-repeat;
	background-size: cover;
}

#container .floor .floor-title h2 {
	margin-top: 2%;
}

#container .floor .space-nav {
	width: 92%;
}

#container .floor .space-nav li {
	margin: 5% 2% 0;
	width: 46%;
}

#container .floor .space-nav li a {
	border-bottom: solid 1px #666;
	display: block;
	line-height: 1.2rem;
	padding-bottom: 3%;
	text-align: center;
}

#container .floor .floor-icon {
	display: block;
	margin: 8% auto 0;
}

/* スペース紹介 */
#container .floor .space-wrap,
#container .floor .space-half-box {
	border: solid 1px #d1d1d1;
	margin: 8% auto 0;
	padding: 5%;
	width: 90%;
}

#container .floor .space-wrap h3,
#container .floor .space-half-box h3 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

#container .floor .space-wrap ul li,
#container .floor .space-half-box ul li {
	margin-top: 5%;
}

#container .floor .space-wrap ul .margin-adjust {
	margin: 0;
}

#container .floor .space-wrap ul li img,
#container .floor .space-half-box ul li img {
	margin-bottom: 3%;
}

#container .floor .space-wrap ul li a {
	color: #5e9f82;
	display: block;
	text-decoration: underline;
}

#container .floor .space-2columnbox h4,
#container .floor .space-3columnbox h4,
#container .floor .space-sub ul li h4 {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

#container .floor .space-2columnbox ul li img {
	margin-top: 1.5%;
}

#container .floor .space-3columnbox ul li,
#container .floor .space-sub ul li {
	margin: 5% 2% 0;
	width: 46%;
}

#container .floor .space-3columnbox ul li img,
#container .floor .space-sub ul li img {
	margin-top: 3%;
}

/*-------------------
   seminar
-------------------*/
#container .seminar {
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/seminar-bg.png);
	background-color: #777f8b;
	margin-top: 15%;
	padding: 10% 0;
}

#container .seminar h2 {
	color: #FFF;
}

#container .seminar .seminar-box {
	margin: 8% auto 0;
	width: 90%;
}

#container .seminar .change {
	flex-wrap: wrap-reverse;
}

#container .seminar .seminar-box .seminar-txt {
	background: #FFF;
	color: #777f8b;
	padding: 5%;
}

#container .seminar .seminar-box .seminar-txt h3 {
	border-bottom: solid 1px #777f8b;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

#container .seminar .seminar-box .seminar-txt h3 span {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1rem;
}

#container .seminar .seminar-box .seminar-txt p {
	margin-top: 3%;
}
#container .seminar .seminar-box .seminar-txt .closeTxt{
	color: #F00;
}
#container .seminar .seminar-box .seminar-txt .closeTxt a{
	color: #777f8b;
}
#container .seminar .seminar-box .seminar-txt .seminar-btn {
	width: 100%;
}

#container .seminar .seminar-box .seminar-txt .seminar-btn a {
	background: #5e9f82;
	border: solid 1px #5e9f82;
	border-radius: 30px;
	color: #FFF;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.4rem;
	margin: 5% auto 0;
	text-align: center;
	width: 90%;
}

#container .seminar .seminar-box .seminar-txt .seminar-btn a:hover {
	background: #FFF;
	border: solid 1px #5e9f82;
	color: #5e9f82;
}

/*-------------------
   campaign
-------------------*/
#container .campaign h2 {
	background: #ff9b43;
	color: #FFF;
	padding: 3% 0;
	position: relative;
}

#container .campaign h2::before {
	border-style: solid;
	border-color: #ff9b43 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
	content: "";
	height: 0px;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
}

/* アルコールプレゼント */
#container .sanitizerPresent {
	margin: 0 auto;
	width: 90%;
}

#container .sanitizerPresent .img {
	margin-top: 8%;
}

#container .sanitizerPresent .text {
	font-size: 1rem;
	line-height: 1.4rem;
	margin-top: 3%;
	text-align: center;
}

#container .sanitizerPresent .text .color {
	color: #eb6877;
	font-size: 1.2rem;
	font-weight: bold;
}

#container .sanitizerPresent .textbox-icon {
	position: absolute;
	top: 110px;
	right: 5px;
	width: 40%;
	z-index: 3;
}

#container .sanitizerPresent .flexbox {
	font-size: 1rem;
	line-height: 1.3rem;
	position: relative;
}

#container .sanitizerPresent .flexbox dt {
	margin: 20px 0;
	text-align: center;
}

#container .sanitizerPresent .flexbox dt img {
	width: 80%;
}

#container .sanitizerPresent .flexbox .day-text {
	text-align: center;
	margin: 0 0 20px;
}

#container .sanitizerPresent .flexbox .back {
	background: #fffbd5;
	border-radius: 30px;
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
}

#container .sanitizerPresent .flexbox .come {
	color: #777;
	font-size: 0.9rem;
}

#container .sanitizerPresent .flexbox .come li {
	margin-bottom: 5px;
}

/* ポイント */
#container .storePoint {
	margin: 0 auto;
	width: 90%;
}

#container .storePoint h3 {
	font-size: 1.5rem;

	font-weight: bold;
	line-height: 2.2rem;
	;
	margin-top: 10%;
	text-align: center;
}

#container .storePoint h3 .color-orange {
	color: #ff9b43;
	display: block;
	font-weight: bold;
}

#container .storePoint h3 .color-orange em {
	font-size: 2rem;
	font-weight: bold;
}

#container .storePoint .point-box {
	margin-top: 3%;
}

#container .storePoint .point-txt p {
	margin-top: 3%;
}

#container .storePoint .point-txt p a {
	color: #666;
	text-decoration: underline;
}

/* 公式LINE */
#container .storeLINE{
	margin: 8% auto 0;
	position: relative;
	width: 90%;
}
#container .storeLINE .line-signupBox{
	position: relative;
}
#container .storeLINE .line-signupBox .signupInner{
	bottom: 5%;
	position: absolute;
	right: 0;
	width: 38%;
}
#container .storeLINE .line-signupBox .signup-id{
	text-align: center;
}
#container .storeLINE .line-signupBox-pc{
	display: none;
}

/*-------------------
   store
-------------------*/
#container .store {
	background: #f2f1f1;
	margin-top: 15%;
	padding: 10% 5%;
}

#container .store h2 {
	color: #777f8b;
}

#container .store .store-pht li {
	margin-top: 5%;
}

#container .store .overview-txt {
	width: 100%;
}

#container .store .store-overview dl {
	border-bottom: solid 1px #d2d2d2;
	margin-top: 5%;
	padding: 0 3% 5%;
}

#container .store .store-overview dd {
	margin: 2% 0 0 5%;
}

#container .store .store-overview dd p {
	margin-top: 3%;
}

#container .store .store-overview dd a {
	color: #666;
}

#container .store .map {
	margin-top: 8%;
	width: 100%;
}

#container .store .map iframe {
	height: 250px;
	width: 100%;
}

#container .store .map .parking-txt {
	margin-top: 3%;
}

#container .store .map .parking-txt a {
	color: #666;
	display: block;
}

#container .store .attention {
	color: #F00;
	margin-top: 5%;
}

#container .store .store-access dt {
	background: #777f8b;
	color: #FFF;
	margin-top: 8%;
	padding: 3% 0;
	text-align: center;
}

#container .store .store-access dt em {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

#container .store .store-access dd {
	margin-top: 3%;
}

#container .store h3 {
	color: #777f8b;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 15%;
	text-align: center;
}

#container .store .store-route li {
	margin: 5% 2% 0;
	width: 46%;
}

#container .store .store-route li p {
	margin-top: 3%;
}

/* 駐車場(福岡) */
#container .store .parking-box {
	background: #FFF;
	margin-top: 10%;
	padding: 5%;
}

#container .store .parking-box .parking-txt-box dt {
	color: #777f8b;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 8%;
	position: relative;
}

#container .store .parking-box .parking-txt-box dt:before {
	font-family: Material Icons;
	font-size: 1.5rem;
	content: "\e531";
	position: absolute;
	top: -3.5px;
	left: 0;
}

#container .store .parking-box .parking-txt-box dd {
	margin-top: 3%;
}

#container .store .parking-box .parking-txt-box .parking-gmbtn a {
	background: #777f8b;
	border-radius: 50px;
	color: #FFF;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin: 3% auto 0;
	padding: 2%;
	text-align: center;
	width: 80%;
}

#container .store .parking-box .parking-pht-box {
	margin-top: 8%;
}
#container .wrapper .storeTop-btn{
	margin: 3% ;
	text-align: right;
}

@media screen and (min-width:480px) and (max-width:960px) {

	/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
	/* 店舗リンク */
	#container .branch-nav {
		width: 500px;
	}

/*イベント ※202505_体感フェア*/
#container .event{
	margin-top: 5%;
}
#container .event .special li{
	width: calc(95% / 2);
}

/*動画下バナー*/
#container .topBanner {
	margin: 5% auto;
	width: 550px;
}
/*キャンペーンバナー_単体*/
#container .cpBanner-single {
	width: 400px;
}
/*キャンペーンバナー_2個並び*/
#container .cpBanner-double{
	margin: 0 auto 3%;
	width: 90%;
}
#container .cpBanner-double li{
	margin: 0 2% 5%;
	width: calc(92% / 2);
}
/*キャンペーンバナー_2個並び*/
#container .cpBanner-triple{
	margin: 0 auto 3%;
	width: 90%;
}
#container .cpBanner-triple li{
	margin: 0 1% 2% 1%;
	width: calc(96% / 2);
}
/*キャンペーンバナー*/
#container .cpBanner h2 {
	font-size: 1.8rem;
}
#container .cpBanner p {
	margin: 1% auto;
}

	/*-------------------
   mainvisual
-------------------*/
	#container .mainvisual .head-catch span {
		display: inline-block;
	}

	#container .mainvisual h1 {
		margin-top: 1%;
	}

	#container .mainvisual h1 span {
		display: inline-block;
		margin-left: 2%;
	}

	/*お客様へのお願い*/
	#container .caution {
		margin: 3% auto;
		padding-bottom: 2%;
	}

	#container .caution .caution-title {
		font-size: 1rem;
	}

	#container .caution .grad-wrap {
		padding: 1% 3% 3%;
	}

	#container .caution .grad-wrap ul li {
		margin: 3% auto 0;
		width: 48%;
	}

	#container .caution .grad-wrap .caution-txt {
		margin-top: 3%;
	}

	/* 続きを読む */
	#container .caution .grad-item {
		height: 30px;
		/*隠した状態の高さ*/
		padding: 0 0 2%
	}

	#container .caution .grad-item::before {
		height: 50px;
		/*グラデーションで隠す高さ*/
	}

	/*-------------------
   section共通
-------------------*/
	#container h2 {
		font-size: 2rem;
		line-height: 2.4rem;
	}

	#container h2 span {
		font-size: 1.5rem;
	}

	/*-------------------
   nav
-------------------*/
	#container nav .page-nav li {
		width: 25%;
	}

	/*-------------------
   floor
-------------------*/
	#container .floor .floor-title {
		padding: 5%;
	}

	#container .floor .floor-title h2 {
		margin-top: 1%;
	}

	#container .floor .space-nav {
		width: 96%;
	}

	#container .floor .space-nav li {
		margin: 3% 1% 0;
		width: 23%;
	}

	/* スペース紹介 */
	#container .floor .space-wrap {
		margin-top: 5%;
		padding: 3% 2%;
	}

	#container .floor .space-half-box {
		margin-top: 5%;
		padding: 3%;
	}

	#container .floor .half-wrap {
		width: 90%;
	}

	#container .floor .space-half-box {
		width: 48%;
	}

	#container .floor .space-half-box:nth-child(1) {
		margin-right: 4%;
	}

	#container .floor .space-wrap ul li {
		margin: 3% 1% 0;
		width: 48%;
	}

	#container .floor .space-wrap ul .margin-adjust {
		margin: 3% 1% 0;
	}

	#container .floor .space-sub ul li {
		margin: 5% 1% 0;
		width: 23%;
	}

	#container .floor .space-3columnbox ul li {
		margin: 5% 1% 0;
		width: 31.3%;
	}

	/*-------------------
   seminar
-------------------*/
	#container .seminar {
		margin-top: 10%;
		padding: 8% 0;
	}

	#container .seminar .seminar-box {
		width: 70%;
	}

	#container .seminar .seminar-box img {
		width: 100%;
	}

	#container .seminar .seminar-box .seminar-txt {
		padding: 3%;
	}

	#container .seminar .seminar-box .seminar-txt h3 {
		font-size: 1.5rem;
		text-align: left;
	}

	#container .seminar .seminar-box .seminar-txt h3 span {
		font-size: 1.2rem;
		display: inline-block;
	}

	#container .seminar .seminar-box .seminar-txt p {
		margin-top: 2%;
	}

	#container .seminar .seminar-box .seminar-txt .seminar-btn {
		margin: 0 auto;
		width: 60%;
	}

	#container .seminar .seminar-box .seminar-txt .seminar-btn a {
		margin: 8% auto 0;
		width: 100%;
	}

	/*-------------------
   campaign
-------------------*/
	#container .campaign h2 br {
		display: none;
	}

	/* アルコールプレゼント */
	#container .sanitizerPresent .img {
		display: block;
		margin: 5% auto 0;
		width: 452px;
	}

	#container .sanitizerPresent .text {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	#container .sanitizerPresent .text .color {
		font-size: 1.5rem;
	}

	#container .sanitizerPresent .textbox-icon {
		top: -10px;
		right: 5px;
		width: 20%;
	}

	#container .sanitizerPresent .flexbox {
		margin-top: 2%;
	}

	#container .sanitizerPresent .flexbox dl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#container .sanitizerPresent .flexbox dt {
		margin-right: 2%;
		text-align: left;
		width: 28%;
	}

	#container .sanitizerPresent .flexbox dt img {
		width: 100%;
	}

	#container .sanitizerPresent .flexbox dd {
		width: 70%;
	}

	#container .sanitizerPresent .flexbox .day-text {
		text-align: left;
		margin: 0 0 5px;
	}

	#container .sanitizerPresent .flexbox .back {
		display: inline-block;
		margin-right: 2%;
		width: 35%;
	}

	/* ポイント */
	#container .storePoint h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
		;
		margin-top: 5%;
	}

	#container .storePoint h3 .sp-only {
		display: none;
	}

	#container .storePoint h3 .color-orange em {
		font-size: 2.6rem;
	}

	#container .storePoint img {
		margin-right: 4%;
		width: 50%;
	}

	#container .storePoint .point-txt {
		width: 46%;
	}

	#container .storePoint .point-txt p {
		margin-top: 0;
		margin-bottom: 3%;
	}
/* 公式LINE */
#container .storeLINE .line-signupBox img{
	width: 100%;
}
#container .storeLINE .line-signupBox .signupInner{
	bottom: 8%;
}
#container .storeLINE .line-signupBox .signup-id{
	font-size: 1.3rem;
}

/*-------------------
   store
-------------------*/
	#container .store {
		padding: 8% 5%;
	}

	#container .store h2 {
		color: #777f8b;
	}

	#container .store .store-pht li {
		margin: 5% 1% 0;
		width: 48%;

	}

	#container .store .store-overview dl {
		margin-top: 3%;
		padding: 0 2% 3%;
	}

	#container .store .store-overview dd {
		margin: 1% 0 0 3%;
	}

	#container .store .map .parking-txt {
		margin-top: 1%;
	}

	#container .store .attention {
		margin-top: 3%;
	}

	#container .store .store-access dl {
		margin: 3% 2% 0;
		width: 46%;
	}

	#container .store .store-access dt {
		margin-top: 5%;
	}

	#container .store h3 {
		font-size: 1.5rem;
		margin-top: 10%;
	}

	#container .store .store-route li {
		width: 29.3%;
	}

	/* 駐車場 */
	#container .store .parking-box {
		margin-top: 8%;
	}

	#container .store .parking-box .parking-txt-box,
	#container .store .parking-box .parking-pht-box {
		width: 48%;
	}

	#container .store .parking-box .parking-txt-box {
		margin-right: 4%;
	}

	#container .store .parking-box .parking-txt-box dt {
		padding-left: 10%;
	}

	#container .store .parking-box .parking-pht-box {
		margin-top: 0;
	}
}

@media screen and (min-width:960px) {

	/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
	/* 店舗リンク */
	#container .branch-nav {
		width: 500px;
	}

	#container .branch-nav li {
		margin-top: 8%;
	}

	#container .branch-nav li a {
		font-size: 1rem;
		padding: 3% 0;
	}

	/*-------------------
   storeNews
-------------------*/
	#container .storeNews {
		margin: 40px auto;
		width: 900px;
	}

	#container .storeNews dd {
		text-align: center;
	}

/*イベント ※202505_体感フェア*/
#container .event{
	margin-top: 3%;
	width: 700px;
}
#container .event .eventDesc{
	text-align: center;
}
#container .event .eventDesc .pc-only{
	display: inline-block;
}
#container .event .special li{
	margin-top: 3%;
	width: calc(100% / 2);
}

	/*動画下バナー*/
	#container .topBanner {
		/*margin: 50px auto 80px;*/
		margin: 50px auto 20px;
		width: 1070px;
	}

	#container .topBanner li {
		margin: 0 auto 2%;
		width: 515px;
	}

	#container .topBanner .cpBanner {
		display: block;
		margin: 30px auto 0;
		width: 900px;
	}

	/*キャンペーンバナー_単体*/
	#container .cpBanner-single {
		margin: 30px auto 80px;
		width: 400px;
	}
/*キャンペーンバナー_2個並び*/
#container .cpBanner-double{
	margin: 0 auto 80px;
	width: 850px;
}
#container .cpBanner-double li{
	margin: 0 2% 2%;
	width: calc(92% / 2);
}
/*キャンペーンバナー_3個並び*/
#container .cpBanner-triple{
	margin: 0 auto 80px;
	width: 1240px;
}
#container .cpBanner-triple li{
	margin: 0 1% 2% 1%;
	width: calc(90% / 3);
}
/*キャンペーンバナー_横長1枚*/
#container .cpBanner-landscape{
	width: 900px;
}
	/*キャンペーンバナー*/
	#container .cpBanner h2 {
		font-size: 2rem;
	}

	#container .cpBanner {
		margin: 0 auto 80px;
		width: 1070px;
		/*width: 1100px;*/
	}

	#container .cpBanner li {
		margin: 0 1% 15px;
		width: 31.3%;
		/*width: 23%;*/
	}

	#container .cpBanner p {
		font-size: 0.9rem;
		margin: 10px auto 0;
		width: 1050px;
		/*width: 1080px;*/
	}

	/*-------------------
   mainvisual
-------------------*/
	#container .mainvisual .img-sp-only {
		display: none;
	}

	#container .mainvisual .img-pc-only {
		display: block;
		width: 100%;
	}

	#container .mainvisual .head-catch {
		font-size: 1.5rem;
		margin-top: 3%;
	}

	#container .mainvisual .head-catch span {
		display: inline-block;
	}

	#container .mainvisual h1 {
		font-size: 2.8rem;
		margin-top: 25px;
	}

	#container .mainvisual h1 span {

		display: inline-block;
		margin-left: 20px;
	}

	/*お客様へのお願い*/
	#container .caution {
		margin: 3% auto;
		width: 900px;
	}

	#container .caution .grad-wrap {
		padding: 1% 3% 3%;
		text-align: center;
	}

	#container .caution .grad-wrap .pc-only {
		display: inline-block;
	}

	#container .caution .grad-wrap ul {
		width: 620px;
	}

	#container .caution .grad-wrap ul li {
		margin: 3% 1% 0;
		width: 48%;
	}

	#container .caution .grad-wrap .caution-txt {
		margin-top: 3%;
	}

	/* 続きを読む */
	#container .caution .grad-item {
		height: 30px;
		/*隠した状態の高さ*/
		padding: 0 0 3%
	}

	#container .caution .grad-item::before {
		height: 50px;
		/*グラデーションで隠す高さ*/
	}

	/* ブランド化粧品認定制度バナー(東京のみ) */
	#container .bnr-area {
		margin-bottom: 5%;
		width: 960px;
	}

	/*-------------------
   section共通
-------------------*/
	#container h2 {
		font-size: 2.2rem;
		line-height: 2.6rem;
		padding: 0;
	}

	#container h2 span {
		font-size: 1.6rem;
	}

	/*-------------------
   nav
-------------------*/
#container nav {
	margin-top: 5%;
}
	#container nav .page-nav {
		margin: 0 auto;
		width: 960px;
	}

	#container nav .page-nav li {
		width: 25%;
	}

	#container nav .page-nav li a {
		font-size: 1rem;
	}

	#container nav .page-nav li a::before {
		height: 8px;
		width: 8px;
		right: 20px;
	}

	/*-------------------
   floor
-------------------*/
	#container .floor .floor-title {
		padding: 75px 0;
		text-align: center;
	}

	#container .floor .floor-title p {
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 5px;
	}

	#container .floor .floor-title h2 {
		margin-top: 10px;
	}

	#container .floor .space-nav {
		width: 1150px;
	}

	#container .floor .space-nav li {
		margin: 5% 0 0;
		width: calc(100%/8);
	}

	#container .floor .space-nav li span {
		display: block;
	}

	#container .floor .space-nav li a {
		border-bottom: none;
		border-right: solid 1px #666;
		height: 50px;
		padding: 0;
		width: 100%;
	}

	#container .floor .space-nav li:nth-child(8) a {
		border-right: none;
	}

	#container .floor .space-nav li:nth-child(1) a,
	#container .floor .space-nav li:nth-child(3) a,
	#container .floor .space-nav li:nth-child(5) a,
	#container .floor .space-nav li:nth-child(6) a,
	#container .floor .space-nav li:nth-child(7) a,
	#container .floor .space-nav li:nth-child(8) a {
		padding: 15px;
	}

	#container .floor .space-nav li:nth-child(2) a,
	#container .floor .space-nav li:nth-child(4) a,
	#container .floor .space-nav li:nth-child(6) a {
		padding: 5px;
	}

	#container .floor .floor-icon {
		margin-top: 3%;
	}

	/* スペース紹介 */
	#container .floor .space-wrap {
		margin-top: 3%;
		padding: 2% 1%;
		width: 1040px;
	}

	#container .floor .half-wrap {
		margin-top: 3%;
		width: 1040px;
	}

	#container .floor .space-half-box {
		margin: 0;
		padding: 3%;
		width: 48%;
	}

	#container .floor .space-half-box:nth-child(1) {
		margin-right: 4%;
	}

	#container .floor .space-wrap h3,
	#container .floor .space-half-box h3 {
		font-size: 1.8rem;
	}

	#container .floor .space-wrap ul li {
		margin: 1.5% 2% 0;
		width: 46%;
	}

	#container .floor .space-wrap ul .margin-adjust {
		margin: 1.5% 0 0 2%;
	}

	#container .floor .space-2columnbox h4,
	#container .floor .space-3columnbox h4,
	#container .floor .space-sub ul li h4 {
		font-size: 1.2rem;
	}

	#container .floor .space-2columnbox {
		margin-top: 3%;
	}

	#container .floor .space-3columnbox ul li {
		margin: 3% 30px 0 0;
		width: 300px;
	}

	#container .floor .space-3columnbox ul li:last-child {
		margin-right: 0;
	}

	#container .floor .space-sub ul {
		width: 98%;
	}

	#container .floor .space-sub ul li {
		margin: 5% 1% 0;
		width: 23%;
	}

	/*-------------------
   seminar
-------------------*/
	#container .seminar {
		margin-top: 8%;
		padding: 5% 0;
	}

	#container #store-fukuoka .seminar {
		margin-top: 5%;
	}

	#container .seminar .seminar-box {
		margin: 3% auto 0;
		width: 960px;
	}

	#container .seminar .seminar-box .seminar-txt {
		height: 290px;
		padding: 3%;
		width: 520px;
	}

	#container .seminar .seminar-box .seminar-txt h3 {
		font-size: 1.5rem;
		text-align: left;
	}

	#container .seminar .seminar-box .seminar-txt h3 span {
		font-size: 1.2rem;
		display: inline-block;
	}

	#container .seminar .seminar-box .seminar-txt .seminar-btn {
		width: 100%;
	}

	#container .seminar .seminar-box .seminar-txt .seminar-btn a {
		font-size: 1rem;
		margin: 5% auto 0;
		width: 95%;
	}

	/*-------------------
   campaign
-------------------*/
	#container .campaign h2 {
		padding: 2% 0;
	}

	#container .campaign h2 br {
		display: none;
	}

	#container .campaign h2::before {
		border-width: 30px 30px 0 30px;
		bottom: -30px;
	}

	/* アルコールプレゼント */
	#container .sanitizerPresent {

		width: 960px;
	}

	#container .sanitizerPresent .img {
		margin: 6% auto 0;
		width: 452px;
	}

	#container .sanitizerPresent .text {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	#container .sanitizerPresent .text .color {
		font-size: 1.8rem;
	}

	#container .sanitizerPresent .textbox-icon {
		top: -10px;
		right: 5px;
		position: absolute;
		width: 20%;
		z-index: 3;
	}

	#container .sanitizerPresent .flexbox {
		font-size: 1.2rem;
		padding: 20px 0 0;
	}

	#container .sanitizerPresent .flexbox dl {
		display: flex;
		flex-wrap: wrap;
	}

	#container .sanitizerPresent .flexbox dt {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 25%;
	}

	#container .sanitizerPresent .flexbox dt img {
		width: 100%;
	}

	#container .sanitizerPresent .flexbox dd {
		margin: auto 0;
		padding: 0 10px;
		width: 75%;
	}

	#container .sanitizerPresent .flexbox .day-text {
		margin: 0 0 5px;
		text-align: left;
	}

	#container .sanitizerPresent .flexbox .back {
		display: inline-block;
		margin-right: 8px;
		width: 35%;
	}

	#container .sanitizerPresent .flexbox .come {
		color: #777;
		font-size: 0.9rem;
	}

	#container .sanitizerPresent .flexbox .come li {
		margin-bottom: 5px;
	}

	/* ポイント */
	#container .storePoint {
		width: 960px;
	}

	#container .storePoint h3 {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-top: 5%;
	}

	#container .storePoint h3 .sp-only {
		display: none;
	}

	#container .storePoint h3 .color-orange em {
		font-size: 2.5rem;
	}

	#container .storePoint .point-txt {
		margin-left: 40px;
		width: 400px;
	}

	#container .storePoint .point-txt p {
		margin-top: 0;
		margin-bottom: 5%;
	}

/* 公式LINE */
#container .storeLINE{
	margin: 3% auto 0;
	width: 670px;
}
#container .storeLINE .line-signupBox .signupInner{
	bottom: 8%;
}
#container .storeLINE .line-signupBox .signup-id{
	font-size: 1.1rem;
}
#container .storeLINE .line-signupBox-pc{
	align-items: center;
	margin-top: 3%;
	display: flex;
}
#container .storeLINE .line-signupBox-pc{
	width: 500px;
}
#container .storeLINE .line-signupBox-pc .signup-qr{
	margin-right: 20px;
	width: 90px;
}
#container .storeLINE .line-signupBox-pc .signup-pcTxt{
	width: 380px;
}

	/*-------------------
   store
-------------------*/
	#container .store {
		margin-top: 10%;
		padding: 5% 0;
	}

	#container .store .store-inner {
		margin: 0 auto;
		width: 1040px;
	}

	#container .store .store-pht li {
		margin: 3% 1% 0;
		width: 48%;
	}

	#container .store .store-overview {
		margin-top: 3%;
	}

	#container .store .overview-txt {
		margin-right: 60px;
		width: 480px;
	}

	#container .store .store-overview dl {
		margin-top: 5%;
		padding: 0 0 5%;
	}

	#container .store .store-overview dt {
		width: 100px;
	}

	#container .store .store-overview dd {
		margin: 0;
		width: 380px;
	}

	#container .store .store-overview dd p {
		margin-top: 3%;
	}

	#container .store .store-overview dd p:first-child {
		margin: 0;
	}

	#container .store .map {
		margin-top: 2.5%;
		width: 500px;
	}

	#container .store .map iframe {
		height: 400px;
	}

	#container .store .attention {
		margin-top: 2%;
	}

	#container .store .store-access dl {
		width: 500px;
	}

	#container .store .store-access dl:nth-child(odd) {
		margin-right: 40px;
	}

	#container .store h3 {
		font-size: 1.8rem;
		margin-top: 8%;
	}

	#container .store .store-route li {
		display: inline-block;
		margin-top: 3%;
		position: relative;
		width: 21%;
	}

	#container .store .store-route li:after {
		content: '';
		border-style: solid;
		border-color: transparent transparent transparent #777f8b;
		border-width: 20px 0 20px 15px;
		position: absolute;
		top: 52px;
		right: -15px;
		width: 0;
		height: 0;
	}

	#container .store .store-route li:last-child:after {
		display: none;
	}

	#container .store .store-route li p {
		margin-top: 3%;
	}

	/* 駐車場(福岡) */
	#container .store .parking-box {
		margin-top: 8%;
		padding: 3%;
		width: 800px;
	}

	#container .store .parking-box .parking-txt-box {
		margin-right: 17px;
		width: 380px;
	}

	#container .store .parking-box .parking-txt-box .parking-gmbtn a {
		margin-top: 5%;
		width: 65%;
	}

	#container .store .parking-box .parking-pht-box {
		margin-top: 0;
	}
#container .wrapper .storeTop-btn{
	margin: 2% auto;
	width: 1040px;
}
}