@charset "UTF-8";

/* 共通部分sp */
html {
    font-size: 62.5%;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    /* box-sizing: border-box; */
    color: #0f1111;
}

h3 {
    font-family: "Kumbh Sans", sans-serif;  
    text-align: center;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.85px;
    padding-top: 45px;
}
.h3p {
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.2px; 
    padding-bottom: 30px;
}
.h3p_plan {
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #ffffff;   
}
a {
    text-decoration: none;
    color: #999999;
}
.spbr {
    display: block;
}
.pcbr,.section_flow_pc,.plan1_pc,.plan2_pc,.plan3_pc,.about_section_pc,.iframe_pc,.mainimg_pc,.nav_item_pc {
    display: none;
}


/* 共通部分pc */
@media screen and (min-width: 769px) {
h3 {
    font-size: 2.4rem;
    padding-top: 70px;
}
.h3p {
    padding-bottom: 40px;
}
.pcbr,.section_flow_pc,.plan1_pc,.plan2_pc,.plan3_pc,.about_section_pc,.iframe_pc,.mainimg_pc,.nav_item_pc {
    display: block;
}
.nav_item_sp {
    display: none;
}
}

  /* ハンバーガーメニュー */
  /* Navbar & Navmenu color */
  :root {
    --background-navbar: rgba(54, 53, 53, 0.93);
  }
  
  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
    z-index: 500;
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  .header_span {
    font-size: 0.9rem;
    font-weight: 400;
  }
  
  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 12px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */

  
  
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  /* Navbar Text */
  .nav_txt_div {
    position: absolute;
    padding-top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: auto;
    text-transform: uppercase;
  }
  
  /* reserveボタン */
  .btn_reserve {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.24px;
}
.header_reserve {
    background-color: #000;
    width: 68px;
    height:52px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0;
    right: 0;
}
.reserve_span {
    font-size: 1rem;
} 

/*上のナビゲーション調整_pc */
@media screen and (min-width: 769px) {
 /* Navbar Container */
 .navtext-container {
    width: 100%;
    height: 70px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.header_reserve {
    background-color: #000;
    width: 86px;
    height:70px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
}
.reserve_span {
    font-size: 1.2rem;
} 
.header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 500;
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 70px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 33px 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .nav_txt_div {
   
    width: 180px;
    height: auto;
    text-transform: uppercase;
  }
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 1.6rem;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 41%;
  }
  .header_span {
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 20px;
  }

  .menu li {
    padding: 1.8px 0;
  }

}


/* main_sp */
/* トップアニメーション*/

.anime_wrap{
    position: relative;
    overflow: hidden;
}
.anime_wrap p{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

.anime_wrap h2{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}

.pattern1 .mainimg{
    height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .5s;
    transition-delay: 2.5s;
}
.pattern1.show .mainimg{
    opacity: 1;
}
.pattern1 p{
    width: 170px;
    height: auto;
}

.pattern1 h2{
  width: 200px;
  height: auto;
}

.pattern1.show p{
    opacity: 1;
}


.pattern1.show h2{
  opacity: 1;
}

.anime_wrap {
 background-image: url(../assets/images/top3_sp.jpg);
 height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
 height: calc(var(--vh, 1vh) * 100);
 width: 100%;

 background-size: cover;
}

.pattern1 .main_txt{
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.4px;
    
    text-align: center;
    padding-top: 200px;
    
    opacity: 0;
    transition: .2s;
    transition-delay: .5s;
    
}
.pattern1.show .main_txt{
    opacity: 1;
}



/* mainimg_pc メインビジュアル画像pc */
@media screen and (min-width: 769px) {
    .mainimg {
        display: none;
    }
    .mainimg_pc {
        display: block;
    }
    .mainimg_pc{
        width: 100%;
        height: 100vh;
    }
    .pattern1 .mainimg_pc{

    height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .5s;
    transition-delay: 2.5s;

    }
    .pattern1.show .mainimg_pc{
        opacity: 1;
    }
    .anime_wrap{
        position: relative;
        overflow: hidden;
    }
    .anime_wrap p{
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .pattern1 p{
        width: 200px;
        height: auto;
    }
    .pattern1.show p{
        opacity: 1;
    }

    .anime_wrap h2{
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .pattern1 h2{
      width: 200px;
      height: auto;
  }
  .pattern1.show h2{
      opacity: 1;
  }


    
    .anime_wrap {

      background-image: url(../assets/images/top3_pc.jpg);
      height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
      height: calc(var(--vh, 1vh) * 100);
      width: 100%;

      background-size: cover;
    }

    .pattern1 .main_txt{
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 2.4px;
        text-align: center;
        padding-top: 200px;
        opacity: 0;
        transition: .2s;
        transition-delay: .5s;
    }
    .pattern1.show .main_txt{
        opacity: 1;
    }
    
    
}


.about_section_color {
  background-color: #F7F2E4;
}



/* ABOUT_sp */
.about_section {
    background-color: #F7F2E4;
}
.about1 {
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.4px;
    /* padding-top: 24px; */
    padding-bottom: 54px;
}
.about2,.about2_2,.about2_3,.about2_4 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 1.4px;
    position: relative;
    z-index: 100;

}
h4 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}


.about_h44 {
    text-align: left;
}
.about3,.about3_right {
    font-family: Mansalva;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 70px; */
    letter-spacing: 1.4px;
    color:#000;
}
.about_img3,.about_img7,.about_img5,.about_img1 {
    width: 83%;
    height: auto;
}
/* ABOUT説明文 */
.about3 {
    padding-top: 10px;
    margin-left: 5%;
    position: relative;
    z-index: 100;
}
.about3_right {
    padding-top: 10px;
    text-align: right;
    margin-right: 5%;
    position: relative;
    z-index: 100;
}
.about2,.about2_2,.about2_3,.about2_4 {
    padding-top: 20px;
    max-inline-size: max-content;
    margin-inline: auto;
    padding-bottom: 40px;
}
.about2_4 {
    padding-bottom: 30px;
}
/* ABOUT手ぶらで */
.about_div1 {
    position: relative;
    z-index: 100;
    padding-top: 50px;
}
.about_div1 h4 {
    position: absolute;
    top: 0;
    right: 5%;
}
.about_div1 hr{
    position: absolute;
    top: 10%;
    right: 0%;
}
.about_div1 .about_img2 {
    position: absolute;
    top: 73%;
    right: 0%;
}
/* ABOUT絶景 */
.about_div2 {
    text-align: right;
    position: relative;
    padding-top: 60px;
    z-index: 100;
}
.about_div2 h4 {
    position: absolute;
    top: 5%;
    left: 5%;
}
.about_div2 hr{
    position: absolute;
    top: 10%;
    left: 0%;
}
.about_div2 .about_img4 {
    position: absolute;
    top: 85%;
    left: 0%;
}
.about_div1_2 {
    background-image: url(../assets/images/about1.jpg);
    background-size: contain;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about_div2_2 {
    background-image: url(../assets/images/about3.jpg);
    background-size: contain;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}
.about_div3_2 {
    background-image: url(../assets/images/about5.jpeg);
    background-size: contain;
    position: relative;
    padding-bottom: 30px;
}
.about_div4_2 {
    background-image: url(../assets/images/about8.JPEG);
    background-size: contain;
    position: relative;
    padding-bottom: 30px;
}
.about_div1_2::after,.about_div2_2::after,.about_div3_2::after,.about_div4_2::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '' ;
    position: absolute;
    background-color: rgba(253, 250, 241, 0.8);
}

/* ABOUTテント */
.about_div3 {
    position: relative;
    padding-top: 80px;
    z-index: 100
}
.about_div3 h4 {
    position: absolute;
    top: 10%;
    right: 5%;
}
.about_div3 hr{
    position: absolute;
    top: 16%;
    right: 0%;
}
.about_div3 .about_img6 {
    position: absolute;
    top: 85%;
    right: 0%;
}
/* ABOUTBBQ */
.about_div4 {
    text-align: right;
    position: relative;
    padding-top: 60px;
    z-index: 100;
}
.about_div4 h4 {
    position: absolute;
    top: 5%;
    left: 5%;
}
.about_div4 hr{
    position: absolute;
    top: 28%;
    left: 0%;
}
.about_div4 .about_img8 {
    position: absolute;
    top: 75%;
    left: 0%;
}

.video_sp_div {
  position: relative;
  z-index: 100;
}




/* about_pc */
@media screen and (min-width: 769px) {
.about_section {
    display: none;
}
.about_section_pc {
    display: block;
}

h4 {
  writing-mode: horizontal-tb;   
  }

.about_section_pc {
    background-color: #FFFBF2;
}
.about1_pc {
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.8px;
    padding-bottom: 80px;
}
.about2_pc,.about2_2,.about2_3,.about2_4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.8px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
h4 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    padding-top: 10px;
    padding-left: 5%;
}


.about_h44 {
    text-align: left;
}
.about3_pc,.about3_right {
    font-family: Mansalva;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
    padding-top: 10px;
    padding-left: 5%;
    padding-bottom: 20px;
}

/* aboutpointo */
.aboutpoint_pc {
  font-family: Mansalva;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 75px;
  padding-left: 5%;
  color: #e5dfce;
}
.aboutpoint_pc_span {
  font-size: 9rem;
}


/* ABOUT直線 */
.about_line1_pc {
    height: 2px;
    border: none;
    background-color: black;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 60%;

    position: relative;
    z-index: 500;
}

.about_line1 {
    width: 129px;
}
.about_line2 {
    width: 184px;
}
.about_line3 {
    width: 195px;
}
.about_line4 {
    width: 199px;
}
.about_img1_pc {
    width: 87%;
    height: auto;
}
/* ABOUT写真 */
.about_img2_pc {
    width: 50%;
    height: auto;
    padding-left: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about_img3 {
    width: 87%;
    height: auto;
}
.about_img4 {
    width: 37.5%;
    height: auto;
}
.about_img5 {
    width: 87%;
    height: auto;
}
.about_img6 {
    width: 33%;
    height: auto;
}
.about_img7 {
    width: 58%;
    height: auto;
}
.about_img8 {
    width: 40%;
    height: auto;
}
/* ABOUT説明文位置 */
.about3 {
    padding-top: 10px;
    margin-left: 5%;
}
.about3_right {
    padding-top: 10px;
    text-align: right;
    margin-right: 5%;
}
.about2_pc {
    padding-top: 30px;
    padding-left: 5%;
    padding-bottom: 30px;


}
.about2_2 {
    padding-top: 50px;
    max-inline-size: max-content;
    margin-inline: auto;
}
.about2_3 {
    padding-top: 50px;
    max-inline-size: max-content;
    margin-inline: auto;
}
.about2_4 {
    padding-top: 35px;
    max-inline-size: max-content;
    margin-inline: auto;
    padding-bottom: 100px;
}
/* ABOUT手ぶらでの背景 */




/* 背景画像 */
.about_div1_pc {
  
    width: 100%;
    background-image: url(../assets/images/about1.jpg);
    background-size: 80% auto;
    
    background-repeat: no-repeat;
    background-position: right; 
    padding-bottom: 100px;
    
}




.about2_div1_pc {
    width: 100%;
    /* height: px; */
    background-image: url(../assets/images/about3.jpg);
    background-size: 80% auto;
    
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 100px;
}
.about3_div1_pc {
    width: 100%;
    background-image: url(../assets/images/about5.jpeg);
    background-size: 80% auto;
    
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 100px;
}
.about4_div1_pc {
    width: 100%;
    background-image: url(../assets/images/about8_pc.jpg);
    background-size: 80% auto;
    
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 10px;

    position: relative;
}


/* ABOUT絶景 */
.about_div2 {
    text-align: right;
    position: relative;
    margin-top: 60px;
}
.about_div2 h4 {
    position: absolute;
    top: 5%;
    left: 7%;
}
.about_div2 hr{
    position: absolute;
    top: 16%;
    left: 0%;
}
.about_div2 .about_img4 {
    position: absolute;
    top: 85%;
    left: 0%;
}
/* ABOUTテント */
.about_div3 {
    position: relative;
    margin-top: 60px;
}
.about_div3 h4 {
    position: absolute;
    top: 5%;
    right: 7%;
}
.about_div3 hr{
    position: absolute;
    top: 16%;
    right: 0%;
}
.about_div3 .about_img6 {
    position: absolute;
    top: 85%;
    right: 0%;
}
/* ABOUTBBQ */
.about_div4 {
    text-align: right;
    position: relative;
    margin-top: 60px;
}
.about_div4 h4 {
    position: absolute;
    top: 5%;
    left: 7%;
}
.about_div4 hr{
    position: absolute;
    top: 28%;
    left: 0%;
}
.about_div4 .about_img8 {
    position: absolute;
    top: 75%;
    left: 0%;
}
.aboutpc_bbq_padding {
  padding-bottom: 80px;
}


}






/* PLAN_sp */
.plan_h3 {
  color:#ffffff;
}
h5 {
  padding-top: 30px;
}
h5,.plan_price{
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
.plan_price span {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.2px;
}
.plan_p {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
}
.plan_line {
  /* text-align: center; */
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
  margin-right: 20%;
  background-color: #ddd;
}
.plan_dt {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-top: 10px;
}
.plan_sp_recommend {
  font-family: Mansalva;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
  }
.plan_dt_recommend {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-top: 0px;
}
.plan_dt2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.2px; 
}
.plan_dd1 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
}
.plan_dd2 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-left: 20px;
}
.plan_dl {
  max-inline-size: max-content;
  margin-inline: auto;
  /* padding-bottom: 30px; */
}

.plan_div1 {
  margin-top: 20px;
}

/* アコーディオン */
.accordion {
  margin: 1em 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-bg-color);
}
.accordion_summary {
  display: block;
  font-weight: 400;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: center;
}
.accordion_summary::-webkit-details-marker {
  display: none;
}
.accordion_summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion_summary::after {
  content: "−";
}

table {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.4px;
  border-collapse: collapse;
  margin-inline: auto;
  max-width: 100%;


}

.table1,.table4 {
  height: 160px;
}
.table2 {
  height: 180px;
}
.table3 {
  height: 190px;
}

.tr_border {
  border-top: 1px solid;
}

.plan2 {
  padding-top: 20px;
}
.plan3 {
  padding-bottom: 60px;
  padding-top: 20px;
}
.plan_div1 {
  margin-top: 20px;
}
.plan_fontsize {
  font-size: 1rem;
}


.plan1::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.plan2::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.plan3::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.plan_div1,.plan_div2,.plan_div3 {
  color: #ddd;
  margin-left: 7%;
  margin-right: 7%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 30px;
}


/* plan_pc */
@media screen and (min-width: 769px) {
.plan1,.plan2,.plan3 {
  display: none;
}
  .plan1_pc,.plan2_pc,.plan3_pc {
  display: block;
}
.plan_h3 {
  color:#ffffff;
}
h5 {
  padding-top: 30px;
}
h5,.plan_price{
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.plan_price span {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.2px;
}

.plan_p {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  padding-bottom: 15px;
}
.plan_line_pc {
  width: 60%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  background-color: #ddd;
}
.plan_line {
  margin-top: 0;
  margin-bottom: 0;
}
.plan_dt {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  padding-top: 10px;
}
.plan_dt_recommend {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  padding-top: 1px;    
}
.plan_dt2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.2px; 
}
.plan_dd1 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.2px;
}
.plan_dd2 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-left: 20px;
}
.plan_dl {
  max-inline-size: max-content;
  margin-inline: auto;
  padding-top: 15px;
}

.plan3_table {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  border-collapse: collapse;
  /* max-inline-size: max-content; */
  margin-inline: auto;
  max-width: 100%;
  margin-top: 15px;
}
.plan3_border_pc {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.plan3_table td {
  padding: 12px;
  text-align: center;
}
.plan3_table th {
  padding: 12px;
  text-align: center;
  font-weight: 400;
}




.plan_pc_recommend {
  font-family: Mansalva;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
  }
  
  .plan_div1,.plan_div2,.plan_div3 {
    color: #ddd;
    margin-left: 15%;
    margin-right: 15%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 30px;
  }
  .plan_div1 {
    margin-top: 20px;
  }



.plan1_pc::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -5;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.plan2_pc::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -5;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.plan3_pc::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -5;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/planpc1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.plan1_pc,.plan2_pc {
  padding-bottom: 20px;
}

.plan3_pc {
  padding-bottom: 80px;
}

.plan_div1,.plan_div2,.plan_div3 {
  color: #ddd;
  margin-left: 15%;
  margin-right: 15%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 30px;
}
.plan_div1 {
  margin-top: 20px;
}
}







 

/* flow_sp */
  .flow_txt1 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .flow_txt2 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
  .flow_line {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .flow_number {
    font-family: Mansalva;
    font-size: 4.5rem;
    color: #e5dfce;
    position: relative;
    top: 75px;
    margin-top: -65px;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .flow_div {
    margin-left:20% ;
    background-color: #F7F2E4;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px 0 0 10px;
  }
  .flow_div_arrow {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .flow_image1,.flow_image2,.flow_image3,.flow_image4,.flow_image5 {
    position: absolute;
    margin-left: 12%;
  }
  .flow_image6 {
    display: block;
  }
  .flowgroup {
    display: block;
    margin: 0 auto;
  }
  .flow_txt3 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;
    font-family: Mansalva;
  }
  .section_flow {
    background-color: #FFFBF2;
  }


  /* flow_pc */

  @media screen and (min-width: 769px) {
    .section_flow {
        display: none;
    }
    .section_flow_pc {
        display: block;
    }
    .flow_number_pc {
        font-family: Mansalva;
        font-size: 6rem;
        color: #e5dfce;
    }

    .flow_txt1_pc {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .border_bottom {
    border-bottom: solid 1px;
  }
  .flow_txt2_pc {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .flowpc_table {
    background-color: #F7F2E4;
    border-radius: 10px;
    padding-right: 10px;
  }

  .flow_first,.flow_second {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .flow_first {
    width: 90%;
  }
  .flow_second {
    width: 90%;
    padding-bottom: 20px;
  }




  .flow_line {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .flow_number {
    font-family: Mansalva;
    font-size: 4.5rem;
    color: #e5dfce;
    position: relative;
    top: 75px;
    margin-top: -65px;
    left: 5%;
    box-sizing: border-box;
  }
  .flow_txt3 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: center;
    font-family: Mansalva;
    color: #0f1111;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .flowgroup {
    display: block;
    margin: 0 auto;
    padding-bottom: 80px;
  }
 
  .section_flow_pc {
    background-color: #F7F2E4;
  }

}


  /* gallery_sp */
.gallery_section {
  background-color: #FFF;
}
  /* スクロール画像 */
  @keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__list--left li {
    margin-left: 1px;
    margin-right: 1px;
}

.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
  width: 100%;
}

@keyframes infinity-scroll-right {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--right {
        animation: infinity-scroll-right 80s infinite linear 0.5s both;
    }
    .scroll-infinity__list--right li {
        margin-left: 1px;
        margin-right: 1px;
    }

    .scroll-infinity__item {
      width: calc(100vw / 2);
    }
    .scroll-infinity__item>img {
      width: 100%;
    }
.gallery_insta {
    text-align: center;
}
.btn_01 {
	font-size: 14px;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin-top: 30px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}


/* gallery_pc */
@media screen and (min-width: 769px) {
    .scroll-infinity__item {
        width: calc(100vw / 5);
      }
      .btn_01 {
        font-size: 14px;
        border: 1px solid #666;
        text-align: center;
        max-width: 200px;
        /* margin: 80px auto; */
        margin-bottom: 80px;
    }
.btn_01 {
    font-size: 1.6rem;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin-top: 40px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auro;
}
    
}

  /* information_sp */
  .info_table {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  .info_tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .info_td,.info_td2 {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
  }
  .info_td2 {
    padding-left: 15px;
  }
　.info_td {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.2px;
}
    .info_div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .info_span {
        font-weight: 500;
    }
    .section_info {
        background-color: #F7F2E4;
        padding-bottom: 30px;
    }
    /* btnキャンセルポリシー */
    .btn_cancel {
        font-size: 1.2rem;
        border: 1px solid #666;
        text-align: center;
        max-width: 200px;
        margin-top: 15px;
    }
    /* btn */
    .btn_cancel {
        color: #666;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

  .accordion3_summary {
    display: block;
    font-weight: bold;
    position: relative;
    list-style: none; /* 矢印を消す */
    cursor: pointer;
    padding: 10px 38px 10px 10px;
  }
  .accordion3_summary::-webkit-details-marker {
    display: none;
  }
  .accordion3_summary::after {
    content: "+";
    font-size: 1.6em; /* 記号のサイズ */
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion3[open] .accordion3_summary::after {
    content: "−";
  }
  .accordion3_detail {
    margin-top: -19px;
  }
  .accordion3_text {
    margin: 0;
  }

  /* information_pc */
  @media screen and (min-width: 769px) {
    .spbr {
        display: none;
    }
    .pcbr {
        display: block;
    }
    .info_table {
        font-size: 1.4rem;
        line-height: 22px;
        letter-spacing: 1.4px;
      }
      .info_td,.info_td2 {
        padding-top: 22px;
        padding-bottom: 22px;
        vertical-align: top;
      }
      .info_td2 {
        padding-left: 30px;
      }
        .info_div {
            padding-top: 5px;
            padding-bottom: 5px;
        }
        /* btnキャンセルポリシー */
        .btn_cancel {
            font-size: 1.4rem;
            border: 1px solid #666;
            text-align: center;
            max-width: 200px;
            margin-top: 15px;
        }
        /* btn */
        .btn_cancel {
            color: #666;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            box-sizing: border-box;
            letter-spacing: 1px;
        }
  }

    /* qa_sp */
    .qa_section {
        background-color: #F7F2E4;
        padding-bottom: 45px;
    }
.accordion2 {
    margin: 1em 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #ffffff;
  }
  .accordion2_summary {
    font-weight: 500;
    position: relative;
    list-style: none; /* 矢印を消す */
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 1.4px;
  }
  .accordion2_summary::-webkit-details-marker {
    display: none;
  }
  .accordion2_summary::after {
    font-family: "Font Awesome 5 Free";
    content: '\f055';
    font-weight: 900;
    font-size: 1.8rem;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion2[open] .accordion2_summary::after {
    font-family: "Font Awesome 5 Free";
    content: '\f056';
    font-weight: 900;
  }
  .qa_a{
    border-top: solid 1px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .qa_s {
    font-size: 1.8rem;
  }
  .qa_q {
    width: 85%;
  }
  /* btn_qa */
  .btn_qa {
    font-size: 1.2rem;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
}
  .btn_qa_div {
    text-align: center;
  }

  /* qa_pc */
@media screen and (min-width: 769px) {
    .accordion2 {
        margin: 1.5em 0;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #ffffff;
        }
    .qa_category {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 2.4px;
        padding-top: 15px;
    }
    .qa_a{
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 1.4px;
        padding-top: 10px;
        padding-bottom: 10px;
        }
    .accordion2_summary {
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.4rem;
        line-height: 20px;
        letter-spacing: 1.4px;
}
    .qa_s {
        font-size: 2rem;
    }
    .accordion2_summary::after {
        font-size: 2rem;
        }
    /* btn_qa */
    .btn_qa {
        font-size: 14px;
        border: 1px solid #666;
        text-align: center;
        max-width: 200px;
        margin: 20px auto;
        /* font-family: 'Noto Serif ', serif; */
        color: #666;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        letter-spacing: 1px;
    }
}

/* access_sp */
iframe {
  width: 100%;
}

.access_section {
  background-color: #FFF;
}
.access {
    display: flex;
    gap: 5px;
    padding-top: 5px;
    justify-content: center;
    list-style-type: none;
}
.access2 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.7px;
    max-inline-size: max-content;
    margin-inline: auto;
    list-style-type: none;
    padding-top: 40px;
    padding-bottom: 40px;
}

.access_img_wrap {
    display: flex;
    justify-content: center;
   gap: 5px;
   padding-bottom: 60px;
}
.access_img_wrap img {
    width: 30%;
    height: auto;
}
.access2_li2,.access2_li3 {
    padding-top: 10px;
}
 /* access_pc */
 @media screen and (min-width: 769px) {
iframe {
  width: 100%;
}

    .iframe_pc {
        display: block;
    }
    .iframe_sp {
       display: none; 
    }
    .access2 {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.4px;
        max-inline-size: max-content;
        margin-inline: auto;
        list-style-type: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    }

/* contact */
.contact_section {
  background-color: #FFFBF2;
  padding-bottom: 60px;
}
.contact_dl {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    border: solid 1px;
    padding: 20px;
    margin-left: 15%;
    margin-right: 15%;
}
.contact_dd {
    padding-bottom: 30px;
    padding-top: 0px;
}
.contact_dd2 {
    padding-bottom: 10px;
}
.contact_dt {
    border-top: solid 1px;
    padding-top: 20px;
}
.btn_02,.btn_03 {
	font-size: 1.4rem;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
}
/* btn */
.btn_01,.btn_02,.btn_03 {
	color: #666;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
    letter-spacing: 1px;
}
.btn_01 a::before {
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 20px;
}
.btn_02 a::before {
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 20px;
}
.btn_03 a::before {
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 20px;
}

i {
    font-size: 1.6rem;
}

.contact_div {
    text-align: center;
}
.contact_ul {
    padding-top: 20px;
    display: inline-block;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}

/* contact_pc */
@media screen and (min-width: 769px) {
    .contact_dl {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    border: solid 1px;
    padding: 20px;
    margin-left: 15%;
    margin-right: 15%;
}
.btn_02,.btn_03 {
	font-size: 1.6rem;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
}
.contact_ul {
    padding-top: 20px;
    display: inline-block;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.6px;
}

}



/* topics */
.topics_section {
  background-color: #FFF;
}
.news-list{
    list-style: none outside;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
  }
  .news-list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }
  .news-list .item:first-child a{
    border-top: 1px solid #CCC;
  }
  .news-list .item .date{
    margin: 0;
    min-width: 120px;
    font-size: 1.4rem;
    color: #999;
    padding: 0 20px 0 0;
  }
  .news-list .item .title{
    margin: 0;
    width: 100%;
    font-size: 1.2rem;
  }
  /* .news-list .item a:hover .title{
    color: #E7B175;
  } */
  
  @media screen and (max-width: 769px){
  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 10px;
  }
  }
  
  /* 装飾 */
   
  *{
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
  }



  /* topics_pc */
  @media screen and (min-width: 769px) {
    .news-list .item .date{
        margin: 0;
        min-width: 120px;
        font-size: 1.6rem;
        color: #999;
        padding: 0 20px 0 0;
      }
      .news-list .item .title{
        margin: 0;
        width: 100%;
        font-size: 1.4rem;
      } 
  }


  


/* footer */
footer {
    background-image: url(../assets/images/footer_sp.JPG);
    background-size: cover;
    padding-top: 20px;
    padding-bottom:15px;
    position: relative;
}
footer::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '' ;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}
.footer_div {
    position: relative;
    z-index: 3;
}

.footer_rogo {
    width: 200px;
    height: auto;
    padding-left: 10%;
    padding-bottom: 10px;
    padding-top: 20px;

}
.footer_txt {
    padding-left: 10%;
}
.footer_txt,.footer_txt_a {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.6px; 
    list-style-type: none; 
}
.footer_copyright {
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.5px;
}
.insta {
    color: #FFF;
    width: 30px;
    height: auto;
}
.footer_insta {
    padding-top: 20px;
    padding-left: 10%;
    padding-bottom: 30px;
    filter: invert(100%);
}
.footer_li {
    padding-top: 10px;
}

/* footer_pc */
@media screen and (min-width: 769px) {
  footer {
    background-image: url(../assets/images/footer_pc.JPG);
    background-size: cover;
    padding-top: 20px;
    padding-bottom:15px;
    position: relative;
}  
  .footer_rogo {
        width: 350px;
        height: auto;
        padding-left: 10%;
        padding-bottom: 20px;
        padding-top: 20px;
    
    }
.footer_txt,.footer_txt_a {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.4px; 
    list-style-type: none; 
}
.insta {
    width: 40px;
    height: auto;
}
.footer_copyright {
    font-size: 1.2rem;
}
}

