@charset "UTF-8";

#fukui-2025summer{
  font-family: "source-han-sans-japanese", "遊ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 60px;
  margin: 0;

  a{
    display: block; /*デフォルト調整*/
    text-decoration: none; /*デフォルト調整*/
    transition: all 1s ease;
  }
  
  p {
    margin: 0; /*デフォルト調整*/
  }
  img {
    max-width: 100%;
  }
  .upp2p {
    margin-top: 2%;
  }
  .upp5p {
    margin-top: 5%;
  }
  .uppmin10p {
    margin-top: -10%;
  }
  .layer-base {
    position: relative;
  }
  .layer-upper {
    position: absolute;
    top: 0px;
  }
  .over-ime {
    display: none;
  }
  .inside-ime, .pc-br {
    display: block;
  }
  .text-xs {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: -0.5px;
  }
  .text-sm {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
  }
  .text-md {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.5em;
  }
  .text-al-center {
    text-align: center;
  }
  .division > .row2 {
    display: flex;
    align-items: flex-start;
  }
  .row2 > img {
    width: 50%;
  }
  .butt a:hover {
    opacity: 0.5;
  }
  .ggmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
  }
  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bg-e63264 {
    background-color: #e63264;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .bg-9e8024 {
    background-color: #9e8024;
  }
  .bg-444444 {
    background-color: #444444;
  }
  .bg-1e1e96 {
    background-color: #1e1e96;
  }
  .bg-ffe100 {
    background-color: #ffe100;
  }
  footer {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  footer a {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
  footer a:hover {
    opacity: 0.5;
  }
  .sa {
    opacity: 0;
    transition: all 1s ease;
  }
  .sa.show {
    opacity: 1;
    transform: none;
  }
  .sa--up1 {
    transform: translate(0, 15%);
  }
  .sa--up2 {
    transform: translate(0, 30%);
  }
  .sa--scale1 {
    transform: scale(0%, 0%);
    transition: all 1s 0s ease;
  }
  .sa--scale2 {
    transform: scale(0%, 0%);
    transition: all 1s 0.3s ease;
  }
  .sa--slide1 {
    transform: translate(100%, 0)
  }
  @media (max-width:543px) {
    footer a {
      width: 35%;
    }
  }
  @media (max-width:980px) {
    .contents {
      padding-right: 2%;
      padding-left: 2%;
    }
    .center980 .contents .layer-upper {
      width: 95%;
    }
  }
  @media (min-width:980px) {
    .center980 {
      margin: auto;
      width: 980px;
    }
    .over-ime {
      display: block;
      width: 100%;
      object-fit: cover;
      margin-left: auto;
      margin-right: auto;
      height: 550px;
    }
    .inside-ime {
      display: none;
    }
  }
}