
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#000;
	font-family:  "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	letter-spacing:0.1em;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
}
#container {
	overflow: hidden;
}
#container .inner {
	width:1200px;
	margin:0 auto;
}
#content {
	width:1200px;
	margin:0 auto 0;
}
#main {
	width:880px;
	margin: 0 auto;
}
#side {
}

/*============================
	ヘッダー
=============================*/
header {
	min-width:1200px;
	width:100%;
	margin:0 auto;
	display:table;
	table-layout:fixed;
	min-height:105px;
	position:relative;
	background: url(../../images/201/head_bg.jpg);
	box-shadow:0px 0px 4px 2px #bfbfbf;
	-moz-box-shadow:0px 0px 4px 2px #bfbfbf;
	-webkit-box-shadow:0px 0px 4px 2px #bfbfbf;}
header .headNav {
	letter-spacing:-0.40em;
	display:table-cell;
	vertical-align:top;
	text-align:right;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0;
	font-size:1.28em;
	margin-left:2px;
	font-family: 'Roboto', sans-serif;
	line-height:1;
	position:absolute;
	top: 60px;
	right: 160px;
	z-index:1;
}
header .headNav li a {
	background:#007ab7;
	width:111px;
	height: 130px;
	text-decoration:none;
	color:#fff;
	display:block;
	text-align:center;
}
header .headNav li.profileNav {
	display:none;
}
header .headNav li.accessNav {
	display: none;
}
header .headNav li.contactNav a {
	background:url(../../images/201/head_contact_001.png) no-repeat;
	text-indent:-9999px;
}
header:before {
	content:"";
	display: block;
	width:165px;
	height:165px;
	background: url(../../images/201/head_kazari_001.png) no-repeat;
	top:40px;
	left:40px;
	position:absolute;
}
header:after {
	content:"";
	display: block;
	width:165px;
	height:165px;
	background: url(../../images/201/head_kazari_002.png) no-repeat;
	top:40px;
	right:40px;
	position:absolute;
}


/*　タイトル
-----------------------------------------*/
header #siteTtl {
	display: table-cell;
    vertical-align: middle;
    font-size: 3.571em;
    width: 100%;
    padding: 78px 0;
    text-align: center;
}
header #siteTtl a {
	text-decoration:none;
	color:#fff;
	word-wrap: break-word;
	width:750px;
	display: inline-block;
}
header #siteTtl a img {
	max-width:500px;
	height:auto;
}


/*============================
	グロナビ
=============================*/
nav {
	background:#fff;
}
nav ul {
	letter-spacing:-0.40em;
	text-align:center;
	padding:13px 0 0;
}
nav ul li.parent {
	letter-spacing:0.1em;
	display:inline-block;
	margin-bottom:13px;
	border-right:1px solid #fff;
	position:relative;
}
nav ul li.parent:hover:before {
	content:"";
	display:block;
	width: calc(100% - 40px);
	height:3px;
	background-color:#000;
	bottom:0;
	position:absolute;
	z-index:1;
    right: 20px;
}
nav ul li.parent:last-child {
	border-right:none;
}
nav ul li.parent > a {
	color:#000;
	text-decoration:none;
	padding:0 26px 3px;
	display:block;
	font-size:1.14em;
	font-weight:bold;
}
nav ul li.parent > a:hover {
}
nav ul li.parent > a:hover:before {
}
nav ul li.parent:hover:after {
	width:calc(100% + 2px);
	height:calc(100% + 18px);
	background:#fff;
	content:"";
	display:block;
	position:absolute;
	top:-9px;
	left:-1px;
}
nav ul li.childIn:hover:after {
	height:calc(100% + 27px);
}
nav ul li.parent:hover > a {
	position:relative;
	z-index:10;
	opacity:1;
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
	left:-3px;
	min-width:100%;
	width:260px;
	text-align:left;
	padding:0;
	display:none;
	z-index:10;
	padding-top:13px;
}
nav .child li {
	background:#fff;
}
nav .child li a {
	color:#000;
	font-size:1.14em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:7px 25px 7px 40px;
	position:relative;
}
nav .child li a:before {
	content:"";
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	left:24px;
	top:15px;
}
nav .child li a:hover {
	opacity:0.7;
}
nav .child li:first-child {
	padding-top:13px;
}
nav .child li:last-child {
	padding-bottom:13px;
}

/* topのみ */
#top nav {
}


/*============================
	メインスライド
=============================*/
.mainSlideIn {
	width:1200px;
	margin:0 auto;
	padding: 50px 0;
	background-color: #ebebeb;
	position:relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.mainSlideIn:before {
	content:"";
	display:block;
	position:absolute;
	width:1000px;
	height:calc(100% + 4px);
	background-color:#ebebeb;
	top: -2px;
	left: -1000px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.mainSlideIn:after {
	content:"";
	display:block;
	position:absolute;
	width:1000px;
	height:calc(100% + 4px);
	background-color:#ebebeb;
	top: -2px;
	right: -1000px;
	z-index:-1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
#mainSlide li {
	height:500px !important;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	/*top:50%;*/
	left:0;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);*/
	width:1200px;
	height:auto;
}
.bx-wrapper {
	margin-bottom: 0!important;
}
.bx-wrapper .bx-viewport {
	overflow: visible!important;
	width: 1200px!important;
}
 .bx-wrapper .main-container { 
    overflow: hidden;
  }
/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid #000;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	opacity:1;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:50px;
	height:50px;
	margin:0;
	top:225px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/201/btn-slider_001.png) center center no-repeat;
	background-size: 23px 42px;
	left:70px;
	opacity:0.4;
}
.bx-wrapper .bx-prev:hover {
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/201/btn-slider_002.png) center center no-repeat;
	background-size: 23px 42px;
	right:70px;
	opacity:0.4;
}
.bx-wrapper .bx-next:hover {
	opacity:1;
}


/*============================
	メインイメージ
=============================*/
.mainImgIn {
	background-color: #ebebeb;
	box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
}
.mainImgIn .inner {
	display:table;
	width:100%;
	padding:45px 0 50px;
}
.mainImgIn .inner #mainImg {
	width:365px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.mainImgIn .inner #leadTxt {
	display:table-cell;
	vertical-align:middle;
	padding-left:40px;
	font-weight:normal;
	line-height:2;
	font-size:1.28em;
}

/*============================
	メインエリア
=============================*/
#main #leadTxt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 130px 230px;
	position:relative;
}
#main #leadTxt:before {
	content: "";
	display:block;
	width:130px;
	height: 130px;
	position:absolute;
	background: url(../../images/201/leadTxt_kazari_001.png) no-repeat;
	top:80px;
	left:0;
}
#main #leadTxt:after {
	content: "";
	display:block;
	width:130px;
	height: 130px;
	position:absolute;
	background: url(../../images/201/leadTxt_kazari_002.png) no-repeat;
	bottom:80px;
	right:0;
}

#main .contTtl {
	font-size:1.78em;
	line-height:1.3;
}
#main div:last-child {
	margin-bottom:0;
}

/* news */
#news {
	text-align:center;
	padding-bottom: 90px;
	padding-top: 90px;
	background-color:#ebebeb;
	position:relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
#news:before {
	content: "";
	display:block;
    height: calc(100% + 4px);
	width: 500px;
	background-color: #ebebeb;
	top:0 ;
	left:-500px;
	position:absolute;
	z-index:-1;
	top:-2px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
#news:after {
	content: "";
	display:block;
    height: calc(100% + 4px);
	width: 500px;
	background-color: #ebebeb;
	top:0 ;
	right:-500px;
	position:absolute;
	z-index:-1;
	top:-2px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
#news .contTtl {
	color:#000;
	position:relative;
	display: inline-block;
	padding-bottom: 70px;
}
#news .contTtl:before {
	content:"";
	display:block;
	width:72px;
	height: 100px;
	position:absolute;
	left:-90px;
	top:-37px;
	background: url(../../images/201/contTitle_kazari_001.png) no-repeat;
}
#news .contTtl:after {
	content:"";
	display:block;
	width:72px;
	height: 100px;
	position:absolute;
	right:-90px;
	top:-37px;
	background: url(../../images/201/contTitle_kazari_002.png) no-repeat;
}

#news ul {
	max-height:255px;
    height: auto;
	overflow:scroll;
	line-height:1.3;
	text-align:left;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	position:relative;
	overflow-x: hidden;
}
#news ul li:before {
	content:"";
	display:block;
	height: 100%;
	width:1px;
	border-left: 1px dotted #000;
	position: absolute;
	left: 135px;
	top: 0;
}
#news ul li {
    padding: 18px 30px 18px 165px;
    position: relative;
    border-bottom: 1px dotted #000;
    width: 871px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news ul .day {
	display:block;
	width:108px;
	position:absolute;
	left:30px;
	font-family: 'Roboto', sans-serif;
}
#news dl dd {
	float:left;
	width:782px;
	padding:10px 0;
	border-top:1px dotted #000;
}

/* article */
.articleIn > .articleBox:nth-child(even) {
	background-color: #ebebeb;
	position:relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.articleIn > .articleBox:nth-child(even):before {
	content: "";
	display:block;
	height: calc(100% + 4px);
	width: 500px;
	background-color: #ebebeb;
	top:-2px ;
	left:-500px;
	position:absolute;
	z-index:-1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.articleIn > .articleBox:nth-child(even):after {
	content: "";
	display:block;
	height: calc(100% + 4px);
	width: 500px;
	background-color: #ebebeb;
	top:-2px ;
	right:-500px;
	position:absolute;
	z-index:-1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.articleBox {
	padding-top:90px;
	padding-bottom: 90px;
	text-align:center;
}
.articleBox .contTtl {
	margin-bottom:80px;
	display: inline-block;
	position: relative;
	letter-spacing: 5px;
}
.articleBox .contTtl:before {
	content:"";
	display:block;
	width:99px;
	height:3px;
	position:absolute;
	top:50%;
	left:-120px;
	background: url(../../images/201/articleTitle_kazari_001.png) no-repeat;
}
.articleBox .contTtl:after {
	content:"";
	display:block;
	width:99px;
	height:3px;
	position:absolute;
	top:50%;
	right:-120px;
	background: url(../../images/201/articleTitle_kazari_002.png) no-repeat;
}

.articleIn .articleBox:last-child {
}
.articleBox .clearfix {
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	padding: 25px 30px 30px;
}
.articleBox .txtArea {
	width:490px;
	float:left;
	font-size:1.14em;
	line-height:2;
	text-align:left;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
	text-align:left;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	padding: 25px 30px 30px;
}
/*.articleBox .txtArea p {
	margin-bottom:30px;
}*/
.articleBox .txtArea strong {
	font-weight:bold;
}
.articleBox .txtArea p:last-child {
	margin-bottom:0;
}
.articleBox .imgArea {
	width:300px;
	float:right;
}
.articleBox .imgArea figure {
	margin-bottom:25px;
}
/*.articleBox .imgArea figure img{
	width:300px;
}*/
.articleBox .imgArea figure:last-child {
	margin-bottom:0;
}
.articleBox .imgArea figure figcaption {
	display:block;
	font-size:0.85em;
	padding-top:12px;
	line-height:1.5;
}
#main .articleBox table {
	width:auto;
	font-size:1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
	border:1px solid #7fbcdb;
}
.articleBox table td,
.articleBox table th {
	text-align:left;
	padding:10px 15px;
}


/* contactBtn */
.contactBtn {
    margin: 0 auto;
    padding: 90px 215px;
}
.contactBtn a {
	padding: 9px 0;
	display:block;
	background:#FFFFFF;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:2.14em;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;	
}


/*============================
	サイドエリア
=============================*/
#side {
	width:880px;
	margin:0 auto;
}
#side > div {
	margin-right: 50px;
}
#side > div:nth-child(3) {
	margin-right:0;
}
#side {
	padding-top:56px;
	text-align: center;
	min-height: 310px;
}
#side div:last-child,
#side h2:last-child {
	margin-bottom:0;
}
#side .sideTtl {
	font-size:1.57em;
	color: #000;
    padding: 20px 0 4px 0px;
    border-bottom: 3px solid #000;
    line-height: 1.2;
    display: inline-block;
}

/* leadTxt */
#side #leadTxt {
	border:1px solid #7fbcdb;
	line-height:2;
	padding:20px;
	font-weight:normal;
	margin-bottom:55px;
}

/* sideCont */
#side #sideCont .sideTtl {
	font-family: 'Roboto', sans-serif;
    font-size: 1.57em;
}
#side #sideCont {
	letter-spacing:0.1em;
	line-height:1;
	width: 260px;
	height:274px;
	display: block;
	background-color:#fff;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	padding: 0 20px;
	float:left;
	overflow: hidden;
	margin-bottom: 60px;
}
#side #sideCont ul li {
	border-bottom:1px dotted #000;
	font-size:1.28em;
}
#side #sideCont ul li:last-child {
	border: none;
}
#side #sideCont ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:27px 20px;
	position:relative;
}
#side #sideCont ul li a:before {
}
#side #sideCont ul li a:hover {
	opacity:1;
	background:#f1f1f1;
	color:#000;
}

/* blog */
#side #blog {
	line-height:1.3;
	margin-bottom:60px;
	width: 260px;
	height: 274px;
	display:block;
	background-color:#FFF;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	overflow:scroll;
	padding:0 20px;
	float:left;
	text-align:center;
	overflow-x: hidden;
}
#side #blog dl {
	text-align:left;
	font-size: 12px;
	overflow: hidden;
}
#side #blog  dl dt {
	margin-bottom:5px;
	padding:8px 0px 0 0px;
}
#side #blog  dl dt:first-child {
	padding-top: 28px;
}
#side #blog  dl dd {
	border-bottom:1px dotted #000;
	padding:0 0px 8px 0px;
	text-align:justify;
}
#side #blog  dl dd a {
}
#side #blog .btn {
	width:170px;
	margin:20px auto 20px;
	box-shadow: 0px 0px 0px 2px #000000;
    -moz-box-shadow: 0px 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 0px 2px #000000;
    border: 4px double #000000;
}
#side #blog .btn a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	text-align:center;
	position:relative;
}
#side #blog .btn a:before {
}

/* mobile */
#side #mobile {
	margin-bottom:60px;
	border-bottom:1px solid #7fbcdb;
	width:260px;
	height: 274px;
	display: block;
	background-color:#FFF;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	padding:0 20px;
	float:left;
}
#side #mobile figure {
	padding:18px 0px 0px;
	text-align:center;
}
#side #mobile figure img {
	width:100px;
	height:100px;
}
#side #mobile figure figcaption {
	line-height:1.4;
	padding-top:30px;
	font-size: 12px;
	text-align: justify;
}

/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:18px;
	bottom:25px;
	width:60px;
	height:60px;
	 border-radius:30px;
	 display:none;
}
#pageTop a {
	display:block;
	width:60px;
	height:60px;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	 border-radius:30px;
	 background:url(../../images/191/ico-pageTop_001.png) center 21px no-repeat #e2e2e2;
}
#pageTop a:hover {
	background:url(../../images/191/ico-pageTop_002.png) center 21px no-repeat #000;
	opacity:1;
}

/*============================
	フッター
=============================*/
footer {
	background:url(../../images/201/head_bg.jpg);
}
footer .copy {
	width:1200px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:1.2;
	font-weight:bold;
	padding:80px 0;
}

/*============================
	フリーエリア
=============================*/


#foot-area {
	line-height:2;
}
#foot-area {
    margin-bottom: 90px!important;
}
#side-area {
    color:#fff;
	clear:left;
}
/*============================
	下層ページ共通
=============================*/
/* pageTtl */
.pageTtl {
	padding:100px 0;
	width:1200px;
	margin:0 auto 15px;
	text-align:center;
	position:relative;
	background-color: #ebebeb;
	/*box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;*/
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: -1px;
}
.pageTtl:before{
	content:"";
	display:block;
	width:500px;
	height:calc(100% + 2px);
	position:absolute;
	background-color: #ebebeb;
	top:0;
	left:-500px;
	/*box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;*/
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: -1px;
}
.pageTtl:after {
	content:"";
	display:block;
	width:500px;
	height:calc(100% + 2px);
	position:absolute;
	background-color: #ebebeb;
	top:0;
	right:-500px;
	/*box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;*/
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: -1px;
}
.pageTtl h2 {
    font-size: 2.3em;
    line-height: 1.3;
    text-align: center;
    max-width: 500px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    word-wrap: break-word;
}
.pageTtl h2:before {
	content:"";
	display:block;
	width:72px;
	height: 100px;
	position:absolute;
	left:-90px;
	top:calc(50% - 53px);
	background: url(../../images/201/contTitle_kazari_001.png) no-repeat;
}
.pageTtl h2:after {
	content:"";
	display:block;
	width:72px;
	height: 100px;
	position:absolute;
	right:-90px;
	top:calc(50% - 53px);
	background: url(../../images/201/contTitle_kazari_002.png) no-repeat;
}











/* pnkz */
#pnkz {
	letter-spacing:-0.40em;
	text-align:right;
	width:1200px;
	margin:0 auto 0px;
	font-size:0.85em;
    margin-top: 20px;
}
#pnkz li {
	letter-spacing:0;
	display:inline-block;
}
#pnkz li:after {
	content:">";
	margin:0 10px;
}
#pnkz li:last-child:after {
	display:none;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#main.form table,
#main.profile table,
#main.map table {
	border-bottom:1px solid #000;
	width:100%;
	font-size:1.14em;
	margin-bottom:70px;
}
#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main.map table th,#main.map table td {
	vertical-align:middle;
	text-align:left;
	border-top:1px solid #000;
	padding:25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
	font-weight:bold;
	padding-right:0;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
	font-size:1.14em;
	line-height:1.87;
	margin-bottom:70px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
	margin-bottom:30px;
}

/* form */
#main.form {
}
#main.form .requiredMark {
	color:#ce0000;
}
#main.form table th {
	width:270px;
}
#main.form table td {
	height:80px;
}
#main.form .inputArea {
	background:#f1f1f1;
	line-height:1;
	padding:8px 15px;
	border-radius:2px;
	width:520px;
	border:1px solid #ddd;
}
#main.form .inputArea.short {
	width:200px;
	display:inline-block;
}
#main.form .inputArea input {
	width:100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
	outline:none;
}
#main.form .inputArea textarea {
	width:100%;
	height:190px;
	padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
	border-bottom:none;
}
#main.form #submit td {
	text-align:center;
	letter-spacing:-0.40em;
	padding-top:40px;
}
#main.form #submit input {
	display:inline-block;
	width:240px;
	text-align:center;
	font-weight:bold;
	line-height:1;
	padding:18px 0;
	cursor:pointer;
	letter-spacing:0.1em;
	margin:0 10px;
	font-size:1.12em;
	box-shadow:0px 0px 0px 2px #000000;
	-moz-box-shadow:0px 0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 0px 2px #000000;
	border:4px double #000000;
	background-color: #FFF;
    color: inherit;
}
#main.form #submit input.submitBtn {
}
#main.form #submit input.resetBtn {
}
#main.form #submit input:hover {
	opacity:0.7;
}

/* map */
#main.map #frame {
	margin-bottom:70px;
}
#main.map #frame iframe {
	width: 890px;
	height: 478px;
}

/* 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;
}