 @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
  
 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 img,
 i,
 ol,
 ul,
 li,
 form,
 label,
 table,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 canvas,
 details,
 footer,
 header,
 nav,
 section,
 summary,
 audio,
 access {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
 }

 body {
    line-height: 1;
  }

  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
  }

  * {
    box-sizing: border-box;
  }

  * {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    scroll-behavior: smooth;
  }

  img {
    width: 100%;
    height: auto;
  }

  header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 100;
    padding: 0 80px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(250, 230, 180, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  header .top-link {
    width: 50px;
    display: flex;
  }

  header .top-link img {
    margin-top: 5px;
    width: 500%;
    height: 500%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 1px 1px 3px);
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  header .top-link img:hover {
    transform: translateY(-0.1px) scale(1.02);
    filter: drop-shadow(rgba(0, 0, 0, 0.6) 2px 2px 5px);
  }

  .menu {
    list-style: none;
    position: absolute;
    width: 20%;
    height: auto;
    top: 0;
    margin-top: 70px;
    right: 0%;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    text-align: center;
  }

  .head-right{
    list-style: none;
    position: absolute;
    height: auto;
    top: 0;
    margin-top: 1px;
    right: 260px;
  }
  .head-right .top-link {
    pointer-events: none;
  }

  .head-right .top-link img{
    width: 350%;
  }
  
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center; /* 追加 */
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  right: 0 0px;
  opacity: 0;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(250, 230, 180, 0.1);
  display: flex;
  justify-content: center;
  align-items: center; /* 追加 */
}

.menu li:hover {
  background-color: rgba(250, 220, 130, 0.4);
}

header .nav-menu .nav-link:hover:after {
  transform: translate(0, 0);
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.329);
}

.navicon {
  background: #000000;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
  
  /*ここからスワイパー*/
  .swiper-container {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
    text-align:center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.233);
  }

  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100vw;
    height: 100vh;
  }

  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper-container .top-rogo {
    width: 512px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    z-index: 1;
  }

  section {
    padding-top: 130px;
  }

  section h2.section-title {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  section h2.section-title::before,
  section h2.section-title::after {
  content: " - ";
  }

  section .container {
  max-width: 1024px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  }

  .profile .container {
  display: flex;
  align-items: center;
  }

  .profile .container .profile-image {
  width: 40%;
  border-radius: 10px;
  margin: 20px 0;
  object-fit: cover;
  object-position: 30 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.534);
  }

  .profile .container .profile-text {
  margin-left: 24px;
  }

  .profile .container .profile-text p {
  line-height: 2em;
  }

  a:hover {
  font-weight: bold;
  }

  *,
  *:before,
  *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  }

  html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s;
    transition: transform 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: rgb(107, 101, 94);
    border-radius: 5rem;
    margin-top: 10px;
    margin-left: 5%;
    height: 30px;
    width: 250px;
  }
  
  a.btn-flat {
    overflow: hidden;
    padding-top: 3px;
    color: #fff;
    border-radius: 5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.301);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(220, 130, 0, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  a.btn-flat:hover {
    transform: translateY(-0.1px) scale(1.02);
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #ff9100;
  }
  
  


  /*サムネイルエリア全体を中央寄せ*/
  .wrapper{
  width:100%;
  max-width:  1024px;
  margin:0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.534);
  }

  ul{
  margin:0;
  padding: 0;
  list-style: none;
  }

  a{
  color: #333;
  }

  h1{
  text-align: center;
  font-size:60px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin:30px 0;
  }

  h2{
  text-align: center;
  font-size: 30px;
  }

  p{
  font-size: 18px;
  margin:30px 0;
  word-wrap : break-word;
  }

  .section-image img,
  .section-image2 img {
  width: 100%;
  height: auto;
  object-position: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.534);
  text-align: center;
  -o-object-fit: cover;
    object-fit: cover;
  }

  .access .container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.233);
  border-radius: 8px;
  }

  .otoiawase{
  padding-left: 25%;
  }

  .tel{
  pointer-events: none;
  }

  footer {
  width: 100%;
  height: 80px;
  background-color: #ff9100;
  text-align: center;
  margin-top: 80px;
  position: relative;
  clear: both;
  }

  h4{
  font-size: 16px;
  color: #fff;
  padding-top:15px;
  }

  .bibai-rogo{
  list-style: none;
  position: absolute;
  height: auto;
  top: -1px;
  right: 5px;
  }

  .bibai-rogo .bibai-btn img{
  height: 80px;
  width: auto;
  float: right;
  transition: all 0.5s ease;
  }

  .bibai-rogo :hover {
  filter: brightness(90%);
  transform: scale(1.05);
  }


 @media (max-width:821px) {
  header{
    padding: 5px;
  }
  header .nav-menu .nav-link{
    display: none;
  }
  header .top-link img {
    width: 400%;
    height: 400%;
  }
  .menu {
    width: 38%;
  }
  .head-right{
    margin-top: 9px;
    right: 150px;
  }
  .head-right .top-link {
    pointer-events: visible;
  }
  .head-right .top-link img{
    width: 280%;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100vw;
    height: 70vh;
  }
  .swiper-container .top-rogo {
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    z-index: 1;
  }
  .profile .container{
      flex-direction: column;
  }
  .profile .container .profile-image {
    width: 100%;
    border-radius: 5px;
  }
  .profile .container .profile-text {
    margin-left: 0px;
  }
  .btn,
  a.btn,
  button.btn {
  margin-left: 20%;
  }
  .wrapper{
    width:92%;
  }
  .section-image img {
    width: 100vw;
    height: 20vh;
  }
  h1{
    font-size: 35px;
  }
  h2{
    font-size: 19px;
  }
  p{
    font-size: 16px;
  }
  .otoiawase{
    padding-left: 0%;
  }
  .tel{
    pointer-events: visible;
    text-decoration: underline;
    color: blue;
  }
  footer{
    text-align: left;
    padding-left: 5px;
  }
  .bibai-rogo{
    top: 5px;
  }
  .bibai-rogo .bibai-btn img{
    height: 70px;
  }
 }