/*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:url(../../images/30/body_bg.jpg) 0 0 repeat-x #f6e9f0;
}

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: #d12885;
}
a:hover {
	color: #333;
	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 {
}



#headerIn {
	width:800px;
	margin:0 auto;
}

#header_top {
}

#header #site_title {
	padding:40px 0 25px 0;
	width:495px;
	float:left;
}
#header #site_title a {
	text-decoration:none;
	font-weight:bold;
	color:#e2298f;
	font-size:2.5em;
	line-height:140%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#header_R {
	width:290px;
	float:right;
}

#header #header_R ul {
	text-align:right;
	list-style-type:none;
	margin:15px 0 8px 0;
}
#header #header_R li {
	display:inline;
	
}
#header #header_R li a {
	color:#e2298f;
	padding:0 0 0 27px;
	background-image:url(../../images/30/header_ico.jpg);
	background-repeat:no-repeat;
	background-position:15px 4px;
	font-size:1em;
	text-decoration:none;
}
#header #header_R li a:hover {
	color:#333;
}

#headBtn {
	float:right;
	
}

#headBtn a {
	display:block;
	height:76px;
	width:181px;
	background:url(../../images/30/inq_01_off.png) no-repeat;
	text-indent:-9999px;
}

#headBtn a:hover {
	background:url(../../images/30/inq_01_on.png) no-repeat;
}


/*-------▼グローバルナビセッティング▼--------*/

/* 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:url(../../images/30/navi_bg.jpg) 0 0 repeat-x ;
	height:48px;
	z-index:50;
/*	width:160%;*/    /*20190719/削除/宇都宮*/
	padding:30px 0 40px 90px;
}

#navIn {
	position:absolute;
	left:74px;
	padding:12px 0 0 0;
}

#nav *:hover {
	background-color: none;
}

#nav a {
	color: #FFF;
	font-size: 16px; 
	padding: 6px 15px 0 6px;
	line-height: 1; 
	text-decoration:none; 
	font-weight:bold;
}
#nav a:hover {
	color:#fffaa9;	
}
	#nav ul li.hover a {
  		background-color: #bf3479;
		color:#FFFFFF;
		text-decoration:none;
	
	}
	#nav ul {
		top:38px;
		
	}
		#nav ul li a {
			background-color: #e352a1;
			padding:8px;
			font-size: 12px; 
		}
		#nav ul li a:hover {
			color:#FFFFFF;
			text-decoration:underline;
		}
			#nav ul a.hover {
				background-color:#bf3479;
				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 {
	padding-top:15px;
	margin:0 auto;
	width:800px;
}
#lead #site_description {/*画像あり*/
	width:400px;
	float:left;	
	padding:0px 0 15px 0;
}
#lead #site_descriptionIn {/*画像あり*/
	font-size:1.5em;
	line-height:180%;
	color:#910e55;
	font-weight:bold;
	padding:0 0 0 5px;
}
#lead #site_image {
	float:right;
	width:365px
}

#lead #site_description2 {/*画像なし*/
	font-size:1.5em;
	padding:0px 0px 15px 0;
	line-height:180%;
	color:#910e55;
	font-weight:bold;
}

#lead #site_description3 {
	padding:0px 0 0px 0;
	margin-top:-30px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:25px 0 1px;
	margin-top: 0px;
	margin-bottom: -10px;
}
.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: #d12885;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d12885;
	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/26/btn-slider_001.png) 16px center no-repeat #d12885;
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/26/btn-slider_002.png) 16px center no-repeat #d12885;
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_bg {
	margin:0 auto;
	background:url(../../images/30/main_bg2.png) 0 0px repeat-y;
	width:840px;
	clear:both;
}

#contents_top {
    text-align:center;
}

#main {
	width:800px;
	margin:0 auto;
}

#mainIn {
	width:735px;
	margin:0 auto;
	clear:both;
}

#main2 {/*下層ページ コンテンツ01*/
	width:800px;
	margin:0 auto;
	background:url(../../images/30/menu_bg.jpg) top right no-repeat;
	clear:both;
}

#main3 {/*下層ページ お問い合わせ　プロフィール　地図*/
	width:800px;
	margin:0 auto;
	background:url(../../images/30/menu_bg2.jpg) top right no-repeat;
	clear:both;
}


#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;
}

#contents_top {
	background:url(../..//images/30/main_top.png) center no-repeat;
	height:35px;
}


/*最新情報
------------------------------*/
#topics {
	width:735px;
	background:url(../../images/30/news_ttl.jpg) 0 10px no-repeat;
}
#topicsIn {
	padding:35px 38px 38px 153px;
}
#topics_title {
	display:none;
}
#topics_ta {
	height:110px;
	overflow:auto;
	padding-top:10px;
}

#topics_ta table {
	width:500px;
	border-collapse:collapse;
	border:none;
	margin-left:20px;
}


#topics_ta table td {
	border-bottom:1px #eed9e4 solid;
}

#topics_ta .topics_date {
	width:78px;
	font-size:1em;
	padding:3px 0 2px 0px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#dd83b6;
	vertical-align:top;
	text-align:left;
}

#topics_ta .topics_entry {
	font-size:1em;
	font-weight:bold;
	color: #d12885;
	padding:3px 0 2px 0;
	line-height:150%;
	vertical-align:top;
	text-align:left;
}

#topics_ta .topics_entry a {
	text-decoration:underline;
	color: #d12885;
}

#topics_ta .topics_entry a:hover {
	color:#333;
	text-decoration:none;
}

/*記事box
------------------------------*/
#main .box {/*#mainトップ*/
	width:736px;
	margin:0 0 20px 0px;
}
#main2 .box {/*#main2下層*/
	width:565px;
	margin:0 0 20px 25px;
}
#main .box_title {
	width:736px;
	background:url(../../images/30/bgi-boxttl_001.jpg) bottom no-repeat;
}

#main2 .box_title {
	width:565px;
	margin:0 0 15px 0; 
	background:url(../../images/30/bgi-boxttl_001.jpg) bottom left no-repeat;
}

.box_title h3 {
	font-size:1.175em;
	line-height:150%;
	padding:8px 10px 9px 45px;
	color:#cb0070;
}

#main .box_entry1 {/*画像あり*/
	float:right;
	width:505px;
	line-height:150%;
	font-size:1em;
	padding:0 0 10px 0;
}

.box_entry1 {/*画像あり*/
	float:right;
	width:340px;
	line-height:150%;
	font-size:1em;
	padding:0 0 10px 0;
}

.box_entry1 span {
	line-height:150%;
}

.box_image {
	float:left;
	width:200px;
}
.box_image div {
	padding:0px 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 19px 10px 30px;
	width:695px;
}

.box_entry2 span {
	line-height:150%;
}

#main2 .box_entry2 {
	width:530px;
	line-height:150%;
	font-size:1em;
	padding:0 20px 10px 20px;
}
	


.boxIn {
	padding:15px 0 0px 0;
}

/*メイン左サイド（下層）
------------------------------*/
#mainL {
	width:590px;
	float:left;
	padding:10px 0 0 0;
}
/*メイン右サイド（下層）
------------------------------*/
#mainR {
	width:176px;
	float:right;
	padding:0px 0 0 0;
}

 #cont_title h3 {
	font-size:2em;
	color:#d12885;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", serif;
	padding:25px 20px 0px 20px; 
	text-align:right;
}

/*サブナビゲーション
------------------------------*/
#mainR ul#subNvi {
	margin:0;
	list-style-type:none;
	padding-top:20px;
}
#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:#910251;
	background-color:#ffb6dd;
	opacity:0.7;
	filter: alpha(opacity=70);
	font-weight:bold;
} 
#mainR ul#subNvi li a span {
	display:block;
	background-image:url(../../images/30/contents_ico.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
	line-height:150%;
	font-size:1.175em;
	padding:0 5px 0 30px;
}




/*ブログ＆お問い合わせ	
------------------------------*/
#blog_inquiry {
	padding-top:18px;
	margin:0 0 0px 54px;
	width:690px;
}

#blog_inquiry_L {
	width:365px;
	float:left;
}

/*ブログ情報
------------------------------*/
#blog_info {
	background-image:url(../../images/22/bgi-bloglin_001.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:365px;
	margin-bottom:25px;
}
#blog_info_L {
	float:left;
	width:105px;
	margin:0 21px 0 0;
	text-align:right;
}
#blog_info_L h3 {
	margin:0 0 12px 0;
}
#blog {
	float:left;
	width:215px;
}
#blog ul {
	margin:0;
	list-style-type:none;
	padding:0 0 0 16px;
}
#blog ul li {
	color:d12885;
	line-height:150%;
}
#blog ul li span {
	color:#999999;
	padding:0 0 0 3px;
}

#blog ul li a {
	color:d12885;
	text-decoration:underline;
}

#blog ul li a:hover {
	text-decoration:none;
	color:#333;
}

#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;
	padding:15px 10px 0 0;
}

/*20100609add endo*/

#QRbox {
	width:310px;
	border:#EDEBD4 1px solid;
}

#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;
}

/*PAGETOP
------------------------------*/
#pagetop {
	text-align:right;
	padding:0 0 5px 0;
}

#pagetop2 {
	text-align:right;
	padding:0 20px 5px 0;
}

/*フッター
------------------------------*/
#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;
}



#main_bottom {
	background:url(../../images/30/main_bottom.jpg) center no-repeat;
	height:19px;
}





/*-----------------------------------------------------------------------------------------------------------*/


/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:565px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 25px;
	background:#fbfef2;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #e9e9cf;
	background-color:#ffe5f3;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#333;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #e9e9cf;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 25px;
}

#map01 #frame iframe{
	width:565px;
	height:290px;
}

/*-- プロフィール
-----------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 17px 0px;
	width:500px;
	font-size:1em;
	padding-left:25px;
}



/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding-left:25px;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left:2px;
	color:#cb0070;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */

#side-area{
   width:200px;
   margin:20px 0 0 10px;
}

#foot-area{
   width:760px;
   margin:16px auto 24px;
}

/* スマホ対応 */
#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%;
}

