@charset "UTF-8";

* {
  margin: 0;
}

body {
  font-family: "Hina Mincho", serif;
  color: #686868;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.fv {
  background-image: url(../images/nature.jpg);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.fv img {
  width: 500px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.header-inner {
  height: 100vh;
  position: relative;
}

#sv {
  background-image: url(../images/exterior.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50%;
  position: relative;
  z-index: 900;
}

.sv-img {
  width: 250px;
  position: absolute;
  right: 100px;
}

#sv ul {
  writing-mode: vertical-rl;
  font-size: 25px;
  color: white;
  position: absolute;
  left: 100px;
  bottom: 30px;
}

.nav li a:hover {
  color: #686868;
}

.header-nav {
  padding-right: 80px;
}

#drawer {
  display: none;
}

#drawer-nav {
  display: none;
}

.menu-bar {
  position: fixed;
  top: 0;
  z-index: 800;
  background-image: url(../images/greenbar.jpg);
  width: 100vw;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

.menu-bar img {
  width: 90px;
}

.menu-bar ul {
  font-size: 22px;
  color: white;
  display: flex;
  gap: 100px;
}

.bar-nav li a:hover {
  color: #686868;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white,
  -1px 1px 0 white, 1px -1px 0 white,
  0px 1px 0 white,  0-1px 0 white,
  -1px 0 0 white, 1px 0 0 white;
}

.title {
  background-image: url(../images/leef.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 100px;
  height: 300px;
}

.title p {
  line-height: 1;
  color: white;
  text-shadow: 1px 1px 0 #4F6750, -1px -1px 0 #4F6750,
  -1px 1px 0 #4F6750, 1px -1px 0 #4F6750,
  0px 1px 0 #4F6750,  0-1px 0 #4F6750,
  -1px 0 0 #4F6750, 1px 0 0 #4F6750;
}

.cainoi {
  font-size: 60px;
  margin-left: 100px;
  margin-top: 40px;
}

.sangquac {
  font-size: 60px;
  margin-left: 200px;
  margin-top: 20px;
}

.noquhair {
  text-align: right;
  font-size: 80px;
  margin-right: 250px;
  margin-top: 30px;
}

.noquhair span {
  font-size: 20px;
  color: #4F6750;
  text-shadow: none;
  padding-right: 20px;
}

section {
  margin: 40px 0;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

h2 {
  padding: 0 100px;
  font-size: 28px;
  font-family: "Capriola", sans-serif;
  color: #4F6750;
  position: relative;
}

h2 span {
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  padding-left: 10px;
}

.underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #4F6750;
  transition: all 0.8s;
}

.underline.isActive:after {
  width: 100%;
}

.underline-rl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #4F6750;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s ease;
}

.underline-rl.isActive:after {
  transform: scaleX(1);
}

section:nth-of-type(even){
  text-align: right;
}

.concept-img {
  display: flex;
  justify-content: center;
}

.room {
  padding-top: 80px;
  padding-right: 40px;
}

.tool {
  padding-top: 180px;
  padding-right: 40px;
}

.tree {
  padding-top: 65px;
}

h3 {
  font-size: 22px;
}

.concept-text {
  padding-top: 65px;
  text-align: center;
}

.concept-text p {
  padding-top: 30px;
}

.kids {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kids p {
  text-align: center;
  padding-left: 150px;
}

.recommend {
  padding-top: 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.recommend img {
  width: 400px;
}

.recommend p {
  text-align: center;
  padding-right: 150px;
}

.slide {
  width: 400px;
}

.menu-inner {
  background-image: url(../images/flower.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: 80px;
  color: white;
  padding-left: 100px;
  padding-bottom: 50px;
  text-align: left;
}

.menu-inner h3 {
  font-family: "Capriola", sans-serif;
  font-size: 28px;
  padding-top: 60px;
  border-bottom: 1px solid white;
  width: 300px;
}

table {
  font-size: 22px;
  margin-top: 30px;
  width: 800px;
}

td:nth-of-type(even) {
  text-align: right;
}

.small {
  font-size: 18px;
}

.item-inner {
  text-align: center;
  margin-top: 80px;
}

.item-inner p {
  padding-top: 55px;
  padding-bottom: 80px;
}

.item-inner img {
  width: 850px;
}

.address {
  margin: 0 100px;
  padding: 80px 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #4F6750;
}

.address img {
  width: 500px;
}

.address li {
  width: 450px;
  text-align: left;
  padding-bottom: 25px;
  margin-left: 30px;
}

.address a li {
  border-bottom: 1px solid #686868;
  padding-bottom: 0;
  width: fit-content;
  margin-bottom: 25px;
}

i {
  padding-left: 20px;
}

.address a:hover {
  opacity: 0.7;
}

.sns {
  margin: 0 100px;
  padding: 80px 0;
  display: flex;
  justify-content: space-around;
}

.instagram {
  width: 100px;
  padding-top: 35px;
}

.instagram:hover {
  opacity: 0.5;
  transition: 1s;
}

.instagram-media {
  width: 500px;
}

.sns-text {
  text-align: left;
  position: relative;
}

.sns-text p {
  padding-bottom: 25px;
}

.interior {
  width: 300px;
  padding-top: 50px;
}

.name {
  text-align: right;
  padding-top: 25px;
}

footer {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

footer img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#concept {
  padding-top: 80px;
}

#menu {
  padding-top: 80px;
}

#item {
  padding-top: 80px;
}

#contact {
  padding-top: 80px;
}

@media (max-width: 1000px) {

  body {
    overflow-x: hidden;
    font-size: 10px;
  }

  .fv img {
    width: 350px;
  }

  .sv-img {
    width: 250px;
    right: 0px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
  }

  #sv ul {
    display: none;
  }

  #drawer {
    display: block;
  }

  #drawer img {
    width: 50px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 960;
  }

  #drawer-nav {
    z-index: 950;
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #686868;
    opacity: 0.8;
    right: -100%;
    transition: right .5s;
  }

  #drawer-nav.sp-open {
    right: 0;
  }

  #drawer-nav ul {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    display: flex;
    flex-direction: row-reverse;
  }

  #drawer-nav ul li a {
    padding: 25px;
    color: white;
    font-size: 20px;
    text-align: center;
    writing-mode: vertical-rl;
  }

  .menu-bar {
    display: none;
  }

  .cainoi {
    font-size: 28px;
    margin-left: 10px;
  }

  .sangquac {
    margin-left: 50px;
    font-size: 28px;
  }

  .noquhair {
    font-size: 30px;
    margin-right: 10px;
  }

  .noquhair span {
    font-size: 6px;
  }

  section {
    margin: 0;
    padding: 0;
  }

  .title {
    background-size: 200px;
    height: 200px;
  }

  h2 {
    padding: 0 5px;
    font-size: 14px;
  }

  h2 span {
    font-size: 8px;
  }

  .concept-img img {
    width: 100%;
  }

  .room {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tool {
    padding-right: 20px;
    padding-top: 120px;
  }

  .tree {
    padding-right: 20px;
  }

  h3 {
    font-size: 12px;
  }

  .slide {
    width: 100%;
  }

  .kids {
    flex-direction: column;
  }

  .kids p {
    padding-top: 50px;
    padding-left: 0;
  }

  .kids img {
    width: 300px;
    margin: 0 auto;
  }

  .recommend {
    padding-top: 80px;
    flex-direction: column;
  }

  .recommend img {
    width: 300px;
    margin: 0 auto;
  }

  .recommend p {
    padding-top: 50px;
    padding-right: 0;
  }

  .menu-inner {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .menu-inner h3 {
    font-size: 12px;
    width: 80px;
    padding-top: 20px;
  }

  table {
    font-size: 8px;
    width: 180px;
    margin-top: 10px;
  }

  .small {
    font-size: 6px;
  }

  .item-inner {
    margin-top: 40px;
  }

  .item-inner img {
    width: 80%;
  }


  .item-inner p {
    padding-top: 30px;
  }

  .address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0
  }

  .address img {
    width: 80%;
    margin-bottom: 30px;
  }

  .address li {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 15px;
  }

  .sns {
    margin-top: 50px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .instagram {
    width: 50px;
  }

  .interior {
    width: 150px;
  }

  footer {
    margin-top: 100px;
  }

  small {
    font-size: 6px;
  }

  footer img {
    width: 10%;
    right: 0px;
    bottom: 0px;
  }
  

}