@import url("./html_lib/common.css");
@import url("./common_contents.css");
@import url("./editor-style_body.css");
/*
Theme Name: Kurashiki BUNKA 2021(移行準備ver)
Version: 2.1b
Description:This theme for KURASHIKI-BUNKA. Twenty Fifteen customize. add CMB2. Last update 151014
Author:Seiki Nishijima
Author URI:http://pong-design.com/

This theme has been based on the production of GPL of Twenty Fifteen.
Please diversion in self-responsibility in the copyleft.

	$Id: style.css,v1.2 $
*/
/*------------------------------------
  共通設定ここから
-------------------------------------*/
html{
	-webkit-text-size-adjust: none;
}
body {
	padding:0 0;
	margin:0px auto 0px auto;
	background: #211916;
	text-align:center;
	color: #201915;
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , Hiragino Kaku Gothic Pro , sans-serif;
}
#background {
	padding:0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1240px;
	background: #f2f0e1;
	word-wrap:break-word;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background {
		min-width: 100%;
	}
}
/*-----------------------------------*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
.pcBanner {
	display: block;
}
.spBanner {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background img {
		width: 100%;
		height: auto;
	}
	.pcBanner {
		display: none;
	}
	.spBanner {
		display: block;
	}
}
/*-----------------------------------*/
a img {
	filter: Alpha(opacity=100);
}
a:hover img {
	filter: Alpha(opacity=50);
	/* aレイヤーの無いIE用 */
	background: #fff\9;	/* IE8 */
	*background: #fff;	/* IE7 */
	_background: #fff;	/* IE6 */
}
/*-----------------------------------*/
a.linkButton {
	background: #e9545b url(./images/icon01.png) no-repeat 13px 50%;
	display: inline-block;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 14px 20px 12px 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	a.linkButton {
		display: block;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header{

}
#background header ,
#background footer ,
#background article {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
}
#background section {
	margin:0px auto 0px auto;
	text-align:center;
	width: 1200px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background section {
		width: 100%;
	}
}
/*-----------------------------------*/
#background .mainColumn {
	margin:0px auto 0px auto;
	width: 860px;
	float: left;
}
#background .subColumn {
	margin:0px auto 0px auto;
	width: 290px;
	float: right;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn ,
	#background .subColumn {
		width: auto;
		float: none;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background h2 ,
#background h3 ,
#background h4 ,
#background h5 ,
#background p ,
#background ul ,
#background ol {
	margin-bottom: 20px;
}
/*------------------------------------
  共通ヘッダ設定　ここから
-------------------------------------*/
#background header h1 {
	width: 890px;
	float: left;
	margin: 0 0 0 0;
	clear: none;
/** del nishi 150930
	padding: 30px 0 18px 10px;
	add nishi 150930 **/
	padding: 30px 0 0 10px;
}
#background header h1 a {
	display: block;
	float: left;
/** add nishi 150930 **/
	filter: Alpha(opacity=100) !important;
	opacity: 1 !important;
	margin-bottom: 18px;
	position: relative;
}
#background header h1 a:hover img {
	filter: Alpha(opacity=100);
	background: transparent;
}
#background header h1 a em {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	filter: Alpha(opacity=0);
	opacity: 0;
}
/** add nishi 150930 end **/

#background header h1 span {
	display: block;
	float: right;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header h1 {
		width: 100%;
		float: none;
		padding: 20px 30px 0px 27px;
		margin: 0 0 0 0;
	}
	#background header h1 a ,
	#background header h1 span {
		float: none;
		margin: 0 0 15px 0 !important;
	}
	#background header h1 span {
		margin-bottom: 14px;
		padding-right: 24%;
	}
	/** add nishi 150930 **/
	#background header h1 a em {
		display: none;
	}
}
/*-----------------------------------*/
#background header .subMenu {
	display: block;
	width: 290px;
	float: right;
	text-align: right;
	padding-top: 20px;
	margin: 0 0px 0 0;
}
#background header .subMenu.subMenu2 {
	padding-top: 40px;
}
#background header .subMenu a.linkButton {
	background-image: url(./images/icon_map.png);
	background-color: #5bbcbc;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	margin-bottom: 10px;
	width: 260px;
	text-align: center;
}
#background header .subMenu.subMenu2 a.linkButton {
	margin-bottom: 0;
}
#background header .subMenu a.linkButton.presentLink {
	background-image: url(./images/icon_box.png);
	background-color: #e9545b;
}

#background header .subMenu a.linkButton.photoLink {
	background-image: url(./images/photo_album/icon2.png);
	background-color: #211916;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header .subMenu {
		width: 55%;
		padding: 0 0 0;
		margin: 0px 10px 20px 0;
		display: none;
	}
	#background header .subMenu a.linkButton {
		background-size: 20px 20px;
		padding: 14px 15px 12px 40px;
		font-size: 14px;
		letter-spacing: 0;
		text-align: center;
	}
	#background header .subMenu a.linkButton span {
		display: none;
	}
}

/*------------------------------------
  共通メニュー設定　ここから
-------------------------------------*/
#background header .spMenu {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header .spMenu {
		float: left;
		display: block;
		width: 15%;
		padding: 0 0 0;
		margin: 0px 0 0 0;
		position: absolute;
		top: 7px;
		right: 7px;
	}
	#background header .spMenu a.linkButton {
		padding: 16% 16% 16% 16%;
		letter-spacing: 0;
		background-color: #fff;
		color: #666461;
		text-align: center;
	}
}
/*-----------------------------------*/
#background .globalNavi {
	display: block;
	margin-bottom: 40px;
}
#background .globalNavi ul  {
	margin: 0 0 0 0;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background .globalNavi .pcNavi ul li {
	float: left;
	border-right: 1px solid #c9c7c3;
	position: relative;
}
#background .globalNavi .pcNavi ul li.on a:after{
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 60px;
	background-color: #e9545b;
	opacity: 0.1;
}
#background .globalNavi .pcNavi ul li.BOL,
#background .globalNavi .pcNavi ul li.EOL {
	border: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .globalNavi {
		background: transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		margin-bottom: 0;
		background: url(./images/background_menu.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}
	#background .globalNavi .pcNavi {
		display: none;
	}
}
/*-----------------------------------*/
#background .globalNavi .spNavi {
	display: none;
	width: 100%;
	padding: 20px 10px 20px 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#background .globalNavi .spNavi ul {
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background .globalNavi .spNavi img {
	height: 20px;
	width: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
#background .globalNavi .spNavi li {
	border-bottom: 1px solid #c9c7c3;
}
#background .globalNavi .spNavi li a {
	padding: 13px 20px 10px 20px;
	display: block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #666461;
}
/*------------------------------------
  共通メニュー(フッター)設定　ここから
  add nishi 150929
-------------------------------------*/
#background .globalNavi#globalFooter {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	text-align: center;
}
#background .globalNavi#globalFooter nav.pcNavi {
	padding: 0 0 0 0;
	width: 1200px;
	margin: 0 auto 0 auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .globalNavi#globalFooter {
		position: static;
		width: 100%;
		min-width: 100%;
		height: auto;
		/*border-bottom: 4px solid #211916;*/
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#background .globalNavi#globalFooter nav.spNavi ,
	#background .globalNavi#globalFooter nav.spNavi ul {
		display: block !important;
		position: static;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
}
/*-----------------------------------*/
#background .globalNavi#globalFooter nav.spNavi ul li {
	width: 50%;
	float: left;
}
#background .globalNavi#globalFooter nav.spNavi ul li.even {
	border-left: 1px solid #c9c7c3;
}
#background .globalNavi#globalFooter nav.spNavi ul li.even.special ,
#background .globalNavi#globalFooter nav.spNavi ul li.even.present {
	border-left: 1px solid #e9545b;
}
#background .globalNavi#globalFooter nav.spNavi ul li.EOL {
	display: none;
}
#background .globalNavi#globalFooter nav.spNavi ul li a {
	font-size: 14px;
	padding-left: 10px;
}
#background .globalNavi#globalFooter nav.spNavi ul li a img {
	margin-right: 10px;
}
#background .globalNavi#globalFooter nav.spNavi ul li.photo {
	border: none;
	width: 100%;
}

/*-- menu add color --*/
#background .globalNavi nav.spNavi ul li.photo a ,
#background .globalNavi nav.spNavi ul li.home a {
	background: #211916;
	color: #fff;
}
#background .globalNavi nav.spNavi ul li.EOL a{
	background: #666;
	color: #fff;
}
#background .globalNavi#globalFooter nav.spNavi ul li.photo a {
	text-align: center;
}
#background .globalNavi nav.spNavi ul li.special a {
	background: #e9545b;
	color: #fff;
}
#background .globalNavi nav.spNavi ul li.access a {
	background: #5bbcbc;
	color: #fff;
}
#background .globalNavi nav.spNavi ul li.present a {
	background: #e9545b;
	color: #fff;
}

#background .globalNavi nav.spNavi ul li.home ,
#background .globalNavi nav.spNavi ul li.EOL ,
#background .globalNavi nav.spNavi ul li.special ,
#background .globalNavi nav.spNavi ul li.access ,
#background .globalNavi nav.spNavi ul li.present {
	border-bottom: none;
}

/*------------------------------------
  共通フッタ住所設定　ここから
-------------------------------------*/
#background article.address {
	background: #fadd00;
/** add nishi 150929 **/
	padding-bottom: 60px;
}
#background article.address section {
	padding: 20px 0px 25px 0px;
	position: relative;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article.address section {
		padding: 20px 20px 20px 20px;
	}
/** add nishi 150929 **/
	#background article.address {
		padding-bottom: 0;
	}
}
/*-----------------------------------*/
#background article.address h2 {
	width: 430px;
	float: left;
	margin: 10px 0 0 10px;
}
#background article.address dl {
	width: 420px;
	float: left;
	padding-top: 15px;
}
#background article.address dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 15px;
	letter-spacing: 0.12em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article.address h2 {
		width: 50%;
		float: none;
		margin: 0 0 10px 0;
	}
	#background article.address dl {
		width: 100%;
		float: none;
	}
	#background article.address dl dt {
		font-size: 16px;
		margin-bottom: 5px;
		letter-spacing: 0.05em;
	}
	#background article.address dl dd span {
		display: block;
	}
}
/*------------------------------------
  共通フッタ サブメニュー設定　ここから
-------------------------------------*/
#background article.address .footerMenu {
	width: 300px;
	float: right;
	margin: 0 10px auto auto;
	padding-top: 5px;
	text-align: center;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article.address .footerMenu {
		width: 100%;
		float: none;
		margin: 10px auto auto auto;
		padding-left: 10px;
		text-align: center;
	}
}
/*-----------------------------------*/
#background article.address .footerMenu .subMenu {
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
}
#background article.address .footerMenu .subMenu li {
	display: inline-block;
	margin: 0 0 6px 0;
	letter-spacing: 0;
}
#background article.address .footerMenu .subMenu li a {
	color: #211916;
	font-weight: bold;
	text-decoration: none;
}
#background article.address .footerMenu .subMenu li.BOL {
	display: block;
	margin: 0 0 8px 0;
}
#background article.address .footerMenu .subMenu a.linkButton {
	display: block;
	width: 100%;
	background-image: url(./images/icon_dl.png);
	background-color: #211916;
	background-size: 20px 20px;
	font-size: 16px;
	color: #fff;
}
#background article.address .footerMenu .subMenu a.linkButton.accessLink {
	background-image: url(./images/icon_map.png);
	background-color: #5bbcbc;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article.address .footerMenu .subMenu {
		display: none;
	}
}

/*------------------------------------
  共通フッタSNS設定　ここから
-------------------------------------*/
#background article.address .snsSet {
	width: 397px;
	margin: 0 0 0 0;
	text-align: left;
	position: absolute;
	top:125px;
	left: 10px;
}
#background article.address .snsSet li ,
#background article.address .snsSet li.BOL
#background article.address .snsSet li.EOL {
	display: inline-block;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	position:relative;
	vertical-align: middle;
	height: 22px;
}
#background article.address .snsSet li .fb-like {
	width: auto;
	position:relative;
	top: -2px;
/* del nishi 151023
	display: inline;
 */
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article.address .snsSet {
		position:static;
		width: 100%;
		float: none;
		margin: 10px auto auto auto;
		padding-left: 10px;
		text-align: center;
	}
	#background article.address .snsSet li {
		display: inline-block;
		padding: 0 0 10px 0;
		line-height: 0;
		text-align: center;
	}
}


/*------------------------------------
  共通フッタ設定　ここから
-------------------------------------*/
#background footer {
	background: #211916;
	color: #fff;
	padding: 25px 0 20px 0;
}
#background footer address {
	text-align: center;
	font-style: normal;
	line-height: 1em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer {
		padding: 10px 20px 10px 20px;
	}
	#background footer address {
		font-size: 12px;
		line-height: 1.6em;
	}
	#background footer address span {
		display: block;
		text-align: center;
	}
}


/*------------------------------------
  共通ページネーション設定　ここから
-------------------------------------*/
#background #pagination {
/* del nishi 151019
	background: #666461;
	padding: 10px 5px 0px 10px; */
	clear: both;
	text-align: center;
	font-size: 0;
/* add nishi 151019 */
	margin-bottom: 40px;
}
#background #pagination a {
/* del nishi 151019
	margin-right: 5px;
	font-size: 14px;
	line-height: 40px; */
	margin-bottom: 10px;
	display: inline-block;
	min-width: 50px;
	height: 40px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
	text-decoration: none;
	color: #201915;
	font-weight: bold;
/* add nishi 151019 */
	margin-right: 10px;
	font-size: 16px;
	line-height: 37px;
	padding: 3px 5px 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#background #pagination a {
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background #pagination span {
/* del nishi 151019
	margin-right: 5px;
	font-size: 14px;
	line-height: 40px; */
	display: inline-block;
	margin-bottom: 10px;
	width: 50px;
	height: 40px;
	text-align: center;
	background: #fadd00;
	font-weight: bold;
/* add nishi 151019 */
	margin-right: 10px;
	font-size: 16px;
	line-height: 37px;
	padding: 3px 5px 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#background #pagination a.prev ,
#background #pagination a.next {
	width: 90px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #pagination {
		margin-bottom: 10px;
	}
	#background #pagination a ,
	#background #pagination span ,
	#background #pagination a.prev ,
	#background #pagination a.next {
		width: auto;
		min-width: auto;
		height: auto;
		font-size: 14px;
		line-height: 1em;
		padding: 10px 10px 7px 10px;
		margin-right: 5px;
	}
}



/*------------------------------------
  共通ホーム設定　ここから
-------------------------------------*/
#background .back2home p {
	margin-bottom: 0;
	text-align: center;
}
#background .back2home p a.linkButton {
	background: #211916 url(./images/icon_home.png) no-repeat 13px 50%;
	background-size: 24px 24px;
	padding: 14px 40px 12px 65px;
	letter-spacing: 0.5em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .back2home {
		margin-bottom: 0;
/** add nishi 150929 **/
		display: none;
	}
}

/*------------------------------------
  共通特集設定　ここから
  add nishi 151001
-------------------------------------*/
#background #specialMenu section {
	margin-bottom: 60px;
}
#background #specialMenu h2 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#background #specialMenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#background #specialMenu ul li {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 380px;
	float: left;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background #specialMenu ul li.BOL {
	margin: 0 0 0 0;
}
#background #specialMenu ul li img {
	width: 380px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #specialMenu {
		display: none;
	}
}


/** 250225 応急処置 **/
#background img{
    height: auto;
    max-width: 100%;
}

/** 2025b用 応急処置 **/
#background .pagination .nav-links {
    text-align: center;
}