/*
//  ★★ このモジュールはscssを利用しています。
//  ★★ cssを直接記述したい場合は、このスタイルシートに記述をしてください。
//
// == 目次（merge.css） ================================================
//
//  pageneme..................ページ名
//
// =============================================================================
/*

/* ------------------------------------
  ここにページ名を記載してください
------------------------------------ */
/* ページビルドのテーブル
------------------------------------ */

@media screen and (max-width: 767px){
   /* .parts_table_12_sp-wrap table {
     width: 790px;
   } */
   .page_top_maruyama .parts_table_12_sp-wrap {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

div.scroll{
    overflow-x: auto;
}

div.parts_table_12_sp-wrap {
    width: 100%;
}
div.scroll .parts_table_12_sp-wrap {
    width: 790px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.parts_table_12_sp-wrap table {
    width: 100%;
}
div.scroll .parts_table_12_sp-wrap table {
    width: 790px;
}


/* 見出し等を記載してください
------------------------------------ */



/* ------------------------------------
  全ページ共有
------------------------------------ */

/* メニュークリック時動作
------------------------------------ */

/* 
240125 西追記
*/

.page_top_maruyama .visit_time {
  display: flex;
}

.page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_info_group .footer_link_list .hp_link_list_cl .btn_list_box .btn_miyajima .btn_box_inner::before {
      background: url(../img_cmn/ico_btn_miyajima.svg) no-repeat;
      background-size: auto 6px;
  }
}