@charset "UTF-8";

/*kyoutuububunn*/

.zen-kurenaido-regular {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}
h1{
    font-size: 35px;
    text-align: center;
}
.h2{
    width: 200px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 40px;
    border-bottom: #C9DFE2 3px solid;
}
li{
    list-style-type: none;
}
footer{
    margin-top: -1px;
}
.fbt{
    display: block;
    margin: 0 auto;
    padding: 80px ;}
.koori{
    /* background-image: url(../azarasisanplesait/image/koori.png); */
    margin-top: 100px;
    
}
/* ヘッダー */
header{
    background-color: #CADEE2;
    height: 75px;
    width: 100%;
    display: flex;
}
.hicon{
height: 60px;
padding-top:15px ;
padding-left: 10px;
}
.icon{
    padding-top: 5px;
    padding-left:340px ;
}
.icon li:active{
    opacity: 0.4;
    color: #FFF;
}
.icon li{
    /* height: 80px;
    width: 90px; */
    float: left;
    list-style-type: none;
}
.btn1 ,.btn2 ,.btn3 ,.btn4 ,.btn5{
    height: 70px;
    width: 90px;
    background-size:contain;
}
/* CSSコード */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #CADEE2;
  }
  
  .logo {
    height: 50px;
  }
  
  /* ここから下がハンバーガーメニューに関するCSS */
.nav_item{
    height: 150px;
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    background-color: #C9DFE2;
}
a:hover{
    color: #666666;
}
a:visited{
    color: #ffffff;
}
  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }
  
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
  }
  
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }
  
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
  }
  
  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0;/* メニューを画面に入れる */
  }
/* ホーム */
/* .home{
    background-image: url(../azarasisanplesait/image/home.png);
    background-size: contain;
    width: 100vw;
    height: 60vw;
} */
 .home {
    background-image: url(../azarasisanplesait/image/home.png);
    background-size: cover;
    background-repeat: no-repeat; /* optional, prevents repeating if the image is smaller */
    background-position: center;  /* optional, centers the image */
    width: 100vw;
    height: 60vw;
}
.line{
    padding: 40px  0 20px 0;
    margin: 0 auto;
    width: 80%;
    font-size: 45px;
    text-align: center;
    border-bottom: #C9DFE2 3px solid;
}
.about{
    color: #554747;
    padding: 100px;
    display: block;
    margin: 0 auto;
}
.p1{
    margin: 0 auto;
    margin-top: 100px;
    min-height: 50vh;
    width: 73%;
    font-size: 30px;
    color: #554747;
    letter-spacing: 10px;
    line-height: 80px;
}
a{
    color: #554747;
    font-size: 30px;
    text-decoration: none;
}
a.link:hover{
    color: #C9DFE2;
}
a.link:visited{
    color: #554747;
}
.line_link{
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    min-height: 50vh;
    width: 73%;
    font-size: 30px;
    color: #554747;
    letter-spacing: 10px;
    line-height: 80px;
}
/* main */

/* 氷の画像 */
.koori{
    width: 100%;
    margin-bottom: -5px;
}
/* フッター */
footer{
    width: 100%;
    height: 400px;
    background-color: #C9DFE2;
}

/* 種類 */
.dai{
    padding-top: 100px;
}
.s{
    margin: 0 auto;
    width: 450px;
}
.az{
    width: 210px;
    height: 210px;
    margin-left:40px ;
}

.azn{
    width: 210px;
    height: 120px;
    padding-bottom: 0;
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
}
.mida{
    width: 35px;
    margin-top: 35px;
    margin-right: 15px;
}
figcaption{
    display: flex;
    justify-content: center;
    margin-left: 80px;
}
.aa{
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 0 auto;
    background-position: center;
    background-size: contain;
    justify-items: center;
}
.no{
    height: 300px;
    list-style-type: none;
}
.setumei{
    width: 400px;
    font-size: 20px;
    line-height: 50px;
}

/* アザラシのいるところ */
.bun{
    width: 530px;
    display: block;
    margin: 0 auto;
}
.bn{
 margin: 0 auto;
    width: 500px;
    height: 0 auto;
    background-image: url(../azarasisanplesait/image/azabun.png);
    background-position: center;
    background-size: contain;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 100px;
}
.bb{
    width: 500px;
    margin: 0 auto;
}
.block{
    display: block;
    margin: 0 auto;
    width: 820px;
    height: 0 auto;
    background-position: center;
    justify-content: center;
}
.tizu{
    width: 100vh;
    height:60vh;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url(../azarasisanplesait/image/tizu.png);
    background-color: #FFF;
    background-position: center;
    background-size: contain;
    justify-items: center;
}

.m2{
    width: 500px;
    margin: 0 auto; 
    margin-top: 100px;
    font-size: 30px;
}


/* かわいいあざらし */

.oya {
    margin: 100px ;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr); /* 6列に増やす */
    grid-template-rows: repeat(8, 150px);  /* 必要なだけ行を定義 */
}

.aza1 {
    grid-column: 1 / 7;
    grid-row: 1 / 4;
    background-image: url(../azarasisanplesait/image/kawaaii2.jpg);
    background-size: cover;
    background-position: center;
}

.aza2 {
    grid-column: 1 / 3;
    grid-row: 4 / 6;
    background-image: url(../azarasisanplesait/image/kawaii1.jpg);
    background-size: cover;
    background-position: center;
}

.aza3 {
    grid-column: 3 / 5;
    grid-row: 7/ 9;
    background-image: url(../azarasisanplesait/image/azarasi3.png);
    background-size: cover;
    background-position: center;
}

.aza4 {
    grid-column: 1/ 3;
    grid-row: 6 / 9;
    background-image: url(../azarasisanplesait/image/azarasi4.png);
    background-size: cover;
    background-position: center;
}

.aza5 {
    grid-column: 3 / 7;
    grid-row: 4 / 7;
    background-image: url(../azarasisanplesait/image/kawaii3.jpg);
    background-size: cover;
    background-position: center;
}

/* 会えるところ */
.m3{
    width: 800px;
    margin-right: 300px ;
    font-size: 30px;
}
.li{
    margin-right: 20px;
}
.bnn{
    font-size: 16px;
    width: 900px;
    margin-top: 20px;
}
.linkmaru{
    margin: 30px;
    width: 60%;
}
.inst{
    width: 80px;
}
.x{
    width: 80px;
}
.hp{
    width: 80px;
}

/* レスポンシブ */
@media (max-width: 400px) {
    /* 共通設定 */
    body {
      font-size: 16px;
      padding: 0;
      margin: 0;
    }
    
  .about{
    padding: 20px;
  }
 .line {
         font-size: 20px;
    }

.p1{
        margin-top: 50px;
        
        /* min-height: 50vh; */
        font-size: 18px;
        width: 90%;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    .line_link, .m2 {
        margin: 20px auto;
        padding: 0px auto;
        font-size: 18px;
        width: 90%;
        letter-spacing: 2px;
        line-height: 1.5;
    }
  
    /* グリッドレイアウトを1カラムに変更 */
    .oya {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 20px;
    }
  
    .aza1, .aza2, .aza3, .aza4, .aza5 {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: center;
      grid-column: auto !important;
      grid-row: auto !important;
    }
  
    /* ヘッダー */
    header {
      flex-direction: flex-start;
      justify-content: space-between;
      height: auto;
      align-items: center;
    }
  
    .logo {
      padding: 5px;
    }
    .icon {
        display: none;
      padding-left: 0;
      text-align: center;
    }
  
    .icon li {
      float: none;
      display: inline-block;
      margin: 0 5px;
    }
   .logoya{
    width: 100px;
    height: 100px;
    margin-left: 20px;
    }
  
    /* ハンバーガーメニュー */
.nav_content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%; /* メニューを画面の外に飛ばす */
      z-index: 99;
      background: #fff;
      transition: .5s;
    }
    .drawer_open {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-right: 20px;
    }
 .nav_content{
    background-color: #C9DFE2;
 }
    .nav_list{
        margin-top: 50px;
    }
    .nav_item {
      padding-top: 10px;
    background-color: #CADEE2;
   }
    .nav_item{
        height: 90px;
        padding-top: 30px;
        font-size: 20px;
        text-align: center;
        background-color: #C9DFE2;
    }
  .drawer_hidden {
  display: none;
}
.drawer_open {
  /* ハンバーガーアイコンのデザイン */
}
#drawer_input:checked ~ .nav_content {
  left: 0;
}
    /* 文字とリンク */
    a {
      font-size: 18px;
    }
  
    /* 画像の調整 */
 
  
    /* フッター調整 */
    footer {
      height: auto;
      padding: 20px;
    }
  
    .fbt {
      padding: 20px;
    }
  
    /* その他 */
    .bn, .block, .m3 {
      width: 100%;
      margin: 20px auto;
    }
    /* 種類 */
        .dai {
          padding-top: 50px;
        }
      
        .s {
          width: 90%;
        }
      
        .az {
          width: 40%;
          height: auto;
          margin: 20px auto;
          display: block;
        }
      
        .azn {
          width: 90%;
          height: auto;
          margin: 10px auto;
          text-align: center;
          font-size: 16px;
          line-height: 1.4;
          display: flex;
        }
    
      
        .setumei {
          width: 90%;
          font-size: 16px;
          line-height: 1.6;
          margin: 0 auto;
        }
      
        .mida {
          width: 24px;
          margin: 0 10px;
          display: block;
        }
      
        figcaption {
          flex-direction: column;
          margin-left: 0;
          align-items: center;
        }
      
        .aa {
          width: 90%;
          height: auto;
          background-size: contain;
          background-repeat: no-repeat;
        }
      
        .no {
          height: auto;
          margin: 30px auto;
        }
        
         .bun,.bb,.m2 
         {
max-width: 90%;
  width: 500px;
  margin: 0 auto;
}

.bn {
  width: 90%;
  height: auto;
  margin: 20px auto 100px auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* すみか */
.block {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tizu {
  width: 90%;
  height: 30vh;
  max-width: 600px;
  margin: 20px auto 0 auto;
  background-image: url(../azarasisanplesait/image/tizu.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer{
    display: block;
    justify-items: center;
}
.fbt {
    height: 100px;
    margin: 30px auto;
    /* padding: 0 40px; */
}
}