@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 1024px) {
  #work-box {
    background: url(../image/bg1-service.png) no-repeat left top 60px,url(../image/bg2-service.png) no-repeat right bottom 75px #c5e7f8;
  }
}

@media all and (max-width: 999px) {
  .container {
    width: 95%;
  }
}

@media all and (max-width: 959px) {

  .container {
    width: 90%;
  }

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }

  nav.pc {
    display: none;
  }

  body {
    font-size: 12px;
  }

  
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

  .flex {
    display: block;
  }

  header h1 {
    margin: 0;
    padding: 22px 0 12px 2.5%;
  }

  header h1 a {
    display: inline-block;
  }
  
  header h1 img {
    width: 108px;
  }

  header h1 p {
    font-size: 9px;
    margin-top: 0;
  }
 

  nav {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 20px 0 0 0;
    z-index: 9999;
		display:none;
  }

  nav a {
    font-size: 10px;
    line-height: 1.2;
    padding: 15px 0;
    color: #fff;
  }

  .menubt {
    z-index: 3;
    width: 40px;
    height: 40px;
    display: block;
    right: 7px;
    top: 15px;
    position: absolute;
    background: #b9dc99;
    background-size: contain;
  }
  
  .menubt span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 18px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }

  .menubt .text-menu {
    color: #fff;
    padding-top: 25px;
    text-align: center;
    font-size: 10px;
  }

  nav .container {
    width: 100%;
  }

  header .menu {
    margin-top: 0;
  }

  nav li {
    border-top: 1px solid #fff;
    padding: 0;
  }
		
		header nav .menu li {
			margin-right: 0;
		}

  header nav {
    padding: 20px;
    background-color: #b9dc99;
    border-bottom-left-radius: 0;
  }

  header nav .menu a {
    font-size: 16px;
  }

  nav a {
    font-size: 20px;
    padding: 16px 0;
  }

  header nav .menu a.menu-contact {
    width: 100%;
				background-color: #1c2e43;
				background-image: none;
    margin: 10px auto;
				padding: 0;
				text-align: center;
				display: block;
}

  header nav .menu a.menu-contact:hover, footer .btn-contact:hover {
				background-image: none;
		}

header h1 span, header p.logo span {
font-size: 12px;
font-weight: 400;
}

#morning-afternoon-time .photo1,
#morning-afternoon-time .photo2,
#morning-afternoon-time .photo3,
#morning-afternoon-time .photo1:hover,
#morning-afternoon-time .photo2:hover,
#morning-afternoon-time .photo3:hover,
#night-time .photo1,
#night-time .photo2,
#night-time .photo3,
#night-time .photo1:hover,
#night-time .photo2:hover,
#night-time .photo3:hover,
#evening-night-time .photo1,
#evening-night-time .photo2,
#evening-night-time .photo3,
#evening-night-time .photo1:hover,
#evening-night-time .photo2:hover,
#evening-night-time .photo3:hover {
	width: 10%;
}

/*--------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------*/
#new-blog {
  padding: 50px 0 60px 0;
}

#new-blog .new-box h2, #new-blog .blog-box h2 {
  margin-bottom: 26px;
}

h2 {
  font-size: 26px;
  padding-bottom: 14px;
}

#new-blog .new-box, #new-blog .blog-box {
  width: 100%;
}

#new-blog .new-box li {
  padding: 0 10px
}

#new-blog .new-box .list-new {
  margin-bottom: 30px;
}

.btn {
  font-size: 14px;
  border: 1px solid #1c2e43;
  border-radius: 20px;
  padding: 12px 53px;
}

.btn::before {
  right: 18px;
  width: 6px;
  height: 6px;
}

.btn::after {
  width: 18px;
  height: 1px;
}

#new-blog .blog-box {
  margin-top: 50px;
}

#new-blog .blog-box .list-blog {
  text-align: center;
  margin-bottom: 0;
}

#new-blog .blog-box li {
  display: inline-block;
  margin: 0 10px 30px 10px;
  text-align: left;
}

#service-box, #work-box {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 55px 0;
  border-radius: 14px;
}

#service-box {
  background: url(../image/bg1-service.png) no-repeat left 0 top 40px,url(../image/bg2-service.png) no-repeat right bottom 50px #b9dc99;
  background-size: 82px auto,77px auto;
}

#service-box .list-info {
  margin: 36px 0 34px 0;
  text-align: center;
}

#service-box .list-info li .photo {
  padding: 44px 0 10px 0;
  height: auto;
  margin: 20px 0 0 0;
}

#service-box .list-info li {
  width: 260px;
  height: 260px;
  display: inline-block;
  margin-bottom: 30px;
}

#service-box .list-info li .number {
  width: 40px;
  height: 40px;
  font-size: 23px;
  line-height: 40px;
  left: 7px;
  top: 15px;
}

#service-box .list-info li .number::after {
  right: 0px;
  border-top: 8px solid transparent;
  border-right: 14px solid #1c2e43;
  border-bottom: 8px solid transparent;
}

#service-box .list-info li h3 {
  font-size: 15px;
  padding: 0 40px;
}

#work-box .list-info {
  margin-top: 33px;
  margin-bottom: 29px;
  text-align: center;
}

#work-box .list-info li {
  width: 100%;
  margin-bottom: 30px;
  max-width: 313px;
  display: inline-block;
  text-align: left;
}

#work-box .list-info li .photo .text {
  font-size: 11px;
}

#work-box .list-info li h3 {
  font-size: 14px;
  padding-top: 10px;
}

#work-box {
  background: url(../image/bg1-service.png) no-repeat left 0 top 40px,url(../image/bg2-service.png) no-repeat right bottom 50px #c5e7f8;
  background-size: 82px auto,77px auto;
  margin-top: 20px;
}

#link-box li a {
  width: 100%;
  padding: 29px 0 30px 0;
  border-radius: 10px;
  font-size: 18px;
  max-width: 315px;
}

#link-box li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#link-box {
  padding: 60px 0 40px 0;
}

#link-box li:first-child {
  background: url(../image/icon1-link.png) no-repeat calc(50% - 70px) center;
  background-size: 38px auto;
}

#link-box li:first-child a:hover {
  background: url(../image/icon1-link.png) #E5F6F5  no-repeat calc(50% - 70px) center;
  background-size: 38px auto;
}

#link-box li:last-child {
  background: url(../image/icon2-link.png) no-repeat calc(50% - 70px) center;
  background-size: 44px auto;
}

#link-box li:last-child a:hover {
  background: url(../image/icon2-link.png) #E5F6F5 no-repeat calc(50% - 70px) center;
  background-size: 44px auto;
}

#link-box li .btn::before {
  right: 44px;
}

#link-box li .btn::after {
  width: 44px;
}

#contact-footer .info-phone {
  border-right: none;
  padding: 0 0 20px 0;
}

#contact-footer .info-phone, #contact-footer .info-contact {
  width: 100%;
}

#contact-footer {
  padding: 45px 0;
}

#contact-footer .title {
  font-size: 14px;
  padding-top: 0;
}

#contact-footer .info-phone .phone span {
  font-size: 31px;
  padding-left: 23px;
  background: url(../image/icon-phone-footer.png) no-repeat left center;
  background-size: 14px auto;
}

footer .btn-contact {
  margin-top: 15px;
  line-height: 40px;
  width: 150px;
		padding: 0;
		text-align: center;
  background-image: none;
}

footer .menu {
  padding: 20px 0;
		font-size: 14px;
}

footer .logo-footer {
  margin: 30px 0;
}

footer .logo-footer .container {
	padding: 0;
	text-align: left;
}

footer .logo-footer .container img {
	width: 104px;
	height: auto;
}

footer .logo-footer {
	background-image: none;
}

#ptop {
  bottom: -14px;
}

#ptop img {
  width: 40px;
}

footer .menu li.active::after { 
  position: static;
}

footer .menu ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

footer .menu li {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}

footer .menu li a {
	padding: 8px;
	display: block;
	border-bottom: 1px solid #CCC;
}

.pan {
	display: none;
}

.btn {
	letter-spacing: 0;
}

#secondHeader {
	padding-bottom: 0;
}

#secondHeader nav {
	background: url(../image/second_frog.png) #b9dc99 no-repeat 40px bottom;
	background-size: 63px;
}

#second {
	padding: 40px 0;
}

#second .inner {
	width: 96%;
	padding: 40px 20px 20px;
}

#second .inner p.lead {
	font-size: 18px;
	text-align: left;
}

#second .inner .serviceBox h2 {
	font-size: 16px;
}

#second .inner h2 {
	letter-spacing: 0;
	font-size: 16px;
	padding: 10px 50px 10px 10px;
}

#second .inner h2:before {
	width: 40px;
}

#second .inner h2:after {
	right: 40px;
}

/*service*/

#second .inner .serviceBox .text {
	margin: 0;
}

#second .inner .serviceBox .tool {
	display: block;
}

#second .inner .serviceBox dl {
	width: 100%;
}


/*works*/
#second.works .catMenu {
	display: block;
}

#second.works .catMenu li {
	width: 100%;
	margin-bottom: 20px;
}

#second.works .list-info {
	display: flex;
	flex-wrap: wrap;
}

#second.works .list-info li {
	width: 100%;
	margin: 0 0 40px;
}

.worksDetail {
	display: block;
	margin: 20px 0;
}

.worksDetail .text {
	width: 100%;
}

.worksDetail .image {
	width: 100%;
}

/*company*/
.gaiyou {
	display: block;
	width: 90%;
}

.gaiyou dt {
	width: 100%;
	padding: 16px;
}

.gaiyou dd {
	width: 100%;
	padding: 16px;
}

.gmap {
	margin: 0 0 40px;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*blog*/
.listblog {
	display: block;
}

.listblog li {
	width: 100%;
}

/*contact*/
.contactTb {
	width: 100%;
}

.contactTb th{
	display: block;
	width: 100%;
	background-color: #F3F2F1;
}

.contactTb td{
	display: block;
	width: 100%;
}

.contactTb td input[type="text"] {
	width: 98%;
	font-size: 16px;	
}

.contactTb td textarea {
	width: 98%;
	font-size: 16px;	
}

.contactTb td input#zip {
	font-size: 16px;
}

.contactBtn input {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-appearance: button;
 appearance: button;
 border: none;
 box-sizing: border-box;
 cursor: pointer;
	background-color: #DDD;
	font-size: 16px;
	border: 1px solid #AAA;
}


}

