/*
	$Id: common-odl-contents.css,v1 $

/*===========================================================================

  トップイメージ設定　ここから

===========================================================================*/
#background .globalNavi.topPage {
	z-index: 10;
}
#background #mainImage.topPage {
	background: url(../city_wp2020/images/top2016/background.jpg) repeat-x 50% 0;
	margin-top: -80px;
}
#background #mainImage.topPage section {
	position: relative;
	height: 600px;
}
#background #mainImage.topPage p {
	display: none;
	margin: 0 0 0 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .globalNavi.topPage {
		z-index: 999;
	}
	#background #mainImage.topPage {
		background: url(../city_wp2020/images/background.jpg) repeat 50% 0;
		margin-top: 0;
	}
	#background #mainImage.topPage section {
		height: auto;
	}
	#background #mainImage.topPage p {
		width: auto;
		height: auto;
		display: block;
		margin: 0 15px 10px 15px;
		font-size: 16px;
	}
}
/*-----------------------------------*/
#background #mainImage.topPage p.image01 ,
#background #mainImage.topPage p.image02 {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 10;
}
#background #mainImage.topPage p.image02 {
	left: 0;
	right: auto;
}
#background #mainImage.topPage h2 {
	background: url(../city_wp2020/images/top2016/h2_title_pc.jpg) no-repeat 0 0;
	width: 180px;
	height: 600px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-indent: -20em;
	position: absolute;
	top: 0;
	left: 510px;
}
#background #mainImage.topPage h3 {
	background: url(../city_wp2020/images/top2016/main_text.png) no-repeat 0 0;
	width: 980px;
	height: 280px;
	overflow: hidden;
	text-indent: -20em;
	position: absolute;
	top: 75px;
	right: 85px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #mainImage.topPage p.image01 ,
	#background #mainImage.topPage p.image02 {
		position: static;
		margin: 0 0 10px 0;
	}
	#background #mainImage.topPage h2 {
		background: url(../city_wp2020/images/top2016/h2_title_sp.jpg) no-repeat 0 0;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		line-height: 0;
		padding-top: 31.5%;
		position: static;
		margin-bottom: 20px;
	}
	#background #mainImage.topPage h3 {
		background: transparent;
		width: 100%;
		height: auto;
		overflow: visible;
		text-indent: 0;
		position: static;
		padding: 0 15px 0 15px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.4em;
	}
	#background #mainImage.topPage h3 span {
		display: inline-block;
	}
}
/*------------------------------------
  トップバナー設定　ここから
-------------------------------------*/
#background  .topBanner {
	background: #fff;
	padding-top: 15px;
	min-height: 215px;
	overflow: hidden;
}
#background  .topBanner section {
	margin-bottom: 0;
	position:relative;
}
#background  .topBanner .bannerSet {
	margin-bottom: 40px;
	position:relative;
}
#background  .topBanner p {
	margin: 0 0 0 0;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background  .topBanner .linkBox {
	margin: 0 0 0 0;
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: block;
	text-align: center;
	width: 200px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#background  .topBanner .linkBox .linkButton {
	padding: 12px 65px 10px 35px;
	line-height: 18px;
	background-position: 90% 50%;
	width: 100%;
	background-color: #211916;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background  .topBanner {
		background: transparent;
	}
	#background  .topBanner .linkBox {
		position: static;
		width: 100%;
	}
	#background  .topBanner .linkBox .linkButton {
		padding: 12px 35px 10px 35px;
		background-position: 99% 50%;
	}
}

/*------------------------------------
  トップバナー16設定v2.1　ここから
-------------------------------------*/
#background .topBanner .sliderSet {
	display: block;
	margin-bottom: 15px;
	width: 2816px;
	height: 200px;
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 20;
	margin: 0 0 0 -1408px;
}
#background .topBanner ul.slider {
	margin-bottom: 0;
	height: 184px;
}
#background .topBanner .sliderSet li {
	display: block;
	width: 392px;
	height: 184px;
}
#background .topBanner ul.slider li img {
	width: 392px;
	height: 184px;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#background .topBanner ul.slider li img:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
/*-----------------------------------*/
#background .topBanner .bx-controls {
	padding: 0 0 0;
}
#background .topBanner .bx-controls.bx-has-pager.bx-has-controls-direction {
	height: 0;
}
#background .topBanner .bx-wrapper .bx-viewport {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#background .topBanner .bx-wrapper .bx-controls-direction a {
    top: -110px;
}
#background .topBanner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 786px;
}
#background .topBanner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 786px;
}
#background .topBanner .bannerSet {
	display: none;
}/* del nishijima 160330
#background .topBanner .bx-viewport {
	overflow: visible !important;
}*/
/*-----------------------------------*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topBanner .sliderSet {
		display: none;
	}
	#background .topBanner .bannerSet {
		display: block;
		padding: 0 0 0 0;
		margin-bottom: 20px;
	}
	#background .topBanner ul.bannerSet li ,
	#background .topBanner ul.bannerSet li img {
		width: 100%;
		height: auto;
	}
	#background .topBanner ul.bannerSet li {
		margin-bottom: 10px;
	}
	#background .topBanner .bannerSet .linkButton {
		background-color: #211916;
		padding: 15px 35px 13px 35px;
		text-align: center;
	}
}


/*------------------------------------
  トップレイアウト設定　ここから
-------------------------------------*/
#background .topTopics {
/** del nishi 150925
	background: #ccefff url(../city_wp2020/images/background_map.jpg) repeat 50% 0; **/
	padding: 30px 0 40px 0;
}
#background .topTopics section {
/** del nishi 150925
	background: url(../city_wp2020/images/background_access.png) no-repeat 0 0; **/
}
#background .topTopics .leftColumn {
	width: 760px;
	float: left;
}
#background .topTopics .rightColumn {
/** del nishi 150925
	padding: 10px 0 0 0; **/
	width: 400px;
	float: right;
	line-height: 0;
/** add nishi 150925 **/
	padding: 0 0 0 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topTopics {
		padding: 0 0 0 0;
		margin-bottom: 30px;
	}
	#background .topTopics .leftColumn {
		width: auto;
		float: none;
	}
	#background .topTopics .rightColumn {
		display: none;
	}
}
/*-----------------------------------*/
#background .topTopics .leftColumn p#accessMap {
	margin: 0 0 30px 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topTopics .leftColumn p#accessMap {
		display: none;
	}
}
/*------------------------------------
  トップ　追加バナー設定　ここから
  add nishijima 160629
-------------------------------------*/
#background .topTopics .topAddBanner{
	margin-bottom: 40px;
}

/*------------------------------------
  トップ　リンク集設定　ここから
-------------------------------------*/
#background .topTopics .topLinkSet{
	background:#FFFFFF;
}

#background .topTopics .topLinkSet h3 {
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dotted #999491;
}
#background .topTopics .topLinkSet ul {
	margin: 0 0 0 0;
}
#background .topTopics .topLinkSet ul.imageLink {
	display: block;
	margin: 0 0 0 30px;
}
#background .topTopics .topLinkSet ul.textLink {
	display: none;
}
#background .topTopics .topLinkSet ul.imageLink li {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
}
#background .topTopics .topLinkSet ul.imageLink li img {
	width: 220px;
}
#background .topTopics .topLinkSet ul.imageLink li.EOL {
	margin-right: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topTopics .topLinkSet h3 {
		font-size: 20px;
		padding: 0 20px 0 20px;
		margin-bottom: 20px;
	}
	#background .topTopics .topLinkSet ul.imageLink {
		display: none;
	}
	#background .topTopics .topLinkSet ul.textLink {
		display: block;
	}
	#background .topTopics .topLinkSet ul li {
		margin: 0 10px 20px 10px;
	}
	#background .topTopics .topLinkSet ul li a.linkButton span{
		font-size: 14px;
		display: block;
		padding-bottom: 0.3em;
		font-weight: normal;
	}
}


/*------------------------------------
  トップ　お知らせ設定　ここから
-------------------------------------*/
#background .topTopics .topInfoList {
	background: #fff;
/** add nishi 150925 **/
	margin-bottom: 40px;
}
#background .topTopics .topInfoList h3 {
	border-bottom: 1px dotted #999491;
	text-align: center;
/** add nishi 151016 **/
	padding: 10px 10px 10px 10px;
}
/** add nishi 151016 **/
#background .topTopics .topInfoList h3 img {
	width: 400px;
}
/** add nishi end **/


#background .topTopics .topInfoList p.more {
	margin-bottom: 0;
	padding: 5px 0;
	border-top: 1px dotted #999491;
}
#background .topTopics .topInfoList p.more a.linkButton {
	background: #FFFFFF url(../city_wp2020/images/icon02.png) no-repeat 13px 50%;
	text-align: center;
	width: 100%;
	color: #201915;
	box-shadow: none;
    -webkit-box-shadow: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topTopics .topInfoList h3 {
		margin-bottom: 20px;
	/** del nishi 151016
		padding: 0 20px 0 20px;
		add nishi 151016 **/
		padding: 10px 0 10px 0;
	}
	#background .topTopics .topInfoList p.more {
		position: static;
		display: block;
	}
	#background .topTopics .topInfoList p.more a.linkButton {
		width: 100%;
		padding: 15px 35px 13px 35px;
	}
	/** add nishi 151016 **/
	#background .topTopics .topInfoList h3 img {
		width: 100%;
	}
}
/*-----------------------------------*/
#background .topTopics .topInfoList .infoSet {
	margin: 0 30px 20px 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999491;
}
#background .topTopics .topInfoList .infoSet.EOS {
	margin-bottom: 0;
	border-bottom: none;
}
#background .topTopics .topInfoList .textBox {
	margin: 0 0 0 0;
	width: 490px;
	float: right;
}
#background .topTopics .topInfoList .infoSet p {
	margin: 0 0 0 0;
}
#background .topTopics .topInfoList .infoSet p.photo {
	width: 180px;
	float: left;
}
/** not GD add 150923 **/
#background .topTopics .topInfoList .infoSet p.photo img {
	width: 180px;
}
#background .topTopics .topInfoList .noPostText {
	margin: 0 30px 20px 30px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .topTopics .topInfoList .infoSet {
		margin: 0 0 20px 0;
		padding: 0 20px 20px 20px;
	}
	#background .topTopics .topInfoList .infoSet.EOS {
		border-bottom: none;
	}
	#background .topTopics .topInfoList .textBox {
		width: auto;
		float: none;
	}
	#background .topTopics .topInfoList .infoSet p.photo {
		display: none;
	}
	#background .topTopics .topInfoList .noPostText {
		margin: 0 20px 20px 20px;
	}
}
/*-----------------------------------*/
#background .topTopics .topInfoList .infoSet h4 {
	margin: 0 0 7px 0;
}
#background .topTopics .topInfoList .infoSet h4 a{
	line-height: 1.4;
	font-size: 18px;
}
#background .topTopics .topInfoList .infoSet a {
	color: #201915;
	text-decoration: none;
}
#background .topTopics .topInfoList .infoSet p.date {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #201915;
}
#background .topTopics .topInfoList .infoSet p.date:after {
	content: ".";
	display: block;
	clear: both;
	height: 0em;
	visibility: hidden;
	overflow: hidden;
	zoom:1;
	font-size:0;
}
#background .topTopics .topInfoList .infoSet p.date span {
	display: inline-block;
	padding: 5px 10px 3px 10px;
	background: #201915;
	color: #fff;
	float: left;
}
#background .topTopics .topInfoList .infoSet p.date span.days {
	background: #FFFFFF;
	color: #201915;
}




/*===========================================================================

  インフォメーション　設定　ここから

===========================================================================*/
#background .mainColumn.infoArea {
	background: #fff;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
/* add nishi v2 */
#background .mainColumn.infoArea h2 {
	padding: 20px 20px 0 0;
	margin: 0 0 0 0;
	line-height: 1em;
	text-align: center;
	border-bottom: 1px dashed #333230;
}
#background .mainColumn.infoArea h3 {
	margin: 0 50px 30px 50px;
	line-height: 1.4em;
	font-size: 30px;
}
#background .mainColumn.infoArea p {
	margin: 0 50px 30px 50px;
	font-size: 16px;
}

#background .mainColumn.infoArea p.themaSet {
	padding: 20px 50px 15px 90px;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #999491;
	background: url(../city_wp2020/images/icon11.png) no-repeat 50px 50%;
	font-size: 16px;
	font-weight: bold;
	color: #1394bf;
	line-height: 1em;
}
#background .mainColumn.infoArea p.themaSet a {
	font-weight: bold;
	color: #1394bf;
	text-decoration: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 2px solid #333230;
	}
	#background .mainColumn.infoArea h2 {
		padding: 12px 0px 10px 0px;
	}
	#background .mainColumn.infoArea h3 {
		margin: 0 15px 10px 15px;
		font-size: 16px;
	}
	#background .mainColumn.infoArea p {
		margin: 0 15px 20px 15px;
		font-size: 14px;
	}
	#background .mainColumn.infoArea p.themaSet {
		padding: 15px 20px 12px 35px;
		margin: 0 0 0 0;
		background: url(../city_wp2020/images/icon11.png) no-repeat 10px 50%;
		background-size: 20px 20px;
		font-size: 12px;
		line-height: 1em;
	}
}
/*-----------------------------------*/
#background .mainColumn.infoArea p.photo {
	margin: 50px 50px 30px 50px;
	text-align: center;
}
#background .mainColumn.infoArea ul.photo {
	margin: 40px 50px 30px 50px;
	text-align: center;
}
#background .mainColumn.infoArea p.photo.mainPhoto ,
#background .mainColumn.infoArea ul.photo.mainPhoto {
	margin-bottom: 0;
}
#background .mainColumn.infoArea ul.photo li {
	float: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
#background .mainColumn.infoArea ul.photo li.EOL {
	float: right;
}
/** not GD add 150923 **/
#background .mainColumn.infoArea p.photo img {
	width: 760px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea p.photo ,
	#background .mainColumn.infoArea ul.photo {
		margin: 10px 10px 20px 10px;
	}
	#background .mainColumn.infoArea ul.photo li {
		width: 50%;
		padding-top: 0;
	}
	#background .mainColumn.infoArea ul.photo li.mainPhoto {
		width: 100%;
	}
	#background .mainColumn.infoArea p.photo img ,
	#background .mainColumn.infoArea ul.photo img {
		width: 100%;
		max-width: auto;
	}
}
/*-----------------------------------*/
#background .mainColumn.infoArea p.date {
	margin: 0 50px 30px 50px;
}
#background .mainColumn.infoArea p.date span {
	display: inline-block;
	background: #201915;
	border: 1px solid #201915;
	line-height: 1em;
	padding: 5px 15px 3px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	float: left;
}
#background .mainColumn.infoArea p.date span.days {
	background: #fff;
	color: #201915;
}
#background .mainColumn.infoArea p.date:after {
	content: ".";
	display: block;
	clear: both;
	height: 0em;
	visibility: hidden;
	overflow: hidden;
	zoom:1;
	font-size:0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea p.date {
		margin: 0 10px 20px 10px;
		font-size: 10px;
		line-height: 1em;
	}
	#background .mainColumn.infoArea p.date span {
		display: inline-block;
		padding: 5px 10px 3px 10px;
		font-size: 10px;
	}
}
/*-----------------------------------*/
#background .mainColumn.infoArea .more {
	margin: 0 50px 20px 50px;
	text-align: center;
}
#background .mainColumn.infoArea .more .linkButton {
	display: block;
	background: #fff url(../city_wp2020/images/icon02.png) no-repeat 450px 50%;
	border: 1px solid #231815;
	padding: 14px 45px 12px 20px;
	color: #231815;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea .more {
		margin: 0 10px 10px 10px;
	}
	#background .mainColumn.infoArea .more .linkButton {
		background-position: 98% 50%;
		padding: 16px 45px 12px 20px;
		font-size: 16px;
	}
}


/*------------------------------------
  インフォメーション関連リンク　設定　ここから
-------------------------------------*/
#background .mainColumn.infoArea .infoLink {
	margin: 0 50px 50px 50px;
}
#background .mainColumn.infoArea .infoLink h3 {
	background:  #376aa8;
	padding: 13px 40px 10px 40px;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
}
#background .mainColumn.infoArea .infoLink ul {
	padding: 20px 30px 20px 30px;
	margin: 0 0 0 0;
	border: 1px solid #201915;
	border-top: none;
}
#background .mainColumn.infoArea .infoLink ul li {
	padding: 13px 8px 10px 38px;
	border-bottom: 1px dashed #999491;
	background: url(../city_wp2020/images/icon04.png) no-repeat 8px 50%;
}
#background .mainColumn.infoArea .infoLink ul li.EOL {
	border-bottom: none;
}
#background .mainColumn.infoArea .infoLink ul a {
	font-weight: bold;
	color: #1394bf;
	font-size: 16px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea .infoLink {
		margin: 0 10px 20px 10px;
	}
	#background .mainColumn.infoArea .infoLink h3 {
		padding: 13px 20px 10px 20px;
		font-size: 16px;
	}
	#background .mainColumn.infoArea .infoLink ul {
		padding: 0 10px 0 10px;
	}
	#background .mainColumn.infoArea .infoLink ul a {
		font-size: 14px;
	}
}

/*------------------------------------
  インフォメーション一覧　設定　ここから
-------------------------------------*/
#background .mainColumn.infoArea.infoList {
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
#background .mainColumn.infoArea.infoList #topInfoArea {
	background: #fff;
	margin-bottom: 50px;
}
#background .mainColumn.infoArea.infoList .infoSet {
	padding: 50px 0 30px 0;
	border-bottom: 1px dashed #333230;
}
#background .mainColumn.infoArea.infoList .infoSet.EOS {
	border-bottom: none;
}
#background .mainColumn.infoArea.infoList p.photo {
	margin: 0 50px 0 50px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .mainColumn.infoArea.infoList #topInfoArea {
		background: #fff;
		margin-bottom: 20px;
	}
	#background .mainColumn.infoArea.infoList .infoSet {
		padding: 20px 0 0 0;
	}
	#background .mainColumn.infoArea.infoList p.photo {
		margin: 0 10px 0 10px;
	}
}
/*-----------------------------------*/
#background .mainColumn.infoArea.infoList .infoSet h3 a {
	color: #201915;
	text-decoration: none;
}

/*------------------------------------
  インフォメーションメニュー　設定　ここから
-------------------------------------*/
#background .subColumn.infoArea .listBox {
	background: #fff;
	margin-bottom: 30px;
}
#background .subColumn.infoArea .listBox h3 {
	border-bottom: 1px dashed #333230;
	background: url(../city_wp2020/images/icon11.png) no-repeat 10px 50%;
	background-size: 26px 26px;
	padding: 18px 0 15px 50px;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0;
}
#background .subColumn.infoArea .listBox ul {
	margin: 0 0 0 0;
}
#background .subColumn.infoArea .listBox li {
	border-bottom: 1px dashed #999491;
	padding: 18px 20px 15px 20px;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 1em;
	color: #1394bf;
}
#background .subColumn.infoArea .listBox li.EOL {
	border: none;
}
#background .subColumn.infoArea .listBox li.more {
	border: none;
	padding: 18px 45px 15px 20px;
	text-align: center;
	background: url(../city_wp2020/images/icon02.png) no-repeat 180px 50%;
	background-size: 20px 20px;
	font-size: 14px;
}
#background .subColumn.infoArea .listBox li.cat-item-none ,
#background .subColumn.infoArea .listBox li a {
	color: #1394bf;
	font-weight: bold;
	text-decoration: none;
}
#background .subColumn.infoArea .listBox li.more a {
	color: #201915;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .subColumn.infoArea .listBox {
		margin-bottom: 0;
	}
	#background .subColumn.infoArea .listBox h3 {
		background: url(../city_wp2020/images/icon11.png) no-repeat 8px 50%;
		font-size: 16px;
		line-height: 1em;
		margin-bottom: 0;
		padding: 15px 0 12px 40px;
	}
	#background .subColumn.infoArea .listBox li {
		padding: 15px 20px 12px 20px;
		font-size: 14px;
	}
	#background .subColumn.infoArea .listBox.newBox ,
	#background .subColumn.infoArea .listBox.monBox {
		display: none;
	}
	#background .subColumn.infoArea .listBox li.more {
		display: none;
	}
}
/*-----------------------------------*/
#background .subColumn.infoArea .listBox.newBox h3 {
	background: url(../city_wp2020/images/icon12.png) no-repeat 10px 50%;
}
#background .subColumn.infoArea .listBox.monBox h3 {
	background: url(../city_wp2020/images/icon13.png) no-repeat 10px 50%;
}
#background .subColumn.infoArea .listBox.newBox li ,
#background .subColumn.infoArea .listBox.monBox li ,
#background .subColumn.infoArea .listBox.newBox li a ,
#background .subColumn.infoArea .listBox.monBox li a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#background .subColumn.infoArea .listBox.monBox li a {
	font-weight: bold;
}
/*-----------------------------------*/
#background .subColumn.infoArea .bannerBox {
	margin-bottom: 30px;
	text-align: center;
}
#background .subColumn.infoArea .bannerBox a.linkButton {
	display: block;
	background-position: 98% 50%;
	padding: 20px 45px 16px 20px;
	background-color: #395897;
	text-align: center;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .subColumn.infoArea .bannerBox {
		margin-bottom: 0;
	}
	#background .subColumn.infoArea .bannerBox a.linkButton {
		font-size: 16px;
	}
}
/*------------------------------------
  インフォメーション月別設定　設定　ここから
-------------------------------------*/
#background .mainColumn.infoArea .monthly {
	margin: 50px 50px 30px 50px;
}
#background .mainColumn.infoArea .monthly li {
	margin: 0 0 20px 0;
	padding: 0 10px 10px 10px;
	width: 33.3%;
	float: left;
	border-bottom: 1px dashed #999491;
	color: #1394bf;
	text-decoration: none;
	font-size: 16px;
}
#background .mainColumn.infoArea .monthly li a {
	color: #1394bf;
	font-weight: bold;
	text-decoration: none;
}


/*===========================================================================

  共通コンテンツ　設定　ここから

===========================================================================*/
#background #themeContents .mainImage {
	margin-bottom: 60px;
}
#background #themeContents .mainImage h2 {
	margin-bottom: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents {
		margin-bottom: 0;
	}
	#background #themeContents .mainImage {
		margin-bottom: 20px;
	}
}
/*------------------------------------
  共通コンテンツメニュー　設定　ここから
-------------------------------------*/
#background #themeContents .mainImage 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: #fff;
}
#background #themeContents .mainImage ul li {
	width: 200px;
	float: left;
	border-right: 1px dashed #666461;
}
#background #themeContents .mainImage ul li.sixEnd {
	border-right: none;
}
#background #themeContents .mainImage ul a {
	display: block;
	border-bottom: 3px solid #e9545b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	padding: 24px 0 35px;
	color: #231815;
	background: url(../city_wp2020/images/icon05.png) no-repeat 50% 50px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .mainImage ul li {
		width: 33.3%;
	}
	#background #themeContents .mainImage ul li.sixEnd {
		border-right: 1px dashed #666461;
	}
	#background #themeContents .mainImage ul a {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 14px;
		padding: 15px 0 15px;
		background: none transparent;
	}
}

/*------------------------------------
  共通コンテンツパーツ　設定　ここから
-------------------------------------*/
#background #themeContents .contentsArea {
	margin-bottom: 60px;
	background: #fff;
	padding: 50px 50px 0 50px;
}
#background #themeContents .contentsArea h3 {
	font-size: 36px;
	line-height: 1.2em;
	padding: 10px 0 0 130px;
	margin-bottom: 50px;
	color: #e9545b;
	position: relative;
}
#background #themeContents .contentsArea h3.noTitle {
	padding: 10px 0 0 0;
}
#background #themeContents .contentsArea h3 span {
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 10px;
	color: #231815;
}
#background #themeContents .contentsArea h3 em {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #e9545b;
}
#background #themeContents .contentsArea p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.75em;
	color: #211916;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea {
		margin-bottom: 30px;
		padding: 20px 0 0 0;
	}
	#background #themeContents .contentsArea h3 {
		font-size: 18px;
		/*min-height: 50px;*/
		line-height: 1.4em;
		padding: 0 10px 0 65px;
		margin: 0 10px 20px 10px;
		letter-spacing: 0;
	}
	#background #themeContents .contentsArea h3.noTitle {
		padding: 0 10px 0 10px;
		min-height: auto;
	}
	#background #themeContents .contentsArea h3 span {
		display: none;
	}
	#background #themeContents .contentsArea h3.noTitle span {
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding-top: 5px;
	}
	#background #themeContents .contentsArea h3 em {
		height: 50px;
		width: 50px;
	}
	#background #themeContents .contentsArea p {
		margin: 0 20px 20px 20px;
		font-size: 14px;
	}
}
/*== ナンバーボックス ================*/
#background #themeContents .contentsArea li {
	position: relative;
}
#background #themeContents .contentsArea li span {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	letter-spacing: 0;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-size: 11px;
	color: #fff;
	background: #e9545b;
	text-align: center;
	font-weight: bold;
}
#background #themeContents .contentsArea ol li span {
	top: 0;
}
#background #themeContents .contentsArea ol li {
	display: block;
	padding: 1px 0 20px 30px;
	font-size: 14px;
	color: #666461;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea li span {
		line-height: 16px;
		width: 16px;
		height: 16px;
		font-size: 9px;
	}
	#background #themeContents .contentsArea ol {
		margin: 0 20px 10px 20px;
	}
	#background #themeContents .contentsArea ol li {
		padding: 0 0 10px 25px;
		font-size: 12px;
	}
}

/*------------------------------------
  共通コンテンツ写真セット　設定　ここから
-------------------------------------*/
#background #themeContents .contentsArea .textArea {
	width: 400px;
	padding-bottom: 30px;
	float: left;
}
#background #themeContents .contentsArea ul {
	width: 650px;
	padding-bottom: 40px;
	float: right;
}
#background #themeContents .contentsArea.oddSet .textArea {float: right;}
#background #themeContents .contentsArea.oddSet ul {float: left;}
#background #themeContents .contentsArea .oddSet .textArea {float: right;}
#background #themeContents .contentsArea .oddSet ul {float: left;}
#background #themeContents .contentsArea.oddSet .oddSet .textArea {float: left;}
#background #themeContents .contentsArea.oddSet .oddSet ul {float: right;}


#background #themeContents .contentsArea ul li {
	margin-bottom: 10px;
	float: left;
	display: block;
}
#background #themeContents .contentsArea ul li.sub1 {
	margin-right: 10px;
}
#background #themeContents .contentsArea ul li.sub1 ,
#background #themeContents .contentsArea ul li.sub2 ,
#background #themeContents .contentsArea ul li.sub1 img ,
#background #themeContents .contentsArea ul li.sub2 img {
	width: 320px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .textArea ,
	#background #themeContents .contentsArea ul {
		width: 100%;
		float: none;
		padding: 0 0 0 0;
		margin-bottom: 20px;
	}
	#background #themeContents .contentsArea ul li {
		margin: 0 0 0 0;
	}
	#background #themeContents .contentsArea ul li.sub1 {
		margin-right: 0;
	}
	#background #themeContents .contentsArea ul li.sub1 ,
	#background #themeContents .contentsArea ul li.sub2  {
		width: 50%;
	}
	#background #themeContents .contentsArea ul li.sub1 img ,
	#background #themeContents .contentsArea ul li.sub2 img {
		width: 100%;
	}
}

/*------------------------------------
  共通コンテンツリンクセット　設定　ここから
-------------------------------------*/
#background #themeContents .contentsArea .linkSet {
	margin-bottom: 50px;
	border-top: none;
	clear: both;
}
#background #themeContents .contentsArea .linkSet h3 {
	font-size: 23px;
	text-align: center;
	padding: 20px 20px 15px 20px;
	margin: 0 0 0 0;
	min-height: auto;
	background: #e9545b;
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet {
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
	}
	#background #themeContents .contentsArea .linkSet h3 {
		font-size: 16px;
		padding: 10px 10px 5px 10px;
	}
}
/*-----------------------------------*/
#background #themeContents .contentsArea .linkSet ul {
	width: 100%;
	padding: 25px 30px 0 30px;
	float: none;
	margin: 0 0 0 0;
	border: 1px solid #666461;
	border-top: none;
}
#background #themeContents .contentsArea .linkSet ul li {
	display: block;
	padding: 0 20px 20px 60px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #666461;
	float: none;
	font-size: 18px;
	line-height: 1.5em;
	background: url(../city_wp2020/images/icon06r.png) no-repeat 20px 0;
}
#background #themeContents .contentsArea .linkSet ul li.EOL {
	padding: 0 20px 5px 60px;
	border-bottom: none;
	float: none;
}
#background #themeContents .contentsArea .linkSet a {
	font-weight: bold;
	color: #231815;
	text-decoration: none;
}
#background #themeContents .contentsArea .linkSet em {
	padding-top: 5px;
	display: block;
	color: #e9545b;
	font-size: 14px;
	line-height: 1em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet ul {
		padding: 20px 10px 0 10px;
		float: none;
		margin: 0 0 0 0;
		border: 1px solid #666461;
		border-top: none;
	}
	#background #themeContents .contentsArea .linkSet ul li {
		display: block;
		padding: 0 10px 10px 30px;
		margin-bottom: 20px;
		font-size: 14px;
		background-position: 5px 0;
		background-size: 18px 18px;
	}
	#background #themeContents .contentsArea .linkSet ul li.EOL {
		padding: 0 10px 0 30px;
		border-bottom: none;
		float: none;
	}
	#background #themeContents .contentsArea .linkSet em {
		display: none;
	}
}





/*------------------------------------
  共通コンテンツ　カラー　設定　ここから
-------------------------------------*/
#background #themeContents .contentsArea.colorB h3 {
	color: #639ee0;
}
#background #themeContents .contentsArea.colorB h3 em {
	background: #639ee0;
}
#background #themeContents .contentsArea.colorD h3 {
	color: #6c8f9c;
}
#background #themeContents .contentsArea.colorD h3 em {
	background: #6c8f9c;
}
#background #themeContents .contentsArea.colorP h3 {
	color: #e87b92;
}
#background #themeContents .contentsArea.colorP h3 em {
	background: #e87b92;
}
#background #themeContents .contentsArea.colorG h3 {
	color: #50ab67;
}
#background #themeContents .contentsArea.colorG h3 em {
	background: #50ab67;
}
#background #themeContents .contentsArea.colorO h3 {
	color: #e87e1a;
}
#background #themeContents .contentsArea.colorO h3 em {
	background: #e87e1a;
}
/*== メニューカラー ==================*/
#background #themeContents .mainImage ul li.colorB a {
	border-bottom: 3px solid #639ee0;
}
#background #themeContents .mainImage ul li.colorD a {
	border-bottom: 3px solid #6c8f9c;
}
#background #themeContents .mainImage ul li.colorP a {
	border-bottom: 3px solid #e87b92;
}
#background #themeContents .mainImage ul li.colorG a {
	border-bottom: 3px solid #50ab67;
}
#background #themeContents .mainImage ul li.colorO a {
	border-bottom: 3px solid #e87e1a;
}
/*== ナンバーボックス ================*/
#background #themeContents .contentsArea.colorB li span {
	background: #639ee0;
}
#background #themeContents .contentsArea.colorD li span {
	background: #6c8f9c;
}
#background #themeContents .contentsArea.colorP li span {
	background: #e87b92;
}
#background #themeContents .contentsArea.colorG li span {
	background: #50ab67;
}
#background #themeContents .contentsArea.colorO li span {
	background: #e87e1a;
}
/*== リンクカラー ====================*/
#background #themeContents .contentsArea.colorB .linkSet h3 {
	background: #639ee0;
	color: #fff;
}
#background #themeContents .contentsArea.colorB .linkSet em {
	color: #639ee0;
}
#background #themeContents .contentsArea.colorB .linkSet ul li {
	background-image: url(../city_wp2020/images/icon06b.png);
}
#background #themeContents .contentsArea.colorD .linkSet h3 {
	background: #6c8f9c;
	color: #fff;
}
#background #themeContents .contentsArea.colorD .linkSet em {
	color: #6c8f9c;
}
#background #themeContents .contentsArea.colorD .linkSet ul li {
	background-image: url(../city_wp2020/images/icon06d.png);
}
#background #themeContents .contentsArea.colorP .linkSet h3 {
	background: #e87b92;
	color: #fff;
}
#background #themeContents .contentsArea.colorP .linkSet em {
	color: #e87b92;
}
#background #themeContents .contentsArea.colorP .linkSet ul li {
	background-image: url(../city_wp2020/images/icon06p.png);
}
#background #themeContents .contentsArea.colorG .linkSet h3 {
	background: #50ab67;
	color: #fff;
}
#background #themeContents .contentsArea.colorG .linkSet em {
	color: #50ab67;
}
#background #themeContents .contentsArea.colorG .linkSet ul li {
	background-image: url(../city_wp2020/images/icon06g.png);
}
#background #themeContents .contentsArea.colorO .linkSet h3 {
	background: #e87e1a;
	color: #fff;
}
#background #themeContents .contentsArea.colorO .linkSet em {
	color: #e87e1a;
}
#background #themeContents .contentsArea.colorO .linkSet ul li {
	background-image: url(../city_wp2020/images/icon06o.png);
}




/*------------------------------------
  共通コンテンツ　イベントカレンダー　設定　ここから
-------------------------------------*/

#background #themeContents .contentsArea .linkSet.eventSet {
	border: 10px solid #e9545b;
	border-top: 0;
}
#background #themeContents .contentsArea .linkSet.eventSet h3 {
	background: #e9545b;
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet.eventSet h3 {
		margin: 0 0 0 0;
	}
	#background #themeContents .contentsArea .linkSet.eventSet {
		border: 4px solid #e9545b;
		border-top: 0;
		margin: 20px 10px 20px 10px;
		padding: 0 0 0 0;
	}
}
/*-----------------------------------*/
#background #themeContents .contentsArea .linkSet.eventSet ul {
	width: 50%;
	float: left;
	border: none;
}
#background #themeContents .contentsArea .linkSet.eventSet ul.right {
	border-left: 1px dotted #666461;
}
#background #themeContents .contentsArea .linkSet.eventSet ul li {
	padding: 0 20px 20px 20px;
	background: none transparent;
	font-weight: bold;
	letter-spacing: 0em;
}
#background #themeContents .contentsArea .linkSet.eventSet ul li.EOL {
	padding: 0 20px 5px 20px;
	border-bottom: none;
}
#background #themeContents .contentsArea .linkSet.eventSet ul li span {
	display: inline-block;
	position: static;
	font-size: 12px;
	text-align: center;
	width: 10em;
	height: 26px;
	line-height: 29px;
	margin-right: 10px;
	background: #e9545b;
}
#background #themeContents .contentsArea .linkSet.eventSet ul li em {
	display: inline-block;
	font-size: 16px;
	line-height: 29px;
	color: #231815;
	padding: 0 0 0 0;
}
#background #themeContents .contentsArea .linkSet.eventSet ul li a {
	display: inline-block;
	font-size: 16px;
	line-height: 29px;
	color: #1394bf;
	text-decoration: underline;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet.eventSet ul ,
	#background #themeContents .contentsArea .linkSet.eventSet ul.right {
		width: 100%;
		float: none;
		border: none;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul li {
		padding: 0 20px 20px 20px;
		background: none transparent;
		font-weight: bold;
		letter-spacing: 0em;
		border-bottom: 1px dotted #666461;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul li.EOL {
		padding: 0 20px 20px 20px;
		border-bottom: 1px dotted #666461;
		margin-bottom: 0;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul.right li.EOL {
		border-bottom: none;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul li span {
		display: inline-block;
		padding: 5px 10px 3px 10px;
		font-size: 12px;
		width: auto;
		height: auto;
		line-height: 1em;
		margin-right: 0;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul li em {
		float: none;
		font-size: 14px;
		line-height: 1.2em;
		margin-left: 10px;
	}
	#background #themeContents .contentsArea .linkSet.eventSet ul li a {
		margin-left: 0;
		font-size: 14px;
		line-height: 1.4em;
		margin-top: 5px;
		display: block;
	}
}



/*------------------------------------
  共通コンテンツ　朝市　設定　ここから
-------------------------------------*/

#background #themeContents .contentsArea .linkSet.asaichiSet {
	border: 10px solid #231815;
	border-top: none;
}
#background #themeContents .contentsArea .linkSet.asaichiSet h3 {
	background: #231815;
	color: #fff;
	margin-bottom: 30px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet.asaichiSet {
		border: 4px solid #231815;
		border-top: none;
		padding: 0 0 0 0;
		margin: 20px 10px 10px 10px;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet h3 {
		margin-bottom: 20px;
	}
}
/*-----------------------------------*/
#background #themeContents .contentsArea .linkSet.asaichiSet dl {
	margin: 0 20px 30px 20px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px dotted #666461;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl.EOL {
	padding: 0 20px 0 20px;
	border-bottom: none;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl dt {
	width: 90px;
	float: left;
	line-height: 2.15em;
	margin-bottom: 10px;
	background: #fadd00;
	color: #231815;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl dd {
	width: 670px;
	float: left;
	line-height: 2.15em;
	padding: 0 0 10px 20px;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl dd.photo {
	width: 240px;
	float: right;
	text-align: right;
	padding: 0 0 10px 0;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl dd.title {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
#background #themeContents .contentsArea .linkSet.asaichiSet dl dd a {
	font-weight: normal;
	color: #1394bf;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .contentsArea .linkSet.asaichiSet dl {
		margin: 0 0 20px 0;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #666461;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet dl.EOL {
		padding: 0 20px 0 20px;
		margin-bottom: 0;
		border-bottom: none;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet dl dt {
		display: inline-block;
		padding: 5px 10px 3px 10px;
		margin: 0 0 5px 0;
		font-size: 12px;
		width: auto;
		height: auto;
		line-height: 1em;
		float: none;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet dl dd ,
	#background #themeContents .contentsArea .linkSet.asaichiSet dl dd.title {
		width: auto;
		float: none;
		line-height: 1.6em;
		font-size: 14px;
		padding: 0 0 15px;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet dl dd.title {
		font-size: 16px;
	}
	#background #themeContents .contentsArea .linkSet.asaichiSet dl dd.photo {
		display: none;
	}
}


/*------------------------------------
  共通コンテンツ外部サイトセット　設定　ここから
-------------------------------------*/
#background #themeContents .linkArea {
	border: 10px solid #fadd00;
	border-top: none;
	background: #fff;
	margin-bottom: 60px;
}
#background #themeContents .linkArea h3 {
	font-size: 26px;
	background: #fadd00;
	color: #231815;
	text-align: center;
	line-height: 1em;
	padding: 20px 0 15px 0;
	margin: 0 0 30px 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .linkArea {
		border: 5px solid #fadd00;
		border-top: none;
	}
	#background #themeContents .linkArea h3 {
		font-size: 16px;
		padding: 15px 0 10px 0;
		margin-bottom: 0;
	}
}
/*-----------------------------------*/
#background #themeContents .linkArea dl {
	padding: 0 0 20px 20px;
	margin: 0 30px 30px 30px;
	border-bottom: 1px dashed #666461;
	background: url(../city_wp2020/images/icon07.png) no-repeat 98% 50%;
}
#background #themeContents .linkArea dl.EOL {
	border-bottom: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .linkArea dl {
		padding: 10px 0 20px 0;
		margin: 0 10px 10px 10px;
		border-bottom: 1px dashed #666461;
		background: none transparent;
	}
	#background #themeContents .linkArea dl.EOL {
		margin-bottom: 0;
	}
}
/*-----------------------------------*/
#background #themeContents .linkArea dd {
	width: 680px;
	padding: 15px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
#background #themeContents .linkArea dt {
	width: 290px;
	float: left;
}

#background #themeContents .linkArea dd a {
	color: #231815;
	text-decoration: none;
}
#background #themeContents .linkArea dd a span {
	display: block;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 10px;
	color: #42302c;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #themeContents .linkArea dd {
		width: 70%;
		padding: 0 0 0 20px;
		font-size: 16px;
	}
	#background #themeContents .linkArea dt {
		width: 30%;
		float: left;
	}
	#background #themeContents .linkArea dd a span {
		display: none;
	}
}










/*===========================================================================

  アクセスページ設定　ここから

===========================================================================*/
#background #accessArea section {
/** del nishi 150924
	background: url(../city_wp2020/images/background_map.jpg);
	padding-top: 30px; **/
	margin-bottom: 30px;
}
#background #accessArea .accessSet {
	background: #fff;
/** del nishi 150924
	margin: 0 30px 30px 30px; **/
	padding-bottom: 430px;
/** add nishi 150924 **/
	border: 10px solid #65d1d6;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #accessArea section {
		margin-bottom: 0;
		padding: 0 0 0 0;
	}
	#background #accessArea .accessSet {
		margin: 0 0 0 0;
		padding-bottom: 0;
/** add nishi 150924 **/
		border: 4px solid #5bbcbc;
	}
}
/*------------------------------------
  アクセスボックス　共通　設定　ここから
-------------------------------------*/
#background #accessArea .accessSet h2 {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 10;
}
#background #accessArea .accessSet p.mapImage {
	margin: 0 0 0 0;
	padding: 30px 0 0 100px;
}
#background #accessArea .accessSet .accessBox {
	position: absolute;
	width: 313px;
}
#background #accessArea .accessSet .airSet {
	bottom: 200px;
	left: 50px;
}
#background #accessArea .accessSet .trainSet {
	bottom: 200px;
	left: 443px;
}
#background #accessArea .accessSet .busSet {
	bottom: 200px;
	right: 50px;
}
#background #accessArea .accessSet .linkSet {
	bottom: 50px;
	left: 50px;
	width: 1080px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #accessArea .accessSet h2 {
		margin: 0 0 0 0;
		padding: 20px 0 10px 0;
		position: static;
	}
	#background #accessArea .accessSet p.mapImage {
		margin: 0 10px 20px 10px;
		padding: 0 0 0 0;
	}
	#background #accessArea .accessSet .accessBox {
		position: static;
		background: #fff;
		margin: 0 10px 20px 10px;
		width: auto;
	}
	#background #accessArea .accessSet .airSet {
		border: 4px solid #9069a9;
		border-top: none;
	}
	#background #accessArea .accessSet .trainSet {
		border: 4px solid #009fd0;
		border-top: none;
	}
	#background #accessArea .accessSet .busSet {
		border: 4px solid #f86c00;
		border-top: none;
	}
	#background #accessArea .accessSet .linkSet {
		border: 4px solid #231815;
		border-top: none;
	}
}
/*------------------------------------
  アクセスボックス　内容　設定　ここから
-------------------------------------*/
#background #accessArea .accessSet .accessBox h4 {
	font-size: 20px;
	text-align: center;
	padding: 8px 10px 5px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #8f8d89;
}
#background #accessArea .accessSet .airSet h4 {
	color: #9069a9;
}
#background #accessArea .accessSet .trainSet h4 {
	color: #009fd0;
}
#background #accessArea .accessSet .busSet h4 {
	color: #f86c00;
}
#background #accessArea .accessSet .linkSet h4 {
	color: #231815;
	margin-bottom: 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #accessArea .accessSet .accessBox h4 {
		font-size: 16px;
		color: #fff;
		padding: 8px 10px 5px;
		margin: 0 0 5px 0;
		border-bottom: none;
	}
	#background #accessArea .accessSet .airSet h4 {
		background: #9069a9;
		color: #fff;
	}
	#background #accessArea .accessSet .trainSet h4 {
		background: #009fd0;
		color: #fff;
	}
	#background #accessArea .accessSet .busSet h4 {
		background: #f86c00;
		color: #fff;
	}
	#background #accessArea .accessSet .linkSet h4 {
		background: #231815;
		color: #fff;
	}
}
/*-----------------------------------*/
#background #accessArea .accessSet ul {
	margin: 0 0 0 0;
}
#background #accessArea .accessSet ul li {
	margin: 0 0 0 0;
	text-align: center;
	float: left;
	width: 200px;
	margin-right: 20px;
}
#background #accessArea .accessSet ul li.EOL {
	margin-right: 0;
}
#background #accessArea .accessSet ul li a img {
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #accessArea .accessSet ul {
		padding: 10px 10px 0 10px;
		margin-bottom: 0;
	}
	#background #accessArea .accessSet ul li {
		margin: 0 0 20px 0;
		width: 100%;
		text-align: left;
	}
}
/*-----------------------------------*/
#background #accessArea .accessSet p {
	margin: 0 10px 10px 20px;
	font-size: 12px;
}
#background #accessArea .accessSet .airSet p {
	color: #e9545b;
}
#background #accessArea .accessSet table  {
	width: 100%;
	padding: 0 10px 0 10px;
}
#background #accessArea .accessSet table th ,
#background #accessArea .accessSet table td {
	padding: 5px 0 5px 0;
	font-weight: bold;
	line-height: 1.4em;
	width: 4em;
	text-align: left;
}
#background #accessArea .accessSet table th {
	width: 5em;
	padding-left: 20px;
	background: url(../city_wp2020/images/access/icon01.png) no-repeat 4px 8px;
	background-size: 12px 12px;
}
#background #accessArea .accessSet table td.time {
	padding-left: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	width: auto;
}
#background #accessArea .accessSet table td.arrow {
	width: 1em;
	padding: 5px 5px 5px 5px;
	color: #b3b0ab;
}
#background #accessArea .accessSet table td span {
	color: #e9545b;
}
#background #accessArea .accessSet table td em {
	color: #ec6c00;
	font-weight: bold;
}
/*-----------------------------------*/
#background #accessArea .accessSet table.addLine {
	border-top: 1px dotted #8f8d89;
}
#background #accessArea .accessSet table.addLine th ,
#background #accessArea .accessSet table.addLine td {
	color: #e9545b;
	padding-bottom: 0;
}
#background #accessArea .accessSet table.addLine td {
	width: auto;
}
#background #accessArea .accessSet table.addLine td.arrow {
	width: 1em;
	color: #b3b0ab;
}
#background #accessArea .accessSet table.addLine td p {
	color: #211916;
	font-weight: normal;
}
/*-----------------------------------*/
#background #accessArea .accessSet .linkButton {
	background-color: #f86c00;
	font-size: 16px;
}
#background #accessArea .accessSet .linkButton.airButton {
	background-color: #9069a9;
}
#background #accessArea .accessSet .linkButton.trainButton {
	background-color: #009fd0;
}
/*-----------------------------------*/
#background #accessArea .accessSet p.imageAir ,
#background #accessArea .accessSet p.imageTrain ,
#background #accessArea .accessSet p.imageBus {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#background #accessArea .accessSet p.imageAir {
	top: 450px;
	left: 50px;
}
#background #accessArea .accessSet p.imageTrain {
	top: 570px;
	left: 570px;
}
#background #accessArea .accessSet p.imageBus {
	top: 340px;
	right: 330px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #accessArea .accessSet p.imageAir ,
	#background #accessArea .accessSet p.imageTrain ,
	#background #accessArea .accessSet p.imageBus {
		position: static;
		display: none;
	}
}
/*===========================================================================

  アンケートページ設定　ここから

===========================================================================*/
#background #presentArea section {
/** del nishi 150924
	background: url(../city_wp2020/images/present/background.jpg) 0 50px;
	padding-top: 30px; **/
	margin-bottom: 30px;
	color: #231815;
}
#background #presentArea .presentSet {
	background: #fff;
/** del nishi 150924
	margin: 0 30px 30px 30px; **/
	padding: 50px 50px 0 50px;
/** add nishi 150924 **/
	border: 10px solid #e9545b;
	margin: 0 0 0 0;
}
#background #presentArea .mainText {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #666461;
}
#background #presentArea h2 {
	margin-bottom: 30px;
}
#background #presentArea p {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.8em;
}
#background #presentArea .mainText  p {
	margin: 0 20px 40px 20px;
}
#background #presentArea a {
	color: #1394bf;
	text-decoration: underline;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea section {
		margin-bottom: 0;
/** del nishi 150924
		padding-top: 10px; **/
	}
	#background #presentArea .presentSet {
/** del nishi 150924
		margin: 0 10px 10px 10px; **/
		padding: 20px 10px 0 10px;
/** add nishi 150924 **/
		border: 4px solid #e9545b;
	}
	#background #presentArea h2 {
		margin: 10px 10px 20px 10px;
	}
	#background #presentArea p {
		padding: 0 10px 0 10px;
		margin-bottom: 30px;
		font-size: 14px;
	}
	#background #presentArea .mainText {
		border-bottom: 1px dotted #666461;
		margin: 0 0 20px 0;
	}
	#background #presentArea .mainText  p {
		margin: 0 10px 20px 10px;
	}
}

/*------------------------------------
  プレゼントボックス　設定　ここから
-------------------------------------*/
#background #presentArea .presentBox {
	width: 480px;
	float: left;
}
#background #presentArea .presentBox p.photo {
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
#background #presentArea .presentBox p.photo span {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 10;
}
#background #presentArea .presentBox h4 {
	font-size: 18px;
	line-height: 24px;
	padding: 5px 0 0 40px;
	background: url(../city_wp2020/images/present/no01.png) no-repeat 0 0;
	margin-bottom: 10px;
}
#background #presentArea .presentBox h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#background #presentArea .presentBox p {
	padding: 0 0 0 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .presentBox {
		width: auto;
		float: none;
	}
	#background #presentArea .presentBox p.photo {
		padding: 0 0 0 0;
		margin-bottom: 10px;
	}
	#background #presentArea .presentBox p.photo span {
		width: 60px;
		height: 60px;
		left: 10%;
	}
	#background #presentArea .presentBox h4 {
		font-size: 16px;
		background-size: 18px 18px;
		padding: 0 0 0 30px;
	}
	#background #presentArea .presentBox p {
		padding: 0 10px 0 10px;
	}
}
/*-----------------------------------*/
#background #presentArea .rightSet {
	width: 530px;
	float: right;
}
#background #presentArea .rightSet .presentBox {
	width: 530px;
	float: none;
	margin-bottom: 50px;
}
#background #presentArea .rightSet .presentBox h4 ,
#background #presentArea .rightSet .presentBox p {
	width: 350px;
	float: right;
	clear: none;
	margin-top: 10px;
}
#background #presentArea .rightSet .presentBox p {
	margin: 0 0 0 0;
}
#background #presentArea .rightSet .presentBox p.photo {
	width: 170px;
	float: left;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .rightSet {
		width: auto;
		float: none;
	}
	#background #presentArea .rightSet .presentBox {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	#background #presentArea .rightSet .presentBox h4 ,
	#background #presentArea .rightSet .presentBox p {
		width: auto;
		float: none;
		clear: none;
		margin-top: 0;
	}
	#background #presentArea .rightSet .presentBox p {
		margin: 0 0 30px 0;
	}
	#background #presentArea .rightSet .presentBox p.photo {
		width: auto;
		float: none;
		text-align: center;
		margin: 0 0 10px 0;
	}
	#background #presentArea .rightSet .presentBox p.photo img {
		width: 50%;
	}
	#background #presentArea .rightSet .presentBox p.photo span img {
		width: 100%;
	}
}
/*-----------------------------------*/
#background #presentArea .bottomSet {
	clear: both;
}
#background #presentArea .bottomSet .presentBox {
	width: 520px;
}
#background #presentArea .bottomSet .presentBox h4 ,
#background #presentArea .bottomSet .presentBox p {
	width: 300px;
	float: right;
	clear: none;
}
#background #presentArea .bottomSet .presentBox p.photo {
	width: 200px;
	float: left;
}
#background #presentArea .bottomSet .presentBox p.photo img {
	width: 200px;
}
#background #presentArea .bottomSet .presentBox p.photo span img {
	width: 60px;
	height: 60px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .bottomSet .presentBox {
		width: auto;
	}
	#background #presentArea .bottomSet .presentBox h4 ,
	#background #presentArea .bottomSet .presentBox p {
		width: auto;
		float: none;
	}
	#background #presentArea .bottomSet .presentBox p.photo {
		width: auto;
		float: none;
		text-align: center;
	}
	#background #presentArea .bottomSet .presentBox p.photo img {
		width: 60%;
	}
	#background #presentArea .bottomSet .presentBox p.photo span img {
		width: 100%;
	}
}
/*------------------------------------
  プレゼントボックス個別設定　ここから
-------------------------------------*/
#background #presentArea .presentBox.present01 p.photo span {
	top: -20px;
	left: -20px;
}
#background #presentArea .presentBox.present02 h4 {
	background-image: url(../city_wp2020/images/present/no02.png);
}
#background #presentArea .presentBox.present03 h4 {
	background-image: url(../city_wp2020/images/present/no03.png);
}
#background #presentArea .presentBox.present04 h4 {
	background-image: url(../city_wp2020/images/present/no04.png);
}
#background #presentArea .presentBox.present05 {
	float: right;
}
#background #presentArea .presentBox.present05 h4 {
	background-image: url(../city_wp2020/images/present/no05.png);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .presentBox.present01 p.photo span {
		top: -10px;
		left: -10px;
	}
}

/*------------------------------------
  プレゼント注意事項　設定　ここから
-------------------------------------*/
#background #presentArea .attentionSet {
	border: 1px solid #666461;
	padding: 50px 50px 0 50px;
	margin-bottom: 50px;
}
#background #presentArea .attentionSet h3 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 20px;
}
#background #presentArea .attentionSet ul {
	margin-bottom: 10px;
}
#background #presentArea .attentionSet li {
	font-size: 16px;
	margin-bottom: 10px;
}
#background #presentArea .attentionSet strong {
	color: #e9545b;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .attentionSet {
		border: none;
		border-top: 1px dotted #666461;
		padding: 20px 0 0 0;
		margin-bottom: 10px;
	}
	#background #presentArea .attentionSet h3 {
		font-size: 16px;
		margin: 0 10px 10px 10px;
	}
	#background #presentArea .attentionSet ul {
		margin: 0 10px 10px 10px;
	}
	#background #presentArea .attentionSet li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#background #presentArea .attentionSet strong {
		color: #e9545b;
	}
}
/*-----------------------------------*/
#background #presentArea .attentionSet a.linkButton {
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 30px 80px 25px 80px;
	color: #fff;
	text-decoration: none;
	background: #e9545b url(../city_wp2020/images/present/icon01.png) no-repeat 30px 50%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #presentArea .attentionSet p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#background #presentArea .attentionSet p a span {
		display: inline-block;
	}
	#background #presentArea .attentionSet a.linkButton {
		font-size: 16px;
		line-height: 1.2em;
		letter-spacing: 0;
		text-align: center;
		display: block;
		padding: 15px 15px 10px 45px;
		background-position: 5% 50%;
		background-size: 25px 25px;
	}
}



/*===========================================================================

  特集トップ設定　ここから

===========================================================================*/
#background .specialTop .sliderArea {
	margin-bottom: 40px;
}
#background .specialTop h2 {
	margin: 0 20px 40px 20px;
	text-align: center;
}
#background .specialTop .bx-controls {
	padding: 0 0 0;
}
#background .specialTop .bx-controls .bx-pager {
	text-align: center;
}
#background .specialTop .bx-controls.bx-has-pager.bx-has-controls-direction {
	height: 0;
}
#background .specialTop .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d6d6d6;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.8);
}
#background .specialTop .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e9545b;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .specialTop .sliderArea {
		display: none;
	}
	#background .specialTop h2 {
		margin: 0 10px 10px 10px;
	}
}
/*------------------------------------
  特集トップ　スライド下　設定　ここから
-------------------------------------*/
#background .specialTop .specialContents {
	margin-bottom: 30px;
/** del nishi 150925
	background: #fff;
	padding: 40px 50px 10px 50px;
}
#background .specialTop .specialContents h2 {
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px dashed #666461; **/
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .specialTop .specialContents {
		background-image: none;
		margin-bottom: 0;
/** del nishi 150925
		padding: 20px 0 0 0; **/
		padding: 0 0 0 0;
	}
/** del nishi 150925
	#background .specialTop .specialContents h2 {
		border: none;
		padding: 0 0 0 0;
		margin-bottom: 20px;
	}
	#background .specialTop .specialContents h2 img {
		width: 50%;
	} **/
}



/*------------------------------------
  特集トップ　一覧　設定　ここから
-------------------------------------*/
#background .specialTop .specialNavi {
	margin-bottom: 0;
}
#background .specialTop .specialNavi li {
/** del in box size 
	width: 530px; **/
	width: 580px;
	float: right;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
	margin-bottom: 40px;
}
#background .specialTop .specialNavi li.even {
	float: left;
}
#background .specialTop .specialNavi li img {
/** del in box size 
	width: 530px; **/
	width: 580px;
}
#background .specialTop .specialNavi li.EOT ,
#background .specialTop .specialNavi li.EOT.even {
/** del in box size 
	width: 340px; **/
	width: 373px;
	float: left;
	margin-right: 40px;
}
#background .specialTop .specialNavi li.EOT.EOL {
	margin-right: 0;
	margin-left: 1px;
}
#background .specialTop .specialNavi li.EOT img {
/** del in box size 
	width: 340px; **/
	width: 373px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .specialTop .specialNavi {
		margin: 0 10px 0 10px;
	}
	#background .specialTop .specialNavi li ,
	#background .specialTop .specialNavi li.even {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#background .specialTop .specialNavi li img {
		width: 100%;
		height: auto;
	}
	#background .specialTop .specialNavi li.EOT ,
	#background .specialTop .specialNavi li.EOT.even ,
	#background .specialTop .specialNavi li.EOT.EOL {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	#background .specialTop .specialNavi li.EOT img {
		width: 100%;
		height: auto;
	}
}

/*===========================================================================

  PDFダウンロード　設定　ここから

===========================================================================*/
#background .dlContents section {
	margin-bottom: 30px;
}
#background .dlContents section h2 {
	text-align: center;
	margin-bottom: 50px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .dlContents section {
		margin-bottom: 0;
	}
	#background .dlContents section h2 {
		margin: 0 10px 20px 10px;
	}
}
/*-----------------------------------*/
#background .dlContents section dl {
	width: 550px;
	margin: 0 0 50px 50px;
	float: left;
	background: #fff;
	padding: 30px 30px 30px 30px;
	box-shadow: 0px 0px 5px rgba(92,60,40,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(92,60,40,0.2);
}
#background .dlContents section dl.odd {
	margin: 0 0 50px 25px;
}
#background .dlContents section dl dt ,
#background .dlContents section dl dd {
	width: 280px;
	float: right;
}
#background .dlContents section dl dd {
	padding: 0 10px 0 10px;
	margin-bottom: 30px;
}
#background .dlContents section dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #333230;
}
#background .dlContents section dl dt a {
	color: #231815;
	text-decoration: none;
}
#background .dlContents section dl p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .dlContents section dl ,
	#background .dlContents section dl.odd {
		width: auto;
		margin: 0 10px 20px 10px;
		float: none;
		background: #fff;
		padding: 20px 10px 10px 10px;
		height: auto !important;
	}
	#background .dlContents section dl dt ,
	#background .dlContents section dl dd {
		width: auto;
		float: none;
	}
	#background .dlContents section dl dt {
		font-size: 16px;
	}
	#background .dlContents section dl dd {
		padding: 0 0 0 0;
		margin-bottom: 20px;
	}
}
/*-----------------------------------*/
#background .dlContents section dl dd.more {
	padding: 0 0 0 0;
	margin-bottom: 0;
	text-align: center;
}
#background .dlContents section dl dd.more a.linkButton {
	display: block;
	width: 100%;
	background-image: url(../city_wp2020/images/icon08.png);
	background-color: #231815;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}
/*-----------------------------------*/
#background .dlContents section dl dd.photo {
	padding: 0 0 0 0;
	margin-bottom: 0;
	width: 180px;
	height: 255px;
	float: left;
}
#background .dlContents section dl img {
	width: 180px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .dlContents section dl dd.photo {
		display: none;
	}
}



/*===========================================================================

  gnavi_v2　設定　ここから

===========================================================================*/

#background .gnavi2{
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#background .gnavi2 h2 {
	position: absolute;
	top:-40px;
	left: 0px;
	z-index: 100;
	width: 100%;
}
#background .gnavi2 h2 span{
	position: absolute;
	top:70px;
	left: 1000px;
	width: 160px;
}
#background .gnavi2 section {
	margin-bottom: 50px;
	padding-top: 430px;
	position: relative;
}
#background .gnavi2 section div.sq_title {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 220px;
	height: 220px;
	position: absolute;
	left: 490px;
	z-index: 100;
}

#background .gnavi2 section.gn1{height: 1381px;}
#background .gnavi2 section.gn1 div.sq_title{top:413px;}

#background .gnavi2 section.gn2{height: 989px;}
#background .gnavi2 section.gn2 div.sq_title{top:413px;}

#background .gnavi2 section.gn3{height: 923px;}
#background .gnavi2 section.gn3 div.sq_title{top:343px;}

#background .gnavi2 section.gn4{height: 670px;}
#background .gnavi2 section.gn4 div.sq_title{top:230px;}

#background .gnavi2 section.gn5{height: 630px;}
#background .gnavi2 section.gn5 div.sq_title{top:200px;}

#background .gnavi2 section.gn6{height: 923px;}
#background .gnavi2 section.gn6 div.sq_title{top:343px;}

#background .gnavi2 section.title {
	height:440px;
	margin-bottom: 0px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .gnavi2 h2 {
		position: static;
		margin-bottom: 0;
	}
	#background .gnavi2 h2 span{
		position: static;
		width: 100%;
	}
	#background .gnavi2 section,
	#background .gnavi2 section.gn1,
	#background .gnavi2 section.gn2,
	#background .gnavi2 section.gn3,
	#background .gnavi2 section.gn4,
	#background .gnavi2 section.gn5,
	#background .gnavi2 section.gn6{
		padding-top: 0px;
		margin-bottom: 0px;
		height: auto;
	}
	#background .gnavi2 section.title{
		padding-top: 0px;
		margin-bottom: 0px;
		height: auto;
	}
	#background .gnavi2 section div.sq_title {
		display: none;
	}
}
/*------------------メニュー--------------------*/
#background .gnavi2 section div {
	color: #FFFFFF;
	padding: 50px 0 0 50px;
	position: absolute;
	background-repeat:  no-repeat;
}

#background .gnavi2 section div span{
	display: block;
}
#background .gnavi2 section div h4{
	font-size: 22px;
	background: #FFFFFF;
	display: inline-block;
	line-height: 30px;
	padding: 0 7px 0;
	font-weight: 500;
}
#background .gnavi2 section div h3{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 18px;
}
#background .gnavi2 section div h3.mini{
	font-size: 25px;
	line-height: 1.35;
}
#background .gnavi2 section div h3.midi{
	font-size: 29px;
	line-height: 1.35;
}
#background .gnavi2 section div p{
	font-size: 16px;
	margin-bottom: 27px;
	letter-spacing: 0.1em;
}
#background .gnavi2 section .linkButton{
	padding: 10px 52px 10px 28px;
	line-height: 18px;
	background-position: 95% 49%;
	background-color: rgba(0,0,0,0);
	border: 3px solid #FFFFFF;
	font-weight: 500;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .gnavi2 section div {
		position:static;
	}
	#background .gnavi2 section div span{
		display: inline;
	}
	#background .gnavi2 section div h4{
		font-size: 20px;
		background: #FFFFFF;
		line-height: 28px;
		padding: 0 5px 0;
		margin-bottom: 10px;
		margin-left: 20px;
	}
	#background .gnavi2 section div h3{
		font-size: 25px;
		line-height: 1.35;
		margin: 0 20px 18px;
	}
	#background .gnavi2 section div h3.mini,
	#background .gnavi2 section div h3.midi{
		font-size: 19px;
	}
	#background .gnavi2 section div p{
		font-size: 16px;
		margin: 0 20px 27px;
		margin-bottom: ;
		letter-spacing: 0.1em;
	}
	#background .gnavi2 section .linkButton{
		padding: 24px 52px 24px 28px;
		margin-bottom: 0;
		line-height: 18px;
		background-color: rgba(0,0,0,0.2);
		border: none;
		text-align: center;
		font-weight: 500;
		box-shadow: none;
	}
	#background .gnavi2 section div p.sp_img{
		margin-bottom: 0;
	}
}


/*--------------------------------------*/

#background .gnavi2 div.red,
#background .gnavi2_title.red{
	background-color: #e9545b;
}
#background .gnavi2 div.red h4{
	color:#e9545b;
}
#background .gnavi2 div.blue,
#background .gnavi2_title.blue{
	background-color: #639ee0;
}
#background .gnavi2 div.blue h4{
	color:#639ee0;
}
#background .gnavi2 div.pink,
#background .gnavi2_title.pink{
	background-color: #e87b92;
}
#background .gnavi2 div.pink h4{
	color:#e87b92;
}
#background .gnavi2 div.gray,
#background .gnavi2_title.gray{
	background-color: #6c8f9c;
}
#background .gnavi2 div.gray h4{
	color:#6c8f9c;
}
#background .gnavi2 div.green,
#background .gnavi2_title.green{
	background-color: #50ab67;
}
#background .gnavi2 div.green h4{
	color:#50ab67;
}
#background .gnavi2 div.orange,
#background .gnavi2_title.orange{
	background-color: #e87e1a;
}
#background .gnavi2 div.orange h4{
	color:#e87e1a;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {

}


/*--------------------------------------*/
#background .gnavi2 .gn1_1{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img1.png);
	background-position: right bottom;
	width: 710px;
	height: 413px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn1_2{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img2.png);
	background-position: left top;
	width: 490px;
	height: 633px;
	top:0px;
	left: 710px;
	padding-top: 310px;
}
#background .gnavi2 .gn1_3{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img3.png);
	background-position: left top;
	width: 490px;
	height: 596px;
	top:413px;
	left: 0px;
	padding-top: 250px;
}
#background .gnavi2 .gn1_4{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img4.png);
	background-position: left top;
	width: 710px;
	height: 376px;
	top:633px;
	left: 490px;
	padding-top: 50px;
	padding-left: 350px;
}
#background .gnavi2 .gn1_5{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img5.png);
	background-position: right bottom;
	width: 600px;
	height: 372px;
	top:1009px;
	left: 0;
	padding-top: 50px;
}
#background .gnavi2 .gn1_6{
	background-image: url(../city_wp2020/images/gnavi2/gn1/img6.png);
	background-position: left bottom;
	width: 600px;
	height: 372px;
	top:1009px;
	left: 600px;
	padding-top: 50px;
	padding-left: 270px;
}
/*--------------------------------------*/
#background .gnavi2 .gn2_1{
	background-image: url(../city_wp2020/images/gnavi2/gn2/img1.png);
	background-position: right bottom;
	width: 710px;
	height: 413px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn2_2{
	background-image: url(../city_wp2020/images/gnavi2/gn2/img2.png);
	background-position: right top;
	width: 490px;
	height: 633px;
	top:0px;
	left: 710px;
	padding-top: 260px;
}
#background .gnavi2 .gn2_3{
	background-image: url(../city_wp2020/images/gnavi2/gn2/img3.png);
	background-position: left top;
	width: 490px;
	height: 576px;
	top:413px;
	left: 0px;
	padding-top: 270px;
}
#background .gnavi2 .gn2_4{
	background-image: url(../city_wp2020/images/gnavi2/gn2/img4.png);
	background-position: left top;
	width: 710px;
	height: 356px;
	top:633px;
	left: 490px;
	padding-top: 50px;
	padding-left: 270px;
}
/*--------------------------------------*/
#background .gnavi2 .gn3_1{
	background-image: url(../city_wp2020/images/gnavi2/gn3/img1.png);
	background-position: right top;
	width: 1200px;
	height: 343px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn3_2{
	background-image: url(../city_wp2020/images/gnavi2/gn3/img2.png);
	background-position: left top;
	width: 600px;
	height: 580px;
	top:343px;
	left: 0px;
	padding-top: 290px;
}
#background .gnavi2 .gn3_3{
	background-image: url(../city_wp2020/images/gnavi2/gn3/img3.png);
	background-position: left bottom;
	width: 600px;
	height: 580px;
	top:343px;
	left: 600px;
	padding-top: 50px;
	padding-left: 160px;
}
/*--------------------------------------*/
#background .gnavi2 .gn4_1{
	background-image: url(../city_wp2020/images/gnavi2/gn4/img1.png);
	background-position: left bottom;
	width: 600px;
	height: 670px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn4_2{
	background-image: url(../city_wp2020/images/gnavi2/gn4/img2.png);
	background-position: right  top;
	width: 600px;
	height: 670px;
	top:0px;
	left: 600px;
	padding-top: 250px;
	padding-left: 150px;
	padding-right: 30px;
}
/*--------------------------------------*/
#background .gnavi2 .gn5_1{
	background-image: url(../city_wp2020/images/gnavi2/gn5/img1.png);
	background-position: left bottom;
	width: 600px;
	height: 630px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn5_2{
	background-image: url(../city_wp2020/images/gnavi2/gn5/img2.png);
	background-position: right  top;
	width: 600px;
	height: 630px;
	top:0px;
	left: 600px;
	padding-top: 300px;
	padding-left: 150px;
	padding-right: 30px;
}
/*--------------------------------------*/
#background .gnavi2 .gn6_1{
	background-image: url(../city_wp2020/images/gnavi2/gn6/img1.png);
	background-position: right top;
	width: 1200px;
	height: 343px;
	top:0px;
	left: 0px;
	padding-top: 80px;
}
#background .gnavi2 .gn6_2{
	background-image: url(../city_wp2020/images/gnavi2/gn6/img2.png);
	background-position: right bottom;
	width: 600px;
	height: 580px;
	top:343px;
	left: 0px;
	padding-top: 50px;
}
#background .gnavi2 .gn6_3{
	background-image: url(../city_wp2020/images/gnavi2/gn6/img3.png);
	background-position: right top;
	width: 600px;
	height: 580px;
	top:343px;
	left: 600px;
	padding-top: 250px;
	padding-left: 100px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .gnavi2 .gn1_1,
	#background .gnavi2 .gn1_2,
	#background .gnavi2 .gn1_3,
	#background .gnavi2 .gn1_4,
	#background .gnavi2 .gn1_5,
	#background .gnavi2 .gn1_6,
	#background .gnavi2 .gn2_1,
	#background .gnavi2 .gn2_2,
	#background .gnavi2 .gn2_3,
	#background .gnavi2 .gn2_4,
	#background .gnavi2 .gn3_1,
	#background .gnavi2 .gn3_2,
	#background .gnavi2 .gn3_3,
	#background .gnavi2 .gn4_1,
	#background .gnavi2 .gn4_2,
	#background .gnavi2 .gn5_1,
	#background .gnavi2 .gn5_2,	
	#background .gnavi2 .gn6_1,
	#background .gnavi2 .gn6_2,
	#background .gnavi2 .gn6_3{
		width: 100%;
		height: auto;
		background-image: none;
		padding: 30px 0 0 0;
	}
}

/** ------- 詳細ページ ---------- **/
#background #themeContents .contentsArea.gnavi2_dtl {
	margin-bottom: 0px;
}
#background #themeContents .contentsArea.gnavi2_dtl h3 {
	padding: 10px 0 0 0;
}
#background #themeContents .mainImage ul.gnavi2_dtl {
	margin-bottom: 0;
	box-shadow: none;
	border-top: 1px dashed #666461;
}

/** ------- 詳細ページタイトル ---------- **/
#background .gnavi2_title{
	position: relative;
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#background .gnavi2_title h2{
	color: #FFFFFF;
	padding: 0 140px 0 0;
	margin-bottom:0;
	display: block;
	position: relative;
	height: 130px;
}
#background .gnavi2_title h2:after{
	content: "";
	background-color: #FFFFFF;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 1;
}
#background .gnavi2_title h2 span{
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	display: block;
	width: 580px;
	float: left;
	margin: 45px 30px 0 50px;
	letter-spacing: 0.05em;
}
#background .gnavi2_title h2 span strong{
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
	padding:  14px 0 0 30px;
}
#background .gnavi2_title h2 span strong.mini{
	letter-spacing: 0;
	font-size: 15px;
}
#background .gnavi2_title h2 em{
	width: 400px;
	display: block;
	float: right;
	padding-top: 20px;
}
#background .gnavi2_title h2 em img{
	width: 100%;
}

#background .gnavi2_title a{
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top:0px;
	width: 130px;
	height: 130px;
	background-position: 10px top;
	background-repeat: no-repeat;
	background-size: 110px 110px;
	z-index: 2;
}
#background .gnavi2_title a:after{
	content: "カテゴリTOPへ";
	position: absolute;
	top:104px;
	right: 9px;
	width: 110px;
	color:#211916;
	border: 1px solid #c9c7c3;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 600;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .gnavi2_title h2{
		padding: 0 0 0 0;
		height: auto;
	}
	#background .gnavi2_title a:after{
		display: none;
	}
	#background .gnavi2_title h2:after{
		display: none;
	}
	#background .gnavi2_title h2 span{
		float: none;
		width: auto;
		margin: 0 0 0 0;
		padding: 20px 20px 10px;
		font-size: 30px;
	}
	#background .gnavi2_title h2 span strong{
		padding:0 0 0 0;
		width: auto;
		margin-top: 10px;
		display: block;
	}
	#background .gnavi2_title h2 em{
		width: 100%;
		float: none;
		padding: 0 0 0 0;
	}
	#background .gnavi2_title h2 em img{
	}
}


/** ----------------- **/
#background .gnavi2_title a.gn1{
	background-image: url(../city_wp2020/images/gnavi2/gn1/title_s.jpg);
}
#background .gnavi2_title a.gn2{
	background-image: url(../city_wp2020/images/gnavi2/gn2/title_s.jpg);
}
#background .gnavi2_title a.gn3{
	background-image: url(../city_wp2020/images/gnavi2/gn3/title_s.jpg);
}
#background .gnavi2_title a.gn4{
	background-image: url(../city_wp2020/images/gnavi2/gn4/title_s.jpg);
}
#background .gnavi2_title a.gn5{
	background-image: url(../city_wp2020/images/gnavi2/gn5/title_s.jpg);
}
#background .gnavi2_title a.gn6{
	background-image: url(../city_wp2020/images/gnavi2/gn6/title_s.jpg);
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .gnavi2_title a.gn1,
	#background .gnavi2_title a.gn2,
	#background .gnavi2_title a.gn3,
	#background .gnavi2_title a.gn4,
	#background .gnavi2_title a.gn5,
	#background .gnavi2_title a.gn6{
		background-image: none;
	}

}

/*===========================================================================

 フォトアルバム　設定　ここから

===========================================================================*/

/** ------- 募集ページタイトル ---------- **/
#background .photoAlbum_title{
	position: relative;
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#background .photoAlbum_title img{
	width: 100%;
}
#background .photoAlbum_title h2{
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin-bottom:0;
	display: block;
	position: absolute;
	top:0px;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.5);
	background-image:url(../city_wp2020/images/photo_album/h2_2.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}
#background .photoAlbum_title h2 img{
	height: 80px;
	width: auto;
	padding-left: 50px;
	font-size: 40px;
}

#background .photoAlbum_title h3{
	color: #FFFFFF;
	margin-bottom:0;
	display: block;
	width: 100%;
	padding: 0 50px;
	position: absolute;
	bottom:30px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0px 0px 5px rgba(92,60,40,0.6);
	-webkit-text-shadow: 0px 0px 5px rgba(92,60,40,0.5);
}
#background .photoAlbum_title h3 strong{
	font-size: 76px;
	vertical-align: top;
	display: block;
	padding:  7px 0 0 0;
}

#background .photoAlbum_title h3 span{
	line-height: 1;
	display: inline-block;
	margin: 20px 0 0;
	letter-spacing: 0.6em;
	text-align: center;
	font-weight: 400;
	padding: 0.4em 0.8em 0.4em 1.4em;
	font-size: 16px;
	background-color: #231815;
}
#background .photoAlbum_title h3 span.date{
	background-color: #FFFFFF;
	color: #231815;
	text-shadow: none;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.4em 1.1em 0.4em 1.1em;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .photoAlbum_title{
		margin-bottom: 0;
	}
	#background .photoAlbum_title h2{
		display: block;
		position: relative;
		top:0px;
		width: 100%;
		height: auto;
		background-color: #231815;
		background-position: 96% center;
		background-size: 6% auto;
	}
	#background .photoAlbum_title h2 img{
		width: 86%;
		height: auto;
		padding-left: 2%;
		font-size: 40px;
	}
	#background .photoAlbum_title h3{
		background-color: #FFFFFF;
		color: #231815;
		margin-bottom:0;
		display: block;
		width: 100%;
		padding: 20px 0 0;
		position: relative;
		bottom:0px;
		font-size: 22px;
		line-height: 1.2;
		text-shadow: none;
		-webkit-text-shadow: none;
	}
	#background .photoAlbum_title h3 em{
		padding: 0 5%;
	}
	#background .photoAlbum_title h3 strong{
		font-size: 40px;
		padding: 0 5%;
	}
	#background .photoAlbum_title h3 span{
		display: block;
		margin: 20px 0 0;
		letter-spacing: 0.4em;
		padding: 0.4em 0 0.4em 0.4em;
		font-size: 16px;
		background-color: #FFFFFF;
		border: 1px solid #c9c7c3;
		border-right:none;
		border-left:none;
	}
	#background .photoAlbum_title h3 span.date{
		background-color: #FFFFFF;
		color: #231815;
		font-weight: 700;
		letter-spacing: 0;
		font-size: 15px;
		padding: 0.8em 5% 0.8em 5%;
		margin-top: 0;
		border-top: none;
	}
	#background .photoAlbum_title p{
		padding: ;
	} 
}


/** ------- 募集ページ 詳細---------- **/
#background #themeContents .contentsArea.photoAlbum_dtl {
	margin-bottom: 50px;
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#background .photoAlbum_dtl h4{
	background-color: #231815;
	padding: 0.6em 0.4em 0.6em 0;
	margin-bottom: 0;
	letter-spacing: 0.4em;
	line-height: 1;
	font-size: 20px;
	color:#FFFFFF;
	text-align: center;
	font-weight: 500;
}
#background .photoAlbum_dtl .bosyu_text{
	border: 1px solid #c9c7c3;
	border-top: none;
	margin-bottom: 50px;
	padding: 6px 30px 6px;
}
#background .photoAlbum_dtl dl{
	border-bottom: 1px solid #c9c7c3;
	padding: 20px 0;
}
#background .photoAlbum_dtl dl.EOL{
	border: none;
}
#background .photoAlbum_dtl dl dt{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
#background .photoAlbum_dtl dl dd.bt{
	text-align: center;
	padding-top: 30px;
}
#background .photoAlbum_dtl a.linkButton {
    background-image: url(../city_wp2020/images/photo_album/icon1.png);
    background-size: 24px 24px;
    font-size: 18px;
    padding: 18px 24px 16px 55px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {

	#background #themeContents .contentsArea.photoAlbum_dtl {
		margin-bottom: 0px;
	}
	#background .photoAlbum_dtl h4{
		padding: 0.6em 0 0.6em 5%;
		margin-bottom: 0;
		letter-spacing: 0.1em;
		text-align: left;
	}
	#background .photoAlbum_dtl .bosyu_text{
		border: none;
		margin-bottom: 0px;
		padding: 0 5% 0;
	}
}




/*-------補正・追加--------*/

#background .vol7set .shopSet ul.spBanner a.linkButton.openMap {
    background-image:url(../city_wp2020/images/icon_map.png)!important;
}
#background .vol7set .shopSet ul.spBanner a.linkButton.callPhone {
    background-image:url(../city_wp2020/images/icon_phone.png)!important;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	.boshuPhoto16DetailSet p img {
	    width: auto;
	    max-width: 100%;
	    height: auto !important;
	    max-height: auto !important;
	}
}

/*------- 補正・追加 album --------*/
#background .photoAlubum16Area .photoAlbum_dtl .bosyu_text.photoList p.more {
	margin-right: 50px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .photoAlubum16Area .photoAlbum_dtl .bosyu_text.photoList p.more {
		margin-right: 10px;
	}
}

/*===========================================================================

インスタグラム　設定　ここから

===========================================================================*/


#background .instagram{}
/** ------- タイトル ---------- **/
#background .instagram .insta_head{
	position: relative;
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	padding: 0 0 0 0;
	margin-bottom:0;
	display: block;
	border: 10px solid #fadd00;
	background: #FFFFFF;
}
#background .instagram .insta_head ul{
	width: 510px;
	background: #fadd00;
	margin-bottom: 0;
	float: left;
}
#background .instagram .insta_head ul li{
	width: 160px;
	height: 160px;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}
#background .instagram .insta_head ul li.photo1{
	width: 330px;
	height: 330px;
}
#background .instagram .insta_head ul li.photo4,
#background .instagram .insta_head ul li.photo5,
#background .instagram .insta_head ul li.photo6{
	margin-bottom: 0;
}
#background .instagram .insta_head ul li img{
	width: 100%;
	height: auto;
}
#background .instagram .insta_head .titleset{
	width: 670px;
	float: right;
}
#background .instagram .insta_head .titleset h2,
#background .instagram .insta_head .titleset h3,
#background .instagram .insta_head .titleset h4,
#background .instagram .insta_head .titleset h5,
#background .instagram .insta_head .titleset p{
	text-align: center;
}
#background .instagram .insta_head .titleset h2{
	margin: 0 0 40px;
}
#background .instagram .insta_head .titleset h2 img{
	width: 500px;
	height: auto;
}
#background .instagram .insta_head .titleset h3{
	margin: 0 0 30px;
}
#background .instagram .insta_head .titleset h3 img{
	width: 440px;
	height: auto;
}
#background .instagram .insta_head .titleset h4{
	font-size: 22px;
	font-weight: bold;
}
#background .instagram .insta_head .titleset h5{
	margin: 30px 0 20px;
}
#background .instagram .insta_head .titleset h5 img{
	width: 240px;
	height: auto;
}
#background .instagram .insta_head .titleset p{
	font-size: 16px;
	padding: 0 50px 0;
	letter-spacing: 0;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .instagram{}
	#background .instagram .insta_head{
		border: none
	}
	#background .instagram .insta_head ul{
		width: 100%;
		background: #fadd00;
		float: none;
	}
	#background .instagram .insta_head ul li, 
	#background .instagram .insta_head ul li.photo1{
		width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
		width : -webkit-calc(100% / 3) ;
		width : calc(100% / 3) ;
		height: auto;
		position: relative;
		float: left;
		margin: 0 0 0 0;
	}
	#background .instagram .insta_head .titleset{
		width: 100%;
		float: none;
		padding: 20px 20px 0;
	}
	#background .instagram .insta_head .titleset h4,
	#background .instagram .insta_head .titleset p{
		text-align: left;
	}
	#background .instagram .insta_head .titleset h2{
		margin: 0 0 30px;
	}
	#background .instagram .insta_head .titleset h2 img{
		width: 100%;
		height: auto;
	}
	#background .instagram .insta_head .titleset h3{
		margin: 0 0 26px;
	}
	#background .instagram .insta_head .titleset h3 img{
		width: 100%;
		height: auto;
	}
	#background .instagram .insta_head .titleset h4{
		font-size: 20px;
		font-weight: bold;
	}
	#background .instagram .insta_head .titleset h5{
		margin: 0px 0 20px;
	}
	#background .instagram .insta_head .titleset h5 img{
		width: 60%;
		height: auto;
	}
	#background .instagram .insta_head .titleset p{
		font-size: 16px;
		padding: 0 0 0 0;
		letter-spacing: 0;
	}
}

/** ------- コンテンツエリア ---------- **/
#background .instagram .contentsArea.insta_dtl {
    margin-bottom: 60px;
    background: #fff;
    padding: 20px 50px 0 50px;
}
#background .instagram .contentsArea.insta_dtl p.copy{
	font-size: 12px;
	margin-bottom: 40px;
}
#background .instagram .contentsArea.insta_dtl h3.title{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	background-image: url(../city_wp2020/images/instagram/icon1.png);
	background-position: left top;
	background-repeat: no-repeat;
    background-size: 40px 40px;
	padding-left: 54px;
	padding-top: 2px;
	margin-bottom: 30px;
}
#background .instagram .contentsArea.insta_dtl ul.tab{
	text-align: center;
}

#background .instagram .contentsArea.insta_dtl ul.tab li{
	display: inline-block;
	margin-right: 6px;
}
#background .instagram .contentsArea.insta_dtl ul.tab li a{
	display: inline-block;
	border: 2px solid #1A1A1A;
	border-radius: 25px;
	padding: 0 22px;
	color: #1A1A1A;
	line-height: 46px;
	font-size: 16px;
}
#background .instagram .contentsArea.insta_dtl ul.tab li a:hover{
	text-decoration: none;
}
#background .instagram .contentsArea.insta_dtl ul.tab li.on a{
	border: 2px solid #E9545B;
	background-color: #E9545B;
	padding: 0 44px;
	color: #FFFFFF;
}

#background .instagram .contentsArea.insta_dtl .insta_box{
	margin-bottom: 50px;
}
#background .instagram #sb_instagram .sbi_link .sbi_caption{
	padding: 10px;
	line-height: 1.5
}
#background .instagram #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
	font-size: 16px;
}
.sbi_lb-data .sbi_lb-caption{
	font-size: 14px!important;
	line-height: 1.5!important;
	padding-bottom: 10px!important;
}
.sbi_lb-data .sbi_lb-number{
	padding: 10px 0 15px 0!important;
}
#sbi_lightbox .sbi_lightbox_action{
	font-size: 14px!important;
	margin: 10px 0 0 10px!important;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
	margin: 0 0 10px 0!important;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .instagram .contentsArea.insta_dtl {
	    margin-bottom: 30px;
	    padding: 0px 0 0 0;
	}
	#background .instagram .contentsArea.insta_dtl p.copy{
		margin-bottom: 40px;
		padding: 0 20px 0
	}
	#background .instagram .contentsArea.insta_dtl h3.title{
		font-size: 28px;
		line-height: 34px;
		font-weight: bold;
	    background-size: 30px 30px;
		padding-left: 44px;
		padding-top: 0px;
		margin-bottom: 20px;
	}
	#background .instagram .contentsArea.insta_dtl ul.tab{
		margin-bottom: 10px;
		padding: 0 10px 0;
	}
	#background .instagram .contentsArea.insta_dtl ul.tab li{
		display: inline-block;
		margin-right: 4px;
		margin-bottom: 10px;
	}
	#background .instagram .contentsArea.insta_dtl ul.tab li a{
		display: inline-block;
		border-radius: 25px;
		padding: 0 18px;
		line-height: 46px;
		font-size: 16px;
	}
	#background .instagram .contentsArea.insta_dtl ul.tab li a:hover{
		text-decoration: none;
	}
	#background .instagram .contentsArea.insta_dtl ul.tab li.on a{
		padding: 0 18px;
	}
	#background .instagram .contentsArea.insta_dtl .insta_box{
		margin-bottom: 40px;
	}
	#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
	width: 50%;
	}
}

/** ------- ステップ ---------- **/
#background .instagram .contentsArea.insta_dtl h3.step_title{
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 50px;
}
#background .instagram .contentsArea.insta_dtl h3.step_title em{
	background: #1A1A1A;
	display: inline-block;
	width: 10px;
	height: 40px;
	vertical-align: top;
	margin-right: 0.45em;
	border-radius: 3px;
}

#background .instagram .contentsArea.insta_dtl ul.step{}

#background .instagram .contentsArea.insta_dtl ul.step li{
	width: 340px;
	float: left;
	margin-right: 30px;
	border: 1px solid #B3B3B3;
	padding: 40px 30px 30px;
	position: relative;
}
#background .instagram .contentsArea.insta_dtl ul.step li.EOL{
	margin-right: 0px;
}
#background .instagram .contentsArea.insta_dtl ul.step li h5{
	background: #fadd00;
	padding: 14px 20px 10px;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top:-21px;
	left: -1px;
}
#background .instagram .contentsArea.insta_dtl ul.step li h4{
	font-size: 20px;
	letter-spacing: 0;
}
#background .instagram .contentsArea.insta_dtl ul.step li h4 span{
	display: block;
}
#background .instagram .contentsArea.insta_dtl ul.step li h4.s_bottom{
	margin-bottom: 10px;
}
#background .instagram .contentsArea.insta_dtl ul.step li p.stepimg{
	margin-bottom: 0;
}
#background .instagram .contentsArea.insta_dtl ul.step li p.stepimg img{
	width: 100%;
	height: auto;
}
#background .instagram .contentsArea.insta_dtl ul.step li p.app{
	text-align: center;
	float: left;
	width: 134px;
	margin-right: 10px;
	padding-top: 38px;
}
#background .instagram .contentsArea.insta_dtl ul.step li p.app.EOL{
	margin-right: 0;
}
#background .instagram .contentsArea.insta_dtl ul.step li p.app img{
	width: 100%;
	height: auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .instagram .contentsArea.insta_dtl h3.step_title{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		padding: 0 20px 0;
	}
	#background .instagram .contentsArea.insta_dtl h3.step_title em{
		height: 26px;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li{
		width: auto;
		float: none;
		margin: 0 20px 20px;
		padding: 20px 20px 20px;
		position: relative;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li.EOL{
		margin: 0 20px 20px;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li h5{
		background: #fadd00;
		padding: 14px 20px 10px;
		font-size: 16px;
		line-height: 1;
		display: block;
		position:static;
		top:0;
		left:0;
		text-align: center;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li h4{
		font-size: 18px;
		letter-spacing: 0;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li h4 span{
		display:inline;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li h4.s_bottom{
		margin-bottom: 10px;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li p{
		font-size: 16px;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li p.app{
		text-align: center;
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-top: 0px;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li p.app.EOL{
		margin-right: 0;
		margin-bottom: 0;
	}
	#background .instagram .contentsArea.insta_dtl ul.step li p.app img{
		width: 80%;
		height: auto;
	}
}

/*===========================================================================

アンケート2017　設定　ここから

===========================================================================*/

#background #presentArea .presentBox.present201 h4 {
	background-image: url(/city_content/present/no01.png);
}
#background #presentArea .presentBox.present202 {
	float: right;
}
#background #presentArea .presentBox.present202 h4 {
	background-image: url(/city_content/present/no02.png);
}
#background #presentArea .presentBox.present203 h4 {
	background-image: url(/city_content/present/no03.png);
}
#background #presentArea .presentBox.present204 {
	float: right;
}
#background #presentArea .presentBox.present204 h4 {
	background-image: url(/city_content/present/no04.png);
}
#background #presentArea .presentBox.present205 h4 {
	background-image: url(/city_content/present/no05.png);
}
#background #presentArea .presentBox.present206 {
	float: right;
}
#background #presentArea .presentBox.present206 h4 {
	background-image: url(/city_content/present2017/no06.png);
}


/*===========================================================================

特集のエリア説明のブロック修正_230501

===========================================================================*/

#background .vol4top #kojimaArea .photoBox ul,
#background .vol12set #tyayamachiArea .photoBox ul,
#background .vol14set #tyayamachiArea .photoBox ul,
#background .vol19set #tyayamachiArea .photoBox ul
 {
	position : static !important;
}
/*===========================================================================

特集9 対応ブラウザ環境の変更による崩れ 230501

===========================================================================*/
#background #vol9detail .s5set ul li {
	display: block;
	width: 300px;
}
#background #vol9detail .s5set ul li.BOL {
	width: 350px;
}
#background #vol9detail .s5set ul li.EOL {
	width: 100%;
}