@charset "utf-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing:border-box;}

html{font-size:62.5%; background-color: #fff;}

body{
	font-family: "Roboto Condensed","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	font-style: normal;
	background-color: #fff;
	color: #333333;
	-webkit-text-size-adjust:100%;
}
h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
li{list-style-type:none;}
ins{text-decoration:none;}
mark{font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;margin:1em 0;padding:0;border:0;border-top:1px solid #ccc;}
img{border:none;vertical-align:bottom;max-width:100%;height:auto;}
small{font-size:75%;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;box-sizing:border-box;outline:none;
	color:#333333;}
p + p{margin-top:3.5rem;}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* common */
/* -------------------------------------------------- */
/* -------------------------------------------------- */




h2{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 4rem;
	line-height: 4.7rem;
	text-align: left;
	font-family: "Roboto Condensed","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 400;
	letter-spacing: 0.3rem;
	color:rgba(171, 205, 3, 1);
}


p{
	display: block;
	position: relative;
	font-family: "Roboto Condensed","Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0.16rem;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	color: #333333;
}



a{
	transition: 0.3s ease-in-out;
	border-bottom: 1px solid rgba(171, 205, 3, 0);
	padding-bottom: 1px;
	color:rgba(171, 205, 3, 1);
}

a:hover{
	border-bottom: 1px solid rgba(171, 205, 3, 1);
}


a img{
	transition: 0.2s ease-in-out;
}

a:hover img{
	opacity: 0.6;
}




img{
	display: block;
	position: relative;
	width: 100%;
}



#wrapper{
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}



.pc{
	display: block;
}

.sp{
	display: none;
}

section{
	display: block;
	position: relative;
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
	overflow: hidden;

}






/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

footer{
	display:flex;
	position: relative;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width: 100%;
	background-color: #FFF;
	padding: 7rem 3rem 6rem 3rem;
	background-color: rgba(171, 205, 3, 1);
	z-index: 100;

}

footer .footerLogo{
	max-width: 38.0rem;
}

footer .footerLogo img{
	width: 100%;
}

footer ul#footerNavi{
	display: flex;
	margin-top: 7rem;
	width: 100%;
	justify-content: center;
}

footer ul li{
	margin-left: 0rem;
	margin-right: 3.5rem;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul#footerNavi li a{
	font-size: 1.4rem;
	letter-spacing: 0.15rem;
	font-weight: 500;
	color: #fff;
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(255,255,255,0);
	transition: all .3s;

}

footer ul#footerNavi li a:hover{
	border-bottom: 2px solid rgba(255,255,255,1);
	opacity: 1;

}

footer h6{
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 8.8rem;
	line-height: 1.8rem;
	color: #FFF;
}




/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

header{
	position: fixed;
	top: 0;
	height: 95px;
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 1000;
}

header>div{
	display:flex;
	flex-flow: wrap;
	height: 95px;
	justify-content:space-between;
	align-items: center;
	width: 100%;

}

header #headerLogo{
	max-width: 400px;
}

header #headerNavi{
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	align-items: center;
	letter-spacing: 0.15rem;
}

header #headerNavi > li{
	margin-left: 3.7rem;
}

header #headerNavi > li:first-child{
	margin-left: 0;
}
header #headerNavi > li a,
header #headerNavi > li.active span{
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(171, 205, 3, 0);
	transition: all .3s;
	color:#333;


}

header #headerNavi > li a:hover{
	color: rgba(171, 205, 3, 1);
	border-bottom: 2px solid rgba(171, 205, 3, 1);
	opacity: 1;
}

header #headerNavi > li.active span{
	color: #333333;
	border-bottom: 2px solid rgba(171, 205, 3, 1);
	opacity: 1;
}



header .hamburger,
header #navigation{
	display: none;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* preload */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#preload{
	position: fixed;
	top:0;
	left: 0;
	z-index: 99999;
	background-color: #fff;
	display:flex;
	flex-flow: wrap;
	justify-content:center;
	align-items: center;
	width: 100%;
}

#preload p{
	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
	position: relative;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #314045;
	display: none;
}

#preload img{
	display: block;
	margin-top: 1.5rem;
	max-width: 300px;

}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* #topPage */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


#topPage div.wrapperInner section > div.sectionInner{
	display: block;
	position: relative;
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9rem;
	padding-bottom: 9rem;
}


#topPage div.wrapperInner:first-child section > div.sectionInner{
	border-bottom: 1px solid rgba(171, 205, 3, 1);
}



#topPage div.wrapperInner:first-child section > div.sectionInner::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:5000px;
	height:0px;
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	bottom:-1px;
}

#topPage div.wrapperInner:first-child section:nth-child(odd) > div.sectionInner::after{
	left:-5000px;
}


#topPage div.wrapperInner:first-child section:nth-child(even) > div.sectionInner::after{
	right:-5000px;
}


#topPage div.wrapperInner:first-child section:last-child >  div.sectionInner{
	border-bottom: none;
}

#topPage div.wrapperInner:first-child section:last-child > div.sectionInner::after{
	display: none;
}


#topPage div.wrapperInner:first-child section:nth-child(odd) h2{
	align-items:flex-end;
}

#topPage div.wrapperInner:first-child h2 > span:nth-child(1){
	margin-bottom: 0.1rem;
	letter-spacing: 0.03rem;
}

#topPage div.wrapperInner:first-child h2 > span:nth-child(2){
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0.1rem;
}



#topPage #infoList h2,
#topPage #media h2,
#topPage #shop h2{
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

#topPage #infoList h2 > span:nth-child(1),
#topPage #media h2 > span:nth-child(1),
#topPage #shop h2 > span:nth-child(1){
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: 400;
}


#topPage #infoList h2 > span:nth-child(2),
#topPage #media h2 > span:nth-child(2),
#topPage #shop h2 > span:nth-child(2){
	font-size: 1.6rem;
	line-height: 3rem;
}




/* -------------------------------------------------- */
/* #topPage kv */
/* -------------------------------------------------- */


#topPage #topTitle{
	display: flex;

	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	z-index: 10;
	background-image: url(/images/top/img_kv.jpg);
	background-position: center bottom	;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	padding-left: 10.5rem;
}



#topPage #topTitle > div#topTitleInner{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: none;
	height: 60vh;
	background: transparent linear-gradient(180deg, #FFFFFF 20%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
}


#topPage #topTitle > h1{
	/*font-family: 'Zen Old Mincho', serif;*/
	font-weight: 400;
	font-size: 5rem;
	line-height: 7.2rem;
	color: #FFF;
	letter-spacing: 0.5rem;
	/*text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);*/
	color: rgba(171, 205, 3, 1);
}

#topPage #topTitle > p{
	margin-top: 4.6rem;
	font-size: 2.5rem;
	line-height: 3.6rem;
	letter-spacing: 0.25rem;
	color: #FFF;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}




/* -------------------------------------------------- */
/* #topPage info */
/* -------------------------------------------------- */


#topPage #infoList article{
	margin-top: 6rem;
}


#topPage #infoList article dl{
	display: flex;
	align-items: stretch;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;

}



#topPage #infoList article dl:last-child{
	margin-bottom: 0rem;
	padding-bottom: 0;
	border-bottom: none;
}

#topPage #infoList article dl dt{
	display: flex;
	align-items: center;
	width: 12rem;
	padding: 0.5rem 0rem;
	transition: 0.3s ease-in-out;

}


#topPage #infoList article dl dd{
	display: flex;
	align-items: center;
	width: calc(100% - 12rem);
	transition: 0.3s ease-in-out;
	padding: 0.5rem 0rem;

}



#topPage #infoList article dl dd a{
	display: block;
	color:#333333;
	border-bottom: none;
	padding: 0.5rem 1rem;
}


#topPage #infoList article dl dd a:hover{
	color:#333333;
	background-color: rgba(171, 205, 3, 0.3);
	border-radius:0.5rem;

}


/* -------------------------------------------------- */
/* #topPage */
/* business */
/* company */
/* staff */
/* contact */
/* -------------------------------------------------- */

#topPage div.wrapperInner:first-child section:not(:first-child) dl{
	display: flex;
	align-items: center;
	width: 100%;
}


#topPage div.wrapperInner:first-child section:not(:first-child) dl dt{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 5rem;
	max-width: calc(100% - 487px);
}

#topPage div.wrapperInner:first-child section:not(:first-child) dl dd{
	display: block;
	position: relative;
	max-width: 487px;
}

#topPage div.wrapperInner:first-child section:not(:first-child) dl dd img{
	display: block;
	position: relative;
	width: 100%;
}


#topPage div.wrapperInner:first-child section:not(:first-child):nth-child(odd) dl dt{
	order: 2;
	padding-right: 0rem;
	padding-left: 5rem;

	align-items: flex-end;
}

#topPage div.wrapperInner:first-child section:not(:first-child):nth-child(odd) dl dd{
	order: 1
}

#topPage div.wrapperInner:first-child section:not(:first-child) dl dd{
	max-width: 487px;
}

#topPage div.wrapperInner:first-child section:not(:first-child) dl dt p{
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
}


#topPage div.wrapperInner:first-child section:not(:first-child) dl dt a{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-color: rgba(171, 205, 3, 1);
	height: 5rem;
	line-height: 5rem;
	color: #FFF;
	width: 206px;
	border-radius: 2.5rem;
	margin-top: 2.5rem;
	transition: 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.16rem;
}

#topPage div.wrapperInner:first-child section:not(:first-child) dl dt a:hover{
	opacity: 0.6;
}




/* -------------------------------------------------- */
/* #topPage media */
/* -------------------------------------------------- */

#topPage section#media{
	/*background-color: #F7FAE5;*/
	background-color: #FFF;
	position: relative;
}

#topPage section#media video{
	display: block;
	position: relative;
	width: 100%;
	cursor: pointer;
	background-color: #000;
}



#topPage section#media ul{
	margin-left: auto;
	margin-right: auto;
	margin-top: 9rem;
	max-width: 600px;
}


#topPage section#media ul li:not(:first-child){
	margin-top: 8rem;
}


#topPage section#media ul h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.16rem;
	text-align: center;
	background-color: #333;
	min-height: 40px;
}

#topPage section#media ul p{
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-align: center;
	letter-spacing: 0.1rem;
	margin-top: 1.5rem;
}




/* -------------------------------------------------- */
/* #topPage shop*/
/* -------------------------------------------------- */

#topPage section#shop{
	background-color: #F7FAE5;
	position: relative;
}

#topPage section#shop h3{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	font-size: 2.2rem;
	line-height: 3.6rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2rem;
	color:rgba(171, 205, 3, 1);
	padding: 15px 15px 15px 15px;
	max-width: 600px;
	border: 3px solid rgba(171, 205, 3, 0.3);
	background-color: #FFF;
}

#topPage section#shop p{
	margin-top: 6rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	line-height: 3.2rem;
}

#topPage section#shop .shopInfo{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	margin-top: 6rem;
	gap:20px;
	padding-top: 0px;
	border: 2px solid rgba(171, 205, 3, 0.3);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#topPage section#shop .shopInfo dl{
	display: flex;
	flex-direction:row;
	justify-content: center;
	width: 570px;
	gap:15px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(171, 205, 3, 0.3);
	align-items: stretch;
}


#topPage section#shop .shopInfo dl:first-child{
	padding-top: 20px;
	/*border-top: 1px solid rgba(171, 205, 3, 0.3);*/
}


#topPage section#shop .shopInfo dl:last-child{
	border-bottom: none;
}

#topPage section#shop .shopInfo dl dt{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(20% - 8px);
	text-align: right;
	font-weight: 700;
}

#topPage section#shop .shopInfo dl dd{
	width: 80%;
}

#topPage section#shop ul.shopPhoto{
	display: flex;
	margin-top: 9rem;
	flex-direction: column;
	width: 100%;
	justify-content:flex-start;
	align-items: center;
	gap:30px;
}

#topPage section#shop ul.shopPhoto li{
	max-width: 600px;
}


#topPage section#shop .shopInfo a.btGmap{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-color: rgba(171, 205, 3, 1);
	height: 3rem;
	line-height: 3rem;
	color: #FFF;
	width: 120px;
	border-radius: 1.5rem;
	margin-top: 1.0rem;
	transition: 0.3s ease-in-out;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.16rem;
}

#topPage section#shop .shopInfo a.btGmap:hover{
	opacity: 0.6;
}


/* -------------------------------------------------- */
/* #topPage bannerSpace*/
/* -------------------------------------------------- */


#topPage section#bannerSpace{
	background-color: #F7FAE5;
}

#topPage section#bannerSpace ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;

	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	
}



#topPage section#bannerSpace ul li{
	display: block;
	position: relative;
	max-width: 255px;
	max-height: 255px;

	margin-right: 6rem;
}

#topPage section#bannerSpace ul li:first-child{
	max-width: 283px;
}

#topPage section#bannerSpace ul li:last-child{
	margin-right: 0;
}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* #infoPage */
/* #businessPage */
/* #staffPage */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */



/* ------------------ common / #infoPage -------------------- */

#infoPage #subPageTitle,
.common #subPageTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: calc(200px + 95px);
	padding-top: 95px;
	padding-left: 5rem;
	padding-right: 5rem;
	color:#fff;
	background-color: rgba(171, 205, 3, 1);
}

.common #subPageTitle{
	height: calc(350px + 95px);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}


#businessPage #subPageTitle{
	background-image: url(/images/business/img_business_kv.jpg);

}

#companyPage #subPageTitle{
	background-image: url(/images/company/img_company_kv.jpg);

}

#contactPage #subPageTitle{
	background-image: url(/images/contact/img_contact_kv.jpg);

}


#staffPage #subPageTitle{
	background-image: url(/images/staff/img_staff_kv.jpg);

}



#infoPage #subPageTitle h1,
.common #subPageTitle h1{
	text-align: center;
	letter-spacing: 0.18rem;
	line-height: 7.1rem;
	font-size: 6.0rem;
	font-weight: 400;
}

#infoPage #subPageTitle h1 span,
.common #subPageTitle h1 span{
	display: block;
}

#infoPage #subPageTitle h1 span:nth-child(2),
.common #subPageTitle h1 span:nth-child(2){
	display: block;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 3rem;
	margin-top: 0.2rem;
}

.common #subPageTitle h1{
text-shadow: 0px 0px 8px #00000080;
}


/* ------------------ #infoPage -------------------- */

#infoPage section{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	max-width: 980px;
	padding: 40px 40px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px #0000001A;
	border-radius: 30px;
	text-align: center;
}

#infoPage section:first-child{
	margin-top: 9rem;
}


#infoPage section:last-child{
	margin-bottom: 9rem;
}

#infoPage section h2{
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	font-size: 2.5rem;
	line-height: 3.6rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	letter-spacing: 0.15rem;
	font-weight: 700;
	text-align: justify;
}
#infoPage section article{
	margin-top: 4rem;
}

#infoPage section article p{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	margin-top: 2.4rem;
	text-align: justify;
}

#infoPage section article p.caption{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-top: 1rem;
}

#infoPage section article .img700,
#infoPage section article .img600,
#infoPage section article .img500,
#infoPage section article .img400,
#infoPage section article .img300{
	margin-top: 4rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



#infoPage section article .img700{
	max-width: 700px;
}

#infoPage section article .img600{
	max-width: 600px;
}

#infoPage section article .img500{
	max-width: 500px;
}

#infoPage section article .img400{
	max-width: 400px;
}

#infoPage section article .img300{
	max-width: 300px;
}



#infoPage section article p:first-child{
	margin-top: 0;
}

#infoPage section h4.date{
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: rgba(171, 205, 3, 1);
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-align: left;
}


#infoPage section a.linkBt{
	text-align: center;

	display:inline-flex;
	text-align: center;
	position: relative;
	justify-content: center;
	align-items: center;
	background-color: rgba(171, 205, 3, 1);
	height: 5rem;
	line-height: 5rem;
	color: #FFF;
	min-width: 200px;
	border-radius: 2.5rem;
	margin-top: 4rem;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s ease-in-out;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.10rem;
}


#infoPage section a.linkBt span{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}

#infoPage section a.linkBt:hover{
	opacity: 0.6;
}

#infoPage section a.linkBt em{
	font-size: 1.2rem;
	font-style: normal;
}


#infoPage section article video{
	display: block;
	position: relative;
	width: 100%;
	cursor: pointer;
	background-color: #000;
}





/* ------------------ .common -------------------- */

.common div.wrapperInner{
	margin-top: 9rem;
	margin-bottom: 9rem;
}

.common div.wrapperInner section{
	margin-bottom: 9rem;
}

.common div.wrapperInner section:last-child{
	margin-bottom: 0rem;
}

.common div.wrapperInner section > div.sectionInner{
	display: block;
	position: relative;
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3rem;
	padding-right: 3rem;
}




.common div.wrapperInner section > div.sectionInner h2::before{
	content:"";
	position:absolute;
	display:inline-block;
	width:5000px;
	height:0px;
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	top:-1px;
}

.common div.wrapperInner section > div.sectionInner h2::after{
	content:"";
	position:absolute;
	display:inline-block;
	width:5000px;
	height:0px;
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	bottom:-1px;
}



.common div.wrapperInner section:nth-child(odd) > div.sectionInner h2::before,
.common div.wrapperInner section:nth-child(odd) > div.sectionInner h2::after{
	right:-5000px;
}

.common div.wrapperInner section:nth-child(even) > div.sectionInner h2::before,
.common div.wrapperInner section:nth-child(even) > div.sectionInner h2::after{
	left:-5000px;
}



.common div.wrapperInner section > div.sectionInner h2{
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 1.7rem 2rem 1.7rem 2rem;
	height:auto;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.2rem;
	line-height: 4.6rem;
	letter-spacing: 0.15rem;
	font-weight: 700;
	border-top: 1px solid rgba(171, 205, 3, 1);
	border-bottom: 1px solid rgba(171, 205, 3, 1);
	margin-bottom: 6rem;
}

.common div.wrapperInner section:nth-child(odd) > div.sectionInner h2{
	border-left: 1px solid rgba(171, 205, 3, 1);
	justify-content: flex-start;
}


.common div.wrapperInner section:nth-child(even) > div.sectionInner h2{
	border-right: 1px solid rgba(171, 205, 3, 1);
	justify-content: flex-end;
}





/* ------------------ #businessPage-------------------- */

.groupImg{
	margin-bottom: 5rem;
	position: relative;

}

.groupCompany{
	display: flex;
	flex-direction: row;
	position: relative;
}

.groupCompany > li{
	width: calc(33% - 1px);
	border-left: 1px solid #CCCCCC;
	padding-left: 2.0rem;
	margin-left: 2.0rem;
	line-height: 2.4rem;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}

.groupCompany > li:first-child{
	/*width:calc(24% - 1px);*/
	border-left: none;
	padding-left: 0rem;
	margin-left: 0rem;
}

.groupCompany > li:last-child{
	margin-right: 0rem;
}

.groupCompany > li li{
	line-height: 2.4rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
}

.groupCompany > li li:last-child{
	margin-bottom: 0;
}

.groupCompany > li > h3{
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.groupCompany > li > ul{
	margin-top: 1.7rem;

}



#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl{
	display: flex;
	align-items:flex-start;
	width: 100%;


}

#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 5rem;
	max-width: calc(100% - 450px);
}

#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dd{
	display: block;
	position: relative;
	max-width: 450px;
}

#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dd img{
	display: block;
	position: relative;
	width: 100%;
}


#businessPage div.wrapperInner:first-child section:not(:first-child):nth-child(even) > div.sectionInner > dl dt{
	order: 2;
	padding-right: 0rem;
	padding-left: 5rem;
	align-items: flex-end;
}

#businessPage div.wrapperInner:first-child section:not(:first-child):nth-child(even) > div.sectionInner > dl dd{
	order: 1;
}


#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt p{
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0.15rem;
}

#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt p:first-child{
	margin-top: 0;
}




/* ------------------ #companyPage-------------------- */

#message p,
#philosophy p{
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-top: 2.6rem;
	letter-spacing: 0.2rem;

}

#message p.lastName{
	margin-top: 6rem;
	text-align: right;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	line-height: 2.4rem;
}


#message p.lastName .companyName{
	display: block;
	font-size: 1.6rem;
}

#message p.lastName .presidentName{
	display: block;
	font-size: 2.4rem;
	margin-top: 1.6rem;
}

#philosophy p.philosophyText{
	font-family: 'Zen Old Mincho', serif;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 4.9rem;
	margin-top: 0;
	letter-spacing:0.2rem;
}

#philosophy p.philosophyText span:first-of-type{
	margin-left: -1.5rem;
}

#philosophy p:nth-of-type(2){
	margin-top: 4rem;
}



#profile .prolileInner{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 2px 10px #0000001A;
	border-radius: 30px;
	padding: 3rem 3rem 3rem 3rem;
	margin-top: 4rem;
}

#profile .prolileInner:first-of-type{
	margin-top: 0rem;
}

#profile .prolileInner h3{
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 2.9rem;
	letter-spacing: 0.1rem;
	margin-bottom: 3rem;
}

#profile .prolileInner dl{
	display: flex;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5rem;
}

#profile .prolileInner dl:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#profile .prolileInner dl > dt{
	font-weight: 700;

	letter-spacing: 0.1rem;
	width: 15rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#profile .prolileInner dl > dd{
	width: calc(100% - 150px);
	font-size: 1.6rem;
	line-height: 2.4rem;
	word-break: break-all;

}

#origin p{
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-top: 2.6rem;
	letter-spacing: 0.2rem;
}

#origin p:first-of-type{
	margin-top: 0;
}

#history dl{
	display: flex;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5rem;
}

#history dl:last-of-type{
	margin-bottom: 0;
}

#history dl dt{
	width: 15rem;
	font-weight: 400;
}

#history dl dd{
	width: calc(100% - 15rem);
	font-weight: 400;
	word-break: break-all;

}

#partner ul li{
	line-height: 2.6rem;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

#partner ul li a{
	display: inline-block;
	line-height: 2.6rem;
	font-size: 1.6rem;
}

#partner ul li span{
	display: inline-block;
	padding-bottom: 2px;
}

#partner ul li:last-child{
	margin-bottom: 0px;
}



/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* #contactPage */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

#contactPage .wrapperInner{
	margin-bottom: 0px;
	position: relative;
}

#contactPage h3{
	display: flex;
	position: relative;
	justify-content:space-around;
	align-items:flex-end;
	margin-bottom: 60px;
	font-size: 3rem;
	line-height: 4.5rem;



}

#contactPage h3 span:nth-last-of-type(2){
	display: block;
	position: relative;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #ABCD03;
	margin-left: 40px;
	margin-right: 40px;
}

#contactPage h3 span:first-of-type,
#contactPage h3 span:last-of-type{
	content: " ";
	display: block;
	position: relative;
	border-bottom: 2px solid #ABCD03;
	width: auto;
	flex:1;
	bottom:2.2rem;
}

#contactInner.telContents .telInner{
	margin-bottom: 6rem;
}

#contactInner.telContents .telInner:last-child{
	margin-bottom: 0;
}

#contactInner.telContents h4{
	font-family: "Zen old mincho",serif;
	text-align: center;
	font-size: 2.6rem;
	line-height: 3.7rem;
	letter-spacing: 0.1rem;

}


#contactInner.telContents .telBox{
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-top: 2.5rem;
	line-height: 110px;
	height: 110px;
	padding: 5px 10px 0px 10px;
	/* UI Properties */

	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 2px 10px #0000001A;
	border-radius: 60px;
}

#contactInner.telContents .telBox h5{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 700;
}

#contactInner.telContents .telBox p{
	font-weight: 700;
	font-size: 4rem;
	line-height: 5.3rem;
}






#contactInner.mailform{
	background-color: #F7FAE5;
	padding-top: 100px;
	padding-bottom: 120px;
}

#contactPage #contactInner .sectionInner dl{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: flex-start;
	padding-bottom: 0rem;
	margin-bottom: 3.8rem;
	/*border-bottom: 1px solid #eee;*/
}

#contactPage #contactInner .sectionInner dl dt{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: flex-start;
	margin-bottom: 1rem;
	align-items:flex-start;
	font-size: 1.6rem;
	font-weight: 700;
	color: #33333;
	letter-spacing: 0.1rem;
}

#contactPage #contactInner .sectionInner dl dt em{
	color: #049CD5;
	font-style: normal;
	margin-left: 0.4rem;
	margin-top: -0.5rem;
	font-size: 1.25rem;

}

#contactPage #contactInner .sectionInner dl dd{
	width: 100%;
}

#contactPage #contactInner .sectionInner dl dd input,
#contactPage #contactInner .sectionInner dl dd textarea{
	border: 1px solid #ccc;
	line-height: 2.6rem;
	font-size: 1.8rem;
	padding: 8px 10px 8px 10px;
	color: #444;
	letter-spacing: 0.1rem;
}

#contactPage #contactInner .sectionInner dl dd input[type=text]{
	width: calc(80% - 22px);
}

#contactPage #contactInner .sectionInner dl dd input[type=email]{
	width: calc(100% - 22px);
}

#contactPage #contactInner .sectionInner dl dd input[type=tel]{
	width: 40%;
}

#contactPage #contactInner .sectionInner dl dd textarea{
	width: calc(100% - 22px);
	height: 40rem;

}

#contactPage .submitBt{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items:center;
	text-align: center;
}
#contactPage .submitBt button{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-color: rgba(171, 205, 3, 1);
	height: 6rem;
	line-height: 6rem;
	color: #FFF;
	font-size: 1.8rem;
	width: 360px;
	border:none;
	border-radius: 3rem;
	margin-top: 2.5rem;
	transition: 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.1rem;
	cursor: pointer;

}

#contactPage .submitBt button:hover{
	background-color: rgba(171, 205, 3, 0.3);
}

#contactPage .submitBt .note{
	margin-top: 2rem;
	font-size: 1.2rem;
}

#contactPage .submitBt .note em{
	color: #049CD5;
	font-style: normal;
}


/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */

/* max-width:1160px */

/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */



@media only screen and (max-width:1160px){


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		padding-left: 30px;
		padding-right: 30px;
	}

	header #headerLogo{
		max-width: 370px;
	}


	header #headerNavi > li{
		margin-left: 3.2rem;
	}


	#topPage #topTitle{
		padding-left: 7rem;
	}

}/* ########## 1160px end ########## */




/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */

/* max-width:1124px */

/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */



@media only screen and (max-width:1124px){


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		padding-left: 25px;
		padding-right: 25px;
	}

	header #headerLogo{
		max-width: 330px;
	}


	header #headerNavi > li{
		margin-left: 2.5rem;
	}


	#topPage #topTitle{
		padding-left: 6rem;
	}

}/* ########## 1124px end ########## */




/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */

/* max-width:980px */

/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */


@media only screen and (max-width:980px){



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	header{
		padding-left: 20px;
		padding-right: 20px;
		height: 75px;

	}


	header>div{
		height: 75px;
	}


	header #headerLogo{
		max-width: 145px;
	}


	header #headerLogo img.sp{
		display: block;
	}


	header #headerLogo img.pc{
		display: none;
	}

	header #headerNavi > li{
		margin-left: 1.8rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #topPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */



	#topPage div.wrapperInner section > div.sectionInner{
		max-width: 70rem;
		padding-top:8rem;
		padding-bottom: 8rem;
	}

	#topPage div.wrapperInner h2{
		font-size: 3.8rem;
		line-height: 4.5rem;
	}


	#topPage div.wrapperInner:first-child section h2{
		align-items:center;
	}

	#topPage div.wrapperInner:first-child section:nth-child(odd) h2{
		align-items:center;
	}



	#topPage div.wrapperInner:first-child h2 > span:nth-child(2){
		font-size: 1.8rem;
		line-height: 2.8rem;
		letter-spacing: 0.1rem;
	}



	#topPage #infoList h2 > span:nth-child(1),
	#topPage #media h2 > span:nth-child(1),
	#topPage #shop h2 > span:nth-child(1){
		padding-bottom: 2.5px;
		margin-bottom: 2.5px;
	}


	#topPage #infoList h2 > span:nth-child(2),
	#topPage #media h2 > span:nth-child(2),
	#topPage #shop h2 > span:nth-child(2){
		font-size: 1.5rem;
		line-height: 2.8rem;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #topPage topTitle */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#topPage #topTitle{
		padding-left: 5rem;
	}




	#topPage #topTitle > h1{
		font-size: 4rem;
		line-height: 6.2rem;
		letter-spacing: 0.4rem;
	}

	#topPage #topTitle > p{
		margin-top: 3.6rem;
		font-size: 2rem;
		line-height: 3.1rem;
		letter-spacing: 0.20rem;
	}





	/* -------------------------------------------------- */
	/* #topPage info */
	/* -------------------------------------------------- */


	#topPage #infoList article{
		margin-top: 5rem;
	}


	#topPage #infoList article dl{

		padding-bottom: 0.8rem;
		margin-bottom: 0.8rem;
	}


	#topPage #infoList article dl dt{
		width: 10rem;
		font-size: 1.5rem;
	}


	#topPage #infoList article dl dd{

		width: calc(100% - 10rem);
		font-size: 1.5rem;
	}



	#topPage #infoList article dl dd a{
		padding: 0.5rem 0.8rem;
	}


	/* -------------------------------------------------- */
	/* #topPage */
	/* business */
	/* company */
	/* staff */
	/* contact */
	/* -------------------------------------------------- */

	#topPage div.wrapperInner:first-child section:not(:first-child) dl{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;

	}

	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-right: 0rem;
		padding-bottom: 6rem;
		max-width: calc(100% - 0px);
	}

	#topPage div.wrapperInner:first-child section:not(:first-child) dl dd{
		width: 100%;
	}


	#topPage div.wrapperInner:first-child section:not(:first-child):nth-child(odd) dl dt{
		order: 1;
		padding-right: 0rem;
		padding-left: 0rem;
		align-items: center;
	}

	#topPage div.wrapperInner:first-child section:not(:first-child):nth-child(odd) dl dd{
		order: 2
	}

	#topPage div.wrapperInner:first-child section:not(:first-child) dl dd{
		max-width: 60rem;
	}

	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt p{
		margin-top: 2.5rem;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}


	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt a{
		height: 4.8rem;
		line-height: 4.8rem;
		width: 206px;
		border-radius: 2.4rem;
		margin-top: 2.4rem;
		letter-spacing: 0.15rem;
		font-size:1.5rem;
	}





	/* -------------------------------------------------- */
	/* #topPage media */
	/* -------------------------------------------------- */


	#topPage section#media ul{
		margin-left: auto;
		margin-right: auto;
		margin-top: 9rem;
		max-width: 600px;
	}


	#topPage section#media ul li:not(:first-child){
		margin-top: 7rem;
	}


	#topPage section#media ul h3{
		font-size: 1.7rem;
		letter-spacing: 0.17rem;
		min-height: 38px;
	}

	#topPage section#media ul p{
		font-size: 1.3rem;
		line-height: 1.9rem;
		margin-top: 1.4rem;
	}



	/* -------------------------------------------------- */
	/* #topPage bannerSpace*/
	/* -------------------------------------------------- */




	#topPage section#bannerSpace ul li{
		margin-right: 4rem;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #infoPage */
	/* #businessPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */



	/* ------------------ common / #infoPage -------------------- */



	#infoPage #subPageTitle,
	.common #subPageTitle{
		height: 275px;
		padding-top: 95px;
		padding-left: 4rem;
		padding-right: 4rem;
	}


	#infoPage #subPageTitle h1,
	.common #subPageTitle h1{
		letter-spacing: 0.14rem;
		line-height: 6.1rem;
		font-size: 5.0rem;
	}


	#infoPage #subPageTitle h1 span:nth-child(2),
	.common #subPageTitle h1 span:nth-child(2){
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-top: 0.1rem;
	}





	/* ------------------ #infoPage -------------------- */


	#infoPage section{
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5rem;
		max-width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
		padding: 30px 30px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px #0000001A;
		border-radius: 30px;
		opacity: 1;
		text-align: center;
	}

	#infoPage section:first-child{
		margin-top: 8rem;
	}


	#infoPage section:last-child{
		margin-bottom: 8rem;
	}

	#infoPage section h2{
		border-bottom: 1px solid rgba(171, 205, 3, 1);
		font-size: 2.2rem;
		line-height: 3.3rem;
		padding-bottom: 1.3rem;
		margin-bottom: 1.3rem;
		letter-spacing: 0.13rem;
	}
	#infoPage section article{
		margin-top: 4rem;
	}

	#infoPage section article p{
		font-size: 1.5rem;
		line-height: 2.3rem;
		margin-top: 2.3rem;
		letter-spacing: 0.11rem;
	}

	#infoPage section article p.caption{
		text-align: center;
		font-size: 1.3rem;
		line-height: 2.0rem;
		margin-top: 1rem;
	}

	#infoPage section article .img700,
	#infoPage section article .img600,
	#infoPage section article .img500,
	#infoPage section article .img400,
	#infoPage section article .img300{
		margin-top: 3rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}



	#infoPage section article .img700{
		max-width: 600px;
	}

	#infoPage section article .img600{
		max-width: 500px;
	}

	#infoPage section article .img500{
		max-width: 400px;
	}

	#infoPage section article .img400{
		max-width: 300px;
	}

	#infoPage section article .img300{
		max-width: 200px;
	}



	#infoPage section article p:first-child{
		margin-top: 0;
	}

	#infoPage section h4.date{
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.7rem;
		font-weight: 400;
		letter-spacing: 0.054rem;
	}


	#infoPage section a.linkBt{

		height: 4.8rem;
		line-height: 4.8rem;
		color: #FFF;
		min-width: 200px;
		border-radius: 2.4rem;
		margin-top: 3.5rem;
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.08rem;
	}


	#infoPage section a.linkBt span{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	#infoPage section a.linkBt em{
		font-size: 1.1rem;
	}





	/* ------------------ .common -------------------- */

	.common div.wrapperInner{
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.common div.wrapperInner section{
		margin-bottom: 8rem;
	}

	.common div.wrapperInner section:last-child{
		margin-bottom: 0rem;
	}

	.common div.wrapperInner section > div.sectionInner{
		display: block;
		position: relative;
		max-width: 76rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0rem;
		padding-right: 0rem;
	}








	.common div.wrapperInner section > div.sectionInner h2{
		padding: 1.5rem 1.5rem 1.5rem 1.5rem;
		font-size: 2.5rem;
		line-height: 3.6rem;
		margin-bottom: 3.5rem;
	}






	/* ------------------ #businessPage-------------------- */

	.groupImg{
		margin-bottom: 5rem;
		position: relative;

	}

	.groupCompany{
		display: flex;
		flex-direction:column;
	}

	.groupCompany > li{
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #CCC;
		padding-left: 0rem;
		margin-left: 0rem;
		line-height: 2.3rem;
		font-size: 1.5rem;
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
		text-align: center;

	}

	.groupCompany > li:first-child{
		border-left: none;
		padding-left: 0rem;
		margin-left: 0rem;
	}

	.groupCompany > li:last-child{
		margin-right: 0rem;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}

	.groupCompany > li li{
		line-height: 2.2rem;
		margin-bottom: 0.2rem;
		text-align: center;
	}

	.groupCompany > li li:last-child{
		margin-bottom: 0;
	}

	.groupCompany > li > h3{
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}

	.groupCompany > li > ul{
		margin-top: 1.2rem;

	}


	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl{
		display: flex;
		flex-direction: column;
		align-items:flex-start;
		width: 100%;


	}

	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-right: 0rem;
		max-width: 100%;
	}

	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dd{
		display: block;
		position: relative;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem;
	}


	#businessPage div.wrapperInner:first-child section:not(:first-child):nth-child(even) > div.sectionInner > dl dt{
		order: 1;
		padding-right: 0rem;
		padding-left: 0rem;
		align-items: flex-start;
	}

	#businessPage div.wrapperInner:first-child section:not(:first-child):nth-child(even) > div.sectionInner > dl dd{
		order: 2;
	}


	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt p{
		margin-top: 2.2rem;
		font-size: 1.5rem;
		line-height: 2.5rem;
		letter-spacing: 0.10rem;
	}

	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt p:first-child{
		margin-top: 0;
	}




	/* ------------------ #companyPage-------------------- */





	#message p,
	#philosophy p{
		font-size: 1.7rem;
		line-height: 2.5rem;
		margin-top: 2.5rem;
		letter-spacing: 0.15rem;
	}

	#message p.lastName{
		margin-top: 5rem;
		line-height: 2.2rem;
	}


	#message p.lastName .companyName{
		display: block;
		font-size: 1.4rem;
	}

	#message p.lastName .presidentName{
		display: block;
		font-size: 2.2rem;
		margin-top: 1.4rem;
	}



	#philosophy p.philosophyText{
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing:0.152rem;
	}

	#philosophy p.philosophyText span:first-of-type{
		margin-left: -1.2rem;
	}

	#philosophy p:nth-of-type(2){
		margin-top: 3.5rem;
	}



	#profile .prolileInner{
		border-radius: 20px;
		padding: 2.5rem 2.5rem 2.5rem 2.5rem;
		margin-top: 3.0rem;
	}

	#profile .prolileInner:first-of-type{
		margin-top: 0rem;
	}

	#profile .prolileInner h3{
		font-size: 1.8rem;
		line-height: 2.7rem;
		letter-spacing: 0.1rem;
		margin-bottom: 2.5rem;
	}

	#profile .prolileInner dl{
		padding-bottom: 1.3rem;
		margin-bottom: 1.3rem;
	}



	#profile .prolileInner dl > dt{
		letter-spacing: 0.1rem;
		width: 13rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	#profile .prolileInner dl > dd{
		width: calc(100% - 130px);
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	#origin p{
		font-size: 1.7rem;
		line-height: 2.5rem;
		margin-top: 2.5rem;
		letter-spacing: 0.15rem;
	}

	#history dl{
		font-size: 1.5rem;
		line-height: 2.2rem;
		padding-bottom: 1.3rem;
		margin-bottom: 1.3rem;
	}


	#history dl dt{
		width: 13rem;
		font-weight: 400;
	}

	#history dl dd{
		width: calc(100% - 13rem);
	}

	#partner ul li{
		line-height: 2.5rem;
		font-size: 1.5rem;
		margin-bottom: 1.3rem;
	}

	#partner ul li a{
		line-height: 2.5rem;
		font-size: 1.5rem;
	}






}/* ########## 980px end ########## */







/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */

/* max-width:768px */

/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */
/* ################################################################################################################################ */



@media only screen and (max-width:768px){


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* common */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	section{
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* footer */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	footer{
		padding: 5rem 1.8rem 2rem 1.8rem;

	}

	footer .footerLogo{
		max-width: 22.0rem;
	}

	footer ul#footerNavi{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 4rem;
		justify-content: center;
	}

	footer ul li{
		margin-bottom: 1.8rem;
		margin-left: 0rem;
		margin-right: 0rem;
	}

	footer ul li:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}

	footer ul#footerNavi li a{
		font-size: 1.3rem;
		letter-spacing: 0.13rem;
		padding-bottom: 0px;
		border-bottom: none;


	}

	footer ul#footerNavi li a:hover{
		border-bottom: none;
		opacity: 1;
	}

	footer h6{
		margin-top: 5rem;
		line-height: 1.8rem;

	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */



	header{
		height: 54px;
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}

	header>div{
		flex-flow: wrap;
		height: 54px;

	}

	header #headerLogo{
		width: 12rem;
	}



	header #headerNavi {
		display: none;
	}

	header .hamburger{
		display: block;
	}




	/* ==========================================================================
	MOBILE
	========================================================================== */
	/* MOBILE: Nav
	--------------------- */
	/* sp */
	/* ハンバーガーアイコン */
	.hamburger {
		position: absolute;
		display: block;
		width: 33px;
		height: 26px;
		top: 11px;
		right: 13px;
		margin-top: 4px;
		z-index: 2000;
		transition: all .4s;
		box-sizing: border-box;
		cursor: pointer;
	}
	.hamburger  span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #333;
		margin: 0 auto;
	}
	.hamburger  span:nth-of-type(1) {
		top: 0;
	}
	.hamburger  span:nth-of-type(2) {
		top: 12px;
	}
	.hamburger  span:nth-of-type(3) {
		bottom: 0;
	}

	.hamburger  span:nth-of-type(1) {
		-webkit-animation: menu-ber01 .75s forwards;
		animation: menu-ber01 .75s forwards;
	}
	.hamburger  span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.hamburger  span:nth-of-type(3) {
		-webkit-animation: menu-ber02 .75s forwards;
		animation: menu-ber02 .75s forwards;
	}

	.active span:nth-of-type(1) {
		-webkit-animation: active-menu-ber01 .75s forwards;
		animation: active-menu-ber01 .75s forwards;
	}
	.active span:nth-of-type(2) {
		opacity: 0;
	}
	.active span:nth-of-type(3) {
		-webkit-animation: active-menu-ber03 .75s forwards;
		animation: active-menu-ber03 .75s forwards;
	}



	@-webkit-keyframes menu-ber01 {
		0% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-ber01 {
		0% {
			transform: translateY(10px) rotate(45deg);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-ber02 {
		0% {
			-webkit-transform: translateY(-16px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-16px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-ber02 {
		0% {
			transform: translateY(-16px) rotate(-45deg);
		}
		50% {
			transform: translateY(-16px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes active-menu-ber01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
	}
	@keyframes active-menu-ber01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(10px) rotate(45deg);
		}
	}
	@-webkit-keyframes active-menu-ber03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-16px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-16px) rotate(-45deg);
		}
	}
	@keyframes active-menu-ber03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-16px) rotate(0);
		}
		100% {
			transform: translateY(-16px) rotate(-45deg);
		}
	}


	/* ナビゲーション */
	#navigation{
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 1500;
	}
	#navigation .navigation_inner{
		display: table;
		width: 100%;
		height: 100%;
	}
	#navigation .navigation_inner .sp {
		display: table-cell;
		vertical-align: middle;
	}
	#navigation .navigation_inner .sp li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		height: 50px;
		margin: 0px auto 0 auto;
		list-style: none;
	}
	#navigation .navigation_inner .sp li:first-child{
		margin-top: 0;
	}
	#navigation .navigation_inner .sp li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		text-decoration: none;
		font-size: 1.4rem;
		line-height: 2.2rem;
		height: 50px;
		text-align: center;
		color: #000;
	}





	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #topPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#topPage div.wrapperInner section > div.sectionInner{
		max-width: 50rem;
		padding-top:5rem;
		padding-bottom: 5rem;
	}

	#topPage div.wrapperInner h2 > span:nth-child(2){
		margin-top: 0px;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}

	#topPage div.wrapperInner h2{
		font-size: 3.0rem;
		line-height: 4.0rem;
	}

	#topPage div.wrapperInner:first-child h2 > span:nth-child(2){
		font-size: 1.3rem;
		line-height: 2.3rem;
		letter-spacing: 0.1rem;
	}



	#topPage #infoList h2 > span:nth-child(1),
	#topPage #media h2 > span:nth-child(1),
	#topPage #shop h2 > span:nth-child(1){
		padding-bottom: 2.0px;
		margin-bottom: 2.0px;
	}


	#topPage #infoList h2 > span:nth-child(2),
	#topPage #media h2 > span:nth-child(2),
	#topPage #shop h2 > span:nth-child(2){
		font-size: 1.3rem;
		line-height: 2.1rem;
	}


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/*  #topPage topTitle */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#topPage #topTitle{
		justify-content: center;
		align-items: center;

		padding-left: 2rem;
		padding-right: 2rem;
	}




	#topPage #topTitle > h1{
		font-size: 2.5rem;
		line-height: 4.6rem;
		letter-spacing: 0.2rem;
		text-align: center;
	}

	#topPage #topTitle > p{
		margin-top: 2.5rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: 0.1rem;
		text-align: center;
	}


	/* -------------------------------------------------- */
	/*  #topPage info */
	/* -------------------------------------------------- */


	#topPage #infoList article{
		margin-top: 4rem;
	}


	#topPage #infoList article dl{
		flex-direction: column;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}


	#topPage #infoList article dl dt{
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.2rem;
		padding-top: 0;
		padding-bottom: 0.5rem;
	}


	#topPage #infoList article dl dd{
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.1rem;
	}



	#topPage #infoList article dl dd a{
		padding: 0.0rem 0.0rem;
	}

	#topPage #infoList article dl dd a:hover{
		background-color: #FFF;
	}


	/* -------------------------------------------------- */
	/* #topPage */
	/* business */
	/* company */
	/* staff */
	/* contact */
	/* -------------------------------------------------- */


	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt{

		padding-bottom: 4rem;
	}



	#topPage div.wrapperInner:first-child section:not(:first-child) dl dd{
		max-width: 100%;
	}

	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt p{
		margin-top: 3rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}


	#topPage div.wrapperInner:first-child section:not(:first-child) dl dt a{
		height: 4.2rem;
		line-height: 4.2rem;
		width: 180px;
		border-radius: 2.1rem;
		margin-top: 3rem;
		letter-spacing: 0.13rem;
		font-size:1.3rem;
	}



	/* -------------------------------------------------- */
	/* #topPage media */
	/* -------------------------------------------------- */


	#topPage section#media ul{
		margin-left: auto;
		margin-right: auto;
		margin-top: 4rem;
		max-width: 400px;
	}


	#topPage section#media ul li:not(:first-child){
		margin-top: 7rem;
	}


	#topPage section#media ul h3{
		font-size: 1.5rem;
		letter-spacing: 0.15rem;
		min-height: 38px;
	}

	#topPage section#media ul p{
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin-top: 1.2rem;
	}



	/* -------------------------------------------------- */
	/* #topPage shop*/
	/* -------------------------------------------------- */


	#topPage section#shop h3{

		margin-top: 2.5rem;
		font-size: 1.8rem;
		line-height: 2.7rem;
		letter-spacing: 0.2rem;
		color:rgba(171, 205, 3, 1);
		padding: 10px 10px 10px 10px;
		width: 100%;
	}

	#topPage section#shop p{
		margin-top: 4rem;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

	#topPage section#shop .shopInfo{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction:column;
		margin-top: 4rem;
		gap:10px;
		padding-top: 0px;
		border: 2px solid rgba(171, 205, 3, 0.3);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#topPage section#shop .shopInfo dl{
		width: calc(100% - 20px);
		flex-direction: column;
		gap:3px;
		padding-bottom: 10px;
		align-items: stretch;
		font-size: 13px;
	}


	#topPage section#shop .shopInfo dl:first-child{
		padding-top: 10px;
		/*border-top: 1px solid rgba(171, 205, 3, 0.3);*/
	}


	#topPage section#shop .shopInfo dl dt{
		justify-content: flex-start;
		width: 100%;
		text-align: right;
		font-weight: 700;
	}

	#topPage section#shop .shopInfo dl dd{
		width: 100%;
	}

	#topPage section#shop ul.shopPhoto{
		margin-top: 5.5rem;
		gap:15px;
	}

	#topPage section#shop ul.shopPhoto li{
		width: 100%;
	}


	#topPage section#shop .shopInfo a.btGmap{
			height: 2.6rem;
		line-height: 2.6rem;
		width: 100px;
		border-radius: 1.3rem;
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}


	/* -------------------------------------------------- */
	/* bannerSpace*/
	/* -------------------------------------------------- */


	#topPage section#bannerSpace ul li{
		margin-right: 3rem;
	}



	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #infoPage */
	/* #businessPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	/* ------------------ common / #infoPage -------------------- */


	#infoPage #subPageTitle,
	.common #subPageTitle{
		height: 170px;
		padding-top: 55px;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.common #subPageTitle{
		height: 190px;
	}


	#infoPage #subPageTitle h1,
	.common #subPageTitle h1{
		letter-spacing: 0.10rem;
		line-height: 3.5rem;
		font-size: 3.0rem;
	}


	#infoPage #subPageTitle h1 span:nth-child(2),
	.common #subPageTitle h1 span:nth-child(2){
		font-size: 1.3rem;
		line-height: 2.0rem;
		margin-top: 0.0rem;
	}


	#infoPage section{
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem;
		max-width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		padding: 25px 25px;
		border-radius: 20px;
	}

	#infoPage section:first-child{
		margin-top: 4rem;
	}


	#infoPage section:last-child{
		margin-bottom: 4rem;
	}

	#infoPage section h2{
		font-size: 1.7rem;
		line-height: 2.2rem;
		padding-bottom: 1.1rem;
		margin-bottom: 1.1rem;
		letter-spacing: 0.05rem;
	}
	#infoPage section article{
		margin-top: 2.5rem;
	}

	#infoPage section article p{
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin-top: 2.1rem;
		letter-spacing: 0.08rem;
	}

	#infoPage section article p.caption{
		text-align: center;
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin-top: 0.5rem;
	}

	#infoPage section article .img700,
	#infoPage section article .img600,
	#infoPage section article .img500,
	#infoPage section article .img400,
	#infoPage section article .img300{
		margin-top: 2.5rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}



	#infoPage section article .img700{
		max-width: 500px;
	}

	#infoPage section article .img600{
		max-width: 400px;
	}

	#infoPage section article .img500{
		max-width: 300px;
	}

	#infoPage section article .img400{
		max-width: 200px;
	}

	#infoPage section article .img300{
		max-width: 150px;
	}



	#infoPage section article p:first-child{
		margin-top: 0;
	}

	#infoPage section h4.date{
		margin-top: 0;
		font-size: 1.3rem;
		line-height: 1.2rem;
	}


	#infoPage section a.linkBt{

		height: 4.6rem;
		line-height: 4.6rem;
		border-radius: 2.3rem;
		margin-top: 3.0rem;
		font-size: 1.4rem;
		letter-spacing: 0.08rem;
	}


	#infoPage section a.linkBt span{
		padding-left: 2.3rem;
		padding-right: 2.3rem;
	}

	#infoPage section a.linkBt em{
		font-size: 1.1rem;
	}






	/* ------------------ .common -------------------- */

	.common div.wrapperInner{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.common div.wrapperInner section{
		margin-bottom: 4rem;
	}

	.common div.wrapperInner section:last-child{
		margin-bottom: 0rem;
	}

	.common div.wrapperInner section > div.sectionInner{
		max-width: 100%;
	}



	.common div.wrapperInner section:nth-child(even) > div.sectionInner h2::before,
	.common div.wrapperInner section:nth-child(even) > div.sectionInner h2::after{
		left: auto;
		right:-5000px;
	}

	.common div.wrapperInner section:nth-child(even) > div.sectionInner h2{
		border-left: 1px solid rgba(171, 205, 3, 1);
		border-right:none;
		justify-content: flex-start;
	}


	.common div.wrapperInner section > div.sectionInner h2{
		padding: 1.0rem 1.0rem 1.0rem 1.0rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
		margin-bottom: 2.5rem;
		letter-spacing: 0.02rem;
	}




	/* ------------------ #businessPage-------------------- */

	.groupImg{
		margin-bottom: 4.5rem;
		position: relative;

	}

	.groupCompany > li{
		line-height: 2.0rem;
		font-size: 1.4rem;
		margin-bottom: 2.0rem;
		padding-bottom: 2.0rem;

	}



	.groupCompany > li li{
		line-height: 2.0rem;
		margin-bottom: 0.2rem;
	}


	.groupCompany > li > h3{
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
	}



	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dd{
		max-width: 400px;
		margin-top: 2.5rem;
	}

	#businessPage div.wrapperInner:first-child section:not(:first-child) > div.sectionInner > dl dt p{
		margin-top: 2.0rem;
		font-size: 1.4rem;
		line-height: 2.1rem;
		letter-spacing: 0.08rem;
	}







	/* ------------------ #companyPage-------------------- */



	#message p,
	#philosophy p{
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-top: 2.0rem;
		letter-spacing: 0.05rem;
	}


	#message p.lastName{
		margin-top: 4rem;
		line-height: 2.0rem;
	}


	#message p.lastName .companyName{
		font-size: 1.3rem;
	}

	#message p.lastName .presidentName{
		display: block;
		font-size: 2.0rem;
		margin-top: 1.2rem;
	}



	#philosophy p.philosophyText{
		font-size: 2.2rem;
		line-height: 3.2rem;
		letter-spacing:0.10rem;
	}

	#philosophy p.philosophyText span:first-of-type{
		margin-left: -1.0rem;
	}

	#philosophy p:nth-of-type(2){
		margin-top: 3.0rem;
	}



	#profile .prolileInner{
		border-radius: 15px;
		padding: 1.5rem 1.5rem 1.5rem 1.5rem;
		margin-top: 2.5rem;
	}


	#profile .prolileInner h3{
		font-size: 1.8rem;
		line-height: 2.7rem;
		letter-spacing: 0.1rem;
		margin-bottom: 2.5rem;
	}

	#profile .prolileInner dl{
		flex-direction: column;
		padding-bottom: 1.2rem;
		margin-bottom: 1.2rem;
	}



	#profile .prolileInner dl > dt{
		letter-spacing: 0.1rem;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin-bottom: 0.5rem;
	}

	#profile .prolileInner dl > dd{
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.1rem;
	}

	#origin p{
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-top: 2.4rem;
		letter-spacing: 0.10rem;
	}

	#history dl{
		flex-direction: column;
		font-size: 1.4rem;
		line-height: 2.1rem;
		padding-bottom: 1.2rem;
		margin-bottom: 1.2rem;
	}


	#history dl dt{
		width: 100%;
	}

	#history dl dd{
		width: 100%;
	}

	#partner ul li{
		line-height: 2.0rem;
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
	}

	#partner ul li a{
		line-height: 2.0rem;
		font-size: 1.4rem;
	}




	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #contactPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */

	#contactPage .wrapperInner{
		margin-bottom: 0px;
		position: relative;
	}

	#contactPage h3{
		display: flex;
		position: relative;
		justify-content:space-around;
		align-items:flex-end;
		margin-bottom:40px;
		font-size: 2.8rem;
		line-height: 3.6rem;



	}

	#contactPage h3 span:nth-last-of-type(2){

		font-size: 2.6rem;
		margin-left: 25px;
		margin-right: 25px;
	}

	#contactPage h3 span:first-of-type,
	#contactPage h3 span:last-of-type{
		bottom:1.8rem;
	}

	#contactInner.telContents .telInner{
		margin-bottom: 5rem;
	}


	#contactInner.telContents h4{
		font-size: 2.4rem;
		line-height: 3.5rem;

	}


	#contactInner.telContents .telBox{
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		width: 360px;
		margin-top: 2.0rem;
		line-height: 100px;
		height: 100px;
		padding: 5px 10px 0px 10px;
		/* UI Properties */

		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: inset 0px 2px 10px #0000001A;
		border-radius: 50px;
	}

	#contactInner.telContents .telBox h5{
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	#contactInner.telContents .telBox p{
		font-size: 3.3rem;
		line-height: 4.6rem;
	}

	#contactInner.mailform{
		background-color: #F7FAE5;
		padding-top: 50px;
		padding-bottom: 70px;
	}

	#contactPage #contactInner .sectionInner dl{

		margin-bottom: 3.5rem;
		/*border-bottom: 1px solid #eee;*/
	}

	#contactPage #contactInner .sectionInner dl dt{
		margin-bottom: 0.8rem;
		font-size: 1.4rem;

	}

	#contactPage #contactInner .sectionInner dl dt em{
		margin-left: 0.3rem;
		margin-top: -0.3rem;
		font-size: 1.0rem;

	}


	#contactPage #contactInner .sectionInner dl dd input,
	#contactPage #contactInner .sectionInner dl dd textarea{
		line-height: 2.4rem;
		font-size: 1.6rem;
		padding: 8px 8px 8px 8px;

	}

	#contactPage #contactInner .sectionInner dl dd input[type=text]{
		width: calc(80% - 18px);
	}

	#contactPage #contactInner .sectionInner dl dd input[type=email]{
		width: calc(100% - 18px);
	}

	#contactPage #contactInner .sectionInner dl dd input[type=tel]{
		width: 40%;
	}

	#contactPage #contactInner .sectionInner dl dd textarea{
		width: calc(100% - 18px);
		height: 30rem;

	}

	#contactPage .submitBt button{
		height: 5.0rem;
		line-height: 5rem;
		color: #FFF;
		font-size: 1.6rem;
		width: 300px;
		border:none;
		border-radius: 2.5rem;
		margin-top: 2.0rem;

	}

	#contactPage .submitBt .note{
		margin-top: 1.6rem;
		font-size: 1.2rem;
	}



}/* ########## 768px end ########## */



/* 電話用 */


@media only screen and (min-width:481px){
	a[href*="tel:"] {
		color: #333;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}





/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* max-width:480px */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

@media only screen and (max-width:480px){


	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* #contactPage */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */
	/* -------------------------------------------------- */


	#contactPage h3{
		display: flex;
		position: relative;
		justify-content:space-around;
		align-items:flex-end;
		margin-bottom: 30px;
		font-size: 2.0rem;
		line-height: 3.2rem;



	}

	#contactPage h3 span:nth-last-of-type(2){

		font-size: 2.0rem;
		margin-left: 15px;
		margin-right: 15px;
	}

	#contactPage h3 span:first-of-type,
	#contactPage h3 span:last-of-type{
		bottom:1.6rem;
	}

	#contactInner.telContents .telInner{
		margin-bottom: 4rem;
	}


	#contactInner.telContents h4{
		font-size: 2.0rem;
		line-height: 3rem;

	}


	#contactInner.telContents .telBox{
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-top: 1.5rem;
		line-height: 90px;
		height: 90px;
		padding: 5px 10px 0px 10px;
		/* UI Properties */
		border-radius: 45px;
	}

	#contactInner.telContents .telBox h5{
		font-size: 1.4rem;
		line-height: 2.0rem;
	}

	#contactInner.telContents .telBox p{
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	#contactInner.mailform{
		padding-top: 40px;
		padding-bottom: 60px;
	}

	#contactPage #contactInner .sectionInner dl{

		margin-bottom: 3.0rem;
		/*border-bottom: 1px solid #eee;*/
	}

	#contactPage #contactInner .sectionInner dl dt{
		margin-bottom: 0.7rem;
		font-size: 1.3rem;

	}

	#contactPage #contactInner .sectionInner dl dt em{
		margin-left: 0.15rem;
		margin-top: -0.15rem;
		font-size: 0.8rem;

	}


	#contactPage #contactInner .sectionInner dl dd input,
	#contactPage #contactInner .sectionInner dl dd textarea{
		line-height: 2.2rem;
		font-size: 1.4rem;
		padding: 8px 8px 8px 8px;

	}

	#contactPage #contactInner .sectionInner dl dd input[type=text]{
		width: calc(100% - 18px);

	}

	#contactPage #contactInner .sectionInner dl dd input[type=email]{
		width: calc(100% - 18px);
	}

	#contactPage #contactInner .sectionInner dl dd input[type=tel]{
		width: calc(100% - 18px);

	}

	#contactPage #contactInner .sectionInner dl dd textarea{
		width: calc(100% - 18px);
		height: 30rem;

	}

	#contactPage .submitBt button{
		height: 5rem;
		line-height: 5rem;
		color: #FFF;
		font-size: 1.4rem;
		width: 90%;
		border:none;
		border-radius: 2.5rem;
		margin-top: 1rem;

	}

	#contactPage .submitBt .note{
		margin-top: 1.4rem;
		font-size: 1.1rem;
	}


	/* 電話用 */


	a[href*="tel:"] {
			color: #333;
			pointer-events:none;
			cursor: default;
			text-decoration: none;
	}


}/*-- 480px end --*/







/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* animation */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

.animation {
	visibility: hidden;
}

.animation.animated {
	visibility: visible;
}

.opacity {
	opacity: 1 !important;
}

.anim-list > * {
	opacity: 0.01;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
}

.anim-list > * .animated {
	opacity: 1;
	transition: 1.6s ease-out;
	-webkit-transform: none;
	transform: none;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform:translate3d(0, 2rem, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadein {
	animation-duration: 1.2s;
	animation-fill-mode: both;
	opacity: 0;
}

.fadein.animated {
	animation-name: fadeInUp;
}



