@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
html{
  scroll-padding: 125px;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a {
    color:rgba(0, 0, 0, 0.756);
}
body{
  background-image: url(../img/iro.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* header */
.pc-header {
    display: none;
}
header {
    position: sticky;
    background: rgba(0, 247, 255, 0.344);
    top: 8px;
    width: 95%;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    transition: 0.6s;
    padding: 5px 20px 10px;
}
header.active {
    box-shadow: 1px 2px 5px #000;
}
header h1 {
    width: 200px;
}
header h1 img {
    width: fit-content;
    width: 40%;
}
.sp-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background-color:darkblue;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px #8b8b8b;
    backdrop-filter: blur(20px);
    width: 110%;
    height: 110lvh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: 0.6s;
    opacity: 0;
}
.sp-nav.active {
    opacity: 1;
    z-index: 99;
}

.sp-nav ul li a {
    display: block;
    color: #fff;
    margin: 30px;
    font-size: 30px;
}
/* hamburger */
.ham{
    width: 60px;
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.ham span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 10px;
    transition: 0.6s;
}

.ham span:last-child {
    margin-left: auto;
}
.ham.active span:nth-child(1) {
    width: 80%;
    transform: translateY(10px) rotate(45deg);
}
.ham.active span:nth-child(2) {
    width: 80%;
    opacity: 0;
}
.ham.active span:nth-child(3) {
    width: 80%;
    transform: translateY(-10px) rotate(-45deg);
}
@media (min-width: 768px) {
    .sp-header,
    .sp-nav {
        display: none;
    }
    .pc-header {
        position: sticky;
        top: 10px;
        background-color: #66ccffd8;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        padding: 10px 5vw;
    }
      .pc-header h1{
        width: 200px;
      }
    .pc-nav ul {
        display: flex;
        gap: 30px;
    }
    .pc-nav ul li {
        border-right: 2px solid #ccc;
        padding-right: 50px;
    }
    .pc-nav nav ul  a{
   transition: 1s;
   
}
.pc-nav nav ul li a:hover{
 opacity: 0.8;
 
}
.fa-solid{
  padding: 30px; 
  }
    .pc-nav ul li:last-child {
        border-right: none;
    }
    .pc-header a{
        font-size: 1.2em;
    }
        .sp-header {
        display: none;
    }
}
/* hero */
.slider{
    width: 900px;
    margin: 100px auto;
}
.slider img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}

/* main */
main {
    padding: 0 10px;
}
main h2 {
    text-align: center;
    margin: 100px 0 60px;
}
@media (min-width: 768px) {
    main {
        width: 60%;
        margin: 0 auto;
    }
}
.fish{
  margin-top: 80px;
}
/* about */
span{
  display: inline-block;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0 auto 5%;
    background: linear-gradient(
        90deg,
        rgba(242, 192, 255, 0.87) 0%,
        pink 40%,
        #ff3bef 80%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about h2{
    color:#00aaff;
}
.about p{
  color: #fff;
  padding: 20px;
}
.about p:nth-child(2) {
    margin: 0 0 30px;
}
.about p:nth-child(3) {
    margin: 0 0 30px;
}
.about p:nth-child(4) {
    margin: 0 0 30px;
}
@media (min-width: 768px) {
  .about {
    text-align: center;
}
}
.container img{
  transition: 1s;
}
.container img:hover{
  transform: scale(1.1);
  opacity: 0.8;
}
.container h2{
  text-align: center;
  color: #00aaff;
}
.container p{
  text-align: center;
 line-height: 2em;
}
@media (min-width: 768px) {
    .container {
      display: flex;
        justify-content: center;
    }
    .card{width: 85%;
    }
}
/* セクション共通 */
h2 {
  color: #66ccff;
  margin-bottom: 100px;
  text-align: center;
}
.card {
  background: #ffffffc4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 30px 30px 10px;
  margin: 80px;
   border-radius: 50px;
}
.card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.2s;
}
.card img :hover{
  transform: scale(1.1);
}
.card h3 {
  margin: 0.8rem 0 0.4rem;
  text-align: center;
  color: #003b73;
}
.card p{
  color: black;
}
/* 営業時間 */
.time-flex{
  background-image: linear-gradient(90deg, #ffffffdb, #fff);
margin: 10px 30px;
padding: 30px 10px;
}
.time-flex h2{
  padding-top: 10px;
}
.time-item h3{
text-align: center;
color: #003b73;
}
.time-item p{
  text-align: right;
  padding-right: 50px;
}
.time-item dl{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 10px;
}
.line{
 background-color: #66ccff36;
 color: darkblue;
 font-weight: bold;
}
.time-item dt{
  padding: 30px;
}
.time-item dd{
  padding: 30px 0 0 50px;
}
.time-item dd.p-right{
  padding-right: 30px;
}
/* アクセス */
.access-left {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.access-left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-right {
  padding: 30px;
  color: #fff;
  line-height: 2em;
  justify-content: center;
}

/* フッター */
/* ===== フッター全体 ===== */
.footer {
  background-image: url(../img/haikei2.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 200px;
}

/* ===== コンテナ ===== */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== ロゴ・説明 ===== */
.footer-logo img{
  width: 20%;
}
.footer-logo h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.footer-logo p {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ===== ナビゲーション ===== */
.footer-nav ul {
  display: flex;
  list-style: none;
  padding: 30px;
  margin: 0;
}

.footer-nav li {
  margin: 8px 0;
  padding: 20px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s;
}

.footer-nav a:hover {
  opacity: 0.7;
}

/* ===== フッター下部 ===== */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  padding-top: 10px;
  font-size: 0.8rem;
}


@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }
.footer-nav{
  display: flex;justify-content: center;
  width: 80%;
  margin: 0 auto;
  align-items: baseline;
}
.footer-nav ul{
  display: flex;
}
}
/* ボタン全体 */
#page_top {
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 10px;
background: rgba(0, 0, 255, 0.353);
opacity: 0.6;
border-radius: 50%;
}

/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 50px;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}

