@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/* =================================================================================================================== */
/* SPカスタムプロパティ ★*/
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #059fff;
  --border_color: #8c8c8c;
  --table_border_color: #000000;
  --th_background_color: #ddfadc;
  --td_background_color: #ffffff;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #eb0000;
  --navigation_background_color: transparent;
  --navi_characters_color: transparent;
  --navigation_sub_color: transparent;
  --medium_page_background_color: transparent;
  --inside_page_text_color: transparent;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: transparent;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: transparent;
  --h3_heading_background_color: transparent;
  --h3_heading_text_color: #ffffff;
  --h3_heading_link_color: #ffffff;
  --h3_heading_border_color: transparent;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #ffffff;
  --h4_subheading_link_color: #ffffff;
  --h4_subheading_border_color: transparent;
  --inline_background_color: #059fff;
  --inline_characters_color: #ffffff;
  --inline_link_color: #ffffff;
  --inline_border_color: transparent;
  --widget_heading_background_color: transparent;
  --widget_heading_text_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_border_color: transparent;
  --blog_heading_background_color: transparent;
  --blog_heading_text_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_border_color: transparent;
  --copyright_background_color: #005645;
  --copyright_characters_color: #ffffff;
}

/* =================================================================================================================== */
/* 置換以外 */
:root {
  --easys_base_width: 640;
  /* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;
  /* EASYSの基本余白 */
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));
  /* メニューボタンサイズ */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));
  /* スクロールフッタ高さ */
  --easys_standard_value001: #ffffff;
  /* スクロールフッタ＞背景色 */
  --easys_standard_value002: #ffffff;
  /* カレンダーの本日＞文字色 */
}


/* =================================================================================================================== */

/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

#naka_page_title h1,
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
#primary ul.xoxo li ul li a,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .sub_post_title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title,
* .inline_title,
small a {
  font-weight: 700;
}


/* リンク */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}


/* ページ送り */
.tablenav {
  clear: both;
}

.sp_gallery {
  text-align: center;
}

.sp_gallery img {
  max-width: 100%;
  /* width: auto; */
}

.img_border {
  border: 0 none;
}

/* ロゴの上下余白調整 */
#h1_teaser_image {
  margin: 0;
}

/* SP余白設定
---------------------------------------------------------------------------------------------------- */
/* アウターブロック */
#main>#outer_block:not(#page-6 #main>#outer_block) {
  padding-top: 5%;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0 !important;
}

/* 余白を付ける(「D-01 ギャラリーブロック」を除いたスライドショーとギャラリーは除外) */
/* #main>#outer_block>section:not(.has_nk_01) {
  padding-bottom: var(--easys_padding);
} */

#main>#outer_block>section:not(.device_width):not(.has_c_07):not(.has_c_08):not(.has_c_09):not(.has_np_04):not(.has_z_j6) {
  padding-right: 5%;
  padding-left: 5%;
}

/* 見出しだけ全幅にする時 
  #main > #outer_block > section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #main > #outer_block > section .content_area {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ブログページ */
#main>#container,
#main>#rSide {
  padding: var(--easys_padding);
}

/* 見出しだけ全幅にする時 
  #main > #container,
  #main > #rSide {
    padding-right: 0;
    padding-left: 0;
  }
  #main > #container > #content > .post > *:not(.entry_title) {
    padding-right: var(--easys_padding);
    padding-left: var(--easys_padding);
  }
  #main > #rSide > #primary > .xoxo #searchform,
  #main > #rSide > #primary > .xoxo li ul li,
  #main > #rSide > #primary > .xoxo #calendar_wrap {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/*左寄せのとき*/
/* #Side .xoxo li .menu-item a {
    text-align: left;
    padding: 0px 15%;
} */

/* メニューON時　メニューの文字色変更 */
#Side .xoxo li .menu-item a {
  color: var(--navi_characters_color) !important;
}

/* ブログ下部 ブログメニュー部分　文字色変更 */
#primary ul.xoxo li ul li a {
  color: var(--link_color) !important;
  /* 全体のリンクカラー */
}

/* ブログ下部 ブログメニュー部分　下線色変更 */
#Side .xoxo li .menu-item a,
#primary ul.xoxo li ul li {
  border-color: var(--border_color) !important;
}

#rSide_wrap {
  background: none transparent !important;
}

#searchform input[type="text"] {
  max-width: 77%;
}

/* SPメニュークリックで一番上にスクロールさせない */
.scroll-prevent {
  position: static !important;
  overflow: hidden !important;
}

#Side_wrap,
#rSide_wrap,
#Side {
  height: 100% !important;
}

/*ブログ　前後投稿リンク　ボーダー削除*/
#nav-below .nav-previous a {
  border: none;
}

/* ===================================================================================================================
   ■見出し
------------------------------------------------------------------------------------------------------------------- */
/* 中ページ ページタイトル */
/* #naka_page_title {
  margin: 0;
} */
#naka_page_title h1 {
  padding: 1em 5%;
  background: var(--medium_page_background_color);
  color: var(--inside_page_text_color);
  text-align: center;

  /* border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: var(--middle_page_border_color); */
}

/*追加　詳細記事へのリンクボタン等*/
.pageback a,
.permalink_in a {
  border: none transparent !important;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
th,
td {
  vertical-align: top;
  white-space: initial !important;
}

.mobile_e1 .icon_list_block {
  box-sizing: border-box;
  width: 100%;
}

.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.img_thumb,
.column_1,
.column_2,
.column_3,
.column_4 {
  text-align: center;
}

.img_thumb img,
.column_1 img,
.column_2 img,
.column_3 img,
.column_4 img {
  max-width: 100%;
  /*width: auto;*/
  vertical-align: top;
}

.menu_area td,
.menu_td_text,
.bottom_border {
  /* Dブロック　メニュー部点線 */
  border-color: var(--border_color) !important;
}

.menu_area td,
.menu_td_text {
  vertical-align: top !important;
}

.flow_arr {
  background-size: contain !important;
}

/* K-01、K-02 メール投稿ブロック */
.k_01 .content_area,
.k-02 .content_area {
  line-height: 2;
}

/* Z-J スライドショー */
.z_j1 {
  margin: 0 0 20px;
}

.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}

.j_01 .sub-post {
  margin: 0 10px 20px;
}

.j_01 .content_area .sub-post {
  margin: 0;
}

.z_d1 {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
  max-height: 75vh;
}

/* 必須項目 */
.iqfm-req_color {
  display: block;
  color: var(--required_color);
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* お問合せフォーム整形 */
table.iqfm-table {
  margin: 0 auto 1em;
}

table.iqfm-table th,
table.iqfm-table td {
  vertical-align: middle !important;
  white-space: normal !important;
}

table.iqfm-table td {
  min-width: 16em;
}

table.iqfm-table td span.wpcf7-list-item {
  display: block;
  margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 95%;
}

table.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
}

table.iqfm-table td input[type="text"][size="4"] {
  width: 4em;
}

/* プライバシーポリシー整形 */
.privacy_block strong {
  font-size: 130%;
  line-height: 2;
}

.privacy_block ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square outside none;
  line-height: 1.7;
}

.z_g1 .content_area {
  box-shadow: none;
}

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1,
.z_g1 .column2,
.z_g1 .column3,
.z_g1 .column4 {
  vertical-align: top;
  text-align: left;
  white-space: normal !important;
  word-break: break-all;
}

/* テーブルセルの最小幅設定 */
.menu_area td:before,
.menu_td_text:before,
td.td_name:before,
.z_g1 .column1:before,
.z_g1 .column2:before,
.z_g1 .column3:before,
.z_g1 .column4:before {
  display: block;
  min-width: 4em;
  content: "";
}

#nav-below div a {
  background-size: cover !important;
}

.category-blog .entry-content img:not([src*="wp-social-book"]) {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img {
  min-width: 0;
  max-width: 80%;
  width: auto;
}

.entry-content .alignleft {
  text-align: left;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content .alignright {
  text-align: right;
}

.z_m1 {
  margin: 0 10px 10px;
}

#video_teaser_sp,
#jquery_slider_sp {
  position: relative;
  margin: 0;
  font-size: 0;
  overflow: hidden;
}

/* トップに画像を重ねる時 */
#jquery_slider_sp .design_block {
  z-index: 101;
}
#jquery_slider_sp .design_block.img00 {
  top: calc(300 / 640 * 100vw);
  left: 0;
  width: calc(640 / 640 * 100vw);
  height: calc(780 / 640 * 100vw);
  background: url(../files/sp_top_header_cover01.png) no-repeat center top / 100%;
  transform: translateX(20vw);
}
#jquery_slider_sp .design_block.img01 {
  top: calc(155 / 640 * 100vw);
  left: calc(18 / 640 * 100vw);
  width: calc(604 / 640 * 100vw);
  height: calc(264 / 640 * 100vw);
  z-index: 100;
  background: url(../files/sp_top_header_cover02.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
  transition-delay: 0.5s;
}
#jquery_slider_sp.loaded .design_block.img00,
#jquery_slider_sp.loaded .design_block.img01 {
  transform: translate(0, 0);
  opacity: 1;
}

#jquery_slider_sp .design_block.img02 {
  top: calc(696 / 640 * 100vw);
  left: calc(3 / 640 * 100vw);
  width: calc(635 / 640 * 100vw);
  height: calc(368 / 640 * 100vw);
  background: url(../files/sp_top_header_cover03.png) no-repeat center top / 100%;
}
#jquery_slider_sp.loaded .design_block.img02 {
  animation: mv-appear1 1.1s linear 1s forwards;
}
@keyframes mv-appear1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  5% {
    transform: scale(2.5);
    opacity: 1;
  }
  10% {
    transform: scale(2.5);
    opacity: 1;
  }
  15% {
    transform: scale(2.5);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  30% {
    transform: scale(1);
    opacity: 1;
}
  35% {
    transform: scale(1.3);
    opacity: 1;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
}
  55% {
    transform: scale(1.08);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  65% {
    transform: scale(1.05);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.03);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  85% {
    transform: scale(1.01);
    opacity: 1;
  }
  90% {
    transform: scale(1);
    opacity: 1;
  }
  95% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header {
  display: none;
}

#float_header #btn_menu {
  top: calc(20 / 640 * 100vw);
  right: calc(20 / 640 * 100vw);
  width: var(--easys_menu_size);
  height: auto;
}

/* アクセスマップボタン */
#float_header #menu_access_btn {
  top: 20px;
  right: calc(20px + var(--easys_menu_size));
  /* 12.5％=ハンバーガーメニューの横幅 */
  width: var(--easys_menu_size);
  height: auto;
}

/* メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる */
#menu-sp_side {
  background-position: center 20px;
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
---------------------------------------------------------------------------------------------------- */
/* contact2ボタン */
body.has_scroll_footer {
  padding: 0 0 var(--easys_footer_h);
}

.scroll_footer ul {
  background: none;
}

.scroll_footer,
.scroll_footer ul {
  height: var(--easys_footer_h);
  background-color: transparent;
  box-shadow: none;
}

.scroll_footer ul li {
  width: 50%;
  height: var(--easys_footer_h);
}

.scroll_footer ul li a {
  display: block;
}

.scroll_footer ul li.footer_tel_link {
  left: 0;
}

.scroll_footer ul li.footer_contact_link {
  right: 0;
}

/*  その他
---------------------------------------------------------------------------------------------------- */
#foot #copy {
  background: none;
  /* height: calc(540 / 640 * 100vw);
  position: relative; */
}

/* #copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
} */


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .black-screen {
    background-color: #000000;
}

.black-screen>.inner {
    top: calc(50vh - (5vw / 2));
    width: 3vw;
    height: 3vw;
    background-image: url("/files/loading.svg");
} */

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"] {
  display: block !important;
  margin: 0 0 20px;
  max-width: 100%;
  width: 1000px !important;
  height: 500px;
  border: none !important;
}

/* Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf {
  min-width: 4em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        ▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*  タイトルロゴ
===============================================================■■■■■*/
#h1_teaser_image {
  margin: 0;
  /* ロゴの上下余白調整 */
  background: transparent url(../files/sp_main_logo.png) no-repeat center top / 100% auto;
}

/* fixする場合(ハンバーガーメニューの高さ) 
  #h1_teaser_image {
    position: fixed;
    top: 0;
    z-index: 1000;
  }*/

/* TOPロゴ非表示
#page-6 #h1_teaser_image {
  display: none;
} */

/*スライダーの上にロゴを重ねる*/
#page-6 #slide {
  position: absolute;
  top: 0;
}
#page-6 #jquery_slider_sp {
  margin: 0;
  position: relative;
  z-index: 1;
}
#page-6 #h1_teaser_image {
  position: relative;
  z-index: 10;
}

#h1_teaser_image h1 a img {
  width: 100%;
  height: calc(100vw * (150 / var(--easys_base_width)));
  /*「150」はロゴ画像の高さに変更*/
}

/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
  ===============================================================■■■■■*/
/* body#page-6 div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_top_bg.png) no-repeat center bottom / 100% auto;
} */

/*	メイン背景画像 - 中ページ用
  ===============================================================■■■■■
  body:not(#page-6) div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_naka_bg.png) no-repeat center bottom / 100% auto;
  }*/

/*	フッター - コピーライト
  ===============================================================■■■■■*/
address#copyright {
  display: block;
  background-color: var(--copyright_background_color);
  color: var(--copyright_characters_color);
  font-style: normal;
  font-size: 12px;
}

/*	■メインコンテンツ背景 ★
  ===============================================================■■■■■*/
html,
body,
#Wrap {
  /* 背景色のみなら↓　 */
  background-color: var(--basic_background_color);

  /*画像なら↓
  background: url(../files/sp_html_bg.png);*/
}

/*	○ 両サイドナビゲーション背景 ★
  ===============================================================■■■■■*/
#Side_wrap {
  /* 背景色のみなら↓　 */
  background-color: var(--navigation_background_color);
  /*画像なら↓
  background: url(../files/sp_navi_bg.png)no-repeat center / cover;*/
}

#Side_wrap ul#menu-sp_side {
  padding: 30% 0 8%;
}

/*  サイト全体 テキストカラー：文字色
  ===============================================================■■■■■*/
body {
  color: var(--body_text_color);
}

/*	サイト全体 リンクカラー：リンク文字色
  ===============================================================■■■■■*/
* a {
  color: var(--link_color);
}

/*	サイト全体 リンクカラー：リンク文字色（マウスオーバー）
  ===============================================================■■■■■*/
* a:hover {
  color: var(--link_color);
}

/*	大見出し(h2見出し) ★
  ===============================================================■■■■■*/
* .headline_title {
  box-sizing: border-box;
  /* border: solid 1px var(--h2_heading_border_color); */
  /* background: var(--h2_heading_background_color); */
  color: var(--h2_heading_text_color);
  background: transparent url(../files/sp_headline_title_bg.png) repeat center bottom / 100% auto;
  /*background: linear-gradient(#555555,#555555);*/
}

/*  大見出し(h2見出し)：リンクカラー
  ===============================================================■■■■■*/
* .headline_title a {
  color:
    var(--h2_link);
  font-weight: bold;
}

* .headline_title a:hover {
  color:
    var(--h2_link);
}

/*  見出し(h3見出し) ★
  ===============================================================■■■■■*/
/*  ウィジェットタイトル(ウィジェット見出し)
  ===============================================================■■■■■*/
/*  ブログ見出し：グラデーション
  ===============================================================■■■■■*/
* .entry_title,
* .widget-title,
* .widget-title2,
.top-back.unity_title,
#content .type-post .entry_title {
  box-sizing: border-box;
  /* border: solid 1px var(--h3_heading_border_color); */
  /* background: var(--h3_heading_background_color); */
  color: var(--h3_heading_text_color);
  background: transparent url(../files/sp_entry_title_bg.png) repeat center bottom / 100% auto;
  /*background: linear-gradient(#888888,#888888);*/
  padding: 15px 5%;
}

/*ブログタイトル*/
.widget-title2 {
  padding: 0;
}

/*	見出し(h3見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ウィジェットタイトル(ウィジェット見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ブログ見出し：リンクカラー
  ===============================================================■■■■■*/
* .entry_title a,
* .widget-title a,
* .widget-title2 a,
.top-back.unity_title a,
#content .type-post .entry_title a {
  color: var(--h3_heading_link_color);
  font-weight: bold;
}

* .entry_title a:hover,
* .widget-title a:hover,
* .widget-title2 a:hover,
.top-back.unity_title a:hover,
#content .type-post .entry_title a:hover {
  color: var(--h3_heading_link_color);
}

/*	小見出し(h4小見出し) ★
  ===============================================================■■■■■*/
* .sub_post_title {
  box-sizing: border-box;
  /* border: solid 1px var(--h4_subheading_border_color); */
  /* background: var(--h4_subheading_background_color); */
  color: var(--h4_subheading_text_color);
  background: transparent url(../files/sp_sub_title_bg.png) repeat center bottom / 100% auto;
  /*background: linear-gradient(#cccccc,#cccccc);*/
  padding: 15px 5%;
}

/*  小見出し(h4小見出し)：リンクカラー
  ===============================================================■■■■■*/
* .sub_post_title a {
  color:
    var(--h4_link);
  font-weight: bold;
}

* .sub_post_title a:hover {
  color:
    var(--h4_link);
}

/*  インラインタイトル(インライン) ★
  ===============================================================■■■■■*/
.inline_title,
small a,
.tablenav .page-numbers,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  box-sizing: border-box;
  border: solid 1px var(--inline_border_color);
  background: var(--inline_background_color);
  color: var(--inline_characters_color);
  /* background: transparent url(../files/sp_inline_title_bg.png) repeat center top / 100% auto; */
  /*background: linear-gradient(#cccccc,#cccccc);*/
  border-radius: 9999px;
}

.inline_title,
small a {
  text-align: center;
}

.comment_title {
  border-left: 5px solid var(--inline_border_color);
}

/*	インラインタイトル(インライン)：リンクカラー
  ===============================================================■■■■■*/
.inline_title a {
  color: var(--inline_link_color);
}

small a,
.tablenav a,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  color: var(--inline_link_color) !important;
  font-weight: bold;
}

.inline_title a:hover,
small a:hover,
.tablenav a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:hover,
.pageback a:hover,
.permalink_in a:hover {
  color: var(--inline_link_color) !important;
}

/*	ページ共通：テーブル
  ===============================================================■■■■■*/
/* テーブル背景 */
.iqfm-table tr th,
.iqfm-table tr td,
td.td_name,
td.td_value,
td.coupon_meta_title,
td.coupon_meta,
td.coupon_data {
  box-sizing: border-box;
  border: solid 1px var(--table_border_color);
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

td.coupon_data {
  color: var(--td_character_color);
}

/* テーブルセル左 */
.iqfm-table tr th,
td.td_name,
td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

/* テーブルセル右 */
.iqfm-table tr td,
.iqfm-table tr td input.wpcf7c-conf,
.iqfm-table tr td textarea.wpcf7c-conf,
td.td_value,
td.coupon_meta,
td.coupon_data {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

/*テーブル設定*/
.iqfm-table tr th {
  width: 25%;
}
.iqfm-table tr th, .iqfm-table tr td, td.td_name, td.td_value,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none var(--td_background_color);
  color: var(--td_character_color);
  border: 1px solid var(--table_border_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > th {
  background: none var(--th_background_color) !important;
  color: var(--th_character_color);
}


/*	新着リスト：ベースカラー
  ===============================================================■■■■■*/
.nq_01 .list_block {
  border: 1px solid var(--link_color);
}

/* インデント */
.nq_01 h2.post_read_title .border_line {
  border-left: 5px solid var(--link_color);
}

/* リスト見出し */
.nq_01 h2.post_read_title {
  padding: 10px;
  border-bottom: 1px solid var(--link_color);
}

/* リストボーダー */
.nq_01 .list_box {
  border-bottom: 1px dotted var(--link_color);
}

/* 日付ボーダー */
.nq_01 .list_box .date,
.nq_01 .list_box_last .date {
  border-bottom: 1px dashed var(--link_color);
}

/* 新着リスト：文字色 */
.nq_01 .list_block {
  color: var(--link_color);
}

/*	投稿カレンダー：今日のテーブルセル背景色
  ===============================================================■■■■■*/
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}

#calendar_wrap table tr td a {
  text-decoration: underline;
}

#calendar_wrap table tr td a:hover {
  text-decoration: none;
}

/* fffか333かサイト背景色 */
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value002);
}

/*	HTMLリセット
  ===============================================================■■■■■*/
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          ▲SPサイトデザイン▲ここまで
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* デザインブロック共通
--------------------------------------- */
.db_block *[class*="title"] {
  display: none;
}

.db_block .content_area {
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 0;
}

.db_block .margin-bottom_20 {
  margin-top: calc(40 / 640 * 100vw);
}

/*追加画像*/
.add_images,
.design_block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all 1s;
}

/* .design_block.moved {
  transform: translate(0) !important;
  opacity: 1;
} */

section.no_margin {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

section.no_margin+section:not(.no_margin) {
  margin-top: 5vw;
}

/* バナー一括
--------------------------------------- */
.bnr_block {
  padding: 0 !important;
}

.bnr_block div {
  margin-bottom: 0;
}

/* スマホバナー、セカンドメインは下記コードで基本いけます！★
--------------------------------------- */
#zzz {
  padding: 0 !important;
}
#zzz div {
  margin-bottom: 0;
}




/* ===========================================================================
     トップページ
=========================================================================== */
/*DB＞埼玉県比企郡にある亀井工業
g4664n87bwvhapfv7peq
--------------------------------------- */
#g4664n87bwvhapfv7peq {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: url(../files/sp_design01_bg.png) no-repeat center bottom / 100% #0d5cd1;
  padding: calc(490 / 640 * 100vw) 0 calc(505 / 640 * 100vw) !important;
}
#g4664n87bwvhapfv7peq *[class*='title'] {
  display: none;
}
#g4664n87bwvhapfv7peq .content_area {
  margin: 2% 5% 0;
}

#g4664n87bwvhapfv7peq .design_block.img00 {
  top: calc(140 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(590 / 640 * 100vw);
  height: calc(314 / 640 * 100vw);
  background: url(../files/sp_design01_ttl.png) no-repeat center top / 100%;
}
#g4664n87bwvhapfv7peq .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}


/*バナー＞お問い合わせ/GATEN職（※参照元）
h3mc1bmsljmj50a1wd29     outer_block .copy_bnr
--------------------------------------- */
#outer_block .copy_bnr {
  padding-top: calc(30 / 640 * 100vw) !important;
  padding-bottom: calc(75 / 640 * 100vw) !important;
}
#outer_block .copy_bnr div {
  margin-bottom: 0;
}
#outer_block .copy_bnr .column_1 + .column_1 {
  margin-top: calc(15 / 640 * 100vw);
}


/*バナー＞メンテナンス/頑張りを評価する環境/福利厚生/美味しいものも
fkm5817wi8zlkrsfj59o
--------------------------------------- */
#fkm5817wi8zlkrsfj59o {
  position: relative;
  overflow: hidden;
  padding-top: calc(367 / 640 * 100vw) !important;
  padding-bottom: calc(427 / 640 * 100vw) !important;
  background: url(../files/sp_banner_4column_bnr_bg.png) no-repeat center top / 100%;
}
#fkm5817wi8zlkrsfj59o div {
  margin: 0;
}
#fkm5817wi8zlkrsfj59o .column_2 {
  width: calc(280 / 640 * 100vw);
}
#fkm5817wi8zlkrsfj59o .column_2:nth-of-type(n+3) {
  margin-top: calc(19 / 640 * 100vw);
}

#fkm5817wi8zlkrsfj59o .design_block.img00 {
  top: calc(97 / 640 * 100vw);
  left: calc(54 / 640 * 100vw);
  width: calc(534 / 640 * 100vw);
  height: calc(188 / 640 * 100vw);
  background: url(../files/sp_banner_4column_bnr_ttl.png) no-repeat center top / 100%;
}
#fkm5817wi8zlkrsfj59o .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#fkm5817wi8zlkrsfj59o .design_block.img01 {
  top: calc(185 / 640 * 100vw);
  left: 0;
  width: calc(87 / 640 * 100vw);
  height: calc(96 / 640 * 100vw);
  background: url(../files/sp_banner_4column_bnr_ocver01.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
  transition-delay: 0.5s;
}
#fkm5817wi8zlkrsfj59o .design_block.img02 {
  top: calc(185 / 640 * 100vw);
  right: 0;
  width: calc(83 / 640 * 100vw);
  height: calc(92 / 640 * 100vw);
  background: url(../files/sp_banner_4column_bnr_ocver02.png) no-repeat center top / 100%;
  transform: translateX(20vw);
  transition-delay: 1s;
}
#fkm5817wi8zlkrsfj59o .design_block.img03 {
  bottom: 0;
  right: 0;
  width: calc(322 / 640 * 100vw);
  height: calc(347 / 640 * 100vw);
  background: url(../files/sp_banner_4column_bnr_cover03.png) no-repeat center top / 100%;
  transform: translateX(20vw);
  transition-delay: 0.5s;
}
#fkm5817wi8zlkrsfj59o .design_block.img01.moved,
#fkm5817wi8zlkrsfj59o .design_block.img02.moved,
#fkm5817wi8zlkrsfj59o .design_block.img03.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*DB＞求人募集中です！
gyi15yqwj1m9dis0ifku
--------------------------------------- */
#gyi15yqwj1m9dis0ifku {
  position: relative;
  overflow: hidden;
  background: url(../files/sp_design02_image.png) no-repeat center top / 100% #f5f5f5;
  padding: calc(685 / 640 * 100vw) 0 15vw !important;
}
#gyi15yqwj1m9dis0ifku *[class*='title'] {
  display: none;
}
#gyi15yqwj1m9dis0ifku .content_area {
  margin: 2% 5% 0;
}

#gyi15yqwj1m9dis0ifku .design_block.img00 {
  top: calc(234 / 640 * 100vw);
  left: 0;
  width: calc(324 / 640 * 100vw);
  height: calc(330 / 640 * 100vw);
  background: url(../files/sp_design02_cover.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
}
#gyi15yqwj1m9dis0ifku .design_block.img00.moved {
  transform: translate(0, 0);
  opacity: 1;
}

#gyi15yqwj1m9dis0ifku .design_block.img01 {
  top: calc(555 / 640 * 100vw);
  left: calc(11 / 640 * 100vw);
  width: calc(618 / 640 * 100vw);
  height: calc(97 / 640 * 100vw);
  background: url(../files/sp_design02_ttl.png) no-repeat center top / 100%;
}
#gyi15yqwj1m9dis0ifku .design_block.img01.moved {
  animation: mv-appear1 1.1s linear 0.5s forwards;
}


/*バナー＞お問い合わせ/GATEN職（clone01）
sxx0u86vsrza9uw5qbur
--------------------------------------- */

/*DB＞ご応募お待ちしております
koc36bid5pde1ouaeh9k
--------------------------------------- */
#koc36bid5pde1ouaeh9k {
  position: relative;
  overflow: hidden;
  padding: calc(396 / 640 * 100vw) 0 0 !important;
  background: url(../files/sp_design03_image.png) no-repeat center top / 100%, url(../files/sp_design03_box_html_bg.png) repeat-y center top / 100% auto #dfffe2;;
}
#koc36bid5pde1ouaeh9k .easys_content::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(246 / 640 * 100vw);
  pointer-events: none;
  background: url(../files/sp_design03_box_top.png) no-repeat center top / 100%;
}
#koc36bid5pde1ouaeh9k *[class*='title'] {
  display: none;
}
#koc36bid5pde1ouaeh9k .content_area {
  margin: 2% 10%;
}
#koc36bid5pde1ouaeh9k::after {
  display: block;
  width: 100%;
  /* 下画像の高さ */
  height: calc(183 / 640 * 100vw);
  background: url(../files/sp_design03_box_bottom.png) no-repeat center bottom / 100%;
  content: '';
}

#koc36bid5pde1ouaeh9k .design_block.img00 {
  top: calc(202 / 640 * 100vw);
  left: calc(36 / 640 * 100vw);
  width: calc(521 / 640 * 100vw); 
  height: calc(162 / 640 * 100vw);
  background: url(../files/sp_design03_ttl.png) no-repeat center top / 100%;
}
#koc36bid5pde1ouaeh9k .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#koc36bid5pde1ouaeh9k .design_block.img01 {
  top: calc(541 / 640 * 100vw);
  left: calc(170 / 640 * 100vw);
  width: calc(299 / 640 * 100vw);
  height: calc(61 / 640 * 100vw);
  background: url(../files/sp_design03_ttl_sub.png) no-repeat center top / 100%;
  transform: translateY(20vw);
  transition-delay: 0.5s;
}
#koc36bid5pde1ouaeh9k .design_block.img01.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*バナー＞お問い合わせ/GATEN職（clone02）
ew0iyboj6cc0binqii79
--------------------------------------- */

/*DB＞野球場やサッカー場のメンテナンスのお仕事！
nw8dobigxh3ptma5tfp6
--------------------------------------- */
#nw8dobigxh3ptma5tfp6 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: url(../files/sp_design04_bg.png) no-repeat center top / 100% #009376;
  padding: calc(853 / 640 * 100vw) 0 15vw !important;
}
#nw8dobigxh3ptma5tfp6 *[class*='title'] {
  display: none;
}
#nw8dobigxh3ptma5tfp6 .content_area {
  margin: 2% 5% 0;
}

#nw8dobigxh3ptma5tfp6 .design_block.img00 {
  top: calc(110 / 640 * 100vw);
  left: calc(193 / 640 * 100vw);
  z-index: 10;
  width: calc(390 / 640 * 100vw); 
  height: calc(233 / 640 * 100vw);
  background: url(../files/sp_design04_ttl.png) no-repeat center top / 100%;
}
#nw8dobigxh3ptma5tfp6 .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#nw8dobigxh3ptma5tfp6 .design_block.img01 {
  top: calc(374 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(576 / 640 * 100vw);
  height: calc(407 / 640 * 100vw);
  background: url(../files/sp_design04_image.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
  transition-delay: 0.5s;
}
#nw8dobigxh3ptma5tfp6 .design_block.img02 {
  top: calc(409 / 640 * 100vw);
  left: calc(9 / 640 * 100vw);
  width: calc(441 / 640 * 100vw);
  height: calc(444 / 640 * 100vw);
  background: url(../files/sp_design04_cover.png) no-repeat center top / 100%;
  transform: translateX(20vw);
  transition-delay: 1s;
}
#nw8dobigxh3ptma5tfp6 .design_block.img01.moved,
#nw8dobigxh3ptma5tfp6 .design_block.img02.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*DB＞月給30万円スタート！頑張りを評価する環境です
uuiwn4xqrdsdbiovdn1h
--------------------------------------- */
#uuiwn4xqrdsdbiovdn1h {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: url(../files/sp_design05_bg.png) no-repeat center top / 100% #000fd8;
  padding: calc(853 / 640 * 100vw) 0 15vw !important;
}
#uuiwn4xqrdsdbiovdn1h *[class*='title'] {
  display: none;
}
#uuiwn4xqrdsdbiovdn1h .content_area {
  margin: 2% 5% 0;
}

#uuiwn4xqrdsdbiovdn1h .design_block.img00 {
  top: calc(87 / 640 * 100vw);
  left: calc(184 / 640 * 100vw);
  z-index: 10;
  width: calc(426 / 640 * 100vw); 
  height: calc(255 / 640 * 100vw);
  background: url(../files/sp_design05_ttl.png) no-repeat center top / 100%;
}
#uuiwn4xqrdsdbiovdn1h .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#uuiwn4xqrdsdbiovdn1h .design_block.img01 {
  top: calc(374 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(576 / 640 * 100vw);
  height: calc(407 / 640 * 100vw);
  background: url(../files/sp_design05_image.png) no-repeat center top / 100%;
  transform: translateX(20vw);
  transition-delay: 0.5s;
}
#uuiwn4xqrdsdbiovdn1h .design_block.img02 {
  top: calc(398 / 640 * 100vw);
  right: 0;
  width: calc(433 / 640 * 100vw);
  height: calc(438 / 640 * 100vw);
  background: url(../files/sp_design05_cover.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
  transition-delay: 1s;
}
#uuiwn4xqrdsdbiovdn1h .design_block.img01.moved,
#uuiwn4xqrdsdbiovdn1h .design_block.img02.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*バナー＞お問い合わせ/GATEN職（clone03）
nyjanbvodcrn4hqgyd80
--------------------------------------- */

/*DB＞家族も安心できる充実の福利厚生
jfkdz140es00h8fwdtrh
--------------------------------------- */
#jfkdz140es00h8fwdtrh {
  position: relative;
  overflow: hidden;
  background: url(../files/sp_design06_bg.png) no-repeat center top / 100% #d5ffb5;
  padding: calc(755 / 640 * 100vw) 0 15vw !important;
}
#jfkdz140es00h8fwdtrh *[class*='title'] {
  display: none;
}
#jfkdz140es00h8fwdtrh .content_area {
  margin: 2% 5% 0;
}

#jfkdz140es00h8fwdtrh .design_block.img00 {
  top: calc(110 / 640 * 100vw);
  left: calc(191 / 640 * 100vw);
  z-index: 10;
  width: calc(392 / 640 * 100vw); 
  height: calc(173 / 640 * 100vw);
  background: url(../files/sp_design06_ttl.png) no-repeat center top / 100%;
}
#jfkdz140es00h8fwdtrh .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#jfkdz140es00h8fwdtrh .design_block.img01 {
  top: calc(323 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(576 / 640 * 100vw);
  height: calc(407 / 640 * 100vw);
  background: url(../files/sp_design06_image.png) no-repeat center top / 100%;
  transform: translateX(-20vw);
  transition-delay: 0.5s;
}
#jfkdz140es00h8fwdtrh .design_block.img01.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*DB＞全国の現場で働きながら、美味しいものも楽しめる
bvmfap8auzss44r1p4xu
--------------------------------------- */
#bvmfap8auzss44r1p4xu {
  position: relative;
  overflow: hidden;
  background: url(../files/sp_design07_bg.png) no-repeat center top / 100% #76dbff;
  padding: calc(810 / 640 * 100vw) 0 15vw !important;
}
#bvmfap8auzss44r1p4xu *[class*='title'] {
  display: none;
}
#bvmfap8auzss44r1p4xu .content_area {
  margin: 2% 5% 0;
}

#bvmfap8auzss44r1p4xu .design_block.img00 {
  top: calc(107 / 640 * 100vw);
  left: calc(186 / 640 * 100vw);
  z-index: 10;
  width: calc(392 / 640 * 100vw); 
  height: calc(232 / 640 * 100vw);
  background: url(../files/sp_design07_ttl.png) no-repeat center top / 100%;
}
#bvmfap8auzss44r1p4xu .design_block.img00.moved {
  animation: mv-appear1 1.1s linear forwards;
}

#bvmfap8auzss44r1p4xu .design_block.img01 {
  top: calc(379 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(576 / 640 * 100vw);
  height: calc(407 / 640 * 100vw);
  background: url(../files/sp_design07_image.png) no-repeat center top / 100%;
  transform: translateX(20vw);
  transition-delay: 0.5s;
}
#bvmfap8auzss44r1p4xu .design_block.img01.moved {
  transform: translate(0, 0);
  opacity: 1;
}


/*バナー＞お問い合わせ/GATEN職（clone04）
wrm0rd0oyf3455znvor1
--------------------------------------- */




/* 
--------------------------------------- */