body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

.wrapper{
  max-width: 1200px;
    margin: 0 auto;
}
  


.img__fit{
margin-top: 32px;
margin-right: auto;
margin-left: auto;
width: 100%;
}


.img__fit2{
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    }


.primary__txt{
    margin: 0px 14px 50px;
    font-size: clamp(24px, 2rem, 38px);
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}


h2.xl__txt{
  padding: 1rem;
  margin: 0 auto ;
  font-size: clamp(24px, 2rem, 38px);
  font-weight: bold;
  text-align: center;
}

.xl__txt{
    padding: 0;
    margin: 0 auto ;
    font-size: clamp(24px, 2rem, 38px);
    font-weight: bold;
}

.xl__txt3{
    margin: 15px auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}


.txt__ctc{
    margin: 40px 14px 32px 14px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.txt__fff{
    color: #fff;
}

.txt__gl{
  color: #de6929;
}

.flex_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-evenly;
  align-items: center;
}

.ttl_img img {
  width: 100%;
}

.img_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
}

p.ttl_img {
  width: 20%;
  margin: 0 auto;
  font-size: clamp(24px, 1.5rem, 38px);
  font-weight: bold;
  text-align: center;
}

.logo {
  width: 50%;
  margin-bottom: 15px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平方向に中央配置 */
    align-items: center; /* 垂直方向に中央配置（必要なら） */
}

.btn_container {
        margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平方向に中央配置 */
}

.bg__cl{
    margin-top: 32px;
    padding: 16px 8px 32px 8px;
    background: #53575a;
    width: 100%;
    height: 100%;
}

.bg__cl2{
    padding: 16px 8px 32px 8px;
    background: #e50012;
    width: 100%;
    height: 100%;
}

.bg__bl{
    margin-top: 32px;
    padding: 16px 8px 32px 8px;
    background: linear-gradient(135deg, #50ADCE 0, #033E74 100%);
    width: 100%;
    height: 100%;
}

.bg__blk{

    padding: 32px 16px;
    background: #000000;
    width: 100%;
    height: 100%;
}

.bg__wh{

    padding: 32px 16px;
    background: #ffffff;
    width: 100%;
    height: 100%;
}


.bg__gl{
  padding: 32px 0px;
  background: #de6929;
  width: 100%;
  height: 100%;
}

.bg__lgy{
  padding:50px;
  background: #fff4e1;
  height: 100%;
}




.pdg16{
  padding: 5px 16px;
  font-size: 0.9rem;
  text-align: left;
}

.pdg100{
  padding: 0 10px;
  margin: 0 50px 20px;
  font-size: 0.9rem;
}

.txt__c {
  font-weight: bold;
  font-size: 1rem;
  margin: 40px 20px 20px 20px;
}

.txt__d {
  font-weight: bold;
  font-size: 1rem;
  margin: 20px auto 5px;
}



/*========= ボタン 赤 -> グレー ===============*/

.button{
    display: flex;
    width: 60%;
    height: auto;
    padding: 12px 16px;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
    margin: 64px auto 64px auto ;
  }
  
  
  .button:hover{
    color: #fff;
    background-color: #53575a;
    padding: auto;
  }
  
  .b_text{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 3.2px;
    }

    .open_text{
        margin: 0 16px 0 16px;
        text-align: center;
        font-size: clamp(14px, 16px, 18px);
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.2px;
        }

        .button a {
            color:#fff;
          }

/*========= ボタン グレー -> 赤 ===============*/

    .button2{
        display: flex;
        width: 50%;
        height: auto;
        padding: 12px 51px;
        justify-content: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 30px;
        background-color: #53575a;
        color: #fff;
        transition: background-color .3s ease-in-out;
        margin: 64px auto 64px auto ;
      }
      
      
      .button2:hover{
        color: fff;
        background-color: #e50012;
        padding: auto;
      }

      .button2 a {
        color:#fff;
      }

/*========= ボタン 赤 -> 白 ===============*/

.button3{
    display: flex;
    width: 50%;
    height: auto;
    padding: 12px 32px;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
    margin: 64px auto 64px auto ;
  }
  
  
  .button3:hover{
    color: fff;
    background-color: #fff;
    color: #e50012;
    padding: auto;
  }

  .button3 a {
    color:#fff;
  }


/*========= ボタン グレー  ===============*/

.button4{
    display: flex;
    width: 22%;
    height: auto;
    padding: 12px 24px;
    position: relative;
    justify-content: center;
    overflow: hidden;
    gap: 8px;
    flex-shrink: 0;
    background-color: #999;
    transition: background-color .3s ease-in-out;
    margin: 6px;
  }
  
  
  .button4:hover{
    color: fff;
    background-color: #666;
    color: #fff;
    padding: auto;
  }



.button4::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10:hover {
    background-color: #1579c0;
}

  a:hover{
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.35);
    transform: scale(0.95);
  }

  
/*========= ボタン グレー -> 赤 小===============*/

.button5{
    display: block;
    margin:  8px;
    width: 35%;
    height: auto;
    padding: 12px 24px;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
  }
  
  
  .button5:hover{
    color: fff;
    background-color: #53575a;
    padding: auto;
  }

  .button5 a {
    color:#fff;
  }


/*========= メニュー ===============*/

#menu{
    padding: 36px 0;
}

#menu section{
    background: #fff;
    margin: 0 0 10px 0;
}

#menu section h3{
    color: #de6929;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 10px 0;
}

#menu section p{
    font-size: 0.8rem;
}

#menu .menu-area{
    padding: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

#menu .menu-Fbiu{
    text-align: center;
    margin: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  #menu .menu-area{
    padding: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
  }

  .slider .slick-slide {
    margin: 0 10px;
  }
}




/*========= QA ===============*/

.qa-7 {
    max-width: 90%;
    margin: 10px auto 14px auto ;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

/*.qa-7 summary::before {
    color: #333;
    content: "Q";
}*/

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

/*.qa-7 p::before {
    color: #e50012;
    line-height: 1.2;
    content: "A";
}*/

.button{
    background:#de6929;
    color:#fff;
    border:none;
    position:relative;
    font-size:1rem;
    padding: 1.5em 0.8em;
    margin: 0.8em auto;
    text-align: center;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    border-radius: 10px;
    max-width: 230px;
  }
  .button:hover{
    background:#fff4e1;
    color:#de6929;
  }
  .button:before,.button:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #de6929;
    transition:400ms ease all;
  }
  .button:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .button:hover:before,.button:hover:after{
    width:100%;
    transition:800ms ease all;
  }

  .flex {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
  }
  
  
  
  
  .flex-reverse {
    flex-direction: row-reverse;
  }
  
  .flex .flex_box {
    width: 49%;
    text-align: center;
  }
  
  .flex .flex_box img {
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 16px;
    width: 95%;
  }

  .flex .flex_box img.camp_img {
    width: 30%;
    padding: 0;
  }

  .flex .flex_box .camp_img {
    background: none;
    box-shadow: none;

  }
  
  .flex .flex_box img.camp_item_img {
    width: 50%;
    padding: 0;
  }

    .flex1 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
  }

  .flex_box1 {
    width: 24%;
    color: #de6929;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5%;
    margin: 0 3px;
  }

  .flex_box1 img {
    margin: 0 auto;
    width: 70%;
  }


    /*リスト*/
    .wrapper table {
    width: 100%;
    margin: 50px 0 80px;
    border-collapse: collapse;
    background-color: #fff;

    }

    .wrapper table .left_cell {
        width: 10%;
    }

    .wrapper table .center_cell {
    width: 15%;
    }

    .wrapper table th, .wrapper table td {
      color: #de6929;
      border: solid 1px #de6929;
      padding: 10px;
    }

    .wrapper table tr td a {
    vertical-align: middle;
    color: #de6929;
    }

    .wrapper table img {
    width: 100%;
    }

    @media screen and (max-width: 768px) {
    .wrapper table {
        font-size: 10px;
        margin: 15px 5px 0px;
    }
    .wrapper table .left_cell {
        width: 20%;
    }

  }

    /*リストおわり*/


  .ttl {
    border: solid 2px #0085ca;
    padding:16px;
    color: #fff;
  }

  .bnr {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .bnr2 {
    width: 70%;
    margin: 40px auto;
  }
  .bnr img {
    width: 100%;
  }
  
  @media screen and (max-width: 768px) {


    .flex .flex_box {
      width: 100%;
    }

    .flex-reverse {
      flex-direction:row;
    }

    .logo {
      width: 100%;
    }

    p.ttl_img {
      font-size: 0.8rem;
      width: 15%;
    }


    h2.xl__txt {
      font-size: 1rem;
      letter-spacing: -0.05em;
    }

    .primary__txt {
      font-size: 1.2rem;
  }

    .xl__txt {
      font-size: 1.5rem;
  }

    .bnr {
      margin: 10px auto;
      font-size: 1rem;
    }

    .txt__ctc{
      margin: 40px 5px 32px 5px;
      font-size: 0.8rem;
      letter-spacing: -0.05em;
  }

  .pdg16{
    padding: 5px;
    letter-spacing: -0.05em;
}

    .flex .flex_box img.camp_item_img {
    width: 40%;
    padding: 0;
  }

  .xl__txt3{
    margin: 15px auto;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }




  }


  .item_box{
    max-width:70%;
    margin: 16px;
    padding: 8px;
    border: solid 3px #0085ca;

  }

  .item_img{
    display: flex;
    width: 80%;
    margin: auto;
    padding: auto;

  }

  
  .item_txt{
    display: flex;
    width: 60%;
    margin: auto;
    padding: auto;

  }

  .heading2 {
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
    padding: .5em .5em;
    border-left: 5px solid #0084bd;
    color: #333333;
}

@media screen and (max-width: 768px) {

  
    .flex {
      display: block;
      margin:16px 16px 40px ;
    }
  
  
    .flex .flex_box .item_box.flex_img {
      width: 100%;
    }
      
    .bg__lgy{
      padding:23px 20px;

    }

    .flex1 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

    .flex_box1 {
      display: block;
      width: 40%;
      padding: 0px;
      margin: 5px auto;
    }

    .flex_box1 img {
    width: 90%;
    margin: 0 auto;
  }

  .txt__d {
    font-weight: bold;
    font-size: 0.7rem;
  }


    }

/*-------背景----------------------*/
  .wave-svg-inline{
    background-color: #fff4e1;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg{
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fff; /* 色を変更 */
  }
  
  
  .wave-svg-inline1 {
    background-color: #fff4e1;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg.svg1 {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fff; /* 色を変更 */
  }

  .wave-svg-inline2 {
    background-color: #fff;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg.svg2 {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fff4e1; /* 色を変更 */
  }

  .wave-svg-inline3{
    background-color: #fff;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg.svg3{
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #de6929; /* 色を変更 */
  }


  .ttl_gpc { 
  color: #fff;
  position: relative;
  padding: 25px;
  margin: 40px auto 10px;
}

img.img  {
  width: 70px;
  z-index: 1;
  top: -10px;
  position: absolute;
}

.ttl_pick {
  position: absolute;
  left: 100px;
  font-size: 1.8rem;
  line-height: 0.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pdg100 {
      padding: 0 5px;
      margin: 0 10px 10px;
      font-size: 0.9rem;
    }
    .ttl_gpc { 
      color: #fff;
      position: relative;
      padding: 25px;
      margin: 40px auto 10px;
    }

    img.img  {
      width: 40px;
      z-index: 1;
      top: 5px;
      position: absolute;
    }

    .ttl_pick {
      position: absolute;
      left: 65px;
      font-size: 1.2rem;
      line-height: 0.3;
      font-weight: bold;
    }

      .wave-svg-inline, .wave-svg-inline2 {
    height: 0px;
}

.img_ttl {
    font-size: 0.8rem;
}
}

.ttl_l {
  left: 100px;
  font-size: 1.2rem;
  font-weight: bold;
}

.left {
  text-align: left;
}

.txt__fff a {
  color: #fff;
  text-decoration: underline;
}

.bnr3 {
  width: 70%;
  margin: 0px auto;
}

.bnr3 a {
  text-decoration: underline;
}




/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*------------------------------------------------------------------------------*/

.staff_box01{
  background-color: #fff;
  margin: 30px auto;
  padding: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}


.staff_box01 .shop_deta {
  padding: 10px 0 0 ;
  border-radius: 10px;
  font-weight: bold;
  text-align: left;
}

.staff_box01 .shop_name {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .shop_name {
  font-size: 0.9rem;
}
}


  .flex02 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

.staff_box02{
  width: 40%;
  background-color: #fff;
  margin: 30px auto;
  padding: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.staff_box02 img {
  width: 100%;
}


.staff_box02 .shop_deta {
    color: #000000;
  padding: 10px 0 0 ;
  border-radius: 10px;
  font-weight: bold;
  text-align: left;
}

.staff_box02 .shop_name {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.price {
  background-color: #f20000;
  display: inline;
  color: #fff;
  padding: 5px;
  margin: 10px;
}

.price_n {
  color: #f20000;
  font-size: 1.2rem;
  margin: 10px;
}

.price_n span {
  color: #f20000;
  font-size: 0.8rem;
}


@media screen and (max-width: 768px) {
  .shop_name {
  font-size: 0.9rem;
}
}