@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	-webkit-font-smoothing: antialiased;
	background:url(../../images/181/bgi-main_001.jpg) center top repeat;
	color:#151515;
}
#container{
	margin:0 auto;
	font-size:1em;
	border-top:4px solid #151515;
	position:relative;
}
#container:before {
	width:100%;
	height:1px;
	background:#151515;
	content:"";
	display:block;
	left:0;
	top:6px;
	position:absolute;
}
#content {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#contentFooter {
	width:1000px;
}
#main {
	width:980px;
	margin:0 auto;
}
a {
	color:#151515;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	margin:0 auto;
}

#head_nav{
	width:980px;
	height:57px;
	margin:0 auto;
	position:relative;
}
#head_nav a {
	position:absolute;
	display:block;
	width:144px;
	background:#f89494;
	right:0;
	top:-4px;
	z-index:10;
	text-decoration:none;
	color:#fff;
	border-radius:0 0 4px 4px/0 0 4px 4px;
}
#head_nav a span {
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:1.37em;
	font-weight:600;
	padding:17px 0 18px 39px;
	display:inline-block;
	line-height:1;
	background:url(../../images/181/ico-nav_001.png) 24px center no-repeat;
	background-size:8px auto;
}

/* タイトル */
#site_title {
	width:980px;
	text-align:center;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0.05em;
	font-size:3em;
	font-weight:bold;
	line-height:1.3;
	margin:15px auto 35px;
}
#site_title a {
	color:#151515;
	text-decoration:none;
	
}
#site_title a:hover {
	opacity:0.7;
}
#site_title a img {
	max-width:600px;
	width:auto!important;
	width:600px;
	height:auto;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	height:auto;
	background:#151515;
	padding:27px 0 7px;
}
#global_nav a {
	text-decoration:none;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold !important;
	letter-spacing:0.03em;
	background:url(../../images/181/ico-nav_001.png) 20px center no-repeat;
	background-size:9px auto;
	color:#fff;
	padding:0 20px 0 40px;
}
#global_nav a:hover {}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width:auto;
}
#nav li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display:inline-block;
	/display: block;
	/float: left;
	position: relative;
}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0; top:20px;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;}

#nav {
	font-size:1.25em;
	color: #fff;
	width:980px!important;
	padding:0;
	line-height:1;
	*zoom: 1;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}


/* メインメニュー */
#nav li.nav-top {
	width:auto!important;
	display:inline-block;
	/z-index:1;/*IE6,7*/
	_width:120px!important;/*IE6*/
	_float:left;/*IE6*/
	letter-spacing: normal;
	white-space:nowrap;
}


#nav li.nav-top a {/* メインのa */
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight:normal;
	text-transform:uppercase;
	width:auto;
	line-height:1;
	position:relative;
	/display:normal;
	/z-index:1;/*IE6,7*/
}
#nav li.nav-top a:hover{ opacity:0.7 }

/* 子メニュー*/
#nav li.nav-top ul{
	width:100%;
	/z-index:1000;/*IE6,7*/
	background:#FFFFFF;
	box-sizing:border-box;
	border-radius:5px;
	margin-top:16px;
	margin-bottom:-1px;
	box-shadow:0px 0px 4px 3px rgba(228,198,198,0.14);
}

#nav li.nav-top ul:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -24px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-bottom-color: #151515;
}

#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:14px;
	position:relative;
	/z-index:1000;
	border-bottom:1px solid #e8e8e8;
	margin:0 10px;
	margin-bottom:0;
}
#nav li.nav-top ul li a {
	display:block;
	font-weight:normal;
	height:auto;
	padding:13px 18px;
	text-align:left;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	text-shadow:none;
	background-image:inherit;
	color:#151515;
}

#nav li.nav-top ul li:hover {
	opacity:0.7;
}
#nav li.nav-top ul li a:before {
	display:none;
}

#nav li.nav-top ul li:last-child{
	border-bottom:none;
}


/*============================
	リードエリア
=============================*/
#lead_area {
	width:980px;
	box-shadow:0px 0px 4px 3px rgba(228,198,198,0.14);
	margin:50px auto 38px;
	background:#fff;
	border-radius:10px;
	position:relative;
	padding:8px;
}
#lead_area:before {
	width:815px;
	height:50px;
	content:"";
	display:block;
	border-left:2px dotted #151515;
	border-right:2px dotted #151515;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-407px;
}
#lead_area .inner{
	background:url(../../images/181/img-light_001.png) left top no-repeat #ffdddd;
	border:1px solid #ebcaca;
	position:relative;
	padding:30px;
	display:table;
	width:964px;
}
#lead_area .inner:before {
	width:51px;
	height:51px;
	content:"";
	display:block;
	position:absolute;
	background:url(../../images/181/img-lead_001.png) left top no-repeat;
	top:-12px;
	left:-12px;
}
#lead_area .inner:after {
	width:51px;
	height:51px;
	content:"";
	display:block;
	position:absolute;
	background:url(../../images/181/img-lead_002.png) left top no-repeat;
	bottom:-12px;
	right:-12px;
}

/*　site_description
------------------------------------------------*/
#site_description {
	text-align:left;
	width:538px;
	padding:0 70px 0 35px;
	display:table-cell;
	vertical-align:middle;
}
#site_description h2 {
	font-weight:normal;
	line-height:2;
	font-size:1.14em;
}


/*　メイン写真	*/
#cover {
	width: 365px;
	height: auto;
	display:table-cell;
	vertical-align:top;
}
#cover img{
	width: 365px;
	height: auto;
}

/*　新着情報	*/
#topics {
	width:980px;
	margin:0 auto 38px;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 4px 3px rgba(228,198,198,0.14);
	padding:40px 50px;
	position:relative;
}
#topics:before {
	width:815px;
	height:38px;
	content:"";
	display:block;
	border-left:2px dotted #151515;
	border-right:2px dotted #151515;
	position:absolute;
	left:50%;
	margin-left:-407px;
}
#topics:before {
	top:-38px;
}
#topics h3 {
	text-align:center;
	line-height:1;
	position:relative;
	margin-bottom:34px;
}
#topics h3 span {
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:2.37em;
	display:inline-block;
	font-weight:600;
	color:#151515;
	background:#fff;
	padding:0 18px;
	z-index:10;
	position:inherit;
}
#topics h3:after {
	content:"";
	display:block;
	border-top:3px double #131313;
	position:absolute;
	top:13px;
	left:0;
	width:100%;
}
#topics .topics-entry {
	width:100%;
	max-height:175px;
    height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#topics dl {
}

#topics dt {
	float: left;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0.04em;
	padding:10px 0;
	color:#fff;
	font-weight:600;
	font-size:0.85em;
	background:#f89494;
	width:108px;
	text-align:center;
	line-height:1;
	position:relative;
}
#topics dt:before {
	content:"";
	display:block;
	border:16px solid transparent;
	border-right:8px solid #fff;
	position:absolute;
	top:0px;
	right:0px;
}
#topics dt:after {
	position:absolute;
	content:"";
	display:block;
	border:2px solid transparent;
	border-right:2px solid #d38484;
	border-top:2px solid #d38484;
	left:0;
	bottom:-4px;
}
#topics dd {
		padding:7px 0 7px 127px;
		position:relative;
		line-height:1.5;
		margin-bottom:25px;
}
#topics dd a {
		text-decoration: underline;
}
#topics dd a:hover {
	text-decoration:none;
}


/*　画像なしの場合（メイン写真・ディスクリプション）
------------------------------------------------*/
#lead_area.no-img {padding:8px;}

#lead_area.no-img .inner{
}
#lead_area.no-img #site_description {
	width:100%;
	padding:0;
}
.no-img #cover {display: none;}

/*スライド画像
------------------------------*/
.mainSlideIn {
	width:980px;
	margin:50px auto 30px;
	box-shadow:0px 0px 4px 3px rgba(228,198,198,0.14);
	background:#fff;
	border-radius:10px;
	padding:8px;

	box-sizing:content-box;
	box-sizing:inherit;
	position:relative;
	z-index:1;
}
.mainSlideIn:before {
	width:815px;
	height:50px;
	content:"";
	display:block;
	border-left:2px dotted #151515;
	border-right:2px dotted #151515;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-407px;
}

.bx-wrapper {
    margin-bottom:0px !important;
	height:408px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:408px !important;
	width:980px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:980px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #eee;
	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: rgb(248, 148, 148);
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: 0px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:44px;
	height:44px;
	margin:0;
	top:50%;
	margin-top:-22px;
	cursor:pointer;
	background-color:rgb(248, 148, 148);
	border-radius:3px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/181/btn-slider_001.png) 13px center no-repeat;
	left:-20px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/181/btn-slider_001.png) 13px center no-repeat rgb(248, 148, 148);
	opacity:0.9;
}
.bx-wrapper .bx-next {
	background:url(../../images/181/btn-slider_002.png) 15px center no-repeat;
	right:-20px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/181/btn-slider_002.png) 15px center no-repeat rgb(248, 148, 148);
	opacity:0.9;
}

/*============================
	メイン
=============================*/
#main {
}


/*　記事ボックス 
------------------------------------------------*/
.articleIn {
	width:980px;
	margin:0 auto 38px;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 0px 4px 3px rgba(228,198,198,0.14);
	padding:50px;
	position:relative;
}
.articleIn:before {
	width:815px;
	height:38px;
	content:"";
	display:block;
	border-left:2px dotted #151515;
	border-right:2px dotted #151515;
	position:absolute;
	left:50%;
	margin-left:-407px;
	top:-38px;
}
.article_box {
	padding-bottom:48px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:45px;
}
.articleIn .article_box:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
.article_box .article_title{
	margin-bottom:20px;
}
.article_box .article_title h2 {
	color:#f89494;
	font-size:2em;
	font-weight:600;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	background:url(../../images/181/ico-ttl_001.png) left 15px no-repeat;
	background-size:9px auto;
	padding-left:20px;
}

/* 記事画像あり */
.article_box .entry {
	width:630px;
	text-align:justify;
	float:left;
	line-height:2;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
    line-height: 2;
}
.article_box .entry img{
	max-width:100%;
	width:auto!important;
	width:100%;
	margin:10px 0;
}
.article_box .article_figure {
	float:right;
	width:200px;
	text-align:center;
	padding:0 0 0 0;
}
.article_box .article_figure div{
	width: 200px;
	margin-bottom:25px;
}
.article_box .article_figure div:last-child {
	margin-bottom:0;
}
.article_box .article_figure img {
	max-width: 200px;
	display:block;
	border:1px solid #131313;
}
.article_box .article_figure span {
	display: block;
	font-size:0.85em;
	text-align:left;
	padding-top:13px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/* 記事画像なし */
.article_box.no-img .entry{
	width:100%;
	float:inherit;
}
	
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#e8e8e8 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#e8e8e8 1px solid;
	padding:10px;
}
/*Thickbox*/
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}


/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	margin:56px 0 0;
}
#inquiry a {
	display:block;
	margin:0 auto;
	width:424px;
	text-align:center;
	padding:25px 0;
	line-height:1;
	font-size:1.8em;
	color:#fff;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-decoration:none;
	background:#f89494;
	border-radius:10px;
	font-weight:600;
}
#inquiry a:hover {
	opacity:0.7;
}
#inquiry a span {
	display:inline-block;
	padding-left:28px;
	background:url(../../images/181/ico-nav_001.png) left center no-repeat;
	background-size:13px auto;
}

/*============================
	コンテンツフッター
=============================*/
#footer_main{
	background:#151515;
	margin:120px 0 0;
	padding-top:80px;
}
#content_footer{
	width:980px;
	margin:0 auto 105px;
}
#content_footer h2{
	text-align:center;
	margin-bottom:25px;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0.08em;
	color:#fff;
	font-size:1.8em;
	line-height:1;
	position:relative;
}
#content_footer h2 span {
	font-weight:600;
	display:inline-block;
	background:#151515;
	padding:0 8px;
	position:inherit;
	z-index:10;
}
#content_footer h2:after {
	content:"";
	display:block;
	position:absolute;
	border-top:3px double #fff;
	width:100%;
	left:0;
	top:50%;
	margin-top:-2px;
}
#about , #blog , #mobile{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	 letter-spacing: normal;
	vertical-align:top;
	width:274px;
	margin-left:74px;
}
#about ul,#blog dl,#mobile #qrcode {
}

/*　About
------------------------------------------------*/
#about {
	margin-left:0;
}
#content_footer #about ul li{
	margin-bottom:20px;
	border-bottom:1px solid #333;
}
#content_footer #about ul a{
	display:block;
	text-decoration:none;
	padding:0 0 20px 23px;
	line-height:1;
	background:url(../../images/181/ico-nav_001.png) 6px 5px no-repeat;
	background-size:8px auto;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	font-size:1.4em;
}
#content_footer #about ul a:hover{
	opacity:0.7;
}

/*　Blog
------------------------------------------------*/
#content_footer #blog{position:relative}
#content_footer #blog dl{
}
#content_footer #blog dt{
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	line-height:1;
	margin-bottom:10px;
	font-size:0.9em;
	font-weight:600;
}
#content_footer #blog dd{
	line-height:2;
	margin-bottom:20px;
	position:relative;
}
#content_footer #blog dd a{text-decoration:underline;background:none;color:#fff;}
#content_footer #blog dd a:hover{text-decoration:none;}
#content_footer #blog #blog_link{
	border-top:1px solid #333;
	padding-top:17px;
	text-align:right;
}
#content_footer #blog #blog_link a{
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	line-height:1;
	font-size:1.14em;
	background:url(../../images/181/ico-nav_001.png) left center no-repeat;
	background-size:5px auto;
	text-decoration:none;
	display:inline-block;
	padding-left:15px;
}
#content_footer #blog #blog_link a:hover{
	opacity:0.7;
}

/*　Mobile QR
------------------------------------------------*/
#content_footer #mobile #qrcode img {
	float:left;
	width:100px;
	height:100px;
}
#content_footer #mobile #qrcode p{
	float:right;
	text-align:left;
	font-size:0.85em;
	line-height:2;
	width:135px;
	color:#fff;
}

/*============================
	下層ページ
=============================*/
#notTop #main {
	padding-top:0;
}

	
/*============================
	ページトップ
=============================*/
#pagetop {
	position:absolute;
	bottom:14px;
	right:0;
	top:-84px;
	width:74px;
}
#pagetop a {
	display:block;
	color:#fff;
	position:relative;
	text-decoration:none;
	background:url(../../images/181/ico-pageTop_001.png) center 35px no-repeat #f89494;
	line-height:1;
	text-align:center;
	padding:50px 0 25px;
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:0.9em;
}
#pagetop a:before {
	content:"";
	display:block;
	border:37px solid transparent;
	border-top:18px solid #151515;
	position:absolute;
	top:0;
	left:0;
}
#pagetop a:after {
	content:"";
	display:block;
	position:absolute;
	border:2px solid transparent;
	border-right:2px solid #d38484;
	border-top:2px solid #d38484;
	left:-4px;
	bottom:0;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	background:#333;
}
#footer .inner {
	width:980px;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}
/*　コピーライト */
address {
	text-align:center;
	font-style: normal;
	font-size:0.78em;
	line-height:1;
	color:#fff;
}
address a{background:none;}

/*============================
	フリーエリア
=============================*/
#side-area {
	width:880px;
	margin:50px auto 0;
	font-size:0.85em;
	line-height:2;
}
#foot-area {
	width:980px;
	margin:0 auto 100px;
	font-size:0.85em;
	line-height:2;
	color:#fff;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	width:980px;
	margin:33px auto 40px;
	text-align:center;
	background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 3px rgba(228,198,198,0.14);
    padding:40px 50px;
	position:relative;
}
#page_title h2 {
	font-family: 'Libre Baskerville', serif,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0.025em;
	font-size:2.5em;
	text-align:center;
	line-height:1.3;
	position:relative;
	margin-bottom:5px;
}
#page_title h2:after {
	content: "";
    display: block;
    position: absolute;
    border-top: 3px double #151515;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
#page_title h2 span {
	font-weight:bold;
	background:#fff;
	display:inline-block;
	padding:0 12px;
	position:inherit;
	z-index:10;
}
#page_title:before {
	width: 815px;
    height: 33px;
    content: "";
    display: block;
    border-left: 2px dotted #151515;
    border-right: 2px dotted #151515;
    position: absolute;
    left: 50%;
    margin-left: -407px;
    top: -33px;
}
/*パン屑リスト*/
#pnkz {
	text-align:left;
}
#pnkz ul {
	margin:0 auto;
	list-style: none;
}
#pnkz ul li {
	line-height:1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size:0.78em;
}
#pnkz ul li:before {
	content:"　>　";
}
#pnkz ul li:first-child:before {
	content:"";
}
#pnkz ul li a{}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	font-weight:normal;
	text-decoration:underline;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	width:880px;
	margin:0 auto;
}
#map #lead_s,
#profile #lead_s,
#form #lead_s {
	line-height:2;
	margin-bottom:30px
}
#map table,
#profile table,
#form table {
	width:880px;
    border-collapse:separate;
}
#map table th,
#map table td,
#form table th,
#form table td,
#profile table th,
#profile table td{
	text-align:left;
	vertical-align: top;
	border-top:solid 1px #fdfdfc;
	border-bottom:solid 1px #e8e8e8;
	padding:25px 0 25px 20px;
	line-height:1.5;
}
#map table th,
#form table th,
#profile table th{
	vertical-align:top;
	padding:25px 0;
	font-weight:bold;
}
table tr:first-child th,
table tr:first-child td {
	border-top:none !important;
}
/*地図
-----------------------------------------*/
#frame {
	border:1px solid #151515;
	line-height:0;
		margin-bottom:40px ;
}
#frame iframe{
	border:none;
	width:878px;
	height: 380px;
}
#map table th{
	width:120px;
}
#map table tr:last-child th,
#map table tr:last-child td {
	border-bottom:none;
	padding-bottom:0;
}

/*プロフィール
-----------------------------------------*/
#profile{}
#profile #lead_s img{width:100%;margin-bottom:1em;}

#profile table {
}#profile table tr{
}
#profile table th,
#profile table td{
}
#profile table th{
	width:130px;
}
#profile table tr:last-child th,
#profile table tr:last-child td {
	border-bottom:none;
	padding-bottom:0;
}
/*お問い合わせ
-----------------------------------------*/
#form {
}
.warning {
  font-size:0.86em;
  padding-top:1em;
  
}
#form table{
}
#form table th,
#form table td{
	vertical-align: middle;
}
#form table th{
	width: 170px;
}
.validation_span,
.warning span {
  color:#ef5c23;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 0.9em;
  padding: 5px;
}
#form input[type=text],
#form textarea {
  border: solid 1px #ccc;
  padding:6px 3px;
  background:#fff;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background:#fafafa;
}
#contact_submit th,
#contact_submit td {
  text-align: center!important;
  padding:20px 0;
}
#form input[type=submit]{
	border:none;
	background: #f89494;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	letter-spacing:0.4em;
	font-size:16px;
	line-height:1;
	color:#fff;
	padding:15px 0 15px 0;
		-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
	border-radius:5px;
}
#form input[type=reset] {
	background: #dadada;
	font-weight:bold;
	border:none;
	border-radius:5px;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:15px 20px;
	margin:0 0 0 5px;
	color:#666;
	-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	line-height:1;
	transition: 0.6s opacity 0s;
}
#form input[type=submit]:hover{
	alpha:(opacity=70);
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
}
#form input[type=reset]:hover {
		alpha:(opacity=70);
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
}
#contact_submit td {
	border-bottom:none !important;
	padding-bottom:0 !important;
}
/*リード文

/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #ef5c23;
}
.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}
.hidden {
  display: 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;
}