@charset "utf-8";
/* CSS Document */

.fadeInUpTrigger{
  opacity: 0;
}

.main{
  position: relative;
  overflow: hidden;
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    transform: rotate(90deg);
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222222;
    padding: 0 0 0 30px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
.modal-open-btn{
  height:120px;
  width: 120px;
  border-radius: 100px;
  background-color: #037633;
  position: fixed;
  bottom:10%;
  left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  z-index: 299;
}
.btn-content h2{
  color: #FFFFFF;
  font-size: 2rem;
  font-family: 'Cormorant Garamond', serif;
}
.btn-content p{
  color: #FFFFFF;
}
@media(max-width:600px){
  .modal-open-btn{
    height: 80px;
    width: 80px;
  }
  .btn-content h2{
  font-size: 1.4rem;
  }
  .btn-content p{
  font-size: 1.2rem;
  }
}

#modal{
  display: none;
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background-color:rgba(30,30,30,0.8);
  z-index: 300;
  }
  
  .modal-content{
    background-color:#037633 ;
    margin: 30% auto;
    width:80%;
    padding: 20px 30px;
    box-shadow: 0 2px 7px black;
    color: #FFFFFF;
    position: relative;
    animation-name: popup;
    animation-duration: 1.1s;
  }
.modal-content img{
  margin: 0 auto;
}

  
  @keyframes popup{
    from{
      transform: translateY(150%);
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
  
  .modal-content h2{
    font-size: 4rem;
    font-family: 'Cormorant Garamond', serif;
    color: #FFFFFF;
  }
  #modalClose{
    font-size: 5rem;
    color: #FFFFFF;
    position: absolute;
    padding: 10px;
    top: 0;
    right: 5%;
    z-index: 500;
  }
  .modal-content p{
    font-size: 1.6rem;
    color: #FFFFFF;
    margin-bottom: 30px;
  }


@media(max-width:1200px){
  .reserve-btn{
    width: 120px;
    height: 120px;
  }
}

.tel {
  padding: 15px;
  vertical-align: middle;
  transition: 0.4s;
}
.tel:hover{
  transform: scale(1.1);
}
.modal-tel{
   padding: 15px;
  vertical-align: middle;
  transition: 0.4s;
}
.modal-tel:hover{
  transform: scale(1.1);
}
@media(max-width:600px){
  .tel{
    width: 240px;
  }
}






.header{
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	height: 80px;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	position: fixed;
  display: flex;
	justify-content: center;
	align-items: center;
  z-index: 200;
}


.header-menu{
	width: 80%; 
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-links{
	display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.nav-links .tel{
  display: none;
}
.header-menu-item {
  padding: 15px;
  vertical-align: middle;
  transition: 0.4s;
}
.header-menu-item:hover{
  transform: scale(1.2);
}

.insatagram{
  display: none;
}

.header_logo {
	vertical-align: middle;
	height: 60px;
}
.insta_icon {
	max-width: 25px;
}

.reserve-form p {
	text-align: center;
}

.burger{
  display: none;
  cursor: pointer;
}
.burger div{
  width:30px;
  height:3px;
  background-color: #4C4C4C;
  margin: 6px;
   transition: all 0.5s ease-in-out;
}

@media(max-width:800px){
  
  .header{
    height: 8vh;
    width: 100%;
  }
  .header-menu{
    width: 90%;
  }
  .header_logo{
    height: 5vh;
  }
  .nav-links{
    position: absolute;
    right: 0;
    height: 100vh;
    top:0;
    background-color: rgb(3 118 51 / 86%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
  }
  .nav-links .tel{
  display: block;
}
  .insatagram{
  display: block;;
}
  .insta_icon{
  display: none;
}
  .tel{
    display: block;
  }
  .nav-links a{
    color: #FFFFFF;
    font-size: 2rem;
  }

  .nav-active{
  transform: translateX(0%) !important; 
}
  .burger{
    display: block;
  }
}

@keyframes navLinksFade{  /*--  作ったものを js の navLinksに付与   --*/
  0%{
    opacity: 0;
    transform: translateX(50px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-6px, 7px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-6px, -7px);
}













/*----footer-----*/
.footer{
  width: 100vw;
  background-color: #037633;
  padding-bottom: 15px;
  z-index: 300;
}
.footer-menu {
  width: 90%;
  max-width: 1440px;
  display: flex;
   flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding:80px 0 80px;
  margin: 0 auto;
}

.footer_frop p{
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
}
.frop_name{
  font-size: 4.5rem;
}
.footer_frop_address{
  color: #fff;
}
.footer-menu__nav {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  color:#FFFFFF;
}
.footer-menu__nav a {
  font-family: 'Cormorant Garamond', serif;
	font-size: 2rem;
  padding:15px 25px;
  color: #FFF;
}
svg {

  fill:#fff;
}
small {
  color: #FFFFFF;
}

@media(max-width:1080px){
  .footer-menu{
    display: block;
  }
  .footer_frop {
    display: none;
  }
  .frop_name{
    display: none;
  }
  .footer-menu__nav {
    display: block;
  }
  .footer-menu__nav a{
    display: block;
  }
}










/*-----banner-titile-----*/

.section-banner{
  width: 100vw;
  background-size: cover;
  background-position: center;
  height:400px;
  position: relative;
}
.banner-title{
  position: absolute;
  top:50%;
  right: 50%;
  transform: translate(50%,-10%);
  color: #FFFFFF;
}
.banner-title h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: #FFFFFF;
}
.banner-title p{
  font-family: 'Klee One', cursive;
  font-size: 2rem;
  color: #FFFFFF;
}

@media(max-width:800px){
  .section-banner{
    height: 240px;
  }
  .banner-title h2{
    font-size: 2.8rem;
    min-width: 320px;
  font-weight: 200;
  }
  .banner-title p{
  font-size: 1.6rem;
 
}
}


