@charset "UTF-8";
/* CSS Document */
/*
.header {
  height: 80px;
  width:100%;
  background-color: #fff;
  position: fixed;
  box-shadow: 10px 5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
.header__picture {
  height: 60px;
  position: absolute;
  left: 100px;
  top: 10px;
}


.header__navigation {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 40px;
}
.header__navigation ul li {
  display: inline-block;
  margin-right: 40px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
  color:#232323;
}
.facebook{
  margin-right: 20px;
  height: 25px;
}
.instagram{
  
  height: 25px;
}
@media (max-width: 800px) {
.header {
  height: 50px;
  }
 .header__picture {
  height: 40px;
  position: absolute;
  left: 50px;
  top: 5px;
} 
}
*/
main {
  margin: 0 auto 0;
}
.section-about {
  
  padding: 100px 30px 50px;
}
.section-about h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
}
.section-about__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  text-align: left;
  margin: 100px auto 0;
}
.section-about__pic {
  width: 300px;
  margin-right: 50px;
}
.section-about__text span {
  font-size: 2.0rem
}
.section-about__text {
  max-width: 500px;
}
@media (max-width: 1010px) {
  .section-about h2 {
    font-size: 10rem;
    padding: 100px 0;
    line-height: 5rem;
  }
  .section-about__container {
    justify-content: center;
    margin: 50px auto 0;
  }
  .section-about__pic {
    margin: 0 auto 50px;
  }
  .section-about__text span {
    text-align: center;
  }
}
.biography {
  max-width: 50%;
  text-align: left;
  margin: 230px auto 0;
  display: inline-block;
}
.biography h1 {
  font-size: 2.4rem;
}
.biography span {
  color: #596c82;
}
@media (max-width: 1010px) {
  .biography {
    max-width: 90%;
    text-align: left;
    margin: 150px auto 50px;
    display: inline-block;
  }
}
.section-contact {
  padding: 100px 0 200px;
/*
  background-image: url("../images/common/bg_shadow3.png");
  
  background-size: 30%;
  background-position: bottom 0% left 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
*/
}
.section-contact__title {
  max-width: 300px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 100 0 50;
}
.section-contact__title h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
  font-weight: 300;
}
.section-contact p {
  max-width: 500px;
  margin: 0px auto 100px;
}
.mail_btn {
  width: 500px;
  /* height: 200px; */
  margin: 0 auto;
  text-align: center;
}
.mail_btn .btn-malformation {
  margin: 0;
  width: 400px;
}

.btn, btn-malformation, btn-malformation--pastel {
  margin-top: 400px;
  margin-right: 200px;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
  opacity: inherit;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #ebbcbc 40%, #f4eeee 100%);
  background: -webkit-linear-gradient(315deg, #ebbcbc 40%, #f4eeee 100%);
  background: linear-gradient(135deg, #ebbcbc 40%, #f4eeee 100%);
  -webkit-box-shadow: 30px 10px 0 #faeaea;
  box-shadow: 30px 10px 0 #faeaea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
@media (max-width: 800px) {
  .section-contact {
    background-size: 50%;
    padding: 100px 30px 100px;
  }
  .section-contact__title h2 {
    font-size: 10rem;
    line-height: 10rem;
    padding: 50px 0;
  }
  .mail_btn {
    max-width: 300px;
    /* height: 200px; */
    margin: 0 auto 100px;
    text-align: center;
    padding: 10px;
  }
  .mail_btn .btn-malformation {
    margin: 0;
    max-width: 250px;
    padding: 10px;
  }
  .mail_btn a {
    font-size: 1.4rem;
  }
  a.btn-malformation{
    font-size: 1.4rem;
  }
  .btn-malformation--pastel {
    box-shadow: 20px 5px 0 #faeaea;
  }}
/*

.footer {
  height: 120px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}

.footer_navi {
  display: flex;
  text-align: center;
  margin-right: 40px;
  justify-content: center;
}
.footer_navi ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_navi ul li a {
  text-decoration: none;
  color: #232323;
}
.footer_sns{
  display: inline-block;
}
.facebook {
  margin-right: 20px;
  height: 25px;
}
.instagram {
  height: 25px;
}
.footer small {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media (max-width: 800px) {
.footer {
  height: 280px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
  .footer__site-map{
  display: flex;
  justify-content: space-between;
    margin: 0 auto;
}
  .footer_navi {
  display: inherit;
  text-align: left;
  margin:0 auto;
}
  .footer_navi ul li {
  display: inherit;
  margin-bottom: 10px;
  font-size: 1.4rem;
  }
  .footer_sns{
    margin: 0 auto;
  }
}*/
