.work {
  text-align: center;
  padding-top: 10%;
  padding-bottom:5%
}

.work h1 {
 font-size: 50px;
 border-bottom: 4px dotted black;
 padding-bottom: 5%
}

.work img {
  padding-bottom:5%
}

.accordion {
  padding-top: 10%;
}

.accordion p {
  text-align: left;
}

.accordion-005 {
  padding: 0 5% 0 0 ;
  max-width: 1200px;
}

.accordion-005:not([open]) {
  margin-bottom: 7px;
}

.accordion-005 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-left: 5px solid #03a53c;
  background-color: #f2f2f2;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
  display: none;
}

.accordion-005 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #c2c2c2;
  border-right: 3px solid #c2c2c2;
  content: '';
  transition: transform .3s;
}

.accordion-005[open] summary::after {
  transform: rotate(225deg);
}

.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
  transform: none;
  opacity: 1;
}


.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 250px;
    background: #eee;
    margin: auto;
    padding: 10px 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#333;
}

.button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.button {
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
    padding-top: 10%;
}


.about, .point, .gallery, .price, .cta {
  padding: 100px 20%;
}

@media (max-width: 1280px) {
  .about, .point, .gallery, .price, .cta {
    padding: 80px 10%;
  }
}

@media (max-width: 768px) {
  .about, .point, .gallery, .price, .cta {
    padding: 80px 5%;
  }
}

.scrollable-wrapper table{
  padding: 50px 5%;
}


html,
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

section {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}

.section__title {
  font-size: 48px;
  text-align: center;
}

.section__title--discription {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.hero {
  padding: 100px 10% 120px;
  background-image: linear-gradient(-45deg, #FFC796 0%, #00aa55 100%);
  color: #fff;
}

.hero h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero p {
    line-height: 1.5;
  }
}

.hero a {
  display: inline-block;
  background: #fff;
  padding: 15px 40px 15px 20px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #00aa55;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #fff;
  position: relative;
}

@media (max-width: 768px) {
  .hero a {
    display: block;
  }
}

.hero a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #00aa55;
  border-right: 2px solid #00aa55;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero a:hover {
  background: #00aa55;
  color: #fff;
}

.hero a:hover::after {
  border-color: #fff;
}



footer {
  padding-top: 15px ;
  padding-bottom: 10px;
  background: #444;
  text-align: center;
  color: #fff;
}

footer small {
  font-size: 14px;
  line-height: 1;
}

.sns-btn {
  display: flex;
  margin-top: 20px;
}

.sns-btn img {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */