@charset "utf-8";
html{
	height: 100%;
	font-size: 62.5%;
}
body{
	position: relative;
	min-height: 100%;
	margin: 0;
	color: #111;
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
header, main, section, nav, article, aside, footer{
	display: block;
}
*, *::before, *::after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
a{
	color: #111;
	text-decoration: none;
}
a img{
	border: none;
}
ul:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
li{
	list-style: none;
}
.clearfix:before, .clearfix:after{
	display: table;
	content: "";
}
.clearfix:after{
	clear: both;
}
#header .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hdrLeft{
	flex: 1;
}
.logo{
	margin: 0;
	font-size: 0;
}
.logo img{
	vertical-align: bottom;
}
.hdrData_telNum{
	display: inline;
	background-repeat: no-repeat;
	color: #786b61;
	font-weight: bold;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
}
.hdrData{
	line-height: 1;
}
.mvSection{
	position: relative;
}
.mvImg{
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mvImg.nail{
	background-image: url(/img/mv_nail.jpg);
}
.mvImg.datsumou{
	background-image: url(/img/mv_smooth.jpg);
}
.mvImg_text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 10px;
	max-width: 1020px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 2em;
	color: #fff;
	font-weight: bold;
	font-size: 3.5rem;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
}
.mvImg_textNote{
	display: block;
	text-align: right;
}
.contentSection_title{
	margin: 0;
	color: #786b61;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.contentSection_text p + p{
	margin-top: 1.8em;
}
.contentSection_text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.infoList_item:first-child{
	border-top: 1px solid #e3ded8;
}
.infoList_item{
	border-bottom: 1px solid #e3ded8;
}
.infoList_date{
	color: #666;
	line-height: 1.5;
}
.infoList_title{
	font-size: 1.5rem;
	line-height: 1.5;
}
.readMore_Link{
	text-align: center;
}
.readMore_Link a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	padding: 0;
	border: 1px solid #786b61;
	border-radius: 5px;
	color: #786b61;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.salonData{
	border-top: 1px solid #e3ded8;
}
.salonData dl{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e3ded8;
	font-size: 1.5rem;
	line-height: 1.5;
}
.salonData dt, .salonData dd{
	padding: 13px 0;
}
.salonData dt{
	color: #786b61;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.salonData dd{
	flex: 1;
}
.salonData_list > li{
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
}
.salonData_list > li:nth-child(n+2){
	margin-top: 3px;
}
.salonData_list > li::before{
	position: absolute;
	left: 0;
	content: "・";
}
.salonData_map{
	height: 450px;
	background-color: #eee;
}
.contactTell{
	padding: 25px;
	background-color: #f6f4f2;
	text-align: center;
}
.contactTell_linkNum{
	background-position: left 7px;
	background-repeat: no-repeat;
	color: #786b61;
	font-weight: bold;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
}
.contactTell_time span{
	margin-left: 5px;
	vertical-align: 1px;
}
.contactForm_note{
	margin: 0 0 13px;
	font-size: 1.5rem;
}
.contactForm dl{
	border-bottom: 1px solid #e3ded8;
}
.contactForm dl:first-child{
	border-top: 1px solid #e3ded8;
}
.contactForm dt{
	width: 200px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
	color: #786b61;
	font-size: 1.5rem;
}
.contactForm dd{
	flex: 1;
}
.contactForm_input{
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #aea093;
	border-radius: 5px;
	background-color: #fff;
	font-size: 1.5rem;
}
.contactForm_textarea{
	width: 100%;
	min-height: 211px;
	padding: 10px 15px;
	border: 1px solid #aea093;
	border-radius: 5px;
	background-color: #fff;
	line-height: 1.8;
	font-family: inherit;
	vertical-align: bottom;
	resize: none;
}
.contactForm_input:focus, .contactForm_textarea:focus{
	box-shadow: 0 0 0 4px #9281784d;
	outline: 0;
}
.contactForm_btnArea{
	padding-top: 25px;
	text-align: center;
}
.recaptcha_box{
	margin-bottom: 25px;
}
.g-recaptcha > div{
	margin: auto;
}
.contactForm_btn{
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 250px;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background-color: #786b61;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.error{
	margin-top: 12px;
	padding-left: 22px;
	background-image: url(/img/icon_error.png);
	background-position: center left;
	background-size: 15px;
	background-repeat: no-repeat;
	color: #f00;
	font-size: 1.5rem;
}
.contactForm_btnArea .error{
	display: inline-block;
}
#send_message{
	margin-top: 35px;
	padding: 25px;
	border: 3px solid #e3ded8;
	font-size: 1.5rem;
	text-align: left;
}
.sendMessage_title{
	margin-bottom: 20px;
	color: #786b61;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.articleDetail_hdrTitle{
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.articleDetail_hdrDate{
	color: #786b61;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
	font-size: 1.3rem;
}
.articleDetail_text{
	font-size: 1.5rem;
}
.articleDetail_text h2, .articleDetail_text h3, .articleDetail_text h4{
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.articleDetail_text h2{
	background-color: #f6f4f2;
	border-top: 2px solid #786b61;
	border-bottom: 1px solid #e3ded8;
}
.articleDetail_text h3{
	padding-bottom: 12px;
	border-bottom: 2px solid #786b61;
}
.articleDetail_text h4{
	padding-bottom: 12px;
	border-bottom: 1px solid #e3ded8;
}
.articleDetail_text p{
	margin: 1.6em 0;
}
.articleDetail_text table{
	margin: 1.6em 0;
}
.articleDetail_text hr{
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #ccc;
}
.articleDetail_text img{
	max-width: 100%;
	height: auto;
}
.articleDetail_text blockquote{
	margin: 1.6em 0;
	padding: 3px 0 3px 1em;
	border-left: 4px solid #ccc;
}
.articleDetail_text blockquote p{
	margin: 0;
}
.articleDetail_text blockquote p + p{
	margin-top: 0.8em;
}
.menuDetail{
	font-size: 1.5rem;
}
.menuDetail p{
	margin: 1.6em 0;
}
.menuDetail h2{
	margin: 80px 0 35px;
	padding: 17px 0 20px;
	border-top: 2px solid #928178;
	border-bottom: 1px solid #928178;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
	-ms-font-feature-settings: "normal";
}
.menuDetail a, .articleDetail_text a{
	color: #06c;
}
.menuDetail a:hover, .articleDetail_text a:hover{
	text-decoration: underline;
}
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#page_top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
#page_top a{
	display: block;
	width: 50px;
	padding: 15px 0 11px;
	border-radius: 5px;
	background-color: #786b61;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.privacySection_item{
	font-size: 1.5rem;
	text-align: justify;
}
.privacySection_item:nth-child(n+2){
	margin-top: 40px;
}
.privacySection_item p{
	margin: 1em 0;
}
.privacySection_item li{
	list-style: decimal;
}
.privacySection_item ol ol{
	margin-bottom: 1em;
	margin-left: 1em;
}
.privacySection_item li p{
	margin: 0;
}
.mvSection_slide.slider{
	overflow: hidden;
}
.mvSection_slide.slider.slick-initialized{
	overflow: initial;
}
.mvImg a{
	display: block;
	position: relative;
	width: 100%;
}
.nail .mvImg_textLine{
	width: 100%;
}
.mvImg_textNote{
	width: 100%;
	font-size: 1.8rem;
}
.mvSection .slick-dots{
	bottom: -35px;
}
.mvSection .slick-dots li button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-radius: 50%;
	background: #e3ded8;
	font-size: 0;
	opacity: 1;
}
.mvSection .slick-dots li.slick-active button:before{
	background: #786b61;
}
.totalList_count{
	margin-bottom: 12px;
}
.pagination{
	margin-top: 25px;
	text-align: center;
	line-height: 1;
}
.paging > *{
	display: inline-block;
}
.paging > *:first-child{
	margin-left: 0;
}
.paging > *:last-child{
	margin-right: 0;
}
.paging > * > a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border: 1px solid #e3ded8;
	border-radius: 0.25rem;
}
.pagingItem > a{
	width: 40px;
}
.pagingPrev, .pagingNext{
	width: 108px;
}
.paging .current{
	margin: 0 10px;
	font-weight: bold;
}

@media (max-width: 767px){
	body{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.container{
		padding-right: 20px;
		padding-left: 20px;
	}
	.telLink{
		display: inline-block;
		vertical-align: middle;
	}
	#page_top a:hover{
		background-color: #928178;
	}
	#header{
		position: fixed;
		top: 0;
		z-index: 200;
		width: 100%;
		height: 70px;
		background-color: #fff;
		box-shadow: 0 2px 2px -1px rgba(174, 160, 147, 0.2);
	}
	#header .container{
		padding-right: 0;
	}
	.logo > *{
		display: block;
		width: 105px;
		text-align: center;
	}
	.logoMain{
		width: 105px;
		height: auto;
	}
	.logoSub{
		width: 70px;
		height: auto;
		margin-top: 6px;
	}
	.hdrRight{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hdrData_telNum{
		padding-left: 20px;
		background-image: url(/img/tel_icon.png);
		background-position: 3px;
		background-size: 13px;
		font-size: 1.8rem;
	}
	.hdrData_address{
		display: none;
	}
	.hdrData_tel{
		margin-right: 5px;
	}
	.hdrMenu_Link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 70px;
		height: 70px;
		cursor: pointer;
	}
	.hdrMenu_icon{
		display: inline-block;
		position: relative;
		width: 25px;
		height: 3px;
		margin: 15px;
		background-color: #786b61;
	}
	.hdrMenu_icon::before, .hdrMenu_icon::after{
		position: absolute;
		width: 25px;
		height: 3px;
		background-color: #786b61;
		content: "";
	}
	.hdrMenu_icon::before{
		top: -7px;
	}
	.hdrMenu_icon::after{
		bottom: -7px;
	}
	.hdrMenu_bg{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 200;
		height: 100%;
		background-color: rgba(34, 34, 34, 0.4);
		transition-duration: 0.3s;
	}
	#hdrMenu{
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		bottom: 0;
		z-index: 201;
		width: 80%;
		overflow-y: auto;
		background-color: #fff;
		transition-duration: 0.2s;
	}
	#hdrMenu .logo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 70px;
		padding: 0 18px;
	}
	.hdrMenu_list > li{
		position: relative;
		margin-bottom: 1px;
	}
	.hdrMenu_list > li:first-child::before, .hdrMenu_list > li::after{
		position: absolute;
		right: 18px;
		left: 18px;
		content: "";
	}
	.hdrMenu_list > li:first-child::before{
		border-top: 1px solid #e3ded8;
	}
	.hdrMenu_list > li::after{
		bottom: -1px;
		border-bottom: 1px solid #e3ded8;
	}
	.hdrMenu_list > li > a{
		display: block;
		padding: 18px;
		color: #786b61;
		font-weight: bold;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		-ms-font-feature-settings: "normal";
	}
	.hdrMenu_list > li > a::after{
		display: block;
		position: absolute;
		top: 0;
		right: 25px;
		bottom: 0;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #aea093;
		border-right: 2px solid #aea093;
		content: "";
	}
	#navMenu_top .container{
		display: none;
	}
	main{
		margin-bottom: 40px;
	}
	.mvSection{
		height: 230px;
		margin-bottom: 40px;
	}
	.mvSection_slide.slider, .mvImg a{
		height: 230px;
	}
	.mvImg_textLine{
		display: inline-block;
	}
	.mvImg_text{
		padding-right: 20px;
		padding-left: 20px;
		font-size: 2.6rem;
	}
	.nail .mvImg_textNote{
		width: 11em;
	}
	.contentSection{
		margin-top: -50px;
		padding-top: 50px;
	}
	.contentSection .container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contentSection_title{
		margin-bottom: 20px;
		font-size: 2.1rem;
	}
	.contentSection_info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contentSection_top_img{
		width: 100%;
		margin-bottom: 20px;
	}
	.contentSection_top_img img{
		width: 100%;
	}
	.contentSection_img{
		order: 1;
		width: 100%;
	}
	.contentSection_thumb{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.contentSection_text{
		order: 2;
		-webkit-line-clamp: 4;
		width: 100%;
		max-height: 108px;
		margin-top: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: justify;
	}
	.infoList_item{
		padding: 13px 0;
	}
	.infoList_date{
		margin-bottom: 6px;
	}
	.readMore_Link{
		margin-top: 25px;
	}
	.salonInfo{
		margin-top: 20px;
	}
	.salonData dt{
		width: 20%;
		min-width: 85px;
		max-width: 125px;
		margin-right: 20px;
	}
	.salonData_telLink{
		padding-left: 20px;
		background-image: url(/img/tel_icon.png);
		background-position: 3px;
		background-size: 13px;
		background-repeat: no-repeat;
		color: #786b61;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1;
		font-family: Helvetica, Arial, sans-serif;
	}
	.salonData_map{
		width: 100%;
		margin-top: 20px;
	}
	.contactTell_text{
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.contactTell{
		margin-bottom: 25px;
		padding: 20px 10px;
	}
	.contactTell_linkNum{
		padding-left: 20px;
		background-image: url(/img/tel_icon.png);
		background-size: 16px;
		font-size: 2.4rem;
	}
	.contactTell_time{
		margin-top: 10px;
		font-size: 1.5rem;
		line-height: 1;
	}
	.contactForm dl{
		padding: 13px 0 18px;
	}
	.contactForm dt{
		margin-bottom: 10px;
	}
	.contactForm_input, .contactForm_textarea{
		font-size: 1.6rem;
	}
	#send_message{
		padding: 15px;
		line-height: 1.8;
	}
	.sendMessage_title{
		margin-top: 5px;
		font-size: 1.8rem;
		line-height: 1.2;
		letter-spacing: -0.5px;
	}
	#send_message p:nth-child(n+2){
		margin-top: 1em;
	}
	.contentSection_detail .container{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.articleSidebar{
		display: none;
	}
	.articleDetail_hdr{
		margin-bottom: 30px;
	}
	.articleDetail_hdrTitle{
		font-size: 2.1rem;
	}
	.articleDetail_hdrDate{
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.articleDetail_text h2{
		margin: 25px 0;
		padding: 12px;
		font-size: 1.7rem;
	}
	.articleDetail_text h3{
		margin: 25px 0;
		font-size: 1.7rem;
	}
	.articleDetail_text h4{
		margin: 25px 0;
		font-size: 1.6rem;
	}
	.articleDetail_text h5, .articleDetail_text h6{
		font-size: 1.6rem;
	}
	.articleDetail_text{
		line-height: 1.8;
	}
	.menuDetail{
		line-height: 1.8;
	}
	.menuDetail h2{
		margin: 50px 0 25px;
		padding: 15px 0;
		font-size: 1.7rem;
	}
	.menuDetail h2:first-child{
		margin-top: 25px;
	}
	#footer{
		padding: 25px 0;
		text-align: center;
	}
	.footerLink{
		margin-bottom: 13px;
	}
	.copyright{
		font-size: 1.2rem;
	}
	.privacySection_item{
		line-height: 1.8;
	}
	.privacySection_item h2{
		margin: 0 0 18px;
		font-size: 1.7rem;
		line-height: 1.2;
	}
	.privacySection_item ol{
		margin-top: 1em;
		padding-left: 23px;
	}
	.paging > *{
		margin: 0 7px;
	}
    .paging .current{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 5px;
		border: 1px solid #e3ded8;
		border-radius: 0.25rem;
	}
	.pagingItem{
		display: none;
	}
}
@media (max-width: 359px){
	.mvImg.datsumou .mvImg_textLine{
		display: block;
	}
	.mvImg_textNote{
		width: 170px;
		margin-right: auto;
		margin-left: auto;
	}
	.logo a, .logoMain{
		width: 95px;
	}
	.logoSub{
		width: 65px;
	}
	.hdrData_tel{
		margin-right: 0;
	}
	.hdrData_telNum{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}
@media (max-width: 374px){
	.contactForm_note{
		letter-spacing: -0.2px;
	}
}
@media (min-width: 768px){
	html{
		height: 100%;
	}
	body{
		padding-bottom: 50px;
	}
	a:hover{
		color: #928178;
	}
	.container{
		max-width: 1020px;
		margin: auto;
		padding-right: 30px;
		padding-left: 30px;
	}
	#header.oshirase{
		display: none;
	}
	#header .container{
		height: 80px;
	}
	.logoSub{
		margin-left: 13px;
	}
	.logo a:hover img{
		opacity: 0.8;
	}
	.hdrData_address{
		margin-bottom: 8px;
		font-size: 1.1rem;
	}
	.hdrData{
		text-align: right;
	}
	.telLink:hover{
		opacity: 0.8;
	}
	.hdrData_telNum{
		padding-left: 20px;
		background-image: url(/img/tel_icon.png);
		background-size: 16px;
		background-position: 0 5px;
		font-size: 2.3rem;
	}
	.hdrMenu_Link{
		display: none;
	}
	.hdrMenu_container{
		display: none;
	}
	main{
		margin-bottom: 50px;
	}
	.mvSection{
		margin-bottom: 45px;
		border-width: 1px 0;
		border-style: solid;
		border-color: #928178;
	}
	.mvSection_slide.slider.slick-initialized.slick-slider.slick-dotted{
		margin-bottom: 0;
	}
	.mvSection_slide.slider, .mvImg a{
		height: 20vw;
		min-height: 330px;
		max-height: 400px;
	}
	.mvImg{
		transition: 0.3s ease-out opacity;
	}
	.mvImg:hover{
		opacity: 0.8;
	}
	.mvImg_text{
		padding-right: 30px;
		padding-left: 30px;
		font-size: 4rem;
	}
	.mvImg_textNote{
		width: 12.5em;
		font-size: 2.5rem;
	}
	#navMenu_top{
		background-color: #fff;
	}
	#navMenu_top .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navMenu_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.navMenu_list > li{
		position: relative;
		flex: 1;
	}
	.navMenu_list > li::before, .navMenu_list > li:last-child::after{
		position: absolute;
		top: 17px;
		bottom: 17px;
		border-left: 1px solid #e3ded8;
		content: "";
	}
	.navMenu_list > li::before{
		left: 0;
	}
	.navMenu_list > li:last-child::after{
		right: 0;
	}
	.navMenu_link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		height: 60px;
		padding: 5px;
		color: #786b61;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.2;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		-ms-font-feature-settings: "normal";
	}
	.navMenu_link:hover{
		color: #928178;
	}
	.navMenu_link span{
		display: block;
	}
	#navMenu_top.oshirase{
		box-shadow: 0 2px 2px -1px rgba(174, 160, 147, 0.2);
	}
	.fixed{
		padding-top: 80px;
	}
	.fixed #navMenu_top{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 200;
		box-shadow: 0 2px 2px -1px rgba(174, 160, 147, 0.2);
	}
	#navMenu_logoLink::before{
		content: none;
	}
	.contentSection{
		margin-top: -40px;
		padding-top: 40px;
	}
	.contentSection .container{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contentSection_title{
		margin-bottom: 35px;
		font-size: 3.2rem;
	}
	.contentSection_info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.contentSection_top_img{
		width: 100%;
		margin-bottom: 35px;
	}
	.contentSection_top_img img{
		width: 100%;
	}
	.contentSection_img{
		width: 50%;
		max-width: 500px;
	}
	.contentSection_img:first-child{
		margin-right: 30px;
	}
	.contentSection_img:last-child{
		margin-left: 30px;
	}
	.contentSection_thumb{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.contentSection_text{
		-webkit-line-clamp: 12;
		max-height: 320px;
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: justify;
	}
	.contentSection_info .contentSection_text{
		flex: 1;
	}
	.infoList_item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 13px;
	}
	.infoList_date{
		width: 150px;
	}
	.infoList_title{
		flex: 1;
	}
	.readMore_Link{
		margin-top: 38px;
	}
	.readMore_Link a:hover{
		border: 1px solid #928178;
	}
	.salonInfo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.salonData{
		flex: 1;
		order: 2;
	}
	.salonData dl{
		padding: 0 13px;
	}
	.salonData dt{
		width: 29%;
		margin-right: 30px;
	}
	.salonData_telLink{
		pointer-events: none;
	}
	.salonData_telLink:hover{
		color: #111;
		cursor: text;
	}
	.salonData_map{
		order: 1;
		width: 50%;
		max-width: 500px;
		margin-right: 30px;
	}
	.contactTell_text{
		margin-bottom: 12px;
		font-size: 1.5rem;
	}
	.contactTell{
		margin-bottom: 40px;
		padding: 25px;
	}
	.contactTell_linkNum{
		padding-left: 24px;
		background-image: url(/img/tel_icon_s.png);
		background-size: 19px;
		font-size: 2.9rem;
	}
	.contactTell_linkNum:hover{
		opacity: 0.8;
		color: #786b61;
	}
	.contactTell_time{
		margin-top: 9px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.contactForm dl{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 25px 13px;
	}
	.contactForm_input, .contactForm_textarea{
		font-size: 1.5rem;
	}
	.contactForm_btn:hover{
		background-color: #928178;
		color: #fff;
	}
	#send_message{
		padding: 25px;
		line-height: 2;
	}
	.sendMessage_title{
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.contentSection_detail .container{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.articleMain{
		float: left;
		margin-top: 5px;
	}
	.articleSidebar{
		float: right;
		margin-top: 5px;
	}
	.articleDetail_hdr{
		margin-bottom: 50px;
	}
	.articleDetail_hdrTitle{
		font-size: 3.2rem;
	}
	.articleDetail_hdrDate{
		margin-bottom: 1em;
	}
	.articleDetail_text h2{
		margin: 35px 0;
		padding: 15px 20px 18px;
		font-size: 2.2rem;
	}
	.articleDetail_text h3{
		margin: 30px 0;
		font-size: 2rem;
	}
	.articleDetail_text h4{
		margin: 25px 0;
		font-size: 1.9rem;
	}
	.articleDetail_text h5, .articleDetail_text h6{
		font-size: 1.6rem;
	}
	.articleDetail_text > *:first-child > img{
		margin: 3em auto;
	}
	.articleDetail_text{
		line-height: 2;
	}
	.articleSidebar_title{
		margin: 0;
		padding: 13px;
		border-top: 1px solid #786b61;
		border-bottom: 1px solid #e3ded8;
		background-color: #f6f4f2;
		color: #786b61;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.2;
		font-family: 'Noto Sans JP', sans-serif;
		-ms-font-feature-settings: "normal";
	}
	.articleSidebar_list > li{
		border-bottom: 1px solid #e3ded8;
	}
	.articleSidebar_list > li > a{
		display: block;
		position: relative;
		padding: 13px 28px 13px 13px;
	}
	.articleSidebar_list > li > a::after{
		display: block;
		position: absolute;
		top: 0;
		right: 14px;
		bottom: 0;
		left: auto;
		transform: rotate(45deg);
		width: 7px;
		height: 7px;
		margin: auto;
		border-top: 1px solid #aea093;
		border-right: 1px solid #aea093;
		content: "";
	}
	.menuDetail{
		line-height: 2;
	}
	.menuDetail h2{
		font-size: 2.2rem;
	}
	.menuDetail h2:first-child{
		margin-top: 0;
	}
	.menuDetail a:hover, .articleDetail_text a:hover{
		color: #06c;
	}
	#footer{
		height: 50px;
	}
	#page_top a:hover{
		background-color: #928178;
	}
	#footer .container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		height: 100%;
	}
	.footerLink a{
		position: relative;
		display: inline-block;
	}
	.footerLink a::after{
		border-right: 1px solid #e3ded8;
		content: "";
		margin: 0 15px;
	}
	.copyright{
		font-size: 1.3rem;
	}
	.privacySection_item{
		line-height: 2;
	}
	.privacySection_item h2{
		margin: 0;
		font-size: 2rem;
	}
	.privacySection_item ol{
		margin-top: 1em;
		padding-left: 20px;
	}
	.paging > *{
		margin: 0 5px;
	}
	.slick-arrow{
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
		width: 45px;
		height: 45px;
		margin: auto;
		border-radius: 50%;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		background-color: #fff;
		cursor: pointer;
		transition: transform 0.3s;
	}
	.slick-arrow:hover{
		transform: scale(1.1);
	}
	.mvPrev, .slick-prev.slick-arrow{
		left: 20px;
	}
	.mvNext, .slick-next.slick-arrow{
		right: 20px;
	}
	.slick-arrow::before, .slick-arrow::after{
		cursor: pointer;
	}
	.slick-arrow::before{
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
	}
	.slick-arrow::before, .slick-arrow::after{
		display: block;
		position: absolute;
		width: 3px;
		height: 15px;
		background-color: #786b61;
		content: "";
	}
	.mvPrev::before, .mvPrev::after{
		left: 20px;
	}
	.mvPrev::before{
		top: 10px;
		transform: rotate(40deg);
		border-radius: 2px 2px 0 0;
	}
	.mvPrev::after{
		bottom: 10px;
		transform: rotate(-40deg);
		border-radius: 0 0 2px 2px;
	}
	.mvNext::before, .mvNext::after{
		left: 22px;
	}
	.mvNext::before{
		top: 10px;
		transform: rotate(-40deg);
		border-radius: 2px 2px 0 0;
	}
	.mvNext::after{
		bottom: 10px;
		transform: rotate(40deg);
		border-radius: 0 0 2px 2px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.articleMain{
		width: calc(72% - 15px);
	}
	.articleSidebar{
		width: calc(28% - 15px);
	}
}
@media (min-width: 1024px){
	.articleMain{
		width: calc(100% - 280px);
	}
	.articleSidebar{
		width: 250px;
	}
}
