@charset "UTF-8";

/*
■ 汎用

■ TOPページ
■ 汎用パーツ
■ 汎用ライブラリ1

■ JSライブラリ
*/



/* ■ 汎用 ==================================================================================== */


/* 注意点 --------------------------------------------------- */



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

	.NoteBox {
	margin-top: 3rem;
	}
	
	.Note {
	margin-top: 2.0rem;
	font-size: 1.4rem;
	line-height: 1.6;
	}

	.bullet {
	margin-right: 5px;
	}

}

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

	.NoteBox {
	margin-top: 7rem;
	}
	
	.Note {
	margin-top: 2.0rem;
	font-size: 1.6rem;
	}

	.bullet {
	margin-right: 5px;
	}

}
*/



/* ■ TOPページ ==================================================================================== */

.Title {
font-weight: 400;
}

.Title {
text-align: center;
}

.TitleEn {
display: block;
letter-spacing: 0.3em;
}

.Lead {
letter-spacing: 0.08em;
}

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

	.Title {
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	}
	
	.TitleEn {
	margin-top: 1rem;
	font-size: 1.3rem;
	}

	.Lead {
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Title {
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	}
	
	.TitleEn {
	margin-top: 2.5rem;
	font-size: 2rem;
	}

}


/* ■ About ==================================================================================== */


.SectionAbout .LeadUnit {
position: relative;
width: 100%;
overflow: hidden;
}

.SectionAbout .LeadUnit .Lead {
background: #f7f7f6;
}

.AboutList .Mds {
border-bottom: 1px solid var(--color-main);
}

/*
.AboutList3 li img {
border: solid 1px #ccc;
}
*/
	
/* ### --------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.SectionAbout {
	padding-top: 4rem;
	}

	.SectionAbout .LeadUnit .Lead {
	padding: 3rem 3rem 3rem 3rem;	
	}

	.AboutList {
	padding: 3rem 0 0 0;
	}

	.AboutList li {
	margin-bottom: 2rem;
	}

	.AboutList .Number {
	font-size: 4.5rem;
	}

	.AboutList .Mds {
	display: flex;
	align-items: center;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	}

	.AboutList .MdsTxt {
	display: inline-block;
	margin-left: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.7rem;
	line-height: 1.3;
	letter-spacing: 0.08em;
	}

	.AboutList li .Lead {
	margin-top: 1.5rem;
	}

	.AboutList2 ul {
	margin-top: 5rem;
	}

	.AboutList2 li {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.5rem;
	}

	.AboutList2 li:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-bottom: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
	left: 19%;
	}

	.AboutList2 li:last-child:before {
	display: none;
	}
	
	.AboutList2 .Ph {
	width: 43%;
	border: solid 1px #ccc;
	}
	
	.AboutList2 .LeadWrap {
	width: 57%;
	padding-left: 2rem;
	}
	
	.AboutList2 li .Lead1 {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	}

	.AboutList2 li .Lead2 {
	margin-top: 0.8rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}

/*
	.AboutList3 ul {
	margin-top: 5rem;
	}

	.AboutList3 li {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.5rem;
	}

	.AboutList3 li:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-bottom: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
	left: 20%;
	}

	.AboutList3 li:last-child:before {
	display: none;
	}
	
	.AboutList3 .Ph {
	width: 43%;
	}
	
	.AboutList3 .LeadWrap {
	width: 57%;
	padding-left: 2rem;
	}
	
	.AboutList3 li .Lead1 {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	}

	.AboutList3 li .Lead2 {
	margin-top: 0.8rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}
*/

}


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

.Title {
font-size: 2.2rem;
}

.AboutList2 li:before {
bottom: 0;
}

/*
.AboutList3 li:before {
bottom: 0;
}
*/

.SectionOrderList .MdsTxt {
font-size: 1.8rem !important;
}


}


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

	.KeyVisual {
	padding-top: 9rem;
	}

	.SectionAbout {
	padding-top: 8rem;
	}

	.SectionAbout .LeadUnit {
	margin-top: 1rem;
	padding: 4rem 0 0 0;
	}

	.SectionAbout .LeadUnit .Lead {
	line-height: 2.6;
	padding: 6rem 7rem 6rem 7rem;
	}
	
	.AboutList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5rem;
	}

	.AboutList li {
/* 	width: 100%; */
	width: 47.5%;
	margin-bottom: 5rem;
	}

	.AboutList .Number {
	font-size: 6rem;
	}

	.AboutList .Mds {
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	padding-left: 0.8rem;
	}

	.AboutList .MdsTxt {
	display: inline-block;
	margin-left: 1.7rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	}

	.AboutList li .Lead {
	margin-top: 1.5rem;
	}

	.AboutList2 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
	}

	.AboutList2 li {
	position: relative;
	width: calc((100% / 3) - 4.8rem);
	}

	.AboutList2 li img {
	border: solid 1px #ccc;
	}

	.AboutList2 li:before {
	content: '';
	width: 25px;
	height: 25px;
	border: 0;
	border-top: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
    top: 30%;
    right: -37px;
	margin: auto;
	}

	.AboutList2 li:last-child:before {
	display: none;
	}
	
	.AboutList2 li .Lead1 {
	margin-top: 2rem;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	}

	.AboutList2 li .Lead2 {
	margin-top: 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

/*
	.AboutList3 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	}

	.AboutList3 li {
	position: relative;
	width: calc((100% / 2) - 4.8rem);
	}

	.AboutList3 li:before {
	content: '';
	width: 25px;
	height: 25px;
	border: 0;
	border-top: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
    top: 30%;
    right: -50px;
	margin: auto;
	}

	.AboutList3 li:last-child:before {
	display: none;
	}
	
	.AboutList3 li .Lead1 {
	margin-top: 2rem;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	}

	.AboutList3 li .Lead2 {
	margin-top: 2rem;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	}
*/

}


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

	.AboutList2 li:before {
	content: '';
	width: 25px;
	height: 25px;
	border: 0;
	border-top: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
	top: 32%;
	right: -45px;
	margin: auto;
	}

/*
	.AboutList3 li:before {
	content: '';
	width: 25px;
	height: 25px;
	border: 0;
	border-top: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main);
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: -55px;
	margin: auto;
	}
*/

}





/* ■ Recommend ==================================================================================== */

.SectionRecommend {
background: #f7f7f6;
}

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

	.SectionRecommend {
	margin-top: 6rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	}

/*
	.SectionRecommend .MainLead {
	margin-top: 3rem;
	font-size: 1.4rem;
	line-height: 2;
	}
	
	.RecommendList {
	margin: 3rem 0 0 0;
	}

	.RecommendList li {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid #ccc;
	}

	.RecommendList li .Ph img {
	width: 70%;
	margin: 0 auto;
	}

	.RecommendList li .Mds {
	margin-top: 2rem;
	font-size: 1.7rem;
	text-align: center;
	}

	.RecommendList li .Lead {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
	}
*/

	.OsusumePC {
	display: none;
	}

	.OsusumeSP {
	margin-top: 3rem;
	}

}

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

	.SectionRecommend {
	margin-top: 10rem;
	padding-top: 10rem;
	padding-bottom: 9rem;
	}

/*
	.SectionRecommend .MainLead {
	margin-top: 7rem;
	font-size: 1.6rem;
	line-height: 2;
	}

	.RecommendList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	.RecommendList {
	margin-top: 7rem;
	}

	.RecommendList li {
	width: calc((100% / 2) - 2rem);
	margin-bottom: 4rem;
	padding: 4rem;
	background: #fff;
	border: 1px solid #ccc;
	}

	.RecommendList li {
	width: calc((100% / 3) - 3rem);
	margin-bottom: 3.5rem;
	padding: 4rem;
	background: #fff;
	}
	
	.RecommendList li .Ph img {
	width: 100%;
	margin: 0 auto;
	}

	.RecommendList li .Mds {
	margin-top: 2rem;
	font-size: 2.2rem;
	text-align: center;
	}

	.RecommendList li .Lead {
	margin-top: 2rem;
	font-size: 1.5rem;
	text-align: center;
	}
*/

	.OsusumeSP {
	display: none;
	}

	.OsusumePC {
	margin-top: 7rem;
	}
	

}


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



}



/* ■ Order ==================================================================================== */

.SectionOrderList li {
border: 1px solid #f3b6ca;
}

/*
.SectionOrderList .Number {
color: #fff;
background: url(../img/common/icon/Icon_NumberBg.png);
}
*/


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

	.SectionOrder {
	padding-top: 4rem;
	}

/*
	.SectionOrderList {
	margin-top: 5rem;
	}

	.SectionOrderList li {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	padding-top: 2.5rem;
	padding-left: 4rem;
	}

	.SectionOrderList .Number {	
	display: block;
	width: 5rem;
	height: 5rem;
	font-size: 2.5rem;
	line-height: 5rem;
	text-align: center;
	margin: -4rem auto 0 auto;
	}
	
	.SectionOrderList .OrderUnit1 .Number,
	.SectionOrderList .OrderUnit3 .Number,
	.SectionOrderList .OrderUnit5 .Number {
	position: absolute;
	left: -2.5rem;
	top: 65%;
	}

	.SectionOrderList .OrderUnit1,
	.SectionOrderList .OrderUnit3,
	.SectionOrderList .OrderUnit5 {
	margin-left: 2rem;
	}

	.SectionOrderList .OrderUnit2 .Number,
	.SectionOrderList .OrderUnit4 .Number,
	.SectionOrderList .OrderUnit6 .Number {
	position: absolute;
	right: -2.5rem;
	top: 65%;
	}

	.SectionOrderList .OrderUnit2,
	.SectionOrderList .OrderUnit4,
	.SectionOrderList .OrderUnit6 {
	margin-right: 2rem;
	}

	.SectionOrderList .MdsTxt {
	font-size: 1.9rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	}

	.SectionOrderList .Lead {
	margin-top: 0;
	}
	
	.SectionOrderList .Lead span {
	font-size: 1.8rem;
	}

	.scroll-box {
	margin-top: 4rem;
	}

	.FlowData {
	padding: 5rem 3rem 3rem 3rem;
	background: #f7f7f6;
	}
*/

	.BuiImage {
	margin-top: 3rem;
	}

	.BuiImage img {
	width: 100%;
	}

}

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

    .SectionOrderList .OrderUnit2, .SectionOrderList .OrderUnit4, .SectionOrderList .OrderUnit6 {
        margin-right: 2rem;
        padding-left: 2rem;
    }

}
*/

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

	.SectionOrder {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}
	
/*
	.SectionOrderList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10rem;
	}

	.SectionOrderList li {
	position: relative;
	width: calc((100% / 3) - 3rem);
	margin-bottom: 9rem;
	padding-bottom: 6rem;
	text-align: center;
	}

	.SectionOrderList .Number {	
	display: block;
	width: 8rem;
	height: 8rem;
	font-size: 4rem;
	line-height: 8rem;
	text-align: center;
	margin: -4rem auto 0 auto;
	}

	.SectionOrderList .MdsTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	padding-top: 3rem;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	}
	
	.SectionOrderList .Lead span {
	font-size: 1.8rem;
	}

	.FlowData {
	padding: 7rem 6rem;
	background: #f7f7f6;
	}
*/

	.BuiImage {
	margin-top: 7rem;
	}

	.BuiImage img {
	margin: 0 auto;
	width: 90%;
	}

}


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

/*
	.SectionOrderList .MdsTxt {
	font-size: 3rem;
	}
*/

	.BuiImage img {
	margin: 0 auto;
	width: 80%;
	}

}




/* スクロール部分 --------------------------------------------------- */


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

.scroll-hint.is-right-scrollable,
.scroll-hint.is-left-scrollable {
background: #f7f7f6 !important;
}

	/*=========== .scroll-box ===========*/
.scroll-box {
  overflow-x: auto;
  position: relative; /* 子要素のposition: absoluteが有効になるように */
  -webkit-overflow-scrolling: touch;
}

.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

/*=========== scrollbar ===========*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}



}

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




}


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


}


/* 料金 --------------------------------------------------- */

.SectionPrice {
background: #f7f7f6;
}

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

	.SectionPrice {
	margin-top: 4rem;
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionPrice .Price {
	font-size: 2.0rem;
	font-weight: bold;
	}

	.SectionPrice .DLHori {
	margin-top: 2.0rem;
	}

	.SectionPrice .Kome {
	margin-top: 2rem;
	font-size: 1.2rem;
	line-height: 1.4;
	}

	.PriceMds {
    font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	color: #db4274;
	margin-top: 3rem;
	}

}

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

	.SectionPrice {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}
	
	.SectionPrice .Price {
	font-size: 2.4rem;
	font-weight: bold;
	}

	.SectionPrice .Tax {
	font-size: 1.4rem;
	}

	.SectionPrice .DLHori {
	margin-top: 3rem;
	}

	.SectionPrice .Kome {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.3;
	}

	.PriceMds {
    font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	color: #db4274;
	margin-top: 7rem;
	}

}


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


}



/* 施術内容 --------------------------------------------------- */

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

	.SectionTreatment {
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionTreatment .DLHori {
	margin-top: 2.5rem;
	}

}

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

	.SectionTreatment {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}

	.SectionTreatment .DLHori {
	margin-top: 7rem;
	}
	
	.SectionTreatment .DLHori dd {
	font-size: 1.5rem;
	}

}


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


}



/* 施術内容 --------------------------------------------------- */

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

	.SectionTreatment {
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionTreatment .DLHori {
	margin-top: 2.5rem;
	}

}

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

	.SectionTreatment {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}

	.SectionTreatment .DLHori {
	margin-top: 7rem;
	}
	
	.SectionTreatment .DLHori dd {
	font-size: 1.5rem;
	}

}


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


}



/* SectionFaq --------------------------------------------------- */

.SectionFaq {
background: #f7f7f6;
}

/* 親メニュー */
#AccoMenu .Level1 span {
position: relative;
display: block;
}


#AccoMenu .Level1 span::before,
#AccoMenu .Level1 span::after {
display: block;
position: absolute;
top: 50%;
right: -1.5rem;
width: 1.5rem;
height: 0.1rem;
background-color: var(--color-main);
content: "";
}

#AccoMenu .Level1 span::after {
transform: rotate(90deg);
}

#AccoMenu .Level1.current span::after {
display: none;
}

#AccoMenu .Level1.current span::before {
background-color: #fff;
}


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

	.SectionFaq {
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionFaq #AccoMenu {
	margin-top: 3rem;
	}

	#AccoMenu .Level1 {
	display: block;
	margin-bottom: 1rem;
	padding: 2rem 4rem 2rem 4rem;
	font-size: 1.6rem;
	background: #fff;
	}
	
	#AccoMenu .Level1 span {
	line-height: 1.6;
	}
	 
	#AccoMenu .Level2 {
	display: none;
	}
	 
	#AccoMenu .Level2 li {
	padding: 1rem 3rem 2rem 4rem;
	}
	
	#AccoMenu .Level1.current {
	color: #fff !important;
	background: var(--color-main);
	}
	
	#AccoMenu .Level1,
	#AccoMenu .Level2 li {
	position: relative;
	}
	
	#AccoMenu .Level1:before {
	content: 'Q.';
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 33%;
	font-style: italic;
	font-size: 2rem;
	}

#AccoMenu .Level1 span::before,
#AccoMenu .Level1 span::after {
    right: -2.5rem;
}
	
	#AccoMenu .Level2 li:before {
	content: 'A.';
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 1.5rem;
	font-style: italic;
	font-size: 2.2rem;
	color:var(--color-main);
	font-family: "Amiri", serif;
	font-style: italic;
	}
	
	#AccoMenu .Level2 li {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.08em;
	}


}

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

	.SectionFaq {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}
	
	#AccoMenu .Level1 {
	margin-bottom: 1rem;
	}

	.SectionFaq #AccoMenu {
	margin-top: 6rem;
	}

	#AccoMenu .Level1 {
	display: block;
	padding: 2.5rem 3rem 2.5rem 5rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	background: #fff;
	}
	 
	#AccoMenu .Level2 {
	display: none;
	}
	 
	#AccoMenu .Level2 li {
	padding: 1.5rem 3rem 2.5rem 5rem;
	}
	
	#AccoMenu .Level1.current {
	color: #fff !important;
	background: var(--color-main);
	}
	
	#AccoMenu .Level1,
	#AccoMenu .Level2 li {
	position: relative;
	}
	
	#AccoMenu .Level1:before {
	content: 'Q.';
	display: inline-block;
	position: absolute;
	left: 1.8rem;
	top: 33%;
	font-style: italic;
	font-size: 2rem;
	}
	
	#AccoMenu .Level2 li:before {
	content: 'A.';
	display: inline-block;
	position: absolute;
	left: 1.8rem;
	top: 1rem;
	font-style: italic;
	font-size: 2.2rem;
	color:var(--color-main);
	font-family: "Amiri", serif;
	font-style: italic;
	}
	
	#AccoMenu .Level2 li {
	line-height: 2;
	letter-spacing: 0.08em;
	}


}


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


}







/* SectionInfo --------------------------------------------------- */

.SectionInfo {
background: #f7f7f6;
}

.SectionInfo .ProfileUnit {
background: #fff;
}

.SectionInfo .Map {
position: relative;
width: 100%;
height: 0;
padding-top: 75%; /* 比率を4:3に固定 */
}

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

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

	.SectionInfo {
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionInfo .InfoWrap {
	display: flex;
	flex-flow: column;
	margin-top: 3rem;
	}
	
	.SectionInfo .InfoUnit {
	order: 2;
	margin-top: 2.5rem;
	}

	.SectionInfo .MapWrapUnit {
	order: 1;
	}

	
	.SectionInfo .InfoMds {
	font-size: 2.1rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .InfoTel {
	margin-top: 2.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .InfoCaution{
	margin-top: 0.8rem;
	font-size: 1.2rem;
	}

	.SectionInfo .InfoCaution2 {
	margin-top: 0;
	font-size: 1.2rem;
	}
	
	.SectionInfo .ProfileUnit {
	margin-top: 2.5rem;
	padding: 3rem 3.5rem;
	}
	
	.SectionInfo .ProfilePosition {
	padding-top: 1rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .ProfileName {
	margin-top: 1.5rem;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
	vertical-align: middle;
	}
	
	.SectionInfo .ProfileName span {
	display: block;
	margin-top: 1rem;
	font-size: 1.4rem;
	}
	
	.SectionInfo .ProfileNameWrap {
	display: flex;
	}
	
	.SectionInfo .ProfileLead .Lead {
	margin-top: 2rem;
	font-size: 1.3rem;
	}
	
	.SectionInfo .ProfileNameUnit {
	width: calc(100% - 10.5rem);
	}
	
	.SectionInfo .ProfileThumb {
	width: 10.5rem;
	}

}

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

    .SectionInfo .ProfileUnit {
        margin-top: 2.5rem;
        padding: 3rem 2rem;
    }
}


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

	.SectionInfo {
	padding-top: 9rem;
	padding-bottom: 9rem;
	}
	
	.SectionInfo .InfoWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
	}
	
	.SectionInfo .InfoUnit {
	width: calc(100% - 40rem);
	}

	.SectionInfo .InfoAddress {
	margin-top: 2.5rem;
	}
	
	.SectionInfo .ProfileUnit {
	display: flex;
	}
	
	.SectionInfo .MapWrapUnit {
	width: 40rem;
	}
	
	.SectionInfo .InfoMds {
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .InfoTel {
	margin-top: 2.2rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .InfoCaution{
	margin-top: 0.8rem;
	}

	.SectionInfo .InfoCaution2 {
	margin-top: 0;
	}
	
	.SectionInfo .ProfileUnit {
	margin-top: 6.5rem;
	padding: 4rem 4rem;
	}
	
	.SectionInfo .ProfilePosition {
	margin-top: 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .ProfileName {
	margin-top: 1.5rem;
	font-size: 3rem;
	letter-spacing: 0.08em;
	vertical-align: middle;
	}
	
	.SectionInfo .ProfileName span {
	font-size: 2rem;
	}
	
	.SectionInfo .ProfileLead {
	width: calc(100% - 21rem);
	padding-right: 2rem;
	}
	
	.ProfileThumb {
	width: 21rem;
	}

}


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

	.SectionInfo .InfoUnit {
	width: calc(100% - 50rem);
	padding-top: 6rem;
	}
	
	.SectionInfo .MapWrapUnit {
	width: 50rem;
	}

	.SectionInfo .InfoTel {
	margin-top: 2.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	}
	
	.SectionInfo .ProfileLead {
	padding-right: 0;
	}

	.SectionInfo .ProfileUnit {
	margin-top: 6.5rem;
	padding: 4rem 7rem;
	}

}


/* SectionReservation --------------------------------------------------- */

/*
.SectionReservation {
background: #f7f7f6;
}
*/

.SectionReservation .FormList dd {
letter-spacing: 0.08em;
}

.SectionReservation .CheckboxUnit p {
display: inline-block;
margin-right: 2rem;
}

.SectionReservation .TxtYear {
margin-left: 1rem;
}

.SectionReservation .CalendarUnitWrap {
position: relative;
display: flex;
margin-top: 0.5rem;
}

.SectionReservation .CalendarUnit {
position: relative;
margin-right: 1rem;
}

.CalendarIcon {
position: absolute;
top: 0.9rem;
right: 1rem;
width: 1.8rem;
z-index: 20;
}

.CalendarUnitWrap ::placeholder {
color: #000;
}

.CalendarUnitWrap {
margin-bottom: 1.5rem;
}

.SectionReservation .FormUnit .ListKomeS {
margin-top: 2rem;
}

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

	.SectionReservation {
	padding-top: 4rem;
	padding-bottom: 5rem;
	}

	.SectionReservation .CheckboxUnit2 p {
	margin-bottom: 1.5rem;
	}

	.SectionReservation .CheckboxUnit p {
	margin-bottom: 1rem;
	}
	
	.SectionReservation .CalendarUnit {
	width: 160px;
	height: 34px;
	margin-right: 0.5rem;
	border: 1px solid #b1b1b1;
	border-radius: var(--border-r);
	background: #fff;
	}

	.ui-datepicker table {
	font-size: 16px !important;
	}

	.CalendarIcon {
	top: 0.7rem;
	}

}

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

	.CalendarUnitWrap {
	display: block !important;
	}
	
	.SectionReservation .FormUnit select {
	margin-top: 1rem;
	width: 80% !important;
	height: 34px;
	}
	
	.SectionReservation .FormUnit .hasDatepicker {
	width: 100% !important;
		}

}



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

	.SectionReservation {
/* 	margin-top: -9rem; */
	padding-top: 9rem;
	padding-bottom: 9rem;
	}
	
	.SectionReservationIn {
	padding-top: 3rem;
	}


	.SectionReservation .CheckboxUnit2 {
	display: flex;
	flex-wrap: wrap;
	}

	.SectionReservation .CheckboxUnit2 {
	max-width: 40rem;
	}

	.SectionReservation .CheckboxUnit2 p {
	width: calc(100% / 2);
	margin-top: 1rem !important;
	}
	
	.SectionReservation .PartsUnit {
	padding-top: 1.5rem !important;
	}

	
}


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


}


/* 完了画面 --------------------------------------------------- */

.PageThanks {
background: #f7f7f6;
}

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

	
	.PageThanks #ContentsTop {
	padding-top: 3rem;	
	}
	
	.PageThanks .SectionReservationIn {
	padding-top: 2rem;
	}
	
	.PageThanks .Title {
	padding-bottom: 5rem;
	border-bottom: 1px solid #bbb;
	}

	.PageThanks .SectionReservationIn .Lead {
	padding-top: 3rem;
	text-align: center;
	font-size: 1.6rem;
	}

}

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


	.PageThanks #Header {
	display: block !important;
	}
	
	.PageThanks #Header .Header_Logo {
	margin-right: auto !important;
	margin-left: auto;
	}
	
	.PageThanks #Header .Header_ServiceName {
	margin-right: auto !important;
	margin-left: auto;	
	}
	
	.PageThanks #ContentsTop {
	padding-top: 8rem;	
	}
	
	.PageThanks .SectionReservationIn {
	padding-top: 8rem;
	}
	
	.PageThanks .Title {
	padding-bottom: 5rem;
	border-bottom: 1px solid #bbb;
	}

	.PageThanks .SectionReservationIn .Lead {
	padding-top: 5rem;
	text-align: center;
	font-size: 2.2rem;
	}


}


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

.TopContentsWrap {
position: relative;
z-index: 10;
background-color: #fff;
}

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

	#ContentsTop {

	}

}

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

	#ContentsTop {

	}

}

.PanelMenu {
margin-top: 4rem;
}

.PanelMenu .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}

.PanelMenu .ColItem {
display: flex;
flex-direction: column;
}

.PanelMenu .Lead1 {
font-weight: 700;
}

.PanelMenu .Lead2 {
margin-top: 1rem;
}

.PanelMenu .Btn {
margin-top: auto;
padding-top: 2rem;
}



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

/*
カラム
記述リスト
ボタン
検索窓
*/


/* カラム --------------------------------------------------- */

#col1 .ColItem,
#col2 .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}


/* 記述リスト --------------------------------------------------- */

#dlh .DLHori dl {
border-bottom: 1px solid var(--color-sub5);
}

#dlh .DLHori dt {
width: 13rem;
}

#dlv .DLVert dl {
border-bottom: 1px solid var(--color-sub5);
}

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

	#dlh .DLHori dl {
	padding: 1rem 0;
	}

	#dlv .DLVert dl {
	padding: 1rem 0;
	}

}

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

	#dlh .DLHori dl {
	padding: 2rem 0;
	}

	#dlv .DLVert dl {
	padding: 2rem 0;
	}

}


/* ボタン --------------------------------------------------- */

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

	#btn .Note {
	display: block;
	font-size: 1.4rem;
	}

}

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

}


/* 検索窓 --------------------------------------------------- */

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

	.SearchBox {
	margin-top: var(--gap-int);
	}

}

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

	.SearchBox {
	margin-top: var(--gap-int);
	}

}



/* ■ 汎用ライブラリ1 ==================================================================================== */

/*
モーダル1
タブメニュー
ソートメニュー
*/


/* モーダル1 --------------------------------------------------- */

.SampleFullScreen {
display: none;
}

.SampleFullScreen_In {
padding-top: 3rem;
padding-bottom: 3rem;
}





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

/*
slick
Modaal
*/


/* slick カスタマイズ --------------------------------------------------- */

/* 読み込み時のレイアウトずれ対策 */
.Slider > li:not(:first-child) {
display: none;
}

/* 前後ボタン */
.slick-prev,
.slick-next {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 10;
border-radius: 100vh;
text-indent: -9999px;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
}

.slick-prev-arrow,
.slick-next-arrow {
display: block;
border-color: #fff;
border-top-style: solid;
border-right-style: solid;
}

.slick-prev-arrow {
transform: rotate(225deg);
}

.slick-next-arrow {
transform: rotate(45deg);
}

.slick-disabled {
opacity: 0.2;
cursor: default;
}

/* ページネーション */
.slick-dots {
display: block;
position: absolute;
width: 100%;
text-align: center;
}

.slick-dots li {
display: inline-block;
position: relative;
border: 1px solid #c7c7c7;
border-radius: 100vh;
text-indent: -9999px;
cursor: pointer;
}

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

	.Slider {
	margin-top: var(--gap-int);
	margin-bottom: 6rem;
	}

	/* スライド間の余白：centerModeを使用する場合 */
	.Slider .slick-slide {
	margin: 0 0.2rem;
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	}

	.slick-prev {
	left: 0;
	padding-left: 0.5rem;
	}

	.slick-next {
	right: 0;
	padding-right: 0.5rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 1rem;
	height: 1rem;
	border-top-width: 1px;
	border-right-width: 1px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: -3.75rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #c7c7c7;
	}

}

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

	.Slider {
	margin-top: var(--gap-int);
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	top: 50%;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	}

	.slick-prev {
	left: 2rem;
	padding-left: 1rem;
	}

	.slick-next {
	right: 2rem;
	padding-right: 1rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 2rem;
	height: 2rem;
	border-top-width: 2px;
	border-right-width: 2px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: 2rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #fff;
	}

}


/* Modaal カスタマイズ --------------------------------------------------- */

/*
種類別class名
modaal-inline, modaal-image, modaal-video, modaal-ajax, modaal-confirm, modaal-iframe
modaal-fullscreen
*/

/* オーバーレイ */
.modaal-overlay {
z-index: 10000;
background-color: rgba(0,0,0,0.6) !important;
}

/* モーダル全体の囲み */
.modaal-wrapper {
z-index: 10001;
}

/* 画像：横幅 */
.modaal-image .modaal-container,
.modaal-image .modaal-container img {
max-width: 100rem !important;
}

/* 動画：横幅 */
.modaal-video-wrap {
max-width: 100rem;
margin: 0 auto;
}

/* 動画：調整（display: tableによる不要な上下の余白を解消） */
.modaal-video .modaal-outer-wrapper {
display: flex;
align-items: center;
}

.modaal-video .modaal-inner-wrapper {
height: auto;
}

/* 動画：調整（左右の背景を押しても閉じないバグを解消） */
.modaal-video-container {
max-width: 100%;
padding-top: 56.25%;
padding-bottom: 0;
}

/* 閉じるボタン */
.modaal-close {
background-color: #fff !important;
}

.modaal-fullscreen .modaal-close {
background-color: #000 !important;
}

.modaal-close::before,
.modaal-close::after,
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
background-color: #000 !important;
}

.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after,
.modaal-fullscreen .modaal-close:focus::before,
.modaal-fullscreen .modaal-close:focus::after,
.modaal-fullscreen .modaal-close:hover::before,
.modaal-fullscreen .modaal-close:hover::after {
background-color: #fff !important;
}

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

	/* コンテンツ領域のpadding */
	.modaal-content-container {
	padding: 2rem;
	}

	/* inlineとAjaxの高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax .modaal-content-container {
	height: 50rem;
	overflow: scroll;
	}

}

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

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	max-width: 100rem;
	height: 60rem;
	overflow: scroll;
	}

}

@media print, screen and (max-height: 700px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	height: 50rem;
	}

}
