@charset "utf-8";
/*
Theme Name: classe-corporation
Theme URI: https://classe-corporation.com/
Description: classe-corporation
Version: 2.0
Author: hiroom
Author URI: https://www.hiroom.net
*/
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ General Settings ------ */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
a:hover {
	opacity: 1;
	text-decoration: none;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sp {
	display: none !important;
}
.br_pc {
	display: inherit;
}
.br_sp {
	display: none;
}
.hv a {
	cursor: pointer;
}
.grecaptcha-badge { visibility: hidden; }
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}
	.br_pc {
		display: none !important;
	}
	.br_sp {
		display: inherit !important;
	}
}
.row {
	display: flex;
	flex-direction: row;
}
.header {
	position: relative;
}
.hero {
	position: relative;
  width: 100%;
  height: 100vh; /* ビューポートの高さに合わせる */
  overflow: hidden;
}

.hero .fv-image{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をコンテナ全体に収める */
}

.logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 188px;
}
.hero-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 850px;
	color: #fff;
}
.hero-txt .en {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.hero-txt .jp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	display: inline-block;
}
/*
.hero-txt .jp:beforejp:before, .hero-txt .jp:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #B6A38D;
	display: block;
}
.hero-txt .jp:before {
	margin-right: .4em;
}
.hero-txt .jp:after {
	margin-left: .4em;
}
*/
.hero-txt .read {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 3px;
}

.instagram {
}

.instagram i::before {
 content: '\f16d';
 font-family: "Font Awesome 5 Brands";
 font-wigth: 400;
	font-style:normal;
		color:#fff;
	font-size: 50px;
	font-weight: normal;
}


@media screen and (max-width: 768px) {
	.hero {
		height: 100vh;
		width: 100vw;
		background-image: url("../images/main_sp.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.logo {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 170px;
		margin-left: -85px;
	}
	.hero-txt {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
		color: #fff;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.hero-txt .en {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.hero-txt .jp {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 15px;
		letter-spacing: 0;
		display: flex;
		align-items: center;
		display: inline-block;
	}
	/*
	.hero-txt .jp:before, .hero-txt .jp:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #B6A38D;
		display: block;
	}
	.hero-txt .jp:before {
		margin-right: .4em;
	}
	.hero-txt .jp:after {
		margin-left: .4em;
	}
	*/
	.hero-txt .read {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 1px;
	}
.instagram {
}

.instagram i::before {
 content: '\f16d';
 font-family: "Font Awesome 5 Brands";
 font-wigth: 400;
	font-style:normal;
		color:#fff;
}


}
@media screen and (max-width: 480px) {
	.hero-txt {
		font-size: 2rem;
	}
	.head-logo {
		font-size: 0.8rem;
	}
	.head-nav-list-item {
		font-size: 0.8rem;
	}
}
/* ------ Header ------ */
header {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		overflow: hidden;
	}
}
/* ------ Footer ------ */
footer {
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	background: url("../images/bg_footer.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0 60px 0;
	text-align: left;
	color: #fff;
}
footer .inner {
	width: 555px;
	margin: 0 auto;
	overflow: hidden;
}
.flogo {
	width: 190px;
	margin: 0 auto 45px auto;
	overflow: hidden;
}
.flogo li {
	height: 90px;
	position: relative;
	box-sizing: border-box;
}
.flogo .classe {
	width: 190px;
	float: left;
	padding-top: 15px;
}
.flogo .pitat {
	width: 307px;
	float: left;
}
.flogo span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
ul.htel {
	width: 314px;
	margin: 0 auto 30px auto;
}
ul.htel li a {
	background: url("../images/ic_tel.svg") no-repeat;
	color: #fff;
	background-size: 28px auto;
	padding-left: 40px;
	display: block;
	margin-bottom: 10px;
}
ul.htel li a strong {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}
ul li.htel a span {
	padding-left: 45px;
	font-weight: 700;
}
.copyright {
	font-size: 13px;
	line-height: 1.2;
	clear: both;
	text-align: center;
}
.fgmap {
	float: right;
	width: 580px;
}
@media screen and (max-width: 768px) {
	footer {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: url("../images/bg_footer.jpg") no-repeat center center;
	background-size: cover;
	padding: 30px 0 30px 0;
	text-align: left;
	color: #fff;
}
footer .inner {
	width: auto;
	margin: 0 20px;
	overflow: hidden;
	text-align: center;
}
.flogo {
	width: 120px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	text-align: center;
}
.flogo li {
	height: 55px;
	position: relative;
	box-sizing: border-box;
}
.flogo .classe {
	width: 120px;
	float: none;
	padding-top: 7px;
}
.flogo .pitat {
	width: 153px;
	float: left;
}
.flogo span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	line-height: 1.3;
}
ul.htel {
	width: 300px;
	margin: 0 auto 30px auto;
}
	ul.htel li:first-child{
	width: 240px;
		margin: 0 auto 10px auto;
}
ul.htel li a {
	background: url("../images/ic_tel.svg") no-repeat;
	color: #fff;
	background-size: 20px auto;
	padding-left: 30px;
	display: block;
	font-size: 12px;
	box-sizing: border-box;
}
ul.htel li a strong {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
ul li.htel a span {
	padding-left: 45px;
	font-weight: 700;
	font-size: 12px;
}
.copyright {
	font-size: 11px;
	line-height: 1.2;
	clear: both;
}
.fgmap {
	float: right;
	width: 580px;
}
}
/* page-top */
#page-top {
	background: #505050;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	line-height: 0;
}
/* ------ Contents ------ */
a:hover, .hv a:hover img, #page-top:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a, .hv a img, #page-top {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.content {
	text-align: center;
}
.content .inner {
	padding: 100px 0;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	a:hover, .hv a:hover img, #page-top:hover {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100); /* IE lt 8 */
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	}
	.content .inner {
		padding: 30px 0;
		margin: 0 auto;
		overflow: hidden;
	}
}
/*common*/
.title {
	text-align: center;
	margin-bottom: 35px;
}
.title h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
}
.stitle {
	text-align: center;
	margin-bottom: 30px;
}
.stitle h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 15px;
	color: #4D2D18;
}
.stitle p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #4D2D18;
}
@media screen and (max-width: 768px) {
	.title {
		text-align: center;
		margin-bottom: 20px;
	}
	.title h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 20px;
		margin-bottom: 5px;
		letter-spacing: 1px;
	}
	.title p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 2px;
	}
	.stitle {
		text-align: center;
		margin-bottom: 10px;
	}
	.stitle h3 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 16px;
		margin-bottom: 5px;
		color: #4D2D18;
	}
	.stitle p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 1px;
		color: #4D2D18;
	}
}
/*philosophy*/
#philosophy {
	background: url("../images/bg_philosophy.jpg") no-repeat;
	background-size: 100% auto;
}
#philosophy .inner {
	width: 1100px;
	margin: 0 auto;
}
#philosophy article {
	width: 346px;
	height: 460px;
	float: left;
	margin-right: 30px;
	background: #FAFAFA;
}
#philosophy article:nth-of-type(2) {
	margin-top: 30px;
}
#philosophy article:last-child {
	margin-right: 0px;
	margin-top: 60px;
}
#philosophy article h3 {
	padding-top: 30px;
}
#philosophy article .txt {
	font-size: 15px;
	padding: 0 30px;
	line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#philosophy {
		background: url("../images/bg_philosophy.jpg") no-repeat center top;
		background-size: 100% auto;
	}
	#philosophy .inner {
		width: auto;
		margin: 0 20px;
	}
	#philosophy article {
		width: auto;
		height: auto;
		float: none;
		margin-right: 0px;
		background: #FAFAFA;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#philosophy article:nth-of-type(2) {
		margin-top: 0px;
	}
	#philosophy article:last-child {
		margin-right: 0px;
		margin-top: 0px;
	}
	#philosophy article h3 {
		padding-top: 20px;
	}
	#philosophy article .txt {
		font-size: 13px;
		padding: 0 30px;
		line-height: 1.6;
		text-align: left;
	}
}
/*guidelinesforaction*/
#guidelinesforaction .inner {
	padding-top: 0;
}
#guidelinesforaction .title {
	color: #fff;
	text-align: left;
	overflow: hidden;
	position: relative;
	height: 31.8181vw;
	min-width: 1100px;
	min-height: 350px;
	background: url("../images/bg_action.jpg") no-repeat;
	background-size: 52% auto;
}
#guidelinesforaction .title h2 {
	padding-top: 5.4vw;
}
#guidelinesforaction .titl {
	position: absolute;
	top: 50px;
	left: 50px;
}
#guidelinesforaction .title figure {
	position: absolute;
	top: 50px;
	right: 0;
	width: 52%;
	height: 300px;
}
.gacontent {
	width: 1100px;
	margin: 0 auto;
}
.gacontent article {
	width: 524px;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	position: relative;
}
.gacontent article:nth-of-type(2n+0) {
	width: 524px;
	float: left;
	margin-right: 0px;
}
.gacontent article figure {
	width: 208px;
	float: left;
}
.gacontent article .wbox {
	background: #fff;
	padding: 20px;
	position: absolute;
	top: 20px;
	left: 186px;
	text-align: left;
}
.gacontent article .wbox .stitle {
	text-align: left;
	margin-bottom: 25px;
}
.gacontent article .wbox .stitle h3 {
	margin-bottom: 10px;
}
.gacontent article .wbox .stitle p {
	margin-bottom: 0;
}
.gacontent article .wbox p.txt {
	width: 300px;
}
@media screen and (max-width: 768px) {
	#guidelinesforaction .inner {
		padding-top: 0;
		padding-bottom: 50px;
	}
	#guidelinesforaction .title {
		color: #fff;
		text-align: left;
		overflow: inherit;
		position: relative;
		height: auto;
		min-width: auto;
		width: 100%;
		min-height: auto;
		background: url("../images/bg_action.jpg") no-repeat;
		background-size: 100% auto;
		padding: 30px 20px 20px 20px;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#guidelinesforaction .title h2 {
		padding-top: 0;
	}
	#guidelinesforaction .title p {
		margin-bottom: 20px;
	}
	#guidelinesforaction .titl {
		position: inherit;
		top: auto;
		left: auto;
	}
	#guidelinesforaction .title figure {
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
	}
	.gacontent {
		width: auto;
		margin: 0 20px;
		clear: both;
	}
	.gacontent article {
		width: auto;
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
		position: relative;
		padding-bottom: 30px;
	}
	.gacontent article:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.gacontent article:nth-of-type(2n+0) {
		width: auto;
		float: none;
		margin-right: 0px;
	}
	.gacontent article figure {
		width: 100px;
		float: left;
		margin: 20px auto 0 auto;
		position: relative;
		z-index: 10;
	}
	.gacontent article .wbox {
		background: #f5f5f5;
		padding: 15px 15px 15px 40px;
		position: absolute;
		z-index: 5;
		top: 0px;
		left: auto;
		right: 0;
		width: calc(100% - 80px);
		text-align: left;
		box-sizing: border-box;
		min-height: 140px;
	}
	.gacontent article .wbox .stitle {
		text-align: left;
		margin-bottom: 10px;
	}
	.gacontent article .wbox .stitle h3 {
		margin-bottom: 0px;
	}
	.gacontent article .wbox .stitle p {
		margin-bottom: 0;
	}
	.gacontent article .wbox p.txt {
		width: auto;
	}
}
/*aboutus*/
#aboutus {
	background: url("../images/bg_about.jpg") no-repeat;
	background-size: 100% auto;
	min-width: 1100px;
}
#aboutus .inner {
	position: relative;
	height: 55.454vw;
	box-sizing: border-box;
}
#aboutus .title {
	position: absolute;
	top: 10.4545vw;
	right: 50px;
	text-align: right;
}
#aboutus figure {
	min-width: 600px;
	position: absolute;
	left: 0;
	bottom: 14.8vw;
	width: 54.5454vw;
	z-index: 1;
}
#aboutus .classe {
	position: absolute;
	right: 0;
	bottom: 12vw;
	width: 725px;
	height: 330px;
	margin-bottom: -50px;
	background-color: rgba(000, 000, 000, 0.7);
	z-index: 5;
	padding: 50px;
	box-sizing: border-box;
}
#aboutus .classe img {
	width: 215px;
	height: auto;
	margin-bottom: 40px;
}
#aboutus .classe p {
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
}

.about-link{
		position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -185px!important;
	z-index: 5;
}




@media screen and (max-width: 768px) {
	#aboutus {
		background: url("../images/bg_about.jpg") no-repeat;
		background-size: 100% auto;
		min-width: auto;
		margin-bottom: 20px;
	}
	#aboutus .inner {
		position: inherit;
		height: auto;
		box-sizing: border-box;
	}
	#aboutus .title {
		position: inherit;
		top: auto;
		right: auto;
		text-align: center;
	}
	#aboutus figure {
		display: none;
	}
	#aboutus .classe {
		position: inherit;
		right: auto;
		bottom: auto;
		width: auto;
		height: auto;
		margin-bottom: -20px;
		background-color: rgba(000, 000, 000, 0.7);
		z-index: 5;
		padding: 25px;
		box-sizing: border-box;
	}
	#aboutus .classe img {
		width: 150px;
		height: auto;
		margin-bottom: 20px;
	}
	#aboutus .classe p {
		color: #fff;
		line-height: 1.6;
		font-size: 13px;
		padding-bottom: 0;
	}
	.about-link{
		position: inherit;
	left: auto;
	bottom: auto;
		margin: 40px auto 0 auto!important;
	z-index: 5;
}
	
	.about-link-outer{
		padding: 0 20px;
	}

.about-link a{
}
}
/*vison*/
.vison_mv {
	position: relative;
	overflow: hidden;
	height: 340px;
	width: 1100px;
	margin: 0 auto;
}
video {
	width: 100%;
	height: auto;
	margin-top: -170px;
}
.scontent {
	width: 100%;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 200%;
	overflow: hidden;
}
.scontent {
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
	height: 340px;
	top: 0;
	color: #fff;
	text-align: center;
	padding-top: 130px;
}
.scontent .title {
	width: 500px;
	float: left;
}
.scontent .vtxt {
	float: right;
	width: 600px;
}
.scontent .vtxt h3 {
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 30px;
}
.scontent .vtxt p {
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	
	.vison_mv {
	position: relative;
	overflow: hidden;
	height: 280px;
	width: 100%;
	margin: 0 auto 20px auto;
}
video {
	width: 768px;
	height: auto;
	margin-top: 0px;
}
.scontent {
	width: 100%;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 200%;
	overflow: hidden;
}
.scontent {
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
	height: 280px;
	top: 0;
	color: #fff;
	text-align: center;
	padding-top: 70px;
}
.scontent .title {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.scontent .vtxt {
	float: none;
	width: auto;
}
.scontent .vtxt h3 {
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 15px;
}
.scontent .vtxt p {
	font-size: 13px;
	font-weight: 400;
}
}
/*service*/
#servise {
	background: url("../images/bg_service.jpg") no-repeat;
	width: 100%;
	min-width: 1200px;
	background-size: cover;
}
#servise .title {
	color: #fff;
}
#servise h3 {
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 30px;
	color: #fff;
}
#servise .read {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 60px;
	color: #fff;
}
#servise figure {
	width: 500px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#servise {
	background: url("../images/bg_service.jpg") no-repeat;
	width: 100%;
	min-width: auto;
	background-size: cover;
		padding-bottom: 50px;
}
#servise .title {
	color: #fff;
}
#servise h3 {
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 15px;
	color: #fff;
}
#servise .read {
	font-size: 13px;
	line-height: 1.7;
	padding: 0 20px;
	margin-bottom: 30px;
	color: #fff;
}
#servise figure {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
	
}
/*shop*/
#shop .inner {
	overflow: hidden;
}
#shop .title {
	margin-bottom: 70px;
}

#shop .shoplist {
	/*width: 1100px;*/
	width: 800px;
	margin: 0 auto;
	 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

#shop article {
	width: 300px;
	height: auto;
	padding: 20px 30px;
	box-sizing: border-box;
	border-right: #E0E0E0 1px solid;
	text-align: left;
	margin-bottom: 40px;
	
}
#shop article:nth-of-type(2),
#shop article:last-child {
	border-right: none;
}
#shop article figure {
	margin-bottom: 25px;
}

#shop article figure span {
	margin-bottom: 15px;
	display: block;
}

#shop article figure span img {
	height: 48px;
	width: auto;
}

#shop article:nth-of-type(3) figure span img {
	height: 40px;
	width: auto;
	margin-bottom: 8px;
}

#shop article .read {
	color: #572A06;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.5;
}
#shop article .address {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

#shop article .shoptel {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.5;
}

#shop article .address i {
	display: inline-block;
	margin-right: 5px;
}

.fa-phone::before {
  content: "\f095";
	font-size: 10px;
}

#shop article h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
}





@media screen and (max-width: 768px) {#shop .inner {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
#shop .title {
	margin-bottom: 35px;
}

#shop .shoplist {
	width: auto;
	margin: 0 auto;
		 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
#shop article {
	width: 49%;
	height: auto;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	border-right:#E0E0E0 1px solid;
	text-align: left;
	margin-bottom: 50px;
}
	#shop article:nth-of-type(2n+0) {
	width: 49%;
			height: auto;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	border-right:none;
	text-align: left;
	margin-bottom: 50px;
}
	#shop article:nth-of-type(3){
	border-right:#E0E0E0 1px solid;
}
#shop article:last-child {
	border-right: none;
	border-bottom: none!important;
	padding: 0px 20px 0px 20px!important;
}
#shop article figure {
	margin-bottom: 10px;
}
#shop article .read {
	color: #572A06;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
#shop article .address {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}
	#shop article .shoptel {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
}
#shop article h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}}
@media screen and (max-width: 480px) {
	
	#shop .inner {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
		padding-top: 10px;
}
#shop .title {
	margin-bottom: 35px;
}
#shop article {
	width: auto;
	height: auto;
	float: none;
	padding: 0px 20px 30px 20px;
	box-sizing: border-box;
	border-bottom:#E0E0E0 1px solid;
	border-right: none;
	text-align: left;
	margin-bottom: 30px;
}
		#shop article:nth-of-type(2n+0) {
	width: auto;
	height: auto;
	float: none;
	padding: 0px 20px 30px 20px;
	box-sizing: border-box;
	border-bottom:#E0E0E0 1px solid;
	border-right: none;
	text-align: left;
	margin-bottom: 30px;
}
#shop article:last-child {
	border-right: none;
}
#shop article figure {
	margin-bottom: 10px;
}
#shop article .read {
	color: #572A06;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
#shop article .address {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
	#shop article .shoptel {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.5;
}

.fa-phone::before {
  content: "\f095";
	font-size: 9px;
}

#shop article h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}}
/*staff*/
#staff {
	background: url("../images/bg_staff.jpg") no-repeat;
	background-size: cover;
}
#staff .inner {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
#staff .title {
	color: #4D2D18;
}
.architect {
	width: 912px;
	margin: 0 auto;
	overflow: hidden;
}
.architect h3 {
	font-size: 30px;
	color: #4D2D18;
	background: url("../images/staff_ac.png") no-repeat left center;
	padding: 5px 0 5px 40px;
	background-size: 30px auto;
	width: 360px;
	margin: 0 auto 30px auto;
}
.architect p {
	font-size: 16px;
	color: #4D2D18;
	line-height: 1.8;
	margin-bottom: 50px;
}
.architect h3 strong {
	font-size: 30px;
	color: #4D2D18;
	font-weight: 700;
}
.architect ul {
	margin-bottom: 50px;
	overflow: hidden;
}
.architect li {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	margin-right: 24px;
}
.architect li:last-child{
	float: right;
}
.btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #4D2D18;
	background-size: 24px auto;
	width: 370px;
	margin: 0 auto;
}
.btn_link a {
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	
	#staff {
	background: url("../images/bg_staff.jpg") no-repeat;
	background-size: cover;
}
#staff .inner {
	width: auto;
	margin: 0 20px;
	overflow: hidden;
	padding-bottom: 50px;
}
#staff .title {
	color: #4D2D18;
}
.architect {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
.architect h3 {
	font-size: 16px;
	color: #4D2D18;
	background: url("../images/staff_ac.png") no-repeat left center;
	padding: 5px 0 5px 22px;
	background-size: 16px auto;
	width: 200px;
	margin: 0 auto 10px auto;
}
.architect p {
	font-size: 13px;
	color: #4D2D18;
	line-height: 1.7;
	margin-bottom: 30px;
}
.architect h3 strong {
	font-size: 16px;
	color: #4D2D18;
	font-weight: 700;
}
.architect ul {
	margin-bottom: 10px;
	overflow: hidden;
}
.architect li {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	margin-right: 0;
}
	.architect li:first-child {
		margin-right: 15px;
}
.architect li:last-child {
	float: left;
}
.btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #4D2D18;
	background-size: 24px auto;
	width: 370px;
	margin: 0 auto;
}
.btn_link a {
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
	
}

@media screen and (max-width: 480px) {
	
.architect ul {
	margin-bottom: 10px;
	overflow: hidden;
}
.architect li {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.architect li:nth-of-type(2n+0) {
	float: none;
}
		.architect li:first-child {
		margin-right: 0;
}
.architect li:last-child {
	float: none;
}
.btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #4D2D18;
	background-size: 24px auto;
	width: auto;
	margin: 0 auto;
}
.btn_link a {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
	
}
/*recruit*/
#recruit .inner {
	width: auto;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	background: url("../images/recruit_img.jpg") no-repeat 0 0;
	background-size: 700px auto;
	position: relative;
	padding: 0;
}
#recruit .staff_r {
	margin-left: 600px;
	height: 350px;
	background: url("../images/bg_recruit.png") no-repeat 0 0;
	box-sizing: border-box;
	padding: 50px 0 0 0;
}
#recruit .title {
	color: #fff;
	text-align: right;
	width: 190px;
	margin-left: 390px;
}
#recruit .staff_r .txt {
	color: #fff;
	font-size: 15px;
	text-align: left;
	width: 414px;
	margin-left: 200px;
	margin-bottom: 30px;
}
#recruit .staff_r .btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #2F190B;
	background-size: 20px auto;
	width: 170px;
	margin: 0 0 0 410px;
}
#recruit .staff_r .btn_link a {
	font-size: 16px;
	text-align: center;
	padding: 15px 15px 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
#recruit dl {
	position: absolute;
	bottom: 25px;
	left: 0;
	background-color: rgba(000, 000, 000, 0.7);
	color: #fff;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
#recruit dt {
	float: left;
	font-size: 12px;
	font-size: 700;
	border-right: #fff 1px solid;
	height: 41px;
	margin-right: 15px;
	padding-right: 15px;
}
#recruit dd {
	float: left;
	font-size: 12px;
	font-size: 700;
	text-align: left;
}
@media screen and (max-width: 768px) {
	
	#recruit .inner {
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: url("../images/recruit_img.jpg") no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	padding: 0 0 50vw 0;
}
#recruit .staff_r {
	margin-left: 0px;
	height: auto;
	background: url("../images/bg_recruit.png") no-repeat center 0;
	background-size: 240% auto;
	box-sizing: border-box;
	padding: 30px 0 20px 0;
}
#recruit .title {
	color: #fff;
	text-align: center;
	width: auto;
	margin-left: 0px;
}
#recruit .staff_r .txt {
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: auto;
	margin-left: 0;
	padding: 0 20px;
	margin-bottom: 30px;
}
#recruit .staff_r .btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #2F190B;
	background-size: 20px auto;
	width: auto;
	margin: 0 20px 0 20px;
}
#recruit .staff_r .btn_link a {
	font-size: 16px;
	text-align: center;
	padding: 15px 15px 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
#recruit dl {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(000, 000, 000, 0.7);
	color: #fff;
	overflow: hidden;
	padding: 10px 15px;
	box-sizing: border-box;
}
#recruit dt {
	float: none;
	font-size: 13px;
	font-size: 700;
	border-right: none;
	height: auto;
	margin-right: 0;
	padding-right: 0;
}
#recruit dd {
	float: left;
	font-size: 12px;
	font-size: 400;
	text-align: left;
}
	
}
/*access*/
#access {}
#access .title {
	color: #4D2D18;
	margin-bottom: 55px;
}
#access .inner {
	padding: 50px 0;
}
#access .gmap {
	margin-bottom: 40px;
}
#access ul {
	overflow: hidden;
	width: 560px;
	margin: 0 auto;
	background: url("../images/ic_pin.png") no-repeat 0 center;
	background-size: 24px auto;
	padding: 15px 15px 15px 20px;
}
#access li {
	display: inline-block;
	font-size: 17px;
	color: #4D2D18;
}
#access li:nth-of-type(1) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: #707070 1px solid;
}
@media screen and (max-width: 768px) {
	
	#access .title {
	color: #4D2D18;
	margin-bottom: 30px;
}
#access .inner {
	padding: 25px 0;
}
#access .gmap {
		margin-bottom: 20px;
	}
#access .gmap iframe {
		width: 100% !important;
		height: 200px !important;
	}
#access ul {
	overflow: hidden;
	width: auto;
	margin: 0 20px;
	background: url("../images/ic_pin.png") no-repeat center top;
	background-size: 20px auto;
	padding: 40px 15px 0 10px;
}
#access li {
	display: block;
	font-size: 13px;
	color: #4D2D18;
	margin-bottom: 5px;
}
#access li:nth-of-type(1) {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
	
	#access li a{
		text-decoration: underline;
	}

}




.footer_bnr {
	padding-bottom: 100px;
	border-bottom: #CCCCCC 1px solid;
}
.footer_bnr ul{
	display: flex;
 justify-content: center;
 flex-wrap: wrap;
	
}

.footer_bnr li{
	width: 48%;
	margin-bottom: 25px;
}

.footer_bnr li:nth-of-type(2){
	margin-left: 25px;
}

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

	.footer_bnr {
	padding-bottom: 50px;
	border-bottom: #CCCCCC 1px solid;
}
.footer_bnr ul{
	display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
	
}

.footer_bnr li{
	width: 100%;
	margin-bottom: 15px;
}

.footer_bnr li:nth-of-type(2){
	margin-left: 0;
}


}







/*associate*/

#associate{
	background: #f5f5f5;
}
#associate .inner {
	padding: 50px 0;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#associate .title {
	text-align: center;
	color: #4D2D18;
}
#associate .txt {
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	color: #4D2D18;
}
#associate .btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #2F190B;
	background-size: 20px auto;
	margin: 0 auto;
}
#associate .staff_r .btn_link a {
	font-size: 16px;
	text-align: center;
	padding: 15px 15px 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#associate{
		padding: 0 20px;
}
	#associate .inner {
		padding: 25px 0;
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: url("../images/associate_img.jpg") no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
}

#associate .title {
	text-align: center;
	width: auto;
}
#associate .txt {
	font-size: 13px;
	text-align: center;
	width: auto;
	margin-bottom: 25px;
}
#associate .staff_r .btn_link {
	background: url("../images/ic_cursor.png") no-repeat 90% center #2F190B;
	background-size: 20px auto;
	width: auto;
	margin: 0 20px 0 20px;
}
#associate .btn_link a {
	font-size: 16px;
	text-align: center;
	padding: 15px 15px 15px 0;
	display: block;
	color: #fff;
	font-weight: 700;
}

	
}


/*company*/

.sec_content{padding: 50px 0 100px 0;}


.company .header figure {
  margin: 0 0 1em;
  height: 18vw;
  overflow: hidden;
}

.company .l-ttl {
  position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 5px;
}

.page-template-default .header figure {
  margin: 0 0 1em;
  height: 18vw;
  overflow: hidden;
}

.page-template-default .l-ttl {
  position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 5px;
}


@media screen and (max-width: 768px) {
	
	.sec_content{padding: 10vw 0 10vw 0;}
	.company .header figure {
  margin: 0 0 1em;
  height: 43vw;
  overflow: hidden;
}

		.company .l-ttl {
	font-size: 6.5vw;
	letter-spacing: 1px;
}
	
		.page-template-default .header figure {
  margin: 0 0 1em;
  height: 43vw;
  overflow: hidden;
}
	
		.page-template-default .l-ttl {
	font-size: 6.5vw;
	letter-spacing: 1px;
			white-space: nowrap;
}
	

}


/*menu 20230411*/
.menu {
  height: 12px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  z-index: 9999;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 4px;
  transform: rotate(45deg);
  background: #f4f6f7;
}

.menu__line--bottom.active {
  bottom: 6px;
  transform: rotate(135deg);
  background: #f4f6f7;
}

.menu__title {
  font-size: 0.6rem;
  font-weight: 600;
  position: absolute;
  bottom: -24px;
  color: #fff;
}

.menu__title.active {
  color: #f4f6f7;
}

/*gnav*/
.gnav {
  background: rgba(26,26,26,0.90);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

.gnav__wrap {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
	
  align-items:center;
  justify-content: center;
}

.gnav__menu__item {
  margin: 3rem 0;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2.5rem;
  text-decoration: none;
  transition: 0.2s;
}
.gnav__menu__item a:hover {
  color: #fff;
}

body.active {
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
} 





/*協力会社募集*/

.associate.page-template-default .header figure,
.associate_thanks.page-template-default .header figure,
.contact_recruit.page-template-default .header figure,
.recruit_thanks.page-template-default .header figure

{
  margin: 0 0 1em;
  height: auto!important;
  overflow: hidden;
}

.hero_sec figure img {
	width: 100%;
	height: auto;
}

.hero_sec .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 188px;
}

.contents{
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}


.associate_contents{
	padding: 100px 0 0 0;
}

.associate_thanks .associate_contents{
	padding: 0 0 0 0;
}

.associate_thanks .form_ttl {
	padding-top: 5px;
}

.associate_ttl{
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 38px;
	color: #482E1B;
	margin-bottom: 80px;
}
 
.associate_ttl:before,
.associate_ttl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #482E1B;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.associate_ttl:before {
  transform: rotate(-35deg);
}
 
.associate_ttl:after {
  transform: rotate(35deg);
}

.associate_img{
	margin-bottom: 80px;
}

.associate_txt{
width: 850px;
margin: 0 auto 100px auto;
text-align: left;}
.associate_txt p{
	font-size: 18px;
	margin-bottom: 1em; margin-bottom: 50px;
line-height: 1.8;
letter-spacing: 1px;}

.associate_txt a{
	text-decoration: underline;
}

.eform{
	background: #f5f5f5;
	padding: 100px 0;
	margin-bottom: 100px;
}

.form_ttl{
	font-size: 30px;
	color: #482E1B;
	font-weight:bold;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.4;
}

.eform dl{
	margin-bottom: 30px;
	text-align: left;
}

.eform dt{
	font-size: 18px;
	font-weight: bold;
	color: #482E1B;
	margin-bottom: 15px;
}

.eform dt span.hissu{
	background: #482E1B;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	margin-left: 20px;
	line-height: 25px;
	height: 25px;
	border-radius: 4px;
}

.eform dd{
	font-size: 18px;
}

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

.hero_sec .logo {
		position: absolute;
		top: 10px;
		left:10px;
		width: 120px;
		margin-left: 0;
	}
	
.contents{
	width: auto;
	margin: 0 20px;
}


.associate_contents{
	padding: 50px 0 0 0;
}

.associate_ttl{
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
	color: #482E1B;
	margin-bottom: 40px;
}
 
.associate_ttl:before,
.associate_ttl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #482E1B;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.associate_ttl:before {
  transform: rotate(-35deg);
}
 
.associate_ttl:after {
  transform: rotate(35deg);
}

.associate_img{
	margin-bottom: 80px;
}

.associate_txt{
width: auto;
margin: 0 20px 50px 20px;
text-align: left;}
.associate_txt p{
	font-size: 16px;
	margin-bottom: 1em; margin-bottom: 50px;
line-height: 1.8;
letter-spacing: 1px;}


.eform{
	background: #f5f5f5;
	padding: 50px 0;
	margin-bottom: 50px;
}

.form_ttl{
	font-size: 20px;
	color: #482E1B;
	font-weight:bold;
	margin-bottom: 30px;
	text-align: center;
}

.eform dl{
	margin-bottom: 20px;
	text-align: left;
}

.eform dt{
	font-size: 16px;
	font-weight: bold;
	color: #482E1B;
	margin-bottom: 15px;
}

.eform dt span.hissu{
	background: #482E1B;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	margin-left: 20px;
	line-height: 25px;
	height: 25px;
	border-radius: 4px;
}

.eform dd{
	font-size: 16px;
}


}


/*activity*/

.activity_read{font-size: 14px;
text-align: center;
	padding: 50px 0;
	line-height: 2;}

.activity_contents_sbox{width: 850px;
margin: 0 auto 50px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
	padding: 40px;
	box-sizing: border-box;
}

.activity_contents_sbox:nth-of-type(1){
	background: url("../images/activity/bg_1.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(2){
	background: url("../images/activity/bg_2.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(3){
	background: url("../images/activity/bg_3.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(4){
	background: url("../images/activity/bg_4.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(5){
	background: url("../images/activity/bg_5.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(6){
	background: url("../images/activity/bg_6.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(7){
	background: url("../images/activity/bg_7.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(2n+0) figure{
	order: 2;
}

.activity_contents_sbox:nth-of-type(2n+0) .activity_txtbox{
	order: 1;
	margin-left: 0px;
	margin-right: 50px;
}

.activity_contents_sbox figure{
	width: 37vw;
}

.activity_contents_sbox figure img{
	width: 100%;
	height: auto;
}

.activity_contents_sbox .activity_txtbox{
	width: 48vw;
	text-align: left;
	margin-left: 50px;
}

.activity_contents_sbox .activity_txtbox h2{
	font-size: 30px;
	font-weight: 700;
	color: #4b2c17;
	padding-bottom: 15px;
	border-bottom: #4b2c17 2px solid;
	margin-bottom: 30px;
}

.activity_contents_sbox .activity_txtbox p{
	font-size: 14px;
	line-height: 2;
}


@media screen and (max-width: 768px) {
	
.activity_read{font-size: 14px;
text-align: left;
	padding: 8vw 0;
	line-height: 2;}
	
	.activity_contents{
		margin: 0 5vw;
	}

.activity_contents_sbox{width: auto;
margin: 0 auto 8vw auto;
display: block;
	padding: 5vw 3vw;
	box-sizing: border-box;
}

.activity_contents_sbox:nth-of-type(1){
	background: url("../images/activity/bg_1.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(2){
	background: url("../images/activity/bg_2.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(3){
	background: url("../images/activity/bg_3.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(4){
	background: url("../images/activity/bg_4.jpg") no-repeat center center;
	background-size: cover;
}
	
	.activity_contents_sbox:nth-of-type(5){
	background: url("../images/activity/bg_5.jpg") no-repeat center center;
	background-size: cover;
}

.activity_contents_sbox:nth-of-type(6){
	background: url("../images/activity/bg_6.jpg") no-repeat center center;
	background-size: cover;
}
	
	.activity_contents_sbox:nth-of-type(7){
	background: url("../images/activity/bg_7.jpg") no-repeat center center;
	background-size: cover;
}


.activity_contents_sbox:nth-of-type(2n+0) .activity_txtbox{
	margin-left: 0px;
	margin-right: 0;
}

.activity_contents_sbox figure{
	width: auto;
	margin-bottom: 5vw;
}

.activity_contents_sbox figure img{
	width: 100%;
	height: auto;
}

.activity_contents_sbox .activity_txtbox{
	width: auto;
	text-align: left;
	margin-left: 0;
}

.activity_contents_sbox .activity_txtbox h2{
	font-size: 5.5vw;
	font-weight: 700;
	color: #4b2c17;
	padding-bottom: 3vw;
	border-bottom: #4b2c17 2px solid;
	margin-bottom: 3vw;
}

.activity_contents_sbox .activity_txtbox p{
	font-size: 14px;
	line-height: 2;
}
	
}




















