@charset "UTF-8";

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #FFFFFF;
}

.sp-br {
  display: none;
}

header {
  width: 100%;
  height: 120px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.9;
}

header h1 {
  width: 170px;
  height: auto;
  float: left;
  margin-top: 20px;
}

header h1:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-nav {
  width: 380px;
  height: auto;
  float: right;
  margin-top: 50px;
  margin-right: -100px;
}

.global-nav ul li a {
  display: block;
  width: 33%;
  height: auto;
  float: left;
  text-decoration: none;
  color: #4C4C4C;
  word-spacing: 1px;
}

.global-nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.first-view {
  width: 100%;
  height: auto;
  background: url(../images/picts/MV_img.jpg) no-repeat left top;
  background-size: cover;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 60%;
}



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

  div.first-view {
    width: 100%;
    height: auto;
    background: url(../images/picts/MV_img.jpg) no-repeat left top;
    background-size: cover;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 840px;
  }
}




.p-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.main-contents {
  position: relative;
  z-index: 5;
  margin-top: 60%;
  background: #fff;
  padding-bottom: 50px; 
}

div.SP-first-view {
  display: none;
}

section.each-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

section.each-title h2 {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
}

section.each-title h3 {
  font-size: 1.5em;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;
}

div.second-view {
  width: 100%;
  height: auto;
  background-image: url(../images/icon/big-flower.png);
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center center;
  padding-top: 140px;
  background-repeat: no-repeat;
}

div.second-view p {
  font-size: 1.2em;
  text-align: center;
  line-height: 2.4em;
  word-spacing: 2px;
}

div.SP-third-view {
  display: none;
}

div.third-view {
  width: 100%;
  height: auto;
}

div.third-view .third-view-left {
  width: 50%;
  height: auto;
  float: left;
  background-color: #F7F7F7;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.third-view-left h2 {
  font-size: 1.875em;
  text-align: left;
  letter-spacing: 3px;
  text-indent: 30px;
  margin-top: 73px;
  margin-bottom: 50px;
}

section.third-view-left p {
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 2em;
  text-align: left;
  background-image: url(../images/icon/small-flower.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: 30px;
  margin-bottom: 40px;
}

div.third-view .third-view-right {
  width: 50%;
  height: auto;
  float: right;
}

div.fourth-view {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 140px;
}

div.fourth-view section.service {
  width: 33%;
  height: auto;
  float: left;
}

div.fourth-view p {
  text-align: center;
  font-size: 1.125em;
  line-height: 2.4em;
  margin-bottom: 100px;
}

section.service img {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  width: 70%;
  height: auto;
}

section.service h4 {
  font-size: 1.125em;
  text-align: center;
}

div.fifth-view {
  width: 100%;
  height: auto;
  clear: both;
  background-image: url(../images/picts/orchid-garden.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20%;
  padding-left: 20%;
  padding-bottom: 10%;
  box-sizing: border-box;
  padding-top: 10%;
}

section.background-white {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
}

div.fifth-view .background-white .each-title {
  padding-top: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.background-white p {
  text-align: center;
  font-size: 1.125em;
  line-height: 2.5em;
  letter-spacing: 2px;
}

div.sixth-view {
  width: 100%;
  padding-top: 140px;
  padding-right: 10%;
  padding-left: 10%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FCFCFC;
  padding-bottom: 10px;
}

section.item-wrap-top {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
}

section.item-wrap-bottom {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
}

section.item {
  width: 33%;
  height: auto;
  float: left;
}

section.item img {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: auto;
}

section.item h4 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 30px;
}

section.item h5 {
  font-size: 1.125em;
  text-align: center;
  line-height: 2em;
}

div.seventh-view {
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.company-pict {
  width: 50%;
  height: auto;
  float: left;
}

section.company-pict img {
  display: block;
  width: 100%;
  height: auto;
}

section.access-detail address {
  width: 50%;
  height: auto;
  float: right;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

address p {
  font-size: 1.125em;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 20px;
}

address p:last-child {
  margin-bottom: 0px;
}

div.instagram {
  width: 100%;
  height: auto;
  padding-bottom: 140px;
}

div.instagram .each-title img {
  display: block;
  width: 20%;
  margin: 0 auto;
  height: auto;
}

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

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

footer {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 140px 30%;
  box-sizing: border-box;
  background-color: #FCFCFC;
  position: relative;
  z-index: 100;
}

.footer-nav {
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  height: auto;
}

.footer-nav ul li a {
  display: block;
  width: 33%;
  height: auto;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #353535;
  word-spacing: 2px;
  font-size: 1.05em;
}

.footer-nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer h1 img {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  display: block;
}

footer h1 a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer small {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button.drawer-toggle.drawer-hamburger {
  display: none;
}

.js-fade {
  position: relative;
}

@media screen and (max-width:750px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  button.drawer-toggle.drawer-hamburger {
    display: block;
  }
  body {
    width: 100%;
    height: auto;
    font-size: 1em;
  }
  header {
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header h1 {
    width: 50%;
    height: auto;
    margin-left: -80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-bottom: 0px;
    margin-top: 10px;
    z-index: 10000;
  }
  header .global-nav {
    float: none;
    clear: both;
    display: none;
  }
  header .global-nav ul li a {
    text-align: center;
    float: none;
    clear: both;
    font-size: 1.5em;
    line-height: 2em;
    margin: 0 auto;
    display: none;
  }
  header h1:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  div.first-view {
    width: 100%;
    height: auto;
    background: url(../images/picts/SP-MV_img.jpg) no-repeat left top;
    background-size: cover;
    margin: 0 auto;
    padding-top: 169%;
  }

  .p-mv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -50;
  }

  .main-contents {
    position: relative;
    z-index: 50;
    margin-top: 169%;
    background: #fff;
  }

  section.each-title {
    margin-bottom: 8%;
  }
  section.each-title h2 {
    font-size: 1.8em;
    text-align: center;
  }
  section.each-title h3 {
    margin-top: 0;
    font-size: 1.05em;
    text-align: center;
  }


  div.second-view {
    padding-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/icon/big-flower.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center 50%;
  }

  div.second-view p {
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.5px;
  }
  div.third-view {
    display: none;
  }
  div.SP-third-view {
    display: block;
    width: 100%;
    height: auto;
  }
  div.SP-third-view .third-view-right {
    width: 100%;
    height: auto;
    float: none;
  }
  div.SP-third-view .third-view-left {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 15%;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F7F7F7;
  }
  div.SP-third-view .third-view-left h2 {
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 1.8em;
    text-align: left;
    text-indent: 0px;
    line-height: 1.4em;
  }
  div.SP-third-view .third-view-left p {
    font-size: 1em;
    text-align: left;
    margin-bottom: 5%;
  }
  div.fourth-view {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  div.fourth-view p {
    margin-bottom: 10%;
  }
  div.fourth-view section.service {
    width: 90%;
    height: auto;
    float: none;
    clear: both;
    margin-bottom: 8%;
    margin-right: auto;
    margin-left: auto;
  }
  div.fourth-view section.service:last-child {
    margin-bottom: 0px;
  }
  div.fourth-view section.service h4 {
    font-size: 1.25em;
    text-align: center;
  }
  div.fifth-view {
    width: 100%;
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  div.fifth-view .background-white p {
    font-size: 1em;
    text-align: center;
    letter-spacing: inherit;
  }
  div.sixth-view {
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  div.sixth-view .item-wrap-top {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
  }
  div.sixth-view .item-wrap-bottom {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
  }
  div.sixth-view .item {
    width: 90%;
    height: auto;
    float: none;
    clear: both;
    padding-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  div.sixth-view h4 {
    font-size: 1.25em;
  }

  div.sixth-view h5 {
    font-size: 1em;
  }
  div.seventh-view {
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 0;
  }
  section.company-pict {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
  }
  section.access-detail address {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    padding-top: 50px;
  }
  .ggmap {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  div.instagram {
    width: 100%;
    height: auto;
    padding-bottom: 10%;
  }
  div.instagram .each-title img {
    display: block;
    width: 40%;
    margin: 0 auto;
    height: auto;
  }
  footer {
    width: 100%;
    height: auto;
    padding: 7% 10%;
    position: relative;
    z-index: 100;
  }
  footer small {
    font-size: 0.8em;
    text-align: center;
  }
}
