/* #top page
---------------------------------------------------- */
#first-section {
	position: relative;
}

.bg-f8f8f8 {
	background: #f8f8f8;
}

#header-home-left {
	position: relative;
}

/* for-drawer */
@media (max-width: 1023px) {
	#header-home-left {
		margin-top: 60px;
	}
}

.main-carousel,
.main-carousel2 {
	width: 100%;
}

.carousel-cell {
	width: 100%;
	position: relative;
	height: calc(100vh - 4em);
}

.carousel-image {
	width: 100%;
	position: relative;
}

.carousel-image-wrapper {
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.19);*/

	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.));
	position: absolute;
	top: 0;
	left: 0;
}


.carousel-cell img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.carousel-item {
	color: white;
	position: absolute;
	z-index: 1;
	left: 3%;
	line-height: 2;
	font-size: 1.24em;
}

/* pc */
@media (min-width: 1024px) {
	.carousel-item {
		color: white;
		top: 45%;
	}
}

/* for-drawer */
@media (max-width: 1023px) {
	.carousel-cell {
		height: calc(100vh - 60px);
	}

	.carousel-item {
		color: white;
		top: 45%;
		text-shadow: 0 0 1.8em rgba(0, 0, 0, 90);
	}

	.carousel-image-wrapper {
		background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	}

}

.carousel-h2 {
	display: none;
}

.carousel-item .carousel-h2 {
	display: block;
	font-size: 1.3em;
	letter-spacing: .07em;
	margin-bottom: .3em;
	line-height: 1.4;
}


.main-carousel .flickity-page-dots,
.main-carousel2 .flickity-page-dots {
	bottom: 25px;
}

.flickity-page-dots .dot {
	background: #F39800;
}

/* sp */
@media (max-width: 639px) {
	.carousel-cell {
		height: 76vh;
	}

	.carousel-image-wrapper {
		background: none;
		/*
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
		*/
	}

	.carousel-item {
		top: initial;
		bottom: 8%;
		z-index: 1;
		font-size: 1em;
		font-weight: 500;
		font-size: .85em;
		color: black;
		padding: .8em;
		background: rgba(255, 255, 255, 0.5);
		width: 94%;
		text-shadow: none;
	}

	.carousel-cell:first-child img {
		object-fit: cover;
		object-position: 70% 50%;
	}

}


/* Fade CSS */
.concept-carousel2 .flickity-slider,
.concept-carousel .flickity-slider,
.column-carousel .flickity-slider,
.main-carousel .flickity-slider,
.main-carousel2 .flickity-slider {
	transform: none !important;
}

.column-cell,
.concept-cell,
.carousel-cell {
	left: 0 !important;
	opacity: 0;
	z-index: -1;

	-webkit-transition: opacity 1s ease, transform 7s ease;
	-moz-transition: opacity 1s ease, transform 7s ease;
	-ms-transition: opacity 1s ease, transform 7s ease;
	-o-transition: opacity 1s ease, transform 7s ease;
	transition: opacity 1s ease, transform 7s ease;
}

.column-cell.is-selected,
.concept-cell.is-selected,
.carousel-cell.is-selected,
.carousel-cell2.is-selected {
	opacity: 1;
	z-index: 0;

	-webkit-transition: opacity 1s ease, transform 7s ease;
	-moz-transition: opacity 1s ease, transform 7s ease;
	-ms-transition: opacity 1s ease, transform 7s ease;
	-o-transition: opacity 1s ease, transform 7s ease;
	transition: opacity 1s ease, transform 7s ease;

}

.noborder {
	border: none;
}

/* #new-event-section
---------------------------------------------------- */

/* pc */

#new-event-section {
	position: relative;
	padding: 0;
	margin-top: -3.5em;
	z-index: 2;
	max-width: 490px;
	width: 90%;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1023px) {
	#new-event-section {
		margin-bottom: 4rem;
		margin-top: -1.0em;
		width: 94%;
	}
}




.new-event-div {
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.news-event-carousel {
	background: white;
	-webkit-transition: background-position 0.3s ease, color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	-moz-transition: background-position 0.3s ease, color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	-ms-transition: background-position 0.3s ease, color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	-o-transition: background-position 0.3s ease, color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	transition: background-position 0.3s ease, color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.new-event-div a {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em .5em 1em .5em;
	transition: .5s ease;
}



.news-event-carousel .top_new_icon {
	color: #fff;
	background-color: #F39800;
	font-size: 10px;
	border-radius: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 19px;
}

.news-event-carousel:hover {
	background: #eadeca;
}

.new-event-h2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: .7em;
	width: 5%;
	text-align: center;
}

.new-event-image {
	width: 25%;
}

.new-event-image img {
	display: block;
	width: 100%;
	height: auto;
}

.new-event-data {
	width: 62%;
}


/* #concept-section
---------------------------------------------------- */

.section-h2-sp {
	font-size: 1.6em;
	letter-spacing: .2em;
	/*font-weight: 300;*/
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.4;
}

.YuMincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.section-h2-tate {
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-feature-settings: initial;
	font-size: 2em;
	letter-spacing: .2em;
	/*font-weight: 300;*/
	font-weight: 400;
	margin-bottom: 1.5em;
	font-feature-settings: initial !important;
}

@media (min-width: 768px) {
	.section-h2-tate .text-combine {
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
		margin-bottom: .4em;
		letter-spacing: normal;
		font-feature-settings: initial !important;
	}

	.section-h2-tate {
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;

		-webkit-text-orientation: upright;
		/* 実装済 */
		-moz-text-orientation: upright;
		/* 未実装 */
		-ms-text-orientation: upright;
		/* 未実装 */
		text-orientation: upright;

		letter-spacing: .35em;
		line-height: 1.4;
		text-align: left;
		white-space: nowrap;
		/*letter-spacing: .15em;*/
		font-feature-settings: initial !important;
	}

}






@media (max-width: 639px) {
	.section-h2-tate {
		font-size: 1.65em;
	}
}


/*pc*/
@media (min-width: 768px) {
	.section-h2-sp {
		display: none;
	}

}

.flex01 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;


	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.section-l1 {
	width: 20%;
	text-align: center;
}

.section-large-image img {
	width: 100%;
	height: auto;
	display: block;
	min-height: 600px;
	object-fit: cover !important;
	/*width:auto !important;*/
	max-height: 960px;
}


/*sp*/
@media (max-width: 639px) {
	.section-large-image img {
		min-height: 500px;
	}

	#people-section .section-h2-tate,
	#concept-section .section-h2-tate,
	#construction-section .section-h2-tate {
		display: none;
	}

	.flex01 {
		display: block;
	}


}

/*sp*/
@media (max-width:640px) {
	.section-large-image img {
		min-height: 400px;
	}


}



.go-btn {
	text-align: right;
}

.go-btn span {
	color: #F39800;
	font-size: 1.3em;
	letter-spacing: .2em;
	display: inline-block;
	border-bottom: 3px solid #F39800;
	padding-bottom: .3em;
}

a .go-btn span {
	transition: .3s ease;
}

/*
a:hover .go-btn span {
	color: white;
	border-bottom: 3px solid white;
}*/

.section-message {
	position: absolute;
	bottom: -3em;
	left: 16%;
	background: white;
	z-index: 1;
	max-width: 620px;
}

/**/
@media (max-width: 767px) {
	.section-message {
		position: relative;
		z-index: 1;
		width: 90%;
		margin: -5em auto 0 auto;
		left: 0;
		bottom: 0;
	}
}

.section-message a {
	display: block;
	padding: 2em;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
	transition: .3s ease;
}

.section-message a:hover {
	display: block;
	padding: 2em;
	background: #eadeca;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.32);
}

.section01 {
	padding-bottom: 4em;
}

.section00 {
	padding: 8em 0;
}


/*drawer*/
@media (max-width: 1023px) {
	.section01 {
		padding-bottom: 2em;
	}

	.section00 {
		padding: 4em 0;
	}
}


/* #construction-section
---------------------------------------------------- */

.section-r2 {
	width: 20%;
	text-align: center;
}

/*
.section-l2 {
	width:80%;
}
*/

.flex02 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-message2 {
	position: absolute;
	bottom: -3em;
	right: 18%;
	background: white;
	z-index: 1;
	max-width: 620px;
}

.section-message2 a {
	display: block;
	padding: 2em;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
	transition: .3s ease;
}

.section-message2 a:hover {
	display: block;
	padding: 2em;
	background: #eadeca;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.32);
}

/*sp*/
@media (max-width: 767px) {
	.flex02 {
		display: block;
	}

	.section-message2 {
		position: relative;
		right: 0;
		bottom: 0;
		width: 90%;
		margin: -5em auto 0 auto;
	}

	.section-r2 {
		width: 100%;
		text-align: center;
	}

	.section-l2 {
		width: 100%;
	}
}

/* #tour-section
---------------------------------------------------- */

.inner1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.inner1420 {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}

.inner1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.inner960 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.inner92 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.section-l0 {
	width: 15%;
	text-align: center;
}

.section-r0 {
	width: 85%;
	margin-top: 3em;
}

/*drawer*/
@media (max-width: 1023px) {
	.section-l0 {
		width: 100%;
		text-align: left;
	}

	.section-r0 {
		width: 100%;
	}
}


.gutter-sizer-events {
	width: 4.99%;
}

.grid-item {
	margin-bottom: 7em;
	line-height: 1.4;
	position: relative;
}

@media (max-width: 639px) {
	.grid-item {
		margin-bottom: 3.5em;
	}
}

.grid-permalink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
	display: block;
}

.t1 {
	width: 30%;
}

.t2 {
	width: 64.8%;
}

/*sp*/
@media (max-width: 639px) {
	.t1 {
		width: 100%;
	}

	.t2 {
		width: 100%;
	}

	.gutter-sizer-events {
		width: 0%;
	}
}

.grid-image {
	position: relative;
}

.grid-image .wp-block-image {
	margin-bottom: 0;
}

.grid-image img {
	width: 100%;
	height: auto;
	display: block;
}

.scale-image {
	overflow: hidden;
}

.scale-image a img,
a .scale-image img,
.scale-image {
	transition: 0.3s ease;
}

.scale-image a:hover img,
a:hover .scale-image img {
	transform: scale(1.1);
	transition: 0.3s ease;
}


.grid-date {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #f4f4f4;
	text-align: center;
	width: 80px;
	line-height: 1.1;
}

.grid-month {
	background: #F39800;
	padding: .1em 0;
}

.grid-day {
	font-weight: 900;
	font-size: 1.8em;
}

.grid-week {
	padding-bottom: .3em;
}

.grid-image a {
	display: block;
}

.grid-image img {
	display: block;
}

.grid-title a {
	display: block;
}

.grid-title {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: .1em;
	line-height: 1.4;
}

/*
.page .grid-title {
	margin-top:2.7em;
	margin-bottom:2.7em;
}*/

.grid-data li {
	display: inline-block;
	padding: 0 1em 0 0;
	font-size: .9em;
}

.grid-data li.grid-category a {
	border: 1px solid #000;
	display: block;
	border-radius: 2em;
	padding: .3em 1em;
}

.grid-category {
	position: relative;
	z-index: 2;
	font-size: .85em;
}

.grid-end {
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 1;
	display: inline-block;
	line-height: 1;
	padding: .3em .5em;
	color: white;
	background: #F39800;
}

.readmore {
	text-align: center;
	letter-spacing: .2em;
}

.readmore.text-left {
	text-align: left;
}

.readmore span,
.readmore a {
	border: 2px solid #F39800;
	display: inline-block;
	line-height: 1.4;
	padding: 1em 2.5em;
	border-radius: 3em;
	color: #F39800;
	background: white;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
	transition: .3s ease;
	text-decoration: none !important;
}

.readmore a:hover {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.18);
	color: black;
	background: #eadeca;
	border: 2px solid #eadeca;
}

/*sp*/
@media (max-width: 639px) {
	.home .grid-wrapper-events .grid-item:nth-child(n+5) {
		display: none;
	}

}


/* #cases-section
---------------------------------------------------- */

/*pc*/
@media (min-width: 1024px) {
	.normal-section {
		width: calc(100% - 57px);
	}
}

.cases-cell {
	position: relative;
	margin-right: 3em;
	width: 360px;
}

.cases-carousel .flickity-viewport {
	overflow: visible;
}

/*sp*/
@media (max-width: 639px) {
	.cases-cell {
		width: 220px;
		margin-right: 2em;
	}
}

.c1 {
	width: 47%;
}

.grid-wrapper-cases {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cases-item {
	margin-bottom: 7em;
}

/*pc*/
@media (min-width: 1024px) {
	.grid-wrapper-cases {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*drawer*/
@media (max-width: 1023px) {
	.grid-wrapper-cases {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 105.5%;
	}

	.c1 {
		margin-right: 8%;
		flex: 0 0 40%;
	}


	.cases-item:last-child {
		position: relative;
	}

	.cases-item:last-child::after {
		position: absolute;
		top: 0;
		left: 100%;
		width: 30px;
		height: 1px;
		content: '';
	}
}

/*sp*/
@media (max-width: 639px) {
	.c1 {
		margin-right: 8%;
		flex: 0 0 65%;
	}


}



.cases-category {
	padding: 2em 0 0 0;
	font-size: .85em;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.cases-category a {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;
}

.cases-title {
	font-size: 1.2em;
	padding: 1.7em 0;
	line-height: 1.4;
}

.tag-cases-title {
	padding: 2.4em 0;
	font-size: 1.2em;
	line-height: 1.4;
}

.tag-cases-title a {
	border-bottom: 1px solid #F19A00;
	padding-bottom: .15em;
}

.cases-description {
	padding-bottom: 1.4em;
	line-height: 1.4;
}

.cases-table {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
	line-height: 1.4;
	font-weight: 300;
}

.cases-table th {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 9em;
	padding: .7em 0;
}

.cases-table td {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: .7em 0;
	width: calc(100% - 9em);
}

@media (max-width: 639px) {
	.cases-table th {
		width: 4em;
		padding-right: 10px;
	}

	.cases-table td {
		width: calc(100% - 4em);
	}

	.single .cases-table th {
		width: 7em;
		padding-left: 10px;
	}
}

.single .cases-table th,
.single .cases-table td {
	padding: 1.2em 0;
}



.movie_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 のアスペクト比を維持 */
	height: 0;
	margin-bottom: 100px;
}

.movie_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.case_top_nav ul.case_top_navList {
	display: flex;
	justify-content: center;
	margin-top: -30px;
}

.case_top_nav ul.case_top_navList li {
	border-right: 1px solid #000000;
	height: 17px;
	transition: all 0.3s;
}

.case_top_nav ul.case_top_navList li.category_top_nav_last {
	border-right: none;
}

.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon {
	position: relative;
}

.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon::before,
.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 148px;
	bottom: 0;
	margin: auto;
	background-color: #333;
	border-radius: 10px;
}

.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:before {
	width: 1px;
	height: 13px;
	left: 154px;
	transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:after {
	width: 13px;
	height: 1px;
}

.case_top_nav ul.case_top_navList li.category_top_nav_last:hover .category_plus_icon:before {
	opacity: 0;
}






.case_top_nav ul.case_top_navList li a {
	padding: 0 32px;
	font-size: 17px;
	font-weight: normal;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}






.case_top_nav ul.case_top_navList li a span {
	position: relative;

}


.case_top_nav ul.case_top_navList li.current a span::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F39800;
	content: "";
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
}





/* プルダウンメニューを非表示に */
.case_top_navList .category_dropdown-menu {
	visibility: hidden;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
	padding: 50px 0 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	opacity: 0;
}



/* プルダウンメニューが表示されるように */
.case_top_navList .category_dropdown:hover .category_dropdown-menu {
	display: block;
	transition: all 0.3s;
	visibility: visible;
	opacity: 1;
}


.case_top_navList .category_dropdown:hover a span {
	position: relative;
}

.case_top_navList .category_dropdown:hover a span::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F39800;
	content: "";
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
}


/* サブメニューのリンクスタイル */



.case_top_navList .category_dropdown-menu ul {
	display: flex;
	background-color: #fff;
	flex-wrap: wrap;
	gap: 9px;
	padding-bottom: 80px;
	transition: all 0.3s;
	opacity: 0;
}


.case_top_navList .category_dropdown:hover ul {
	opacity: 1;
}



.case_top_navList .category_dropdown-menu .category_dropdown-menu_item {
	height: 29px;
	padding: 0;
	border: none !important;
	border: none;
	transition: all 0.3s;
}

.case_top_navList .category_dropdown-menu .category_dropdown-menu_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 0 19px;
	font-size: 14px !important;
	font-weight: normal !important;
	border: 1px solid #000;
	border-radius: 60px;
	transition: all 0.3s;

}


.case_top_navList .category_dropdown-menu .category_dropdown-menu_item a span {
	position: static;
}

.case_top_navList .category_dropdown-menu .category_dropdown-menu_item a span::before {
	display: none;
}


.case_top_navList .category_dropdown-menu .category_dropdown-menu_item a:hover {
	background-color: #F39800;
	color: #fff;
	border: 1px solid #F39800;
	border-radius: 60px;
}

/* .case_top_nav_sp {
	display: none;
}
 */



.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon {
	padding-right: 48px
}


@media (max-width: 768px) {

	.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon {
		padding-right: 32px;
	}


	.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:before {
		left: 104px;
	}

	.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:after {
		left: 98px;
	}

	.case_top_nav {
		margin-top: 80px;
	}

	.case_top_nav ul.case_top_navList li a {
		padding: 0 10px;
		font-size: 13px;
	}


	/* .case_top_nav {
		display: none;
	}

	.case_top_nav_sp {
		display: block;
	} */

	.cases-item.w1 {
		width: 47.5%;
	}

	.cases-category {
		padding-top: 2em;
	}

	.cases-title {
		padding: 1em 0;
	}

	.cases-item a img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.movie_wrapper {
		margin-bottom: 50px;
	}

	.cases-item {
		margin-bottom: 5em;
	}

}


/* 



.case_top_nav_sp .one_arrow {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}


.case_top_nav_sp {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: -20px;
}

.s_07 .accordion_one {
	max-width: 100%;
	margin: 0 auto;
}

.s_07 .accordion_one .accordion_header {
	font-size: 14px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.s_07 .accordion_one .accordion_header a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.s_07 .accordion_one .accordion_header:hover {
	opacity: .8;
}

.s_07 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	transform-origin: center center;
	transition-duration: 0.2s;
}

.s_07 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}



.s_07 .accordion_one .accordion_header .i_box .one_i:before,
.s_07 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #000;
	border-radius: 10px;
	width: 18px;
	height: 1px;
	position: absolute;
	top: 8px;
	left: 0;
	transform-origin: center center;
}

.s_07 .accordion_one .accordion_header .i_box .one_i:before {
	width: 1px;
	height: 18px;
	top: 0;
	left: 9px;
}

.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}



.s_07 .accordion_one .accordion_inner {
	display: none;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.s_07 .accordion_one .accordion_inner .box_one {
	height: 300px;
}

.s_07 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}





.case_topnav_sp_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding-top: 9px;
}

.case_topnav_sp_inner.accordion_one .accordion_header {
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #000;
	border-radius: 20px;
	height: 26px;
}


.s_07 .accordion_one .accordion_header.accordion_header_first {
	height: 50px;
}


.s_07 .accordion_one .accordion_header.open .one_arrow {
	transform: translateY(25%) rotate(-45deg);
}
 */



/* #news-section
---------------------------------------------------- */

.news-dl {
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-dl dt {
	width: 20%;
	margin-bottom: 2.2em;
	line-height: 1.6;
}

.news-dl dd {
	width: 75%;
	float: right;
	margin-bottom: 2.2em;
}



.news-dl .top_new_icon {
	color: #fff;
	background-color: #F39800;
	font-size: 10px;
	border-radius: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 19px;
}

/*sp*/
@media (max-width: 639px) {
	.news-dl {
		display: block;
	}

	.news-dl dt {
		width: 100%;
		margin-bottom: .2em;
		line-height: 1.6;
	}

	.news-dl dd {
		width: 100%;
		float: none;
		margin-bottom: 2.2em;
	}
}


.news-dl dd .news-dl-title {
	margin-right: .5em;
}

.news-dl-category {
	display: inline-block;
	margin-left: 1em;
}

.news-dl dd .news-dl-category a {
	padding: .05em 1em;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2em;
	background: white;
	font-size: .9em;
}


@media(max-width: 400px) {
	.case_top_nav ul.case_top_navList li a {
		font-size: 3.3vw;
		padding: 0 8px;
	}


	.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:after {
		left: 77%;
		width: 11px;
	}

	.case_top_nav ul.case_top_navList li.category_top_nav_last .category_plus_icon:before {
		height: 11px;
		left: 80.5%;
	}

	.case_top_nav ul.case_top_navList li {
		height: 14px;
	}
}


@media(max-width: 330px) {
	.case_top_nav ul.case_top_navList li a {
		font-size: 3.2vw;
	}

}

/* #column-section
---------------------------------------------------- */

.co1 {
	width: 30%;
}

.column-item {
	margin-bottom: 7em;
}

.column-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*pc*/
@media (min-width: 1024px) {
	.column-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*drawer*/
@media (max-width: 1023px) {
	.column-wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 105.5%;
	}

	.co1 {
		margin-right: 8%;
		flex: 0 0 40%;
	}

	.column-item {
		margin-bottom: 3em;
	}

	.column-item:last-child {
		position: relative;
	}

	.column-item:last-child::after {
		position: absolute;
		top: 0;
		left: 100%;
		width: 30px;
		height: 1px;
		content: '';
	}
}

/*sp*/
@media (max-width: 639px) {
	.co1 {
		margin-right: 8%;
		flex: 0 0 65%;
	}
}

.grid-column-date {
	padding: 1em 0 0 0;
}

.grid-category a {
	border: 1px solid #000;
	display: inline-block;
	border-radius: 2em;
	padding: .3em 1em;
	font-size: .9em;
}



/* #diary-section
---------------------------------------------------- */


.diary-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1024px) {
	.diary-wrapper {
		width: 105.5%;
		overflow: scroll;
	}
}

.d1 {
	width: 47%;
}

/*pc*/
@media (min-width: 1024px) {
	.diary-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


.diary-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 6em;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.diary-image {
	width: 36%;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.diary-image a {
	display: block;
}

.diary-image img {
	display: block;
	width: 100%;
	height: auto;
}

.diary-data {
	width: 60%;
	line-height: 1.4;
}

.diary-date {
	font-size: .8em;
	margin-bottom: .4em;
}

.diary-category {
	margin-bottom: .4em;
}

.diary-category a {
	border: 1px solid #000;
	display: inline-block;
	border-radius: 2em;
	padding: .3em 1em;
	font-size: .8em;
}

/*drawer*/
@media (max-width: 1023px) {
	.diary-wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.d1 {
		margin-right: 8%;
		flex: 0 0 40%;
	}

	.diary-item {
		margin-bottom: 3em;
	}

	.diary-image {
		width: 36%;
	}

	.diary-data {
		width: 60%;
		line-height: 1.4;
	}

}

/*sp*/
@media (max-width: 639px) {
	.d1 {
		margin-right: 8%;
		flex: 0 0 80%;
	}

	.diary-image {
		width: 43%;
	}

	.diary-data {
		width: 52%;
		line-height: 1.4;
	}
}


/* #land-section
---------------------------------------------------- */

.l1 {
	width: 30%;
}

.land-item {
	margin-bottom: 6em;
	line-height: 1.4;
}

.land-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*pc*/
@media (min-width: 1024px) {
	.land-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*drawer*/
@media (max-width: 1023px) {
	.land-wrapper {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 105.5%;
	}

	.l1 {
		margin-right: 8%;
		flex: 0 0 40%;
	}

	.land-item {
		margin-bottom: 3em;
	}

	.land-item:last-child {
		position: relative;
	}

	.land-item:last-child::after {
		position: absolute;
		top: 0;
		left: 100%;
		width: 30px;
		height: 1px;
		content: '';
	}

}

/*sp*/
@media (max-width: 639px) {
	.l1 {
		margin-right: 8%;
		flex: 0 0 65%;
	}
}

.land-table {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
	line-height: 1.4;
	font-weight: 300;
}

.land-table th {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 6em;
	padding: .7em 0;
}

.land-table td {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: .7em 0;
	width: calc(100% - 6em);
}

.grid-description {
	margin-bottom: 1em;
	font-size: .9em;
}

.page .grid-description {
	font-size: 1rem;
}

.page-id-413 .grid-description {
	font-size: .9em;
}

/*drawer*/
@media (max-width: 1023px) {
	.land-table th {
		width: 6em;
	}

	.land-table td {
		width: calc(100% - 6em);
	}

	.page-id-413 .grid-description {
		font-size: .9em;
	}
}



/* #services-section
---------------------------------------------------- */
.services-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.s1 {
	width: 47.5%;
}

/*sp*/
@media (max-width: 639px) {
	.s1 {
		width: 47.5%;
	}
}

/* #access-section
---------------------------------------------------- */

.map-l {}

.map-r {}

.iframe-content-map {
	position: relative;
	width: 100%;
	padding: 100% 0 0 0;
}

.iframe-content-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ico-tel {
	padding-left: 45px;
	background: url("../images/ico/ico-freedial.svg") no-repeat left center;
	background-size: 34px 22px;
	font-weight: 900;
	font-size: 1.8em;
	margin-bottom: 1em;
}

.flex03 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.access-h3 {
	font-size: 1.3em;
}

/*drawer*/
@media (max-width: 747px) {

	.flex03 {
		display: block;
	}

	.map-l {
		width: 100%;
		margin-bottom: 1em;
	}

	.map-r {
		width: 100%;
	}
}

/*sp*/
@media (max-width: 639px) {
	.section-l1 {
		text-align: left;
	}
}

/* #contact-section
---------------------------------------------------- */

.contact-box-area ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;


	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;

	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
	line-height: 1.4;
	text-align: center;
}

.list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 300px;
}

.contact-box-area ul li a {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 100%;
}

.contact-box-area ul li a div {
	width: 90%;
}

.contact-box-area h3 {
	font-size: 1.3em;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	letter-spacing: .2em;
}

.contact-box-area p {
	font-size: .8em;
	width: 90%;
}

.contact-box-area .to-contact h3 {
	padding-top: 58px;
	background: url("../images/ico/ico-q.svg") no-repeat center top;
	background-size: 52px 50px;
}

/*
.contact-box-area .to-reservation h3 {
	padding-top: 40px;
	background: url("../images/bg/bg-reserved.svg") no-repeat center top;
	background-size: 29px 32px;
}

.contact-box-area .to-request h3 {
	padding-top: 40px;
	background: url("../images/bg/bg-request.svg") no-repeat center top;
	background-size: 25px 31px;
}
*/

/*drawer*/
@media (max-width: 1023px) {

	.list__item {
		width: 100%;
		border-left: none;
		padding: 0;
		min-height: auto;
	}

	.list__item a {
		padding-top: 2em;
		padding-bottom: 2em;
	}

}

/* about index page
---------------------------------------------------- */

.inner660 {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.inner760 {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.inner1260 {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

.inner1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.page-h2 {
	margin: 4em 0 1.0em 0;
	font-size: 1.6em;
	letter-spacing: .15em;
	/*font-weight: 300;*/
	line-height: 1.5;
}

.page-h3 {
	margin: 2.5em 0 .7em 0;
	font-size: 1.3em;
	letter-spacing: .15em;
	/*font-weight: 300;*/
	line-height: 1.5;
}

.lnavi {
	font-size: .9em;
	line-height: 1.4;
}

.lnavi li {
	display: inline-block;
	padding: 0 1em 0 1em;
	margin-bottom: 1em;
	background: url("../images/bg/bg-lnavi.svg") no-repeat right center;
	background-size: 1px 11px;
}

.lnavi li:first-child {
	padding-left: 0;
}

.lnavi li:last-child {
	padding-right: 0;
	background: none;
}

.lnavi li a.current {
	color: #F39800;
}

.about-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-item {
	width: 50%;
}

.about-item a {
	display: block;
	padding-bottom: 5em;
}



/*drawer*/
@media (max-width: 1023px) {

	.lnavi li {
		padding: 0 .6em 0 .5em;
	}

	.about-item a {
		display: block;
		padding-bottom: 2.5em;
	}

	.page .section-l1 {
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}

	.about-item .grid-title {
		padding-left: 1em;
	}
}

/* #people page
---------------------------------------------------- */

.page-h1 {
	text-align: center;
	font-size: 2em;
	letter-spacing: .2em;
	/*font-weight: 300;*/
	margin-bottom: 1em;
	line-height: 1.4;
}

.page-id-5519 .page-h1,
.page-id-5155 .page-h1,
.page-id-5522 .page-h1 {
	font-size: 1.8em;
}

.lineheight2 {
	line-height: 2;
}

.lineheight22 {
	line-height: 2.2;
}

.square-box {
	padding: 2em;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.people-h2 {
	padding: 4em 0 2em 0;
	font-size: 1.45em;
	letter-spacing: .1em;
	/*font-weight: 300;*/
	line-height: 1.4;
}

.circle-list {
	list-style: circle;
	margin-left: 1.4em;
}

.circle-list li {
	margin-bottom: .8em;
	padding-left: .2em;
}

/* #company page
---------------------------------------------------- */

.company-table {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
}

.company-table th {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 12em;
	padding: 2.5em 0;
}

.company-table td {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: 2.5em 0;
	width: calc(100% - 12em);
}

.page-large-image img {
	display: block;
	width: 100%;
	height: auto;
}

/*drawer*/
@media (max-width: 1023px) {
	.company-table th {
		text-align: left;
		background: url("../images/bg/bg-table.svg") repeat-x left bottom;
		width: 10em;
		padding: 2.5em 0;
	}

	.company-table td {
		text-align: left;
		background: url("../images/bg/bg-table.svg") repeat-x left bottom;
		padding: 2.5em 0;
		width: calc(100% - 10em);
	}
}

/* access page
---------------------------------------------------- */

.inner800 {
	max-width: 800px;
	margin: 0 auto;
}

.pc-flex {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*
.access-l {
	width:55%;
}

.access-r {
	width:40%;
}
*/

.googlemap a {
	text-decoration: underline;
}

/*drawer*/
@media (max-width:1023px) {
	.pc-flex {
		display: block;
	}
}


/* concept page
---------------------------------------------------- */
#hikari-section {
	background: #FFF5D7;
}

.flex-concept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.concept1 {
	width: 30%;
}

.letter-spacing1 {
	letter-spacing: .1em;
}

.letter-spacing2 {
	letter-spacing: .2em;
}

.concept-carousel2,
.concept-carousel {
	width: 100%;
}

.concept-cell {
	width: 100%;
	position: relative;
}

.concept-cell img {
	width: 100%;
	height: auto;
	display: block;
}

.concept-item {
	padding-bottom: 6em;
}



/* sp  */
@media (max-width: 767px) {
	.concept1 {
		width: 66%;
		margin: 0 auto;
	}
}

#midori-section {
	background: #F0F6E8;
}

#sozai-section {
	background: #FFF5D7;
}

/*  events detail page
---------------------------------------------------- */

.event-first-image img {
	width: 100%;
	height: auto;
	display: block;
}

#aside,
#schedule-sp,
#sub {
	line-height: 1.4;
}

.stickyjs {
	top: 220px;
	position: sticky;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}

.sub-inner {
	background: #F4F4F4;
}

.sub-h3 {
	margin-top: 2px;
}

#sub p,
.sub-inner p {
	margin: 0 !important;
}


.events-post-body h2 {
	border-top: 1px solid #e2e8f0;
	margin-top: 5em;
	padding-top: 1.5em;
	font-size: 1.6em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	position: relative;
	letter-spacing: .15em;
}

.events-post-body h2:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 2rem;
	height: 1px;
	background: #F39800;
}

.events-post-body h3 {
	margin-top: 4em;
	font-size: 1.3em;
	margin-bottom: .8em;
	line-height: 1.5;
	letter-spacing: .15em;
}

.events-post-body hr {
	margin: 7em 0;
	position: relative;
}

.events-post-body hr:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 8rem;
	height: 1px;
	background: #F39800;
}

.events-table,
.tour-table {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 2em;
}

.events-table th,
.tour-table th {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 15em;
	padding: 2em 0;
	vertical-align: top;
}

.events-table td,
.tour-table td {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: 2em 0;
	width: calc(100% - 15em);
}

.wpcf7-select {
	width: 96%;
	padding: 2%;
	border: 1px solid #ccc;
	font-size: 1.1em;
	letter-spacing: .1em;
}


.wpcf7-list-item.first {
	margin-right: 1em;
}

.wpcf7-text {
	width: 96%;
	padding: 2%;
	border: 1px solid #ccc;
	font-size: 1.1em;
	letter-spacing: .1em;
}

.required {
	color: red;
	padding-left: 1em;
}

.wpcf7-textarea {
	width: 96%;
	padding: 2%;
	border: 1px solid #ccc;
	font-size: 1.1em;
	letter-spacing: .1em;
}

.div-submit {}

.wpcf7-submit {
	border: 2px solid #F39800;
	display: inline-block;
	margin: 0 auto 3em auto;
	line-height: 1.4;
	padding: 1em 2.5em;
	border-radius: 3em;
	color: #F39800;
	background: white;
	box-shadow: 0px 20px 60px rgba(237, 107, 0, 0.08);
	transition: .3s ease;
}

/*  works archive page
---------------------------------------------------- */

.cursor-zoomin {
	cursor: zoom-in;
}


.category-ul li {
	display: inline-block;
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;
}

.category-ul li a {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;
}

.category-ul li.current-cat a {
	background-color: #F39800;
	color: white;
	border: 1px solid #F39800;
}

.category-dl .wp-tag-cloud li {
	display: inline-block;
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;
}

.category-dl .wp-tag-cloud li a {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;
}

.category-dl .wp-tag-cloud li.current a {
	display: inline-block;
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;

	background-color: #F39800;
	color: white;
	border: 1px solid #F39800;
}




.w1 {
	width: 47.5%;
}

@media (max-width: 767px) {

	.w1 {
		width: 100%;
	}
}

/*  cases single page
---------------------------------------------------- */

.swiper-pagination-bullet-active {
	background: #F39800;
}

.post-h1 {
	font-size: 1.8em;
	letter-spacing: .15em;
	line-height: 1.4;
	/*font-weight: 300;*/
}

.post-category {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.post-category a {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;
}

.cases-image img {}

.cases-image-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.cases-image-wrap img.tate {
	width: 60%;
	height: auto;
}

@media (max-width: 639px) {

	.cases-image-wrap img.tate {
		width: 100%;
		height: auto;
	}
}

.cases-caption {
	font-size: .9em;
	font-weight: 300;
	padding-left: 2em;
	padding-right: 2em;
	max-width: 660px;
}

/*  services archive page
---------------------------------------------------- */
.num-ol {
	margin-left: 1.2em;
}

@media (max-width: 639px) {
	.num-ol {
		margin-left: 1.8em;
	}
}

.num-ol li {
	list-style: decimal;
	margin-bottom: 1em;
	line-height: 1.4;
	/*padding-left: .5em;*/
}

.services-item a {
	display: block;
	padding-bottom: 5em;
}

.sub-list li,
#menu-lnavi-construction-method-1 li,
#menu-lnavi-construction-method li {
	margin-bottom: 1.0em;
}

.sub-list li:last-child,
#menu-lnavi-construction-method-1 li:last-child,
#menu-lnavi-construction-method li:last-child {
	margin-bottom: 0;
}

.sub-list li .current-menu-item a,
#menu-lnavi-construction-method-1 .current-menu-item a,
#menu-lnavi-construction-method .current-menu-item a {

	color: #F39800;
}

.sub-list {
	margin-top: 1.4em;
}

.sub-list li,
.sub-li {
	padding-left: 2em;
	background: url("../images/ico/ico-sub-li.svg") no-repeat left center;
	background-size: 14px 1px;
}

.service-h3 {
	padding: 0em 0 1em 0;
	font-size: 1.5em;
	letter-spacing: .2em;
	line-height: 1.5;
	font-weight: 400;
}

.services-dl2,
.services-dl {
	margin-bottom: 4em;
}


.services-dl2 dt,
.services-dl dt {
	font-size: 1.4em;
	width: 210px;
}

.services-dl dt span {}

.services-dl2 dd,
.services-dl dd {
	width: calc(100% - 230px);
}

@media (max-width: 767px) {
	.services-dl dt {
		font-size: 1.2em;
		width: 100px;
	}

	.services-dl dd {
		width: calc(100% - 110px);
	}

	.services-dl2 dt {
		font-size: 1.2em;
		width: 100px;
	}

	.services-dl2 dd {
		width: 100%;
	}


}

.hr {
	height: 1px;
	background: #ccc;
	width: 100%;
}

.w475 {
	width: 47.5%;
}

/* #after page
---------------------------------------------------- */

.after30 {
	width: 30%;
}

@media (max-width: 767px) {
	.after30 {
		width: 100%;
	}
}


/* flow page
---------------------------------------------------- */

.flow-r .span-block {
	background: white;
	display: inline-block;
	margin: 0 auto;
	padding: 1em 0;
	white-space: nowrap;
}

.flow-l {}


.flow-image img {
	display: block;
	width: 95%;
	-webkit-clip-path: polygon(0 70px, 0 100%, 100% 100%, 100% 0%, 70px 0%);
	clip-path: polygon(0 70px, 0 100%, 100% 100%, 100% 0%, 70px 0%);
}

.flow-image .num {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2em;
	line-height: 1;
}

.flow-h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
	letter-spacing: .2em;
	/*font-weight:300;*/
}

.flow-r {
	background: url("../images/bg/bg-flow-h4.svg") repeat-y 88% top;
}

.flow-r h4 {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 1.6;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 auto;
}

.flow-text-inner {
	padding-left: 1em;
}


.flow-hr {
	height: 1px;
	border: none;
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	margin: 5em 0 6em 0;
}

.free-line {
	background: url("../images/bg/bg-table.svg") repeat-x left center;
	text-align: center;
	line-height: 1.4;
}

.free-line span {
	background: white;
	padding: 0 .5em;
	display: inline-block;
	max-width: 70%;
	margin: 0 auto;
}

.text-combine2 {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

@media (max-width: 767px) {
	.flow-r {
		background: url("../images/bg/bg-flow-h4.svg") repeat-y 70% top;
	}

	.flow-text-inner {
		padding-left: 0em;
		padding-right: 3%;
	}

	.flow-image img {
		width: 97%;
	}


}


/* land archive page
---------------------------------------------------- */

.land1 {
	width: 29.9%;
}

.gutter-sizer-land {
	width: 5%;
}

/*sp*/
@media (max-width: 639px) {
	.land1 {
		width: 47.49%;
	}

}

.paged .paged-none {
	display: none;
}

/* land single page
---------------------------------------------------- */

.inner960 {
	max-width: 960px;
	margin: 0 auto;
}

.land-table-information {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
	line-height: 1.4;
	font-weight: 300;
}

.land-table-information th {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 9em;
	padding: 1.5em 0;
}

.land-table-information td {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: 1.5em 0;
	width: calc(100% - 9em);
}


/*sp*/
@media (max-width: 639px) {

	.single .land-table th {
		width: 100%;
		display: block;
		padding-bottom: 0;
		background: none;
	}

	.single .land-table td {
		width: 100%;
		display: block;
	}
}


/* contact page
---------------------------------------------------- */

.wpcf7-list-item {
	padding-right: 1.5em;
}

.contact-table {
	width: 100%;
	background: url("../img/bg-table.svg") repeat-x left top;
}

.contact-table th {
	width: 30%;
	text-align: left;
	background: url("../img/bg-table.svg") repeat-x left bottom;
	padding: 2em 0;
	vertical-align: top;
}

.contact-table td {
	width: 70%;
	text-align: left;
	background: url("../img/bg-table.svg") repeat-x left bottom;
	padding: 2em 0;
}

.required {
	color: #F39800;
}

.orange {
	color: #F39800;
}

/* column archive page
---------------------------------------------------- */

.static-banner {
	position: absolute;
	top: 2.5em;
	left: -1em;
	color: white;
	letter-spacing: .2em;
	background: #F39800;
	padding: .7em 1.2em;
	z-index: 1;
}

.column-carousel {
	width: 100%;
}

.column-cell {
	width: 100%;
	position: relative;
}


.column-tag a {
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;

	display: inline-block;
	background: #f1f1f1;
	border: 1px solid #fff;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.column-tag a:hover {
	background: #ccc;
}

.column-tag .wp-tag-cloud li.current a {
	display: inline-block;
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;
}

.grid-column-date {
	font-size: .85em;
}

.column-data {
	padding: 1em 0 .3em 0;
}

.column-data li {
	display: inline-block;
}


.column1 {
	width: 47.49%;
}

.column2 {
	width: 29.99%;
}

.gutter-sizer-column {
	width: 5%;
}

@media (max-width: 639px) {
	.column1 {
		width: 47.49%;
	}

	.column2 {
		width: 47.49%;
	}
}

/* column tag page
---------------------------------------------------- */

.column-tag-h2 {
	font-size: .55em;
}

/* column single page
---------------------------------------------------- */

#toc_container {
	display: none;
}

.sub-h2 {
	font-size: 1.5em;
	margin-bottom: .4em;
	text-align: center;
	font-weight: 700;
	font-family: YakuHanJP, 'Noto Sans JP';
}

.sub-inner .toc_widget_list {
	margin-bottom: 4em;
}

.toc_widget_list li {
	margin-top: 1.4em;
}

.toc_widget_list li a {
	position: relative;
	display: block;
	padding-left: 30px;

}

.toc_number {
	position: absolute;
	left: 0;
}

.toc_widget_list li li {
	margin-left: 1.0em;
}

.tag-list a {
	background: white;
	display: inline-block;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1.4;
	margin-right: .6em;
	margin-bottom: .6em;
	font-size: .9em;
}

/*
.toc_widget_list li:first-child {
	margin-left:0em;
}
*/

.single-column .post-body a {
	text-decoration: underline;
}

.page-body a {
	text-decoration: underline;
}

/* diary single page
---------------------------------------------------- */

.single-diary .wp-block-image figcaption {
	padding-bottom: 3.5em;
	margin-top: 2.0em;
}


.single-diary .wp-block-image img {
	width: 100%;
	height: auto;
}

/* estate single page
---------------------------------------------------- */

.single-estate .post-content table {
	background: url("../images/bg/bg-table.svg") repeat-x left top;
	width: 100%;
	line-height: 1.4;
	font-weight: 300;
}

.single-estate .post-content table td:first-child {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	width: 11em;
	padding: 1.7em 0;
}

.single-estate .post-content table tr td:last-child {
	text-align: left;
	background: url("../images/bg/bg-table.svg") repeat-x left bottom;
	padding: 1.7em 0;
	width: calc(100% - 11em);
}

.estate-image img {
	display: block;
	width: 100%;
	height: auto;
}

.estate-caption {
	font-weight: 300;
	line-height: 1.4;
	padding-left: 2em;
	padding-right: 2em;
}

/* faq page
---------------------------------------------------- */
.basic-body h2,
.faq-body h2 {
	margin-top: 6em;
	padding: 1.8em 0 1.5em 0;
	font-size: 1.7em;
	letter-spacing: .15em;
	/*font-weight: 300;*/
	line-height: 1.5;
	border-top: 1px solid #ddd;
	position: relative;
}

.basic-body h2:first-child,
.faq-body h2:first-child {
	margin-top: 0em;
}

.basic-body h2::before,
.faq-body h2::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 2rem;
	height: 1px;
	background: #F39800;
}

.basic-body h3 {
	margin: 4em 0 1em 0;
	font-size: 1.4em;
	letter-spacing: .15em;
}

.basic-body ul {
	list-style: circle;
	margin-left: 1.4em;
}

.basic-body li {
	margin-bottom: .8em;
	padding-left: .2em;
}

.basic-body a {
	text-decoration: underline;
}

.post-body ol {
	list-style: numbers;
}

.post-body ol li {
	margin-left: 1.2em;
	margin-bottom: 1em;
}

.post-body ol {
	margin-bottom: 2em;
}

.post-body ul {
	list-style: disc;
}

.post-body ul li {
	margin-left: 1.2em;
	margin-bottom: 1em;
}

.post-body ul {
	margin-bottom: 2em;
}


/* money page
---------------------------------------------------- */

.nebiki-dl dt {
	width: 40px;
}

.nebiki-dl dt {
	position: relative;
}

.nebiki-dl dt span {
	border: 1px solid #000;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 37px;
	border-radius: 50%;
}

.nebiki-dl dd {
	width: calc(100% - 60px);
}

.nebiki-h3 {
	font-size: 1.3em;
	margin-bottom: .5em;
}

.border-box {
	border: 1px solid #cccccc;
	padding: 2em;
}

/* ants page
---------------------------------------------------- */
.base-table {
	border: 1px solid #cccccc;
}

.base-table th {
	min-width: 200px;
	border: 1px solid #cccccc;
}

.base-table td {
	min-width: 230px;
	border: 1px solid #cccccc;
}

.wp-block-image.smallcaption figcaption {
	margin-top: 1.2em;
}


/* outer-insulation page
---------------------------------------------------- */
.dannetsu-h3 {
	display: inline-block;
	background: #FEC55D;
}

.dannetsu-h2 {
	margin: 0 0 1.5em 0;
	font-size: 1.6em;
	letter-spacing: .15em;
	/*font-weight: 300;*/
	line-height: 1.5;
}

h2.line-h2 {
	margin-top: 6em;
	padding: 1.8em 0 1.5em 0;
	font-size: 1.7em;
	letter-spacing: .15em;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	position: relative;
}

.line-h2:first-child {
	margin-top: 0em;
}

.line-h2::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 2rem;
	height: 1px;
	background: #F39800;
}

.img-line img {
	border: 1px solid #ddd;
}

.wp-block-image.text-left figcaption {
	text-align: left;
}

/* moving page
---------------------------------------------------- */

.attachment .breadcrumbs {
	display: none;
}

.moving-h1 {
	color: rgba(249, 184, 0, 1);
}

.family-name {
	font-size: 1.2em;
}

.moving-main-image img {
	width: 100%;
	height: auto;
}

.bg-f5f5f5 {
	background: #f5f5f5;
}

.letter-l {
	z-index: 1;
	margin-bottom: -2rem;
	margin-right: -2rem;
}

@media (max-width: 767px) {
	.map-image img {
		height: 220px !important;
		object-fit: cover;
	}

	.letter-l {
		margin-bottom: 0rem;
		margin-right: auto;
		margin-left: auto;
	}
}

.letter-r {
	z-index: 2;
}

.googlemap a {
	border: 1px solid #000;
	padding: .2em 2em;
	text-decoration: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

#pwbox-2500 {
	border: 1px solid #ddd;
	padding: .3em;
}

.ico-blank {
	background: url("images/ico/ico-blank.svg") no-repeat right center;
	padding-right: 25px;
}

.bg-F2F2F2 {
	background: #f2f2f2;
}

.wp-block-aioseo-table-of-contents {
	padding: 1.5rem;
	background: #F4F4F4;
	font-size: 0.9rem;
}

.wp-block-aioseo-table-of-contents:before {
	content: "目次";
	text-align: center;
	display: block;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.post-body .wp-block-aioseo-table-of-contents ol,
.post-body ol li ol,
.post-body ol ol {
	padding-bottom: 0;
	margin-top: 1em;
}

.post-body .wp-block-aioseo-table-of-contents ol {
	list-style: decimal;
}

.post-body .wp-block-aioseo-table-of-contents ul {
	list-style: disc;
}

.post-body .wp-block-aioseo-table-of-contents li {
	list-style: inherit;
}

.post-body .wp-block-aioseo-table-of-contents a {
	text-decoration: underline;
}

.post-body .wp-block-aioseo-table-of-contents ol li:last-child {
	margin-bottom: 0;
}

.post-body .wp-block-aioseo-table-of-contents ol,
.post-body .wp-block-aioseo-table-of-contents ul {
	margin-bottom: 1rem;
}

/* thoughts on design page
---------------------------------------------------- */

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F39800;
	opacity: 1 !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #F39800;
}

/* energy consumption page
---------------------------------------------------- */
.energy-body p {
	margin-bottom: 2rem;
}

/* energy saving house page
---------------------------------------------------- */
.fukidashi01:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.fukidashi01:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ddd;
	z-index: 1;
}

.energy-h2 {
	border-top: 1px solid #e2e8f0;
	margin-top: 5em;
	padding-top: 2.4em;
	font-size: 1.9em;
	line-height: 1.5;
	margin-bottom: 2.4em;
	position: relative;
	letter-spacing: .15em;
}

@media (max-width: 639px) {
	.energy-h2 {
		padding-top: 2em;
		font-size: 1.6em;
		margin-bottom: 2em;
	}
}

.energy-h2::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 2rem;
	height: 1px;
	background: #F39800;
}



/* w page
---------------------------------------------------- */

.bg-arrow-box {
	background: url("../images/bg/bg-arrow-box.svg") no-repeat center;
	padding: 20px 0;
}

.wp-block-table td,
.wp-block-table th {
	border: none;
}





/* one column（custom-bottom_kouzou）
---------------------------------------------------- */

.custom-bottom_kouzou .onecolumn_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 645px;
	margin: 85px auto -40px;
	gap: 15px 0;
}


.custom-bottom_kouzou .onecolumn_nav ul li {
	border-right: 1px solid #000;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(5),
.custom-bottom_kouzou .onecolumn_nav ul li:last-child {
	border-right: none;
}


.custom-bottom_kouzou .onecolumn_nav ul li a {
	font-size: 14px;
	font-weight: normal;
	padding: 0 14px;
}


.custom-bottom_kouzou .onecolumn_nav ul li:first-child a,
.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(6) a {
	padding-left: 0;
}

.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(5) a,
.custom-bottom_kouzou .onecolumn_nav ul li:last-child a {
	padding-right: 0;
}


.custom-bottom_kouzou .onecolumn_nav ul li a span {
	position: relative;
}

.custom-bottom_kouzou .onecolumn_nav ul li.current a span::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F39800;
	content: "";
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
}


@media (max-width: 768px) {
	.custom-bottom_kouzou .onecolumn_nav ul {
		max-width: 470px;
		margin-bottom: 20px;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(5) {
		border-right: 1px solid #000;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(6) {
		border-right: none;
	}


	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(6) a {
		padding-left: 14px;
		padding-right: 0;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(5) a {
		padding-right: 14px;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(3) a {
		padding-right: 0;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(7) a {
		padding-left: 0;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(4) a {
		padding-left: 0;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(3) {
		border-right: none;
	}
}


@media (max-width: 480px) {
	.custom-bottom_kouzou .onecolumn_nav ul {
		max-width: 250px;
	}


	.custom-bottom_kouzou .onecolumn_nav ul li a {
		font-size: 13px;
	}


	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(even) a {
		padding-right: 0;
		padding-left: 10px;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(even) {
		border: none;
	}


	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(odd) a {
		padding-left: 0;
		padding-right: 10px;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:nth-child(odd) {
		border-right: 1px solid #000;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:last-child {
		border: none;
	}

	.custom-bottom_kouzou .onecolumn_nav ul li:last-child a {
		padding: 0;
	}

}












/* one column（custom-bottom_seinou）
---------------------------------------------------- */

.custom-bottom_seinou .onecolumn_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	margin: 85px auto -40px;
	gap: 15px 0;
}


.custom-bottom_seinou .onecolumn_nav ul li {
	border-right: 1px solid #000;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.custom-bottom_seinou .onecolumn_nav ul li a {
	font-size: 14px;
	padding: 0 14px;
}


.custom-bottom_seinou .onecolumn_nav ul li a span {
	position: relative;
}

.custom-bottom_seinou .onecolumn_nav ul li.current a span::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F39800;
	content: "";
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
}

.custom-bottom_seinou .onecolumn_nav ul li:last-child {
	border-right: none;
}

.custom-bottom_seinou .onecolumn_nav ul li:last-child a {
	padding-right: 0;
}

.custom-bottom_seinou .onecolumn_nav ul li:first-child a {
	padding-left: 0;
}


@media (max-width: 768px) {
	.custom-bottom_seinou .onecolumn_nav ul {
		max-width: 430px;
		margin-bottom: 20px;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(3) a {
		padding-right: 0;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(3) {
		border-right: none;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(4) a {
		padding-left: 0;
	}

}

@media (max-width: 480px) {

	.custom-bottom_seinou .onecolumn_nav ul li a {
		font-size: 13px;
	}


	.custom-bottom_seinou .onecolumn_nav ul {
		max-width: 280px;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(even) a {
		padding-right: 0;
		padding-left: 10px;
	}


	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(even) {
		border-right: none;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(odd) {
		border-right: 1px solid #000;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:nth-child(odd) a {
		padding-left: 0;
		padding-right: 10px;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:last-child {
		border-right: none;
	}

	.custom-bottom_seinou .onecolumn_nav ul li:last-child a {
		padding: 0;
	}



}