@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000000;	
    font-size: 16px;
	text-align: center;
	background-color: #ccbdfb;
}

.st_wrap a {
	text-decoration: none;
}

.st_wrap h1 {
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	margin: 1% auto 4%;
    line-height: 1.6em;
}

.st_wrap h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	text-align: center;
	margin: 1% auto 6%;
    line-height: 1.2em;
	letter-spacing: 0;
    color: #000;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    text-align: center;
    font-size: 13px;
	font-weight: 400;
    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;
}


.sp {
	display:none;
}

.Lead {
	text-align:center;
	font-size: 18px;
	margin: 2% auto;
	line-height:1.8em;
	font-weight: 500;
	color: #fff;
}

.Lead strong {
	font-size: 150%;
	color: #6b4ecc;
	border-bottom: solid 4px #6b4ecc;
	padding: 0 5px;
}

.t_P {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    margin: 3% 0 1%;
}

.t_P a {
	color: #000;
}

.info_box {
	border: solid 2px #6d9087;
	width: 75%;
	margin: 10% auto 3%;
	padding: 6% 3%;
	font-size: 13px;
	line-height: 1.8em;
	position: relative;
}

.co01 {
    color: #4E78D0;
}

.co02 {
    color: #F89033;
}

.co03 {
    color: #ffc200;
	font-size: 120%;
}

.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%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 5%;
    padding: 0;
    display: flex; 
    gap: 20px;
	justify-content: space-around;
}

.thumb {
	width: 46%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 10px 0 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
	border-radius: 30px 0 30px 0;
}

.thumb figure {
	margin: 0;
	padding: 0;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 18px;
	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: 15px;
	font-weight: 500;
    width: 40%;
	margin: 3% auto 6%;
	padding: 15px 0;
	background-color: #6b4ecc;
	border: solid 2px #fff;
	box-sizing: border-box;
	color: #FFFFFF;
}

.Btn-1 span {
    font-size: 70%;
}

.Btn-2 {
    width: 50%;
	margin: 15px auto 20px;
	font-size: 14px;
	padding: 10px 0;
    text-align: center;
	background-color: #6b4ecc;
	border: solid 2px #fff;
	box-sizing: border-box;
	color: #FFFFFF;
}


.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
	}

	
	.st_wrap h1 {
		font-size: 16px;
		margin: 6% auto 1%;
	}	
    
	.st_wrap h2 {
		font-size: 23px;
        padding: 2% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 4% auto 2%;
		text-align: left;
    }
	
	.st_wrap p br {
		display: none;
	}
    
	.sub {
		font-size: 11px;
		letter-spacing: 1.5em;
	}
	
	.Lead {
		font-size: 15px;
		margin: 3% auto 5%;
	}
	
    .t_P {
        font-size: 12px;
        margin: 4% 2%;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 94%;
		margin: 2% auto 8%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}

	.thumb {
		width: 48.5%;
		margin: 3% auto;
	}
	
	.sub {
		width: 100%;
		top: -5%;
	}
	
	.info_box {
		width: 95%;
		font-size: 12px;
		line-height: 1.6em;
		text-align: center;
		padding: 6% 3%;
		margin: 15% auto 5%;
	}
	
	
	
	.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 {
		width: 70%;
		font-size: 12px;
   	 	line-height: 1.2em;
		margin: 2% auto 10%;
		border-radius: 2px;
	}
	
	.Btn-2 {
		width: 60%;
        font-size: 12px;
        line-height: 1.5em;
        margin: 8% auto 5%;
		padding: 5px 0;
    } 
	
	
}

