@charset "utf-8";

/*
 * PC用スタイルCSS
 */
@import url("../fonts.googleapis.com/css2.5b9fd1c5.css");=============================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
  background:url("../../img/files/html_bg.jpg");

}
.easys_content{
scroll-margin-top: 110px;
scroll-snap-margin-top: 110px;/* safari対応 */
}
 
/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: url("../../img/files/body_bg.jpg") no-repeat center top 160px/100%;

  color: #1d2326/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
h2,h3,h4,h5,.widget-title2,.entry_title{
  font-family: 'Shippori Mincho', serif;
}

body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  max-height: calc(160px + 710px);
  min-height: calc(160px + (710px * (1300 / 2000)));
  height: calc(160px + (710 / 2000 * 100vw) - 6px);

  padding: 0;
  position: relative;
  z-index: 500;
  background: url("../../img/files/toplogo.png") no-repeat left top,
  url("../../img/files/branding_box_bg.png") no-repeat left top 160px/100%;
}



#page_6 #branding_box {
  max-height: calc(160px + 870px);
  min-height: calc(160px + (870px * (1300 / 2000)));
  height: calc(160px + (870 / 2000 * 100vw) - 5px);
  background: url("../../img/files/toplogo.png") no-repeat left top;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 80px;}
#page_6 #header_information {height: 80px;}


/*固定サイドボタン*/
.fixed_btn1{
    position: absolute;
    z-index: 9999;
    right: 110px;
    top:50px;
    display: flex;
}

.fixed_btn1.fixed{
    position: fixed;
    right:20px;
    top:25px;
}

#fixed_btn_voice a{
    background: url(../../img/files/btn_voice.png)no-repeat left top;
    display: block;
    width: 100px;
    height: 25px;
}
 
#fixed_btn_news a{
    background: url(../../img/files/btn_news.png)no-repeat left top;
    display: block;
    width: 100px;
    height: 25px;
}
 
 
#fixed_btn_news a:hover,#fixed_btn_voice a:hover
{background-position: left bottom !important;}

#fixed_btn_line a:hover,#fixed_btn_is a:hover
{opacity: 0.8;}

/*余白調整*/
#fixed_btn_voice{margin-right: 13px;}
#fixed_btn_news{margin-right: 19px;}
#fixed_btn_line{margin-right: 16px;}
#fixed_btn_is{margin-right: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 30px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 50px;
    right: 1.8%;
    text-align: center;
    z-index: 592;
}
#site-description a {
  display: inline;
  color: #9f9f9f/*要変更：H1テキストカラー*/;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
}



/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 300px; /*ロゴ固定時　要変更*/
  margin: 0 ;
  padding: 0;
}
.main_header img, .header_class img {
  width: 270px;
  height: 160px;
  z-index: 591;
position: absolute;
}


.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 165px !important;
  height: 70px !important;
  z-index: 591;
}



/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  z-index: 590;
  position: relative;
  min-width: 1300px !important;
}

div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}

div#access .menu-header {
  width: 100%;
  text-align: right;
  padding-right: 110px;
  box-sizing: border-box;
}
div#access .menu-header #menu-gnavi {
  display: inline-block;
}


div#access .menu-item a {
  background: url("../../img/files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 70px !important;
  line-height: 70px !important;
}
div#access .gnavi11 a { width: 100px !important;}
div#access .gnavi12 a { width: 140px !important;}
div#access .gnavi13 a { width: 110px !important;}
div#access .gnavi14 a { width: 125px !important;}
div#access .gnavi15 a { width: 115px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -100px;}
div#access .gnavi13 a { background-position-x: -240px;}
div#access .gnavi14 a { background-position-x: -350px;}
div#access .gnavi15 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}



/*固定時用ナビ*/
#access.fixed{
position: fixed;
top: 0;
left: 0;
background: url("../../img/files/toplogo_fixed.png") no-repeat 24px center;
background-size: auto 52px;
background-color: rgba(255,255,255,0.85);
min-width: 1300px !important;
}
#access.fixed .menu-header{
  padding-right: 350px !important;
}



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

#access ul.menu ul.sub-menu a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2em !important;
  padding: 10px !important;
  box-sizing: border-box;
}

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

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}

#video_teaser::before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
background: url("../../img/files/branding_box_bg_top.png") no-repeat center right/cover;
}

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


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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(../../img/files/widget_list_bg.png);
  color: #1d2326/*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #939ea2/*要変更：ボーダーカラー*/;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(../../img/files/footer_bg.png?v=20260603c) no-repeat center top;
  height: 600px;
}
#footer_box {
  background: none transparent;
  height: 500px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;

}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {

  position: absolute;
  top: 390px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #eeeeee/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #3a4a57/*水色背景に合わせ濃色化*/;
  color: #3a4a57/*水色背景に合わせ濃色化*/;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;

}
#footer_information .entry-post {
  width: 100%;
  margin: 260px 0 0;
  text-align: center;
  color: #3a4a57/*水色背景に合わせ濃色化*/;

}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #5a6b73/*水色背景に合わせ濃色化*/;
}


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

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


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
    background-image: url(../../img/files/top_entry_title.png);
    color: #3c586b/*要変更：top_entry_titleのテキストカラー*/;
    padding-top: 50px;
}

/*--------------h3以降中央寄せ-----------------------*/
/*h3 見出し*/
h3.entry_title, .entry_title{ /* サイズ、背景、余白などはこちら */
  text-align: center;
    padding: 0;
    width: 960px;
}
/*----リンク有---*/
.entry_title h3 {
    width: 960px;
    z-index: -1;/*20210609追記　これがないとボタン押せないかも？*/
}
/* h3 見出しリンクボタン */
.entry_title span.read_more_btn {
    margin-left: -120px;
}


h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(../../img/files/entry_title_bg.png);
  color: #1d2326/*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #1d2326/*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../../img/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(../../img/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #1d2326/*要変更：entry_title_bg_w570のテキストカラー*/;
  text-align: center;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../../img/files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #1d2326/*要変更：half_entry_title_bgのテキストカラー*/;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../../img/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: #1d2326/*要変更：half_sub_entry_title_bgのテキストカラー*/;}



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


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

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #939ea2/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #1d2326/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent/*要変更：テーブルのtdの背景色*/;
  color: #1d2326/*要変更：テーブルのthのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent/*要変更：テーブルのthの背景色*/;
  border: 1px solid #939ea2/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #1d2326/*要変更：テーブルのthのテキストカラー*/;
}

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


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

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




/*  テーブル
---------------------------------------------------------------------------------------------------- */


table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #4e5b61;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #4e5b61 !important;
}

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

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

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




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #779a82/*要変更：リンクテキストカラー*/;
  color: #779a82/*要変更：リンクテキストカラー*/ !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #779a82/*要変更：リンクテキストカラー*/;
  border-color: #779a82/*要変更：リンクテキストカラー*/;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #779a82/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #779a82/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 



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


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  width: 100%;
}



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


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #779a82/*要変更：リンクテキストカラー*/;
  color: #779a82/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #779a82/*要変更：リンクテキストカラー*/;
  border: 1px solid #779a82/*要変更：リンクテキストカラー*/;
  color: #fff;
}


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



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

/* 必須項目 */
.iqfm-req_color {
  color: #779a82/*要変更：テーブルの必須のテキストカラー*/;
}
.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; }

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

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

#calendar_wrap table tr td#today {
    background-color: #779a82/*要変更：リンクテキストカラー*/;
  color: #fff !important;
}


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

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


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

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


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

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

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



/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/*PC 背景付きブロックの記事画像 非表示-----------------*/
#s20r6ol950f52bb3rwul .entry_post:first-of-type .eyecatch,
#zi2831npdegkmmn61nh6 .entry_post:first-of-type .eyecatch
{display: none;}
 
/*  float 解除
---------------------------------------------------------------------------------------------------- */
#s20r6ol950f52bb3rwul .entry_post:first-of-type .float_left,
#zi2831npdegkmmn61nh6 .entry_post:first-of-type .float_left,
#s20r6ol950f52bb3rwul .entry_post:first-of-type .float_right,
#zi2831npdegkmmn61nh6 .entry_post:first-of-type .float_right,
 {float: none;}
 
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
 
/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}
.easys_content_inner.moved2{
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}
 
/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}
 
/*上下左右フェードインギミック------------------------------------*/
.f_up {
  opacity: 0;
}
.moved{
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
}

@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}


/*  btn  a._btn   */
a._btn{
  display: block;
  width: 220px;
  height: 65px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
background: url("../../img/files/10top_block01_btn.png") no-repeat center top;
transition: transform 0.5s ease 0s;
}

#zi2831npdegkmmn61nh6 a._btn{
  background: url("../../img/files/10top_block02_btn.png") no-repeat center top;
}
 
/*OFF画像表示*/
a._btn:hover
{    
  -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

/*  トップページ
---------------------------------------------------------------------------------------------------- */

#inmkeii8dclyxnzmzqrg {
    background: url(../../img/files/secondmain_bg02.png) no-repeat center top / 100%,
  url(../../img/files/secondmain_bg01.jpg) no-repeat center top ;
    height: 1925px;
    position: relative;
}
#inmkeii8dclyxnzmzqrg div {
  margin-bottom: 0; padding-bottom: 0;}
#inmkeii8dclyxnzmzqrg .easys_content_inner {
  width: 100%;
}
#inmkeii8dclyxnzmzqrg .eyecatch {
  display: block;
  width: 220px;
  margin: 620px auto 0;
}
#inmkeii8dclyxnzmzqrg .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease 0s;
}
#inmkeii8dclyxnzmzqrg .eyecatch a:hover{
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    transition: transform 0.5s ease 0s;
}
#inmkeii8dclyxnzmzqrg .eyecatch a:hover img {
    opacity: 1;

}

#inmkeii8dclyxnzmzqrg #f_up 
{
  background: url(../../img/files/secondmain_bg03.png) no-repeat center top;
  z-index: 1;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 235px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*  DB1*大切なのは"磨き方"　過酷な努力なんてもういらない。
#s20r6ol950f52bb3rwul
--------------------------------------------------------------- */
#s20r6ol950f52bb3rwul
{
  height: 1270px;
  position: relative;
  z-index: 200;
  background: url(../../img/files/10top_block01_bg01.jpg?v=20260601) no-repeat center top;
  margin-bottom: 70px;
}
#s20r6ol950f52bb3rwul *[class*="title"]
{ display: none;}
 
#s20r6ol950f52bb3rwul .text_box
{
  position: absolute;
  width: 670px;
  top: 460px;
  left: calc(50% - 480px);
  overflow: visible;
}
#s20r6ol950f52bb3rwul .text_box .post_data 
{text-align: left;color: #fff;}

#s20r6ol950f52bb3rwul #f_up 
{
  background: url(../../img/files/10top_block01_bg02.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 235px;
  left: calc(50% - 460px);
}

/*下の記事*/
#otcg8r9bia83jkbq732o .main_btn{
  width: 220px;margin:0 auto;
}

#otcg8r9bia83jkbq732o{
  margin-bottom: 70px;
}

/*  DB2*ご予約・お問い合わせ
#zi2831npdegkmmn61nh6
--------------------------------------------------------------- */
#zi2831npdegkmmn61nh6
{
  height: 1550px;
  position: relative;
  z-index: 200;
  background: url(../../img/files/10top_block02_bg01.jpg) no-repeat center top;
}
#zi2831npdegkmmn61nh6 *[class*="title"]
{ display: none;}
 
#zi2831npdegkmmn61nh6 .text_box
{
  position: absolute;
  width: 670px;
  top: 590px;
  left: calc(50% - 0px);
  overflow: visible;
}
#zi2831npdegkmmn61nh6 .text_box .post_data 
{text-align: left;}

#zi2831npdegkmmn61nh6 #f_up 
{
  background: url(../../img/files/10top_block02_bg02.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 35px;
  height: 60px;
  position: absolute;
  top: 378px;
  left: calc(50% + 20px);
}


/*  【お客様の声】
---------------------------------------------------------------------------------------------------- */
/*  コンテンツ画像
#kyr2ppqz5ipf8sqtj62h
--------------------------------------------------------------- */
#kyr2ppqz5ipf8sqtj62h {
    height: 300px;
    background: url(../../img/files/contents_img.png) repeat-x center top;
    animation: bg_move 120s linear 0s infinite;
    margin-bottom: 60px;
}

@keyframes bg_move {
  0% { background-position-x: 0; }
  100% { background-position-x: -2000px; }
}


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



/*  バナー
---------------------------------------------------------------------------------------------------- */


/*  お客様の声/スタッフ紹介
#x8is697fpdgft36gc64y
--------------------------------------------------------------- */
#x8is697fpdgft36gc64y{margin-bottom: 60px;}
#x8is697fpdgft36gc64y .easys_content_inner{
    width: 100%;
    padding:0;
}
#x8is697fpdgft36gc64y .field_2col{width: 50% !important; margin: 0;}
#x8is697fpdgft36gc64y .field_2col .eyecatch{width: 100% !important;}
#x8is697fpdgft36gc64y .eyecatch a img
{transition: 0.5s;}
 
#x8is697fpdgft36gc64y .eyecatch a
{
  display: block;
  width: 100%;
  height: 100%;
}
 
#x8is697fpdgft36gc64y .eyecatch a:hover img
{ opacity: 0; }

#x8is697fpdgft36gc64y .float_left a
{ background: url("../../img/files/banner_voice_on.jpg") no-repeat center top/100%;}
#x8is697fpdgft36gc64y .float_right a
{ background: url("../../img/files/banner_staff_on.jpg") no-repeat center top/100%;}


/*  インスタ
#jh6gumekoy5724q1vld6
--------------------------------------------------------------- */
#jh6gumekoy5724q1vld6
{background: url("../../img/files/banner_insta_on.jpg?v=20260603") no-repeat center top,
  url("../../img/files/banner_insta_bg.jpg?v=20260603") no-repeat center top;}


#jh6gumekoy5724q1vld6 .easys_content_inner
{
    padding:0;
}
#jh6gumekoy5724q1vld6 .margin-bottom_50
{
    margin-bottom: 0;
}
 
#jh6gumekoy5724q1vld6 .eyecatch a img
{transition: 0.5s;}
 
#jh6gumekoy5724q1vld6 .eyecatch a:hover img
{ opacity: 0; }

/*  LINE
#qp2rdmsuzoc163928tc5
--------------------------------------------------------------- */
#qp2rdmsuzoc163928tc5
{background: url("../../img/files/banner_line_on.jpg") no-repeat center top,
  url("../../img/files/banner_line_bg.jpg") no-repeat center top;}


#qp2rdmsuzoc163928tc5 .easys_content_inner
{
    padding:0;
}
#qp2rdmsuzoc163928tc5 .margin-bottom_50
{
    margin-bottom: 0;
}
 
#qp2rdmsuzoc163928tc5 .eyecatch a img
{transition: 0.5s;}
 
#qp2rdmsuzoc163928tc5 .eyecatch a:hover img
{ opacity: 0; }

/*  ■ブロック背景
・block_bg_01.jpg
メニュー　レギュラーメニュー ovp3v5iw4i5bdkv4sjlg

・block_bg_02.jpg
トップページ　店舗情報 brbs6w5zv5k596trl7ka sk26irxyct9azxciw1t7
コンセプト　La gemmeの特徴 q9diwm5b1oydcaerlvlf 
---------------------------------------------------------------------------------------------------- */
#ovp3v5iw4i5bdkv4sjlg
{margin-bottom: 50px; padding: 80px 0 5px;background:  url(../../img/files/block_bg_02.jpg);}


#brbs6w5zv5k596trl7ka
{margin-bottom: 0; padding: 80px 0 5px;background:  url(../../img/files/block_bg_02.jpg);}

#sk26irxyct9azxciw1t7
{ padding-bottom: 50px; margin-bottom: 0px;background:  url(../../img/files/block_bg_02.jpg);}

#brbs6w5zv5k596trl7ka.nf02_81 ,
#sk26irxyct9azxciw1t7.nf03_81 {
  padding: 0px; background:  none transparent;
}

#q9diwm5b1oydcaerlvlf
{
 background: url(../../img/files/block_bg_02.jpg);
padding: 80px 0 50px; margin-bottom: 50px;
}