@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 Serif JP", serif;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.st_wrap h1 {
	font-family: "Zilla Slab", serif;
    font-weight: 600;
	font-size: 28px;
	line-height: 1.5em;
	text-align: left;
	margin: 3% auto;
    padding: 0;
	color: #47675a;
}

.st_wrap h2 {
	font-family: "Zilla Slab", serif;
    font-weight: 600;
	line-height: 1.6em;
	font-size: 24px;
	text-align: left;
	margin: 2% auto 0;
}

.bk_blue {
	background-color: #bcd7ea;
	margin: 0;
	padding: 0;
}

.bk_blue2 {
	background-color: #bcd7ea;
	margin: 0;
	padding: 5%;
	position: relative;
}

.bk_green {
	background-color: #d5cd62;
	margin: 0;
	padding: 5%;
}

.bk_dgreen {
	background-color: #21432B;
	margin: 0;
	padding: 5%;
	position: relative;
}

.look1 {
	background-color: #E3D5B4;
	color: #47675a;
    padding: 10px 20px 15px;
}

.look2 {
	background-color: #bcd7ea;
	color: #47675a;
    padding: 10px 20px 15px;
}

.look3 {
	background-color: #ed832b;
	color: #47675a;
    padding: 10px 20px 15px;
}

.co01 {
	color: #ed832b;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.st_wrap p {
	font-family: "Zilla Slab", serif;
	margin: 10px auto;
    text-align: center;
    font-size: 22px;    
    line-height: 1.3em;
}

.sp {
	display:none;
}


.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 2% auto;
	line-height: 2em;
}

.Main {
	width: 55%;
	float: right;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}


.Red {
	color: #FF0004;
}

.flx {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.style_1{
	width: 100%;
	position: relative;
}

.style_2 {
	width: 48%;
	margin: 5% 0;
}

.style_3 {
	width: 55%;
}

.style_4 {
	width: 45%;
}

.style_5 {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: -3%;
}


.style_6 {
	width: 60%;
	position: absolute;
	bottom: 0;
	left: -3%;
}


.txt {
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 600;
	text-align: left;
	 writing-mode: vertical-rl;
	font-size: 33px;
	color: #dc7129;
}

.MB8 {
	margin-bottom: 8%;
}

.MB5 {
	margin-bottom: 5%;
}

.clear {
	clear:both;
}

.tap {
	width: 20%;
	max-width: 90px;
	position: absolute;
	bottom: 3%;
	right: 3%;
}


.tap2 {
	width: 20%;
	max-width: 90px;
	position: absolute;
	bottom: 3%;
	left: 3%;
}

.btn-1 {
    display: inline;
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 500;
    font-size: 13px;
    padding: 3px 5px;
	width: 30%;
    color: #fff;
    background-color: #333;
	border-radius: 30px;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
	font-family: "Zilla Slab", serif;
    display: block;
    font-size: 22px;
    padding: 15px;
	margin: 5% auto 8%;
	width: 40%;
    color: #333;
	background-color: #ed832b;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
    display: block;
    font-size: 24px;
	font-weight: 600;
    padding: 5px 10px;
	margin: 5% auto 15%;
	width: 30%;
    color: #dc7129;
	border-bottom: solid 1px #dc7129;
	box-sizing: border-box;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 18px;
    }
    
	.st_wrap h1 {
		font-size: 18px;
	}	
    
    .st_wrap h2 {
        font-size: 22px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 23px;
    }
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
    .btn-1 {
        font-size: 12px;
		padding: 2px 6px;
    }
	
	.btn-2 {
		font-size: 18px;
	}
	
	.btn-3 {
		font-size: 18px;
		width: 35%;
	}
	
}


