@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #222222;
  --link_color: #44abbd;
  --border_color: #808b8d;
  --table_border_color: #222222;
  --th_background_color: #44abbd;
  --td_background_color: #ffffff;
  --th_character_color: #ffffff;
  --td_character_color: #222222;
  --required_color: #fce547;
  --top_h1_color: #8a8a8a;
  --header_navigation_color: transparent;
  --top_entry_title_color: #44abbd;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #222222;
  --sub_entry_title_bg_color: #222222;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #222222;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #222222;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #222222;
  --footnavi_color: #ffffff;
  --address_color: #ffffff;
  --copy_color: #ffffff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 945;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 945;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none var(--basic_background_color);

  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /*
  background: url("../files/body_bg.jpg") no-repeat center top;
  */
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(90px + 100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  padding: calc(90px + 100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
}

#page_1281 #branding_box {
    position: relative;
    z-index: 500;
    padding: calc(90px + 100%*(330 / var(--easys_max_width))) 0 0 0;
    height: 0;
    background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 5px;
  right: 40px;
  z-index: 999;
  margin: 0 auto;
  width: 960px;
  width: auto;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
}
#page_6 #header_information {
  height: auto;
}


.main_header,
.header_class {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.main_header img,
.header_class img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 350px;
  height: 90px;
  background: url(/files/branding_box_bg.png) no-repeat top center/100%;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 590;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  width: 100%;
  height: 90px;
}
#access .menu-header {
  margin: 0 0 0 auto;
  width: 770px;
  height: 90px;
}


div#access .menu-item a {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 90px;
  background: url("/files/topnavi.png") no-repeat scroll transparent;
}
div#access .gnavi11 a {
  background-position: left top;
}
div#access .gnavi12 a {
  background-position: -100px top;
}
div#access .gnavi13 a {
  background-position: -200px top;
}
div#access .gnavi14 a {
  background-position: -300px top;
}
div#access .gnavi15 a {
  background-position: -400px top;
}
div#access .gnavi16 a {
  width: 270px;
  background-position: right top;
}
div#access .gnavi11 a:hover {
  background-position: left bottom;
}
div#access .gnavi12 a:hover {
  background-position: -100px bottom;
}
div#access .gnavi13 a:hover {
  background-position: -200px bottom;
}
div#access .gnavi14 a:hover {
  background-position: -300px bottom;
}
div#access .gnavi15 a:hover {
  background-position: -400px bottom;
}
div#access .gnavi16 a:hover {
  background-position: right bottom;
}



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !important;
}
#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: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#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: var(--easys_standard_value004);
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  text-align: center;
}


#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  position: absolute;
  top: 250px;
  left: 0;
  padding: 0;
  width: 100%;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 150px 0 0;
  width: 100%;
  color: var(--address_color);
  text-align: center;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#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 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--copy_color);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 170px;
  z-index: 1000;
}

.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 {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*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: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.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.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

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

* .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: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.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;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

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

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

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


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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}


/*  ONEページテーブル
---------------------------------------------------------------------------------------------------- */
#page_6 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color: var(--table_border_color);
  background: none transparent !important;
}

/* 左右色変更 */
#page_6 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child,
#page_6 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * th {
  background: none var(--th_background_color) !important;
  color: var(--th_character_color);
}
#page_6 .easys_content:not(.ne_01) table:not(#wp-calendar)  tr > * {
  background: none var(--td_background_color) !important;
  color: var(--td_character_color)  ;
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !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 var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}
.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 {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
} 



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


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.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-weight: bold;
  font-size: 13px;
}
.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;
}



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


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.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 {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.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: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



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

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

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


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


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


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


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }


/*偶数番目のブロックに背景指定
---------------------------------------------------------------------------------------------------- */

.easys_content:nth-child(even):not(#g1tti3n35c1cf5py6q2a,#mcjm4i1sgutqg0x0egdd,.no_bg){
  background: url(/files/block_bg_01.jpg) repeat;
  padding: 70px 0 40px 0;
  margin-bottom: 70px;
}


.easys_content:last-child{
margin-bottom: 0!important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2カラム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body#page_9 {
  background: none transparent;
  min-width: 1300px;
  max-width: 1750px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 250px);
  margin-left: 250px;
}

#page_9 body,
#page_9 .wpcf7c-conf {
  color: #222222;
}

#page_9 a:link,
#page_9 a:visited,
#page_9 a:hover,
#page_9 a:active {
  color: #5f9961;
}

/* A～Cブロック記事内リンクボタン */
#page_9 .main_btn a,
#page_9 .sub_text_btn a {
  background-color: #5f9961;
  color: #ffffff;
}
/*  ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#page_9 #branding_box {
  height: 0px;
  padding: calc(100% * (985/1750)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#page_9 #site-description {
  top: 10px;
}
#page_9 #site-description a {
  display: inline;
  color: #FFFFFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

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


#page_9 .main_header,#page_9  .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
#page_9 .main_header img,#page_9  .header_class img {
  width: 250px;
  height: 150px;
  background: url(/files/20_access_bg.png) no-repeat top center/100% #567757;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#page_9 #access {
  width: 250px/*要変：更横半分*/;
  height: 100vh;
  margin: auto 0 0 0;
  left: 0;
  top: 0px;
  min-width: initial;
  max-width: initial;
  background-color: #567757;
  position: fixed;
  padding-top: 250px;
}
#page_9 #access .menu-header {
  width: 250px/*要変更：横半分*/;
  height: 300px/*要変更：全体の高さ*/;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
#page_9 div#access .menu-item a,
#page_9 div#access .menu-item a:hover {
  background-image: url("/files/20_topnavi.png");
  background-color: transparent;
  width: 250px;
  height: 50px/*要変更：1個分の高さ*/;
}
#page_9 div#access li.menu-item { float: none;}

#page_9 div#access .gnavi11 a { background-position: left top; }
#page_9 div#access .gnavi12 a { background-position: left top -50px; }
#page_9 div#access .gnavi13 a { background-position: left top -100px; }
#page_9 div#access .gnavi14 a { background-position: left top -150px; }
#page_9 div#access .gnavi15 a { background-position: left top -200px; }
#page_9 div#access .gnavi16 a { background-position: left bottom; }

#page_9 div#access .gnavi11 a:hover { background-position: right top; }
#page_9 div#access .gnavi12 a:hover { background-position: right top -50px; }
#page_9 div#access .gnavi13 a:hover { background-position: right top -100px; }
#page_9 div#access .gnavi14 a:hover { background-position: right top -150px; }
#page_9 div#access .gnavi15 a:hover { background-position: right top -200px; }
#page_9 div#access .gnavi16 a:hover { background-position: right bottom; }

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#page_9 #main_teaser,
#page_9 #video_teaser,
#page_9 #jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#page_9 #main_teaser,
#page_9 #video_teaser #video_teaser_inner,
#page_9 #jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1050px;
  max-width: 1750px;
}
#page_9 #main_teaser img,
#page_9 #video_teaser #video_teaser_inner video,
#page_9 #jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
#page_9 .widget-title,
#page_9 .widget-title2 a {
  padding: 0;
  background-image: url(/files/20_widget_title_bg.png);
  color: #FFFFFF;
  text-align: center;
}
#page_9 .widget-title2 a:link,
#page_9 .widget-title2 a:visited,
#page_9 .widget-title2 a:hover,
#page_9 .widget-title2 a:active {
  color: #FFFFFF;
}

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

#page_9 #wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #9ba49b;
  background: none transparent;
  line-height: 2;
}

#page_9 #calendar_wrap table tr td#today {
  background-color: #5f9961;
}


/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#page_9 #footer_block {
  position: relative;
  height: 360px;
background: url(/files/20_footer_bg.png) no-repeat center top;
}
#page_9 #footer_box {
  height: 320px;
  background: url(/files/20_footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#page_9 #footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
}

#page_9 #footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#page_9 #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #97cb70;
}
#page_9 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #97cb70;
  color: #97cb70;
}
#page_9 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#page_9 .footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
#page_9 #footer_information .entry-post {
    margin: 150px 0 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#page_9 #footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#page_9 #footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#page_9 #footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#page_9 #footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#page_9 #copyright {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
#page_9 .fixed_btn {
  z-index: 1000;
  bottom: 170px;
}

#page_9 .fixed_btn div,
#page_9 .fixed_btn div a {
  width: 55px;
  height: 50px;
}

#page_9 .fixed_btn #fixed_btn_gtn,
#page_9 .fixed_btn #fixed_btn_gtn a {
  height: 50px;
}

#page_9 #float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#page_9 #float_top_btn a:hover img {
  opacity: 0.8;
}


/*  2カラム見出し
---------------------------------------------------------------------------------------------------- */
#page_9 .headline_title {
  background-image: url(/files/20_top_entry_title.png);
  color: #5f9961;
  padding-top: 30px;
}
#page_9 h3.entry_title,
#page_9 .entry_title,
#page_9 .entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/20_entry_title_bg.png);
  color: #FFF;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
#page_9 .entry_title a:link,
#page_9 .entry_title a:visited,
#page_9 .entry_title a:hover,
#page_9 .entry_title a:active,
#page_9 .entry-title a:link,
#page_9 .entry-title a:visited,
#page_9 .entry-title a:hover,
#page_9 .entry-title a:active {
  color: #FFF;
}
/* 見出しリンクボタン */
#page_9 .entry_title span.read_more_btn a,
#page_9 .entry_title span.read_more_btn a:hover {
  background-image: url(/files/20_read_more_btn.png);
}
#page_9 .entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_9 * .mid_entry_title {
  background-image: url(/files/20_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_9 * .mid_entry_title,
#page_9 * .mid_entry_title a {
  color: #FFFFFF;
}

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

#page_9 * .half_sub_entry_title,
#page_9 .short_sub_entry_title {
  background-image: url(/files/20_half_sub_entry_title_bg.png);
}
#page_9 * .half_sub_entry_title,
#page_9 * .half_sub_entry_title a,
#page_9 .short_sub_entry_title,
#page_9 .short_sub_entry_title a {
  color: #222222;
}

/* B-03など小見出し用 */
#page_9 * .sub_entry_title {
  background: url(/files/20_sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #222222;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
#page_9 * .sub_entry_title a:link,
#page_9 * .sub_entry_title a:visited,
#page_9 * .sub_entry_title a:hover,
#page_9 * .sub_entry_title a:active {
  color: #222222;
}
/* 小見出しリンクボタン */
#page_9 .sub_entry_title span.read_more_btn a,
#page_9 .sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/20_sub_read_more_btn.png);
}
#page_9 .sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_9 * .mid_sub_entry_title {
  background-image: url(/files/20_sub_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_9 * .mid_sub_entry_title,
#page_9 * .mid_sub_entry_title a {
  color: #222222;
}

/* C-01など3列表示インラインタイトル用 */
#page_9 * .inline_title {
  background-image: url(/files/20_column3_title_bg.png);
}
#page_9 * .inline_title,
#page_9 * .inline_title a {
  color: #FFFFFF;
}

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

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


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

#page_9 small a:hover {
  background-color: #5f9961 !important;
  color: #ffffff !important;
}


/*  2カラムページテーブル
---------------------------------------------------------------------------------------------------- */
#page_9 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color:#3A4333 ;
  background:none transparent !important;
}

/* 左右色変更 */
#page_9 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child ,
#page_9 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * th {
  color:#FFFFFF;
  background:none #6C8D53  !important;
}
#page_9 .easys_content:not(.ne_01) table:not(#wp-calendar)  tr > * {
  color:#222222  ;
  background:none #FFFFFF !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
#page_9 div.wpcf7-mail-sent-ok {
  border-color:#9BA49B !important;
}

/* Dメニュー下線 */
#page_9 .td_cell {
  vertical-align:top;
  border-color:#9BA49B  ;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */

#page_9 a.page-numbers,
#page_9 .tablenav .current,
#page_9 .permalink_in a,
#page_9 .pageback a,
#page_9 .page_up a {
  border-style: solid;
  border-color: #5f9961;
  background: none transparent;
  color: #5f9961 !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/

#page_9 .tablenav .next:hover,
#page_9 .tablenav .next:active,
#page_9 .tablenav .prev:hover,
#page_9 .tablenav .prev:active {
  border-color: #5f9961;
  background-color: #5f9961;
}
#page_9 .tablenav .current,
#page_9 a.page-numbers:hover,
#page_9 .permalink_in a:hover,
#page_9 .permalink_in a:active,
#page_9 .pageback a:hover,
#page_9 .pageback a:active,
#page_9 .page_up a:hover,
#page_9 .page_up a:active {
  border-style: solid;
  border-color: #5f9961;
  background: none #5f9961;
  color: #ffffff !important;
} 



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

/* Z_M タブブロック */
#page_9 div.link_list a {
  border: 1px solid #5f9961;
  background-color: transparent;
  color: #5f9961;
}
#page_9 div.link_list a:hover {
  border: 1px solid #5f9961;
  background-color: #5f9961;
  color: #ffffff;
}

#page_9 .faq-title {
  background-color: #5f9961;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */

/* 必須項目 */
#page_9 .iqfm-req_color {
  color: #e4ff9d;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
#page_9 .coupon_print_block .print_header,
#page_9 h1.print_page_title,
#page_9 .coupon_box table tr td.coupon_data,
#page_9 .coupon_box table tr td.coupon_meta_title,
#page_9 .coupon_box table tr td.coupon_meta {
  border-color: #3a4333;
}
/* 有効期限の部分 */
#page_9 .coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#6c8d53;
  color: #FFFFFF;
}
#page_9 .coupon_box table tr td.coupon_meta {
  background-color:#FFFFFF;
  color: #222222;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#page_9 #blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/20_blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#page_9 #blog_main .entry-title,
#page_9 #blog_main .entry-title a {
  color: #222222;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2カラム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body#page_12 {

}

#page_12 body,
#page_12 .wpcf7c-conf {
  color: #222222;
}

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

/* A～Cブロック記事内リンクボタン */
#page_12 .main_btn a,
#page_12 .sub_text_btn a {
  background-color: #ee8000;
  color: #ffffff;
}
/*  ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#page_12 #branding_box {
  height: 0px;
  padding: calc(100% * (1035/2000)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#page_12 #site-description {
  top: calc(100%*(100/1035));
  right: initial;
  left: calc(100%*(20/2000));
}
#page_12 #site-description a {
  display: inline;
  color: #a5a5a5;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

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


#page_12 .main_header,#page_12  .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
#page_12 .main_header img,#page_12  .header_class img {
  width: calc(100%*(370/2000));
  height: calc(100%*(80/1035));
  background: none transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

#page_12 #menu_btn {
  background: url(/files/30_menu_btn.jpg) no-repeat top center;
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  outline: none;
  cursor: pointer;
}

/* チラつき防止 */
#page_12 #menu_btn:before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:100%;
height:100%;
background: url(/files/menu_close.png) no-repeat top center;
opacity: 0;
 }


#page_12.open #menu_btn:before {
opacity: 1;
  }


  #page_12 #access {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(110%);
  transition: transform .4s;
  background: rgba(221,150,12,0.95);
  z-index: 999;
}

#page_12.open #access{
  transform: translateX(0%);
}



#page_12 #access .menu-header{
width: 290px;
height: 300px;
margin: calc((100vh - 250px) / 2) auto 0;
}

#page_12 div#access .menu-item a {
background: url('/files/30_topnavi.png') no-repeat scroll transparent;
width: 290px;
height: 50px;
margin: 0px;
padding: 0px;
}

#page_12 div#access li.menu-item { float: none;}


#page_12 div#access .gnavi11 a { background-position: left top; }
#page_12 div#access .gnavi12 a { background-position: left top -50px; }
#page_12 div#access .gnavi13 a { background-position: left top -100px; }
#page_12 div#access .gnavi14 a { background-position: left top -150px; }
#page_12 div#access .gnavi15 a { background-position: left top -200px; }
#page_12 div#access .gnavi16 a { background-position: left bottom; }

#page_12 div#access .gnavi11 a:hover { background-position: right top; }
#page_12 div#access .gnavi12 a:hover { background-position: right top -50px; }
#page_12 div#access .gnavi13 a:hover { background-position: right top -100px; }
#page_12 div#access .gnavi14 a:hover { background-position: right top -150px; }
#page_12 div#access .gnavi15 a:hover { background-position: right top -200px; }
#page_12 div#access .gnavi16 a:hover { background-position: right bottom; }


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#page_12 #main_teaser,
#page_12 #video_teaser,
#page_12 #jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#page_12 #main_teaser,
#page_12 #video_teaser #video_teaser_inner,
#page_12 #jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#page_12 #main_teaser img,
#page_12 #video_teaser #video_teaser_inner video,
#page_12 #jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
#page_12 .widget-title,
#page_12 .widget-title2 a {
  padding: 0;
  background-image: url(/files/30_widget_title_bg.png);
  color: #FFFFFF;
  text-align: center;
}
#page_12 .widget-title2 a:link,
#page_12 .widget-title2 a:visited,
#page_12 .widget-title2 a:hover,
#page_12 .widget-title2 a:active {
  color: #FFFFFF;
}

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

#page_12 #wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #9ba49b;
  background: none transparent;
  line-height: 2;
}

#page_12 #calendar_wrap table tr td#today {
  background-color: #ee8000;
}


/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#page_12 #footer_block {
  position: relative;
  height: 360px;
background: url(/files/30_footer_bg.png) no-repeat center top;
}
#page_12 #footer_box {
  height: 320px;
  background: url(/files/30_footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#page_12 #footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
}

#page_12 #footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#page_12 #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #FFFFFF;
}
#page_12 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#page_12 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#page_12 .footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
#page_12 #footer_information .entry-post {
    margin: 150px 0 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#page_12 #footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#page_12 #footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#page_12 #footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#page_12 #footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#page_12 #copyright {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
#page_12 .fixed_btn {
  z-index: 1000;
  bottom: 170px;
}

#page_12 .fixed_btn div,
#page_12 .fixed_btn div a {
  width: 55px;
  height: 50px;
}

#page_12 .fixed_btn #fixed_btn_gtn,
#page_12 .fixed_btn #fixed_btn_gtn a {
  height: 50px;
}

#page_12 #float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#page_12 #float_top_btn a:hover img {
  opacity: 0.8;
}


/*  2カラム見出し
---------------------------------------------------------------------------------------------------- */
#page_12 .headline_title {
  background-image: url(/files/30_top_entry_title.png);
  color: #222222;
  background-position: center bottom;
}
#page_12 h3.entry_title,
#page_12 .entry_title,
#page_12 .entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/30_entry_title_bg.png);
  color: #FFFFFF ;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
#page_12 .entry_title a:link,
#page_12 .entry_title a:visited,
#page_12 .entry_title a:hover,
#page_12 .entry_title a:active,
#page_12 .entry-title a:link,
#page_12 .entry-title a:visited,
#page_12 .entry-title a:hover,
#page_12 .entry-title a:active {
  color: #FFFFFF ;
}
/* 見出しリンクボタン */
#page_12 .entry_title span.read_more_btn a,
#page_12 .entry_title span.read_more_btn a:hover {
  background-image: url(/files/30_read_more_btn.png);
}
#page_12 .entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_12 * .mid_entry_title {
  background-image: url(/files/30_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_12 * .mid_entry_title,
#page_12 * .mid_entry_title a {
  color: #FFFFFF;
}

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

#page_12 * .half_sub_entry_title,
#page_12 .short_sub_entry_title {
  background-image: url(/files/30_half_sub_entry_title_bg.png);
}
#page_12 * .half_sub_entry_title,
#page_12 * .half_sub_entry_title a,
#page_12 .short_sub_entry_title,
#page_12 .short_sub_entry_title a {
  color: #222222;
}

/* B-03など小見出し用 */
#page_12 * .sub_entry_title {
  background: url(/files/30_sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #222222;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
#page_12 * .sub_entry_title a:link,
#page_12 * .sub_entry_title a:visited,
#page_12 * .sub_entry_title a:hover,
#page_12 * .sub_entry_title a:active {
  color: #222222;
}
/* 小見出しリンクボタン */
#page_12 .sub_entry_title span.read_more_btn a,
#page_12 .sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/30_sub_read_more_btn.png);
}
#page_12 .sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_12 * .mid_sub_entry_title {
  background-image: url(/files/30_sub_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_12 * .mid_sub_entry_title,
#page_12 * .mid_sub_entry_title a {
  color: #222222;
}

/* C-01など3列表示インラインタイトル用 */
#page_12 * .inline_title {
  background-image: url(/files/30_column3_title_bg.png);
}
#page_12 * .inline_title,
#page_12 * .inline_title a {
  color: #222222;
}

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

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


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

#page_12 small a:hover {
  background-color: #ee8000 !important;
  color: #ffffff !important;
}


/*  GOLDページテーブル
---------------------------------------------------------------------------------------------------- */
#page_12 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color:#222222 ;
  background:none transparent !important;
}

/* 左右色変更 */
#page_12 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child ,
#page_12 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * th {
  color:#FFFFFF;
  background:none #ee8000 !important;
}
#page_12 .easys_content:not(.ne_01) table:not(#wp-calendar)  tr > * {
  color:#222222  ;
  background:none #FFFFFF !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
#page_12 div.wpcf7-mail-sent-ok {
  border-color:#7f7c72 !important;
}

/* Dメニュー下線 */
#page_12 .td_cell {
  vertical-align:top;
  border-color:#7f7c72  ;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */

#page_12 a.page-numbers,
#page_12 .tablenav .current,
#page_12 .permalink_in a,
#page_12 .pageback a,
#page_12 .page_up a {
  border-style: solid;
  border-color: #ee8000;
  background: none transparent;
  color: #ee8000 !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/

#page_12 .tablenav .next:hover,
#page_12 .tablenav .next:active,
#page_12 .tablenav .prev:hover,
#page_12 .tablenav .prev:active {
  border-color: #ee8000;
  background-color: #ee8000;
}
#page_12 .tablenav .current,
#page_12 a.page-numbers:hover,
#page_12 .permalink_in a:hover,
#page_12 .permalink_in a:active,
#page_12 .pageback a:hover,
#page_12 .pageback a:active,
#page_12 .page_up a:hover,
#page_12 .page_up a:active {
  border-style: solid;
  border-color: #ee8000;
  background: none #ee8000;
  color: #ffffff !important;
} 



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

/* Z_M タブブロック */
#page_12 div.link_list a {
  border: 1px solid #ee8000;
  background-color: transparent;
  color: #ee8000;
}
#page_12 div.link_list a:hover {
  border: 1px solid #ee8000;
  background-color: #ee8000;
  color: #ffffff;
}

#page_12 .faq-title {
  background-color: #ee8000;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */

/* 必須項目 */
#page_12 .iqfm-req_color {
  color: #fff25e ;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
#page_12 .coupon_print_block .print_header,
#page_12 h1.print_page_title,
#page_12 .coupon_box table tr td.coupon_data,
#page_12 .coupon_box table tr td.coupon_meta_title,
#page_12 .coupon_box table tr td.coupon_meta {
  border-color: #222222 ;
}
/* 有効期限の部分 */
#page_12 .coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#ee8000 ;
  color: #FFFFFF;
}
#page_12 .coupon_box table tr td.coupon_meta {
  background-color:#FFFFFF;
  color: #222222;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#page_12 #blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/30_blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#page_12 #blog_main .entry-title,
#page_12 #blog_main .entry-title a {
  color: #222222;
}




/*====================================================
ここからデザインブロック
===================================================== */

/* ＝＝＝親 ＝＝＝ */
#t0ktibsu7i9qsx4rvxr7,
#mgpde1dxlp8ghs4o1730,
#knhbd0kq8xq11dbq181s,
#d9cdejsx48i7r44ixrt8 {position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#t0ktibsu7i9qsx4rvxr7 .easys_content_inner,
#mgpde1dxlp8ghs4o1730 .easys_content_inner,
#knhbd0kq8xq11dbq181s .easys_content_inner,
#d9cdejsx48i7r44ixrt8 .easys_content_inner{
    position: relative;
    z-index: 100;
    opacity: 1;
    transform:translateY(0);
}

/* PC 背景付きブロックの記事画像 非表示  */
#t0ktibsu7i9qsx4rvxr7 .entry_post:first-of-type .eyecatch,
#mgpde1dxlp8ghs4o1730 .entry_post:first-of-type .eyecatch,
#knhbd0kq8xq11dbq181s .entry_post:first-of-type .eyecatch,
#d9cdejsx48i7r44ixrt8 .entry_post:first-of-type .eyecatch{display: none;}
/*  float 解除 */
#t0ktibsu7i9qsx4rvxr7 .entry_post:first-of-type .float_left,
#t0ktibsu7i9qsx4rvxr7 .entry_post:first-of-type .float_right,
#mgpde1dxlp8ghs4o1730 .entry_post:first-of-type .float_left,
#mgpde1dxlp8ghs4o1730 .entry_post:first-of-type .float_right,
#knhbd0kq8xq11dbq181s .entry_post:first-of-type .float_left,
#knhbd0kq8xq11dbq181s .entry_post:first-of-type .float_right,
#d9cdejsx48i7r44ixrt8 .entry_post:first-of-type .float_left,
#d9cdejsx48i7r44ixrt8 .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#t0ktibsu7i9qsx4rvxr7 *[class*="title"],
#mgpde1dxlp8ghs4o1730 *[class*="title"],
#knhbd0kq8xq11dbq181s *[class*="title"],
#d9cdejsx48i7r44ixrt8 *[class*="title"]{display: none;}



/* ＝＝＝デザインブロックボタン共通＝＝＝ */

#mgpde1dxlp8ghs4o1730 .main_btn{
 display: block;
 padding: 0;
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 999;
}



/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 2000px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  }
  .design_block.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body#page_12 #outer_block{padding: 0;}


/*デザインブロック1
---------------------------------------------------------------------------------------------------- */

#t0ktibsu7i9qsx4rvxr7 {
    background: url(/files/30_db01_bg.jpg) no-repeat center top;
    height: 1120px;
}

#t0ktibsu7i9qsx4rvxr7 .text_box {
    width: 960px;
    margin: 420px auto 0px;
}

#t0ktibsu7i9qsx4rvxr7 .post_data {
    text-align: center;
}



/*デザインブロック2
---------------------------------------------------------------------------------------------------- */

#mgpde1dxlp8ghs4o1730 {
    background: url(/files/30_db02_bg.jpg) no-repeat center top;
    height: 1080px;
}

#mgpde1dxlp8ghs4o1730 .text_box {
    width: 480px;
    margin: 490px 0 0 0px;
}

#mgpde1dxlp8ghs4o1730 .post_data {
    text-align: left;
}

#mgpde1dxlp8ghs4o1730 .main_btn{
    top: 740px;
    left: 0;
}

#mgpde1dxlp8ghs4o1730 .main_btn a {
    border-radius: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 220px;
    height: 50px;
    background: url(/files/30_db02_btn.png) no-repeat center top;
}

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

/*デザインブロック3
---------------------------------------------------------------------------------------------------- */

#knhbd0kq8xq11dbq181s {
    background: url(/files/30_db03_bg.jpg) no-repeat center top;
    height: 1050px;
}

#knhbd0kq8xq11dbq181s .text_box {
    width: 480px;
    margin: 420px 0 0 440px;
}

#knhbd0kq8xq11dbq181s .post_data {
    text-align: left;
}



/*デザインブロック4
---------------------------------------------------------------------------------------------------- */

#d9cdejsx48i7r44ixrt8 {
    background: url(/files/30_db04_bg.jpg) no-repeat center top;
    height: 1000px;
}

#d9cdejsx48i7r44ixrt8 .text_box {
    width: 510px;
    margin: 260px 0 0 450px;
}

#d9cdejsx48i7r44ixrt8 .post_data {
    text-align: left;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*  ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#page_15 #branding_box {
  height: 0px;
  padding: calc(90px + 100% * (945/2000)) 0 0 0;
}

#page_15 #main_teaser {
  top: 90px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
バナーパターン・追加発注分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body#page_1010 {

}

#page_1010 body,
#page_1010 .wpcf7c-conf {
  color: #222222;
}

#page_1010 a:link,
#page_1010 a:visited,
#page_1010 a:hover,
#page_1010 a:active {
  color: #746e7e;
}

/* A～Cブロック記事内リンクボタン */
#page_1010 .main_btn a,
#page_1010 .sub_text_btn a {
  background-color: #746e7e;
  color: #ffffff;
}
/*  ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#page_1010 #branding_box {
  height: 0px;
  padding: calc(90px + 100% * (940/2000)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#page_1010 #site-description {
  top: 10px;
}
#page_1010 #site-description a {
  display: inline;
  color: #8a8a8a;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

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


#page_1010 .main_header,#page_1010  .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
#page_1010 .main_header img,#page_1010  .header_class img {
  width: 380px;
  height:90px;
  background: url(/files/50_branding_box_bg.png) no-repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#page_1010 #access {
  width: 100%;
  z-index: 590;
  height: 90px;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  position:absolute;
  top: 0;
  left: 0;
}
#page_1010 #access .menu-header{
  width: 770px;
  height: 90px;
  margin: 0 0 0 auto;
}


#page_1010 div#access .menu-item a {
  background: url('/files/50_topnavi.png') no-repeat scroll transparent;
  width: 100px;
  height: 90px;
  margin: 0px;
  padding: 0px;
}
#page_1010 div#access .gnavi11 a { background-position: left top;}
#page_1010 div#access .gnavi12 a { background-position: -100px top;}
#page_1010 div#access .gnavi13 a { background-position: -200px top;}
#page_1010 div#access .gnavi14 a { background-position: -300px top;}
#page_1010 div#access .gnavi15 a { background-position: -400px top;}
#page_1010 div#access .gnavi16 a { background-position: right top;width: 270px;}
#page_1010 div#access .gnavi11 a:hover { background-position: left bottom;}
#page_1010 div#access .gnavi12 a:hover { background-position: -100px bottom;}
#page_1010 div#access .gnavi13 a:hover { background-position: -200px bottom;}
#page_1010 div#access .gnavi14 a:hover { background-position: -300px bottom;}
#page_1010 div#access .gnavi15 a:hover { background-position: -400px bottom;}
#page_1010 div#access .gnavi16 a:hover { background-position: right bottom;}




/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#page_1010 #main_teaser,
#page_1010 #video_teaser,
#page_1010 #jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#page_1010 #main_teaser,
#page_1010 #video_teaser #video_teaser_inner,
#page_1010 #jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#page_1010 #main_teaser img,
#page_1010 #video_teaser #video_teaser_inner video,
#page_1010 #jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
#page_1010 .widget-title,
#page_1010 .widget-title2 a {
  padding: 0;
  background-image: url(/files/50_widget_title_bg.png);
  color: #FFFFFF;
  text-align: center;
}
#page_1010 .widget-title2 a:link,
#page_1010 .widget-title2 a:visited,
#page_1010 .widget-title2 a:hover,
#page_1010 .widget-title2 a:active {
  color: #FFFFFF;
}

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

#page_1010 #wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #222222  ;
  background: none transparent;
  line-height: 2;
}

#page_1010 #calendar_wrap table tr td#today {
  background-color: #746e7e;
}


/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#page_1010 #footer_block {
  position: relative;
  height: 360px;
background: url(/files/50_footer_bg.png) no-repeat center top;
}
#page_1010 #footer_box {
  height: 320px;
  background: url(/files/50_footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#page_1010 #footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
}

#page_1010 #footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#page_1010 #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #FFFFFF;
}
#page_1010 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#page_1010 #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#page_1010 .footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
#page_1010 #footer_information .entry-post {
    margin: 150px 0 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#page_1010 #footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#page_1010 #footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#page_1010 #footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#page_1010 #footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#page_1010 #copyright {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
#page_1010 .fixed_btn {
  display: none;
}

#page_1010 #float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#page_1010 #float_top_btn a:hover img {
  opacity: 0.8;
}


/*  2カラム見出し
---------------------------------------------------------------------------------------------------- */
#page_1010 .headline_title {
  background-image: url(/files/50_top_entry_title.png);
  color: #756f7f ;
  padding-top: 30px;
}
#page_1010 h3.entry_title,
#page_1010 .entry_title,
#page_1010 .entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/50_entry_title_bg.png);
  color: #FFFFFF ;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
#page_1010 .entry_title a:link,
#page_1010 .entry_title a:visited,
#page_1010 .entry_title a:hover,
#page_1010 .entry_title a:active,
#page_1010 .entry-title a:link,
#page_1010 .entry-title a:visited,
#page_1010 .entry-title a:hover,
#page_1010 .entry-title a:active {
  color: #FFFFFF ;
}
/* 見出しリンクボタン */
#page_1010 .entry_title span.read_more_btn a,
#page_1010 .entry_title span.read_more_btn a:hover {
  background-image: url(/files/50_read_more_btn.png);
}
#page_1010 .entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_1010 * .mid_entry_title {
  background-image: url(/files/50_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_1010 * .mid_entry_title,
#page_1010 * .mid_entry_title a {
  color: #FFFFFF;
}

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

#page_1010 * .half_sub_entry_title,
#page_1010 .short_sub_entry_title {
  background-image: url(/files/50_half_sub_entry_title_bg.png);
}
#page_1010 * .half_sub_entry_title,
#page_1010 * .half_sub_entry_title a,
#page_1010 .short_sub_entry_title,
#page_1010 .short_sub_entry_title a {
  color: #222222;
}

/* B-03など小見出し用 */
#page_1010 * .sub_entry_title {
  background: url(/files/50_sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #222222;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
#page_1010 * .sub_entry_title a:link,
#page_1010 * .sub_entry_title a:visited,
#page_1010 * .sub_entry_title a:hover,
#page_1010 * .sub_entry_title a:active {
  color: #222222;
}
/* 小見出しリンクボタン */
#page_1010 .sub_entry_title span.read_more_btn a,
#page_1010 .sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/50_sub_read_more_btn.png);
}
#page_1010 .sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
#page_1010 * .mid_sub_entry_title {
  background-image: url(/files/50_sub_entry_title_bg_w570.png);
  font-size: 20px;
}
#page_1010 * .mid_sub_entry_title,
#page_1010 * .mid_sub_entry_title a {
  color: #222222;
}

/* C-01など3列表示インラインタイトル用 */
#page_1010 * .inline_title {
  background-image: url(/files/50_column3_title_bg.png);
}
#page_1010 * .inline_title,
#page_1010 * .inline_title a {
  color: #222222;
}

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

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


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

#page_1010 small a:hover {
  background-color: #746e7e !important;
  color: #ffffff !important;
}


/*  パターンページテーブル
---------------------------------------------------------------------------------------------------- */
#page_1010 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color:#222222 ;
  background:none transparent !important;
}

/* 左右色変更 */
#page_1010 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child ,
#page_1010 .easys_content:not(.ne_01) table:not(#wp-calendar) tr > * th {
  color:#FFFFFF;
  background:none #c3bdce  !important;
}
#page_1010 .easys_content:not(.ne_01) table:not(#wp-calendar)  tr > * {
  color:#222222  ;
  background:none #FFFFFF !important;
}

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

/* Dメニュー下線 */
#page_1010 .td_cell {
  vertical-align:top;
  border-color:#666666  ;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */

#page_1010 a.page-numbers,
#page_1010 .tablenav .current,
#page_1010 .permalink_in a,
#page_1010 .pageback a,
#page_1010 .page_up a {
  border-style: solid;
  border-color: #746e7e;
  background: none transparent;
  color: #746e7e !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/

#page_1010 .tablenav .next:hover,
#page_1010 .tablenav .next:active,
#page_1010 .tablenav .prev:hover,
#page_1010 .tablenav .prev:active {
  border-color: #746e7e;
  background-color: #746e7e;
}
#page_1010 .tablenav .current,
#page_1010 a.page-numbers:hover,
#page_1010 .permalink_in a:hover,
#page_1010 .permalink_in a:active,
#page_1010 .pageback a:hover,
#page_1010 .pageback a:active,
#page_1010 .page_up a:hover,
#page_1010 .page_up a:active {
  border-style: solid;
  border-color: #746e7e;
  background: none #746e7e;
  color: #ffffff !important;
} 



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

/* Z_M タブブロック */
#page_1010 div.link_list a {
  border: 1px solid #746e7e;
  background-color: transparent;
  color: #746e7e;
}
#page_1010 div.link_list a:hover {
  border: 1px solid #746e7e;
  background-color: #746e7e;
  color: #ffffff;
}

#page_1010 .faq-title {
  background-color: #746e7e;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */

/* 必須項目 */
#page_1010 .iqfm-req_color {
  color: #FFFFFF  ;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
#page_1010 .coupon_print_block .print_header,
#page_1010 h1.print_page_title,
#page_1010 .coupon_box table tr td.coupon_data,
#page_1010 .coupon_box table tr td.coupon_meta_title,
#page_1010 .coupon_box table tr td.coupon_meta {
  border-color: #222222 ;
}
/* 有効期限の部分 */
#page_1010 .coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#c3bdce  ;
  color: #FFFFFF;
}
#page_1010 .coupon_box table tr td.coupon_meta {
  background-color:#FFFFFF;
  color: #222222;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#page_1010 #blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/50_blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#page_1010 #blog_main .entry-title,
#page_1010 #blog_main .entry-title a {
  color: #222222;
}


/*セカンドメイン
---------------------------------------------------------------------------------------------------- */

#v59qbjku4fxht895g6cd div {
  margin-bottom:0;
  padding-bottom:0;
}
#v59qbjku4fxht895g6cd .easys_content_inner {
  width:100%;
}

/*バナー＞レスポンシブハーフバナー（パターン）
 ---------------------------------------------------------------------------------------------------- */

#vxjnocexvzm9h12ijneh .easys_content_inner {
  width:100%;
}

.img_display_1077 .field_2col {
  width:50%!important;
}
.img_display_1077 .field_2col .eyecatch {
  width:100%;
}

.img_display_1077 a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

/*バナー＞レスポンシブ大バナー（パターン）
 ---------------------------------------------------------------------------------------------------- */

#msxpp1yxy5gazblhmzkn .easys_content_inner {
  width:100%;
}
.img_display_1080 a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}


 /*バナー＞パララックス大バナー（パターン）
 ---------------------------------------------------------------------------------------------------- */
 #p2f6us58bvawc7mwpcqx div {
  margin-bottom:0;
  padding-bottom:0;
}

#p2f6us58bvawc7mwpcqx {
  margin:0 0 70px;
  background:url(/files/50_banner02_para.jpg) no-repeat center center fixed transparent;
  background-size:cover;
}

#p2f6us58bvawc7mwpcqx .easys_content_inner {
  width:100%;
}
.img_display_1082 a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

   /*バナー＞3連バナー①
 ---------------------------------------------------------------------------------------------------- */

  .img_display_1084  a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  }


   /*バナー＞3連バナー②
 ---------------------------------------------------------------------------------------------------- */

  .img_display_1088 a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  }


   /*バナー＞SNS有料ver大バナー①
 ---------------------------------------------------------------------------------------------------- */


  .img_display_1093 a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  }


   /*バナー＞SNS無料verハーフバナー
 ---------------------------------------------------------------------------------------------------- */


  .img_display_1107 a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  }

  
   /*バナー＞SNS有料ver3連バナー
 ---------------------------------------------------------------------------------------------------- */


.img_display_1108  a{
display: block;
width: 100%;
height: 100%;
position: relative;
}

 /*バナー＞動画バナー
 ---------------------------------------------------------------------------------------------------- */

#ohkgfejhnqj608wykjb7 {
  position:relative;
}

.img_display_1109  a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

/* 背景動画JSで追加 */
#ohkgfejhnqj608wykjb7 .design_video {
  display:block;
  position:absolute;
  top:0;
  left: calc(50% - 1000px);
  width: 2000px;
  height:100%;
  min-width:1300px;
  max-width:2000px;
  margin:0 auto;
}

/*バナー＞動画バナーパララックス
 ---------------------------------------------------------------------------------------------------- */
#u4kumt3w2pv8yktu10vu div {
  margin-bottom:0;
  padding-bottom:0;
}
#u4kumt3w2pv8yktu10vu {
  position:relative;
}

#u4kumt3w2pv8yktu10vu + .easys_content{
  padding-top: 70px;
  background-color: #FFF;
}

#rkzla3tourbd6c36wsrw {
  position:relative;
  background-color:#f7f7f7!important;
  margin-bottom:70px;
}

.img_display_1112 a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

/* 背景動画JSで追加 */
#u4kumt3w2pv8yktu10vu .design_video {
  display:block;
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: -100;
  width:100%;
  height:100%;
  min-width:1300px;
  max-width:2000px;
  margin:0 auto;
}

/* パララックス以外塗りつぶし */
#top_cover,
#bottom_cover {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #FFF;
}
#top_cover {
  top: 0;
}
#bottom_cover {
  bottom: 0;
}



/*20231016追加作成　特殊DB＞気になるところクリック
 ---------------------------------------------------------------------------------------------------- */
 /*  01 > 気になるところをクリック！
#ojy1szbzxrne61ebw50j
--------------------------------------------------------------- */
#ojy1szbzxrne61ebw50j{
  position: relative;
  height: 1200px;
  background: url(/files/lp/01_bg.jpg) no-repeat center top !important;
}
#ojy1szbzxrne61ebw50j::after{
  content: '';
  display: block;
  position: absolute;
  top: 345px;
  left: 0;
  right: 0;
  width: 1300px;
  height: 770px;
  margin: 0 auto;
  background: url(/files/lp/01_off.png) no-repeat center top;
}
/* hoverしたときの画像を設置*/
#ojy1szbzxrne61ebw50j [class*="field_"] {
  position: absolute;
  top: 345px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 1300px;
  height: 700px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
/* リンクボタンの共通設定 */
#ojy1szbzxrne61ebw50j .link_hover {
  position: absolute;
  z-index: 10;
  height: 25px;
}
#ojy1szbzxrne61ebw50j .link_hover a {
  display: block;
  height: 100%;
  width: 100%;
}
/* 各リンクボタンの設定 */
#ojy1szbzxrne61ebw50j .link_hover.link1 {
  top: 1008px;
  left: calc(50% - 343px);
  width: 95px;
}
#ojy1szbzxrne61ebw50j .link_hover.link2 {
  top: 971px;
  left: calc(50% - 399px);
  width: 95px;
}
#ojy1szbzxrne61ebw50j .link_hover.link3{
  top: 607px;
  left: calc(50% - -320px);
  width: 245px;
}
#ojy1szbzxrne61ebw50j .link_hover.link4{
  top: 450px;
  left: calc(50% - -77px);
  width: 245px;
}
#ojy1szbzxrne61ebw50j .link_hover.link5{
  top: 1048px;
  left: calc(50% - -201px);
  width: 80px;
}
#ojy1szbzxrne61ebw50j .link_hover.link6{
  top: 1005px;
  left: calc(50% - -316px);
  width: 65px;
}
#ojy1szbzxrne61ebw50j .link_hover.link7{
  top: 831px;
  left: calc(50% - -231px);
  width: 100px;
}
#ojy1szbzxrne61ebw50j .link_hover.link8{
  top: 1051px;
  left: calc(50% - 293px);
  width: 100px;
}
#ojy1szbzxrne61ebw50j .link_hover.link9{
  top: 530px;
  left: calc(50% - -378px);
  width: 100px;
}
#ojy1szbzxrne61ebw50j .link_hover.link10{
  top: 377px;
  left: calc(50% - 276px);
  width: 85px;
}
#ojy1szbzxrne61ebw50j .link_hover.link11{
  top: 404px;
  left: calc(50% - 375px);
  width: 85px;
}
#ojy1szbzxrne61ebw50j .link_hover.link12{
  top: 913px;
  left: calc(50% - -215px);
  width: 60px;
}
#ojy1szbzxrne61ebw50j .link_hover.link13{
  top: 439px;
  left: calc(50% - 482px);
  width: 85px;
}
#ojy1szbzxrne61ebw50j .link_hover.link14{
  top: 496px;
  left: calc(50% - 501px);
  width: 85px;
}
#ojy1szbzxrne61ebw50j .link_hover.link15{
  top: 927px;
  left: calc(50% - 447px);
  width: 95px;
}
#ojy1szbzxrne61ebw50j .link_hover.link16{
  top: 882px;
  left: calc(50% - 518px);
  width: 125px;
}
#ojy1szbzxrne61ebw50j .link_hover.link17{
  top: 838px;
  left: calc(50% - 563px);
  width: 100px;
}





/*20231016追加作成　LPサイト
 ---------------------------------------------------------------------------------------------------- */
#page_1170 #branding_box{
  padding-top: calc(990/2000*100%);
  background: none transparent;
}
#page_1170 #branding_box::before{
  content: '';
  position: absolute;
  top: calc(190/990*100%);
  left: calc(160/2000*100%);
  z-index: 10;
  width: calc(300/2000*100%);
  padding-top: calc(95/2000*100%);
  background: url("/files/lp/branding_box_bg.png") no-repeat center top/100%;
}
#page_1170 #outer_block{
  padding-top: 0;
}

#page_1170 .main_header img{
  background: url(/files/lp/60_branding_box_bg.png) no-repeat top center/100%
}

#page_1170 .iqfm-req_color{
  color: #63a0d8;
}
#page_1170 #footer_block {
  background: url(/files/lp/60_footer_bg.png) no-repeat center top;
}


 /*  DB
---------------------------------------------------------------------------------------------------- */
.db{
  position: relative;
}
.db .post_margin{
position: absolute;
overflow: visible;
height: auto;
margin-bottom: 0;
}
.db .headline_title{
  display: none;
}
.db .post_margin{
  position: absolute;
  overflow: visible;
  height: auto;
}

#page_1170 #ojy1szbzxrne61ebw50j,
#hmi6ihura9e0octmb07o,
#nvug8juaikwv886u23ow,
#r646krfxo9rurwuwqkw8{
  margin-bottom: 0 !important;
  padding: 0 !important;
}


/*  01 > 新築
#cf6q1ysc1phqjr3qc2tl
--------------------------------------------------------------- */
#cf6q1ysc1phqjr3qc2tl{
  height: 930px;
  background: url(/files/lp/02_bg.jpg) no-repeat center top;
}
#cf6q1ysc1phqjr3qc2tl .post_margin{
  top: 480px;
  left: calc(50% - 480px);
  width: 680px;
}
#cf6q1ysc1phqjr3qc2tl::before{
  content: '';
  position: absolute;
  top: 50px;
  left: calc(50% + 230px);
  z-index: 10;
  width: 540px;
  height: 450px;
  background: url(/files/lp/02_img01.png) no-repeat center top;
}
#cf6q1ysc1phqjr3qc2tl::after{
  content: '';
  position: absolute;
  top: 415px;
  left: calc(50% + 207px);
  z-index: 10;
  width: 615px;
  height: 500px;
  background: url(/files/lp/02_img02.png) no-repeat center top;
}

/*  02 > こんな不安ごと、ありませんか？
#jbdxy0b1ssdi81a2fmxi
--------------------------------------------------------------- */
#jbdxy0b1ssdi81a2fmxi{
  height: 1200px;
  background: url(/files/lp/03_bg.jpg) no-repeat center top;
}
#jbdxy0b1ssdi81a2fmxi::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(/files/lp/03_f.png) no-repeat center top;
}
#jbdxy0b1ssdi81a2fmxi .post_margin{
  top: 790px;
  left: 0;
  right: 0;
  z-index: 20;
  width: 670px;
  margin: 0 auto;
}
#jbdxy0b1ssdi81a2fmxi::after{
  content: '';
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 365px;
  height: 310px;
  margin: 0 auto;
  background: url(/files/lp/03_02.png) no-repeat center top;
  animation: fwfw 2s infinite alternate ease-in-out;
}
#jbdxy0b1ssdi81a2fmxi .easys_content_inner::before{
  content: '';
  position: absolute;
  top: 410px;
  left: calc(50% - 450px);
  z-index: 1;
  width: 350px;
  height: 310px;
  background: url(/files/lp/03_01.png) no-repeat center top;
  animation: fwfw 2s infinite alternate ease-in-out 0.2s;
}
#jbdxy0b1ssdi81a2fmxi .easys_content_inner::after{
  content: '';
  position: absolute;
  top: 410px;
  left: calc(50% + 80px);
  width: 360px;
  height: 310px;
  background: url(/files/lp/03_03.png) no-repeat center top;
  animation: fwfw 2s infinite alternate ease-in-out 0.3s;
}
@keyframes fwfw {
  to{transform: translateY(10px);}
}

/*  03 > りのべるが選ばれる3つのポイント
#hmi6ihura9e0octmb07o
--------------------------------------------------------------- */
#hmi6ihura9e0octmb07o{
  height: 1000px;
  background: url(/files/lp/04_bg.jpg) no-repeat center top !important;
}
#hmi6ihura9e0octmb07o *{
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
}
#hmi6ihura9e0octmb07o::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% + 194px);
  z-index: 20;
  width: 455px;
  height: 230px;
  background: url(/files/lp/04_anime01.png) no-repeat center top;
  animation: db04 1s linear infinite;
  pointer-events: none;
}
@keyframes db04{
  50%{background: url(/files/lp/04_anime01.png) no-repeat center top;}
  51%{background: url(/files/lp/04_anime02.png) no-repeat center top;}
  100%{background: url(/files/lp/04_anime02.png) no-repeat center top;}
}
#hmi6ihura9e0octmb07o::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 870px;
  height: 870px;
  margin: auto;
  background: url(/files/lp/04_circle.png) no-repeat center top;
  animation: krkr 30s linear infinite;
}
#hmi6ihura9e0octmb07o .easys_content_inner::after{
  content: '';
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 30;
  width: 1300px;
  height: 590px;
  margin: 0 auto;
  background: url(/files/lp/04_title.png) no-repeat center top;
  pointer-events: none;
}
#hmi6ihura9e0octmb07o .entry_post{
  position: absolute;
  top: 560px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 660px;
  margin: 0 auto;
}
#hmi6ihura9e0octmb07o .post_data p{
  text-align: center;
  color: #fff;
}


/*  04 > 適正価格
#nvug8juaikwv886u23ow
--------------------------------------------------------------- */
#nvug8juaikwv886u23ow{
  height: 1000px;
  background: url(/files/lp/05_bg.jpg) no-repeat center top !important;
}
#nvug8juaikwv886u23ow::before,
#nvug8juaikwv886u23ow::after{
  content: '';
  position: absolute;
  animation: fwfw 2s alternate infinite ease-in-out;
}
#nvug8juaikwv886u23ow::before{
  top: 90px;
  left: calc(50% - 680px);
  width: 337px;
  height: 245px;
  background: url(/files/lp/05_img01.png) no-repeat center top;
}
#nvug8juaikwv886u23ow::after{
  top: 500px;
  left: calc(50% + 450px);
  width: 205px;
  height: 125px;
  background: url(/files/lp/05_img02.png) no-repeat center top;
}
#nvug8juaikwv886u23ow .post_margin{
  top: 650px;
  left: calc(50% - 380px);
  width: 600px;
}
#nvug8juaikwv886u23ow .easys_content_inner::before{
  content: '';
  position: absolute;
  top: 601px;
  left: calc(50% - 656px);
  width: 285px;
  height: 330px;
  animation: db05 1s linear infinite;
}
@keyframes db05{
  0%{background: url(/files/lp/05_anime01.png) no-repeat center top;}
  50%{background: url(/files/lp/05_anime01.png) no-repeat center top;}
  51%{background: url(/files/lp/05_anime02.png) no-repeat center top;}
  100%{background: url(/files/lp/05_anime02.png) no-repeat center top;}
}

/*  05 > 高品質
#khrnyf7790qg95yqmljz
--------------------------------------------------------------- */
#khrnyf7790qg95yqmljz{
  height: 900px;
  background: url(/files/lp/06_bg.jpg) no-repeat center top;
}
#khrnyf7790qg95yqmljz::before{
  content: '';
  position: absolute;
  top: 190px;
  left: calc(50% + 90px);
  width: 530px;
  height: 530px;
  animation: db06 3s linear infinite;
}
@keyframes db06{
  0%{background: url(/files/lp/06_anime01.png) no-repeat center top;}
  32%{background: url(/files/lp/06_anime01.png) no-repeat center top;}
  33%{background: url(/files/lp/06_anime02.png) no-repeat center top;}
  65%{background: url(/files/lp/06_anime02.png) no-repeat center top;}
  66%{background: url(/files/lp/06_anime03.png) no-repeat center top;}
  100%{background: url(/files/lp/06_anime03.png) no-repeat center top;}
}
#khrnyf7790qg95yqmljz::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 310px;
  background: url(/files/lp/06_f.png) no-repeat center top;
}
#khrnyf7790qg95yqmljz .post_margin{
  top: 430px;
  left: calc(50% - 480px);
  width: 480px;
}

/*  06 > 最短即日対応可能
#wpks8vuxpt1gwbc91whe
--------------------------------------------------------------- */
#wpks8vuxpt1gwbc91whe{
  height: 800px;
  background: url(/files/lp/07_bg.jpg) no-repeat center top;
}
#wpks8vuxpt1gwbc91whe::before{
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 105px;
  background: url(/files/lp/07_scroll.png) repeat-x left top;
  animation: yokodb07 30s infinite linear;
}
@keyframes yokodb07{
  to{background-position-x: -1465px;}
}
#wpks8vuxpt1gwbc91whe .post_margin{
  top: 360px;
  left: calc(50% - 60px);
  width: 650px;
  color: #fff;
}
#wpks8vuxpt1gwbc91whe::after{
  content: '';
  position: absolute;
  top: 207px;
  left: calc(50% - 651px);
  width: 535px;
  height: 420px;
  background: url(/files/lp/07_f.png) no-repeat center top;
}

/*  07 > 代表挨拶
#r646krfxo9rurwuwqkw8
--------------------------------------------------------------- */
#r646krfxo9rurwuwqkw8{
  height: 900px;
  margin-bottom: 50px !important;
  background: url(/files/lp/09_bg.jpg) no-repeat center top !important;
}
#r646krfxo9rurwuwqkw8 .post_margin{
  top: 410px;
  left: calc(50% - 480px);
  width: 700px;
  color: #fff;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  3連
#kpuy60ytqrr7co1s2jas
--------------------------------------------------------------- */
#kpuy60ytqrr7co1s2jas{
  display: flex;
  align-items: center;
  position: relative;
  height: 420px;
  background: url(/files/lp/block_bg_bnr.jpg) repeat-x center top;
}
#kpuy60ytqrr7co1s2jas::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  background: url(/files/lp/3bnr_scroll.png) repeat-x left top;
  animation: yoko3bnr 30s infinite linear;
}
@keyframes yoko3bnr{
  to{background-position-x: -1480px;}
}
#kpuy60ytqrr7co1s2jas *{
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#kpuy60ytqrr7co1s2jas .img_display{
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 0 60px;
}
#kpuy60ytqrr7co1s2jas .field_3col,
#kpuy60ytqrr7co1s2jas .field_3col .eyecatch{
	width: 100% !important;
}
#kpuy60ytqrr7co1s2jas .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#kpuy60ytqrr7co1s2jas .eyecatch a::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/files/lp/3bnr_bg.png) no-repeat center top;
  animation: krkr 30s linear infinite;
}
@keyframes krkr{
  to{transform: rotate(360deg);}
}
#kpuy60ytqrr7co1s2jas .eyecatch a img{
  position: relative; 
  z-index: 10;
}
#kpuy60ytqrr7co1s2jas .eyecatch a:hover img{
  opacity: 1;
}


/*  お問い合わせ・施工実績
#fdzho5o3yg6zngy3qn3i
#rywk4ir6a0m2mlxmg7xe
#igvj470y1fqsx156kwcd
.banner
--------------------------------------------------------------- */
.banner{
  display: flex;
  align-items: center;
  height: 450px;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.banner .easys_content_inner{
	width: 1100px;
}
.banner *{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.banner .img_display{
  display: grid;
  grid-template-columns: repeat(2, 530px);
  gap: 0 40px;
}
.banner .field_2col,
.banner .field_2col .eyecatch{
	width: 100% !important;
}
.banner .eyecatch a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .eyecatch a img{
  transition: 0.3s;
}
.banner .eyecatch a:hover img{
  opacity: 0;
}
.banner .float_left a{
  background: url('/files/lp/half_bnr_contact_on.jpg') no-repeat center top/100%;
}
.banner .float_right a{
  background: url('/files/lp/half_bnr_works_on.jpg') no-repeat center top/100%;
}



/*数字で見るランダム変数
thrhrmfbndy2zlkv1dvj
---------------------------------------*/
#thrhrmfbndy2zlkv1dvj {
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px;
  position: relative;
}
#thrhrmfbndy2zlkv1dvj::before {
  content: "";
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  height: 430px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/design08_bg_sticky.png) no-repeat center top;
}
#thrhrmfbndy2zlkv1dvj.scroll_in::before {
  position: fixed;
}
@media screen and (max-width:1300px) {
  #thrhrmfbndy2zlkv1dvj.scroll_in::before {
    left: 0;
    transform: translateX(0);
    background-position-x: 0;
  }
}
#thrhrmfbndy2zlkv1dvj.scroll_out::before {
  position: absolute;
  top: inherit;
  bottom: 0;
}
#thrhrmfbndy2zlkv1dvj .easys_content_inner {
  width: 960px;
}
#thrhrmfbndy2zlkv1dvj .entry_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#thrhrmfbndy2zlkv1dvj .sub_post {
  background-color: #fcfcfc;
  border: 2px solid #45b173;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1); 
  box-sizing: border-box;
  margin-top: 35px;
}
#thrhrmfbndy2zlkv1dvj .text_size_full {
  height: 185px;
  display: flex;
  align-items: center;
}
#thrhrmfbndy2zlkv1dvj .post_data {
  display: flex;
  justify-content: center;
  gap: 100px;
}
#thrhrmfbndy2zlkv1dvj .post_data,
#thrhrmfbndy2zlkv1dvj .post_data p {
  margin-bottom: 0;
}
#thrhrmfbndy2zlkv1dvj .post_data p::after {
  content: "";
  color: #4a4a4a;
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 20px;
}
#thrhrmfbndy2zlkv1dvj .sub_post > [class*="title"] {
  background: url(/files/design08_content_title_bg.jpg) repeat left top;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 188px;
}
#thrhrmfbndy2zlkv1dvj .sub_post > [class*="title"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
#thrhrmfbndy2zlkv1dvj .sub_post_0 > [class*="title"]::after { background-image: url(/files/design08_content01.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_1 > [class*="title"]::after { background-image: url(/files/design08_content02.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_2 > [class*="title"]::after { background-image: url(/files/design08_content03.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_3 > [class*="title"]::after { background-image: url(/files/design08_content04.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_4 > [class*="title"]::after { background-image: url(/files/design08_content05.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_5 > [class*="title"]::after { background-image: url(/files/design08_content06.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_6 > [class*="title"]::after { background-image: url(/files/design08_content07.png);}
#thrhrmfbndy2zlkv1dvj .sub_post_7 > [class*="title"]::after { background-image: url(/files/design08_content08.png);}

#thrhrmfbndy2zlkv1dvj .sub_post_0 {
  width: 960px;
  height: 190px;
  display: flex;
  align-items: center;
}
#thrhrmfbndy2zlkv1dvj .sub_post_0 > [class*="title"],
#thrhrmfbndy2zlkv1dvj .sub_post_0 > .text_size_full {
  width: 50%;
  height: 100%;
}
#thrhrmfbndy2zlkv1dvj .sub_post_0 > .post_data {
  height: 100%;
  display: flex;
  align-items: center;
}
#thrhrmfbndy2zlkv1dvj .sub_post_1,
#thrhrmfbndy2zlkv1dvj .sub_post_2 {
  width: 465px;
}
#thrhrmfbndy2zlkv1dvj .sub_post_3,
#thrhrmfbndy2zlkv1dvj .sub_post_4,
#thrhrmfbndy2zlkv1dvj .sub_post_5,
#thrhrmfbndy2zlkv1dvj .sub_post_6 {
  width: 300px;
}
#thrhrmfbndy2zlkv1dvj .sub_post_7 {
  width: 630px;
}

#thrhrmfbndy2zlkv1dvj .sub_post_0 .post_data p::after { content: "年";}
#thrhrmfbndy2zlkv1dvj .sub_post_1 .post_data p::after { content: "軒";}
#thrhrmfbndy2zlkv1dvj .sub_post_2 .post_data p::after { content: "件";}
#thrhrmfbndy2zlkv1dvj .sub_post_3 .post_data p::after { content: "％";}
#thrhrmfbndy2zlkv1dvj .sub_post_4 .post_data p::after { content: "年";}
#thrhrmfbndy2zlkv1dvj .sub_post_5 .post_data p::after { content: "時間";}
#thrhrmfbndy2zlkv1dvj .sub_post_6 .post_data p::after { content: "歳";}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p::after { content: "％";}

#thrhrmfbndy2zlkv1dvj .sub_post_7 .js_typing {
  font-size: 70px;
  padding-top: 30px;
  position: relative;
}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data {
  background: url(/files/design08_content08_num_bg.png) no-repeat center center;
}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p::before {
  content: "";
  color: #4a4a4a;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  height: 1em;
  line-height: 1em;
}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p:nth-of-type(1) {
  margin-left: -10px;
}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p:nth-of-type(1):before { content: "男";}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p:nth-of-type(2):before { content: "女";}
#thrhrmfbndy2zlkv1dvj .sub_post_7 .post_data p::after {
  margin-left: 0;
}

/* ＞文字がランダム */
.js_typing {
  color: #45b173;
  font-family: 'Saira', sans-serif;
  font-size: 130px;
  font-weight: bold;
  height: 1em;
  line-height: 1em;
}




#fixed_btn_dir{
  position:fixed;
  left: 17px;
  bottom: 10px;
  z-index:999;
}

#fixed_btn_dir a img{
  transform:scale(1);
  transition:0.3s ease 0s;
  width: 160px;
}

#fixed_btn_dir a:hover img{
   transform:scale(0.9); 
}


#fixed_btn_faq{
  position:fixed;
  left: 10px;
  bottom: 180px;
  z-index:999;
}

#fixed_btn_faq a img{
  transform:scale(1);
  transition:0.3s ease 0s;
}

#fixed_btn_faq a:hover img{
   transform:scale(0.9); 
}
