body{
  background-color: #e6e6e6;
  color:#666161;
  font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku 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;
}
.header-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;
}
.main-nav li a:hover{
  background-color: #d3ccd6;
}

.breadcrumb{
  list-style: none;
  margin-left: 30px;
  font-size: 15px;
  margin-bottom: 50px;
}
.breadcrumb a{
  color: #E76868;
  text-decoration: none;
}
.breadcrumb a:hover{
  text-decoration: underline;
}
.breadcrumb li{
  display: inline-block;
  letter-spacing: 3px;
}
.breadcrumb li::after{
  content: ">";
  padding: 5px;
}
.breadcrumb li:last-child::after{
  content: none;
}
.contents1{
  margin-bottom: 70px;
}
.contents1-inner{
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.contents1-title{
  width: 100%;
  border-top: 1px solid #666161;
  border-bottom: 1px dotted #666161;
  margin-bottom: 60px;
  font-family: 'Merriweather', serif;
  text-align: center;
  padding: 10px;
}
.contents1 p{
  margin: 0;
}
.maintitle{
  font-size: 25px;
  letter-spacing: 3px;
}
.subtitle{
  font-size: 14px;
  letter-spacing: 1px;
}
.contents1-photo{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.contents1-photo__item img{
  width:250px ;
  height: 250px;
  border-radius: 50%;
  text-align: center;
}

.contents2{
  margin-top:60px;
  position: relative;
}
.contents2-top{
  position: relative;
  margin-bottom: 70px;
  font-size: 20px;
  text-align: center;
}
.name{
  font-size: 25px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #666161 ;
}
.subname{
  font-size: 20px;
  padding-top: 30px;
}
.place{
  font-size: 17px;
  padding-bottom: 20px;
}
.icon-left img{
    position: absolute;
    bottom: -75px;
    left: 140px;
    width: 130px;
    height: auto;
  }
.contents2-center-flexbox{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
  text-align: center;
}
.contents2-center-left{
  font-size:18px;
  line-height: 50px;
  background: rgba( 187,205,197,0.7);
  padding: 30px;
  font-size: 15px;
  width: 430px;
}
.contents2-center-right{
  font-size: 18px;
  padding: 30px;
  line-height: 50px;
  background: rgba( 187,205,197,0.7);
  font-size: 15px;
  width: 430px;
}

.icon-right img{
  position: absolute;
  bottom:-110px;
  right: 50px;
  width: 130px;
  height: auto;
}
.contents3{
  width: 80%;
  margin: 0 auto;
  
}
.contents3-inner{
  width: 100%;
  height: auto;
  font-size: 15px;
  padding-top: 70px;
  text-align: center;
  margin-bottom: 80px;
}
.contents3-top{
  line-height: 40px;
  background: rgba( 187,205,197,0.5);
  padding: 50px;
}
.contents3-center{
  margin-top: 50px;
  background: rgba( 187,205,197,0.5);
  line-height: 40px;
  padding: 50px;
}

.contents3-bottom{
  margin-top: 50px;
  line-height: 40px;
  margin-bottom: 30px;
  background: rgba( 187,205,197,0.5);
  padding: 50px;
}
.number{
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  color: #f8fbf8;
  margin: 0;
}
.container{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 50px;
}
.box{
  width: 80%;
  height: 180px;
}
.box img{
  width: 200px;
  height: 180px;
}
.container p{
  background:rgba(231, 104, 104, 0.8);
  margin: 0;
  padding: 8px;
  font-size: 15px;
}
.container a{
  text-decoration: none;
  color: #ffffff;
}
.container a:hover{
  background-color: #a2b3ac;
  color: #666161;
 }
 .box img:hover{
   opacity: 0.6;
   transition-duration: 0.3s;
 }
 .image{
   text-align: center;
   margin-top: 50px;
   margin-bottom: 70px;
 }
 .image img{
   width: 50%;
   height: auto;
   margin: 0 auto;
 }
 .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;
   text-align: center;
   line-height: 50px;
 }
 @media screen and (min-width:901px){
  .main-nav{
   width: 90%;
   height: auto;
   display: flex;
   justify-content: center;
   padding-top: 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;
 }
 .contents1-photo__item{
   margin: 10px;
 }
 .item1 img{
 width: 200px;
 height: 200px;
}
.contents2-center-left{
  margin-right: 7px;
}
.contents2-center-right{
  margin-left: 7px;
}
.box{
  margin:0 5px 0 5px;
}
.container p{
  margin: 0 5px 0 5px;
}
}
@media screen and (max-width: 900px) {
  html{
    font-size: 15px;
  }
 .header{
   width:100%;
   height:auto;
   margin:0;
   padding-bottom: 10px;
 }
  .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{
   font-size: 0.9em;
 }
 .header-name{
   font-size: 1.8em;
 }
 .header-text{
   font-size: 0.9em;
 }
  .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;
 }
 .breadcrumb{
   width: 75%;
   margin: 0 auto;
   padding: 0;
   padding-bottom: 20px;
 }
 .breadcrumb li{
   font-size: 0.8em;
   letter-spacing: 0;
 }
 .contents1-title{
   padding:10px 0 10px 0;
   width: 80%;
   height: auto;
   margin: 0 auto;
 }
 .contents1{
   margin: 0;
 }
 .maintitle{
   font-size: 1.3em;
   letter-spacing: 0px;
 }
 .subtitle{
   font-size: 0.8em;
 }
.contents1-inner{
  width: 100%;
  height: auto;
}
.contents1-photo{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

 .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%;
}
.name{
  display: inline-block;
  font-size: 0.9em;
  padding: 8px;
}

.place{
  font-size: 0.8em;
}
.contents2{
  margin:0;
}
.contents2-top{
  margin-bottom: 90px;
}
.contents2-center-flexbox{
 display: block;
 justify-content: none;
 width: 100%;
 height: auto;
}
.contents2-center-left{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 20px 0 20px 0;
  font-size: 0.9em;
  line-height:30px;
}
.contents2-center-right{
  width: 100%;
  height: auto;
  padding: 20px 0 20px 0;
  font-size: 0.9em;
  line-height: 30px ;
}
 .contents2-center-inner{
   width: 80%;
   margin: 0 auto;
   text-align: left;
   line-height: 30px;
   font-size: 0.9em;
   padding: 20px 0 20px 0;
 }
.icon-left img{
  width: 100px;
  height: auto;
  bottom: -100px;
  left: 15px;
}
.icon-right img{
  right: 10px;
  bottom: -90px;
  width: 100px;
  height: auto;
  overflow: hidden;
}
.contents3{
  width: 100%;
  height: auto;
}
.contents3-inner{
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 0.9em;
}
.contents3-top{
  text-align: left;
  line-height: 30px;
  padding: 30px;
}
.contents3-center{
  text-align: left;
  line-height: 30px;
  padding: 30px;
}
.contents3-center ul{
  padding: 0;
}
.contents3-bottom{
  text-align: left;
  line-height: 30px;
  padding: 30px;
}
.number{
  margin: 0 0 30px 0;
}
.container{
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.container a{
  width: 37%;
  height: auto;
  margin: 0 15px 60px 15px;
}

.box{
  width: 100%;
  height: 100%;
}
.box img{
  width: 100%;
  height: 100%;
}

.container p{
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  white-space: nowrap;
  font-size: 0.8em;
  padding: 5px;
}
.image{
  margin: 20px 0 30px 0;
}
.image img{
  width: 85%;
}
.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{
  flex:1 0 auto;
}
.footer-nav-item a{
  display: block;
  padding: 0;
  border-bottom: none;
  text-align: center;
  font-size: 0.9em;
}
.copy{
  font-size: 0.9em;
  width: 100%;
  height: auto;
  line-height: 30px;
}
}
