@import url(//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;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
    color:#b596cb;
}

/*　全体を囲むボックス
-----------------------------------------*/
#container {
}
#container .inner {
	width:960px;
	margin:0 auto;
}


/*　メインコンテンツを囲むボックス
-----------------------------------------*/
#content {
	width:100%;
	/*margin:0 auto 40px;*/
	margin:0 auto;
}
/* メインエリア */
#main {
	width:100%;
    margin:0 auto;
}


/*============================
	ヘッダー
=============================*/
header {
	width:960px;
	margin:0 auto;
	display:table;
	table-layout:fixed;
	min-height:74px;
}

/*　サイトタイトル
-----------------------------------------*/
header #siteTtl {
    display:table-cell;
    vertical-align:middle;
    font-size:20px;
    padding:25px 0 25px 0;
    font-weight:bold;
}
header #siteTtl a {
    text-decoration:none;
    color:#613580;
}
header #siteTtl a img {
    max-width:500px;
    height:auto;
}

/*　ヘッダーリンク
-----------------------------------------*/
header .headNav {
	letter-spacing:-0.40em;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
    padding:0 0 25px 0;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0;
	font-size:12px;
	margin-left:10px;
	line-height:1;
    height:5px;
}
header .headNav li a {
    background:#fbe400;
    width:100px;
	text-decoration:none;
    color:#613580;
	display:block;
	text-align:center;
	padding:6.5px 0 6.5px;
    margin-top:25px;
}
header .headNav li.profileNav a {
    background:url(../../images/217/ico-pageTop_001.png) left 15px top 7px #fbe400 no-repeat;
    padding-left:15px;
}
header .headNav li.accessNav a {
    background:url(../../images/217/ico-pageTop_002.png) left 20px top 6.4px #fbe400 no-repeat;
    padding-left:15px;
}
header .headNav li.contactNav a {
    background:url(../../images/217/ico-pageTop_003.png) left 12px top 8.4px #fbe400 no-repeat;
    padding-left:20px;
}

/*============================
	グローバルナビゲーション
=============================*/
nav {
	background:#613580;
}
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;
	position:relative;
}
nav ul li.parent:last-child {
	border-right:none;
}
nav ul li.parent > a {
	color:#fff;
	text-decoration:none;
	padding:7px 35px;
	display:block;
	font-size:14px;
	font-weight:bold;
}
nav ul li.parent:hover:after {
	width:calc(100% + 2px);
	height:calc(100% + 18px);
	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;
    color:#fbe400;
	opacity:1;
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
	left:-3px;
	min-width:100%;
	width:165px;
	text-align:center;
	padding:13px 0 0 0;
	z-index:10;
    color:#ffffff;
}
nav .child li {
    background:rgba(97,53,128,0.7);
    list-style:none;
    border-bottom:solid 1px white;
}
nav .child li a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:10px 17px 10px 20px;
	position:relative;
    letter-spacing: 0.5px;
}
nav .child li a:hover{
    opacity:1;
    color:#fbe400;
}
nav .child li:last-child {
    border-bottom:none;
}

/* topのみ */

/*============================
	メインスライド（ワイドスライドVer のみ）
=============================*/
.mainSlideIn {
	width:100%;
	padding:50px 0 60px 0;
    margin:0 auto;
    background:url(../../images/217/bgi-body_001.png)
}
#mainSlide li {
	height:360px !important;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	/*top:50%;*/
	left:0;
	width:1200px;
	height:auto;
}

.mainSlideIn .bx-wrapper .bx-viewport {
   /* height:360px !important;*/
    width:860px !important;
    margin:0 auto;
}
/*============================
メインスライド（ワイドスライドVer のみ）
=============================*/
.mainImgIn {
    background:url(../../images/217/bgi-body_001.png);
        border-bottom:solid 1px #613580;
}
.mainImgIn .inner {
    width:885px;
    margin:0 auto;
    padding:50px 0 60px 0;
    overflow:hidden;
    display:table;
}
.mainImgIn .inner #leadTxt {
    font-size:24px;
    font-weight:normal;
    color:#613580;
    line-height:1.8em;
    vertical-align: middle;
    display:table-cell;
}
.mainImgIn .inner #leadTxt:last-child {
    padding-left:40px;
    width: 520px;
}
.mainImgIn .inner h2#leadTxt {
    font-weight:normal;
}
.mainImgIn .inner img {
    width:365px;
    height:auto;
}
/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #613580;
	opacity:1;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:26px;
	height:26px;
	margin:0;
	top:167px;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto !important;
    padding: 0;
    width: 860px;
}

.bx-wrapper .bx-prev {
    background:url(../../images/217/btn-slider_001.png) center center no-repeat;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.7;
}
.bx-wrapper .bx-next {
    background:url(../../images/217/btn-slider_002.png) center center no-repeat;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:-40px !important;
}
/* サイト説明文 */
.leadArea {
    background:#ffffff;
    padding: 40px 0;
    border-top: solid 1px #613580;
    border-bottom:solid 1px #613580;
}
.leadArea #leadTxt {
    width: 960px;
    text-align: center;
    margin: 0 auto;
    font-size:24px;
    line-height: 2em;
    font-weight: normal;
    color:#613580;
    margin: 0 auto;
}

/*============================
	メインイメージ（旧メイン画像Ver のみ）
=============================*/
.mainImgIn {
    background:url(../../images/217/bgi-body_001.png);
}
.mainImgIn .inner {
	display:table;
	width:885px !important;
	padding:60px 0;
}

/* メイン画像 */
.mainImgIn .inner #mainImg {
	width:365px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/* サイト説明文 */
.mainImgIn .inner #leadTxt {
	display:table-cell;
	vertical-align:middle;
	font-weight:normal;
	line-height:2;
	font-size:24px;
    color: #613580;
    width:790px;
}
.mainImgIn p {
    margin:0 auto;
    width:950px;
    font-size:12px;
    padding:6px 0;
}
.contentsText {
    background:#ddd;
    width:100%;
    padding: 6.5px 0;
    margin-bottom:15px;
}
.contentsText a {
    color: #613580;
}
/*============================
	メインエリア
=============================*/
#main .contTtl {
	font-size:24px;
	line-height:1.3;
    letter-spacing:1.5px;
    width: 790px;
    margin: 0 auto;
}
#main div:last-child {
	margin-bottom:0;
}

/*　新着情報
-----------------------------------------*/
#news {
    max-height: 270px;
    background:url(../../images/217/bgi-body_001.png);
    border-bottom:solid 1px #613580;
    padding-bottom: 20px;
}
#news h3 {
    font-size:28px;
}
#news .contTtl {
    color:#613580;
    text-align:center;
    padding:30px 0;
    font-weight:bold;
}
#news .contTtl::before {
    content: "";
    background:url(../../images/217/ico-main_001.png);
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align: -5px;
    margin-right:10px;
}
#news ul {
    max-height: 140px;
   overflow-y: scroll;
    line-height: 1.0;
    width: 600px;
    margin: 0 auto;
}
#news ul li {
	padding:0 20px 18px 195px;
	position:relative;
    text-align:left;
    font-size:14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0;
}
#news ul .day {
	display:block;
	width:108px;
    position:absolute;
	left:85px;
    color:#613580;
}
#news dl dd {
	float:left;
	width:782px;
	padding:10px 0;
}

/*　記事
-----------------------------------------*/
.articleBox {
    padding-bottom: 35px;
    border-bottom:solid 1px #613580;
}
.articleBox .contTtl {
	font-weight:bold;
    color:#613580;
    padding-top:45px;
	padding-bottom:40px !important;
    text-align:center;
}
.articleBox .contTtl::before {
    content: "";
    background:url(../../images/217/ico-main_002.png);
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align: -5px;
    margin-right:10px;
}
.articleIn .articleBox:last-child {
	margin-bottom: 0;
}
.articleBox:last-child {
    border-bottom: none;
}
.articleBox .clearfix {
    width:800px;
    margin:0 auto;
}
.articleBox.noImg {
    padding-bottom:40px;
}
/* テキストエリア */
.articleBox .txtArea {
    float:left;
	font-size:14px;
	line-height:2;
    width:415px;
    text-align:left;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
    width:790px;
    margin:0 auto;
}
.articleBox.noImg .txtArea p {
    width:790px;
    margin:0 auto 40px;
    letter-spacing: 0.3px;
}
.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;
	text-align: center;
}
.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:14px;
    padding-top:40px;
    text-align:left;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border:2px solid #613282;
}
.articleBox table td {
	text-align:left;
	padding:10px 30px 10px 20px;
}

.articleBox table th {
    text-align:left;
    background-color:#f5dbf6;
    padding:4px 55px 4px 20px !important;
    color:#613282;
    font-weight:bold;
}


/*　お問い合わせボタン
-----------------------------------------*/
.contactBtn {
	width:400px;
	margin:0 auto;
    height:60px;
    box-shadow: 0 5px 0 #d1c003;
}
.contactBtn:hover {
    box-shadow: 0 1px 0 #d1c003;
    padding-top:4px;
}
.contactBtn a {
	display:block;
    background:#fbe400;
	font-weight:600;
	text-decoration:none;
	text-align:center;
    color:#613282;
	height:60px;
	font-size:16px;
    background:url(../../images/217/ico-mail_001.png) left 140px top 27px  #fbe400 no-repeat;
    padding:22px 0 22px 15px;
    font-weight:bold;
    opacity:1;
}
.contact-area {
    border-bottom:solid 1px #613580;
    border-top:solid 1px #613580;
    padding:70px 0 ;
    width:100%;
    background:url(../../images/217/bgi-body_002.png);
}

/*============================
	フットコンテンツ
=============================*/
#footContents div:last-child,
#footContents h2:last-child {
	margin-bottom:0;
}
#footContents {
    background: #ddd;
    padding: 45px 0;
    height: 430px;
}
#footContents .footTtl {
	font-size:14px;
    color:#613580;
	padding:0px 0 10px 0;
	line-height:1.2;
    border-bottom:2px solid #fff;
    margin-bottom:20px;
}
#footContents .inner {
    text-align: center;
}
#footContents .inner > div {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    margin-right: 16px;
    text-align: left;
    font-size:12px;
}
#footContents .inner > div:last-child {
    margin-right: 0;
}


/* サブメニュー */
#footContents #footCont .footTtl {
    font-family: 'Roboto', sans-serif;
}
#footContents #footCont {
    letter-spacing:0.1em;
    line-height:1;
}
#footContents #footCont ul li {
    font-size:14px;
}
#footContents #footCont ul li a {
    display:block;
    text-decoration:none;
    font-weight:normal;
    padding:0 0 25px 0;
    position:relative;
}

}
#footContents #footCont ul li a:hover {
    opacity:1;
    background:#f1f1f1;
    color:#007ab7;
}

/* ブログ */
#footContents #blog {
	line-height:1.3;
}
#footContents #blog  dl dt a {
	padding-bottom:15px;
}
#footContents #blog  dl dd {
	padding:0 0px 15px 0;
}
#footContents #blog  dl dd a {
	text-decoration:none;
}
#footContents #blog .btn {
	width:225px;
	margin:0 0;
    box-shadow: 0 1px 0 #d1c003;
}

#footContents #blog .btn:hover {
	padding-top:1px;
    box-shadow:none;
}
#footContents #blog .btn a {
	display:block;
	text-decoration:none;
    color:#613580;
	font-weight:bold;
    background:#fbe400;
	padding:10px 0 10px 0;
	text-align:center;
	position:relative;
    font-size: 13px;
    opacity:1;
}

/* QRコード */

#footContents #mobile figure {
	text-align:center;
}
#footContents #mobile figure img {
	width:100px;
	height:100px;
}
#footContents #mobile figure figcaption {
	text-align:left;
	padding-top:30px;
    letter-spacing:0;
}

/*サイドフリーエリア*/
#side-area {
    letter-spacing: 0;
    font-size: 0.857em;
    line-height: 1.5;
    padding: 16px 18px 18px;
    border: 1px solid #fff;
    text-align: justify;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-top: 25px;

}

/* blog */
#footContents #blog dl {
    text-align: left;
    font-size: 0.857em;
    overflow-y: scroll;
    height: 225px;
    margin-bottom: 10px;
}
#footContents #blog dl dd {
    text-align: justify;
    margin-bottom: 7px;
}
#footContents #blog dl dd a {
    letter-spacing: 0;
}
#footContents #blog dl dd a {
    display: inline-block;
}
#footContents #blog dl dd a {
    text-decoration: none;
}

/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:18px;
	bottom:25px;
	width:60px;
	height:60px;
    border-radius:30px;
    display:none;
}
#pageTop a {
    text-indent: 100%;
    border-radius:30px;
    white-space: nowrap;
    overflow: hidden;
    background:url(../../images/217/btn-scroll_001.png) center  no-repeat #613682;
    display: block;
    width: 30px;
    height: 30px;
}

/*============================
	フッター
=============================*/
footer {
    background:#613580;
}
footer .copy {
	width:960px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:1.2;
	font-weight:bold;
	padding:25px 0;
    font-size:12px;
    letter-spacing: 1.5px;
}

/*============================
	フリーエリア
=============================*/
/*
.side-area{
	line-height: 1.5;
	width:1200px;
	margin:26px 0;
    letter-spacing: 0;
}
*/
#foot-area {
	line-height: 2;
    padding: 50px 80px 50px;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
}

#foot-area p {
    width:820px;
    text-align:center;
    margin:45px auto 40px;
    letter-spacing: 0.3px;
}

#side > div:last-child {
    margin-right: 0;
}

/*============================
	下層ページ共通
=============================*/

/*　下層ページタイトル
-----------------------------------------*/
.pageTtl {
    border-bottom:1px solid #ddd;
	padding:80px 0;
	width:100%;
	margin:0 auto;
    background:url(../../images/217/bgi-body_001.png);
}
.pageTtl h2 {
	font-size:30px;
	line-height:1.3;
	text-align:center;
	color:#613580;
    font-weight: normal;
}

/*　パンくず
-----------------------------------------*/
#pnkz {
	letter-spacing:-0.40em;
	text-align:left;
	width:960px;
	margin:0 auto ;
	font-size:0.85em;
}
#pnkz li {
	letter-spacing:0;
	display:inline-block;
}
#pnkz li:after {
	content:">";
	margin:0 10px;
}
#pnkz li:last-child:after {
	display:none;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

/*　共通
-----------------------------------------*/
/*
#main.profile, #main.map, #main.form {
    width: 960px;
    margin: 0 auto;
}
*/

#main.form table,
#main.profile table,
#main .map table {
	border:2px solid #613282;
	font-size:14px;
	margin:0 auto 70px;
    width:960px;
}
#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main .map table td,#main .map table th{
	text-align:left;
	border:2px solid #613282;
    padding: 10px 30px 10px 20px;
    margin:60px auto 70px;
}
#main.form table th,
#main.profile table th,
#main .map table th {
	font-weight:bold;
	padding: 4px 55px 4px 20px !important;
    color:#613282;
    background-color: #f5dbf6;
    text-align: left;
}
#main.form .txtBox,
#main.profile .txtBox {
	font-size:16px;
	line-height:1.87;
	margin:70px auto 0 auto;
    text-align:left;
    width:960px;
    margin-bottom:30px;
}
#main.profile .txtBox {
    margin:70px auto !important;
}


/*　お問い合わせフォーム
-----------------------------------------*/
#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:20px;
}
#main.form #submit input {
	display:inline-block;
	width:240px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	line-height:1;
	padding:18px 0;
	cursor:pointer;
	letter-spacing:0.1em;
	margin:0 10px;
	font-size:1.12em;
}
#main.form #submit input.submitBtn {
	background:#613580;
}
#main.form #submit input.resetBtn {
	background:#bbb;
}
#main.form #submit input:hover {
	opacity:0.7;
}

/*　地図
-----------------------------------------*/
#main .map {
    width: 960px;
    height: auto;
    margin:60px auto 70px;
}
/*
#main .map #frame {
    padding-bottom:40px
}
*/
#main .map table,
#main .map table td,
#main .map table th {
    border: 2px solid #613282;
        padding: 10px 30px 10px 20px;
}
#main .map #frame {
    margin-bottom: 70px;
    text-align: center;
}
#main .map #frame iframe {
    width: 850px;
    height: 478px;
}
/*　フォーム
-----------------------------------------*/
#main.form .txtBox p {
    margin-bottom:30px;
}




/* 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;
}