/*============================
　CSSリセット
=============================*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: bold;
}

body {
    font-size: 75%;
    /*font-sizeリセット*/
}

html >

/**/
body {
    font-size: 12px;
    /*font-sizeリセット Except IE */
}

/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    /*IE6 下の余白を消す*/
}

a {
    outline: none;
    /*for firefox*/
}

/*============================
　共通チップス
=============================*/
body {
    line-height: 150%;
}

.clear {
    clear: both;
}

/*clearfix*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

/* End hide from IE-mac */

.hide {
    display: none;
}

a {
    color: #5e4238;
    text-decoration: underline;
}

a:hover {
    color: #608600;
    text-decoration: none;
}

a:hover img {}

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
    background: url(../../images/81/bgi-body_001.jpg) left top repeat;
    /*このテンプレの背景色*/
    color: #5e4238;
    /*このテンプレの基本色*/
    text-align: center;
}

#container {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

#sidebar {
    width: 200px;
    height: auto;
    float: left;
}

#main {
    width: 720px;
    height: auto;
    float: right;
    /height: 100%;
    padding-bottom: 150px;
    /padding-bottom: 0px !important;
    _padding-bottom: 150px;
}

/*============================
	ヘッダー
=============================*/
#header {
    height: auto;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    padding: 5px 0px 20px 0px;
}

/* タイトル */
#site_title {
    width: 550px;
    padding-top: 30px;
    float: left;
    padding-bottom: 5px;
}

#site_title h1 {
    font-size: 1.8em;
    line-height: 120%;
}

#site_title a {
    text-decoration: none;
}

#site_title a:hover {
    color: #5e4238;
}

#site_title img {}

#site_title a:hover img {
    /* 
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1; */
}

#site_description {
    width: 960px;
    clear: both;
    padding: 5px 0;
}

#site_description h2 {
    font-size: 1em;
    font-weight: normal;
}

/*　ヘッドメニュー */
#head_nav {
    width: 380px;
    float: right;
}

#head_nav ul {
    list-style-type: none;
}

#head_nav ul li {
    padding: 0 15px;
    border-right: 2px solid #5e4238;
    float: right;
}

#head_nav ul li a {
    display: block;
}

#head_nav ul li:last-child {
    border-left: 2px solid #5e4238;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
    box-sizing: content-box;
    box-sizing: inherit;
    width: 960px;
    padding: 10px 0 0;
}

.bx-wrapper {
    margin-bottom: 40px !important;
    height: 400px !important;
}

#mainSlide {
    margin: 0;
}

#mainSlide li {
    height: 400px !important;
    width: 960px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#mainSlide li img {
    position: absolute;
    left: 0;
    width: 960px;
    height: auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 7.5px;
    outline: 0;
    cursor: pointer;
    border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #afc26d;
    opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #91ae39;
    opacity: 1;
}

/*.bx-wrapper .bx-pager {
    bottom: -33px!important;
}*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
    margin: 0;
    top: 179px;
    cursor: pointer;
}

.bx-wrapper .bx-prev {
    background: url(../../images/81/btn-slider_001.png) 15px center no-repeat #5e4238;
    left: -42px;
}

.bx-wrapper .bx-prev:hover {
    background: url(../../images/81/btn-slider_001.png) 15px center no-repeat #73574c;
    opacity: 1;
}

.bx-wrapper .bx-next {
    background: url(../../images/81/btn-slider_002.png) 17px center no-repeat #5e4238;
    right: -42px;
}

.bx-wrapper .bx-next:hover {
    background: url(../../images/81/btn-slider_002.png) 17px center no-repeat #73574c;
    opacity: 1;
}

/*============================
	フッター
=============================*/
#footer {
    padding: 20px 0;
    text-align: right;
}

/*　コピーライト */
address {
    font-style: normal;
}

address img {
    padding: 0 0 1px 5px;
}

/*============================
	お問い合わせ
=============================*/
#content {
    padding-bottom: 20px;
    position: relative;
    /padding-bottom: 20px;
    /margin-bottom: 0;
}

#inquiry {
    position: absolute;
    right: 270px;
    bottom: 50px;
    /position: relative;
    /width: 970px;
    /text-align: right;
}

#inquiry a {
    display: block;
}

/*============================
	ページトップ
=============================*/
#pagetop {
    position: absolute;
    right: 50px;
    bottom: 52px;
    /position: relative;
    /width: 970px;
    /text-align: right;
}

#pagetop a {
    display: block;
}

/*============================
	サイドバー
=============================*/
#sidebar {}

/*　グローバルナビ
-----------------------------------------*/
#global_nav {
    margin-bottom: 20px;
}

#global_nav a {
    text-decoration: none;
}

#global_nav dl dt {
    /* 親メニュー */
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 140%;
}

#global_nav dl dt a {
    color: #ffffff;
    display: block;
    padding: 4px 10px 0 10px;
    background: url(../../images/81/bgi-gnav_002.gif) left top repeat-y;
    font-weight: bold;
}

#global_nav dl dt:before {
    display: block;
    content: "";
    width: 200px;
    height: 11px;
    background: url(../../images/81/bgi-gnav_001.gif) left top no-repeat;
}

#global_nav dl dt:after {
    display: block;
    content: "";
    width: 200px;
    height: 14px;
    background: url(../../images/81/bgi-gnav_003.gif) left top no-repeat;
}

#global_nav dl dt a:hover {
    color: #e5d5d3;
}

#global_nav dl dd {
    /* 子メニュー */
    padding: 0px 20px;
    margin-bottom: 7px;
    font-size: 1em;
    line-height: 140%;
}

#global_nav dl dd a {
    color: #5e4238;
    font-weight: normal;
}

#global_nav dl dd a:hover {
    color: #608600;
}

/*　ブログ
-----------------------------------------*/
#blog {
    position: relative;
    margin-bottom: 20px;
}

#blog_link {
    position: absolute;
    right: 5px;
    top: -1px;
}

#blog_link a {
    display: block;
    width: 82px;
    height: 17px;
}

#blog:after {
    display: block;
    content: "";
    width: 200px;
    height: 14px;
    background: url(../../images/81/bgi-blog_003.gif) left top no-repeat;
}

#blog:before {
    display: block;
    content: "";
    width: 200px;
    height: 28px;
    background: url(../../images/81/bgi-blog_001.gif) left top no-repeat;
}

#blog dl {
    display: block;
    background: url(../../images/81/bgi-blog_002.gif) left top repeat-y;
    padding: 5px 10px 0;
}

#blog dl dt {
    /* 日付 */
    color: #a18277;
}

#blog dl dd {
    /* ブログタイトル */
    padding-bottom: 5px;
    line-height: 1.6;
}

#blog dl dd a {
    color: #5e4238;
}

/*　プロフィール
-----------------------------------------*/
#about {
    margin-bottom: 20px;
}

#about:after {
    display: block;
    content: "";
    width: 200px;
    height: 14px;
    background: url(../../images/81/bgi-about_003.gif) left top no-repeat;
}

#about:before {
    display: block;
    content: "";
    width: 200px;
    height: 11px;
    background: url(../../images/81/bgi-about_001.gif) left top no-repeat;
}

#about ul {
    display: block;
    background: url(../../images/81/bgi-about_002.gif) left top repeat-y;
    padding: 0 10px;
    list-style-type: none;
}

#about ul li {
    padding-bottom: 5px;
}

#about ul li:last-child {
    padding-bottom: 0;
}

#about ul li em {
    font-style: normal;
    font-weight: bold;
}

#about ul li a {}

/*　QRコード
-----------------------------------------*/
#qrcode {
    margin-bottom: 20px;
    background: url(../../images/81/bgi-qrcode_001.gif) left top no-repeat;
    width: 200px;
    height: 120px;
}

#qrcode p {
    font-size: 10px;
    width: 70px;
    float: left;
    padding: 10px 5px 0 10px;
    line-height: 140%;
}

#qrcode img {
    float: right;
    padding: 10px 10px 0 0;
}

/*============================
	リードエリア
=============================*/
#lead_area {
    /* リードエリア */
    width: 720px;
    margin-bottom: 20px;
}

/*　メイン写真
------------------------------------------------*/
#cover {
    width: 365px;
    height: auto;
    float: left;
}

#cover img {}

/*　トピックス 
------------------------------------------------*/
#topics {
    width: 340px;
    height: auto;
    float: right;
}

#topics dl {
    display: block;
    margin-top: 10px;
    padding: 0px 0 5px 0;
    max-height: 220px;
    height: auto !important;
    height: 220px;
    overflow: auto;
}

#topics dl dt {
    /* 日付 */
    width: 80px;
    clear: both;
    float: left;
    padding-bottom: 5px;
    color: #a18277;
}

#topics dl dd {
    /* トピックス本文 */
    width: 260px;
    float: left;
    padding-bottom: 8px;
}

#topics dl dd a {}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img {
    margin-bottom: 0;
}

.no-img #cover {
    display: none !important;
}

.no-img #topics {
    width: 720px;
    height: auto;
    clear: both;
}

.no-img #topics dl dd {
    /* トピックス本文 */
    width: 600px;
    float: left;
}

/*============================
	記事ボックス
=============================*/
.article_box {
    margin-bottom: 20px;
}

.article_box .article_title {
    width: 720px;
    min-height: 82px;
    height: auto !important;
    height: 82px;
    background: url(../../images/81/bgi-article_001.gif) left bottom no-repeat;
}

.article_box .article_title h2 {
    padding: 50px 90px 10px 10px;
    font-size: 1.13em;
    font-weight: normal;
    line-height: 150%;
}

.article_box .entry {
    padding: 10px;
    line-height: 170%;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
    line-height: 150%;
}

/* 記事画像あり */
.article_box .article_figure {
    width: 418px;
    margin: 0 auto;
    text-align: center;
}

.article_box .article_figure div {
    width: 200px;
    padding: 0 3px 5px 3px;
    display: inline-block;
    vertical-align: top;
    /float: left;
}

.article_box .article_figure img {
    width: 200px;
}

.article_box .article_figure span {
    font-size: 10px;
    color: #a18277;
    display: block;
    width: 198px;
    padding: 2px 1px;
    line-height: 140%;
}

.article_box .article_figure a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/* 記事画像なし */
/* 記事ボックス内のテーブル */
.article_box table {
    border-collapse: collapse;
    border: 1px #5e4238 solid;
}

.article_box table th,
.article_box table td {
    border: 1px #5e4238 solid;
    padding: 1em;
    text-align: left;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
    padding: 20px 0px;
    text-align: center;
    background: url(../../images/81/lin-pagetitle_001.gif) left bottom no-repeat,
        url(../../images/81/lin-pagetitle_002.gif) left top no-repeat;
    /background: url(../../images/81/lin-pagetitle_001.gif) left bottom no-repeat;
}

#page_title h2 {
    display: inline-block;
    background: url(../../images/81/bgi-pagetitle_001.gif) left center no-repeat,
        url(../../images/81/bgi-pagetitle_002.gif) right center no-repeat;
    padding: 17px 40px 13px 40px;
    font-size: 1.5em;
    margin-right: 10px;
}

/*パン屑リスト*/
#pnkz {
    width: 100%;
    padding: 10px;
}

#pnkz p span {
    margin-left: 6px;
    padding-left: 20px;
    background: url(../../images/81/ico-arrow_001.gif) left 0.5em no-repeat;
}

/*============================
	フリーエリア
=============================*/
#side-area {
    padding: 0 5px;
    line-height: 170%;
}

#foot-area {
    padding: 10px;
    line-height: 170%;
    margin-bottom: 20px;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form,
#map,
#profile {
    width: 720px;
    margin-top: -72px;
    font-size: 1.17em;
    padding-top: 82px;
}

#form table,
#map table,
#profile table {
    margin: 0 10px;
    border: 1px #5e4238 solid;
    border-collapse: collapse;
    width: 700px;
    font-size: 0.94em;
}

#form tr,
#map tr,
#profile tr {}

#form th,
#map th,
#profile th {
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    border: 1px #5e4238 solid;
}

#form td,
#map td,
#profile td {
    padding: 10px;
    border: 1px #5e4238 solid;
}

/*お問い合わせ
-----------------------------------------*/
.validation_span,
.warning span {
    color: #F03;
}

#contact_submit th,
#contact_submit td {}

#form input,
#form textarea {
    font-size: 1.2em;
    padding: 4px;
}

/*リード文
-----------------------------------------*/
#lead_s {
    padding: 10px 10px 20px 10px;
    line-height: 170%;
    font-size: 0.94em;
}

/*地図
-----------------------------------------*/
#frame {
    text-align: center;
    margin: 0 auto;
    margin: 10px 0;
}

#map #frame iframe {
    width: 720ox;
    height: 400px;
}

/*プロフィール
-----------------------------------------*/
#profile {}

/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
    margin-top: 3px;
    padding-left: 5px;
    color: #cc0000;
}

.warning {
    line-height: 150%;
    padding: 10px 0 0px 0;
}

.w_mark {
    color: #F03;
}

.thaks {
    line-height: 150%;
    padding: 0 16px 40px 0;
}


/* スマホ対応 */
#lead_area #cover img {
    width: 365px;
}

#site_image img {
    width: 365px;
}

.site_image img {
    width: 365px;
}

#topimges img {
    width: 365px;
}

/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th,
#profile th,
.map th,
.profile th {
    width: 20%;
}

#map td,
#profile td,
.map td,
.profile td {
    word-break: break-all;
}

/* 20170703 ADD */
#side-area img {
    max-width: 100%;
}

#foot-area img {
    max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul {
    list-style-type: disc;
}

.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}

.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

