@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.grybk { 
	margin: 2% 0 0;
	padding: 1% 0;
    background: #eee;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1 {
    font-weight: 700;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 1%;
}

.st_wrap h2 {
    font-weight: 700;
	font-size: 17px;
	text-align: center;
	margin: 6% auto 2%;
    padding: 1%;
	background-color: #000;
	color: #fff;
}

.st_wrap h2 span {
	font-size: 80%;
}

.st_wrap h3 {
	font-family: "poppins", sans-serif;
    font-weight: 600;
	font-size: 28px;
	text-align: center;
	margin: 10% auto 2%;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.wrap_conntent {
	width: 100%;
	max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.st_head {
	margin: 6% auto 8%;
	text-align: center;
	width: 100%;
}

.st_head img{
	width: 100px;
}

.st_wrap p {
	margin: 2% auto;
    font-size: 14px;    
    line-height: 1.8em;
	text-align: center;
}


.Main {
	width: 100%;
	max-width: 600px;
	margin: 3% auto 0;
	background-color: #fff;
}

.mainimg {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.mainimg img {
	width: 100%;
}

span.marker {
    background: linear-gradient(transparent 80%, #3195f3 80%);
}

.sp {
	display:none;
}

.date {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	line-height: 1.3em;
	margin: 7% auto 3%;
	text-align:center;
}

.txt {
    font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin: 3% auto 1%;
}


.shop_name {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 45px;
	margin: 4% auto;
	text-align:center;
}


.playfashion {
	width: 40%;
	max-width: 300px;
	margin: 6% auto 10%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 16px;
	padding:0 ;
	margin: 2% auto;
	line-height: 2em;
}

.thumb_box {
	width: 90%;
	max-width: 600px;
	margin: 4% auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2%;
}

.thumb {
	width: 48%;
	margin: 1% 0;
}


.thumb2 {
	width: 49%;
	margin: 2% 0 5%;
}


.info_box {
	width: 80%;
	margin: 2% auto 8%;
	padding: 3% 3% 2%;
	border: solid 4px #000;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}

.sns_box {
	width: 50%;
	max-width: 350px;
	margin: 3% auto 15%;
	display: flex;
	justify-content: space-around;
}

.sns_icon {
	width: 40%;
	max-width: 120px;
}

.Sml {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	margin: 2% auto;
	font-weight: normal;
}

.shop_map {
	width: 100%;
	height: 450px;
	margin: 3% auto 0;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    font-size: 16px;
	margin: 5% auto 8%;
	font-family: "poppins", sans-serif;
	letter-spacing: 1.4px;
}

.btn-1 a{
    text-decoration: none;
	color: #ffffff;
    padding: 15px 75px;
	background: #000000;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
	}

    .st_wrap p {
        font-size: 12px;
    }
    
	.st_wrap h1 {
		font-size: 17px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 13px;
		line-height: 1.6em;
		padding: 2% 0;
    }
    
    .st_wrap h3 {
        font-size: 20px;
		margin: 7% auto 4%;
    }
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.date {
		font-size: 26px;
	}
	
	.txt {
		font-size: 15px;
	}
	
	.thumb2 {
		width: 90%;
	}
	
	.info_box {
		width: 90%;
		border: solid 3px #000;
	}
	
	.shop_name {
		font-size: 20px;
	}
	
	.shop_map {
		height: 220px;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 10% auto 15%;
    }
	
}
