@charset "utf-8";

/*
 * スマホ用スタイルCSS
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");


/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #b023c3;
  --border_color: #9d9d9d;
  --table_border_color: #4e4e4e;
  --th_background_color: #fed8ff;
  --td_background_color: #ffffff;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #f34019;
  --navigation_background_color: transparent;
  --navi_characters_color: transparent;
  --navigation_sub_color: transparent;
  --medium_page_background_color: #480f6d;
  --inside_page_text_color: #ffffff;
  --middle_page_border_color: #aaaaaa;
  --h2_heading_background_color: transparent;
  --h2_heading_text_color: #380d5b;
  --h2_heading_link_color: #380d5b;
  --h2_heading_border_color: transparent;
  --h3_heading_background_color: #b023c3;
  --h3_heading_text_color: #ffffff;
  --h3_heading_link_color: #ffffff;
  --h3_heading_border_color: transparent;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #000000;
  --h4_subheading_link_color: #000000;
  --h4_subheading_border_color: transparent;
  --inline_background_color: #009cff;
  --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: #000000;
  --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 {
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* リンク */
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;
}

/*追加　詳細記事へのリンクボタン等*/
.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;
}

/* トップに画像を重ねる */
#video_teaser_sp::before,
#jquery_slider_sp::before {
  position: absolute;
  bottom: calc(26 / 640 * 100vw);
  left: calc(3 / 640 * 100vw);
  z-index: 100;
  display: block;
  width: calc(637 / 640 * 100vw);
  height: calc(200 / 640 * 100vw);
  background: url(../files/sp_top_header_cover.png) center center / cover;
  content: "";
  opacity: 0;
}

body.moved #jquery_slider_sp::before {
  animation: mv-appear1 1.1s linear 0s forwards;
  /* animation-delay: 0.5s; */
}



/*  メニューアイコン 
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header #btn_menu {
  top: calc(20 / 640 * 100vw);
  right: calc(20 / 640 * 100vw);
  display: none;
  width: var(--easys_menu_size);
  height: auto;
}


#float_header .custom-html-widget {
  position: absolute;
  top: calc(20 / 640 * 100vw);
  right: calc(20 / 640 * 100vw);
  display: flex;
  justify-content: flex-end;

  gap: 0 4%;
}
#float_header .custom-html-widget div,
#float_header .custom-html-widget div a {
  width: calc(80 / 640 * 100vw) ;
  height: calc(80 / 640 * 100vw) ;
}
#float_header .custom-html-widget div a {
  display: block;
}
#float_header .custom-html-widget a img {
  width: 100%;
}


/* アクセスマップボタン */
#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);
  box-shadow: none;
}
body.back .scroll_footer {
  background-color: #000000;
}

.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;
  /* background: url(../files/sp_footer_bg.png) repeat center bottom / cover; */
  /* 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;
} */

#h1_teaser_image h1 a img {
  width: calc(100vw * (176 / var(--easys_base_width)));

/*ロゴ画像の高さ*/
  height: calc(100vw * (208 / var(--easys_base_width)));
}
#h1_teaser_image a {
  width: fit-content;
}

/*スライダーの上にロゴを重ねる*/
#page-6 #slide {
  position: absolute;
  top: 0;
  width: fit-content;
}
#page-6 #jquery_slider_sp {
  position: relative;
  z-index: 1;
  margin: 0;
}
#page-6 #h1_teaser_image {
  position: relative;
  z-index: 10;
}

/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
  ===============================================================■■■■■*/
/* 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);
}

/*	○ 両サイドナビゲーション背景 
  ===============================================================■■■■■*/
#Side_wrap {
  background-color: var(--navigation_background_color);
}

#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);
}


/* 見出し */ 
#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 !important;
} 


/*	大見出し(h2見出し) 
  ===============================================================■■■■■*/
* .headline_title {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 16%;
  padding-bottom: 5%;
  border: none;
  background: url("/files/sp_headline_title_bg_top.png") center top no-repeat,url("/files/sp_headline_title_bottom.png") center bottom no-repeat,url("/files/sp_headline_title_bg.png") center bottom repeat;
  background-size: 100%;
  color: var(--h2_heading_text_color);
}


/*  大見出し(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;

/*background: transparent url(../files/sp_entry_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*background: linear-gradient(#888888,#888888);*/
  padding: 15px 5%;
  border: solid 1px var(--h3_heading_border_color);
  background: var(--h3_heading_background_color);
  color: var(--h3_heading_text_color);
}

/*ブログタイトル*/
.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;

/*background: linear-gradient(#cccccc,#cccccc);*/
  padding: 15px 5%;
  padding-bottom: 6%;
  border: solid 1px var(--h4_subheading_border_color);
  background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom/ 100% auto;

/* background: var(--h4_subheading_background_color); */
  color: var(--h4_subheading_text_color);
}

/*  小見出し(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: transparent url(../files/sp_inline_title_bg.png) repeat center top / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
  border-radius: 0;
  background: var(--inline_background_color);
  color: var(--inline_characters_color);
}

.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 > * {
  border: 1px solid var(--table_border_color);
  background: none var(--td_background_color);
  color: var(--td_character_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-bottom: 0;
  margin-left: 5%;
}

.db_block .margin-bottom_20 {
  margin-top: calc(40 / 640 * 100vw);
}

/*追加画像*/
.add_images,
.design_block {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;

/* transition: all 1.3s ease 0s; */
  pointer-events: none;
}

.design_block.moved {
  opacity: 1;
  /* transform: translate(0) !important; */
}

section.no_margin {
  margin-bottom: 0 !important;
  padding-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＞株式会社ササデンとは
ddzvf0supia5se3va5us
--------------------------------------- */
#ddzvf0supia5se3va5us {
  position: relative;
  padding: 115vw 0 40vw !important;
  background: url(../files/sp_design01_img.png) no-repeat center top / 100%;
} 
/* 背景画像 */
#ddzvf0supia5se3va5us::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_design01_html_bg.png) repeat center top / 100%;
  content: "";
  pointer-events: none;
} 
#ddzvf0supia5se3va5us *[class*="title"] {
  display: none;
} 
#ddzvf0supia5se3va5us .post_data {
  box-sizing: border-box;
  padding: 0 5% 2%;
  color: #ffffff;
} 
#ddzvf0supia5se3va5us .content_area {
  margin: 0 !important;
} 
#ddzvf0supia5se3va5us .margin-bottom_20 {
  position: absolute;
  bottom: 20vw;
  left: 50%;
  margin-bottom: 0;
  transition: all 1s;

/* 下からフェードイン */
  transform: translate(-50%, 100px);
} 
#ddzvf0supia5se3va5us .margin-bottom_20.moved {
  transform: translate(-50%, 0);
}
#ddzvf0supia5se3va5us .margin-bottom_20 a {
  margin: 0 ;
  padding: 0;
  width: calc(520 / 640 * 100vw);
  height: calc(104 / 640 * 100vw);
  border: none;
  border-radius: 0;

/* ボタン画像*/
  background: url(../files/sp_design01_btn.png)no-repeat center top/100%;
  text-indent: -9999px;
} 

/* 追加画像 */ 
#ddzvf0supia5se3va5us .img01 {
  position: absolute;
  top: calc(111 / 640 * 100vw);
  left: calc(32 / 640 * 100vw);
  width: calc(576 / 640 * 100vw);
  height: calc(168 / 640 * 100vw);
  background: url(../files/sp_design01_ttl.png) no-repeat center top/100%;
} 
#ddzvf0supia5se3va5us .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*バナー＞ササデンで働くポイント（※）
r56of724bqy4rmz6n2pg
--------------------------------------- */
#r56of724bqy4rmz6n2pg {
  position: relative;
  padding: 47vw 5% 19vw !important;
  background: url(../files/sp_3column_bnr_bg.png) repeat center top / 100%;
} 
#r56of724bqy4rmz6n2pg div {
  margin-bottom: 0;
}
#r56of724bqy4rmz6n2pg .column_2 {
  margin: 0;
  width: calc(268 / 640 * 100vw);
} 
#r56of724bqy4rmz6n2pg .column_2:last-of-type {
  position: relative;
  left: 50%;
  margin-top: 5%;
  transform: translateX(-50%);
}

/* 追加画像 */ 
#r56of724bqy4rmz6n2pg .img01 {
  position: absolute;
  top: calc(105 / 640 * 100vw);
  left: calc(95 / 640 * 100vw);
  width: calc(452 / 640 * 100vw);
  height: calc(180 / 640 * 100vw);
  background: url(../files/sp_3column_bnr_ttl.png) no-repeat center top/100%;
} 
#r56of724bqy4rmz6n2pg .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*DB＞全員、仲間想い。
djz6xx0mp5vq4buce7l3
--------------------------------------- */
#djz6xx0mp5vq4buce7l3 {
  position: relative;
  padding: 120vw 0 10vw !important;
  background: #000000 url(../files/sp_design02_img.png) no-repeat center top / 100%;
} 
#djz6xx0mp5vq4buce7l3 *[class*="title"] {
  display: none;
} 
#djz6xx0mp5vq4buce7l3 .content_area {
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
  color: #ffffff;
} 

/* 追加画像 */ 
#djz6xx0mp5vq4buce7l3 .img01 {
  position: absolute;
  top: calc(616 / 640 * 100vw);
  left: calc(98 / 640 * 100vw);
  width: calc(444 / 640 * 100vw);
  height: calc(67 / 640 * 100vw);
  background: url(../files/sp_design02_ttl.png) no-repeat center top/100%;
} 
#djz6xx0mp5vq4buce7l3 .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}




/*DB＞職場の雰囲気は？
pji6bjljkgu865pvndr6
--------------------------------------- */
#pji6bjljkgu865pvndr6 {
  position: relative;
  padding: 110vw 0 8vw !important;
  background: url(../files/sp_design03_img.png) no-repeat center top / 100%;
} 
/* 背景画像 */
#pji6bjljkgu865pvndr6::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_design03_html_bg.png) repeat center top / 100%;
  content: "";
  pointer-events: none;
} 
#pji6bjljkgu865pvndr6 *[class*="title"] {
  display: none;
} 
#pji6bjljkgu865pvndr6 .post_data {
  box-sizing: border-box;
  padding: 0 5% 2%;
  color: #ffffff;
} 

/* 追加画像 */ 
#pji6bjljkgu865pvndr6 .img01 {
  position: absolute;
  top: calc(476 / 640 * 100vw);
  left: calc(0 / 640 * 100vw);
  width: calc(639 / 640 * 100vw);
  height: calc(172 / 640 * 100vw);
  background: url(
  ../files/sp_design03_ttl.png) no-repeat center top/100%;
} 
#pji6bjljkgu865pvndr6 .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}




/*DB＞一人ひとりの「声」にしっかりと耳を傾ける会社づくり
pn4cl6qbizfwhqow6bcj
--------------------------------------- */
#pn4cl6qbizfwhqow6bcj {
  position: relative;
  padding: 116vw 0 7vw !important;
  background: url(../files/sp_design04_img.png) no-repeat center top / 100%;
} 
/* 背景画像 */
#pn4cl6qbizfwhqow6bcj::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_design04_html_bg.png) repeat center top / 100%;
  content: "";
  pointer-events: none;
} 
#pn4cl6qbizfwhqow6bcj *[class*="title"] {
  display: none;
} 
#pn4cl6qbizfwhqow6bcj .post_data {
  box-sizing: border-box;
  padding: 0 5% 2%;
} 

/* 追加画像 */ 
#pn4cl6qbizfwhqow6bcj .img01 {
  position: absolute;
  top: calc(430 / 640 * 100vw);
  left: calc(17 / 640 * 100vw);
  width: calc(607 / 640 * 100vw);
  height: calc(268 / 640 * 100vw);
  background: url(
  ../files/sp_design04_ttl.png) no-repeat center top/100%;
} 
#pn4cl6qbizfwhqow6bcj .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*バナー＞募集要項／GATEN職（※）
b3m9on1z4t3rwg7swo56
--------------------------------------- */
#b3m9on1z4t3rwg7swo56 {
  padding: 0 !important;
} 
#b3m9on1z4t3rwg7swo56 div {
  margin-bottom: 0;
} 



/*DB＞「稼ぎたい」という頑張りと想いを裏切らない
ugpbhrwb3s01wpvrq0vh
--------------------------------------- */
#ugpbhrwb3s01wpvrq0vh {
  position: relative;
  padding: 116vw 0 10vw !important;
  background: #380d5b url(../files/sp_design05_img.png) no-repeat center top / 100%;
} 
#ugpbhrwb3s01wpvrq0vh *[class*="title"] {
  display: none;
} 
#ugpbhrwb3s01wpvrq0vh .content_area {
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
  color: #ffffff;
} 

/* 追加画像 */ 
#ugpbhrwb3s01wpvrq0vh .img01 {
  position: absolute;
  top: calc(93 / 640 * 100vw);
  left: calc(72 / 640 * 100vw);
  width: calc(494 / 640 * 100vw);
  height: calc(247 / 640 * 100vw);
  background: url(../files/sp_design05_ttl.png) no-repeat center top/100%;
} 
#ugpbhrwb3s01wpvrq0vh .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*コンテンツ画像＞給与モデル
otj8tp2wnook03681tyg
--------------------------------------- */
#otj8tp2wnook03681tyg {
  padding: 0 !important;
} 
#otj8tp2wnook03681tyg div {
  margin-bottom: 0;
} 



/*DB＞「休みづらい」と無縁な職場
g33cgsyd2c55jf4759mf
--------------------------------------- */
#g33cgsyd2c55jf4759mf {
  position: relative;
  padding: 111vw 0 8vw !important;
  background: #009cff url(../files/sp_design06_img.png) no-repeat center top / 100%;
} 
#g33cgsyd2c55jf4759mf *[class*="title"] {
  display: none;
} 
#g33cgsyd2c55jf4759mf .content_area {
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
  color: #ffffff;
} 

/* 追加画像 */ 
#g33cgsyd2c55jf4759mf .img01 {
  position: absolute;
  top: calc(489 / 640 * 100vw);
  left: calc(68 / 640 * 100vw);
  width: calc(503 / 640 * 100vw);
  height: calc(183 / 640 * 100vw);
  background: url(../files/sp_design06_ttl.png) no-repeat center top/100%;
} 
#g33cgsyd2c55jf4759mf .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*バナー＞お問い合わせフォーム（※）
zk55a30xnfkxawa650la
--------------------------------------- */
#zk55a30xnfkxawa650la {
  position: relative;
  margin-top: 5vw;
  padding: 0 !important;
} 
#zk55a30xnfkxawa650la .easys_content {
  padding: calc(360 / 640 * 100vw) 0 0 0 !important;

          clip-path: inset(0);
  -webkit-clip-path: inset(0);
} 
#zk55a30xnfkxawa650la div {
  margin-bottom: 0;
} 
#zk55a30xnfkxawa650la .img_display {
  height: 0;
} 
#zk55a30xnfkxawa650la [class*="column_"]:nth-of-type(1) img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;

  object-fit: cover;
} 
#zk55a30xnfkxawa650la [class*="column_"]:nth-of-type(2) img {
  position: absolute;
  top: 0;
  left: 0;
} 



/*DB＞どんだけやれる？気合いの入った人を募集
f1pzwewg31bwlfbypoz8
--------------------------------------- */
#f1pzwewg31bwlfbypoz8 {
  position: relative;
  padding: 121vw 0 8vw !important;
  background: #ffde00 url(../files/sp_design07_img.png) no-repeat center top / 100%;
} 
#f1pzwewg31bwlfbypoz8 *[class*="title"] {
  display: none;
} 
#f1pzwewg31bwlfbypoz8 .content_area {
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
} 

/* 追加画像 */ 
#f1pzwewg31bwlfbypoz8 .img01 {
  position: absolute;
  top: calc(422 / 640 * 100vw);
  left: calc(42 / 640 * 100vw);
  width: calc(556 / 640 * 100vw);
  height: calc(324 / 640 * 100vw);
  background: url(../files/sp_design07_ttl.png) no-repeat center top/100%;
} 
#f1pzwewg31bwlfbypoz8 .img01.moved {
  animation: mv-appear1 1.1s linear 0s forwards;
}



/*コンテンツ画像＞働く1日の流れ
apyfugwkql0jemx9tofa
--------------------------------------- */
#apyfugwkql0jemx9tofa {
  padding: 0 !important;
} 
#apyfugwkql0jemx9tofa div {
  margin-bottom: 0;
}



/*新着情報（オフィシャルサイトブログ）
fxz0l6d4alp3jto8wtsd
--------------------------------------- */
#fxz0l6d4alp3jto8wtsd .blog_post {
  margin-bottom: 2%;
  padding-bottom: 4%;
  border-bottom: 1px dotted #b023c3;
}
#fxz0l6d4alp3jto8wtsd .post_content {
  width: 80%;
}
#fxz0l6d4alp3jto8wtsd .post_image {
  position: relative;
  top: 0;
  right: 0;
  width: 20%;
}
#fxz0l6d4alp3jto8wtsd .post_image a {
  display: block;
  width: 100%;
}
#fxz0l6d4alp3jto8wtsd .post_image img {
  width: 100%;
}








/* 共通アニメーション */
@keyframes mv-appear1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(2.5);
  }
  10% {
    opacity: 1;
    transform: scale(2.5);
  }
  15% {
    opacity: 1;
    transform: scale(2.5);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
    transform: scale(1.3);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: 1;
    transform: scale(1.3);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 1;
    transform: scale(1.08);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  65% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1.03);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 1;
    transform: scale(1.01);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
