@charset "UTF-8";

/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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:#4a2d1d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	background:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	/*background:url(../../images/97/bgi-side_001.png) left top repeat-y,
	url(../../images/97/bgi-body_001.jpg) left top no-repeat;*/
	background:url(../../images/97/bgi-side_001.png) left top repeat-y;
	color:#f5412f; /*このテンプレの基本色*/
	min-width:1130px;
	text-align:left;
	/*background-attachment:fixed;*/
	background-color:#f8dad9; /*このテンプレの背景色*/
	color:#4a2510; /*このテンプレの基本色*/
	text-align:left;
	height:100%;
	/background:url(../../images/97/bgi-body_001.jpg) left top no-repeat;
}
#container{
	width:1030px;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	text-align:left;
	/height:100%;
}
#sidebar{
	width:190px;
	padding:0 30px;
	height:auto;
	position:relative;
	left:0;
	top:0;
	background:url(../../images/97/bgi-side_001.png) left top repeat-y;
}
#main{
	padding-right:50px;
	min-width:425px;
	width:auto!important;
	width:425px;
	height:auto;
	position:absolute;
	left:290px;
	top:0;
}

/*============================
	サイドバー
=============================*/
#sidebar{
}
/* タイトル */
#site_title {
	padding:100px 0 50px;
}
#site_title h1{
	font-size:20px;
	line-height:140%;
}
#site_title a {
	text-decoration:none;
	color:#fe5b5b;
}
#site_title a:hover {
}
#site_title img {
}
#site_title a:hover img {
}
/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	margin-bottom:30px;
	width:190px;
}
#global_nav dl {
	width:190px;
}
#global_nav dl dt span {
	cursor:pointer;
	display:block;
	position:absolute;
	top:3px;
	right:0px;
	width:25px;
	height:0;
	padding-top:25px;
	*zoom:1;
	overflow:hidden;
	background:url(../../images/97/ico-plus_001.png) no-repeat;
}
#global_nav dl dt span.close {
	background:url(../../images/97/ico-minus_001.png) no-repeat;
}
#global_nav dl dt:hover span {
	background:url(../../images/97/ico-plus_002.png) no-repeat;
}
#global_nav dl dt:hover span.close {
	background:url(../../images/97/ico-minus_002.png) no-repeat;
}
#global_nav dl dt {/* 親メニュー */
	position:relative;
}
#global_nav dl dt a {
	display:block;
	padding:8px 28px 8px 10px;
	color:#fe5b5b;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	line-height:140%;
	background:url(../../images/97/ico-arrow_001.png) no-repeat left 10px;
}
#global_nav dl dt a:hover{
	margin-left:2px;
	padding:8px 26px 8px 10px;
}
#global_nav dl dd{/* 子メニュー */
}
#global_nav dl dd:hover{/* 子メニュー */
}
#global_nav dl dd a {/* 子メニュー a */
	display:block;
	text-decoration:none;
	color:#fe5b5b;
	padding:8px 2px 8px 20px;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	background:url(../../images/97/ico-arrow_001.png) no-repeat 10px 10px;
}
#global_nav dl dd a:hover{
	margin-left:2px;
	padding:8px 0 8px 20px;
}
.hidden {
	display:none;
}
/*　ブログ
-----------------------------------------*/
#blog{
	margin-bottom:30px;
	position:relative;
}
#blog h2{
	margin-bottom:5px;
	font-size:15px;
	color:#fe5b5b;
}
#blog_link{
	position:absolute;
	right:0;
	top:1px;
	font-size:12px;
}
#blog_link a{
	text-decoration:none;
	color:#fe5b5b;
	padding:0 5px 0 10px;
	background:url(../../images/97/ico-arrow_001.png) no-repeat left 2px;
}
#blog_link a:hover{
	padding:0 2px 0 10px;
}
#blog dl{
}
#blog dl dt{/* 日付 */
	font-size:0.83em;
	color:#fe5b5b;
	line-height:120%;
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:6px;
}
#blog dl dd a{
	font-size:0.91em;
}
/*　プロフィール
-----------------------------------------*/
#about{
	margin-bottom:40px;
}
#about ul{
	list-style-type:none;
}
#about ul li{
	margin-bottom:3px;
}
#about ul li a{
	display:block;
	padding:5px 10px;
	background:url(../../images/97/ico-arrow_001.png) no-repeat left 7px;
	font-size:15px;
	font-weight:bold;
	color:#fe5b5b;
	text-decoration:none;
}
#about ul li a:hover{
	margin-left:2px;
}
/*　QRコード
-----------------------------------------*/
#qrcode{
	margin-bottom:30px;
}
#qrcode h2{
	width:85px;
	text-align:left;
	margin-bottom:5px;
	font-size:15px;
	color:#fe5b5b;
	float:left;
}
#qrcode p{
	width:85px;
	font-size:0.83em!important;
	color:#fe5b5b;
	line-height:140%;
	float:left;
}
#qrcode img{
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:840px;
	padding:5px 0 0 0;
}
#site_description {
	padding:20px 0 40px 0;
}
#site_description h2{
	font-size:1.08em;
	font-weight:normal;
}
/*　ヘッドメニュー */
#head_nav{
	height:82px;
	width:100%;
}
#head_nav ul{
	width:auto;
	height:77px;
	display:block;
	list-style-type:none;
}
#head_nav ul li{
	display:block;
	float:right;
	padding-right:5px;
	width:77px;
	height:77px;
}
#head_nav ul li a{
	display:block;
	width:77px;
	height:0;
	padding:77px 0 0 0;
	*zoom:1;
	overflow:hidden;
	float:right;
}
#head_nav ul li a.form{
	background:url(../../images/97/btn-form_001_off.png) no-repeat left top;
}
#head_nav ul li a:hover.form{
	background:url(../../images/97/btn-form_001_on.png) no-repeat left top;
}
#head_nav ul li a.map{
	background:url(../../images/97/btn-map_001_off.png) no-repeat left top;
}
#head_nav ul li a:hover.map{
	background:url(../../images/97/btn-map_001_on.png) no-repeat left top;
}
#head_nav ul li a.profile{
	background:url(../../images/97/btn-about_001_off.png) no-repeat left top;
}
#head_nav ul li a:hover.profile{
	background:url(../../images/97/btn-about_001_on.png) no-repeat left top;
}

/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
	width:840px;
}
/*　メイン写真
------------------------------------------------*/
#cover{
	margin-bottom:40px;
	width:365px;
}
#cover img{
	width:100%;
}

/* スライド ------------------------------*/ 
.mainSlideIn {
box-sizing:content-box;
box-sizing:inherit;
width:840px;  /* ←スライドwidthを変更 */
}
.bx-wrapper {
margin-bottom:40px !important;
height:350px !important;  /* ←スライドheightを変更 */
}
#mainSlide{
margin:0;
}
#mainSlide li {
height:350px !important; /* ←スライドheightを変更 */
width:840px;  /* ←スライドwidthを変更 */
position:relative;
background:rgba(0,0,0,0.2);
overflow:hidden;
}
#mainSlide li img {
position:absolute;
left:0;
width:840px;  /* ←スライドwidthを変更 */
height:auto;
}
/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
background: #fca7a9; 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: #ff575e;
}
/* ページャーの上下位置を調整したい場合のみ使用 .bx-wrapper .bx-pager {
bottom: -33px!important; }*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
width:40px; height:40px; margin:0; top:155px; cursor:pointer; 
border-radius:20px; 
}
.bx-wrapper .bx-prev {
background:url(../../images/97/btn-slider_001.png) 13px center no-repeat #fca7a9; left:-20px;
}
.bx-wrapper .bx-prev:hover {
background-color: #ff575e;
}
.bx-wrapper .bx-next {
background:url(../../images/97/btn-slider_002.png) 16px center no-repeat #fca7a9; right:-20px;
}
.bx-wrapper .bx-next:hover {
background-color: #ff575e;
}

/*　トピックス 
------------------------------------------------*/
#topics{
	padding:0 0 40px 0;
}
#topics h2{
	margin-bottom:15px;
	font-size:17px;
	color:#f5412f;
}
#topics dl{
	width:100%;
	max-height:180px;
	height:auto!important;
	height:180px;
	overflow:auto;
}
#topics dl dt{/* 日付 */
	float:left;
	clear:both;
	padding:0 20px 10px 0;
	color:#f5412f;
}
#topics dl dd{/* トピックス本文 */
	width:500px;
	float:left;
	padding-bottom:10px;
}
#topics dl dd a{
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
}

/*============================
	記事ボックス
=============================*/
.article_box{
	width:840px;
	clear:both;
	padding:50px 0 40px 0;
	background:url(../../images/97/lin-dot_001.png) left top no-repeat;
}
.article_box .article_title{
	padding-bottom:20px;
}
.article_box .article_title h2{
	font-size:1.33em;
	letter-spacing:2px;
	line-height:140%;
}
.article_box .article_title h2:first-letter{
	color:#f5412f;
}
.article_box .entry{
	line-height:150%;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
	padding-top:10px;
}
.article_box .article_figure div{
	display:inline;
	width:200px;
	margin-right:10px;
	float:left;
}
.article_box .article_figure img{
	width:200px;
}
.article_box .article_figure span{
	width:194px;
	display:block;
	padding:3px;
	font-size:0.83em;
	line-height:130%;
	color:#f5412f;
}
.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 #f5412f solid;
}
.article_box table th,
.article_box table td {
	border:1px #f5412f solid;
	padding:1em;
	text-align:left;
}
/*============================
	フッター
=============================*/
#footer {
	text-align:right;
	padding:0 0 10px 0;
	width:840px;
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width:77px;
	height:77px;
	float:right;
	margin-right:5px;
}
#inquiry a{
	display:block;
	width:77px;
	height:0;
	padding:77px 0 0 0;
	*zoom:1;
	overflow:hidden;
	float:right;
	background:url(../../images/97/btn-form_001_off.png) no-repeat left top;
}
#inquiry a:hover{
	background:url(../../images/97/btn-form_001_on.png) no-repeat left top;
}
/*　ページトップ
-----------------------------------------*/
#pagetop {
	width:77px;
	height:77px;
	margin-right:5px;
	float:right;
}
#pagetop a{
	display:block;
	width:77px;
	height:0;
	padding:77px 0 0 0;
	*zoom:1;
	overflow:hidden;
	float:right;
	background:url(../../images/97/btn-pagetop_001_off.png) no-repeat left top;
}
#pagetop a:hover{
	background:url(../../images/97/btn-pagetop_001_on.png) no-repeat left top;
}
/*　コピーライト 
-----------------------------------------*/
address{
	padding-top:10px;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	_padding-right:0;
	color:#fe5b5b;
}
address img{
	padding:0 0 1px 2px;
}
/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	width:840px;
	margin-top:20px;
	padding:50px 0 18px 0;
	background:url(../../images/97/lin-dot_001.png) left top no-repeat;
}
#page_title h2{
	font-size:18px;
	text-align:left;
	line-height:130%;
}
/*パン屑リスト*/
#pnkz {
	width:830px;
	padding:2px 5px;
	font-size:11px;
	text-align:right;
}
#pnkz p span{
	display:inline;
	padding-left:18px;
	background:url(../../images/97/ico-arrow_001.png) 6px 0.1em no-repeat;
	_background:url(../../images/97/ico-arrow_001.png) 6px center no-repeat;
	color:#f5412f;
}
#pnkz p a{
	color:#f5412f;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	width:190px;
	margin-bottom:30px;
}
#foot-area{
	width:840px;
	clear:both;
	padding:50px 0 40px 0;
	background:url(../../images/97/lin-dot_001.png) left top no-repeat;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile {
	width:auto;
	padding:0;
	height:auto;
	text-align:left;
	font-size:1.17em;
}
#form table, #map table, #profile table {
	border-right:none;
	border-left:none;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:10px 20px 10px 0;
	vertical-align:middle;
	font-weight:normal;
	color:#f5412f;
	text-align:left;
	border-right:none;
	border-left:none;
}
#form td, #map td, #profile td {
	padding:10px 20px 10px 0;
	border-right:none;
	border-left:none;
}
/*お問い合わせ
-----------------------------------------*/
#form th{
	color:#4a2510;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:4px;
	border-radius:3px;
}
.warning {
	text-align:left;
}
.validation_span, .warning span {
	color:#f5412f;
}
#contact_submit th, #contact_submit td{
	color:#4a2510;
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
}
#form input[type=text], #form textarea {
	border-radius:5px;
	border:solid 1px #fff;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fffafb;
}
#form input[type=submit],
#form input[type=reset] {
	padding:5px 5px;
	border-radius:5px;
	background:#ececec;
	border-color:#ececec;
	color:#555555;
}

/*リード文
-----------------------------------------*/
#lead_s {
	line-height:150%;
	margin-bottom:15px;
}
/*地図
-----------------------------------------*/
#frame {
	margin:0 auto 15px;
}
#frame iframe{
	width: 760px;
	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:#f5412f;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}




/* 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%;
}

