@charset "Shift_JIS";

/* お知らせ一覧
============================ */
#corp.info .txt p {
	line-height: 2;
}
#corp.info .bgGrayArea {
	background:#f2f2f2;
	margin-bottom: 90px;
	position: relative;
}
#corp.info .bgGrayArea::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top: 40px solid #fff;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .bgGrayArea::before {
		border: 28px solid transparent;
		border-top: 45px solid #fff;
	}
}
/* ビジュアル */
#corp.third.info::before {
	background: url(../images/bg_visual.jpg) center center no-repeat;
	background-size: cover;
}
/* タイトル */
#corp.info h2 {
	font-size: 0.875rem; /* 14px */
	margin: 0;
	padding: 0;
}
#corp.second.info h2 {
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
}
#corp.second.info h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 1.750rem; /* 28px */
	font-weight: normal;
	color: #222;
	margin-bottom: 0.1em;
	}
	@media print, screen and (min-width:768px) {
	#corp.second.info h2 span {
		font-size: 1.875rem; /* 30px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.second.info h2 span {
		font-size: 2.375rem; /* 38px */
	}
}
#corp.info .wrap.mgn + .wrap.mgn {
	padding-top: 0;
}

/* 検索
------------------------------------------------- */
#corp.info .searchArea {
	display: flex;
	flex-direction: column;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea {
		flex-direction: row;
		justify-content: space-between;
	}
}
#corp.info .searchArea .boxL {
	flex-basis: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxL {
		flex-basis: 80px;
		align-items: flex-start;
		margin-bottom: 0;
		display: block;
	}
	#corp.info .searchArea .boxR {
		flex-basis: calc(100% - 155px);
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea .boxL {
		flex-basis: 84px;
		margin-bottom: 0;
	}
	#corp.info .searchArea .boxR {
		flex-basis: calc(100% - 200px);
	}
}
/* リンクテキスト */
#corp.info .searchArea a {
	text-decoration: none;
	color: #000;
	display: inline-block;
}
/* 全解除ボタン */
#corp.info .searchArea .boxL .clear {
	border: 1px solid #8c8c8c;
	padding: 0 2em;
	width: auto;
	text-align: center;
	font-size: 0.875rem; /* 14px */
	height: 30px;
	line-height: 30px;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxL .clear {
		padding: 0;
		width: 100%;
		font-size: 0.938rem; /* 15px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea .boxL .clear {
		height: 34px;
		line-height: 34px;
	}
}
#corp.info .searchArea .boxL .clear:hover {
	cursor: pointer;
	background: #222;
	color: #fff;
}
/* アコーディオン */
#corp.info .searchArea .boxR {
	background: #ebebeb;
}
#corp.info .searchArea .boxR dt div {
	background: #ebebeb;
	font-size: 0.875rem; /* 14px */
	height: 58px;
	line-height: 58px;
	padding: 0 24px;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxR dt div {
		padding: 0 32px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea .boxR dt div {
		padding: 0 54px;
	}
}
#corp.info .searchArea .boxR dt {
	position: relative;
	display: block;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}
#corp.info .searchArea .boxR dt.active {
	border-bottom: 2px solid #ebebeb;
}
#corp.info .searchArea .boxR dt::before,
#corp.info .searchArea .boxR dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 2px;
	height: 12px;
	background: #222;
	margin-top: -6px;
	}
	@media print, screen and (min-width:1025px) {
	#corp.info .searchArea .boxR dt::before,
	#corp.info .searchArea .boxR dt::after {
		right: 40px;
	}
}
#corp.info .searchArea .boxR dt.active::after {
	background: #fff;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxR dt.active::after {
		background: #222;
	}
}
#corp.info .searchArea .boxR dt::before {
	z-index: 1;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#corp.info .searchArea .boxR dt::after {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
dl.accordion_icon dt.active::before {
	opacity: 0;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
dl.accordion_icon dt.active::after {
	background: #aaa;
}
#corp.info .searchArea .boxR dt span {
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 1.250rem; /* 20px */
	color: #222;
	margin-right: 16px;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxR dt span {
		font-size: 1.375rem; /* 22px */
		margin-right: 24px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea .boxR dt span {
		font-size: 1.750rem; /* 28px */
	}
}
#corp.info .searchArea .boxR dt.active div {
	background: #222;
	color: #fff;
	display: block;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxR dt.active div {
		display: table;
	}
}
#corp.info .searchArea .boxR dt.active div span {
	color: #fff;
}
#corp.info .searchArea .boxR dd {
	background: #ebebeb;
	padding: 18px calc(24px - 0.8em) 20px;
	border-bottom: 2px solid #fff;
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea .boxR dd {
		padding: 16px calc(32px - 0.8em) 20px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea .boxR dd {
		padding: 18px calc(54px - 0.8em) 20px;
	}
}
/* ボタン */
#corp.info .searchArea ul {
	font-size: 0;
}
#corp.info .searchArea ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	border: 1px solid transparent;
}
#corp.info .searchArea ul li label {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	padding: 0 0.8em;
	font-size: 0.750rem; /* 12px */
	}
	@media print, screen and (min-width:768px) {
	#corp.info .searchArea ul li label {
		font-size: 0.875rem; /* 14px */
		height: 36px;
		line-height: 36px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info .searchArea ul li label {
		font-size: 1.000rem; /* 16px */
	}
}
#corp.info .searchArea ul li label input[type="checkbox"] {
	display: none;
}
#corp.info .searchArea ul li,
#corp.info .searchArea ul li label {
	cursor: pointer;
}
@media print, screen and (min-width:1305px) {
	#corp.info .searchArea ul li:hover {
		background: rgba(256,256,256,0.3);
		border: 1px solid #8c8c8c;
	}
}
#corp.info .searchArea ul li.current label {
	background: #222;
	color: #fff;
}


/* 検索結果
------------------------------------------------- */
/* レイアウト */
#corp.info .isotope {
	width: 100%;
	border-top: 1px solid #8c8c8c;
	margin-top: 40px;
}
#corp.info .isotope div {
	width: 100%;
}

/* カード */
#corp.info ul.info {
	margin-bottom: 10px;
}
#corp.info ul.info li {
	width: 100%;
	border-bottom: 1px solid #8c8c8c;
}
#corp.info ul.info li.nolink,
#corp.info ul.info li.links,
#corp.info ul.info li a {
	display: flex;
	flex-direction: column;
	color: #000;
	padding: 16px 0;
	text-decoration: none;
	}
	@media print, screen and (min-width:768px) {
	#corp.info ul.info li.nolink,
	#corp.info ul.info li.links,
	#corp.info ul.info li a {
		flex-direction: row;
		align-items: center;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info ul.info li.nolink,
	#corp.info ul.info li.links,
	#corp.info ul.info li a {
		padding: 24px 54px;
	}
}
#corp.info ul.info li a:hover {
	text-decoration: none;
	background: #eaeaea;
	cursor: pointer;
}
/* 日付 */
#corp.info ul.info li time {
	display: inline-block;
}
/* カテゴリ */
#corp.info ul.info li span {
	display: inline-block;
	font-size: 0.813rem; /* 13px */
	padding: 0 1em;
	margin-right: 24px;
}
/* テキスト */
#corp.info ul.info li p {
	display: block;
	margin-top: 4px;
}
#corp.info ul.info li p span {
	display: inline;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0 1.6em 0 0;
	text-align: left;
	height: auto;
	font-size: 1.000rem; /* 16px */
	text-decoration: none;
}
#corp.info ul.info li span {
	display: block;
	border: 1px solid #8c8c8c;
	width: 8em;
	min-width: 8em;
	text-align: center;
	height: 22px;
	line-height: 20px;
	margin: 10px 0 8px;
}
#corp.info ul.info li em {
	font-size: 0.813rem; /* 13px */
	background-color: #222;
	color: #fff;
	display: inline-block;
	border: 1px solid #222;
	width: auto;
	min-width: 8em;
	text-align: center;
	height: 22px;
	line-height: 20px;
	margin-right: 5px;
	padding: 0 11px;
	vertical-align: top;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
	*::-ms-backdrop, #corp.info ul.info li span {
		line-height: 25px;
	}
}
@media print, screen and (min-width:768px) {
	#corp.info ul.info li.nolink,
	#corp.info ul.info li.links,
	#corp.info ul.info li a {
		align-items: flex-start;
		flex-wrap: nowrap;
		margin-top: 0;
	}
	#corp.info ul.info li time {
		display: block;
		width: 10em;
		min-width: 10em;
	}
	#corp.info ul.info li span {
		margin: 0 24px 0 0;
	}
	#corp.info ul.info li p {
		margin-top: 0;
	}
}
/* 複数リンク設定用 */
#corp.info ul.info li.links {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#corp.info ul.info li.links:hover {
	text-decoration: none;
	background: #eaeaea;
	cursor: pointer;
}
#corp.info ul.info li.links a {
	display: inline;
	flex-direction: inherit;
	border-bottom: none;
	padding: 0;
	text-decoration: none;
}
#corp.info ul.info li.links a:hover {
	background: transparent;
	text-decoration: underline;
}
#corp.info ul.info li.links p span {
	display: inline;
	width: auto;
	word-break: break-all;
	color: #000;
	padding-right: 1.5em;
	background: url(/cmn_images/icon_newwin.svg) bottom -3px right no-repeat !important;
	background-size: 1.5em !important;
}
	@media print, screen and (min-width:768px) {
	#corp.info ul.info li.links p span {
		background: url(/cmn_images/icon_newwin.svg) bottom -2px right no-repeat !important;
		background-size: 1.4em !important;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.info ul.info li.links p span {
		background: url(/cmn_images/icon_newwin.svg) bottom right no-repeat !important;
		background-size: 1.4em !important;
	}
}

/* お知らせ詳細
============================ */
/* 見出し調整 */
#corp.third.info h1 .SubTitle {
	margin: 8px 0 2px;
	}
	@media screen and (min-width:1305px) {
	#corp.third.info h1 .SubTitle {
		margin: 16px 0 9px;
	}
}
#corp.third.info h1 .SubTitle_before {
	margin: 0 0 -24px;
	}
	@media screen and (min-width:768px) {
	#corp.third.info h1 .SubTitle_before {
		margin: 0 0 -32px;
	}
}
#corp.third.info h1 .SubTitle strong,
#corp.third.info h1 .SubTitle_before strong {
	font-family: 'Noto Serif JP', "游明朝", YuMincho , serif;
	font-size: 0.938rem; /* 15px */
	color: #000;
	font-weight: 500;
	}
	@media screen and (min-width:768px) {
	#corp.third.info h1 .SubTitle strong,
	#corp.third.info h1 .SubTitle_before strong {
		font-size: 1.000rem; /* 16px */
	}
	}
	@media screen and (min-width:1305px) {
	#corp.third.info h1 .SubTitle strong,
	#corp.third.info h1 .SubTitle_before strong {
		font-size: 1.125rem; /* 18px */
	}
}
#corp.third.info h1 .SubTitle {
	line-height: 0.9;
}
/* テキストリンク */
#corp.third.info .wrap *[class^="TextStyle"] a {
	color: #000;
}
/* センタリングタイトル */
#corp.third.info h2.CenterAdjust span {
	display: block;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.063rem; /* 17px */
	margin: 45px 0;
	line-height: 1.7;
	color: #222;
	font-weight: bold;
	text-align: left;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.info h2.CenterAdjust span {
		font-size: 1.250rem; /* 20px */
		margin: 70px 0 40px;
		}
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.info h2.CenterAdjust span {
		margin: 90px 0 60px;
		text-align: center;
	}
}
#corp.third.info .RightAdjust + h2 span {
	margin-top: 0;
	text-align: left;
	}
	@media print, screen and (min-width:1305px) {
	#corp.third.info .RightAdjust + h2 span {
		text-align: center;
	}
}
#corp.third.info .RightAdjust + h2.CenterAdjust {
	margin-top: 0;
}

#corp.third.info h3.CenterAdjust {
	margin: 2em auto 1em;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.info h3.CenterAdjust {
		margin: 60px auto 1em;
	}
}
/* 図 */
#corp.third.info img {
	width: 100%;
	height: auto;
	margin: 0;
	}
	@media print, screen and (min-width:768px) {
	#corp.third.info img {
		width: auto;
		max-width: 660px;
	}
	}
	@media screen and (min-width:1305px) {
	#corp.third.info img {
		max-width: 720px;
	}
}

/* readerバナー */
#corp.third.info .PlugInBanner img {
	width: 158px;
}

/* 画像キャプション */
#corp.third.info .ImgOnlyStyle img {
	display: inline-block;
	margin-bottom: 0.8em;
}

#corp.third.info .BoxPatternA h2,
#corp.third.info .BoxPatternA h2 span {
	margin-top: 0;
}
#corp.third.info .BoxPatternA p:last-of-type {
	margin-bottom: 0;
}

/* flex */
#corp.third.info .wrap .flex {
	display: flex;
	margin-bottom: 60px;
}
#corp.third.info .wrap .flex .ImgLeftAdjust {
	flex-basis: 100px;
	max-width: 100px;
	margin-right: 24px;
	}
	@media screen and (min-width:768px) {
	#corp.third.info .wrap .flex .ImgLeftAdjust {
		flex-basis: 120px;
		max-width: 120px;
		margin-right: 54px;
	}
}
#corp.third.info .wrap .flex .ImgLeftAdjust .ImgOnlyStyle {
	margin: 0;
}
#corp.third.info .wrap .flex .ImgLeftAdjust img {
	width: 90px;
	max-width: 90px;
	}
	@media screen and (min-width:768px) {
	#corp.third.info .wrap .flex .ImgLeftAdjust img {
		width: 120px;
		max-width: 120px;
	}
}
#corp.third.info .wrap .flex p {
	flex-basis: calc(100% - 100px);
	max-width: calc(100% - 100px);
	}
	@media screen and (min-width:768px) {
	#corp.third.info .wrap .flex p {
		flex-basis: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
}
#corp.third.info .wrap .flex p:last-of-type {
	margin-bottom: 0;
}

/* 横長の表（200218） */
#corp.third .TableStyle3.horizontal th {
	border-top: none;
	padding: 0 1.5em;
}
#corp.third .TableStyle3.horizontal th:first-child {
	border-top: 1px solid #8c8c8c;
	padding-top: 0.8em;
}
#corp.third .TableStyle3.horizontal th:last-child {
	padding-bottom: 0.8em;
}
#corp.third .TableStyle3.horizontal tr td:first-child {
	border-top: 1px solid #8c8c8c;
	}
	@media print, screen and (min-width:768px) {
	#corp.third .TableStyle3.horizontal th:first-child,
	#corp.third .TableStyle3.horizontal th {
		border-top: 1px solid #8c8c8c;
		padding: 0.8em 1.5em;
	}
}

/* キャプションありの表（140331） */
#corp.third .TableStyle4 caption {
	color: #000;
	font-size: 1.063rem; /* 17px */
	font-weight: 500;
	margin: 0 0 1em;
	line-height: 1.6;
	display: table;
	border-bottom: 1px solid #8c8c8c;
	padding-bottom: 0.5em;
	}
	@media print, screen and (min-width:768px) {
	#corp.third .TableStyle4 caption {
		font-size: 1.125rem; /* 18px */
		margin: 0 0 1em;
	}
}

/* 複雑な表（160520） */
#corp.third .scroll-table table[class^="TableStyle"] th {
	text-align: left;
}

/* 複雑な表（161021） */
#corp.third .TableStyle1.PliceTable {
	margin-bottom: 16px;
}
#corp.third .TableStyle1.PliceTable th,
#corp.third .TableStyle1.PliceTable td {
	display: table-cell;
	border: 1px solid #8c8c8c;
	padding: 0.6em 1em;
	font-size: 0.625rem; /* 10px */
	}
	@media print, screen and (min-width:768px) {
	#corp.third .TableStyle1.PliceTable th,
	#corp.third .TableStyle1.PliceTable td {
		padding: 1.2em 1.5em;
		font-size: 1.000rem; /* 16px */
	}
}
#corp.third .TableStyle1.PliceTable th {
	width: 20%;
}
#corp.third .TableStyle1.PliceTable td {
	width: auto;
}
#corp.third .TableStyle1.PliceTable td + td {
	padding-top: 1.2em;
}

/* 満席アイコン */
#corp.third .full {
	display: inline-block;
	background: #222;
	color: #fff;
	font-size: 0.750rem; /* 12px */
	height: 22px;
	line-height: 22px;
	margin-left: 12px;
	padding: 0 0.6em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #corp.third .full { line-height: 26px; } /* IE11 */
}

/* 説明中のリンク */
#corp.third.info .AdditionalNotesStyle2 .LinkListStyle1 li a {
	padding-left: 0;
}
#corp.third.info .AdditionalNotesStyle2 .LinkListStyle1 li a::before {
	display: none;
}



/* 2カラムレイアウト（210903） */
#corp.third.info .SectionWrap{
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
	@media screen and (min-width:768px) {
  #corp.third.info .SectionWrap{
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

#corp.third.info .SectionWrap .SectionMain{
  }
	@media screen and (min-width:768px) {
  #corp.third.info .SectionWrap .SectionMain{
    width: 75%;
  }
}

#corp.third.info .SectionWrap .SideSection {
	margin: 0 0 45px;
	text-align: center;
	order: -1;
  }
	@media screen and (min-width:768px) {
  #corp.third.info .SectionWrap .SideSection {
    margin: 0 0 0;
    width: 20%;
    order: 0;
    padding: 0;
  }
}

#corp.third.info .SectionWrap .SideSection img{
  width: 100%;
}

@media screen and (min-width:768px) {
  #corp.third.info .SectionWrap .SideSection img:hover{
    opacity: 0.8;
  }
}


