/* Renovation Top Page
------------------------------------------*/
/* common */
#new_body {
	padding-top: 100px;
	/* background-color: #fff; */
	font-family: 'Noto Sans JP', sans-serif;
  }

  @media screen and (max-width: 1280px) {
	#new_body {
	  padding-top: 100px;
	}
  }

  @media screen and (max-width: 768px) {
	#new_body {
	  padding-top: 50px;
	}
  }

  /* .pc_item {

  } */

  .sp_item {
	display: none!important;
  }

@media screen and (max-width: 768px) {
	.pc_item {
		display: none!important;
	}
	.sp_item {
		display: block!important;
	}
}

  /* heading */
  h2.section-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .024em;
	margin-bottom: 18px;
  }

  @media screen and (max-width: 768px) {
	.section-heading {
	  font-size: 20px;
	}
  }

  .section-heading span {
	font-size: 12px;
  }

  @media screen and (max-width: 768px) {
	.section-heading span {
	  font-size: 10px;
	}
  }

  /* header */
  .new-header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100px;
	z-index: 999;
  }

  @media screen and (max-width: 1280px) {
	.new-header {
	  height: 100px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header {
	  height: 50px;
	}
  }

  .new-header .header-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 260px 0 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-box {
	  padding: 0 200px 0 30px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-box {
	  padding: 0 10px;
	}
  }

  .new-header .header-box .header-logo {
	width: 100%;
	max-width: 300px;
	margin: 0;
	-ms-flex-negative: 0;
		flex-shrink: 0;
  }

  @media screen and (max-width: 1536px) {
	.new-header .header-box .header-logo {
	  max-width: 250px;
	}
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-box .header-logo {
	  max-width: 180px;
	}
  }

  .new-header .header-box .header-logo img {
	width: 100%;
  }

  .new-header .header-box .header-nav {
	display: block;
	height: 100%;
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav {
	  position: fixed;
	  top: 0;
	  left: 100%;
	  width: 100%;
	  height: 100vh;
	  padding-top: 100px;
	  background-color: #eef0f3;
	  -webkit-transition: .3s;
	  transition: .3s;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-box .header-nav {
	  padding-top: 55px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav.open {
	  left: 0;
	}
  }

  .new-header .header-box .header-nav .header-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	height: 100%;
	margin: 0;
	list-style: none;
  }

  @media screen and (max-width: 1536px) {
	.new-header .header-box .header-nav .header-nav-list {
	  gap: 30px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  width: 90%;
	  height: auto;
	  margin: 0 auto;
	  gap: 0;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-box .header-nav .header-nav-list {
	  gap: 0;
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item {
	height: 100%;
	margin: 0;
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item {
	  height: auto;
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .07em;
	color: #000;
	-webkit-transition: .3s;
	transition: .3s;
  }

  @media screen and (max-width: 1536px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a {
	  font-size: 14px;
	}
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a {
	  font-size: 12px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a {
	  position: relative;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	  padding: 20px 0;
	  border-bottom: 1px solid #ccc;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a::after {
	  position: absolute;
	  top: 50%;
	  right: 0;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 8px solid #027fcc;
	  border-right: 0;
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item a:hover {
	opacity: .5;
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item a span {
	display: block;
	font-size: 12px;
  }

  @media screen and (max-width: 1536px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a span {
	  font-size: 11px;
	}
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a span {
	  font-size: 10px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item a span {
	  display: none;
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item.sub {
	position: relative;
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item.sub::after {
	position: absolute;
	top: 27px;
	right: -15px;
	content: "▽";
  }

  @media screen and (max-width: 1536px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item.sub::after {
	  top: 29px;
	}
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item.sub::after {
	  top: 30px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item.sub::after {
	  content: "";
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item.sub .header-subnav-list {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
	display: none;
	width: 190%;
	height: auto!important;
	margin: 0;
	background-color: #fff;
	list-style: none;
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item.sub .header-subnav-list {
	  position: static;
	  display: block;
	  width: 100%;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  background-color: #eef0f3;
	  opacity: 1;
	  visibility: visible;
	}
  }

  .new-header .header-box .header-nav .header-nav-list .header-nav-item.sub .header-subnav-list .header-subnav-item a {
	display: block;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #000;
  }
  .new-header .header-box .header-nav .header-nav-list .header-nav-item.sub .header-subnav-list .header-subnav-item a::before {
	  display: none;
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-box .header-nav .header-nav-list .header-nav-item.sub .header-subnav-list .header-subnav-item a {
	  padding: 20px 0;
	  line-height: 1.7;
	  text-align: left;
	}
  }

  .new-header .header-tel {
	position: fixed;
	top: 0;
	right: 115px;
	width: 115px;
	height: 100px;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-tel {
	  right: 90px;
	  width: 90px;
	  height: 100px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-tel {
	  right: 180px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-tel {
	  right: 100px;
	  width: 50px;
	  height: 50px;
	}
  }

  .new-header .header-tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	height: 100%;
	background-color: #027fcc;
	text-decoration: none;
  }

  .new-header .header-tel a img {
	width: 40px;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-tel a img {
	  width: 40px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-tel a img {
	  width: auto;
	  height: 20px;
	}
  }

  .new-header .header-tel a span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-tel a span {
	  font-size: 10px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-tel a span {
	  display: none;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-tel a span {
	  font-size: .8rem;
	}
  }

  .new-header .header-contact {
	position: fixed;
	top: 0;
	right: 0px;
	width: 115px;
	height: 100px;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-contact {
	  width: 90px;
	  height: 100px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-contact {
	  right: 90px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-contact {
	  right: 50px;
	  width: 50px;
	  height: 50px;
	}
  }

  .new-header .header-contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	height: 100%;
	background-color: #027fcc;
	text-decoration: none;
	border-left: 2px solid #fff;
  }

  .new-header .header-contact a img {
	width: 45px;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-contact a img {
	  width: 49px;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-contact a img {
	  width: auto;
	  height: 20px;
	}
  }

  .new-header .header-contact a span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
  }

  @media screen and (max-width: 1280px) {
	.new-header .header-contact a span {
	  font-size: 10px;
	}
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-contact a span {
	  display: none;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-contact a span {
	  font-size: .8rem;
	}
  }

  .new-header .header-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	width: 90px;
	height: 100px;
	background-color: #363636;
	color: #fff;
	z-index: 1;
	cursor: pointer;
  }

  @media screen and (max-width: 1024px) {
	.new-header .header-btn {
	  display: block;
	}
  }

  @media screen and (max-width: 768px) {
	.new-header .header-btn {
	  width: 50px;
	  height: 50px;
	}
  }

  .new-header .header-btn .header-btn {
	position: relative;
  }

  .new-header .header-btn .header-btn__inner {
	height: 100%;
  }

  .new-header .header-btn .header-btn__inner::before {
	position: absolute;
	top: calc(50% - 4px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
  }

  @media screen and (max-width: 768px) {
	.new-header .header-btn .header-btn__inner::before {
	  top: calc(50% - 1px);
	  width: 25px;
	}
  }

  .new-header .header-btn .header-btn__inner::after {
	position: absolute;
	top: calc(50% - 16px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	content: "";
	width: 40px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
  }

  @media screen and (max-width: 768px) {
	.new-header .header-btn .header-btn__inner::after {
	  top: calc(50% - 10px);
	  width: 25px;
	}
  }

  .new-header .header-btn .header-btn__inner span {
	position: absolute;
	top: calc(50% + 18px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
  }

  @media screen and (max-width: 768px) {
	.new-header .header-btn .header-btn__inner span {
	  top: calc(50% + 12px);
	  font-size: 10px;
	  width: 100%;
	text-align: center;
	}
  }

  .new-header .header-btn.open .header-btn__inner::before {
	-webkit-transform: translate(-50%, -50%) rotate(-20deg);
			transform: translate(-50%, -50%) rotate(-20deg);
	top: calc(50% - 8px);
  }

  .new-header .header-btn.open .header-btn__inner::after {
	-webkit-transform: translate(-50%, -50%) rotate(20deg);
			transform: translate(-50%, -50%) rotate(20deg);
	top: calc(50% - 8px);
  }

  /* slider */
  .mv .slick {
	margin: 0;
  }

  .mv .slick .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 40px;
	margin: 30px 0 0;
	list-style: none;
  }

  @media screen and (max-width: 768px) {
	.mv .slick .slick-dots {
	  gap: 20px;
	}
  }

  .mv .slick .slick-dots li button {
	width: 14px;
	height: 14px;
	border: 2px solid #027fcc;
	border-radius: 100px;
	text-indent: -99999px;
	cursor: pointer;
	background-color: #fff;
  }

  @media screen and (max-width: 768px) {
	.mv .slick .slick-dots li button {
	  width: 10px;
	  height: 10px;
	}
  }

  .mv .slick .slick-dots li.slick-active button {
	background-color: #027fcc;
  }

  /* サブメニュー */
  .top-sub-menu .section__inner {
	max-width: 1240px;
	margin: 80px auto 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0 20px;
  }

  @media screen and (max-width: 768px) {
	.top-sub-menu .section__inner {
	  margin: 45px auto 0;
	}
  }

  .top-sub-menu .section__inner .sub-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  @media screen and (max-width: 768px) {
	.top-sub-menu .section__inner .sub-menu-items {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  .top-sub-menu .section__inner .sub-menu-items .item {
	max-width: 426px;
	width: 33.333%;
	overflow: hidden;
  }

  @media screen and (max-width: 768px) {
	.top-sub-menu .section__inner .sub-menu-items .item {
	  max-width: none;
	  width: 100%;
	}
  }

  .top-sub-menu .section__inner .sub-menu-items .item a {
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
  }

  .top-sub-menu .section__inner .sub-menu-items .item a:hover {
	opacity: .5;
  }

  .top-sub-menu .section__inner .sub-menu-items .item a img {
	width: 100%;
  }

  .top-sub-menu .section__inner .sub-menu-items .item a .txt {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
  }

  @media screen and (max-width: 768px) {
	.top-sub-menu .section__inner .sub-menu-items .item a .txt {
	  top: 50%;
	  bottom: auto;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  font-size: 18px;
	}
  }

  .top-sub-menu .section__inner .sub-menu-items .item a .txt span {
	width: 150px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
  }

  @media screen and (max-width: 768px) {
	.top-sub-menu .section__inner .sub-menu-items .item a .txt span {
	  width: 120px;
	  font-size: 10px;
	}
  }

  /* 新着情報 */
  .top-news .section__inner {
	max-width: 980px;
	width: 100%;
	margin: 70px auto 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  .top-news .section__inner .top-news-list {
	list-style: none;
	margin: 0;
  }

  .top-news .section__inner .top-news-list .item {
	border-bottom: 1px solid #000;
  }

  .top-news .section__inner .top-news-list .item:first-of-type {
	border-top: 1px solid #000;
  }

  .top-news .section__inner .top-news-list .item a {
	display: block;
	padding: 13px 0;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
  }

  @media screen and (max-width: 768px) {
	.top-news .section__inner .top-news-list .item a {
	  font-size: 12px;
	}
  }

  .top-news .section__inner .top-news-list .item a .item_inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  .top-news .section__inner .top-news-list .item a .item_inner::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #027fcc;
	border-right: 0;
  }

  @media screen and (max-width: 768px) {
	.top-news .section__inner .top-news-list .item a .item_inner::after {
	  border-top: 4px solid transparent;
	  border-bottom: 4px solid transparent;
	  border-left: 7.5px solid #027fcc;
	}
  }

  .top-news .section__inner .top-news-list .item a .item_inner time {
	margin-right: 20px;
  }

  .top-news .section__inner .top-news-list .item a .item_inner p {
	margin: 0;
  }

  /* 施工事例 */
  .top-results .section__inner {
	max-width: 1280px;
	margin: 70px auto 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  .top-results .section__inner .top-results-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	list-style: none;
  }

  @media screen and (max-width: 768px) {
	.top-results .section__inner .top-results-items {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  .top-results .section__inner .top-results-items .item {
	max-width: 426px;
	width: 33.333%;
	overflow: hidden;
  }

  @media screen and (max-width: 768px) {
	.top-results .section__inner .top-results-items .item {
	  max-width: none;
	  width: 100%;
	}
  }

  /* バナー */
  .banner {
	margin-top: 70px;
  }

  .banner .section__inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  .banner .section__inner a {
	-webkit-transition: .5s;
	transition: .5s;
  }

  .banner .section__inner a:hover {
	opacity: .5;
  }

  /* blog */
  .top-blog {
	margin-top: 70px;
  }

  .top-blog .section__inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }

  .top-blog .section__inner .top-blog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	gap: 12px;
	margin: 0;
	list-style: none;
  }

  @media screen and (max-width: 768px) {
	.top-blog .section__inner .top-blog-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  .top-blog .section__inner .top-blog-list .top-blog-item {
	max-width: 317px;
	width: 33.3%;
  }

  @media screen and (max-width: 768px) {
	.top-blog .section__inner .top-blog-list .top-blog-item {
	  max-width: none;
	  width: 100%;
	}
  }

  .top-blog .section__inner .top-blog-list .top-blog-item a {
	color: #000;
  }

  .top-blog .section__inner .top-blog-list .top-blog-item a .img {
	background-color: #fff;
	text-align: center;
  }

  .top-blog .section__inner .top-blog-list .top-blog-item a .title {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
  }

  @media screen and (max-width: 768px) {
	.top-blog .section__inner .top-blog-list .top-blog-item a .title {
	  font-size: 12px;
	}
  }

  .top-blog .section__inner .top-blog-list .top-blog-item a time {
	font-size: 12px;
  }

  @media screen and (max-width: 768px) {
	.top-blog .section__inner .top-blog-list .top-blog-item a time {
	  font-size: 10px;
	}
  }

  /* map */
  .top-map {
	margin-top: 120px;
  }

  @media screen and (max-width: 768px) {
	.top-map {
	  margin-top: 80px;
	}
  }

  .top-map iframe {
	width: 100%;
	height: 700px;
	vertical-align: bottom;
  }

  @media screen and (max-width: 768px) {
	.top-map iframe {
	  height: 300px;
	}
  }

  .footer_banner {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
  }

  @media screen and (max-width: 768px) {
	.footer_banner {
	  width: 50%;
	  margin: 0px 15px 20px;
	}
  }

  .page_heading {
	position: relative;
	width: 100%;
	height: 140px;
	background-image: url(../images/common/tiback05.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
  }

  .page_heading h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	font-size: 30px;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
  }

  .page_content {
	max-width: 1200px;
	width: 100%;
	margin: 8vh auto;
  }

  /* Blog */
  .page_content .post_post {
	margin-top: 70px;
  }

  .page_content .post_post:first-of-type {
	margin-top: 0;
  }

  .page_content .post_post .post_img {
	margin-bottom: 30px;
	text-align: center;
  }

  .page_content .post_post .post_info {
	display: flex;
	gap: 20px;
	font-size: 14px;
	color: #969696;
  }

  .page_content .post_post .post_info .date i,
  .page_content .post_post .post_info .cate i {
	margin-right: 5px;
  }

  .page_content .post_post .post_ttl{
	font-size: 32px;
    font-weight: 600;
    margin-bottom: 22px;
  }

  .pager {
	margin-top: 100px;
  }

  .pager .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
  }

  .pager .wp-pagenavi .page,
  .pager .wp-pagenavi .previouspostslink,
  .pager .wp-pagenavi .nextpostslink {
	color: #979797;
	background-color: #f3f3f3;
	padding: 7px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .pager .wp-pagenavi .current{
	display: block;
	color: #fff;
	padding: 7px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background-color: #99D15E;
  }

  .another_posts {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
  }
  .another_posts .another_posts_pre,
  .another_posts .another_posts_next {
	position: absolute;
  }
  .another_posts .another_posts_pre {
	left: 0;
  }
  .another_posts .another_posts_next {
	right: 0;
  }
  .another_posts .another_posts_pre i,
  .another_posts .another_posts_next i {
	color: #8d8d8d;
	background-color: #f3f3f3;
	font-size: 20px;
    line-height: 20px;
    padding: 5px 12px;
  }
  .another_posts .another_posts_pre i {
	margin-right: 15px;
  }
  .another_posts .another_posts_next i {
    margin-left: 15px;
  }

  .addtoany_share_save_container {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	background-color: #f3f3f3;
	margin-top: 20px;
    line-height: 1;
    padding: 17px 22px 14px;
  }
  .addtoany_share_save_container .addtoany_header {
	margin: 0;
  }


/* contact form */
.contact_head {
	margin: 0px 0 20px;
	padding: 16px;
	color: #262626;
	background-color: #FFFAD2;
}

.contact_head ul li {
	margin-left: 0!important;
	list-style: none!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    padding: 19px 15px;
    width: 100%;
	color: #353535;
	background-color: #deedef;
}