@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 680px;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	position: relative;
}

.fix_inner h1 {
	font-family: "Libre Bodoni", serif;
    font-weight: 900;
	font-size: 55px;
	line-height: 1.2em;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.fix_inner h2 {
	font-family: "Libre Bodoni", serif;
    font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin: 3% auto 8%;
}

.fix_inner h3 {
	font-family: "Frank Ruhl Libre", serif;
    font-weight: 800;
	font-size: 30px;
	text-align: center;
	margin: 14% auto 8%;
    padding: 0;
	color: #dc7129;
}

.fix_inner h4 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.fix_inner h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #888;
	color: #fff;
}


.fix_inner 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; /* 文字の左隣 */
}

.co01 {
    color: #a2807e;
}

.st_wrap p {
	margin: 10px auto;
    text-align: left;
    font-size: 13px;    
    line-height: 1.8em;
}


.Main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 40%;
	position: absolute;
	bottom: 4%;
	left: 30%;
}

.ttl {
	width: 55%;
	position: absolute;
  	top: 50%;
  	left: 30%;
  	transform: translate(-50%, -30%);
	filter: drop-shadow(3px 3px 2px #505050);
}

.sp {
	display:none;
}


.Lead {
	text-align:center;
	font-size: 17px;
	font-weight: 500;
	margin: 4% auto;
	line-height: 2em;
}

.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;
}

.bk01 {
	width: 100%;
	margin: 0 auto;
	padding: 4% 0 8%;
	background-color: #A1A1A1;
}

.bk02 {
	width: 100%;
	margin: 0 auto;
	padding: 4% 0 8%;
	background-color: #D9D7CF;
}


.bk02 h1 {
	color: #491010;
}

.style_box {
	background-color: #fff;
	padding: 2%;
	margin: 2%;
	display: flex;
	justify-content: space-between;
}

.style1 {
	width: 64.5%;
}

.style2 {
	width: 33%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.txtbox1 {
    width: 50%;
    margin: 5% 0 5% 45%;
    z-index: 5;
}

.txtbox_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3% 0;
}


.txtbox_name {
	font-family: "Libre Bodoni", serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.5em;
	margin: 2% 0 ;
	text-align: center;
}



.clear {
	clear:both;
}

.btn-1 {
    display: inline;
	font-family: "Libre Bodoni", serif;
	font-weight: 800;
    font-size: 15px;
	line-height: 2em;
	width: 40%;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
	font-family: "Libre Bodoni", serif;
    display: block;
    font-size: 35px;
	font-weight: 600;
    padding: 5px 10px;
	margin: 8% auto 15%;
    color: #000;
}

a.btn-2 {
    text-decoration: underline;
}

#ターゲット要素 {
    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;
	}

    .fix_inner p {
        font-size: 12px;
        margin: 7px 0;
    }
    
	.fix_inner h1 {
		font-size: 37px;
		margin: 6% auto 2%;
	}	
    
    .fix_inner h2 {
        font-size: 18px;
		line-height: 1.6em;
    }
    
    .fix_inner h3 {
        font-size: 23px;
    }
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.txtbox1 {
		width: 65%;
		margin: 5% 0 5% 30%;
	}
	
	.txtbox_name {
		font-size: 15px;
	}
	
    .btn-1 {
        font-size: 12px;
    }
	
	.btn-2 {
		font-size: 24px;
	}
	
}


