@charset "utf-8";

/*==============================================================================

	contents
	
==============================================================================*/

/*------------------------------------------------------------------------------
	top
------------------------------------------------------------------------------*/

.top a.test-link-box {
	display: block;
	width: 100%;
	margin: 0;
	padding: 100px 0;
	background: #f3f3f3;
	text-decoration: underline;
	line-height: 1.6;
}

.top a.test-link-box span {
	display: inline;
	font-size: 1.8rem;
	font-weight: normal;
	text-decoration: none;
}

/* #key-visual
----------------------------------*/

/* .top-hero
----------------------------------*/
.top .top-hero {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.top .top-hero .inner {
	width: 100%;
	max-height: 750px;
	background: url(../images/top/top-hero_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
}

.top .top-hero .inner img {
	width: 100%;
	max-width: 1920px;
	height: auto;
	min-height: 588px;
	max-height: 730px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	flex-shrink: 0;
}

/*==================================
	.top-hero sp
==================================*/
@media only screen and (max-width: 767px) {
	.top .top-hero__sp {
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	
	.top .top-hero__sp .inner {
		width: 100%;
		max-width: auto;
		height: auto;
		max-height: auto;
		background: none;
		width: 100%;
		background: url(../images/top/top-hero_bg_pc.jpg) no-repeat;
		background-size: cover;
		background-position: bottom center;
		text-align: center;
	}
	
	.top .top-hero__sp .inner img {
		width: 100%;
		height: auto;
		min-width: auto;
		max-width: auto;
		margin: 0 auto;
		max-width: auto;
		min-height: auto;
		max-height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
	.top .top-hero {
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	
	.top .top-hero .inner {
		width: 100% ;
		max-height: auto;
		background: url(../images/top/top-hero_bg_pc.jpg) no-repeat;
		background-size: cover;
		background-position: bottom 25% center;
		text-align: center;
	}
	
	.top .top-hero .inner img {
		width: 100%;
		height: auto;
		min-width: 100%;
		max-width: 100%;
		min-height: 450px;
		margin: 0;
		padding: 0;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
}

/* #newsList
----------------------------------*/

.top #newsList {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 35px 0;
	background: url(../images/top/woodw_bg.png);
	background-repeat: repeat;
}

.top #newsList .inner {
	width: 950px;
	margin: 0 auto;
}

.top #newsList #update .update-title {
	display: flex;
	justify-content: space-between;
}

.top #newsList #update .update-title h2 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 3.4rem;
	color: #005f27;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.top #newsList #update .update-title h2 .sub {
	margin-left: 1em;
	font-size: 2.2rem;
	color: #039953;
	vertical-align: middle;
}

.top #newsList #update .update-title .viewList {
	margin-top: 0.3em;
	font-size: 1.6rem;
}

.top #newsList #update .update-title .viewList a {
	display: inline-block;
	padding: 0.6em 1.8em 0.6em 1.8em;
	background: #90c320;
	border-radius: 1.2em;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-out 0s;
}

.top #newsList #update .update-title .viewList a i {
	padding-left: 1em;
}

/*
.top #newsList #update .update-title .viewList a:hover {
	opacity: 0.8;
}*/

.top #newsList #update .updateBox {
	margin: 0 0 20px 0;
	padding: 35px 35px;
	background: #ffffff;
	box-shadow: 0 6px 9px -4px rgba(10, 10, 10, 0.04),
	0 6px 10px 5px rgba(10, 10, 10, 0.02);
}

.top #newsList #update .updateBox .scroll-area {
	box-sizing: border-box;
	max-height: 220px;
	padding-right: 10px;
	overflow: auto;
}

.top #newsList #update .updateBox a {
	display: block;
	margin: 0 5px 0 0;
	padding: 0.8em 0;
	border-bottom: 1px dotted #aaaaaa;
	color: #7f7f80;
	text-decoration: none;
	transition: background 0.2s ease-out 0s;
}

.top #newsList #update .updateBox a:last-child {
	border-bottom: none;
}

.top #newsList #update dl {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

.top #newsList #update dt {
	display: block;
	width: 25%;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #7f7f80;
	line-height: 1.6;
}

.top #newsList #update dd {
	display: block;
	box-sizing: border-box;
	width: 74%;
	margin: 0;
	padding: 0;
}

.top #newsList #update dd .newsTitle {
	margin: 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: underline;
	color: #e98b23;
	line-height: 1.6;
}

.top #newsList #update dd .newsTitle .newIcon {
	display: inline-block;
	min-width: 5em;
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 18px;
	color: #333333;
	text-align: center;
	background: #fff33b;
}

.top #newsList #update dd .newsDetail {
	font-size: 1.6rem;
	line-height: 1.6;
}

.top #newsList #update .updateBox a[href*="void"] .newsTitle {
	color: #e98b23;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.top #newsList {
		width: auto;
		margin: 0;
		padding: 50px 12px 55px 12px;
	}

	.top #newsList .inner {
		width: auto;
	}
	
	.top #newsList #update .update-title h2 {
		position: static;
		margin: 0 auto 18px auto;
		padding: 0;
		font-weight: bold;
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.5;
	}
	
	.top #newsList #update .update-title h2 .sub {
		display: block;
		margin: 0;
		font-size: 1.6rem;
	}
	
	.top #newsList #update .updateBox {
		margin: 0 0 30px 0;
		padding: 28px 10px 28px 20px;
	}
	
	.top #newsList #update .updateBox .scroll-area {
		box-sizing: border-box;
		max-height: 38vh;
		padding-right: 10px;
		overflow: auto;
	}

	.top #newsList #update .updateBox .jspVerticalBar {
		display: none;
	}
	
	.top #newsList #update .updateBox a {
		display: block;
		margin: 0;
		padding: 0.8em 0;
		border-bottom: 1px dotted #aaaaaa;
	}
	
	.top #newsList #update .updateBox a:last-child {
		border-bottom: none;
	}
	
	.top #newsList #update dl {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	.top #newsList #update dt {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.top #newsList #update dd {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	.top #newsList #update dd .newsTitle {
		font-weight: bold;
		line-height: 1.6;
	}
	
	.top #newsList #update dd .newsTitle .newIcon {
		display: inline-block;
		min-width: 5em;
		margin: 0 0 0 10px;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 18px;
		color: #333333;
		text-align: center;
		background: #fff33b;
	}
	
	.top #newsList #update dd .newsDetail {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.top #newsList #update .updateBox a .newsTitle {
		font-size: 1.6rem;
		color: #e98b23;
	}

	.top #newsList #update .updateBox a[href*="void"] .newsTitle {
		text-decoration: none;
	}

	.top #newsList #update .viewList-sp {
		margin: 0 auto;
		text-align: center;
	}

	.top #newsList #update .viewList-sp a {
		display: inline-block;
		margin: 0 auto;
		padding: 0.5em 1.6em 0.5em 1.6em;
		background: #90c320;
		border-radius: 18px;
		font-size: 1.4rem;
		color: #ffffff;
		letter-spacing: 0.08em;
		text-decoration: none;
		transition: background 0.2s ease-out 0s;
	}
	
	.top #newsList #update h2 .viewList-sp a:hover {
		opacity: 0.8;
	}

	.top #newsList #update .viewList-sp a i {
		padding-left: 0.5em;
	}
}

/* ------------------------------ */
/* #newsList / news
----------------------------------*/

#contents  #newsList.sub {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 90px 0;
	background: url(../images/top/woodw_bg.png);
	background-repeat: repeat;
}

#contents  #newsList.sub .inner {
	width: 950px;
	margin: 0 auto;
}

#contents  #newsList.sub #update .update-title {
	display: flex;
	justify-content: space-between;
}

#contents  #newsList.sub #update .update-title h2 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 3.4rem;
	color: #005f27;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

#contents  #newsList.sub #update .update-title h2 .sub {
	margin-left: 1em;
	font-size: 2.2rem;
	color: #039953;
	vertical-align: middle;
}

#contents  #newsList.sub #update .update-title .viewList {
	margin-top: 0.3em;
	font-size: 1.6rem;
}

#contents  #newsList.sub #update .update-title .viewList a {
	display: inline-block;
	padding: 0.6em 1.8em 0.6em 1.8em;
	background: #90c320;
	border-radius: 1.2em;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: all 0.2s ease-out 0s;
}

#contents  #newsList.sub #update .update-title .viewList a i {
	padding-left: 1em;
}

#contents  #newsList.sub #update .update-title .viewList a:hover {
	opacity: 0.8;
}

#contents  #newsList.sub #update .updateBox {
	margin: 0 0 20px 0;
	padding: 35px 35px;
	background: #ffffff;
	box-shadow: 0 6px 9px -4px rgba(10, 10, 10, 0.04),
	0 6px 10px 5px rgba(10, 10, 10, 0.02);
}

#contents  #newsList.sub #update .updateBox .scroll-area {
	box-sizing: border-box;
	max-height: auto;
	padding-right: 10px;
	overflow: auto;
}

#contents  #newsList.sub #update .updateBox a {
	display: block;
	margin: 0 5px 0 0;
	padding: 1.6em 0;
	border-bottom: 1px dotted #aaaaaa;
	color: #7f7f80;
	text-decoration: none;
	transition: background 0.2s ease-out 0s;
}

#contents  #newsList.sub #update .updateBox a:last-child {
	border-bottom: none;
}

#contents  #newsList.sub #update dl {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contents  #newsList.sub #update dt {
	display: block;
	width: 25%;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #7f7f80;
	line-height: 1.6;
}

#contents  #newsList.sub #update dd {
	display: block;
	box-sizing: border-box;
	width: 74%;
	margin: 0;
	padding: 0;
}

#contents  #newsList.sub #update dd .newsTitle {
	margin: 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: underline;
	color: #e98b23;
	line-height: 1.6;
}

#contents  #newsList.sub #update dd .newsTitle .newIcon {
	display: inline-block;
	min-width: 5em;
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 18px;
	color: #333333;
	text-align: center;
	background: #fff33b;
}

#contents  #newsList.sub #update dd .newsDetail {
	font-size: 1.6rem;
	line-height: 1.6;
}

#contents  #newsList.sub #update .updateBox a[href*="void"] .newsTitle {
	color: #e98b23;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#contents  #newsList.sub {
		width: auto;
		margin: 0;
		padding: 50px 12px 60px 12px;
	}

	#contents  #newsList.sub .inner {
		width: auto;
	}
	
	#contents  #newsList.sub #update .update-title h2 {
		position: static;
		margin: 0 auto 18px auto;
		padding: 0;
		font-weight: bold;
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.5;
	}
	
	#contents  #newsList.sub #update .update-title h2 .sub {
		display: block;
		margin: 0;
		font-size: 1.6rem;
	}
	
	#contents  #newsList.sub #update .updateBox {
		margin: 0 0 30px 0;
		padding: 20px 10px 20px 20px;
	}
	
	#contents  #newsList.sub #update .updateBox .scroll-area {
		box-sizing: border-box;
		max-height: auto;
		padding-right: 10px;
		overflow: auto;
	}

	#contents  #newsList.sub #update .updateBox .jspVerticalBar {
		display: none;
	}
	
	#contents  #newsList.sub #update .updateBox a {
		display: block;
		margin: 0;
		padding: 1.6em 0;
		border-bottom: 1px dotted #aaaaaa;
	}
	
	#contents  #newsList.sub #update .updateBox a:last-child {
		border-bottom: none;
	}
	
	#contents  #newsList.sub #update dl {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#contents  #newsList.sub #update dt {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	#contents  #newsList.sub #update dd {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#contents  #newsList.sub #update dd .newsTitle {
		font-weight: bold;
		line-height: 1.6;
	}
	
	#contents  #newsList.sub #update dd .newsTitle .newIcon {
		display: inline-block;
		min-width: 5em;
		margin: 0 0 0 10px;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 18px;
		color: #333333;
		text-align: center;
		background: #fff33b;
	}
	
	#contents  #newsList.sub #update dd .newsDetail {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	#contents  #newsList.sub #update .updateBox a[href*="void"] .newsTitle {
		font-size: 1.6rem;
		color: #e98b23;
		text-decoration: none;
	}

	#contents  #newsList.sub #update .viewList-sp {
		margin: 0 auto;
		text-align: center;
	}

	#contents  #newsList.sub #update .viewList-sp a {
		display: inline-block;
		margin: 0 auto;
		padding: 0.5em 1.6em 0.5em 1.6em;
		background: #90c320;
		border-radius: 18px;
		font-size: 1.4rem;
		color: #ffffff;
		letter-spacing: 0.08em;
		text-decoration: none;
		transition: background 0.2s ease-out 0s;
	}
	
	#contents  #newsList.sub #update h2 .viewList-sp a:hover {
		opacity: 0.8;
	}

	#contents  #newsList.sub #update .viewList-sp a i {
		padding-left: 0.5em;
	}
}



/* #buysell
----------------------------------*/

.top #buysell {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 90px 0;
	background: url(../images/top/buysell_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.top #buysell .title {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.top #buysell .title h2 {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	font-weight: bold;
	font-size: 3.8rem;
	color: #003523;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.top #buysell .title h2 span {
	padding: 0 0.2em;
	font-weight: normal;
}

.top #buysell .inner {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* 共通 */
.top #buysell #sell,
.top #buysell #regist {
	box-sizing: border-box;
	width: 48%;
	margin: 0;
	padding: 0;
}

/* sell */
.top #buysell #sell .sell-title {
	border-radius: 18px 18px 0 0;
	margin: 0 auto 0 auto;
	padding: 0.8em 0.2em;
	background: #039953;
	font-size: 3.2rem;
	color: #ffffff;
}

.top #buysell #sell .sell-title .sub-01 {
	font-size: 2.2rem;
}
.top #buysell #sell .sell-title .sub-01-number {
	color: #fff600;
}
.top #buysell #sell .sell-title .sub-02 {
	font-size: 2.2rem;
}

.top #buysell #sell .sell-inBox {
	padding: 1.4em 0.5em 1.4em 0.5em;
	border-left: 4px solid #039953;
	border-right: 4px solid #039953;
	border-bottom: 4px solid #039953;
	background: #ffffff;
	border-radius: 0 0 18px 18px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	color: #003523;
}

.top #buysell #sell .sell-inBox p {
	margin: 0 0 0.5em 0;
	letter-spacing: 0.025em;
}

.top #buysell #sell .sell-inBox p strong {
	color: #e6852e;
}

.top #buysell #sell .sell-inBox .searchBtn {
	margin: 0 0 20px 0;
}

.top #buysell #sell .sell-inBox .searchBtn a {
	display: inline-block;
	width: auto;
	box-shadow: 2px 8px 10px rgba(0,0,0,0.25);
	border: 4px solid #ffffff;
	border-radius: 12px;
	padding: 0.5em 1.6em 0.5em 1.6em;
	background: #e6852e;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-decoration: none;
}

.top #buysell #sell .sell-inBox .searchBtn a .icon {
	padding-right: 30px;
	background: url(../images/top/buy_search_icon.png) no-repeat right 5px;
	background-size: 26px auto;
}

.top #buysell #sell .sell-inBox .searchBtn a:hover {
	opacity: 0.8;
}

/* regist */
.top #buysell #regist .regist-title {
	border-radius: 18px 18px 0 0;
	margin: 0 auto 0 auto;
	padding: 0.8em 0.2em;
	background: #84bf04;
	font-size: 3.2rem;
	color: #ffffff;
}

.top #buysell #regist .regist-title .sub-01 {
	font-size: 2.2rem;
}

.top #buysell #regist .regist-inBox {
	padding: 1.4em 0.5em 1.4em 0.5em;
	border-left: 4px solid #84bf04;
	border-right: 4px solid #84bf04;
	border-bottom: 4px solid #84bf04;
	background: #ffffff;
	border-radius: 0 0 18px 18px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	color: #003523;
}

.top #buysell #regist .regist-inBox p {
	margin: 0 0 0.5em 0;
}

.top #buysell #regist .regist-inBox p strong {
	color: #f05c35;
}

.top #buysell #regist .regist-inBox .searchBtn {
	margin: 0 0 20px 0;
}

.top #buysell #regist .regist-inBox .searchBtn a {
	display: inline-block;
	width: auto;
	box-shadow: 2px 8px 10px rgba(0,0,0,0.25);
	border: 4px solid #ffffff;
	border-radius: 12px;
	padding: 0.5em 1.6em 0.5em 1.6em;
	background: #f05c35;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: #ffffff;
	text-decoration: none;
}

.top #buysell #regist .regist-inBox .searchBtn a .icon {
	padding-right: 30px;
	background: url(../images/top/buy_search_icon.png) no-repeat right 5px;
	background-size: 26px auto;
}

.top #buysell #regist .regist-inBox .searchBtn a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {

	.top #buysell {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding: 70px 20px;
		background: url(../images/top/buysell_bg.jpg);
		background-size:auto 100%;
		background-position: 70% 0;
		background-repeat: no-repeat;
	}
	
	.top #buysell .title {
		width: auto;
		margin: 0 auto;
	}

	.top #buysell .title h2 {
		position: relative;
		margin: 0 0 35px 0;
		padding: 0;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	
	.top #buysell .inner {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
	
	/* 共通 */
	.top #buysell #sell,
	.top #buysell #regist {
		box-sizing: border-box;
		width: auto;
		margin: 0;
		padding: 0;
	}

	/* sell */
	.top #buysell #sell {
		margin-bottom: 30px;
	}

	.top #buysell #sell .sell-title {
		border-radius: 14px 14px 0 0;
		margin: 0 auto 0 auto;
		padding: 0.8em 0.2em;
		font-size: 2rem;
	}

	.top #buysell #sell .sell-title .sub-01 {
		font-size: 1.6rem;
	}

	.top #buysell #sell .sell-title .sub-02 {
		font-size: 1.6rem;
	}

	.top #buysell #sell .sell-inBox {
		padding: 1.2em 0.5em 0.4em 0.5em;
		border-left: 3px solid #039953;
		border-right: 3px solid #039953;
		border-bottom: 3px solid #039953;
		background: #ffffff;
		border-radius: 0 0 14px 14px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.top #buysell #sell .sell-inBox p {
		margin: 0 0 0.5em 0;
		font-size: 1.8rem;
	}

	.top #buysell #sell .sell-inBox .searchBtn {
		margin: 0 0 20px 0;
	}

	.top #buysell #sell .sell-inBox .searchBtn a {
		display: inline-block;
		width: auto;
		box-shadow: 1px 6px 8px rgba(0,0,0,0.15);
		border: 3px solid #ffffff;
		border-radius: 8px;
		padding: 0.7em 1.6em 0.7em 1.6em;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.top #buysell #sell .sell-inBox .searchBtn a .icon {
		padding-right: 24px;
		background: url(../images/top/buy_search_icon.png) no-repeat right 5px;
		background-size: 18px auto;
	}

	.top #buysell #sell .sell-inBox .searchBtn a:hover {
		opacity: 0.8;
	}

	/* regist */
	.top #buysell #regist .regist-title {
		border-radius: 18px 18px 0 0;
		margin: 0 auto 0 auto;
		padding: 0.8em 0.2em;
		background: #84bf04;
		font-size: 2rem;
		line-height: 1.5;
		color: #ffffff;
	}

	.top #buysell #regist .regist-title .sub-01 {
		font-size: 1.6rem;
	}

	.top #buysell #regist .regist-inBox {
		padding: 1.4em 0.5em 0.6em 0.5em;
		border-left: 3px solid #84bf04;
		border-right: 3px solid #84bf04;
		border-bottom: 3px solid #84bf04;
		background: #ffffff;
		border-radius: 0 0 14px 14px;
		font-size: 2rem;
		line-height: 1.5;
	}

	.top #buysell #regist .regist-inBox p {
		margin: 0 0 0.5em 0;
		font-size: 1.8rem;
	}

	.top #buysell #regist .regist-inBox .searchBtn {
		margin: 0 0 20px 0;
	}

	.top #buysell #regist .regist-inBox .searchBtn a {
		display: inline-block;
		width: auto;
		box-shadow: 1px 6px 8px rgba(0,0,0,0.15);
		border: 3px solid #ffffff;
		border-radius: 8px;
		padding: 0.8em 1.6em 0.6em 1.6em;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.top #buysell #regist .regist-inBox .searchBtn a .icon {
		padding-right: 24px;
		background: url(../images/top/buy_search_icon.png) no-repeat right 4px;
		background-size: 18px auto;
	}
}


/* .top-anniversary
----------------------------------*/
.top .top-anniversary {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/top/top-anniversary_bg.png) no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

.top .top-anniversary .inner {
	position: relative;
	width: auto;
	max-width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 70px 0;
	text-align: center;
}

.top .top-anniversary .inner img {
	width: auto;
	height: 490px;
}

/*==================================
	.top-anniversary sp
==================================*/
@media only screen and (max-width: 767px) {
	.top .top-anniversary__prev {
		position: relative;
		width: 100%;
		padding: 50px 0 0 0;
	}

	.top .top-anniversary {
		margin: 0;
		padding: 0;
		background: none;
		line-height: 1;
	}
	
	.top .top-anniversary .inner {
		width: 100%;
		height: auto;
		padding: 0;
		text-align: center;
	}
	
	.top .top-anniversary .inner img {
		width: 100%;
		height: auto;
	}
}

/* other width */
@media only screen and (min-width: 768px) and (max-width: 949px){
	.top .top-anniversary .inner {
		position: relative;
		width: auto;
		height: auto;
	}
}


/* .top-sale
----------------------------------*/

/* slick*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.top .top-sale .slider-item {
	width: auto;
	height: auto;
	line-height: 1;
}

.top .top-sale .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	height: 332px !important;
	margin: 0;
	padding: 0;
	border: none;
}
/**/

.top .top-sale {
	margin: 0;
	padding: 0;
}

.top .top-sale .top-sale__next {
	position: relative;
	width: 100%;
	padding: 70px 0 90px 0;
}

.top .top-sale .top-sale__next::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 90px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: solid 45px #2e9cd0;
	border-right: solid 80px transparent;
	border-bottom: solid 45px transparent;
	border-left: solid 80px transparent;
	transform: translateX(-50%);
}

.top .top-sale .inner {
	width: 780px;
	height: 630px;
	margin: 0 auto;
}

.top .top-sale .top-sale__head {
	position: relative;
	background: #2e9cd0;
}

.top .top-sale .top-sale__jisseki-no1 {
	position: absolute;
	top: -80px;
	left: -50px;
	display: block;
	width: 190px;
	height: 186px;
}

.top .top-sale .top-sale__jisseki-no1 img {
	width: 100%;
	height: auto;
}

.top .top-sale h3 {
	display: block;
	padding: 18px 25px 20px 180px;
	font-size: 3rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.6;
	text-align: center;
	text-indent: -2em;
}

.top .top-sale h3 .icon {
	display: inline-block;
	padding: 0 0 0 100px;
	background: url(../../assets/images/top/top-sale_jisseki_sale-icon01.png) no-repeat;
	background-position: left bottom 0.25em;
	background-size: 80px 76px;
	vertical-align: bottom;
}

.top .top-sale h3 .br {
	display: inline-block;
	white-space: nowrap;
	
}

.top .top-sale .top-sale__sale-list {
	box-sizing: border-box;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 32px 0 50px 0;
	border: 2px solid #2e9cd0;
	border-top: none;
	background: #ffffff;
}

.top .top-sale .top-sale__sale-list__item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	height: auto;
	margin: 0 38px;
	padding: 18px 0 18px 150px;
	background-image: url(../../assets/images/top/top-sale_jisseki_sale-icon02.png);
	background-repeat: no-repeat;
	background-position: 70px center;
	background-size: 38px auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #80705c;
	line-height: 1;
}

.top .top-sale .top-sale__sale-list__item::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: calc(100% - 4px);
	height: 2px;
	border-bottom: dotted 2px #a5b4d8;
}

.top .top-sale .top-sale__sale-list__item dt {
	width: 12em;
	margin: 0;
	padding: 0;
}

.top .top-sale .top-sale__sale-list__item dd {
	width: 3em;
	margin: 0;
	padding: 0;
}

.top .top-sale .top-sale__sale-list__item dd:first-of-type {
	width: 11em;
	margin: 0;
	padding: 0;
}

/*==================================
	.top-sale sp
==================================*/
@media only screen and (max-width: 767px) {
	/* slick*/
	.top .top-sale .slick-list {
		height: 264px !important;
	}
	/**/

	.top .top-sale {
		margin: 0;
		padding: 50px 0 0 0;
		background: #cae9f7;
	}

	.top .top-sale .top-sale__next {
		display: none;
	}

	.top .top-sale .inner {
		width: auto;
		height: 470px;
		margin: 0 10px 0 10px;
	}

	.top .top-sale .top-sale__jisseki-no1 {
		display: none;
	}

	.top .top-sale h3 {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: 15px 10px 15px 0;
		font-size: 1.8rem;
		font-weight: 400;
		color: #ffffff;
		line-height: 1.6;
		text-align: center;
		text-indent: -2em;
	}
	
	.top .top-sale h3 .icon {
		display: inline-block;
		padding: 0 0 0 75px;
		background: url(../../assets/images/top/top-sale_jisseki_sale-icon01.png) no-repeat;
		background-position: left 15px bottom;
		background-size: auto 50px;
	}
	
	.top .top-sale .top-sale__sale-list {
		box-sizing: border-box;
		width: calc(100% - 20px);
		height: auto;
		margin: 0;
		padding: 12px 10px 30px 10px;
		position: absolute;
		background: #ffffff;
		border: none;
	}
	
	.top .top-sale .top-sale__sale-list__item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: auto;
		margin: 0;
		padding: 15px 15px 15px 50px;
		background-image: url(../../assets/images/top/top-sale_jisseki_sale-icon02.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 26px auto;
		font-size: 1.2rem;
		font-weight: 500;
		text-align: left;
		color: #80705c;
		line-height: 1;
	}

	.top .top-sale .top-sale__sale-list__item::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		border-bottom: dotted 2px #a5b4d8;
	}
	
	.top .top-sale .top-sale__sale-list__item dt {
		width: 11em;
		margin: 0;
		padding: 0;
	}
	
	.top .top-sale__sale-list__item dd {
		width: 2em;
		margin: 0;
		padding: 0;
	}

	.top .top-sale .top-sale__sale-list__item dd:first-of-type {
		width: 10em;
		margin: 0;
		padding: 0;
	}
}

/*==================================
	.top-sale sp
==================================*/
@media only screen and (max-width: 767px) {
	/* slick*/
	.top .top-sale .slick-list {
		height: 260px !important;
	}
	/**/

	.top .top-sale {
		margin: 0;
		padding: 50px 0 0 0;
		background: #cae9f7;
	}

	.top .top-sale .top-sale__next {
		display: none;
	}

	.top .top-sale .inner {
		width: auto;
		height: 460px;
		margin: 0 10px 0 10px;
	}

	.top .top-sale .top-sale__jisseki-no1 {
		display: none;
	}

	.top .top-sale h3 {
		display: block;
		padding: 15px 0 15px 8px;
		font-size: 1.75rem;
		font-weight: 400;
		color: #ffffff;
		line-height: 1.6;
		text-align: center;
		text-indent: -1.5em;
	}
	
	.top .top-sale h3 .icon {
		display: inline-block;
		padding: 0 0 0 75px;
		background: url(../../assets/images/top/top-sale_jisseki_sale-icon01.png) no-repeat;
		background-position: left 15px bottom 0.2em;
		background-size: auto 50px;
	}
	
	.top .top-sale .top-sale__sale-list {
		box-sizing: border-box;
		width: calc(100% - 20px);
		height: auto;
		margin: 0 auto;
		padding: 10px 10px 30px 10px;
		position: absolute;
		background: #ffffff;
		border: none;
	}
	
	.top .top-sale .top-sale__sale-list__item {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		box-sizing: border-box;
		width: auto;
		height: auto;
		margin: 0;
		padding: 15px 15px 15px 50px;
		background-image: url(../../assets/images/top/top-sale_jisseki_sale-icon02.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 25px auto;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
		color: #80705c;
		line-height: 1;
	}

	.top .top-sale .top-sale__sale-list__item::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		border-bottom: dotted 2px #a5b4d8;
	}
	
	.top .top-sale .top-sale__sale-list__item dt {
		width: 33vw;
		margin: 0;
		padding: 0;
	}
	
	.top .top-sale .top-sale__sale-list__item dd {
		width: 8vw;
		margin: 0;
		padding: 0;
	}

	.top .top-sale .top-sale__sale-list__item dd:first-of-type {
		width: 30vw;
		margin: 0;
		padding: 0;
	}
}

/* other width */
@media only screen and (min-width: 768px) and (max-width: 949px){
	/* slick*/
	.slider {
		display: none;
	}

	.slider.slick-initialized {
		display: block;
	}

	.top .top-sale .slider-item {
		width: auto;
		height: auto;
		line-height: 1;
	}

	.top .top-sale .slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		height: 314px !important;
		margin: 0;
		padding: 0;
		border: none;
	}
	/**/

	.top .top-sale {
		width: auto;
		margin: 0;
	}

	.top .top-sale .inner {
		width: calc(100% - 12vw);
		height: 590px;
		margin: 0 6vw;
	}

	.top .top-sale .top-sale__jisseki-no1 {
		position: absolute;
		top: -7.5vw;
		left: -5vw;
		display: block;
		width: 18.5vw;
		height: 18.5vw;
	}

	.top .top-sale h3 {
		display: block;
		padding: 0.8em 1em 0.7em 4.8em;
		font-size: 2.6rem;
		font-weight: 500;
		color: #ffffff;
		line-height: 1.5;
		text-align: center;
		text-indent: -2em;
	}

	.top .top-sale h3 .icon {
		display: inline-block;
		padding: 0 0 0 3.8em;
		background: url(../../assets/images/top/top-sale_jisseki_sale-icon01.png) no-repeat;
		background-position: left bottom;
		background-size: contain;
		vertical-align: bottom;
		overflow: visible;
	}

	.top .top-sale .top-sale__sale-list {
		box-sizing: border-box;
		width: auto;
		height: auto;
		margin: 0;
		padding: 3em 0 5em 0;
	}

	.top .top-sale .top-sale__sale-list__item {
		justify-content: flex-start;
		align-items: center;
		margin: 0 5vw;
		padding: 0;
		background: none;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: left;
		color: #80705c;
		line-height: 1;
	}

	.top .top-sale .top-sale__sale-list__item dt {
		display: block;
		box-sizing: border-box;
		width: 32vw;
		margin: 0 1em 0 3em;
		padding: 0.9em 0 0.9em 8.25vw;
		background-image: url(../../assets/images/top/top-sale_jisseki_sale-icon02.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 2em auto;
		text-align: left;
	}

	.top .top-sale .top-sale__sale-list__item dd {
		box-sizing: border-box;
		width: 10vw;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.top .top-sale .top-sale__sale-list__item dd:first-of-type {
		box-sizing: border-box;
		width: 20vw;
		margin: 0 1em 0 0;
		padding: 0;
		text-align: left;
	}
}

/* #voice
----------------------------------*/

.top #voice {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f3f3f3;
	text-align: center;
}

.top #voice .inner {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

.top #voice h2 {
	margin: 0;
	font-size: 2.8rem;
}

.top #voice::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #83ae99;
}

.top #voice::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #c1d89f;
}

/*-- swiper setting --*/

.top #voice-slide-box {
	position: relative;
}

.top #voice .swiper-container {
	padding: 1.25rem !important;
}

.top #voice .swiper-slide {
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	background: #ffffff;
}

.top #voice .swiper-pagination {
  left: 50%;
  bottom: -40px !important;
  transform: translateX(-50%);
}
.top #voice .swiper-pagination-bullet {
  margin: 0 4px;
}

.top #voice .swiper-button-next {
	right: -10px;
	transform: translateX(100%);
}

.top #voice .swiper-button-prev {
	left: -10px;
	transform: translateX(-100%);
}

/*----*/

.top #voice #voice-slide-box .swiper-slide {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.top #voice {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #f3f3f3;
	}
	
	.top #voice .inner {
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	.top #voice h2 {
		margin: 0;
		font-size: 2rem;
	}
	
	.top #voice::before {
		position: absolute;
		top: -5px;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background: #83ae99;
	}
	
	.top #voice::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background: #c1d89f;
	}
}

/* #aboutus
----------------------------------*/

.top #aboutus {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 3.2rem;
	text-align: center;
}

.top #aboutus::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	width: auto;
	height: 2vh;
	border-style: solid;
	border-width: 0 50vw 10vh 50vw;
	border-color: #14a064 #14a064 transparent #14a064;
	z-index: +1;
}

.top #aboutus::after {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	display: block;
	content: "";
	width: auto;
	height: 1vh;
	border-style: solid;
	border-width: 0 50vw 10vh 50vw;
	border-color: #fff #fff transparent #fff;
	z-index: +2;
}

/*
.top #aboutus::before {
	position: absolute;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 107px;
	background: transparent url(../images/top/aboutus-01_top_tri_bg.svg);
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: +1;
}*/

/* aboutus-01 */
.top #aboutus .aboutus-01 {
	position: relative;
	box-sizing: border-box;
	padding: 15vw 20px 10vw 20px;
	background: no-repeat url("../images/top/aboutus-01_bg.jpg");
	background-position: top center;
	background-size: cover;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
}

.top #aboutus .aboutus-01 .inner {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.top #aboutus .aboutus-01 .aboutus-01__company-photo {
	width: auto;
}

.top #aboutus .aboutus-01 .aboutus-01__company-photo img {
	width: 418px;
	height: auto;
}

.top #aboutus .aboutus-01 .aboutup-01__company-txt {
	padding-top: 0.5em;
	padding-left: 1.2em;
}

.top #aboutus .aboutus-01 .aboutup-01__company-txt h2 {
	margin-bottom: 0.5em;
	font-size: 4rem;
	color: #003523;
	line-height: 1.4;
}

.top #aboutus .aboutus-01 .aboutup-01__company-txt h2 span {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #039953;
	text-decoration: none;
}

.top #aboutus .aboutus-01 .aboutup-01__company-txt p {
	font-size: 2rem;
	font-weight: bold;
	color: #003523;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

/* aboutus-02 */
.top #aboutus .aboutus-02 {
	padding: 80px 0;
	background: url(../images/top/aboutus-02_bg.jpg);
	background-size: cover;
}

.top #aboutus .aboutus-02 .inner {
	width: 950px;
	margin: 0 auto;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px auto;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a {
	display: block;
	width: 450px;
	border-radius: 18px;
	background: #ffffff;
	font-size: 30px;
	font-weight: bold;
	color: #00483e;
	line-height: 1.2;
	box-shadow: 0 6px 9px -4px rgba(10, 10, 10, 0.1),
	0 6px 10px 5px rgba(10, 10, 10, 0.08);
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a i {
	padding-left: 0.25em;
	font-weight: normal;
	color: #039953;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	transition: all 0.3s;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a figure img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a .aboutus-list__title {
	padding: 0.8em 0;
	line-height: 1.2;
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a .aboutus-list__title span {
	display: inline-block;
	background:linear-gradient(transparent 70%, #ffeb00 70%);
}

.top #aboutus .aboutus-02 .aboutus-02__about-nav a:hover {
	opacity: 0.85;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery {}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a {
	position: relative;
	display: block;
	border-radius: 18px;
	background: none;
	box-shadow: 0 6px 9px -4px rgba(10, 10, 10, 0.1),
	0 6px 10px 5px rgba(10, 10, 10, 0.08);
	color: #ffffff;
	overflow: hidden;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .txt-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 410px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 100;
	transition: all 0.2s ease-in-out;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a:hover .txt-item {
	opacity: 0.85;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(46,23,0,0.85);
	width: 100%;
	height: 240px;
	text-align: center;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text::before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 390px;
	height: 220px;
	border: 1px solid #ffffff;
	opacity: 0.5;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text p {
	display: block;
	width: 100%;
	line-height: 1.5;
	text-align: center;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .en {
	display: block;
	margin: 0 auto;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .ja {
	display: block;
	margin: 0 auto 0.5em auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #f6e8b8;
	letter-spacing: 0.05em;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .link-title {
	display: inline-block;
	margin: 0 auto;
	padding: 0.5em 1.5em 0.5em 2em;
	border-radius: 1.5em;
	background: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	color: #372a1e;
	letter-spacing: 0.08em;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .link-title i {
	padding-left: 0.8em;
	color: #cec098;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 950px;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .photo-item {
	width: 50%;
	height: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	background-color: #231816;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.7;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show2 {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	background-color: #231816;
}

.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.7;
}
  
@media only screen and (max-width: 767px) {
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery {}

	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a {
		position: relative;
		display: block;
		border-radius: 18px;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .txt-item {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		z-index: 100;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text {
		position: relative;
		display: flex;
		align-items: center;
		background: rgba(46,23,0,0.85);
		width: 290px;
		height: 200px;
		text-align: center;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text::before {
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		content: "";
		box-sizing: border-box;
		width: 270px;
		height: 180px;
		border: 1px solid #ffffff;
		opacity: 0.35;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text p {
		display: block;
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .en {
		display: block;
		margin: 0 auto;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .ja {
		display: block;
		margin: 0 auto 0.5em auto;
		font-size: 1.4rem;
		font-weight: bold;
		color: #f6e8b8;
		letter-spacing: 0.05em;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .link-title {
		display: inline-block;
		margin: 0 auto;
		padding: 0.5em 1.3em 0.5em 1.8em;
		border-radius: 1.5em;
		background: #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		color: #372a1e;
		letter-spacing: 0.05em;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #center-text .link-title i {
		padding-left: 0.8em;
		color: #cec098;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .photo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 0;
		max-width: auto;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a .photo-item {
		width: 100%;
		height: 200px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show {
		width: 100%;
		height: 100%;
		padding: 0;
		position: relative;
		background-color: #231816;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0.7;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show2 {
		width: 100%;
		height: 100%;
		padding: 0;
		position: relative;
		background-color: #231816;
	}
	
	.top #aboutus .aboutus-02 .aboutus-02__reform-gallery a #slide-show2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0.7;
	}
}

@media only screen and (max-width: 767px) {
	.top #aboutus {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 3.2rem;
		text-align: center;
	}
	
	.top #aboutus::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		content: "";
		width: auto;
		height: 8px;
		border-style: solid;
		border-width: 0 50vw 5vh 50vw;
		border-color: #14a064 #14a064 transparent #14a064;
		z-index: +1;
	}
	
	.top #aboutus::after {
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
		display: block;
		content: "";
		width: auto;
		height: 8px;
		border-style: solid;
		border-width: 0 50vw 5vh 50vw;
		border-color: #cae9f7 #cae9f7 transparent #cae9f7;
		z-index: +2;
	}
	
	/* aboutus-01 */
	.top #aboutus .aboutus-01 {
		position: relative;
		box-sizing: border-box;
		padding: 85px 0 60px 0;
		background: no-repeat url("../images/top/aboutus-01_bg.jpg");
		background-position: bottom left -20px;
		background-size: 200% auto;
		border: none;
	}
	
	.top #aboutus .aboutus-01 .inner {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	
	.top #aboutus .aboutus-01 .aboutus-01__company-photo {
		width: auto;
		text-align: center;
	}
	
	.top #aboutus .aboutus-01 .aboutus-01__company-photo img {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	.top #aboutus .aboutus-01 .aboutup-01__company-txt {
		padding: 1em 0.6em 0.2em 0.6em;
	}
	
	.top #aboutus .aboutus-01 .aboutup-01__company-txt h2 {
		margin-bottom: 0.5em;
		padding: 0;
		font-size: 2.2rem;
		color: #003523;
		line-height: 1.4;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	
	.top #aboutus .aboutus-01 .aboutup-01__company-txt h2 span {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		color: #039953;
		text-decoration: none;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	
	.top #aboutus .aboutus-01 .aboutup-01__company-txt p {
		font-size: 1.4rem;
		font-weight: bold;
		color: #003523;
		line-height: 1.6;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}

	/* aboutus-02 */
	.top #aboutus .aboutus-02 {
		padding: 60px 0;
		background: url(../images/top/aboutus-02_bg.jpg);
		background-size: auto 120%;
		background-position: -35px -70px;
	}

	.top #aboutus .aboutus-02 .inner {
		width: auto;
		margin: 0 20px;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav {
		display: block;
		margin: 0 auto;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav li {
		margin-bottom: 30px;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a {
		display: block;
		width: auto;
		border-radius: 18px;
		background: #ffffff;
		color: #00483e;
		line-height: 1.2;
		box-shadow: 0 6px 9px -4px rgba(10, 10, 10, 0.1),
		0 6px 10px 5px rgba(10, 10, 10, 0.08);
		overflow: hidden;
		transition: all 0.3s ease-out;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a i {
		padding-left: 0.25em;
		font-weight: normal;
		color: #039953;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a figure {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 185px;
		overflow: hidden;
		transition: all 0.3s;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a figure img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a .aboutus-list__title {
		padding: 0.8em 0;
		line-height: 1.2;
		font-size: 2rem;
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a .aboutus-list__title span {
		display: inline-block;
		background:linear-gradient(transparent 75%, #ffeb00 75%);
	}

	.top #aboutus .aboutus-02 .aboutus-02__about-nav a:hover {
		opacity: 0.85;
	}
}

/* #recommend
----------------------------------*/

.top #recommend {
	background: url(../images/top/woodw_bg.png);
	background-repeat: repeat;
}

.top #recommend .inner {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

.top #recommend h2 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 0 0 50px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
}

.top #recommend > .inner > #recommendList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.top #recommend > .inner > #recommendList01 li {
	display: block;
	width: 47.5%;
	margin-bottom: 42px;
}

.top #recommend > .inner > #recommendList01 > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #666666;
	text-decoration: none;
	color: #333333;
	transition: background 0.1s ease-out 0s;
}

.top #recommend > .inner > #recommendList01 > li > a > .icon-recommend {
	position: absolute;
	width: 12em;
	top: 4px;
	left: -3.7em;
	display: inline-block;
	padding: 16px 0 6px 0;
	background: #e71f19;
	text-transform: uppercase;
	transform: rotate(330deg);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	z-index: 1000;
}

.top #recommend > .inner > #recommendList01 > li > a:hover {
	background: #fffddf;
}

.top #recommend > .inner > #recommendList01 > li > a h2:hover {
	text-decoration: none;
}

.top #recommend > .inner > #recommendList01 > li > a > h3 {
	margin: 0 0 15px 0;
	padding: 6px 12px;
	background: #8cc9e6;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	color: #096bac;
	text-align: center;
}

.top #recommend > .inner > #recommendList01 > li > a > h3:hover {
	text-decoration: none;
}

.top #recommend > .inner > #recommendList01 > li > a > .photo {
	box-sizing: border-box;
	position: relative;
	width: auto;
	margin: 0 15px 15px 15px;
	padding: 0;
	background: #f3f3f3;
	text-align: center;
	z-index: 100;
}

.top #recommend > .inner > #recommendList01 > li > a > .photo > .imgFile {
	margin: 0;
	padding: 0;
	max-width: 390px;
	max-height: 292px;
	text-align: center;
	overflow: hidden;
}

.top #recommend > .inner > #recommendList01 > li > a > .photo img {
	vertical-align: top;
	max-width: auto;
	max-height: auto;
	width: auto;
	height: 292px;
	margin: 0 auto;
	object-fit: contain;
}

.top #recommend > .inner > #recommendList01 > li > a > .photo > .icon-tyuko-mansion {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 7px 10px;
	background: #e98b24;
	font-size: 1.6rem;
	color: #ffffff;
}

.top #recommend > .inner > #recommendList01 > li > a > .info {
	margin-bottom: 1em;
	font-size: 1.6rem;
	color: #023994;
	line-height: 1.4;
	text-align: left;
}

.top #recommend > .inner > #recommendList01 > li > a dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

.top #recommend > .inner > #recommendList01 > li > a dl dt {
	margin: 0;
	padding: 0;
	color: #afafaf;
	text-align: left;
}

.top #recommend > .inner > #recommendList01 > li > a dl dd {
	margin: 0;
	padding: 0 0 0 1em;
	color: #515151;
	text-align: left;
}

.top #recommend > .inner > #recommendList01 > li > a dl .price {
	font-weight: bold;
	color: #ff4800;
}

.top #recommend > .inner > #recommendList01 > li > a dl .price .big {
	font-size: 1.6rem;
}

.top #recommend > .inner > #recommendList01 > li > a .col1 {
	display: block;
}

.top #recommend > .inner > #recommendList01 > li > a .col2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.top #recommend > .inner > #recommendList01 > li > a .col2 dl {
	width: 53%;
	margin-bottom: 0;
}

.top #recommend > .inner > #recommendList01 > li > a .col2 dl:last-child {
	width: 44%;
}

/**/

/* #recommend
----------------------------------*/

.top #recommend {
	position: relative;
	background: url(../images/top/woodw_bg.png);
	background-repeat: repeat;
}

.top #recommend .inner {
	width: 950px;
	margin: 0 auto;
	padding: 120px 0 150px 0;
	text-align: center;
}

.top #recommend > .inner > h2 {
	display: inline-block;
	position: relative;
	margin: 0 auto 90px auto;
	padding: 0 65px 0 65px;
	font-weight: bold;
	font-size: 4.2rem;
	color: #039953;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}

.top #recommend > .inner > h2 .en {
	display: block;
	font-size: 2.6rem;
}

.top #recommend > .inner > h2::before,
.top #recommend > .inner > h2::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 2px;
    border-bottom: solid 2px;
}

.top #recommend > .inner > h2::before {
    border-left: solid 2px;
    left: 0;
}

.top #recommend > .inner > h2::after {
    border-right: solid 2px;
    right: 0;
}

.top #recommend > .inner .recommend_link-more {
	margin-top: 60px;
}

.top #recommend > .inner .recommend_link-more a {
	padding: 0.5em 1.6em;
	border: 2px solid #41220f;
	border-radius: 1em;
	font-size: 2.6rem;
	font-weight: bold;
	color: #41220f;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.top #recommend > .inner .recommend_link-more a span {
	padding-left: 0.5em;
}

.top #recommend > .inner .recommend_link-more a:hover {
	background: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.top #recommend .inner {
		width: auto;
		margin: 0 auto;
		padding: 80px 20px 90px 20px;
	}

	.top #recommend > .inner > h2 {
		display: inline-block;
		position: relative;
		margin: 0 auto 50px auto;
		padding: 0 45px 0 45px;
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.3;
	}
	
	.top #recommend > .inner > h2 .en {
		display: block;
		font-size: 1.6rem;
	}
	
	.top #recommend > .inner > h2::before,
	.top #recommend > .inner > h2::after {
		position: absolute;
		top: -3px;
		width: 10px;
		height: 100%;
		content: '';
		border-top: solid 2px;
		border-bottom: solid 2px;
	}
	
	.top #recommend > .inner > h2::before {
		border-left: solid 2px;
		left: 0;
	}
	
	.top #recommend > .inner > h2::after {
		border-right: solid 2px;
		right: 0;
	}

	.top #recommend > .inner .recommend_link-more {
		margin-top: 30px;
	}

	.top #recommend > .inner .recommend_link-more a {
		padding: 0.5em 1.6em;
		border: 2px solid #41220f;
		border-radius: 1em;
		font-size: 2rem;
	}

	.top #recommend > .inner .recommend_link-more a span {
		padding-left: 0.5em;
	}

	.top #recommend > .inner > #recommendList01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.top #recommend > .inner > #recommendList01 li {
		display: block;
		width: 100%;
		margin-bottom: 32px;
	}

	.top #recommend > .inner > #recommendList01 > li > a {
		position: relative;
		display: block;
		overflow: hidden;
		height: 100%;
		padding: 15px;
		background: #ffffff;
		border: 1px solid #666666;
		text-decoration: none;
		color: #333333;
		transition: background 0.1s ease-out 0s;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a > .icon-recommend {
		position: absolute;
		width: 12em;
		top: 4px;
		left: -3.7em;
		display: inline-block;
		padding: 16px 0 6px 0;
		background: #e71f19;
		text-transform: uppercase;
		transform: rotate(330deg);
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		z-index: 1000;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a:hover {
		background: #fffddf;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a h2:hover {
		text-decoration: none;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a > h3 {
		margin: 0 0 15px 0;
		padding: 6px 10px;
		background: #8cc9e6;
		font-size: 1.6rem;
		font-weight: bold;
		color: #096bac;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a > h3:hover {
		text-decoration: none;
	}

	.top #recommend > .inner > #recommendList01 > li > a > .photo {
		position: relative;
		margin: 0 10px 15px 10px;
		padding: 0;
		text-align: center;
		background: #f3f3f3;
		z-index: 100;
	}

	.top #recommend > .inner > #recommendList01 > li > a > .photo > .imgFile {
		margin: 0;
		padding: 0;
		max-width: 300px;
		max-height: 225px;
		margin: 0 auto;
		text-align: center;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a > .photo img {
		vertical-align: top;
		max-width: auto;
		max-height: auto;
		width: auto;
		max-height: 210px;
		margin: 0 auto;
		object-fit: contain;
	}

	.top #recommend > .inner > #recommendList01 > li > a > .photo > .icon-tyuko-mansion {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 7px 10px;
		background: #e98b24;
		font-size: 1.4rem;
		color: #ffffff;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a > .info {
		margin-bottom: 1em;
		font-size: 1.4rem;
		color: #023994;
		line-height: 1.4;
		text-align: left;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a dl dt {
		margin: 0;
		padding: 0;
		color: #afafaf;
		text-align: left;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a dl dd {
		margin: 0;
		padding: 0 0 0 1em;
		color: #515151;
		text-align: left;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a dl .price {
		font-weight: bold;
		color: #ff4800;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a dl .price .big {
		font-size: 1.4rem;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a .col1 {
		display: block;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a .col2 {
		display: block;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.top #recommend > .inner > #recommendList01 > li > a .col2 dl {
		width: auto;
		margin-bottom: 0.5em;
	}

	.top #recommend > .inner > #recommendList01 > li > a .col2 dl:last-child {
		width: 100%;
	}
	
}

/*.top #recommend > .inner > #recommendList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top #recommend > .inner > #recommendList > li {
	width: 460px;
	margin: 0 0 30px 0;
}

.top #recommend > .inner > #recommendList > li:first-child {}

.top #recommend > .inner > #recommendList > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #656766;
	text-decoration: none;
	color: #333333;
	transition: background 0.1s ease-out 0s;
}

.top #recommend > .inner > #recommendList > li > a:hover {
	background: #fffddf;
}

.top #recommend > .inner > #recommendList > li > a h2:hover {
	text-decoration: none;
}

.top #recommend > .inner > #recommendList > li > a .recommend-tag {
    width: 400px;
	transform: rotate(-30deg);
    transform-origin: top center;
    position: absolute;
    top: 8px;
    left:calc( -400px / 2 + 28px );
    padding: 18px calc( 400px / 2 - 36px * 1.414 );
    box-sizing: border-box;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	z-index: 100;
}

.top #recommend > .inner > #recommendList > li > a .recommend-tag::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 40px;
	background: #e60012;
	z-index: -1;
}

.top #recommend > .inner > #recommendList > li > a > .photo {
	position: relative;
	width: 94%;
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}

.top #recommend > .inner > #recommendList > li > a > .photo img {
	vertical-align: top;
	max-width: auto;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.top #recommend > .inner > #recommendList > li > a > .photo .type {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0.5em;
	background: #e98b24;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: normal;
}

.top #recommend > .inner > #recommendList > li > a > ul.icon {
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

.top #recommend > .inner > #recommendList > li > a > .icon > li {
	display: inline-block;
	min-width: 5.5em;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.top #recommend > .inner > #recommendList > li > a > .icon > li {
	margin: 0 5px;
}

.top #recommend > .inner > #recommendList > li > a > .icon > .new {
	background: #fff33b;
}

.top #recommend > .inner > #recommendList > li > a > .icon > #recommend {
	background: #ff3d5d;
	color: #ffffff;
}

.top #recommend > .inner > #recommendList > li h2 {
	margin: 0;
	padding: 2px 10px;
	background: #a0d8f2;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	color: #2e6eaa;
	text-align: center;
}

.top #recommend > .inner > #recommendList > li h2:hover {
	text-decoration: none;
}

.top #recommend > .inner > #recommendList > li .info {
	margin: 10px 0;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #023994;
	text-align: left;
}

.top #recommend > .inner > #recommendList > li dl {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

.top #recommend > .inner > #recommendList > li dt {
	float: left;
	width: 90px;
	margin: 0;
	padding: 0;
	color: #8b8b8b;
}

.top #recommend > .inner > #recommendList > li dt:first-child {
	margin-top: 7px;
}

.top #recommend > .inner > #recommendList > li dd {
	margin: 0;
	padding: 0 0 4px 50px;
}

.top #recommend > .inner > #recommendList > li .price {
	font-weight: bold;
	color: #ff4800;
}

.top #recommend > .inner > #recommendList > li .price .big {
	font-size: 18px;
}

.top #recommend > .inner .recommend_link-more {
	margin-top: 60px;
}

.top #recommend > .inner .recommend_link-more a {
	padding: 0.5em 1.6em;
	border: 2px solid #41220f;
	border-radius: 1em;
	font-size: 2.6rem;
	font-weight: bold;
	color: #41220f;
	transition: all 0.3s ease-out;
}

.top #recommend > .inner .recommend_link-more a span {
	padding-left: 0.5em;
}

.top #recommend > .inner .recommend_link-more a:hover {
	background: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.top #recommend {
		position: relative;
	}
	
	.top #recommend .inner {
		width: auto;
		margin: 0 auto;
		padding: 80px 20px 90px 20px;
	}
	
	.top #recommend > .inner > h2 {
		display: inline-block;
		position: relative;
		margin: 0 auto 50px auto;
		padding: 0 45px 0 45px;
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.3;
	}
	
	.top #recommend > .inner > h2 .en {
		display: block;
		font-size: 1.6rem;
	}
	
	.top #recommend > .inner > h2::before,
	.top #recommend > .inner > h2::after {
		position: absolute;
		top: -3px;
		width: 10px;
		height: 100%;
		content: '';
		border-top: solid 2px;
		border-bottom: solid 2px;
	}
	
	.top #recommend > .inner > h2::before {
		border-left: solid 2px;
		left: 0;
	}
	
	.top #recommend > .inner > h2::after {
		border-right: solid 2px;
		right: 0;
	}

	.top #recommend > .inner > #recommendList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.top #recommend > .inner > #recommendList > li {
		width: 460px;
		margin: 0 0 30px 0;
	}
	
	.top #recommend > .inner > #recommendList > li:first-child {}
	
	.top #recommend > .inner > #recommendList > li > a {
		position: relative;
		display: block;
		overflow: hidden;
		height: 100%;
		padding: 15px;
		background: #ffffff;
		border: 1px solid #656766;
		text-decoration: none;
		color: #333333;
		transition: background 0.1s ease-out 0s;
	}
	
	.top #recommend > .inner > #recommendList > li > a:hover {
		background: #fffddf;
	}
	
	.top #recommend > .inner > #recommendList > li > a h2:hover {
		text-decoration: none;
	}
	
	.top #recommend > .inner > #recommendList > li > a .recommend-tag {
		width: 400px;
		transform: rotate(-30deg);
		transform-origin: top center;
		position: absolute;
		top: 8px;
		left:calc( -400px / 2 + 28px );
		padding: 18px calc( 400px / 2 - 36px * 1.414 );
		box-sizing: border-box;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #ffffff;
		z-index: 100;
	}
	
	.top #recommend > .inner > #recommendList > li > a .recommend-tag::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 400px;
		height: 40px;
		background: #e60012;
		z-index: -1;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .photo {
		position: relative;
		width: 94%;
		margin: 0 auto 15px auto;
		padding: 0;
		text-align: center;
		overflow: hidden;
		text-align: center;
		z-index: 10;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .photo .type {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 0.5em;
		background: #e98b24;
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: normal;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .photo img {
		vertical-align: top;
		max-width: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.top #recommend > .inner > #recommendList > li > a > ul.icon {
		margin: 10px 0;
		padding: 0;
		text-align: center;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .icon > li {
		display: inline-block;
		min-width: 5.5em;
		font-size: 12px;
		line-height: 20px;
		vertical-align: middle;
		text-align: center;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .icon > li {
		margin: 0 5px;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .icon > .new {
		background: #fff33b;
	}
	
	.top #recommend > .inner > #recommendList > li > a > .icon > #recommend {
		background: #ff3d5d;
		color: #ffffff;
	}
	
	.top #recommend > .inner > #recommendList > li h2 {
		margin: 0;
		padding: 4px 10px;
		background: #a0d8f2;
		font-size: 1.6rem;
		font-weight: bold;
		text-decoration: none;
		color: #2e6eaa;
		text-align: center;
	}
	
	.top #recommend > .inner > #recommendList > li h2:hover {
		text-decoration: none;
	}
	
	.top #recommend > .inner > #recommendList > li .info {
		margin: 10px 0;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #023994;
		text-align: left;
	}

	.top #recommend > .inner > #recommendList > li dl {
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
	}
	
	.top #recommend > .inner > #recommendList > li dt {
		float: left;
		width: 90px;
		margin: 0;
		padding: 0;
		color: #8b8b8b;
	}
	
	.top #recommend > .inner > #recommendList > li dt:first-child {
		margin-top: 7px;
	}
	
	.top #recommend > .inner > #recommendList > li dd {
		margin: 0;
		padding: 0 0 4px 50px;
	}
	
	.top #recommend > .inner > #recommendList > li .price {
		font-weight: bold;
		color: #ff4800;
	}
	
	.top #recommend > .inner > #recommendList > li .price .big {
		font-size: 1.6rem;
	}

	.top #recommend > .inner .recommend_link-more {
		margin-top: 30px;
	}
	
	.top #recommend > .inner .recommend_link-more a {
		padding: 0.5em 1.6em;
		border: 2px solid #41220f;
		border-radius: 1em;
		font-size: 2rem;
	}
	
	.top #recommend > .inner .recommend_link-more a span {
		padding-left: 0.5em;
	}
}

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

.top #company {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

.top #company::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #83ae99;
}

.top #company::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #c1d89f;
}

.top #company .inner {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

.top #company .inner h2 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 0 0 50px;
	background: url(../images/top/star_g_icon.png) no-repeat left center;
	font-size: 3rem;
	line-height: 1.4;
	text-align: left;
}

.top #company ul {
	display: flex;
	justify-content: space-between;
}

.top #company ul li {
	width: 460px;
	padding: 0;
	background: #f3f3f3;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.top #company {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.top #company::before {
		position: absolute;
		top: -5px;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background: #83ae99;
	}
	
	.top #company::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background: #c1d89f;
	}
	
	.top #company .inner {
		width: auto;
		margin: 0 auto;
		padding: 30px 10px 0 10px;
	}
	
	.top #company .inner h2 {
		position: relative;
		margin: 0 0 15px 0;
		padding: 0 0 0 30px;
		background: url(../images/top/star_g_icon.png) no-repeat left 1px;
		background-size: 23px auto;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	
	.top #company ul {
		display: block;
		justify-content: space-around;
	}
	
	.top #company ul li {
		width: auto;
		margin: 10px 0 0 0;
		padding: 0;
		font-size: 1.8rem;
	}
}

/* #staff
----------------------------------*/

#contents #staffBox #pageTit {
	width: 100%;
	margin: 0 auto 60px auto;
	background: #006835;
	text-align: center;
}

#contents #staffBox #pageTit h1 {
	width: 950px;
	margin: 0 auto;
	padding: 0.5em 0 0.4em 0;
	color: #ffffff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
}

#staff {
	margin: 0;
	padding: 0;
	background: #f6faed;
	background: none;
}

#staff h2 {
	margin: 0;
	padding: 0;
}

#staff > ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	text-align: center;
}

#staff > ul > li {
	display: inline-block;
	margin: 0 10px 25px 10px;
	padding: 0;
	background: #f2f5f8;
	text-align: left;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
	vertical-align: top;
}

#staff > ul > li .photo {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0;
}

#staff > ul > li .photo img {
	width: 420px;
	height: auto;
	vertical-align: top;
}

#staff > ul > li h3 {
	margin: 0;
	padding: 10px;
	background: #3e3e3e;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
}

#staff > ul > li h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #cacaca;
}

#staff > ul > li .message {
	padding: 15px;
	background: #ffffff;
}

#staff > ul > li .message h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 23px;
	background: url(../images/staff/message_icon.png) no-repeat left center;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
}

#staff > ul > li .message p {
	margin: 0;
	padding: 0;
}

#staff > ul > li .profile {
	margin: 0;
	padding: 15px;
	color: #3d4d5d;
}

#staff > ul > li .profile h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/staff/profile_icon.png) no-repeat left center;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
}

#staff > ul > li .profile ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}

#staff > ul > li .profile ul li {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

#staff > ul > li .profile ul li span {
	padding: 0 2px;
	color: #b2bfcd;
}

@media only screen and (max-width: 767px) {
	#contents #staffBox #pageTit {
		width: 100%;
		margin: 0 auto 35px auto;
		background: #006835;
		text-align: center;
	}
	
	#contents #staffBox #pageTit h1 {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
}

#contents #main #staff .staff-list {
	margin: 0 0 60px 0;
	width: 100%;
}

#contents #main #staff .staff-list h2 {
	position: relative;
	margin: 0 0 0.8em 0;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #006535;
	letter-spacing: 0.2em;
	border-bottom: 3px solid #dddede;
}

#contents #main #staff .staff-list h2::after {
	position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #006535;
}

#contents #main #staff .staff-list .staff-message {
	margin: 20px 0 0 0;
	font-size: 1.8rem;
	line-height: 1.6;
}

#contents #main #staff .staff-list .staff-list__profile {
	display: flex;
	justify-content: flex-start;
}

#contents #main #staff .staff-list .staff-list__profile .photo {
	box-sizing: border-box;
	width: 45%;
	margin-right: 40px;
}

#contents #main #staff .staff-list .staff-list__profile .photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

#contents #main #staff .staff-list .staff-list__profile .detail {
	width: 54%;
}

#contents #main #staff .staff-list h3.hitokoto {
	display: inline-block;
    padding: 0.4em 1em 0.4em 1em;
    background: #e98b23;
    color: #ffffff;
	font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#contents #main #staff .staff-list .staff-list__profile .detail h3.profile {
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #221614;
}

#contents #main #staff .staff-list .staff-list__profile .detail dl {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #dddede;
	font-size: 1.6rem;
	line-height: 1.5;
}

#contents #main #staff .staff-list .staff-list__profile .detail dl:first-of-type {
	border-top: 1px solid #dddede;
}

#contents #main #staff .staff-list .staff-list__profile .detail dl dt {
	width: 32%;
	padding: 0.8em 1em;
	background: #f6f6f5;
	font-weight: bold;
	color: #039953;
}

#contents #main #staff .staff-list .staff-list__profile .detail dl dd {
	width: 67%;
	padding: 0.8em;
}

@media only screen and (max-width: 767px) {
	#contents #main #staff .staff-list {
		margin: 0 0 60px 0;
		width: 100%;
	}
	
	#contents #main #staff .staff-list h2 {
		position: relative;
		margin: 0 0 0.8em 0;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.5;
		color: #006535;
		letter-spacing: 0.2em;
		border-bottom: 3px solid #dddede;
	}
	
	#contents #main #staff .staff-list h2::after {
		position: absolute;
		bottom: -3px;
		left: 0;
		z-index: 2;
		content: '';
		width: 20%;
		height: 3px;
		background-color: #006535;
	}
	
	#contents #main #staff .staff-list .staff-message {
		margin: 15px 0 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	#contents #main #staff .staff-list .staff-list__profile {
		display: block;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .photo {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .photo img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail {
		width: 100%;
	}
	
	#contents #main #staff .staff-list h3.hitokoto {
		display: inline-block;
		padding: 0.2em 0.8em 0.2em 0.8em;
		background: #e98b23;
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail h3.profile {
		display: inline-block;
		margin-top: 2em;
		margin-bottom: 1em;
		font-size: 1.6rem;
		font-weight: bold;
		color: #221614;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail dl {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #dddede;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail dl:first-of-type {
		border-top: 1px solid #dddede;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail dl dt {
		width: 100%;
		padding: 0.8em 1em;
		background: #f6f6f5;
		font-weight: bold;
		color: #039953;
	}
	
	#contents #main #staff .staff-list .staff-list__profile .detail dl dd {
		width: 100%;
		padding: 0.8em;
	}
}


/* #voice
----------------------------------*/

#voice .sample-block {
	text-align: left;
}

/* #useful
----------------------------------*/

.top #useful {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
}

.top #useful .title {
	padding: 15px 0;
	background: #129e63;
}

.top #useful .title h2 {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
}

.top #useful .title h2 span {
	color: #fff100;
}

.top #useful .inner {
	width: 950px;
	margin: 30px auto;
}

.top #useful h3 {
	margin: 0 0 15px 0;
	padding-left: 15px;
	border-left: 2px solid #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

.top #useful #category {
	margin: 0 0 40px -20px;
	text-align: left;
}

.top #useful #category li {
	display: inline-block;
	width: 215px;
	margin: 0 0 0 20px;
	line-height: 1.4;
	text-align: center;
}

.top #useful #category li a {
	display: block;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 3px solid #749a73;
	padding: 30px 0;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.top #useful #category li a:hover {
	background: #eff8db;
	color: #237021;
}

.top #useful #useful-list {
	margin: 0 0 30px 0;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top #useful #useful-list li {
	display: flex;
	align-items: center;
	width: 465px;
	margin: 0 0 12px 0;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #aaaaaa;
	background: #f8f8f8;
}

.top #useful #useful-list li a {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	text-decoration: none;
}

.top #useful #useful-list li a:hover {
	opacity: 0.8;
}

.top #useful #useful-list li a .img {
	align-self: center;
	width: 41%;
	max-width: 200px;
	height: auto;
	background: #ffffff;
	text-align: center;
	overflow: hidden;
}

.top #useful #useful-list li a .img img {
	width: 100%;
	height: auto;
}

.top #useful #useful-list li a .txt {
	align-self: center;
	width: 56%;
	margin: 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.top #useful {
		display: block;
		width: auto;
		min-width: auto;
		margin: 50px auto 60px auto;
	}
	
	.top #useful .title h2 {
		width: auto;
		margin: 0 auto;
		padding: 0;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	
	.top #useful .title h2 span {
		color: #fff100;
	}
	
	.top #useful .inner {
		width: auto;
		margin: 30px auto;
	}
	
	.top #useful h3 {
		margin: 0 0 15px 15px;
		padding-left: 15px;
		border-left: 2px solid #333333;
		font-size: 1.8rem;
	}
	
	.top #useful #category {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 10px 15px 10px;
	}
	
	.top #useful #category li {
		display: inline-block;
		width: 49%;
		margin: 0 0 10px 0;
	}
	
	.top #useful #category li a {
		display: block;
		border-radius: 10px;
		border: 2px solid #749a73;
		padding: 6px 0;
		font-size: 1.4rem;
	}
	
	/* useful-list */
	
	.top #useful #useful-list {
		display: block;
		margin: 0 0 30px 0;
		border-bottom: 1px solid #aaa;
	}
	
	.top #useful #useful-list li {
		display: block;
		width: auto;
		margin: 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
		line-height: 1.4;
		text-align: center;

	}
	
	.top #useful #useful-list li:nth-child(6),
	.top #useful #useful-list li:nth-child(7),
	.top #useful #useful-list li:nth-child(8) {
		display: none;
	}
	
	.top #useful #useful-list li a {
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start;
		padding: 10px;
	}
	
	.top #useful #useful-list li a:hover {
		opacity: 0.8;
	}

	.top #useful #useful-list li a .img {
		width: 40%;
		height: auto;
	}
	
	.top #useful #useful-list li a .img img {
		width: 100%;
		height: auto;
	}
	
	.top #useful #useful-list li a .txt {
		width: 55%;
		margin: 0 0 0 20px;
		padding-top: 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

/*------------------------------------------------------------------------------
	useful
------------------------------------------------------------------------------*/

#contents.sub #useful {
	display: flex;
	justify-content: space-between;
	width: 950px;
	min-width: 800px;
	margin: 35px auto;
}

#contents.sub #usefulSide {
	order: 2;
	width: 26%;
}

#contents.sub #usefulSide .usefulBox {
	margin-bottom: 25px;
}

#contents.sub #usefulSide .usefulBox:last-child {
	margin-bottom: 0;
}

#contents.sub #usefulSide .usefulBox h3 {
	margin: 0 0 0.6em 0;
	padding: 0.5em 0.5em 0.3em 0.5em;
	background: #90c320;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
}

#contents.sub #usefulSide .usefulBox ul li {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.4;
}

#contents.sub #usefulSide .usefulBox ul li a {
	display: block;
	padding: 1em 0.3em;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

#contents.sub #usefulSide .usefulBox ul li a:hover {
	text-decoration: underline;
}

/**/

#contents.sub #usefulMain {
	order: 1;
	width: 70%;
	text-align: center;
}

#contents.sub #usefulMain #headCategory {
	margin: 0 0 40px 0;
}

#contents.sub #usefulMain #headCategory ul {
	display: flex;
	justify-content: space-between;
}

#contents.sub #usefulMain #headCategory ul li {
	display: inline-block;
	width: 24%;
	line-height: 1.4;
	text-align: center;
}

#contents.sub #usefulMain #headCategory ul li a {
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 3px solid #749a73;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}

#contents.sub #usefulMain #headCategory ul li.on a {
	background: #90c320;
	color: #ffffff;
}

#contents.sub #usefulMain h3 {
	margin: 0 0 25px 0;
	padding-left: 15px;
	border-left: 2px solid #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

#contents.sub #usefulMain #headCategory ul li a:hover {
	background: #eff8db;
	color: #237021;
}


/*----------*/

#contents.sub #useful #useful-list {
	margin: 0 0 30px 0;
	text-align: left;
}

#contents.sub #useful #useful-list li {
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	line-height: 1.4;
	text-align: center;
}

#contents.sub #useful #useful-list li:last-child {
	margin-bottom: 0;
}

#contents.sub #useful #useful-list li a {
	box-sizing: border-box;
	display: block;
	display: flex;
	justify-content: space-betewwn;
	align-items: center;
	border: 1px solid #aaaaaa;
	background: #f8f8f8;
	padding: 10px;
	text-decoration: none;
	zoom: 1;
}

#contents.sub #useful #useful-list li a:hover {
	opacity: 0.8;
}

#contents.sub #useful #useful-list li a .img {
	width: auto;
	max-width: 200px;
	max-height: 150px;
	background: #eee;
	text-align: center;
	overflow: hidden;
}

#contents.sub #useful #useful-list li a .img img {
	width: 100%;
	height: auto;
}

#contents.sub #useful #useful-list li a .txt {
	box-sizing: border-box;
	width: 65%;
	margin: 0 0 0 20px;
	text-align: left;
}

#contents.sub #useful #useful-list li a .txt h4 {
	margin: 0 0 0.5em 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

#contents.sub #useful #useful-list li a .txt p {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6;
}

/*----------*/

#contents.sub #usefulMain .pager {
	margin: 0 auto;
	padding: 25px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #727171;
	line-height: 1.4;
}

#contents.sub #usefulMain .pager:last-child {
	margin-top: 20px;
}

#contents.sub #usefulMain .pager .result {
	margin: 0 0 10px 0;
}

#contents.sub #usefulMain .pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}

#contents.sub #usefulMain .pager ul li {
	flex-basis: 1.5em;
	margin: 0 8px 0 0;
	vertical-align: middle;
	line-height: 1.4;
}

#contents.sub #usefulMain .pager ul li a {
	display: block;
	box-sizing: border-box;
	padding: 0.15em 0.25em;
	background: #90c31f;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#contents.sub #usefulMain .pager ul li.prev a,
#contents.sub #usefulMain .pager ul li.next a {
	display: block;
	padding: 0.2em 0.6em;
	background: #dddddd;
	font-size: 3rem;
	text-decoration: none;
	color: #333333;
	line-height: 1;
}

#contents.sub #usefulMain .pager ul li.next {
	margin: 0;
}

#contents.sub #usefulMain .pager ul li.on span {
	box-sizing: border-box;
	display: block;
	padding: 0.15em 0;
}

#contents.sub #usefulMain .pager ul li a:hover {
	opacity: 0.7;
}

/*-------------------------------------------------*/

#contents.sub #usefulMain #usefulPost {
	text-align: left;
}

#contents.sub #usefulMain #usefulPost h3.postTitle {
	font-size: 2.8rem;
	color: #333333;
	line-height: 1.4;
}

#contents.sub #usefulMain #usefulPost #postHeadImg {
	margin: 0 0 30px 0;
}

#contents.sub #usefulMain #usefulPost #postHeadImg img {
	width: 100%;
	height: auto;
}

#contents.sub #usefulMain #usefulPost .postImg {
	margin: 0 0 30px 0;
}

#contents.sub #usefulMain #usefulPost .postImg img {
	width: 100%;
	height: auto;
}

#contents.sub #usefulMain #usefulPost #date {
	margin: 0 0 0.8em 0;
	font-size: 1.6rem;
	text-align: right;
	color: #999999;
	line-height: 1.2;
}

#contents.sub #usefulMain #usefulPost #date i {
	padding-right: 0.5em;
}

#contents.sub #usefulMain #usefulPost h3 {
	margin: 1.5em 0 1em 0;
	padding: 0.35em 0.5em;
	border-radius: 8px;
	border: none;
	background: #90c320;
	font-size: 2.4rem;
	color: #ffffff;
	line-height: 1.4;
}

#contents.sub #usefulMain #usefulPost h4 {
	margin: 2.5em 0 1.2em 0;
	padding: 0.35em 1em;
	border-top: 3px solid #006835;
	border-bottom: 1px dashed #006835;
	font-size: 2rem;
	color: #333333;
	line-height: 1.4;
}

#contents.sub #usefulMain #usefulPost p {
	margin: 0 0 2em 0;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333333;
}

#contents.sub #usefulMain #usefulPost p a {
	font-weight: bold;
	color: #2980b9;
	text-decoration: underline;
}

/* href に "tel" を含む <a> 要素 */
#contents.sub #usefulMain #usefulPost p a[href*="tel"] {
	pointer-events: none;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#contents.sub #usefulMain #usefulPost p a[href*="tel"] u {
	text-decoration: none;
}

/* figure要素 */
#contents.sub #usefulMain #usefulPost figure {
	margin-bottom: 15px;
}

#contents.sub #usefulMain #usefulPost figure figcaption {
	padding: 0.5em;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #777777;
}

@media only screen and (max-width: 767px) {
	#contents.sub #useful {
		display: block;
		width: auto;
		min-width: auto;
		margin: 25px auto;
	}
	
	/* usefulSide */
	
	#contents.sub #usefulSide {
		width: auto;
		margin: 30px 0 0 0;
	}
	
	#contents.sub #usefulSide .usefulBox {
		margin-bottom: 25px;
	}
	
	#contents.sub #usefulSide .usefulBox h3 {
		margin: 0 0 0.5em 0;
		padding: 0.5em;
		font-size: 1.6rem;
	}
	
	#contents.sub #usefulSide .usefulBox ul li {
		font-size: 1.4rem;
	}
	
	#contents.sub #usefulSide .usefulBox ul li a {
		padding: 0.8em 0.5em;
	}
	
	/* usefulMain */
	
	#contents.sub #usefulMain {
		width: auto;
	}
	
	#contents.sub #usefulMain #headCategory {
		margin: 0 0 15px 0;
	}
	
	#contents.sub #usefulMain #headCategory ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 10px;
	}
	
	#contents.sub #usefulMain #headCategory ul li {
		display: inline-block;
		width: 49%;
		margin: 0 0 10px 0;
	}
	
	#contents.sub #usefulMain #headCategory ul li a {
		display: block;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
		border-radius: 10px;
		border: 2px solid #749a73;
		padding: 6px 0;
		font-size: 1.4rem;
	}
	
	#contents.sub #usefulMain h3 {
		margin: 0 0 10px 10px;
		padding-left: 10px;
		font-size: 1.8rem;
	}	
	
	/* useful-list */
	
	#contents.sub #useful #useful-list {
		margin: 0;
	}
	
	#contents.sub #useful #useful-list li {
		width: auto;
		margin: 0;
	}
	
	#contents.sub #useful #useful-list li a {
		display: flex;
		justify-content: space-betewwn;
		align-items: center;
		padding: 10px;
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	
	#contents.sub #useful #useful-list li:last-child a {
		border-bottom: 1px solid #aaaaaa;
	}
	
	#contents.sub #useful #useful-list li a .img {
		width: 40%;
		height: auto;
	}

	#contents.sub #useful #useful-list li a .img img {
		width: 100%;
		height: auto;
	}
	
	#contents.sub #useful #useful-list li a .txt {
		width: 55%;
		margin: 0 0 0 20px;
	}
	
	#contents.sub #useful #useful-list li a .txt h4 {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	#contents.sub #useful #useful-list li a .txt p {
		display: none;
	}
	
	/* pager */
	
	#contents.sub #usefulMain .pager {
		margin: 0 auto;
		padding: 20px 0;
		font-size: 1.3rem;
	}
	
	#contents.sub #usefulMain .pager:last-child {
		margin-top: 30px;
		padding: 0;
	}
	
	#contents.sub #usefulMain .pager .result {
		margin: 0 0 10px 0;
	}
	
	#contents.sub #usefulMain .pager ul {
		width: auto;
	}
	
	#contents.sub #usefulMain .pager ul li {
		margin: 0 5px 0 0;
	}
	
	#contents.sub #usefulMain .pager ul li a {
		padding: 0.15em 0.2em;
		text-align: center;
	}
	
	#contents.sub #usefulMain .pager ul li.prev a,
	#contents.sub #usefulMain .pager ul li.next a {
		padding: 0.15em 0.5em;
		font-size: 2rem;
	}
	
	/* usefulPost */
	
	#contents.sub #usefulMain #usefulPost {
		margin: 0 10px 35px 10px;
	}
	
	#contents.sub #usefulMain #usefulPost h3 {
		margin-left: 0;
		margin-right: 0;
		font-size: 1.6rem;
	}
	
	#contents.sub #usefulMain #usefulPost #postHeadImg {
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	#contents.sub #usefulMain #usefulPost #postHeadImg img {
		width: 80%;
		height: auto;
	}
	
	#contents.sub #usefulMain #usefulPost .postImg {
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	#contents.sub #usefulMain #usefulPost .postImg img {
		width: 80%;
		height: auto;
	}
	
	#contents.sub #usefulMain #usefulPost #date {
		font-size: 1.2rem;
	}
	
	#contents.sub #usefulMain #usefulPost #date i {
		padding-right: 0.5em;
	}
	
	#contents.sub #usefulMain #usefulPost h3 {
		margin: 1.5em 0 1em 0;
		padding: 0.5em 0.5em;
		border-radius: 6px;
		font-size: 1.6rem;
	}
	
	#contents.sub #usefulMain #usefulPost h4 {
		margin: 2.5em 0 1.2em 0;
		padding: 0.35em 0.5em;
		border-top: 2px solid #006835;
		font-size: 1.4rem;
	}
	
	#contents.sub #usefulMain #usefulPost p {
		margin: 0 0 2em 0;
		font-size: 1.4rem;
	}

	/* href に "tel" を含む <a> 要素 */
	#contents.sub #usefulMain #usefulPost p a[href*="tel"] {
		pointer-events: auto;
		font-weight: bold;
		color: #2980b9;
		text-decoration: underline;
	}

	/* p,figure 以下の <img> 要素 */
	#contents.sub #usefulMain #usefulPost figure img,
	#contents.sub #usefulMain #usefulPost p img {
		max-width: 100%;
		height: auto;
	}
}

/*------------------------------------------------------------------------------
	searchMap
------------------------------------------------------------------------------*/

#contents.sub #searchMap {
	width: 950px;
	margin: 50px auto;
}

#contents.sub #searchMap .readAtt {
	margin: 0 auto 40px auto;
	font-size: 2rem;
	line-height: 1.4;
	text-align: left;
}

#contents.sub #searchMap .readAtt span {
	font-weight: bold;
	padding-right: 0.2em;
	color: #e60012;
}

#contents.sub #searchMap #tab {
	margin: 0 0 25px 0;
	border-bottom: 8px solid #90c31f;
}

#contents.sub #searchMap #tab ul {
	display: flex;
	justify-content: space-around;
}

#contents.sub #searchMap #tab ul li {
	width: 23.5%;
	line-height: 1.2;
}

#contents.sub #searchMap #tab ul li a {
	box-sizing:  border-box;
	display: block;
	width: auto;
	padding: 15px 0 10px 0;
	border-radius: 8px 8px 0 0;
	border-top: 2px solid #90c31f;
	border-right: 2px solid #90c31f;
	border-left: 2px solid #90c31f;
	background: #ededed;
	font-weight: bold;
	font-size: 2rem;
	color: #4c4847;
	text-align: center;
	text-decoration: none;
}

#contents.sub #searchMap #tab ul li a:hover,
#contents.sub #searchMap #tab ul li.on a  {
	background: #90c31f;
	color: #ffffff;
}

#contents.sub #searchMap #mapWrap {
	padding: 0;
}

#contents.sub #searchMap h2 {
	margin: 0 0 1em 0;
	font-size: 2.4rem;
	font-weight: bold;
}

#contents.sub #searchMap .popupMapItem {
	width: auto;
	margin: 0;
	padding: 0 15px;
	background: #ffffff;
}

/* basicInfo */

#contents.sub #searchMap .popupMapItem h4 {
	margin: 0 0 0.8em 0;
	font-size: 1.4rem;
	font-weight: bold;
}

#contents.sub #searchMap .popupMapItem table {
	width: 100%;
	margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #90c31f;
	border-left: 1px solid #90c31f;
	border-right: 1px solid #90c31f;
    font-size: 100%;
	line-height: 1.4;
}

#contents.sub #searchMap .popupMapItem table th {
	width: 25%;
	padding: 1em 0.5em;
	background: #eeefef;
  border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	font-weight: bold;
	color: #595656;
	text-align: center;
	vertical-align: middle;
}

#contents.sub #searchMap .popupMapItem table th.smallTh {
	padding: 0.5em 0;
}

#contents.sub #searchMap .popupMapItem table th span {
	display: block;
	font-size: 1.2rem;
}

#contents.sub #searchMap .popupMapItem table th #maptextlink {
	display: block;
	margin-top: 5px;
}

#contents.sub #searchMap .popupMapItem table th #maptextlink a {
	position: relative;
	text-decoration: none;
	padding-left: 1.8em;
	font-size: 1.4rem;
	line-height: 1.4;
}

#contents.sub #searchMap .popupMapItem table th #maptextlink a::before {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0.15em;
	left: 0;
	padding: 0.025em 0.3em;
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	content: "\f105";
	color: #ffffff;
	background: #006835;
	line-height: 1;
}

#contents.sub #searchMap .popupMapItem table th #maptextlink a:hover {
	text-decoration: underline;
}

#contents.sub #searchMap .popupMapItem table td {
	padding: 1em;
  border-bottom: 1px solid #90c31f;
	font-size: 1.4rem;
	vertical-align: middle;
}

#contents.sub #searchMap .popupMapItem table td.price {
	padding: 0.8em 1em;
	font-weight: bold;
	font-size: 1.6rem;
	color: #e60012;
}

@media only screen and (max-width: 767px) {
	#contents.sub #searchMap {
		width: auto;
		margin: 35px auto;
	}

	#contents.sub #searchMap .readAtt {
		margin: 0 10px 30px 10px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	#contents.sub #searchMap .readAtt span {
		padding-right: 0.2em;
	}
	
	#contents.sub #searchMap #tab {
		margin: 0 0 15px 0;
		border-bottom: 8px solid #90c31f;
	}
	
	#contents.sub #searchMap #tab ul {
		justify-content: center;
	}
	
	#contents.sub #searchMap #tab ul li {
		width: auto;
		margin-right: 5px;
	}
	
	#contents.sub #searchMap #tab ul li:nth-child(1) {
		width: 7em;
	}
	
	#contents.sub #searchMap #tab ul li:nth-child(2) {
		width: 8em;
	}
	
	#contents.sub #searchMap #tab ul li:nth-child(3) {
		width: 10em;
	}
	
	#contents.sub #searchMap #tab ul li:nth-child(4) {
		width: 5em;
		margin-right: 0;
	}
	
	#contents.sub #searchMap #tab ul li a {
		padding: 12px 0 8px 0;
		border-radius: 8px 8px 0 0;
		border-top: 2px solid #90c31f;
		border-right: 2px solid #90c31f;
		border-left: 2px solid #90c31f;
		font-size: 1.2rem;
	}
	
	#contents.sub #searchMap h2 {
		margin: 0 0 1em 0;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------------------------
	company
------------------------------------------------------------------------------*/

#contents.sub #company {}

#contents.sub #company .pageTit {
	box-shadow: none;
}

#contents.sub #company .pageTit h2 {
	position: relative;
	margin: 0 0 50px 0;
	font-size: 1.6rem;
	font-weight: normal;
	color: #323232;
}

#contents.sub #company .pageTit h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: #e6e5e5;
}

#contents.sub #company .pageTit h2 .en {
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 3.4rem;
	font-weight: normal;
	color: #323232;
}

#contents.sub #company .pageTit h2 .ja {
	display: block;
	margin: 0;
	padding: 0 2px 22px 2px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #59928c;
}

#contents.sub #company #shopPhoto {
	margin: 0 0 50px 0;
	display: flex;
  justify-content: center;
  align-items: center;
}

#contents.sub #company .shopBg {
	width: 950px;
	height: 640px;
	background: url(../images/company/shop_bg_01.jpg) no-repeat left top;
	background-size: 950px auto;
}

#contents.sub #company .shopBg .catch {
	margin-right: -60px;
}

/* message */

#contents.sub #company #message {
	margin-bottom: 50px;
}

#contents.sub #company #message h2 {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2.8rem;
	color: #221614;
	text-align: center;
}

#contents.sub #company #messageBox {
	margin: 0;
	padding: 60px 50px;
	background: #f7f7f7;
}

#contents.sub #company #messageBox p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2.2rem;
	color: #4d4c4c;
	line-height: 2;
}

#contents.sub #company #messageBox p:last-child {
	margin-bottom: 0;
}

/* companyProfile */

#contents.sub #company #companyProfile {
	margin: 0 0 50px 0;
}

#contents.sub #company #companyProfile table#companyTbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.6rem;
}

#contents.sub #company #companyProfile table#companyTbl th {
	position: relative;
	width: 18%;
	padding: 0.8em 1.2em 0.8em 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#contents.sub #company #companyProfile table#companyTbl th::before {
	position: absolute;
	top: 0.7em;
	right: 0;
	content: "";
	display: block;
	width: 2px;
	height: 2em;
	background: #e6e6e5;
}

#contents.sub #company #companyProfile table#companyTbl td {
	position: relative;
	width: auto;
	padding: 0.8em 1.2em 0.8em 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#contents.sub #company #companyProfile table#companyTbl th,
#contents.sub #company #companyProfile table#companyTbl td {
	background: #ffffff;
	color: #7f7f7f;
	text-align: left;
	line-height: 1.8;
}

#contents.sub #company #companyProfile table#companyTbl tr:nth-child(odd) th,
#contents.sub #company #companyProfile table#companyTbl tr:nth-child(odd) td {
	background: #f6f6f5;
}

#contents.sub #company #mapBox {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

#contents.sub #company #mapBox iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	#contents.sub #company .pageTit h2 {
		position: relative;
		margin: 0 0 32px 0;
		font-size: 1.6rem;
		font-weight: normal;
		color: #323232;
	}

	#contents.sub #company .pageTit h2::before {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 3px;
		background: #e6e5e5;
	}

	#contents.sub #company .pageTit h2 .en {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 2.6rem;
		font-weight: normal;
		color: #323232;
	}

	#contents.sub #company .pageTit h2 .ja {
		display: block;
		margin: 0;
		padding: 0 2px 16px 2px;
		font-size: 1.6rem;
		font-weight: normal;
		color: #59928c;
	}

	#contents.sub #company #shopPhoto {
		margin: 0 0 35px 0;
		box-shadow: inset 0 0 10px 10px rgba(255,255,255,1);
	}

	#contents.sub #company .shopInfo p .address {
		font-weight: bold;
		text-decoration: underline;
	}

	#contents.sub #company #shopPhoto {
		margin: 0 0 40px 0;
	}

	#contents.sub #company .shopBg {
		width: 100%;
		height: 50vh;
		background: url(../images/company/shop_bg_01.jpg) no-repeat center center;
		background-size: auto 100%;
	}

	#contents.sub #company .shopBg .catch {
		width: 80vw;
		height: auto;
		margin-right: 0;
	}

	#contents.sub #company .shopBg .catch img {
		width: 100%;
		height: auto;
	}

	/* message */

	#contents.sub #company #message {
		margin-bottom: 40px;
	}

	#contents.sub #company #message h2 {
		margin: 0 0 1.4em 0;
		padding: 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 2.2rem;
		color: #221614;
		text-align: center;
	}

	#contents.sub #company #messageBox {
		margin: 0;
		padding: 4rem 2rem 3rem 2rem;
		background: #f7f7f7;
	}

	#contents.sub #company #messageBox p {
		margin: 0 0 1.5em 0;
		padding: 0;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 1.4rem;
		color: #4d4c4c;
		line-height: 2;
	}

	#contents.sub #company #messageBox p:last-child {
		margin-bottom: 0;
	}

	/* companyProfile */

	#contents.sub #company #companyProfile {
		margin: 0 0 50px 0;
	}

	#contents.sub #company #companyProfile table#companyTbl {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border: 2px solid #f6f6f5;
		font-size: 1.4rem;
	}

	#contents.sub #company #companyProfile table#companyTbl th {
		display: block;
		position: relative;
		width: 100% !important;
		padding: 0.8em 1.2em 0.8em 1.2em;
		font-weight: normal;
		letter-spacing: 0.1em;
	}

	#contents.sub #company #companyProfile table#companyTbl th::before {
		position: absolute;
		top: 3em;
		left: 1.2em;
		content: "";
		display: block;
		width: 4.2em;
		height: 2px;
		background: #e6e6e5;
	}

	#contents.sub #company #companyProfile table#companyTbl td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0.8em 1.2em 0.8em 1.2em;
		font-weight: normal;
		letter-spacing: 0;
	}

	#contents.sub #company #companyProfile table#companyTbl th,
	#contents.sub #company #companyProfile table#companyTbl td {
		background: #ffffff;
		color: #7f7f7f;
		text-align: left;
		line-height: 1.8;
	}

	#contents.sub #company #companyProfile table#companyTbl tr:nth-child(odd) th,
	#contents.sub #company #companyProfile table#companyTbl tr:nth-child(odd) td {
		background: #f6f6f5;
	}
}



/*==========================================================*/

.humberger {
	display: block;
	width: 74px;
	height: 74px;
	margin-left: auto;
	position: relative;
	z-index: 10;
	border: none;
	background-color: #90c320;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}

.humberger.-active {
	background-color: #039953;
}

.humberger.-active .humberger__line {
	background-color: transparent;
}

.humberger.-active .humberger__line::before {
	top: 0;
	transform: rotate(45deg);
}

.humberger.-active .humberger__line::after {
	top: 0;
	transform: rotate(-45deg);
}

.humberger.-active .humberger__text::before {
	content: '閉じる';
}

.humberger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	background-color: #ffffff;
	transition: 0.3s;
	opacity: 0.7;
}

.humberger__line:before,
.humberger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	transition: inherit;
}

.humberger__line:before {
	top: -6px;
}

.humberger__line:after {
	top: 6px;
}

.humberger__text {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.humberger__text::before {
	content: "メニュー";
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}

/* .header__nav-area */
.header__nav-area {
	position: fixed;
	top: 74px;
	left: -100%;
	z-index: 9;
	height: 100vh;
	width: 100vw;
	visibility: hidden;
	padding-top: 30px;
	background-color: transparent;
	transition: 0.3s;
}

.header__nav-area.-active {
	left: 0;
	visibility: visible;
	background-color: #84bf04;
}

.global-navigation {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 120px;
	padding-left: 25px;
}

.global-navigation__list>li {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.global-navigation__list>li+li {
	margin-top: 10px;
}

.global-navigation__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	transition: color 0.3s;
	letter-spacing: 0.05em;
}

.global-navigation__link a {
	display: block;
	padding: 0.8em 0;
	font-size: 1.6rem;
	color: #ffffff;
}

.global-navigation__link a i {
	padding-left: 1em;
}

.global-navigation__link.-accordion {
	position: relative;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0;
}

.global-navigation__link.-accordion::after {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 2px;
	background-color: #ed3242;
	transform: translateY(-50%);
	transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	background-color: #ed3242;
	transform: translateY(-50%);
}

.global-navigation__link.-active::after {
	transform: translateY(-50%) rotate(-90deg);
}

.accordion {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.3s;
}

.accordion.-active {
	height: auto;
	padding-top: 30px;
	visibility: visible;
}

.accordion__list li {
	font-size: 0.75rem;
}

.accordion__list li+li {
	margin-top: 21px;
}

.accordion__link {
	color: #ffffff;
}


/* #reform-gallery
----------------------------------*/

#contents #reform-gallery {
	padding-bottom: 35px;
}

#contents #reform-gallery #pageTit {
	width: 100%;
	margin: 0 auto 50px auto;
	background: #006835;
	text-align: center;
}

#contents #reform-gallery #pageTit h1 {
	width: 950px;
	margin: 0 auto;
	padding: 0.5em 0 0.4em 0;
	color: #ffffff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
}

#contents.sub #reform-gallery .pageTit {
	box-shadow: none;
	text-align: center;
}

#contents.sub #reform-gallery .pageTit-sub h2 {
	position: relative;
	margin: 0 0 50px 0;
	font-size: 1.6rem;
	font-weight: normal;
	color: #323232;
	text-align: center;
}

#contents.sub #reform-gallery .pageTit-sub h2::before {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: #eaeaea;
}

#contents.sub #reform-gallery .pageTit-sub h2 .en {
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 3.4rem;
	font-weight: bold;
	color: #373737;
}

#contents.sub #reform-gallery .pageTit-sub h2 .ja {
	display: block;
	margin: 0;
	padding: 0 2px 0 2px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #59928c;
}

#contents.sub #reform-gallery .reform-gallery-wrap {
	width:100%;
	margin: 0 auto;
	position: relative;
}

/* masonry setting */
.lum-lightbox {
	z-index: 100;
}

.grid-wrapper {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-rows: 240px;
	grid-auto-flow: dense;
}

.grid-wrapper .wide {
	grid-column: span 2;
}

.grid-wrapper .tall {
	grid-row: span 2;
}

.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

.grid-wrapper figure {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.grid-wrapper figure img {  /* 子孫セレクタに変更 */
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.grid-wrapper figure img:hover {  /* 子孫セレクタに変更 */
	transform: scale(1.1);
}

.grid-wrapper figure figcaption {  /* 子孫セレクタに変更 */
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 0.5em 0;
	background-color: rgba(0,0,0,0.5);
	line-height: 1;
	color: #fff;
	transform: none;
	transition: transform 0.3s;
	font-size: 1.6rem;
}

.grid-wrapper figure:hover figcaption {  /* 子孫セレクタに変更 */
}

/* リフォームギャラリーカスタム設定 */
.lum-lightbox-inner .lum-lightbox-caption {
	padding: 0.6em 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#contents #reform-gallery {
		padding-bottom: 0;
	}
	
	#contents #reform-gallery #pageTit {
		width: 100%;
		margin: 0 auto 40px auto;
		background: #006835;
		text-align: center;
	}
	
	#contents #reform-gallery #pageTit h1 {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#contents.sub #reform-gallery .pageTit {
		box-shadow: none;
		text-align: center;
	}
	
	#contents.sub #reform-gallery .pageTit-sub h2 {
		position: relative;
		margin: 0 0 30px 0;
		font-size: 1.6rem;
		font-weight: normal;
		color: #323232;
		text-align: center;
	}
	
	#contents.sub #reform-gallery .pageTit-sub h2::before {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 4px;
		background: #eaeaea;
	}
	
	#contents.sub #reform-gallery .pageTit-sub h2 .en {
		display: block;
		margin: 0 0 12px 0;
		padding: 0;
		font-size: 2.2rem;
		font-weight: bold;
		color: #373737;
	}
	
	#contents.sub #reform-gallery .pageTit-sub h2 .ja {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 0 2px 0 2px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #59928c;
		line-height: 1.5;
	}
	
	#contents.sub #reform-gallery .reform-gallery-wrap {
		width:100%;
		margin: 0 auto;
		position: relative;
	}
	
	/* masonry setting */
	.grid-wrapper {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		grid-auto-rows: 140px;
		grid-auto-flow: dense;
	}
	
	.grid-wrapper .wide {
		grid-column: span 2;
	}
	
	.grid-wrapper .tall {
		grid-row: span 2;
	}
	
	.grid-wrapper .big {
		grid-column: span 2;
		grid-row: span 2;
	}
	
	.grid-wrapper figure {
		position: relative;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.grid-wrapper figure img {  /* 子孫セレクタに変更 */
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s;
	}
	
	.grid-wrapper figure img:hover {  /* 子孫セレクタに変更 */
		transform: none;
	}
	
	.grid-wrapper figure figcaption {  /* 子孫セレクタに変更 */
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		width: 100%;
		padding: 0.5em 0.1em;
		background-color: rgba(0,0,0,0.5);
		line-height: 1.2;
		color: #fff;
		transform: translateY(0px);
		transition: transform 0.3s;
		font-size: 1.1rem;
	}
	
	/* リフォームギャラリーカスタム設定 */
	.lum-lightbox-inner .lum-lightbox-caption {
		padding: 0.6em 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}