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

.wakuwaku {
  border: 2px solid #CCCCCC;
  box-shadow: 1px 1px 1px rgba(10,10,10,0.2);
  padding: 20px 20px;
}

.wakuwaku p {
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  font-weight: normal;
  margin: 10px 0;
  line-height: 1.6em;
}

.wakuwaku h4 {
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 20px;
}

.wakuwa-ku {
  font-size: 3em;
  text-align: center;
  width: 100%;
}

.wakuwa-ku rt {
  color: orange;
  font-weight: bold;
  font-size: 1em;
  opacity: 0.4;
}

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

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

html,
body {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

p {
  margin: 20px 0;
  line-height: 1.6em;
}

.c-red {
  color: red;
}

.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;
  color: #95B0D1;
  padding-bottom: 30px;
}

.subtitle {
  margin: 30px 0;
}

.section__subtitle {
  font-size: 24px;
  display: inline;
  padding: 10px 15px;
  border: 1px solid #000;
}

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

.hero {

  width: 100%;
  height: calc(100vw * 0.29);
  background-image: url(../images/header.png);
  background-size: cover;
  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;
}

.cta {
  background: rgba(149, 176, 209, 0.4)
}

.flow_box p {
  margin: 0px;
}

.flow_box h3 {
  margin: 12px 0;
  font-size: 24px;
}

.flow_box .cb {
  color: #036EB8;
}

.flow_box{
  margin: 0 auto;
  position: relative;
  width:720px;
  background: #FFF;
  border: orange 3px solid;
  margin-bottom: 3em;
  text-align:center;
}

.flow_box:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -33px;
  left: 0;
  border-style: solid;
  border-color: orange transparent transparent transparent;
  border-width: 30px 360px 0 360px;
  z-index: 1;
}

.flow_box_o{
  margin: 0 auto;
  position: relative;
  width:720px;
  background: orange;
  border: orange 3px solid;
  margin-bottom: 3em;
  text-align:center;
}

.flow_box_o h3 {
  color: #FFF;
  margin-top: 20px;
  font-size: 24px;
}

.flow_box_o:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -33px;
  left: 0;
  border-style: solid;
  border-color: orange transparent transparent transparent;
  border-width: 30px 360px 0 360px;
  z-index: 1;
}


.flow_box:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 30px 360px 0 360px;
  z-index: 2;
}

@media (max-width: 768px) {
  .flow_box{
    position: relative;
    width:320px;
  }
  .flow_box:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -33px;
    border-width: 30px 160px 0 160px;
    z-index: 1;
  }
}

.sg {
  background: #EFEFEF;
  padding: 30px 20px;
  border-radius: 16px;
  margin-bottom: 50px;
}

.sgw {

  background: #FFF;
  border-radius: 16px;
  border: 1px orange solid;
  padding: 30px 20px;
}



.box {
  width: 48%;
  display: inline-block;
}

.day1 {
  position: relative;
  margin: 2em auto;
  padding: 2.5em 1em 0em;
  color:#000;
  
}

.day1 .box-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  /* border: 3px orange solid; */
  border: solid 1px orange;
  line-height: 1;
  font-size: 20px;
  padding: 10px 40px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.box26 {
  width: 80%;
  position: relative;
  margin: 2em auto;
  padding: 2.5em 1em 0em;
  border: solid 3px orange;
  border-radius: 0px;
}

.box26 .box-title {
  position: absolute;
  width: 64px;
  height: 64px;
  display: inline-block;
  top: 0;
  left: 50%;
  /* border: 3px orange solid; */
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box h3 {
  text-align: center;
  font-size: 24px;
}

.box p {
  font-size: 20px;
  text-align: center;

}


@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: 40%;
}

.about__circle {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
}

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

  .about__circle {
    width: 90%;
  }
}

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

.about__text {
  width: 60%;
}

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

.about__text h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.about__text p {
  line-height: 2;
  margin-left: 0px;
  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 .about__text h3 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.k1 {
  border: 3px orange solid;
  width: 300px;
  margin-bottom: 10px;
}

.gallery .about__text p {
  padding: 10px 10px;
}


.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);
}

.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);
}

.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;
}

.zst {
  font-size: 28px;
  text-align: center;
  line-height: 2em;
  text-decoration: underline #FFF 5px;
  text-underline-offset: 7px;
}

.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;
}

#contact_area {
  text-align: center;
}

.cta__btn {
  text-align: center;
  display: inline;
}

.cta__btn a {
  display: inline-block;
  width: 30%;
  background: #FFF;
  padding: 15px 20px 15px 20px;
  margin: 0px 10px 10px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid orange;
  position: relative;
}

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

.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;
}

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

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

.footer .section__title {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
  color: #000 !important;
}