@charset "UTF-8";

/* print */
@media print {
	
	* {
		-webkit-print-color-adjust: exact;
	}
	
	/*
	------------------------------------
	項目
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	テキストエリア
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	画像
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	テーブル
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	リンク
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	定義リスト
	------------------------------------
	*/
	/* お知らせ */
	#main dl.left {
		float: left;
	}
	#main dl.right {
		float: right;
	}
	
	
	/*
	------------------------------------
	ボタン
	------------------------------------
	*/
	
	
	/*
	------------------------------------
	汎用クラス
	------------------------------------
	*/
	/* 表 */
	#main p.left {
		float: left;
	}
	#main p.right {
		float: right;
	}
	
	
	/*
	------------------------------------
	basic.css
	------------------------------------
	*/
	body {
		width: 1200px;
	 	zoom: 80%;
	}
	.ef {
		opacity: 1 !important;
	}
	/* グローバルメニュー *******************************************/
	header.sp { display: none; }
	header.ta_y { display: none; }
	
	
	header {
		position: relative;
	}
	
	header .global li {
		margin-left: 24px;
	}

	.global-sub .global-sub_inner span {
		background: #008FEE;
		color: #fff;
		height: 24px;
		width: 64px;
		line-height: 24px;
		text-align: center;
		font-weight: bold;
		margin-right: 0px;
	}
	
	header .header_wrapper .global .global-sub .global-sub_inner {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
	}
	
	header .header_wrapper .global .global-sub {
		margin: 19px 0 0 15px;
	}

	header .header_wrapper .global {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-bottom: 5px;
		transition-duration: .4s;
	}

	header .global li a {
		text-decoration: none;
		color: #222;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.05em;
		transition-duration: .4s;
	}

	header .header_wrapper .global>ul {
		flex-wrap: wrap;
		margin-top: 20px;
		height: 64px;
	}

	.global .gyoseki img {
		width: 22px;
		display: block;
	}


	.global .pamphlet img {
		width: 22px;
		display: block;
	}

	header .header_wrapper .global .global-sub ul {
		margin-top: 0;
	}

	header .global li {
		margin-left: 24px;
	}

	header .global .gyoseki, header .global .search, header .global .pamphlet {
		width: 93px;
		height: 93px;
		display: block;
		color: #fff;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		transition-duration: .2s;
	}

	header .global .gyoseki {
		background: #0A7FAB;
	}
	
	header .global .search {
		background: #0067AC;
	}

	header .global .pamphlet {
		background: #0A7FAB;
	}
	
	header .header_wrapper .global .global-sub ul li:first-child {
		border-right: 1px solid #00B6EE;
	}

	header .header_wrapper .global .global-sub ul li {
		padding: 0 13px;
		margin: 0;
	}
	
	header .header_wrapper .global ul {
		display: flex;
		justify-content: flex-end;
		margin-top: 40px;
	}

	/* メインエリア *******************************************/
	#Contents {
/*		display: table-cell; */
		position: relative;
	}
	#Contents .page-title {
		position: relative;
		margin-bottom: 20px;
	}
	#index .page-title .bx-wrapper {
		margin-bottom: 0;
		box-shadow: 0 0;
		-moz-box-shadow: 0 0;
		-webkit-box-shadow: 0 0;
		border: none;
	}
	#index .page-title .bx-wrapper .bx-prev {
		background: url(/img/index/mv_left.png) 0 0 no-repeat;
	}
	#index .page-title .bx-wrapper .bx-next {
		background: url(/img/index/mv_right.png) 0 0 no-repeat;
	}
	#index .page-title .bx-wrapper .bx-controls-direction a {
		margin-top: -28px;
		width: 55px;
		height: 55px;
	}
	#index .page-title .bx-wrapper .bx-controls-direction a:hover {
		opacity: 0.5;
	}
	#index .page-title .bx-wrapper .bx-pager {
		display: none;
	}
	#Contents .page-title img {
		position: relative;
		width: 100%;
	}
	#Contents .page-title h1 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 28px;
		color: #fff;
		height: 100%;
		width: 100%;
		word-wrap: break-word;
	}
	#Contents .page-title h1 span {
		display: inline-block;
		border-bottom: 3px solid #fff;
		border-top: 3px solid #fff;
		margin: 0 auto;
		padding: 20px 0;
		position: relative;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#Contents .sub-HEADER {
		position: relative;
		margin-bottom: 20px;
	}
	#index .sub-HEADER .bx-wrapper {
		margin-bottom: 0;
		box-shadow: 0 0;
		-moz-box-shadow: 0 0;
		-webkit-box-shadow: 0 0;
		border: none;
	}
	#index .sub-HEADER .bx-wrapper .bx-prev {
		background: url(/img/index/mv_left.png) 0 0 no-repeat;
	}
	#index .sub-HEADER .bx-wrapper .bx-next {
		background: url(/img/index/mv_right.png) 0 0 no-repeat;
	}
	#index .sub-HEADER .bx-wrapper .bx-controls-direction a {
		margin-top: -28px;
		width: 55px;
		height: 55px;
	}
	#index .sub-HEADER .bx-wrapper .bx-controls-direction a:hover {
		opacity: 0.5;
	}
	#index .sub-HEADER .bx-wrapper .bx-pager {
		display: none;
	}
	#Contents .sub-HEADER img {
		position: relative;
		width: 100%;
	}
	#Contents .sub-HEADER h1 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 28px;
		color: #fff;
		height: 100%;
		width: 100%;
		word-wrap: break-word;
	}
	#Contents .sub-HEADER h1 span {
		display: inline-block;
		border-bottom: 3px solid #fff;
		border-top: 3px solid #fff;
		margin: 0 auto;
		padding: 20px 0;
		position: relative;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	#main {
		margin: 0 auto 20px;
		width: 90%;
	}

	#main .pic-area03 img {
		max-width: 679px !important;
	}
	
	#main .dsp_flex {
		display: block;
	}

	#main .dsp_flex:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html #main .dsp_flex {height: 1%;}
	/* End hide from IE-mac */

	#main .dsp_flex div:nth-child(odd) {
		float: left;
		width: 48%;
	}
	#main .dsp_flex div:nth-child(even) {
		float: right;
		width: 48%;
	}
	
	/* パンくず *********************
	#Contents .breadcrumb {
		margin: 0 auto 20px;
		width: 100%;
	}
	#Contents .breadcrumb ul {
		display: table;
		list-style: none;
	}
	#Contents .breadcrumb ul li {
		display: table-cell;
		padding: 0 18px;
		border-right: 1px solid #000;
		font-size: 13px;
	}
	#Contents .breadcrumb ul li:first-child {
		padding-left: 0;
	}
	#Contents .breadcrumb ul li:last-child {
		padding-right: 0;
		border-right: none;
	}
	#Contents .breadcrumb ul li a {
		color: #000;
		text-decoration: none;
	}
	#Contents .breadcrumb ul li a:hover {
		text-decoration: underline;
	}
	*/

	
	/* ページ内リンク *********************
	#main .page-link {
		margin: 0 auto 55px;
		border: 1px solid #75B52B;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	#main .page-link ul {
		margin: 0;
		padding: 10px 5% 0 5%;
		list-style: none;
	}
	#main .page-link ul li {
		display: inline-block;
		margin: 0 0 10px 0;
		padding-left: 3%;
		padding-right: 2%;
		width: 27%;
		min-height: 17px;
		background-image: url(/img/icon_page-link.png);
		background-repeat: no-repeat;
		background-position: left 0px top 4px;
		line-height: 1.6;
		vertical-align: top;
	}
	#main .page-link ul li a {
		font-size: 100%;
		color: #207C3E;
		text-decoration: none;
	}
	#main .page-link ul li a:hover {
		text-decoration: underline;
	}
	*/
	/* フッター *********************
	#Footer-area #Footer01 .footer-link {
		display: none;
	}
	#Footer-area #Footer01 .footer-data {
		display: table;
	}
	#Footer-area #Footer01 .footer-data dl {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#Footer-area #Footer01 .footer-data dl dt img {
		max-width: 100%;
	}
	#Footer-area #Footer01 .footer-data p {
		display: table-cell;
	}
	#Footer-area #Footer01 .footer-data dl dd.link span {
		display: table-cell;
		padding-right: 10px;
	}
	
	#Footer-area #Footer01 .footer-data .footer-link1,
	#Footer-area #Footer01 .footer-data .footer-link2 {
		display: none;
	}
	
	#Footer-area #Footer02 {
		display: table;
		height: 40px;
	}
	#Footer-area #Footer02 .footer-menu1 {
		display: none;
	}
	#Footer-area #Footer02 .copy {
		display: table-cell;
		vertical-align: middle;
	}
	*/
	#pagenavi {
		display: none !important;
	}
	
	
	/*
	------------------------------------
	index.css
	------------------------------------
	*/
	
	/* メインエリア *******************************************/
	#index {
	}
	#index .page-title {
		background: url(/img/index/mainvisual01.jpg) center center no-repeat;
		background-size: contain;
		height: 380px;
	}
	#index .page-title .bx-wrapper {
		margin-bottom: 0;
		box-shadow: 0 0;
		-moz-box-shadow: 0 0;
		-webkit-box-shadow: 0 0;
		border: none;
		visibility: hidden;
	}
	#index .page-title img {
		position: relative;
		display: block;
		width: 100%;
	}
	#index nav {
		width: 100%;
		height: 80px;
	}
	#index nav ul {
		display: table;
		width: 100%;
		height: 80px;
		list-style: none;
		background-color: #00458D;
	}
	#index nav ul li {
		display: table-cell;
		padding-top: 15px;
		width: 20%;
		height: 50px;
	}
	#index nav ul li a {
		display: block;
		width: 100%;
		height: 50px;
		border-right: 1px solid #fff;
		line-height: 50px;
		text-align: center;
		font-size: 18px;
		text-decoration: none;
		color: #fff;
	}
	#index nav ul li:last-child a {
		border: none;
	}
	#index nav ul li a:hover {
		color: #ff0;
	}
	
	/* Schedule ********************/
	#index #schedule {
		display: table;
		font-size: 0;
		width: 100%;
	}
	#index #schedule a {
		text-decoration: none;
	}
	#index #schedule .open1, #index #schedule .open2 {
		display: table-cell;
		padding: 20px;
		vertical-align: top;
		font-size: 12px;
		text-align: center;
	}
	#index #schedule .open1:hover, #index #schedule .open2:hover {
		opacity: 0.6;
	}
	#index #schedule .open1 {
		background-color: #207C3E;
		width: 40%;
	}
	#index #schedule .open2 {
		background-color: #45963E;
		width: 60%;
	}
	#index #schedule .open1_title, #index #schedule .open2_title {
		color: #f4e126;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	#index #schedule .open1_title small, #index #schedule .open2_title small {
		color: #fff;
		font-size: 80%;
		font-weight: normal;
		margin-left: 10px;
	}
	#index #schedule .open1_title small:before, #index #schedule .open2_title small:before {
		content: "\A";
		white-space: pre;
	}
	#index #schedule .open1_table {
		color: #000;
		line-height: 1.5;
		width: 100%;
	}
	#index #schedule .open2_table {
		color: #000;
		float: left;
		line-height: 1.5;
		width: 50%;
		table-layout: fixed;
	}
	#index #schedule .open1_table th, #index #schedule .open2_table th {
		background-color: #D2E6B9;
		padding: 5px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
	}
	#index #schedule .open2_table th {
		border-right: 1px solid #fff;
		height: 50px;
	}
	#index #schedule .open1_table td, #index #schedule .open2_table td {
		background-color: #fff;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		height: 80px;
	}
	#index #schedule .open2_table td {
		border-right: 1px solid #D2E6B9;
		height: 120px;
	}
	#index #schedule table:last-child th:last-child, #index #schedule table:last-child td:last-child {
		border-right: none;
	}
	#index #schedule .open1_table th:first-child, #index #schedule table:nth-child(2) th:first-child {
		border-top-left-radius: 7px;
	}
	#index #schedule .open1_table th:last-child, #index #schedule table:last-child th:last-child {
		border-top-right-radius: 7px;
	}
	#index #schedule .open1_table td:first-child, #index #schedule table:nth-child(2) td:first-child {
		border-bottom-left-radius: 7px;
	}
	#index #schedule .open1_table td:last-child, #index #schedule table:last-child td:last-child {
		border-bottom-right-radius: 7px;
	}
	
	#index #schedule + nav {
		margin-top: 3px;
		font-size: 0;
	}
	#index #schedule + nav,	#index #schedule + nav ul {
		background: #fff;
		height: auto;
	}
	#index #schedule + nav ul li {
		padding: 15px;
		height: 200px;
	}
	#index #schedule + nav ul li:hover {
		opacity: 0.6;
	}
	#index #schedule + nav ul li:nth-child(odd) {
		background: #207C3E;
	}
	#index #schedule + nav ul li:nth-child(even) {
		background: #45963E;
	}
	#index #schedule + nav ul li a {
		height: auto;
		border-right: none;
		line-height: 1.5;
		font-size: 12px;
	}
	#index #schedule + nav ul li a:hover {
		color: #fff;
	}
	#index #schedule + nav ul li a span {
		display: block;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		margin: 15px 0 10px;
		padding: 10px 0;
	}
	
	/* EMERGENCY **********************/
	#index #emergency {
		margin: 0 auto;
		padding-top: 50px;
		width: 100%;
	}
	#index #emergency div {
		display: table;
		height: 40px;
		width: 100%;
		background-color: #A02D28;
		border: 10px solid #A02D28;
	}
	#index #emergency div h2 {
		display: table-cell;
		padding-left: 37px;
		width: 20%;
		background-image: url(/img/index/emergency.png);
		background-repeat: no-repeat;
		background-position: left center;
		vertical-align: middle;
		font-size: 125%;
		letter-spacing: 0.2em;
		color: #fff;
	}
	#index #emergency div p {
		display: table-cell;
		margin: 0 1.16% 0 0;
		padding-left: 1.16%;
		padding-right: 1.16%;
		background-color: #fff;
		border-left: 10px solid #A02D28;
		border-right: 10px solid #A02D28;
		vertical-align: middle;
		font-size: 110%;
		line-height: 1.6;
	}
	#index #emergency div a {
		color: #c00;
		display: table-cell;
		margin: 0 1.16% 0 0;
		padding-left: 1.16%;
		padding-right: 1.16%;
		background-color: #fff;
		border-left: 10px solid #A02D28;
		border-right: 10px solid #A02D28;
		vertical-align: middle;
		font-size: 110%;
		line-height: 1.6;
	}
	#index #emergency div a.btn {
		display: table-cell;
		width: 20%;
		background: linear-gradient(#FFFDF3, #DBB184);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-align: center;
		vertical-align: middle;
		color: #A02D28;
		text-decoration: none;
		font-weight: bold;
	}
	
	/* TOPICS **********************/
	#index #topics {
		margin: 0 auto;
		padding-top: 58px;
		padding-bottom: 70px;
		width: 100%;
	}
	#index #topics h2 {
		margin: 0 auto 10px;
		padding-bottom: 4px;
		width: 131px;
		border-bottom: 3px solid #207C3E;
	}
	#index #topics h2 span {
		display: inline-block;
		width: 131px;
		height: 30px;
		background-image: url(/img/index/topics.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	#index #topics p {
		margin-bottom: 20px;
		text-align: center;
	}
	#index #topics p a {
		padding-right: 15px;
		background-image: url(/img/ul_list.png);
		background-repeat: no-repeat;
		background-position: right center;
		font-size: 90%;
		color: #000;
		text-decoration: none;
	}
	#index #topics p a:hover {
		text-decoration: underline;
	}
	#index #topics div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: -webkit-wrap;
		flex-wrap: -moz-wrap;
		flex-wrap: -ms-wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin: 0 auto;
	}
	#index #topics div dl {
		margin-right: 4%;
		width: 22%;
		border-bottom: 1px solid #bcbcbb;
	}
	#index #topics div dl:last-child {
		margin-right: 0;
	}
	#index #topics div dl dd.img {
		margin: 0;
	}
	#index #topics div dl dd.img img {
		width: 100%;
	}
	#index #topics div dl dd.txt {
		margin: 0;
		padding: 10px 0;
	}
	#index #topics div dl dd.txt a {
		font-size: 100%;
		line-height: 150%;
		color: #000;
		text-decoration: none;
	}
	#index #topics div dl dd a:hover {
		opacity: 0.5;
	}
	
	/* important **********************/
	#important {
		margin-left: -8.24%;
		padding-top: 45px;
		width: 116.28%;
	}
	.important-inner {
		border: 5px solid #c00;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 30px 25px;
		width: 86%;
	}
	#important h2 {
		color: #c00;
		margin: 0 auto 40px;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
	#important h2 span {
		border-bottom: 2px solid #c00;
	}
	#important dl {
		font-size: 120%;
		margin-bottom: 0;
		padding-top: 5px;
		border-bottom: 1px solid #BCBCBB;
	}
	#important dl dt {
		float: left;
		margin: 0 15px 0 0;
		list-style: none;
		font-size: 100%;
	}
	#important dl dt span {
		margin-left: 10px;
		font-size: 100%;
	}
	#important dl dd span.new {
		border: 1px solid #c00;
		border-radius: 5px;
		color: #c00;
		font-size: 80%;
		font-weight: bold;
		display: inline-block;
		line-height: 1.2;
		margin-right: 0.5em;
		margin-top: -2px;
		padding: 0 2px;
		vertical-align: middle;
	}
	#important dl dd {
		float: left;
		margin: 0;
		font-size: 100%;
		max-width: calc(100% - 120px);
	}
	#important dl dd a {
		color: #000;
	}
	#important dl dd a:hover {
		opacity: 0.5;
	}
	
	/* user **********************/
	#index #user {
		background-color: #E7F1EA;
		margin-left: -8.24%;
		padding: 45px 0 60px;
		width: 116.28%;
		position: relative;
		z-index: 50;
	}
	#index #user h2 {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 3px;
		margin: 0 auto 20px;
		text-align: center;
		position: relative;
		z-index: 51;
	}
	#index #user h2 span {
		background-color: #45963E;
		display: inline-block;
		padding: 7px;
		text-align: center;
		width: 240px;
		position: relative;
	}
	#index #user h2 span:before {
		background-color: #fff;
		border: 1px solid #45963E;
		content: '';
		left: -4px;
		top: -4px;
		height: 100%;
		width: 100%;
		padding: 3px;
		position: absolute;
		z-index: -1;
	}
	#index #user h2:before {
		border-bottom: 1px solid #78B376;
		border-top: 1px solid #78B376;
		content: '';
		left: 7%;
		right: 7%;
		top: 50%;
		height: 3px;
		position: absolute;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: -2;
	}
	#index #user:after {
		border-bottom: 1px solid #78B376;
		border-top: 1px solid #78B376;
		content: '';
		left: 7%;
		right: 7%;
		bottom: 40px;
		height: 3px;
		position: absolute;
	}
	#index #user ul {
		margin: 0 ;
		list-style-type: none;
	}
	#index #user ul li {
		margin-left: 0;
	}
	#index #user .left {
		float: left;
		margin-left: 7%;
		width: 41%;
	}
	#index #user .right {
		float: right;
		margin-right: 7%;
		width: 41%;
	}
	#index #user .user_link1, #index #user .user_link3 {
		background: #fff url(/img/index/user_icon2.png) no-repeat right 3px top 3px;
		border: 2px solid #5FA176;
		display: table;
		margin-bottom: 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#index #user .user_link1 a, #index #user .user_link3 a  {
		display: table-cell;
		color: #000;
		padding-left: 140px;
		height: 84px;
		line-height: 1.5;
		vertical-align: middle;
		text-decoration: none;
	}
	#index #user .user_link1 a span, #index #user .user_link3 a span {
		color: #207C3E;
		font-weight: bold;
	}
	#index #user .user_link1 a  {
		background: url(/img/index/user1.jpg) no-repeat left center;
	}
	#index #user .user_link3 a  {
		background: url(/img/index/user3.jpg) no-repeat left center;
	}
	#index #user .user_link2 {
		background-color: #fff;
		border: 2px solid #5FA176;
	}
	#index #user .user_link2_faq {
		background: url(/img/index/user2.png) no-repeat 10px center;
		border-bottom: 2px solid #5FA176;
		color: #207C3E;
		font-weight: bold;
		height: 18px;
		line-height: 18px;
		padding: 15px 15px 15px 50px;
		position: relative;
	}
	#index #user .user_link2_faq a {
		background: url(/img/index/user_icon1.png) no-repeat right center;
		color: #000;
		font-weight: normal;
		top: 15px;
		right: 15px;
		position: absolute;
		padding-right: 20px;
		text-decoration: none;
	}
	#index #user .user_link2 ul {
		padding: 15px;
		height: 110px;
	}
	#index #user .user_link2 ul li a {
		color: #000;
		background: url(/img/index/user_icon1.png) no-repeat left center;
		padding-left: 20px;
		padding-top: 2px;
	}
	#index #user .user_link4 li {
		background: #fff url(/img/index/user_icon2.png) no-repeat right 3px top 3px;
		border: 2px solid #5FA176;
		display: table;
		float: left;
		margin-bottom: 10px;
		width: 48%;
		text-align: center;
	}
	#index #user .user_link4 li:nth-child(even) {
		float: right;
	}
	#index #user .user_link4 li a {
		display: table-cell;
		color: #207C3E;
		font-weight: bold;
		height: 54px;
		line-height: 1.5;
		vertical-align: middle;
	}
	
	/* center **********************/
	#index #center {
		margin-left: -8.24%;
		padding-top: 45px;
		width: 116.28%;
	}
	#index #center ul {
		margin: 0 auto;
		list-style: none;
	}
	#index #center ul li {
		display: table;
		float: left;
		margin: 0 0.5% 5px 0;
		width: 33%;
	}
	#index #center ul li:nth-child(3), #index #center ul li:nth-child(6) {
		margin-right: 0;
	}
	#index #center ul li:nth-child(4) {
		clear: both;
	}
	#index #center ul li:nth-child(n+4) {
		margin-bottom: 0;
	}
	#index #center ul li a {
		display: table-row;
		font-size: 100%;
		color: #fff;
		text-decoration: none;
	}
	#index #center ul li a:first-child  {
		font-size: 0;
	}
	#index #center ul li:nth-child(odd) a p {
		background-color: #207C3E;
	}
	#index #center ul li:nth-child(even) a p {
		background-color: #45963E;
	}
	#index #center ul li a:hover {
		opacity: 0.5;
	}
	#index #center ul li a img {
		display: table-cell;
		width: 100%;
	}
	#index #center ul li a p {
		display: table-cell;
		height: 4em;
		background-color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	
	/* news **********************/
	#index #news {
		margin-left: -8.24%;
		padding-top: 45px;
		padding-bottom: 45px;
		width: 116.28%;
		background-color: #F4F4F4;
		border-bottom: 1px solid #bcbcbb;
	}
	#index #news .oshirase {
		float: left;
		margin-left: 7%;
		width: 41%;
	}
	#index #news .gakkai {
		float: right;
		margin-right: 7%;
		width: 41%;
	}
	#index #news div h2 {
		margin-bottom: 20px;
		font-size: 140%;
		font-weight: normal;
		text-align: center;
	}
	#index #news div h2 span {
		padding-bottom: 10px;
		border-bottom: 2px solid #000;
	}
	#index #news div p {
		margin-bottom: 20px;
		text-align: center;
	}
	#index #news div p a {
		padding-right: 15px;
		background-image: url(/img/ul_list.png);
		background-repeat: no-repeat;
		background-position: right center;
		font-size: 90%;
		color: #000;
		text-decoration: none;
	}
	#index #news div p a:hover {
		text-decoration: underline;
	}
	#index #news div dl {
		margin: 0 0 10px 0;
		border-bottom: 1px solid #bcbcbb;
	}
	#index #news div dl dt {
		display: inherit;
		margin: 0 0 10px 0;
		font-size: 90%;
	}
	#index #news div dl dt span {
		margin-left: 10px;
		font-size: 100%;
	}
	#index #news div dl dt span.new {
		font-size: 110%;
		color: #A02D28;
	}
	#index #news div dl dt span.i, #index #news div dl dt span.v, #index #news div dl dt span.b, #index #news div dl dt span.n {
		display: inline-block;
		padding-bottom: 2px;
		padding-top: 2px;
		width: 80px;
		text-align: center;
		font-size: 100%;
		color: #fff;
	}
	#index #news div dl dt span.i {
		background-color: #4B4B4B;
	}
	#index #news div dl dt span.v {
		background-color: #207C3E;
	}
	#index #news div dl dt span.b {
		background-color: #3267A1;
	}
	#index #news div dl dt span.n {
		background-color: #B41D23;
	}
	#index #news div dl dt span.t, #index #news div dl dt span.p {
		background-color: #fff;
		display: inline-block;
		padding: 2px;
		width: 60px;
		text-align: center;
		font-size: 90%;
		color: #fff;
	}
	#index #news div dl dt span.t {
		border: 1px solid #b41d23;
		color: #b41d23;
	}
	#index #news div dl dt span.p {
		border: 1px solid #207c3e;
		color: #207c3e;
	}
	#index #news div dl dd {
		margin: 0 0 10px 0;
		font-size: 100%;
	}
	#index #news div dl dd a {
		font-size: 100%;
		color: #000;
		text-decoration: none;
	}
	#index #news div dl dd a:hover {
		text-decoration: underline;
	}
	
	/* MOVIE **********************/
	#index #movie {
		margin: 0 auto;
		padding-top: 58px;
		padding-bottom: 70px;
		width: 100%;
	}
	#index #movie h2 {
		margin: 0 auto 10px;
		padding-bottom: 4px;
		width: 111px;
		border-bottom: 3px solid #207C3E;
	}
	#index #movie h2 span {
		display: inline-block;
		width: 111px;
		height: 30px;
		background-image: url(/img/index/movie.png);
		text-indent: -9999px;
	}
	#index #movie p {
		margin-bottom: 20px;
		text-align: center;
	}
	#index #movie p a {
		padding-right: 15px;
		background-image: url(/img/ul_list.png);
		background-repeat: no-repeat;
		background-position: right center;
		font-size: 90%;
		color: #000;
		text-decoration: none;
	}
	#index #movie p a:hover {
		text-decoration: underline;
	}
	#index #movie div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: -webkit-wrap;
		flex-wrap: -moz-wrap;
		flex-wrap: -ms-wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		margin: 0 auto;
	}
	#index #movie div dl {
		margin: 0 4% 0 0;
		width: 22%;
		border-bottom: 1px solid #bcbcbb;
	}
	#index #movie div dl:last-child {
		margin-right: 0;
	}
	#index #movie div dl dd {
		margin: 0;
	}
	#index #movie div dl dd.img img {
		width: 100%;
	}
	#index #movie div dl dd.txt {
		padding: 10px 0;
	}
	#index #movie div dl dd.txt a {
		font-size: 100%;
		line-height: 150%;
		color: #000;
		text-decoration: none;
	}
	#index #movie div dl dd a:hover {
		opacity: 0.5;
	}
	
	/* link **********************/
	#index #link {
		margin-left: -8.24%;
		padding-top: 45px;
		padding-bottom: 45px;
		width: 116.28%;
		background-color: #F4F4F4;
		border-top: 1px solid #bcbcbb;
		border-bottom: 1px solid #bcbcbb;
	}
	#index #link div {
		margin: 0 auto;
		width: 86%;
	}
	#index #link div ul {
		list-style: none;
	}
	#index #link div ul.link1 {
		margin: 0 0 20px 0;
	}
	#index #link div ul.link2 {
		margin: 0 0 20px 0;
	}
	#index #link div ul li {
		display: table;
		float: left;
		margin: 0 4% 0 0;
		box-shadow: 5px 5px 10px #555555;
	}
	#index #link div ul li:last-child {
		margin-right: 0;
	}
	#index #link div ul.link1 li:nth-child(1), #index #link div ul.link1 li:nth-child(2) {
		width: 22%;
	}
	#index #link div ul.link1 li:nth-child(3) {
		width: 48%;
		position: relative;
	}
	#index #link div ul.link1 li:nth-child(3):before {
		content: '';
		border-top: 2px solid #C2DA97;
		border-bottom: 1px solid #C2DA97;
		height: 1px;
		left: 5%;
		right: 5%;
		top: 5px;
		position: absolute;
		z-index: 1;
	}
	#index #link div ul.link1 li:nth-child(3):after {
		content: '';
		border-top: 1px solid #C2DA97;
		border-bottom: 2px solid #C2DA97;
		height: 1px;
		left: 5%;
		right: 5%;
		bottom: 5px;
		position: absolute;
		z-index: 1;
	}
	#index #link div ul.link2 li:nth-child(1), #index #link div ul.link2 li:nth-child(2) {
		width: 48%;
	}
	#index #link div ul.link2 li:nth-child(2) {
		float: right;
	}
	#index #link div ul li a {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		text-decoration: none;
	}
	#index #link div ul.link1 li a {
		height: 4rem;
		background-color: #207C3E;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	#index #link div ul.link1 li:nth-child(3) a {
		background-color: #75B52B;
		font-size: 18px;
		letter-spacing: 5px;
		position: relative;
	}
	#index #link div ul.link1 li:nth-child(3) a:before {
		content: url(/img/index/movie7.png);
		height: 15px;
		width: 56px;
		left: -10px;
		position: relative;
		z-index: 1;
		top: 0;
	}
	#index #link div ul.link1 li:nth-child(3) a:after {
		content: url(/img/index/movie8.png);
		height: 15px;
		width: 56px;
		right: -5px;
		position: relative;
		z-index: 1;
		top: 0;
	}
	#index #link div ul.link2 li a {
		height: 6em;
		background-color: #fff;
		color: #207C3E;
	}
	#index #link div ul.link2 li:nth-child(1) a {
		padding-left: 10px;
		background-image: url(/img/index/movie5.jpg);
		background-repeat: no-repeat;
		background-position: right 5px center;
		background-size: auto 70%;
		font-size: 130%;
	}
	#index #link div ul.link2 li:nth-child(2) a {
		padding-left: 10px;
		background-image: url(/img/index/movie6.jpg);
		background-repeat: no-repeat;
		background-position: right 5px center;
		background-size: auto 60%;
		font-size: 130%;
	}
	#index #link div ul.link2 li:nth-child(1) img,
	#index #link div ul.link2 li:nth-child(2) img {
		width: 40%;
	}
	#index #link div ul.link2 li a small {
		font-size: 80%;
	}
	#index #link div ul li a:hover {
		opacity: 0.5;
	}
	
	/* info **********************/
	#index #info {
		margin: 0 auto;
		padding-top: 45px;
		padding-bottom: 45px;
		width: 100%;
	}
	#index #info div.info_wrapper {
		margin: 0 auto;
	}
	#index #info div.info_wrapper h2 {
		margin-bottom: 20px;
		font-size: 140%;
		font-weight: normal;
		text-align: center;
	}
	#index #info div.info_wrapper h2 span {
		padding-bottom: 10px;
		border-bottom: 2px solid #000;
	}
	#index #info div.info_wrapper p {
		margin-bottom: 20px;
		text-align: center;
	}
	#index #info div.info_wrapper p a {
		padding-right: 15px;
		background-image: url(/img/ul_list.png);
		background-repeat: no-repeat;
		background-position: right center;
		font-size: 90%;
		color: #000;
		text-decoration: none;
	}
	#index #info div.info_wrapper p a:hover {
		text-decoration: underline;
	}
	#index #info div.info_wrapper .bx-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		box-shadow: none;
		border: none;
	}
	#index #info div.info_wrapper .bx-wrapper ul {
		margin: 0;
	}
	#index #info div.info_wrapper .bx-wrapper li {
		display: table;
		margin: 0;
		height: 80px;
		border: 1px solid #bcbcbb;
	}
	#index #info div.info_wrapper .bx-wrapper li a {
		display: table-cell;
		height: 80px;
		width: 100%;
		vertical-align: middle;
		text-align: center;
		color: #000;
		text-decoration: none;
		line-height: 120%;
	}
	#index #info div.info_wrapper .bx-wrapper li a:hover {
		opacity: 0.5;
	}
	#index #info div.info_wrapper .bx-wrapper li a img {
		margin: 0 auto 10px;
	}
	#index #info div.info_wrapper .bx-wrapper .bx-prev {
		left: -50px;
	}
	#index #info div.info_wrapper .bx-wrapper .bx-next {
		right: -50px;
	}
	
	/*
	------------------------------------
	modal.css
	------------------------------------
	*/
	.mfp-bg {
		display: none !important;
	}

	.mfp-wrap {
		display: none !important;
	}
	
	#modal  {
		display: none !important;
	}	
}