@charset "utf-8";

/*クリアフィックス*/
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{min-height:1px;}
.clear{clear:both;}

/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/

.pc{display:block;}
.sp{display:none;}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
.pc{display:none;}
.sp{display:block;}
}

/* nav-only-sp */
li.nav-only-sp {
display:none;
}
@media screen and (max-width: 768px) {
li.nav-only-sp {
display:block;
}
}

a{
  text-decoration:none;
  color: #000;
}

a:hover{
  color:#777;
}
html, body{
  font-size: 62.5%;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
  line-height:1.5;
  background-color: #e7f5dc;
  color:#000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

img{
  width: 100%;
}

@media only screen and (min-width: 769px) {
/*a,a img {
  transition: 1.0s ;
}*/
a:hover,a img:hover {
  opacity: 0.7 ;
}
}

header{
  border-top: solid 10px #497145;
}
header .inner{
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
header .inner h1{
  width: 234px;
  margin: 30px auto;
}
header .inner h3{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  height: 200px;
  top:300%;
  left: -5%;
}
header .inner h3 span{
  position: relative;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
  z-index: 1;
  display: table;
  white-space: nowrap;
}
header .inner h3 span:before{
  content: '';
  width: 14px;
  height: 100%;
  background-color: #e9e200;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: -1;
}
header .document-btn,
header .reserve-btn{
  position: absolute;
  top: 10px;
  /* right: 0; */
  /* sns-btn */
  right: 120px;
}
header .document-btn {
  /* right: 120px; */
  /* sns-btn */
  right: 240px;
}
header .sns-btn{
  /* sns-btn */
  /* display: none; */
  position: absolute;
  top: 0;
  right: 0;
}
header .sns-btn figure {
    position: relative;
    width: 120px;
    height: 120px;
    top: 10px;
}
header .document-btn a,
header .reserve-btn a{
  width: 120px;
  height: 120px;
  display: block;
  background: url(../img/common/icon-mail.png) no-repeat center top 25px / 40px 29px #e9e200;
  text-align: center;
  box-sizing: border-box;
  padding-top: 65px;
  letter-spacing: .1em;
  font-size: 1.1rem;
  position: relative;
  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 .document-btn a {
  background-color: #5db98b;
  color:#fff;
}
header .document-btn a:after{
  content: '';
  background: url(../img/common/arrow-document.png) no-repeat center top / 24px 14px;
  width: 24px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 16px;
}
header .reserve-btn a:after{
  content: '';
  background: url(../img/common/arrow-reserve.png) no-repeat center top / 24px 14px;
  width: 24px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 16px;
}
header .document-btn a:hover,
header .reserve-btn a:hover {
  opacity: 0.7 ;
}
#nav-toggle {
  display: none;
}
header nav{
  background: url(../img/common/paper-bg.jpg) center top / 200px 200px;
  padding: 10px 0;
}
header nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
}
header nav ul li{
  width: 20%;
}
header nav ul li a{
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
  transition: 1.0s ;
}
header nav ul li a span{
  display: block;
  font-size: 1rem;
}
header nav ul li a:hover {
  color: #326432;
  opacity: 0.7 ;
}
@media only screen and (max-width: 1000px) {
   header .inner h1 {
     margin-left: 0;
   }
}
@media only screen and (max-width: 768px) {
  header{
    border-top: none;
  }
  header .inner h1{
    width: 30%;
    margin: 0 auto;
    padding-top: 8%;
  }
  header .inner h3{
    top:30%;
    left: 3%;
  }
  header .inner h3 span{
    font-size: 2rem;
  }
  header .document-btn,
  header .reserve-btn,
  header .sns-btn{
    position: fixed;
    top: 0;
    /* right: 55px; */
    /* sns-btn */
    right: 110px;
    z-index: 1000;
  }
  header .document-btn {
    /* right: 110px; */
    /* sns-btn */
    right: 165px;
  }
  header .sns-btn {
    right: 55px;
  }
  header .sns-btn figure{
    width: 55px;
    height: 55px;
    top: 0;
  }
  header .document-btn a,
  header .reserve-btn a{
    width: 55px;
    height: 55px;
    background: url(../img/common/icon-mail.png) no-repeat center center / 20px 15px #e9e200;
    padding-top: 0;
  }
  header .document-btn a {
    background-color: #5db98b;
  }
  header .document-btn a:after,
  header .reserve-btn a:after{
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  header .inner h3{
    top:25%;
  }
  header .inner h3 span{
    font-size: 1.4rem;
  }
}

main{
  position: relative;
  padding-bottom: 80px;
  display: block;
}
#under{
  position: relative;
  background-color: #fff;
  max-width: 830px;
  width: 94%;
  margin: 70px auto 0;
  padding: 60px 70px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main{
/*    padding-bottom: 10%;*/
    padding-bottom: 20%;
  }
  #under{
    width: 100%;
    margin: 70px auto 0;
    padding: 3%;
    box-sizing: border-box;
  }
}

footer{
  background: url(../img/common/paper-bg.jpg) center top / 200px 200px;
  padding: 30px 0 50px;
  text-align: center;
}
footer .navi{
  max-width: 830px;
  width: 90%;
  margin: 0 auto 65px;
  text-align: left;
}
footer .navi li{
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2em;
}
footer .navi li a{
  position: relative;
}
footer .navi li a:after{
  content: '\025b6';
  position: absolute;
  right: -1.2em;
}
footer .logo{
  width: 161px;
  margin: 0 auto 30px;
}
footer .tel{
  color: #497145;
  font-size: 3.6rem;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../img/common/icon-tel.png) no-repeat center left / 34px 25px;
  display: inline-block;
}
footer .address,footer address{
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  footer .navi{
    display: none;
  }
  footer .address,footer address{
    font-size: 1rem;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop span {
  width: 130px;
  text-align: center;
  padding-top: 32px;
  display: block;
  transition: .3s;
  font-size: 2rem;
  color: #000;
  position: relative;
  cursor: pointer;
}
.pagetop span:before{
  content: '';
  background: url(../img/common/arrow-pagetop.png) no-repeat center top / 130px 32px;
  width: 130px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.pagetop span:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
  .pagetop span {
    width: 65px;
    padding-top: 16px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .pagetop span:before{
    background: url(../img/common/arrow-pagetop.png) no-repeat center top / 65px 16px;
    width: 65px;
    height: 16px;
  }
}

@media only screen and (max-width: 768px) {
#nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10000;
  background: #fff;
  padding: 10px;
  display: block;
  transition: .5s;
}
#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%;
  height: 3px;
}
#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 nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  padding-top: 55px;
  font-size: 1.4rem;
  width: 100%;
}
header .navi {
  padding-top: 0;
}
header nav ul li{
  border-bottom: solid 1px #000;
  padding: 10px 0;
  width: 100%;
}
header .navi li.active,header nav ul li.active a{
  background-color: inherit;
  color: #e62310;
  font-weight: bold;
}
header .navi li.navContact{
  background-color: #e62310;
  display: block;
  padding: 10px;
  margin-top: 0;
  border-bottom: none;
}
header .navi li:nth-last-child(2){
  border-bottom: none;
}
header .navi li.navContact a:after{
  display: none;
}


.open #nav-toggle span{
  background-color: #666;
}
.open #nav-toggle span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg) translateY(0px);
  -moz-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.open #nav-toggle span:nth-child(2) {
  top: 14px;
  width: 100%;
  height: 3px;
  -webkit-transform: rotate(45deg) translateY(0px);
  -moz-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.open #nav-toggle span:nth-child(3) {
  display: none;
}
.open nav {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
main.product,main.event {
  padding-left: 0;
}
}
@media screen and (max-width:500px) {
  header .inner h1 {
    position: relative;
    /* left: -40px; */
    left: 0;
    top: 50px;
  }
}
