@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ ライブラリー
*/



/* ■ 汎用パーツ ==================================================================================== */


/* 共通 --------------------------------------------------- */


/* 幅 --------------------------------------------------- */

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

	.Width1 {
	padding: 0 20px;
	}

	.Width2 {
	padding: 0 20px;
	}

	.Width3 {
	padding: 0 20px;
	}

	.Width4 {
	padding: 0 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Width1 {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width2 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width3 {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

	.Width4 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}

}

@media print, screen and (min-width: 1090px) {


}

/* ■ キービジュアル ==================================================================================== */

.KeyVisual.SubPage {
position: relative;
}

.KeyVisual.SubPage .MainLead {
position: absolute;
top: 35%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: inline-block;
color: #fff;
font-weight: 700;
letter-spacing: 0.07em;
}

.KeyVisual.SubPage .MainLead .Title {
display: block;
text-align: center;
margin-bottom: 15px;
}

.KeyVisual.SubPage .MainLead .WF1 {
display: block;
font-weight: normal;
text-align: center;
letter-spacing: 0.08em;
}

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

	.KeyVisual.SubPage .MainLead {
	font-size: 2.8rem;
	}
		
	.KeyVisual.SubPage .MainLead .WF1 {
	font-size: 1.8rem;
	}

}

@media print, screen and (min-width: 768px) {

	.KeyVisual.SubPage .MainLead {
	font-size: 4.0rem;
	top: 45%;
	}

	.KeyVisual.SubPage .MainLead .Title {
	margin-bottom: 25px;
	}

	.KeyVisual.SubPage .MainLead .WF1 {
	font-size: 2.4rem;
	}

}

@media print, screen and (min-width: 1090px) {


}


/* ■ ボタン ==================================================================================== */

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

	.Btn {
	margin: 55px 0 0 0;
	padding: 0 20px;
	text-align: center;
	}

	.Btn a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	padding: 24px 0;
	font-weight: 700;
	background: #ad4a6b;
	border-radius: 6px;
	}

	.Btn a:after {
	position: absolute;
	right: 20px;
	left: auto;
	top: 47%;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #fff;
	}

}

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

	.Btn a:after {
	right: 7px;
	}

}

@media print, screen and (min-width: 768px) {

	.Btn {
	background: #ad4a6b;
	width: 380px;
	margin: 120px auto 0 auto;
	text-align: center;
	}

	.Btn a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	padding: 30px 0;
	font-weight: 700;
	border-radius: 6px;
	}

	.Btn a:after {
	position: absolute;
	right: 20px;
	left: auto;
	top: 47%;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #fff;
	}

	.BtnTel a {
	color: #ad4a6b;
	border: 1px solid #ad4a6b;
	display: block;
	border-radius: 6px;
	position: relative;
	}

	.BtnTel a:before {
	content: '';
	display: inline-block;
	background-image: url(../img/common/icon/Icon_Tel.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	}

}

@media print, screen and (min-width: 1090px) {


}




/* ■ Page_Home ==================================================================================== */

.Page_Home .KeyVisual {
position: relative;
}

.Page_Home .MainWrap {
position: relative;
}

.Page_Home .KeyVisual .MainLead {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
z-index: 20;
background: url(../img/home/Logo_Slide.png) no-repeat;
background-size: contain;
}

.Page_Home .KeyVisual .MainLead span {
display: block;
text-indent: -9999px;
}

.Page_Home .MainWrap .IconMain {
background: rgb(135,115,56);
background: linear-gradient(320deg, rgba(135,115,56,1) 0%, rgba(200,185,152,1) 50%, rgba(135,115,56,1) 100%);
border-radius: 50%;
color: #fff;
position: absolute;
text-align: center;
}

.Page_Home .MainWrap .IconMain .Mds1 {
display: block;
}

.Page_Home .MainWrap .IconMain .Mds2 {
display: block;
}

.Page_Home .MainWrap .MainList li {
background: rgb(135,115,56);
background: linear-gradient(320deg, rgba(135,115,56,1) 0%, rgba(200,185,152,1) 50%, rgba(135,115,56,1) 100%);
color: #fff;
text-align: center;
font-weight: bold;
border-radius: 10px;
}

.Page_Home .MeasuresWrap .Mds {
font-weight: 700;
}

.Page_Home .NewsWrap {
background: #323232;
}

.Page_Home .NewsWrap .Title {
color: #8e8366;
font-weight: 400;
}

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

	.Page_Home .KeyVisual .MainLead {
	width: 240px;
	height: 31px;
	}

	.Page_Home .MainWrap {
	margin-top: 0;
	margin-bottom: 50px;
	padding: 40px 20px 0 20px;
	}

	.Page_Home .MainWrap .IconMain {
	top: 30px;
	right: 80px;
	width: 120px;
	height: 120px;
	}

	.Page_Home .MainWrap .IconMain {
	top: -65px;
	right: 25px;
	width: 100px;
	height: 100px;
	}

	.Page_Home .MainWrap .IconMain .Mds1 {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	}

	.Page_Home .MainWrap .IconMain .Mds2 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1em;
	}

	.Page_Home .MainWrap .MainList li {
	padding: 15px;
	margin-bottom: 10px;
	line-height: 1.6em;
	}

	.Page_Home .MainWrap .Title {
	margin-bottom: 30px;
	font-size: 2.0rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MainWrap .LeadMain {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	line-height: 2.0em;
	text-align: center;
	}

	.Page_Home .MeasuresWrap {
	padding: 40px 20px 0 20px;
	}
	
	.Page_Home .MeasuresWrap .Title {
	margin-bottom: 35px;
	font-size: 2.3rem;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.07em;
	}

	.Page_Home .MeasuresWrap .MeasuresList li {
	border-top: 1px solid #ada48e;
	display: flex;
	padding: 25px 0 30px 0;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb,
	.Page_Home .MeasuresWrap .MeasuresList .Txt {
	width: 50%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb {
	text-align: center;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb img {
	width: 70%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Mds {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MeasuresWrap .MeasuresList .Lead {
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 1.6em;
	}

	.Page_Home .NewsWrap {
	padding: 40px 7px;
	text-align: center;
	}

	.Page_Home .NewsWrap .Title {
	font-size: 3.0rem;
	letter-spacing: 0.07em;
	margin-bottom: 25px;
	}

	.Page_Home .ReasonWrap {
	margin-top: 45px;
	}

	.Page_Home .ReasonWrap .ReasonList li {
	margin-bottom: 40px;
    padding: 1em;
    margin: 2em 0;
    border: solid 3px #c6ac74;/*線*/
    border-radius: 10px;/*角の丸み*/
	}

	.Page_Home .ReasonWrap .ReasonList li:last-child {
	margin-bottom: 0;
	}

	.Page_Home .ReasonWrap .ReasonList li .Thumb {
	margin-bottom: 15px;
	}

	.Page_Home .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 1.6rem;
	text-align: center;
	}

	.Page_Home .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.3rem;
	line-height: 1.6em;
	}

	.Page_Home .BannarUnit {
	padding: 40px 20px !important;
	}

}

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

	.Page_Home .KeyVisual .MainLead {
	font-size: 3.4rem;
	}

}


@media print, screen and (min-width: 768px) {

	.Page_Home .KeyVisual .MainLead {
	width: 400px;
	height: 52px;
	}

	.Page_Home .MainWrap {
	margin-top: 50px;
	margin-bottom: 110px;
	padding: 40px 20px 0 20px;
	}

	.Page_Home .MainWrap .IconMain {
	top: -80px;
	right: 30px;
	width: 120px;
	height: 120px;
	}

	.Page_Home .MainWrap .IconMain .Mds1 {
	padding-top: 8px;
	margin-bottom: 5px;
	display: block;
	font-size: 1.2rem;
	}

	.Page_Home .MainWrap .IconMain .Mds2 {
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2em;
	}

	.Page_Home .MainWrap .MainList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
	}
	
	.Page_Home .MainWrap .MainList li {
	width: calc((100% / 3) - 20px);
	line-height: 1.6em;
	font-size: 2.2rem;
	padding: 20px 0;
	margin-right: 20px;
	margin-bottom: 20px;
	}

	.Page_Home .MainWrap .MainList li:nth-child(3n) {
	margin-right: 0;
	}

	.Page_Home .MainWrap .MainList:after {
	content: "";
    display:block;
	width: calc((100% / 3) - 20px);
	}

	.Page_Home .MainWrap .Title {
	margin-bottom: 30px;
	font-size: 3.3rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MainWrap .LeadMain {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	line-height: 2.0em;
	text-align: center;
	}

	.Page_Home .MeasuresWrap {
	margin-bottom: 110px;
	padding: 40px 20px 0 20px;
	}
	
	.Page_Home .MeasuresWrap .Title {
	margin-bottom: 80px;
	font-size: 3.0rem;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.07em;
	}

	.Page_Home .MeasuresWrap .MeasuresList {
	display: flex;
    justify-content: space-between;
	}

	.Page_Home .MeasuresWrap .MeasuresList li {
	border-right: 1px solid #ada48e;
	text-align: center;
	padding: 30px 50px;
	width: calc(100% / 3); 
	}

	.Page_Home .MeasuresWrap .MeasuresList li:last-child {
	border-right: none;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb {
	margin-bottom: 50px;
	text-align: center;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb img {
	width: 70%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Mds {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4em;
	margin-bottom: 30px;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MeasuresWrap .MeasuresList .Lead {
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	line-height: 2.0em;
	text-align: left;
	}

	.Page_Home .NewsWrap {
	padding: 80px 30px;
	text-align: center;
	}

	.Page_Home .NewsWrap .Title {
	font-size: 4.0rem;
	letter-spacing: 0.07em;
	}

	.Page_Home .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

	.Page_Home .ReasonWrap .ReasonList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
	}

	.Page_Home .ReasonWrap .ReasonList:after {
    content: "";
    display: block;
    width: calc((100% / 3) - 30px);
    height: 0;
	}

	.Page_Home .ReasonWrap .ReasonList li {
	width: calc((100% / 3) - 30px);
	margin-bottom: 50px;
    padding: 1.5em;
    margin: 2em 0;
    border: solid 3px #c6ac74;/*線*/
    border-radius: 10px;/*角の丸み*/
	}

	.Page_Home .ReasonWrap .ReasonList li .Thumb {
	margin-bottom: 20px;
	}

	.Page_Home .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 1.8rem;
	text-align: center;
	}

	.Page_Home .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.4rem;
	line-height: 2.0em;
	}

	.Page_Home .NewsWrap .InstaBox {
	padding: 60px 20px 0 20px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home .KeyVisual .MainLead {
	font-size: 6.0rem;
	line-height: 1.4em;
	}

	.Page_Home .MeasuresWrap {
	padding: 100px 20px 0 20px;
	}

	.Page_Home .MeasuresWrap .Title {
	font-size: 2.8rem;
	}

	.Page_Home .MainWrap .IconMain {
	top: 30px;
	right: 80px;
	width: 150px;
	height: 150px;
	}

	.Page_Home .MainWrap .IconMain .Mds1 {
	padding-top: 20px;
	margin-bottom: 5px;
	display: block;
	font-size: 1.6rem;
	}

	.Page_Home .MainWrap .IconMain .Mds2 {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2em;
	}

}



/* ■ Page_Home ==================================================================================== */

/*
.Page_Home .KeyVisual {
position: relative;
}

.Page_Home .KeyVisual .MainLead {
position: absolute;
color: #ad4a6b;
font-weight: 100;
}

.Page_Home .MeasuresWrap .Mds {
font-weight: 700;
}

.Page_Home .NewsWrap .Title {
color: #ad4a6b;
font-weight: 200;
}

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

	.Page_Home .KeyVisual .MainLead {
	left: 25px;
	bottom: 25px;
	font-size: 3.5rem;
	line-height: 1.2em;
	}

	.Page_Home .KeyVisual .MainLead span {
	display: block;
	font-size: 2.0rem;
	}

	.Page_Home .MeasuresWrap {
	padding: 40px 20px 0 20px;
	}
	
	.Page_Home .MeasuresWrap .Title {
	margin-bottom: 35px;
	font-size: 2.3rem;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.07em;
	}

	.Page_Home .MeasuresWrap .MeasuresList li {
	border-top: 1px solid #ad4a6b;
	display: flex;
	padding: 25px 0 30px 0;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb,
	.Page_Home .MeasuresWrap .MeasuresList .Txt {
	width: 50%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb {
	text-align: center;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb img {
	width: 70%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Mds {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MeasuresWrap .MeasuresList .Lead {
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 1.6em;
	}

	.Page_Home .NewsWrap {
	padding: 40px 7px;
	text-align: center;
	}

	.Page_Home .NewsWrap .Title {
	font-size: 3.0rem;
	letter-spacing: 0.07em;
	}

}

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

	.Page_Home .KeyVisual .MainLead {
	font-size: 3.4rem;
	}

}


@media print, screen and (min-width: 768px) {

	.Page_Home .KeyVisual .MainLead {
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 5.0rem;
	line-height: 1.4em;

	}

	.Page_Home .KeyVisual .MainLead span {
	display: block;
	font-size: 3.0rem;
	line-height: 1.0em;
	font-weight: 200;
	}

	.Page_Home .MeasuresWrap {
	margin-bottom: 110px;
	padding: 40px 20px 0 20px;
	}
	
	.Page_Home .MeasuresWrap .Title {
	margin-bottom: 80px;
	font-size: 3.0rem;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.07em;
	}

	.Page_Home .MeasuresWrap .MeasuresList {
	display: flex;
	}

	.Page_Home .MeasuresWrap .MeasuresList li {
	border-right: 1px solid #ad4a6b;
	text-align: center;
	padding: 30px 50px;
	}

	.Page_Home .MeasuresWrap .MeasuresList li:last-child {
	border-right: none;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb {
	margin-bottom: 50px;
	text-align: center;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Thumb img {
	width: 70%;
	}

	.Page_Home .MeasuresWrap .MeasuresList .Mds {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4em;
	margin-bottom: 30px;
	letter-spacing: 0.07em;
	}
	
	.Page_Home .MeasuresWrap .MeasuresList .Lead {
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	line-height: 2.0em;
	text-align: left;
	}

	.Page_Home .NewsWrap {
	padding: 80px 30px;
	text-align: center;
	}

	.Page_Home .NewsWrap .Title {
	font-size: 4.0rem;
	letter-spacing: 0.07em;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home .KeyVisual .MainLead {
	font-size: 6.0rem;
	line-height: 1.4em;
	}

	.Page_Home .MeasuresWrap {
	padding: 100px 20px 0 20px;
	}

	.Page_Home .MeasuresWrap .Title {
	font-size: 2.8rem;
	}

}
*/



/* ■ 店舗紹介 ==================================================================================== */

.Page_About .ReasonWrap .Title,
.Page_About .NewWrap .Title {
position: relative;
color: #ad4a6b;
text-align: center;
}

.Page_About .ReasonWrap .Title:after,
.Page_About .NewWrap .Title:after {
display: block;
position: absolute;
background-color: #ad4a6b;
content: "";
bottom: 30px;
left: 0;
right: 0;
margin: auto;
width: 50px;
height: 2px;
margin-top: -1px;
}

.Page_About .AboutWrapB .LRBox .LBox .TellNUmber a {
color: #000;
}

.Page_About .AboutWrapB .LRBox .LBox .Lead2 {
line-height: 1.6em;
}

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

	.Page_About .KeyVisual.SubPage .MainLead {
	width: 210px;
	}
	
	.Page_About .ReasonWrap .Title:after,
	.Page_About .NewWrap .Title:after {
	bottom: 40px;
	}

	.Page_About .AboutWrap  {
	padding-top: 40px;
	padding-bottom: 40px;
	}

	.Page_About .AboutWrap .Title  {
	font-size: 2.0rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	}

	.Page_About .AboutWrap .Lead  {
	font-size: 1.4rem;
	line-height: 1.8em;
	}
	
	.Page_About .ReasonWrap {
	padding: 0 0 50px 0;	
	}
	
	.Page_About .ReasonWrap .Title,
	.Page_About .NewWrap .Title {
	padding-bottom: 60px;
	font-size: 2.3rem;
	line-height: 1.4em;
	letter-spacing: 0.07em;
	font-weight: 700;
	}

	.Page_About .MdsImg {
	margin-bottom: 20px;
	}

	.Page_About .MdsImg img {
	width: 80%;
	}

	.Page_About .ReasonWrap .ReasonList li {
	margin-bottom: 40px;
	}

	.Page_About .ReasonWrap .ReasonList li:last-child {
	margin-bottom: 0;
	}

	.Page_About .ReasonWrap .ReasonList li .Thumb {
	margin-bottom: 15px;
	}

	.Page_About .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 2.0rem;
	text-align: center;
	}

	.Page_About .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.3rem;
	line-height: 1.6em;
	}

	.Page_About .NewWrap {
	padding: 50px 0;	
	}

	.Page_About .NewWrap .Thumb {
	padding-right: 20px;
	}
	
	.Page_About .NewWrap .TxtUnit {
	padding: 30px 20px 0 20px;
	
	}

	.Page_About .NewWrap .TxtUnit .Mds {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	}

	.Page_About .NewWrap .TxtUnit .Lead {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.8em;
	letter-spacing: 0.07em;
	}

/*
	.Page_About .AboutWrapB {
	padding-top: 30px;
	padding-bottom: 30px;
	}
*/

	.Page_About .AboutWrapB.Width2 {
	margin-bottom: 50px;
	}
	
	.Page_About .AboutWrapB .LRBox .LBox {
	float: none !important;
	margin-bottom: 30px;
	}

	.Page_About .AboutWrapB .LRBox .RBox {
	float: none !important;
	}

	.Page_About .AboutWrapB .LRBox .LBox .Lead1 {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	}
	
	.Page_About .AboutWrapB .LRBox .LBox .Lead2,
	.Page_About .AboutWrapB .LRBox .LBox .TellNUmber,
	.Page_About .AboutWrapB .LRBox .LBox .Time {
	font-size: 1.4rem;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2e2e2;
	}

	.Page_About .AboutWrapB .LRBox .LBox .Open {
    padding: 1em;
    margin: 2em 0;
    color: #fff;
    font-weight: bold;
    background: #ff0000;
	}

	.Page_About .BannarUnit {
	padding: 40px 20px !important;
	}


}

@media print, screen and (min-width: 768px) {

	.Page_About .AboutWrap  {
	padding: 90px 0 90px 0;
	text-align: center;
	}

	.Page_About .AboutWrap .Title  {
	font-size: 2.7rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	}

	.Page_About .AboutWrap .Lead  {
	font-size: 1.6rem;
	line-height: 2.0em;
	padding: 0 20px;
	}

	.Page_About .ReasonWrap {
	padding: 0 0 50px 0;
	}

	.Page_About .ReasonWrap .Title,
	.Page_About .NewWrap .Title {
	padding-bottom: 60px;
	font-size: 3.0rem;
	line-height: 1.4em;
	letter-spacing: 0.07em;
	font-weight: 700;
	}

	.Page_About .ReasonWrap .ReasonList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	}

	.Page_About .ReasonWrap .ReasonList:after {
    content: "";
    display: block;
   width: calc((100% / 2) - 30px);
    height: 0;
	}

	.Page_About .ReasonWrap .ReasonList li {
	width: calc((100% / 2) - 30px);
	margin-bottom: 80px;
	}

	.Page_About .ReasonWrap .ReasonList li .Thumb {
	margin-bottom: 30px;
	}

	.Page_About .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 2.6rem;
	text-align: center;
	}

	.Page_About .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.4rem;
	line-height: 2.0em;
	}

	.Page_About .NewWrap {
	padding: 90px 0;
	}

	.Page_About .NewWrap .Title  {
	margin-bottom: 50px;
	}

	.Page_About .NewWrap .In {
	display: flex;
	}

	.Page_About .MdsImg {
	margin-bottom: 30px;
	}

	.Page_About .MdsImg img {
	width: 350px;
	}

	.Page_About .NewWrap .Thumb {
	width: 45%;
	}
	
	.Page_About .NewWrap .TxtUnit {
	width: 55%;
	padding-top: 5%;
	padding-left: 50px;
	padding-right: 15%;
	}

	.Page_About .NewWrap .TxtUnit .Mds {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	}

	.Page_About .NewWrap .TxtUnit .Lead {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.0em;
	letter-spacing: 0.07em;
	}
	
	.Page_About .AboutWrapB.Width2 {
	margin-bottom: 90px;
	}
	
	.Page_About .AboutWrapB .LRBox .LBox {
	width: 55%;
	padding-top: 30px;
	padding-right: 30px;
	}

	.Page_About .AboutWrapB .LRBox .RBox {
	width: 45%;
	}

	.Page_About .AboutWrapB .LRBox .LBox .Lead1 {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	}
	
	.Page_About .AboutWrapB .LRBox .LBox .Lead2,
	.Page_About .AboutWrapB .LRBox .LBox .TellNUmber,
	.Page_About .AboutWrapB .LRBox .LBox .Time {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	}

	.Page_About .AboutWrapB .LRBox .LBox .Open {
    padding: 1em;
    margin: 2em 0;
    color: #fff;
    font-weight: bold;
    background: #ff0000;
	}

	.Page_About .BannarUnit {
	padding: 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_About .AboutWrapB {
	padding-right: 0;
	padding-bottom: 0;
	}

	.Page_About .AboutWrap .Lead  {
	padding: 0 0;
	}

}




/* ■ Page_Price ==================================================================================== */

.Page_Price .PriceListWrap {
background: #f8f7f0;
}

.Page_Price .PriceListWrapB {
padding: 20px 20px 12px 20px;
margin: 2em 0;
border: solid 3px #e2e2e2;
}

.Page_Price .PriceListWrap dl {
border-bottom: 1px solid #e2e2e2;
}

.Page_Price .PriceListWrap dl dd {
margin: 0;
padding: 20px;
color: #8c8369;
}

.Page_Price .PriceListWrap dl dt {
padding: 20px;
}

.Page_Price .UnitPrice {
margin-top: 20px;
text-align: right;
}

.Page_Price .PriceListWrap.Price3 .UnitPrice {
color: #000;
margin-top: 0;
font-size: 1.6rem;
}

.Page_Price .PriceListWrap .ListKome {
font-size: 1.4rem;
margin-top: 15px;
}

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

	.Page_Price .KeyVisual.SubPage .MainLead {
	width: 180px;
	}
	
	.Page_Price .PriceWrap.Width2 {
	margin: 40px 0;
	padding: 0 0;
	}

	.Page_Price .PriceWrap .Title {
	margin-bottom: 10px;
	font-size: 2.3rem;
	text-align: center;
	line-height: 1.5em;
	font-weight: 700;
	}

	.Page_Price .PriceWrap .Title span {
	display: block;
	font-size: 1.8rem;
	line-height: 1.3em;
	}
	
	.Page_Price .PriceWrap .MainLead {
	padding: 0 20px;
	line-height: 1.8em;
	margin-bottom: 30px;
	font-size: 1.4rem;
	}

	.Page_Price .PriceWrap .Mds {
	margin-bottom: 15px;
	padding: 0 20px;
	}

	.Page_Price .PriceWrap .Baroon {
	padding: 0 20px;
	}

	.Page_Price .PriceWrap .Data {
	overflow-y: hidden !important;
	padding-left: 20px;
	margin-bottom: 15px;
	}

	.Page_Price .PriceWrap .Data img {
	width: 600px;
	}
	
	.Page_Price .Btn a {
	font-size: 1.3rem;
	}

	.Page_Price .PriceListWrap {
	margin-bottom: 30px;
	padding: 20px;
	}
	
	.Page_Price .PriceListWrap h3 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	}

	.Page_Price .PriceListWrapB h3 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
	}

	.Page_Price .PriceListWrapB li {
	font-size: 1.4rem;
	}

	.Page_Price .PriceListWrap dl dt {
	line-height: 1.5em;
	margin-bottom: 15px;
	padding: 20px 0 0 0;
	}
	
	.Page_Price .PriceListWrap dl dd {
	padding: 0 0 20px 0;
	}

}

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

	.Page_Price .Btn a {
	font-size: 1.1rem;	
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Price .PriceWrap.Width2 {
	margin-top: 90px;
	margin-bottom: 90px;
	}

	.Page_Price .PriceWrap .Title {
	margin-bottom: 40px;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.5em;
	font-weight: 700;
	}

	.Page_Price .PriceWrap .Mds {
	margin-bottom: 15px;
	}

	.Page_Price .BannarUnit {
	padding: 0 20px !important;
	}

	.Page_Price .PriceWrap .Data {
	overflow-y: hidden !important;
	margin-bottom: 15px;
	}
	
	.Page_Price .Btn a {
	font-size: 1.3rem;
	}
	
	.Page_Price .Price2Wrap {
	margin-bottom: 80px;
	}
	
	.Page_Price .PriceListWrap {
	margin-bottom: 50px;	
	padding: 40px;
	}

	.Page_Price .PriceListWrap h3 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.07em;
	}

	.Page_Price .PriceListWrapB h3 {
	font-size: 2.4rem;
	text-align: center;
	margin: 15px 0 25px 0;
	letter-spacing: 0.07em;
	}

	.Page_Price .PriceListWrapB li {
	font-size: 1.6rem;
	}

	.Page_Price .PriceListWrap dl {
	display: flex;
	}

	.Page_Price .PriceListWrap dl dt {
	width: 60%;
	font-size: 2.0rem;
	letter-spacing: 0.07em;
	line-height: 1.7em;
	}

	.Page_Price .PriceListWrap dl dd {
	width: 40%;	
	text-align: right;
	font-size: 2.0rem;
	letter-spacing: 0.07em;
	line-height: 1.7em;
	vertical-align: middle;
	}

	.Page_Price .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ スタッフ紹介 ==================================================================================== */

.Page_Staff .StaffList .TxtUnit .MdsName {
margin-bottom: 20px;
font-weight: bold;
font-size: 2.2rem;
}

.Page_Staff .StaffList .TxtUnit .MdsNameEn {
font-size: 1.6rem;
display: block;
margin-top: 12px;
font-weight: normal;
letter-spacing: 0.08em;
}

.Page_Staff .StaffList .ProfileYear {
border-top: 1px solid #e2e2e2;	
border-bottom: 1px solid #e2e2e2;
padding: 15px 0 10px 0;
margin-bottom: 20px;
}

.Page_Staff .StaffList .ProfileYear p {
margin-bottom: 10px;
}

.Page_Staff .StaffList .ProfileYear span {
margin-right: 10px;
}

.Page_Staff .StaffList .ProfileTxt1 {
margin-bottom: 15px;
}

.Page_Staff .StaffList .ProfileTxt2 {
line-height: 1.8em;
}


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

	.Page_Staff .StaffWrap {
	padding-top: 40px;
	padding-bottom: 40px;
	}

	.Page_Staff .StaffList li {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	}
	
	.Page_Staff .StaffList .Thumb {
	margin-bottom: 30px;
	}

	.Page_Staff .StaffWrap .Title  {
	margin-bottom: 25px;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	}
}

@media print, screen and (min-width: 768px) {

	.Page_Staff .StaffWrap {
	padding: 90px 0 100px 0;
	}

	.Page_Staff .StaffList li {
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e2e2e2;
	}
	
	.Page_Staff .StaffList .Thumb {
	width: 45%;
	}

	.Page_Staff .StaffList .TxtUnit {
	width: 55%;
	padding-left: 40px;
	}	

	.Page_Staff .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

	.Page_Staff .StaffWrap .Title  {
	margin-bottom: 45px;
	font-size: 2.2rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ お客様の声 ==================================================================================== */


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

	.Page_Voice .VoiceWrap {
	padding: 20px 0;	
	}

	.Page_Voice .VoiceWrap .VoiceUnit {
	padding-top: 30px;
	padding-bottom: 30px;
	}

	.Page_Voice .VoiceWrap .Title  {
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #877338;
	padding: 0.5em 0;
    border-bottom: solid 1px #877338;
	margin-bottom: 30px;
	}
	
	.Page_Voice .VoiceWrap .Name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.07em;
	}

	.Page_Voice .VoiceWrap .Name span {
	font-size: 14px;
	}

	.Page_Voice .VoiceWrap .Rank  {
	font-size: 22px;
	font-weight: 700;
	color: #877338;
	font-family: 'Open Sans', sans-serif;
	}

	.Page_Voice .VoiceWrap .RankTxt  {
	font-size: 1.3rem;
	line-height: 1.8em;
	padding: 1.4em 0;
    border-bottom: solid 1px #000;
	margin-bottom: 20px;
	}

	.Page_Voice .VoiceWrap .Lead {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.8em;
	letter-spacing: 0.07em;
	}

	.Page_Voice .VoiceWrap .Btn {
	margin-top: 0;
	margin-bottom: 50px;
	}

	.Page_Voice .Photo {
	margin: 50px 30px;
	}

	.Page_Voice .BannarUnit {
	padding: 20px 20px 40px 20px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Voice .VoiceWrap {
	padding: 50px 0;
	}

	.Page_Voice .VoiceWrap .VoiceUnit {
	padding: 90px 0;
	}

	.Page_Voice .VoiceWrap .Title  {
	font-size: 70px;
	font-family: 'Open Sans', sans-serif;
	color: #877338;
	padding: 0.5em 0;
    border-bottom: solid 1px #877338;
	margin-bottom: 50px;
	}

	.Page_Voice .VoiceWrap .Name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.07em;
	}

/*
	.Page_Voice .VoiceWrap .Name span {
	font-size: 18px;
	}
*/

	.Page_Voice .VoiceWrap .Rank  {
	font-size: 24px;
	font-weight: 700;
	color: #877338;
	font-family: 'Open Sans', sans-serif;
	}

	.Page_Voice .VoiceWrap .RankTxt  {
	font-size: 1.6rem;
	padding: 1.5em 0;
    border-bottom: solid 1px #000;
	margin-bottom: 20px;
	}

	.Page_Voice .VoiceWrap .Lead {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.0em;
	letter-spacing: 0.07em;
	}

	.Page_Voice .Photo {
	width: 700px;
	margin: 80px auto;
	}

	.Page_Voice .BannarUnit {
	padding: 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ Page_BeforeAfter ==================================================================================== */


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

	.Page_BeforeAfter .FooterFixed {	
	display: none !important;	
	}

	.Page_BeforeAfter .ReasonWrap {
	padding: 30px 0;	
	}
	
	.Page_BeforeAfter .ReasonWrap .MainLead {
	padding-bottom: 40px;
	font-size: 2.0rem;
	line-height: 1.8em;
	letter-spacing: 0.07em;
	font-weight: 700;
	}
	
	.Page_BeforeAfter .ReasonWrap .ReasonList li {
	margin-bottom: 40px;
	padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li:last-child {
	margin-bottom: 0;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Thumb {
	margin-bottom: 20px;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 1.6rem;
	line-height: 1.8em;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.3rem;
	line-height: 1.6em;
	}

	.Page_BeforeAfter .BannarUnit {
	margin-top: 40px;
	margin-bottom: 50px !important;	
	}

}

@media print, screen and (min-width: 768px) {

	.Page_BeforeAfter .ReasonWrap {
	padding: 90px 0;
	}

	.Page_BeforeAfter .ReasonWrap .MainLead {
	padding-bottom: 40px;
	font-size: 2.7rem;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 700;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList {

	margin-top: 40px;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList:after {
	content: "";
	width: calc((100% / 3) - 30px);
	height: 0;	
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li {
	display: flex;
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Thumb {
	width: 30%;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .TxtUnit {
	width: 70%;
	padding-left: 40px;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Mds {
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.07em;
	font-size: 1.8rem;
	line-height: 1.8em;
	}

	.Page_BeforeAfter .ReasonWrap .ReasonList li .Lead {
	font-weight: 400;
	letter-spacing: 0.07em;
	font-size: 1.4rem;
	line-height: 2.0em;
	}

	.Page_BeforeAfter .BannarUnit {
	margin-bottom: 60px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_BeforeAfter .BannarUnit {
	padding: 0 !important;
	}

	.Page_BeforeAfter .BannarUnit {
	margin-bottom: 100px;
	}

}



/* よくあるご質問 --------------------------------------------------- */

.Page_Faq .SectionFaq .Question {
position: relative;
padding-left: 20px;
}

.Page_Faq .SectionFaq .Answer {
position: relative;
padding-left: 20px;
}

.Page_Faq .SectionFaq .Answer:before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
content: "A.";
color: #a0967a;
}

.Page_Faq .SectionFaq .UnitFaqWrap {
border-left: 1px solid #c9cccd;
border-right: 1px solid #c9cccd;
border-bottom: 1px solid #c9cccd;
}

.Page_Faq .SectionFaq .Title {
margin-bottom: 20px;
color: #a0967a;
}

.Page_Faq .SectionFaq .UnitFaqMds {
position: relative;
color: #000;
width: 100%;
display: block;
cursor: pointer;
}

.Page_Faq .SectionFaq .UnitFaqMds:before,
.Page_Faq .SectionFaq .UnitFaqMds:after {
display: block;
position: absolute;
background-color: #a0967a;
content: "";
}

.Page_Faq .SectionFaq .UnitFaqMds:before {
top: 50%;
right: 30px;
width: 20px;
height: 1px;
margin-top: -1px;
}

.Page_Faq .SectionFaq .UnitFaqMds:after {
top: 50%;
right: 39px;
width: 1px;
height: 20px;
margin-top: -10px;
}

.Page_Faq .SectionFaq .UnitFaqMds.Current:after {
display: none;
}

.Page_Faq .SectionFaq .UnitFaqMds.Current:before {
background-color: #fff;
}

.Page_Faq .SectionFaq .UnitFaqMds.Current {
background: #a0967a;
border-bottom: none;
color: #fff;
}

.Page_Faq .SectionFaq .UnitFaq {
display: none;
}

/* 見出し */
.Page_Faq .MdsBase {
color: #fdb710;
}

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

	.Page_Faq .SectionFaq {
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: 30px;
	}

	.Page_Faq .SectionFaqWrap {
	margin-top: 30px;
	margin-bottom: 60px;
	}

	.Page_Faq .Wrap.ColumRow {
	padding-left: 0;
	padding-right: 0;
	}

	.Page_Faq .SectionFaq .UnitFaqWrap {
	padding: 10px;
	line-height: 1.8em;
	}

	.Page_Faq .MdsCate {
	margin-bottom: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	}

	/* 見出し */
	.Page_Faq .MdsBase {
	margin-top: 10px;
	padding-top: 10px;
	border: 1px solid #c9cccd;
	font-size: 1.5rem;
	line-height: 1.6em;
	padding: 10px 30px 10px 10px;
	font-weight: normal;
	}

	.Page_Faq .ColumRow .Lead2 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	}

	.Page_Faq .SectionFaq li {
	margin-bottom: 30px;
	}

	.Page_Faq .SectionFaq .Question {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.4em;
	}

	.Page_Faq .SectionFaq .Answer {
	font-size: 1.4rem;
	line-height: 1.6em;	
	}

	.Page_Faq .SectionFaq .UnitFaqMds:before {
	right: 10px;
	}
	
	.Page_Faq .SectionFaq .UnitFaqMds:after {
	right: 19px;
	}

	.Page_Faq .SectionFaq .Title {
	font-size: 1.8rem;
	}

	.Page_Faq .SectionFaqWrap .Title  {
	margin-bottom: 25px;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Faq .SectionFaq {
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 50px;
	}

	.Page_Faq .SectionFaqWrap {
	margin-top: 80px;
	width: 80%;
	margin-bottom: 80px;
	padding: 0 !important;
	}
	
	.Page_Faq .MdsCate {
	margin-bottom: 70px;
	}
	
	.Page_Faq .SectionFaq .UnitFaqMds {
	padding: 20px 20px;
	}

	.Page_Faq .SectionFaq .UnitFaqWrap {
	padding: 20px;
	line-height: 1.8em;
	}
	
	.Page_Faq .SectionFaq .UnitFaqWrap ul {
	padding-top: 30px;
	}

	/* 見出し */
	.Page_Faq .MdsBase {
	margin-top: 10px;
	padding-top: 10px;
	border: 1px solid #c9cccd;
	font-size: 1.8rem;
	font-weight: 500;
	}
	
	.Page_Faq .SectionFaq li {
	margin-bottom: 50px;
	}

	.Page_Faq .SectionFaq .Question {
	margin-bottom: 25px;
	font-size: 1.8rem;
	}

	.Page_Faq .SectionFaq .Title {
	margin-bottom: 30px;
	font-size: 2.4rem;
	}

	.Page_Faq .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

	.Page_Faq .SectionFaqWrap .Title  {
	margin-bottom: 45px;
	font-size: 2.2rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	text-align: center;
	}
}

@media print, screen and (min-width: 1090px) {

	.Page_Faq .SectionFaqWrap {
	width: auto;
	}

}



/* ■ Page_Recruitment ==================================================================================== */


.Page_Recruitment .TellNUmber a {
color: #000;
}

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

	.Page_Recruitment .RecruitmentWrap  {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	
	.Page_Recruitment .RecruitmentWrap .Title  {
	margin-bottom: 25px;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	}

	.Page_Recruitment .TellNUmber a {
	display: inline-block;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	background: #f2f2f2;
	width: 100%;
	padding: 17px 0 13px 0;
	text-align: center;
	}

	.Page_Recruitment .TellNUmber a span {
	padding-left: 10px;
	}

	.Page_Recruitment .TellNUmber a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 26px;
	background-image: url(/img/common/header/Icon_Tell.png);
	background-size: contain;
	vertical-align: middle;
	margin-top: -7px;
	margin-left: -10px;
	}

	.Page_Recruitment .BannarUnit {
	padding:  0 20px 40px 20px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Recruitment .RecruitmentWrap  {
	padding: 90px 0 100px 0;
	text-align: center;
	}

	.Page_Recruitment .RecruitmentWrap .Title  {
	margin-bottom: 45px;
	font-size: 2.2rem;
	letter-spacing: 0.07em;
	font-weight: 700;
	}

	.Page_Recruitment .TellNUmber {
	position: relative;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-left: 45px;
	display: inline-block;
	}

	.Page_Recruitment .TellNUmber:before {
	position: absolute;
	left: 0;
	top: -17px;
	content: '';
	display: inline-block;
	width: 32px;
	height: 52px;
	background-image: url(/img/common/header/Icon_Tell.png);
	background-size: contain;
	vertical-align: middle;
	}

	.Page_Recruitment .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ Page_Privacy ==================================================================================== */

.Page_Privacy .PrivacyUnit {
border-top: 1px solid #ada48e;
}

.Page_Privacy .SectionPrivacyWrap .LeadMain {
font-weight: bold;
}

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

	.Page_Privacy .SectionPrivacyWrap {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
	.Page_Privacy .SectionPrivacyWrap .LeadMain {
	line-height: 1.8em;
	}

	.Page_Privacy .PrivacyUnit {
	padding-top: 30px;
	margin-bottom: 40px;
	}

	.Page_Privacy .PrivacyUnit h2 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.08em;
	}
	
	.Page_Privacy .PrivacyUnit .Lead {
	font-size: 1.4rem;
	line-height: 1.8em;
	}

	.Page_Privacy .BannarUnit {
	padding:  0 20px 40px 20px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Privacy .SectionPrivacyWrap {
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.Page_Privacy .PrivacyUnit {
	padding-top: 30px;
	margin-bottom: 60px;
	}

	.Page_Privacy .PrivacyUnit h2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	}
	
	.Page_Privacy .PrivacyUnit .Lead {
	line-height: 1.8em;
	}

	.Page_Privacy .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {


}



/* ■ CompanyUnit ==================================================================================== */

.Page_Company .CompanyUnit dl {
border-top: 1px solid #ada48e;
}

.Page_Company .CompanyUnit dt {
font-weight: bold;
    background: #f8f7f0;
}

.Page_Company .CompanyUnit dl:last-child {
border-bottom: 1px solid #ada48e;
}

.Page_Company .CompanyUnit .SectionPrivacyWrap .LeadMain {
font-weight: bold;
}

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

	.Page_Company .CompanyUnit {
	padding: 40px 0 60px 0;
	}

	.Page_Company .CompanyUnit dl {

	}

	.Page_Company .CompanyUnit dt {
	padding: 15px 20px;
	}
	
	.Page_Company .CompanyUnit dd {
	margin: 0;
	padding: 15px 20px;
	font-size: 1.4rem;
	line-height: 1.8em;
	} 

	.Page_Company .CompanyUnit dd .Map {
	margin-top: 35px;
	}

	.Page_Company .CompanyUnit dd .Map iframe {
	width: 100%;
	height: 300px;
	}

	.Page_Company .BannarUnit {
	padding:  0 20px 40px 20px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Company .SectionCompanyWrap {
	padding-left: 0;
	padding-right: 0;
	}

	.Page_Company .CompanyUnit {
	padding: 80px 0 120px 0;
	}

	.Page_Company .CompanyUnit dl {
	display: flex;
	}

	.Page_Company .CompanyUnit dt {
	width: 20%;
	padding: 30px 40px;
	}
	
	.Page_Company .CompanyUnit dd {
	margin: 0;
	padding: 30px 40px;
	} 

	.Page_Company .CompanyUnit dd .Map {
	margin-top: 35px;
	}

	.Page_Company .CompanyUnit dd .Map iframe {
	width: 500px;
	height: 400px;
	}

	.Page_Company .BannarUnit {
	padding: 0 20px 80px 20px !important;
	}

}

@media print, screen and (min-width: 1090px) {


}






/* ■ フォーム ==================================================================================== */

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

	#PageForm h1.MdsBase {
	margin-left: 15px;
	margin-right: 15px;
	}

	#PageForm #Stage {
	padding: 0;
	}

}



/* ■ ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* Magnific Popup --------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
