@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url(/files/body_bg.jpg) no-repeat center top / 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
body,
.wpcf7c-conf {
  color: #333;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background-image: url(/files/body_bg_top.jpg);
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (700 / 2000)) 0 0;
  height: 0px;
  background: none transparent;
}
#page_6 #branding_box {
  padding-top: calc(100% * (1020 / 2000));
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 4%;
  left: 4%;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: #000;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("/files/branding_box_bg.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  background: url(/files/branding_box_bg.png) no-repeat left top / 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: calc(120 / 700 * 100%);
  left: calc(90 / 2000 * 100%);
  width: calc(137 / 2000 * 100%);
  height: calc(131 / 700 * 100%);
  z-index: 700;
}
#page_6 #header_information .main_header a img {
  top: calc(120 / 1020 * 100%);
  height: calc(131 / 1020 * 100%);
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 80px;
  transform: scale(1, 0.65);
}
#page_6 #access {
  top: 14%;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  right: 16%;
  transform: scale(0.65, 1);
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 80px !important;
  line-height: 80px !important;
}
div#access .gnavi11 a { width: 75px !important;}
div#access .gnavi12 a { width: 150px !important;}
div#access .gnavi13 a { width: 155px !important;}
div#access .gnavi14 a { width: 90px !important;}
div#access .gnavi15 a { width: 140px !important;}
div#access .gnavi16 a { width: 130px !important;}
div#access .gnavi17 a { width: 165px !important;}
div#access .gnavi18 a { width: 75px !important;}
div#access .gnavi19 a { width: 60px !important;}
div#access .gnavi20 a { width: 60px !important;}
div#access .gnavi11 a { background-position-x: left !important;}
div#access .gnavi12 a { background-position-x: -75px !important;}
div#access .gnavi13 a { background-position-x: -225px !important;}
div#access .gnavi14 a { background-position-x: -380px !important;}
div#access .gnavi15 a { background-position-x: -470px !important;}
div#access .gnavi16 a { background-position-x: -610px !important;}
div#access .gnavi17 a { background-position-x: -740px !important;}
div#access .gnavi18 a { background-position-x: -905px !important;}
div#access .gnavi19 a { background-position-x: -980px !important;}
div#access .gnavi20 a { background-position-x: right !important;}
div#access .menu-item a:hover { background-position-y: bottom !important;}

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


/* Gナビ上部固定(最大2000pxを維持) */
div#access.fixed {
  position: fixed;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 1100px;
  top: 0 !important;
  right: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 800;
}
div#access.fixed .menu-header {
  right: 0%;
}


/* 追尾&レスポ時 */
div#access.fixed .menu-header,
#access.fixed ul.menu ul.sub-menu,
#access.fixed {
  transform: none !important;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#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: #000;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #000;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #000;
  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: #666;
  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: #457291;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 255px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: block;
  margin-left: 640px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #000;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  width: auto;
  text-align: left;
  position: absolute;
  top: 330px;
  left: calc(50% - 480px);
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #000;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッター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 {
  color: #000;
  position: absolute;
  top: 440px;
  left: calc(50% - 480px);
}
/* 中央寄せの時 */
/*
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  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 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: #000;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000;
}
/*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: #000;
}
/* 見出しリンクボタン */
.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: #000;
}

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

* .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: #000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #000;
}
/*
* .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: #000;
}
/* 小見出しリンクボタン */
.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: #000;
}

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

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

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


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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: #000;
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}

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

.table_area table tr td {
  border: solid 1px #000 !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




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



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

.blog_post {
  padding-top: 10px;
  padding-bottom: 10px !important;
}

/* 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 #457291;
  background-color: transparent;
  color: #457291;
}
div.link_list a:hover {
  border: 1px solid #457291;
  background-color: #457291;
  color: #ffffff;
}


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



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



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#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: #000;
}

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

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  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はこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  height: 40px;
  margin: 10px auto !important;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin {
  padding-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin) { padding-top: 70px;}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: 100px;
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
  /* transform: rotate3d(-1, -1, 0, -10deg); */
  /* transform-origin: center; */
}
#outer_block .easys_content_inner.moved {
  top: 0px;
  opacity: 1;
  /* transform: rotate3d(0, 0, 1, 0); */
}
/* バナーは固定 */
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#xu6qmaa7novlo69oxd7a,
#zkpfg1bj610ku0sy733i,
#xjmch9qzc3q5eol3lt4a,
#eipj20r1h1f2yn8o3ol6,
#i3o863ueox0lmgjdqauk {
  padding-bottom: 70px;
  position: relative;
}
#xu6qmaa7novlo69oxd7a div,
#zkpfg1bj610ku0sy733i div,
#xjmch9qzc3q5eol3lt4a div,
#eipj20r1h1f2yn8o3ol6 div,
#i3o863ueox0lmgjdqauk div {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* リンク共通 */
#xu6qmaa7novlo69oxd7a a,
#zkpfg1bj610ku0sy733i a,
#xjmch9qzc3q5eol3lt4a a,
#eipj20r1h1f2yn8o3ol6 a {
  display: block;
  position: relative;
}
#xu6qmaa7novlo69oxd7a a:hover img,
#zkpfg1bj610ku0sy733i a:hover img,
#xjmch9qzc3q5eol3lt4a a:hover img,
#eipj20r1h1f2yn8o3ol6 a:hover img {
  opacity: 1;
}

/* セカンドメイン */
#page_6 #outer_block {
  padding-top: 0;
}
#xu6qmaa7novlo69oxd7a .easys_content_inner {
  width: 100%;
}
#xu6qmaa7novlo69oxd7a [class*="field_"] {
  background: url(/files/2ndmain_bg01.jpg) no-repeat center top / 100%;
  padding: calc(740 / 2000 * 100%) 0 0;
  position: relative;
}
#xu6qmaa7novlo69oxd7a .easys_content_inner [class*="field_"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  transition: 1.3s;
  opacity: 0;
  pointer-events: none;
  background: url(/files/2ndmain_bg02.png) no-repeat center top / 100%;
}
#xu6qmaa7novlo69oxd7a .easys_content_inner.moved [class*="field_"]::after {
  top: 0px;
  opacity: 1;
}
#xu6qmaa7novlo69oxd7a [class*="field_"] .eyecatch {
  display: block;
  position: absolute;
  width: calc(170 / 2000 * 100%);
  height: calc(80 / 740 * 100%);
  top: calc(570 / 740 * 100%);
  left: calc(520 / 2000 * 100%);
}
#xu6qmaa7novlo69oxd7a [class*="field_"] .eyecatch a {
  width: 100%;
  height: 100%;
}
#xu6qmaa7novlo69oxd7a [class*="field_"] .eyecatch a:hover {
  opacity: 0.8;
}
#xu6qmaa7novlo69oxd7a .eyecatch a::after {
  content: "";
  background: #222;
  position: absolute;
  top: 50%;
  left: 105%;
  display: block;
  width: 100%;
  height: 1px;
  animation: sdl 2s cubic-bezier(0.7, 0, 0, 0.7) infinite;
  transform: rotate(270deg);
}
@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

/* Reservation */
#zkpfg1bj610ku0sy733i .easys_content_inner {
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#zkpfg1bj610ku0sy733i .easys_content_inner a {
  overflow: hidden;
}
#zkpfg1bj610ku0sy733i .easys_content_inner a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/_bnr_reserve_bg.jpg) no-repeat center top;
  transition: .3s;
  z-index: -1;
}
#zkpfg1bj610ku0sy733i .easys_content_inner a:hover::before {
  transform: scale(1.1);
}

/* CONTACT/LINE/Instagram */
#eipj20r1h1f2yn8o3ol6 {
  background: url(/files/_block_bg01.png) repeat center top;
  box-sizing: border-box;
  padding: 130px 0 !important;
}
#eipj20r1h1f2yn8o3ol6 [class*="field_"],
#eipj20r1h1f2yn8o3ol6 [class*="field_"] .eyecatch,
#eipj20r1h1f2yn8o3ol6 [class*="field_"] .img_box {
  width: 305px !important;
  margin: 0;
}
#eipj20r1h1f2yn8o3ol6 [class*="field_"] + [class*="field_"] {
  margin-left: 22px;
}
#eipj20r1h1f2yn8o3ol6 [class*="field_"] a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: .3s;
  opacity: 0;
}
#eipj20r1h1f2yn8o3ol6 [class*="field_"] a:hover::after {
  opacity: 1;
}
#eipj20r1h1f2yn8o3ol6 div:nth-child(1 of [class*="field_"]) a::after { background-image: url(/files/_3ren_01_on.png);}
#eipj20r1h1f2yn8o3ol6 div:nth-child(2 of [class*="field_"]) a::after { background-image: url(/files/_3ren_02_on.png);}
#eipj20r1h1f2yn8o3ol6 div:nth-child(3 of [class*="field_"]) a::after { background-image: url(/files/_3ren_03_on.png);}

/* 動画パララ */
#i3o863ueox0lmgjdqauk .easys_content_inner {
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#i3o863ueox0lmgjdqauk .design_video {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  min-width: 1300px;
  max-width: 2000px;
  z-index: -1;
}
#i3o863ueox0lmgjdqauk .design_video video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* 動画バナーパララックスによる背景処理 */
#jquery_slider_pc {
  /* background-color: #fff; */
}

body#page_6 #outer_block {
  background: none transparent;
  padding-top: 0;
}
body#page_6 #content > .easys_content:not(.no_margin):not(#i3o863ueox0lmgjdqauk) {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}
/* body#page_6 #content > .easys_content:first-of-type {
  padding-top: 70px;
} */
body#page_6 #content > [class*="nf_"] .html_post {
  margin-bottom: 0;
  padding-bottom: 30px;
}
body#page_6 #content > [class*="nk_"] {
  padding-bottom: 0 !important;
}
body#page_6 #content > [class*="nk_"] [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}
body#page_6 #content > .easys_content [class*="margin-bottom"] {
  margin-bottom: 0;
}
body#page_6 #content > .easys_content .margin-bottom_5  { padding-bottom: 5px;}
body#page_6 #content > .easys_content .margin-bottom_10 { padding-bottom: 10px;}
body#page_6 #content > .easys_content .margin-bottom_15 { padding-bottom: 15px;}
body#page_6 #content > .easys_content .margin-bottom_20 { padding-bottom: 20px;}
body#page_6 #content > .easys_content .margin-bottom_25 { padding-bottom: 25px;}
body#page_6 #content > .easys_content .margin-bottom_30 { padding-bottom: 30px;}
body#page_6 #content > .easys_content .margin-bottom_40 { padding-bottom: 40px;}
body#page_6 #content > .easys_content .margin-bottom_50 { padding-bottom: 50px;}



/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#t4la571z2y60urhecoa9,
#v7vp8mhfqwgxuwshufku {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
#t4la571z2y60urhecoa9 .post_margin,
#v7vp8mhfqwgxuwshufku .post_margin {
  margin: 0;
}
#t4la571z2y60urhecoa9 .eyecatch,
#v7vp8mhfqwgxuwshufku .eyecatch {
  display: none;
  float: none !important;
}
#t4la571z2y60urhecoa9 .entry_post,
#v7vp8mhfqwgxuwshufku .entry_post {
  box-sizing: border-box;
  position: relative;
}
#t4la571z2y60urhecoa9 .headline_index_box > [class*="title"],
#v7vp8mhfqwgxuwshufku .headline_index_box > [class*="title"] {
  display: none;
}
#t4la571z2y60urhecoa9 .text_box,
#v7vp8mhfqwgxuwshufku .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;

}
#t4la571z2y60urhecoa9 .post_data,
#v7vp8mhfqwgxuwshufku .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
  line-height: 2.0;
  text-align: justify;
}

/* 追加画像 */
.design_block {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
  transition: all 1.3s ease 0s;
  height: 100%;
  width: 100%;
}
.design_block.moved {
  opacity: 1;
}
#t4la571z2y60urhecoa9 .design_block[class*="block"].moved,
#v7vp8mhfqwgxuwshufku .design_block[class*="block"].moved {
  margin: 0px;
}

/* 共通ボタン-ブロック内リンク */
#t4la571z2y60urhecoa9 [class*="_btn"],
#v7vp8mhfqwgxuwshufku [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 140px;
  height: 50px;
}
#t4la571z2y60urhecoa9 [class*="_btn"] a,
#v7vp8mhfqwgxuwshufku [class*="_btn"] a {
  display: block;
  position: relative;
  z-index: 300;
  font-size: 0;
  text-indent: -9999px;
  background: url(/files/design01_btn.png) no-repeat center top;
  padding: 0;
  width: 100%;
  height: 100%;
}
#t4la571z2y60urhecoa9 [class*="_btn"] a:hover,
#v7vp8mhfqwgxuwshufku [class*="_btn"] a:hover {
  opacity: 0.8;
}
#t4la571z2y60urhecoa9 [class*="_btn"] a::after,
#v7vp8mhfqwgxuwshufku [class*="_btn"] a::after {
  content: "";
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
#t4la571z2y60urhecoa9 [class*="_btn"] a:hover::after,
#v7vp8mhfqwgxuwshufku [class*="_btn"] a:hover::after {
  animation: sdl 2s cubic-bezier(0.7, 0, 0, 0.7) infinite;
}

/* 究極のリラックスと輝きを届けるドライヘッドスパ */
#t4la571z2y60urhecoa9 {
  background-image: url(/files/design01_bg01.jpg);
  height: 855px;
}
#t4la571z2y60urhecoa9 .entry_post {
  padding: 490px 370px 0 145px;
}
#t4la571z2y60urhecoa9 .post_data {
  margin-bottom: 50px !important;
}
#t4la571z2y60urhecoa9 .design_block.block1 {
  background-image: url(/files/design01_bg02.png);
  margin-top: 100px;
}
#t4la571z2y60urhecoa9 .design_block.block2 {
  background-image: url(/files/design01_bg03.png);
  margin-top: -100px;
}

/* 心と体の至福の癒し、極上のリラクゼーションサロン */
#v7vp8mhfqwgxuwshufku {
  background-image: url(/files/design02_bg01.jpg);
  height: 900px;
}
#v7vp8mhfqwgxuwshufku .entry_post {
  padding: 390px 170px 0 320px;
}
#v7vp8mhfqwgxuwshufku .post_data {
  margin-bottom: 50px !important;
}
#v7vp8mhfqwgxuwshufku .design_block.block1 {
  background-image: url(/files/design02_bg02.png);
  margin-top: 100px;
}
#v7vp8mhfqwgxuwshufku .design_block.block2 {
  background-image: url(/files/design02_bg03.png);
  margin-top: -100px;
}

/* ブログのレイアウトを3カラムにする */
#mcjm4i1sgutqg0x0egdd {
  margin-top: -1px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner::after {
  content:"";
  display: block;
  width: 290px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner > .blog_post {
  border: none;
  position: relative;
  width: 290px;
}
#mcjm4i1sgutqg0x0egdd .eyecatch {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: 290px;
  max-height: inherit;
}
#mcjm4i1sgutqg0x0egdd .eyecatch img {
  /* border-radius: 50%; */
  height: 100%;
  object-fit: cover;
}
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {
  width: 100%;
}
