@charset "UTF-8";

/**
 * ハチのマエストロ layer.css
 *
 * #layout
 * #共通
 * #記事ページ
 *
*/

/* #layout
   ----------------------------------------------------------------- */
/*メインコンテンツ*/
.l-layer-contents {
  width: 1080px;
  margin: auto;
  padding: 30px 0 80px;
}

/*記事*/
.l-layer {
  float: left;
  width: 738px;
  margin: -4px 32px 0 0;
  padding: 3px;
  border: 1px solid #b88e73;
  background-color: #f9f9f9;
}

.layer-inner,
.layer-inner-fixed {
  position: relative;
  padding: 27px 20px 79px;
  border: 1px solid #b88e73;
  background-color: #fff;
}

/*固定ページ*/
.layer-inner-fixed { padding: 27px 20px 19px;}

.layer-inner:before,
.layer-inner-fixed:before {
  content: url('../images/parts/bg_column_top.png');
  position: absolute;
  top: -10px;
  left: -5px;
}

.layer-inner:after,
.layer-inner-fixed:after {
  content: url('../images/parts/bg_column_bottom.png');
  position: absolute;
  bottom: -12px;
  left: -5px;
}

.layer-inner-content { padding: 0 10px; }


/* 共通
   ----------------------------------------------------------------- */
/* パンくず
----------------------- */
.breadcrumb {
  overflow: hidden;
  margin: -2px 15px 24px;
  font-size: 14px;
  line-height: 1;
}

.breadcrumb-item,
.breadcrumb-item-last{ float: left; }

.breadcrumb-item {
  margin-right: 5px;
  padding-right: 13px;
  background: url(../images/parts/ico_breadcrumb.png) right 2px no-repeat;
}


/*SNS
----------------------- */
.layer-column-sns {
  float: right;
  overflow: hidden;
  height: 20px;
  /*display: none\9;*/
  /*height: 0\9;*/
}

.layer-twitter {
  float: left;
  height: 20px;
  margin-right: 6px;
}

.layer-fb {
  float: left;
}

.layer-column-footer-sns {
  position: absolute;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  height: 20px;
  /*display: none\9;*/
  /*height: 0\9;*/
}


/*電話番号を無効化
----------------------- */
a[href^="tel:"] {
  cursor: default;
  color: #111;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* ==================================================================
# 記事ページ
================================================================== */
/* 見出し
----------------------- */
/*大見出し*/
.layer-ttl {
  position: relative;
  padding: 0 20px 16px 100px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #54381d;
  border-bottom: 2px solid #b88e73;
}

.layer-ttl:after {
  content: url('../images/parts/ico_layer_ttl.png');
  position: absolute;
  bottom: -7px;
  left: 6px;
}

.layer-header-item {
  overflow: hidden;
  margin: 0 10px 35px;
  font-size:0;
  line-height: 1;
}

.layer-column-tag a {
  display: inline-block;
  padding: 5px 4px 3px 6px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #e16f00;
  text-decoration: none;
}

.layer-column-date {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #9b9b9b;
}


/*h3 茶色背景の見出し*/
.layer-headline01 {
  margin: 55px 0 24px;
  padding: 13px 15px 12px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  font-weight: 300;
  border-radius: 2px;
  background-color: #8a5e34;
}


/*h4 縦線の見出し*/
.layer-headline02 {
  margin: 45px 0 21px;
  padding: 13px 15px 12px;
  font-size: 18px;
  line-height: 1.28;
  color: #54381d;
  font-weight: 300;
  border-radius: 2px;
  border-left: 4px solid #b88e73;
  background-color: #f7dac8;
}

/*h5 下線見出し*/
.layer-headline03 {
  margin: 45px 10px 21px;
  padding: 0 0 5px;
  font-size: 18px;
  line-height: 1.28;
  color: #b88e73;
  font-weight: 300;
  border-bottom: 1px solid #b88e73;
}


/* テキスト関係(ビジュアルモード用)
----------------------- */
/*ポイント オレンジ*/
.point-txt01 { color: #e16f00;}

/*ポイント 赤*/
.point-txt02 { color: #e14000;}



/* 内容
----------------------- */
/*text*/
.layer-inner-content p {
  padding: 0 10px;
  margin-bottom: 25px;
}

/*画像*/
.column-img {
  margin: 45px 10px 30px;
  text-align: center;
}

/*表*/
.layer-column-table {
  width: 100%;
  margin: 45px 0 30px;
  font-size: 14px;
  line-height: 1.3;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e6c337;
  border-right: none;
  border-bottom: none;
}

.layer-column-table p {
  padding: 0;
}

.layer-table-ttl-x {
  padding: 15px;
  color: #54381d;
  border-right: 1px solid #e6c337;
  border-bottom: 1px solid #e6c337;
  background-color: #ffe88a;
}

.layer-table-ttl-y {
  width: 100px;
  padding: 15px;
  color: #54381d;
  font-weight: normal;
  border-right: 1px solid #e6c337;
  border-bottom: 1px solid #e6c337;
  background-color: #fff7e0;
}

.layer-table-item {
  width: 588px;
  padding: 15px;
  border-right: 1px solid #e6c337;
  border-bottom: 1px solid #e6c337;
  vertical-align: top;
  background-color: #fff;
}


/*リスト*/
.layer-column-ul,
.layer-column-ol {
  margin: 40px 10px 38px 30px;
  line-height: 1.6;
}

/*箇条書き*/
.layer-column-ul { list-style: none;}

.layer-column-ul li {
  position: relative;
  margin-bottom: 12px;
}

.layer-column-ul li:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: -18px;
}


/*数字*/
.layer-column-ol li { margin-bottom: 12px;}


/*ミニコラム*/
.l-mini-column {
  margin: 45px 0;
  border: 3px solid #ffd324;
  border-radius: 2px;
}

.mini-column-ttl {
  position: relative;
  padding: 16px 20px 16px 80px;
  font-size: 18px;
  color: #54381d;
  line-height: 1.39;
  border-bottom: 1px solid #ffd324;
  background-color: #ffe88a;
}

.mini-column-ttl:before {
  content: url('../images/parts/ico_layer_point.png');
  position: absolute;
  bottom: -9px;
  left: 17px;
}


.mini-column { padding: 30px 30px 0;}


.mini-column-img {
  margin-bottom: 30px;
  text-align: center;
}

.mini-column p { padding: 0;}

.mini-column .layer-column-ul,
.mini-column .layer-column-ol {
  margin: 40px 20px 38px;
  line-height: 1.6;
  font-weight: 600;
}

/*箇条書き*/
.mini-column .layer-column-ul { list-style: none;}

.mini-column .layer-column-ul li {
  position: relative;
  margin-bottom: 12px;
}

.mini-column .layer-column-ul li:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: -18px;
}

/*数字*/
.l-mini-column02 .layer-column-ol li { margin-bottom: 12px;}



/*ミニコラム02*/
.l-mini-column02 {
  margin: 45px 0;
  padding: 30px 30px 0;
  border: 3px solid #b88e73;
  border-radius: 2px;
}

.mini-column-ttl02 {
  margin-bottom: 21px;
  padding: 13px 15px 12px;
  font-size: 15px;
  line-height: 1.28;
  color: #54381d;
  font-weight: 300;
  border-radius: 2px;
  background-color: #f7dac8;
}

.l-mini-column02 p { padding: 0;}


.l-mini-column02 .layer-column-ul,
.l-mini-column02 .layer-column-ol {
  margin: 40px 20px 38px;
  line-height: 1.6;
  font-weight: 600;
}

.l-mini-column02 .layer-column-ul,
.l-mini-column02 .layer-column-ol {
  margin: 40px 20px 38px;
  line-height: 1.6;
  font-weight: 600;
}

/*箇条書き*/
.l-mini-column02 .layer-column-ul { list-style: none;}

.l-mini-column02 .layer-column-ul li {
  position: relative;
  margin-bottom: 12px;
}

.l-mini-column02 .layer-column-ul li:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: -18px;
}

/*数字*/
.l-mini-column02 .layer-column-ol li { margin-bottom: 12px;}



/*引用*/
.l-blockquote {
  position: relative;
  padding: 40px 15px 8px;
  margin: 45px 0 30px;
  color: #555;
  background: #efefef;
}

.l-blockquote:before{
  display: inline-block;
  content: "“";
  position: absolute;
  top: 4px;
  left: 10px;
  vertical-align: middle;
  font-size: 70px;
  color: #c5b8a2;
  line-height: 1;
}

.l-blockquote p {
  padding: 0;
}

.l-blockquote .blockquote-cite {
  font-size: 12px;
  margin-bottom: 5px;
  text-align:  right;
}



/* アソシエイトリンク
----------------------- */
.column-shop {
  display: table;
  width: 668px;
  margin: 21px auto 45px;
  padding: 30px;
  background-color: #f9f9f9;
  border: 2px solid #eaddd5;
  border-radius: 4px;
}

.column-shop a {
  display: table-cell;
  width: 180px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

.column-shop-info {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
}

.column-shop .column-shop-name a {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: underline;
  background-color: #f6f6f6;
}

.column-shop .column-shop-point {
  list-style: circle;
  margin: 0 0 25px 20px;
}

.column-shop .column-shop-point li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.column-shop .column-shop-btn a {
  display: block;
  width: auto;
  height: auto;
  padding: 10px 0;
  color: #50452f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background-color: #ffd324;
  border-radius: 4px;
  box-shadow: 0px 3px #e6c337;
}


/* ==================================================================
# 固定
================================================================== */
/*大見出し*/
.layer-inner-fixed .layer-ttl { margin-bottom: 30px; }

/*目次*/
.layer-inner-fixed #toc_container { display: none;}

/*リスト*/
.layer-inner-fixed .layer-column-ol {
  margin-left: 10px;
  padding-left: 15px;
  text-indent: -15px;
  list-style: none;
}


/* ==================================================================
# カテゴリーページ
================================================================== */
/* 見出し
   ----------------------------------------------------------------- */
/*大見出し*/
.category-ttl {
  padding: 0 20px 25px 20px;
  margin: 8px 0 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #54381d;
  border-bottom: 2px solid #b88e73;
}


/* リスト
   ----------------------------------------------------------------- */
.category-item {
  position: relative;
  margin: 50px 10px 0;
}

.category-item:first-child { margin-top: 0;}


.category-item-link {
  display: block;
  line-height: 1;
  text-decoration: none;
}

.category-column-thumb {
  float: left;
  margin-right: 20px;
}


/*メタ情報*/
.category-column-meta {
  position: absolute;
  top: -3px;
  left: 290px;
}

.category-column-tag {
  display: inline-block;
  padding: 5px 4px 4px;
  margin: 0 7px 7px 0;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e16f00;
}

.category-column-date {
  margin-top: 2px;
  font-size: 13px;
  color: #9b9b9b;
}


/*文章エリア*/
.category-column-cap {
  float: right;
  width: 358px;
  margin-top: 27px;
}

.category-column-ttl {
  margin-bottom: 13px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #54381d;
  border-bottom: 1px solid #b88e73;
}

/*抜粋*/
.category-column-excerpt p {
  margin-bottom: 20px;
  padding: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.33;
}

.category-column-more {
  font-size: 15px;
  line-height: 1;
  text-align: right;
  color: #385996;
  text-decoration: underline;
}


/* ページャ
----------------------- */
.wp-pagenavi {
  position: absolute;
  bottom: -61px;
  left: 10px;
  line-height: 1;
}

.wp-pagenavi span {
  border: none!important;
  padding: 0;
  margin: 0 10px 0 0!important;
  font-size: 0;
  line-height: 1;
  color: #8a5e34;
  background-color: #ffdb4a;
  border-radius: 4px;
}
.current {
  display: inline-block!important;
  width: 30px;
  padding: 6px 9px!important;
  font-size: 18px!important;
  line-height: 1!important;
  text-align: center;
}

.wp-pagenavi a {
  display: inline-block!important;
  width: 30px;
  padding: 5px 9px!important;
  margin: 0 10px 0 0!important;
  font-size: 18px;
  line-height: 1;
  color: #8a5e34;
  text-align: center;
  border: 1px solid #e6c337!important;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current { border-color: #ffdb4a!important;}

.wp-pagenavi span.current { font-weight: normal!important;}
