@charset "UTF-8";
/* line 7, ../scss/style.scss */
html, body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* line 10, ../scss/style.scss */
p, span, a {
  color: #333;
}

/* line 14, ../scss/style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/style.scss */
  .sp {
    display: block;
  }
}

/* line 21, ../scss/style.scss */
.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

/* line 27, ../scss/style.scss */
.instagram {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 85px;
  height: 59px;
  display: none;
  z-index: 2;
}
/* line 35, ../scss/style.scss */
.instagram a {
  display: block;
}
/* line 37, ../scss/style.scss */
.instagram a img {
  width: 85px;
  height: 59px;
}

/* line 43, ../scss/style.scss */
#firstOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

/* line 52, ../scss/style.scss */
svg.flowerImage {
  width: 65px;
  height: auto;
}
/* line 55, ../scss/style.scss */
svg.flowerImage .st0 {
  fill: #fff;
}

/* line 59, ../scss/style.scss */
svg.benepaImage {
  width: 200px;
  height: auto;
}
/* line 62, ../scss/style.scss */
svg.benepaImage .st0 {
  fill: #fff;
}

/* line 66, ../scss/style.scss */
section {
  position: relative;
}
/* line 68, ../scss/style.scss */
section h2 {
  width: 75px;
  margin: 0 auto;
}
/* line 71, ../scss/style.scss */
section h2 img {
  width: 100%;
  height: auto;
}

/* line 78, ../scss/style.scss */
.fixNav, .firstNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #808080;
}
/* line 83, ../scss/style.scss */
.fixNav nav, .firstNav nav {
  max-width: 1024px;
  margin: 0 auto;
}
/* line 87, ../scss/style.scss */
.fixNav nav ul li, .firstNav nav ul li {
  float: left;
  width: 12.5%;
}
/* line 90, ../scss/style.scss */
.fixNav nav ul li a, .firstNav nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 24px 0 20px;
  position: relative;
}
/* line 98, ../scss/style.scss */
.fixNav nav ul li a:before, .firstNav nav ul li a:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  margin: auto;
  width: 70%;
  height: 0px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 114, ../scss/style.scss */
.fixNav nav ul li a:hover:before, .firstNav nav ul li a:hover:before {
  opacity: 1;
  top: 25px;
}
/* line 119, ../scss/style.scss */
.fixNav nav ul li a img, .firstNav nav ul li a img {
  width: 80px;
  height: auto;
}
/* line 125, ../scss/style.scss */
.fixNav nav ul li:first-child a, .firstNav nav ul li:first-child a {
  padding: 10px 0;
}
/* line 131, ../scss/style.scss */
.fixNav nav ul li:first-child a:before, .firstNav nav ul li:first-child a:before {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 140, ../scss/style.scss */
  .firstNav {
    display: none;
  }
}

/* line 145, ../scss/style.scss */
.fixNav {
  display: none;
}
/* line 147, ../scss/style.scss */
.fixNav.fix {
  display: block;
  position: fixed;
  top: 0;
  height: 66px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  /* line 155, ../scss/style.scss */
  #mainVisual {
    height: 100vh !important;
  }
}
/* line 159, ../scss/style.scss */
#mainVisual .logoArea {
  width: 200px;
  height: 115px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
/* line 168, ../scss/style.scss */
#mainVisual .logoArea > .inner {
  height: 115px;
  position: relative;
}
/* line 171, ../scss/style.scss */
#mainVisual .logoArea > .inner .flowerImage {
  position: absolute;
  left: 27px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 195, ../scss/style.scss */
#mainVisual .logoArea > .inner .benepaImage {
  position: absolute;
  bottom: 0;
}
/* line 201, ../scss/style.scss */
#mainVisual .arrow {
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 201, ../scss/style.scss */
  #mainVisual .arrow {
    display: none;
  }
}
/* line 209, ../scss/style.scss */
#mainVisual .arrow a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 215, ../scss/style.scss */
#mainVisual .arrow a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/* line 219, ../scss/style.scss */
#mainVisual .arrow a img {
  width: 100%;
  height: auto;
}

/* line 227, ../scss/style.scss */
.swiper-container {
  height: 100%;
  z-index: -1;
}
/* line 230, ../scss/style.scss */
.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
}
/* line 233, ../scss/style.scss */
.swiper-container .swiper-slide:nth-child(1) {
  background-image: url(../../img/main01.jpg);
}
/* line 236, ../scss/style.scss */
.swiper-container .swiper-slide:nth-child(2) {
  background-image: url(../../img/main02.jpg);
}
/* line 239, ../scss/style.scss */
.swiper-container .swiper-slide:nth-child(3) {
  background-image: url(../../img/main03.jpg);
}
/* line 242, ../scss/style.scss */
.swiper-container .swiper-slide:nth-child(4) {
  background-image: url(../../img/main04.jpg);
}
/* line 245, ../scss/style.scss */
.swiper-container .swiper-slide:nth-child(5) {
  background-image: url(../../img/main05.jpg);
}

/* line 251, ../scss/style.scss */
.sectionWhole {
  width: 100%;
  height: calc(100% - 66px);
  position: relative;
  top: 66px;
}

/* line 258, ../scss/style.scss */
#works {
  position: relative;
}
/* line 260, ../scss/style.scss */
#works .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 260, ../scss/style.scss */
  #works .inner {
    position: static;
    height: auto;
    padding-top: 30px;
  }
}
/* line 274, ../scss/style.scss */
#works .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 15px;
}
/* line 280, ../scss/style.scss */
#works .inner .tel {
  margin-top: 15px;
  font-size: 18px;
}
/* line 284, ../scss/style.scss */
#works .inner .gallery {
  max-width: 570px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 284, ../scss/style.scss */
  #works .inner .gallery {
    margin-top: 30px;
  }
}
/* line 292, ../scss/style.scss */
#works .inner .gallery .row {
  margin-right: -4.33%;
  margin-top: 3%;
}
/* line 296, ../scss/style.scss */
#works .inner .gallery .cell {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-top: 3%;
  /* 32 + 1.33 = 33.33% = 3分の1 */
}
/* line 302, ../scss/style.scss */
#works .inner .gallery .cell:nth-child(1), #works .inner .gallery .cell:nth-child(2), #works .inner .gallery .cell:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  /* line 296, ../scss/style.scss */
  #works .inner .gallery .cell {
    width: 47%;
  }
  /* line 309, ../scss/style.scss */
  #works .inner .gallery .cell:nth-child(3) {
    margin-top: 3%;
  }
}
/* line 313, ../scss/style.scss */
#works .inner .gallery .cell a {
  display: block;
  position: relative;
}
/* line 316, ../scss/style.scss */
#works .inner .gallery .cell a img {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 321, ../scss/style.scss */
#works .inner .gallery .cell a:hover img {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}
/* line 326, ../scss/style.scss */
#works .inner .gallery .cell a.genericon:before {
  position: absolute;
  height: 40px;
  top: 20px;
  left: 0;
  z-index: 999;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  font-size: 40px;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 341, ../scss/style.scss */
#works .inner .gallery .cell a:hover.genericon:before {
  top: 0;
  opacity: 1;
}

/* line 353, ../scss/style.scss */
#profile .inner {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 353, ../scss/style.scss */
  #profile .inner {
    position: static;
    height: auto;
    padding-top: 80px;
  }
}
/* line 367, ../scss/style.scss */
#profile .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 15px;
}
/* line 373, ../scss/style.scss */
#profile .inner .row {
  height: 473px;
}
/* line 375, ../scss/style.scss */
#profile .inner .row .left {
  float: left;
  width: 50%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 375, ../scss/style.scss */
  #profile .inner .row .left {
    float: none;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}
/* line 386, ../scss/style.scss */
#profile .inner .row .left .box {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 390, ../scss/style.scss */
#profile .inner .row .left .box .name {
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /* line 390, ../scss/style.scss */
  #profile .inner .row .left .box .name {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 30px 0;
  }
}
/* line 409, ../scss/style.scss */
#profile .inner .row .right {
  float: left;
  width: 50%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 409, ../scss/style.scss */
  #profile .inner .row .right {
    float: none;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}
/* line 420, ../scss/style.scss */
#profile .inner .row .right .box {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 424, ../scss/style.scss */
#profile .inner .row .right .box p {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /* line 424, ../scss/style.scss */
  #profile .inner .row .right .box p {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 10px;
  }
}

/* line 446, ../scss/style.scss */
#school {
  position: relative;
}
/* line 448, ../scss/style.scss */
#school .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 448, ../scss/style.scss */
  #school .inner {
    position: static;
    height: auto;
    padding-top: 30px;
  }
}
/* line 462, ../scss/style.scss */
#school .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 15px;
}
/* line 468, ../scss/style.scss */
#school .inner .imgBox {
  width: 600px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  /* line 468, ../scss/style.scss */
  #school .inner .imgBox {
    width: 100%;
  }
}
/* line 474, ../scss/style.scss */
#school .inner .imgBox img {
  width: 100%;
}
/* line 478, ../scss/style.scss */
#school .inner em {
  font-size: 16px;
  font-style: normal;
}

/* line 485, ../scss/style.scss */
#access {
  position: relative;
}
/* line 487, ../scss/style.scss */
#access .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 487, ../scss/style.scss */
  #access .inner {
    position: static;
    height: auto;
    padding-top: 30px;
  }
}
/* line 501, ../scss/style.scss */
#access .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 15px;
}
/* line 507, ../scss/style.scss */
#access .inner .imgBox {
  width: 600px;
  margin: 20px auto 30px;
}
/* line 510, ../scss/style.scss */
#access .inner .imgBox img {
  width: 100%;
}
/* line 514, ../scss/style.scss */
#access .inner #map {
  max-width: 850px;
  width: 100%;
  margin: 50px auto 30px;
  height: 350px;
}
@media screen and (max-width: 768px) {
  /* line 514, ../scss/style.scss */
  #access .inner #map {
    height: 170px;
    margin: 30px auto;
  }
}
/* line 524, ../scss/style.scss */
#access .inner em {
  font-size: 14px;
  font-style: normal;
}

/* line 531, ../scss/style.scss */
#order {
  position: relative;
}
/* line 533, ../scss/style.scss */
#order .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 533, ../scss/style.scss */
  #order .inner {
    position: static;
    height: auto;
    padding-top: 60px;
  }
}
/* line 547, ../scss/style.scss */
#order .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 50px;
}
/* line 553, ../scss/style.scss */
#order .inner .tel {
  margin-top: 15px;
  font-size: 18px;
}

/* line 560, ../scss/style.scss */
#contact {
  position: relative;
}
/* line 562, ../scss/style.scss */
#contact .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 225px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 562, ../scss/style.scss */
  #contact .inner {
    position: static;
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
/* line 577, ../scss/style.scss */
#contact .inner p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 50px;
}
/* line 583, ../scss/style.scss */
#contact .inner .tel {
  margin-top: 15px;
  font-size: 18px;
}
/* line 587, ../scss/style.scss */
#contact .inner a {
  display: block;
  max-width: 400px;
  width: 80%;
  margin: 50px auto 0;
  color: #24c3c5;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
/* line 601, ../scss/style.scss */
#contact .inner a:before {
  content: "";
  position: absolute;
  background: #24c3c5;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -200px;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
/* line 615, ../scss/style.scss */
#contact .inner a:hover:before {
  left: 225px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

/* line 625, ../scss/style.scss */
footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 625, ../scss/style.scss */
  footer {
    display: block;
    position: static;
    padding-top: 30px;
    position: relative;
  }
}
/* line 636, ../scss/style.scss */
footer a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
/* line 641, ../scss/style.scss */
footer a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 636, ../scss/style.scss */
  footer a {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
/* line 651, ../scss/style.scss */
footer #copy {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 40px;
  padding-bottom: 20px;
}
