
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}


.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto ;
    padding: 5% 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #DDD5B4;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10% auto 3%;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.st_wrapper h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin:3% auto 1%;
	text-align: center;
	color: #000;
}

.st_wrapper h3 {
	font-size: 20px;
	margin: 6% auto 3%;
	padding: 1%;
	color: #fff;
	text-align: center;
	background-color: #0ec5cc;
}

.st_wrapper p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
    margin: 2% 0;
}

.Lead {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.8em;
    margin: 2% auto;
}

.Lead span {
	background-color: #fff;
	padding: 3px 20px 5px;
}

span.marker {
    background: linear-gradient(transparent 80%, #ccff00 80%);
}

.prof_box {
	position: relative;
	margin: 4% auto 6%;
}

.family {
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
}

.circle2 {
    position: relative;
    width: 350px;
    height: 350px; 
    background-color: #fff;
    border-radius: 50%; 
    margin: 10% auto;
	float: right;
    text-align: left;
}

.circle2-inner {
    position: absolute;
	width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1.6;
}

.circle2-inner .marker {
	font-size: 120%;
}


.sns_box {
	width: 60%;
	margin: 7% auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.icon {
	width: 28%;
}

.wht_box_1 {
	margin: 15% auto 5%;
	position: relative;
	background-color: #fff;
}

.wht_box_1 .inner {
	padding: 8% 2%;
	width: 70%;
	margin: 0;
}

.wht_box_2 {
	margin: 5% auto;
	padding: 3%;
	background-color: #fff;
	text-align: center;
}

.item {
	width: 70%;
	margin: 3% auto 0;
}

.item_name {
	font-size: 16px;
	font-weight: 500;
}

.sekoko {
	width: 28%;
	position: absolute;
	bottom: 0;
	right: 5%;
}

.txt1 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}


.txt2 {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 600;
}

.ttl {
	font-size: 40px;
	font-weight: 700;
	margin: 2% auto 1%;
	line-height: 1.2em;
}

.com_box {
	margin: 6% 5% 5%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 10px 15px;
  width: 75%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D8BA33;
  box-sizing: border-box;
  text-align: left;
}


.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #D8BA33;
  z-index: 1;
}
	
.prof_img {
	width: 100px;
	height: 100px;
	margin: auto 2%;
}

.prof_img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 1px #777;
	box-sizing: border-box;
}

.mugi {
	width: 25%;
	margin: 6% auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 40%;
	margin: 2% auto 2%;
	font-size: 15px;
	line-height: 2em;
	font-weight: 500;
	color: #000;
	background-color: #B9A05F;
}

.btn-2 {
	width: 400px;
	margin: 8% auto 2%;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}


.triangle-button{
    background-color: #D8BA33;
    border-radius: 4px;
    color: #000;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 12px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 16px;
	}
	
	.st_wrapper h3 {
		font-size: 14px;
	}
	
	.wrap_content {
		width: 90%;
		margin: 0 auto;
	}
	
	.Lead {
		font-size: 14px;
		line-height: 2.2em;
	}
	
	.item_name {
		font-size: 14px;
	}
	
	.sekoko {
    	width: 32%;
    	right: 0;
	}
	
	.family {
		position: relative;
		top: auto;
		left: auto;
		width: 80%;
		margin: -15% auto 5%;
	}
	
	.circle2 {
		width: 320px;
    	height: 320px;
		margin: 16% auto -20%;
		float: none;
	}
	
	.txt1 {
		font-size: 14px;
	}
	
	.txt2 {
		font-size: 16px;
	}
	
	.ttl {
		font-size: 20px;
		margin: 6% auto 2%;
	}
	
	.item {
		width: 90%;
	}
	
	.prof_img {
		width: 70px;
		height: 70px;
	}
	
	.prof_img img{
		width: 70px;
		height: 70px;
	}
	
	.com_box {
		flex-direction: column;
	}

	.mugi {
		width: 40%;
	}
	
	.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 90%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #D8BA33;
  box-sizing: border-box;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  top: auto;
  right: auto;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  top: auto;
  right: auto;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #D8BA33;
  z-index: 1;
}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	
	/* Button 1 */
	.btn-1 {
		width: 60%;
		margin: 3% auto;
		padding: 2%;
		font-size: 13px;
		position: relative;
	}
	
	.btn-2 {
		width: 65%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
	}	
			

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






