@charset "UTF-8";

body {
	margin:0;
	font-family: sans-serif;
  color: #333333;
}
.forcussion {
  padding: 20px;
}
.forcenter {
	text-align: center;
}
.forwide {
	margin: 0 10px;
}
.img70 {
	margin: 20px 0;
	width: 70%;
	max-width: 600px;
}
.img90 {
	margin: 30px 0;
	width: 90%;
	max-width: 700px;
}
.img100 {
	margin: 30px 0;
	width: 100%;
	max-width: 800px;
}
/* リンク */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* フッター */
.myfoot {
  padding: 16px;
  background-color: #590b05;
  background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0));
	color: #ffffff;
}
@media (min-width: 740px) {
  .myfoot-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
}
/* ランディングページヘッダー */
.lpheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 50px;
  z-index: 100;
  background-color: #590b05;
}
.headD {
	display: inline-block;
}
.headD img {
  height: 30px;
  margin: 5px 0 0 10px;
  padding: 0;
}
.button_lp a {
	display: inline-block;
	font-size: 9pt;
	padding: 6px 10px;
	margin-right: 20px;
	border-radius: 12px;
  background-color:  #590b05;
  background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
	color: #ffffff;
	border: 1px solid #ffffff;
}
.button_lp a:hover {
  background-image: radial-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.button_l a {
	display: inline-block;
	margin: 15px 10px 10px 10px;
	padding: 8px 20px;
	border-radius: 18px;
	background-color: #590605;
	background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
	color: #fff;
	width: 210px;
	border: 1px solid #fff;
}
.button_l a:hover {
	background-image: radial-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.lphead * {
	margin: 0;
}
.lphead img	{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.lphead {
	--side: 20px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, auto);
	grid-row-gap: 30px;
	margin: 0 var(--side) 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-top: 50px;
}
.lphead-photo {
	grid-column: 1 / -1;
	grid-row: 1;
	margin: 0 calc( var(--side) * -1 );
}
.lphead-photo img {
	height: 100%;
	object-fit: cover;
	object-position: 10% 40%;
	max-height: 600px;
}
.lpcatch {
	position: absolute;
	left: 50px;
	top: 100px;
}
.lphead-text {
	grid-column: span 5 / -1;
	grid-row: 1;
	justify-self: center;
	align-self: center;
	z-index: 10;
	padding: 40px 0;
	color: #fff;
	writing-mode: vertical-rl;
	text-shadow: 0px 0px 20px #000;
	display: grid;
	grid-row-gap: 15px;
	justify-items: end;
}
.lphead-text h2 {
	padding-bottom: 20px;
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.5;
}
.lphead-text h3 {
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 28px;
	font-weight: 700;
	line-height: 0.6;
}
.lphead-text p {
	height: 18em;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 700px) {
	.lphead-text {
		justify-self: end;
	}
	.lphead::after {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 calc( var(--side) * -1 );
		content: '';
		background-color: rgba(0,0,0,0.4);
	}
	.lpcatch {
		left: 20px;
		top: 70px;
	}
	.lpcatch img {
		width: 450px
	}
	.lphead-text p {
		height: 13em;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.8;
	}
}
@media (max-width: 500px) {
	.lpcatch img {
		width: 350px
	}
}

/*ランディングページフッター*/
.lpcredit p {
  font-size: 13px;
	text-align: right;
	align-items: flex-end;
}
.footC {
	margin-bottom: 30px;
	margin-left: 10px;
}
.footC p {
	margin-bottom: 5px;
	font-size: 15.5px;
}
.footC img {
	width: 230px;
	height: auto;
}
@media (min-width: 740px) {
  .myfoot-columns {
      display: flex;
      flex-wrap: wrap;
			justify-content: space-between;
			align-items: flex-end;
  }
  .footC {
			flex: 0 0 40%;
			margin-left: 30px;
			margin-bottom: 60px;
	}
  .lpcredit {
			flex: 0 0 50%;
			margin-right: 20px;
  }
}
.lpsns ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lpsns a {
	display: block;
	margin-left: 8px;
	padding: 0;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px currentColor;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}

/* ランディングページ本文 */
.lpmain h2 {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 2px currentColor;
	font-size: 24px;
}
.lpmain h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.lpmain p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.lpconA .container {
	padding-top: 20px;
	padding-bottom: 0;
}
.lpconA .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-align: center;
}
.lpconA img	{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 40px;
	width: 5em;
	line-height: 2em;
	text-align: center;
}
@media (min-width: 768px) {
	.lpconA .container {
		display: flex;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.lpconA .text	{
		flex: 1;
	}
}
.lpconB {
	background-color: #f2d9d8;
	margin-bottom: 30px;
}
.lpconB .text {
	padding: 20px;
}
.lpconB img {
	width: 90%;
  margin: 40px 10px 0 10px;
}
@media (min-width: 768px) {
	.lpconB .container {
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.lpconB .photo {
		flex: 5;
	}
	.lpconB .text {
		flex: 3;
		padding: 50px;
	}
}

.lpconC {
	background-color: #f9e9d1;
	margin-bottom: 30px;
}
.lpconC .text {
	padding: 20px;
}
.lpconC .photo {
	min-height: 200px;
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(lpimg/lp5.jpg);
	background-position: center;
	background-size: cover;
}
@media (min-width: 768px) {
	.lpconC .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.lpconC .photo {
		flex: 0 0 400px;
	}
	.lpconC .text {
		flex: 1;
		padding: 50px;
	}
}
.lpconD {
	background-color: #ebeacf;
	margin-bottom: 60px;
}
.lpconD .text {
	padding: 20px;
}
.lpconD .photo {
	min-height: 200px;
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(lpimg/lp6.jpg);
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.lpconD .container {
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.lpconD .photo {
		flex: 0 0 400px;
	}

	.lpconD .text {
		flex: 1;
		padding: 50px;
	}
}
.profilecontainer {
	position: relative;
}
.profile-photo {
	font-size: 0;
}
.profile-photo img {
	max-width: 1200px;
}
.profile-text {
	position: absolute;
	right: 100px;
	bottom: 90px;
	width: 50%;
	text-align: right;
	color: #fff;
}
.lpconE h3 {
	font-size: 18px;
}
.profile-text p {
	font-size: 13px;
	padding: 10px 0 0 40px;
	text-align: left;
	opacity: 1;
}
.profile-textpop {
	border: dotted 1px currentColor;
	padding: 10px;
	margin: 10px 40px 0 40px;
}
.profile-textpop p {
	font-size: 13px;
	opacity: 0.8;
	margin: 0;
}
.profile-textpop h4 {
	font-size: 13px;
	opacity: 1;
	margin: 5px 0;
}
@media (min-width: 950px) and (max-width: 1199px) {
	.profile-text {
		left: 500px;
		bottom: 130px;
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.profile-text {
		left: 700px;
		bottom: 150px;
		width: 30%;
	}
}
@media (min-width: 716px) {
	.profile-textpop {
		display: none;
	}
	.forsm {
		display: none;
	}
}
@media (max-width: 715px) {
	.profile-text {
		display: none;
	}
	.forpc {
		display: none;
	}
}
.balloon p {
	opacity: 1;
	margin: 20px;
	font-size: 15px;
	text-align: left;
}
.balloon h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
}
@media (min-width: 500px) {
	.balloon h3 {
		font-size: 24px;
		padding-bottom: 20px;
	}
}
.balloon {
  position: relative;
  padding: 30px;
  background-color: #590b05;
  color: #ffffff;
	border-radius: 30px;
	margin: 30px 20px 60px 20px;
	max-width: 650px;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 20px;
  top: -15px;
  border-left: 20px solid #590b05;
  border-top: 20px solid #590b05;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 35px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.lpconG {
	background-color: #f2d9d8;
	padding: 40px;
}
.voicecontainer {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.voice {
	margin: 40px 0;
	
}
.lpconG img {
	width: 150px;
}
.lpconG p {
	margin-bottom: 0;
}
.balloon1 {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
	margin-left: 160px;
}
.balloon1 .icon {
  position: absolute;
  left: -160px;
  bottom: 0;
}
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  bottom: 40px;
  border-right: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloon2 {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
	margin-right: 150px;
}
.balloon2 .icon {
  position: absolute;
  right: -150px;
  bottom: 0;
}
.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  bottom: 40px;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 470px) {
	.balloon1 {
		margin-left: 0;
		margin-top: 140px;
	}
	.balloon1 .icon {
		left: 10px;
		top: -125px;
	}
	.balloon1::before {
		display: none;
	}
}
@media (max-width: 470px) {
	.balloon2 {
		margin-right: 0;
		margin-top: 140px;
	}
	.balloon2 .icon {
		right: 10px;
		top: -125px;
	}
	.balloon2::before {
		display: none;
	}
}
.lpconH {
	padding: 40px 0;
}
.lpconH ul {
	border: solid 1px currentColor;
	padding: 10px 10px 10px 20px;
	width: 300px;
	text-align: left;
	border-radius: 10px;
}
.lpconH li {
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0;
}
/* 登録フォーム */
iframe {
	width: 350px;
	height: 250px;
}
.lpsalon-photo {
	width: 100vw;
	margin: 0;
}
.lpsalon-photo img {
	margin-bottom: -6px;
}


.lpconI {
	background-image: linear-gradient(rgba(89, 11, 5,0.85),rgba(89, 11, 5,0.85)),url("img/pattern5w.png");
	background-repeat: repeat;
	background-color: #590b05;
	color: #fff;
	padding: 40px;
}
.lpconI h4 {
	margin: 10px 0 0 0;
}
.lpconI h3 {
	margin: 0;
}
.lpconI h5 {
	margin: 0 0 30px 0;
}
.lpconI p {
	margin-top: 20px;
	opacity: 1;
}
.lpconI .container {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.dot {
	font-weight: bold;
	border: dotted 1px currentColor;
	border-radius: 10px;
	padding: 10px;
	width: 280px;
	margin-bottom: 20px;
}
.dot p {
	margin: 0;
}
.map {
	margin: 20px 0;
}
@media (min-width: 700px) {
	.map {
		margin: 20px 40px;
	}
	.access {
		margin: 20px 40px;
	}
}
.information {
	margin: 0 20px 40px 20px;
	padding: 20px;
	border: dotted 1px currentColor;
	border-radius: 10px;
}
.information td {
	padding: 6px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}
.information td:first-child {
	width: 80px;
}

