/*
 *  テーマCSS
 */

/* =========================================================== 
		theme template css
   =========================================================== */

/*	base css
-------------------------------------------------------------- */
html {
  background: url("../../../../files/html_bg.jpg") repeat-x scroll center top transparent;
}

body {
  min-width: 1300px;
  background: url("../../../../files/body_bg.jpg") no-repeat scroll center top transparent;
  color: #666666;
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1;
}

#branding_box {
  margin: 0 auto;
  padding: 0;
  height: 175px;
  background: url("../../../../files/branding_box_bg.png") no-repeat scroll center top transparent;
}

#main_teaser {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#outer_block {
  margin: 0 auto;
  padding: 70px 0 0;
  background: url("../../../../files/outer_block_bg.jpg") repeat-y scroll center top transparent;
}

#inner_block {
  margin: 0 auto;
}

#site-description {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-style: normal;
  font-size: 100%;
  line-height: 20px;
}

#site-description a {
  text-decoration: none;
}

#site-description a:hover {
  text-decoration: underline;
}

.entry-post {
  clear: both;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* =========================================================== 
		layout template css
   =========================================================== */
#main {
  overflow: hidden;
  padding: 0;
}

.sidebar-box {
  display: inline-block;
  float: left;
}

#secondary {
  float: left;
  padding: 0 0 20px;
  width: 240px;
}

#blog_main .widget-area ul {
  margin: 0;
  padding: 0;
}

.widget-container {
  margin: 0 0 20px;
}

#thirdly {
  clear: both;
  padding: 0 0 50px 0;
  width: 240px;
}

#blog_main .widget-area ul ul {
  margin: 0;
  padding: 0;
  border: medium none;
}

#blog_main .widget-area ul ul li a {
  display: block;
  overflow: hidden;
  padding: 20px 0 0 30px;
  height: 40px;
  background: url("../../../../files/widget_list_bg.png") no-repeat scroll left top transparent;
  font-weight: normal;
  font-size: 13px;
  line-height: 40px;
}

#container_top {
  padding: 0 0 50px;
}

#footer_block {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url("../../../../files/footer_bg.png") repeat-x scroll center bottom transparent;
}

#footer_box {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  height: 171px;
  background: url("../../../../files/footer_box_bg.png") no-repeat scroll center top transparent;
}

#footer_sitemap_block {
  margin: 0 auto;
  width: 960px;
}

#footer-widget-area {
  display: table-cell;
  overflow: hidden;
  margin: 0 auto;
  width: 1020px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

#footer-widget-area .widget-area {
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: auto;
  text-align: center;
}

#footer-widget-area .widget-area ul.menu {
  margin-left: 0;
  border-left: 1px solid #999999;
  list-style: none outside none;
}

#footer-widget-area .widget-area .menu-item {
  float: left;
  margin: 0 0 5px;
}

#footer-widget-area .widget-area .menu-item a {
  display: block;
  margin: 0 0 0 -1px;
  padding: 0 15px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7;
}
#footer-widget-area .widget-area .menu-item a:hover {
  text-decoration: underline;
}

.footer_infomation {
  display: inline-block;
}

#footer_information {
  margin: 0;
  padding: 0;
}

#footer_information .entry-post {
  margin: 30px 0 0 320px;
  padding: 0;
  width: 680px;
  border-bottom: medium none;
}

#copyright {
  clear: both;
  margin: 0 auto;
  padding: 0;
  height: 40px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-size: 100%;
  line-height: 40px;
}

/* =========================================================== 
		2014/12/04 IE6,7のメニューセンタリングハックCSS追記
   =========================================================== */
* html #footer-widget-area .widget-area {
  /* IE 6 */
  display: inline;
  zoom: 1;
}
*:first-child + html #footer-widget-area .widget-area {
  /* IE 7 */
  display: inline;
  zoom: 1;
}

/* =========================================================== 
		Blog style css
   =========================================================== */
#blog_main {
  overflow: hidden;
  margin: 0 auto 50px;
  width: 960px;
}
#container {
  float: left;
  overflow: hidden;
  margin: 0;
  width: 700px;
}

#container .post {
  display: inline-block;
  margin: 0;
  padding: 0 0 20px;
}

.page-title {
  height: 40px;
  font-size: 16px;
  line-height: 1.7;
}

.entry-meta,
.entry-content {
  margin-bottom: 10px;
  word-break: break-word;
  font-size: 13px;
  line-height: 1.7;
}

.entry-content .photo {
  margin-bottom: 10px;
}

.entry-content .alignleft {
  float: left;
  margin-right: 10px;
}

.entry-content .alignright {
  float: right;
  margin-left: 10px;
}

#primary {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0 0 50px;
  width: 240px;
}

.navigation .nav-previous {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  width: 339px;
  border-right: 1px solid;
  text-align: right;
  font-size: 13px;
  line-height: 1.7;
}

.navigation .nav-next {
  display: block;
  float: right;
  margin: 0 0 0 -1px;
  padding: 0 0 0 10px;
  width: 330px;
  border-left: 1px solid;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}

/* =========================================================== 
		EASYS-CMS template css
   =========================================================== */

/*		お問い合わせフォームバナーウィジェットCSS
-------------------------------------------------------------- */
#contact_bnr_block {
  padding: 0;
  text-indent: -9999px;
}

#contact_bnr_block a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 240px;
  background: url("../../../../files/contact_bnr.jpg") no-repeat scroll center top transparent;
}
#contact_bnr_block a:hover {
  background: url("../../../../files/contact_bnr.jpg") no-repeat scroll center bottom transparent;
}

/*		ブログバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */
#blog_block {
  padding: 0;
  text-indent: -9999px;
}
#blog_block a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100px;
  background: url("../../../../files/blog_bnr.jpg") no-repeat scroll center top transparent;
}
#blog_block a:hover {
  background: url("../../../../files/blog_bnr.jpg") no-repeat scroll center bottom transparent;
}

/*		クーポンバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */
#coupon_bnr_block a {
  display: block;
  height: 240px;
  background: url("../../../../files/coupon_bnr.jpg") no-repeat scroll left top transparent;
  text-indent: -9999px;
}

#coupon_bnr_block a:hover {
  display: block;
  height: 240px;
  background: url("../../../../files/coupon_bnr.jpg") no-repeat scroll left bottom transparent;
  text-indent: -9999px;
}

#footer_information .entry-post .post-data p {
  font-size: 12px;
  line-height: 1.6;
}

.widget-title {
  margin: 0;
  padding: 0 0 5px 40px;
  height: 40px;
  background: url("../../../../files/widget_title_bg.png") no-repeat scroll left top transparent;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}

.widget-title2 a {
  display: block;
  margin: 0;
  padding: 0 0 0 40px;
  height: 40px;
  background: url("../../../../files/widget_title_bg.png") no-repeat scroll left top transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}

.widget-title2 a:hover {
  text-decoration: underline;
}

.widget_search #s {
  width: 60%;
  font-size: 13px;
  line-height: 1.7;
}

input[type="submit"] {
  font-size: 13px;
  line-height: 1.7;
}

#nav-below {
  display: inline-block;
  margin: 20px 0;
}

/*		クーポンページCSS @20141016追記
-------------------------------------------------------------- */
.content_area {
  margin: 0 auto 20px;
}

#container_top.coupon_print_block,
body.coupon .easys_content_inner {
  float: none;
  margin: 0 auto;
  width: 960px;
}
body.coupon .entry_title {
  width: 920px;
}
.print_header {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 10px;
  width: 938px;
  border: 1px solid #cccccc;
}
.print_header_inner {
  float: left;
}
h1.print_page_title {
  padding: 0 0 0 10px;
  border-left: 5px solid #999999;
  font-size: 14px;
}
#print_btn {
  float: right;
}
.coupon .inline_title {
  padding: 5px 10px;
  width: 938px;
  height: auto;
  border-radius: 5px;
  background: none #aaaaaa;
  text-align: left;
  line-height: 2;
}

/* =========================================================== 
		main navigation css
   =========================================================== */
/* #access {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    margin: 0 auto;
    width: 960px;
}
#access .menu-header {
	font-size: 12px;
	margin: 0;
	width: 960px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
}

div#access li.menu-item {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    text-indent: -9999px;
} */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================5メニューグローバル共通CSS==============================*/

/* div#access .gnavi01 a,
div#access .gnavi02 a,
div#access .gnavi03 a,
div#access .gnavi04 a,
div#access .gnavi05 a {
    background-image: url('../../../../files/topnavi.png');
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 192px;
} */

/*==============================5メニューグローバルロールオーバーCSS==============================*/

/* div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -192px top; }
div#access .gnavi03 a { background-position: -384px top; }
div#access .gnavi04 a { background-position: -576px top; }
div#access .gnavi05 a { background-position: right top; }


div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -192px bottom; }
div#access .gnavi03 a:hover { background-position: -384px bottom; }
div#access .gnavi04 a:hover { background-position: -576px bottom; }
div#access .gnavi05 a:hover { background-position: right bottom; } */

/*======================■5メニュープルダウンCSS■======================
	5メニュー子メニューCSS class (オプション)に「sub-gnavi」を入力
=======================================================================*/
/* #access ul.menu li.sub-gnavi ul.sub-menu {
    top: 55px;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi {
    border-bottom: 1px dotted;
    text-indent: 0;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi a {
    background: none #CCCCCC;
    background: none rgba(204, 204, 204, 0.75);
    filter: alpha(opacity=75); 
    -ms-filter: "alpha(opacity=75)"; 
    display: block;
    float: left;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    width: 192px;
  color: #333;
}
#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: #333;
}

div#access ul.sub-menu li.sub-gnavi a:hover {
    background: none #999999;
    background: none rgba(153, 153, 153, 0.75);
    text-decoration: underline;
    filter: alpha(opacity=75); 
    -ms-filter: "alpha(opacity=75)"; 
    color: #fff;
}
#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: #fff;
} */

/* IE7 hack */
/* *:first-child+html div#access ul.sub-menu li.sub-gnavi a {
    background-color: #CCCCCC;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover {
    background-color: #999999;
} */

/* IE9 hack */
/* div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover {
    filter: none;
    -ms-filter: none;
} */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================6メニューグローバル共通CSS==============================*/

div#access .gnavi11 a,
div#access .gnavi12 a,
div#access .gnavi13 a,
div#access .gnavi14 a,
div#access .gnavi15 a,
div#access .gnavi16 a {
  margin: 0;
  padding: 0;
  width: 160px;
  height: 55px;
  background-color: transparent;
  background-image: url("../../../../files/topnavi2.png"); /*//グローバルナビの画像指定*/
  background-position: scroll;
  background-repeat: no-repeat;
}

/*==============================6メニューグローバルロールオーバーCSS==============================*/

div#access .gnavi11 a {
  background-position: left top;
}
div#access .gnavi12 a {
  background-position: -160px top;
}
div#access .gnavi13 a {
  background-position: -320px top;
}
div#access .gnavi14 a {
  background-position: -480px top;
}
div#access .gnavi15 a {
  background-position: -640px top;
}
div#access .gnavi16 a {
  background-position: right top;
}

div#access .gnavi11 a:hover {
  background-position-y: bottom;
}
div#access .gnavi12 a:hover {
  background-position-y: bottom;
}
div#access .gnavi13 a:hover {
  background-position-y: bottom;
}
div#access .gnavi14 a:hover {
  background-position-y: bottom;
}
div#access .gnavi15 a:hover {
  background-position-y: bottom;
}
div#access .gnavi16 a:hover {
  background-position-y: bottom;
}

/*======================■6メニュープルダウンCSS■======================
	6メニュー子メニューCSS class (オプション)に「sub-gnavi2」を入力
=======================================================================*/

#access ul.menu li.sub-gnavi2 ul.sub-menu {
  top: 55px;
  width: 160px;
}

div#access ul.sub-menu li.sub-gnavi2 {
  width: 160px;
  border-bottom: 1px dotted;
  text-indent: 0;
}

div#access ul.sub-menu li.sub-gnavi2 a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 55px;
  background: none #cccccc;
  background: none rgba(204, 204, 204, 0.75);
  color: #333333;
  list-style: none outside none;
  text-align: center;
  text-decoration: none;
  text-indent: inherit;
  font-weight: bold;
  line-height: 55px;
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
      filter: alpha(opacity=75); /* ie 6 7 */
}

div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #999999;
  background: none rgba(153, 153, 153, 0.75);
  color: #ffffff;
  text-decoration: underline;
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
      filter: alpha(opacity=75); /* ie 6 7 */
}

/* 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: #cccccc;
}
*: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: #999999;
}

/* 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 {
  -ms-filter: none;
      filter: none;
}

/*	googleMAP リンク処理
--------------------------------------------------------------*/

small {
  display: inline-block;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 0;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 2;
}
small a {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 2%;
  width: 100%;
}

/*===========================================================================================
    ■お問い合わせ関連CSS
===========================================================================================*/

.iqfm-req_color {
  color: #ff0000;
  font-size: 11px;
}

.iqfm-att_msg {
  font-size: 11px;
}

/*===========================================================================================
	■プライバシーポリシー
===========================================================================================*/

.privacy_block {
  display: inline-block;
  width: 100%;
}

.privacy_block strong {
  font-size: 17px;
  line-height: 2;
}

.privacy_block p {
  font-size: 13px;
  line-height: 2;
}

.privacy_block ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square outside none;
  font-size: 13px;
  line-height: 2;
}

/*===========================================================================================
	■ブログ 下部ページ送りデザイン
===========================================================================================*/

#nav-below {
}

.navigation .nav-previous {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  width: 339px;
  border-right: 1px solid;
  text-align: right;
  font-size: 13px;
  line-height: 1.7;
}
.navigation .nav-previous a:hover {
  text-decoration: underline;
}

.navigation .nav-next {
  display: block;
  float: right;
  padding: 0 0 0 10px;
  width: 340px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
.navigation .nav-next a:hover {
  text-decoration: underline;
}

/*===========================================================================================
	■ウィジェット カレンダー
===========================================================================================*/

#wp-calendar {
  margin: 10px 0 0 1px;
  padding: 0;
  width: 239px;
}

#wp-calendar caption {
  padding-bottom: 4px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
}

#wp-calendar thead {
  font-size: 11px;
  line-height: 1.5;
}
#wp-calendar thead th {
  padding: 5px 0;
}

#wp-calendar tbody td {
  padding: 10px 5px;
  border: 1px solid #ffffff;
  background: none repeat scroll 0 0 #eeeeee;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}

#wp-calendar tbody td.pad {
  background-color: transparent;
}

#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#wp-calendar tbody td a:hover {
  text-decoration: underline;
}

#wp-calendar tfoot td#prev,
#wp-calendar tfoot td#next {
  padding: 10px 0;
  font-size: 12px;
}

#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td.pad {
}
#wp-calendar tfoot td#next {
  text-align: right;
}

/*===========================================================================================
	■ブログ投稿記事 成形
===========================================================================================*/
.entry-content p {
  margin-bottom: 10px;
}

.entry-content .alignleft {
  float: left;
  margin-right: 10px;
}

/*	■iframe背景
===========================================================================================*/
.textwidget > iframe {
  background: none repeat scroll 0 0 #ffffff;
}

/*	■2014/04/02 追記CSS
===========================================================================================*/

#wp-calendar thead th {
  vertical-align: middle;
  text-align: center;
}

/*	ページ送りナビゲーションCSS
-------------------------------------------------------------- */

.tablenav {
  display: block;
  clear: both;
  margin: 0 auto 30px;
  padding: 0;
  width: 700px;
  background: none repeat scroll 0 0 transparent;
  text-align: center;
  line-height: 2em;
}

a.page-numbers,
.tablenav .current {
  padding: 8px 10px;
  border: 1px solid #999999;
  text-decoration: none;
  font-size: 13px;
}
a.page-numbers:hover {
  background: #999999;
  color: white;
}

.tablenav .current {
  border-color: #999999;
  background: none repeat scroll 0 0 #999999;
}

/*		詳細 back link (G block && I block)
-------------------------------------------------------*/
.permalink_in {
  clear: both;
  width: 100%;
}

.permalink_in a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #999999;
  background: none repeat scroll 0 0 #666666;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.7;
}
.permalink_in a:hover {
  border: 1px solid #666666;
  background: none repeat scroll 0 0 #aaaaaa;
  color: #ffffff;
  text-decoration: underline;
}

/* =========================================================== 
		Block template css
   =========================================================== */

/*	Block 記事
-------------------------------------------------------------- */
.entry_post {
  display: inline-block;
  width: 100%;
}

/*	大見出し
-------------------------------------------------------------- */
.headline_title {
  margin-bottom: 25px;
  padding: 0;
  width: 960px;
  height: 70px;
  background: url("../../../../files/top_entry_title.png") no-repeat scroll left top transparent;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 70px;
  zoom: 1;
}

/*	見出し
-------------------------------------------------------------- */
.entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
  width: 940px;
  height: 60px;
  background: url("../../../../files/entry_title_bg.png") no-repeat scroll left top transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  line-height: 60px;
  zoom: 1;
}

.entry_title h3 {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 820px;
  font-weight: bold;
  font-size: 23px;
}

.entry_title span.read_more_btn {
  float: right;
  width: 120px;
  height: 60px;
}

.entry_title span.read_more_btn a {
  display: inline-block;
  height: 60px;
  background: url("../../../../files/read_more_btn.png") no-repeat scroll left center transparent;
  line-height: 60px;
  transition: 0.2s;
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
/*
.entry_title span.read_more_btn a:hover {
    background: url("../../../../files/read_more_btn_on.jpg") no-repeat scroll left top transparent;
}*/

/*	小見出し
-------------------------------------------------------------- */
.sub_entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
  width: 940px;
  height: 60px;
  background: url("../../../../files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  zoom: 1;
}

.sub_entry_title h4 {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 820px;
  font-weight: bold;
  font-size: 20px;
}

.sub_entry_title span.read_more_btn {
  float: right;
  width: 120px;
  height: 60px;
}

.sub_entry_title span.read_more_btn a {
  display: inline-block;
  height: 60px;
  background: url("../../../../files/read_more_btn.png") no-repeat scroll left center transparent;
  line-height: 60px;
  transition: 0.2s;
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
/*
.sub_entry_title span.read_more_btn a:hover {
    background: url("../../../../files/sub_read_more_btn_on.jpg") no-repeat scroll left top transparent;
}*/

/*	小タイトル
-------------------------------------------------------------- */
.inline_title {
  margin: 0 0 25px;
  width: 300px;
  height: 40px;
  background: url("../../../../files/column3_title_bg.png") no-repeat 0 0 transparent;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
}

/*	2カラム - ハーフタイトル
-------------------------------------------------------------- */
.half_entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0;
  width: 456px;
  height: 50px;
  background: url("../../../../files/half_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}
.half_sub_entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0;
  width: 456px;
  height: 50px;
  background: url("../../../../files/half_sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}

/* 新B-03　画像横タイトル
-------------------------------------------------------*/
.short_entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0;
  width: 456px;
  height: 50px;
  background: url("../../../../files/half_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}
.short_sub_entry_title {
  position: static;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0;
  width: 456px;
  height: 50px;
  background: url("../../../../files/half_sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}

.mid_entry_title {
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  width: 550px;
  height: 50px;
  background: url("../../../../files/entry_title_bg_w570.png") no-repeat 0 0 transparent;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  line-height: 50px;
}
.mid_sub_entry_title {
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  width: 550px;
  height: 50px;
  background: url("../../../../files/sub_entry_title_bg_w570.png") no-repeat 0 0 transparent;
  color: #000000;
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  line-height: 50px;
}

/*	タイトルインデント
-------------------------------------------------------*/
.indent_border {
  padding-left: 10px;
  border-left: 5px solid #999999;
}

/*	2カラム table template
-------------------------------------------------------*/
.parent_title {
  font-weight: bold;
}

.table_area {
  font-size: 12px;
  line-height: 1.7;
}

.table_area td.td_name {
  padding: 15px;
  border: 1px solid #999999;
  background-color: #eeeeee;
  vertical-align: top;
  text-align: left;

/*強制改行キャンセラ*/
  /*word-wrap: normal;*/
  word-break: break-all;
  /*white-space: nowrap;*/
}

.table_area td.td_value {
  padding: 15px;
  border: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}

/* =========================================================== 
		Plugin css
   =========================================================== */

/*	プラグイン(Social Bookmarking Light)
-------------------------------------------------------------- */
div#outer_block .wp_social_bookmarking_light {
  display: inline-block;
  margin-bottom: 20px !important;
}

/* =========================================================== 
		Block template css
   =========================================================== */

/*	A Block css
-------------------------------------------------------------- */
.headline_index_box {
  clear: both;
  width: 100%;
}
/*
 * 見出し画像
 */
.eyecatch.display_line_bg {
  background-color: transparent;
  background-image: url("../../../../files/recommend_b_top.jpg"), url("../../../../files/recommend_b_bottom.jpg"), url("../../../../files/recommend_b_bg.jpg");
  background-position: left top, left bottom, left top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  zoom: 1;
}
.eyecatch.display_line_bg img {
  padding: 15px;
  width: 420px;
  height: auto;
}
.na_01 .img_size_full img {
  width: 100%;
}
.na_01 .a_3col {
  margin-bottom: 30px;
}

/*
 * 3連画像
 */
.field_3col .display_line_bg {
  background-image: url("../../../../files/recommend_s_top.jpg"), url("../../../../files/recommend_s_bottom.jpg"), url("../../../../files/recommend_s_bg.jpg");
  background-position: left top, left bottom, left top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  zoom: 1;
}

.a_3col.field_3col {
  width: 290px !important;
}
.a_3col.field_3col.float_left {
  margin-right: 45px;
  margin-bottom: 30px;
}
.field_3col .display_line_bg img {
  padding: 10px;
  width: 270px;
  height: auto;
}

/*	B Block & D Block - Half Left & Right
-------------------------------------------------------------- */
.easys_content .half_left {
  float: left;
  clear: none;
  overflow: hidden;
  width: 456px;
}
.easys_content .half_right {
  float: right;
  clear: none;
  overflow: hidden;
  width: 456px;
}
.nb_01 .img_size_full img {
  width: 100%;
}

.btn_align_left {
  text-align: left;
}
.btn_align_center {
  text-align: center;
}
.btn_align_right {
  text-align: right;
}

/*		C Block
-------------------------------------------------------*/
.c_07 .img_size_medium .img_box {
  overflow: hidden;
}
.c_07 .eyecatch img {
  transition: all 0.6s ease 0s;
}
.c_07 .eyecatch img:hover {
  transform: scale(1.1);
}

.c_08 .field_3col {
  position: relative;
  overflow: visible;
}
.c_08 .baloon {
  position: absolute;
  top: -50px;
  z-index: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  width: 306px;
  height: auto;
  border: 1px solid #333333;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0;
  pointer-events: none;
}
.c_08 .baloon:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 0;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-width: 9px 9px 0 9px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
  content: "";
}
.c_08 .baloon:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: -1;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-width: 9px 9px 0 9px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  content: "";
}
.c_08 .eyecatch:hover .baloon,
.c_08 .eyecatch:hover .baloon:before {
  z-index: 101;
}
.c_08 .eyecatch:hover .baloon:after {
  z-index: 100;
}

.c_09 .field_3col a:hover img {
       opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);

  -moz-opacity: 1;
}

.nc_01 .main_btn,
.nc_02 .main_btn {
  text-align: center;
}
.nc_02 .eyecatch {
  margin: 0 0 15px;
}

/*		D Block
-------------------------------------------------------*/
.td_cell {
  margin: 0;
  padding: 10px 0 5px;
  border-width: medium medium 1px;
  border-style: none none dotted;
  border-color: #999999;
  background: none repeat scroll 0 0 transparent;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.7;
}

.td_cell.td_name {
  text-align: left;
}

.td_cell.td_value {
  text-align: right;
}
.d_01 .post_data,
.d_02 .post_data,
.d_03 .post_data,
.d_04 .post_data,
.d_05 .post_data,
.d_06 .post_data {
  font-size: 13px;
  line-height: 1.7;
}
.d_07 .half_block {
  width: 456px;
}
.d_07 .half_left {
  float: left;
}
.d_07 .half_right {
  float: right;
}

/*      E Block
-------------------------------------------------------*/
.ne_01 .img_size_full img {
  width: 100%;
}

/*		F Block
-------------------------------------------------------*/
.f_01 .notes_post {
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 5px;
}
.nf_03 .post_margin {
  margin: 0;
}
.nf_03 .html_post {
  margin: 0 0 50px;
}

.nf_01 .html_post iframe,
.nf_02 .html_post iframe,
.nf_03 .html_post iframe,
.nf_04 .html_post iframe {
  width: 100%;
  height: 350px;
}

/*		G Block
-------------------------------------------------------*/
.field_3col .table_area td.td_name,
.field_3col .table_area td.td_value {
  font-size: 11px;
  line-height: 1.5;
}

/*		I Block
-------------------------------------------------------*/
.before_after_block {
  display: inline-block;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: url("../../../../files/before_after_arr.png") no-repeat scroll center center transparent;
}

.index_before,
.index_after {
  width: 456px;
  height: auto !important;
  text-align: center;
}
.index_before:not(:nth-of-type(1)),
.index_after:not(:nth-of-type(2)) {
  margin-top: 15px;
}

.index_before img,
.index_after img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.index_before a:hover img,
.index_after a:hover img {
       opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
      filter: alpha(opacity=75);

  -moz-opacity: 0.75;
}

.detail_post_margin {
  margin-bottom: 20px;
}

.i_02 .field_3col .post_data {
  font-size: 11px;
  line-height: 1.5;
}

/*		J Block
-------------------------------------------------------*/
.anchor_list {
  margin: 0 1% 20px;
  width: 98%;
}

.anchor_list ul li {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px dotted #999999;
}

.anchor_list ul li.q_title {
  font-size: 15px;
  line-height: 2;
}
.anchor_list ul li.q_title a {
  display: block;
}

.faq_post.post_data {
  width: 100%;
}
.faq-title {
  padding: 5px 10px;
  width: 460px;
  border-radius: 5px;
  background: none #aaaaaa;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
}

.page_up {
  display: block;
  margin: 10px 0;
  text-align: right;
}

.page_up a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: #ffffff;
}

/*		K Block
-------------------------------------------------------*/
.date_area {
  overflow: hidden;
  font-size: 15px;
  line-height: 2;
}

.post_title_list {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.cu_mail_block {
  display: inline-block;
  padding: 0 0 40px;
  width: 100%;
  border-bottom: 1px dotted #999999;
}
.news_small_text {
  overflow: hidden;
  font-size: 15px;
  line-height: 2;
}

/*  Oブロック
---------------------------------------------------------------------------------------------------- */
.o_01,
.o_02,
.o_03,
.o_04 {
  margin-bottom: 30px;
}
.o_01 .sub_post,
.o_02 .sub_post,
.o_03 .sub_post,
.o_04 .sub_post {
  margin-top: 20px;
}

.main_btn,
.sub_text_btn {
  margin: 0 0 20px;
  padding-top: 15px;
}
.main_btn a {
  display: inline-block;
  padding: 10px 30px 10px 45px;
  border-radius: 1.5em;
  background: url("../../../../files/btn_icon.png") no-repeat 30px center #666666;
  color: #ffffff;
  font-size: 15px;
}
.sub_text_btn a {
  display: inline-block;
  padding: 10px 30px 10px 45px;
  border-radius: 1.5em;
  background: url("../../../../files/btn_icon.png") no-repeat 30px center #666666;
  color: #ffffff;
  font-size: 15px;
}

/*		Z-C1 Block
-------------------------------------------------------------- */
.z_c1 .text_size_small {
  /*  width: 290px;*/
}
.z_c1 .zc_form_content {
  /*  width: 640px;*/
}
table.iqfm-table {
  margin-bottom: 15px;
  width: 100%;
}
table.iqfm-table th,
table.iqfm-table td {
  padding: 15px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  line-height: 1.7;
}
.iqfm-table th {
  width: 29%;
  background-color: #e7e7e7;
  vertical-align: top;
  text-align: left;
  white-space: normal !important;
}
/* メールフォームのボタン高さを統一 */
table.iqfm-table button,
table.iqfm-table input[type="reset"],
table.iqfm-table input[type="button"],
table.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

/* テキスト入力ボックスのサイズを調整 */
table.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
table.iqfm-table td textarea {
  width: 96%;
  height: calc(1.1em * 10);
  font-size: 100%;
  line-height: 1.1;
}
table.iqfm-table td span.wpcf7-list-item {
  display: block;
  margin: 0 1em 0 0;
}
.iqfm-req_color {
  display: block;
  line-height: 1.7;
}

/*送信後*/
form.wpcf7-form.sent table.iqfm-table {
  display: none;
}
div.wpcf7-response-output {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*		Z-D1 Block (Z-K1)
-------------------------------------------------------*/
.blog_post {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px dotted #999999;
}

.blog_thumb {
  overflow: hidden;
  max-height: 150px;
  width: 150px;
}

.blog_list_text_size {
  overflow: hidden;
  width: 780px;
}

/*		Z-E1 Block
-------------------------------------------------------*/
.banner_box {
  width: 100%;
  text-align: center;
}
.banner_box img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.banner_box a:hover img {
       opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
      filter: alpha(opacity=75);

  -moz-opacity: 0.75;
}

/*		Z-F1 Block
-------------------------------------------------------*/
.coupon_box {
}

.coupon_box table tr td {
  font-size: 11px;
  line-height: 1.5;
}

.coupon_box table tr td.coupon_data {
  padding: 5px;
  border: 1px solid #999999;
  background-color: #ffffff;
}

.coupon_box table tr td.coupon_meta_title {
  padding: 5px;
  border: 1px solid #666666;
  background-color: #666666;
  color: #ffffff;
}

.coupon_box table tr td.coupon_meta {
  padding: 5px;
  border: 1px solid #999999;
  background-color: #eeeeee;
}

/*		Z-G1 Block
-------------------------------------------------------*/
.table_area {
  font-size: 15px;
  line-height: 1.7;
}

.table_area table {
}

.table_area table tr td {
  padding: 15px;
  min-width: 10em;
  border: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: top;
  text-align: left;
}

.table_area table tr td.header_td {
}

/*		Z-J1 Block
-------------------------------------------------------*/
.slide_area {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
}

.slide_area ul.slides {
  overflow: hidden;
  height: auto;

/* zoom: 1; */
  /**
     * Here is CSS transitions 
     * responsible for slider animation in modern broswers
     */
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide_area ul.slides li.slide {
  float: left;
}

.slide_area ul.slides li.slide a:hover img {
       opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
      filter: alpha(opacity=75);

  -moz-opacity: 0.75;
}

.slide_area ul.slides li.slide img {
  width: 100%;
  height: auto;
}

.slide_area .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.slide_area .slider-arrow--right {
  right: 15px;
  bottom: 7%;
  z-index: 100;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background: url("../../../../files/icon/next.gif") no-repeat scroll center center transparent;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slide_area .slider-arrow--left {
  bottom: 7%;
  left: 15px;
  z-index: 101;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background: url("../../../../files/icon/prev.gif") no-repeat scroll center center transparent;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slide_area .slider-nav {
  position: absolute;
  bottom: 30px;
}

.slide_area .slider-nav__item {
  display: block;
  float: left;
  clear: none;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #ffffff;
}

.slide_area .slider-nav__item:hover {
  background: #cccccc;
}
.slide_area .slider-nav__item--current {
  background: #cccccc;
}

/* 左右＋サムネイル */
.slide_area > div:first-child {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.slide_area > div ul,
.slide_area > div ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

.slide_area > div ul li img {
  display: none;
  width: 100%;
}

.slide_area .wideslider_base {
  position: absolute;
  top: 0;
}
.slide_area .wideslider_wrap {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.slide_area .slider_prev,
.slide_area .slider_next {
  position: absolute;
  top: 0;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}
.slide_area .slider_prev {
  background: #ffffff url(../../../../files/prev.png) no-repeat center center;
}
.slide_area .slider_next {
  background: #ffffff url(../../../../files/next.png) no-repeat center center;
}

.slide_area > div.pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  text-align: center;
}

.slide_area > div.pagination a {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  background-size: cover !important;
}
.slide_area > div.pagination a.active {
       opacity: 1 !important;
  filter: alpha(opacity=100) !important;

  -moz-opacity: 1 !important;
}

.slide_area > div ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.slide_area > div ul {
  display: inline-block;
  overflow: hidden;
}
.thumbslider .wideslider_base,
.simpleslider .wideslider_base,
.fadeslider .wideslider_base {
  overflow: hidden;
}

/*流れるスライド*/
.np_04 {
  margin-bottom: 50px;
}

/*		Z-L1 Block
-------------------------------------------------------*/
.list_block .list_box {
  display: inline-block;
  margin: 0 1% 10px;
  padding: 0 0 10px;
  width: 98%;
  border-bottom: 1px dotted #cccccc;
  font-size: 13px;
  line-height: 1.7;
}

.list_block {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: medium none;
}

/*	Z-M1 (コンテンツナビゲーション)
-------------------------------------------------------*/
/*========■■■ ul list ■■■========*/

ul.btn_list {
  display: inline-block;
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

li.link_list {
  display: inline-block;
  float: left;
  margin: 0 5px;
  padding: 0;
}

li.link_list a {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-radius: 5px 5px 0 0;
  background-color: #eeeeee;
  font-size: 15px;
}
li.link_list a:hover {
  background-color: #ffffff;
}

/*========■■■ div list ■■■========*/

div.btn_list {
  display: inline-block;
  clear: both;
  margin: 0 0 10px;
  padding: 0;
}

div.link_list {
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
  padding: 0;
}

div.link_list a {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  background-color: #eeeeee;
  font-size: 15px;
}
div.link_list a:hover {
  background-color: #ffffff;
}

/*  新Lightbox
---------------------------------------------------------------------------------------------------- */
.blueimp-gallery > .description {
  position: absolute;
  top: 50px;
  left: 40px;
  display: none;
  padding: 20px;
  max-width: 30vw;
  background: none rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.7;
}
.blueimp-gallery-controls > .description {
  display: block;
}

/*  1column
---------------------------------------------------------------------------------------------------- */
.easys_content_inner,
.half_block_outer02 {
  display: block;
  margin: 0 auto;
  width: 960px;
}

.img_size_b-large {
  width: 480px;
}
.img_size_b-small {
  width: 360px;
}
.text_size_b-small {
  width: 450px;
}
.text_size_b-large {
  width: 570px;
}

.img_size_half {
  width: 456px;
}

/* 各ブロックのバグ・余白対応 */
.c_04 {
  margin: 0 0 20px;
}
.menu-list table {
  border-collapse: separate;
}
.indent_border {
  width: 685px;
}
.nm_01 {
  margin: 0 0 30px;
}
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 16px;
}
.Z_l1 .news_small_text {
  font-size: 15px;
}

.entry-title {
  height: 60px;
  background-image: url("../../../../files/blog_title.png");
  font-size: 20px;
  line-height: 60px;
}

.error404 .easys_content_inner {
  padding: 30px;
  width: 900px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}

.clearfix {
  width: 100%;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.nd_01.easys_content {
  margin-bottom: 0;
}
.nd_01.easys_content .easys_content_inner {
  overflow: hidden;
  padding-bottom: 30px;
}

.nf_03 small {
  display: block;
  margin: 20px auto;
  width: 960px;
}

.headline_title br,
.entry_title br,
.sub_entry_title br,
.inline_title br {
  display: none;
}

#float_top_btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}

.fixed_btn {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 100;
}
.fixed_btn div {
  right: 0;
  margin-bottom: 10px;
  width: 63px;
  height: 60px;
}
.fixed_btn div a {
  position: absolute;
  right: 0;
  display: block;
  width: 63px;
  height: 60px;
}

.headline_title br,
.entry_title br,
.sub_entry_title br,
.inline_title br {
  display: none;
}

/*  タイトルのテキストがはみ出たら「...」を付ける
---------------------------------------------------------------------------------------------------- */
.easys_content h2,
.easys_content h2 > a,
.easys_content h3,
.easys_content h3 > a,
.easys_content h4,
.easys_content h4 > a,
.easys_content *:not(.coupon_data) > .inline_title,
.easys_content *:not(.coupon_data) > .inline_title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
