@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
.pcnone {
  display: none !important;
}

.spnone {
  display: block !important;
}

.clfix::after {
  content: "";
  display: block;
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #686868;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

#wrapper {
  position: relative;
}

.wrapper-flex {
  display: flex;
  justify-content: space-between;
}

#header {
  width: 50%;
  height: 100vh;
  padding: 5%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#header .hd1 {
  margin-bottom: 50px;
  line-height: 1.2;
}

#header .hd1 a {
  font-family: "Quicksand", sans-serif;
}

#header .hd1 a .name {
  display: block;
  font-size: 6rem;
  color: #727272;
}

#header .hd1 a .ttl {
  display: block;
  font-size: 3.2rem;
  color: #727272;
}

#header #nav-toggle {
  display: none;
}

#header .nav-list .nav-item {
  position: relative;
  margin-bottom: 30px;
}

#header .nav-list .nav-item a {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  color: #727272;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#header .nav-list .nav-item a.is-active {
  color: #f00;
}

#header .nav-list .nav-item .sns {
  display: block;
  width: 30px;
  margin-top: 200px;
}

#header .nav-list .nav-item .sns img {
  width: 100%;
  height: auto;
}

main {
  width: 100%;
  padding-left: 50%;
}

.sec {
  width: 100%;
  margin: 0 auto;
  padding: 10%;
}

.sec .hd2 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-family: "Quicksand", sans-serif;
}

#profile .hd3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

#profile .first-dl-wrap {
  margin-bottom: 30px;
}

#profile .first-dl-wrap dl {
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#profile .first-dl-wrap dl dt {
  width: 30%;
  font-family: "Quicksand", sans-serif;
}

#profile .first-dl-wrap dl dd {
  width: 70%;
}

#profile .first-dl-wrap dl dd .sns {
  color: #f00;
}

#profile .second-dl-wrap {
  margin-bottom: 0px;
}

#profile .second-dl-wrap dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

#profile .second-dl-wrap dl dt {
  width: 30%;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
}

#profile .second-dl-wrap dl dd {
  width: 70%;
  font-size: 1.4rem;
}

#profile .second-dl-wrap dl:last-of-type {
  margin-bottom: 0;
}

#works .flex-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#works .flex-wrap li {
  width: 50%;
}

#works .flex-wrap li img {
  width: 100%;
  height: auto;
}

#portfolio .flex-wrap {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#portfolio .flex-wrap li {width: 50%;}
#portfolio .flex-wrap li img {width: 100%;height: auto;}

#service .ps-sa-wrap {
  margin-bottom: 100px;
}

#service .ps-sa-wrap .hd3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

#service .ps-sa-wrap .hd3 span {
  font-family: "Quicksand", sans-serif;
  border-bottom: 1px solid #686868;
}

#service .ps-sa-wrap .wrap-inner .hd4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

#service .ps-sa-wrap .wrap-inner .exp {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#service .ps-sa-wrap .wrap-inner .exp span {
  font-size: 1.2rem;
  color: #a4a4a4;
}

#service .ps-sa-wrap .wrap-inner .content-wrap {
  margin-bottom: 30px;
}

#service .ps-sa-wrap .wrap-inner .content-wrap .hd4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#service .ps-sa-wrap .wrap-inner .content-wrap ul li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

#service .ps-sa-wrap .wrap-inner .fee-wrap {
  margin-bottom: 30px;
}

#service .ps-sa-wrap .wrap-inner .fee-wrap .hd4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#service .ps-sa-wrap .wrap-inner .fee-wrap p {
  font-size: 1.4rem;
}

#service .ps-sa-wrap .wrap-inner .reservation-wrap {
  margin-bottom: 50px;
}

#service .ps-sa-wrap .wrap-inner .reservation-wrap .hd4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

#service .ps-sa-wrap .wrap-inner .reservation-wrap .exp {
  font-size: 1.4rem;
}

#service .ps-sa-wrap .wrap-inner .reservation-wrap .email-svg {
  display: block;
  width: 230px;
  margin: 0 auto;
}

#service .ps-sa-wrap .wrap-inner .reservation-wrap .email-svg img {
  width: 100%;
  height: auto;
}

#service .ps-sa-wrap .wrap-inner .accordion-wrap {
  height: 250px;
  padding: 5%;
  overflow-y: scroll;
  border: 1px solid #e4e4e4;
}

#service .ps-sa-wrap .wrap-inner .accordion-wrap .ttl {
  margin-bottom: 30px;
}

#contact {
  padding-top: 0;
}

#contact .hd3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#contact .hd3 .address {
  font-size: 1.4rem;
}

#contact ul li {
  margin-bottom: 10px;
}

#contact ul li dl {
  display: flex;
  width: 100%;
}

#contact ul li dl dt {
  width: 20%;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
}

#contact ul li dl dd {
  width: 80%;
  font-size: 1.6rem;
}

#contact ul li dl dd a {
  color: #686868;
}

#contact ul li:last-of-type {
  margin-bottom: 0;
}

#footer {
  width: 100%;
  padding-left: 55%;
  padding-bottom: 50px;
  font-family: "Quicksand", sans-serif;
  color: #686868;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .wrapper-flex {
    display: block;
  }
  #header {
    height: auto;
    width: 100%;
    height: 100vh;
    padding: 20px 5%;
    position: relative;
    top: 0;
    left: 0;
  }
  #header .hd1 {
    margin-bottom: 100px;
    line-height: 1.2;
  }
  #header .hd1 a {
    font-family: "Quicksand", sans-serif;
  }
  #header .hd1 a .name {
    display: block;
    font-size: 4.5rem;
    color: #727272;
  }
  #header .hd1 a .ttl {
    display: block;
    font-size: 2.5rem;
    color: #727272;
  }
  #header #nav .nav-list .nav-item .sns {
    display: block;
    width: 30px;
    margin-top: 30px;
  }
  /*-----開閉ボタンopen時-----*/
  main {
    width: 100%;
    padding-left: 0;
  }
  .sec {
    width: 100%;
    margin: 0 auto;
    padding: 10% 5%;
  }
  .sec .hd2 {
    font-size: 3rem;
    margin-bottom: 50px;
    font-family: "Quicksand", sans-serif;
  }
  #profile .hd3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #profile .first-dl-wrap {
    margin-bottom: 30px;
  }
  #profile .first-dl-wrap dl {
    width: 100%;
    display: block;
  }
  #profile .first-dl-wrap dl dt {
    width: 100%;
  }
  #profile .first-dl-wrap dl dd {
    width: 100%;
  }
  #profile .second-dl-wrap {
    margin-bottom: 0px;
  }
  #profile .second-dl-wrap dl {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  #profile .second-dl-wrap dl dt {
    width: 100%;
  }
  #profile .second-dl-wrap dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  #profile .second-dl-wrap dl:last-of-type {
    margin-bottom: 0;
  }
  #works .flex-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #works .flex-wrap li {
    width: 50%;
  }
  #works .flex-wrap li img {
    width: 100%;
    height: auto;
  }
  #service .ps-sa-wrap {
    margin-bottom: 100px;
  }
  #service .ps-sa-wrap .hd3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #service .ps-sa-wrap .hd3 span {
    font-family: "Quicksand", sans-serif;
    border-bottom: 1px solid #686868;
  }
  #service .ps-sa-wrap .wrap-inner .hd4 {
    font-size: 1.8rem;
  }
  #service .ps-sa-wrap .wrap-inner .exp {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #service .ps-sa-wrap .wrap-inner .exp span {
    font-size: 1.2rem;
    color: #a4a4a4;
  }
  #service .ps-sa-wrap .wrap-inner .content-wrap {
    margin-bottom: 30px;
  }
  #service .ps-sa-wrap .wrap-inner .content-wrap .hd4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #service .ps-sa-wrap .wrap-inner .content-wrap ul li {
    font-size: 1.4rem;
  }
  #service .ps-sa-wrap .wrap-inner .fee-wrap {
    margin-bottom: 30px;
  }
  #service .ps-sa-wrap .wrap-inner .fee-wrap .hd4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #service .ps-sa-wrap .wrap-inner .fee-wrap p {
    font-size: 1.4rem;
  }
  #service .ps-sa-wrap .wrap-inner .reservation-wrap {
    margin-bottom: 50px;
  }
  #service .ps-sa-wrap .wrap-inner .reservation-wrap .hd4 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  #service .ps-sa-wrap .wrap-inner .reservation-wrap .exp {
    font-size: 1.4rem;
  }
  #service .ps-sa-wrap .wrap-inner .reservation-wrap .email-svg {
    display: block;
    width: 230px;
    margin: 0 auto;
  }
  #service .ps-sa-wrap .wrap-inner .reservation-wrap .email-svg img {
    width: 100%;
    height: auto;
  }
  #service .ps-sa-wrap .wrap-inner .accordion-wrap {
    height: 250px;
    padding: 5% 8%;
    overflow-y: scroll;
    border: 1px solid #e4e4e4;
  }
  #service .ps-sa-wrap .wrap-inner .accordion-wrap .ttl {
    margin-bottom: 30px;
  }
  #contact {
    padding-top: 0;
  }
  #contact .hd3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #contact .hd3 .address {
    font-size: 1.4rem;
  }
  #contact ul li {
    margin-bottom: 10px;
  }
  #contact ul li dl {
    display: flex;
    width: 100%;
  }
  #contact ul li dl dt {
    width: 20%;
    font-size: 1.6rem;
    font-family: "Quicksand", sans-serif;
  }
  #contact ul li dl dd {
    width: 80%;
    font-size: 1.6rem;
  }
  #contact ul li:last-of-type {
    margin-bottom: 0;
  }
  #footer {
    width: 100%;
    padding-left: 5%;
  }
  .arrow {
    position: fixed;
    bottom: 40px;
    right: 5%;
    width: 30px;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
  .arrow img {
    width: 100%;
    height: auto;
  }
  .arrow.is-active {
    animation: fadeUp 1s ease-in-out both;
    -webkit-animation: fadeUp 1s ease-in-out both;
  }
  @keyframes fadeUp {
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  }
}
