@charset 'UTF-8';
@media only screen and (max-width: 699px) {
	#headerWrap {
		border-bottom: none;
	}
}

#contentWrapNoneSide {
	margin: 15px auto 0;
}
#contentWrapNoneSide #content {
	padding: 0;
	background: transparent;
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide {
		margin: 14px 0 0;
	}
}

#topBlockWrap {
	margin: 0 0 30px;
}
#topBlockWrap:after {
	content: ''; 
	display: block;
	clear: both;
}
#topBlockWrap + h2 {
	margin: 40px 0 0;
	padding: 0 0 0 3px;
	border-bottom: 1px solid #cdc2aa;
	border-left: none;
	background: none;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: 0.32em;
}
@media only screen and (max-width: 699px) {
	#topBlockWrap {
		margin-bottom: 20px;
	}
	#topBlockWrap + h2 {
		margin-top: 20px;
		padding: 0 0 0 3px;
		font-size: 1.4rem;
	}
}

#topInfoBlock {
	position: relative;
	height: 230px;
	padding: 0 7px 0 277px;
	border: 2px solid #9a9898;
	border-radius: 12px;
	background: #fff;
}
#topInfoBlock:before, #topInfoBlock:after {
	content: '';
	display: block;
	position: absolute;
}
#topInfoBlock:before {
	top: 67px;
	left: 35px;
	width: 186px;
	height: 120px;
	background: url(../img/01/info_bg.gif) no-repeat 0 0;
	background-size: contain;
}
#topInfoBlock:after {
	top: 6px;
	left: 253px;
	width: 1px;
	height: 214px;
	background: #c0bfbf;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock {
		height: 247px;
		padding: 0;
		border-width: 2px;
		border-color: #c0bebe;
		border-radius: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#topInfoBlock:before {
		top: 10px;
		left: 15px;
		width: 62px;
		height: 40px;
	}
	#topInfoBlock:after {
		display: none;
	}
}
#topInfoBlock h2 {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 29px;
	width: 200px;
	height: 32px;
	margin: 0;
	border: none;
	background: url(../img/01/info_ttl.gif) no-repeat 50% 50%;
	background-size: contain; 
	text-indent: 200%;
	white-space: nowrap;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock h2 {
		top: 18px;
		left: 50%;
		width: 150px;
		height: 24px;
		margin: 0 0 0 -65px;
	}
}
#topInfoBlock .label {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -4px;
	right: 43px;
	z-index: 10;
	width: 57px;
	height: 54px;
	background: url(../img/01/info_ttl_2.gif) no-repeat 0 0;
	background-size: contain; 
	text-indent: 200%;
	white-space: nowrap;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock .label {
		display: none;
	}
}
#topInfoBlock #infoList {
	height: 100%;
	margin: 0;
	border: none;
}
#topInfoBlock #infoList tr {
	border-bottom: 1px solid #cfc4ad;
}
#topInfoBlock #infoList tr:last-child {
	border: none;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock #infoList tr {
		border-top: 1px solid #cfc4ad;
		border-bottom: none;
	}
	#topInfoBlock #infoList tr:last-child {
		border-top: 1px solid #cfc4ad;
	}
}
#topInfoBlock #infoList td {
	padding: 10px 15px 10px 0.5em;
	border: none;
	color: #737373;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock #infoList td {
		padding: 12px 10px;
	}
}
#topInfoBlock #infoList h3 {
	margin: 0 0 0 -0.5em;
	padding: 0;
	border-bottom: none;
	background: none;
	color: #4d4c4c;
	font-weight: bold; 
	font-size: 1.6rem;
}
#topInfoBlock #infoList h3:before {
	content: '＜';
}
#topInfoBlock #infoList h3:after {
	content: '＞';
}
@media only screen and (max-width: 699px) {
	#topInfoBlock #infoList h3 {
		font-size: 1.2rem;
	}
}
#topInfoBlock #infoList h4 {
	margin: 6px 0 10px;
	padding: 0;
	border: none;
	color: #4d4c4c;
	font-weight: bold; 
	font-size: 1.8rem;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock #infoList h4 {
		margin: 2px 0 0;
		font-size: 1.3rem;
	}
}
#topInfoBlock #infoList p {
	font-size: 1.4rem;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock #infoList p {
		font-size: 1.2rem;
	}
}

#topBlock {
	/* setting */
	float: left;
	width: 704px;
	margin: 28px 0 0;
	padding: 0;
	background: #fff;
}
@media only screen and (max-width: 699px) {
	#topBlock {
		float: none;
		width: 100%;
		margin: 19px 0 0;
	}
}

/* ---------------------------------------------------------
メインビジュアル
--------------------------------------------------------- */
#keyVisualBlock {
	display: block;
	width: 940px;
	height: 320px;
	margin: 22px auto 0;
	background: #fff;
}
@media only screen and (max-width: 699px) {
	#keyVisualBlock {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
	}
}
#keyVisualBlock img {
	width: 100%;
	height: auto;
	outline: none;
}

/* ---------------------------------------------------------
新着情報
--------------------------------------------------------- */
#topicsBlockWrap {
	padding: 0 12px;
	border: 1px solid #c0bebe;
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap {
		padding: 0;
	}
}
#topicsBlockWrap h2 {
	display: flex;
	position: relative;
	height: 44px;
	margin: 0;
	padding: 3px 0 0 14px;
	border-bottom: 1px solid #c0bebe;
	border-left: none;
	background: transparent;
	color: #615e5e;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.2; 
	letter-spacing: 0.2em;
	flex-direction: column;
	justify-content: center;
}
#topicsBlockWrap h2 span {
	display: block;
	margin: 0;
	font-weight: normal; 
	font-size: 1.2rem;
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap h2 span {
		margin: 0 0 8px;
		font-size: 1.1rem;
	}
}
#topicsBlockWrap h2 strong {
	font-weight: normal; 
	font-size: 1.9rem;
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap h2 strong {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap h2 {
		height: 30px;
		padding: 2px 0 0 30px;
		color: #333;
		font-size: 1.4rem;
	}
	#topicsBlockWrap h2:before {
		display: none;
	}
}
#topicsBlockWrap .moreLinks {
	position: absolute;
	top: -32px;
	right: 0;
	margin: 0; 

	transition: opacity 0.2s ease-in-out;
}
#topicsBlockWrap .moreLinks:hover {
	text-decoration: none; 
	opacity: 0.7;
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap .moreLinks {
		transition: none;
	}
	#topicsBlockWrap .moreLinks:hover {
		text-decoration: inherit; 
		opacity: 1;
	}
}
#topicsBlockWrap .moreLinks:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -18px;
	width: 13px;
	height: 13px;
	margin: -7px 0 0;
	background: url(../img/icons/ico_link.png) no-repeat 0 0;
	background-size: contain;
}
#topicsBlockWrap .moreLinks a {
	color: #615e5e;
	font-size: 1.2rem;
	text-decoration: none;
	letter-spacing: 0.32em; 
	text-align: right;
}
@media only screen and (max-width: 699px) {
	#topicsBlockWrap .moreLinks {
		top: -25px;
		right: 11px;
	}
	#topicsBlockWrap .moreLinks:before {
		left: -15px;
		width: 10px;
		height: 10px;
		margin: -5.5px 0 0;
	}
	#topicsBlockWrap .moreLinks a {
		color: #666;
		font-size: 1.0rem;
		letter-spacing: 0.06em;
	}
}

/* ---------------------------------------------------------
FCK
--------------------------------------------------------- */
#topInfoBlock .editorBlock {
	width: auto;
	height: 224px;
	padding: 0 64px 0 0; 

	overflow-y: auto;
}
@media only screen and (max-width: 699px) {
	#topInfoBlock .editorBlock {
		overflow: visible;
		padding: 63px 12px 12px;
	}
}

/* スケジュール
------------------------------------ */
#topSchedule {
	margin: 0;
}
#topSchedule table {
	width: 100%;
	border: none;
	border-bottom: 2px solid #eee;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule table {
		border-bottom-width: 3px;
	}
}
#topSchedule th, #topSchedule td {
	padding: 12px 15px;
	border: none;
	border-top: 1px solid #eee;
	vertical-align: top;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule th, #topSchedule td {
		padding: 14px 20px;
		vertical-align: middle;
	}
}
#topSchedule tr:first-child {
	border-top: 2px solid #eee;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule tr:first-child {
		border-top-width: 3px;
	}
}
#topSchedule th {
	width: 110px;
	padding-left: 0;
	background: none; 
	font-size: 0.9rem;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule th {
		width: 178px; 
		padding-left: 20px;
		font-size: 1.3rem;
	}
}
#topSchedule th img {
	width: 95px;
	height: auto;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule th img {
		width: auto;
	}
}
#topSchedule td {
	padding-left: 0;
	font-size: 1.2rem;
}
@media only print, screen and (min-width: 700px) {
	#topSchedule td {
		font-size: 1.4rem; 
		line-height: 1.7;
	}
}
#topSchedule td strong {
	color: #004ea2;
	font-weight: normal;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
#topBlock:after {
	content: ''; 
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
aside
--------------------------------------------------------- */
#asideBlock {
	float: right;
	width: 219px;
	margin: 28px 0 0;
}
#asideBlock:after {
	content: ''; 
	display: block;
	clear: both;
}
@media only screen and (max-width: 699px) {
	#asideBlock {
		width: 100%;
		margin: 16px 0 0;
	}
}

/* ---------------------------------------------------------
facebook
--------------------------------------------------------- */
#topFacebook {
	margin: 45px 0 0;
}
@media only print, screen and (min-width: 700px) {
	#topFacebook {
		float: right;
		width: 500px; 
		margin: 0 15px 0 0;
	}
}

/* ---------------------------------------------------------
columnLayout
--------------------------------------------------------- */
#contentWrapNoneSide #content .columnLayout_02 .itemWrap {
	width: calc(((940px - 14px * (2 - 1)) / 2));
}
.ie11 #contentWrapNoneSide #content .columnLayout_02 .itemWrap {
	width: calc(((940px - 14px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .columnLayout_02 .itemWrap {
		width: 100%;
	}
}

#contentWrapNoneSide #content .columnLayout_03 .itemWrap {
	width: calc(((940px - 14px * (3 - 1)) / 3));
}
.ie11 #contentWrapNoneSide #content .columnLayout_03 .itemWrap {
	width: calc(((940px - 14px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .columnLayout_03 .itemWrap {
		width: 100%;
	}
}

.imgColumns_03 + .columnLayout_04 {
	margin: 64px 0 0 -14px !important;
}
@media only screen and (max-width: 699px) {
	.imgColumns_03 + .columnLayout_04 {
		margin: 1.75em 0 0 !important;
	}
}

#contentWrapNoneSide #content .columnLayout_04 .itemWrap {
	width: calc(((940px - 14px * (4 - 1)) / 4));
}
.ie11 #contentWrapNoneSide #content .columnLayout_04 .itemWrap {
	width: calc(((940px - 14px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .columnLayout_04 .itemWrap {
		width: 100%;
	}
}

#contentWrapNoneSide #content .imgColumns_01 .item {
	width: calc(((940px - 14px * (2 - 1)) / 2));
}
.ie11 #contentWrapNoneSide #content .imgColumns_01 .item {
	width: calc(((940px - 14px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_01 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_01 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#contentWrapNoneSide #content .imgColumns_01 > * {
		letter-spacing: normal;
	}
	#contentWrapNoneSide #content .imgColumns_01 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

#contentWrapNoneSide #content .imgColumns_02 .item {
	width: calc(((940px - 14px * (3 - 1)) / 3));
}
.ie11 #contentWrapNoneSide #content .imgColumns_02 .item {
	width: calc(((940px - 14px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_02 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_02 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#contentWrapNoneSide #content .imgColumns_02 > * {
		letter-spacing: normal;
	}
	#contentWrapNoneSide #content .imgColumns_02 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

#contentWrapNoneSide #content .imgColumns_03 .item {
	width: calc(((940px - 14px * (4 - 1)) / 4));
}
.ie11 #contentWrapNoneSide #content .imgColumns_03 .item {
	width: calc(((940px - 14px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_03 .item {
		width: 100%;
	}
}

h2 + .imgColumns_03 {
	margin-top: 0 !important;
}

@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_03 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#contentWrapNoneSide #content .imgColumns_03 > * {
		letter-spacing: normal;
	}
	#contentWrapNoneSide #content .imgColumns_03 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

#contentWrapNoneSide #content .imgColumns_04 .item {
	width: calc(((940px - 14px * (5 - 1)) / 5));
}
.ie11 #contentWrapNoneSide #content .imgColumns_04 .item {
	width: calc(((940px - 14px * (5 - 1)) / 5) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_04 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_04 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#contentWrapNoneSide #content .imgColumns_04 > * {
		letter-spacing: normal;
	}
	#contentWrapNoneSide #content .imgColumns_04 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

#contentWrapNoneSide #content .columnLayout_02btn .itemWrap {
	width: calc(((940px - 14px * (2 - 1)) / 2));
}
.ie11 #contentWrapNoneSide #content .columnLayout_02btn .itemWrap {
	width: calc(((940px - 14px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .columnLayout_02btn .itemWrap {
		width: 100%;
	}
}

#contentWrapNoneSide #content .columnLayout_03btn .itemWrap {
	width: calc(((935px - 14px * (3 - 1)) / 3));
}
.ie11 #contentWrapNoneSide #content .columnLayout_03btn .itemWrap {
	width: calc(((935px - 14px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .columnLayout_03btn .itemWrap {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .columnLayout_01sub ul {
		padding: 0;
	}
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
#footer {
	margin-top: 227px;
}
@media only screen and (max-width: 699px) {
	#footer {
		margin-top: 91px;
	}
}
