@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: #f1f1e7;
}


.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-weight: 600;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
	margin: 7% auto 4%;
	position: relative;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin: 3% auto 2%;
}

.st_wrap h4 {
    font-weight: 600;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	margin: 3% auto 2%;
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.heading-16::before,
.heading-16::after {
    width: 1px;
    height: 40px;
    background-color: #000000;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.u_line {
	border-bottom: solid 2px #000;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}


.wrap_conntent {
	width: 100%;
	max-width: 700px;
    margin: 0 auto;
    padding: 0;
	background-color: #CDEAEE;
}

.wrap_conntent .inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.bk_blue {
	background-color: #A6DCE3;
	margin: 15% 0 0;
	height: 25vh;
	position: relative;
}

.bk_dblue {
	background-color: #A6E6ED;
	margin: 0;
	padding: 1% 0 0;
	position: relative;
}

.bk_dblue2 {
	background-color: #A6E6ED;
	margin: 0;
	padding: 1% 0;
	position: relative;
}

.bk_dblue3 {
	background-color: #A6DCE3;
	margin: 0;
	padding: 1% 0;
	position: relative;
}

.bk_pink {
	background-color: #FCB2D4;
	margin: 0;
	padding: 1% 0;
	position: relative;
}

.bk_lpink {
	background-color: #FDCDE3;
	margin: 0;
	padding: 1% 0 3%;
	position: relative;
}

.fukidashi {
	width: 70%;
	position: absolute;
	bottom: 40%;
	left: 15%;
}

.fukidashi3 {
	width: 80%;
	margin: 8% auto 4%;
}

.p-chan {
	width: 20%;
	position: absolute;
	bottom: 40%;
	left: 40%;
}

.st_wrap p {
	margin: 2% auto;
    font-size: 14px;    
    line-height: 1.8em;
	text-align: center;
}

.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 4% auto;
	line-height: 2em;
}

.ttl {
	width: 60%;
	margin: 8% auto 4%;
}

.bk_blue_obi {
	margin: 0 auto;
	padding: 10px 0;
	background-color: #8EF0FF;
}

.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;
}

span.marker {
    background: linear-gradient(transparent 0%, #e28eaf 0%);
	font-weight: 600;
	padding: 3px 8px;
}

.Sml {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	margin: 2% auto;
	font-weight: normal;
}

.link_box {
	width: 90%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.link {
	width: 44%;
	margin: 4% auto;
}


.btn_box {
	width: 90%;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.ig {
	width: 23%;
}

.icon_cake {
	width: 8%;
	position: absolute;
	top: -50px;
	left: 46%
}

.icon_cake2 {
	width: 8%;
	position: absolute;
	top: -50px;
	left: 46%
}

.pink_box {
	width: 80%;
	margin: 6% auto;
	padding: 1% 0;
	background-color: #FCB2D4;
	position: relative;
}

.pink_box .bdr {
	border-bottom: solid 1px #fff;
}

.cake1 {
	width: 40px;
	position: absolute;
	top: -15%;
	left: 5%;
}
.cake2 {
	width: 40px;
	position: absolute;
	top: -15%;
	right: 5%;
}

.shop_map {
	width: 100%;
	height: 450px;
	margin: 3% auto 0;
}

.howto {
	background-color: #6EC2CC;
	padding: 20px;
	border-radius: 10px;
	margin: 4% auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.howto_no {
	width: 20%;
}

.howto_txt {
	flex-grow: 1;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}

.howto_txt a {
	color: #000;
}

.maru {
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:#fff;
  font-size:24px;
　font-weight: 600;
  margin-left:20px;
}

.w_90 {
	width: 90%;
	margin: 0 auto 4%;
}

.w_80 {
	width: 80%;
	margin: 0 auto 4%;
}



.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 16px;
	font-weight: 500;
    margin: 4% auto 12%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}
.btn-2 {
    display: block;
    font-size: 16px;
	font-weight: 500;
    margin: 0 auto;
    padding: 15px 20%;
	border-radius: 10px;
    background-color: #FC94C4;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
    display: inline-block;
	width: 25%;
    font-size: 16px;
	font-weight: 500;
    margin: 0 auto 8%;
    padding: 10px 3%;
	border-radius: 10px;
    background-color: #FC94C4;
}

.btn-3_cs {
    display: inline-block;
	width: 25%;
    font-size: 16px;
	font-weight: 500;
    margin: 0 auto 8%;
    padding: 10px 3%;
	border-radius: 10px;
    background-color: #A5A5A5;
}

.btn-4 {
    display: block;
	width: auto;
    font-size: 16px;
	font-weight: 500;
    margin: 5% auto 6%;
    padding: 10px 25%;
	border-radius: 10px;
    background-color: #6DC2CB;
}


#ターゲット要素 {
    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%;
		padding: 0;
	}

    .st_wrap p {
        font-size: 12px;
    }
    
	.st_wrap h1 {
		font-size: 25px;
	}	
    
    .st_wrap h2 {
        font-size: 15px;
		margin: 10% auto 6%;
    }
	
    
    .st_wrap h3 {
        font-size: 14px;
		margin: 5% auto 3%;
    }
	
	.st_wrap h4 {
		font-size: 13px;
	}
	
	.Lead {
		font-size: 12px;
		margin: 3% auto 6%;
	}
	
	.txt {
		font-size: 15px;
	}
	
	.bk_blue {
		margin: 25% 0 0;
		height: 18vh;
	}
	
	.fukidashi {
		width: 90%;
		left: 5%;
	}
	
	.fukidashi3 {
		width: 90%;
	}
	
	.icon_cake {
		top: -30px;
	}
	
	.icon_cake2 {
		top: -30px;
	}
	
	.howto {
		padding: 10px 5px;
	}
	
	.howto_txt {
		font-size: 13px;
	}
	
	.maru {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
		width: 60%;
        font-size: 13px;
        margin: 4% auto 15%;
		padding: 10px;
    }
	
	
}


