/*CSSリセット
------------------------------*/
* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}


/*とりあえずHP用CSSリセット（bodyは各テンプレごとに指定）
------------------------------*/
body {
	color: #333333; /*このテンプレの基本色*/
	background-color:#000000;
	background-image:url(../../images/22/bgi-body_001.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス

------------------------------*/
.clear {
	clear:both;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.hide {
	display:none;
}

a {
	text-decoration:underline;
	color: #da3141;
}
a:hover {
	color: #d73646;
	text-decoration: none;
}


/*ヘッダーとナビ（竹）：下層ページ
------------------------------*/
#bamboo {
	width:800px;
	margin:0 auto;
	position:relative;
}
#bamboo em {
	display:block;
	position:absolute;
	z-index:0;
	right:0px;
	top:0px;
}
/*ヘッダー
------------------------------*/
#header {
	width:800px;
	margin:0 auto;
	z-index:10;
	position:relative;
}
#header #site_title {
	padding:40px 0 25px 0;
	width:495px;
	float:left;
}
#header #site_title a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size:2.5em;
	line-height:140%;
	margin:0 0 0 5px;
}

#header #header_R {
	width:290px;
	float:right;
	text-align:right;
	padding:0 0 23px 0;
}
#headBtn {/*お問い合わせボタン*/
	position:relative;
	width:290px;
	height:61px;
}
#headBtn a {/*マウスアウト*/
	display:block;
	background-image:url(../../images/22/btn-inquiry_001_off.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:161px;
	height:61px;
	position:absolute;
	right:0px;
	top:0px;
}
#headBtn a span, #headBtn a:hover span {
	display:none;
}
#headBtn a:hover {/*マウスオン*/
	background-image:url(../../images/22/btn-inquiry_001_on.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:161px;
	height:61px;
}

#header #header_R ul {
	list-style-type:none;
	margin:15px 0 0 0;
}
#header #header_R li {
	display:inline;
	
}
#header #header_R li a {
	color:#FFFFFF;
	padding:0 0 0 27px;
	background-image:url(../../images/22/ico-head_arrow_001.png);
	background-repeat:no-repeat;
	background-position:15px 4px;
	font-size:1em;
	text-decoration:none;
}
#header #header_R li a:hover {
	color:#d73646;
}


/*-------▼グローバルナビセッティング▼--------*/

/* Basic code - don't modify */
 
 #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:153px;
}
#nav ul ul {
	left: 154px;
}

/* Everything else is theming */
 
#nav {
	background-color: #FFFFFF;
	height:50px;
	width:160%;
	z-index:50;
	
}
#navIn {
	position:absolute;
	left:74px;
	padding:12px 0 0 0;
}

#nav *:hover {
	background-color: none;
}

#nav a {
	color: #000000;
	font-size: 16px; 
	padding: 6px 15px 0 6px;
	line-height: 1; 
	text-decoration:none; 
	font-weight:bold;
}
#nav a:hover {
	color:#d73646;
	text-decoration:underline;	
}
	#nav ul li.hover a {
  		background-color: #d73646;
		color:#FFFFFF;
		text-decoration:none;
	
	}
	#nav ul {
		top: 38px;
	}
		#nav ul li a {
			background-color: #FFFFFF;
			padding:8px;
			font-size: 12px; 
		}
		#nav ul li a:hover {
			color:#FFFFFF;
			text-decoration:none;
		}
			#nav ul a.hover {
				background-color: #30A8C3;
				color:#FFFFFF;
			}

#nav ul a { margin-top:1px; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/*-------▲グローバルナビセッティング▲--------*/


/*リード
------------------------------*/
#lead {
	margin:0 auto;
	width:800px;
	background-image:url(../../images/22/bgi-bamboo_001.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#lead #site_description {/*画像あり*/
	width:400px;
	float:left;	
	padding:180px 0 15px 0;
}
#lead #site_descriptionIn {/*画像あり*/
	font-size:1.5em;
	line-height:180%;
	color:#fb405d;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	font-weight:bold;
	padding:0 0 0 5px;
}
#lead #site_image {
	padding:20px 0 37px 0;
	float:right;
	width:365px
}

#lead #site_description2 {/*画像なし*/
	font-size:1.5em;
	padding:175px 5px 15px 0;
	line-height:180%;
	color:#fb405d;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	font-weight:bold;
}

#lead #site_description3 {/*画像なし*/
	font-size:1.2em;
	line-height:140%;
	color:#fb405d;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	font-weight:bold;
	padding-bottom: 20px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:25px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:334px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:334px !important;
	width:800px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:800px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	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: #e13345;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e13345;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:146px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/22/btn-slider_001.png) 15px center no-repeat #e13345;
left:-42px;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/22/btn-slider_002.png) 17px center no-repeat #e13345;
right:-42px;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}


/*メイン
------------------------------*/
#main {
	margin:0 auto;
	width:800px;
	background-image:url(../../images/22/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:top;
	position:relative;
	z-index:9;
}
#main2 {/*下層ページ*/
	margin:82px auto 0 auto;
	width:800px;
	background-image:url(../../images/22/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:top;
	position:relative;
	z-index:9;
}
#mainTop {
	width:800px;
	background-image:url(../../images/22/bgi-base_002.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#mainBtm {
	width:800px;
	background-image:url(../../images/22/bgi-base_003.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 13px 0;
}


/*最新情報
------------------------------*/
#topics {
	width:800px;
	background-image:url(../../images/22/bgi-news_001.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#topicsIn {
	padding:38px 38px 38px 83px;
}
#topics_title {
	display:none;
}
#topics_ta {
	max-height:103px;
    min-height: 79px;
	overflow:auto;
}
#topics_ta table {
	width:645px;
	border-collapse:collapse;
	border:none;
	margin:5px 0 5px 0;
}

#topics_ta .topics_date {
	width:78px;
	font-size:1em;
	padding:3px 0 2px 0;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	vertical-align:top;
	text-align:left;
	background-image:url(../../images/22/lin-topics_001.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	filter: alpha(opacity=70);
	opacity: 0.8;
}
#topics_ta .topics_entry {
	font-size:1em;
	font-weight:bold;
	color: #da3141;
	padding:3px 0 2px 0;
	line-height:150%;
	vertical-align:top;
	text-align:left;
	background-image:url(../../images/22/lin-topics_001.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}


/*記事box
------------------------------*/
#main .box {/*#mainトップ*/
	width:735px;
	margin:0 0 20px 25px;
}
#main2 .box {/*#main2下層*/
	width:560px;
	margin:0 0 20px 25px;
}
#main .box_title {
	width:735px;
	background-image:url(../../images/22/bgi-boxtitle_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0 0 15px 0; 
}
#main2 .box_title {
	width:560px;
	background-image:url(../../images/22/bgi-boxtitle_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0 0 15px 0; 
}
.box_title h3 {
	font-size:1.175em;
	line-height:150%;
	padding:5px 10px 9px 47px;
	color:#820813;
}

#main .box_entry1 {/*画像あり*/
	float:right;
	width:505px;
	line-height:150%;
	font-size:1em;
	padding:0 0 10px 0;
}
#main2 .box_entry1 {/*画像あり*/
	float:right;
	width:340px;
	line-height:150%;
	font-size:1em;
	padding:0 0 10px 0;
}
.box_image {
	float:left;
	width:205px;
}
.box_image div {
	padding:0 0 12px 5px;
}
.box_image span {
	display:block;
	font-size:0.9em;
	padding:7px 0 0 0;
	line-height:140%;
	color:#808080;
}

.box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
	padding:0 0 10px 19px;
}



/*メイン左サイド（下層）
------------------------------*/
#mainL {
	width:590px;
	float:left;
	padding:80px 0 0 0;
}
/*メイン右サイド（下層）
------------------------------*/
#mainR {
	width:176px;
	float:right;
	padding:43px 0 0 0;
}

#mainR #cont_title h3 {
	font-size:2em;
	color:#d73646;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	padding:0 0 23px 0; 
}

/*サブナビゲーション
------------------------------*/
#mainR ul#subNvi {
	margin:0;
	list-style-type:none;
}
#mainR ul#subNvi li a {
	display:block;
	padding:5px 0 5px 0;
	color:#676767;
	width:168px;
	font-weight:bold;
	text-decoration:none;
} 
#mainR ul#subNvi li a:hover {
	color: #d73646;
	background-color:#f5dadb;
	opacity: 0.8;
	filter: alpha(opacity=75);
	font-weight:bold;
}
#mainR ul#subNvi li .active {
	color: #d73646;
	background-color:#EBE9D4;/*f5dadb*/
	opacity: 0.8;
	filter: alpha(opacity=75);
	font-weight:bold;
} 
#mainR ul#subNvi li a span {
	display:block;
	background-image:url(../../images/22/ico-subnvi_arrow_001.png);
	background-position:8px 8px;
	background-repeat:no-repeat;
	line-height:150%;
	font-size:1.175em;
	padding:0 5px 0 24px;
}


/*ブログ＆お問い合わせ	
------------------------------*/
#blog_inquiry {
	padding-top:18px;
	margin:0 0 38px 54px;
	width:690px;
}

/*ブログ情報
------------------------------*/
#blog_inquiry_L {
	width:320px;
	float:left;
}

#blog_info {
	background-image:url(../../images/22/bgi-bloglin_001.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#blog_info_L {
	float:left;
	width:105px;
	margin:0 21px 0 0;
	text-align:right;
}
#blog_info_L h3 {
	margin:0 0 5px 0;
}
#blog {
	float:left;
	width:185px;
}
#blog ul {
	margin:0;
	list-style-type:none;
	padding:0 0 0 16px;
}
#blog ul li {
	line-height:150%;
}
#blog ul li span {
	color:#999999;
	padding:0 0 0 3px;
}
#blog_ta table {
	border-collapse:collapse;
	border:none;
	margin:5px 5px 0 0;
}
#blog_ta .blog_date {
	font-size:0.9em;
	padding:0 10px 3px 0;
	line-height:150%;
	vertical-align:top;
}
#blog_ta .blog_entry {
	font-size:0.9em;
	padding:0 0 3px 0;
	line-height:150%;
	vertical-align:top;
}

/*お問い合わせ
------------------------------*/
#inquiry {
	float:right;
	width:291px;
	padding:15px 0 0 0;
}

/*PAGETOP
------------------------------*/
#pagetop {
	padding:0 27px 15px 0;
	text-align:right;
}
#pagetop a {
	font-size:10px;
	font-weight:bold;
}

/*フッター
------------------------------*/
#foot {
	width:800px;
	margin:0 auto;
}
#copyright {
	font-size:12px;
	padding:19px 0 15px 0;
	text-align:center;
	color:#696969;
}
#copyright img {
	vertical-align:baseline;
}



/*-- 
------------------------------*/
#form table, #map01 table, #apply table {	
	table-layout: fixed;
	width:560px;
	text-align:left;
	border-collapse: collapse;
	border-right:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
	margin:0 0 20px 25px;
}

#form th, #map01 th, #apply th {	
    width:148px;
	border-top:1px solid #C9C9C9;
	border-left:1px solid #C9C9C9;
	background-color:#EBE9D4;/*E6D8CA*/
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
}

#form td, #map01 td, #apply td {
	line-height:150%;
	border-top:1px solid #C9C9C9;
	border-left:1px solid #C9C9C9;
	padding: 0.3em 0.7em 0.3em 0.7em ;
}

/*-- 地図
-----------------------------------*/
/*#map01 {
	margin:0 0 20px 25px;
}*/
#frame{
	margin:0 0 20px 25px;
}

#map01 #frame iframe{
	width:560px;
	height:374px;
}

/*-- プロフィール
-----------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 20px 25px;
}

#form{
	margin:0 0 20px 25px;
}
/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	margin:0 0 5px 25px;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color: #E42F40;
}

.thaks {
	line-height: 150%;
	margin:0 0 20px 25px;
}


/*20100609add endo*/

#QRbox {
	width:310px;
	margin-top:10px;
	border:#cccccc 1px solid;
	margin-top:20px;
}

#QR-left {
	width:150px;
	float:left;
	padding:10px 5px 17px 10px;
}

#QR-left h4 {
	padding-bottom:9px;
}

#QR_code {
	padding:5px;
	width:100px;
	float:right;
}

#foot-area{
   width:735px;
   margin:0 0 20px 25px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}


/* 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 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 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%;
}

