@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #eee;
}


.st_wrap h1 {
    font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2em;
	text-align: center;
	margin: 1% auto 3%;
}

.st_wrap h2 {
    font-family: "poppins", sans-serif;
    font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 1.1em;
	margin: 7% auto 3%;
}


.st_wrap h3{
	font-size: 22px;
    font-weight: 600;
	text-align: center;
	margin: 10% 8% 2%;
	padding: 10px 30px;
	background-color: #fcadee;
	border: solid 2px #000;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 #000;
	position: relative;
}

.st_wrap h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 2% auto 2%;  
	text-align: left;
	position: absolute;
    top: -5%;
    left: -1%;
}


.st_wrap h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 8% auto 5%;  
	text-align: center;
}



.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}


.wrap_conntent {
	width: 100%;
	max-width: 650px;
    margin: 0 auto;
    padding: 0 0 1%;
	background-color: #fff;
}

.wrap_conntent_inner {
	margin: 0 5%;
	text-align: left;
}

.st_wrap p {
	margin: 2% auto;
    font-size: 13px;    
    line-height: 1.8em;
}


.Main {
	width: 100%;
	max-width: 600px;
	margin: 3% auto 0;
	background-color: #fff;
}

.Main_s {
	width: 85%;
	max-width: 520px;
	margin: 6% auto 2%;
	background-color: #fff;
}


.sp {
	display:none;
}

.date {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	line-height: 1.2em;
	margin: 5% auto 1%;
	text-align:center;
}

.date span {
	font-size: 80%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 2% auto;
	line-height: 2em;
}

.sub {
	font-size: 16px;
	font-weight: 500;
	margin: 3% auto 1%;
	line-height: 1.6em;
}

.ttl {
	width: 100%;
	margin: 10% auto 8%;
	position: relative;
}

.icon_flw {
	width: 10%;
	position: absolute;
	top: -10%;
	left: 5%;
}

.icon_flw img {
  animation: rotation 4s linear infinite;
}
/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flx_wrap {
	margin: 2% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flx_wrap_txt {
	width: 100%;
	text-align: left;
}

.flx_wrap_img {
	width: 100%;
	margin: 0 auto 2%;
}

.thumb_illustrator {
	width: 23%;
	margin: 1%;
}

.thumb_item {
	width: 31%;
	margin: 1%;
}

.thumb_live {
	width: 44%;
	margin: 1%;
}

.box_white {
	margin: 8% auto;
	padding: 3% 6%;
	background-color: #fff;
	border: solid 2px #000;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 #000;
	position: relative;
	
}

.name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
	margin: 3% auto 2%;
	text-align: center;
}

.shop_name {
   	font-family: "poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.sticker {
	width: 40%;
	position: absolute;
	bottom: -10%;
	right: -10%;
}

.info_box {
	width: 90%;
	margin: 2% auto 8%;
	padding: 3% 3% 2%;
	border: solid 3px #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;
}

span.marker {
    background: linear-gradient(transparent 0%, #85f7e0 0%);
	font-weight: 600;
	padding: 6px 12px;
	border: solid 2px #000;
	box-sizing: border-box;
}

.Sml {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	margin: 2% auto;
	font-weight: normal;
}

.logobox {
	width: 50%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 45%;
	margin: 3% 0;
}

.shop_map {
	width: 100%;
	height: 450px;
	margin: 3% auto 0;
}

.clear {
	clear:both;
}

.MB8 {
	margin-bottom: 8%;
}

.btn-1 {
    display: block;
    width: 60%;
    max-width: 250px;
    font-size: 14px;
	font-weight: 500;
    margin: 3% auto 12%;
    padding: 10px;
    color: #fff;
    background-color: #000;
	text-align: center;
}

a.btn-1 {
    text-decoration: none;
}
.btn-2 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 16px;
	font-weight: 500;
    margin: 3% auto 5%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

a.btn-2 {
    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%;
		padding: 0;
	}
	
	.wrap_conntent {
		width: 100%;
	}

    .st_wrap p {
        font-size: 12px;
    }
    
	.st_wrap h1 {
		font-size: 25px;
	}	
    
    .st_wrap h2 {
        font-size: 20px;
		margin: 5% auto 2%;
    }

    
    .st_wrap h3 {
        font-size: 15px;
		margin: 7% 5% 4%;
    }
	
	.st_wrap h4 {
		font-size: 14px;
		top: -6%;
	}
	
	.st_wrap h5 {
		font-size: 14px;
	}
	
	.Main {
		margin: 0 auto 4%;
	}
	
	.Lead {
		font-size: 12px;
		margin: 3% auto 6%;
	}
	
	.date {
		font-size: 22px;
		margin: 6% auto 1%;
	}
	
	.sub {
		font-size: 14px;
	}
	
	.icon_flw {
		width: 15%;
	}
	
	.name {
		font-size: 10px;
	}
	
	.box_white {
		margin: 13% auto;
	}
	
	.sticker {
		width: 47%;
		bottom: -12%;
		right: -5%;
	}
	
	.info_box {
		width: 90%;
		border: solid 3px #000;
	}
	
	.shop_name {
		font-size: 18px;
	}
	
	.shop_map {
		height: 220px;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
		width: 50%;
        font-size: 12px;
        margin: 4% auto 15%;
		padding: 10px;
    }
    .btn-2 {
		width: 60%;
        font-size: 13px;
        margin: 4% auto 3%;
		padding: 10px;
    }
	
}


