/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@media (min-width: 751px) {
	.l-header__logo {
		padding-top: 4px;
	}
	.l-header__logo img {
    	width: 210px;
	}
	.l-footer__logo img {
		width: 390px;
	}
	.l-footer__logo address {
		padding-top: 0;
	}
	.l-footer__logo {
    	padding-top: 54px;
	}
}

@media (max-width: 750px) {
	.l-header {
        padding-top: 12px;
    }
	.l-header__logo {
		width: 240px;
    	height: inherit;
    }
    .l-header__logo img {
   		width: 240px;
    }
    .c-slidebar-logo__logo {
    	width: 180px;
    }
}



/* メインヴィジュアル お知らせ 20191202*/
.c-main-visual__item {
	padding-top: 18.5rem;
}

.c-card-top-news__wrapper {
	position: relative;
	z-index: 1000;
	top: -160px;
}

.c-card-top-news__wrapper .l-container {
	position: relative;
}

.c-card-top-news__wrapper__inner {
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: -130px;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-start;
}
.c-card-top-news {
	position: relative;
	width: 100%;
	max-width: 384px;
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	text-decoration: none;
	padding: .4375rem;
	background: #fff;
	align-items: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	transition: all .3s;

}

.c-card-top-news__head {
	display: flex;
	width: 5rem;
	height: 5rem;
	margin-right: 1rem;
	align-items: center;
	overflow: hidden;
}

.c-card-top-news__head .c-card-top-news__image img {
	display: block;
	width: 100%;
}

.c-card-top-news__body {
	display: block;
	width: calc(100% - 96px);
}

.c-card-top-news__date {
	font-size: .75rem;
	letter-spacing: 0;
	line-height: 116.66667%;
	color: #A3A3A3;
	display: block;
	margin-bottom: .5rem;
}

.c-card-top-news__title {
	letter-spacing: 0;
	line-height: 142.85714%;
	color: #333;
	display: block;
	font-weight: 400;
	font-size: .875rem;
}

.c-card-top-news__title {
	letter-spacing: 0;
	line-height: 142.85714%;
	color: #333;
	display: block;
	font-weight: 400;
	font-size: .875rem;
}

.c-card-top-news:before, .c-card-top-news:after {
	content: "";
	display: block;
	background: #A3A3A3;
	height: 1px;
	position: absolute;
	z-index: 1;
	right: 12px;
	bottom: 10px;
	transition: all .3s;
}

.c-card-top-news:before {
	width: 28px;
}

.c-card-top-news:after {
	width: 8px;
	transform: rotate(45deg) translate(-2px, -2px);
}

@media (max-width: 750px) {

	.c-main-visual__item {
		padding-top: 13.5rem;
	}

	.c-card-top-news__wrapper {
		position: relative;
		z-index: 1000;
		top: 0;
		margin-top: 1rem;
		/* margin-top: -47px; */
	}

	.c-card-top-news__wrapper .l-container {
		position: relative;
	}

	.c-card-top-news__wrapper__inner {
		width: 100%;
		position: static;
		display: block;
	}
	.c-card-top-news {
		width: 100%;
		max-width: 100%;
		margin-bottom: 12px;
		margin-right: 0;
		margin-left: 0;
	}

	.c-card-top-news__head {
		display: flex;
		width: 5rem;
		height: 5rem;
		margin-right: 1rem;
		align-items: center;
		overflow: hidden;
	}

	.c-card-top-news__head .c-card-top-news__image img {
		display: block;
		width: 100%;
	}

	.c-card-top-news__body {
		display: block;
		width: calc(100% - 96px);
	}

	.c-card-top-news__date {
		font-size: .75rem;
		letter-spacing: 0;
		line-height: 116.66667%;
		color: #A3A3A3;
		display: block;
		margin-bottom: .5rem;
	}

	.c-card-top-news__title {
		letter-spacing: 0;
		line-height: 142.85714%;
		color: #333;
		display: block;
		font-weight: 400;
		font-size: .875rem;
	}

	.c-card-top-news__title {
		letter-spacing: 0;
		line-height: 142.85714%;
		color: #333;
		display: block;
		font-weight: 400;
		font-size: .875rem;
	}

	.c-card-top-news:before, .c-card-top-news:after {
		content: "";
		display: block;
		background: #A3A3A3;
		height: 1px;
		position: absolute;
		z-index: 1;
		right: 12px;
		bottom: 10px;
		transition: all .3s;
	}

	.c-card-top-news:before {
		width: 28px;
	}

	.c-card-top-news:after {
		width: 8px;
		transform: rotate(45deg) translate(-2px, -2px);
	}
}



/**
* 2024/10/29 改修
 */
.l-header__sns__language {
	padding-top: 8px;
	margin-right: 8px;
}

.l-header__sns__language li {
	color: #ccc;
}

.l-header__sns__language li a {
	font-weight: bold;
	text-decoration: none;
}



.c-slidebar-logo__sns {
	padding-bottom: 20px;
}

.c-slidebar-language {

}

.c-slidebar-language ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.c-slidebar-language ul li {
	color: #a2a2a2;
}

.c-slidebar-language ul li a {
	display: inline-block;
	margin: 0 8px;
	color: #c7b39a;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}


.l-footer__sns__language {
	margin-top: calc(24px + 32px);
	width: 100%;
	display: flex;
	justify-content: center;
}

.l-footer__sns__language li {
	float: none;
	color: #ccc;
}

.l-footer__sns__language li a {
	display: inline-block;
	margin: 0 8px;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.l-footer__sns ul.l-footer__sns__language {
		display: flex;
		margin-top: 18px;
	}
}



/***************** 英語ページ 非表示css *****************/

body.en .l-global-nav,
body.en .l-footer__menu,
body.en .slidebar-button{
	display: none;
}

/* 確認画面 */
body.page-id-3865 .l-global-nav,
body.page-id-3865 .l-footer__menu,
body.page-id-3865 .slidebar-button {
	display: none;
}


body.page-id-3867 .l-global-nav,
body.page-id-3867 .l-footer__menu,
body.page-id-3867 .slidebar-button {
	display: none;
}

.c-single-head__image {
    background-size: auto;
	background-color: transparent;
}

