/* 調整用スタイル */

a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
/* background */
.parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
/* .footer {
  background-color: #f6f6f6;
  height: 200px;
  display: flex;
}

.footer div {
  margin: auto;
} */


/* ヘッダー */


.header {
  background-color: rgb(45, 42, 42);
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 60px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 80px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #79f0878a;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 30%;
  }
}

/* ナビのリンク */
.nav-items__item a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.nav-items__item a:hover {
  color: rgb(255, 85, 0);
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  padding-top: 250px;
  padding-bottom: 200px;
}


@media screen and (min-width: 960px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}




/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
/* main */

.main {
  margin-inline: auto;
  overflow: hidden;
}
.main h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.icon {
  width: 25px;
  padding-bottom: 5px;
}

/* sakka */
#sakka .row {
  margin-top: 100px;
}
#sakka .name {
  font-size: 40px;
}
#sakka .call {
  font-size: 20px;
}

/* about */
#about {
  margin-top: 80px;
  overflow: hidden;
  width: 80%;
  margin-inline: auto;
}
#about h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
}
#about p {
  line-height: 28px;
  font-weight: bold;
}
/* map */
#map {
  overflow: hidden;
  margin-top: 50px;
}
#map img {
  max-width: 80%;
}
#map p {
  font-weight: bold;
  line-height: 28px;
  font-size: 1rem;
}
@media (width < 684px) {
  #map p {
    font-size: 3vw;
    line-height: 24px;
  }
}


/* footer */
footer {
  width: 100%;
  background-color: #000;
  padding: 20px;
  text-align: center;
  color: #fff;
}


/* ゲストページ */



/* .profile {
  display: flex; 
  margin-top: 80px;
}
.profile-top img {

}
.profile-name {
  text-align: center;
  justify-content: space-between;
  font-size: ;
}
.profile-intro {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 30px;
} */

#about h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.display {
  display: flex;
}
.profile {
  margin-top: 20%;
  max-width: 100%;
}
.x-icon img {
  width: 40px;
  margin-top: 20px;
}
/* .profile-name {
  font-size: 400%;
  color: #000;
} */
.profile-call {
  font-size: 120%;
}
.profile-intro {
  font-size: 150%;
  padding-top: 5%;
  padding-bottom: 10%;
  margin: 0 5%;
}
@media screen and (min-width: 960px) {
  .profile {
    display: flex;
    margin-top: 10%;
  }
}

.work {
  font-size: 350%;
  margin-bottom: 20px;
}
/* .work-e img {
  width: 300px;
} */
.work-e p {
  font-size: 1.3rem;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  /* .work-e img {
    width: 600px;
  } */
  .work-e p {
  font-size: 1.4rem;
  margin-top: 10px;
  }
}

.back a {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0a5348;
  text-decoration: none;
  margin-top: 20px;
}
.back a:hover {
  color: #24b903;
}

/*  */
.odf-pt3 {
  font-size: 1.4rem;
}
.odf-pt2 a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0a5348;
  text-decoration: none;
}
.odf-pt2 a:hover {
  color: #24b903;
}
@media (width < 684px) {
  .odf-pt3 {
  font-size: 1.2rem;
}
}

/* reserve */
#reserve {
  max-width: 80%;
  margin-inline: auto;
}
#reserve h1 {
  text-align: center;
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 50px;
}
#reserve p {
  font-weight: bold;
}
@media (width < 684px) {
  #reserve h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  }
}

.time-table {
  width: fit-content;
  margin: 0 auto;
}

.my-fs {
  font-size: 200%;
}
@media (width < 684px) {
  .my-fs {
  font-size: 125%;
}
}

.odf-pt4 a {
  font-weight: bold;
  color: rgb(1, 26, 187);
  text-decoration: none;
}
.odf-pt4 a:hover {
  color: rgb(0, 167, 213);
}