@charset "utf-8";


/* --------------------------------------------------------- */
/* 共通 - common.css
------------------------------------------------------------ */

/* reset */
body, div, dl, dt, dd, ul, ol, li, p, figure, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { font-size: 1em; }
li { list-style: none; }

/* common */
html {
	font-family: Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, monospace;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body {
	/*font-family: 'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 94%;
	line-height: 1.7;
	letter-spacing:0.02em;
	color: #503920;
	background-color:#f8f7f5;
}
html,body{
    width: 100%;
}
img {
	vertical-align: top;
	border: 0;
}
a img {
	border: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color:#3f2e18;
}
a:hover, a:active {
	text-decoration: none;
	color: #3f2e18 !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* --------------------------------------------------------- */
/* ヘッダ
------------------------------------------------------------ */
.headerWrap {
	background-image: url(../img/bg_head.png);
	background-repeat: no-repeat;
	background-size : auto 100%;
	background-position : top center;
	padding-top:52px;
	margin-bottom:20px;
}
.header {
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	background-image: url(../img/bg_main.png);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.header h1 {
	padding-top:20px;
	text-align:center;
}
.spHeadimg {
	display:none;
}
@media screen and (max-width: 647px) {
.headerWrap {
	background-image: url(../img/bg_head.png);
	background-size : 150% auto;
	padding:10px;
	margin-bottom:4px;
}
.header {
	width: 100%;
	height: auto;
	background-image: none;
}
.header h1 {
	padding-top:10px;
	padding-left:0px;
	margin-bottom:0;
}
.header h1 img,
img.spHeadimg {
	width:100%;
	height:auto;
}
.spHeadimg {
	margin-top:6px;
	display:block;
}
}
/* --------------------------------------------------------- */
/* 最新の記事
------------------------------------------------------------ */
/*
.latestNewsWrap h2 img {
	width:200px;
	height:auto;
}
*/
.latestNewsWrap dl {
	border-top:dotted 1px #694f34;
}
.latestNewsWrap dt {
	font-size:.86em;
	width:256px;
	padding:12px 0 8px 10px;
	clear:both;
	float:left;
}
.latestNewsWrap dt span {
	width:9em;
	display:inline-block;
}
.latestNewsWrap dt img {
	margin-top:-2px;
}
.latestNewsWrap dd {
	padding:10px 0 10px 246px;
	border-bottom:dotted 1px #694f34;
}
.latestNewsWrap dd a {
	padding-left:14px;
	position:relative;
	display:block;
}
.latestNewsWrap dd a:before {
	position:absolute;
	top:0.7em;
	left:0;
	content:'';
	width: 5px;
	height: 5px;
	border-top: 1px solid #694f34;
	border-right: 1px solid #694f34;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 647px) {
/*
.latestNewsWrap h2 img {
	width:180px;
}
*/
.latestNewsWrap dt {
	font-size:.86em;
	width:100%;
	padding:10px 0 8px 0;
	float:none;
}
.latestNewsWrap dt img {
	margin-top:0;
	width:80px;
	height:auto;
}
.latestNewsWrap dd {
	padding:0 0 10px 0;
	border-bottom:dotted 1px #694f34;
}
.latestNewsWrap dd a {
	padding-left:14px;
}
.latestNewsWrap dd a:before {
	top:8px;
	width: 4px;
	height: 4px;
}
}
/* --------------------------------------------------------- */
/* 記事一覧
------------------------------------------------------------ */
.blogList {
	position:relative;
	padding-bottom:34px;
	margin-bottom:34px;
	border-bottom:dotted 1px #694f34;
}
.hasenBox .blogList h2 {
	text-align:left;
	position:relative;
	border-bottom:solid 1px #694f34;
	padding-bottom:6px;
	width:530px;
	font-size:1.2em;
	padding-right:100px;
}
.dateTxt {
	position:absolute;
	right:0;
	bottom:4px;
	font-weight:normal;
	font-size:.8rem;
}
.blogList inner {
	width:530px;
}
.blogList figure,
.blogList .overView {
	display:inline-block;
	vertical-align:top;
}
.blogList figure {
	width:170px;
}
.blogList .overView {
	width:360px;
}
.blogList .overView p {
	word-break: break-all;
}
.blogList .overView span.more {
	margin-top:10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	padding-left:22px;
}
.blogList .overView span.more:before {
	position:absolute;
	content:'';
	top:4.5px;
	left:0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a3885d;
}
.blogList .overView span.more:after {
	content:'';
	position:absolute;
	top:10px;
	left:4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blogList a {
	text-decoration:none;
	display:block;
}
.blogList a:hover {
	opacity:0.6;
	transition:0.3s;
}

.thumbImg {
	position:absolute;
	top:0;
	right:-14px;
	width:130px;
}
.readMore,
.dtlPrev {
	width:370px;
	border:solid 2px #503213;
	margin:0 auto;
	text-align:center;
	position:relative;
	margin-bottom:6px;
}
.readMore:after {
	position: absolute;
	content:'';
	top: 50%;
	right: 20px;
	margin-top:-7px;
	width: 26px;
	height: 14px;
	background-image: url(../img/cmn.png);
	background-repeat: no-repeat;
	background-position:0 0;
}
.dtlPrev:after {
	position: absolute;
	content:'';
	top: 50%;
	left: 20px;
	margin-top:-7px;
	width: 26px;
	height: 14px;
	background-image: url(../img/cmn.png);
	background-repeat: no-repeat;
	background-position:-28px 0;
}
.readMore a,
.dtlPrev a {
	display:block;
	text-decoration:none;
	padding:14px 0 14px 1.5em;
	font-weight:bold;
}
.readMore a:hover,
.dtlPrev a:hover {
	background-color:#ffeedd;
}
h2.listTi {
	font-size:1.6em;
	padding:20px 0 40px 0;
	margin-bottom:40px !important;
	border-bottom:dotted 1px #694f34;
}
.page_navi {
	text-align: center;
	margin:50px 0 20px 0;
	font-size:90%;
}
.page_navi a {
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}
.link_page,
.link_before,
.link_next,
.current_page {
	background-color: #FFF;
	border: solid 1px #9c7f51;
	padding: 6px 10px 4px 10px;
}
a.link_page:hover,
a.link_before:hover,
a.link_next:hover,
.current_page {
	color: #fff !important;
	border: solid 1px #9c7f51;
	background-color: #9c7f51;
}
@media screen and (max-width: 647px) {
.blogList {
	padding-bottom:20px;
	margin-bottom:40px;
}
.blogList .inner {
	overflow:hidden;
}

.hasenBox .blogList h2 {
	padding-bottom:6px;
	width:100%;
	font-size:1em;
	padding-right:90px;
}
.dateTxt {
	position:static;
	display:block;
}
.blogList inner {
	width:100%;
}
.blogList figure,
.blogList .overView {
	display:block;
}
.blogList figure {
	width:110px;
	float:left;
}
.blogList figure img {
	width:100px;
	height:auto;
}
.blogList .overView {
	width:auto;
	font-size:.86em;
	padding-left:110px;
}
.blogList .overView a {
	padding-left:20px;
}
.blogList .overView a:before {
	top:1px;
}
.blogList .overView a:after {
	top:6px;
}
img.thumbImg {
	width:80px;
	height:auto;
}
.thumbImg {
	top:-25px;
	right:-5px;
}
.readMore,
.dtlPrev {
	width:100%;
}
h2.listTi {
	font-size:1.2em;
	padding:10px 0 20px 0;
	margin-bottom:20px !important;
}
}
/* --------------------------------------------------------- */
/* 記事詳細
------------------------------------------------------------ */
.blogCont {
	position:relative;
	padding-bottom:20px;
	margin-bottom:34px;
	border-bottom:dotted 1px #694f34;
}
.hasenBox .blogCont h2 {
	text-align:left;
	border-bottom:dotted 1px #694f34;
	padding:0 150px 26px 0;
	margin-bottom:68px;
	font-size:1.2em;
}
.blogCont .dateTxt {
	position:static;
	margin-bottom:6px;
}
.blogCont .thumbImg {
	top:-40px;
}
.blogCont .inner {
	text-align:center;
}
.blogCont .inner p{
	margin-bottom:1em;
}
.blogCont .inner em{
	    display: inline-block;
   -webkit-transform: skewX(-15deg);
   -moz-transform: skewX(-15deg);
   -o-transform: skewX(-15deg);
   transform: skewX(-15deg);
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
.blogCont .inner img {
}
.blogCont .inner img.mt-image-none,
.blogCont .inner img.mt-image-left,
.blogCont .inner img.mt-image-right,
.blogCont .inner img.mt-image-center {
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	float:none;
}
.blogCont .inner hr{
	border: 0;
	border-top: 1px dotted #694f34;
}
ul.sns {
	margin:40px 0 20px 0;
}
ul.sns li {
	display:inline-block;
	margin-right:10px;
}
.auther {
	padding-top:20px;
	border-top:dotted 1px #694f34;
}
.auther a {
	font-weight:bold;
}
@media screen and (max-width: 647px) {
.blogCont {
	padding-bottom:10px;
	margin-bottom:20px;
}
.hasenBox .blogCont h2 {
	padding:0 90px 14px 0;
	margin-bottom:20px;
	font-size:1em;
}
.blogCont .thumbImg {
	top:-6px;
}
.blogCont .inner img {
	max-width: 100%;
}
.blogCont .inner img.mt-image-none,
.blogCont .inner img.mt-image-left,
.blogCont .inner img.mt-image-right,
.blogCont .inner img.mt-image-center {
	width:100%;
	height:auto;
	margin-bottom:10px;
	float:none;
}
ul.sns {
	margin:20px 0 20px 0;
}
.auther {
	padding-top:10px;
	font-size:.86em;
}
}
/* --------------------------------------------------------- */
/* サイドナビゲーション
------------------------------------------------------------ */
.sideWrap .hasenBox h3 {
	margin-bottom:16px;
}
/*
.tiCategory img {
	width:182px;
	height:auto;
}
.tiArchive img {
	width:164px;
	height:auto;
}
*/
ul.sideLi li {
	margin-bottom:8px;
	padding-left:10px;
	position:relative;
}
ul.sideLi li:before {
	position:absolute;
	content:'';
	top:10px;
	left:0;
	width:3px;
	height:3px;
	border-radius:50px;
	background-color:#9c7f51;
}
.sideWrap section:nth-child(1) ul li:last-child {
	display: none;
}
.facebookBox {
    background-color: #FFF;
    border: 1px dashed #694f34;
    padding: 2px;
    margin-bottom: 20px;
}
.facebookBox iframe {
    width: 244px;
    height: 300px;
}
ul.sideBnr {
	text-align:center;
}
ul.sideBnr li {
	margin-bottom:10px;
}
@media screen and (max-width: 647px) {
.sideWrap .hasenBox {
	padding-bottom:0;
	border-bottom:solid 1px #a3885d;
}
.sideWrap .hasenBox h3 {
	margin-bottom:10px;
	position:relative;
}
.sideWrap .hasenBox h3:after {
	position:absolute;
	top:0;
	right:8px;
	content:'';
	width:2px;
	height:17px;
	background-color:#a3885d;
	transition: all 0.3s;
}
.sideWrap .hasenBox h3:before {
	position:absolute;
	top:8px;
	right:0;
	content:'';
	width:17px;
	height:2px;
	background-color:#a3885d;
	transition: all 0.3s;
}
.sideWrap .hasenBox h3.active:after,
.sideWrap .hasenBox h3.active:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*
.tiCategory img {
	width:162px;
}
.tiArchive img {
	width:144px;
}
*/
ul.sideLi {
	display:none;
}
ul.sideLi li {
	margin-bottom:0;
	padding:10px;
	border-top:dotted 1px #a3885d;
}
ul.sideLi li:before {
	top:20px;
}
.facebookBox {
	display:none;
}
ul.sideBnr {
	letter-spacing:-.4em;
	text-align:center;
}
ul.sideBnr li {
	letter-spacing:normal;
	display:inline-block;
	width:50%;
	padding:0 10px 10px 10px;
	margin-bottom:0;
}
ul.sideBnr li:nth-child(odd) {
	padding-right:0;
}
ul.sideBnr li img {
	width:100%;
	height:auto;
}
}
/* --------------------------------------------------------- */
/* フッター
------------------------------------------------------------ */
.aboutWrap {
	width:960px;
	margin:0 auto 40px auto;
	text-align:center;
	border:dotted 2px #6a5136;
	background-color:#FFF;
	padding:28px 54px 0 54px;
}
.aboutWrap h3,
.aboutWrap p {
	margin-bottom:30px;
}
.aboutWrap h4 {
	margin-bottom:6px;
}
.footerWrap {
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFF;
}
.footer {
	width:1000px;
	margin:0 auto;
	padding:48px 0 40px 86px;
	font-size: 0.9em;
}
.footer img,
.footer p {
	display:inline-block;
	vertical-align:middle;
}
.footer img {
	margin-right:50px;
}
address {
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	font-style: normal;
	font-size:.86em;
	background-color:#f39800;
}
.pagetop {
	position:fixed;
	bottom:74px;
	right:20px;
	cursor:pointer;
}
.gotoEmifull {
	position:fixed;
	top:10px;
	right:10px;
}
@media screen and (max-width: 647px) {
.aboutWrap {
	width:100%;
	margin:0 auto 20px auto;
	border-right:none;
	border-left:none;
	padding:20px 10px 0 10px;
}
.aboutWrap h3,
.aboutWrap p {
	margin-bottom:20px;
	font-size:0.9em;
}
.aboutWrap h3 img {
	width:300px;
	height:auto;
}
.footerWrap {
	background-size:30px;
}
.footer {
	width:100%;
	padding:30px 10px;
}
.footer img {
	width:200px;
	height:auto;
	margin:0 auto 20px auto;
}
.footer img,
.footer p {
	display:block;
}
.footer p {
	font-size:.8em;
}
address {
	font-size:.8em;
}
.pagetop {
	bottom:10px;
	right:10px;
}
.pagetop img {
	width:50px;
	height:auto;
}
.gotoEmifull {
	display:none;
}
}
/* --------------------------------------------------------- */
/* コンテンツレイアウト
------------------------------------------------------------ */
.contentsWrap {
	width:1000px;
	margin:0 auto 20px auto;
}
.mainCnt {
	width:720px;
	float:left;
}
.sideWrap {
	width:250px;
	float:right;
}
@media screen and (max-width: 647px) {
.contentsWrap {
	width:100%;
}
.mainCnt {
	width:100%;
	float:none;
}
.sideWrap {
	width:100%;
	float:none;
}
}
/* --------------------------------------------------------- */
/* 共通パーツ
------------------------------------------------------------ */
.hasenBox {
	background-color: #FFF;
	background-image: url(../img/bg_line.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding:28px 20px;
	margin-bottom:20px;
}
.hasenBox h2 {
	text-align:center;
	margin-bottom:18px;
}
.center {
	text-align:center;
}
@media screen and (max-width: 647px) {
.hasenBox {
	padding:20px 10px;
	margin-bottom:20px;
}
.hasenBox h2 {
	margin-bottom:10px;
}
}
/* clearfix
------------------------------------------------------------ */
.contentsWrap:after,
.latestNewsWrap:after,
.blogList inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}