@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');
/*
 * PC用スタイルCSS
 */


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



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none#fcf3d6;
  scroll-padding-top: 160px;
  scroll-behavior: smooth;
}
s
/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {

  background: none transparent;

 font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400;
  color: #614212;
  position: relative;/* 2000pxを超える画面の対策 */
  min-width: 1300px !important;
  max-width: 2000px !important;
  margin: 0 auto;
}

body *[class*="title"]{
  font-weight: 500;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_15 #outer_block{
  padding-top: 0;/*スライダー下の余白を消す*/
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (820/2000)) 0 0 0;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (1040/2000)) 0 0 0;
  background: url("/files/branding_box_bg.png") no-repeat center top/100%;
}
#page_6 #branding_box::after{
  display: block;
  content: "";
  position: absolute;
  width: calc(170 / 2000 * 100%);
  height: calc(185 / 1040 * 100%);
  top: calc(700 / 1040 * 100%);
  left: calc(1620 / 2000 * 100%);
  background: url("/files/branding_box_bg02.png") no-repeat center top/100%;
  animation: mov_top2 2.5s ease-out 0s infinite;
}
@keyframes mov_top2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(5%);}
  100% {transform: translateY(0);}
}
/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 57px;
  left: 80px;
  /*位置　レスポンシブ有り*/
  /*
  top: calc(145 / 820 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }
  
  #page_6 #site-description {
  /* top: 57px;
  left: 80px; */
  /*
  top: calc(145 / 1040 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }

#site-description a {
  display: inline;
  color: #ffc000	;
  opacity: 0;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  position: absolute;
  margin: auto;
  width: 370px;
  height: 60px;
  top: 85px;
  left: 80px;
  /* レスポ有り */
  /* width: calc(100%*(370/2000));
  height: calc(100%*(60/));
  top: calc(100%*(85/820));
  left: calc(100%*(80/2000)); */
  background:none transparent;
  display: none;
}

#page_6 .main_header img, #page_6 .header_class img {
  width: 370px;
  height: 60px;
  top: 85px;
  left: 80px;
  position: absolute;
  margin: auto;
  /* レスポ有り */
  /* width: calc(100%*(370/2000));
  height: calc(100%*(60/820));
  top: calc(100%*(85/1040));
  left: calc(100%*(80/2000)); */
  display: block;
}


/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0;
  z-index: 600;
  width: 280px !important;
  height: 50px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  /* background: url("/files/branding.box.png") no-repeat center top/100%; */
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access .main_header1 {
  width: 960px;
  height: 135px;
  margin: 0 auto;
  position: absolute;
  top: 240px;
  left: calc(50% - 480px);
}

#access .main_header1 a{
  padding: 0;
}
#menu_btn {
  position:fixed;
  top: 0px;
  /* right: 0; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 995;
  width:170px;
  height:160px;
  cursor:pointer;
  outline:none;
  background:url(
  /files/menu_btn_off.png) no-repeat top center;
  transition: 0.1s;
}


.open #menu_btn:before {
  content: "";
  background:url(/files/menu_btn_on.png) no-repeat top center;
  position:fixed;
  top: 0;
  right: 0;
  width:170px;
  height:160px;
  cursor:pointer;
  outline:none;
  z-index:1001;
}

#access {
  width: 100%;
  z-index: 590;
  height: 805px;
  margin: 0 auto;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  background: url('/files/menu_bg.png') transparent no-repeat center top;
  transform: translateY(-110%);
}

.open #access {
  transform: translateY(0);
}


#access .menu-header{
  width: 970px;
  height: 145px;
  margin: 378px auto 0;
}


#menu-item-1011 .sub-menu{
  display: block;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 130px;
  height: 145px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -130px top; }
div#access .gnavi13 a { background-position: -260px top;}
div#access .gnavi14 a:not(#menu-item-1011 .sub-gnavi a) { background-position: -390px top; width: 190px; height: 100px !important;line-height: 100px !important;}
div#access .gnavi15 a { background-position: -580px top;}
div#access .gnavi16 a { background-position: -710px top;}
div#access .gnavi17 a { background-position: right top;}

#menu-item-1011 .sub-menu{
  box-shadow: none;
}
#menu-item-1011 .sub-gnavi{
  border: none !important;
}
#menu-item-1011 .sub-gnavi a{
  background: url('/files/topnavi.png') no-repeat transparent!important;
  text-indent: -9999px !important;
  margin: 0px !important;
  padding: 0px !important;
}
#menu-item-1011 .sub-gnavi a{
  background-position: -390px -100px !important;
  width: 190px;
  height: 45px !important;
  line-height: 45px !important;
}

#menu-item-1011 .sub-gnavi a:hover{
  background-position: -390px -245px !important;
  width: 190px; 
  height: 45px !important;
  line-height: 45px !important;
}


div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -130px bottom; }
div#access .gnavi13 a:hover { background-position: -260px bottom;}
div#access .gnavi14 a:not(#menu-item-1011 .sub-gnavi a):hover {background-position: -390px  -145px;width: 190px;height: 100px !important;line-height: 100px !important;}
div#access .gnavi15 a:hover { background-position: -580px bottom;}
div#access .gnavi16 a:hover { background-position: -710px bottom;}
div#access .gnavi17 a:hover { background-position: right bottom;}


/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 145px;
  line-height: 145px;
  
}

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


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  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;
  text-align: center;
  color: #614212;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #614212;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #614212;
  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: #614212;
  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-position: center top;
  height: 760px;
  position: relative;
  clip-path: inset(1px 0 0 0);
  background: none;
}

#footer_block::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/files/3ren_bnr_bg01.jpg) no-repeat center center / cover;
  z-index: -1;
}
#footer_block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/footer_bg.png) no-repeat center top;
  z-index: -1;
}

#footer_box {
  background: none;
  height: 720px;  
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */

#footer-widget-area .widget-area{
    position: absolute;
    top: 377px;
    left: calc(50% - 110px);
}
#footer-widget-area .widget-area .menu-item {
  margin: 0 0 9px;
}

/*ナビ縦並び２列*/
#footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;/*表示させたいナビまでの高さ*/
  align-content: space-between;
  width: 300px;/*2列間の隙間の広さ調整*/
}


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

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 430px 0 0 10px;
  width: 100%;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#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: #614212;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}


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



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
}
/* 中央寄せの時 */

#copyright {
  position: absolute;
  bottom: 40px;
  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 {height: 50px;width: 55px;}

.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;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #614212;
  height: 115px;
  line-height: 145px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #614212;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */font-weight: 500;}
.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: #614212;
}
/* 見出しリンクボタン */
.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;
  color: #614212;
}


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

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



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


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


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

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


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

small a:hover {
  background-color: #ff7e00 !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #eee;
}
.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 {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none transparent;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #fff;
  color: #614212	;
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}

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

/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  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: #ff7e00;
  color: #ff7e00 !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: #ff7e00;
  border-color: #ff7e00;
}
.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 #ff7e00;
  border-style: solid;
  border-color: #ff7e00;
  color: #fff !important;
} 



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


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


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



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

/* 必須項目 */
.iqfm-req_color {
  color: #ff7e00;
}
.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: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #ffffff;
  width: 8em;
  color: #614212;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ffffff;
  color: #614212;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



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

#blog_main .entry-title {
  background-image: url(/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: #614212;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
  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;
}

/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


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

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .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.moved:not(.nd_01 .easys_content_inner.moved) {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}




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


/*  デザインブロック共通
---------------------------------------------------------------------------------------------------- */
#jpji9n6agrugxv2cf04e,
#atsdfuomwtdkg3or68ua,
#yfcb5t5adb914pwuwxjt,
#lv8skx33oevyv99s7d62,
#ipbdvc7n10hgvglerz2r {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
  position: relative;
}
#jpji9n6agrugxv2cf04e .easys_content_inner,
#atsdfuomwtdkg3or68ua .easys_content_inner,
#yfcb5t5adb914pwuwxjt .easys_content_inner,
#lv8skx33oevyv99s7d62 .easys_content_inner,
#ipbdvc7n10hgvglerz2r .easys_content_inner {
  position: relative;
  width: 960px;
  transform: translate(0px, 0px) !important;
}

/* #jpji9n6agrugxv2cf04e .easys_content_inner.moved,
#atsdfuomwtdkg3or68ua .easys_content_inner.moved,
#yfcb5t5adb914pwuwxjt .easys_content_inner.moved,
#lv8skx33oevyv99s7d62 .easys_content_inner.moved,
#ipbdvc7n10hgvglerz2r .easys_content_inner.moved {
  top: 0px;
  opacity: 1;
} */
#jpji9n6agrugxv2cf04e .post_margin,
#atsdfuomwtdkg3or68ua .post_margin,
#yfcb5t5adb914pwuwxjt .post_margin,
#lv8skx33oevyv99s7d62 .post_margin,
#ipbdvc7n10hgvglerz2r .post_margin {
  margin: 0;
}
#jpji9n6agrugxv2cf04e .eyecatch,
#atsdfuomwtdkg3or68ua .eyecatch,
#yfcb5t5adb914pwuwxjt .eyecatch,
#lv8skx33oevyv99s7d62 .eyecatch,
#ipbdvc7n10hgvglerz2r .eyecatch {
  display: none;
  float: none !important;
}
#jpji9n6agrugxv2cf04e .entry_post,
#atsdfuomwtdkg3or68ua .entry_post,
#yfcb5t5adb914pwuwxjt .entry_post,
#lv8skx33oevyv99s7d62 .entry_post,
#ipbdvc7n10hgvglerz2r .entry_post {
  box-sizing: border-box;
  position: relative;
}
#jpji9n6agrugxv2cf04e .entry_post > [class*="title"],
#atsdfuomwtdkg3or68ua .entry_post > [class*="title"],
#yfcb5t5adb914pwuwxjt .entry_post > [class*="title"],
#lv8skx33oevyv99s7d62 .entry_post > [class*="title"],
#ipbdvc7n10hgvglerz2r .entry_post > [class*="title"] {
  display: none;
}
#jpji9n6agrugxv2cf04e .text_box,
#atsdfuomwtdkg3or68ua .text_box,
#yfcb5t5adb914pwuwxjt .text_box,
#lv8skx33oevyv99s7d62 .text_box,
#ipbdvc7n10hgvglerz2r .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;
}
#jpji9n6agrugxv2cf04e .post_data,
#atsdfuomwtdkg3or68ua .post_data,
#yfcb5t5adb914pwuwxjt .post_data,
#lv8skx33oevyv99s7d62 .post_data,
#ipbdvc7n10hgvglerz2r .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
}
/* 追加画像 */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}
#jpji9n6agrugxv2cf04e .design_block[class*="block"].moved,
#atsdfuomwtdkg3or68ua .design_block[class*="block"].moved,
#yfcb5t5adb914pwuwxjt .design_block[class*="block"].moved,
#lv8skx33oevyv99s7d62 .design_block[class*="block"].moved,
#ipbdvc7n10hgvglerz2r .design_block[class*="block"].moved {
transform: translate(0px, 0px);
}

#jpji9n6agrugxv2cf04e .post_data p,
#atsdfuomwtdkg3or68ua .post_data p,
#yfcb5t5adb914pwuwxjt .post_data p,
#lv8skx33oevyv99s7d62 .post_data p,
#ipbdvc7n10hgvglerz2r .post_data p{
  color: #614212;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(30/14);
  text-align: justify;
  font-feature-settings: "palt";
}


/* 個別ブロック側の例 */
#y0sel620tvhc6wlgwleb .design_block.block1 {
  background-image: url(/files/00top_block02_bg02.jpg);
  width: 1533px;
  height: 670px;
  top: 517px;
  left: calc(50% - 1000px);
  margin-left: -100px;
}



/*  DB①＞甘酒パンとは 01
---------------------------------------------------------------------------------------------------- */

#jpji9n6agrugxv2cf04e {
  height: 1230px;
  background-image: url(/files/01_block01_bg01.jpg);
}
#jpji9n6agrugxv2cf04e .entry_post {
  padding: 830px 0px 0px 480px;
}
#jpji9n6agrugxv2cf04e .post_data {
  margin-bottom: 0;
}

#jpji9n6agrugxv2cf04e .design_block.block1 {
  background-image: url(/files/01_block01_bg02.png);
  width: 450px;
  height: 100px;
  top: 130px;
  left: calc(50% - 225px);
  z-index: 2;
  transform: translate(0px, -100px);
  animation: mov_top3 2.5s ease-out 0s infinite;
}
@keyframes mov_top3 {
  0% {  margin-top:0; }
  50% {  margin-top:7px;}
  100% { margin-top:0;}
}


#jpji9n6agrugxv2cf04e .design_block.block2 {
  background-image: url(/files/01_block01_bg03.png);
  width: 2000px;
  height: 560px;
  top: 670px;
  left: calc(50% - 1000px);
  transform: translate(0px, 100px);
  z-index: 3;
}

/*  DB②＞甘酒パンとは
----------------------------------atsdfuomwtdkg3or68ua------------------------------------------------------------------ */

#atsdfuomwtdkg3or68ua {
  height: 960px;
  background-image: url(/files/01_block02_bg01.jpg);
}
#atsdfuomwtdkg3or68ua .entry_post {
  padding: 400px 480px 0 0px;
}
#atsdfuomwtdkg3or68ua .post_data {
  margin-bottom: 0;
}

#atsdfuomwtdkg3or68ua .design_block.block1 {
  background-image: url(/files/01_block02_bg02.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0px, 100px);
}

/*  DB④＞子供達が集まり、自然と笑顔あふれる空間に
--------------------------yfcb5t5adb914pwuwxjt-------------------------------------------------------------------------- */

#yfcb5t5adb914pwuwxjt {
  height: 800px;
  background-image: url(/files/02_block01_bg01.jpg);
}
#yfcb5t5adb914pwuwxjt .entry_post {
  padding: 370px 480px 0 0px;
}
#yfcb5t5adb914pwuwxjt .post_data {
  margin-bottom: 0;
}


/*  DB⑤＞甘酒パンと、宮崎で愛されるパンがネットで買える！
----------------------------lv8skx33oevyv99s7d62------------------------------------------------------------------------ */

#lv8skx33oevyv99s7d62 {
  height: 960px;
  background-image: url(/files/03_block01_bg01.jpg);
}
#lv8skx33oevyv99s7d62 .entry_post {
  padding: 530px 370px 0 0px;
}
#lv8skx33oevyv99s7d62 .post_data {
  margin-bottom: 0;
}

/*  DB⑥＞きーちゃんのぱん工房とは
------------------------------ipbdvc7n10hgvglerz2r---------------------------------------------------------------------- */
#ipbdvc7n10hgvglerz2r {
  height: 840px;
  background-image: url(/files/05_block01_bg01.jpg);
}
#ipbdvc7n10hgvglerz2r .entry_post {
  padding: 350px 480px 0 0px;
}
#ipbdvc7n10hgvglerz2r .post_data {
  margin-bottom: 0;
}


/*  ブログデザインブロック
-------------------cfmc1ijitmtvf3iesd79--------------------------------------------------------------------------------- */

#cfmc1ijitmtvf3iesd79{/*デザイン背景画像*/
  background:url(/files/01_block03_bg01.jpg) no-repeat center top;
  height: 790px;/*背景画像の高さ*/
  position: relative;
  /* margin-bottom: 70px; */
  /* padding-top: 336px; */
}

#cfmc1ijitmtvf3iesd79 .design_block.block1 {
  background-image: url(/files/01_block03_bg02.png);
  width: 450px;
  height: 100px;
  top: 134px;
  left: calc(50% - 225px);
  transform: translate(0px, -100px);
  animation: mov_top3 2.5s ease-out 0s infinite;
}
#cfmc1ijitmtvf3iesd79 .entry_post{
  width: 300px;
}
#cfmc1ijitmtvf3iesd79 .cu_mail_block{
  display: flex;
  flex-direction: column;
  text-align: center;
  border: none;
}

#cfmc1ijitmtvf3iesd79 .img_size_thumb{
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  clip-path: circle(50%);
}
#cfmc1ijitmtvf3iesd79 .img_size_thumb img{
  width: 100%;
  /* margin-bottom: 10px; */
}


#cfmc1ijitmtvf3iesd79 .easys_content_inner{
  padding-top: 276px;
  display: flex;
  justify-content: space-between;
}
#dehhqhjdfn23n0nepmok{
  display: none;
}

/*  画像＞個性あふれる子供達の集う場所　「きーちゃんのパン工房」って？
-----------------igg0p7g7m3ig1j56thpd----------------------------------------------------------------------------------- */
#igg0p7g7m3ig1j56thpd .easys_content_inner{
  width: 100%;
  padding:0;
}
#igg0p7g7m3ig1j56thpd .margin-bottom_50{
  margin-bottom: 0;
}
  

/*  画像＞パララックス
--------------dip2f0iqyvdyzafov0k9-------------------------------------------------------------------------------------- */


#dip2f0iqyvdyzafov0k9 {
  clip-path: inset(0);
  position: relative;
}
#dip2f0iqyvdyzafov0k9 [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#dip2f0iqyvdyzafov0k9 .easys_content_inner{
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
  padding:0;  
  clip-path: inset(0);
}
#dip2f0iqyvdyzafov0k9::after{
content: '';
display: block;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #fcf3d6;
pointer-events: none;
top: 0;
}

#dip2f0iqyvdyzafov0k9::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fcf3d6;
  pointer-events: none;
  bottom: 0;
  }

#dip2f0iqyvdyzafov0k9 .margin-bottom_50{
  margin-bottom: 0;
}

#dip2f0iqyvdyzafov0k9 div:nth-child(1 of .margin-bottom_50){
  height: 0;
  background-color: #fcf3d6;
  /* margin-top: -1%; */
}

/*  バナー＞3連
-------------------------ckqo0to21zkc3nd887kz--------------------------------------------------------------------------- */
#ckqo0to21zkc3nd887kz{
  clip-path: inset(0);
  position: relative;
  height: 1080px;
}
#ckqo0to21zkc3nd887kz div{
  margin-bottom: 0;
  padding: 0;
}
#ckqo0to21zkc3nd887kz .field_3col.float_left{
  margin-right: 0;
}
#ckqo0to21zkc3nd887kz div:nth-child(2 of .field_3col){
  animation-delay: 0.8s;
}

#ckqo0to21zkc3nd887kz div:nth-child(3 of .field_3col){
  animation-delay: 1.6s;
}

#ckqo0to21zkc3nd887kz .field_3col,
#ckqo0to21zkc3nd887kz .field_3col .eyecatch{
  width: 320px !important;
}
#ckqo0to21zkc3nd887kz .field_3col{
  animation: mov_top 2.5s ease-out 0s infinite;
}

@keyframes mov_top {
  0% { transform: translateY(0); }
  50% { transform: translateY(-7px);}
  100% {transform: translateY(0);}
}


#ckqo0to21zkc3nd887kz::before{
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/files/3ren_bnr_bg01.jpg) no-repeat center center / cover;
  z-index: -1;
}
#ckqo0to21zkc3nd887kz .easys_content_inner{
  position: relative;
  z-index: 10;
  top: 373px;
}
#ckqo0to21zkc3nd887kz::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/3ren_bnr_bg02.png) no-repeat center top;
  z-index: 2;
}
#ckqo0to21zkc3nd887kz .eyecatch a img:hover{ opacity: 1; }

#ckqo0to21zkc3nd887kz img {
  transition: all 0.5s ease 0s;
  z-index: 12;
}
#ckqo0to21zkc3nd887kz img:hover {
  transform: scale(1.05);
}


/*  バナー＞お問い合わせ
-------------------------nylwl8zvpihitzv2gtp8--------------------------------------------------------------------------- */
#nylwl8zvpihitzv2gtp8{
  background: url("/files/contact_bg.jpg") no-repeat center top;
  height: 585px;
}
#nylwl8zvpihitzv2gtp8 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#nylwl8zvpihitzv2gtp8 .eyecatch a{
  display: block;
  position: relative;
  width: 960px;
  height: 585px;/*バナー画像高さ*/
}
#nylwl8zvpihitzv2gtp8 .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
  /*ホバー時に、beforeに入れてるON画像表示*/
#nylwl8zvpihitzv2gtp8 .eyecatch a:hover:before{opacity: 1;}
  
  /*OFF画像*/
#nylwl8zvpihitzv2gtp8 .eyecatch a{ background: url("/files/contact_bnr_off.jpg") no-repeat center top;}
  
  /*ON画像*/
#nylwl8zvpihitzv2gtp8 .eyecatch a:before{ background: url("/files/contact_bnr_on.jpg") no-repeat center top;}
  
  /*固定画面で入れたSPバナー画像非表示*/
#nylwl8zvpihitzv2gtp8 .eyecatch a img{display: none;}
  
/*  ブロック背景色
---------------------------------------------------------------------------------------------------- */
#ckzqx8fpdy053o56nuat{
  background-color: #fff;
}

/*  サイドボタン
---------------------------------------------------------------------------------------------------- */
/*画面右下に固定ボタン*/
.fixed_side_btn {
  z-index: 1000;
  left: 0;
  bottom: 10px;
  display: flex;
  position: fixed;
}
.fixed_side_btn div{
  margin-left: 20px;
}
.fixed_side_btn div,
.fixed_side_btn div a {transition: 0.3s;opacity: 1;}
/*ボタン1*/
#fixed_btn1 a{
  background: url(/files/btn_blog.png)no-repeat center top;
  display: block;
  height: 60px;
  width: 80px;
}
/*ボタン2*/
#fixed_btn2 a{
  background: url(/files/btn_shop.png)no-repeat center top;
  display: block;
  height: 60px;
  width: 80px;
}

/*ホバーで左右オンオフ*/
#fixed_btn1 a:hover,
#fixed_btn2 a:hover{opacity: 0.8;}


/*  サイト全体を線で囲む
---------------------------------------------------------------------------------------------------- */
#frame_top,
#frame_bottom,
#frame_right,
#frame_left {
  position: fixed;
  z-index: 500;
  /* background: none #000; */
}
#frame_top,
#frame_bottom {
  width: 100%;
  height: 10px;
  background: url(/files/header_x.jpg)repeat-x center top;

}
#frame_right,
#frame_left {
  width: 10px;
  height: 100%;
  background: url(/files/header_y.jpg)repeat-y center top;

}
#frame_top {
  left: 0;
  top: 0;
}
#frame_bottom {
  right: 0;
  bottom: 0;
}
#frame_right {
  right: 0;
  top: 0;
}
#frame_left {
  left: 0;
  bottom: 0;
}


/*  スティッキー＆横スクロール
---------------------------------------------------------------------------------------------------- */
#main {
  overflow: clip;
}
.sticky_parent {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100vh;
  clip-path: inset(0);
}
.sticky_child {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  place-content: center;
  place-items: center;
}
.sticky_child > div {
  width: 100%;
}


