/*
Theme Name:Salon f Roppongi by healing force N
Theme URI: https://www.2-thousand.com/
Author: Two Thousand Inc.
Author URI: https://www.2-thousand.com/
Version: 1.0
*/

body {
	position: relative;
	margin: 0;
}
ul,li { list-style-type: none; padding: 0; margin: 0; }
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
header,
footer  { box-sizing: border-box ;}

body p {
	font-family: 'ヒラギノ明朝 ProN W3','HG明朝E','ＭＳ Ｐ明朝', sans-serif;
	font-size: 16px;
	color: #949292;
	line-height: 1.75;
	margin: 0 0 16px 0;
}
body a {
	color: #b88e52;
	text-decoration: none;
}

/*--------- common functions class ---------*/
.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-36 { font-size: 36px !important; }
.fs-32 { font-size: 32px !important; }
.fs-30 { font-size: 30px !important; }
.fs-28 { font-size: 28px !important; }
.fs-26 { font-size: 26px !important; }
.fs-24 { font-size: 24px !important; }
.fs-22 { font-size: 22px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }

.fc-bk    { color: #000    !important; }
.fc-gray  { color: #949292 !important; }
.fc-gray2 { color: #767676 !important; }

.bg-gray { background-color: #DEE8EB; }
.bg-wh   { background-color: #fff; }

.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }

.serif       { font-family: serif; }
.sans-serif  { font-family: sans-serif; }
.itali       { font-family: 'Italianno', cursive; }
.bold        { font-weight: bold; }
.non-bold	 { font-weight: normal; }

.underline { text-decoration: underline; }
.small  { font-size: 70% !important; }

.mb-0   { margin-bottom: 0 !important; }
.mb-8p  { margin-bottom:  8px !important; }
.mb-16p { margin-bottom: 16px !important; }
.mb-32p { margin-bottom: 32px !important; }
.mb-48p { margin-bottom: 48px !important; }
.mb-64p { margin-bottom: 64px !important; }

.pb-64p { padding-bottom: 64px !important;}
.pt-64p { padding-top:    64px !important;}

.wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 16px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.title-main {
	width: 400px;
	height: 85px;
	text-align: center;
	background-image: url(/wp-content/themes/hf-n/images/title-main.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	font-size: 64px;
	color: #767676;
	margin: 50px auto;
}
.title-main.jp {
	font-family: 'ヒラギノ明朝 ProN W3','HG明朝E','ＭＳ Ｐ明朝', sans-serif;
	font-size: 42px;
}
.title-sans {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #443f3f;
	margin: 0 0 16px 0;
}
.title-sans > span {
	font-size: 80%;
	font-family: 'ヒラギノ明朝 ProN W3','HG明朝E','ＭＳ Ｐ明朝', sans-serif;
}
.title-normal {
	font-family: 'ヒラギノ明朝 ProN W3','HG明朝E','ＭＳ Ｐ明朝', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #949292;
	line-height: 1.75;
	padding: 0;
	margin: 0;
}
.area-wide {
	width: 100%;
	max-width: 952px;
	padding: 0 16px;
	margin: 0 auto;
}
.area-narrow {
	width: 80%;
	max-width: 682px;
	padding: 0 16px;
	margin: 0 auto;
}
.area-col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area-col3 > div {
	width: 33%;
}
.area-col3 > div img {
	display: block;
	width: 100%;
}
.anker-offset {
	display: block;
	margin-top: -150px;
	padding-top: 150px;
}
.list-table {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #1c1c1c;
}
.list-table .head,
.list-table .data {
	border-bottom: 1px solid #1c1c1c;
	font-family: 'ヒラギノ明朝 ProN W3','HG明朝E','ＭＳ Ｐ明朝', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #767676;
	line-height: 1.5;
	padding: 16px;
	margin: 0;
}
.list-table .head {
	width: 20%;
	text-align: center;
	background-color: #ccc;
	color: #1c1c1c;
}
.list-table .data {
	width: 80%;
}
@media only screen and (max-width:720px){
	.title-main {
		width: 80%;
		max-width: 300px;
		height: 60px;
		font-size: 48px;
	}
	.title-main.jp {
		font-size: 32px;
	}
	.area-col3 > div {
		width: 100%;
	}
	.anker-offset {
		display: block;
		margin-top: -60px;
		padding-top: 60px;
	}
	.list-table .head,
	.list-table .data {
		width: 100%;
	}
	.list-table .head {
		border-bottom: none;
	}
	.list-table .data {
		text-align: center;
	}
}

/*--------- header ---------*/
.site-header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0);
	padding: 35px 0 10px 0;
	margin: -35px 0 0 0;
	transform: skew(0deg, -2.5deg);
	-webkit-transform: skew(0deg, -2.5deg);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	background-color: rgba(0,0,0,0);
	padding: 50px 0 22px 0;
}
.site-header-sp {
	display: none;
}
.site-header.scrolled {
	background-color: rgba(0,0,0,0.9);
}
.site-header .header-logo {
	text-align: center;
	transform: skew(0deg, 2.5deg);
	margin-bottom: 4px;
}
.site-header .header-logo h1 {
	line-height: 1;
	padding: 0;
	margin: 0;
}
.site-header .header-logo img {	
	width: 128px;
}
.site-header .header-menu {
	text-align: center;
	transform: skew(0deg, 2.5deg);
}
.site-header .header-menu ul {
	display: flex;
	justify-content: center;
}
.site-header .header-menu ul li {
	margin-right: 2em;
}
.site-header .header-menu ul li:last-of-type {
	margin-right: 0;
}
.site-header .header-menu ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #e0e0e0;
	text-shadow: 0px 0px 3px #000;
	transition: all 0.3s ease-in-out;
}
.site-header .header-menu ul li a:hover {
	color: #949292;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:720px) {
	.site-header-sp {
		display: block;
		position: fixed;
		top: -13px;
		width: 100%;
		min-width: 100%;
		background-color: transparent;
		transform: skew(0deg, -2.5deg);
		padding: 20px 16px 7px 16px;
		z-index: 1000;
		transition: all 0.5s;
	}
	.site-header-sp.scrolled {
		background-color: rgba(0,0,0,0.9);
		transition: all 0.5s;
	}
	.site-header-sp .header-logo {
		width: 224px;
		transform: skew(0deg, 2.5deg);
		margin: 0 auto 0 0;
	}
	.site-header-sp .header-logo h1 {
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	.site-header-sp .header-logo img {
		display: block;
		width: 100%;
	}
	.btn-menu-icon {
		position: absolute;
		top: 25px;
		right: 10px;
		display: block;
		width: 54px;
		height: 50px;
		background-image: url(/wp-content/themes/hf-n/images/icon-menu-open.png);
		background-position: center 11px;
		background-repeat: no-repeat;
		background-size: 65%;
		transform: skew(0deg, 2.5deg);
		margin: 0;
		z-index: 1001;
	}
	.btn-menu-close {
		background-image: url(/wp-content/themes/hf-n/images/icon-menu-close.png);
	}
	.site-header,
	.header-menu-sp,
	.header-menu-sp .sub-menu { display: none; }

	.header-menu-sp {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(255,255,255,0.9);
		transform: skew(0deg, 2.5deg);
		z-index: 1000;
	}
	.header-menu-sp > ul,
	.header-menu-sp .menu {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
		width: 75%;
	}
	.header-menu-sp .menu > li {
		width: 100%;
		text-align: center;
		padding: 8px 0;
		margin: 0 0 1em 0;
	}
	.header-menu-sp .menu > li > a {
		font-family: sans-serif;
		font-size: 20px;
		text-decoration: none;
		color: #767676;
		transition: all 0.3s;
	}
	.header-menu-sp .menu > li > a:hover {
		color: #b88e52;
		transition: all 0.3s;
	}
	.header-menu-sp li.btn-login {
		background-image: none;
		background-color: transparent;
		padding: 2em 0;
	}
	.header-menu-sp li.btn-login:hover {
		background-image: none;
		background-color: transparent;
	}
	.header-menu-sp .btn-login > a {
		border: 2px solid #000;
		background-color: #000;
		color: #fff;
		padding: 10px 3em;
	}
	.header-menu-sp .btn-login > a:hover {
		background-color: #fff;
		color: #000;
		transition: all 0.3s;
	}
	/* sub-menu (sp) */
	.menu-item-has-children.active {
		background-color: #fff;
	}
	.menu-item-has-children.active > a {
		color: #C0291E !important;
	}
	.header-menu-sp .sub-menu {
		width: 100%;
		background-color: #fff;
		padding: 0 1em;
		margin: 0 auto;
	}
	.header-menu-sp .sub-menu > li {
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding: 8px 0;
	}
	.header-menu-sp .sub-menu > li:last-of-type {
		border-bottom: none;
	}
	.header-menu-sp .sub-menu > li > a {
		display: block;
		width: 100%;
		font-family: sans-serif;
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}
}

/*--------- footer ---------*/
.btn-pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: -5px;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/hf-n/images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#main-footer {
	background-color: #1c1c1c;
	margin-top: 80px;
}
.site-footer {
	position: relative;
	bottom: 40px;
	width: 100%;
	height: 130px;
	transform:skew(0deg, -2.5deg);
	-webkit-transform: skew(0deg, -2.5deg);
	background-color: #1c1c1c;
	line-height: 35px;
	padding: 50px 0 0 0;
	margin: 0;
}
.footer-container {
	display: flex;
	width: 100%;
	transform:skew(0deg, 2.5deg);
	-webkit-transform: skew(0deg, 2.5deg);
	padding: 0 16px;
	margin: 0 auto;
}
.footer-link {
	margin: 0 0 0 auto;
}
.footer-container .copyright,
.footer-container .footer-link a {
	color: #666666;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 0;
}
.footer-container .footer-link a {
	text-decoration: underline;
	margin-right: 2em;
}
.footer-container .footer-link a:last-of-type {
	margin-right: 0;
}
.footer-container .footer-link a:hover {
	color: #fff;
}
@media only screen and (max-width:720px) {
	.site-footer {
		padding: 12px 16px 16px 16px;
		margin: 0;
	}
	.footer-container {
		flex-direction: column-reverse;
	}
	.footer-container .copyright {
		text-align: center;
	}
	.footer-link {
		width: 100%;
		text-align: center;
		padding: 16px;
		margin: 0;
	}
	.footer-container .footer-link a {
		margin-right: 1em;
	}
}

/*--------- top page ---------*/
.top-movie > video {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.access iframe {
	width: 100%;
	max-width: 920px;
	height: 500px;
}
@media only screen and (max-width:720px) {
	.contact .area-narrow {
		width: 100%;
	}
	.contact .fs-48 {
		font-size: 32px !important;
	}
}

/*--------- static page ---------*/
.static .entry-content {
	padding: 150px 0 48px 0;
}
.static .entry-content .entry-header {
	padding: 50px 0 0 0;
	margin: 0 0 32px 0;
}
@media only screen and (max-width:720px) {
	.static .entry-content {
		padding: 60px 0 48px 0;
	}
}

/*--------- password-form page ---------*/
.post-password-required .post-password-form {
	width: 100%;
	max-width: 952px;
	text-align: center;
	padding: 0 16px;
	margin: 0 auto;
}

/*--------- single page ---------*/
.single .entry-content {
	width: 100%;
	max-width: 952px;
	padding: 200px 16px 48px 16px;
	margin: 0 auto;
}
.single .post-navigation .screen-reader-text { display: none; }
.single .post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single .post-navigation .nav-links .nav-previous,
.single .post-navigation .nav-links .nav-next {
	width: 7em;
}
.single .post-navigation .nav-links .nav-previous { margin-right: 1em; }

@media only screen and (max-width:720px) {
	.single .entry-content {
		padding: 110px 16px 48px 16px;
	}
}