@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.g-menu-wrap {
  display: none !important;
}
h3	,#menu h3 span{
		font-size:3rem;
	}
	  .mobile-sub-nav-list {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
  }
	.mobile-sub-nav li a {
  display: block;
		padding: 10px;
	}
}

@media screen and (max-width:820px) {
	.frame02{
		width:90%;
		margin:0 auto 30px;
		padding: 20px;
	}
	body.page-template-page-fullwidth section:first-child, body.wp-singular section:first-child{
		padding-top: 10vw;
	}
	body.page-template-page-fullwidth section:only-of-type:last-child, body.wp-singular section:only-of-type:last-child {

	padding-top: 10vw;
		padding-bottom: 10vw;
	}
	body{
		background-size: 150%,100%;
	}
	#news{
		padding-top:100px;
	}
	.frame01 {
		width:90%;
		margin:0 auto;
			padding:20px;
	}
	.frame01  .inner{
		padding:20px;
	}
	h3{
		text-align: center;
	}
	h2.main-tit{
		font-size: 2em;
	}
	h3.section-subtitle {
  color: #545454;
  font-size: 2em;
  letter-spacing: .1em;
  font-weight: 600;
		margin-bottom: 30px;
	}
	section {
  padding-bottom: 50px;
}
	.block-flex {
		display: block;
	}
	.col50 {
  width: 90%;
		margin:0 auto 30px;
}
	.section-subtitle{
		padding:0;
	}
	h2.main-tit{padding-right:0;}
	section:first-child h2.main-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3vw;
  transform: translateY(-50%);
  width: 20vw;
  height: 10vw;
  background: url(/wp-content/uploads/2026/01/animal01.png) no-repeat center / contain;
}
	section:nth-of-type(2) h2.main-tit::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3vw;
  transform: translateY(-50%);
  width: 20vw;
  height: 10vw;
  background: url(/wp-content/uploads/2026/01/animal02.png) no-repeat center / contain;
}
	section:nth-of-type(3) h2.main-tit::before {
  content: "";
position: absolute;
  top: 0;
  right: -3vw;
  transform: translateY(-50%);
  width: 20vw;
  height: 10vw;
  background: url(/wp-content/uploads/2026/01/animal03.png) no-repeat center / contain;
}
	.sub-header-txt {
  padding: 10px 25px;
  color: #545454;
  line-height: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 90%;
}
}