@charset "UTF-8";
/* 現在地表示 */
.childHeaderMenu ul > li:nth-of-type(1) {
	border-bottom: 4px solid #541b86;
}
@media screen and (max-width: 767px) {
	.childHeaderMenu ul > li:nth-of-type(1) {
		border-bottom-style: none;
	}
}
/* page title */
#group {
	background: url("/about/images/tit_index01.png") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 500px) {
	#group {
		background-position: 40% 50%;
	}
}
/* ------------------------------------------------------------
	index style
------------------------------------------------------------ */
/* corporate_data */
.corporate_data {
	margin-top: 4em;
}
.corporate_data h2 {
	margin-bottom: 10px;
	color: #000;
	font-size: 1.5em;
}
@media screen and (max-width: 767px) {
	.corporate_data h2 {
		font-size: 1.3em;
	}
}
/* heading */
.index_cate_head {
	border-bottom: 1px solid #c8c8c8;
	margin-top: 2em;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #000;
	font-size: 1.5em;
}
h2 + .index_cate_head {
	margin-top: 0;
}
/* topMenuArea */
.topMenuArea {
	margin-top: 60px;
	margin-bottom: 70px;
}
.topMenuCont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.topMenuCont > li {
	flex-basis: 32%;
	margin-right: 2%;
	line-height: 1.2;
	border-bottom: 4px solid #541b86;
	font-size: 1.286em;
}
.topMenuCont > li:nth-of-type(3n) {
	margin-right: 0;
}
.topMenuCont > li:hover {
	opacity: 1;
}
.topMenuCont > li a {
	text-decoration: none;
}
.topMenuCont > li a > p {
	overflow: hidden;
}
.topMenuCont > li a > p img {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: 0.6s;
}
.topMenuCont > li:hover a > p img {
	animation: flash 0.5s;
}
.topMenuCont > li a > h3 {
	padding: 1.071em 0;
	color: #000;
	text-align: center;
}
.topMenuCont > li a > h3.line2 {
	padding: 0.4722em 0;
}
@media screen and (max-width: 960px) {
	.topMenuArea > li {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 767px) {
	.topMenuCont {
		display: block;
	}
	.topMenuCont > li {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 0.6em !important;
		font-size: 1.15em;
	}
	.topMenuCont > li a {
		display: flex;
		align-items: center;
	}
	.topMenuCont > li a > p {
		flex-basis: 41%;
		margin-right: 4%;
	}
	.topMenuCont > li a > h3 {
		flex-basis: 55%;
		padding: 0;
		text-align: left;
		font-size: 1.3em;
	}
}
@media screen and (min-width: 768px) {
	.topMenuCont > li:hover img {
		transform: scale(1.3);
	}
}
/* -- topMenuArea flash -- */
@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}
	15% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: 1;
	}
	15% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
/* ------------------------------------------------------------
	group, organization, outline style
------------------------------------------------------------ */
.companyCont table {
	width: 100%;
	margin-bottom: 2em;
}
.companyCont th {
	font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 0.7em 2% 0.7em 0;
	width: 18%;
}
:lang(en) .companyCont th {
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
	.companyCont th {
		width: 28%;
	}
}
.companyCont td {
	padding: 0.7em 0;
	width: 80%;
	font-size: 1.1em;
}
@media screen and (max-width: 767px) {
	.companyCont td {
		width: 70%;
	}
}
.companyCont a {
	text-decoration: none;
	display: inline-block;
	margin-left: 1em;
	color: #0067b7;
}
.companyCont a:hover {
	text-decoration: underline;
	opacity: 1;
}
.companyCont a img {
	margin-bottom: -0.3em;
	margin-left: 0.8em;
}
.companyCont p {
	line-height: 1.8;
}
.companyCont figure {
	display: inline-block;
	margin-right: 0.5em;
	width: 18%;
}
@media screen and (max-width: 767px) {
	.companyCont .companyPic {
		text-align: center !important;
	}
}
/* ------------------------------------------------------------
	vision style
------------------------------------------------------------ */
.visionCont .h2 {
	margin-top: 3.3em;
	margin-bottom: 0.5em;
}
.visionCont .h2 + p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.visionCont .left {
	width: 48%;
}
@media screen and (max-width: 640px) {
	.visionCont .left {
		text-align: center !important;
		width: 100%;
		margin-bottom: 20px;
	}
}
.visionCont .right {
	width: 48%;
}
@media screen and (max-width: 640px) {
	.visionCont .right {
		text-align: center !important;
		width: 100%;
	}
}
.visionCont .txtBox {
	margin-top: 1em;
}
.visionCont .txtBox .left {
	width: 46%;
}
@media screen and (max-width: 767px) {
	.visionCont .txtBox .left {
		width: 100%;
		text-align: left !important;
		margin-bottom: 1.5em;
	}
}
.visionCont .txtBox .right {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.visionCont .txtBox .right {
		text-align: center !important;
		width: 100%;
	}
}
h1.childPageTit.visionTit01 {
	padding: 2.6em 0;
}
@media screen and (max-width: 640px) {
	h1.childPageTit.visionTit01 br {
		display: none;
	}
}
/* ------------------------------------------------------------
	message style
------------------------------------------------------------ */
.messageBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.messageBox {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.messageBox.right {
		margin-bottom: 2em;
	}
}
.messageBox .left {
	width: 65%;
	text-aling: justify;
}
@media screen and (max-width: 640px) {
	.messageBox .left {
		width: 100%;
	}
}
.messageBox .right {
	width: 30%;
}
@media screen and (max-width: 640px) {
	.messageBox .right {
		float: none;
		width: 280px;
		margin: 0 auto;
	}
}
.messageBox p {
	margin-bottom: 0.5em;
}
/* ------------------------------------------------------------
	policy style
------------------------------------------------------------ */
.policyBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.policyBox {
		width: 100%;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 767px) {
	.policyBox.right {
		margin-bottom: 2em;
	}
}
.policyBox ul {
	list-style-type: decimal;
}
.policyBox li {
	margin-left: 1.3em;
}
/* ------------------------------------------------------------
	officer style
------------------------------------------------------------ */
.officerBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.officerBox {
		width: 100%;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 767px) {
	.officerBox.right {
		margin-bottom: 2em;
	}
}
.officerBox > table tr th, .officerBox > table tr td {
	padding: 1%;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.officerBox > table tr th {
	width: 40%;
}
:lang(en) .officerBox > table tr th {
	width: 35%;
}
:lang(en) .officerBox > table tr th span {
	display: inline-block;
	width: 100%;
}
.officerBox > table tr th img {
	width: 104px;
	margin-right: 2%;
	vertical-align: middle;
	line-height: 1;
}
.officerBox > table tr td:nth-child(2) {
	width: 20%;
}
:lang(en) .officerBox > table tr td:nth-child(2) {
	width: 25%;
}
.officerBox > table tr td:nth-child(3) {
	width: auto;
}
.officerBox > table tr td a {
	position: relative;
	margin-left: 1em;
	font-size: 0.9em;
	color: #0067b7;
}
.officerBox > table tr td a:hover {
	text-decoration: underline;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.officerBox > table {
		border-bottom: 1px solid #ccc;
	}
	.officerBox > table tr th, .officerBox > table tr td {
		padding: 5px;
	}
	.officerBox > table tr th {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	:lang(en) .officerBox > table tr th {
		width: 100%;
		line-height: 1.5;
	}
	.officerBox > table tr th img {
		width: 100px;
		margin-right: 10px;
	}
	:lang(en) .officerBox > table tr th span {
		display: inline-block;
		width: calc(100% - 120px);
	}
	.officerBox > table tr td:nth-child(2) {
		font-family: "UD Shin Go Medium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
		font-weight: 500;
	}
	.officerBox > table tr td:nth-child(2) p.birth_date {
		font-family: "UD Shin Go Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
		font-weight: normal;
	}
	:lang(en) .officerBox > table tr td:nth-child(2) {
		font-family: "Noto Sans JP";
	}
	:lang(en) .officerBox > table tr td:nth-child(2) p.birth_date {
		font-family: "Noto Sans JP";
	}
	.officerBox > table tr:nth-child(-n+6) td:nth-child(2) {
		display: block;
		width: auto;
		margin-top: -3em;
		margin-left: 115px;
		border: none;
		padding: 0;
	}
	.officerBox > table tr:nth-child(n+7) td:nth-child(2), .officerBox > table tr td:nth-child(3) {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding-top: 0;
	}
	.officerBox > table tr td a {
		margin-left: 0;
		display: block;
	}
	.officerBox > table tr td.sp_none {
		display: none;
	}
}
.officerBox td a:hover {
	text-decoration: underline;
	opacity: 1;
}
.officerBox .ml0 {
	margin-left: 0;
}
.officerBox .date01 {
	margin-bottom: 5px;
}
#cboxOverlay {
	background: #000;
}
#cboxClose {
	top: 5px;
	right: 5px;
	bottom: auto;
}
.inlineContent {
	height: 100%;
	padding: 5%;
}
.inlineContent section {
	height: 100%;
}
.inlineContent h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.inlineContent table {
	width: 100%;
}
.inlineContent th, .inlineContent td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px;
}
.inlineContent th {
	vertical-align: middle;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.inlineContent th {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.inlineContent td {
		width: 60%;
	}
}
.inlineContent p {
	margin-top: 15px;
}
.birth_date {
	font-size: 75%;
}
/* ------------------------------------------------------------
	history style
------------------------------------------------------------ */
.historyBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.historyBox {
		width: 100%;
	}
	.historyBox.right {
		margin-bottom: 2em;
	}
}
.historyBox .historyNav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.historyBox .historyNav li {
	flex-basis: 20%;
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1em;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.historyBox .historyNav li {
		flex-basis: 7em;
	}
}
.historyBox .historyNav li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #541b86;
	border-right: 2px solid #541b86;
	transform: rotate(135deg);
	top: 33%;
	position: absolute;
	left: 0;
}
.historyBox .historyNav li a {
	position: relative;
	color: #0067b7;
}
.historyBox h2 {
	margin-bottom: 10px;
	color: #000;
	font-size: 1.5em;
}
@media screen and (max-width: 767px) {
	.historyBox h2 {
		font-size: 1.3em;
	}
}
.historyBox table {
	width: 100%;
	margin-bottom: 1em;
}
.historyBox table tr td {
	border: 1px solid #ccc;
	padding: 2%;
}
.historyBox table tr > td:first-child {
	border-right: none;
	width: 5.5em;
	background-color: #f0f5fa;
}
:lang(en) .historyBox table tr > td:first-child {
	width: 4.25em;
}
.historyBox table tr td li {
	position: relative;
	margin-left: 0.8em;
}
.historyBox table tr td li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: -0.8em;
	width: 0.5em;
	height: 0.5em;
	background-color: #6c9bd2;
	border-radius: 50%;
}
.historyBox .totop {
	margin-bottom: 2em;
}
.historyBox .totop a {
	position: relative;
	color: #0067b7;
}
p.note {
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}
.img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}
.img_list > figure {
	flex: 0 0 49%;
}
.img_list.grid3 > figure {
	flex: 0 0 32%;
}
.img_list > figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.img_list > figure figcaption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.img_list > figure figcaption.w2 {
	margin-left: -106%;
}
@media screen and (max-width: 640px) {
	.img_list {
		justify-content: center;
	}
	.img_list > figure, .img_list.grid3 > figure {
		flex-basis: 75%;
		margin-bottom: 30px;
	}
	.img_list > figure figcaption.w2 {
		margin-left: 0;
	}
}
/* ------------------------------------------------------------
	group style
------------------------------------------------------------ */
.group01 {
	width: 100%;
	background-color: #6c9bd2;
	padding: 0.2em;
	color: #fff;
	text-align: center !important;
}
/* groupLink */
.groupLink {
	width: 100%;
	margin-bottom: 3em;
}
.groupLink > * {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5%;
}
.groupLink > * > p {
	display: flex;
	flex-basis: 13.5%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #92b3d9;
	margin: 0;
	padding: 0.5em 0;
	color: #92b3d9;
	font-size: 13px;
	text-align: center !important;
	line-height: 1.25;
}
.groupLink > .link_box2 > p {
	padding-top: 1em;
	padding-bottom: 1em;
}
.groupLink > * > ul {
	display: flex;
	flex-basis: 85%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.groupLink > * > ul > li {
	line-height: 1.25;
}
.groupLink > .link_box1 > ul > li {
	flex-basis: calc(92.5%/6);
}
.groupLink > .link_box1 > ul > li.link_tree_kizuna {
	flex-basis: 49.25%;
}
.groupLink > .link_box2 > ul > li {
	flex-basis: calc(97%/3);
}
.groupLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	background-color: #92b3d9;
	padding: 0.5em 0 1em;
	color: #fff;
	font-size: 13px;
	text-align: center !important;
	text-decoration: none;
}
.groupLink a:visited {
	color: #fff;
}
.groupLink a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: calc(50%-2.5px);
	bottom: 0.5em;
	transform: rotate(45deg);
}
.groupLink > .link_box1 > ul > li.link_tree_kizuna {
	display: flex;
	flex-direction: column;
}
.groupLink > .link_box1 > ul > li.link_tree_kizuna > ul {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5em;
}
.groupLink > .link_box1 > ul > li.link_tree_kizuna > ul > li {
	flex-basis: calc(92.5%/3);
}
@media screen and (max-width: 820px) {
	.groupLink > * {
		display: block;
		margin-bottom: 2em;
	}
	.groupLink > * > p {
		display: block;
		margin-bottom: 0.5em;
	}
	.groupLink > .link_box2 > p {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.groupLink > * ul {
		height: auto;
	}
	.groupLink > * ul > li {
		height: auto;
	}
	.groupLink > .link_box1, .groupLink > .link_box2 {
		flex-basis: 100%;
		margin-bottom: 0.5em;
	}
	.groupLink > .link_box2 {
		margin-bottom: 0;
	}
	.groupLink > .link_box1 > ul > li {
		flex-basis: 32.5%;
	}
	.groupLink > .link_box1 > ul > li.link_tree_kizuna {
		flex-basis: 100%;
		margin-top: 0.5em
	}
	.groupLink > .link_box1 > ul > li.link_tree_kizuna > a {
		height: auto;
	}
	.groupLink > .link_box1 > ul > li.link_tree_kizuna > ul > li {
		flex-basis: 32.5%;
	}
	.groupLink .pcOnly {
		display: none;
	}
}
/* groupBox */
.groupBox .h2 {
	color: #000;
}
.groupBox h3.h3group {
	color: #000;
	font-size: 1.15em;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.groupBox .left img {
	width: 100%;
}
.groupBox .groupName {
	font-size: 1.2em;
	margin: 0.5em 0;
	padding: 0.3em 2%;
	background-color: #efefef;
}
.groupBox .left {
	width: 30%;
	margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
	.groupBox .left {
		width: 100%;
		text-align: center !important;
	}
}
@media screen and (max-width: 640px) {
	.groupBox .left img {
		max-width: 210px;
	}
}
.groupBox .right {
	width: 66%;
	margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
	.groupBox .right {
		width: 100%;
	}
}
.groupBox .right .link {
	text-decoration: none;
	background: url(/images/ico_index01_off.png) no-repeat right 1em center;
	background-size: 15px;
	display: block;
	margin-top: 1em;
	padding: 0.3em 3em;
	border: 1px solid #541b86;
	transition: 0.1s;
	text-align: center !important;
	color: #541b86;
}
.groupBox .right .link.noicon {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.groupBox .right .link {
		max-width: 70%;
		margin: 1em auto 0;
		padding: 0.5em 4% 0.5em 2%;
		background-position: 96% 50%;
	}
	.groupBox .right .link.noicon {
		padding-right: 2%;
	}
}
@media screen and (min-width: 768px) {
	.groupBox .right .link:hover {
		background-image: url(/images/ico_index01_on.png);
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
	.groupBox .right .link.noicon:hover {
		background-image: none;
	}
}
.groupBox .textRight {
	font-size: 0.9em;
}
.groupBox .table01 {
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.groupBox .table01 {
		width: 100%;
	}
}
.groupBox .table01 th {
	color: #333;
	text-align: left;
	font-weight: 500;
	width: 12%;
	padding: 0.2em 0;
}
@media screen and (max-width: 640px) {
	.groupBox .table01 th {
		width: 100%;
		display: list-item;
		border-bottom: 1px solid #541b86;
		list-style: none;
	}
}
.groupBox .table01 td {
	width: 80%;
	padding: 0.2em 2%;
}
@media screen and (max-width: 640px) {
	.groupBox .table01 td {
		width: 100%;
		display: list-item;
		list-style: none;
		padding: 0.2em 0;
	}
}
.groupBox .table01 a {
	margin-left: 0.5em;
	background: url(/images/ico_index01_off.png) no-repeat 87% 50%;
	background-size: 15px;
	display: block;
	margin-top: 1em;
	padding: 0.3em 2%;
	border: 1px solid #541b86;
	transition: 0.1s;
	text-align: center !important;
	color: #541b86;
}
@media screen and (max-width: 767px) {
	.groupBox .table01 a {
		max-width: 70%;
		margin: 1em auto 0;
		padding: 0.5em 2%;
	}
}
@media screen and (min-width: 768px) {
	.groupBox .table01 a:hover {
		background-image: url(/images/ico_index01_on.png);
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
}
@media screen and (max-width: 640px) {
	.groupBox .table01 a {
		margin-left: 0;
	}
}
.groupBox .table01 p {
	margin-bottom: 0;
}
.groupBox .companyTable p {
	margin-bottom: 0;
}
.groupBox .table02 {
	width: 100%;
	margin-bottom: 1em;
}
.groupBox .table02 .ml0 {
	margin-left: 0;
}
.groupBox .table02 td {
	font-size: 0.95em;
	padding: 0.25em 0.5em;
	border: 1px solid #ddd;
	vertical-align: middle;
	width: auto;
}
.groupBox .table02 td:nth-child(1) {
	width: 30%;
}
:lang(en) .groupBox .table02 td:nth-child(1) {
	width: 65%;
}
.groupBox .table02.tb_kizuna td:nth-child(1) {
	width: 40%;
}
.groupBox .table02 td:nth-child(3) {
	width: 50%;
}
@media screen and (max-width: 640px) {
	.groupBox .table02 td:nth-child(1), .groupBox .table02.tb_kizuna td:nth-child(1) {
		width: auto;
	}
	:lang(en) .groupBox .table02 td:nth-child(1) {
		width: auto;
	}
	.groupBox .table02 td:nth-child(3) {
		width: 40%;
	}
}
.btnMap {
	font-size: 0.9em;
	display: inline-block;
	text-align: center !important;
}
@media screen and (max-width: 640px) {
	.btnMap {
		display: block;
	}
}
.btnMap a, .btnMap a:visited {
	margin: 0;
	color: #541b86;
	padding: 3px 48px;
	border: 1px solid #541b86;
}
@media screen and (max-width: 640px) {
	.btnMap a {
		display: block;
	}
}
.btnMap a:hover {
	color: #fff;
	background-color: #541b86;
	text-decoration: none;
}
.btnMap.btnGmap {
	margin-top: 0.5em;
	margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
	.btnMap.btnGmap {
		margin-right: 0;
		margin-bottom: 0.5em !important;
	}
}
.btnMap.btnGmap a {
	transition: 0.1s;
	background: url("/common/images/ico_btn_window_off.svg") no-repeat right 1em center;
	background-size: 15px;
}
.btnMap.btnGmap a:hover {
	background-image: url("/common/images/ico_btn_window_on.svg");
	background-color: #541b86;
}
.btnMap.btnPdf a {
	transition: 0.1s;
	background: url("/about/images/ico_company01_off.png") no-repeat;
	background-size: 14px;
	background-position: calc(50% - 30px) center;
}
.btnMap.btnPdf a:hover {
	background-image: url("/about/images/ico_company01_on.png");
	background-color: #541b86;
}
.btnMap.btnPdf a img {
	width: 14px;
	margin-right: 0.5em;
	margin-left: 0;
}
/* ------------------------------------------------------------
	outline style
------------------------------------------------------------ */
.companyCont .localNavArea01 a {
	margin-left: 0;
}
/* ------------------------------------------------------------
	movie style
------------------------------------------------------------ */
.movieBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.movieBox {
		width: 100%;
		margin-bottom: 2em;
	}
}
/* movie_list */
.movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 3em;
}
.movie_list:last-child {
	margin-bottom: 0;
}
.movie_list > li {
	flex-basis: 48%;
}
.movie_list > li:nth-child(n+3) {
	margin-top: 30px;
}
.movie_list > li a {
	text-decoration: none;
}
.movie_list > li figure span {
	display: block;
	width: 100%;
	height: 47.13%;
	overflow: hidden;
}
.movie_list > li figure figcaption {
	margin-top: 10px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
}
.movie_list > li figure figcaption.txt_tv {
	font-size: 14px;
}
.movie_list > li img {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: 0.6s;
}
.movie_list > li:hover img {
	animation: flash 0.5s;
}
@media screen and (min-width: 768px) {
	.movie_list > li:hover img {
		transform: scale(1.3);
	}
}
@media screen and (max-width: 767px) {
	.movie_list {
		display: block;
	}
	.movie_list > li:nth-child(n+2) {
		margin-top: 20px;
	}
}
/* ------------------------------------------------------------
	hall style
------------------------------------------------------------ */
.hallBox {
	width: 70%;
}
@media screen and (max-width: 767px) {
	.hallBox {
		width: 100%;
		margin-bottom: 2em;
	}
	.hallBox.right {
		margin-bottom: 2em;
	}
}
.hallBox table {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}
.hallBox table th, .hallBox table td {
	border: 1px solid #ddd;
	padding: 0.7em;
	vertical-align: middle;
}
.hallBox table th {
	background-color: #f0f5fa;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.hallBox table tr > td:nth-last-child(1) {
	width: 42%;
}
.hallBox table tr > td:nth-last-child(2) {
	width: 9em;
}
.hallBox table td.cell_area {
	width: 100%;
	background-color: #efefef;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.hallBox table td p.txt_access {
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	.hallBox table th .spOnly {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.hallBox table th, .hallBox table td, .hallBox table tr > td:nth-last-child(1), .hallBox table tr > td:nth-last-child(2) {
		display: block;
		width: 100%;
		border-style: none;
	}
	.hallBox table th .spOnly {
		display: inline-block;
	}
	.hallBox table tr > th:nth-last-child(1), .hallBox table tr > th:nth-last-child(2) {
		display: none;
	}
	.hallBox table tr > th {
		border-bottom: 1px solid #ddd;
	}
	.hallBox table tr > td:nth-last-child(1) {
		border-bottom: 1px solid #ddd;
		padding-top: 0;
		padding-bottom: 0.7em;
	}
	.hallBox table tr > td:nth-last-child(2) {
		padding-top: 0;
	}
	.hallBox table td.cell_area {
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
		border-bottom: 1px solid #ddd;
	}
}
.hallBox ul.ul_links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.hallBox ul.ul_links > li {
	flex-basis: 49%;
	margin-bottom: 10px;
}
.hallBox ul.ul_links > li > a {
	display: block;
	background: url(/images/ico_index01_off.png) no-repeat right 0.5em center;
	background-size: 15px;
	border: 1px solid #541b86;
	padding: 0.3em 1.5em;
	color: #541b86;
	text-align: center !important;
	text-decoration: none;
	transition: 0.1s;
}
.hallBox ul.ul_links > li > a.noicon {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.hallBox ul.ul_links > li {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 768px) {
	.hallBox ul.ul_links > li > a:hover {
		background-image: url(/images/ico_index01_on.png);
		background-color: #541b86;
		color: #fff;
		opacity: 1;
	}
}
/* ul_hall */
ul.ul_hall > li {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 18px;
}
ul.ul_hall > li:first-child {
	margin-top: 0;
}
ul.ul_hall > li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -23px;
	width: 16px;
	height: 16px;
	background-color: #6c9bd2;
	border-radius: 50%;
}
ul.ul_hall > li::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 23px;
	width: calc(100% - 23px);
	height: 1px;
	background-color: #c8c8c8;
	z-index: -1;
}
ul.ul_hall > li span {
	display: inline-block;
	background-color: #fff;
}
ul.ul_hall > li img {
	display: block;
	width: 150px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	ul.ul_hall > li {
		font-size: 16px;
	}
	ul.ul_hall > li::before {
		top: 6px;
		left: -20px;
		width: 14px;
		height: 14px;
	}
	ul.ul_hall > li::after {
		top: 13px;
		left: 20px;
		width: calc(100% - 20px);
	}
}