body{
  font-family: Trebuchet MS, "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", MS PGothic, sans-serif, serif, monospace;
  font-weight: 500;
}

.centered-top-container.sticky{
	display:none;
}

/*header
------------------*/
#header {
  /*top: -100px;
  position: absolute;*/
  width: 100%;
  z-index: 30;
  margin: 0px 0 10px 0;
  height: 90px;
  padding: 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	box-sizing:border-box;
}
@media screen and (min-width: 992px) {
  #header {
    justify-content: space-around;
  }
}
#header h1#headerlogo {
  line-height: 1;
  margin-top: 10px;
}
#header h1#headerlogo img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #header h1#headerlogo img {
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  #header h1#headerlogo {
    margin: 0 5% 0 0;
  }
}
#headernavi {
  margin: 0 0 0;
  padding: 0;
}

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

.pcmenu {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}
@media screen and (min-width: 992px) {
  .pcmenu {
    position: relative;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-aroud;
    gap: 5px;
	z-index:10;
  }
  .pcmenu li.menu {
    margin: 0px 0;
    font-size: clamp(14px, 1vw, 16px);
    text-align: center;
    position: relative;
  }
  .pcmenu li.menu > a {
    color: #333333;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 10px;
    height: 70px;
    min-width: 6em;
    position: relative;
    text-decoration: none;
    background: linear-gradient(rgb(255, 255, 255) 50%, rgb(240, 240, 240) 100%);
    border-bottom: solid 3px #00B1E3;
	box-sizing:border-box;
  }
  .pcmenu li.menu > a small {
    display: block;
    color: #00B1E3;
  }
  .pcmenu li.menu > a:hover {
    color: #00B1E3;
  }
  .pcmenu li.menu > a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 10px;
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #00B1E3;
    transition: 0.4s;
    z-index: -1;
  }
  .pcmenu li.menu > a:hover::after {
    bottom: -10px;
  }
  .pcmenu li.navi_contact > a {
    color: #FFF;
    background: linear-gradient(#B0D500 50%, #7f9b26 100%);
    border-color: #4c7825;
    min-width: 10em;
  }
  .pcmenu li.navi_contact > a small {
    color: #FFF;
  }
  .pcmenu li.navi_contact > a:hover {
    color: #FFF;
  }
  .pcmenu li.navi_contact > a::after {
    background: #4c7825;
  }
  .pcmenu li ul {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    min-width: 200px;
  }
  .pcmenu li ul li {
    height: 0;
    overflow: hidden;
    font-size: 90%;
  }
  .pcmenu li:hover ul li {
    height: auto;
  }
  .pcmenu li li a {
    line-height: 0;
    background-color: rgba(0, 184, 234, 0.95) !important;
    color: #FFF !important;
    display: block;
  }
  .pcmenu li:hover li a {
    background-image: none !important;
    text-align: center;
    border-bottom: solid 1px #FFF !important;
    padding: 15px 10px;
    line-height: 1.2;
  }
  .pcmenu li li a:hover {
    background-color: rgba(165, 216, 0, 0.95) !important;
  }
  .pcmenu li li.ippankeikaku {
    display: none;
  }
}

#topimage{
	background:url("https://www.haraplex.co.jp/img/h1/sky.jpg") no-repeat center center;
	background-size:cover;
  	padding: 1% 0;
}
#topimage h1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 10%;
  font-size: clamp(1.5rem, 0.2838266385rem + 2.5369978858vw, 2.25rem);
  margin: 1% 0;
}
#footerlast {
  margin: 0px 0 0px 0;
  padding: 15px 0px;
  overflow: hidden;
  background-color: #000;
  color: #FFF;
}

#copyright {
  margin: 0px 0;
  font-size: 12px;
  text-align: center;
}

.contact_form{
}
.contact_form a{
    color: #FFF !important;
    background: linear-gradient(#B0D500 50%, #7f9b26 100%);
    border-color: #4c7825;
	display:block;
	text-align:center;
	border-radius:5px;
	padding:10px 5px;
  }
}

