@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {

  background:url(/files/html_bg.jpg);

}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {

  background: none transparent;
/* 游ゴシック */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;

  color: #333333/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}


a:link, a:visited, a:hover, a:active {
color: #982125/*要変更：リンクテキストカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #982125/*要変更：リンクテキストカラー*/;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
    height: 700px;
    padding: 0;
    position: relative;
    z-index: 500;
    background: none transparent;
    background: url("/files/branding_box_bg.png") no-repeat left 10% top/11.5%;
}
#page_6 #branding_box {
    background: none transparent;
  height:1000px;
}

/* 飲食・カーコンシェルジュはロゴリンク非表示 */
#page_9 #branding_box,
#page_15 #branding_box
{background: none transparent;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 50px;
    right: 140px;
    text-align: right;
}

#site-description a {
  display: inline;
  color: #333/*要変更：H1テキストカラー*/;
}

#page_6 #site-description a,
#page_15 #site-description a,
#page_9 #site-description a
{color: #fff;}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 615px; /*ロゴ固定時　要変更*/
  margin: 0 ;
  padding: 0;
/*  position: fixed;
  top: 0;
  left: 0;*/
  z-index: 590;
}
.main_header img, .header_class img {
  width: 615px;
  height: 300px;
}

#page_6 .main_header{
  display: none;
}

/* 飲食・カーコンシェルジュはロゴリンク非表示 */
#page_9 .main_header img {
    width: 13vw !important;
    height: 7vw !important;
    margin: 0 !important;
    min-width: 170px !important;
    min-height: 90px !important;
}
#page_15 .main_header img{
    width: 13vw !important;
    height: 7vw !important;
    margin: 0 !important;
    min-width: 170px !important;
    min-height: 90px !important;
}

/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#menu_btn {
  position: fixed;
  top: 20px;/*ボタンの表示位置*/
  right: 20px;
  z-index: 1000;/*変更しない*/
  width: 60px;/*ボタンのサイズ*/
  height: 60px;
  background: url(/files/navi_btn.png) no-repeat center top;
  cursor: pointer;/*マウスカーソルをポインター(手)に変更*/
}


#access {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  right: -100%;/*widthと同じ数値、出てくる方向にマイナスする（上からならtop:-100%;など）*/
  background: url(/files/navi_cover.png) no-repeat center center,url(/files/navi_bg.png);
}
#access.open {/*出てきた時*/
  right: 0;
  transition: right .4s;
}
#access.close {/*隠れている時*/
  right: -100%;
  transition: right .3s;
}
#access .menu-header {
    width: 960px;
    height: 55px;
    margin: calc(50vh - 55px) auto 0;
}

div#access .menu-item a, div#access .menu-item a:hover {
    background: none !important;
    width: 150px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    color: #fff !important;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}


div#access li.menu-item {
    text-indent: 0 !important;
}


div#access .menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;  right: 0;
  background: none #fff;
  width: 0;
  height: 1px;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
div#access .menu-item a:hover:after { width: 80%; }

#menu-item-35 a:after{bottom: -10px !important;}

#menu-item-35 a{text-align:left !important;}

#menu-item-35 a:hover:after{width: 100% !important;}

/*プルダウンはナビ下線非表示*/
div#access .menu-item .sub-menu a:after{display: none;}

#groupA {
    position: absolute;
    top: calc(50% + 110px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 660px;
    display: flex;
    justify-content: space-between;
}

#groupB{
    position: absolute;
    top: calc(50% + 240px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 730px;
    display: flex;
    justify-content: space-between;
}



.fixed_btn1 {
    width: 380px;
    display: flex;
    position: absolute;
    top: calc(50% - 115px);
    left: calc(50% + 80px);
}

.fixed_btn1 a:hover{opacity: 0.8;}

#access .main_header2 {
    width: 185px;
    height: 185px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% - 225px);
    left: calc(50% - 330px);
    z-index: 590;
    background: url(/files/navi_logo.png) no-repeat center;
}

#access .main_header2 img{
      width: 185px;
    height: 185px;
}


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

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#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: #666;
}

/* 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: #fff;
}
*: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: #fff;
}

/* 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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
 #video_teaser {
  margin: 0;
  top: 0;
  min-width: 1300px !important;

}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/

#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff/*要変更：widget_title_bgのテキストカラー*/;
  background-image: url(/files/widget_title_bg.jpg);
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff/*要変更：widget_title_bgのテキストカラー*/;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #4ce461/*要変更：widget_list_bgのテキストカラー*/;
  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: #666666/*要変更：ボーダーカラー*/;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.jpg) no-repeat center top;
  height: 600px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 560px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
 /* width: 1000px;
    text-align: left;*/
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  top: 460px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #fff/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #fff/*要変更：フッターメニューのテキストカラー*/;
  color: #fff/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
 /* width: 1000px;*/
}
#footer_information .entry-post {
  width: 100%;
  margin: 340px 0 0;/*住所の上からの位置*/
  text-align: center;
  /*text-align: left;*/
  color: #fff/*要変更：フッター住所のテキストカラー*/;

}

/*  フッター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/*要変更：コピーライトのテキストカラー*/;

}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */


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

#footer_information > div > div.post-data > p:nth-child(2) > a._footerlink{color: #333;}


/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #222222/*要変更：top_entry_titleのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #ffffff/*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #ffffff/*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.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: #ffffff/*要変更：entry_title_bg_w570のテキストカラー*/;
}


/* 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: #ffffff/*要変更：half_entry_title_bgのテキストカラー*/;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #4ce461/*要変更：half_sub_entry_title_bgのテキストカラー*/;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #4ce461/*要変更：sub_entry_title_bgのテキストカラー*/;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #4ce461/*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.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.png);
  font-size: 20px;
  color: #4ce461/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #fff/*要変更：clom3_sub_entry_titleのテキストカラー*/;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent/*要変更：テーブルのthの背景色*/;
  border: 1px solid #222222/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #982125/*要変更：リンクテキストカラー*/;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #982125/*要変更：リンクテキストカラー*/;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #982125/*要変更：リンクテキストカラー*/ !important;
}

small a:hover {
  background-color: #982125/*要変更：リンクテキストカラー*/ !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #222222;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #222222 !important;
}


/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #982125/*要変更：リンクテキストカラー*/ !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666666/*要変更：ボーダーカラー*/;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #982125/*要変更：リンクテキストカラー*/;
  color: #982125/*要変更：リンクテキストカラー*/ !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 #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #982125/*要変更：リンクテキストカラー*/;
  border-color: #982125/*要変更：リンクテキストカラー*/;
}
.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 #982125/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #982125/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666666/*要変更：ボーダーカラー*/;
}


/* 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 #982125/*要変更：リンクテキストカラー*/;
  color: #982125/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #982125/*要変更：リンクテキストカラー*/;
  border: 1px solid #982125/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #982125/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #982125/*要変更：テーブルの必須のテキストカラー*/;
}
.iqfm-table button, .iqfm-table input[type="reset"], .iqfm-table input[type="button"], .iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .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: #222222/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent/*要変更：テーブルのtdの背景色*/;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.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; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #4ce461/*要変更：blog_titleのテキストカラー*/;
}



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

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


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/*PC 背景付きブロックの記事画像 非表示-----------------*/
#b83iui2b0shtxkr6jafd .entry_post:first-of-type .eyecatch,
#yqrs07cxasdos61xboj7 .entry_post:first-of-type .eyecatch,
#yxx9j31dko3c0awmyly7 .entry_post:first-of-type .eyecatch,
#r5l21vtmwfueuxesaz2a .entry_post:first-of-type .eyecatch,
#ipej5f8zlvz6ukhrel8j .entry_post:first-of-type .eyecatch,

#do71ilxax2v50z1juzwb .entry_post:first-of-type .eyecatch,
#srwkzqizhz7y357jwwkd .entry_post:first-of-type .eyecatch,
#yev84pnwl6unx51vsnz8 .entry_post:first-of-type .eyecatch,
#nuvv4ghwijftdkregxbm .entry_post:first-of-type .eyecatch,
#q8d0grv6citkpnd60vhq .entry_post:first-of-type .eyecatch,

#ozrvrj9r0vx9s2nv81rw .entry_post:first-of-type .eyecatch,
#ic5bxm79bpro79l3howu .entry_post:first-of-type .eyecatch
{display: none;}

/*  float 解除
---------------------------------------------------------------------------------------------------- */
#b83iui2b0shtxkr6jafd .entry_post:first-of-type .float_left,
#yqrs07cxasdos61xboj7 .entry_post:first-of-type .float_left,
#yxx9j31dko3c0awmyly7 .entry_post:first-of-type .float_left,
#r5l21vtmwfueuxesaz2a .entry_post:first-of-type .float_left,
#ipej5f8zlvz6ukhrel8j .entry_post:first-of-type .float_left,

#do71ilxax2v50z1juzwb .entry_post:first-of-type .float_left,
#srwkzqizhz7y357jwwkd .entry_post:first-of-type .float_left,
#yev84pnwl6unx51vsnz8 .entry_post:first-of-type .float_left,
#nuvv4ghwijftdkregxbm .entry_post:first-of-type .float_left,
#q8d0grv6citkpnd60vhq .entry_post:first-of-type .float_left,

#ozrvrj9r0vx9s2nv81rw .entry_post:first-of-type .float_left,
#ic5bxm79bpro79l3howu .entry_post:first-of-type .float_left,

#b83iui2b0shtxkr6jafd .entry_post:first-of-type .float_right,
#yqrs07cxasdos61xboj7 .entry_post:first-of-type .float_right,
#yxx9j31dko3c0awmyly7 .entry_post:first-of-type .float_right,
#r5l21vtmwfueuxesaz2a .entry_post:first-of-type .float_right,
#ipej5f8zlvz6ukhrel8j .entry_post:first-of-type .float_right,

#do71ilxax2v50z1juzwb .entry_post:first-of-type .float_right,
#srwkzqizhz7y357jwwkd .entry_post:first-of-type .float_right,
#yev84pnwl6unx51vsnz8 .entry_post:first-of-type .float_right,
#nuvv4ghwijftdkregxbm .entry_post:first-of-type .float_right,
#q8d0grv6citkpnd60vhq .entry_post:first-of-type .float_right,

#ozrvrj9r0vx9s2nv81rw .entry_post:first-of-type .float_right,
#ic5bxm79bpro79l3howu .entry_post:first-of-type .float_right
 {float: none;}

.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}


/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{
  top:0;
  opacity: 1;
}

.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}
.moved {
  transform: translate(0px, 0px);
}



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

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン */
#page_6 #outer_block {
  padding-top: 0;
}


/*  *株式会社TapiFlagsの事業内容 b83iui2b0shtxkr6jafd
----------------------------------------------------------------- */

#b83iui2b0shtxkr6jafd {
    position: relative;
    z-index: 200;
    background: url(/files/top_01_bg.jpg) no-repeat center top;
    padding-top: 1035px;
}

#b83iui2b0shtxkr6jafd *[class*="title"]{
    display: none;
}
#b83iui2b0shtxkr6jafd .text_box{
  position: absolute;
  width: 470px;
  top: 570px;
  left: calc(50% - 445px);
}
#b83iui2b0shtxkr6jafd .text_box .post_data {
  text-align: left;}

#b83iui2b0shtxkr6jafd .easys_content_inner
{width: 100%;}





/*上下左右フェードイン　画像*/
#b83iui2b0shtxkr6jafd #bg01 {
  z-index: 2;
  display: block;
  width: 514px;
  height: 360px;
  position: absolute;
  top: 680px;
  left: calc(50% - 60px);
  animation: anime0 2.1s step-end infinite;
}

@keyframes anime0 {
  0% {   background: url(/files/top_01_img01.png) no-repeat center top;}
  50% {   background: url(/files/top_01_img02.png) no-repeat center top;}
}


/* ---------------- 2 */


#b83iui2b0shtxkr6jafd .sub_post_0
{
  width: 100%;
  height: 665px;
  background: url(/files/top_02_bg.jpg) no-repeat center top;
  position: relative;
  margin: 0;
}

#b83iui2b0shtxkr6jafd .sub_post_0 .sub_post_texts {
    position: absolute;
    width: 420px;
    top: 270px;
    left: calc(50% + 10px);
    z-index: 3;
}

#b83iui2b0shtxkr6jafd #bg02 {
  z-index: 1;
  display: block;
  width: 2000px;
  height: 310px;
  position: absolute;
  top: 1391px;
  left: calc(50% - 1000px);
    background: url("/files/top_02_scroll01.png")repeat-x left bottom / 100%;
    animation: loop01 linear 40s infinite;
}

#b83iui2b0shtxkr6jafd #bg03 {
    z-index: 0;
    display: block;
    width: 2000px;
    height: 420px;
    position: absolute;
    top: 1135px;
    left: calc(50% - 1000px);
    background: url("/files/top_02_scroll02.png")repeat-x left bottom;
    animation: loop01 linear 90s infinite;
}

@keyframes loop01 {
  0% { background-position: left bottom; }
  100% { background-position: 3000px bottom; }
}

@keyframes loop {
  0% { background-position: left bottom; }
  100% { background-position: -3000px bottom; }
}
#b83iui2b0shtxkr6jafd #bg04 {
    z-index: 2;
    display: block;
    width: 2000px;
    height: 665px;
    position: absolute;
    top: 1035px;
    left: calc(50% - 1000px);
    background: url(/files/top_02_f.png) no-repeat center top;
}
/* ---------------- 3 */

#b83iui2b0shtxkr6jafd .sub_post_1
{
  width: 100%;
  height: 900px;
  background: url(/files/top_03_bg.jpg) no-repeat center top;
  position: relative;
  margin: 0;
}

#b83iui2b0shtxkr6jafd .sub_post_1 .sub_post_texts {
    position: absolute;
    width: 436px;
    top: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

#b83iui2b0shtxkr6jafd .sub_post_1 .sub_post_texts .post_data {
  text-align: center;}


#b83iui2b0shtxkr6jafd #bg05 {
    z-index: 2;
    display: block;
    width: 110px;
    height: 290px;
    position: absolute;
    top: 1830px;
    left: calc(50% + 170px);
     animation: anime1 2.1s step-end infinite;
}
@keyframes anime1 {
  0% {   background: url(/files/top_03_img01.png) no-repeat center top;}
  50% {   background: url(/files/top_03_img02.png) no-repeat center top;}
}




#b83iui2b0shtxkr6jafd #bg06 {
    z-index: 1;
    display: block;
    width: 610px;
    height: 610px;
    position: absolute;
    top: 1860px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("/files/top_03_circle.png")no-repeat left bottom;
    animation: circle linear 60s infinite;
}

@keyframes circle {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

#b83iui2b0shtxkr6jafd #bg07 {
    z-index: 2;
    display: block;
    width: 2000px;
    height:900px;
    position: absolute;
    top: 1700px;
    left: calc(50% - 1000px);
    background: url(/files/top_03_f.png) no-repeat center top;
}

/* ---------------- 4 */


#b83iui2b0shtxkr6jafd .sub_post_2
{
  width: 100%;
  height: 900px;
  background: url(/files/top_04_bg.jpg) no-repeat center top;
  position: relative;
  margin: 0;
}

#b83iui2b0shtxkr6jafd .sub_post_2 .sub_post_texts {
    position: absolute;
    width: 470px;
    top: 430px;
    left: calc(50% - 27px);
}

#b83iui2b0shtxkr6jafd #bg08.f_down {
    transform: translate(-50%,50%);
}
#b83iui2b0shtxkr6jafd #bg08.moved{
  transform: translate(0,0);
}

#b83iui2b0shtxkr6jafd #bg08 {
    background: url(/files/top_04_car.png) no-repeat center top;
    z-index: 1;
    display: block;
    width: 355px;
    height: 245px;
    position: absolute;
    top: 3200px;
    left: calc(50% + 230px);
}

#b83iui2b0shtxkr6jafd #bg09 {
    background: url(/files/top_04_img.png) no-repeat left top;
    z-index: 1;
    display: block;
    width: 2000px;
    height: 650px;
    position: absolute;
    top: 2700px;
    left: calc(50% - 1000px);
}


/*  -　バナー　４連
#w335hmny0dm3wnwtng4e
----------------------------------------------------------------- */

#w335hmny0dm3wnwtng4e{padding-top: 50px;}

#w335hmny0dm3wnwtng4e .img_display img,
#w335hmny0dm3wnwtng4e .field_4col,
#w335hmny0dm3wnwtng4e .field_4col .eyecatch,
#w335hmny0dm3wnwtng4e .field_4col .img_box {
  width: auto !important;
  overflow: visible;
}

#w335hmny0dm3wnwtng4e .img_display 
{
  display: flex;
  justify-content: space-between;
}
 
#w335hmny0dm3wnwtng4e .easys_content_inner{
    overflow: visible;
    padding-bottom: 100px;
    width: calc(100%*(1650/2000));
}
#w335hmny0dm3wnwtng4e .field_4col{width: 22% !important; margin: 0;}
#w335hmny0dm3wnwtng4e .field_4col .eyecatch{width: 100% !important;}

#w335hmny0dm3wnwtng4e a:hover img {
  opacity: 1;
  animation: pulse-grow 0.3s linear infinite alternate;
}

@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}

/*  -　blog:gbcvkic7qxle1iezxsd4 mcjm4i1sgutqg0x0egdd
----------------------------------------------------------------- */
#mcjm4i1sgutqg0x0egdd {
    overflow: hidden;
    position: relative;
    background: url(/files/top_05_bg.jpg) no-repeat top center;
    padding: 390px 0px 110px 0px;
    position: relative;
}

#mcjm4i1sgutqg0x0egdd .post_data{padding: 0;}
#mcjm4i1sgutqg0x0egdd .blog_post {
  width: 300px;
  float: left;
  display: block;
  background-color: transparent;
  border: none transparent !important;/*記事ごとのドット下線消す*/
  text-align: center;
}
#mcjm4i1sgutqg0x0egdd .blog_post:nth-child(2) {margin: 0 30px;}/* 記事間 左右余白調整 */
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {width: 100%;text-align: center;}/*日付、記事タイトル、本文のテキストを真ん中揃え*/
#mcjm4i1sgutqg0x0egdd .eyecatch {float: none;}
#mcjm4i1sgutqg0x0egdd .eyecatch img {width:300px;height:300px;object-fit:cover;}
#mcjm4i1sgutqg0x0egdd .date_area {/* 日付 */
  padding: 0 2%; color: #fff !important;
}
#mcjm4i1sgutqg0x0egdd .post_title_list {/* 記事タイトル */
  width: 100%;
  padding: 0 2%;
 box-sizing: border-box;
     height: 30px; 
     overflow: hidden; 
     color: #fff !important;
  }
#mcjm4i1sgutqg0x0egdd .blog_thumb {/* サムネイル画像 */
  width: 300px;
  height: 300px;
  max-height: none;
  margin: 0 0 10px;/*画像下の隙間調整*/
}
#mcjm4i1sgutqg0x0egdd .news_small_text {/* 記事本文 */
  line-height: 1.8;
  display: block;
  width: 94%;
  margin: 0 auto;
  font-size: 14px;
  word-break: break-all;
  position: relative;
  color: #fff !important;
}

#mcjm4i1sgutqg0x0egdd a{ color: #fff !important;}

/*ブログ下のmargin*/
#mcjm4i1sgutqg0x0egdd.nm_01 {
    margin: 0 0 0px;
}

#mcjm4i1sgutqg0x0egdd > div > span > a
{
    width: 180px;
    height: 145px;
    position: absolute;
    top: 110px;
    left: calc(50% + 250px);
    background: url(/files/top_05_btn.png) no-repeat center top;
    animation: fuwa 1.5s ease-in-out 0s infinite alternate;
}

 @keyframes fuwa {
    0% {transform: translateY(0);}
    100%{transform: translateY(-15px);}
  }

#mcjm4i1sgutqg0x0egdd > div > span > a:hover{
  opacity: 0.8;
}



#mcjm4i1sgutqg0x0egdd > div > span > a img{
  display: none;
}

#mcjm4i1sgutqg0x0egdd #bg01 {
    background: url("/files/top_05_scroll01.png")repeat-x left bottom;
    animation: loop linear 60s infinite;
    z-index: 1;
    display: block;
    width: 1000px;
    height: 120px;
    transform: rotate(-30deg);
    position: absolute;
    top: 50px;
    left: calc(50% - 1050px);
}

#mcjm4i1sgutqg0x0egdd #bg02 {
    background: url("/files/top_05_scroll02.png")repeat-x left bottom;
    animation: loop linear 90s infinite;
    z-index: 1;
    display: block;
    width: 1100px;
    height: 300px;
    transform: rotate(-30deg);
    position: absolute;
    top: 0px;
    left: calc(50% - 1080px);
}



/*  -　バナー　トップ：お問い合わせ Bblock
#oa6qb56hsfoqlcm7jffx
----------------------------------------------------------------- */
#oa6qb56hsfoqlcm7jffx{
  height: 540px;
  position: relative;
  z-index: 200;
  background: url(/files/top_06_bg.jpg) no-repeat center top;
}
#oa6qb56hsfoqlcm7jffx *[class*="title"]{
    display: none;
}

#oa6qb56hsfoqlcm7jffx .main_btn a {
    display: block;
    width: 190px;
    height: 190px;
    padding: 0;
    border-radius: 0;
    text-indent: -99999px;
    float: left;
    position: absolute;
    transition: 0.3s;
    top: 320px;
    left: calc(50% + 105px);
    background: url(/files/top_06_btn.png) no-repeat center top;
    animation: fuwa 1.5s ease-in-out 0s infinite alternate;
}

#oa6qb56hsfoqlcm7jffx .main_btn a:hover{
  opacity: 0.8;
}


/* ============================== 【飲食店の運営／コンサルティング事業】 ============================== */

#page_9 #outer_block {
  padding-top: 0;
}
/*  *グランピング運営コンサルティング yqrs07cxasdos61xboj7
----------------------------------------------------------------- */

#yqrs07cxasdos61xboj7{
  height: 1140px;
  position: relative;
  z-index: 200;
  background: url(/files/consulting01_bg.jpg) no-repeat center top;
}
#yqrs07cxasdos61xboj7 *[class*="title"]{
    display: none;
}
#yqrs07cxasdos61xboj7 .text_box {
    position: absolute;
    width: 520px;
    top: 450px;
    left: calc(50% - 475px);
}
#yqrs07cxasdos61xboj7 .text_box .post_data {
  text-align: left; color: #fff;
}

#yqrs07cxasdos61xboj7 #bg01 {
  background: url(/files/consulting01_img.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 530px;
  height: 655px;
  position: absolute;
  top: 520px;
  left: calc(50% + 60px);
}

#yqrs07cxasdos61xboj7 #bg02 {
    z-index: 1;
    display: block;
    width: 115px;
    height: 115px;
    position: absolute;
    top: 960px;
    left:  calc(50% + 60px);
    background: url("/files/consulting01_sun.png")no-repeat left bottom;
    animation: circle linear 60s infinite;
}

/*  *店舗運営コンサルティング yxx9j31dko3c0awmyly7
----------------------------------------------------------------- */

#yxx9j31dko3c0awmyly7 {
    height: 816px;
    position: relative;
    z-index: 199;
    background: url(/files/consulting02_bg.jpg) no-repeat center top;
}
#yxx9j31dko3c0awmyly7 *[class*="title"]{
    display: none;
}
#yxx9j31dko3c0awmyly7 .text_box {
    position: absolute;
    width: 560px;
    top: 380px;
    left: calc(50% - 75px);
}
#yxx9j31dko3c0awmyly7 .text_box .post_data {
  text-align: left; color: #2b1000;
}

#yxx9j31dko3c0awmyly7 #bg01 {
    background: url(/files/consulting02_img.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 550px;
    height: 606px;
    position: absolute;
    top: 0px;
    left: calc(50% - 680px);
}

#yxx9j31dko3c0awmyly7 #bg02 {
    z-index: 1;
    display: block;
    width: 102px;
    height: 70px;
    position: absolute;
    top: 630px;
    left: calc(50% + 460px);
    background: url("/files/consulting02_cloud.png")no-repeat left bottom;
    animation: fuwa 1.5s ease-in-out 0s infinite alternate;
}

/*  -　バナー　飲食：お問い合わせ ON/OFF
#f20spub9fn0pjvsa28k2
----------------------------------------------------------------- */
#f20spub9fn0pjvsa28k2{
  background: url(/files/_bnr_consulting_bg.jpg) no-repeat center top;
  height: 640px;
}

#f20spub9fn0pjvsa28k2 .easys_content_inner
{padding-top: 170px;}

#f20spub9fn0pjvsa28k2 .eyecatch a {
    display: block;
    position: relative;
    width: 960px;
    height: 310px;
}
#f20spub9fn0pjvsa28k2 .eyecatch a:before
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#f20spub9fn0pjvsa28k2 .eyecatch a:hover:before
{opacity: 1;}
/*OFF画像*/
#f20spub9fn0pjvsa28k2 .eyecatch a
{ background: url("/files/_bnr_consulting_off.png") no-repeat center top;}
/*ON画像*/
#f20spub9fn0pjvsa28k2 .eyecatch a:before
{ background: url("/files/_bnr_consulting_on.png") no-repeat center top;}
/*固定画面で入れたSPバナー画像非表示*/
#f20spub9fn0pjvsa28k2 .eyecatch a img
{display: none;}



/* ============================== 【軽貨物ページ】 ============================== */

#page_12 #outer_block {
  padding-top: 0;
}

/*  -　バナー　軽貨物：求人 ON/OFF
#i501v0t60iixadiadp9k
----------------------------------------------------------------- */
#i501v0t60iixadiadp9k{
  background: url(/files/_bnr_cargo_bg.jpg) no-repeat center top;
  height: 600px;
}

#i501v0t60iixadiadp9k .easys_content_inner
{padding-top: 0px;}

#i501v0t60iixadiadp9k .eyecatch a {
    display: block;
    position: relative;
    width: 960px;
    height: 600px;
}
#i501v0t60iixadiadp9k .eyecatch a:before
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#i501v0t60iixadiadp9k .eyecatch a:hover:before
{opacity: 1;}
/*OFF画像*/
#i501v0t60iixadiadp9k .eyecatch a
{ background: url("/files/_bnr_cargo_off.png") no-repeat center top;}
/*ON画像*/
#i501v0t60iixadiadp9k .eyecatch a:before
{ background: url("/files/_bnr_cargo_on.png") no-repeat center top;}
/*固定画面で入れたSPバナー画像非表示*/
#i501v0t60iixadiadp9k .eyecatch a img
{display: none;}


/*  *大切にお荷物をお使い確実にお届け r5l21vtmwfueuxesaz2a
----------------------------------------------------------------- */
#r5l21vtmwfueuxesaz2a{
  height: 1115px;
  position: relative;
  z-index: 200;
  background: url(/files/cargo01_bg.jpg) no-repeat center top;
}
#r5l21vtmwfueuxesaz2a *[class*="title"]{
    display: none;
}
#r5l21vtmwfueuxesaz2a .text_box {
    position: absolute;
    width: 480px;
    top: 470px;
    left: calc(50% - 30px);
}
#r5l21vtmwfueuxesaz2a .text_box .post_data {
  text-align: left;}

/*上下左右フェードイン　画像*/
#r5l21vtmwfueuxesaz2a #bg01 {
    z-index: 2;
    display: block;
    width: 300px;
    height: 276px;
    position: absolute;
    top: 580px;
    left: calc(50% - 410px);
    animation: anime2 2.1s step-end infinite;
}


@keyframes anime2 {
  0% {   background: url(/files/cargo01_img01.png) no-repeat center top;}
  50% {   background: url(/files/cargo01_img02.png) no-repeat center top;}
}





/*  *協力会社様募集 ipej5f8zlvz6ukhrel8j btn:contact
----------------------------------------------------------------- */
#ipej5f8zlvz6ukhrel8j{
  height: 790px;
  position: relative;
  z-index: 200;
  background: url(/files/cargo02_bg.jpg) no-repeat center top;
}
#ipej5f8zlvz6ukhrel8j *[class*="title"]{
    display: none;
}
#ipej5f8zlvz6ukhrel8j .text_box {
    position: absolute;
    width: 400px;
    top: 240px;
    left: calc(50% - 477px);
    overflow: visible;
}
#ipej5f8zlvz6ukhrel8j .text_box .post_data {
  text-align: left;}

#ipej5f8zlvz6ukhrel8j #bg01 {
  z-index: 2;
  display: block;
  width: 290px;
  height: 330px;
  position: absolute;
  top: 40px;
  left: calc(50% - 4px);
  animation: anime3 2.1s step-end infinite;
}

@keyframes anime3 {
  0% {   background: url(/files/cargo02_img01.png) no-repeat center top;}
  50% {   background: url(/files/cargo02_img02.png) no-repeat center top;}
}


#ipej5f8zlvz6ukhrel8j #bg02 {
    z-index: 1;
    display: block;
    width: 150px;
    height: 118px;
    position: absolute;
    top: 520px;
    left: calc(50% - 90px);
    background: url("/files/cargo02_fukidashi.png")no-repeat left bottom;
    animation: fuwa 1.5s ease-in-out 0s infinite alternate;
}

#ipej5f8zlvz6ukhrel8j .main_btn a{
  display: block;
  width: 400px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
  position: relative;
  background: url(/files/cargo02_btn.png) no-repeat center top;
}

#ipej5f8zlvz6ukhrel8j .main_btn a:hover{background-position: center bottom;}

#ipej5f8zlvz6ukhrel8j .main_btn{    position: relative;bottom: -100px;}

/* ============================== 【カーコンシェルジュページ】 ============================== */
#page_15{
  background: #1c1c1c;
  color: #fff;
}

#page_15 #outer_block {
  padding-top: 0;
}

#page_15 *[class*="title"]{
    color: #fff !important;
}

/*  *こだわりの1台を業者価格にて do71ilxax2v50z1juzwb
----------------------------------------------------------------- */
#do71ilxax2v50z1juzwb{
  height: 700px;
  position: relative;
  z-index: 200;
  background: url(/files/concierge01_bg.jpg) no-repeat center top;
}
#do71ilxax2v50z1juzwb *[class*="title"]{
    display: none;
}
#do71ilxax2v50z1juzwb .text_box {
    position: absolute;
    width: 580px;
    top: 330px;
    left: calc(50% - 482px);
}
#do71ilxax2v50z1juzwb .text_box .post_data {
  text-align: left; color: #fff;}


/*  *修理や整備も srwkzqizhz7y357jwwkd
----------------------------------------------------------------- */

#srwkzqizhz7y357jwwkd{
  height: 700px;
  position: relative;
  z-index: 200;
   background: url(/files/concierge02_f.png) no-repeat center top / auto scroll,
url(/files/concierge02_bg.jpg) no-repeat center center / cover fixed;
}
#srwkzqizhz7y357jwwkd *[class*="title"]{
    display: none;
}
#srwkzqizhz7y357jwwkd .text_box {
    position: absolute;
    width: 580px;
    top: 280px;
    left: calc(50% - 40px);
}

#srwkzqizhz7y357jwwkd .text_box .post_data {
  text-align: left; color: #fff;}

/*  *毎日を忙しくされているお客様へ yev84pnwl6unx51vsnz8
----------------------------------------------------------------- */
#yev84pnwl6unx51vsnz8{
  height: 900px;
  position: relative;
  z-index: 200;
  background: url(/files/concierge03_bg.jpg) no-repeat center top;
}
#yev84pnwl6unx51vsnz8 *[class*="title"]{
    display: none;
}
#yev84pnwl6unx51vsnz8 .text_box {
    position: absolute;
    width: 580px;
    top: 410px;
    left: calc(50% - 482px);
}
#yev84pnwl6unx51vsnz8 .text_box .post_data {
  text-align: left; color: #fff;}

/*  *ギャラリー d94rubs27yj090z8ashl
----------------------------------------------------------------- */
#d94rubs27yj090z8ashl{
  height: 900px;
  position: relative;
  z-index: 200;
  background: url(/files/concierge04_bg.jpg) no-repeat center top;
}
#d94rubs27yj090z8ashl *[class*="title"]{
    display: none;
}
#d94rubs27yj090z8ashl .easys_content_inner
{padding-top: 430px;}

#d94rubs27yj090z8ashl .img_display_1030 img {/* サムネイル画像 */
  border-radius: 50%;/*画像を丸くする*/
  width: 250px;
  height: 250px;
}


/*  -　バナー　カーコンシェルジュページ：お問い合わせ scale00
#r77ylxk1axriib4uotp2
----------------------------------------------------------------- */
/*1列レスポンシブバナー　ホバーで拡大*/
#r77ylxk1axriib4uotp2
{
  overflow: hidden;
}
/*レスポンシブ*/
#r77ylxk1axriib4uotp2 .easys_content_inner
{
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;

}
.img_display_1062 .margin-bottom_50 {
    margin-bottom: 0px;
}


.img_display_1062 .eyecatch a
{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.img_display_1062 .eyecatch a:before
 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/files/_bnr_concierge_bg.jpg") no-repeat center top / 100% auto transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.img_display_1062 .eyecatch a:hover:before 
{
  transform: scale(1.1);
}
.img_display_1062 .eyecatch a img
 {
  position: relative;
  z-index: 10;
}


.img_display_1062 .eyecatch a:hover img
{ opacity: 1; }


/* ============================== 【エアコン修理ページ】 ============================== */
#page_81 #outer_block {
  padding-top: 0;
}

/*  -　バナー　エアコン修理：求人 ON/OFF
#qap2ewzc2jobqh0cmp2k
----------------------------------------------------------------- */
#qap2ewzc2jobqh0cmp2k{
  background: url(/files/bnr_air-conditioning_bg.jpg) no-repeat center top;
  height: 600px;
}

#qap2ewzc2jobqh0cmp2k .easys_content_inner
{padding-top: 0px;}

#qap2ewzc2jobqh0cmp2k .eyecatch a {
    display: block;
    position: relative;
    width: 960px;
    height: 600px;
}
#qap2ewzc2jobqh0cmp2k .eyecatch a:before
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#qap2ewzc2jobqh0cmp2k .eyecatch a:hover:before
{opacity: 1;}
/*OFF画像*/
#qap2ewzc2jobqh0cmp2k .eyecatch a
{ background: url("/files/bnr_air-conditioning_off.png") no-repeat center top;}
/*ON画像*/
#qap2ewzc2jobqh0cmp2k .eyecatch a:before
{ background: url("/files/bnr_air-conditioning_on.png") no-repeat center top;}
/*固定画面で入れたSPバナー画像非表示*/
#qap2ewzc2jobqh0cmp2k .eyecatch a img
{display: none;}

/*  *エアコン工事のお悩み解決します！ nuvv4ghwijftdkregxbm
----------------------------------------------------------------- */

#nuvv4ghwijftdkregxbm{
  height: 900px;
  position: relative;
  z-index: 200;
  background: url(/files/air-conditioning01_bg.jpg) no-repeat center top;
}
#nuvv4ghwijftdkregxbm *[class*="title"]{
    display: none;
}
#nuvv4ghwijftdkregxbm .text_box {
    position: absolute;
    width: 500px;
    top: 460px;
    left: calc(50% - 475px);
}
#nuvv4ghwijftdkregxbm .text_box .post_data {
  text-align: left; color: #fff;}

/*上下左右フェードイン　画像*/
#nuvv4ghwijftdkregxbm #bg01 {
    z-index: 2;
    display: block;
    width: 260px;
    height: 192px;
    position: absolute;
    top: 370px;
    left: calc(50% + 50px);
    animation: anime4 2.1s step-end infinite;
}

@keyframes anime4 {
  0% {   background: url(/files/air-conditioning01_img01.png) no-repeat center top;}
  30% {   background: url(/files/air-conditioning01_img02.png) no-repeat center top;}
  60% {   background: url(/files/air-conditioning01_img03.png) no-repeat center top;}
}

#nuvv4ghwijftdkregxbm #bg02{
  background: url(/files/air-conditioning01_scroll.png) repeat-y left top;
  z-index: -3;
  display: block;
  width: 275px;
  height: 900px;
  position: absolute;
  top: 0px;
  left: calc(50% + 250px);
  animation: loop2 linear 60s infinite;
}


@keyframes loop2 {
  0% {background-position: left top;}
  100% {background-position: left  -3000px;}
}


/*  *LED照明の導入／交換工事 q8d0grv6citkpnd60vhq
----------------------------------------------------------------- */

#q8d0grv6citkpnd60vhq{
  height: 900px;
  position: relative;
  z-index: 200;
  background: url(/files/air-conditioning02_bg.jpg) no-repeat center top;
}
#q8d0grv6citkpnd60vhq *[class*="title"]{
    display: none;
}
#q8d0grv6citkpnd60vhq .text_box {
    position: absolute;
    width: 490px;
    top: 500px;
    left: calc(50% - 25px);
}
#q8d0grv6citkpnd60vhq .text_box .post_data {
  text-align: left; color: #fff;}


#q8d0grv6citkpnd60vhq #bg01 {
    background: url(/files/air-conditioning02_img01.png) no-repeat left top;
    z-index: -3;
    display: block;
    width: 525px;
    height: 440px;
    position: absolute;
    top: 140px;
    left: calc(50% - 750px);
}
#q8d0grv6citkpnd60vhq #bg02 {
    background: url(/files/air-conditioning02_img02.png) no-repeat left top;
    z-index: -3;
    display: block;
    width: 415px;
    height: 280px;
    position: absolute;
    top: 450px;
    left: calc(50% - 500px);
}
#q8d0grv6citkpnd60vhq #bg03 {
    z-index: 2;
    display: block;
    width: 160px;
    height: 385px;
    position: absolute;
    top: 410px;
    left: calc(50% - 650px);
    animation: anime5 2.1s step-end infinite;
}

@keyframes anime5 {
  0% {   background: url(/files/air-conditioning02_img03.png) no-repeat center top;}
  50% {   background: url(/files/air-conditioning02_img04.png) no-repeat center top;}
}

/*  *協力会社様募集 zvmvjjxq22u1q2bxc260
----------------------------------------------------------------- */

#zvmvjjxq22u1q2bxc260{
  height: 1100px;
  position: relative;
  z-index: 200;
  background: url(/files/air-conditioning03_bg.jpg) no-repeat center top;
}
#zvmvjjxq22u1q2bxc260 *[class*="title"]{
    display: none;
}
#zvmvjjxq22u1q2bxc260 .text_box {
    position: absolute;
    width: 540px;
    top: 530px;
    left: calc(50% - 475px);
    overflow: visible;
}
#zvmvjjxq22u1q2bxc260 .text_box .post_data {
  text-align: left; }

  #zvmvjjxq22u1q2bxc260 #bg01 {
    background: url(/files/air-conditioning03_f.png) no-repeat left top;
    z-index: -2;
    display: block;
    width: 2000px;
    height: 1100px;
    position: absolute;
    top: 0px;
    left: calc(50% - 1000px);
}
#zvmvjjxq22u1q2bxc260 #bg02 {
    background: url(/files/air-conditioning03_rotation.jpg) no-repeat left top;
    z-index: -3;
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 290px;
    left: calc(50% - 730px);
    animation: circle linear 60s infinite;
}
#zvmvjjxq22u1q2bxc260 .main_btn a{
  display: block;
  width: 400px;
  height: 75px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
  position: relative;
  background: url(/files/air-conditioning03_btn.png) no-repeat center top;
}

#zvmvjjxq22u1q2bxc260 .main_btn a:hover{background-position: center bottom;}

#zvmvjjxq22u1q2bxc260 .main_btn{    position: relative;bottom: -130px;}


/* ============================== 【求人情報ページ】 ============================== */
#page_1000 #outer_block {
  padding-top: 0;
}


/*  *業務委託ドライバー・電気工事スタッフ募集 ozrvrj9r0vx9s2nv81rw
----------------------------------------------------------------- */

#ozrvrj9r0vx9s2nv81rw{
  height: 1000px;
  position: relative;
  z-index: 200;
  background: url(/files/recruit_bg.jpg) no-repeat center top;
  margin-bottom: 70px;
}
#ozrvrj9r0vx9s2nv81rw *[class*="title"]{
    display: none;
}
#ozrvrj9r0vx9s2nv81rw .text_box {
    position: absolute;
    width: 490px;
    top: 480px;
    left: calc(50% - 477px);
}
#ozrvrj9r0vx9s2nv81rw .text_box .post_data {
  text-align: left; color: #fff;}

#ozrvrj9r0vx9s2nv81rw #bg01 {
    background: url(/files/recruit_img.png) no-repeat left top;
    z-index: -1;
    display: block;
    width: 1125px;
    height: 1000px;
    position: absolute;
    top: 0px;
    left: calc(50% - 130px);
}

#ozrvrj9r0vx9s2nv81rw #bg02 {
    background: url(/files/recruit_car.png) no-repeat left top;
    z-index: -3;
    display: block;
    width: 480px;
    height: 270px;
    position: absolute;
    top: 731px;
    left: calc(50% - 197px);
}

/* 記事背景 */
#rg67o850bo4y6tqq2fyd{
  background: url(/files/recruit02_bg.jpg) ;
  padding: 80px 0 50px;
}

/* ============================== 【会社概要ページ】 ============================== */
#page_1001 #outer_block {
  padding-top: 0;
}
/*  *代表あいさつ ic5bxm79bpro79l3howu
----------------------------------------------------------------- */

#ic5bxm79bpro79l3howu{
  height: 872px;
  position: relative;
  z-index: 200;
  background: url(/files/company_bg.jpg) no-repeat center top;
  margin-bottom: 70px;
}
#ic5bxm79bpro79l3howu *[class*="title"]{
    display: none;
}
#ic5bxm79bpro79l3howu .text_box {
    position: absolute;
    width: 490px;
    top: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#ic5bxm79bpro79l3howu .text_box .post_data {
  text-align: center; 
}

#ic5bxm79bpro79l3howu #bg01 {
    z-index: 2;
    display: block;
    width: 300px;
    height: 258px;
    position: absolute;
    top: 130px;
    left: calc(50% + 320px);
    animation: anime6 2.1s step-end infinite;
}

@keyframes anime6 {
  0% {   background: url(/files/company_img01_01.png) no-repeat center top;}
  50% {   background: url(/files/company_img01_02.png) no-repeat center top;}
}

#ic5bxm79bpro79l3howu #bg02 {
    z-index: 2;
    display: block;
    width: 185px;
    height: 240px;
    position: absolute;
    top: 561px;
    left: calc(50% - 554px);
    animation: anime7 2.1s step-end infinite;
}

@keyframes anime7 {
  0% {   background: url(/files/company_img02_01.png) no-repeat center top;}
  50% {   background: url(/files/company_img02_02.png) no-repeat center top;}
}

#ic5bxm79bpro79l3howu #bg03 {
    z-index: 2;
    display: block;
    width: 290px;
    height: 215px;
    position: absolute;
    top: 660px;
    left: calc(50% - 50px);
    animation: anime8 2.1s step-end infinite;
}

@keyframes anime8 {
  0% {   background: url(/files/company_img03_01.png) no-repeat center top;}
  50% {   background: url(/files/company_img03_02.png) no-repeat center top;}
}
