@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
Theme Name: yamafuku
Theme URI: http://www.doya-doya.com/
Description: 2013年版の WordPress テーマ「コーポレート01」は、企業サイト制作により最適なテーマです。カスタム投稿へ対応してみました。その他の機能は、ヘッダの余計なタグを無効化、カスタムメニュー利用可能、パンくずリスト自動生成、「続きを読む」リンクの#を無効化、トップページ新着情報のNEWマーク表示（デフォルト7日間）、トップページでのRSS取得（複数ブログ可能）、投稿カテゴリ毎の月別表示（プラグイン使用）、コメント非表示、固定ページのコーナータイトルを自動表示、固定ページのサイドメニューを自動表示（階層無制限）、管理者以外にワードプレスアップデートのお知らせ非表示、管理画面の「ダッシュボード」「投稿」「ページ」の不要なコンテンツを非表示、ビジュアルエディタの最適化に対応しています。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
::selection {
	background: #d7d4d4;
}
body {
	line-height: 1;
	background: url(images/bg.jpg) 100% 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a,
input[type="submit"] {
	transition: all 0.4s ease 0s;
}
a img{
	border: none;
}

/* ============================
   Global Elements
/* ============================ */
/*windows用*/
@font-face {
  font-family: YuGothicM;
  font-weight: 500;
  src: local(Yu Gothic Medium), local(Yu Gothic);
}
@font-face {
  font-family: a-otf-ud-reimin-pr6n,sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*android用*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSansJP-Regular.otf'), src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

#topcontent_mekikiAreaText p,
.pickuplayoutbox .doc p,
.qualitybox .doc p,
#topcontent_productArea div,
#CTitle h1,
.page-headarea .maindoc h2,
#content .ContentsArea .Title h3,
#content .ContentsArea .doc2 .Txt h3,
#content ul.productList li .txt h3,
#content ul.RecipeList li .txt h3,
.about_message .Txt .copy,
.font_futo-min400 {
  font-family: a-otf-futo-min-a101-pr6n,serif;
  font-weight: 400;
  font-style: normal;
}
#right-menucontentArea,
#CTitle h1 span {
	font-family: europa, sans-serif;
	font-weight: 500;
	font-style: normal;
  letter-spacing: 0.1em;
}

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	line-height: 1.8em;
	font-size: 1em;
	font-family: 'Noto Sans Japanese', 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'YuGothicM', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

.sectionFlexFIX,
.sectionFlex {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.sectionFlexFIX.sectionFlexWrap,
.sectionFlex.sectionFlexWrap {
  flex-wrap: wrap;
}
.sectionFlexFIX.JustifySE,
.sectionFlex.JustifySE {
  justify-content: space-evenly;
}


.sectionFlexFIX.column-2>*,
.sectionFlex.column-2>* {
  width: 49%;
  box-sizing: border-box;
}
.sectionFlex.column-3 > * {
	width: 33%;
	padding: 0.25em;
	box-sizing: border-box;
}
.sectionFlex.column-3 li:nth-child(3n+2):last-child {
	margin-left: auto;
	margin-right: 33.5%;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #efefef;
	padding: 4px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #666;
}
a.blank::after {
    font-family: "FontAwesome";
    content: '\f08e';
    margin-left: 3px;
    font-size: 1em;
    font-weight: normal;
    clear: both;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 640px !important;
	padding: 0;
	text-align: center;
}
.wp-caption img {
	width: 100%;
	height: auto;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	font-size: .85em;
	margin: .5em 0 0 0;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	/*border: 2px solid #cfcfcf;*/
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a{
	width: 100%;
}
.gallery-caption {
	width: 90%;
	padding: 0 5%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

/* ソーシャルプラグイン
----------------------------- */
#content .entry-social{
	margin: 1.5em 0;
}
#content .entry-social:after{content : ''; display : block; clear : both;}
#content .entry-social ul{
	margin: 0;
	list-style: none;
}
#content .entry-social ul li{
	display: inline;
	margin-right: .5em;
}
#content .entry-social ul li a{
	/*display: block;*/
	padding: 5px 8px;
	background: #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: .7em;
}
#content .entry-social ul li a i{
	margin: 0 5px 0 0;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
}
#content .entry-social ul li a img{
	width: 14px;
	height: auto;
	margin: 1px 5px 1px 0;
	vertical-align: middle;
}
#content .entry-social ul li.twitter a	{background: #1b95e0;}
#content .entry-social ul li.facebook a	{background: #4267b2;}
#content .entry-social ul li.line a		{background: #00b833;}
#content .entry-social ul li a:hover	{
	opacity: 0.7;
}

.snsshareArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin: 1em auto;
}
.snsshareArea a {
  color: #fff;
  text-align: center;
  padding: 0.5em;
  width: calc(33.3333333333% - 1em);
}
@media print, screen and (min-width: 769px) {
  .snsshareArea a {
    width: calc(33.3333333333% - 2em);
  }
}
.snsshareArea a.facebook {
  background-color: #3b5998;
}
.snsshareArea a.x {
  background-color: #000000;
}
.snsshareArea a.instagram {
  background-color: #000000;
}
.snsshareArea a.line {
  background-color: #00c300;
}

a.btn_type1{
	/*display: block;*/
	position: relative;
	padding: 10px 40px 10px 30px;
	background: #ed9100;
	border: solid 1px #ed9100;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
a.btn_type1::after{
	font-family: "FontAwesome";
	content: '\f061';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -.7em;
	font-size: 1.1em;
}
a.btn_type1:hover{
	background: #fff;
	border: solid 1px #ed9100;
	color: #ed9100;
}
a.btn_type2{
	display: block;
	padding: 10px;
	background: #f14623;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
a.btn_type2:hover{
	background: #fff;
	color: #f14623;
}
a.btn_more3{
	display: block;
	padding: 10px;
	background: #f2f2f2;
	text-align: center;
	color: #000;
	text-decoration: none;
}
a.btn_more3:hover{
	background: #000;
	color: #fff;
}

.sp_disp{
	display: none;
}

/* ============================
   Layout
/* ============================ */
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 100px;
	/* display: flex;
	flex-direction: column; */
	/* min-height: 100vh; */
	/* border-right: solid 100px #fff;
	border-left: solid 100px #fff; */
}
header {
	width: 100%;
}
/* news_twocolumn */
body.archive #main,
body.category #main {
/*
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
*/
}
/* news_twocolumn */
#main {
	position: relative;
	margin: -60px auto 0 auto;
	padding: 0 40px 40px 40px;
	width: 80%;
	min-width: 1100px;
	/*background: #fff;*/
	border-top: solid 100px #fff;
}
#main::before {
	content: '';
	position: absolute;
	top: -100px;
	display: inline-block;
	width: 1px;
	height: 30px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
#main::after {content : ''; display : block; clear : both;}
.home #main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: none;
	border-top: none;
}
.home #main::before {
	display: none;
}
#content {
	float: right;
	margin: 0;
	width: 75%;
	/*background: #fff;*/
}
.wide_ver {
	float: none !important;
	width: 100% !important;
	margin: 0 auto !important;
}
#sidebox {
	/* float: left; */
	overflow: hidden;
	width: 220px;
	width: 20%;
	margin: 0;
	font-size: .95em;
}
footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/* ============================
   parts
/* ============================ */
.arrow-black  {
  text-decoration: none;
  background: url(images/arrow-black.png) no-repeat 0 0;
  background-position: right center;
}
.arrow-white  {
  text-decoration: none;
  background: url(images/arrow-white.png) no-repeat 0 0;
  background-position: right center;
}

/* 黒 */
a.more_btn_type-arrowblack {
	position: relative;
	display: block;
	width: 310px;
	max-width: 100%;
	margin: 0 auto;
	padding: .8em 0;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #000;
	background-image: url(images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}
a.more_btn_type-arrowblack:hover {
	background-color: #000;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #fff;
	background-image: url(images/arrow-white.png);
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}

/* 白 */
a.more_btn_type-arrowwhite {
	position: relative;
	display: block;
	width: 310px;
	max-width: 100%;
	margin: 0 auto;
	padding: .8em 0;
	font-size: 1em;
	text-decoration: none;
	border: solid 2px #fff;
	transition: all 0.4s ease 0s;
	color: #fff;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}
a.more_btn_type-arrowwhite:hover {
	background-color: #fff;
	border: solid 2px #fff;
	transition: all 0.4s ease 0s;
	color: #000;
	background-image: url(images/arrow-black.png);
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}

/* 白2 */
a.more_btn_type-arrowwhite2 {
	position: relative;
	display: block;
	width: 310px;
	max-width: 100%;
	margin: 0 auto;
	padding: .8em 0;
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	background-color: #000;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #fff;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}
a.more_btn_type-arrowwhite2:hover {
	background-color: #fff;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #000;
	background-image: url(images/arrow-black.png);
	background-position: 90% center;
	background-size: 2em;
	padding-right: 0;
}

/* ============================
   header
/* ============================ */
#headerInner {
	width: 100%;
	margin: 0 auto;
	z-index: 10000;
}
#headerTitle {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#site-title a {
	color: #000;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}


.head_contact{
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 1000;
}
.head_contact a{
	display: block;
	padding: 27px 30px;
	background: #005466;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
}
.head_contact a:hover{
	background: #000;
}
.head_contact a::before{
	font-family: "FontAwesome";
	content: '\f0e0';
	margin-right: 10px;
	font-size: 1em;
	color: #fff;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;

	/* border-left: solid 100px #fff;
	border-right: solid 100px #fff; */
}

/*--スクロール後の変更--*/
.is-animation {
	opacity: 1;
}

/* =Menu
-------------------------------------------------------------- */
#global-nav {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 9999;
    width:100%;
    height:100%;
    background-color:#fff;
    border: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

		#global-nav div.title{
			display: block;
			width: 100px;
			margin: 55px auto 2em auto;
		}
		#global-nav div.title img{
			width: 100%;
			height: auto;
		}

		#global-nav ul#menu-main{
			list-style: none;
			margin: 0;
			padding: 0 130px 30px 130px;
			height: auto;
			text-align: center;
		}
		#global-nav ul#menu-main > li{
			float: none;
			width: 100%;
			position: relative;
		}
		#global-nav ul#menu-main > li:first-child{
			border-top: solid 1px #ddd;
		}
		#global-nav ul#menu-main > li{
			border-bottom: solid 1px #ddd;
			font-weight: bold;
		}
		#global-nav ul#menu-main > li::before,
		#global-nav ul#menu-main > li:hover::before{
			display: none;
		}
		#global-nav ul#menu-main li a{
			color: #000;
		}

		/* submenu */
		#global-nav ul#menu-main li ul.sub-menu {
			z-index: auto;
			display: block;
			position: static;
			/*float: left;*/
			width: 100%;
			margin: 0;
			padding: 0;
			background: #fff;
			overflow:hidden;
			box-shadow: 0 0 0 rgba(255,255,255,0);
		}
		#global-nav ul#menu-main li ul.sub-menu > li {
			border-top: dotted 1px #ddd;
		}

#header #global-nav ul li a,
#header.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	/*color: #fff;*/
	padding: 10px 0;
	text-decoration: none;
}
#header #global-nav ul li a[target="_blank"]::after {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f08e";
	margin-left: 10px;
}

/* language */
#header #global-nav ul#language {
	margin: 0 auto 2em auto;
	list-style: none;
	text-align: center;
}
#header #global-nav ul#language li {
	display: inline-block;
	width: 120px;
	margin: 0 3px;
}
#header #global-nav ul#language li a {
	display: block;
	padding: 5px 0;
	border: solid 1px #000;
	text-align: center;
	line-height: 1em;
	color: #000;
}
#header #global-nav ul#language li a:hover {
	opacity: .7;
}
#header #global-nav ul#language li span {
	display: block;
	padding: 5px 0;
	background: #000;
	border: solid 1px #000;
	text-align: center;
	line-height: 1em;
	color: #fff;
}

/* Toggle Button */
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	display: block;
}
.open #site-title {
	display: none;
}


/* ============================
  TOPPRバナー
/* ============================ */
ul.pr-bnr {
	display: grid;
	width: 80%;
	column-gap: 5%;
	grid-template-columns: repeat(3, 1fr);
	margin: 2rem auto;
	padding: 0;
	list-style: none;
}
ul.pr-bnr li {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.pr-bnr li a[target="_blank"]::after {
	display: none;
}
ul.pr-bnr li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 896px) {
	ul.pr-bnr {
		display: block;
	}
	ul.pr-bnr li {
		margin-top: 10px;
	}
	ul.pr-bnr li:first-child {
		margin-top: 0;
	}
}


/* ============================
   CTitle
/* ============================ */
#CTitle {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-image: url(images/ct_normal.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#CTitle h1 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 240px 0;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#CTitle h1::after {
	content: '';
	position: absolute;
	bottom: 60px;
	display: inline-block;
	width: 1px;
	height: 60px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}
#CTitle h1 span {
	display: block;
	/*font-family: "chantal";*/
	font-size: .5em;
	font-weight: normal;
	line-height: 1em;
}

/* policy */
.page-id-565 #CTitle 			{background-image: url(images/ct_policy.jpg); background-size: cover;}
.page-id-565 #CTitle h1 span	{color: #0ea7d3;}
.page-id-565 #content h3::after	{background-color: #0ea7d3;}
.page-id-565 #content .ContentsArea .Title h3::before {
	position: absolute;
	display: inline-block;
	content: " ";
	top: -1.5em;
	left: 35%;
	margin: 0;
	width: 1px;
	height: 100px;
	background: #000;
	vertical-align: top;
	transform: skewX(-45deg);
}
.page-id-565 #content .ContentsArea .Title h3::after {
	position: absolute;
	display: inline-block;
	content: " ";
	bottom: -1.5em;
	left: 60%;
	margin: 0;
	width: 2px;
	height: 50px;
	background: #0ea7d3;
	vertical-align: top;
	transform: skewX(-45deg);
}

/* quality */
.page-id-567 #CTitle 			{background-image: url(images/ct_quality.jpg?201910); background-size: cover;}
.page-id-567 #CTitle h1 span	{color: #47d79f;}
.page-id-567 #content h3::after	{background-color: #47d79f;}

/* product */
.page-id-569 #CTitle 			{background-image: url(images/ct_product.jpg?201910); background-size: cover;}
.page-id-569 #CTitle h1 span	{color: #d4ec31;}
.page-id-569 #content h3::after	{background-color: #d4ec31;}

/* tasty */
.page-id-571 #CTitle 			{background-image: url(images/ct_tasty.jpg?201910); background-size: cover;}
.page-id-571 #CTitle h1 span	{color: #ffd451;}
.page-id-571 #content h3::after	{background-color: #ffd451;}

/* about */
.page-id-573 #CTitle 			{background-image: url(images/ct_about.jpg?201910); background-size: cover;}
.page-id-573 #CTitle h1 span	{color: #e6335d;}
.page-id-573 #content h3::after	{background-color: #e6335d;}

/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width: 80%;
	min-width: 1100px;
	margin:0 auto 3em auto;
	padding: .75em 0;
	/*background: #f0f6f4;*/
	border-top: solid 1px #eee;
	/*border-bottom: solid 1px #eee;*/
	font-size: .85em;
}

/* ============================
   content
/* ============================ */
#main {
	/*clear: both;*/
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 60px;
}
#content {
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content,
#content input{
/*
	color: #333;
	font-size: 14px;
	line-height: 22px;
*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 30px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

/* 見出し
----------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 2.5em 0 1.5em 0;
	font-family: a-otf-futo-min-a101-pr6n,serif;
	/*font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}
#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child {
	margin-top: 0;
}
#content h1{
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000;
	border: 0;
	padding: 0;
}

#content h2{
	position: relative;
	display: block;
	padding: 20px 0;
	border-top: solid 3px #000;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	font-family: a-otf-futo-min-a101-pr6n,'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#content h2.entry-title{
	width: 100%;
	font-size: 1.25em;
}

#content h3{
	position: relative;
	margin: 3.5em 0 2.5em 0;
	padding: 15px 0;
	font-size: 1.25em;
	/*font-weight: bold;*/
	text-align: center;
}
#content h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 50px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
#content h3 .sub{
	display: block;
	font-size: .85em;
}
#content h4{
	padding: 5px 0 7px 13px;
	/*background: url(images/line2.gif) 0 bottom repeat-x;*/
	border-left: solid 3px #999;
	border-bottom: dotted 1px #cccccc;
	font-weight: bold;
	color: #000;
	font-size: 110%;
}
#content h5{
	border-radius		: 5px;    /* CSS3 */
	-moz-border-radius	: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	padding: 7px 12px;
	background: #f2f2f2;
	font-weight: bold;
	color: #000;
	font-size: 100%;
}
#content h5:before{
	display: inline-block;
	content: " ";
	margin: 0 10px 0 0;
	width: 15px;
	height: 3px;
	background: #005466;
	border-radius		: 3px;    /* CSS3 */
	-moz-border-radius	: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	vertical-align: middle;
}
#content h6{
	font-weight: bold;
	padding: 0;
	color: #005466;
	font-size: 100%;
}

/* テーブル
----------------------------- */
#content table {
	border: 1px solid #dcdcdc;
	margin: 15px 0;
	text-align: left;
	width: 100%;
}
#content table tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: #f7f7f7;
	white-space: nowrap;
	text-align: left;
	width: 27%;
}
#content table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#content table tr td {
	border: 1px solid #dcdcdc;
	padding: 10px;
}

table.tbl_type1{
	border: none !important;
}
table.tbl_type1 th{
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: solid 1px #d8deed !important;
	border-left: none !important;
	padding: 12px 20px 12px 0 !important;
	vertical-align: top;
	color: #356eae !important;
	width: auto !important;
}
table.tbl_type1 td{
	border-top: none !important;
	border-bottom: solid 1px #d8deed !important;
	padding: 12px 0 !important;
}

table.noneTBL{
	border: none !important;
}
table.noneTBL th{
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding: 3px !important;
	vertical-align: top;
	width: auto !important;
}
table.noneTBL td{
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding: 3px !important;
}

table.photoTBL{
	border: none !important;
}
table.photoTBL th{
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding: 15px !important;
	vertical-align: top;
	width: auto !important;
}
table.photoTBL td{
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding: 15px !important;
}
table.photoTBL td img{
	width: 100%;
	height: auto;
}
table.photoTBL td.one img{
	width: 50%;
	height: auto;
}

table.fixed-layout{
	table-layout: fixed;
}

/* リスト
----------------------------- */
ul.type_2column {
	width: 100%;
	margin: 0 auto !important;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	text-align: left;
}
ul.type_2column:after{
	clear: both;
	content: "";
	display: block;
}
ul.type_2column li {
	position: relative;
	display: inline-block;
	width: 48%;
	margin: 0 1em 3px 0;
	padding-left: 1.65em;
}
ul.type_2column li:nth-child(even) {
	margin: 0 0 3px 0;
}
ul.type_2column li::before{
	position: absolute;
	top: 0;
	left: 5px;
	font-family: "FontAwesome";
	content: '\f1b2';
	font-size: .85em;
	color: #005466;
}
ul.type_1colum li{
	width: 100%;
}

/* リンクボタン
----------------------------- */
/* 黒 */
a.more_btn_type1 {
	position: relative;
	display: block;
	width: 310px;
	margin: 0 auto;
	padding: .8em 0;
	border: solid 2px #000;
	text-decoration: none;
	font-size: 1em;
	color: #000;
	text-align: center;
}
a.more_btn_type1::after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.7em;
	font-family: "FontAwesome";
	content: '\f061';
	font-size: 1em;
	font-weight: normal;
}
a.more_btn_type1:hover {
	background: #000;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #fff;
}
/* 白 */
a.more_btn_type2 {
	position: relative;
	display: block;
	width: 310px;
	margin: 0 auto;
	padding: .8em 0;
	border: solid 2px #fff;
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	text-align: center;
}
a.more_btn_type2::after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.7em;
	font-family: "FontAwesome";
	content: '\f061';
	font-size: 1em;
	font-weight: normal;
}
a.more_btn_type2:hover {
	background: #fff;
	border: solid 2px #fff;
	transition: all 0.4s ease 0s;
	color: #000;
}

/* 黒地白文字 */
a.more_btn_type3 {
	position: relative;
	display: block;
	width: 310px;
	margin: 0 auto;
	padding: .8em 0;
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #000;
	text-align: center;
	border: solid 2px #000;
}
a.more_btn_type3::after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.7em;
	font-family: "FontAwesome";
	content: '\f061';
	font-size: 1em;
	font-weight: normal;
}
a.more_btn_type3:hover {
	background: #fff;
	border: solid 2px #000;
	transition: all 0.4s ease 0s;
	color: #000;
}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/* トップページ
----------------------------- */
.home .topContentArea {
	margin-bottom: 100px;
    padding: 100px 0;
	background: url(images/top_bg.jpg) center center no-repeat;
	background-size: cover;
}

.home h2 {
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1em;

	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.home h3 {
	font-family: a-otf-futo-min-a101-pr6n,serif;
	font-weight: 400;
	font-style: normal;
}

body #overflowwindowWrap {
	overflow: hidden;
}
.overflowwindow {
	width: 100vw;
	margin: 5em calc(50% - 50vw) 0;
	background: url(images/mekiki_bg.jpg) center center no-repeat;
	background-size: cover;
}

.bnr-katsuolife{
	max-width: 80%;
	margin: 0 auto 2em auto;
	text-align: center;
}
.bnr-katsuolife img{
	max-width: 100%;
	height: auto;
}

/*  ナビゲーション
----------------------------- */

/* ★ */

/*-- news --*/
.home ul.NewsList{
	width: 1100px;
	margin: 0 auto;
}


/* コンテンツページ
----------------------------- */
.entry-meta {
	margin-top: .65em;
	color: #000;
	text-align: left;
	font-size: .75em;
	font-weight: normal;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */
#content .wp-pagenavi{
	margin: 20px 0 0 0;
	padding: 5px 0;
	text-align: center;
}
#content .wp-pagenavi .pages{
	background: #595959;
	border: 1px solid #595959;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	padding: 4px 7px;
	color: #666;
	background: #f2f2f2;
    border: solid 1px #f2f2f2;
}
#content .wp-pagenavi a:hover{
	background: #ccc;
	border: 1px solid #ccc;
}
#content .wp-pagenavi span.current{
	background: #fff;
	color: #000;
	border: 1px solid #000000;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 2em 0 0 0;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below .nav-list{
	margin: 0 auto;
	width: 100px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	padding: 4px 30px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	text-decoration: none;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover{
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.edit-link {
	padding-top: 15px;
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* contact
----------------------------- */
#foot_contact {
	margin-top: 100px;
	padding: 100px 0;
	background: #005466 url(images/contact_bg.png) center top no-repeat;
	text-align: center;
	color: #fff;
}
#foot_contact h2 {
	font-size: 3.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#foot_contact h2 span {
	display: block;
	margin-top: 15px;
	font-size: .35em;
	color: #fff;
}
#foot_contact .add {
	margin-bottom: 55px;
}
#foot_contact .add span {
	margin: 0 5px;
}
#foot_contact .add a {
	color: #fff;
}
#foot_contact .add strong {
	display: block;
	margin-bottom: .55em;
	font-weight: bold;
	font-size: 1.15em;
}
#foot_contact .gmap {
	width: 1100px;
	height: 340px;
	margin: 55px auto;
	background: #ccc;
}
#foot_contact .gmap iframe,
#foot_contact .gmap .map iframe {
	width: 100%;
	height: 100%;
}
#foot_contact .form {
	display: inline-block;
	width: 385px;
	vertical-align: top;
}
#foot_contact .form .btn a {
	display: block;
	position: relative;
	padding: 15px 0;
	background: #fff;
	color: #005466;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
}
#foot_contact .form .btn a:hover {
	background: #000;
	color: #fff;
}
#foot_contact .form .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.7em;
	font-family: "FontAwesome";
	content: '\f061';
	font-size: 1em;
	font-weight: normal;
}
#foot_contact .phone {
	display: inline-block;
	width: 385px;
	background: #fff;
	margin-right: 30px;
	padding: 15px 0;
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1em;
	color: #005466;
}
#foot_contact .phone span {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	border: solid 1px #005466;
	font-size: .45em;
	font-weight: normal;
	line-height: 1em;
	vertical-align: middle;
}
#foot_contact .phone::before {
	font-family: "FontAwesome";
	content: '\f098';
	margin-right: 5px;
	font-size: 1em;
	color: #005466;
}

/*-----------------------------------------------
 共用
-----------------------------------------------*/
.m_content_top		{margin-top: 6em;}
.m_content_bottom	{margin-bottom: 6em;}

.page-headarea {
	position: relative;
	width: 100%;
	margin-bottom: 6em;
}
.page-headarea:after{content : ''; display : block; clear : both;}
.page-headarea .maindoc {
	position: absolute;
	width: 60%;
	top: 4em;
	left: 0;
	z-index: 1;
}
#content .page-headarea .maindoc h2 {
	margin: 0 0 1.35em 0;
	padding: 0;
	border: none;
	font-size: 1.65em;
	text-shadow:
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
}
.page-headarea .maindoc .txt {
	width: 65%;
}
.page-headarea .mainphoto {
	float: right;
	width: 55%;
}
.page-headarea .mainphoto img {
	width: 100%;
	height: auto;
}
.page-headarea .maindoc2 {
	width: 100%;
}
#content .page-headarea .maindoc2 h2 {
	margin: 0 0 1.35em 0;
	padding: 0;
	border: none;
	font-size: 1.65em;
	text-align: center;
}
.page-headarea .maindoc2 .txt {
	width: 80%;
	margin: 0 auto;
}

.ContentsArea {
	margin-top: 6em;
}
.ContentsArea .Title {
	position: relative;
	width: calc(100% + 80px);
	margin-left: -40px;
}
.ContentsArea .Title:after{content : ''; display : block; clear : both;}
#content .ContentsArea .Title h3 {
	position: absolute;
	width: 40%;
	top: 25%;
	margin: 0;
	padding: 2.5em 1.5em;
	background: rgba(255,255,255,0.85);
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.35em;
}
#content .ContentsArea .Title h3::after {
	display: none;
}
#content .ContentsArea .Title h3 div {
	display: block;
	font-size: .85em;
}
.ContentsArea .Title .Img {
	width: 70%;
}
.ContentsArea .doc {
	width: 80%;
	margin: 6em auto 0 auto;
	padding-top: 1.5em;
}
.ContentsArea .doc:after{content : ''; display : block; clear : both;}
.ContentsArea .doc .Img {
	position: relative;
	width: 46%;
}
.ContentsArea .doc .Img img {
	position: relative;
}
.ContentsArea .doc .Img::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 95%;
	height: 95%;
	bottom: -10px;
	right: -10px;
	background-image: url(images/bg_stripe.gif);
}
.ContentsArea .doc .Txt {
	width: 46%;
}
.ContentsArea .doc2 {
	position: relative;
	width: 100%;
	margin: 4em auto 0 auto;
}
.ContentsArea .doc2:after{content : ''; display : block; clear : both;}
.ContentsArea .doc2 .Img {
	position: absolute;
	width: 55%;
	top: 0;
}
.ContentsArea .doc2 .Txt {
	position: relative;
	width: 50%;
	margin-top: 5em;
	padding: 3em 4em;
	background: rgba(255,255,255,0.85);
	z-index: 1;
}
#content .ContentsArea .doc2 .Txt h3 {
	margin: 0 0 1em 0;
	padding: 0 0 15px 0;
	background: none;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.35em;
}
#content .ContentsArea .doc2 .Txt .mark {
	margin-top: 25px;
	text-align: center;
}
#content .ContentsArea .doc2 .Txt .mark img {
	width: 100px;
	height: auto;
}
.ContentsArea .Title .Img img,
.ContentsArea .doc .Img img,
.ContentsArea .doc2 .Img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* 見出し右タイプ */
#content .type_left .Title h3	{right: 0;}
.type_left .Title .Img	{float: left;}
.type_left .doc .Img	{float: right;}
.type_left .doc .Txt	{float: left;}
.type_left .doc2 .Img	{left: 0;}
.type_left .doc2 .Txt	{float: right;}
/* 見出し左タイプ */
#content .type_right .Title h3	{left: 0;}
.type_right .Title .Img	{float: right;}
.type_right .doc .Img	{float: left;}
.type_right .doc .Txt	{float: right;}
.type_right .doc2 .Img	{right: 0;}
.type_right .doc2 .Txt	{float: left;}

/* pagefoot-navi */
ul.pagefoot-navi {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 8em 0 0 0;
	list-style: none;
}
ul.pagefoot-navi li {
	width: 24%;
}
ul.pagefoot-navi li a {
	width: 100% !important;
	padding-left: 2em;
	text-align: left;
}

/* 写真集 6枚 */
.PhotoBlock{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto auto;
	grid-template-columns: auto auto auto auto;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}
.PhotoBlock .box01{
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 20px 20px 0;
}
.PhotoBlock .box02{
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 20px 20px 0;
}
.PhotoBlock .box03{
	-ms-grid-column: 3;
	grid-column: 3 / 5;
	-ms-grid-row: 1;
	grid-row: 1 / 3;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
	margin: 0 0 20px 0;
}
.PhotoBlock .box04{
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-row: 2;
	grid-row: 2 / 4;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
	margin: 0 20px 0 0;
}
.PhotoBlock .box05{
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-grid-row: 3;
	grid-row: 3;
	margin: 0 20px 0 0;
}
.PhotoBlock .box06{
	-ms-grid-column: 4;
	grid-column: 4;
	-ms-grid-row: 3;
	grid-row: 3;
}

/* 写真集 3枚 + text */
.PhotoBlock2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto auto;
	grid-template-columns: auto auto auto auto;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	width: 100%;
}
/* -07～10- */
.PhotoBlock2 .box07{
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 20px 20px 0;
}
.PhotoBlock2 .box08{
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 20px 20px 0;
}
.PhotoBlock2 .box09{
	-ms-grid-column: 3;
	grid-column: 3 / 5;
	-ms-grid-row: 1;
	grid-row: 1 / 3;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
}
.PhotoBlock2 .box10{
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column-span:2;
	margin: 0 20px 0 0;
}
/* -11～14- */
.PhotoBlock2 .box11{
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-row: 1;
	grid-row: 1 / 3;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
	margin: 0 20px 0 0;
}
.PhotoBlock2 .box12{
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 20px 20px 0;
}
.PhotoBlock2 .box13{
	-ms-grid-column: 4;
	grid-column: 4;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 0 20px 0;
}
.PhotoBlock2 .box14{
	-ms-grid-column: 3;
	grid-column: 3 / 5;
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
}

/* 写真集 2枚 */
.PhotoBlock3{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}
.PhotoBlock3 .box01{
	-ms-grid-column: 1;
	grid-column: 1 / 3;
	-ms-grid-row: 1;
	grid-row: 1 / 3;
	-ms-grid-column-span:2;
	-ms-grid-row-span:2;
	margin: 0 0 20px 0;
}
.PhotoBlock3 .box02{
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 3;
	grid-row: 3;
	margin: 0 20px 0 0;
}
.PhotoBlock3 .box03{
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 3;
	grid-row: 3;
}

.PhotoBlock div img,
.PhotoBlock2 div img,
.PhotoBlock3 div img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* OnepointArea */
.OnepointArea {
	margin: 4em auto;
	padding: 3em;
	border: solid 1px #000;
}
.OnepointArea:after{content : ''; display : block; clear : both;}
.OnepointArea ul {
	margin-bottom: 0 !important;
}
#content .OnepointArea .Title {
	margin: 0 0 1.5em 0;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.85em;
}
#content .OnepointArea .Title strong {
	font-size: 1.5em;
}
.OnepointArea .f_right {
	margin: 0 0 1em 3em;
}
.OnepointArea .f_right img {
	width: 280px;
	height: auto;
}

/* CommentArea */
.CommentArea {
	display: table;
	width: 100%;
	margin: 4em auto 0 auto;
	padding: 2em;
	border: solid 1px #000;
}
.CommentArea:after{content : ''; display : block; clear : both;}
.CommentArea .Img,
.CommentArea .Img_w {
	display: table-cell;
	padding-right: 2em;
	vertical-align: top;
}
.CommentArea .Img img {
	width: 160px;
	height: auto;
}
.CommentArea .Img_w img {
	width: 200px;
	height: auto;
}
.CommentArea .Txt {
	display: table-cell;
	padding-top: 1em;
	vertical-align: top;
}
.CommentArea .Txt .Title {
	margin: 0 0 .5em 0;
	font-size: 1.15em;
	font-weight: bold;
}

/* movie（横2つ並び） */
.movie{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.movie .item{
	width: 48%;
	height: auto;
}
.movie .item .t{
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 1em;
	text-align: center;
	line-height: 1.5em;
}
.movie .item .t::after{
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 50px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
.movie .item .t strong{
	display: block;
	font-size: 1.25em;
}

/* movie（単発） */
.moviebox{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}
.moviebox iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

/* カタログダウンロードボタン */
.btn_catalog a{
	width: 450px;
}

.f_banner{
	margin: 6em auto;
	text-align: center;
}
.f_banner.ecBnr_top{
	margin: 4em auto 6em auto;
}
.f_banner img{
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------------
 商品ギャラリー
-----------------------------------------------*/
ul.productList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
ul.productList li{
	margin-bottom: 6em;
}
ul.productList li:last-child{
	margin-bottom: 0;
}
ul.productList li.col1{
	width: 100%;
}
ul.productList li.col1:after{content : ''; display : block; clear : both;}
ul.productList li.col3{
	width: 30%;
}
ul.productList li{
	position: relative;
}
ul.productList li:after{content : ''; display : block; clear : both;}

ul.productList li .txt{
	position: relative;
	margin-top: 2em;
}
ul.productList li .txt::before{
	content: '';
	position: absolute;
	/*display: inline-block;*/
	width: 300px;
	height: 180px;
	top: -100px;
	left: -100px;
	/*background-color: rgba(212,236,49,0.3);*/
	background-image: url(images/bg_stripe.gif);
	z-index: -1;
}
ul.productList li.type_right .txt::before{
	left: auto;
	right: -100px;
}
#content ul.productList li .txt h3{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
	font-size: 1.65em;
	line-height: 1.25em;
}
#content ul.productList li .txt h3.icon_katsuo::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: -70px;
	left: 50%;
	margin-left: -30px;
	background-image: url(images/icon_katsuo.png);
	background-size: contain;
	vertical-align: middle;
}
#content ul.productList li .txt h3.icon_katsuo::after{
	display: none;
}
#content ul.productList li .txt h3.icon_maguro::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: -70px;
	left: 50%;
	margin-left: -30px;
	background-image: url(images/icon_maguro.png);
	background-size: contain;
	vertical-align: middle;
}
#content ul.productList li .txt h3.icon_maguro::after{
	display: none;
}
#content ul.productList li .txt h3.icon_other::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top: -70px;
	left: 50%;
	margin-left: -30px;
	background-image: url(images/icon_other.png);
	background-size: contain;
	vertical-align: middle;
}
#content ul.productList li .txt h3.icon_other::after{
	display: none;
}
#content ul.productList li .txt h3 div{
	font-size: .65em;
}
ul.productList li .txt .price{
	text-align: right;
	font-size: 1.15em;
}
ul.productList li .txt .doc1{
	margin-top: 1em;
	font-size: .85em;
}
ul.productList li .txt .doc2{
	margin-top: 1em;
}
ul.productList li .txt .eat{
	margin-top: 1.5em;
}
ul.productList li .txt .eat a{
	width: auto;
	max-width: auto;
}

ul.productList li.type_left .txt{
	float: right;
	width: 50%;
	margin-top: 4em;
}
ul.productList li.type_right .txt{
	float: left;
	width: 50%;
	margin-top: 4em;
}

ul.productList li.type_left .productPhoto,
ul.productList li.type_right .productPhoto{
	width: 45%;
}
ul.productList li.type_left .productPhoto	{float: left;}
ul.productList li.type_right .productPhoto	{float: right;}
.productPhoto div img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* col3 */
ul.productList li.col3 .txt::before{
	width: 80px;
	height: 150px;
	top: -90px;
	left: auto;
	right: -10px;
}
#content ul.productList li.col3 .txt h3		{font-size: 1.15em; text-align: right;}
#content ul.productList li.col3 .txt h3.icon_katsuo::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: -50px;
	left: auto;
	right: -15px;
	background-image: url(images/icon_katsuo.png);
	background-size: contain;
	vertical-align: middle;
}
#content ul.productList li.col3 .txt h3.icon_maguro::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: -50px;
	left: auto;
	right: -15px;
	background-image: url(images/icon_maguro.png);
	background-size: contain;
	vertical-align: middle;
}
#content ul.productList li.col3 .txt h3 div	{font-size: .8em;}
ul.productList li.col3 .txt .price			{font-size: 1em;}

.ecBnr_pc{
	display:block;
}
.ecBnr_sp{
	display:none;
}

/*-----------------------------------------------
 おいしく食べるための
-----------------------------------------------*/
ul.RecipeList{
	margin: 6em 0 0 0;
	padding: 0;
	list-style: none;
}
ul.RecipeList > li{
	margin-bottom: 6em;
}
ul.RecipeList li:after{content : ''; display : block; clear : both;}

#content ul.RecipeList li .txt h3{
	margin: 0 0 2em 0;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
	font-size: 1.85em;
	line-height: 1.35em;
}
#content ul.RecipeList li .txt h3 div{
	font-size: .65em;
}
ul.RecipeList li .txt .doc1{
	margin-top: 2em;
}
ul.RecipeList li .txt .doc2{
	margin-top: 2em;
}
ul.RecipeList li .txt .doc2 table{
	width: auto;
}

ul.RecipeList li.type_left .txt,
ul.RecipeList li.type_right .txt{
	width: 45%;
}
ul.RecipeList li.type_left .PhotoBlock3,
ul.RecipeList li.type_right .PhotoBlock3{
	width: 50%;
}
ul.RecipeList li.type_left .txt			{float: right;}
ul.RecipeList li.type_left .PhotoBlock3	{float: left;}
ul.RecipeList li.type_right .txt			{float: left;}
ul.RecipeList li.type_right .PhotoBlock3	{float: right;}

ul.tasty_kaitou{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 4em 0;
	padding: 0;
	list-style: none;
}
ul.tasty_kaitou li{
	position: relative;
	width: 30%;
	padding: 2em;
	border: solid 1px #ddd;
}
ul.tasty_kaitou li strong{
	display: block;
	margin-bottom: 1em;
	font-size: 1.15em;
	text-align: center;
}
ul.tasty_kaitou li strong span{
	display: block;
	margin-bottom: .5em;
}
ul.tasty_kaitou li img{
	width: 100%;
	height: auto;
	margin: .5em auto;
}
ul.tasty_kaitou li::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: -2.5rem;
	margin: auto;
	width: 2.5rem;
	height: 1px;
	background-color: #000;
}
ul.tasty_kaitou li::after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: -2.35rem;
	margin: auto;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.tasty_kaitou li:last-child::before,
ul.tasty_kaitou li:last-child::after{
	display: none;
}

/* 盛り付け例 */
ul.decoList{
	margin: 0;
	padding: 0;
	list-style: none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul.decoList li{
	width: 48%;
	margin: 0 4% 4% 0;
}
ul.decoList li:nth-child(even){
	margin: 0 0 4% 0;
}
ul.decoList li .img img{
	width: 100%;
	height: auto;
}
ul.decoList li .txt {
	margin-top: .5em;
	text-align: center;
}
ul.decoList li .txt .ribbon {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	background: #ffd451;
	color: #fff;
	box-sizing: border-box;
}
ul.decoList li .txt .ribbon:before,
ul.decoList li .txt .ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
ul.decoList li .txt .ribbon:before {
	top: 0;
	left: 0;
	border-width: 26px 0px 26px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
ul.decoList li .txt .ribbon:after {
	top: 0;
	right: 0;
	border-width: 26px 15px 26px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
#content ul.decoList li .txt .ribbon h4 {
	margin: 0;
	padding: 0 40px;
	border-top: dashed 1px #fff;
	border-right: none;
	border-bottom: dashed 1px #fff;
	border-left: none;
	line-height: 40px;
	text-align: center;
	font-size: 1em;
}
ul.decoList li .txt p {
	width: 80%;
	margin: 1em auto 0 auto;
	text-align: left;
	font-size: .85em;
}

/*-----------------------------------------------
 会社概要
-----------------------------------------------*/
.about_message{
	width: auto;
	margin: 0 auto 6em auto;
}
.about_message:after{content : ''; display : block; clear : both;}
#content .about_message h2{
	width: 60%;
	float: left;
	margin: 1em 0 2em 0;
	padding: 0;
	background; none;
	border: none;
	font-size: 1.65em;
	line-height: 1.5em;
}
#content .about_message h2 div{
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: .65em;
}
#content .about_message h2 div::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 1px;
	bottom: 5px;
	left: 15px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e6335d;
}
.about_message .Txt{
	width: 60%;
	float: left;
	line-height: 2.5em;
}
.about_message .Txt .name{
	margin-top: 2em;
	text-align: right;
}
.about_message .Txt .name strong{
	margin-left: .5em;
	font-size: 1.25em;
}
.about_message .Txt .sign{
	margin: 1.5em -4em 0 0;
	text-align: right;
}
.about_message .Txt .sign img{
	width: 200px;
	height: auto;
}
.about_message .Img{
	width: 32%;
	float: right;
}
.about_message .Img img{
	width: 100%;
	height: auto;
}
#content table.about_outline{
	margin: 3em auto 6em auto;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
#content table.about_outline th,
#content table.about_outline td{
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
}
#content table.about_outline th{
	width: auto;
}
#content table.about_outline td ol{
	margin: 0 0 0 1.5em;
}
#content table.about_histry{
	margin: 3em auto 6em auto;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
#content table.about_histry td{
	padding: 10px 30px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	vertical-align: top;
}
#content table.about_histry td.y{
	padding: 10px 10px 10px 0;
	white-space: nowrap;
}
#content table.about_histry td.m{
	position: relative;
	padding: 10px 30px 10px 0;
	border-right: solid 1px #dcdcdc;
	white-space: nowrap;
	text-align: right;
}
#content table.about_histry td.m::after{
	position: absolute;
	content: "";
	display: inline-block;
	top: 20px;
	right: -5px;
	width: 10px;
	height: 10px;
	background-color: #e6335d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content table.about_histry td.img{
	width: 120px;
	padding: 10px 0;
	text-align: center;
}
#content table.about_histry td.img img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------
 お問い合わせ
-----------------------------------------------*/
.page-id-575 #content h2.entry-title{
	display: none;
}
#content dl.faqList {
    margin: 0 auto 15px auto;
	padding: 0 0 0 2.5em;
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
}
#content dl.faqList dt {
    padding: 10px 0;
    text-indent: -1.5em;
    font-size: 1.15em;
    font-weight: bold;
}
#content dl.faqList dd {
    margin-bottom: 15px;
    margin-left: 1em;
    padding: 10px 0;
}

/*-----------------------------------------------
 お知らせ
-----------------------------------------------*/
ul.NewsList {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #e1e1e1;
}
ul.NewsList li {
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	padding: 11px 0;
	border-bottom: solid 1px #e1e1e1;
	line-height: 170%;
}
ul.NewsList li:after{content : ''; display : block; clear : both;}
ul.NewsList li:hover {
	background: #f7f7f7;
	transition: all 0.4s ease 0s;
}
ul.NewsList li .Cate {
	display: table-cell;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.NewsList li .Cate a {
	display: block;
	padding: 0;
	background: #151515;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: .75em;
}
ul.NewsList li .Cate a:hover {
	background: #000;
}
ul.NewsList li .Date {
	display: table-cell;
	width: 140px;
	text-align: center;
}
ul.NewsList li .Title {
	display: table-cell;
	margin: 0;
	padding-right: 10px;
}
ul.NewsList li .Title a {
	display: block;
	color: #000;
	text-decoration: none;
}
ul.NewsList li .Title a:after {
    font-family: "FontAwesome";
    content: '\f105';
	position: absolute;
	top: 11px;
	right: 0;
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	clear: both;
}
ul.NewsList li:hover .Title a:after {
	right: 6px;
	transition: all 0.4s ease 0s;
}
#topcontent_newsArea ul .new,
ul.NewsList li .Title .new {
	margin: 0 0 0 4px;
	vertical-align: middle;
	font-family: "chantal";
	color: #f34721;
	animation: flash 2s ease infinite alternate;
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}

/* 記事ページ */
.NewsPhoto{
	margin-bottom: 2em;
	text-align: center;
}

/* お問い合わせフォーム
----------------------------- */
#content .entry-content .wpcf7 table{
	margin: 1.5em 0;
	border-top: solid 1px #e1e1e1;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content .entry-content .wpcf7 table tr th{
	width: 22%;
	background-color: transparent;
	text-align: right;
	padding: 20px 60px 15px 0;
	background-image: url(images/icon_option.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #000;
}
#content .entry-content .wpcf7 table tr td{
	padding: 15px 0 15px 30px;
}
#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #e1e1e1;
	border-left: none;
	vertical-align: top;
}
#content .entry-content .wpcf7 tr th.need {
	background-image: url(images/icon_neccesary.png);
}

#content .entry-content .wpcf7 tr td span.ex{
	display: block;
	margin-top: 5px;
	font-size: .85em;
	color: #666;
}
#content .wpcf7 table input {
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .wpcf7 table input.text_short {
	width: 50px;
}
#content .wpcf7 table textarea {
	width: 98%;
	height: 8em;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item{
	display: block;
	white-space: nowrap;
}
#content .wpcf7-radio span.wpcf7-list-item{
	/*display: inline-block;*/
	/*width: 180px;*/
	padding-right: 40px;
}
#content .wpcf7-radio span.wpcf7-list-item:last-child{
	padding-right: 0;
}
#content span.wpcf7-list-item input{
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	display: block;
	width: 100%;
}
span.wpcf7-list-item {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}
span.wpcf7-form-control-wrap select{
	margin: 0;
	padding: 4px;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #d8deed;
	padding: 4px;
}

.referencemark{
	margin: 0 0 15px 0;
	padding: 20px;
	font-size: .75em;
	background: #ffedef;
}
.referencemark strong{
	color: #e60012;
}
.Btn{text-align:center;}

/* 通常のフォーム用 */
input[type="text"],
input[type="email"],
textarea{
	background: #f9f9f9;
	border: 1px solid #d8deed;
	padding: 4px;
}
/* 確認画面のフォーム用 */
	form.inputnone input[type="text"],
	form.inputnone input[type="email"],
	form.inputnone textarea{
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 250px;
	cursor: pointer;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*font-family:arial, helvetica, sans-serif;*/
	padding: 7px 10px;
	font-size: 16px !important;
	text-align: center;
	color: #FFFFFF;
	background: #000;
}
div.wpcf7 .wpcf7-submit:disabled{
	background: #999;
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	opacity: 0.7;
}
/* 戻るボタン */
#wpcf7-modify{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border:3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#wpcf7-modify:hover{
	border:3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 );
}
.form_comp_t{
	margin: 0 0 2.5em 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
}
.form_comp{
	width: 750px;
	margin: 2.5em auto;
}

/* 404
----------------------------- */
.page404{
	padding: 100px;
	text-align: center;
}

/* 1カラム固定ページ共通
----------------------------- */
body.page-template-page_wide div#main,
body.page-template-page_wide2 div#main{
	/*padding: 40px;*/
	}
/*サイドバー*/
body.page-template-page_wide2 div#sidebox{
	width: 100%;
	}
body.page-template-page_wide2 div#sidebox div#sidemenu{
	}
body.page-template-page_wide2 div#sidebox ul{
	overflow: hidden;
	padding: 0 !important;
	}
body.page-template-page_wide2 div#sidebox ul li{
	float: left;
	margin-bottom: 20px;
	padding: 0 !important;
	text-align: center;
	}
body.page-template-page_wide2 div#sidebox ul li:nth-child(2),
body.page-template-page_wide2 div#sidebox ul li:nth-child(5){
	margin-left: 20px;
	margin-right: 20px;
	}
body.page-template-page_wide2 div#sidebox ul li:nth-child(4),
body.page-template-page_wide2 div#sidebox ul li:nth-child(5),
body.page-template-page_wide2 div#sidebox ul li:nth-child(6){
	margin-bottom: 0;
	}
body.page-template-page_wide2 div#sidebox div#sidemenu ul li a{
	display: block;
	width: 300px;
	height: 100px;
	padding: 0;
	text-indent: -10000px;
	}

/* サイトマップ
----------------------------- */
#sitemap ul{
	margin: 0;
	list-style: none;
}
#sitemap ul ul{
	margin: 10px 0 0 30px;
	clear: both;
}
#sitemap ul ul ul{
	margin: 10px 0 0 30px;
	clear: both;
}
#sitemap ul li{
	margin-bottom: 7px;
	padding: 0;
	/zoom : 1;
}
#sitemap ul li:after{content : ''; display : block; clear : both;}

#sitemap ul li.page_item a{
	display: block;
	padding: 5px 15px;
	background: #f7f7f7;
	font-size: 1em;
	line-height: 1em;
	clear: none;
	line-height: 31px;
	text-decoration: none;
	color: #000;
}
#sitemap ul li.page_item a:before {
    font-family: "FontAwesome";
    content: '\f0a9';
	margin-right: 10px;
	font-size: 1.35em;
	color: #005466;
}
#sitemap ul li.page_item a:hover{
	background: #b4f1f5;
	transition: all 0.4s ease 0s;
}
#sitemap ul ul.children{
	margin: 7px 0 0 0;
}
#sitemap ul ul.children li.page_item a {
	padding: 5px 15px 5px 30px;
}
#sitemap ul ul.children li.page_item a:before {
    font-family: "FontAwesome";
    content: '\f061';
	margin-right: 10px;
	font-size: 1em;
	color: #005466;
}

/* ============================
   sidebox
/* ============================ */
#sidebox #sidemenu{
	z-index: 100;
}
#sidebox #Title{
	background: url(images/bg_stripe.gif);
	margin-bottom: 10px;
	padding: 5px 0 !important;
	color: #000;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	text-align: center;
}
#sidebox #sidemenu h3{
	background: #e5e5e5;
	padding: 5px 5px;
	color: #333;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
#sidebox #sidemenu ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	/*background: #fff url(images/bg_sidemenu.jpg) center top repeat-x;*/
}
#sidebox #sidemenu ul li{
	margin-bottom: 1px;
	padding: 0;
}
#sidebox #sidemenu ul li a{
	position: relative;
	display: block;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	color: #000;
	line-height: 1.5em;
}
#sidebox #sidemenu ul li a:before{
	position: absolute;
	font-family: "FontAwesome";
	content: '\f105';
	top: 6px;
	left: 3px;
	font-size: .85em;
	color: #000;
}
#sidebox #sidemenu ul li.current_page_item a,
.page-id-2 #sidebox #sidemenu ul li:first-child a,
.page-id-33 #sidebox #sidemenu ul li:first-child a{
	color: #34c9d3;
}
#sidebox #sidemenu ul li a:hover{
	background: #f7f7f7;
}

#sidebox #sidemenu ul li ul{
	margin: 0;
}
#sidebox #sidemenu ul li ul li{
	border-top: dotted 1px #fff;
	border-left: none;
}
#sidebox #sidemenu ul li ul li a{
	padding: 7px 10px 7px 40px;
	font-size: .85em;
}
#sidebox #sidemenu ul li ul li a:before,
#sidebox #sidemenu ul li.current_page_item ul li a:before{
	top: 14px;
	left: 20px;
	height: 2px;
	border-top: none;
	border-bottom: none;
	border-left: solid 8px #ccc;
}
#sidebox #sidemenu ul li ul li.current_page_item{
	border-left: none;
}
#sidebox #sidemenu ul li ul li.current_page_item a:before{
	top: 14px;
	left: 20px;
	height: 2px;
	border-top: none;
	border-bottom: none;
	border-left: solid 8px #ed9100;
}

#sidebox #sidemenu .MonthlistT,
#sidebox #sidemenu .CatelistT{
	margin-bottom: 5px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 110%;
	border: solid 1px #010101;
	/*border-top: solid 1px #e8e9ff;*/
	/*color: #005466;*/
	text-align: center;
}

#sidebox ul#side_bannerArea{
	list-style: none;
	margin: 40px auto 0 auto;
	padding: 0;
	width: 220px;
}
#sidebox ul#side_bannerArea li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	display: block;
}
#sidebox ul#side_bannerArea li:last-child {
	margin: 0;
}
#sidebox ul#side_bannerArea li img {
	vertical-align: top;
}
#sidebox ul#side_bannerArea li p {
	margin-top: 5px;
	font-size: .85em;
	line-height: 1.5em;
}

/* Widget Areas
----------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #0080cc;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#secondary {
	margin-bottom: 30px;
}
#secondary ul{
	margin: 0;
	list-style: none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 0 auto;
	padding: 0;
	background: #000;
	border: solid 1px #000;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.pagetop a::before {
    font-family: "FontAwesome";
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -12px;
    font-size: 39px;
    font-weight: normal;
    color: #fff;
}
.pagetop a:hover {
	background: #fff;
	border: solid 1px #000;
	color: #000;
}
.pagetop a:hover::before {
	color: #000;
}


/* ============================
   footer
/* ============================ */
footer #site-info {
	text-align: center;
	padding: 20px 0 40px 0;
}
footer #f-logo {
	margin: 0 0 20px 0;
}
footer #f-logo img {
	max-width: 100px;
}

footer #add .tel {
	display: inline-block;
	font-size: 1.15em;
}
footer #add .tel a {
	text-decoration: none;
}
footer #add .tel a:hover {
	text-decoration: underline;
}
footer #add .fax {
	display: inline-block;
	font-size: 1.15em;
}
footer #add .tel::before {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: bold;
    margin-left: .5em;
    content: '\f095';
		margin-right: 0.25em;
}
footer #add .tel span {
	font-size: .85em;
	margin-left: 0.5em;
}
footer #add .fax::before {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: bold;
    margin-left: .5em;
    content: '\f1ac';
		margin-right: 0.25em;
}
footer #add .place {
	display: block;
	font-size: .85em;
	margin: 0.5em 0 2em 0;
}
footer #add .place a {
	text-decoration: none;
}
footer #add .place a::after {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 600;
		font-size: 90%;
		margin-left: 0.25em;
    content: '\f35d';
}

footer #sns-area {
	font-size: 1.85em;
}
footer #sns-area i {
	margin: 0 0.5em 1.5em 0.5em;
}


/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/*　----------　PC用（897px以上）----------　*/
@media(min-width:897px) {
	.sp_only {
		display: none;
	}
	#site-title {
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 1000;
	}
	#site-title img {
		width: 90px;
		height: auto;
	}
	#right-menucontentArea {
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100px;
		right: 0;
		color: #a1a0a0;
		font-size: 90%;
		padding: 0;
		margin: 0;
		z-index: 10000;
	}
	#right-menucontentArea-menu {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		padding: 2% 0;
		letter-spacing: .08em;
		line-height: 1.6em;
		-webkit-text-orientaion: mixed;
		text-orientation: mixed;
		position: fixed;
		top: 45px;
		left: 50%;
		line-height: 0;
		letter-spacing: 0.2em;
		font-weight: 600;
		color: #000000;
		font-size: 1.15em;
		padding: 0;
		margin: 0;
	}
	#right-menucontentArea-content {
		position: fixed;
		top: calc(50% - 12em/2);
		height: 13.5em;
		right: 0;
		position: fixed;
		line-height: 100px;
		font-weight: 600;
		background-color: #000;
		color: #fff;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	#right-menucontentArea-content a::before {
		font-family: "FontAwesome";
		content: '\f0e0';
		/*padding-right: 1em;*/
		padding-bottom: 1em;
		font-size: 1em;
		font-weight: normal;
	}
	#right-menucontentArea-content a {
		color: #fff;
		display: block;
		padding: 2em 0;
		text-decoration: none;
	}
	#right-menucontentArea-content a:hover {
		color: #e6335d;
		text-decoration: none;
	}
	#right-menucontentArea-content a strong {
		font-size: 1.15em;
	}
	.home #headerInner,
	.home #headerTitle {
		height: 0;
	}
	#nav-toggle {
		display: block;
		top: 2em;
		width: 30px;
		margin: 2em auto 0 auto;
		height: 120px;
		cursor: pointer;
		z-index: 10000;
	}

	/* footer */
	footer #add .tel span::after {
		font-family: Font Awesome\ 5 Free, FontAwesome;
		font-weight: normal;
		margin-left: .5em;
		content: '/';
	}
	footer #left-copyrightArea {
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100px;
		left: 0;
		color: #000;
		font-size: 90%;
		padding: 0;
		margin: 0;
	}
	footer #left-copyrightArea-copyright {
		position: fixed;
		line-height: 100px;
		letter-spacing: 0.1em;
		bottom: 0;
		left: 0;
		color: #000;
		font-size: 1em;
		padding: 0;
		margin: 0 0 0 0;

		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		transform:rotate(-90deg);

		-webkit-transform-origin:left top 0;
		-moz-transform-origin:left top 0;
		-ms-transform-origin:left top 0;
		-o-transform-origin:left top 0;
		transform-origin:left top 0;
	}

}
/*　----------　スマホ用（896px以下）----------　*/
@media(max-width:896px) {
	body {
		background-position: 100% 10vh;
		line-height: 1.5em;
		background-image: url(images/bg.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 150%;
	}
	.home h3 {
		font-size: 1em !important;
	}
	.overflowwindow {
		background-image: url(images/mekiki_bg.png);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
	}
	#nav-toggle {
		position: absolute;
		top: 6vw;
		right: 5vw;
		margin: auto;
	}
	#site-title a img {
		width: 161px;
		height: auto;
		padding: 4vw 4.5vw;
	}
	#right-menucontentArea {
		position: relative;
		width: 100%;
		color: #a1a0a0;
		font-size: 90%;
		padding: 0;
		margin: 0;
		z-index: 10000;
	}
	#nav-toggle {
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 10000;
	}
	footer #f-logo img {
		max-width: 120px;
	}
	footer #add .tel::before,
	footer #add .fax::before {
		margin-left: 0;
	}
	footer #add .tel {
		font-size: 1.8em;
    line-height: 1.3em;
		margin-bottom: 0.7em;
		font-weight: 500;
	}
	footer #add .tel span {
		display: block;
		font-size: 0.5em;
	}
	footer #add .fax {
		display: block;
		font-size: 1.3em;
		line-height: 1.2em;
		margin-bottom: 1em;
	}

	footer #left-copyrightArea-copyright {
		font-size: .85em;
	}

}

/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	header,
	footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
