@media screen and (min-width: 769px),
print {
    .slick-slide img {
        display: block;
        margin: auto;
    }

    .slick-prev,
    .slick-next {
        width: 80px !important;
        height: 80px !important;
        /*top: 20% !important;*/
    }

    .slick-prev {
        background: url(../images/prev.png) !important;
        background-size: cover !important;
        left: -60px !important;
        z-index: 1;

    }

    .slick-next {
        background: url(../images/next.png) !important;
        background-size: cover !important;
        right: -60px !important;

    }

    .slick-prev:before,
    .slick-next:before {
        content: none !important;
    }

    .store_list ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;

    }

    .store_list ul li {
        margin-top: 30px;
    }

    figure {
        display: block;
        text-align: center;
    }

    picture img {
        width: 100%;
    }

    h2,
    h3 {
        text-align: center;
    }

    .row h2,
    .row h3 {
        padding: 0px 0 ;
    }

    .row figure {
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }
.hbanner {
    text-align: center;
    position: relative;
  }
  .hbanner a {
    position: absolute;
    bottom: 4.5%;
    right: 3.25%;
    width: 100%;
    text-align: right;
  }
  .hbanner a img {
    width: 40%;
  }
    .hbanner {
        text-align: center;
        position: relative;
    }

    .hbanner a {
        position: absolute;
        bottom: 4%;
        right: 0%;
        width: 100%;
        text-align: center;
    }

    .hbanner a img {
        width: 80%;
    }

    .contact_btns {
         /*background-color: #0057a8;
        padding: 20px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;*/
    }

 .contact_btns {
    background-color: #008EA6;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btns .row a {
    width: 30%;
    text-align: center;
    background: #fff;
    color: #008EA6;
    padding: 15px 0;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 3px #008EA6;
  }
  
    .contact_btns .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact_btns .row a {
        width: 33%;
    }

    .part01 {
        background-color: #00a8e5;
        padding: 0 0 10px;
        position: relative;
    }

    .part01:before {
        /*position: absolute;
        content: "";
        width: 100%;
        height: 60px;
        background: url(../images/bg1.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;*/
    }

    .part01 figure {
        margin-top: 40px;
    }

    .part02 {
        background: #0084c9;
        position: relative;
        padding: 0 0 80px;
        /*margin-top: -53px;*/
    }

    .part02:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 61px;
        background: url(../images/bg2.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .part01 h2 {
        padding-bottom: 0;
    }

    .part03 {
        background-color: #00a8e5;
        padding: 0 0 80px;
        position: relative;
    }
    .part03.img2-2 {
        background: url("../images/bg-orange.jpg") repeat;
        padding: 0px 0 80px;
        position: relative;
    }

    .part03:before {
        /*position: absolute;
        content: "";
        width: 100%;
        height: 61px;
        background: url(../images/bg3.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;*/
    }

    .part04 {
        padding: 0;
        /*background: #00a8e5;*/
    }

    .part04 h2 {
        margin-bottom: 30px;
    }

    .part05 {
        background: #03B8DF;
        padding: 30px 0;
    }

    .part06 {
        /*padding: 30px 0;*/
    }

    .bg {
        display: none;
    }

    /*    .part02 {
    background-color: #1d2087;
  }
    .part03 {
    background-color: #00a8e5;
  }
    .part04 {
    background-color: white;
  }
    .part05 {
    background-color: #EB6F9C;
  }*/
    .part06 {
    background-color: #F9F993;
  }
    .part06 {}

    .part02 {
        padding: 0px;
    }

    .part02 h2 {
        margin-bottom: 20px;
    }

    .ipf .row {
        text-align: center;
        background-color: #e6e6e6;
        padding-bottom: 80px;
    }

    .ipf .row h2 {
        font-size: 6.4rem;
        font-weight: bold;
        color: #3d4145;
    }

    .ipf .row p {
        color: #3d4145;
        font-size: 3.2rem;
        margin: 40px 0;
    }

    .ipf .row form .formstyle {
        text-align: left;
        padding: 0 80px;
    }

    .ipf .row form .formstyle .form_group label {
        font-size: 2.2rem;
    }

    .ipf .row form .formstyle .form_group input[type="radio"] {
        width: 15px;
        margin-right: 3px;
    }

    .sm_btn {
        margin-top: 30px;
    }

    .ipf .row form .formstyle label {
        color: #3d4145;
        font-size: 3.2rem;
        font-weight: bold;
    }

    .ipf .row form .formstyle label span {
        margin-left: 25px;
        color: #c0262d;
        font-weight: normal;
    }

    .ipf .row form .formstyle .form1 {
        width: 100%;
        height: 75px;
        font-size: 2.8rem;
        padding: 0 20px;
        margin: 30px 0;
        border: solid 0px #ccd5dc;
    }

    .ipf .row form .formstyle .form2 {
        width: 80px;
        height: 75px;
        font-size: 2.8rem;
        padding: 0 20px;
        margin: 30px 0;
        border: solid 2px #ccd5dc;
    }

    .ipf .row form .formstyle .add {
        font-size: 3.2rem;
        font-weight: bold;
        color: #707e88;
        margin: 0 20px;
    }

    .ipf .row form .formstyle ::-webkit-input-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle ::-moz-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle :-ms-input-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle ::placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .tnc {
        margin: 60px 0 40px;
    }

    .ipf .row form .sm_btn button {
        border: none;
    }

    .inf {
        padding: 40px 0;
    }

    .location {
        background-color: #ededee;
        padding: 0 0;
    }

    .location iframe {
        width: 100%;
        height: 580px;
    }
}


@media screen and (max-width: 768px) {
    .slick-slide img {
        display: block;
        margin: auto;
    }

    .slick-prev,
    .slick-next {
        width: 40px !important;
        height: 40px !important;
        /*top: 20% !important;*/
    }

    .slick-prev {
        background: url(../images/prev.png) !important;
        background-size: cover !important;
        left: -10px !important;
        z-index: 1;

    }

    .slick-next {
        background: url(../images/next.png) !important;
        background-size: cover !important;
        right: -10px !important;

    }

    .slick-prev:before,
    .slick-next:before {
        content: none !important;
    }

    .store_list ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;

    }

    .store_list ul li {
        margin-top: 30px;
        width: 48%;
    }

    figure {
        display: block;
        text-align: center;
    }

    picture img {
        width: 100%;
    }

    h2,
    h3 {
        text-align: center;
    }

    .row h2,
    .row h3 {
        padding: 0vw 0;
    }

    .row figure {
        display: block;
        text-align: center;
        padding-bottom: 5.20833vw;
    }

    .hbanner {
        text-align: center;
        position: relative;
    }

    .hbanner a {
        position: absolute;
        bottom: 4%;
        right: 5%;
        width: 90%;
        text-align: center;
    }

    .hbanner a img {
        width: 100%;
    }

   .hbanner b {
        position: absolute;
        bottom: 4.5%;
        right: 3.25%;
        width: 100%;
        text-align: center;
    }

    .hbanner b img {
        width: 40%;
    }
    
    .contact_btns {
        /*background-color: #0057a8;
        padding: 20px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;*/
    }
    
    .contact_btns {
    background-color: #008EA6;
    padding: 2.60417vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btns .row a {
    width: 33%;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    color: #008EA6;
    font-size: 4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 3px #008EA6;

  }


    .contact_btns .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact_btns .row a {
        width: 33%;
    }

    .part01 {
        background-color: #00a8e5;
        padding: 5 0 0px;
        position: relative;
    }

    .part01:before {
        /*position: absolute;
        content: "";
        width: 100%;
        height: 60px;
        background: url(../images/bg1.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;*/
    }

    .part01 figure {
        margin-top: 15px;
        padding: 0;
    }

    .part02 {
        background: #0084c9;
        padding: 0 0 0px;
        position: relative;
        /*margin-top: -53px;*/
    }

    .part02:before {
        /*position: absolute;
        content: "";
        width: 100%;
        height: 61px;
        background: url(../images/bg2.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;*/
    }

    .part01 h2 {
        padding-bottom: 0;
    }

    .part03 {
        background-color: #00a8e5;
        padding: 0 0 35px;
        position: relative;
    }
    .part03.img2-2 {
        background: url("../images/bg-orange.jpg") repeat;
        padding: 0px 0 40px;
        position: relative;
    }

    .part03:before {
        /*position: absolute;
        content: "";
        width: 100%;
        height: 61px;
        background: url(../images/bg3.png) top center;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;*/
    }

    .part04 {
        padding: 0;
        /*background: #00a8e5;*/
    }

    .part04 h2 {
        /*margin-bottom: 30px;*/
    }

    .part05 {
        background: #03B8DF;
        padding: 30px 0;
    }

    .part06 {
    background: #F9F993;
        /*padding: 30px 0;*/
    }

    .ipf .row {
        text-align: center;
        background-color: #e6e6e6;
        padding-bottom: 10.41667vw;
    }

    .ipf .row h2 {
        font-size: 8.33333vw;
        font-weight: bold;
        color: #3d4145;
    }

    .ipf .row p {
        color: #3d4145;
        font-size: 4.16667vw;
        margin: 5.20833vw 0;
    }

    .ipf .row form .formstyle {
        text-align: left;
        padding: 0 2.60417vw;
    }

    .ipf .row form .formstyle label {
        color: #3d4145;
        font-size: 4.16667vw;
        font-weight: bold;
    }

    .ipf .row form .formstyle label span {
        margin-left: 3.25521vw;
        color: #c0262d;
        font-weight: normal;
    }

    .ipf .row form .formstyle .form1 {
        width: 100%;
        height: 9.76563vw;
        font-size: 3.64583vw;
        padding: 0 2.60417vw;
        margin: 3.90625vw 0;
        border: solid 0px #ccd5dc;
    }

    .ipf .row form .formstyle .form2 {
        width: 10.41667vw;
        height: 9.76563vw;
        font-size: 3.64583vw;
        padding: 0 2.60417vw;
        margin: 3.90625vw 0;
        border: solid 1px #ccd5dc;
    }

    .ipf .row form .formstyle .add {
        font-size: 4.16667vw;
        font-weight: bold;
        color: #707e88;
        margin: 0 2.60417vw;
    }

    .ipf .row form .formstyle ::-webkit-input-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle ::-moz-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle :-ms-input-placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .formstyle ::placeholder {
        color: #ccd5dc;
    }

    .ipf .row form .tnc {
        margin: 7.8125vw 10.41667vw 5.20833vw;
    }

    .ipf .row form .sm_btn {
        margin: 0 10.41667vw;
    }

    .ipf .row form .sm_btn button {
        border: none;
    }

    .inf {
        padding: 5.20833vw 0;
    }

    .location {
        background-color: #ededee;
        padding: 0 0;
    }

    .location iframe {
        width: 100%;
        height: 75.52083vw;
    }
}