/* SLIDE SECTION */
.slider1{
    position: relative;
    height: 100%;
  }
  
  .pdficon{
    width: 1em;
    vertical-align: middle;
    padding-left: 0.1em;
  }
  .slider1 .swiper-wrapper{
      width: 100%;
      /* height: 850px; */
    }
  
    @media screen and (min-width:1921px) {
      .slider1 .swiper-wrapper{
        width: 100%;
        height: initial;
      }
  
      .ji_ul li {
        margin-bottom: 20px;
      }
  }

  
  .slider1 .swiper-slide{
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
  .slider1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 5;
  }
  
    /* 全体のスタイル */
    .slider1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #ffffff93;
        opacity: 0.5;
        margin: 0 7px!important;
      }
      /* 現在のスライドのスタイル */
      .slider1 .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #FFF;
        opacity: 1;
      }


      @media screen and (max-width:767px) {
        .swiper-cont{
          width: 100%;
          left: 55%;
        }
        .swiper-slide img{
          margin-top: 0;
        }
        .slider1 .swiper-wrapper{
          height: initial;
        }
        .swiper-cont span.swi_sub{
          font-size: 25px;
        }
        .swiper-cont p {
          font-size: 30px;
        }
        .swiper-cont svg{
          height: 250px;
        }
      }
      
      @media screen and (min-width:1921px) {
        .slider1 .swiper-slide {
          text-align: center;
          background-size: 70%;
          background-position: top 55% center;
          background-repeat: no-repeat;
        }
    
      }


    .top_sec .wrap{
        position: relative;
        margin-top: -5em;
        z-index: 5;
        max-width: 960px;
    }
    
    @media screen and (max-width: 1440px){

    }

.top_tit{
    position: relative;
    text-align: center;
    padding: 70px 0;
    margin-top: 20px;
}
.top_tit p{
    font-size: 1.9em;
    color: #4487b0;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.top_tit img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

@media screen and (max-width:767px) {
    .top_sec{
        margin: 0 5%;
        margin-top: 15%;
    }
    .top_tit {
        position: relative;
        text-align: center;
        padding: 10px 0;
        margin-top: 60px;
    }
    .top_tit p {
        font-size: 4.6vw;
    }
    .top_tit img {
        position: relative;
        width: 33%;
    }
}


/* SECTION1 */
.sec01{
    padding-top: 60px;
}

.sec01 ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sec01 ul li{
    background-color: #4487b0;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(6px 6px 10px #787878);
    position: relative;
}

.sec01 ul li:nth-of-type(1){
    z-index: 5;
}
.sec01 ul li:nth-of-type(2){
    z-index: 3;
}
.sec01 ul li:nth-of-type(3){
    z-index: 1;
}

.sec01 ul li p{
    text-align: center;
    color: #FFF;
    font-size: 1.1em;
}

.sec01 ul:nth-of-type(2){
    margin-top: -2em;
}

.sec01 ul:nth-of-type(2) li:nth-of-type(1){
    margin-right: -35%;
    z-index: 4;
}
.sec01 ul:nth-of-type(2) li:nth-of-type(2){
    z-index: 2;
    
}

.sec01_yaji{
    text-align: center;
}
.sec01_yaji img{
    max-width: 50px;
    display: block;
    margin: 20px auto;
}
.sec01_yaji p {
    font-size: 2.4em;
    letter-spacing: 0.1em;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .sec01 ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .sec01 ul li {
        width: 200px;
        height: 200px;
    }
    .sec01 ul li p{
        font-size: 1em;
    }
    .sec01 ul li:nth-of-type(1){
        margin-left: -40%;
    }
    .sec01 ul li:nth-of-type(2){
        margin-right: -40%;
        margin-top: -10%;
    }
    .sec01 ul li:nth-of-type(3){
        margin-left: -40%;
        margin-top: -10%;
    }
    .sec01 ul:nth-of-type(2) li:nth-of-type(1){
        margin-left: 0;
    }
    .sec01 ul:nth-of-type(2) li:nth-of-type(2){
        margin-right: 0;
        margin-left: -40%;
    }

    .sec01_yaji p {
        font-size: 1.5em;
    }
}

/* SECTION1 */

/* SECTION2 */

section.sec02 {
    padding: 50px 0;
    background-color: #4487b0;
}
section.sec02 h2{
    text-align: center;
    color: #FFF;   
    font-size: 2.3em;
    font-weight: 900;
}
.sec02 p{
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

.slider2{
    margin-top: 50px;
}
@media screen and (max-width:767px) {
    .slider2 {
        margin-top: 30px;
    }
    section.sec02 h2 {
        font-size: 6vw;
    }
}
/* SECTION2 */

/* SECTION3 */
.sanso_box{
    display: block;
    text-align: center;
    color: #000;
    background-color: #FFF;
    max-width: 620px;
    padding: 20px 0;
    filter: drop-shadow(8px 8px 8px #6b6b6b);
    margin: 0 auto;
    transition: all 500ms;
}
.sanso_box:hover{
    transition: all 500ms;
    filter: drop-shadow(0px 0px 8px #6b6b6b);
}

.sanso_box img{
    height: 45px;
}

.sanso_box_li{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-top: 2px;
}

.sanso_box_p{
    margin-top: 3px;
    font-size: 1.3em;
    font-weight: 600;
    color: #cb503d;
}

.sanso_box_li img{
    max-width: 50px;
}

.sanso_box_li h3{
    font-size: 2.3em;
    font-weight: 500;
}
.sanso_box_li h3 b{
    margin: 0 0.3em;
}


.sanso_box.top_li{
    max-width: 435px;
}

.sanso_box.top_li .sanso_box_li h3{
    line-height: 1;
    font-size: 1.7em;
    font-weight: 300;
    margin-left: 0.4em;
}

.sanso_box.top_li .sanso_box_li h3 span{
    display: block;
    font-size: 0.4em;
    margin-top: 0.7em;
}


.sec03_wrap{
    max-width: 920px;
    padding: 70px 0 70px;
    padding-right: 35%;
    background-image: url(../img/sec03_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    margin: 140px auto 70px;
}

.sec03_wrap h4{
    font-weight: 500;
    font-size: 33px;
    line-height: 1.5;
}

.sec03_wrap p{
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-top: 32px;
    line-height: 1.7;
}

.sec03_ul ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}
.sec03_ul ul li p{
    color: #4487b0;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    margin: 0.6em 0;
    line-height: 1;
}
.sec03_ul ul li span{
    display: block;
    text-align: justify;
    line-height: 1.6;
}
@media screen and (max-width:767px) {
    .sanso_box_li h3 {
        font-size: 6vw;
        font-weight: 500;
    }
    .sanso_box img {
        height: 100%;
        width: 50%;
        margin-bottom: 2%;
    }
    .sanso_box_li img {
        max-width: 6vw;
        margin-bottom: 0;
    }
    .sanso_box.top_li{
        margin-top: 60px;
    }
    .sanso_box.top_li .sanso_box_li h3 {
        font-size: 6vw;
    }
    .sanso_box.top_li .sanso_box_li img {
        max-width: 9.5vw;
    }
    .sec03_wrap {
        max-width: 920px;
        width: 100%;
        padding: 0px 0 0px;
        padding-bottom: 85%;
        background-image: url(../img/sec03_img1.png);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: bottom center;
        margin: 90px auto 50px;
    }
    .sec03_wrap h4 {
        font-size: 20px;
    }
    .sec03_wrap p {
        font-size: 16px;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }
    .sec03_ul ul {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .sec03_ul ul li p{
        font-size: 20px;
    }
    .sec03_ul ul li span {
        font-size: 16px;
    }
    .sanso_box_p {
        font-size: 4.5vw;
    }
}
/* SECTION3 */

/* SEC SANSO */
.secsanso{
    text-align: center;
    padding-top: 50px;
}
.secsanso_p {
    background-color: #cb503d;
    color: #FFF;
    font-size: 1.4em;
    font-weight: 600;
    max-width: 700px;
    margin: 40px auto;
    border-radius: 100px;
}
.tab_p {
    text-align: center;
    margin-bottom: 10px;
}
.secsanso_lr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 50px;
    max-width: 850px;
    margin: 0 auto;
}
.secsanso_lr img {
    filter: drop-shadow(8px 8px 8px #6b6b6b);
}

.secsanso_yaji {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 5em 0 3em;
    gap: 0em;
    justify-items: center;
    align-items: center;
}
.secsanso_yaji img {
    width: 100%;
    max-width: initial;
    filter: drop-shadow(8px 8px 8px #6b6b6b);
}
.secsanso_att {
    font-size: 1.4em;
    margin-bottom: 100px;
}


@media screen and (max-width:767px) {

    .secsanso_p {
        background-color: #cb503d;
        color: #FFF;
        font-size: 4vw;
        font-weight: 600;
        max-width: 500px;
        padding: 5px 0;
        margin: 20px auto;
    }
    .secsanso_lr {
        width: 100%;
        gap: 5%;
    }
    .secsanso_yaji {
        display: grid;
        justify-items: center;
        align-items: center;
        gap: 0;
        margin: 2em 0;
      }
      

    .secsanso_att {
        font-size: 3.2vw;
        margin-bottom: 50px;
    }
}
/* SEC SANSO */

/* SECTION4 */
.sec04{
    padding-bottom: 0;
}
.sec05{
    padding-top: 0;
}
.sec04_img1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.sec04_img1 p {
    font-size: 2.5em;
}
.sec04_img2 {
    max-width: 900px;
    margin: 100px auto;
    display: block;
}

.sec04_box_p{
    font-size: 2.5em;
    color: #4487b0;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    list-style: 1.4;
    font-family: "Outfit", sans-serif;
}
.bl_tit{
    font-weight: 500;
}
.sec12 .bl_tit,.sec13 .bl_tit,.sec14 .bl_tit{
    font-weight: 800;
}
.sec04_box span{
    display: block;
    max-width: 900px;
    margin: 0 auto;
    border: solid 1px;
    padding: 2.5em;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .sec04_img1 p {
        font-size: 1.2em;
        line-height: 1.3;
        text-align: center;
    }
    .sec04_img1{
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: center;
        justify-items: center;
        gap: 10px;
    }
    .sec04_img2 {
        width: 100%;
        margin: 50px auto;
    }
    .sec04_box_p {
        font-size: 5vw;
    }
    .sec04_box span {
        padding: 2em 5%;
    }
}
/* SECTION4 */


/* SECTION5 */
.sec05_box{
    position: relative;
    height: 950px;
    margin-bottom: 90px;
}
.sec05_box p{
    margin-top: 10px;
}
.sec05_img1{
    text-align: center;
    position: absolute;
    max-width: 49%;
    left: 0;
}
.sec05_img2{
    text-align: center;
    position: absolute;
    max-width: 42%;
    right: 0%;
    top: 21%;
}
.sec05_img3{
    text-align: center;
    position: absolute;
    left: 12%;
    bottom: 15%;
    max-width: 30%;
}
.sec05_img4{
    text-align: center;
    position: absolute;
    right: 27%;
    bottom: 0;
    max-width: 25%;

}
@media screen and (max-width:767px) {

    .sec05_img1,.sec05_img2,.sec05_img3,.sec05_img4{
        position: relative;
        max-width: 100%;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
    }
    .sec05_box{
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: initial;
        gap: 5%;
        margin-bottom: 70px;
    }   
    .sec05_img2{
        margin-top: 50%;
    }
    .sec05_img3{
        margin-top: -50%;
    }
    .sec05_box p {
        font-size: 2.6vw;
    }
}
/* SECTION5 */

/* SECTION6 */
.sec06{
    background-color: #FFF;
}

.sec6_box ul li {
    border-bottom: dotted 1px #000;
    padding: 2em 1.3em;
}
.sec6_box ul li:nth-of-type(1){
    border-top: dotted 1px #000;
}

.sec6_q{
    color: #4487b0;
    font-weight: 600;
    padding-bottom: 0.5em;
}
.sec6_a span{
    color: #cb503d;
}

.sec6_q,.sec6_a{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 1.2em;
}

.sec6_q span, .sec6_a span {
    width: 5%;
    padding-right: 1%;
    text-align: center;
    font-family: "Outfit", sans-serif;
}
.sec6_q p,.sec6_a p{
    text-align: justify;
    width: 97%;
}
.sec6_a p{
    font-size: 0.8em;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    .sec6_q span, .sec6_a span{
        width: 15%;
    }
    .sec6_box ul li{
        padding: 2em 5%;
    }
}
/* SECTION6 */

/* SECTION7 */
.sec07 h5{
    text-align: center;
    font-size: 1.8em;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}
.sec07 h5 span{
    display: block;
    line-height: 1;
    font-size: 0.5em;
    letter-spacing: 0px;
}
.sec07_table table{
    width: 100%;
    font-family: sans-serif;
}

.sec07_table th,.sec07_table td{
    text-align: center;
    padding: 0.7em 0.5em 0.7em;
    font-size: 1.3em;
    border: solid #4487b0;
    font-weight: 500;
    line-height: 1.3;
}

.sec07_table th span,.sec07_table td span{
    font-size: 0.8em;
}
.tab_tit th{
    background-color: #4487b0;
    color: #FFF;
    font-size: 1.2em;
    padding: 0.5em 0.5em;
    font-weight: 600;
}

.sec07_table tr:last-of-type{
    border-bottom: solid 3px #4487b0;
}

.sec07_table th{
    border-left: 0;
    width: 300px;
}
.sec07_table td{
    border-right: 0;
}

.tab_att{
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}

.price-list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1rem;
    font-family: sans-serif;
  }
  .price-item {
    display: flex;
    align-items: center;
  }
  .price-item .label,
  .price-item .price {
    white-space: nowrap;
  }
  .price-item .label {
    margin-right: 0.5em;
  }
  .price-item .dots {
    flex: 1;
    height: 3px;
    background: radial-gradient(circle, currentColor 35%, transparent 35%) /* 円を描画 */ repeat-x /* 横方向に繰り返し */ center /* 中央寄せ */ / 8px 5px;
    margin-left: -0.7em;
    margin-right: 0.4em;
    }
  .price span{
    font-weight: 600;
    font-size: 1.3em!important;
  }

  .sec07_box {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    max-width: 870px;
    margin: 0 auto;
}
.sec07_box p {
    font-size: 2.7em;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    color: #4487b0;
}
@media screen and (max-width:767px) {
    .sec07 h5 {
        text-align: center;
        font-size: 1.2em;
        color: #000;
        margin-bottom: 10px;
        letter-spacing: 0.1em;
    }
    .tab_tit th{
        font-size: 1em;
    }
    .sec07_table th, .sec07_table td{
        font-size: 1em;
    }
    .sec07_table th{
        width: 50%;
    }
    .price-list{
        width: 100%;
    }
    .price span {
        font-weight: 600;
        font-size: 1em !important;
    }
    .sec07_table th span, .sec07_table td span{
        font-size: 0.7em;
    }
    .sec07_table th span{
        display: block;
        list-style: 1;
    }
    .price-item {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .price-list:last-of-type{
        margin-top: 0.5em;
    }
    .price-item .label {
        margin-right: 0;
        font-size: 0.7em;
    }
    .tab_att{
        font-size: 0.7em;
    }
    .sec07_box {
        grid-template-columns: 1.5fr 1fr;
        gap: 30px;
    }
    .sec07_box p {
        text-align: center;
        font-size: 4vw;
    }
    .sec07_box img{
        max-width: 100%;
        margin: 0 auto;
    }
}
/* SECTION7 */


/* SECTION8 */
@media screen and (max-width:767px) {

}
/* SECTION8 */

/* SECTION9 */
.sec09 p{
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    .sec09 p {
        text-align: left;
        line-height: 1.5;
    }
    .sec09 p strong{
        display: block;
        text-align: center;
    }

}
/* SECTION9 */

/* SECTION10 */
.sec10 img{
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.sec10 p{
    text-align: center;
    line-height: 1.7;
}
.sec10 p strong{
    font-size: 1.2em;
}
@media screen and (max-width:767px) {
    .sec10 img{
        width: 60%;
    }
    
}
/* SECTION10 */

/* SECTION11 */
.sec11_tit{
    background-color: #898989;
    color: #FFF;
    max-width: 700px;
    margin: 0 auto;
}
.sec11 p{
    text-align: center;
    line-height: 1.7;
}
.sec11 p strong{
    font-size: 1.2em;
}
@media screen and (max-width:767px) {
    .sec11 p{
        text-align: left;
    }
    .sec11_tit p{
        text-align: center;
    }
    .sec11 p strong {
        text-align: center;
        display: block;
        font-size: 1.2em;
    }
    .sec11 p:nth-of-type(2){
        margin-top: 10px;
    }
}
/* SECTION11 */

/* SECTION12 */
.sec12 p{
    text-align: center;
}

.sec12_ul ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 700px;
    margin: 0 auto;
}
.sec12_ul ul li span{
    display: block;
    background-color: #898989;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}
.sec12_box_p{
    margin-bottom: 10px;
}

.sec12 p{
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
    .sec12_ul ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5%;
        max-width: initial;
        margin: 0 auto;
        justify-items: center;
    }
    .sec12_ul ul li span{
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .sec12 p {
        margin-bottom: 10px;
    }
}
/* SECTION12 */

/* SECTION13 */
.company_info th, .company_info td {
    padding: 14px 10px;
    vertical-align: top;
    display: inline-block;
}
.company_info {
    margin: 0px 0 0;
    border-bottom: 1px solid var(--black);
}

.company_info table {
    width: 640px;
    margin: 0px auto 0;
    border-collapse: collapse;
}

.company_info th {
    width: 24%;
    font-weight: 700;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: distribute;
}
.company_info tr{
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.company_info td {
    width: 75%;
    padding: 14px 0 14px 40px;
}

.company_info a:not([href^="tel:"]) {
    color: var(--blue);
    text-decoration: none;
}

.company_info a:hover {
    text-decoration: underline;
}

.company-page .company_section03 {
    margin: 160px 0 0;
    padding: 92px 0 0;
}

.company-page .company_section03 .company-info {
    border: 0;
}


@media screen and (max-width:767px) {
    section{
        overflow-x: hidden;
    }

    section.sec05{
        overflow-x: initial;
    }
    .company_info table{
        width: 100%;
    }
    .company_info td {
        width: 70%;
        padding: 14px 0 14px 20px;
    }
    .company_info th {
        width: 29%;            
    }
}
/* SECTION13 */

/* SECTION14 */
.pri_box{
    max-width: 640px;
    height: 420px;
    margin: 0 auto;
    border: solid 1px #6b6b6b;
    overflow: scroll;
    padding: 2.5em;
}
.pri_box p{
    line-height: 1.3;
}
@media screen and (max-width:767px) {
    .pri_box{
        padding: 1.5em 5%;
    }
}
/* SECTION14 */


/* FOOTER */
footer{text-align: right;
    padding: 0 5%;
    background-color: #4487b0;
}
footer img{
    max-width: 400px;
}
@media screen and (max-width:767px) {
    footer img{
        max-width: initial;
        width: 40%;
    }
}
/* FOOTER */

.sec03, .sec_back {
    position: relative;         /* コンテンツを前面に出すため */
    background-size: 100%;     /* 画像を全面にフィット */
    background-repeat: no-repeat;
    background-attachment: scroll; /* fixed ではなく JS 制御 */
    background-position: center 0;
    min-height: 600px;          /* 必要に応じて調整 */
    /* z-index は wrap の中で指定しているので不要 */
  }
  
  /* 背景画像はここで指定 */
  .sec03 {
    background-image: url('../img/sec03_bg.png');
  }
  .sec_back {
    background-image: url('../img/sec04_bg.png');
  }


/* ベースのスタイル */
.contact-box {
    padding-top: 5em;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  
  .contact-button {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #4487b0;
    border-radius: 999px;
    padding: 2px 2em;
    color: #4c7ca3;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-decoration: none;
    box-shadow: 0 0 0 5px #ffffff;
    transition: background-color 0.3s ease;
  }
  
  .contact-button:hover {
    background-color: #eef5fa;
  }
  
  /* サブテキスト */
  .reservation-text {
    color: #333;
    font-size: 1em;
    margin: 20px 0 5px;
    font-weight: 600;
}

  /* 電話番号表示 */
  .phone-number {
    
    color: #4c7ca3;
    font-size: 2.8em;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
  
  .phone-icon {
    margin-right: 8px;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 480px) {
    .contact-button {
      font-size: 16px;
      padding: 8px 20px;
    }
  
    .phone-number {
      font-size: 22px;
    }
  
    .reservation-text {
      font-size: 13px;
    }
  }
  
  
  @media screen and (max-width: 767px){
  }


  .fixd_box {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 100;
    max-width: 300px;
}
.fixd_box a {
    position: relative;
    transition: opacity .6s ease;
    color: #FFF;
    text-decoration: none;
}
@media screen and (max-width: 767px){
    .fixd_box{
        max-width: 200px;
    }
}




