@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html { background: none #fff; }
body {
  background: none transparent;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  color: #222;
}
#wrapper { background: none transparent; }
#outer_block { background: none transparent; }
#page_6 #outer_block { padding: 0; }

a:link, a:visited, a:hover, a:active { color: #f00; }

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #f00;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  width: 100%;
  height: 830px;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box { height: 1205px; }

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #222;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class { display: none; }


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none #f00;
  width: 100%;
  height: 80px;
}
#access.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
#access .menu-header {
  width: 960px;
  margin: 0 auto;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url("/files/topnavi2.png");
  background-color: transparent;
  width: 137px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
div#access .gnavi12 a { background-position: -137px top; }
div#access .gnavi13 a { background-position: -274px top; }
div#access .gnavi14 a { background-position: -411px top; }
div#access .gnavi15 a { background-position: -548px top; }
div#access .gnavi16 a { background-position: -685px top; }
div#access .gnavi17 a { background-position: right top; width: 138px; }
div#access .gnavi12 a:hover { background-position: -137px bottom; }
div#access .gnavi13 a:hover { background-position: -274px bottom; }
div#access .gnavi14 a:hover { background-position: -411px bottom; }
div#access .gnavi15 a:hover { background-position: -548px bottom; }
div#access .gnavi16 a:hover { background-position: -685px bottom; }
div#access .gnavi17 a:hover { background-position: right bottom; width: 138px; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 80px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #f00;
  filter: none;
  -ms-filter: none;
  width: 100%;
  color: #fff;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #f00;
  filter: none;
  -ms-filter: none;
  color: #eee;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #eee;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #f00;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #f00;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 99;
}
#main_teaser img, #video_teaser_pc video { width: 100%; }



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url("/files/widget_list_bg.png");
  color: #f00;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #f00;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  z-index: 501;
}
#footer_box {
  background: none transparent;
  height: 460px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 15px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #222;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #222;
  color: #222;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
#footer_information {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 0;
  text-align: center;

/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn { bottom: 170px; }

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}
/*
.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}
*/

#float_top_btn {
  bottom: 0;
  right: 0;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}
#blog_main {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url("/files/top_entry_title.png");
  color: #f00;
}
h3.entry_title, .entry_title { /* サイズ、背景、余白などはこちら */
  background-image: url("/files/entry_title_bg.jpg");
  color: #fff;
}
h3.entry_title, .entry_title, .entry_title h3 { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active {
  color: #fff;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url("/files/read_more_btn.png");
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url("/files/entry_title_bg_w570.jpg");
  font-size: 20px;
  color: #fff;
}

#blog_main .entry-title {
  background-image: url("/files/blog_title.jpg");
  background-position: center bottom;
  height: auto;
  padding: 15px 10px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #fff;}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url("/files/half_entry_title_bg.jpg");
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #fff;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url("/files/half_sub_entry_title_bg.jpg");
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #fff;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top transparent;
  color: #fff;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #fff;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url("/files/sub_read_more_btn.png");
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url("/files/sub_entry_title_bg_w570.jpg");
  font-size: 20px;
  color: #fff;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url("/files/column3_title_bg.jpg");
}
* .inline_title,
* .inline_title a {color: #fff;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #f00;
  border: 1px solid #f00;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #fff;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #;
  width: 685px;
}


.faq-title {
  background-color: #f00;
  font-weight: normal;
  color: #fff;
}


/* 大きな地図で見る */
small {
  border-color: #f00;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #f00 !important;
}

small a:hover {
  background-color: #f00;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area table, .iqfm-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border: 0 none !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none #eee;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #f00;
  vertical-align: top;
}

.table_area table tr td {
  background: none #eee;
  border: 0 none !important;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #f00;
  color: #f00 !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid transparent;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #f00;
  border-color: #f00;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #f00;
  border-style: solid;
  border-color: #f00;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #f00;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #f00;
  color: #f00;
}
div.link_list a:hover {
  background-color: #f00;
  border: 1px solid #f00;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #f00;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
div[id^="map_canvas"] {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

.easys_content_inner {
  position: relative;
  height: 100%;
  transition: opacity 1.5s ease 0s;
  opacity: 0;
}
.easys_content_inner.moved { opacity: 1; }


#rfi88675nqiwplcny8uy .easys_content_inner,
#ljrloywhsmuk16dqoeoj .easys_content_inner, #zjvjgpqn8ag6i76vgxbc .easys_content_inner,
#b1nhma8r8r1s60styoyv .easys_content_inner, #qc9242ilsimnnst3gmlc .easys_content_inner,
#lrz2kr7kztwpn3hzz4hc .easys_content_inner, #qvk9yy1033m2nap4nnkb .easys_content_inner { width: 100%; }
#ljrloywhsmuk16dqoeoj .field_2col, #zjvjgpqn8ag6i76vgxbc .field_2col,
#b1nhma8r8r1s60styoyv .field_2col, #qc9242ilsimnnst3gmlc .field_2col,
#lrz2kr7kztwpn3hzz4hc .field_2col, #qvk9yy1033m2nap4nnkb .field_2col { width: 50% !important; }
#ljrloywhsmuk16dqoeoj .field_2col .eyecatch, #zjvjgpqn8ag6i76vgxbc .field_2col .eyecatch,
#b1nhma8r8r1s60styoyv .field_2col .eyecatch, #qc9242ilsimnnst3gmlc .field_2col .eyecatch,
#lrz2kr7kztwpn3hzz4hc .field_2col .eyecatch, #qvk9yy1033m2nap4nnkb .field_2col .eyecatch { width: 100%; }


#content .nd_01:last-child,
#content .nd_01:last-child div {
  margin-bottom: 0;
  padding-bottom: 0;
}



/*  トップページ
---------------------------------------------------------------------------------------------------- */
#fwgjffydp753b4xdw9qu {
  background: url("/files/top__bg_01.jpg") no-repeat center top transparent;
  height: 1909px;
}
#fwgjffydp753b4xdw9qu .easys_content_inner { width: 1278px; }
#fwgjffydp753b4xdw9qu .headline_title {
  background:
    url("/files/top_ttl_01.png") no-repeat 300px top,
    url("/files/top_ttl_02.png") no-repeat 467px bottom transparent;
  width: 1278px;
  height: 1150px;
  margin: 500px 0 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#fwgjffydp753b4xdw9qu .eyecatch { display: none; }
#fwgjffydp753b4xdw9qu .text_box {
  float: right;
  width: 480px;
  padding: 30px 170px 0 0;
}
#fwgjffydp753b4xdw9qu .post_data { text-align: right; }
#fwgjffydp753b4xdw9qu .main_btn a {
  background: url("/files/link_01.png") no-repeat center top transparent;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#fwgjffydp753b4xdw9qu .main_btn a:hover { opacity: 0.75; }


#g35lxrgpcd99cf4vycpn {

    background: url("/files/top_bg_02.jpg") no-repeat center top, url("/files/top_bg_03.jpg") no-repeat center 811px transparent;
    height: 931px;

}
#g35lxrgpcd99cf4vycpn .easys_content_inner {
  background: url("/files/top_ttl_04.png") no-repeat left bottom transparent;
  width: 1278px;
}
#g35lxrgpcd99cf4vycpn .headline_title {
  background: url("/files/top_ttl_03.png") no-repeat 783px top transparent;
  width: 1278px;
  height: 55px;
  margin: 50px 0 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#g35lxrgpcd99cf4vycpn .eyecatch { display: none; }
#g35lxrgpcd99cf4vycpn .text_box {
  float: right;
  width: 480px;
  padding: 50px 170px 0 0;
}
#g35lxrgpcd99cf4vycpn .post_data { text-align: right; }
#g35lxrgpcd99cf4vycpn .main_btn a {
  background: url("/files/link_01.png") no-repeat center top transparent;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#g35lxrgpcd99cf4vycpn .main_btn a:hover { opacity: 0.75; }


#qqkpeyw0rzqcc42c4jnh {
  background: url("/files/top_bg_03.jpg") no-repeat center bottom transparent;
  height: 1141px;
}
#qqkpeyw0rzqcc42c4jnh .easys_content_inner { width: 1278px; }
#qqkpeyw0rzqcc42c4jnh .headline_title {
  background:
    url("/files/top_ttl_05.png") no-repeat center top,
    url("/files/top_ttl_06.png") no-repeat center bottom transparent;
  width: 1278px;
  height: 188px;
  margin: 540px 0 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#qqkpeyw0rzqcc42c4jnh .eyecatch { display: none; }
#qqkpeyw0rzqcc42c4jnh .text_box {
  display: block;
  float: none;
  width: 830px;
  margin: 0 auto;
  padding: 50px 0 0;
  color: #fff;
}
#qqkpeyw0rzqcc42c4jnh .post_data {
  width: 100%;
  text-align: center;
}
#qqkpeyw0rzqcc42c4jnh .main_btn a {
  background: url("/files/link_02.png") no-repeat center top transparent;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#qqkpeyw0rzqcc42c4jnh .main_btn a:hover { opacity: 0.75; }


#sg7r99twx3c5irinasmg {
  background: url("/files/top_bg_04.jpg") no-repeat center top transparent;
  height: 1300px;
  margin: 0 0 50px;
}
#sg7r99twx3c5irinasmg .easys_content_inner {
  background: url("/files/top_ttl_08.png") no-repeat left 750px transparent;
  background-size: contain;
  width: 1300px;
}
#sg7r99twx3c5irinasmg .headline_title {
  background: url("/files/top_ttl_07.png") no-repeat center left transparent;
  width: 480px;
  height: 40px;
  margin: 60px 0 0 650px;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#sg7r99twx3c5irinasmg .eyecatch { display: none; }
#sg7r99twx3c5irinasmg .text_box {
  display: block;
  float: right;
  width: 480px;
  margin: 0 auto;
  padding: 50px 170px 0 0;
}
#sg7r99twx3c5irinasmg .post_data {
  width: 100%;
  text-align: center;
}
#sg7r99twx3c5irinasmg .main_btn a {
  background: url("/files/link_01.png") no-repeat center top transparent;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#sg7r99twx3c5irinasmg .main_btn a:hover { opacity: 0.75; }


#icha92gey27tt7q9ww24 .entry_title {
  background: none transparent;
  width: 345px;
  height: 80px;
  margin: 0 auto 30px;
  padding: 0;
}
#icha92gey27tt7q9ww24 .entry_title h3 { display: none; }
#icha92gey27tt7q9ww24 .entry_title span.read_more_btn {
  float: none;
  width: 345px;
  height: 80px;
}
#icha92gey27tt7q9ww24 .entry_title span.read_more_btn a {
  background: url("/files/top_ttl_09.png") no-repeat center top transparent;
  width: 345px;
  height: 80px;
  transition: none;
}
#icha92gey27tt7q9ww24 .entry_title span.read_more_btn a:hover { opadity: 0.75; }

#mcjm4i1sgutqg0x0egdd .blog_post {
  float: left;
  border: 0 none;
  width: 260px;
  margin: 0 30px 50px;
}
#mcjm4i1sgutqg0x0egdd .eyecatch {
  width: 100%;
  height: 260px;
  max-height: unset;
  border-radius: 50%;
  overflow: hidden;
}
#mcjm4i1sgutqg0x0egdd .eyecatch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#mcjm4i1sgutqg0x0egdd .post_data { width: 100%; }


#rs265tno0zxu3poalmm1 {
  background: url("/files/top_bg_05.jpg") no-repeat center top transparent;
  height: 1042px;
  margin: 0 0 50px;
}
#rs265tno0zxu3poalmm1 .easys_content_inner { width: 1278px; }
#rs265tno0zxu3poalmm1 .headline_title {
  background:
    url("/files/top_ttl_10.png") no-repeat left top,
    url("/files/top_ttl_11.png") no-repeat right bottom transparent;
  width: 1130px;
  height: 266px;
  margin: 510px 0 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#rs265tno0zxu3poalmm1 .eyecatch { display: none; }
#rs265tno0zxu3poalmm1 .text_box {
  float: right;
  width: 660px;
  padding: 50px 170px 0 0;
  color: #fff;
}
#rs265tno0zxu3poalmm1 .post_data { text-align: right; }
#rs265tno0zxu3poalmm1 .main_btn a {
  background: url("/files/link_02.png") no-repeat center top transparent;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#rs265tno0zxu3poalmm1 .main_btn a:hover { opacity: 0.75; }



/*  株式会社岡運
---------------------------------------------------------------------------------------------------- */
#o903whkylyy8xtcnni3s {
  background: url("/files/oka_bg_01.jpg") no-repeat center top transparent;
  height: 700px;
}
#o903whkylyy8xtcnni3s .headline_title {
  background: url("/files/oka_ttl_01.png") no-repeat center top transparent;
  width: 544px;
  height: 195px;
  margin: 100px auto 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#o903whkylyy8xtcnni3s .text_box {
  float: none;
  width: 100%;
  padding: 50px 0 0;
  color: #fff;
}
#o903whkylyy8xtcnni3s .post_data {
  width: 100%;
  text-align: center;
}


#hix5usluy50kyel4h10t {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  padding: 50px 0 30px;
}
#hix5usluy50kyel4h10t .headline_title { margin: 0; }
#omyk2gd1m7x4spmzqpzi {
  background: url("/files/html_bg_01.jpg") repeat center -150px transparent;
  margin: 0 0 50px;
}



/*  西日本物流有限会社
---------------------------------------------------------------------------------------------------- */
#rc2k9h69idrsmgzwn5vy {
  background: url("/files/west_Japan_bg_01.jpg") no-repeat center top transparent;
  height: 700px;
}
#rc2k9h69idrsmgzwn5vy .headline_title {
  background: url("/files/west_Japan_ttl_01.png") no-repeat center top transparent;
  width: 555px;
  height: 200px;
  margin: 100px auto 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#rc2k9h69idrsmgzwn5vy .text_box {
  float: none;
  width: 100%;
  padding: 50px 0 0;
  color: #fff;
}
#rc2k9h69idrsmgzwn5vy .post_data {
  width: 100%;
  text-align: center;
}


#l8i6flzyzj1yu3bbxzpt {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  padding: 50px 0 30px;
}
#l8i6flzyzj1yu3bbxzpt .headline_title { margin: 0; }
#yj9gekor12684rsi27nt {
  background: url("/files/html_bg_01.jpg") repeat center -150px transparent;
  margin: 0 0 50px;
}



/*  平成整備自動車有限会社
---------------------------------------------------------------------------------------------------- */
#f5binsxlo6kqqdme0qh0 {
  background: url("/files/heisei_bg_01.jpg") no-repeat center top transparent;
  height: 700px;
}
#f5binsxlo6kqqdme0qh0 .headline_title {
  background: url("/files/heisei_ttl_01.png") no-repeat center top transparent;
  width: 550px;
  height: 210px;
  margin: 100px auto 0;
  padding: 0;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#f5binsxlo6kqqdme0qh0 .text_box {
  float: none;
  width: 100%;
  padding: 50px 0 0;
  color: #fff;
}
#f5binsxlo6kqqdme0qh0 .post_data {
  width: 100%;
  text-align: center;
}


#f19h124xbrab6r2gs6qi {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  padding: 50px 0 30px;
}
#f19h124xbrab6r2gs6qi .headline_title { margin: 0; }
#p67azuktbol7r1s6ymwk {
  background: url("/files/html_bg_01.jpg") repeat center -150px transparent;
  margin: 0 0 50px;
}



/*  採用情報
---------------------------------------------------------------------------------------------------- */
.nb01_81 {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  margin: 0 0 50px;
  padding: 50px 0 0;
}
.nb01_81 .easys_content_inner { width: 100%; }
.nb01_81 .headline_title { margin: 0 auto 30px; }
.nb01_81 .eyecatch,
.nb01_81 .text_box .post_data  { display: none; }
.nb01_81 .text_box {
  background: no-repeat center top / 100% auto transparent;
  width: 100%;
  height: 700px;
  margin: 0 0 50px;
}
#p6kr97x4jhgh0kexg7i7 .text_box { background-image: url("/files/recruit_bg_01.jpg"); }
#hvnkrabl8lqgjde7ippm .text_box { background-image: url("/files/recruit_bg_02.jpg"); }
#k5174ybpxvgn7avivp92 .text_box { background-image: url("/files/recruit_bg_03.jpg"); }
.nb01_81 .sub_post {
  display: block;
  width: 960px;
  margin: 0 auto;
}



/*  グループ概要
---------------------------------------------------------------------------------------------------- */
#e10d4shpbklg3q8gec2l {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  margin: 0 0 50px;
  padding: 50px 0 0;
}


#js93zcj7mgp6i68rnp93 {
  background: url("/files/html_bg_01.jpg") repeat center top transparent;
  padding: 50px 0 30px;
}
#js93zcj7mgp6i68rnp93 .headline_title { margin: 0; }
#yfyvrdy459gkzolb8vyc {
  background: url("/files/html_bg_01.jpg") repeat center -150px transparent;
  margin: 0 0 50px;
}



/*  ○○○
---------------------------------------------------------------------------------------------------- */



/*  ○○○
---------------------------------------------------------------------------------------------------- */



/*  ○○○
---------------------------------------------------------------------------------------------------- */




