@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Round');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap');

html, body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Shippori Mincho B1', serif;
	height: -webkit-fill-available;
	width: 100%;
	background-color: hsla(0,0%,100%,0.0);
}

.hero {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	/* min-height: 100dvh; */
	position: relative;
}

.hero-bg {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	/* min-height: 100dvh; */
	width: 100%;
	position: fixed;
	object-fit: cover;
	z-index: -1;
}

.logo-text {
	font-family: 'Shippori Mincho B1', serif;
	width: 100%;
	height: auto;
	font-weight: 900;
	font-size: 7.0em;
	margin: 1.4em 0;
	text-align: center;
	color: hsla(0,100%,100%,1.0);
	text-shadow: 0 0 20px hsla(0,0%,0%,0.4);
}

.logo-text span {
	font-size: 0.3em;
}

.container {
	width: 100%;
	background-color: hsla(0,0%,100%,0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

h1,h2,h3 {
	font-weight: 900;
	color: hsla(0,0%,10%,1.0);
}

h1 {
	font-size: 2.0em;
	margin: 1.8em 0 1.2em 0;
	text-align: center;
}

h2 {
	font-size: 1.0em;
	margin: 1.0em 0;
	display: flex;
	align-items: center;
}

h3 {
	font-size: 0.8em;
	margin: 0.8em 0;
	padding-top: 1.6em;
}

p {
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	color: hsla(0,0%,30%,1.0);
	margin: 1.2em 0 2.4em 0;
}

p.lead{
	font-weight: 100;
	font-size: 1.6em;
	line-height: 1.8em;
	color: hsla(0,0%,10%,1.0);
	margin: 2.0em 0 1.0em 0;
}

span.emphasis {
	font-weight: 800;
	font-size: 1.3em;
	line-height: 1.8em;
}

p.heading{
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1.4em;
	color: hsla(0,0%,10%,1.0);
	margin: 2.4em 0 1.8em 0;
	text-align: left;
}

p.steps{
	font-weight: 900;
	font-size: 1.0em;
	line-height: 1.0em;
	color: hsla(0,0%,10%,1.0);
	margin: 1.0em 0;
}

.steps span {
	color: hsla(0,0%,100%,0.9);
	font-weight: 900;
	font-size: 1.0em;
	line-height: 1.0em;
	border-radius: 4px;
	padding: 0 8px;
	margin-right: 8px;
	background-color: hsla(0,0%,10%,0.9);
}

hr {
	height: 10px;
	width: 60px;
	border: none;
	border-radius: 3px;
	margin: 0 auto;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

section {
	padding: 1em 0;
}

footer {
	border-top: 1px solid hsla(0,0%,10%,0.1);
	font-size: 1.0em;
	line-height: 2.0em;
	text-align: center;
	margin-top: 30px;
	padding: 60px 0 90px 0;
}

main {
	margin: 0 auto;
	padding: 60px 0;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.menu-link {
	display: flex;
	justify-content: center;
}
.menu-link a, a:link, a:visited, a:hover, a:active {
	border-radius: 20px;
	color: hsla(0,0%,10%,1.0);
}
.menu-link a {
	box-shadow: 0 0 20px hsla(0,0%,0%,0.4);
}
.menu-link a:hover {
	box-shadow: 0 0 35px hsla(0,0%,0%,0.3);
}
.menu-link a:active {
	box-shadow: 0 0 10px hsla(0,0%,0%,0.6);
}
.menu-btn {
	background-color: hsla(0,0%,100%,0.9);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 20px;
	width: 270px;
	font-weight: 900;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
}

.sns-btn {
	background-color: hsla(0,0%,100%,.5);
	border-radius: 20px;
	padding: 15px;
	font-weight: 900;
	line-height: 30px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sns-btn img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.sns-btn div {
	height: 24px;
	display: flex;
	align-items: center;
}

.reservation {
	z-index: 1000;
	position: fixed;
	background-color: hsla(0,0%,100%,0.95);
	box-shadow: 0 0 20px hsla(0,0%,0%,0.4);
	border-radius: 20px;
	padding: 20px;
	font-weight: 900;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
}

.reservation-title {
	font-size: 1.1em;
	display: flex;
	align-items: center;
}

.reservation-description {
	font-size: 0.7em;
}

.reservation-title span {
	margin-right: 5px;
}

.hpb-icon {
	display: flex;
  align-items: center;
}

.hpb-icon img {
	width: 50px;
	height: 50px;
}

.align-center {
	text-align: center;
}

.logo {
	position: fixed;
}

.logo img {
	height: 90px;
	opacity: 0.99;
	width: auto;
}

.map {
	width: 100%;
}

.map iframe {
	width: 100%;
	height: 400px;
}

.wide-image {
	width: 100%;
	border-radius: 5px;
}

.portrait-image {
	width: 68%;
	border-radius: 5px;
}

.certified {
	border: 4px solid #DAAF08;
	border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	border-image-slice: 1;
}

.product {
	font-weight: 800;
}

.product-brand {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	text-align: center;
}

.product-name {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	text-align: center;
}

.product-price {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	text-align: center;
}

.product-description {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 400;
	margin: 1.0em 0;
	text-align: left;
}

.product p {
	font-size: 0.8em;
}

.voice {
	font-weight: 800;
}

.voice-title {
	font-size: 1.0em;
	margin: 1.0em 0;
	text-align: center;
}

.voice-description {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 400;
	margin: 1.0em 0;
	text-align: left;
}

@media screen and (max-width: 959px) {
	main {
		width: 90%;
	}
	.reservation {
		bottom: 10px;
		left: 10px;
		right: 10px;
		width: auto;
	}
	.flow {
		display: block;
	}
	.flow-child {
		width: 100%;
	}
}
@media screen and (min-width:960px) {
	main {
		width: 800px;
	}
	.reservation {
		bottom: 20px;
		right: 20px;
		width: 260px;
	}
	.flow {
		display: flex;
		justify-content: space-between;
	}
	.flow-child {
		width: 45%;
	}
}

@media screen and (max-width: 959px) {
	.salon {
		display: block;
	}
	.salon-photo, .salon-info {
		width: 100%;
		margin-bottom: 20px;
	}
	.salon-photo img {
		width: 100%;
	}	
}
@media screen and (min-width:960px) {
	.salon {
		display: flex;
		justify-content: space-between;
	}
	.salon-photo, .salon-info {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.salon-photo img {
		width: 100%;
		box-sizing: border-box;
	}	
}

.salon-info-title {
	font-size: 1.05em;
	font-weight: 800;
	padding: 10px 0 20px 0;
}

.salon-info-item {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 5px 0;
}

.salon-menu {
	width: 100%;
	margin: 40px 0;
	text-align: center;
}

.salon-menu-block {
	width: 100%;
	margin: 20px 0;
	padding: 40px 15px;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

.salon-menu-block.beige {
	background-color: rgba(212, 202, 199, 0.25);
}

.salon-menu-block.orange {
	background-color: rgba(246, 192, 128, 0.25);
}

.salon-menu-block.blue {
	background-color: rgba(129, 159, 204, 0.25);
}

@media screen and (max-width: 959px) {
	.introduction {
		display: block;
	}
	.introduction-photo {
		width: 100%;
		padding: 20px 0;
	}
}
@media screen and (min-width:960px) {
	.introduction {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.introduction-photo {
		width: 50%;
		padding: 20px 0;
	}
}

.introduction-photo img {
	width: 100%;
	border-radius: 20px;
}	


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.downarrowWrap {
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.downarrow {
  width: 28px;
	height: 28px;
  -webkit-animation: downarrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: downarrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.downarrow span {
  position: relative;
  display: block;
  left: 50%;
}

.downarrow span:before {
  content: '';
  width: 28px;
  height: 28px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes downarrow {
  0% {
    opacity: 0.9;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 1100;
	background-color: rgba(255, 255, 255, 0.2);
}

.header-logo {
	margin-right: auto;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-logo img {
	height: 80px;
	width: auto;
}

nav {
	list-style: none;
	font-weight: 700;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

@media screen and (max-width: 959px) {
	.menu-min {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.menu-min div {
		width: 80px;
		height: 80px;
		color: rgba(0, 0, 0, 1.0);
		background-color: rgba(255, 255, 255, 0);
		text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
		display: flex;
		align-items: center;
	  justify-content: center;
	}
	.menu {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	nav ul .menu_item {
		height: 100%;
	}
	.menu-min {
		display: none;
	}
	.menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.menu > li {
		color: rgba(0, 0, 0, 1.0);
		background-color: rgba(255, 255, 255, 0);
		text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	}
	.menu > li a {
		color: rgba(0, 0, 0, 1.0);
	}
	.menu > li:hover {
		line-height: 80px;
		background-color: rgba(255, 255, 255, 1.0);
	}
	.menu_item div {
		line-height: 80px;
		padding: 0 12px;
	}
	.menu_item:hover {
	  top: 80px;
	  visibility: visible;
	  opacity: 1;
	}
	.menu_item span {
		line-height: 80px;
		vertical-align: middle;
	}
}

.modal-menu {
	display: none;
}

.modal-menu:target {
	display: flex;
}

.modal-menu {
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	z-index: 1000;
}

.modal-menu:target {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal-menu_content {
	width: 100%;
}

.modal-menu_content.close {
	margin-top: 50px;
}

.modal-menu_content div {
	color: rgba(0, 0, 0, 1.0);
	font-weight: 700;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

/* -- Flickity -- */

.js-flickity {
	margin: 30px 0 90px 0;
}

.flickity-block {
	width: 40%;
	padding: 20px;
	margin: 10px;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 15px hsla(0,0%,0%,0.1);
	border-radius: 20px;
	display: flex;
}

.flickity-block p {
	font-size: 0.9em;	
	font-weight: 700;
	text-align: center;
}

.flickity-block img {
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
}

@media screen and (max-width: 959px) {
	.flickity-block {
		width: 70%;
		flex-direction: column;
	}
}
@media screen and (min-width: 960px) {
	.flickity-block {
		width: 40%;
		flex-direction: column;
	}
}

.flickity-block-slim {
	width: 90%;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
}

.flickity-block-slim img {
	object-fit: cover;
	border-radius: 5px;
	width: 100%;
}