/***************************
プロフィールページ
****************************/
/*グリッドのガターサイズ*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
.row-0 > div{
	padding-right:0px;
	padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;    
}
.row-10 > div{
	padding-right:5px;
	padding-left:5px;
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
.row-20 > div{
	padding-right:10px;
	padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
}
.row-30 > div{
	padding-right:15px;
	padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
.row-40 > div{
	padding-right:20px;
	padding-left:20px;
}

.row-60{
    margin-left:-30px;
    margin-right:-30px;
}
.row-60 > div{
	padding-right:30px;
	padding-left:30px;
}


body {
	padding: 0px !important;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333 !important;
}

.main-container {
	position: relative;
	overflow: hidden;
}

.mainLogo {
	width: 314px;
	max-width: 80%;
	height: auto;
	display: inline-block;
}

.profName {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000 !important;
	letter-spacing: 0.1em;
}

.profNameJa {
	font-size: 16px;
	margin-bottom: 60px;
	color: #000000 !important;
	letter-spacing: 0.2em;
}

.fontA1 {
	font-family: "A1 Mincho";
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {/* xs */

.profName {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
}

.profNameJa {
	font-size: 14px;
}
}

.footer-3 .logo {
	max-height: 60px;
}

.mainVisual {
	position: relative;
}

@media (min-width: 992px) {/* md/lg */
	.mainVisual {
		padding-top: 120px;
		padding-bottom: 120px;
		height: 700px !important;
	}
}

.socialIconLink a {
	text-decoration: none;
	font-size: 20px;
}

.table {
	margin-bottom: 0px;
}
.table th {
	white-space: nowrap;
}

.table ul,
.table ul li{
	line-height: 1.42857143;
	margin: 0px;
	padding: 0px;
}

.table ul {
	padding-left: 20px;
}

.table ul li{
	list-style: circle;
}

@media (max-width: 991px) {/* xs/sm */
	.smMb60 {
		margin-bottom: 60px;
	}
}

.profileWrap {
	background-image: url(../images/bg_2.jpg) !important;
	background-color: #FCD6CD !important;
	background-position: top right;
	background-size: cover;
}

.profileWrap small {
	color: #CEB96E;
}

.companyInfo {
	background-image: url(../images/bg_1.jpg) !important;
	background-color: #FCD6CD !important;
	background-position: top right;
	background-size: cover;
	padding-top: 6.5em !important;
}

.companyInfo table th,
.companyInfo table td {
	border-color: #e8a797 !important;
}

.companyInfo table p {
	margin-bottom: 10px;
}

.companyInfo table p:last-child {
	margin-bottom: 0px;
}

.hamburger {
	top: 20px !important;
	right: 20px !important;
	left: auto !important;
	z-index: 999999 !important;
	position: absolute !important;
}

.fat-nav li {
	font-size: 17px !important;
	font-weight: bold;
}

/***************************
サロン・スクールページ
****************************/
.logoSalonSchool {
	width: 400px;
	height: auto;
	max-width: 100%;
}

.appText td,
.appText td a,
.appText th {
	font-size: 20px;
	font-weight: bold;
	color: #e2877d;
}

@media (max-width: 767px) {/* xs */
.appText td,
.appText td a,
.appText th {
	font-size: 14px;
}
}