/* CSS Document */

html{
	line-height: 100%;
	-webkit-text-size-adjust:100%;
	}

body{
	background: #aa9c91;
	color: #35220d;
	fill: #35220d;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.5rem;
	line-height: 1.9em;
	text-align: justify;
	text-justify: inter-character;
	font-feature-settings : "palt";
	}

main{}
	main hr{
		margin: 0;
		padding-bottom: 0 !important;
		border: none;
		}

article{}
	article header{
		padding-top: 0 !important;
		}
	article div+div{
		/*border: 1px solid #ff00ff;*/
		}

a{
	color: #35220d;
	fill: #35220d;
	text-decoration: underline;
	transition-property: color,background-color,background-size,border-color,box-shadow,fill,opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	a:hover,
	a:active{
		color: #f1a107;
		fill: #f1a107;
		}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	}

svg{
	width: 1em;
	height: 1em;
	}



#wrapper{
	width: 100%;
	max-width: 1600px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 0.2em rgba(0,0,0,0.5);
	}

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity 0.2s ease-out;
	z-index: 100;
	}
	.scrollActive:not(.nav) #header{
		opacity: 0.8;
		}
	.scrollTop #header div:after{
		opacity: 0;
		}
	#header div{
		position: relative;
		width: 100%;
		max-width: 1600px;
		margin: auto;
		background: #fff;
		}
		#header div:after{
			content: "";
			position: absolute;
			left: 0;
			bottom: -0.2em;
			width: 100%;
			height: 0.2em;
			opacity: 0.1;
			transition: opacity 0.2s ease-out;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
			background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
			}

#siteName{}
	#siteName a{
		display: block;
		color: #000;
		fill: #000;
		font-weight: bold;
		text-decoration: none;
		}

#gNav{}
	#gNav ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		}
	#gNav li{
		line-height: 1em;
		}
		#gNav li a{
			display: block;
			font-weight: bold;
			text-decoration: none;
			}

#main{
	width: 100%;
	overflow: hidden;
	}

#subject{
	position: relative;
	padding: 2em 1.5em;
	z-index: 1;
	}
	#subject:before{
		content: "";
		position: absolute;
		top: 0;
		left: calc(50% - 50vw);
		width: 100vw;
		height: 100%;
		background: #f4f3ed;
		z-index: -1;
		}

#pagenation{
	overflow: hidden;
	}
	#pagenation ul,
	#pagenation ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
		margin: -0.25em;
		}
	#pagenation li{
		margin: 0.25em;
		}
	#pagenation a{
		position: relative;
		display: block;
		padding: 0.8em;
		text-decoration: none;
		background: #35220d;
		color: #fff;
		fill: #fff;
		line-height: 1em;
		}
		#pagenation a:hover,
		#pagenation a:active{
			opacity: 0.7;
			}
	#pagenation i{
		position: absolute;
		top: calc(50% - 0.5em);
		}
	#pagenation [rel]{
		position: relative;
		}
	#pagenation [rel="prev"]{
		padding-left: 1.8em;
		}
		#pagenation [rel="prev"] i{
			left: 0.5em;
			transform: scale(-1, 1);
			}
	#pagenation [rel="next"]{
		padding-right: 1.8em;
		}
		#pagenation [rel="next"] i{
			right: 0.5em;
			}
	#pagenation .lsc-current-page{
		pointer-events: none;
		background: #aa9c91;
		}

#gMap{
	position: relative;
	}
	#gMap div+div{
		margin: inherit;
		}

#pagePath{}
	#pagePath a{}
		#pagePath a:hover,
		#pagePath a:active{
			text-decoration: none;
			}
	#pagePath ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		}
	#pagePath li{
		line-height: 1.3em;
		}
		#pagePath li:last-child{
			font-weight: bold;
			}
			#pagePath li:last-child i{
				display: none;
				}
			#pagePath li:last-child a{
				pointer-events: none;
				text-decoration: none;
				}
	#pagePath i{
		margin: 0 0.3em;
		vertical-align: middle;
		opacity: 0.5;
		}

#pageTop{
	text-align: center;
	}
	#pageTop a{
		display: block;
		width: 2.4em;
		height: 1.2em;
		margin: auto;
		padding-top: 0.2em;
		background: #35220d;
		border-radius: 1.2em 1.2em 0 0;
		color: #fff;
		fill: #fff;
		font-size: 2.4em;
		line-height: 1em;
		overflow: hidden;
		}
		#pageTop a:hover,
		#pageTop a:active{
			color: rgba(255,255,255,0.5);
			fill: rgba(255,255,255,0.5);
			}
	#pageTop i{
		}

#footer{
	padding: 2em 0;
	background: #35220d;
	color: #fff;
	fill: #fff;
	}
	#footer ul{
		list-style: none;
		}
	#footer li{
		line-height: 1em;
		}
	#footer a{
		color: #fff;
		fill: #fff;
		}

#fAddress{}
	#fAddress dl{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		}
	#fAddress dt,
	#fAddress dt+dd{
		width: 100%;
		}
	#fAddress dt{
		font-size: 3em;
		}
	#fAddress dd{
		margin-top: 0.5em;
		line-height: 1.4em;
		}
		#fAddress dd:last-child{
			margin-left: 1.5em;
			}
	#fAddress i{
		margin-right: 0.2em;
		vertical-align: middle;
		}
		#fAddress i svg{
			width: 1.4em;
			height: 1.4em;
			margin: -0.2em 0;
			}

#fNav{}
	#fNav span{
		margin-left: 0.2em;
		vertical-align: middle;
		opacity: 0.5;
		}
	#fNav > ul > li:nth-child(10){
		display: none;
		}

#fLink{}
	#fLink ul{
		display: flex;
		justify-content: center;
		}
	#fLink li{
		margin: 0 1em;
		}
	#fLink a{
		position: relative;
		width: 14em;
		padding: 1em;
		padding-right: 2.5em;
		border: 1px solid #fff;
		text-align: center;
		}
		#fLink a:hover,
		#fLink a:active{
			border-color: #f1a107;
			background: #f1a107;
			}
	#fLink span{
		position: absolute;
		top: 1em;
		right: 1em;
		}

#fSns{}
	#fSns ul{
		display: flex;
		justify-content: center;
		}
	#fSns li+li{
		margin-left: 1em;
		}
	#fSns a{
		display: block;
		width: 1.8em;
		height: 1.8em;
		padding: 0.4em;
		background: #fff;
		border-radius: 100%;
		font-size: 2em;
		color: #35220d;
		fill: #35220d;
		}
		#fSns a:hover,
		#fSns a:active{
			background: #f1a107;
			}
	#fSns svg{
		vertical-align: top;
		}

#copyright{
	opacity: 0.5;
	}
	#copyright p{
		font-size: 0.8em;
		line-height: 1em;
		text-align: center;
		}

[id^="anchor_"]{
	position: absolute;
	}

.wrap{
	width: calc(100% - 3em);
	margin: auto;
	}
	.wrap section+section,
	.wrap section:first-child{
		/*padding-top: 0;
		border: 1px solid #ff0000;*/
		}
	.wrap section:last-child{
		/*padding-bottom: 0;
		border: 1px solid #ffff00;*/
		}
.none{
    display: none!important;
}
.subject{
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	}
	.subject i{
		display: block;
		width: 1.8em;
		height: 1.8em;
		margin: auto calc(50% - 0.7em);
		margin-bottom: 0.5em;
		background: #35220d;
		border-radius: 100%;
		fill: #fff;
		}
	.subject i svg{
		margin: 0.4em;
		}
	.subject+*{
		margin-top: 2em;
		}

.headline{
	font-weight: bold;
	line-height: 1.4em;
	}
	.headline+*{
		margin-top: 2em;
		}

.title{
	font-weight: bold;
	line-height: 1.4em;
	}
	.title.line{
		position: relative;
		padding-bottom: 0.5em;
		border-bottom: 2px solid #35220d;
		}
	.title.point{
		position: relative;
		padding-left: 1.2em;
		}
		.title.point:before,
		.title.point:after{
			content: "";
			position: absolute;
			width: 0.5em;
			height: 0.5em;
			background: #35220d;
			}
		.title.point:before{
			top: 0.1em;
			left: 0;
			}
		.title.point:after{
			top: 0.6em;
			left: 0.5em;
			}
	.title+*{
		margin-top: 1em;
		}

.subTitle{
	font-weight: bold;
	line-height: 1.4em;
	}
	.subTitle.point{
		position: relative;
		padding: 0.8em;
		background: #f4f3ed;
		mix-blend-mode: multiply;
		}
		.subTitle.point:before{
			content: "";
			position: absolute;
			top: 1em;
			left: 0;
			width: 0.3em;
			height: 1em;
			background: #aa9c91;
			}
	.subTitle+*{
		margin-top: 1em;
		}

.linkBut{
	display: inline-block;
	padding: 1em;
	background: #35220d;
	color: #fff;
	fill: #fff;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	}
	.linkBut:hover,
	.linkBut:active{
		background: #5d4e3d;
		color: #fff;
		fill: #fff;
		}
	.linkBut i{
		margin-right: 0.4em;
		vertical-align: middle;
		}
	.linkBut.more{
		position: relative;
		padding: 1em;
		padding-right: 3em;
		fill: #35220d;
		}
		.linkBut.more:hover,
		.linkBut.more:active{
			fill:  #5d4e3d;
			}
		.linkBut.more i{
			position: absolute;
			top: calc(50% - 0.5em);
			right: 1em;
			width: 1em;
			height: 1em;
			margin: 0;
			background: #fff;
			border-radius: 100%;
			line-height: 1em;
			}
	.linkBut.min{
		font-size: 0.875em;
		}
	.linkBut.reservation{
		background: #f1a107;
		}
		.linkBut.reservation:hover,
		.linkBut.reservation:active{
			background: #f4b439;
			}

.linkText{}
	.linkText i{
		margin-right: 0.2em;
		vertical-align: middle;
		}

.list{
	list-style: none;
	}
	.list > li{
		line-height: 1.4em;
		}
	.list > li+li{
		margin-top: 0.3em;
		}
	.list.point{}
		.list.point > li{
			position: relative;
			padding-left: 1em;
			}
			.list.point > li:before{
				content: "";
				position: absolute;
				top: 0.4em;
				left: 0;
				width: 0.6em;
				height: 0.6em;
				border-radius: 100%;
				background: #35220d;
				opacity: 0.5;
				}
	.list.notes{}
		.list.notes > li{
			padding-left: 1em;
			text-indent: -1em;
			}
	.list.count{
		counter-reset: count;
		}
		.list.count > li{
			position: relative;
			padding-left: 1.5em;
			}
			.list.count > li:before{
				position: absolute;
				left: 0;
				counter-increment: count;
				content: counter(count)".";
				}
	.list+*,
	*+.list{
		margin-top: 1em;
		}

.table{}
	dl.table{
		display: flex;
		flex-wrap: wrap;
		}
	.table dt,
	.table dd{
		margin-top: 1px;
		padding: 0.8em;
		line-height: 1.4em;
		}
	.table dt{
		width: 10em;
		background: #aa9c91;
		color: #fff;
		fill: #fff;
		}
	.table dd{
		width: calc(100% - 10em);
		background: #f4f3ed;
		background-blend-mode: multiply;
		}
	.table+*,
	*+.table{
		margin-top: 1em;
		}

.feeTable{
	width: 100%;
	}
	.feeTable th,
	.feeTable td{
		padding: 0.8em 0;
		border-top: 1px dotted #cebbaf;
		border-bottom: 1px dotted #cebbaf;
		}
	.feeTable th{
		text-align: left;
		}
	.feeTable td{
		width: 6em;
		text-align: right;
		vertical-align: bottom;
		}
	.feeTable td+td{
		font-weight: bold;
		}
	.feeTable+*,
	*+.feeTable{
		margin-top: 1em;
		}
		.feeTable tr th h4{
			font-weight: 600;
		}
		.feeTable tr.opt th h4:after{
			content: "オプション";
			font-size: 0.8rem;
			background-color: red;
			padding: 0.25rem;
			border-radius: 2px;
			color: white;
			margin:0 0 0 0.5rem;
		}

.topicsList{
	list-style: none;
	}
	.topicsList li{
		display: flex;
		align-items: flex-start;
		padding: 0.8em 0;
		border-bottom: 1px dotted #cebbaf;
		}
	.topicsList a{
		margin-left: 0.5em;
		font-weight: bold;
		line-height: 1.4em;
		text-align: justify;
		order: 3;
		}
	.topicsList time,
	.topicsList span{
		padding: 0.5em;
		font-size: 0.8em;
		line-height: 1em;
		}
	.topicsList time{
		margin-left: 0.25em;
		line-height: 1em;
		opacity: 0.7;
		order: 2;
		}
	.topicsList span{
		width: 10em;
		background: #35220d;
		color: #fff;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		order: 1;
		}

.note{
	padding: 10% 1em;
	background: #f4f3ed;
	border-radius: 0.5em;
	text-align: center;
	}

.salonList{}
	.salonList > dl{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1em 0;
		border-bottom: 1px solid #aa9c91;
		}
	.salonList dt{}
		.salonList dt p{
			margin-top: 0.5em;
			text-align: left;
			}
		.salonList dt ul{
			margin-top: 1em;
			}
		.salonList dt li{
			padding: 0;
			border: 0;
			font-size: 0.875em;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			}
	.salonList [href^="tel"]{
		font-size: 1.4em;
		font-weight: bold;
		}

.thumb{}
	.thumb:not(img){
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 100% 0 0 0;
		background-color: rgba(0,0,0,0.05);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		object-fit: cover;
		object-position: center;
		overflow: hidden;
		transition: background 0.2s ease-out;
		}
	.thumb img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: inherit;
		object-position: inherit;
		transition: opacity 0.2s ease-out;
		}
	.thumb svg{
		position: absolute;
		top: calc(50% - 0.5em);
		left: calc(50% - 0.5em);
		font-size: 3em;
		fill: rgba(204,204,204,0.5);
		}
	.thumb.contain{
		background-size: contain;
		object-fit: contain;
		}
	.thumb.cover{
		background-size: cover;
		object-fit: cover;
		}
	.thumb.lazyload{}
		.thumb.lazyload img{
			opacity: 0;
			}
	.thumb.lazyloaded{}
		.thumb.lazyloaded img{
			opacity: 1;
			}
		.thumb.lazyloaded svg{
			opacity: 0;
			}

.slick-slider{
	opacity: 0;
	transition: all 0.2s ease-out;
	}
	.done .slick-slider{
		opacity: 1 !important;
		}
.slick-slider{
	height: 0;
	overflow: hidden;
	}
.slick-initialized{
	height: auto;
	overflow: visible;
	}
.slick-arrow{
	position: absolute;
	top: calc(50% - 0.5em);
	width: 1em;
	height: 1em;
	background: rgba(255,255,255,0.5);
	border-radius: 100%;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-out;
	z-index: 10;
	}
	.slick-arrow:hover,
	.slick-arrow:active{
		opacity: 0.5;
		}
	.slick-arrow svg{
		width: 0.8em;
		}
.slick-prev{
	left: 0.5em;
	transform: scale(-1, 1);
	}
.slick-next{
	right: 0.5em;
	}



.gm-style-iw {
	position: relative;
}


.gm-style-iw button{
	position: absolute;
	width: 16px!important;
	height: 16px!important;
	top:1px;
	right:4px;
	border: solid #ccc 1px;
}
.gm-style-iw button span{
	width: 16px!important;
	height: 16px!important;
	position: absolute;
	top:-10px;
	right:-15px;
	border: solid #666 1px;
}

/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
main > *,
main hr,
article,
article header,
article section{
	padding-top: 2em;
	padding-bottom: 2em;
	}
article{}
	article #subject{
		top: -2em;
		}
#wrapper{
	width: 100%;
	overflow: hidden;
	}
#navButton{
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	background: #35220d;
	border: none;
	color: #fff;
	text-align: center;
	transition: left 0.2s ease-out;
	box-sizing: border-box;
	outline: none;
	}
	.nav #navButton{}
		.nav #navButton i:nth-child(1){
			top: 35%;
			transform: rotate(-45deg);
			}
		.nav #navButton i:nth-child(2){
			left: 100%;
			}
		.nav #navButton i:nth-child(3){
			top: 35%;
			transform: rotate(45deg);
			}
	#navButton span{
		position: absolute;
		bottom: 0.5em;
		left: 0;
		width: 100%;
		font-size: 0.2em;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1em;
		}
	#navButton i{
		position: absolute;
		content: "";
		display: block;
		left: 20%;
		width: 60%;
		height: 2px;
		background: #fff;
		transition: all 0.2s ease-out;
		z-index: 100000;
		}
		#navButton i:nth-child(1){
			top: 15%;
			}
		#navButton i:nth-child(2){
			top: 35%;
			}
		#navButton i:nth-child(3){
			top: 55%;
			}
#gNav{
	position: absolute;
	left:100vw;
	background: #35220d;
	transition: left 0.2s ease-out;
	overflow-y: scroll;
	}
	#gNav li a{
		color: #fff;
		fill: #fff;
		text-align: center;
		}
		#gNav li a:hover,
		#gNav li a:active{
			background: #5d4e3d;
			}
#pagePath{
	padding: 1em 0;
	overflow-x: scroll;
	}
	#pagePath li{
		white-space: nowrap
		}
#fAddress{}
	#fAddress dl{
		justify-content: center;
		text-align: center;
		}
#fNav{}
	#fNav ul{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin: 0 -1.5em;
		margin-top: 1em;
		border-top: 1px solid #fff;
		}
	#fNav ul:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
		}
	#fNav li{
		border-bottom: 1px solid #fff;
		}
		#fNav li ul{
			display: none;
			}
	#fNav a{
		display: flex;
		align-content: center;
		padding: 1em;
		text-decoration: none;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
		#fNav a:hover,
		#fNav a:active{
			background: #5d4e3d;
			}
	#fNav i{
		margin-right: 0.2em;
		}
#fLink,
#fSns{
	margin: 2em 0;
	}
.wrap{}
	.wrap div+div{
		margin-top: 1.5em;
		}
.subject{
	font-size: 1.6em;
	}
.headline{
	font-size: 1.6em;
	}
.title{
	font-size: 1.4em;
	}
.subTitle{
	font-size: 1.2em;
	}
.salonList{}
	.salonList dl{
		flex-wrap: wrap;
		}
	.salonList dt{
		width: 100%;
		padding-bottom: 1em;
		}
		.salonList dt ul{
			padding: 0.8em;
			border: 1px solid #f4f3ed;
			}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
html{
	font-size: 2.8vw;
	}
#wrapper{
	padding-top: 15vw;
	}
#header{
	height: 15vw;
	}
#siteName{
	height: 15vw;
	padding: 3.5vw 0 0 3vw;
	}
	#siteName svg{
		font-size: 8vw;
		}
#navButton{
	font-size: 15vw;
	}
#gNav{
	top: 15vw;
	width: 100vw;
	height: calc(100vh - 15vw);
	}
	.nav #gNav{
		left: 0;
		}
#gMap{
	height: 100vw;
	}
#fAddress{}
	#fAddress dt+dd{
		text-indent: 0.25em;
		}
#fNav{}
	#fNav li{
		width: 50%;
		}
		#fNav li:nth-child(odd){
			border-right: 1px solid #fff;
			}
#fLink{}
	#fLink ul{
		flex-wrap: wrap;
		}
	#fLink li{
		width: 100%;
		text-align: center;
		}
	#fLink li+li{
		margin-top: 1em;
		}
[id^="anchor_"]{
	margin-top: calc(-15vw - 2em);
	}
.table{}
	.table dt,
	.table dd{
		width: 100%;
		}
	.table dd{
		margin-top: 0;
		}
.topicsList{}
	.topicsList li{
		flex-wrap: wrap;
		align-items: center;
		}
	.topicsList a{
		width: 100%;
		margin: 0.5em 0 0 0;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
html{
	font-size: 1.8vw;
	}
#wrapper{
	padding-top: 8vw;
	}
#header{
	height: 8vw;
	}
#siteName{
	height: 8vw;
	padding: 1.5vw 0 0 1.5vw;
	}
	#siteName svg{
		font-size: 5vw;
		}
#navButton{
	font-size: 8vw;
	}
#gNav{
	top: 8vw;
	width: 60vw;
	height: calc(100vh - 8vw);
	}
	.nav #gNav{
		left: 40vw;
		}
#gMap{
	height: 70vh;
	}
#fNav{}
	#fNav li{
		width: 33.33%;
		}
[id^="anchor_"]{
	margin-top: calc(-10vw - 2em);
	}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
html{
	font-size: 62.5%;
	}
#siteName{
	position: absolute;
	}
#navButton{
	display: none;
	}
#gNav{
	position: absolute;
	right: 1.5em;
	}
	#gNav ul{
		display: flex;
		
		}
	#gNav li{}
		#gNav li a{}
			#gNav li a:hover,
			#gNav li a:active{
				color: #f1a107;
				fill: #f1a107;
				}
		#gNav li i{
			display: none;
			}
#pagePath{
	padding: 2em 0;
	}
	#pagePath ul{
		flex-wrap: wrap;
		}
#footer{}
	#footer .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
#fAddress{
	width: 22em;
	}
#fNav{}
	#fNav ul{
		display: -ms-grid;
		display: grid;
		}
	#fNav ul ul{
		display: block;
		margin-left: 1.2em;
		}
	#fNav li{
		margin-top: 1em;
		}
	#fNav > li{}
		#fNav > li > a{
			position: relative;
			padding-left: 1.2em;
			}
		#fNav > li i{
			position: absolute;
			left: 0;
			}
	#fNav a{}
		#fNav a:hover,
		#fNav a:active{
			color: #f1a107;
			fill: #f1a107;
			}
#fLink,
#fSns,
#copyright{
	width: 100%;
	margin-top: 2em;
	}
.wrap{}
	.wrap div+div{
		margin-top: 2em;
		}
.subject{
	font-size: 1.8em;
	}
.headline{
	font-size: 1.8em;
	}
.title{
	font-size: 1.4em;
	}
.subTitle{
	font-size: 1.2em;
	}
.topicsList{}
	.topicsList li{
		padding: 1em 0;
		}
.salonList{}
	.salonList dt{
		width: calc(100% - 22em);
		}
	.salonList dt+dd{
		margin-left: auto;
		}
	.salonList dd+dd{
		margin-left: 1em;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
main > *,
main hr,
article,
article header,
article section{
	padding-top: 3em;
	padding-bottom: 3em;
	}
article{}
	article #subject{
		top: -3em;
		}
#wrapper{
	padding-top: 4em;
	}
#header{}
	#header div{
		height: 4em;
		}
#siteName{
	top: 1em;
	left: 1em;
	}
	#siteName svg{
		font-size: 2em;
		}
#gMap{
	height: 30em;
	}
[id^="anchor_"]{
	margin-top: -7em;
	}
.wrap{
	max-width: 720px;
	}
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
body{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	}
main > *,
main hr,
article,
article header,
article section{
	padding-top: 4em;
	padding-bottom: 4em;
	}
article{}
	article #subject{
		top: -4em;
		}
#wrapper{
	padding-top: 6em;
	}
#header{}
	#header div{
		height: 6em;
		}
#siteName{
	top: 1.5em;
	left: 1.5em;
	}
	#siteName svg{
		font-size: 3em;
		}
#gNav{
	right: 1.5em;
	}
#gMap{
	height: 40em;
	}
[id^="anchor_"]{
	margin-top: -10em;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1200px*/
.wrap{
	max-width: 940px;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
body{
	font-size: 1.6rem;
	line-height: 1.6em;
	}
.wrap{
	max-width: 1140px;
	}
}


/* ie */
@media all and (-ms-high-contrast: none){
main{
	display: block;
	}
}


