/* _setting CSS */
/*
* Clean
*/
/* ------------------------------------------------------------------------- */
/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  #page_hd .ttl {
    background: url(../images/clean/hd_ttl.png) center/100% no-repeat;
  }

  #top_sec .common_inner .wrap {
    padding-top: 520px;
    background: url(../images/clean/top_text.png) center/100% no-repeat;
    display: block;
    height: 0;
    line-height: 200;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  #sec01 .block {
    border-radius: 10px;
  }
  #sec01 .block .ttl02 {
    background: url(../images/clean/sec01_ttl02.png) center/100% no-repeat;
    padding-top: 115px;
  }
  #sec01 .block .ttl03 {
    background: url(../images/clean/sec01_ttl03.png) center/100% no-repeat;
    width: 998px;
    padding-top: 160px;
  }
  #sec01 .block .shop_block .mttl .icon_kansai {
    margin-left: -110px;
  }
  #sec01 .block .shop_block .mttl .icon_kantou {
    margin-left: -20px;
  }
  #sec01 .text_wrap02 .text01 {
    margin-bottom: 10px;
  }

  main #flow_sec .flow h3 {
    background: url(../images/clean/flow.png) center/100% no-repeat;
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  #page_hd .ttl {
    padding-top: 24vw;
    background: url(../images/clean/sp_hd_ttl.png) center/100% no-repeat;
  }

  main #top_sec .common_inner .wrap {
    padding-top: 81vw;
    background: url(../images/clean/sp_top_text.png) center/100% no-repeat;
  }

  #sec01 .common_inner {
    padding: 0;
  }
  #sec01 .ttl02 {
    padding-top: 34vw;
    background: url(../images/clean/sp_sec01_ttl02.png) center/100% no-repeat;
  }
  #sec01 .block .inner.inner02 {
    margin: 10vw 0 14vw;
  }
  #sec01 .ttl03 {
    background: url(../images/clean/sp_sec01_ttl03.png) center/100% no-repeat;
    padding: 24vw 0;
  }
  #sec01 .icon_kansai {
    left: 8vw;
    margin-left: -10vw;
  }
  #sec01 .icon_kantou {
    margin-left: -5vw;
  }
  #sec01 .text_wrap02 .text01 {
    margin-bottom: 2.2vw;
  }

  main #flow_sec .flow h3 {
    background: url(../images/clean/sp_flow.png) center/100% no-repeat;
  }
}
