@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.grybk { 
	margin: 2% 0 0;
	padding: 3% 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: 23px;
	text-align: center;
	margin: 6% auto 2%;
    padding: 1%;
}

.st_wrap h2 span {
	font-size: 80%;
}

.st_wrap h3 {
    font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin: 3% auto;
}


.st_wrap h4 {
    font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 2% auto;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}


.wrap_conntent {
	width: 800px;
    margin: 0 auto;
    padding: 0;
}

.st_head {
	width: 20%;
	max-width: 150px;
	margin: 6% auto 8%;
}

.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%);
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.sp {
	display:none;
}

.date {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	line-height: 1.3em;
	margin: 3% auto 3%;
	text-align:center;
}

.txt {
    font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin: 1% auto 5%;
}


.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: 100%;
	margin: 2% 0 5%;
}


.campaign_box {
	width: 85%;
	max-width: 700px;
	margin: 4% auto 3%;
	padding: 30px;
	text-align: center;
	/*background-color: #D2F3DF;*/
	border: solid 3px #13A84E;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}

.campaign_box_no {
	width: 40%;
	font-family: "poppins", sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 600;
	position: absolute;
	top: -3%;
	left: 30%;
}

.campaign_box_no span {
	background-color: #13A84E;
	padding: 2px 20px;
	color: #fff;
	border-radius: 30px;
}

.col01 {
	color: #13A84E;
}

.col02 {
	color: #E99600;
}

.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;
    width: 70%;
    max-width: 300px;
    font-size: 16px;
    margin: 3% auto 5%;
    padding: 20px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    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: 19px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 17px;
		line-height: 1.6em;
		padding: 2% 0;
    }
    
    .st_wrap h3 {
        font-size: 16px;
    }
	
	.wrap_conntent {
		width: 100%;
	}
	
	.Lead {
		font-size: 14px;
	}
	
	.date {
		font-size: 26px;
	}
	
	.txt {
		font-size: 18px;
	}
	
	.thumb2 {
		width: 90%;
	}
	
	.campaign_box {
		margin: 7% auto 5%;
	}
	
	.campaign_box_no {
		width: 60%;
    	font-size: 14px;
		top: -2%;
		left: 20%;
	}
	
	.info_box {
		width: 90%;
		border: solid 3px #000;
	}
	
	.shop_name {
		font-size: 20px;
	}
	
	.shop_map {
		height: 220px;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
		width: 60%;
        font-size: 13px;
        margin: 4% auto 8%;
		padding: 10px;
    }
	
}


