/*
Theme Name: Sozo Hair
Theme URI: http://www.sozo-hairmake.com/
*/

/****************************************
		1. General Setting 
*****************************************/
.break-pc {
	display: block;
}
.break-sp {
	display: none;
}

/* font */
.cinzel {
	font-family: 'Cinzel', serif;
	font-weight: normal;
}
.mincho {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	vertical-align: -4%;
}
@media (max-width: 767px) {
	.mincho {
	font-weight: normal!important;
}
}

.nunito {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
}
.font-normal {
	font-size: 1rem;
}

/* btn */
.btn-more{
	border: 1px solid #000;
	padding: 10px;
	max-width: 400px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	font-size: 1.1rem;
	background: #fff;
}
.btn-more span{
	background: url(../../assets/images/arrow01.png) no-repeat center right;
	display: block;
}
/* btn-effect */
.hvr-shutter-out-horizontal {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-bob { 
	display: inline-block; 
	box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	vertical-align: middle; 
	-webkit-transform: perspective(1px) translateZ(0); 
	transform: perspective(1px) translateZ(0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active { 
	-webkit-animation-name: hvr-bob-float, hvr-bob; 
	animation-name: hvr-bob-float, hvr-bob; 
	-webkit-animation-duration: .3s, 1.5s; 
	animation-duration: .3s, 1.5s; 
	-webkit-animation-timing-function: ease-out, ease-in-out; 
	animation-timing-function: ease-out, ease-in-out; 
	-webkit-animation-delay: 0s, .3s; 
	animation-delay: 0s, .3s; 
	-webkit-animation-iteration-count: 1, infinite; 
	animation-iteration-count: 1, infinite; 
	-webkit-animation-direction: normal, alternate; 
	animation-direction: normal, alternate; 
	-webkit-animation-fill-mode: forwards; 
	animation-fill-mode: forwards;
}
@-webkit-keyframes hvr-bob {
    0% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
    50% { -webkit-transform: translateY(-4px); transform: translateY(-4px);}
    100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
  }
  @keyframes hvr-bob { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
    50% { -webkit-transform: translateY(-4px); transform: translateY(-4px);}
    100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
  }
  @-webkit-keyframes hvr-bob-float {
    100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
  }
  @keyframes hvr-bob-float {
    100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
  }
@media (max-width: 767px) {
	body {
		font-size: .8rem;
	}
	.break-pc {
		display: none;
	}
	.break-sp {
		display: block;
	}
	.btn-more span {
		background-size: 10% auto;
	}
}
/****************************************
		2. Slider
*****************************************/
.carousel-inner {
	background: #fff;
}
.carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-top: none; 
    border-bottom: none; 
	border-radius: 10px;
}
/****************************************
		3.  Header, Menu
*****************************************/
header {
	position: relative;
}
.header-logo {
	width: 150px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,1);
}
.navbar-nav .nav-item {
	font-size: 18px;
}
.language-switcher {
	position: absolute;
	top: 0;
	right: 0;
}
.language-switcher li:hover {
	text-decoration: underline;
}

/* pagenavi */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #000;
	padding: 5px 10px !important;
}
.wp-pagenavi span.current {
	background: #000;
    color: #fff;
}

@media (max-width: 767px) {
	.header-logo {
		width: 100px;
		padding: 10px 0;
	}
	.navbar {
		position: fixed;
		background: #fff;
		z-index: 9999;
		width: 100%;
		text-align: center;
		top: 0;
	}
	.navbar-light .navbar-toggler {
		position: fixed;
		top: .5em;
		right: .5em;
		border: none;
		background: #fff;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.language-switcher {
		position: initial;
		justify-content: space-between;
	}
	.language-switcher li {
		background: #000;
		color: #fff;
		width: 48%;
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
/****************************************
		4. Section
*****************************************/
.inner {
	max-width: 1190px;
	margin: 0 auto;
}
.section {
	padding: 4rem 0;
}
section + section {
	padding: 0 0 4rem;
}
.section-hero {
	min-height: 500px;
	height: 22vw;
	margin-bottom: 8rem;
}
.section-hero {
	font-size: 3rem;
}

/* home */
.top-news {
	padding: 4rem 0 0;
}
.news .news-date {
	display: block;
    font-size: .8rem;
    font-weight: normal;
    color: #666;
}
.news .news-title {
	font-size: 1.5rem;
}
.section-bg-ttl {
	font-size: 3rem;
}
.section-bg {
	min-height: 300px;
	height: 22vw;
	box-sizing: border-box;
	position: relative;
}
.section-bg a {
	min-height: 300px;
	height: 22vw;
	display: block;
	padding: 4rem;
}
.section-bg a:hover {
	background: rgba(255,255,255,0.1);
}
.section-staff {
	background: url(../../assets/images/index/img-staff.jpg) no-repeat center top;
	background-size: cover; 
}
.section-menu {
	background: url(../../assets/images/index/img-menu.jpg) no-repeat center top;
	background-size: cover;
}
.section-hair-style {
	background: url(../../assets/images/index/img-hair-style.jpg) no-repeat center top;
	background-size: cover;
}
.section-gallery {
	padding: 4rem;
	position: relative;
}
#gallery-carousel .carousel-item-inbox {
	display: flex;
}
#gallery-carousel .carousel-item-image {
	background: rgba(204,204,204,.3);
	width: 50%;
	border: 1px solid rgba(0,0,0,.3);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
#gallery-carousel .carousel-item-image img {
	max-width: 100%;
}
#gallery-carousel .carousel-item-text {
	width: 50%;
	padding: 0 4rem;
	box-sizing: border-box;
	position: relative;
}
#gallery-carousel .carousel-item-text h3 {
	font-size: 1.5rem;
	font-weight: normal;
}
#gallery-carousel .carousel-indicators {
	bottom: -4rem;
}
#gallery-carousel .carousel-indicators li {
	background: #000;
}
#gallery-carousel .carousel-control-prev {
	background: url(../../assets/images/index/carousel-btn-prev.png) no-repeat center left;
	position: absolute;
	left: -4rem;
	background-size: 50px auto;
}
#gallery-carousel .carousel-control-next {
	background: url(../../assets/images/index/carousel-btn-next.png) no-repeat center right;
	position: absolute;
	right: -4rem;
	background-size: 50px auto;
}
.section-gallery .btn-more {
	max-width: 300px;
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    width: 100%;
}
@media (max-width: 885px) {
	.section-gallery {
		padding: 0;
	}
	.section-gallery h2,
	.section-gallery h3,
	.section-gallery p {
		padding: 0 1rem;
	}
	.section-gallery h2 {
		padding-top: 1rem;
	}
	.section-gallery h3 {
		font-size: 1rem;
	}
	#gallery-carousel .carousel-item-inbox {
		flex-wrap: wrap;
	}
	#gallery-carousel .carousel-item-image {
		width: 70%;
		margin: 0 auto;
	}
	#gallery-carousel .carousel-item-text {
		width: 100%;
		padding: 1rem 0;
	}
	#gallery-carousel .carousel-indicators {
		bottom: -20px;
	}
	#gallery-carousel .carousel-control-prev {
		left: 0;
		background-size: 25px auto;
	}
	#gallery-carousel .carousel-control-next {
		right: 0;
		background-size: 25px auto;
	}
	.section-gallery .btn-more {
		position: inherit;
		margin: 30px auto 0;
		display: block;
		bottom: 0;
		right: auto;
	}
}
@media (max-width: 767px) {
	.inner {
		padding: 0 4%;
	}
	.section-hero {
		min-height: 200px;
	}
	.section {
		padding: 2rem 0;
	}
	.section h2 {
		font-size: 1.5rem;
	}
	.top-news {
		padding: 2rem 0 0;
	}
	.section-bg {
		min-height: auto;
	}
	.section-bg a {
		min-height: auto;
		padding: 1rem;
	}
	.section-bg-ttl {
		font-size: 2rem;
	}
}

/* about */
.about .section-hero {
	background: url(../../assets/images/about/img-hero.jpg) no-repeat center top;
	background-size: cover;
}
.about .about-image {
	position: relative;
}
.section-about .about-title-box {
	border: 2px solid #f6ecec;
	max-width: 200px;
	height: 200px;
	position: absolute;
	width: 100%;
	left: 0;
	top: -3rem;
	z-index: 2;
}
.section-about.reverse .about-title-box {
	left: auto;
	right: 0;
}
.section-about .about-title-box h2 {
	font-size: .8rem;
	font-weight: normal;
}
.section-about .about-title-box span {
	font-size: 4rem;
}
.section-about .about-subtitle-box {
	height: 18vw;
	position: relative;
}
.section-about.section-dream .about-subtitle-box {
	background: url(../../assets/images/about/img-dream.jpg) no-repeat right top;
	background-size: 86% auto;
}
.section-about.section-salon .about-subtitle-box {
	background: url(../../assets/images/about/img-salon.jpg) no-repeat left top;
	background-size: 86% auto;
}
.section-about.section-customers .about-subtitle-box {
	background: url(../../assets/images/about/img-customers.jpg) no-repeat right top;
	background-size: 86% auto;
}
.section-about.section-skills .about-subtitle-box {
	background: url(../../assets/images/about/img-skills.jpg) no-repeat left top;
	background-size: 86% auto;
}
.section-about .about-subtitle-box h3 {
	position: absolute;
    right: 1rem;
    bottom: 0;
    color: rgba(236,246,246,.6);
    font-size: 5rem;
}
.section-about.reverse .about-subtitle-box h3 {
	right: auto;
	left: 1rem;
}
@media (max-width: 885px) {
	.section-about .inner {
		padding: 0 4%;
	}
	.section-about .about-title-box {
		max-width: 100px;
		height: 100px;
		background: #fff;
	}
	.section-about .about-title-box span {
		font-size: 2rem;
	}
	.section-about .about-subtitle-box {
		margin-bottom: 1rem;
		background-size: 100% auto !important;
		height: 25vw;
	}
	.section-about .about-subtitle-box h3 {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.about .section-hero {
		min-height: 250px;
	}
	.section-about .about-title-box {
		top: -5rem;
	}
}

/* staff */
.staff .section-hero {
	background: url(../../assets/images/staff/img-hero.jpg) no-repeat left top;
	background-size: cover;
}
.staff .item-box .item-title span {
	display: block;
	font-size: 0.8rem;
	font-family: initial;
}
.staff .gallery-post-content {
	width: 65%;
	position: relative;
}
.staff .gallery-post-title span {
	display: block;
	font-size: 1rem;
	font-family: initial;
	letter-spacing: 0.1em;
}
.staff-info-area .from {
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,.3);
	text-align: right;
}
.staff-info-area .lead {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-weight: 400;
	margin-bottom: 10px;
}
.staff-info-area .message {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	margin-bottom: 10px;
}
.staff .gallery-post-content .sns {
	position: absolute;
	top: 0;
	right: 0;
}
/* calender */
	.staff-schedule-hd { display: flex;}
	.staff-schedule-hd .title { width: 100px; background: #000; color: #FFF; font-weight: normal; text-align: center; font-size: 12px; padding: 5px 10px; margin-right: 5px;}
	.staff-schedule-hd .tag { display: flex;}
	.staff-schedule-hd .tag li { margin-right: 10px; font-size: 12px; align-self: center;}
	.staff-schedule-hd .tag .holiday::before { content: ""; display: inline-block; border: 5px solid #d75252; margin-right: 5px;}
	.staff-schedule-hd .tag .meeting::before { content: ""; display: inline-block; border: 5px solid #52b1d7; margin-right: 5px;}
	.staff-schedule { width: 47%;}
	.staff-schedule th { font-weight: normal;}
	.staff-schedule .off { color: #d75252; font-weight: bold; }
	.staff-schedule .out { color: #52b1d7; font-weight: bold; }

@media (max-width: 767px) {
	.staff .section-hero {
		margin-bottom: 4rem;
	}
	.staff .gallery-post-content {
		width: 100%;
	}
	.staff-schedule {
		flex-basis: 100%;
	}
}

/* menu */
.menu .section-hero {
	background: url(../../assets/images/menu/img-hero.jpg) no-repeat left top;
	background-size: cover;
}
.section-about.section-experience .about-subtitle-box {
	background: url(../../assets/images/menu/img-experience.jpg) no-repeat right top;
	background-size: 86% auto;
}
.section-about.section-chemical-agent .about-subtitle-box {
	background: url(../../assets/images/menu/img-chemical-agent.jpg) no-repeat left top;
	background-size: 86% auto;
}
.section-about.section-fiberprex .about-subtitle-box {
	background: url(../../assets/images/menu/img-fiberprex.jpg) no-repeat right top;
	background-size: 86% auto;
}
.section-about.section-skills .about-subtitle-box {
	background: url(../../assets/images/menu/img-skills.jpg) no-repeat left top;
	background-size: 86% auto;
}
.section-price-list .list {
	flex-basis: 30%;
}
.section-price-list .list.last {
	margin-right: auto;
    margin-left: 5%;
}
.section-price-list .list dt strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.section-price-list .list dd li {
    padding: 10px 0;
    border-bottom: 1px dashed #d3d3d3;
}
.section-price-list .list dd li .list-sub-title {
	font-size: .8rem;
	background: #f6ecec;
    padding: 5px 10px;
    border-radius: 5px;
}
.section-price-list .list dd li .price-text {
    float: right;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
	.section-price-list .list {
		flex-basis: 100%;
	}
	.section-price-list .list.last {
		margin-left: 0;
	}
}

/* hair-style */
.hair-style .section-hero {
	background: url(../../assets/images/hair-style/img-hero.jpg) no-repeat right top;
	background-size: cover;
}
@media (max-width: 767px) {
	.hair-style .section-hero {
		margin-bottom: 4rem;
	}
}

/* gallery */
.art-gallery .section-hero {
	background: url(../../assets/images/gallery/img-hero.jpg) no-repeat left top;
	background-size: cover;
}
.item-box li {
	flex-basis: 24%;
	margin: 0 .5%;
}
.item-box .item-title {
	font-size: 20px;
    letter-spacing: 0.1em;
}
.gallery-post-img {
	width: 30%;
    margin-right: 5%;
}
.gallery-post-content {
	width: 65%;
}
.gallery-post .wp-block-image {
	width: 50%;
}
.gallery-post .wp-block-image img {
	width: 100%;
}
.special-box { padding-top: 100px;}
.special-box p span {
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	.art-gallery .section-hero {
		margin-bottom: 4rem;
	}
	.item-box .item-title {
		font-size: 12px;
	}
	.staff .item-box .item-title span {
		font-size: .5rem;
	}
	.gallery-post {
		flex-wrap: wrap;
	}
	.gallery-post-img {
		width: 50%;
		margin: 0 auto 5%;
	}
	.gallery-post .wp-block-image {
		margin: 0 auto 1rem;
	}
}

/* contact */
.contact .section-hero {
	background: url(../../assets/images/contact/img-hero.jpg) no-repeat left top;
	background-size: cover;
}
.contact h2 {
	font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.contact-form label {
	font-size: 1rem;
}
.contact-form label .require {
	font-size: .8rem;
    background: #f6ecec;
    padding: 5px 10px;
	border-radius: 5px;
	margin-left: 5px;
}
.contact-form .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}
.contact-form .wpcf7-submit {
	background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
	max-width: 300px;
	width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    border-radius: 5px;
}
.contact-form .wpcf7-submit:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	.contact .section-hero {
		margin-bottom: 4rem;
	}
	.gallery-post-content {
	width: 100%;
}
}

/****************************************
		5.  Footer
*****************************************/
.section-reservation {
	background: url(../../assets/images/index/img-reservation.jpg) no-repeat center top;
	background-size: cover;
	min-height: 500px;
	height: 22vw;
	padding-top: 11vw;
	margin-top: 4rem;
}
.section-reservation .section-bg-ttl {
	font-size: 3.5rem;
}
.section-reservation .btn-more {
	max-width: 360px;
}
.map iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sns {
	padding: 4rem 0;
}
.sns li {
	list-style: none;
	display: inline-block;
}
.sns li a {
	background: #000;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    color: #fff;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-top: 17%;
}
.access {
	padding: 4rem 0;
}
.access dt {
	font-size: 1.5rem;
}
.access a:hover {
	text-decoration: underline;
}
.copyright {
	background: #000;
	color: #fff;
	padding: 2rem;
}
@media (max-width: 767px) {
	.section-reservation {
		min-height: auto;
		height: auto;
		padding-top: 6vw;
	}
	.section-reservation div {
		padding: 1rem;
	}
	.section-reservation .section-bg-ttl {
		font-size: 1.8rem;
	}
	.sns {
		padding: 2rem 0;
	}
	.access {
		padding: 2rem 4%;
	}
	.access dt {
		font-size: 1rem;
	}
}

