@media screen and (min-width: 769px), print {
  .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: 40px 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%;
  }
  .contact_btns {
    background-color: #DD428C;
    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-around;
  }
  .contact_btns .row a {
    width: 30%;
  }
  .part01 {
    background-color: #C4EAFF;
    /*padding: 30px 0;*/
  } 
  .part02 {
    background-color: #F0D9E6;
    /*padding: 30px 0;*/
  }
  .part03 {
    background: url("../images/blue_bg.png") repeat;
    /*padding: 30px 0;*/
  }
  .part04 {
    background-color: #fff;
  }
  .part05 {
    background-color: #FAF038;
  }
/*    .part02 {
    background-color: #1d2087;
  }
    .part03 {
    background-color: #FFF100;
  }
    .part04 {
    background-color: white;
  }
    .part05 {
    background-color: #EB6F9C;
  }*/
    .part06 {
    background-color: #d9edce;
  }

  .part05 {
    padding-bottom: 30px;
  }
  .part02 {
    /*padding: 40px 0;*/
  }
  .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) {
  .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: 5.20833vw 0;
  }
  .row figure {
    display: block;
    text-align: center;
    padding-bottom: 5.20833vw;
  }
  .hbanner {
    text-align: center;
    position: relative;
  }
  .hbanner a {
    position: absolute;
    bottom: 3.5%;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    right: 50%;
    width: 87.5%;
  }
  .contact_btns {
    background-color: #DD428C;
    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-around;
  }
  .contact_btns .row a {
    width: 30%;
  }
   .part01 {
    background-color: #C4EAFF;
    /*padding: 30px 0;*/
  } 
  .part02 {
    background-color: #F0D9E6;
  }
  .part03 {
    background: url("../images/blue_bg.png") repeat;
  }
  .part04 {
    background-color: #fff;
  }
  .part05 {
    background-color: #FAF038;
  }
  /*.part02 {
    background-color: #1d2087;
  }
  .part03 {
    background-color: #fff100;
  }
  .part04 {
    background-color: white;
  }
  .part05 {
    background-color: #EB6F9C;
  }*/
  .part06 {
    background-color: #d9edce;
  }
  .part05 {
    padding-bottom: 30px;
  }
  .part02 {
    /*padding: 5.20833vw 0;*/
  }
  .part02 h2 {
    margin-bottom: 2.60417vw;
  }
  
    .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;
  }
}
