@charset "UTF-8";
/* CSS Document */

/*BGcolor
#home rgb(255,251,199)
#vision rgb(202,229,205)
#biz rgb(250,220,233)
#clean rgb(199,232,250)
#mgmt rgb(199,217,240)
#pack rgb(199,192,223)
#info rgb(236,243,207)
#access
*/

body {
  font-size: 16px;
  line-height: 160%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  background-color: rgb(255, 251, 199);
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 1em;
}

.spImg {
  display: none;
}

#scroll {
  top: 100px !important;
  left: 0;
  font-size: 0.8em;
  position: fixed;
  background-color: #FFF;
  padding: 5px;
  display: block;
  z-index: 1200;
}

#skrollr-body {
  padding: 0 0;
}

#backColor {
  padding: 0 0;
  background-color: rgb(255,251,199);
  width: 100%;
  height: 100vh;
}

/*ナビゲーション*/

#navBlock {
  position: fixed;
  display: block;
  z-index: 999;
  top: 0px;
  left: 0;
  background-color: #4CBBC2;
  width: 100%;
  margin: 0;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.5);
}

#navBlock ul {
  margin: 0 2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#navBlock li {
  list-style-type: none;
  font-size: 0.9em;
  margin: 0;
  padding: 0 10px;
}

#navBlock a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#navBlock p {
  font-size: 0.7em;
  line-height: 1.2em;
  color: #FFF;
  text-align: left;
  margin: 5px 20px;
}

.logoWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*セクション*/

section {
  width: 100%;
}

.widthPart {
  width: 90%;
  margin: 0px auto;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.floatWrap {
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin: 0 20px 20px;
}

#home {
  margin-top: 120px;
}

.flex-home {
  display: flex;
  align-items: center;
  margin: 0px auto;
  width: 85%;
}

#vision,
#biz,
#clean,
#mgmt,
#pack,
#info,
#access,
#contact_us section {
  margin-top: 100px;
}

#vision {}

#vision .imgBlock img,
#biz .imgBlock img {
  width: 275px;
  height: auto;
  margin: 0px 30px;
}

#vision .imgBlock p {
  margin-top: -10px;
}

#vision .imgBlock p span {
  font-size: 0.75em;
  padding-right: 10px;
}

#biz {
  margin-top: 200px;
}

#pack {}

#clean {}

#clean .imgBlock img {
  width: 550px;
  height: auto;
}

#mgmt {}

#info {}

#access {}

.resizeimage {
  width: 90%;
  height: auto;
}

.resize90 {
  width: 90%;
  height: auto;
}

.resize95 {
  width: 95%;
  height: auto;
}

.resize100 {
  width: 100%;
  height: auto;
}

.resize30 {
  width: 30%;
  height: auto;
}

.logo {
  width: 180px;
  height: auto;
  padding-bottom: 5px;
  margin: 10px 0px 0px 20px;
}

h1 {
  font-size: 2em;
  font-weight: bolder;
  color: rgb(234, 85, 4);
  margin-bottom: 0.75em;
  line-height: 1.2em;
}

h2 {
  font-weight: bold;
  border-radius: 1em;
  border: 1px solid #333;
  padding: 0.25em 1em;
  width: 16em;
  margin: 0 auto 2em;
}

#vision h2 {
  color: rgb(0, 155, 100);
  border-color: rgb(0, 155, 100);
}

#pack h2 {
  color: rgb(230, 55, 85);
  border-color: rgb(230, 55, 85);
}

#info h2 {
  color: rgb(101, 175, 31);
  border-color: rgb(101, 175, 31);
}

#access h2,
#contact_us h2 {
  color: rgb(235, 85, 4);
  border-color: rgb(235, 85, 4);
}

h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

#vision h3 {
  color: rgb(0, 155, 100);
}

#biz h3 {
  color: rgb(0, 130, 205);
}

#pack h3 {
  color: rgb(230, 55, 85);
}

#clean h3,
#clean h4 {
  color: rgb(0, 65, 155);
}

#mgmt h3,
#mgmt h4 {
  color: rgb(85, 27, 134);
}

#info h3 {
  color: rgb(101, 175, 31);
}

.topCopy {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 1em auto 0.5em;
}

#home .mainImage {
  margin-top: 0px;
}

img.mainImage {
  width: 100%;
  height: auto;
}

.appear {
  transform-origin: center top;
  animation: show 2s both;
  width: 100%;
}

#biz .content,
#vision .content {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
}

.coPart {
  padding: 30px;
}

#clean .content {
  text-align: center;
}

#clean .contentBox,
#mgmt .contentBox {
  margin: 0 auto;
  width: 80%;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.contentBox p,
.contentBox h4 {
  text-align: left;
}

.contentBox p {
  padding-top: 7px;
}

.contentWrap {
  display: flex;
  align-items: flex-start;
}

#clean .contentWrap {
  padding: 20px;
  justify-content: space-between;
}

#clean .contentWrap > div {
  width: 48%;
}

.cleanImg {
  margin-right: 20px;
}

.cleanImg img {
  width: 100%;
  height: auto;
}

#mgmt .wrapBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto;
}

#mgmt .imgBlock {
  width: 25%;
  margin: 10px;
}

#mgmt .imgBlock img {
  width: 100%;
  height: auto;
}

#mgmt .allowBlock img {
  width: 25px;
  height: auto;
  margin: 10px;
}

#mgmt .contentBox div {
  padding: 20px;
}

#pack .wrapBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto;
}

.col01 {
  margin: 0 2.5%;
  width: 28%;
}

.col01 p {
  text-align: left;
  margin-bottom: 1em;
}

.col01 img {
  width: 100%;
  height: auto;
}

.col01 h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: rgb(230, 55, 85)
}

#info .contentWrap {
  width: 85%;
  margin: 0px auto;
  justify-content: center;
}

.infoBox dl,
.formBox dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px dotted #999;
  padding: 5px 15px 4px;
}

.infoBox dl {
  justify-content: flex-start;
}

.infoBox dt {
  width: 120px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.infoBox dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

.infoBox {
  width: 600px;
}

.infoBox dl:first-child,
.formBox dl:first-child {
  border-top: 1px dotted #999;
}
.formBox dd {
  text-align: left;
}

.photoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}

.photoPart {
  margin-bottom: 15px;
}

.photoPart p {
  font-size: 0.9em;
}

.photoBox img {
  width: 250px;
  height: auto;
}

#access .contentWrap {
  width: 80%;
  margin: 0px auto;
  justify-content: center;
}

.mapWrap {
  overflow: hidden;
  position: relative;
  zoom: 1;
  width: 90%;
  margin-left: 10%
}

.gmapFloat {
  float: left;
  width: 65%;
  margin-bottom: 30px;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map {
  width: 500px;
  height: 400px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.ad {
  float: left;
  text-align: left;
  margin-left: 5%;
  width: 30%;
}

footer {
  background-image: url(../images/town.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 110px;
}

.footWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footWrap > div {
  text-align: left;
  margin: 0 10px;
  color: #FFF;
  font-size: 0.75em;
  line-height: 1.25em;
}

.footColor {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(169, 208, 107);
}

#contact_us footer {
  position: fixed;
  display: block;
  z-index: 999;
  bottom: 0;
  left: 0;
}

#contact {
  right: 50px;
  bottom: 150px
}

.contactBt {
  transform-origin: 50% 3px;
  -webkit-animation: botton 1s 0s both alternate infinite ease-in;
  animation: botton 1s 0s both alternate infinite ease-in;
}

.contactBt:hover {
  -webkit-animation: btstop 1s 0s both alternate infinite ease-in;
  animation: btstop 1s 0s both alternate infinite ease-in;
}

#navBlock.skrollable-after {}

p.lead {
  margin-bottom: 0em;
}

.fix {
  position: fixed;
}

.block100 {
  width: 100%;
  margin: 0px auto;
}

/* contact_us */

.caution {
  border: 1px solid #999;
  width: 80%;
  margin: 0 auto 20px;
}

.caution > div {
  margin: 15px;
}

.caution h3 {
  font-weight: bold;
  font-size: 1em;
}

.caution ul {
  text-align: left;
  margin: 0px 0px 5px 20px;
}

.caution li {
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.formBox {
  width: 80%;
  margin: 0 auto 200px;
}

.formBox dt {
  width: 40%;
  text-align: left;
}

.formBox dt span {
  font-size: 0.8em;
  color: #F30;
  padding-left: 1em;
}

input[type="text"],
textarea {
  padding: 0.2em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  width: 450px;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px rgb(235, 85, 4);
  border: 1px solid rgb(235, 85, 4);
}

form p {
  margin-top: 10px;
}

input.sysNextSubmit,
.homeBack a {
  font-size: 0.9em;
  border-radius: 0;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  padding: 5px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 10px;
  text-decoration: none;
}

input.sysNextSubmit:hover,
.homeBack a:hover {
  background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

.homeBack {
  margin-top: 30px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/* 文字修飾 */

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.75em;
}

/* box-shadow */

.shadow {
  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.5);
}

/*調整用class*/

.mgnT-30 {
  margin-top: -30px;
}

/*drawer.css 上書き*/

.drawer-hamburger {
  z-index: 1004;
}

.drawer-nav {
  z-index: 1002;
}

.drawer-overlay {
  z-index: 1001;
}

.drawer-navbar,
.drawer-navbar-header {
  z-index: 1003;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 3px;
  background-color: rgb(176, 215, 217);
}

.drawer-nav {
  background-color: rgba(255, 255, 255, 0.95);

}

.drawer-nav li {
  border-bottom: 1px rgb(202, 229, 205) dashed;
  padding: 3px;
}

.drawer-nav li a {
  display: block;
  color: rgb(76, 176, 183);
  text-decoration: none;
  font-weight: bold;
}

.drawer-nav li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(76, 176, 183);
}

@keyframes show {
  0% {
    transform: translate(0, 10em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes show2 {
  0% {
    transform: translate(0, -10em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes botton {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

@keyframes btstop {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes botton {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}


/* smartPhone */

@media screen and (min-width: 1201px) {}

@media screen and (max-width: 1024px) {
  .flex-home {
    width: 90vw;
  }
  #pack .wrapBox {
    width: 100%;
  }
  #clean .contentBox,
  #mgmt .contentBox {
    width: 100%;
  }

  .col01 img {
    width: 100%;
  }
  #mgmt .wrapBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
  }
  #mgmt .imgBlock img {
    width: 100%;
  }
  #info .contentWrap {
    width: 100%;
  }
  .mapWrap {
    overflow: hidden;
    position: relative;
    zoom: 1;
    width: 95%;
    margin-left: 5%
  }
  .photoBox img {
    width: 200px;
  }
  .formBox {
  width: 90%;
}
  input[type="text"],
textarea {
  padding: 0.2em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  width: 350px;
}
  .caution {
  width: 90%;
}


}

@media screen and (max-width: 820px) {
  #vision .imgBlock img,
  #biz .imgBlock img {
    width: 200px;
  }
  .photoBox img {
    width: 170px;
  }
}