@charset "UTF-8";
.about, .point, .gallery, .price, .cta, .contact {
  padding: 100px 20%;
}

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

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

html,
body {
  font-family: 'ヒラギノ角ゴ Pro W3', '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 {
  /*
  background-image: linear-gradient(-45deg, #9fd0fd 0%, #288cff 100%);
  color: #fff;
  */
  border: solid #505050;
  border-radius: 5px;
  padding: 180px 10% 200px;
  background-image: url("../images/gaikan2.jpg");
  background-size: cover;
}

@media (max-width: 1280px) {
  .hero {
    border: none;
    padding: 160px 10% 180px;
    background-image: linear-gradient(-45deg, #9fd0fd 0%, #288cff 100%);
    color: #fff;
  }
}

.hero .outline {
  text-shadow: 1px  1px 1px #ffffff, -1px  1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px  0px 1px #ffffff, 0px  1px 1px #ffffff, -1px  0px 1px #ffffff, 0px -1px 1px #ffffff;
}

@media (max-width: 1280px) {
  .hero .outline {
    text-shadow: none;
  }
}

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

@media (max-width: 768px) {
  .hero h1 {
    font-size: 50px;
  }
}

.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: #FF6B95;
  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 #FF6B95;
  border-right: 2px solid #FF6B95;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__image {
  width: 50%;
  /* height: 100%; */
  height: 300px;
  background-image: url("../images/fujisan.jpg");
  background-size: cover;
}

@media (max-width: 1280px) {
  .about__image {
    background-image: url("../images/gaikan.jpg");
  }
}

@media (max-width: 1280px) and (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}

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

.about__text {
  width: 50%;
}

@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}

.about__text p {
  line-height: 2;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}

.point {
  background: #f7f7f7;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.point__item {
  text-align: center;
  width: calc((100% / 3) - 14px);
}

.point__item:not(:first-child) {
  margin-left: 21px;
}

@media (max-width: 768px) {
  .point__item {
    width: 100%;
  }
  .point__item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.point__item i {
  font-size: 44px;
  font-weight: 900;
  width: 50px;
  border-bottom: 4px solid #000;
  display: inline-block;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 20px;
}

.point__item p {
  text-align: left;
  font-size: 18px;
}

.gallery__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery__item {
  width: calc(50% - 10px);
}

.gallery__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.gallery__item:nth-child(2n) {
  margin-left: 20px;
}

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

.gallery__item a {
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery__item a:hover {
  opacity: .7;
}

.gallery__item a:hover img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.gallery th {
  vertical-align: top;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.gallery td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}

.price {
  background: #f7f7f7;
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.price__item {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  /* width: calc(50% - 15px); */
  width: 100%;
}

.price__item:nth-child(2n) {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .price__item {
    width: 100%;
  }
  .price__item:not(:first-child) {
    margin: 30px 0;
  }
}

.price__item h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

.price__item .yen {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

.price__item .yen span {
  font-size: 30px;
}

.price__item .cando {
  margin: 40px 0 0;
}

.price__item .cando ol {
  list-style-type: none;
}

.price__item .cando li {
  /* background: #f7f7f7; */
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
}

.price__item .cando li:not(:first-child) {
  margin: 15px 0 0;
}

.price__item .cando th {
  vertical-align: top;
  width: 35%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.price__item .cando td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}

.price__item .cando .access {
  text-align: left;
}

.price__item .cando iframe {
  width: 100%;
  height: 350px;
}

.cta {
  background: #f7f7f7;
}

.cta__btn {
  text-align: center;
}

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

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

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

.cta__btn a:hover {
  border-color: #FF6B95;
  background: #fff;
  color: #FF6B95;
}

.cta__btn a:hover::after {
  border-color: #FF6B95;
}

.contact table {
  width: 100%;
  margin-bottom: 30px;
}

.contact th {
  text-align: right;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact div {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  padding: 20px;
}

.contact div p {
  margin: 10px;
}

.contact div li {
  margin-left: 35px;
}

footer {
  padding: 10px 0 30px;
  /*
  background: $bg-footer;
  */
  background: #288cff;
  text-align: center;
  color: #fff;
}

footer small {
  font-size: 20px;
  line-height: 2;
}

footer .btnTop {
  margin-right: 5%;
  text-align: right;
}

footer .btnTop p {
  background: #288cff;
  border-radius: 20px;
  border: 1px solid #fff;
  -o-border-image: none;
     border-image: none;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-shadow: 0px 1px 1px #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  behavior: url(PIE.htc);
}

footer .btnTop p:hover {
  background: white;
  border: 1px solid #288cff;
  color: #288cff;
  text-shadow: 0px 1px 1px #fff;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  behavior: url(PIE.htc);
}
/*# sourceMappingURL=style.css.map */