@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Meiryo', sans-serif;
  color: #000;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}
.container, .row, header, section, footer {
  width: 100%;
  float: left;
}
.cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.cont-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none !important;
  outline: none !important;
  color: inherit;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
a:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease-in-out;
  outline: none;
}
a[href^="tel:"] {
  cursor: auto;
}
p {
  line-height: inherit;
}
.hv-o:hover {
  opacity: 0.7;
}
.pc-show {
  display: inline-block;
}
.sp-show {
  display: none !important;
}
.head {
  font-size: 0;
}
.head-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.logo {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 45px;
}
.menu {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.menu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.menu ul li:last-child {
  padding-right: 0;
}
.menu ul li a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 16px;
  line-height: 160%;
}
.menu ul li a.contact {
  font-weight: bold;
  background: url(../img/arrow.png) left top no-repeat;
  padding-left: 35px;
}
.menu-sp {
  display: none;
}
.menu-sp i {
  font-size: 25px;
  color: #000;
  background: #FBCF00;
  padding: 20px;
}
.slide {
  position: relative;
}
.slide-title {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 0 60px;
  background: #FBCF00;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  line-height: 160%;
}
.slide .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FBCF00;
}
.footer {
  background: rgba(251, 207, 0, 0.3) url(../img/bg1.png) center bottom repeat-x;
  padding: 50px 0;
}
.ft-logo-title {
  text-align: left;
  margin-bottom: 10px;
}
.ft-sum {
  font-size: 0;
  padding: 15px 0;
}
.ft-logo {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}
.ft-logo-text {
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
}
.ft-tel {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.ft-contact {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.ft-map {
  margin-top: 15px;
}
.ft-map iframe {
  width: 100%;
  height: 385px;
  display: inline-block;
  vertical-align: top;
}
.copyright {
  text-align: center;
  padding: 30px 0 20px 0;
  font-size: 10px;
}
.copyright-child {
  text-align: left;
  padding-bottom: 20px;
  font-size: 10px;
}
.pagetop {
  position: fixed;
  right: 0px;
  bottom: 110px;
  z-index: 100;
  cursor: pointer;
}
.main {}
.top {
  padding: 25px 0 40px 0;
}
.wrap {
  font-size: 0;
}
.left {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-right: 8%;
}
.right {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.right iframe {
  height: 300px;
  overflow: auto;
  border: 1px solid #bfbfbf !important;
}

.x_box {
	width: 100%;
	margin: 90px auto 30px;
	border: solid #000000 5px;
	text-align: center;
	font-weight: bold;
	padding: 36px;
}
.x_box p {
	font-size: 24px;
	margin-bottom: 20px;
}


.title {
  position: relative;
  padding-bottom: 15px;
}
.title-more {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.content {
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}
.pkobo_news iframe {
  width: 100%;
  height: 420px;
}
.top-build {
  background: rgba(251, 207, 0, 0.3);
  padding: 30px 0 60px 0;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.top-build:before {
  content: "";
  width: 100%;
  height: 38px;
  background: url(../img/bg1.png) repeat-x;
  position: absolute;
  top: -38px;
  left: 0;
}
.top-build-title {
  text-align: center;
}
.top-build-content {
  margin: 50px 0 23px 0;
  background: url(../../img/index/top-bg1.png) center top no-repeat;
  background-size: cover;
  height: 382px;
  position: relative;
}
.top-build-content2 {
  margin: 50px 0 23px 0;
  background: url(../../img/index/top-bg2.png) center top no-repeat;
  background-size: cover;
  height: 382px;
  position: relative;
}
.top-build-content img, .top-build-content2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-build-button {
  font-size: 0;
}
.top-build-button a {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 4%;
}
.top-build-button a:last-child {
  text-align: right;
  margin-right: 0;
}
.top-slide {
  padding: 60px 0;
  background: url(../../img/index/top-bg3.png) center top;
}
.top-slide-img {
  height: 176px;
  background: url(../../img/index/top-slide.png) center center repeat-x;
  animation: slide 100s linear infinite;
  margin-top: 30px;
}
@keyframes slide {
  0% {
    background-position: 5040px 0;
  }
  10% {
    background-position: 4536px 0;
  }
  20% {
    background-position: 4032px 0;
  }
  30% {
    background-position: 3528px 0;
  }
  40% {
    background-position: 3024px 0;
  }
  50% {
    background-position: 2520px 0;
  }
  60% {
    background-position: 2016px 0;
  }
  70% {
    background-position: 1512px 0;
  }
  80% {
    background-position: 1008px 0;
  }
  90% {
    background-position: 504px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes slide {
  0% {
    background-position: 5040px 0;
  }
  10% {
    background-position: 4536px 0;
  }
  20% {
    background-position: 4032px 0;
  }
  30% {
    background-position: 3528px 0;
  }
  40% {
    background-position: 3024px 0;
  }
  50% {
    background-position: 2520px 0;
  }
  60% {
    background-position: 2016px 0;
  }
  70% {
    background-position: 1512px 0;
  }
  80% {
    background-position: 1008px 0;
  }
  90% {
    background-position: 504px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.top-slide-button {
  text-align: center;
  margin-top: 20px;
}
.top-banner {
  padding: 50px 0;
}
.top-banner-100 {
  margin-bottom: 45px;
}
.top-banner-50 {
  width: 48.5%;
  display: inline-block;
  margin-right: 3%;
}
.top-banner-50:nth-child(2n) {
  margin-right: 0;
}
.top-banner-50.img-over img {
  max-width: inherit;
}
.top-banner-text {
  font-size: 12px;
  line-height: 180%;
  color: #666666;
  margin-top: 50px;
}
.banner {
  background: url(../img/banner.png) top center no-repeat;
  background-size: cover;
  height: 279px;
  position: relative;
}
.banner2 {
  background: url(../img/banner2.png) top center no-repeat;
  background-size: cover;
  height: 279px;
  position: relative;
}
.banner-title {
  background: #FBCF00;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 47px 0;
}
.banner-title:before {
  content: "";
  background: url(../img/banner-top.png) center top no-repeat;
  position: absolute;
  top: -38px;
  left: 0;
  text-align: center;
  z-index: 99;
  width: 100%;
  height: 38px;
}
.br-sp-show {
  display: none;
}
@media screen and (max-width:767px) {
  .pc-show {
    display: none !important;
  }
  .sp-show {
    display: inline-block !important;
  }
  .banner-title {
    padding: 20px 0;
  }
  .cont {
    width: 96%;
    margin: 0 2%;
  }
  .logo {
    width: 100%;
    padding: 20px 15px;
  }
  .menu {
    width: 100%;
    position: relative;
  }
  .menu ul {
    position: absolute;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .menu ul li {
    width: 100%;
    padding: 0;
  }
  .menu ul li a {
    text-align: left;
    width: 100%;
    background: #0064ba;
    padding: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .menu ul li a.contact {
    background: #0064ba url(../img/arrow.png) left 10px top 12px no-repeat;
    background-size: 20px;
  }
  .menu-sp {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .head-fixed .menu-sp {
    height: 100%;
  }
  .head-fixed .menu-sp i {
    height: 100%;
  }
  .slide-title {
    padding: 0 15px;
  }
  .ft-logo-title {
    text-align: center;
  }
  .ft-sum {
    text-align: center;
  }
  .ft-logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .ft-tel {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .ft-contact {
    width: auto;
  }
  .pagetop img {
    width: 50px;
  }
  .copyright-child {
    text-align: center;
  }
  .left {
    width: 100%;
    padding-right: 0;
  }
  .right {
    width: 100%;
    margin-top: 30px;
  }
  .top-banner-50.img-over img {
    max-width: 100%;
  }
  .top-build-content {
    height: 190px;
  }
  .top-build-content2 {
    height: 190px;
  }
  .top-build-content img, .top-build-content2 img {
    max-width: 90%;
    margin: auto;
  }
  .top-build-button a {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-build-button a:last-child {
    text-align: center;
  }
  .br-sp-show {
    display: block;
  }
  .banner2, .banner {
    height: 200px;
  }
  .ft-logo .ft-logo-text {
    text-align: left;
    max-width: 320px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
	
	.x_box {
		margin: 50px auto 10px;
		border: solid #000000 3px;
		padding: 20px;
		width: 98%;
		
	}
	.x_box p {
		font-size: 18px;
		margin-bottom: 14px;
		line-height: 1.5;
	}
	
	.x_box img {
		width: 80%;
	}
	
	
}
@media screen and (max-width:480px) {
  .logo {
    padding-right: 25%;
  }
  .ft-logo-text {
    font-size: 14px;
  }
  .ft-map iframe {
    height: 280px;
  }
  .copyright {
    padding: 15px 0 0 0;
  }
}