body{
  background-color: #e6e6e6;
  color:#666161;
  font-family: "Meiryo", "Hiragino", "Hiragino Kak u Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
  margin: 0;
}
.header-logo{
  width:100%;
  text-align: center;
}
.header-logo img{
  width:300px;
  height: 220px;
  padding-top: 20px;
}
.header-logo p{
  text-align: center;
  margin: 0;
  letter-spacing: 3px;
  font-family: 'Merriweather', serif;
}
.header-logo a{
  text-decoration: none;
  color:#666161;
}
.header-logo a:hover{
  opacity: 0.6;
}
.name{
  font-size: 33px;
}
.header-nav ul{
    padding-left: 0;
    margin:0 auto;
  }
.main-nav li{
  list-style: none;
  text-align: center;
}
.nav-item a{
  display: block;
  color:#666161;
  text-decoration: none;
  padding: 0 5px 0 5px;
}
.nav-item a:hover{
  background-color: #d3ccd6;
}
.slider{
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider-top-wrapper{
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.slider-top-wrapper img{
  width: 100%;
  height: auto;
  margin: 0;
}
.opacity img{
  opacity: 0.7;
}
.slider-top-wrapper li{
  list-style: none;
}
.slider ul{
  padding: 0;
}
.wrapper-text{
  position: absolute;
  top:20%;
  left:0;
  width: 100%;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-family: 'Merriweather', serif;
}

.main-text{
  font-size: 50px;
}
.sub-text{
  font-size: 30px;
}
.contents{
  text-align: center;
}
.h1{
  padding:10px 0 10px 0;
  border-top:1px solid #666161;
  border-bottom: 1px dotted #666161;
  font-weight: normal;
}
.contents-text{
  margin-bottom: 70px;
}
.contents-text p{
  font-size: 18px;
}
.contents-photo{
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.item1 img{
  border-radius: 50%;
}
.contents-link{
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.contents-link img{
 width: 30px;
 height: auto;
}
.contents-link a{
 text-decoration: none;
 color: #fff;
}
.contents-link a:hover{
  opacity: 0.6;
}
.contents-link p{
  margin-bottom: 20px;
  font-size: 20px;
}
.contents-link-btn{
  display: inline-block;
  width: 20%;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 15px;
  background-color: #E76868;
}
.footer{
  width: 100%;
  height: 170px;
  margin: 0 auto;
  background-color: #afafb0;
  display: flex;
  }
  .footer-left{
    width: 30%;
    text-align: center;
    margin: 30px 10px 0 10px;
   }
  .footer-logo{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .footer-logo__photo{
    padding-top: 17px;
  }
 .footer-logo__photo img{
  width: 100%;
  height: 50px;
}
 .address p{
   margin: 0;
   font-size: 14px;
 }
 .footer-text{
   margin-top:18px;
 }
 .footer-text p{
  margin:0;
 }
 .footer-text__main{
   font-size: 23px;
   letter-spacing: 5px;
   font-family: 'Merriweather', serif;
 }
 .footer-text__sub{
  font-size: 13px;
 }

  .footer-nav{
    width: 65%;
    margin :50px auto auto auto;
  }
  .footer-nav ul{
   padding: 0;
  }
  .footer-nav-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
 .footer-nav-item li{
   list-style: none;
   margin: 0 10px 0 10px;
 }
 .footer-nav-item a{
   color:#666161;
   text-decoration: none;
   letter-spacing: 2px;
 }
 .footer-nav-item a:hover{
   text-decoration: underline;
   color:#504946;
 }
 .copy{
   background-color: #504946;
   color:white;
   max-width: 100%;
   height: 50px;
   line-height: 50px;
   text-align: center;
 }
@media screen and (min-width:901px){
   .main-nav{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
   }
   .main-nav__left{
    border-left: 1px solid #666161;
  }
  .main-nav li{
    letter-spacing: 3px;
    border-right: 1px solid #666161;
    flex:1 0 auto;
  }
  .hamburger-text{
    display: none;
  }
  .item1 img{
  width: 200px;
  height: 200px;
}
}
@media screen and (max-width: 900px) {
   html{
     font-size: 15px;
   }
  .header{
    width:100%;
    height:auto;
    margin:0;
    padding-bottom: 30px;
  }
   .header-inner{
     width: 100%;
     height: auto;
    position: relative; 
   }
   .header-logo{
     margin-top: 30px;
     width: 100%;
     height: auto;
   }
   .header-logo img{
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .header-logo-text{
    display: none;
  }
  .name{
    display: none;
  }
   .header-nav{
    position: fixed;
    right: -320px;
    top:0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #e6e6e6;
    transition: all .6s;
    z-index:200;
    overflow-y: auto;
   }
   .main-nav{
     margin: 0;
     padding: 0;
   }
   .hamburger{
    position: absolute;
    right: 15px;
    top:8px;
    width: 40px;
    height: 40px;
    cursor:pointer;
    z-index: 300;
  }
  .nav-item{
    padding:0 14px;
  }
  .nav-item a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  .nav-item a:hover{
    background-color: #eee;
  }
  .hamburger_border{
    position: absolute;
    left:11px;
    width: 18px;
    height: 2px;
    background-color: #333333;
    transition: all .6s;
  }
  .hamburger_border_top{
    top:14px;
  }
  .hamburger_border_center{
    top:20px;
  }
  .hamburger_border_bottom{
    top:26px;
  }
  .hamburger-text{
    position: absolute;
    left:6px;
    width: 18px;
    height: 2px;
    top:30px;
    font-size: 10px;
    transition: all .6s;
    font-family: 'Merriweather', serif;
  }
  .black_bg{
    position: fixed;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .header-nav{
    right:0;
  }
  .nav-open .black_bg{
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top{
    transform: rotate(45deg);
    top:20px;
  }
  .nav-open .hamburger_border_center{
    width: 0;
    left:50%;
  }
  .nav-open .hamburger_border_bottom{
    transform: rotate(-45deg);
    top:20px;
  }
  .slider{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .slider-top-wrapper{
    width: 100%;
    height: auto;
  }
  .slider-top-wrapper img{
    width:100% ;
    height: 70%;
  }
  .slick-arrow:before{
    content:""!important;
  }
  .main-text{
    font-size: 7vw;
    margin-bottom: 0px;
  }
  .sub-text{
    font-size: 5vw;
  }
  h1{
    margin-top: 0;
  }
  .h1{
    border-top: none;
    font-size: 0.7em;
  }
  .contents{
    width: 100%;
    height: auto;
  }
  .contents-text{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .contents-text p{
    font-size: 0.95em;
  }
  .contents-photo{
    margin-top: 40px;
    width: 100%;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
     
  }
  .img1 img{
    width: 40%;
    height:100%;
  }
  .img2 img{
    width: 80%;
    height: 77%;
  }
  .img3 img{
   width: 80%;
   height: 77%;
  }
  .img1{
   width: 100%;
   margin: 0 auto;
  }
  .img2{
   width: 50%;
 }
  .img3{
   width: 50%;
 }

  .contents-link{
    text-align: center;
    margin-top: 40px;
  }
  .contents-link-btn{
    width: 200px;
    height: 70px;
    padding: 0 8px 0 8px;
    font-family: 'Merriweather', serif;
    font-size: 0.9em;
  }
  .contents-link p{
    font-size: 1.0em;
  }
  .footer{
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-left{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
  }
  .footer-logo{
     justify-content: center;
  }
  .footer-text__main{
    font-size: 1.2em;
  }
  .footer-text__sub{
    font-size: 0.9em;
  }
  .footer-logo__photo{
    width: auto;
    height: 4%;
    margin-left: 10px;
  }
  .footer-logo__photo img{
    width: 100%;
    height: 100%;
  }
  .address p{
    font-size: 0.9em;
  }
  .footer-nav{
    width: 100%;
    height: auto;
    margin-top:10px;
    padding-bottom: 20px;
  }
  .footer-nav-item{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .footer-nav-item li{
    padding: 0 5px 0 5px;
    flex:1 0 auto;
  }
  .footer-nav-item a{
    display: block;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  .copy{
    font-size: 0.9em;
    width: 100%;
    height: auto;
    line-height: 30px;
  }
  }
