@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	ヘッダー

---------------------------------------------------------------------------------------- */
.siteblock-header {
	position: relative;

	float: left;
	
	width: 100vw !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	
	margin-top: 0;
	padding: 0;

	background-image: url(../images/parts/bg_header.png);
	background-position: center -5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.siteblock-header .container {
	margin-top: 20px;
}
.siteblock-header .container_fluid {
	margin-top: 0px;
}
/* スマートフォン */
@media (max-width: 767px){

	.siteblock-header {
		background-image: url(../images/parts/bg_header_sp.png);
	}
}

/* -------------------------------------
 * メニューバー（全幅）
 * ---------------------------------- */
.siteblock-header .container_fluid .box {
	margin-bottom: 0px;
}
.siteblock-header .container_fluid nav {
	border-radius: 0;
}


/* -------------------------------------
 * メニューバー（固定幅）
 * ---------------------------------- */
.siteblock-header nav .container {
	margin-top: 0;
}


/* -------------------------------------
 * メニューバー（スマホ）
 * ---------------------------------- */
@media (max-width: 767px) {
    .navbar-collapse {
        border-top-width: 0px;
    }
}


/* ---------------------------------------------------------------------------------------- 

	ブロック

---------------------------------------------------------------------------------------- */

.container {
	background: none;
}

/* スマートフォン */
@media (max-width: 767px){

	.siteblock-header, 
	.siteblock-upper, 
	.siteblock-bottom, 
	.siteblock-main, 
	.siteblock-side, 
	.siteblock-opt1, .siteblock-opt2, .siteblock-opt3, 
	.siteblock-footer {
		clear: both;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}


/* ---------------------------------------------------------------------------------------- 

	フッター
	
---------------------------------------------------------------------------------------- */
.siteblock-footer{
	width: 100vw !important;
	padding: 0;
	margin-top: -30px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.siteblock-footer > .container {
	width: 100vw !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	
	background: url(../images/parts/bg_footer.png) no-repeat center top;
	background-size: 100% auto;
}
.siteblock-footer .container > div {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* スマートフォン */
@media (max-width: 767px){

	.siteblock-footer{
		background: url(../images/parts/bg_footer_sp.png) no-repeat center top;
	}
	.siteblock-footer > .container {
		background: none;
	}

}


/* -------------------------------------
 * フッターリンク
 * ---------------------------------- */
.siteblock-footer .container div.footerNavi {
	position: relative;
	width: auto;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	
	margin-top: 100px !important;
}
.siteblock-footer .container .footerNavi div {
	width: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.siteblock-footer .container .footerNavi ul {
    display: inline-block;
	width: auto;
	margin: 0 auto 0;
	text-align: center;
    list-style: outside none none;
    padding: 0;
	
	background: none;
}
.siteblock-footer .container .footerNavi ul li {
    display: inline-block;
	width: auto;
	min-height: 40px;
	margin: 0 7px;
    padding: 0;
	line-height: 1em;
	}
	.footerNavi ul li a {
		padding: 12px 30px;

		font-size: 100%;
		font-weight: bold;
		line-height: 1em;
		text-decoration: none !important;

		transition: all .3s;
	}
	.footerNavi ul li a:hover {
		text-decoration: none !important;
		opacity: 1;
	}
	.siteblock-footer .footerNavi ul li a.imgNavi,
	.siteblock-footer .footerNavi ul li a.imgNavi:hover {
		background: none !important;
		padding: 0 !important;
	}

.footerNavi ul {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
}
.footerNavi li {
  padding: 0 10px;
  margin-bottom: 10px;
}

/* D. デスクトップ */
@media (max-width: 1139px) {
	.siteblock-footer .container {
		width: 100%;
		padding: 0;
	}
	.siteblock-footer .container > div {
		width: 100%;
		padding: 0 3%;
	}
	.siteblock-footer .container div.footerNavi {
		width: 100% !important;
		margin: 0 0 30px;
		padding: 0;
	}
	.siteblock-footer .container div.footerNavi .box {
		width: 100%;
		text-align: right;
		padding: 15px 15px;
	}
	.siteblock-footer .container div.footerNavi ul li {
		line-height: 1.5em;
		margin: 5px 0;
	}
}
/* T. タブレット */
@media (max-width: 991px) {
	.siteblock-footer .container div.footerNavi {
		margin: 0 0 3%;
	}
	.siteblock-footer .container div.footerNavi .box {
		width: 100%;
		text-align: right;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {

	.footerNavi {
		padding: 0;
	}

	.siteblock-footer .container div.footerNavi {
		margin-top: 10% !important;
	}
	
	.siteblock-footer .container div.footerNavi ul {
		text-align: left;
		margin-bottom: 0;
		padding: 0;

		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		
		background: none;
	
	}
	.siteblock-footer .container div.footerNavi ul li {
		float: left;
		display: block;
		box-sizing: border-box;
		width: 49%;
		min-height: 40px;
		margin: 0 .5% 0;
		padding: 10px 5px 10px;
		text-align: center;
		}
	
		.footerNavi ul li a {
			display: inline-block;
			width: 100%;
			margin: 0;
			padding: 15px 10px;
			
			font-size: 120%;
			font-weight: bold;
		
			text-decoration: none;
			line-height: 1.25em;
		}
		.footerNavi ul li a:hover {
			text-decoration: none;
		}
		.siteblock-footer .container .footerNavi ul li:last-child {
			margin: 0 0 1px 0;
			padding: 10px 5px 10px;
		}
}

/* -------------------------------------
 * フッター サイト内検索
 * ---------------------------------- */
.siteblock-footer .siteSearch h2 {
	display: none;
}

/* -----------------------------------------
  ページの先頭へ
 * -------------------------------------- */
.sitedesign-pagetopbtn {
	position: relative;
	width: 100% !important;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 9999;
}
.sitedesign-pagetopbtn .container {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	z-index: 9999;
}
.sitedesign-pagetopbtn a {
  display: inline-block;
  width: 82px;
  height: 82px;
  margin: 0 0 0;
  padding: 0 0 0;
  text-align:center;
}
.sitedesign-pagetopbtn a:hover {
	opacity: .7;
}
.sitedesign-pagetopbtn a img {
	width: 100%;
}

/* D. デスクトップ */
@media (max-width: 1199px) {

	/* -----------------------------------------
	  ページの先頭へ
	 * -------------------------------------- */
	.sitedesign-pagetopbtn {
		width: 100%;
		margin: 30px 0 0;
		padding: 0 3%;
		text-align: center;
		z-index: 9999;
	}
	.sitedesign-pagetopbtn .container {
		width: 100%;
	}
	.sitedesign-pagetopbtn a {
	  display: inline-block;
	  width: 82px;
	  height: 82px;
	  margin: 0 0 0;
	  padding: 0 0 0;
	  text-align:center;
	  border-radius: 50%;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {

	/* -----------------------------------------
	  ページの先頭へ
	 * -------------------------------------- */
	.sitedesign-pagetopbtn .container {
		text-align: center;
	}
}

/* -----------------------------------------
  ページの先頭へ
 * -------------------------------------- */
address {
	width: 100vw !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-bottom: 0px;
	margin-top: 30px;

	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 85%;

	text-align: center;
}



/* ---------------------------------------------------------------------------------------- 

	サイドバー（column2.htm）

---------------------------------------------------------------------------------------- */


/* -------------------------------------
 * 枠
 * ---------------------------------- */
.column2 .siteblock-side .box,
.column2 .siteblock-side .sitemapParts,
.column2 .siteblock-side .categoryIndex .sideBox{
	padding: 0 0 0;
	margin-bottom:8px;
}
.column2 .siteblock-side .box h3{
	margin-top: 30px;
}


/* -------------------------------------
 * サイドメニュー
 * ---------------------------------- */
.sideNavi .box{
	margin: 30px 0 0;
	padding: 0 !important;
}
.sideNavi ul{
	clear: left;
	display: block;
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}
.sideNavi ul li {
	list-style: none;
}
.sideNavi .boxBottom > ul > li{
	position: relative;

	clear: left;
	width: 100%;
	padding: 0;
	}
	.sideNavi .boxBottom > ul > li:last-child {
	}

.sideNavi .boxBottom > ul li:before,
.sideNavi .boxBottom > ul a.imgNavi:before {
	display: none;
}

.sideNavi .boxBottom > ul > li > a,
.sideNavi .boxBottom > ul > li > div {
	display: block;
	
	padding: 15px 0 15px 35px;
	
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5em;

	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sideNavi .boxBottom > ul > li > a:before,
.sideNavi .boxBottom > ul > li > div:before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 20px;
	background: url(../images/parts/icon_sankaku.png) no-repeat 0 0;
	background-size: 25px 25px;
}
.sideNavi .boxBottom > ul > li a:hover {
	text-decoration: none;
}
.sideNavi .boxBottom > ul > li a:hover:before {
	text-decoration: none;
}

.sideNavi  .boxBottom > ul > li > ul > li > a,
.sideNavi  .boxBottom > ul > li > ul > li > div {
	position: relative;
	display: block;
	
	padding: 10px 10px 10px 28px;
	margin-left: 15px;
	
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
}
.sideNavi  .boxBottom > ul > li > ul > li > a:before,
.sideNavi  .boxBottom > ul > li > ul > li > div:before {
	position:	 absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	left: 5px;
	top: 14px;
	background: url(../images/parts/icon_maru.png) no-repeat 0 0;
	background-size: 16px 16px;
}
.sideNavi  .boxBottom > ul > li > ul > li > a:hover,
.sideNavi  .boxBottom > ul > li > ul > li > div:hover {
}
.sideNavi  .boxBottom > ul > li > ul > li > ul > li {
	position: relative;
}
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > a,
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > div {
	position: relative;
	display: block;
	
	padding: 5px 0 5px 15px;
	margin-left: 30px;
	
	font-size: 93.33333%;
	font-weight: normal;
	line-height: 1.5em;
}
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > a:before,
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > div:before {
	position:	 absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	left: 5px;
	top: 14px;
	background: url(../images/parts/icon_sikaku.png) no-repeat 0 0;
	background-size: 10px 10px;
}
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > a:hover:before,
.sideNavi  .boxBottom > ul > li > ul > li > ul > li > div:hover:before {
}


/* 画像メニュー */
.sideNavi .boxBottom > ul > li a.imgNavi {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	}
	.sideNavi .boxBottom > ul > li a.imgNavi:hover {
		background: none;
	}
.sideNavi .boxBottom > ul > li > ul > li a.imgNavi{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
	border: none;
}
.sideNavi .boxBottom > ul > li > ul > li > ul > li a.imgNavi {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}


/* -------------------------------------
 * その他メニュー
 * ---------------------------------- */
.siteblock-upper .naviBox {
	position: relative;
	width: auto !important;
	margin: 0;
	padding: 0 30px;
}
.siteblock-upper .naviBox div {
	position: relative;
	width: auto !important;
	padding: 0;
	
	text-align: center;
}
.siteblock-upper .naviBox .box,
.siteblock-bottom .naviBox .box,
.sitedesign-optblock .naviBox .box {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.siteblock-upper .naviBox ul,
.siteblock-bottom .naviBox ul{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.siteblock-upper .naviBox ul {
	margin: 0 auto;
	padding: 0 0 0 15px;
}
.siteblock-upper .naviBox .boxBottom ul li,
.siteblock-bottom .naviBox .boxBottom ul li{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	padding: 0 15px 0 0;
}
.siteblock-upper .naviBox .boxBottom ul li:before,
.siteblock-bottom .naviBox .boxBottom ul li:before {
	display: none !important;
}
.siteblock-upper .naviBox .boxBottom ul li a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 15px 10px 20px;
	
	font-size: 100%;
	font-weight: bold;

    min-height: 40px;
    text-decoration: none;
    text-align: left;
	line-height: 1.25em;
	}
.siteblock-bottom .naviBox .boxBottom ul li a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 15px 10px 25px;
	
	font-size: 120%;
	font-weight: bold;

    min-height: 40px;
    text-decoration: none;
    text-align: left;
	line-height: 1.25em;
	}
	.siteblock-upper .naviBox .boxBottom ul li a:before,
	.siteblock-bottom .naviBox .boxBottom ul li a:before {
		content: "";
		display: inline-block;
		position: relative;

		box-sizing: border-box;

		top: 1px;
		left: 0;
		width: 15px;
		height: 15px;
		margin-right: .5em;

		background: url(../images/parts/icon_sankaku.png) repeat-x 0 0;
		background-size: auto;
		background-size: 15px auto;
	}

	.siteblock-upper .naviBox .boxBottom ul li a:hover,
	.siteblock-bottom .naviBox .boxBottom ul li a:hover{
		text-decoration: none;
	}
	.siteblock-upper .naviBox .boxBottom ul li a.menu-selected,
	.siteblock-bottom .naviBox .boxBottom ul li a.menu-selected{
		text-decoration: none;
	}

.sitedesign-optblock .naviBox .boxBottom ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 15px 0 35px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border: none;
	background: none;

	}
	.sitedesign-optblock .naviBox .boxBottom ul li a:before {
		content: "";
		display: block;
		position: absolute;
		width: 18px;
		height: 18px;
		left: 0;
		top: 5px;
		background: url(../images/parts/icon_sankaku.png) no-repeat 0 0;
		background-size: 18px 18px;
	}

	.sitedesign-optblock .naviBox .boxBottom ul li a:hover{
		text-decoration: none;
	}
	.sitedesign-optblock .naviBox .boxBottom ul li a.menu-selected{
		text-decoration: none;
	}

.sitedesign-optblock .naviBox {
	padding-top: 30px;
}
.sitedesign-optblock .naviBox .box {
	clear: left;
}
.sitedesign-optblock .naviBox ul{
	clear: left;
	display: inline;
	padding: 0 !important;
	list-style-type: none;
	}
	.sitedesign-optblock .naviBox ul li {
		list-style: none;
	}
	.sitedesign-optblock .naviBox ul li:before {
		display: none !important;
	}
.sitedesign-optblock .naviBox .boxBottom > ul > li{
	clear: left;
	width: 100%;
	padding: 0 0 15px 0;
}
.sitedesign-optblock .naviBox .boxBottom > ul > li:last-child{
	border-bottom:0px;
}
.sitedesign-optblock .naviBox .boxBottom > ul > li a{
	padding: 3px 0 15px 30px;
}
.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li{
	padding: 15px 0 0 15px;
}
.sitedesign-optblock .naviBox .boxBottom > ul > li > ul > li a{
	display: list-item;
	padding: 0 0 15px 25px;

	font-size: 100%;
	line-height: 1em;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li a:hover{
		text-decoration: none;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li a:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		left: ;
		top: 0px;
		background: url(../images/parts/icon_maru.png) no-repeat 0 0;
		background-size: 15px 15px;
	}
	.sitedesign-optblock3 .naviBox .boxBottom > ul > li > ul li a:before {
		left: -7px;
		top: 0px;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li > ul li {
		position: relative;
		margin: 0 0 10px;
		padding: 0;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li > ul li a {
		padding-left: 35px;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul li > ul li a:before {
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		left: 15px;
		top: 2px;
		background: url(../images/parts/icon_sikaku.png) no-repeat 0 0;
		background-size: 12px 12px;
	}
	.sitedesign-optblock3 .naviBox .boxBottom > ul > li > ul li > ul li a.menu:before {
		left: 2px;
		top: 2px;
	}

/* 画像メニュー */
.siteblock-upper .naviBox .boxBottom > ul > li a.imgNavi,
.siteblock-bottom .naviBox .boxBottom > ul > li a.imgNavi,
.sitedesign-optblock .naviBox .boxBottom > ul > li a.imgNavi{
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.siteblock-upper .naviBox .boxBottom ul li a.imgNavi:before,
.siteblock-bottom .naviBox .boxBottom ul li a.imgNavi:before,
.sitedesign-optblock .naviBox .boxBottom ul li a.imgNavi:before {
	display: none;
}
.siteblock-upper .naviBox .boxBottom > ul > li > ul > li a.imgNavi,
.siteblock-bottom .naviBox .boxBottom > ul > li > ul > li a.imgNavi,
.sitedesign-optblock .naviBox .boxBottom > ul > li > ul > li a.imgNavi{
	list-style: none;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}
.siteblock-upper .naviBox .boxBottom > ul > li > ul > li > ul > li a.imgNavi,
.siteblock-bottom .naviBox .boxBottom > ul > li > ul > li > ul > li a.imgNavi,
.sitedesign-optblock .naviBox .boxBottom > ul > li > ul > li > ul > li a.imgNavi {
	list-style: none;
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
}


/* スマホ以外 */
@media (min-width: 768px) {
	.sitedesign-optblock3 .opt3Navi .boxBottom > ul {
		display: flex;
		justify-content: center;
		margin-left: -10px;
		margin-right: -10px;
	}
	.sitedesign-optblock3 .opt3Navi .boxBottom > ul > li {
		flex: 1;
		margin: 0 10px;
	}
}


/* T. タブレット */
@media (max-width: 991px) {
	.siteblock-upper .naviBox .boxBottom > ul > li,
	.siteblock-bottom .naviBox .boxBottom > ul > li{
		/*width: 33.3333%;*/
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li{
		width: 100%;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.siteblock-upper .naviBox .boxBottom > ul > li,
	.siteblock-bottom .naviBox .boxBottom > ul > li{
		width: auto;
	}
	.sitedesign-optblock .naviBox .boxBottom > ul > li,
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul > li, 
	.sitedesign-optblock .naviBox .boxBottom > ul > li > ul > li ul > li {
		width: auto;
	}
	.siteblock-upper .naviBox .boxBottom > ul > li a.imgNavi img,
	.siteblock-bottom .naviBox .boxBottom > ul > li a.imgNavi img {
		width: 100%;
	}
}


/* ---------------------------------------------------------------------------------------- 

	共通

---------------------------------------------------------------------------------------- */

/* -------------------------------------
 * モバイルアクセス時の表示切替ボタン
 * ---------------------------------- */
#cmsMobileButton {
	display: none;
}


/* -------------------------------------
 * ページリンク
 * ---------------------------------- */
.pageLink {
	clear: both;
	position: relative;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}
.pageLink ul {
	position: relative;
	margin: 0;
	text-align: center;
}
.pageLink li {
    display: inline-block;
	width: auto;
    padding-left: 8px;
    padding-right: 8px;
	line-height: 1em;

	font-size: 100%;
	font-weight: bold;
	}
	.pageLink li a {
		font-size: 100%;
	}
.pageLink li.prevBu {
	border-right: 1px solid;
}
.pageLink li.nextBu {
	border-left: 1px solid;
}

@media screen and (max-width: 767px) {
	.pageLink li {
	    padding-left: 4px;
	    padding-right: 4px;
	}
}


/* -------------------------------------
 * ぱんくずリスト
 * ---------------------------------- */
.sitedesign-topicpath {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sitedesign-topicpath:after {
	content: '';
	width: 100%;
	height: 50px;
	background-image: url(../images/parts/tent.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top .sitedesign-topicpath:after {
	display: none;
}

.breadcrumb {
	width: 1140px;
	background: none;
	margin: 0 auto;
	text-align: right;
	font-weight: normal;
}
.breadcrumb > li:before {
	background: none;
}
.breadcrumb > li a {
	font-weight: bold;
}
.breadcrumb > li+li:before {
    content: ">";
	padding: 0 15px;
	font-weight: bold;
}

@media screen and (max-width: 1139px) {
	.breadcrumb {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.sitedesign-topicpath {
		display: none;
	}
}


/* ---------------------------------------------------------------------------------------- 

	ページタグ

---------------------------------------------------------------------------------------- */

/*
　【共通】フォーム系
--------------------------------------*/
/* スマホ */
@media (max-width: 767px) {
  .mailform-table th,
  .mailform-table td,
  tr[class^="commentForm"] th,
  tr[class^="commentForm"] td {
    display: block;
    width: 100%;
  }
  .mailform-table td,
  tr[class^="commentForm"] td {
    border-top: none;
    border-bottom: none;
  }
}


/*
　【共通】ページ遷移系
--------------------------------------*/
.topicsList .pageLink ul,
.blogCategoryArchives .pageLink ul,
.blogEntry .pageLink ul,
.blogMonthlArchives .pageLink ul,
.blogIndividual .pageLink ul,
.blogSearch .pageLink ul,
.albumDetail .pageLink ul,
.search .pageLink ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.blogSearch .pageLink ul,
.search .pageLink ul {
  justify-content: center;
}
.topicsList .pageLink .prevBu,
.blogCategoryArchives .pageLink .prevBu,
.blogEntry .pageLink .prevBu,
.blogMonthlArchives .pageLink .prevBu,
.blogIndividual .pageLink .prevBu,
.albumDetail .pageLink .prevBu {
  padding-right: 10px;
  text-align: left;
  width: calc((100% - 85px)/2);
}
.topicsList .pageLink .mainBu,
.blogCategoryArchives .pageLink .mainBu,
.blogEntry .pageLink .mainBu,
.blogMonthlArchives .pageLink .mainBu,
.blogIndividual .pageLink .mainBu,
.albumDetail .pageLink li:nth-child(2) {
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  width: 85px;
}
.topicsList .pageLink .nextBu,
.blogCategoryArchives .pageLink .nextBu,
.blogEntry .pageLink .nextBu,
.blogMonthlArchives .pageLink .nextBu,
.blogIndividual .pageLink .nextBu,
.albumDetail .pageLink li.nextBu {
  padding-left: 10px;
  text-align: right;
  width: calc((100% - 85px)/2);
}

/* 前ページへのリンクがない場合 */
.topicsList .pageLink .mainBu,
.blogCategoryArchives .pageLink .mainBu,
.blogEntry .pageLink .mainBu,
.blogMonthlArchives .pageLink .mainBu,
.blogIndividual .pageLink .mainBu,
.albumDetail .pageLink li {
  margin-left: calc((100% - 85px)/2);
}
.topicsList .pageLink .prevBu + .mainBu,
.blogCategoryArchives .pageLink .prevBu + .mainBu,
.blogEntry .pageLink .prevBu + .mainBu,
.blogMonthlArchives .pageLink .prevBu + .mainBu,
.blogIndividual .pageLink .prevBu + .mainBu,
.albumDetail .pageLink li.prevBu,
.albumDetail .pageLink li.nextBu,
.albumDetail .pageLink li.prevBu + li {
  margin-left: 0;
}


/*
　【共通】送信ボタン系
--------------------------------------*/
.blogCommentPost .pageLink ul,
.commentFormBox .pageLink,
.mailForm .pageLinkBox,
.formConfirm .pageLink ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.blogCommentPost .pageLink li,
.formConfirm .pageLink li {
  margin: 0 10px;
}
.commentFormBox input,
.mailForm input {
  margin: 0;
}

.albumList .pageLink > ul > li > a, 
.parts_other_bupageTopBox a, 
.parts_other_buPrintBox a, 
.returnBu a, a.returnBu, 
input[type="submit"], .pageMore a {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 30px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 140%;
	font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.albumList .pageLink > ul > li > a:hover, 
.parts_other_bupageTopBox a:hover, 
.parts_other_buPrintBox a:hover, 
.returnBu a, a.returnBu:hover, 
input[type="submit"], .pageMore a:hover {
	text-decoration: none;
	box-shadow: none;
}


#sl0base {
    height: 8px !important;
    border-radius: 4px;
}
#sl0slider {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px;
    top: -4px !important;
}

div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	margin-right: 5px !important;
	padding: 5px 12px !important;
	border: none !important;
	border-radius: 24px;
	
	font-weight: bold;
}
div.pagination span.current {
	border: none !important;
}


/* T. タブレット */
@media (max-width: 991px) {

	.albumIndexBox ul li {
		width: 100%;
		margin: 0 0 2% 0;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.albumIndex {
		width: 100%;
	}
}


/* -----------------------------------------
  サイトマップ
----------------------------------------- */
.siteblock-main ul.tree {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.siteblock-main ul.tree > ul > li {
  list-style: none;
}

/*
　第一階層（ホーム非表示）
--------------------------------------*/
.siteblock-main #tree > ul > li > a {
  display: none;
}

/*
　第二階層以降
--------------------------------------*/
.siteblock-main #tree > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
.siteblock-main #tree > ul > li > ul:before,
.siteblock-main #tree > ul > li > ul:after {
  display: none;
}
.siteblock-main #tree > ul > li > ul > li {
  border-radius: 20px;
  border: 5px solid;
  list-style: none;
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
}

/* スマホ以外 */
@media (min-width: 768px) {
  .siteblock-main #tree > ul > li > ul > li {
    width: calc(50% - 15px);
  }
  .siteblock-main #tree > ul > li > ul > li:nth-child(odd) {
    margin-right: 15px;
  }
  .siteblock-main #tree > ul > li > ul > li:nth-child(even) {
    margin-left: 15px;
  }
}



/* ---------------------------------------------------------------------------------------- 

	ブロックレイアウト用パーツ

---------------------------------------------------------------------------------------- */

/*
　【共通】カレンダー系
--------------------------------------*/
table.calendar td {
  font-size: 87.5% !important;
  text-align: center;
}
table.calendar tr:first-child th {
  font-size: 100% !important;
  padding: 5px !important;
  text-align: center;
}


/* -----------------------------------------
  トピックス
----------------------------------------- */
/* -------------------------------------
 * トピックス
 * ---------------------------------- */
.siteblock-side .topicsDigest h3 {
	box-sizing: border-box;
	float: left;
	display: block;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	background: none;
	
	font-size: 180%;
	}
	.siteblock-side .topicsDigest h3 {
		font-size: 140%;
		padding-bottom: 10px;
	}

.topicsList{
	display: flex;
	flex-wrap: wrap;
}
.topicsListBox{
	display: flex;
	align-content: stretch;
	min-height: 122px;
	margin-bottom:30px;
	padding: 15px 15px 0;
}
.topicsList div:first-child {
	clear: both;
}

/* 日付 */
.topicDate {
    font-size: 90%;
    margin-bottom: 0;
    text-align: left;
	margin-top:5px;
}
.topicsArticleBox .topicsArticlePhoto {
	text-align: center;
}
.topicsArticleBox .topicsArticleBody{
	margin-top:15px;
	text-align: center;
}
.topicsArticleBox .topicDate {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.topicsArticleBox h2 {
	margin-top: 0;
	text-align: center;
}

.topicsListBox,
.topicsDigestBox {
	box-sizing: border-box;
	
	float: left;
	width: 50%;
	}
	.topicsListBox > div,
	.topicsDigestBox > div {
		box-sizing: border-box;
		border: 5px solid;
		
		width: 100% !important;

		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
.topicsListBox:nth-child(even) {
	clear: left;
}

.topicsDigestBox {
	width: 31%;

	margin-right: 3.5%;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}
.siteblock-side .topicsDigestBox h4,
.siteblock-opt2 .topicsDigestBox h4 {
	display: inline-block;
	width: 100% !important;
}
.topicsDigestBox > div {
	background: url(../images/parts/ya_brown.png) no-repeat right 7px;
}

.topicsDigest .box .boxTop .boxBottom .topicsDigestBox:nth-child(4) {
	margin-right: 0;
}
.topicsListBox div.topicDigestImgOn,
.topicsListBox div.topicDigestImgOFF,
.topicsDigestBox div.topicDigestImgOn,
.topicsDigestBox div.topicDigestImgOFF {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.topicsListBox .topicDigestText,
.topicsDigestBox .topicDigestText {
	width: 100%;
	margin: 0;
	padding: 10px 15px 10px;
	}
	.topicsListBox .topicDigestText h4,
	.topicsDigestBox .topicDigestText h4 {
		clear: both !important;
		width: 100% !important;
		text-align: left;
		padding-bottom: 0;
	}
	.topicsListBox .topicDigestText h4:after,
	.topicsDigestBox .topicDigestText h4:after {
		display: none !important;
	}
.topicsListBox .topicDigestPhoto,
.topicsDigestBox .topicDigestPhoto {
	width: 100%;
	padding: 0 0 0 0;
	}
	.siteblock-side .topicsListBox .topicDigestPhoto,
	.siteblock-side .topicsDigestBox .topicDigestPhoto {
		margin: 0;
		padding: 0;
	}
.topicsListBox .topicDigestImgOn .topicDigestPhoto,
.topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
	max-width:100%;
	width: 100%;
}
.topicsListBox .topicDigestImgOn .topicDigestPhoto img,
.topicsDigestBox .topicDigestImgOn .topicDigestPhoto img {
	width: 100%;

	border-radius: 0 0 13px 13px;
	-webkit-border-radius: 0 0 13px 13px;
	-moz-border-radius: 0 0 13px 13px;
}
.topicsListBox .topicDigestText .topicDate,
.topicsDigestBox .topicDigestText .topicDate {
	float: left;
	display: block;
	width: auto !important;
	margin: 5px 0 0;
	padding: 5px 10px !important;
	
	font-size: 85%;
	line-height: 1em;
}

.topicsListBox .topicDigestText .topicDate {
	text-align: left;
}

.topicsListBox .topicDigestText h2,
.topicsDigestBox .topicDigestText h3 {
	clear: both;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 10px 0 0;
	
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	
	text-align: left;
	border: none;
	background: none;
}
.topicsListBox .topicDigestText h2:before,
.topicsDigestBox .topicDigestText h3:before,
.topicsListBox .topicDigestText h2:after,
.topicsDigestBox .topicDigestText h3:after {
	display: none;
}
.topicsListBox .topicDigestText p,
.topicsDigestBox .topicDigestText p {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	
	font-size: 95%;
	line-height: 1.5em;
	
	background: none;
}
.topicDigestLink {
	clear: both;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	}
	.siteblock-side .topicDigestLink {
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}
.topicDigestLink a {
	display: inline-block;
    padding:6px 30px;
	border-radius: 15px;
    cursor:pointer;
	
	font-size: 120%;
	font-weight: bold;
	line-height: 1em;
}
.topicDigestLink a:hover {
	text-decoration: none;
}
.topicDigestLink a {
    display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 70px;
	
	font-size: 120%;
	font-weight: bold;

    min-height: 40px;
    text-decoration: none;
    text-align: center;
	line-height: 1.25em;
	
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;

    text-decoration: none;

    background: url(../images/parts/ya_white.png) no-repeat;
	background-position: right center;
	
	border: 5px solid;
	
	transition: all .3s;
}
.topicDigestLink a:hover,
.topicDigestLink a:active,
.topicDigestLink a:focus {
    text-decoration: none;
    background-image: url(../images/parts/ya_white.png);
}

.pagetemp-top .siteblock-opt1 .topicsDigestBox,
.pagetemp-top .siteblock-opt2 .topicsDigestBox,
.pagetemp-column1 .sitedesign-optblock .topicsDigestBox,
.pagetemp-column2 .siteblock-side .topicsDigestBox,
.pagetemp-column2 .sitedesign-optblock .topicsDigestBox {
	box-sizing: border-box;
	
	float: left;
	width: 100%;

	padding: 0 0 15px;
	margin-right: 0 !important;
}
.siteblock-side .topicsDigestBox .topicDigestText h3,
.sitedesign-optblock .topicsDigestBox .topicDigestText h3 {
	margin: 0;
	padding: 5px 0 10px;
	text-align: left;
}
.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestText,
.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
	float: left;
	width: 100%;
}
.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
	padding: 15px 0 0 0;
}

.siteblock-side .topicsDigestBox .topicDigestText h4,
.sitedesign-optblock .topicsDigestBox .topicDigestText h4 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 5px 0 10px;
	
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5em;
	
	text-align: left;
}
.siteblock-side .topicsDigestBox .topicDigestText h4 {
	font-size: 120%;
	}
	.siteblock-side .topicsDigestBox .topicDigestText h4:before,
	.sitedesign-optblock .topicsDigestBox .topicDigestText h4:before {
		display: none;
	}
.siteblock-side .topicsDigestBox .topicDigestText h4 a,
.sitedesign-optblock .topicsDigestBox .topicDigestText h4 a {
	text-decoration: none;
}
.siteblock-side .topicsDigestBox .topicDigestText p,
.sitedesign-optblock .topicsDigestBox .topicDigestText p {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0;
}
.siteblock-side .topicsDigestBox .topicDigestText p.topicDate,
.sitedesign-optblock .topicsDigestBox .topicDigestText p.topicDate {
	font-size: 85%;
	line-height: 1em;
}

.siteblock-side .eventDigest h3 {
	font-size: 120%;
}

.siteblock-upper .topicsDigest .boxBottom,
.siteblock-bottom .topicsDigest .boxBottom,
.pagetemp-top .siteblock-opt3 .topicsDigest .boxBottom {
	display: flex;
	flex-wrap: wrap;
}
.siteblock-upper .topicsDigest .boxBottom .topicsDigestBox,
.siteblock-bottom .topicsDigest .boxBottom .topicsDigestBox,
.pagetemp-top .siteblock-opt3 .topicsDigest .boxBottom .topicsDigestBox {
	display: flex;
	align-content: stretch;
}
.pagetemp-top .siteblock-opt3 .topicsDigest .boxBottom h3 {
	width: 100%;
}



/* S. スマートフォン */
@media (max-width: 767px) {

	.topicsListBox,
	.topicsDigestBox {
		width: 100%;
		padding: 0 0 5%;
		margin-right: 0;
	}
	.topicsListBox .topicDigestText .topicDate {
		text-align: right;
		padding-left: 0;
	}

	.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestText,
	.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
		float: left;
		width: 100%;
	}
	.sitedesign-optblock .topicsDigestBox .topicDigestImgOn .topicDigestPhoto {
		padding: 0;
	}

}

/* -------------------------------------
 * ブログ
 * ---------------------------------- */
.blogEntry li:before {
	display: none !important;
}

.blogRecentList, .blogCategoryList {
	box-sizing: border-box;
	margin: 0;
	padding: 5px 20px;
	line-height: 1.25em;
	
	background: url(../images/parts/bg_cloth.png) repeat 0 0;

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;

	}
	.siteblock-side .blogRecentList, .siteblock-side .blogCategoryList {
		padding: 0;
	}
.siteblock-upper .blogRecentList > ul li,
.siteblock-bottom .blogRecentList > ul li {
	display: inline-block !important;
	width: 100% !important;
}
.sitedesign-optblock .blogRecentList > ul li {
	width: 100% !important;
}

.blogRecentLink{
	padding-top: 0;
	padding-bottom: 30px;
	text-align:center;
	}
	.siteblock-side .blogRecentLink{
		padding-bottom: 0;
	}

.blogRecentLink a {
    display: inline-block;
	width: auto;
	margin: 15px 0 0;
	padding: 10px 70px;
	
	font-size: 120%;
	font-weight: bold;

    min-height: 40px;
    text-decoration: none;
    text-align: center;
	line-height: 1.25em;
	
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;

    text-decoration: none;

    background: url(../images/parts/ya_white.png) no-repeat;
	background-position: right center;
	
	border: 5px solid;
	
	transition: all .3s;
}
.blogRecentLink a:hover,
.blogRecentLink a:active,
.blogRecentLink a:focus {
    text-decoration: none;
    background-image: url(../images/parts/ya_white.png);
}

.blogEntryList,
.blogIndividualBox,
.blogMonthlArchivesList,
.blogCategoryArchivesList {
	margin-bottom: 30px;
}

/* 日付 */
.blogSearchList p.topicDate,
.blogEntryList p.topicDate,
.blogIndividualBox p.topicDate,
.blogMonthlArchivesList p.topicDate,
.blogCategoryArchivesList p.topicDate {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}

/* 記事タイトル */
.blogEntry h2 {
	text-align:center;
}

.blogSearchList h3,
.blogMonthlArchivesList h3,
.blogCategoryArchivesList h3 {
	margin-top: 0;
	text-align: center;
}
	.blogSearchList h3::after,
	.blogMonthlArchivesList h3::after,
	.blogCategoryArchivesList h3::after {
		margin-left: 0;
	}


/* 記事本文 */
.blogEntryBody p{
	line-height:180%;
}

/* 続きを読む */
.pageMore {
	padding-top: 0;
	text-align: right;
}

/* 記事情報・記事カテゴリー */
.entryFooter ul{
	margin-top: 30px;
	padding-bottom: 30px;
	padding:10px;
	
	background: url(../images/parts/bg_cloth.png) repeat 0 0;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
.entryCategory{
	margin-top: 15px;
}
.entryCategory ul{
	padding-top:10px;
	padding-left:0px;
}
.entryCategory > b{
	display:inline-block;
	padding-top:10px;
    padding-left: 8px;
}

.entryFooter ul li,
.entryCategory ul li{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	line-height:1em;
}
.entryFooter ul li:last-child,
.entryCategory ul li:last-child {
	border-right: 0px;
}
.entryFooter ul li a,
.entryCategory ul li a {
	font-weight: bold;
}

/* トラックバック欄/コメント欄 */
.blogTrackbacksName li,
.blogCommentsName li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	line-height:1em;
}
.blogTrackbacksName li:last-child,
.blogCommentsName li:last-child {
	border-right: 0px;
}

/* コメントフォーム */
.blogCommentsName ul{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0 0 15px;
}

.blogArchiveList {
	
	padding: 10px 15px 15px;
	
	background: url(../images/parts/bg_cloth.png) repeat 0 0;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
}

.blogArchiveList dl{

	position: relative;

	margin: 0 15px;
	padding: 20px 0 30px;

	text-align: left;

	background: url(../images/parts/hr_white.png) repeat-x;
	background-position: center bottom;
	background-size: auto 10px;
	
}
.blogArchiveList dl:last-child {
	background: none;
}

.blogArchiveList dl dt{
	font-weight: normal;
	font-size: 90%;
}
.blogArchiveList dl dd{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.25em;
}
.blogArchiveList dl dd a{
	margin-left: 30px;
}

.relatedEntry dl dt a {

	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.25em;
	
	margin-left: 15px;
}
.blogTrackbacksContents a,
.blogTrackbacksContents a:hover {
	text-decoration: none;
}

/* T. タブレット */
@media (max-width: 991px) {
}

/* S. スマートフォン以外 */
@media (min-width: 768px) {
	.blogArchiveList dl dt{
		float:left;
		clear:left;
		padding-right: 10px;
	}

	.blogArchiveList dl dd a{
		margin-left: 0;
	}
}


/* -------------------------------------
	ブログ内検索・サイト内検索
 * ---------------------------------- */
.blogSearch form,
.siteSearch form{
    border-collapse: separate;
    position: relative;
}
.blogSearchTextBu {
	padding: 10px 30px !important;
	line-height: 1em !important;
	font-size: 100% !important;
}


/* -------------------------------------
 * 一覧
 * ---------------------------------- */
.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogCategoryList ul,
.blogFeed ul{
	padding-left: 0;
	padding-bottom: 15px !important;
}

.siteblock-upper .blogCategoryList > ul,
.siteblock-bottom .blogCategoryList > ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	width: auto !important;
}
.siteblock-upper .blogCategoryList > ul > li,
.siteblock-bottom .blogCategoryList > ul > li {
	padding-right: 30px !important;
}
.siteblock-upper .topicsIndexList > ul,
.siteblock-bottom .topicsIndexList > ul,
.siteblock-upper .blogMonthlyList > ul,
.siteblock-bottom .blogMonthlyList > ul {
	padding-bottom: 30px !important;
}
.siteblock-upper .topicsIndexList > ul > li,
.siteblock-bottom .topicsIndexList > ul > li,
.siteblock-upper .blogMonthlyList > ul > li,
.siteblock-bottom .blogMonthlyList > ul > li {
	float: left !important;
	width: auto !important;
	padding-right: 30px !important;
}

.topicsIndex ul,
.blogRecent ul,
.blogMonthly ul,
.blogFeed ul{
	padding: 0 !important;
}
.blogRecent ul {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0;
	}
	.siteblock-side .blogRecent ul {
		margin: 0;
		border: none;
	}

.topicsIndex ul li,
.blogRecent ul li,
.blogMonthly ul li,
.blogCategoryList ul li,
.blogFeed ul li{
	padding: 20px 5px 0;
	line-height: 1.5em;
	list-style: none;
	}
	.topicsIndex ul li:last-child,
	.blogRecent ul li:last-child,
	.blogMonthly ul li:last-child,
	.blogCategoryList ul li:last-child,
	.blogFeed ul li:last-child{
		border-bottom: none;
	}
	.topicsIndex ul li a,
	.blogRecent ul li a,
	.blogMonthly ul li a,
	.blogCategoryList ul li a,
	.blogFeed ul li a {
		font-size: 120%;
		font-weight: bold;
		}
	.siteblock-side .topicsIndex ul li a,
	.siteblock-side .blogRecent ul li a,
	.siteblock-side .blogMonthly ul li a,
	.siteblock-side .blogCategoryList ul li a,
	.siteblock-side .blogFeed ul li a {
		font-size: 100%;
		}
	.topicsIndex ul li ul li a,
	.blogRecent ul li ul li a,
	.blogMonthly ul li ul li a,
	.blogCategoryList ul li ul li a,
	.blogFeed ul li ul li a {
		font-size: 90%;
		
		}

.blogCategoryList ul li:before,
.topicsIndex ul li:before,
.blogRecent ul li:before,
.blogMonthly ul li:before,
.blogFeed ul li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 18px !important;
	height: 18px !important;
	left: 0 !important;
	top: 3px !important;
	background: url(../images/parts/icon_sankaku.png) no-repeat 0 0 !important;
	background-size: 18px 18px !important;
}
.blogCategoryList ul li:before {
	background: url(../images/parts/icon_sankaku_white.png) no-repeat 0 0 !important;
	background-size: 18px 18px !important;
}
.blogCategoryList ul li ul li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 15px !important;
	height: 15px !important;
	left: 0 !important;
	top: 1px !important;
	background: url(../images/parts/icon_maru_white.png) no-repeat 0 0 !important;
	background-size: 15px 15px !important;
}
.blogCategoryList ul li ul li ul li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 12px !important;
	height: 12px !important;
	left: 0 !important;
	top: 0 !important;
	background: url(../images/parts/icon_sikaku_white.png) no-repeat 0 0 !important;
	background-size: 12px 12px !important;
}


.blogCategoryList ul li > ul li {
	padding-top: 10px;
	padding-bottom: 0;
	border: none;
}
.blogRecent ul li:before {
	display: none !important;
}
.blogRecent ul li {
	position: relative;
	display: inline-block;
	
	width: 100% !important;

	margin: 0;
	padding: 20px 15px 30px;

	background: url(../images/parts/hr_white.png) repeat-x;
	background-position: center bottom;
	background-size: auto 10px;

	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.25em;
}
.blogRecent ul li:last-child {
	background: none;
	padding-bottom: 15px;
}
.blogRecent ul li a {

	display: block;
	
	padding: 0 0 0;
	
	font-size: 113.33333%;
	font-weight: bold;
	line-height: 1.5em;
	}
	.siteblock-side .blogRecent ul li a {
		padding: 0;
		font-size: 106.66666%;
	}


/* -------------------------------------
 * カレンダー
 * ---------------------------------- */

#calendar-area {
	margin: 15px 0;
	}
	.siteblock-side #calendar-area {
		margin: 0;
		border: none;
	}
.calendar_head,
.calendar_bottom {
	margin: 0;
	padding: 0 0 5px;
	}
	.siteblock-side .calendar_head,
	.siteblock-side .calendar_bottom {
		margin: 0;
		padding: 0;
		border: none;
	}
.calendar_bottom {
	border-top: none;
}
.calendar_head a,
.calendar_bottom a {
	font-size: 180%;
}
.calendar_head a.left, 
.calendar_bottom a.left {
	padding-left: 15px;
}
.calendar_head a.right, 
.calendar_bottom a.right {
	padding-right: 15px;
}
table.calendar {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid;
	}
	.siteblock-side table.calendar {
		margin: 10px 0 0;
		border: 3px solid;
	}
table.calendar th,
table.calendarTable th {
	text-align: center;
	padding: 10px 4px;
	font-size: 140%;
}
table.calendarTable tr.week-label th {
	font-size: 100%;
}
table.calendar th span {
	padding-left: 10px;
	padding-right: 10px;
}
table.calendar td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.calendar tr.week-label td {
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.calendar tr.week-label td.sun,
table.calendarTable tr.week-label th.sun {
	color: red;
}
table.calendar tr.week-label td.sat,
table.calendarTable tr.week-label th.sat {
	color: blue;
}
table.calendar tr td.hol a {
	font-weight: bold;
	text-decoration: underline;
}

/* スマホ以外 */
@media (min-width: 768px) {
	.calenderBody,
	#calendar-area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.siteblock-side .calenderBody,
	.siteblock-side #calendar-area {
		display: block;
	}
	.calenderBody table,
	#calendar-area table {
		flex: 1;
		display: block;
		align-self: flex-start;
		width: auto;
		min-width: auto;
		max-width: none;
		margin-left: 15px;
		margin-right: 15px;
	}
	.siteblock-side .calenderBody table,
	.siteblock-side #calendar-area table {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sitedesign-optblock .row .calenderBody table,
	.sitedesign-optblock .row #calendar-area table {
		margin-left: 5px !important;
		margin-right: 5px !important;
		margin-bottom: 10px !important;
	}
	.calenderBody table:nth-of-type(1),
	#calendar-area table:nth-of-type(1) {
		margin-left: 0 !important;
	}
	.calenderBody table:nth-last-of-type(1),
	#calendar-area table:nth-last-of-type(1) {
		margin-right: 0 !important;
	}
	.calenderBody thead,
	#calendar-area thead, 
	.calenderBody tbody,
	#calendar-area tbody, 
	.calenderBody tr,
	#calendar-area tr, 
	.calenderBody th,
	#calendar-area th, 
	.calenderBody td,
	#calendar-area td {
		display: block;
	}
	.calenderBody tr,
	#calendar-area tr {
		display: flex;
		border: 1px solid;
		border-bottom: none;
	}
	.calenderBody th,
	#calendar-area th, 
	.calenderBody td,
	#calendar-area td {
		flex: 1;
		height: auto !important;
		border: none;
	}
	.calenderBody td,
	#calendar-area td {
		border-right: 1px solid;
	}
	.calenderBody tr td:last-child,
	#calendar-area tr td:last-child {
		border: none;
	}
	.businessCalendarBody div {
		width: 100%;
	}
}

/* -------------------------------------
 * イベント
 * ---------------------------------- */
table.eventList .data{
	white-space:nowrap;
	text-align:right;
}
table.eventList td ul{
	list-style:outside none none;
	padding-left: 0;
}
.eventDetail th {
	border-bottom: none;
}
.eventDetail th a {
	font-size: 120%;
}
.eventDetail td .eventDiscription {
	min-width: 30%;
}
.eventDetail .eventTime {
	font-size: 110%;
}
.eventArticle .eventDate {
	font-size: 110%;
	text-align: center;
}
.eventArticle h2 {
	margin-top: 15px;
	text-align: center;
}
.eventCalendar {
	clear: both;
	padding: 30px 0;
}
.eventCalendar table.calendar th {
    text-align: center;
    padding: 4px;
	}
	.siteblock-side .eventCalendar table.calendar th {
		font-size: 110%;
		font-weight: bold;
	}
.eventCalendar table.calendar td {
    font-size: 100%;
    text-align: center;
    padding: 8px 0;
}

/* -----------------------------------------
  アルバム
----------------------------------------- */
.albumList .pageLink ul {
  list-style: none;
  padding-left: 0;
}

/*
　標準
--------------------------------------*/
.albumListBox {
}
.albumListBox:before,
.albumListBox:after {
  display: none;
}

.albumListBox h2 {
	width: 100%;
}

.albumText {
  width: calc(100% - 210px);
}
.albumList .albumListBox .albumPhoto img {
  max-width: 158px !important;
}



/* -------------------------------------
 * アルバム
 * ---------------------------------- */
.albumListComment,
.album > div > div > p {
	padding: 15px 15px 25px;
	margin-bottom: 30px;

	background: url(../images/parts/hr_brown.png) repeat-x;
	background-position: center bottom;
	background-size: auto 10px;
}
.albumIndex {
	float: left;
	box-sizing: border-box;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
}
.albumIndex ul li:before,
.albumList ul li:before {
	display: none !important;
}

.albumIndex .mainBox {
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 0 0;
}
.albumIndex .mainBox h2 {
	float: left;
	display: block;
	margin: 30px 0 0;
}
.albumIndex .mainBox ul {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.albumIndex .mainBox ul li {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: 2px solid;
}
.albumIndex .mainBox ul li a {

	display: block;
	
	padding: 0 0 0 60px;
	
	font-size: 113.33333%;
	font-weight: bold;
	line-height: 1.5em;
	
	}
	.albumIndex .mainBox ul li a:before {
		position: absolute;
		float: left;
		top: 12px;
		left: 15px;
		margin: 0;
	
		display: block;
		content: '';
		width: 30px;
		height: 30px;
		
		background: url(../images/parts/icon_sankaku.png) no-repeat left center;
		background-size: 30px 30px;
	
		}

.albumIndexBox ul {
	float: left;
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0;
	
	border: 3px solid;
	}
	.siteblock-side .albumIndexBox ul {
		margin: 0;
		border: none;
	}
	.sitedesign-optblock .albumIndexBox ul {
		margin: 0;
	}

.albumIndexBox ul li {
	float: left;
	display: block;
	width: 100%;
	padding: 15px 15px;
	line-height: 1.5em;
	list-style: none;
	
	}
	.albumIndexBox ul li:last-child {
		border-bottom: none;
	}
	.sitedesign-optblock .albumIndexBox ul li,
	#side .albumIndexBox ul li {
		position: relative;
		padding: 15px;
		border-bottom: 2px solid;
	}
	.sitedesign-optblock .albumIndexBox ul li:last-child,
	.siteblock-side .albumIndexBox ul li:last-child {
		border-bottom: none;
	}

.albumIndexBox ul li a {

	display: block;
	
	padding: 0 0 0 45px;
	
	font-size: 113.33333%;
	font-weight: bold;
	line-height: 1.5em;
	}
	.siteblock-side .albumIndexBox ul li a {
		padding: 0 0 0 20px;
		font-size: 100%;
	}
	.albumIndexBox ul li a:before {
		position: absolute;
		float: left;
		top: 50%;
		left: 15px;
		margin: -0.65em 15px -0.5em 0;
	
		display: block;
		content: '';
		width: 30px;
		height: 30px;

		background: url(../images/parts/icon_sankaku.png) no-repeat left center;
		background-size: 30px 30px;
	
		}
		.siteblock-side .albumIndexBox ul li a:before {
			position: absolute;
			float: left;
			top: 50%;
			left: 0;
			margin: -0.85em 0 0 0;
		
			display: block;
			content: '';
			width: 30px;
			height: 30px;
		
			background: url(../images/parts/icon_sankaku.png) no-repeat left center;
			background-size: 30px 30px;
		}

.albumIndexBox ul li:nth-of-type(even),
.albumIndexBox ul li:last-child {
	margin-right: 0;
}
.siteblock-header .albumIndexBox ul li, 
.siteblock-upper .albumIndexBox ul li, 
.siteblock-main .albumIndexBox ul li, 
.siteblock-bottom .albumIndexBox ul li {
	float: left;
}

.albumThumb,
.albumListBox .albumPhoto{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid;
    text-align: center;
    float: left;

    border-radius: 15px;
	}
	.albumListBox .albumPhoto img,
	.albumThumb img {
		border-radius: 10px;
	}


.albumListBox {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.albumListBox .albumPhoto,
.albumListBox .albumText{
	 float: left !important;
}
.albumListBox .albumPhoto{
	margin-right:15px;
}
.albumListBox .albumText h4{
	text-align: left;
	background: none;
	}
	.albumListBox .albumText h4:after{
		display: none;
	}
.albumListBox .albumPhoto img {
	max-width:100% !important;
}

.albumListBox .buAlbum {
	padding: 10px 10px;
	text-align: center;
    border-radius: 15px;
	
	background: url(../images/parts/bg_cloth.png) repeat 0 0;
}
.albumListBox .buAlbum a {
	font-weight: bold;
}

.albumList .pageLink > ul > li > a, 
.parts_other_bupageTopBox a, 
.parts_other_buPrintBox a, 
.returnBu a, a.returnBu, 
input[type="submit"], .pageMore a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 18px;
	border: 3px solid;
    cursor: pointer;
    font-size: 100%;
	font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.albumList .pageLink > ul > li > a:hover, 
.parts_other_bupageTopBox a:hover, 
.parts_other_buPrintBox a:hover, 
.returnBu a, a.returnBu:hover, 
input[type="submit"], .pageMore a:hover {
	text-decoration: none;
	box-shadow: none;
}


#sl0base {
    height: 8px !important;
    border-radius: 4px;
}
#sl0slider {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px;
    top: -4px !important;
}

div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	margin-right: 5px !important;
	padding: 5px 12px !important;
	border: none !important;
	border-radius: 24px;
	
	font-weight: bold;
}
div.pagination span.current {
	border: none !important;
}

.pageLink li:before {
	display: none !important;
}

/* T. タブレット */
@media (max-width: 991px) {

	.albumIndexBox ul li {
		width: 100%;
		margin: 0 0 2% 0;
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	.albumIndex {
		width: 100%;
	}
	
	.albumListBox {
		display: block !important;
	}
	.albumListBox h2 {
		width: 100% !important;
	}
}

/* -------------------------------------
 * Google Map
 * ---------------------------------- */
#googlemap-comment {
	padding-bottom: 30px;
}

/* -------------------------------------
 * サイトマップ
 * ---------------------------------- */
#tree ul {
	list-style: none !important;
}
#tree li {
	font-size: 100%;
	font-weight: bold;
	line-heigh: 1em;
	padding-top: 8px;
	list-style: none !important;
	}
	#tree li:before {
		display: none;
	}
#tree > ul > li > ul > li {
	margin-bottom: 0;
}
#tree > ul > li > ul li {
	position: relative;
	list-style: none !important;
	
	padding-left: 30px;
}
#tree > ul > li > a {
	position: relative;
	padding-left: 25px;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
}
#tree > ul > li > ul > li > a {
	position: relative;
	padding-left: 25px;
	font-size: 110%;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-decoration: none;
}
#tree > ul > li > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
	background: url(../images/parts/icon_sankaku.png) no-repeat 0 0;
	background-size: 18px 18px;
}
#tree > ul > li > ul > li > ul > li > a {
	position: relative;
	padding-left: 25px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#tree > ul > li > ul > li > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 3px;
	background: url(../images/parts/icon_maru.png) no-repeat 0 0;
	background-size: 13px 13px;
}
#tree > ul > li > ul > li > ul > li > ul > li > a {
	position: relative;
	padding-left: 20px;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}
#tree > ul > li > ul > li > ul > li > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 3px;
	background: url(../images/parts/icon_sikaku.png) no-repeat 0 0;
	background-size: 10px 10px;
}

.sitemapParts {
	margin-top: 30px;
	margin-left: -30px;
}
.sitemapParts a:hover {
	text-decoration: underline;
}
.sitemapParts ul {
	list-style-type: none !important;
	padding-left: 0;
}
.sitemapParts > ul > li {
	list-style-type: none !important;
}
.sitemapParts > ul > li a::before {
	background: none;
}
.sitemapParts li {
	position: relative;
	font-size: 100%;
	line-heigh: 1em;
	padding-top: 8px;
	list-style-type: none !important;
	}
	.sitemapParts li:before {
		display: none;
	}

.sitemapParts > ul > li > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 0;
}
.sitemapParts > ul > li > ul > li a {
	position: relative;
	padding-left: 25px;
	font-size: 120%;
	text-decoration: none;
}
.sitemapParts > ul > li > ul > li > ul > li a {
	padding-left: 20px;
	font-size: 120%;
	text-decoration: none;
}
.sitemapParts > ul > li > ul > li > ul > li > ul > li a {
	padding-left: 15px;
	font-size: 100%;
	text-decoration: none;
}
.sitemapParts > ul > li > ul > li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 20px;
	background: url(../images/parts/icon_sankaku.png) no-repeat 0 0;
	background-size: 25px 25px;
}
.sitemapParts > ul > li > ul > li > ul > li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	left: 0;
	top: 2px;
}
.sitemapParts > ul > li > ul > li > ul > li > ul > li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	left: 0;
	top: 5px;
}

.sitemapParts ul.treeLevel0 {
  padding: 0;
}
.sitemapParts ul.treeLevel0 > li {
  list-style: none;
}


/* -------------------------------------
 * メールフォーム
 * ---------------------------------- */
.mailform-table{
	margin:0;
}

/* SIDE */
.sitedesign-optblock #mailform_form table th,
.sitedesign-optblock form table th, 
.siteblock-side #mailform_form table th,
.siteblock-side form table th {
	width: 100%;
	display:block;
	white-space:normal;
	border-bottom:0px;
}
.sitedesign-optblock #mailform_form table td,
.sitedesign-optblock form table td, 
.siteblock-side #mailform_form table td,
.siteblock-side form table td {
	width: 100%;
	display:block;
	white-space:normal;
	border-top:0px;
	border-bottom:0px;
}

@media (min-width: 992px) {
	.blogCommentPostBox table th,
	#mailform_form table th,
	form table th {
		width: 20%;
		white-space:nowrap;
		border-right:0px;
	}
	.blogCommentPostBox table td,
	#mailform_form table td,
	form table td {
		width: 80%;
		border-left:0px;
	}
}
@media (max-width: 991px) {
	.blogCommentPostBox table th,
	#mailform_form table th,
	form table th {
		width: 100%;
		display:block;
		white-space:normal;
		border-bottom:0px;
	}
	.blogCommentPostBox table td,
	#mailform_form table td,
	form table td {
		width: 100%;
		display:block;
		white-space:normal;
		border-top:0px;
		border-bottom:0px;
	}
	div[class^="parts_tabel_type"],
	div[class^="parts_tabel_type"] table,
	div[class^="parts_tabel_type"] table th,
	div[class^="parts_tabel_type"] table td{
		width: auto;
		min-width: 0;
		/*white-space: normal;*/
	}
}
/* S. スマートフォン */
@media (max-width: 767px) {
	div[class^="parts_tabel_type"] table {
		width: 100%;
	}
}


/* -------------------------------------
 * 検索
 * ---------------------------------- */
.searchLink {
	text-align: center;
}
.siteSearchTextBu {
	display: inline-block;

    margin-top: 15px;
	padding:6px 30px;
	border-radius: 15px;
    cursor:pointer;
	
	font-size: 100%;
	text-align: center;
	line-height: 1em;
}

/* -------------------------------------
 * リンクと説明
 * ---------------------------------- */
.explanList {
	text-align: left;

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.explanList dl a {
	font-size: 113.33333%;
}

/* よくある質問
--------------------------------------*/
.qaList dl dt {
	border-bottom: none;
	min-height: 10px;
	border-bottom: 3px dotted;
}
.qaList dl dt:before,
.qaList dl dd:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 50px;
	width: 50px;
}
.qaList dl dt:before {
    background: url(../images/parts/faq_q.png) no-repeat 0 0;
	background-size: 40px auto;
}
.qaList dl dd:before {
    background: url(../images/parts/faq_a.png) no-repeat 0 0;
	background-size: 40px auto;
}

.qaList dl dt,
.qaList dl dd {
	text-align: left;
	padding-left: 70px !important;
}
.qaList dl dt {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}
.qaList dl dd {
}
.qaList dl dt:before,
.qaList dl dd:before {
	font-family: Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------
  メールフォーム
----------------------------------------- */
/*
　SIDE・OPT
--------------------------------------*/
.siteblock-side .mailform-table th,
.siteblock-side .mailform-table td,
[class^="siteblock-opt"] .mailform-table th,
[class^="siteblock-opt"] .mailform-table td {
  display: block;
  width: 100%;
}
.siteblock-side .mailform-table td,
[class^="siteblock-opt"] .mailform-table td {
  border-top: none;
  border-bottom: none;
}

/* -----------------------------------------
  メニュー
----------------------------------------- */
/*
　HEADER
--------------------------------------*/
/* スマホ以外 */
@media (min-width: 768px) {
  .siteblock-header .navbar-nav > li > div {
    padding: 15px;
    line-height: 20px;
  }
  .siteblock-header .menu-level-0 {
    position: relative;
  }
  .siteblock-header .menu-level-0 > .navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5) !important;
  }
  .siteblock-header .menu-level-0:last-child > .navbar-nav {
    left: auto;
    right: 0;
  }
  .siteblock-header .menu-level-0 > .navbar-nav li {
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
  }
  .siteblock-header .menu-level-0:hover > .navbar-nav li {
    height: 50px;
    visibility: visible;
    opacity: 1;
  }
  .siteblock-header .menu-level-0 > .navbar-nav li a,
  .siteblock-header .menu-level-0 > .navbar-nav li div {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
  }
  .siteblock-header .menu-level-0:hover > .navbar-nav li a,
  .siteblock-header .menu-level-0:hover > .navbar-nav li div {
    visibility: visible;
    opacity: .8;
  }
  .siteblock-header .menu-level-0 > .navbar-nav a.imgNavi {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .siteblock-header .menu-level-0 > .navbar-nav img {
    margin: 10px 0;
    max-height: 40px;
  }

  /* 第3階層*/
  .siteblock-header .menu-level-1 > .navbar-nav {
    display: none;
  }
}



/* D. デスクトップ */
@media (max-width: 1199px) {
}
/* T. タブレット */
@media (max-width: 991px) {
}
/* S. スマートフォン */
@media (max-width: 767px) {
}



