@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk {
	margin: 0 auto;
	padding: 2% 0;
	background-color: #fffabd;
}

.st_wrap {
	clear: both;
	width: 100%;
	max-width: 1000px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
	font-weight: 500;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-size: 56px;
	letter-spacing: 0.017em;
	text-align: center;
	margin: 4% auto 1%;
    line-height: 1.2em;
    color: #785a20;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 23px;
    line-height: 1.4em;
	font-weight: 500;
	text-align: center;
    margin: 1% auto 2%;
    color: #000;
}

.st_wrap h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 8%;
}
.st_wrap p {
    text-align: center;
    font-size: .8rem;
    line-height: 1.5em;
    margin: 2% auto 0;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 80%;
	max-width: 600px;
	margin:0 auto 4%;
}


.sp {
	display:none;
}

.off {
	width: 140px;
	position: absolute;
	top: 2%;
	right: 2%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.ttl {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 3% auto 2%;
}

.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    margin: 1% 0;
}


.icon {
    width: 28%;
    position: absolute;
    top: -2%;
    right: -2%;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.name_item {
	font-size: 14px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: left;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}

.w80 {
	width: 90%;
	max-width: 650px;
	margin: 6% auto;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 1000px;
	margin: 6% auto 4%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%; 
}

.thum_box_3 {
	width: 100%;
	max-width: 1000px;
	margin: 4% auto;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
}

.thumb {
	width: 28%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
    font-size: 14px;
	letter-spacing: 0.067em;
	font-weight: 600;
	line-height: 1.1em;
    width: 80%;
	margin: 7% auto 6%;
	padding: 5% 0 ;
	background-color: #fff;
	border: solid 2px #000;
	box-sizing: border-box;
	color: #000;
}

.Btn-1 span {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
	letter-spacing: 0.024em;
	font-weight: 500;
	color: #000;
}

.Btn-2 {
    font-size: 14px;
	letter-spacing: 0.067em;
	font-weight: 600;
	line-height: 1.1em;
    width: 60%;
	margin: 7% auto 6%;
	padding: 2% 0;
	background-color: #fff;
	border: solid 2px #000;
	box-sizing: border-box;
	color: #000;
}


.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}



.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch:before {
  margin-right: .3em; /* 文字の右隣 */
}
.catch:after {
  margin-left: .3em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.bk {
		padding: 7px;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.info_box {
		margin: 4% 5% 6%;
		padding: 2%;
	}
	
	.off {
		width: 20%;
		top: -2%;
		right: -2%;
	}
	
	.st_wrap h1 {
		font-size: 36px;
        line-height: 1.1em;
	}	
    
	.st_wrap h2 {
		font-size: 14px;
        margin: 4% auto 6%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 5%;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 4% auto 2%;
    }
    
    .t_P {
        font-size: 11px;
        margin: 4% 2%;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    
    .ttl {
        font-size: 15px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 100%;
		margin: 6% auto 3%;
		gap: 2%;
	}

	.thumb {
		width: 31%;
	}
	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}


	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
/* Button 1 */
.Btn-1 {
	font-size: 11px;
	width: 90%;
    line-height: 1.2em;
	margin: 8% auto 10%;
	border: solid 1px #000;
}
	
	.Btn-1 span {
		font-size: 11px;
	}
	
.Btn-2 {
	font-size: 13px;
	border: solid 1px #000;
	margin: 8% auto 6%;
    } 
	
	.arrow_r:after  {
		right: 5px;
	}
	
}

