/*
Theme Name: terre
Version: 1.0 2021/08/05
*/
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 2em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

p {
  line-height: 2em;
  font-size: 1.8rem;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #333333;
}

a:hover img {
  opacity: 0.4;
}

p a {
  border-bottom: 1px #dedede solid;
  color: #006e54;
}

p a:hover {
  opacity: 0.4;
}

a.link-text {
  color: #006e54;
}

a.link-text:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5em;
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.tate {
  writing-mode: vertical-rl;
}

@media (min-width: 768px) {
  .spo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pco {
    display: none !important;
  }
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .center-sp {
    text-align: center;
  }
}

.btn {
  font-size: 1.4rem;
  display: inline-block;
  background-color: #006e54;
  text-decoration: none;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 5px 30px;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #004333;
}

.link {
  display: block;
  height: 2em;
  margin-top: 10px;
  background: url(img/arrow.svg);
  background-position: left 0px top 10px;
  background-repeat: no-repeat;
  padding-left: 46px;
  color: #006e54;
}

.link:hover {
  background-position: left 4px top 10px;
  background-repeat: no-repeat;
}

ul.dot {
  list-style-type: disc;
}

ul.dot li {
  margin-left: 20px;
}

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

@media (min-width: 768px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  .container-L {
    width: 1400px;
    margin: 0 auto;
  }
}

.wrap {
  overflow: hidden;
}

@media (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

header.herohead {
  background-image: url(img/top-sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 100vh;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header.herohead {
    background-image: url(img/top-sp@2x.jpg);
  }
}

@media (min-width: 768px) {
  header.herohead {
    background-image: url(img/top-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  header.herohead {
    background-image: url(img/top-pc@2x.jpg);
  }
}

header.herohead h1.head-logo {
  display: none !important;
}

header.herohead ul#gnav-ul {
  display: none !important;
}

header.herohead .main-copy {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 767px) {
  header.herohead .main-copy {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  header.herohead .main-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    top: 50%;
  }
}

header.herohead .main-copy h1 img {
  width: 270px;
  height: 270px;
}

header.herohead .main-copy h2 {
  color: #fff;
  text-align: left;
  font-size: 2.3rem;
  line-height: 1.8em;
  margin-top: 19px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  header.herohead .main-copy h2 {
    font-size: 3.5rem;
    margin-left: 50px;
  }
}

.concept {
  background-image: url(img/root-sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  padding-top: 100px;
  background-color: #302217;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .concept {
    background-image: url(img/root-sp@2x.jpg);
  }
}

@media (min-width: 768px) {
  .concept {
    background-image: url(img/root-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .concept {
    background-image: url(img/root-pc@2x.jpg);
  }
}

@media (min-width: 768px) {
  .concept {
    padding-top: 250px;
  }
}

.concept p {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  line-height: 1.8em;
  font-size: 2.3rem;
}

.concept p:first-child {
  margin-top: 200px;
}

.concept p:last-child {
  padding-bottom: 160px;
}

@media (min-width: 768px) {
  .concept p {
    font-size: 2.6rem;
    line-height: 2.6em;
  }
}

nav.gnav {
  font-size: 1.5rem;
  height: 80px;
}

nav.gnav .nav-inner {
  padding: 8px 15px;
}

nav.gnav .nav-inner h1 {
  display: inline-block;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner h1 {
    margin-left: 10px;
    width: 200px;
  }
}

nav.gnav .nav-inner h1.head-logo {
  margin-top: 20px;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner h1.head-logo {
    width: 250px;
    margin-top: 20px;
  }
}

nav.gnav .nav-inner ul#gnav-ul {
  display: inline-block;
  float: right;
  margin-top: 22px;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner ul#gnav-ul {
    display: none;
  }
}

nav.gnav .nav-inner ul#gnav-ul li {
  display: inline-block;
  margin: 0 16px;
}

nav.gnav .nav-inner ul#gnav-ul li a {
  color: #333333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

nav.gnav .nav-inner ul#gnav-ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006e54;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

nav.gnav .nav-inner ul#gnav-ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.6s;
  transform: translateY(-100%);
  background-color: rgba(48, 34, 23, 0.9);
}

@media (max-width: 767px) {
  .clone-nav {
    display: none;
  }
}

.clone-nav {
  font-size: 1.6rem !important;
  height: 56px !important;
  color: #fff !important;
}

.clone-nav a {
  color: #fff !important;
}

.clone-nav ul {
  margin-top: 3px !important;
}

.clone-nav h1.head-logo {
  margin-top: 0px !important;
}

.is-show {
  transform: translateY(0);
}

.fat-nav {
  background-color: #302217;
}

@media (min-width: 768px) {
  .fat-nav {
    display: none !important;
  }
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 20px 0;
  font-size: 2rem;
}

.fat-nav li:last-child {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.fat-nav li:last-child img {
  margin: 0 auto;
}

.fat-nav li a {
  color: #fff;
}

h2.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.circle {
  border-radius: 50%;
  background-color: #302217;
}

.about {
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .about p {
    width: 400px;
    margin: 0 auto;
  }
  .about .listarea {
    display: flex;
    flex-flow: row-reverse;
  }
}

@media (min-width: 768px) {
  .about dl {
    width: 400px;
    margin-left: 150px;
    margin-top: 100px;
  }
}

.about dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.about dl dd {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .about dl dd {
    margin-bottom: 90px;
  }
}

.about .photoarea {
  height: 490px;
  position: relative;
}

@media (min-width: 768px) {
  .about .photoarea {
    width: 620px;
    height: 1500px;
  }
}

.about .photoarea picture {
  position: absolute;
  top: -10px;
  right: -100px;
}

@media (min-width: 768px) {
  .about .photoarea picture {
    top: 0px;
    right: -110px;
  }
  .about .photoarea picture img {
    width: 620px;
    height: 620px;
  }
}

.about .photoarea picture.pco {
  position: absolute;
  top: 650px;
  right: -40px;
}

.about .photoarea picture.pco img {
  width: 345px;
  height: 345px;
}

.about .photoarea .circle1 {
  position: absolute;
  width: 205px;
  height: 205px;
  top: 160px;
  left: -40px;
}

@media (min-width: 768px) {
  .about .photoarea .circle1 {
    display: none;
  }
}

.about .photoarea .circle2 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 345px;
  right: 50px;
}

@media (min-width: 768px) {
  .about .photoarea .circle2 {
    width: 207px;
    height: 207px;
    top: 580px;
    left: 30px;
  }
}

.about .photoarea .circle3 {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 850px;
  left: 110px;
}

.about .photoarea-btm {
  position: relative;
  height: 390px;
}

@media (min-width: 768px) {
  .about .photoarea-btm {
    display: none;
  }
}

.about .photoarea-btm .circle3 {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 185px;
  left: 0px;
}

.about .photoarea-btm picture {
  position: absolute;
  top: -40px;
  right: -50px;
}

.stylist {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .stylist {
    height: 600px;
    padding-top: 150px;
    margin-top: -150px;
  }
  .stylist .stylist-content {
    display: flex;
  }
}

@media (min-width: 768px) {
  .stylist .textarea {
    width: 40%;
  }
  .stylist .textarea h2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .stylist .textarea dl {
    width: 430px;
  }
}

.stylist .textarea dl dt {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stylist .textarea dl dd {
  font-size: 1.8rem;
  line-height: 1.8em;
}

.stylist .photoarea {
  position: relative;
}

@media (max-width: 767px) {
  .stylist .photoarea {
    height: 412px;
  }
}

@media (min-width: 768px) {
  .stylist .photoarea {
    width: 60%;
  }
}

.stylist .photoarea picture {
  position: absolute;
  top: 40px;
  left: -25px;
}

@media (min-width: 768px) {
  .stylist .photoarea picture {
    top: -20px;
    left: 215px;
  }
  .stylist .photoarea picture img {
    width: 430px;
    height: 430px;
  }
}

.stylist .photoarea .circle4 {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 185px;
  right: -60px;
}

@media (min-width: 768px) {
  .stylist .photoarea .circle4 {
    width: 570px;
    height: 570px;
    top: -245px;
    left: -140px;
  }
}

ul.sns {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.sns li {
  margin: 0 25px;
}

.price {
  margin-top: 100px;
  padding-top: 300px;
  color: #fff;
  position: relative;
  height: 430px;
}

@media (min-width: 768px) {
  .price {
    margin-left: 380px;
  }
}

.price .textarea {
  position: absolute;
  padding: 0 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

@media (min-width: 768px) {
  .price .textarea {
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.price .circle5 {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .price .circle5 {
    width: 550px;
    height: 550px;
  }
}

.reservation {
  position: relative;
  height: 600px;
  margin-top: 100px;
  color: #fff;
}

@media (min-width: 768px) {
  .reservation {
    margin-top: 130px;
    height: 530px;
  }
}

@media (min-width: 768px) {
  .reservation .reservation-contents {
    position: absolute;
    display: flex;
    justify-content: center;
  }
}

.reservation .textarea {
  padding: 0 15px;
  text-align: center;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .reservation .textarea {
    width: 440px;
    margin-left: 120px;
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .reservation .textarea {
    position: absolute;
    top: 150px;
  }
}

.reservation .textarea p {
  margin-bottom: 10px;
}

.reservation ul.sns {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .reservation ul.sns {
    align-items: center;
  }
}

.reservation .opentime {
  margin-top: 20px;
}

.reservation a.link-cal {
  color: #302217;
}

@media (max-width: 767px) {
  .google-cal {
    position: absolute;
    top: 490px;
    padding: 0 15px;
    width: 100%;
  }
}

.google-cal iframe {
  width: 100%;
  max-width: 800px;
  height: 380px;
  border: none !important;
}

@media (min-width: 768px) {
  .google-cal {
    width: 650px;
  }
  .google-cal iframe {
    border-radius: 5px;
    width: 650px;
    height: 530px;
  }
}

a.tel {
  color: #fff;
  font-size: 3rem;
  vertical-align: text-bottom;
  font-weight: 700;
}

@media (min-width: 768px) {
  a.tel {
    text-align: left;
  }
}

a.tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 43px;
  background-image: url(img/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

@media (min-width: 414px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.circle6 {
  position: absolute;
  left: -240px;
  width: 700px;
  height: 700px;
}

@media (min-width: 768px) {
  .circle6 {
    left: -10px;
    top: -320px;
    width: 700px;
    height: 700px;
  }
}

.photoareabox {
  position: relative;
  height: 700px;
}

@media (min-width: 768px) {
  .photoareabox {
    height: 770px;
  }
}

.photoareabox picture {
  position: absolute;
}

.photoareabox picture.img3 {
  right: 5px;
}

@media (min-width: 768px) {
  .photoareabox picture.img3 {
    top: 70px;
    right: -60px;
  }
  .photoareabox picture.img3 img {
    width: 365px;
    height: 365px;
  }
}

.photoareabox picture.img4 {
  top: 300px;
  left: 15px;
}

@media (min-width: 768px) {
  .photoareabox picture.img4 {
    top: 0;
    left: -70px;
  }
  .photoareabox picture.img4 img {
    width: 645px;
    height: 645px;
  }
}

.photoareabox .circle7 {
  position: absolute;
  width: 115px;
  height: 115px;
  top: 160px;
  left: 20px;
}

@media (min-width: 768px) {
  .photoareabox .circle7 {
    width: 270px;
    height: 270px;
    top: 410px;
    left: 670px;
  }
}

.access {
  position: relative;
  height: 1170px;
  color: #fff;
}

@media (min-width: 768px) {
  .access {
    height: 940px;
  }
}

.access h2.title {
  text-align: left;
}

.access .textarea {
  position: absolute;
  top: 100px;
  padding: 0 15px;
  text-align: center;
  padding-bottom: 70px;
  text-align: left;
}

@media (min-width: 768px) {
  .access .textarea {
    left: 660px;
  }
}

.access .textarea p {
  margin-bottom: 10px;
}

.access .textarea address {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .access .textarea img {
    margin-left: 130px;
  }
}

.access .gmap {
  margin-top: 20px;
  width: 470px;
  height: 470px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .access .gmap {
    isolation: isolate;
  }
}

.access .gmap iframe {
  border-radius: 50%;
  width: 700px;
  height: 700px;
  margin-top: -110px;
  margin-left: -122px;
}

@media (min-width: 768px) {
  .access .gmap {
    margin-top: -320px;
    margin-left: -620px;
    width: 710px;
    height: 710px;
    overflow: hidden;
    border-radius: 50%;
  }
  .access .gmap iframe {
    border-radius: 50%;
    width: 1000px;
    height: 1000px;
    margin-top: -160px;
    margin-left: -160px;
  }
}

.access a.btn-map {
  position: absolute;
  top: 990px;
  left: 10px;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #302217;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 1.4em;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .access a.btn-map {
    top: 800px;
    left: 80px;
  }
}

.access a.btn-map:hover {
  transform: scale(1.1, 1.1);
}

.circle8 {
  position: absolute;
}

@media (max-width: 767px) {
  .circle8 {
    left: -240px;
    width: 700px;
    height: 700px;
  }
}

@media (min-width: 768px) {
  .circle8 {
    right: 20px;
    width: 740px;
    height: 740px;
  }
}

.contact {
  color: #fff;
  position: relative;
  height: 430px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact {
    margin-left: -130px;
  }
}

.contact .textarea {
  position: absolute;
  padding: 0 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

@media (min-width: 768px) {
  .contact .textarea {
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .contact .textarea p {
    text-align: left;
    width: 380px;
    margin: 0 auto;
  }
}

.contact ul {
  margin-bottom: 30px;
}

.contact .circle9 {
  position: absolute;
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .contact .circle9 {
    width: 550px;
    height: 550px;
  }
}

footer {
  position: relative;
  font-size: 1.3rem;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  footer {
    margin-top: 320px;
  }
}

footer .circle0 {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -50%;
  right: -30px;
}

@media (min-width: 768px) {
  footer .circle0 {
    width: 480px;
    height: 480px;
    top: -350px;
    right: -50px;
  }
}

.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 5px);
}

.rellax {
  transition: all 0.2s;
}
