/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}

body {
	font-size: 0.875em;/*font-sizeリセット*/
}

html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */

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;
}

.hide {
	display:none;
}

a {
	color:#00adf2;
	text-decoration:none;
}

a:hover {
	color:#a28f59;
	text-decoration:none;
}

/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#fafaf6;
	color:#676767; /*このテンプレの基本色*/
	text-align:left;
	position:relative;
}

#content-sub {
	background-color:#FFF;
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#content {
	width:960px;
	margin:10px auto 30px;
	position:relative;
	overflow:hidden;
}

#main {
	width:718px;
	float:left;
}

#sidebar {
	width:230px;
	float:right;
	/*padding:0 10px 80px;*/
}

/*============================
ヘッダー
=============================*/
#header {
	margin:0 auto 10px;
	width:960px;
	min-height:146px;
}

/*#headerIn.no-img {
	float:left;
	width:960px;
}*/

#headerIn {
	float:left;
}

#site_title {
	float:left;
	max-width:718px;
	text-align:left;
}

#site_title h1 {
	font-size:24px;
	line-height:130%;
}

#site_title h1.png a {
	color:#a28f59;
}

#site_title h1.png a img {max-width:365px;}

#site_title a {
	color:#764f4f;
	text-decoration:none;
}

#site_title a:hover {}

#site_title a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

/*　ヘッドメニュー */
#head_nav{
	overflow:hidden;
	/zoom:1;
}

#head_nav ul {
	list-style:none;
}

#head_nav ul li {
	height:146px;
}

#head_nav ul li a {
	margin:0 auto;
	display:block;
	width:230px;
	height:0;
	overflow:hidden;
	padding-top:146px;
	background:url(../../images/116/spr_contact_001.png) no-repeat left top;
}

#head_nav ul li a {
	background-repeat:no-repeat;
}

#head_nav ul li a:hover {
	background-position:0 -146px;
}

/*===================================
  global_nav
=====================================*/
#global_nav.no-img {
	width:960px;
	height:auto;
	position:relative;
	top:0;
	margin:19px auto 10px;
}

#global_nav {
	width:718px;
	height:auto;
	position:relative;
	top:0;
	margin:19px auto 10px;
}

#global_nav a {
	color:#00adef;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} /* IE6 "fix" */
#nav ul a {zoom: 1;} /* IE6/7 fix */
#nav ul li {float: none;}
#nav ul ul {top: 0;}
/* Essentials- configure this */
#nav ul {
	width:160px;
	top:32px;
	margin:0 auto;
	text-align:center;
}
/* Everything else is theming */
#nav {
	display:inline-block;
	height:auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:auto;
	white-space:nowrap;
	padding:0 24px 0 0;
}
#nav li.nav-top a {
	width:auto;
	display:block;
	padding:3px 6px;
}
#nav li.nav-top a:hover {
	color:#a28f59;
	text-shadow:0 2px 2px #fff;
	background:#e3decc;
	border-radius:3px; 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	padding:3px 6px;
}

#nav *:hover { 
	background-color: none; 
}

/*#nav li.nav-top:last-child a {
	background:none;
}
*/
/* メインリストhover時のa */
#nav li.hover a {
}

/* 子メニュー */
#nav li.nav-top ul{
	padding:0 6px 6px;	
	-webkit-box-shadow:0 0 6px #666;
	-moz-box-shadow:0 0 6px #666;
	-ms-box-shadow:0 0 6px #666;
	-o-box-shadow:0 0 6px #666;
	box-shadow:0 0 6px #666;
	background:#FFF;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	z-index:100;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:10px;
	text-align:left;
	text-decoration:underline;
	color:#a28f59;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
	z-index:100;
	background:none;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	height:auto;
	text-decoration:none;
	padding:10px;
	background:none;
}

/*#nav li.nav-top ul li:last-child {
	border-bottom:none;
}*/

/* リードエリア
------------------------------------------------*/
#lead_area {
	width:960px;
	margin:0 auto;
}

/*　メイン写真
------------------------------------------------*/
#cover {
	text-align:center;
	position:relative;
	/position:inherit;
	float:left;
}

#cover img {
	text-align:left;
	width:auto;
	height:auto;
}

/*　ディスクリプション
------------------------------------------------*/
#site_discription.no-img {
	width:100%;
	float:none;
	margin-top:0;
}

#site_discription {
	width:543px;
	float:right;
	margin-top:72px;
}

#site_discription h2#discription:first-letter{
    font-size: 3em;
	color:#a28f59;
	line-height:1;
    float:left;
    margin:0 .2em 0 0;
    padding:0;
}

#site_discription h2#discription {
	clear:both;
	text-align:left;
	font-size:20px;
	color:#00adef;
	margin-left:12px;
	line-height:1.500em;
	border-bottom:none;
}
/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:10px 0 0;
}
.bx-wrapper {
    margin-bottom:30px !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: #e6e5e1;
	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: #a28f59;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:20px;
	height:37px;
	margin:0;
	top:184px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/116/btn-slider_001.png) 0 0 no-repeat;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.7;
}
.bx-wrapper .bx-next {
	background:url(../../images/116/btn-slider_002.png) 0 0 no-repeat;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}

/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/*============================
記事ボックス
=============================*/
.article_box {
	position:relative;
	margin:0 0 38px 0;
	padding:38px 32px 26px;
	background:#e6e5e1;
}

.article_title {
	margin-bottom:40px;
}

.article_title h3 {
	color:#000;
	font-size:20px;
	line-height:1.5em;
}

.article_box #entry-01 {
	line-height:1.7;
	margin-bottom:32px;
	color:#4d4d4d;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}

/* 記事画像なし */
.article_box .entry {
 	line-height:1.8;
	color:#563d12;
}

.inside_images.article_box .entry {
	line-height:1.8;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
	font-size:1.05em;
	line-height:150%;
}

/* 記事画像あり */
.article_box .article_figure {
	width:718px;
}
.article_box .article_figure div {
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	width:200px;
	vertical-align:top;
	padding:0 23px 12px 0;
}
.article_box .article_figure img {
	width:200px;
}
.article_box .article_figure span {
	max-width:200px;
  	font-size:11px;
  	display:block;
  	text-align:left;
	line-height:1.250;
	margin-top:6px;
	color:#4d4d4d;
}
.article_box .article_figure a:hover img {
  	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#e6e5e1 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#e6e5e1 1px solid;
	padding:10px;
}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
#lead_area.no-img {}

#lead_area.no-img #cover {
	display:none;
}

#lead_area.no-img #topics {
	position:static!important;	
	float:none!important;
	width:auto!important;
}

.no-img #topics dl {
	height:140px;
}


/*　トピックス 
------------------------------------------------*/
#topics {
	float:left;
	width:350px;
	height:auto;
	padding:0 0 60px;
}

#topics h3 {
	margin:0 auto;
	display:block;
	width:350px;
	height:258px;
	text-indent:-9999px;
	background:url(../../images/116/ttl_topics_001.png) no-repeat center top;
}

#topics dl {
	width:315px;
	height:140px;
	overflow:auto;
	margin:42px auto 0;
	text-align:center;
}

#topics dl dt {/* 日付 */
	color:#a28f59;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 4px;
}

#topics dl dd {/* トピックス本文 */
	color:#676767;
	font-size:12px;
	line-height:1.250;
	padding-bottom:22px;
	width:298px;
}

#topics dl dd a {
	color:#a28f59;
	text-decoration:underline;
}

#topics dl dd a:hover {
	text-decoration:none;
}

/*　ブログ
-----------------------------------------*/
#blog {
	float:right;
	width:350px;
	padding:0 0 60px;
}

#blog h3 {
	height:258px;
}

#blog h3 a {
	margin:0 auto;
	display:block;
	width:179px;
	height:0;
	overflow:hidden;
	padding-top:258px;
	background:url(../../images/116/spr_blog_001.png) no-repeat center top;
}

#blog h3 a {
	background-repeat:no-repeat;
}

#blog h3 a:hover {
	background-position:0 -258px;
}

#blog dl {
	width:315px;
	height:140px;
	overflow:auto;
	margin:42px auto 0;
	text-align:center;
}

#blog dl dt {/* 日付 */
	color:#a28f59;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 4px;
}

#blog dl dd {/* トピックス本文 */
	color:#676767;
	font-size:12px;
	line-height:1.250;
	padding-bottom:22px;
	width:298px;
}

#blog dl dd a {
	color:#a28f59;
	text-decoration:underline;
}

#blog dl dd a:hover {
	text-decoration:none;
}
	
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin:20px 0 116px;
}

#inquiry a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*============================
サイドバー
=============================*/
/*　sidebar 共通
-----------------------------------------*/
/*.header_left , #global_nav , #blog, #about, #qrcode {}

.header_left , .qrcodeIn {
	padding:0 15px 0 15px;	
}*/

/*　サイド共通
-----------------------------------------*/
h2 {
	padding-bottom:6px;
}

/*順番に色変える*/


/*　プロフィール
-----------------------------------------*/
#about {
	margin:0 auto;
}

#about ul {
	list-style-type:none;
}

#about ul li {
	height:230px;
	margin-bottom:10px;
}

#about ul li#profButtun a {
	margin:0 auto;
	display:block;
	width:230px;
	height:0;
	overflow:hidden;
	padding-top:230px;
	background:url(../../images/116/spr_profile_001.png) no-repeat left top;
}

#about ul li#mapButtun a {
	margin:0 auto;
	display:block;
	width:230px;
	height:0;
	overflow:hidden;
	padding-top:230px;
	background:url(../../images/116/spr_access_001.png) no-repeat left top;
}

#about ul li#formButtun a {
	margin:0 auto;
	display:block;
	width:230px;
	height:0;
	overflow:hidden;
	padding-top:230px;
	background:url(../../images/116/spr_contact_002.png) no-repeat left top;
}

#about ul li a {
	background-repeat:no-repeat;
}

#about ul li#profButtun a:hover {
	background-position:0 -230px;
}

#about ul li#mapButtun a:hover {
	background-position:0 -230px;
}

#about ul li#formButtun a:hover {
	background-position:0 -230px;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	width:230px;
	height:230px;
	background:url(../../images/116/bgi_qrcode_001.jpg) no-repeat left top;
}

#qrcode img {
	display:block;
	padding:23px 0 0;
	margin:9px auto;
	text-align:center;
}

/*============================
フッター
=============================*/

#footer {
	width:960px;
	margin:0 auto;
	position:relative;
}

/*　コピーライト */
#copyright {
	width:100%;
	margin:0 auto;
	padding:0 0 24px;
}

address{
	margin:0 auto;
	font-size:1.000em;
	font-weight:normal;
	font-style:normal;
	color:#00adef;
	font-size:14px;
}

/*============================
ページトップ
=============================*/
#pagetop {
	clear:both;
	width:60px;
	height:60px;
	position:absolute;
	bottom:24px;
	right:42px;
	position:fixed;
}

#pagetop a:hover { opacity:0.75;}

/*============================
下層ページ共通
=============================*/
#page_title {
	width:960px;
	margin:0 auto 10px;
}

#page_title h2 {
	display:inline-block;
	position:relative;
	margin:0 auto;
	color:#FFF;
	text-align:left;
	padding:22px 14px 25px 14px;
	line-height:1.4em;
	font-size:12px;
	font-weight:normal;
	background:#2b2b2b;
}

#page_title h2 #arrow{
	display:block;
	width:20px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:42%;
	background:url(../../images/116/bgi_pageTitle_001.png) center bottom no-repeat;
	/background :none;
}

/*パン屑リスト*/
#pnkz {
	font-size:14px;
	padding:0 0 0 10px;	
	text-align:right;
}

#pnkz a {
	margin-right:8px;
}

#pnkz span{
	margin-left:8px;
	font-size:14px;
	font-weight:bold;
}

/*============================
フリーエリア
=============================*/
#foot-area {
	line-height:1.7;
	background:#e6e5e1;
	padding:36px 32px 42px;
	clear:both;
}

#foot-area  img {
	display:block;
	margin:6px 0;
}

#foot-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

#side-area {
	text-align:left;
	margin:20px auto 0;
	line-height:1.7;
	padding:20px 16px 20px;
}

#side-area  img {
	display:block;
	margin:0 auto;
	text-align:center;
}

#side-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	width:718px;
	margin:0 auto;
}

#map iframe {
	width: 718px;
	height: 478px;
	margin-bottom:30px;	
}

#form {
	padding-bottom:38px;
}

#form table, #map table, #profile table {
	width:660px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 38px;
}

#form th, #map th, #profile th {	
	width:120px;
	color:#00adf2;	
	border:1px solid #e6e5e1;
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	padding: 1em 0.7em;
	vertical-align:middle;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:1px solid #e6e5e1;
	padding: 1em 0.7em;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}

/*必須項目
-----------------------------------------*/
.warning {
	/*color:#2e2e2e;*/
}

.warning span {
	color:#a28f59;
}

.validation_span {
	color:#a28f59;
}

/*リード文
-----------------------------------------*/
#lead_s {
	margin-bottom:18px;
}

#lead_s h3 {
	padding:4px 0 0 0;
	color:#a28f59;
	font-size:14px;
	font-weight:normal;
}

#lead_s h3 span {
	font-size:12px;
	color:#676767;
}

#lead_s p {
	line-height:1.6;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

input,textarea {
	color:#333;
	padding:.3em .2em;
}

input:focus,textarea:focus {
	background:#f2fbff;
	border-style:solid;
	border-color:#cecece;
	outline:none;
}

/* 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;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.article_box table {
    border-collapse: collapse;
}
.article_box table th, .article_box table td {
    border: #4d4d4d 1px solid;
    padding: 5px;
}


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

