@import url(//fonts.googleapis.com/css?family=Vidaloka);

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background:#fff;
	border:10px solid #222;
	color:#222;
	position:relative;
}
body:before {
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:fixed;
	top:0;
	left:0;
	background:#222;
	z-index:20;
}
body:after {
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:fixed;
	bottom:0;
	left:0;
	background:#222;
	z-index:20;
}
a {
	color:#222;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
}
#container {
	position:relative;
}
#container:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../../images/179/bgi-body_001.png) center top repeat;
	top:0;
}
#container .inner {
	width:1000px;
	margin:0 auto;
}
#content {
	padding:80px 0 135px;
}
#content .inner {
	border-bottom:3px solid #222;
}
#main {
	width:740px;
	float:right;
	position:relative;
	z-index:10;
}
#sidebar {
	width:210px;
	float:left;
	position:relative;
	z-index:10;
	margin-top:-16px;
}

/*============================
	ヘッダー
=============================*/
#header {
	background:#222;
	text-align:center;
	padding:45px 0;
}
#header ul {
	text-align:center;
	position:relative;
	z-index:10;
}
#header ul li {
	line-height:1;
	display:inline-block;
	margin-left:24px;
	font-family: 'Vidaloka', serif;
	font-size:1.4em;
	letter-spacing:0.08em;
}
#header ul li:first-child {
	margin-left:0;
}
#header ul li a {
	text-decoration:none;
	color:#fff;
	padding-left:10px;
	position:relative;
	display:inline-block;
}
#header ul li a:before {
	content:"";
	display:block;
	width:3px;
	height:3px;
	border-radius:3px;
	background:#fff;
	position:absolute;
	left:0;
	top:8px;
}

/*============================
スライド
=============================*/
.mainSlideIn {
    box-sizing:content-box;
    box-sizing:inherit;
    width:1000px;
    padding:10px 0 0;
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
    margin-top: -30px;
}
.bx-wrapper {
    margin-bottom:40px !important;
    height:416px !important;
}
#mainSlide{
    margin:0;
}
#mainSlide li {
    height:400px !important;
    width:1000px;
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
}
#mainSlide li img {
    position:absolute;
    left:0;
    width:1000px;
    height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
    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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #222;
    opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
    width:40px;
    height:40px;
    margin:0;
    top:180px;
    cursor:pointer;
}
.bx-wrapper .bx-prev {
    background:url(../../images/179/btn-slider_001.png) 15px center no-repeat #222;
    left:-40px;
}
.bx-wrapper .bx-prev:hover {
    background:url(../../images/179/btn-slider_001.png) 15px center no-repeat #222;
    opacity:1;
}
.bx-wrapper .bx-next {
    background:url(../../images/179/btn-slider_002.png) 17px center no-repeat #222;
    right:-40px;
}
.bx-wrapper .bx-next:hover {
    background:url(../../images/179/btn-slider_002.png) 17px center no-repeat #222;
    opacity:1;
}


/*============================
	フッター
=============================*/
#footer {
	position:relative;
	z-index:10;
	padding:0 170px 15px 30px;
}
#footer address {
	font-size:0.78em;
	font-style:normal;
	color:#3d3d3d;
	letter-spacing:0.08em;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	position:fixed;
	z-index:10;
	right:47px;
	bottom:-3px;
}
#pagetop img {
	width:121px;
	height:auto;
}

/*============================
	サイドバー
=============================*/
#sidebar .sidebox {
	margin-bottom:45px;
}
#sidebar .sidebox h3 {
	font-size:1.71em;
	position:relative;
	margin-bottom:15px;
	font-family: 'Vidaloka', serif;
	letter-spacing:0.08em;
}
#sidebar .sidebox h3:before {
	content:"";
	display:block;
	position:absolute;
	background:#222;
	height:3px;
	width:120px;
	right:0;
	top:50%;
	margin-top:-2px;
	z-index:1;
}
#sidebar .sidebox h3 span {
	display:inline-block;
	position:relative;
	z-index:2;
	padding-right:15px;
	font-weight:normal;
}

/*　タイトル
-----------------------------------------*/
#site_title {
	width:1000px;
	margin:0 auto 22px;
	position:relative;
	z-index:10;
}
#site_title h1 {
	font-family: 'Vidaloka', serif;
	font-size:3.28em;
	letter-spacing:0.08em;
}
#site_title h1 a {
	color:#fff;
	text-decoration:none;
}
#site_title h1 a span {
	font-weight:normal;
}
#site_title h1 a:hover {
	filter: alpha(opacity=0.7);
	-moz-opacity:0.7;
	opacity:0.7;
}
#site_title h1 a img {
	max-width:600px;
	height:auto;
}

/*　ディスクリプション
-----------------------------------------*/
#site_description {
	border:3px solid #222;
	width:auto;
	padding:40px 70px;
	margin:-140px 0 0 345px;
}
#site_description h2 {
	font-weight:normal;
	font-size:1.14em;
	text-align:justify;
	line-height:2;
}
.no-img #site_description {
	margin:0;
}

/*　グローバルナビ
-----------------------------------------*/
#sidebar #global_nav {
}
#sidebar #global_nav a {
	text-decoration:none;
	padding-left:10px;
	display:block;
}
#sidebar #global_nav dl {
	font-family: 'Vidaloka', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing:0.08em;
}
#sidebar #global_nav dl dt a {
}
#sidebar #global_nav dl dt {
	font-size:1.4em;
	margin-top:17px;
	position:relative;
}
#sidebar #global_nav dl dt:first-child {
	margin-top:0;
}
#sidebar #global_nav dl dt:before {
	content:"";
	position:absolute;
	width:3px;
	height:3px;
	border-radius:3px;
	background:#222;
	left:0;
	top:12px;
}
#sidebar #global_nav dl dd {
	margin-top:6px;
	font-size:1.28em;
}
#sidebar #global_nav dl dt.parent {
	margin-bottom:0;
}
#sidebar #global_nav dl dt:first-child {
}
#sidebar #global_nav dl dd a {
}

/*　アバウト
-----------------------------------------*/
#sidebar #about h3:before {
	width:110px;
}
#sidebar #about a {
	text-decoration:none;
	padding-left:10px;
	display:block;
}
#sidebar #about dl {
	font-family: 'Vidaloka', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing:0.08em;
}
#sidebar #about dl dt {
	font-size:1.4em;
	margin-top:17px;
	position:relative;
}
#sidebar #about dl dt:first-child {
	margin-top:0;
}
#sidebar #about dl dt:before {
	content:"";
	position:absolute;
	width:3px;
	height:3px;
	border-radius:3px;
	background:#222;
	left:0;
	top:12px;
}

/*　ブログ
-----------------------------------------*/
#sidebar #blog {
	margin-bottom:70px;
}
#sidebar #blog dl dt {
	font-family: 'Vidaloka', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing:0.08em;
	margin-top:17px;
}
#sidebar #about dl dt:first-child {
	margin-top:0;
}
#sidebar #blog dl dd {
	margin-top:5px;
}
#sidebar #blog dl dd a {
}
#sidebar #blog #blog_link {
	margin-top:25px;
}
#sidebar #blog #blog_link a {
	text-align:center;
	display:block;
	color:#fff;
	background:#222;
	text-decoration:none;
	padding:5px 0;
}
#sidebar #blog #blog_link a span {
	display:inline-block;
	font-family: 'Vidaloka', serif;
	letter-spacing:0.08em;
	font-size:1.14em;
	padding-right:15px;
	background:url(../../images/179/ico-arrow_001.png) right center no-repeat;
	background-size:7px auto;
}

/*　QRコード
-----------------------------------------*/
#sidebar #qrcode {
	margin-bottom:70px;
	border:3px solid #222;
	padding:35px 30px 25px;
}
#sidebar .qrBox {
	text-align:center;
	margin-bottom:25px;
}
#sidebar .qrBox img {
	border:1px solid #eee;
}
#sidebar #qrcode p {
	font-size:0.85em;
	line-height:2;
}

/*============================
	メイン
=============================*/
/*　リードエリア
-----------------------------------------*/
#lead_area {
	margin-bottom:70px;
}

/* メイン写真  */
#cover{
	position:relative;
	/position:inherit;
	width:365px;
	border:3px solid #222;
}
#cover img{
	width:365px;
	height:auto;
}
#lead_area.no-img #cover {
	display:none;
}

/* トピックス */
#topics{
	position:relative;
    height: auto;
	overflow:auto;
	margin-bottom:80px;
}
#topics h3 {
	font-size:2.14em;
	position:relative;
	margin-bottom:20px;
	font-family: 'Vidaloka', serif;
	letter-spacing:0.08em;
}
#topics h3:before {
	content:"";
	display:block;
	position:absolute;
	background:#222;
	height:3px;
	width:636px;
	right:0;
	top:50%;
	margin-top:-2px;
	z-index:1;
}
#topics dl{
	overflow:auto;
	max-height:220px;
    height: auto;
}
#topics dl dt{/* 日付 */
    line-height: 1;
	display:block;
	margin-bottom:9px;
	font-family: 'Vidaloka', serif;
	letter-spacing:0.08em;
}
#topics dl dd{/* トピックス本文 */
	display:block;
	margin-bottom:20px;
	line-height:2;
}
#topics dl dd a{}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #topics{
	width:100%;
	height:auto;
	padding:0;
}
.no-img #topics dl dd {
}
.no-img #cover{display:none!important;}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	position:relative;
	z-index:10;
	margin:100px 0 0;
}
#inquiry a {
	display:inline-block;
	color:#fff;
	background:#222;
	text-decoration:none;
	width:320px;
	padding:26px 0;
}
#inquiry a span {
	display:inline-block;
	font-family: 'Vidaloka', serif;
	letter-spacing:0.08em;
	font-size:2em;
	line-height:1;
	padding-right:20px;
	background:url(../../images/179/ico-arrow_002.png) right center no-repeat;
	background-size:11px auto;
}

/*============================
	記事ボックス
=============================*/
#main .article_box {
	margin-bottom:80px;
	position:relative;
	border-top:2px dashed #222;
	padding-top:75px;
}
#main .article_title {
}
#main .article_title h2 {
	font-size:2em;
	line-height:1.6;
	font-family: 'Vidaloka', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom:20px;
}
#main .article_box .entry {
	width:490px;
	float:left;
	line-height:2;
}
#main .article_box .entry img {
	max-width:100%;
	height:auto;
}

.article_box .entry strong{
    font-weight:bold;
}

/* 記事画像あり */
.article_box .article_figure{
width:206px;
float:right;
margin:0;
}
.article_box .article_figure img{
	max-width:200px;
	height:auto;
}
.article_box .article_figure a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.article_box .article_figure figure {
	margin-bottom:25px;
	border:3px solid #222;
}
.article_box .article_figure span{
font-size:85.7%;
display:block;
padding:15px 20px;
border-top:3px solid #222;
}
/* 記事画像なし */
#main .article_box.no-img {}
#main .article_box.no-img .entry{
	float:none!important;
	width:auto!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#222 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#222 1px solid;
	padding:10px;
}

/*Thickbox*/
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}

/*============================
	下層ページ共通
=============================*/
#page_title {
	border-top:3px solid #222;
	padding:33px 0 28px;
}
#page_title h2 {
	line-height:1.3;
	font-size:2.28em;
	margin-bottom:5px;
	font-family: 'Vidaloka', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing:0.08em;
	font-weight:normal;
}
#pnkz {
	font-size:0.78em;
	text-align:right;
	position:relative;
	z-index:10;
	margin:-25px 0 20px 260px;
	width:740px;
}
#pnkz a {
}
.contbox {
}

/*============================
	フリーエリア
=============================*/
#side-area{
	background:#f7f7f7;
	padding:30px 30px 28px;
	font-size:0.85em;
	line-height:2;
}
#foot-area{
	background:#f7f7f7;
	padding:30px 30px 28px;
	font-size:0.85em;
	line-height:2;
	margin-bottom:90px;
 }

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	border-top:2px dashed #222;
	padding:75px 0 80px;
}
#map table,#form table, #profile table {
	border-collapse:collapse;
	margin:0 auto;
	width:100%;
}
table{
	table-layout:fixed;
	border:3px solid #222;
}
#map th, #profile th,#form th {
	padding:20px 30px;
	vertical-align:middle;
	font-weight:normal;
	border-top:3px solid #222;
	border-right:3px solid #222;
	width:170px;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td,#form td {
	vertical-align:middle;
	padding:20px 30px;
	border-top:3px solid #222;
}
#map table tr:first-child th, #profile table tr:first-child th,#form table tr:first-child th,
#map table tr:first-child td, #profile table tr:first-child td,#form table tr:first-child td {
	border-top:none;
}
#form th {
	width:210px;
}
#form td {
}

#form table tr:first-child th , #form table tr:first-child td {
    border-top: 3px solid #222 !important;
}

/*お問い合わせ
-----------------------------------------*/
.warning {
	text-align:right;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
	border-top:none;
	padding:20px 0 10px;
}
#form input, #form textarea {
	font-size:1em;
	padding:2px;

}
#form input[type=text], #form textarea {
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fdfaf2;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:150px;
	font-size:20px;
	margin:10px 0 20px 0;
	border-radius:0;
}

#form input[type=submit] {
margin-right: 20px;

font-weight: bold;
text-decoration: none;
color: #ffffff;
background: #222;
border:none;
}

#form input[type=reset] {
font-weight: bold;
text-decoration: none;
color: #888;
border: 1px solid #d8d8d8;
}

#form input[type=submit]:hover, #form input[type=reset]:hover {
cursor: pointer;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
-ms-opacity: 0.6;
-o-opacity: 0.6;
opacity: 0.6;
}
#form input[type=submit]:focus, #form input[type=reset]:focus {
	outline:none;
}
#contact_submit {
	border-top:3px solid #222;
}

/*リード文
-----------------------------------------*/
#lead_s {
	margin-bottom:50px;
	line-height:2;
}
/*地図
-----------------------------------------*/
#frame iframe {
	width:740px;
	height:445px;
	margin-bottom:50px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	text-align:left;
	margin-bottom:-10px;
	padding:10px 0 0 0;
}
.w_mark {
	color:#cc3300;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

.hidden {
	display:none;
}


/* 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;
}

/* 2022.01.14 ADD */
hr {
    border-top:1px solid #ccc;
}