@charset "utf-8";

/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 240px;
    height: 400px;
    background: url(../img/page/bg_sub_title2.png) no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle h1 {
	padding-top: 60px;
	font-size: 40px;
	color: #000;
}
#PageTitle2 {
    margin-top: 90px;
    height: 400px;
    background: url(../img/page/bg_sub_title2.png) no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle2 h1 {
    padding-top: 60px;
    font-size: 30px;
    font-weight: 900;
}

.post-navi {
	text-align: center;	
}
/* レイアウト
-------------------- */
.contents {
    margin-bottom: 50px;
}
#Main {
}
#Side {
    margin-top: 100px;
}
#Side #Banner {
    margin: 30px 0 60px;
    text-align: center;
}
#Side #Banner .banner {
    display: inline-block;
}
/* 右サイド */
#MainLeft {
    float: left;
    width: 824px;
}
#SideLeft {
    float: left;
    width: 300px;
}
.center {
	text-align: center;	
}
/* 左サイド */
#MainRight {
    float: right;
    width: 824px;
}
#SideRight {
    float: right;
    width: 300px;
}

#SideLeft #Banner,
#SideRight #Banner {
    text-align: center;
}
#SideLeft #Banner .banner,
#SideRight #Banner .banner {
    margin: 20px 0;
}



/* 汎用スタイル
-------------------- */
/* 見出し */
.main h2 {
	margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../img/common/bg_headline.png) left bottom no-repeat;
	font-family: "Century Gothic", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 30px;
    line-height: 1.3;
}
.main h3 {
	margin: 40px 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999;
    font-size: 24px;
}
.main h3 a {
	text-decoration: none;
    color: #333;
}
.main h3 a:hover {
	text-decoration: underline;
    color: #888;
}
.main h4 {
	margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
}

/* 文章 */
.main p {
    margin-bottom: 30px;
}
#Recipe img {
    border: 1px solid #ccc;
    box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.1);
}

/* サイドバー
-------------------- */
.side h2 {
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	color: #fff;
	background: #666666;
	font-family: oswald;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}

.widget-area {
  display: flex;
  gap: 20px;
}
.widget-area > div {
  width: calc(50% - 10px);
  flex: 1;
}

.widget li a {
    display: block;
    padding: 13px 10px 12px 20px;
    border-bottom: 1px solid #CCCCCC;
    background: url(../img/common/icn_arrow02.png) 10px 25px no-repeat;
    text-decoration: none;
    color: #333;
}
.widget li a:hover {
    background-color: #e8e8e8;
}
.widget table tr:first-child {
    background: #666666;
    color: #fff;
}
.widget table tr:first-child a {
    color: #fff;
}
.widget table th,
.widget table td {
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
}
.widget table th {
    background: #e8e8e8;
}
.widget table td {

}


/* 検索窓 */
.search-box {
    margin-bottom: 30px;
}
.search-box input#SearchIndexQ {
    width: 200px;
    margin-right: 10px;
}


/* ブログスタイル
-------------------- */
.blog h2,
.topics-archives h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4773f1;
	font-weight: bold;
	margin-top: 20px;
	background-image: none;
	text-align: center;
	margin-bottom: 0px;
}
.topics-archives h3 {
	border-bottom-style: none;
}
.blog h2 a,
.topics-archives h3 a {
	text-decoration: none;
	color: #4773f1;
	font-weight: bold;
}
.blog h2 a:hover,
.topics-archives h3  a:hover {
    position: relative;
    bottom: -1px;
    color: #666;
	font-weight: bold;
}
.topics-index.blog h2,
.topics-archives div.post h3.font16 {
	font-size: 16px;
}
.blog h3 {
    padding-bottom: 10px;
    font-size: 20px;
}
.blog_template h3 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #06F;
	text-align: center;
	border-bottom:none;
}
.blog_template h4 {
	font-size: 18px;
	text-align: center;
	border-bottom:none;
}
.blog_template table tbody tr {
	border:none;
}
.blog_template table tbody tr td {
	padding: 2%;
	text-align: center;
	width: 31%;
}
.blog.topics.topics-index,
.blog.topics.topics-archives {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.blog.topics.topics-index .post,
.blog.topics.topics-archives .post {
	width:calc(24% - 15px);
	box-sizing:border-box;
}
.topics-single div.eye-catch {
	text-align: center;
}
.topics-single div.eye-catch img.img-eye-catch {
	padding: 1%;
	border: 1px solid #CCC;
}
.blog .more {
    text-align: right;
}
.blog .more a {
    display: inline-block;
    width: 130px;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
	border-radius:5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.blog .more a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.blog .meta {
	padding: 15px;
	text-align: right;
}
.blog .tag a {
	display: inline-block;
	margin-right: 2px;
	border-radius:5px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background-color: #099;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.blog .eye-catch {
    margin-bottom: 30px;
}
.topics-index .eye-catch {
	height: 190px;
}
.category {
	padding: 5px;
}
.topics-single h2 span.category a {
	font-size: 20px;
}
.category  a,.category  a:visited,.category  a:hover,.category  a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #0CC;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
}
.topics-single h2 {
	color: #333;
}
.main h2.blog_archives {
	color: #333;
	background-image: none;
	text-align: center;
}


/* コメントスタイル */
#BlogCommentList {
    margin-bottom: 50px;
}
img.auth-captcha-image {
	margin-bottom: 6px;
}
.auth-captcha {
	margin: 20px 0;
	color: #fff;
	text-align: center;
}
.submit {
	text-align: center;
}

/* ボタンスタイル */
.button {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	padding:5px 15px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 7%, #e9e9e9 98% );
	background:-ms-linear-gradient( top, #f9f9f9 7%, #e9e9e9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #f9f9f9), color-stop(98%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
    cursor: pointer;
}
.button:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 7%, #f9f9f9 98% );
	background:-ms-linear-gradient( top, #e9e9e9 7%, #f9f9f9 98% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(7%, #e9e9e9), color-stop(98%, #f9f9f9) );
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}


/* baser system style
-------------------- */
	/* contents-navi */
#contents-navi {
	margin: 50px 0 20px;
	text-align: center;
}
#contents-navi a {
	color: #333;
}

	/* pagination */
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	background: #dedede;
	color: #fff;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
}
.pagination a:active {
	background: #666;
}

/* ContactForm
-------------------- */
.form-s {
    width: 20%;
}
.form-m {
    width: 50%;
}
.form-l {
    width: 90%;
}

.mail-before-attachment {
}
.mail-after-attachment {
}
.mail-description small {
}

.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-size: 15px;
	cursor: pointer;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.mail-description {
	margin-bottom: 10px;
}
#flashMessage {
	margin-bottom: 10px;
}
.alert-message {
    color: #c00;
}


@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}


/* 実績
-------------------- */
.works-index .eye-catch,
.works-archives .eye-catch {
    margin-right: 20px;
}
.works .post {
    position: relative;
}
.works .category {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
}
.works .category a {
	display: inline-block;
	padding: 2px 15px;
	border: 1px solid #C03;
	text-decoration: none;
	color: #FFF;
	background-color: #F39;
}
.works .tag {
	margin: -20px 0 20px;
	color: #FFF;
}
.works-single .eye-catch {
/*    width: 280px;*/
}

/* ブログ
-------------------- */
.topics-index .eye-catch,
.topics-archives .eye-catch {
	margin-bottom: 0px;
	text-align: center;
}

#oubo_box {
	text-align: center;
	margin-bottom: 100px;
}
.oubo {
	color: #FFF;
	margin: 10px;
	font-size: 1.5em;
}
.tel  {
	color: #FFF;
	margin: 10px;
	color: #FFF;
	font-size: 1.5em;
}
#oubo_box .oubo a {
	border-radius: 10px;
	padding: 14px 18px;
	box-shadow: 0 10px 30px rgba(0,0,0,.15);
	font-weight: 700;
	background-color: #099;
	text-decoration: none;
	color: #FFF;
}
#oubo_box .tel a {
	border-radius: 10px;
	padding: 14px 18px;
	box-shadow: 0 10px 30px rgba(0,0,0,.15);
	font-weight: 700;
	background-color: #FFF;
	text-decoration: none;
	color: #099;
}
a:hover {
	opacity:0.7;
}
/* flexコンテナ */
.flex-container {
    display: flex;
    flex-direction: row; /* 初期値なので指定しなくても良い */
	flex-wrap: wrap;
	gap: 50px 25px;
}


/* 段落余白リセット */
.flex-container p { margin:0; 
}

.obi {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.obi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/* flexアイテム */
.flex-item {
	margin-bottom: 10px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	width: 48%;
}
.w_box {
	margin-bottom: 10px;
	padding: 1％;
	width: 31%;
	background-color: #FFFFFF; /* 背景色 */
	margin-top: 10px;
}
.flex_bg {
	background-color: #def3f5; /* 背景色 */
	border-radius: 5px; /* 角丸 */
	margin-bottom: 10px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	box-shadow: 2px 2px 4px;
}
.flex_bg img {
	float: left;
	padding-right: 10px;
}
.flex-item1,.flex-item4 {
	background-color: #def3f5; /* 背景色 */
	border-radius: 5px; /* 角丸 */
	margin-bottom: 10px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	width: 27%;
	box-shadow: 2px 2px 4px;
}
.flex-item4,.flex-item5 {
	text-align: center;	
}
.flex-item2 {
	background-color: #E9F5DE; /* 背景色 */
	border-radius: 5px; /* 角丸 */
	margin-bottom: 10px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	width: 26%;
	box-shadow: 2px 2px 4px;
}

.flex-item3 {
	background-color: #def3f5; /* 背景色 */
	border-radius: 5px; /* 角丸 */
	margin-bottom: 10px;
	padding: 2%;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	width: 96%;
	box-shadow: 2px 2px 4px;
}

.flex-item5 {
	background-color: #def3f5; /* 背景色 */
	border-radius: 5px; /* 角丸 */
	margin-bottom: 10px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	width: 60%;
	box-shadow: 2px 2px 4px;
}

/* タイトル */
.flex-container .box-title1 {
	color: #4d8d8d; /* 文字色 */
	font-size: 1.1em; /* 文字サイズ */
	font-weight: bold; /* 太字 */
	line-height: 2; /* 行の高さ */
}

/* タイトルアイコン */
.flex-container .box-title1::before {
 margin-right: 5px; /* 文字との間隔 */
}

/* タイトル */
.flex-container .box-title2 {
	color: #5E8E4D; /* 文字色 */
	font-size: 1.1em; /* 文字サイズ */
	font-weight: bold; /* 太字 */
	line-height: 2; /* 行の高さ */
}
/* タイトルアイコン */
.flex-container .box-title2::before {
 margin-right: 5px; /* 文字との間隔 */
}

.flex-item1 img,.flex-item2 img,.flex-item3 img {
	float: left;	
}
.flex-item3 img {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ft_L,.ft_R {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.w80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.w90 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.box_01,.midashi_tit {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	text-align: center;
	color: #336;
	margin-bottom: 30px;
}

.niku {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	color: #966d1d;
	vertical-align: middle;	
}
.fuji {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	color: #4291F0;
	vertical-align: middle;
}
.main h2.fujitit {
	color: #4291F0;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-family: "Century Gothic", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 26px;
	line-height: 2;
	background-image: none;
	text-align: center;
}
.main h2.nikutit {
	color: #966d1d;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-family: "Century Gothic", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 26px;
	line-height: 2;
	background-image: none;
	text-align: center;
}
.box4 {
	padding: 1%;
	float: left;
	width: 23%;	
}
.boxL {
	padding: 1%;
	float: left;
	text-align: center;	
	width: 33%;	
}
.boxR {
	float: right;
	width: 63%;
	padding-top: 50px;
	padding-right: 1%;
	padding-left: 1%;
}
#qanda h4 {
	color: #06F;	
}
#qanda  p {
	padding-left: 2em;
}
.index_menu ul,.index_menu2 ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.index_menu li,.index_menu2 li {
    width: 33.333%;
}

.index_menu img,.index_menu2 img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 768px){
.flex-item1,.flex-item2,.flex-item4 {
	width: 33%;
	box-shadow: 2px 2px 4px;	
}
.flex-item {
	width: 33%;
}
.blog_template table,
.blog_template table tbody,
.blog_template table tr,
.blog_template table td,
.blog_template table tbody tr td  {
    display: block;
    width: 100%;
}
.blog_template table tr {
    margin-bottom: 15px;
	}
.blog_template table td {
    box-sizing: border-box;
}
.blog_template table img {
    width: 80%;
}
}

@media screen and (max-width: 640px){
	.flex-item1,.flex-item2,.flex-item4,.flex-item5  {
	width: 90%;
	box-shadow: 2px 2px 4px;
}
.flex-item,.w_box {
	width: 90%;
}
.flex_bg img {
	width: 98%;
	float: none;
}
.box_01 {
	font-size: 14px;
}
.niku,.main h2.nikutit,.midashi_tit,.fuji,.main h2.fujitit {
	font-size: 16px;
	line-height: 3;
}
.boxL {
	padding: 1%;
	float: none;
	width: 98%;	
}
.boxL img {
	width: 50%;	
}
.boxR {
	padding: 1%;
	float: none;
	width: 98%;	
}
.blog.topics.topics-index .post{
		width:100%;
	}

.widget-area {
    flex-direction: column;
  }
.widget-area > div {
  width: calc(100%);
  flex: 1;
}
.topics-index .eye-catch, .topics-archives .eye-catch {
  margin-bottom: 10px;
  height: auto;
}
.topics-index div.post h2,
.topics.topics-single h2 {
	background:none;
	margin: 0;
    padding-bottom: 0;
}

.blog.topics.topics-index .post, .blog.topics.topics-archives .post {
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.blog.topics.topics-index, .blog.topics.topics-archives {
	gap: 10px;
}

/*.index_menu ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.index_menu li {
    width: calc(33.333% - 14px);
}

.index_menu img {
    width: 100%;
    height: auto;
    display: block;
}
*/

    .index_menu ul,.index_menu2 ul {
        flex-wrap: wrap;
    }

    .index_menu li,.index_menu2 li {
        width: calc(50% - 10px);
    }
}
