@charset "utf-8";

header.top{
  width: 100%;
  margin: 0 auto;
  position: relative;
  border:none;
}
header.top h1{
  width: 192px;
  margin: 0 auto;
  padding-top: 70px;
}
header.top .inner{
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 90px;
  position: relative;
}
header.top .inner h2{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  height: 90%;
  top:60px;
  left: 30px;
}
header.top .inner h2 span{
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
  z-index: 1;
  display: table;
}
header.top .inner h2 span:before{
  content: '';
  width: 14px;
  height: 100%;
  background-color: #e9e200;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: -1;
}
header.top .document-btn,
header.top .reserve-btn{
  position: absolute;
  top: 0;
  /* right: 0px; */
  /* sns-btn */
  right: 120px;
}
header.top .document-btn {
  /* right: 120px; */
  /* sns-btn */
  right: 240px;
}
header.top .sns-btn{
  /* sns-btn */
  /* display: none; */
  position: absolute;
  top: 0;
  right: 0;
}
header .sns-btn figure{
  position: relative;
  width: 120px;
  height: 120px;
  top: 0;
  transition: 1.0s;
}
header .sns-btn a{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 0.1s all;
}
header .sns-btn figure img{
  width: 100%;
}
header.top nav{
  background: none;
  padding: 0;
}
header.top nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
}
header.top nav ul li{
  width: 20%;
}
header.top nav ul li a{
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
}
header.top nav ul li a span{
  display: block;
  font-size: 1rem;
}
header.top nav ul li a:hover {
  color: #326432;
  opacity: 0.7 ;
}

main{
  position: relative;
  padding-bottom: 0;
}
.main-img{
  background: url(../img/top/slide-bg.jpg) center top / 200px 200px;
  padding: 100px 0;
  margin: 80px 0 130px;
}

.news{
  background: url(../img/top/news-head.png) no-repeat center top  / contain #fff;
  padding: 100px 0 60px;
}
.news h3{
  background: url(../img/top/icon-news.png) no-repeat center top / 52px 39px;
  text-align: center;
  font-size: 4rem;
  color: #5db98b;
  padding-top: 50px;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.news ul{
  max-width: 730px;
  width: 94%;
  margin: 0 auto;
}
.news ul li{
  border-bottom: solid 1px #5db98b;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
}
.news ul li a{
  color: #5db98b;
  display: inline-grid;
  line-height: 36px;
}
.news ul li a strong{
  display: inline-block;
  width: 150px;
  font-weight: normal;
}
.news a.btn {
  border: 1px solid #326432;
  background-color: #326432;
  color: #fff;
  font-size: 1.3rem;
  display: block;
  max-width: 170px;
  width: 96%;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news a.btn:hover {
  background-color: inherit;
  border: 1px solid #326432;
  color: #326432;
}

.point{
  padding: 60px 0 70px;
}
.point h3{
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.point h3 strong{
  font-size: 10rem;
  color: #5db98b;
}
.point .txt01{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 50px;
}
.point ul{
  max-width: 870px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point ul li{
  background: url(../img/top/point-bg.png) no-repeat left top / 56px 173px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 0 0 45px 50px;
  width: 15%;
}
.point ul li strong{
  font-size: 5rem;
  display: block;
  color: #5db98b;
}

.plan{
  background-color: #fff;
  padding: 60px 0 ;
}
.plan h3{
  text-align: center;
  font-size: 4.5rem;
  color: #5db98b;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.plan h3 span{
  display: block;
  font-size: 1.7rem;
}
.plan ul{
  max-width: 730px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan ul li{
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  width: 25%;
}
.plan ul li:after{
  content: '';
  background: url(../img/top/arrow-plan.png) no-repeat center bottom / 18px 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 9px;
}
.plan ul li a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #5db98b;
}
.plan ul li img{
  display: block;
  margin: 0 auto 10px;
  width: 107px;
}

.info{
  background: url(../img/top/info-bg.jpg) no-repeat center top / cover;
  padding: 60px 0 ;
}
.info h3{
  text-align: center;
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.info ul{
  max-width: 730px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info ul li{
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
  width: 170px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
}
.info ul li img{
  display: block;
  margin: 0 auto 10px;
  width: 82px;
}

.mail{
  background-color: #fff;
  padding: 60px 0 ;
}
.mail .inner{
  max-width: 500px;
  margin: 0 auto;
}
.mail .inner .mobile{
  display: none;
}
.mail .inner .mobile .midashi{
  background-color: #326432;
  text-align: center;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
}
.mail .inner .mobile input[type=text]{
  width: 40%;
}
.mail .inner .mobile input[type="submit"] {
  background-color: #326432;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  border:none;
}
.mail .inner .btn{
  max-width: 500px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mail .inner .btn li{
  width: 48%;
  margin-bottom: 10px;
}
.mail .inner .btn li a{
  background: url(../img/common/icon-mail.png) no-repeat center left 10px / 40px 29px;
  display: block;
  font-size: 1.5rem;
  padding: 8% 0;
  text-align: center;
  letter-spacing: .3em;
  text-indent: 3em;
}
.mail .inner .btn li.reserve{
  background-color: #e9e200;
}
.mail .inner .btn li.contact{
  background-color: #5db98b;
}
.mail .inner .btn li.contact a{
  color: #fff;
}

@media screen and (max-width:780px) {
  .point ul {
    width: 83%;
  }

  .point ul li {
    width: 30%;
    margin: 2% 0;
  }
}

@media screen and (max-width:768px) {
  /* top */
  header.top .inner {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 3%;
    position: relative;
  }

  header.top h1 {
    width: 30%;
    margin: 0 auto;
    padding-top: 8%;
  }

  header.top .inner h2 {
    top: 8%;
    left: 8%;
  }

  header.top .inner h2 span {
    font-size: 2rem;
  }

  header.top .document-btn,
  header.top .reserve-btn,
  header.top .sns-btn {
    position: fixed;
    top: 0;
    /* right: 55px; */
    /* sns-btn */
    right: 110px;
    z-index: 1000;
  }

  header.top .sns-btn {
    right: 55px;
  }

  header.top .document-btn {
    /* right: 110px; */
    /* sns-btn */
    right: 165px;
  }

  header .reserve-btn a {
    width: 55px;
    height: 55px;
    background: url(../img/common/icon-mail.png) no-repeat center center #e9e200 / 20px 15px;
    padding-top: 0;
  }

  header .sns-btn figure{
    width: 55px;
    height: 55px;
  }

  #nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 10000;
    background: #fff;
    padding: 10px;
    display: block;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    height: 3px;
    top: 5px;
  }

  #nav-toggle span:nth-child(2) {
    top: 12px;
    width: 100%;
  }

  #nav-toggle span:nth-child(3) {
    top: 14px;
    background: none;
    font-size: 1.1rem;
    font-weight: bold;
  }

  header nav {
    right: -100%;
    top: 0;
    background: none;
    background-color: #fff!important;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: auto;
    z-index: 100;
  }

  header.top nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    padding-top: 55px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  header.top nav ul li {
    border-bottom: solid 1px #000;
    padding: 10px 0;
    width: 100%;
  }


  .main-img {
    background: none;
    padding: 36% 0;
    margin: 0;
  }

  .main-img .slider {
    width: 100%;
    margin: -160px auto;
    border: solid 5px #fff;
    box-shadow: 3px 3px 3px 0px #666;
  }

  .slick-prev, .slick-next, .slick-dots {
    display: none!important;
  }
  /* top */

  /* news */
  .news {
    margin: 0;
    padding: 8% 0;
  }

  .news h3 {
    font-size: 2.6rem;
    color: #5db98b;
    padding-top: 50px;
    letter-spacing: .1em;
    margin-bottom: 5%;
  }
  /* news */
  .sp {
    display: block;
  }

  .point h3 {
    font-size: 1.8rem;
    margin-bottom: 5%;
    text-align: center;
  }

  .point .txt01 {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .plan h3 {
    font-size: 3rem;
    margin-bottom: 5%;
  }

  .plan ul {
    width: 94%;
    margin: 0 auto;
    display: block;
  }

  .plan ul li {
    text-align: left;
    padding: 3%;
    width: 94%;
    border: solid 1px #5db98b;
    margin-bottom: 3%;
  }
  
   .plan ul li:nth-child(n + 2) {
     display: none;
   }

  .plan ul li a {
    font-size: 1.8rem;
    display: block;
  }

  .plan ul li img {
    display: inline-block;
    margin: 0 30% 0 0;
    width: 30%;
    vertical-align: middle;
  }

  .plan ul li:after {
    display: none;
  }

  .info h3 {
    font-size: 3rem;
    margin-bottom: 5%;
  }

  .info ul li{
    margin: 0 auto 5%;
  }

  .mail .inner .btn li {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (max-width:500px) {
  header.top h1 {
    position: relative;
    left: -40px;
  }
  header.top .inner h2 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:420px) {
  header.top .inner {
    padding-bottom: 20%;
  }

  .point ul li {
    width: 100%;
    margin: 5% 0;
  }
}
