@charset "UTF-8";



@media only screen and (max-width:1220px){
  
  /* **********************************
   *  店舗一覧
   * ********************************* */
  
  .search_checkbox input[type="checkbox"],
  .search_checkbox input[type="raido"]{
    margin-right: 10px;
  }
  
  /* **********************************
   *  店舗詳細
   * ********************************* */
  
  
  
}

@media only screen and (max-width:1023px){
  
  /* **********************************
   *  店舗一覧
   * ********************************* */
  .shop_search_from dt{
    padding-left: 10px;
  }
  .shop_search_from .form_item2 dt {
    width: 150px;
  }
  .shop_search_from .form_item2 dd{
    padding: 10px 1em;
  }
  .shop_search_from .form_item2 dt+dd{
    width: calc(100% - 150px);
  }
  
  .shop_search_from dt,
  .shop_search_from dd{
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  
  .search_checkbox{
    justify-content: space-between;
  }
  .search_checkbox label{
    width: 49%;
    min-width: 0;
    margin: 3px 0;
  }
  .search_checkbox .cat_sub_list label{
    width: auto;
  }
  
  .shop_items{
    margin-bottom: 50px;
  }
  
  /* **********************************
   *  店舗詳細
   * ********************************* */
  .shop_detail{
    padding-bottom: 0;
  }
  
}

@media only screen and (max-width:767px){
  
  /* **********************************
   *  店舗一覧
   * ********************************* */
  .shop_search_from dt,
  .shop_search_from dd{
    letter-spacing: 0.075em;
  }
  .shop_search_from dt{
    font-size: 14px;
  }
  
  .shop_search_from .form_item1{
    flex-wrap: wrap;
  }
  .shop_search_from .form_item1 dt {
    /*width: 120px;*/
    width: 100%;
  }
  .shop_search_from .form_item1 dd {
    /*width: calc(100% - 120px);*/
    width: 100%;
  }
  
  .shop_search_from .form_item2{
    flex-wrap: wrap;
  }
  .shop_search_from .form_item2 dt,
  .shop_search_from .form_item2 dd{
    width: 100%;
    padding: 10px 10px;
  }
  .shop_search_from .form_item2 dt:after{
    display: none;
  }
  .shop_search_from .form_item2 dd{
    padding-top: 0;
  }
  .shop_search_from .form_item2 dt+dd{
    width: 100%;
  }
  .shop_search_from input[type='text']{
    width: 100%;
  }
  
  .search_checkbox label{
    padding: 5px 10px 5px 30px;
    font-size: 13px;
  }
  .search_checkbox input[type="checkbox"], 
  .search_checkbox input[type="raido"] {
    margin-right: 5px;
    left: 10px;
  }
  
  .search_submit{
    padding: 10px 10px;
    padding-left: 1.5em;
  }
  .search_map_area #gmap {
    height: 350px;
  }
  .pg_shop1 .section#sec2 {
    margin-top: 50px;
  }
  
  
  /* 検索マップ */
  .search_map_area{
    
  }
  .search_map_area iframe{
    height: 250px;
  }
  
  /* 検索結果 */
  .shop_items{
    margin-bottom: 30px;
  }
  .shop_items .item{
    padding: 10px;
  }
  .shop_items .item .box1,
  .shop_items .item .box2{
    width: 100%;
  }
  .shop_items .item .box1{
    margin-bottom: 5px;
  }
  .shop_items .item .shop_name{
    padding: 15px 10px;
  }
  .shop_items .item .shop_name a{
    padding: 0;
  }
  
  .shop_items .item .shop_info dt, 
  .shop_items .item .shop_info dd{
    font-size: 13px;
  }
  .shop_items .item .shop_info dt{
    width: 60px;
  }
  .shop_items .item .shop_info dd{
    width: calc(100% - 60px - 10px);
    margin-left: 10px;
  }

  /* ページ送り */
  .search_pager{
    flex-wrap: wrap;
  }
  .search_pager .box1{
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .search_pager .box2{
    width: 100%;
    order: 1;
    
  }
  
  .search_pager .num{
    margin-right: 15px;
  }
  
  /* **********************************
   *  店舗詳細
   * ********************************* */
  
  .shop_detail .box1,
  .shop_detail .box2{
    width: 100%;
  }
  .shop_detail .box1{
    width: 100%;
    order: 2;
    margin-top: 15px;
  }
  .shop_detail .box2{
    width: 100%;
    order: 1;
  }
  .shop_detail .box1 + .box2{
    width: 100%;
  }
  
  /* **********************************
   *  よくある質問
   * ********************************* */
  .faq_items .item dt,
  .faq_items .item dd{
    font-size: 14px;
    line-height: 1.3;
  }
  
  .faq_items .item dt{
    padding: 16px 30px;
    padding-left: 55px;
    min-height: 40px;
  }
  .faq_items .item dt span{
    font-size: 14px;
    left: 10px;    
  }
  .faq_items .item dd{
    margin-left: 15px;
    padding: 10px 10px 10px 30px;
  }
  
  
  .faq_items .item dd:before{
    font-size: 14px;
    left: 8px;
  }
  .faq_items .item dt:after{
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .faq_items .item dd:before{
    margin-top: 2px;
  }
  .faq_items_wrap + .faq_items_wrap{
    padding-top: 60px;
    margin-top: 0;
  }
  
  .faq_cat_nav{
    flex-wrap: wrap;
  }
  .faq_cat_nav li {
    width: 100%;
    padding: 0 5px;
  }
  .faq_cat_nav li + li{
    margin-top: 10px;
  }
  .faq_cat_nav {
    margin: 0 -5px 50px;
  }
  .faq_cat_nav li a {
    padding: 10px;
  }
  .faq_cat_nav li a:after {
    right: 10px;
  }
  .faq_items_wrap + .faq_items_wrap {
    padding-top: 50px;
    margin-top: 0;
  }
}


