@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 .wrapper a:hover{
	opacity: 1;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	position: relative;
	text-align: center;
	width: 100%;
}
#container .mainvisual .top-movie{
	filter: brightness( 0.8 );
	overflow: hidden;
}
#container .mainvisual .top-movie video {
	position: relative;
	left: -50%;
	height: 45vh;
}
#container .mainvisual .mv-inner{
	color: #FFF;
	padding: 5% 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
}
#container .mainvisual .head-catch{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6rem;
	text-shadow: #666 2px 0 10px;
}
#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: 2%;
	text-shadow: #666 2px 0 10px;
}

/*-------------------
   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: 10% auto 0;
	width: 90%;
}
#container .topBanner li{
	margin-bottom: 5%;
	width: 100%;
}
#container .topBanner li p{
	color: #777f8b;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4rem;
	text-align: center;
}
#container .topBanner li img{
	margin-top: 2%;
	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%;
}
/*キャンペーンバナー_3個並び*/
#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 .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を非表示にする*/
}

/*-------------------
   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;
}

/*-------------------
   overview
-------------------*/
/* 概要 */
#container .overview .about{
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/about-bg.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
	margin-top: 10%;
	padding: 10% 5%;
	text-align: center;
}
#container .overview .about h2{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
}
#container .overview .about h2 em{
	font-size: 1.8rem;
	font-weight: bold;
}
#container .overview .about p{
	margin-top: 5%;
}
/* 各店舗 */
#container .overview .area .area-box{
	margin: 8% auto 0;
	width: 90%;
}
#container .overview .area .area-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .overview .area .area-box .img-pc-only{
	display: none;
}
#container .overview .area .area-box h3{
	color: #ff9b43;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 3%;
}
#container .overview .area .area-box h3 span{
	color: #d5d5d6;
	font: 1.2rem/1 Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	letter-spacing: -0.3px;
}
#container .overview .area .area-box ul li{
	width: 100%;
}
#container .overview .area .area-box .area-btn a{
	border: solid 1px #777f8b;
	border-radius: 30px;
	color: #777f8b;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.4rem;
	margin: 3% auto 0;
	position: relative;
	text-align: center;
	width: 85%;
}
#container .overview .area .area-box .area-btn a:hover{
	background: #777f8b;
	color: #FFF;
}
#container .overview .area .area-box .area-btn a::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 5%;
}

/*-------------------
   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;
}
#container .seminar .seminar-box .seminar-txt p{
	margin-top: 3%;
}
#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;
}

/*-------------------
   service
-------------------*/
#container .service{
	background: #f2f1f1;
	color: #777f8b;
	margin: 15% auto 0;
	padding: 10% 5%;
}
#container .service .service-box .service-img{
	margin-top: 5%;
}
#container .service p{
	margin-top: 3%;
}

/*-------------------
   qanda
-------------------*/
#container .qanda{
	margin: 15% auto 0;
	width: 90%;
}
#container .qanda dt{
	background-color: #777f8b;
	border-radius: 10px;
	color: #FFF;
	font: 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 8% 0 5%;
	padding: 3%;
	padding-left: 50px;
	position: relative;
}
#container .qanda dt::before{
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/icon-question.png);
	content: '';
	display: inline-block;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 11%;
	left: 3%;
}
#container .qanda dd{
	padding-right: 3%;
	padding-left: 50px;
	position: relative;
}
#container .qanda dd::before{
	background: url(/contents/shop/sevenbeauty/img/freepage/showroom/2022/icon-answer.png) no-repeat;
	content: '';
	display: inline-block;
	width: 30px;
	height: 25px;
	position: absolute;
	top: -6%;
	left: 3%;
}

@media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .top-movie video {
	left: 0;
	height: auto;
	width: 100%;
}
#container .mainvisual .head-catch{
	font-size: 1.3rem;
}
#container .mainvisual .head-catch span{
	display: inline-block;
}
#container .mainvisual h1{
	font-size: 2.2rem;
	margin-top: 1.5%;
}

/*-------------------
   storeNews
-------------------*/
#container .storeNews {
	margin: 40px auto;
	width: 900px;
}

#container .storeNews dd {
	text-align: center;
}

/*イベント ※202505_体感フェア*/
#container .event{
	margin-top: 5%;
}
#container .event .special li{
	width: calc(95% / 2);
}

/*動画下バナー*/
#container .topBanner{
	margin-top: 5%;
	width: 550px;
}
#container .topBanner li p{
	font-size: 1.2rem;
}

/*キャンペーンバナー_単体*/
#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);
}
/*キャンペーンバナー_3個並び*/
#container .cpBanner-triple{
	margin: 0 auto 3%;
	width: 90%;
}
#container .cpBanner-triple li{
	margin: 0 1% 2% 1%;
	width: calc(96% / 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;
}

/*-------------------
   overview

-------------------*/
/* 概要 */
#container .overview .about{
	margin-top: 5%;
	padding: 5%;
}
#container .overview .about h2{
	font-size: 1.5rem;
	line-height: 2.4rem;
}

#container .overview .about h2 em{
	font-size: 2.2rem;
}
#container .overview .about p{
	margin-top: 3%;

}
/* 各店舗 */
#container .overview .area{
	margin: 0 auto;
	width: 90%;
}
#container .overview .area::after{
	content: "";
	display: block;
	clear: both;
}
#container .overview .area .area-box{
	width: 100%;
}	 
#container .overview .area .box-half{
	float: left;
	width: 48%;
}
#container .overview .area .osaka{
	margin-right: 4%;
}
#container .overview .area .area-box .img-pc-only{
	display: block;
}
#container .overview .area .area-box .img-sp-only{
	display: none;
}
#container .overview .area .area-box h3{
	margin-top: 1.5%;
}
#container .overview .area .area-box .area-btn a{
	line-height: 2.6rem;
	width: 50%;
}
#container .overview .area .box-half .area-btn a{
	width: 90%;
}

/*-------------------
   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;
}
#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: 5% 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;
}

/*-------------------
   service
-------------------*/
#container .service{
	margin: 10% auto 0;
	padding: 8% 3%;
}
#container .service .service-box .service-img{
	margin: 3% 1% 0;
	width: 48%;
}
#container .service p{
	margin: 2% 1% 0;
}

/*-------------------
   qanda
-------------------*/
#container .qanda{
	margin: 10% auto 0;
}
#container .qanda dt{
	margin: 5% 0 3%;
	padding: 2%;


	padding-left: 55px;
}

#container .qanda dt::before{
	top: 18%;
	left: 2%;
}
#container .qanda dd{
	padding-right: 2%;
	padding-left: 55px;
}
#container .qanda dd::before{
	top: -10%;
	left: 2%;
}
}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .top-movie{
	height: 650px
}
#container .mainvisual .top-movie video {
	left: 0;
	height: auto;
	width: 100%;
}
#container .mainvisual .head-catch{
	font-size: 2.2rem;

}
#container .mainvisual .head-catch span{
	display: inline-block;
}
#container .mainvisual h1{
	font-size: 3.8rem;
	margin-top: 2%;
}

/*-------------------
   storeNews
-------------------*/
#container .storeNews {
	margin: 40px auto;
	width: 900px;
}

#container .storeNews dd {
	text-align: center;
}
/*動画下バナー*/
#container .topBanner{
	margin: 70px auto 0;
	width: 1070px;
}
#container .topBanner li{
	margin: 0 auto;
	width: 515px;
}
#container .topBanner li p{
	font-size: 1.1rem;
}

/*イベント ※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: 70px auto 0;
	width: 1070px;
}
#container .topBanner li{
	margin: 0 auto;
	width: 515px;
}
#container .topBanner li p{
	font-size: 1.1rem;
}

/*キャンペーンバナー_単体*/
#container .cpBanner-single {
	margin: 50px auto 80px;
	width: 400px;
}

/*キャンペーンバナー_2個並び*/
#container .cpBanner-double{
	margin: 50px auto 80px;
	width: 850px;
}
#container .cpBanner-double li{
	margin: 0 2%;
	width: calc(92% / 2);
}
/*キャンペーンバナー_3個並び*/
#container .cpBanner-triple{
	margin: 30px auto 80px;
	width: 1240px;
}
#container .cpBanner-triple li{
	margin: 0 1% 2% 1%;
	width: calc(90% / 3);
}
/*キャンペーンバナー_横長1枚*/
#container .cpBanner-landscape{
	width: 900px;
}

/*お客様へのお願い*/
#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; /*グラデーションで隠す高さ*/
}

/*-------------------
   section共通
-------------------*/
#container h2{
	font-size: 2.2rem;
	line-height: 2.6rem;
	padding: 0;
}
#container h2 span{
	font-size: 1.6rem;
}

/*-------------------
   overview
-------------------*/
/* 概要 */
#container .overview .about{
	background-size: 100%;
	margin-top: 70px;
	padding: 5% 0;
}
#container .overview .about h2{
	font-size: 2rem;
	line-height: 2rem;
}
#container .overview .about h2 em{
	font-size: 2.8rem;
}
#container .overview .about h2 .sp-only{
	display: none;
}
#container .overview .about p{
	margin-top: 1.5%;
}
/* 各店舗 */
#container .overview .area{
	margin: 0 auto;
	width: 1040px;
}
#container .overview .area::after{
	content: "";
	display: block;
	clear: both;
}
#container .overview .area .area-box{
	width: 1040px;
}
#container .overview .area .box-half{
	float: left;
	width: 48%;
}
#container .overview .area .osaka{
	margin-right: 4%;
}
#container .overview .area .area-box .img-pc-only{
	display: block;
}
#container .overview .area .area-box .img-sp-only{
	display: none;
}
#container .overview .area .area-box h3{
	font-size: 2.2rem;
	margin-top: 1%;
}
#container .overview .area .area-box h3 span{
	font-size: 1.5rem;
	font-weight: bold;
}
#container .overview .area .box-half p{
	min-height: 95px;
}
#container .overview .area .area-box ul{
	width: 660px;
}
#container .overview .area .area-box ul li{
	margin: 15px auto 0;
	width: 310px;
}
#container .overview .area .area-box .area-btn{
	min-height: auto;
}
#container .overview .area .area-box .area-btn a{
	line-height: 2.6rem;
	width: 310px;
}

/*-------------------
   seminar
-------------------*/
#container .seminar{
	margin-top: 5%;
	padding: 5% 0;
}
#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;
}
#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;
}

/*-------------------
   service
-------------------*/
#container .service{
	margin: 8% auto 0;
	padding: 5% 0;
}
#container .service .service-box{
	width: 960px;
}
#container .service .service-box .service-img{
	margin: 3% 1% 0;
	width: 48%;
}
#container .service p{
	margin: 1% auto 0;
	width: 940px;
}

/*-------------------
   qanda
-------------------*/
#container .qanda{
	margin: 5% auto 0;
	width: 960px;
}
#container .qanda dt{
	margin: 5% 0 2%;
	padding: 2%;
	padding-left: 55px;
}
#container .qanda dt::before{
	top: 25%;
	left: 2%;
}
#container .qanda dd{
	padding-right: 2%;
	padding-left: 55px;
}
#container .qanda dd::before{
	top: -10%;
	left: 2%;

}
}