@charset "UTF-8";
/* CSS Document */
.header {
  height: 40px;
  background-color: #333333;
}
.header-main {
  position: relative;
  padding-top: 6px;
}
.header h1 {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  left: 24px;
}
.header__navigation {
  display: none;
}
@media (max-width: 480px) {
  /* ハンバーガーアイコン　*/
  #nav-drawer {
    padding: 0 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #FFFFFF;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 20px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 2.6rem;
    font-weight: 600;
    color: #00a0e8;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media (min-width: 480px) {
  .header {
    height: 60px;
    background-color: #333333;
  }
  .header-main {
    max-width: 1040px;
    margin: 0 auto;
    min-height: 50px;
    padding: 12px;
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 2rem;
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 30px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
  }
}
.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  height: 410px;
  background-image: url("../images/top/top_aiken.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__text {
  text-align: center;
  padding-top: 30px;
}
.section-top__text h2 {
  font-size: 3rem;
  text-align: left;
  display: inline-block;
  line-height: 1.4;
}
.section-top_ber {
  height: 40px;
  background-color: #00a0e8;
}
.section-profile {
  padding: 0 40px;
}
@media (min-width: 480px) {
  .section-top_ber {
    height: 60px;
  }
  .section-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 1040px) {
  .section-top__text {
    padding: 0;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .section-top__image {
    height: 600px;
    background-position: right;
    width: 100%;
  }
  .section-top__text h2 {
    font-size: 7.2rem;
    padding-left: 30px;
  }
}
.section-profile {
  margin-bottom: 60px;
}
#profile {
  padding-bottom: 15px;
  border-bottom: solid 3px #333;
}
.section-profile__img {
  height: 200px;
  margin: 0 auto;
}
.section-profile__img-kota {
  width: auto;
  height: 100%;
}
.section-profile__name {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  height: 50px;
  max-width: 500px;
  margin: 0 auto;
}
.section-profile__name img {
  width: auto;
  height: 100%;
}
.section-Profile__name__k {
  font-size: 3rem;
  padding: 10px 0 0 10px;
}
.section-profil__discliption-box {
  text-align: center;
}
.section-profil__discliption-p {
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
}
.profil__p {
  padding-bottom: 16px;
}
.section-profil__break:after {
  content: "\a";
  white-space: pre;
}
@media (min-width: 480px) {
  .section-profile {
    margin-bottom: 80px;
  }
  #profile {
    margin-bottom: 40px;
  }
}
@media (min-width: 1040px) {
  .section-profile__flex {
    padding: 0;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    height: 400px;
  }
  .section-profile__name-discliption {
    margin-top: auto;
    padding-bottom: 60px;
  }
  .section-profile__img {
    height: 400px;
    margin: 0;
  }
  .section-profil__discliption-p {
    padding: 30px 0 0 100px;
  }
  .section-profil__break:after {
    content: "";
  }
  .section-profile__name {
    height: 60px;
    max-width: none;
  }
  .section-Profile__name__k {
    font-size: 4rem;
  }
}
.section-boom {
  margin-bottom: 60px;
}
#myboom {
  padding-bottom: 15px;
  border-bottom: solid 3px #333;
  margin: 0 40px 20px 40px;
}
.section-myboom ul {
  margin: 0 24px;
  list-style: none;
}
.section-boom__item-picture {
  max-width: 85%;
  max-height: 85%;
}
#kame {
  background-color: #00a0e8;
  max-width: 327px;
  margin: 0 auto;
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#ahiru {
  background-color: #ffb400;
  max-width: 327px;
  margin: 0 auto;
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#faiya {
  background-color: #f4515b;
  max-width: 327px;
  margin: 0 auto;
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section-boom ul li {
  margin-bottom: 40px;
}
.section-boom__item-title {
  text-align: center;
}
.section-boom__item-title-box {
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
  max-width: 327px;
}
.section-boom__item-title-box h3 {
  font-size: 2.6rem;
}
.section-boom__item-description {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media(min-width: 480px) {
  .section-boom {
    margin-bottom: 80px;
  }
  #myboom {
    margin-bottom: 40px;
  }
}
@media(min-width: 1040px) {
  .section-boom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .section-boom ul li {
    width: 320px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .section-boom ul li:last-child {
    margin-right: 0;
  }
}
.section-from {
  padding: 30px 0 30px;
  background-color: #e0e0e0;
  margin-bottom: 60px;
}
#from {
  margin-bottom: 20px;
}
.section-from__map {
  height: 300px;
}
.section-from__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.section-from address {
  font-style: normal;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .section-from {
    margin-bottom: 100px;
  }
  #from {
    padding-bottom: 15px;
    border-bottom: solid 3px #333;
    margin: 0 40px 40px 40px;
  }
  .section-from__map {
    max-width: 840px;
    margin: 0 auto;
    height: 340px;
  }
}
.footer {
  background-color: #333333;
  padding: 30px 24px 10px;
}
.footer__site-map h2 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 2.4rem;
}
.footer__site-map ul {
  padding-bottom: 10px;
  border-bottom: solid 3px #FFF;
  margin-bottom: 15px;
}
.footer__site-map li {
  margin: 0 10px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
}
.footer__sns_links li {
  display: inline-block;
  width: 30px;
  margin: 0 20px;
}
.footer__sns_links li img {
  width: 100%;
}
.footer__rogo {
  height: 65px;
  margin: 30px 0 20px;
}
.footer__rogo img {
  width: auto;
  height: 100%;
}
.footer small {
  color: #FFF;
}
@media (min-width: 1040px) {
  .footer__sns_links li {
    width: 40px;
  }
}