@media screen and (min-width: 768px){


body {
  font-family: fantasy, "Source Sans Pro", "Hiraginp Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  max-width: 1080px;
  margin: 20px auto;
  background-color: #dcdcdc;
}

#top-nav {
  display: flex;
  /* justify-content: space-between; */
}

#icon {
  width: 50px;
  height: 50px;
}

nav {
  font-size: 30px;
  padding: 10px;
}

nav > a {
  margin-left: 70px;
}

.carouselImg {
  display: block;
  width: 100%;
  height: 700px;
  margin: 20px auto;
}

.sunny-line {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

h2 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 50px;
}

#about-parent {
  display: flex;
}

#about-left > img {
  width: 500px;
  border-radius: 30px;
}

#about-right {
  width: auto;
  margin: 0 40px;
}

#about-right div {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
}

#about-right span {
  font-size: 30px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #bdb76b;
}

#about-right p {
  font-size: 30px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #696969;
  margin-left: 10px;
}

/* #gallery > img {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
} */

.gallery-line {
  display: flex;
  justify-content: space-around;
}

.sunny-album {
  width: 100px;
  padding-bottom: 10px;
}

#back-button {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: right;
  font-size: 30px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

#back-button::before, #back-button::after {
  content: '◆';
}


.modal_images a:hover {
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.bigimg img {
  position: absolute;
  width: 90%;
  max-width: 500px;
  top: 40px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}

}



@media screen and (max-width: 767px){


  body {
    font-family: fantasy, "Source Sans Pro", "Hiraginp Kaku Gothic ProN", Meiryo, Arial, sans-serif;
    max-width: 310px;
    margin: 10px auto;
    background-color: #dcdcdc;
  }
  
  #top-nav {
    display: flex;
  }
  
  #icon {
    width: 50px;
    height: 50px;
  }
  
  nav {
    font-size: 20px;
    padding: 10px;
  }
  
  nav > a {
    margin-left: 30px;
  }
  
  .carouselImg {
    display: block;
    width: 100%;
    /* height: 700px; */
    margin: 20px auto;
  }
  
  .sunny-line {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 50px;
  }
  
  #about-parent {
    display: block;
  }
  
  #about-left > img {
    width: 300px;
    border-radius: 30px;
  }
  
  #about-right {
    margin: 0 auto;
  }
  
  #about-right div {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20px;
  }
  
  #about-right span {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #bdb76b;
  }
  
  #about-right p {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #696969;
    margin-left: 10px;
  }
  
  .gallery-line {
    display: flex;
    justify-content: space-around;
  }
  
  .sunny-album {
    width: 50px;
    padding-bottom: 10px;
  }
  
  #back-button {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: right;
    font-size: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
  }
  
  #back-button::before, #back-button::after {
    content: '◆';
  }
  
  
  .modal_images a:hover {
    opacity: 0.8;
  }
  
  .modal {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .bigimg img {
    position: absolute;
    width: 90%;
    max-width: 300px;
    top: 20px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  
  .close-btn {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 0;
  }
  
  .close-btn a {
    color: #fff;
    text-decoration: none;
  }
  


}