/* CSS Document */

html {
	overflow-y: scroll;
}
.sp {
	display: none;
}
#menu {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
	font-size: 14px;
	background-image: url(../contents_images/background.jpg);
	background-repeat: repeat-x;
}
p, br, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #9E000F;
	text-decoration: underline;
}
#contents {
	width: 960px;
	margin: auto;
}
/***** ヘッダー *****/

#contents #header {
	height: 90px;
}
#contents #header .logo {
	float: left;
	height: 90px;
}
#contents #header .navi {
	float: right;
	height: 90px;
	line-height: 2em;
	padding-top: 20px;
	box-sizing: border-box;
}

#contents #header .navi a{
	border-left: 1px solid #333;
	padding:0px 15px;
}

#contents #header .navi ul{
	display: flex;	
}

#contents #header .navi ul li:last-child a{
	border-right: 1px solid #333;
}


/***** カラム *****/

#contents #column_set {
	background-image: url(../contents_images/contents_background.png);
	background-repeat: no-repeat;
}
/* 左カラム */

#contents #column_set .left_column {
	width: 220px;
	float: left;
	padding: 5px 10px;
}
#contents #column_set .left_column h1 {
	margin-top: 5px;
}
#contents #column_set .left_column h1.accordion_head {
	cursor: pointer;
}
#contents #column_set .left_column h2 {
	margin-top: 5px;
}
#contents #column_set .left_column h2.accordion_head {
	cursor: pointer;
}
#contents #column_set .left_column .sub_box {
	margin-bottom: 5px;
}
#contents #column_set .left_column ul.submenu {
	background-image: url(../contents_images/menu/submenu_back.png);
}
#contents #column_set .left_column ul.submenu li {
	margin: 0 15px;
	padding: 3px 5px 3px 10px;
	width: 175px;
	border-bottom: dotted 1px #AAAAAA;
}
#contents #column_set .left_column ul.submenu li a {
	display: block;
}
/* 右カラム */

#contents #column_set .right_column {
	width: 720px;
	float: right;
}
#contents #column_set .right_column .slide_show {
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents #column_set .right_column .slide_show .photo {
	background-image: url(../contents_images/slide_back.png);
	background-repeat: repeat-y;
	padding: 0 15px;
}
#contents #column_set .right_column .news {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#contents #column_set .right_column .list_box {
	height: 80px;
	overflow-y: scroll;
	margin-top: 5px;
}
#contents #column_set .right_column .list_table td {
	border-bottom: dashed 1px #AAAAAA;
}
#contents #column_set .right_column .banner1 {
	float: right;
	width: 210px;
	margin-right: 15px;
}
#contents #column_set .right_column .banner1 img {
	margin-bottom: 10px;
}
#contents #column_set .right_column .banner2 {
	width: 700px;
	text-align: center;
}
#contents #column_set .right_column .banner2 img {
	margin: 0 4px;
}
/* 画像リキッド */

#slider {
	margin-top: 10px;
	margin-left: 10px;
}
#slider .event_box {
	width: 140px;
	height: 160px;
	float: left;
	border: solid 1px #CCC;
	margin-right: 10px;
}
#slider .event_box .photo_box {
	margin: 5px;
	overflow: hidden;
	width: 130px;
	height: 86px;
}
.photo_box a {
	display: block;
	text-decoration: none;
	width: 130px;
	height: 86px;
}
#slider .event_box .text {
	margin: 5px;
	font-size: 80%;
}
/* 右カラム コンテンツ */

.right_column .detail {
	margin: 5px 0;
	width: 720px;
}
.right_column .detail .text_area {
	background-image: url(../contents_images/detail/detail_back.png);
	background-repeat: repeat-y;
	padding: 0 40px;
}
.right_column .detail .text_area h1 {
	background-image: url(../contents_images/detail/h1.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: -25px;
	width: 650px;
	line-height: 50px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 120%;
}
.right_column .detail .text_area h2 {
	background-image: url(../contents_images/detail/h2.png);
	background-repeat: no-repeat;
	height: 36px;
	margin-left: -15px;
	width: 640px;
	line-height: 36px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 120%;
}
.right_column .detail .text_area h3 {
	background-image: url(../contents_images/detail/h3.png);
	background-repeat: no-repeat;
	height: 36px;
	margin-left: -15px;
	width: 620px;
	line-height: 36px;
	padding-left: 40px;
	margin-bottom: 5px;
}
/***** フッター *****/

#footer {
	background-image: url(../contents_images/footer_back.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 25px;
	padding-top: 25px;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
	margin-top: 20px;
}
/*******  戻るボタン  ***********/

/*　トップへ戻る　*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index: 10;
}
#page-top a {
	background: #333333;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}
#page-top a:hover {
	text-decoration: none;
	background: #999999;
}
/*　前へ戻る　*/

#page-back {
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 100%;
	z-index: 10;
}
#page-back a {
	background: #333333;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}
#page-back a:hover {
	text-decoration: none;
	background: #999999;
}
#calendar #schedule {
	border: 2px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	width: 640px;
}
#calendar .sat {
	background-color: #99CCFF;
}
#calendar .sun {
	background-color: #FFCCFF;
}
#calendar #schedule .date {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #E3E3E3;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #333333;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
#calendar #schedule .title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #E3E3E3;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px;
	vertical-align: middle;
}
#calendar #schedule .title p {
	border-bottom: dashed 1px #CCC;
	border-left: solid 4px #CCC;
	margin: 5px 0;
	padding-left: 10px;
}
/*******  津軽笑っせ劇場  ***********/

.tsugaru_title {
	margin-left: -25px;
}
.tsugaru_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tsugaru_menu td {
	background-image: url(../tsugaru/contents_image/tsugaru_button_back.jpg);
	background-repeat: repeat-x;
}
.tsugaru_menu td a {
	color: #333;
	font-weight: bold;
	display: block;
	height: 50px;
	width: 159px;
	vertical-align: middle;
	line-height: 20px;
}
ul.tsugaru_news li {
	border-bottom: dashed 1px #CCC;
	padding: 5px;
}
.mbox {
	border-collapse: collapse;
}
.mbox th, .mbox td {
	border: 1px solid #CCCCCC;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
/***** トップページ調整 *****/

.news h2 {
	background-image: url(../contents_images/detail/h1.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 650px;
	line-height: 50px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 120%;
}
.news ul {
	margin-left: 40px;
}
.news ul li {
	list-style: square;
}



@media screen and (max-width: 959px) {
	* {
		-webkit-text-size-adjust:100%;
		-webkit-appearance: none;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	body {
		background: none;
		font-family: 'Noto Sans JP';
		color:#000;
		margin:0;
		word-break: break-word;
		letter-spacing: 0.1em;
		-webkit-text-size-adjust:100%;
		-webkit-appearance: none;		
	}
	
	h1, h2, h3, h4, h5, h6, ul, ol, li, p, input, textarea{
		margin: 0px;
		padding: 0px;
		font-size: 100%;
	}
	.right_column .detail .text_area h1 + h2,
	.right_column .detail .text_area h1 + h3,
	.right_column .detail .text_area h1 + h4,
	.right_column .detail .text_area h1 + h5,
	.right_column .detail .text_area h1 + h6,
	.right_column .detail .text_area h2 + h2,
	.right_column .detail .text_area h2 + h3,
	.right_column .detail .text_area h2 + h4,
	.right_column .detail .text_area h2 + h5,
	.right_column .detail .text_area h2 + h6,
	.right_column .detail .text_area h3 + h3,
	.right_column .detail .text_area h3 + h4,
	.right_column .detail .text_area h3 + h5,
	.right_column .detail .text_area h3 + h6,
	.right_column .detail .text_area h4 + h4,
	.right_column .detail .text_area h4 + h5,
	.right_column .detail .text_area h4 + h6,
	.right_column .detail .text_area h5 + h5,
	.right_column .detail .text_area h5 + h6
	{
		margin-top: 0px;
	}
	img {
		max-width: 100%;
		height: auto;

	}
	#menu {
		display: inherit;
		font-family: 'Noto Serif JP';
		font-size: 1.2em;
		margin: 10px;
	}
	#menu h2,#menu h2 a{
		color: #fff;
	}
	#menu h2{
		cursor: pointer;
		padding: 20px;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.sub-menu {
		margin: 10px;
		margin-top: 20px;
	}
	.sub-menu h2{
		border-radius: 3px;
		margin-top: 10px;
		padding: 10px;
		background-image:url("../contents_images/sp/border-bottom.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #F2F2F2;
		background-size: 100% 2px;
		border: solid #ccc 1px;
		width: inherit;
		height: inherit;
		cursor: pointer;
		font-family: 'Noto Serif JP';
		font-size: 1.2em;
		color: #333;
		position: relative;
	}
	.sub-menu h2 a,	
	.sub-menu h2 a:hover{
		color: #333;
		display: block;
		position: relative;
		z-index: 2;

	}
	.sub-menu h2::before{
		content: "";
		border-radius: 3px;
		display: block;
		border: 1px solid #fff;
		z-index: 1;
		position: absolute;
		left: 0px;
		top: 0px;
		width: calc(100% - 2px);
		height: calc(1.2em + 23px);
	}
	.accordion_head::after{
		content: "";
		display: block;
		background: url("../contents_images/sp/open.png");
		width: 26px;
		height: 26px;
		background-size: cover;
		background-repeat: none;
		position: absolute;
		right: 10px;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}
	ul.submenu {
		margin-bottom: 30px;
	}
	ul.submenu li a{
		display: block;
		padding: 5px;
		border-bottom: 	dotted 1px #AAAAAA;
	}	
	#contents {
		width: inherit;
	}
	#contents #header{
		height: 62px;
	}
	#contents #header .logo,#contents #header .navi {
		float: none;
		height: inherit;
	}
	#contents #header .logo img.sp{
		width: 166px;
		height: auto;
		padding: 5px;
	}
	#contents #header .navi ul{
		display: block;
		margin-bottom: 15px;
	}
	#contents #header .navi ul li:last-child a{
		border-right: none;
	}
	
	#contents #column_set{
		background-image: none;
		display: flex;
		flex-wrap: wrap;
	}
	#contents #column_set .left_column {
		width: 100%;
		float: none;
		order: 2;
	}
	#contents #column_set .left_column .sub_box div img {
		display: none;
	}
	#contents #column_set .left_column ul.submenu {
		background-image: none;
	}
	#contents #column_set .right_column{
		width: 100%;
		float: none;
		order: 1;
	}
	#contents #column_set .right_column .slide_show div{
		text-align: center;
	}
	#contents #column_set .right_column .slide_show div{
		display: none;
	}
	#contents #column_set .right_column .slide_show div.photo{
		display: block;
		background-image: none;
		padding: 0px;
	}
	#contents #column_set .right_column .slide_show #jquery-cycle{
		display: block;
	}
	#contents #column_set .right_column .slide_show #jquery-cycle img{
		width: 100%;
		height: auto;
	}
	
	#contents #column_set .right_column .news {
		float: none;
		margin: 10px;
	}
	#contents #column_set .right_column .list_box{
		height: 200px;
	}
	#contents #column_set .right_column .news iframe{
		height: 200px!important;
	}
	#contents #column_set .left_column h2{
		display: none;
	}
	
	/* ニュース */
	.news h2 {
		margin-top: 20px;
		background-image:url("../contents_images/sp/border-left.jpg");
		background-color: #F2F2F2;
		background-position: 5px center;
		border: solid #ccc 1px;
		width: inherit;
		height: inherit;
		color: #333;
		position: relative;
		line-height: 1.2em;
		padding:15px 15px 15px 25px;
	}
	.news h2::before {
		content: "";
		border-radius: 3px;
		display: block;
		border: 1px solid #fff;
		z-index: 1;
		position: absolute;
		left: 0px;
		top: 0px;
		width: calc(100% - 2px);
	}
	.top_banner {
		display: flex;
	}
	.top_banner p{
		display: inline;
	}
	.left_flex {
		display: flex;
		flex-wrap: wrap;
	}
	.left_img {
		display: flex;
	}
	.blog {
		display: flex;
	}
	.header_info {
		position: absolute;
		width: 56px;
		height: 18px;
		top: 5px;
		right: 57px;
		background-image: url("../contents_images/sp/info.png");
		background-repeat: no-repeat;
		background-size: 12px 24px;
		background-position: center 10px;
		padding-top: 39px;
		text-align: center;
		color: #333;
		font-size: 80%;
		cursor: pointer;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	
	#contents #header .navi a{	
		border-left: none;
	}
	.navi.open a{
		display: block;
		border-bottom: 1px dotted #aaa;
	}
	
	#contents #header .navi{
		position: absolute;
		width: 100%;
		top: 67px;
		height: 0px;
		right: 0;
		z-index: 100;
		background: rgba(255,255,255,0.9);
		overflow: hidden;
		transition: 0.5s;
		padding: 0px 10px 0px;		
	}
	
	#contents #header .navi.open {
		height: auto;
		padding: 10px 10px;
		transition: 1s;
	}
	
	/* 本文 */
	.right_column .detail{
		width: inherit;
	}
	.right_column .detail{
		background-image: url(../contents_images/contents_background.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		padding-top: 5px;
	}
	
	.right_column .detail .text_area {
		padding: 10px;
		background-image: none;
		background-color: rgba(255,255,255,0.9);
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
		margin: 10px;
		border-radius: 5px;
	}
	.right_column .detail .text_area img {
		max-width: 100%;
	}
	
	.right_column .detail .text_area h1,
	.right_column .detail .text_area h2,
	.right_column .detail .text_area h3,
	.right_column .detail .text_area h4
	{
		background-image: none;
		width: inherit;
		height: inherit;
		padding: 0px;
		margin: 0px;
		line-height: inherit;
	}
	.right_column .detail .text_area h1{
		margin: 0px 0px 20px;
		background-image:url("../contents_images/sp/border-left.jpg");
		background-color: #fefefe;
		background-position: 5px center;
		border: solid #ccc 1px;
		width: inherit;
		height: inherit;
		color: #333;
		position: relative;
		line-height: 1.2em;
		padding:15px 15px 15px 25px;
		border-radius: 3px;
	}
	
	.right_column .detail .text_area h2{
		border: 1px solid #333;
		border-left: 10px solid #9E000F;
		padding: 5px;
		margin-bottom: 5px;
		background: #fff;
	}
	.right_column .detail .text_area table{
		width: inherit!important;
	}
	
	/*
	.right_column .detail .text_area h2::before{
		content: "";
		border: 5px solid #9E000F;
		margin: 2px 12px 2px -4px;
	}
	*/
	.right_column .detail .text_area .event_list img {
		  min-width: 100px;
	}
	.right_column .detail .text_area .download{
		width: auto!important;
	}
	.right_column .detail .text_area .download div{
		float: none!important;
	}
	
	#calendar #schedule,
	#calendar #schedule table{
		width: 100%;
	}
	
	#page-top-sp a,
	#page-back a{
		width: 50px;
		padding: 10px 0px;
		font-size: 0.75em;
		background: rgba(0,0,0,0.7);
	}
	#page-top a{
		display: none;
	}
	#page-top-sp{
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 100%;
		z-index: 10;
	}	
	#page-top-sp a{
		text-decoration: none;
		color: #fff;
		text-align: center;
		display: block;
		border-radius: 5px;
		font-weight: bold;
	}	
	
	#footer {
		width: inherit;
		height: inherit;
		background-image: none;
		background-color: #9E000F;
		padding: 20px;
		text-align: left;
	}
	#footer div{
		float: none!important;
		margin: 0px!important;
		text-align: inherit!important;
	}
	#footer a {
		color: #fff;
	}
	
}