@charset "utf-8";

body {
  margin: 0;
  font-family: "Yu Gothic", sans-serif;
  background: #f4f6f8;
  color: #333;
  line-height: 1.7;
  background-image: url(../img/IMG_1063.jpg);
  background-color:rgba(255 255 255 /0.8);
  background-blend-mode: overlay;
  background-position: center;
  
}

/* ヘッダー */
header {
  background: #111;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  font-size: 20px;
  margin: 0;
}

nav a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

nav a:hover {
  color: #00c2ff;
}

/* セクション */
section {
  max-width: 1000px;
  margin: 30px auto;
  padding: 30px;
  background: rgb(255 255 255/0.4);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  backdrop-filter: blur(10px);
}

/* 見出し */
h2 {
  font-size: 22px;
  margin-bottom: 15px;
  border-left: 6px solid #00c2ff;
  padding-left: 12px;
  font-weight: 1000;
}
h3{
  font-size: 18px;
  font-weight: 1000;
}

/* ボタン */
.cta {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 12px 18px;
  background: linear-gradient(135deg, #00c2ff, #0077ff);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

/* リスト */
ul {
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
}

/* カード横並び */
.flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 250px;
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

/* フッター */
footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  margin-top: 40px;
  font-size: 14px;
}

.section-first-of-type {
  background: url("../img/image0.jpeg") center/cover;
  color: white;
}

@media (max-width: 768px) {

  /* ヘッダー */
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    margin-top: 10px;
  }

  nav a {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }

  /* ヒーロー */
  .hero {
    height: 70vh;
    padding: 20px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero p {
    font-size: 14px;
  }

  /* セクション */
  section {
    margin: 20px 10px;
    padding: 20px;
  }

  /* カード（横→縦） */
  .flex {
    flex-direction: column;
  }

  /* ボタン */
  .cta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 15px;
    font-size: 16px;
  }

  /* 見出し */
  h2 {
    font-size: 18px;
  }

}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-top-btn {
  position: fixed; /* 画面に固定 */
  right: 20px;     /* 右からの距離 */
  bottom: 20px;    /* 下からの距離 */
  background-color: #fffb00; /* 背景色 */
  color: #000000;     /* 文字色 */
  padding: 15px;
  border-radius: 50%; /* 丸いボタンにする */
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;   /* 他の要素より上に表示 */
}
html {
  scroll-behavior: smooth;
}

/*ページタイトル*/
  h1{
  font-size: 24px;
  font-weight: 700;
}
div{
    max-width: 1000px;
  margin: 15px auto;
  padding: 15px;
}

/*マップ*/
.map{
  border-radius: 40px;
  overflow: hidden;
  ifreme{
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
  }
}

.photo-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.photo-grid img{
  width: 100%;
  display: block;
}

@media (max-width: 767px){
  iframe{
    width: 100%;
    height: 200ox;
  }
}

/*料金テーブルとレンタル*/
.menu-card{
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  gap: 5px;
img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}
}

.menu-list {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  @media(width <= 960px){
    grid-template-columns: 1fr 1fr 1fr;
  }
    @media(width <= 600px){
    grid-template-columns: 1fr 1fr;
  }
}
.price-table-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.price-table th,
.price-table td {
  border: 3px solid #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 32px 20px;
  font-size: 20px;
  font-weight: 500;
}

.price-table th {
  width: 28%;
}

.price-table td:nth-child(2) {
  width: 37%;
}

.price-table td:nth-child(3) {
  width: 35%;
}

.note {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.5;
}

.time {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .price-table th,
  .price-table td {
    padding: 16px 10px;
    font-size: 16px;
    overflow-x: scroll;
  }

  .note,
  .time {
    font-size: 18px;
  }
}
/*メールフォーム*/
.contact-form {
  max-width: 500px;
  margin: 25px auto;
  text-align: center;
  
}

.contact-form h2 {
  font-size: 18px;
  margin-bottom: 50px;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  border: none;
  background: #d9d9d9;
  padding: 15px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.form-group textarea {
  resize: vertical;
  min-height: 180px;
}

button {
  width: 180px;
  height: 60px;
  border: none;
  background: #d9d9d9;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: .2s;
}

button:hover {
  background: #f6ff00;
  color: #000;
}

.splide__slide img {
  width: 80%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/*ビデオ*/
video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*ハンバーガーメニュー*/
.c-header {
  align-items: center;
  background-color: #000000; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}

.c-header__logo {
  color: #000000; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
}

.c-header__list-link {
  color: #ffffff; /* カスタマイズしてください */
  display: block;
  margin-left: 15px;/* カスタマイズしてください */
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0; /* カスタマイズしてください */
  transition: 0.3s;}


.c-header__list-link:hover {
  color: #00c2ff;
}



.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #000000; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
    z-index: 99999;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.3; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #fff; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}

