@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", eiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}

body {
	font-size: 81%; 
}

#map, #profile, #form {
	font-size: 0.92em;
}

img {
	border:none;
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}

a {
	outline:none;/*for firefox*/
}

body {
	background:#e9e9e9;
	color:#6e6e6e;	
}

.clear {
		clear: both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display:block;
	clear:both;
}

a {
	color: #7e267f;
	text-decoration:underline;
}

a:hover {
	color: #7e267f;
}

#map table, #profile table {
	border-collapse: collapse;
	width: 690px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 60px;
}

#map th, #profile th {
	padding: 25px 10px 25px 20px;
	vertical-align: middle;
	border-bottom: solid 1px #d3d2d2;
	border-right: solid 1px #d3d2d2;
	width: 20%;
	font-weight: bold;
	text-align: left;
}

#map td, #profile td {
	vertical-align: middle;
	padding: 25px 50px;
	border-bottom: solid 1px #d3d2d2;
	width: 80%;
}

#content {
	width: 960px;
	margin:60px auto 60px auto;
}

#sidebar {
	width: 230px;
	float: left;
}

#site_title h1 {
	display: table;
	width: 230px;
	min-height: 230px;
	background:#4b473e;
}

#site_title a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	text-decoration:none;
	padding: 20px 12px;
}

#site_title img {
    max-width: 200px;
}


#global_nav dl dt {
	font-size: 1em;
	line-height: 1.69em;
	border-top: 1px solid #ded5de;
	border-bottom: 1px solid #ded5de;
	margin-top: -1px;
	position: relative;
}

#global_nav dl dt a{
	font-size: 1em;
	line-height: 1.69em;
	border-top: 1px solid #ded5de;
	border-bottom: 1px solid #ded5de;
	margin-top: -1px;
	position: relative;
}


#global_nav dl dt a:hover {
	background-color: rgba(222,213,222,0.65);
}

#global_nav dl dt span {
	cursor: pointer;
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 12px;
	width: 20px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	background:url(../../images/161/ico_plus_001.png) no-repeat;
}

.select{
	font-weight: bold;
	background-color: #7e267f;
}

#global_nav dl dt span.close {
	background:url(../../images/161/ico_minus_001.png) no-repeat;
}

a.span {
	display: block;
	text-decoration:none;
	color: #5f5f5f;
	font-weight: bold;
	padding: 20px 45px 20px 12px;
}

a.no_span {
	display: block;
	text-decoration:none;
	color:#5f5f5f;
	font-weight: bold;
	background:url(../../images/161/bgi_global_nav_1.png) no-repeat center;
	padding: 20px 45px 20px 12px;
}

#global_nav dl dd {
	font-size: 0.92em;
	line-height: 1.38em;
	border-top: 1px dotted #e0e0e0;
	border-bottom: 1px dotted #e0e0e0;
	margin-top: -1px;
}

#global_nav dl dd a {
	display: block;
	padding: 7px 45px 7px 28px;
	text-decoration: none;
	color: #5f5f5f;
	background:url(../../images/161/ico_step_001.png ) 12px 9px no-repeat
}

#global_nav dl dd a:hover {
	background:url(../../images/161/ico_step_001.png ) 12px 9px no-repeat rgba(222,213,222,0.65);
}

#about {
	margin-top: 15px;
}

#about ul li {
	list-style:none;
	font-size: 0.83em;
	font-weight: bold;
	background:url(../../images/161/bgi_global_nav_1.png) no-repeat center;
}

#about ul li a {
	display: block;
	color: #5f5f5f;
	padding: 4px 45px 4px 12px;
	text-decoration:none;
}

#about ul li a:hover {
	background:url(../../images/161/bgi_global_nav_1.png) no-repeat center rgba(222,213,222,0.65);
}

#blog {
	margin-top: 30px;
}

#blog h2 {
	color: #fff;
	font-size: 1em;
	padding: 3px 12px;
	background-color:#676358;
}

#blog dl dt {
	color: #7e267f;
	font-size: 0.83em;
	line-height: 0.83em;
	padding: 15px 45px 4px 12px;	
}

#blog dl dd {
	border-bottom: solid #ded5de 1px;
	line-height: 1.54em;
	padding: 0px 12px 15px 12px;
}

#blog dl dd a {
	color: #5f5f5f;
	font-size: 12px;
}

#blog dl dd a:hover {
	color: #7e267f;
	font-weight:bold;
}


#blog_link {
	border-bottom: solid #ded5de 1px;
	margin-bottom: 65px;
}

#blog_link a {
	display: block;
	color: #7e267f;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em;
	padding: 9px 12px;
	background:url(../../images/161/bgi_blog_1.png) no-repeat center;
}

#blog_link a:hover {
	color:#fff;
	background:#7e267f url(../../images/161/bgi_blog_2.png) no-repeat center;
}

#main {
	width: 690px;
	float: right;
}

/*============================
トップページ
=============================*/

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:692px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:288px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:288px !important;
	width:692px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:692px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ded5de;
	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: #7e267f;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:10px;
	height:14px;
	margin:0;
	bottom:-28px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/161/btn-slider_001.png) 0 0 no-repeat;
	left:274px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/161/btn-slider_002.png) 0 0 no-repeat;
	right:274px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}

#site_description {
	width: 690px;
	display: table;
	background: #fff;
	margin-bottom: 40px;
	padding: 1px;
}

#site_description h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	font-weight: noraml;
	color: #7e267f;
	padding: 20px 34px 20px 30px;
}

#site_description img {
  display: table-cell;
  max-width: 365px;
  vertical-align: middle;
  float: right;
}

#topics {
	background: #fff;
	width: 100%;
}

.topics_title {
	background:url(../../images/161/bgi_topics_title.png ) left top no-repeat;
	padding:28px 27px;
	border-bottom:solid 1px #f1f0ec;
}

.topics_title h2 {
	font-weight: normal;
	color: #5f5f5f;
	font-size: 1.25em;
	line-height: 1.25em;
}

#topics dl {
	width: 100%;
	max-height: 147px;
    height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#topics dt {
	font-size: 0.83em;
	color: #7e267f;
	width: 70px;
	padding: 13px 0 11px 27px;
	float:left;
}

#topics dd {
	font-size: 0.92em;
	padding: 13px 25px 11px 125px;
	border-bottom: 1px solid #f1f0ec;
}

.article_box {
	background: #fff;
	margin-top: 40px;
	width: 100%;
	clear: both;
}

.article_title {
	background:url(../../images/161/bgi_topics_title.png ) left top no-repeat;
	padding: 26px 29px 26px 27px;
	border-bottom: solid 1px #f1f0ec;
}

.article_title h2 {
	font-weight: normal;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 24px;
}

.article_box .entry {
	width: 400px;
	float: left;
	font-size: 0.92em;
	line-height: 1.99em;
	padding: 30px 29px 30px 27px;
}

.article_box .article_figure {
	float: right;
	width: 200px;
	padding: 30px 29px 30px 0;
}

.article_figure img {
	width: 200px;
	border: 1px solid #e0e0e0;
}

.article_figure span {
	display: block;
	color: #5f5f5f;
	font-size: 0.83em;
	padding: 5px 0 10px 0;
}

.article_box img {
	width:200px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d3d2d2 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d3d2d2 1px solid;
	padding:10px;
}


.no-img .entry {
	width:630px;
	float: none;
}

#inquiry a {
	display: block;
	margin: 50px 0 65px auto;
	width: 200px;
	color: #5f5f5f;
	padding: 6px 0;
	font-size: 18px;
	line-heught: 18px;
	border: solid 1px #f1f0ec;
	text-align: center;
	background: #fff;
	text-decoration:none;
}

#inquiry a:hover {
	color:#fff;
	background: #7e267f;
}

/*============================
プロフィール
=============================*/

#pnkz {
	margin: 15px 0 20px 0;
	width: 690px;
	text-align: left;
}

#pnkz ul {
	list-style:none;
}

#pnkz ul li {
	float: left;
	font-size: 0.92em;
	line-height: 1.38em;
}

#pnkz ul li a {
	color: #676358;
	text-decoration: none;
}

#pnkz ul li a:hover {
	color:#7e267f;
}

#pnkz .cont {
	background: url(../../images/161/ico_step_001.png) 8px 2px no-repeat;
	padding: 0 0 0 26px;
}

#page_title {
	width: 690px;
	border-top: solid 4px #676358;
}

#page_title h2 {
	font-size: 1.08em;
	font-weight: bold;
	line-height: 1.5em;
	color: #676358;
	padding-top: 25px;
}

#profile, #form {
	font-size: 0.92em;
}

#lead_s  {
	padding: 18px 0;
	line-height: 1.5;
}


/*============================
フォーム
=============================*/

.warning {
	text-align: left;
	padding-top: 10px;
}

.validation_span, .warning span{
	color: #F03;
}

#form table {
	border-collapse: collapse;
	width: 690px;
	margin: 0 auto;
	border-top: solid 1px #d3d2d2;
}

#form table{
	border-bottom:solid 1px #d3d2d2;
}

#form th {
	vertical-align: middle;
	font-weight: normal;
	width: 25%;
	padding: 10px;
	text-align: left;
}

#form td {
	vertical-align: middle;
	padding: 10px;
	width: 75%;
}

#form input[type=text], #form textarea {
	border: solid 1px #d3d0d0;
}

#form input, #form textarea {
	font-size: 1.2em;
	padding: 5px;
}

#form input[type=submit], #form input[type=reset]{
	padding: 8px 20px;
	width: 150px;
	font-size: 14px;
	margin: 10px 0 20px 0;
}

#form input[type=submit] {
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #5f5f5f;
}

#form input[type=reset] {
	font-weight: bold;
	text-decoration: none;
	color: #5f5f5f;
}

/*============================
地図
=============================*/

#frame {
	text-align: center;
	margin: 30px 0px;
}

#map #frame iframe {
	width: 100%;
	height: 400px;
}

#footer {
	clear: both;
}

#pagetop {
	height: 29px;
}

#pagetop a {
	display: block;
	background: #807b6b;
	padding: 5px 0 8px 0;
	text-align: center;
}

#qrcode {
	background: #676358;
}

#qrcode .qrcodeIn {
	width: 960px;
	margin: 0 auto;
}

#qrcode .qrcodeIn img {
	float: left;
	padding: 22px 0 28px 0;
	margin-right: 15px;
}

#qrcode .qrcodeIn p {
	color: #fff;
	width: 270px;
	padding: 43px 0 0 15px;
	font-size: 0.75em;
}

#copyright {
	background: #3d3b33;
	padding: 20px 0 20px 0;
}

address {
	display: block;
	color: #fff;
	font-size: 0.77em;
	text-align: center;
	font-style: normal;
	width: 960px;
	margin: 0 auto;
}

#copyright img {
	margin: 0 7px 0 0;
}

#side-area {
    margin: 40px auto 20px auto;
    padding: 15px;
    border: 1px dotted #454545;
}

#foot-area {
    margin: 40px auto 40px auto;
    padding: 15px;
    border: 1px dotted #454545;
}


/* 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%;
}

